@charset "utf-8";
#wrap {
  background-color: #fff;
}

#footer {
  background: #222;
}

#about_wrap {
  background-color: #fff;
  padding: 22px 0 0;
}

/* mainVisual */
#about_mainVisual {
  color: #f7f7f7;
  font-weight: bold;
  background: url(/operation/diet/assets/img/aboutus/mv_pc.jpg) top center
    no-repeat;
  height: 599px;
}
#about_mainVisual h1 {
  font-size: 48px;
  text-align: center;
  padding-top: 252px;
}
#about_mainVisual span {
  color: #0098df;
  font-size: 20px;
  margin: 0 0 13px;
  display: block;
}
.sub .inner {
  color: #fff;
  line-height: 1.5;
  width: 800px;
  background: #222;
  padding: 26px 20px;
  /* margin: -55px auto 0; */
  margin: 20px auto 0 auto;
}

.monitorBn {
  width: 800px;
  margin: 22px auto 0 auto;
}

/* about_head */
.about_head {
  position: relative;
  width: 1000px;
  margin: 0 auto 0px auto;
  padding-bottom: 20px;
  cursor: pointer;
}
.about_head h2 {
  position: relative;
}
.about_head h2:after {
  content: '';
  position: absolute;
  right: 2%;
  top: 48%;
  width: 30px;
  height: 15px;
  background: url(../../img/aboutus/arrow_accodion.svg) no-repeat top center;
  background-size: cover;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.about_head.active h2:after {
  top: calc(50% - 7px);
  transform: rotate(0deg);
}
.about_accordion {
  display: none;
}

/* about_info */
.about_info {
  width: 960px;
  margin: 0 auto 80px;
}
.about_info .about_info_map_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0px 0 20px 0;
}
.about_info .about_info_map {
  width: 420px;
}

.about_info .about_info_movie {
  width: 500px;
}

.about_info .about_info_movie iframe {
  width: 100%;
  height: 100%;
}

.about_info .about_info_map iframe {
  width: 100%;
}

.about_info .about_info_movie_uc {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ededed;
}

.about_info .about_info_box.pc-only {
  /* width: 100%; */
  width: 500px;
  display: flex;
  flex-wrap: wrap;
  height: 280px;
  background: #ededed;
}

.about_info .about_info_box .info-box {
  align-self: flex-start;
  width: 100%;
  padding-top: 17px;
  background: #ededed;
}

.about_info .about_info_box .info-items {
  align-self: flex-end;
  width: 100%;
  padding-top: 0px;
  background: #ededed;
}

.about_info .about_info_box .info-box dl dt {
  clear: left;
  float: left;
  width: 8em;
  padding-left: 2em;
  font-weight: bold;
  background: none;
}
.about_info .about_info_box .info-items dl dt:last-of-type {
  padding-top: 17px;
  color: #fff;
  background: #009be2;
}
.about_info .about_info_box .info-box dl dt span {
  float: right;
}
.about_info .about_info_box .info-box dl dd,
.about_info .about_info_box .info-box dl dt {
  font-size: 14px;
  line-height: 1.6;
}
.about_info .about_info_box .info-box dl dd {
  padding: 0 1em 14px 9em;
}
.about_info .about_info_box .info-box dl dd .tel {
  color: #009be2;
  text-decoration: underline;
}
.about_info .about_info_box .info-items dl dd:last-of-type {
  padding-top: 17px;
  color: #fff;
  background: #009be2;
}

.about_info .about_info_box .info-box-attention {
  position: absolute;
  width: 500px;
  padding-top: 5px;
}

.about_info .about_info_box .info-box-attention p {
  font-size: 14px;
  line-height: 1.5;
}

#clinic_sapporo .about_accordion,
#clinic_sendai .about_accordion,
#clinic_omiya .about_accordion,
#clinic_shinjuku .about_accordion,
#clinic_shibuya .about_accordion,
#clinic_ginza .about_accordion,
#clinic_higashiginza .about_accordion,
#clinic_ueno .about_accordion,
#clinic_machida .about_accordion,
#clinic_tachikawa .about_accordion,
#clinic_higashiginza .about_accordion,
#clinic_yokohama .about_accordion,
#clinic_chiba .about_accordion,
#clinic_nagoyaekimae .about_accordion,
#clinic_nagoyasakae .about_accordion,
#clinic_osakaumeda .about_accordion,
#clinic_osakashinsaibashi .about_accordion,
#clinic_kyotokarasuma .about_accordion,
#clinic_kobesannomiya .about_accordion,
#clinic_hiroshima .about_accordion {
  padding-bottom: 146px;
}

#clinic_fukuokatenjin {
  padding-bottom: 146px;
}

/* about_access */
.about_access {
  display: block;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  width: 800px;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100% / 3);
  height: 70px;
  border-bottom: 3px solid #009be2;
  background-color: none;
  line-height: 70px;
  font-size: 24px;
  text-align: center;
  color: #222222;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name='tab1_item'] {
  display: none;
}
input[name='tab2_item'] {
  display: none;
}
input[name='tab3_item'] {
  display: none;
}
input[name='tab4_item'] {
  display: none;
}
input[name='tab5_item'] {
  display: none;
}
input[name='tab6_item'] {
  display: none;
}
input[name='tab7_item'] {
  display: none;
}
input[name='tab8_item'] {
  display: none;
}
input[name='tab9_item'] {
  display: none;
}
input[name='tab10_item'] {
  display: none;
}
input[name='tab11_item'] {
  display: none;
}
input[name='tab12_item'] {
  display: none;
}
input[name='tab13_item'] {
  display: none;
}
input[name='tab14_item'] {
  display: none;
}
input[name='tab15_item'] {
  display: none;
}
input[name='tab16_item'] {
  display: none;
}
input[name='tab17_item'] {
  display: none;
}
input[name='tab18_item'] {
  display: none;
}
input[name='tab19_item'] {
  display: none;
}
input[name='tab20_item'] {
  display: none;
}
input[name='tab21_item'] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#train1:checked ~ .train1_content,
#bus1:checked ~ .bus1_content,
#car1:checked ~ .car1_content {
  display: block;
}

#train2:checked ~ .train2_content,
#bus2:checked ~ .bus2_content,
#car2:checked ~ .car2_content {
  display: block;
}

#train3:checked ~ .train3_content,
#bus3:checked ~ .bus3_content,
#car3:checked ~ .car3_content {
  display: block;
}

#train4:checked ~ .train4_content,
#bus4:checked ~ .bus4_content,
#car4:checked ~ .car4_content {
  display: block;
}

#train5:checked ~ .train5_content,
#bus5:checked ~ .bus5_content,
#car5:checked ~ .car5_content {
  display: block;
}

#train6:checked ~ .train6_content,
#bus6:checked ~ .bus6_content,
#car6:checked ~ .car6_content {
  display: block;
}

#train7:checked ~ .train7_content,
#bus7:checked ~ .bus7_content,
#car7:checked ~ .car7_content {
  display: block;
}

#train8:checked ~ .train8_content,
#bus8:checked ~ .bus8_content,
#car8:checked ~ .car8_content {
  display: block;
}

#train9:checked ~ .train9_content,
#bus9:checked ~ .bus9_content,
#car9:checked ~ .car9_content {
  display: block;
}

#train10:checked ~ .train10_content,
#bus10:checked ~ .bus10_content,
#car10:checked ~ .car10_content {
  display: block;
}
#train11:checked ~ .train11_content,
#bus11:checked ~ .bus11_content,
#car11:checked ~ .car11_content {
  display: block;
}
#train12:checked ~ .train12_content,
#bus12:checked ~ .bus12_content,
#car12:checked ~ .car12_content {
  display: block;
}
#train13:checked ~ .train13_content,
#bus13:checked ~ .bus13_content,
#car13:checked ~ .car13_content {
  display: block;
}
#train14:checked ~ .train14_content,
#bus14:checked ~ .bus14_content,
#car14:checked ~ .car14_content {
  display: block;
}
#train15:checked ~ .train15_content,
#bus15:checked ~ .bus15_content,
#car15:checked ~ .car15_content {
  display: block;
}
#train16:checked ~ .train16_content,
#bus16:checked ~ .bus16_content,
#car16:checked ~ .car16_content {
  display: block;
}
#train17:checked ~ .train17_content,
#bus17:checked ~ .bus17_content,
#car17:checked ~ .car17_content {
  display: block;
}
#train18:checked ~ .train18_content,
#bus18:checked ~ .bus18_content,
#car18:checked ~ .car18_content {
  display: block;
}
#train19:checked ~ .train19_content,
#bus19:checked ~ .bus19_content,
#car19:checked ~ .car19_content {
  display: block;
}
#train20:checked ~ .train20_content,
#bus20:checked ~ .bus20_content,
#car20:checked ~ .car20_content {
  display: block;
}
#train21:checked ~ .train21_content,
#bus21:checked ~ .bus21_content,
#car21:checked ~ .car21_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #009be2;
  color: #ffffff;
}

.tab_content .tab_cont_title {
  font-size: 18px;
  margin: 0 20px;
  font-weight: bold;
}

.tab_content .slick-slide img {
  display: inline-block;
  width: 400px;
  padding: 0 20px;
}

.tab_content .tab_cont_info {
  display: inline-block;
  width: 380px;
  height: 226px;
  padding-left: 20px;
  line-height: 1.4em;
}

.tab_content .tab_cont_info .tab_cont_text {
  margin-top: 80px;
}

.tab_content .slick-slider {
  margin-bottom: 40px;
}

.tab_content .next-arrow {
  position: absolute;
  top: 48%;
  left: 360px;
  z-index: 999;
  width: 30px;
}

.tab_content .prev-arrow {
  position: absolute;
  top: 48%;
  left: 10px;
  z-index: 999;
  width: 30px;
}

.tab_content .route_text {
  margin: 0 20px 0 40px;
}

.tab_content .route_text li {
  /* counter-increment: cnt; */
  margin-top: 5px;
  line-height: 1.5;
  list-style: decimal;
}

.tab_content .route_text li:first-of-type {
  margin-top: 20px;
  line-height: 1.5;
}

/* .tab_content .route_text li::before {
  content: counter(cnt)"）";
} */

.tab_cont_map_box {
  width: 800px;
  padding: 0 20px;
  margin: 20px auto 0;
  display: flex;
}

.tab_cont_map_box .tab_cont_info_map {
  width: 360px;
  margin-right: 40px;
}

.tab_cont_map_box .tab_cont_info_map iframe {
  width: 100%;
  height: 266px;
}

.tab_cont_map_box .tab_cont_info_box {
  width: 360px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
.tab_cont_map_box .tab_cont_info_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.tab_cont_map_box .tab_cont_info_text {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

@media all and (max-width: 767px) {
  #about_wrap {
    background-color: #ffffff;
    margin-top: 4.8vw;
    padding: 0;
  }

  .monitorBn {
    width: 87.2vw;
    margin: 4.8vw auto 0 auto;
  }

  /* mainVisual */
  #about_mainVisual {
    background: url(/operation/diet/assets/img/aboutus/mv_sp.jpg) top center
      no-repeat;
    background-size: 100% auto;
    height: 0;
    /* padding-bottom: 127.8%; */
    padding-bottom: 63%;
  }
  #about_mainVisual h1 {
    font-size: 6.4vw;
    padding-top: 0;
    top: 18%;
    width: 100%;
    position: absolute;
    left: 0;
  }
  #about_mainVisual h1 span {
    font-size: 2.666666666666667vw;
    margin-bottom: 3vw;
  }
  .sub {
    /* display: none; */
  }
  .sub .inner {
    font-size: 3.733333333333333vw;
    width: 89.33333333333333%;
    /* margin-top: -12.8vw; */
  }

  #clinic_sapporo .about_accordion,
  #clinic_sendai .about_accordion,
  #clinic_omiya .about_accordion,
  #clinic_shinjuku .about_accordion,
  #clinic_shibuya .about_accordion,
  #clinic_ginza .about_accordion,
  #clinic_higashiginza .about_accordion,
  #clinic_ueno .about_accordion,
  #clinic_machida .about_accordion,
  #clinic_higashiginza .about_accordion,
  #clinic_yokohama .about_accordion,
  #clinic_chiba .about_accordion,
  #clinic_nagoyaekimae .about_accordion,
  #clinic_nagoyasakae .about_accordion,
  #clinic_osakaumeda .about_accordion,
  #clinic_osakashinsaibashi .about_accordion,
  #clinic_kyotokarasuma .about_accordion,
  #clinic_kobesannomiya .about_accordion,
  #clinic_hiroshima .about_accordion {
    padding-bottom: 25.333333333333332vw;
  }

  #clinic_fukuokatenjin {
    padding-bottom: 25.333333333333332vw;
  }

  /* about_head */
  .about_head {
    width: 100%;
    margin: 0 auto 0 auto;
  }
  .about_head h2:after {
    content: '';
    position: absolute;
    right: 2%;
    top: 48%;
    width: 6vw;
    height: 3vw;
    background: url(../../img/aboutus/arrow_accodion.svg) no-repeat top center;
    background-size: cover;
    transform: rotate(180deg);
    transition: all 0.3s ease;
  }
  .about_head.active h2:after {
    top: calc(50% - 1.5vw);
    transform: rotate(0deg);
  }

  /* about_info */
  .about_info {
    width: 100%;
    margin: 0 auto 10.666666666666666vw auto;
    display: inline-block;
  }

  .about_info .about_info_box .info-box {
    margin-bottom: 10.666666666666666vw;
  }

  .about_info .about_info_box .info-box dl dt {
    width: 7em;
    padding-left: 4vw;
  }

  .about_info .about_info_box .info-box dl dd {
    padding: 0 4vw 2vw 7em;
  }

  .about_info .about_info_box .info-box dl dt:last-of-type {
    padding-top: 2vw;
    color: #fff;
    background: #009be2;
  }
  .about_info .about_info_box .info-box dl dd:last-of-type {
    padding-top: 2vw;
    color: #fff;
    background: #009be2;
  }
  /* .clinic_shinjuku .about_info .about_info_box .info-box dl dt:last-of-type {
		padding-bottom: 0;
	}
	.clinic_shinjuku .about_info .about_info_box .info-box dl dd:last-of-type {
		padding-bottom: 0;
	} */
  .about_info .about_info_box .info-box p {
    padding: 0 4vw 2vw 4vw;
    color: #fff;
    background: #009be2;
  }

  .about_info .about_info_map_wrap {
    display: block;
    margin: 0;
  }

  .about_info .about_info_map {
    width: 90%;
    margin: 0 auto;
  }

  .about_info .about_info_map iframe {
    width: 100%;
    height: 60vw;
  }
  .about_info .about_info_movie {
    position: relative;
    width: 90%;
    height: 0;
    padding: 75% 0 0 0;
    margin: 5.333333333333333vw auto 0 auto;
    box-sizing: border-box;
  }
  .about_info .about_info_movie_uc {
    position: relative;
    width: 90%;
    height: 60vw;
    padding: 0 0 0 0;
    margin: 5.333333333333333vw auto 0 auto;
    box-sizing: border-box;
  }
  .about_info .about_info_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .about_info .about_info_box.pc-only {
    display: none;
  }

  .about_info .about_info_box {
    width: 100%;
    padding: 5.333333333333333vw 5% 0 5%;
    margin: 0 auto;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
  .about_info .about_info_box .about_info_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .about_info .about_info_box .about_info_text {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .about_info .about_info_box .info-box dl dd .tel {
    color: inherit;
    text-decoration: none;
  }

  /* about_access */
  .about_access {
    display: block;
  }

  /*タブ切り替え全体のスタイル*/
  .tabs {
    margin-top: 50px;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
  }

  /*タブのスタイル*/
  .tab_item {
    width: calc(100% / 3);
    height: 70px;
    border-bottom: 3px solid #009be2;
    background-color: #ffffff;
    line-height: 70px;
    font-size: 24px;
    text-align: center;
    color: #222222;
    display: block;
    float: left;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .tab_item:hover {
    opacity: 0.75;
  }

  /*ラジオボタンを全て消す*/
  input[name='tab_item'] {
    display: none;
  }

  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    display: none;
    padding: 40px 0 0;
    clear: both;
    overflow: visible;
  }

  /*選択されているタブのコンテンツのみを表示*/
  #train:checked ~ #train_content,
  #bus:checked ~ #bus_content,
  #car:checked ~ #car_content {
    display: block;
  }

  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
    background-color: #009be2;
    color: #ffffff;
  }

  .tab_content .tab_cont_title {
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: bold;
  }

  .tab_content .slick-slide img {
    display: inline-block;
    width: 100%;
    padding: 0 0px;
  }

  .tab_content .tab_cont_info {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0 0 0;
    line-height: 1.4em;
  }

  .tab_content .tab_cont_info .tab_cont_text {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.4em;
  }

  .tab_content .slick-slider {
    margin-bottom: 40px;
  }

  .tab_content .next-arrow {
    position: absolute;
    top: 35%;
    right: -10px;
    left: auto;
    z-index: 999;
    width: 30px;
  }

  .tab_content .prev-arrow {
    position: absolute;
    top: 35%;
    left: -10px;
    z-index: 999;
    width: 30px;
  }

  .tab_cont_map_box {
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
    display: inline-block;
  }

  .tab_cont_map_box .tab_cont_info_map {
    width: 100%;
    margin-right: 40px;
  }

  .tab_cont_map_box .tab_cont_info_map iframe {
    width: 100%;
    height: 60vw;
  }

  .tab_cont_map_box .tab_cont_info_box {
    width: 100%;
    margin-top: 20px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
  .tab_cont_map_box .tab_cont_info_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .tab_cont_map_box .tab_cont_info_text {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: normal;
    margin: 20px 0;
  }
}

/*クリニック一覧追加*/
#about_shop.about_shop {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 20px;
}
#about_shop .p-accesslist {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 8px;
  margin-top: 40px;
}
#about_shop .p-accessitem {
  width: calc(100% / 4 - 6px);
}
#about_shop .p-accessitem a {
  position: relative;
  background: #a68f5d;
  color: #fff;
  display: block;
  width: 100%;
  padding: 18px 0;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}
#about_shop .p-accessitem a::after {
  content: '';
  position: absolute;
  right: 5%;
  top: calc(50% - (20px / 2));
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
}
@media all and (max-width: 767px) {
  #about_shop.about_shop {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  #about_shop .p-accesslist {
    margin-top: 0;
    padding: 0 5%;
  }
  #about_shop .p-accessitem {
    width: calc(100% / 3 - 6px);
  }
  #about_shop .p-accessitem a {
    padding: 8px 0;
  }
  #about_shop .p-accessitem a::after {
    content: none;
  }
}
