@charset "UTF-8";
/* responsive setting */
/* color setting */

.section {
  padding: 100px 0;
}
@media (max-width: 750px) {
  .section {
    padding: 70px 0;
  }
}
.bk--01 {
  background: url(../img/index/bg_gray.png) center top no-repeat;
  background-size: cover;
}

/*---------------------------------

	0. kv

---------------------------------*/
.kv_inner {
  position: relative;
  height: calc(100vh - 12rem);
}

@media (max-width: 750px) {
  .kv_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
  }
}

.kv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kv_ttl {
  position: absolute;
  bottom: 100px;
  width: 1150px;
  z-index: 2;
}
@media (max-width: 750px) {
  .kv_ttl {
    left: 0;
    top: 40vh;
    width: 100%;
    position: sticky;
    margin-bottom: 30px;
  }
}
.kv_head {
  color: #fff;
  font-weight: 500;
  font-size: 4.8rem;
  margin: 0 0 25px;
}
@media (max-width: 750px) {
  .kv_head {
    font-size: 8vw;
    margin: 0 0 0;
  }
}

.kv_text {
  color: #fff;
  font-weight: 500;
  font-size: 2.4rem;
}
@media (max-width: 750px) {
  .kv_text {
    font-size: 4vw;
  }
}

.kv_link {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: -65px !important;
}
@media (max-width: 750px) {
  .kv_link {
    margin: 10vw 0 0 !important;
  }
}
.kv_link a {
  border: solid 1px #b0b0b0;
  border-radius: 10px;
  background: #fff;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 60px;
  font-size: 1.5rem;
  color: #4e6169;
  position: relative;
  width: 260px;
  padding: 0 30px;
}
@media (max-width: 750px) {
  .kv_link a {
    height: 42px;
    border-radius: 5px;
    padding: 0 15px;
    width: 170px;
  }
}
.kv_link .c_arrow_down {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .kv_link .c_arrow_down {
    right: 15px;
  }
}

@media (max-width: 750px) {
  .kv {
    padding: 0;
  }
}

/*---------------------------------

	2. spmenu

---------------------------------*/
.spmenu {
  display: block;
  padding: 50px 0 50px;
}
@media (max-width: 750px) {
  .spmenu {
    padding: 50px 0 50px;
  }
}

.spmenu_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 750px) {
  .spmenu_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.spmenu_list_item a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 20px;
  position: relative;
  width: 100%;
  height: 100%;
  color: #4e6169;
  border: solid 1px #a5a7a8;
  border-radius: 10px;
  background-color: #fff;
  height: 64px;
  font-size: 1.8rem;
}
@media (max-width: 750px) {
  .spmenu_list_item a {
    padding: 0 1.5rem;
    font-size: 1.5rem;
    border-radius: 5px;
    background-color: #fff;
    height: 52px;
  }
}

.spmenu_list_item--gray a {
  background-color: #d7e7e8;
  border-color: #d7e7e8;
}

/*---------------------------------

	promise

---------------------------------*/
.promise {
  background: #e6e8e9;
}

.promise_img_box {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 507px;
  gap: 50px;
}
@media (max-width: 750px) {
  .promise_img_box {
    grid-template-columns: 1fr;
  }
}
.promise .text-area p:not(:last-of-type) {
  margin: 0 0 1em;
}
.promise .text-area {
  font-size: 2.2rem;
  line-height: 2.73;
}
@media (max-width: 750px) {
  .promise .text-area {
    font-size: 1.7rem;
    line-height: 1.75;
  }
}
.promise .text-area strong {
  color: #1a676b;
  font-weight: 700;
}
.promise .img-area {
  text-align: center;
  width: 507px;
}
@media (max-width: 750px) {
  .promise .img-area {
    width: 100%;
  }
}

/*---------------------------------

	3. menu

---------------------------------*/
.category {
  padding: 100px 0 80px;
}
@media (max-width: 750px) {
  .category {
    padding: 50px 0;
  }
}
.category_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 40px;
}
@media (max-width: 750px) {
  .category_list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.category_list_item a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  border: solid 1px #a5a7a8;
  border-radius: 5px;
  background-color: white;
  height: 80px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .category_list_item a {
    height: 68px;
  }
}
.category_list_item_figure {
  width: 75px;
  background: #cee9ec;
  padding: 0 5px;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 750px) {
  .category_list_item_figure {
    width: 60px;
  }
}
.category_list_item_figure img {
  max-height: 75px;
}
.category_list_item_text {
  width: calc(100% - 75px);
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 750px) {
  .category_list_item_text {
    width: calc(100% - 60px);
  }
}
.category_list_item_text .text_in {
  padding: 0 16px;
}
.category_list_item_text .text_in p {
  font-size: 1.5rem;
  line-height: 1.4;
}
.category_list_item_text .text_in p span {
  font-size: 1rem;
}
.category_list_item_text .text_in p:last-of-type {
  font-size: 1rem;
}
.category_list_item_text .text_in p:last-of-type span {
  color: #888220;
  font-size: 1.2rem;
}
.category_list_item_text .text_in i {
  right: 20px;
}
@media (max-width: 750px) {
  .category_list_item_text .text_in i {
    right: 20px;
  }
}

@media (min-width: 751px) {
  .category_list_item {
    display: block !important;
  }
}

.menu .m-img {
  text-align: center;
  margin: 40px 0 30px;
}
@media (max-width: 750px) {
  .menu .m-img {
    margin: 20px 0 20px;
  }
}
.menu .m-img img {
  height: 300px;
}
@media (max-width: 750px) {
  .menu .m-img img {
    width: 230px;
    height: inherit;
  }
}
.menu .menu_parts_menu_item_text_list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7.5px 0;
}
.menu_parts_menu_item_text_list_item {
  width: 50%;
  padding: 0 7.5px 15px;
}
.menu_parts_menu_item_text_list_item > a {
  border: solid 1px #b0b0b0;
  border-radius: 10px;
  background-color: white;
  height: 60px;
  line-height: 1.25;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 15px;
  position: relative;
  color: #1a676b;
  font-size: 1.6rem;
}
@media (max-width: 750px) {
  .menu_parts_menu_item_text_list_item > a {
    border-radius: 5px;
    height: 52px;
    padding: 0 15px;
    font-size: 1.5rem;
  }
}
.menu_parts_menu_item_text_list_item > a:after {
  content: "+";
  display: inline-block;
  font-size: 1.9rem;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .menu_parts_menu_item_text_list_item > a:after {
    font-size: 1.6rem;
    right: 12px;
  }
}

@media (min-width: 751px) {
  .menu .c-tab-list li a {
    background: #457a7d !important;
    color: #fff !important;
    pointer-events: none !important;
  }
  .menu .c-tab-list li a:hover {
    opacity: 1 !important;
  }
  .menu .tab-area {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -17.5px;
  }

  .menu .tab-content {
    display: block !important;
    padding: 0 17.5px;
    width: 33.3333%;
  }
}
/*---------------------------------

	3. news

---------------------------------*/
.news {
  padding: 100px 0;
}
@media (max-width: 750px) {
  .news {
    padding: 70px 0;
  }
}
.news .news_list {
  border-top: 1px solid #94b8ba;
}
@media (max-width: 750px) {
  .news .news_list {
    border-top: 1px solid #94b8ba;
  }
}
.news .news_list .item {
  border-bottom: 1px solid #94b8ba;
}
@media (max-width: 750px) {
  .news .news_list .item {
    border-bottom: 1px solid #94b8ba;
  }
}
.news .news_list .item > div {
  display: block;
  padding: 25px 220px 25px 220px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 750px) {
  .news .news_list .item > div {
    padding: 20px 30px 20px 15px;
  }
}
.news .news_list .item > div:after {
  content: "+";
  display: inline-block;
  font-size: 2rem;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .news .news_list .item > div:after {
    font-size: 1.6rem;
    right: 12px;
  }
}
.news .news_list .item.active > div:after {
  content: "－";
  display: inline-block;
  font-size: 2rem;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .news .news_list .item.active > div:after {
    right: 12px;
    font-size: 1.6rem;
  }
}
@media (max-width: 750px) {
  .news .news_list .item > div.active:after {
    font-size: 1.6rem;
    right: 12px;
  }
}
.news .news_list .item dl dt {
  font-size: 1.8rem;
  font-weight: 400;
}
@media (max-width: 750px) {
  .news .news_list .item dl dt {
    font-size: 1.4rem;
  }
}
.news .news_list .item dl dd {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 750px) {
  .news .news_list .item dl dd {
    font-size: 1.4rem;
  }
}
.news .news_list .item dl dd p {
  margin: 1em 0 0;
}
.news .news_list .item dl dd p:last-child {
  margin: 0;
}
.news .news_list .item dl dd .acc-area {
  display: none;
}
.news .news_list .item dl dd .acc-area p {
  font-weight: 500;
}

@media (min-width: 751px) {
  .news .news_list .item {
    display: block !important;
  }
}
/*---------------------------------

	3. pickup

---------------------------------*/
.pickup_inner {
  margin: 0 auto;
  overflow: hidden;
}

.pickup_list_item a {
  display: block;
}

.pickup_list_item a:hover {
  opacity: 0.6;
}

.pickup_swiper-pagination {
  width: fit-content !important;
  margin: 0 auto;
}

.pickup_swiper-pagination .swiper-pagination-bullet-active {
  background: #415457;
}

@media (max-width: 599px) {
  .pickup {
    padding: 0 min(4%, 1.5rem);
  }
}

  .pickup .c-ttl-lev02 .pickup_img{
  height: 55px;
}

@media (max-width: 768px) {
  .pickup .c-ttl-lev02  .pickup_img{
  height: 33px;
}
}

/*---------------------------------

	3. case

---------------------------------*/
.case .c_btn {
  margin: 60px 0 0;
}
@media (max-width: 750px) {
  .case .c_btn {
    margin: 50px 0 0;
  }
}

.case .case_list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -17.5px 0;
}
@media (max-width: 750px) {
  .case .case_list {
    margin: 0 -2.5px 0;
  }
}
.case .case_list .case_list_item {
  width: 33.3%;
  padding: 50px 17.5px 0;
}
@media (max-width: 750px) {
  .case .case_list .case_list_item {
    width: 50%;
    padding: 15px 2.5px 0;
  }
}
.case .case_list .case_list_item_photo_item figure {
  position: relative;
}
.case .case_list .case_list_item_photo_item figure img {
  width: 100%;
}
.case .case_list .case_list_item_photo_item figure figcaption {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: left;
  padding: 0 0 0 10px;
}
@media (max-width: 750px) {
  .case .case_list .case_list_item_photo_item figure figcaption {
    font-size: 1rem;
    bottom: 5px;
    width: 100%;
    text-align: left;
    padding: 0 0 0 5px;
  }
}
.case .case_list .case_list_item_photo_vertical {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .case .case_list .case_list_item_photo_vertical {
    border-radius: 5px;
  }
}
.case .case_list .case_list_item_ttl p {
  text-align: center;
  color: #457a7d;
  font-size: 2.4rem;
  margin: 0 0 15px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 750px) {
  .case .case_list .case_list_item_ttl p {
    height: 3.5em;
    font-size: 1.7rem;
    margin: 0 0 12.5px;
  }
}
.case .case_list .is-modalbtn {
  position: relative;
  background: #d7e7e8;
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 60px;
  font-size: 1.8rem;
}
@media (max-width: 750px) {
  .case .case_list .is-modalbtn {
    height: 45px;
    font-size: 1.3rem;
  }
}
.case .case_list .is-modalbtn:after {
  content: "+";
  display: inline-block;
  font-size: 2rem;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .case .case_list .is-modalbtn:after {
    font-size: 1.6rem;
    right: 12px;
  }
}

/*---------------------------------

	3. clinic

---------------------------------*/
.clinic .clinic_list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -17.5px;
}
@media (max-width: 750px) {
  .clinic .clinic_list {
    display: block;
    margin: 0;
  }
}
.clinic .clinic_list .clinic_list_item {
  margin: 0 0 85px;
  padding-left: 17.5px;
  padding-right: 17.5px;
  width: 33.3333%;
}
@media (max-width: 750px) {
  .clinic .clinic_list .clinic_list_item {
    margin: 0 0 25px;
    width: 100%;
    padding: 0;
    border: 1px solid #457a7d;
    border-left: none;
    border-right: none;
  }
}
.clinic .clinic_list .clinic_list_item:last-child {
  margin: 0 0 85px;
}
@media (max-width: 750px) {
  .clinic .clinic_list .clinic_list_item:last-child {
    margin: 0 0 25px;
  }
}
.clinic .clinic_list .clinic_list_item .in {
  border: 1px solid #457a7d;
  border-left: none;
  border-right: none;
  position: relative;
  height: 100%;
  padding-bottom: 130px;
}
@media (max-width: 750px) {
  .clinic .clinic_list .clinic_list_item .in {
    border: none;
    padding-bottom: 0;
  }
}
.clinic_list_item_text_ttl a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 35px 0;
  position: relative;
  cursor: inherit;
}
@media (max-width: 750px) {
  .clinic_list_item_text_ttl a {
    padding: 35px 0;
    cursor: pointer;
  }
}
.clinic_list_item_text_ttl a:after {
  content: "+";
  display: none;
  font-size: 44rem;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .clinic_list_item_text_ttl a:after {
    display: inline-block;
    font-size: 2rem;
    right: 12px;
  }
}
.clinic_list_item_text_ttl a.active:after {
  content: "－";
  display: none;
  font-size: 4rem;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .clinic_list_item_text_ttl a.active:after {
    display: inline-block;
    font-size: 2rem;
    right: 12px;
  }
}
.clinic_list_item_text_ttl a h3 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 2.8rem;
  color: #457a7d;
}
@media (max-width: 750px) {
  .clinic_list_item_text_ttl a h3 {
    font-size: 2.6rem;
  }
}
.clinic_list_item_text_ttl a h3 span {
  font-size: 1.4rem;
  color: #457a7d;
  padding: 0 0 0 12px;
}
@media (max-width: 750px) {
  .clinic_list_item_text_ttl a h3 span {
    font-size: 1.2rem;
    padding: 0 0 0 12px;
  }
}
.clinic_detail {
  display: none;
}
.clinic_detail figure {
  text-align: center;
}
.clinic_detail .address {
  margin: 30px 0 0;
}
@media (max-width: 750px) {
  .clinic_detail .address {
    margin: 30px 0 0;
  }
}
.clinic_detail .address dl {
  display: table;
  width: 100%;
}
.clinic_detail .address dl dt {
  display: table-cell;
  vertical-align: top;
  font-size: 1.8rem;
  color: #457a7d;
  width: 103px;
}
@media (max-width: 750px) {
  .clinic_detail .address dl dt {
    font-size: 1.5rem;
    width: 83px;
  }
}
.clinic_detail .address dl dd {
  display: table-cell;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
@media (max-width: 750px) {
  .clinic_detail .address dl dd {
    font-size: 1.4rem;
  }
}
.clinic_detail .address dl dd a {
  color: #457a7d;
  font-weight: 700;
}
.clinic_detail .address dl dd a i {
  margin: 0 0 0 10px;
}
@media (max-width: 750px) {
  .clinic_detail .address dl dd a i {
    margin: 0 0 0 12px;
  }
}
.clinic_detail .address dl dd a i img {
  width: 17px;
}
@media (max-width: 750px) {
  .clinic_detail .address dl dd a i img {
    width: 14px;
  }
}
.clinic_detail .detail-btn-area {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px -10px 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  justify-content: center;
}
@media (max-width: 750px) {
  .clinic_detail .detail-btn-area {
    margin: 30px -7.5px 40px;
    position: static;
  }
}
.clinic_detail .detail-btn-area p {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 750px) {
  .clinic_detail .detail-btn-area p {
    padding: 0 7.5px;
  }
}
.clinic_detail .detail-btn-area p a {
  border: solid 1px #a5a7a8;
  border-radius: 10px;
  background-color: white;
  position: relative;
  font-size: 1.8rem;
  height: 60px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 750px) {
  .clinic_detail .detail-btn-area p a {
    height: 52px;
    font-size: 1.5rem;
    border-radius: 5px;
  }
}
.clinic_detail .detail-btn-area p.tel_btn a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 40px;
}
@media (max-width: 750px) {
  .clinic_detail .detail-btn-area p.tel_btn a {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 30px;
  }
}
.clinic_detail .detail-btn-area p.tel_btn a i {
  right: inherit;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .clinic_detail .detail-btn-area p.tel_btn a i {
    left: 10px;
  }
}
.clinic_detail .detail-btn-area p.tel_btn a i img {
  width: 20px;
}
@media (max-width: 750px) {
  .clinic_detail .detail-btn-area p.tel_btn a i img {
    width: 15px;
  }
}
.clinic_detail .detail-btn-area p.detail_btn a {
  border-color: #bedadb;
  background-color: #bedadb;
}

@media screen and (min-width: 751px) {
  .clinic_detail {
    display: block !important;
  }
}
/*---------------------------------

	3. movie

---------------------------------*/
.movie .movie_item_list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -17.5px;
}
.movie .movie_item {
  margin: 0 0 30px;
  width: 50%;
  padding: 0 17.5px;
}
@media (max-width: 750px) {
  .movie .movie_item {
    margin: 0 0 30px;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .movie .movie_item:last-child {
    margin: 0;
  }
}
.movie .movie_item .movie_area {
  text-align: center;
}
.movie .movie_item p {
  text-align: center;
  font-size: 2.2rem;
  margin: 15px 0 0;
}
@media (max-width: 750px) {
  .movie .movie_item p {
    font-size: 1.5rem;
    margin: 15px 0 0;
  }
}
.movie .c_btn {
  margin: 20px 0 0;
}
@media (max-width: 750px) {
  .movie .c_btn {
    margin: 40px 0 0;
  }
}
.movie .sns_ttl {
  text-align: center;
  font-size: 2.8rem;
  margin: 50px 0 25px;
}
@media (max-width: 750px) {
  .movie .sns_ttl {
    font-size: 2.1rem;
    margin: 45px 0 20px;
  }
}
.movie .sns_box {
  max-width: 475px;
  margin: 0 auto;
}
.movie .sns_list {
  display: flex;
  margin: 0 -12.5px 0;
}
@media (max-width: 750px) {
  .movie .sns_list {
    margin: 0 -7.5px 0;
  }
}
.movie .sns_list .sns_list_item {
  padding: 0 12.5px;
  text-align: center;
  width: 16.67%;
}
@media (max-width: 750px) {
  .movie .sns_list .sns_list_item {
    padding: 0 7.5px;
  }
}

@media screen and (min-width: 751px) {
  .movie .movie_item {
    display: block !important;
  }
}
/*---------------------------------

	3. other

---------------------------------*/
.other .snavi_list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px 0;
}
@media (max-width: 750px) {
  .other .snavi_list {
    margin: 0 -7.5px 0;
  }
}
.other .snavi_list .snavi_list_item {
  width: 25%;
  padding: 0 20px;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .other .snavi_list .snavi_list_item {
    width: 50%;
    padding: 0 7.5px;
    margin: 0 0 15px;
  }
}
.other .snavi_list .snavi_list_item a {
  border: solid 1px #a5a7a8;
  border-radius: 10px;
  background-color: white;
  position: relative;
  height: 60px;
  font-size: 1.8rem;
  padding: 0 20px;
  line-height: 1.25;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 750px) {
  .other .snavi_list .snavi_list_item a {
    height: 68px;
    font-size: 1.5rem;
    padding: 0 1.5rem;
    border-radius: 5px;
  }
}
.other .snavi_list .snavi_list_item:nth-of-type(4n-2) a {
  background: #bedadb;
  border-color: #bedadb;
}
.other .snavi_list .snavi_list_item:nth-of-type(4n-3) a {
  background: #bedadb;
  border-color: #bedadb;
}
@media (max-width: 750px) {
  .other .snavi_list .snavi_list_item a span span {
    font-size: 1.2rem;
  }
}
.other .snav_list02 {
  text-align: center;
  margin: 15px 0 0;
}
@media (max-width: 750px) {
  .other .snav_list02 {
    text-align: left;
    margin: 17.5px 0 0;
  }
}
.other .snav_list02 li {
  display: inline-block;
  margin: 0 15px;
}
@media (max-width: 750px) {
  .other .snav_list02 li {
    margin: 0 32px 0 0;
  }
}
.other .snav_list02 li:last-child {
  margin: 0;
}
.other .snav_list02 li a {
  font-size: 1.8rem;
  text-decoration: underline;
}
@media (max-width: 750px) {
  .other .snav_list02 li a {
    font-size: 1.4rem;
  }
}

/*---------------------------------

	3. reserve

---------------------------------*/
.reserve {
  background: #457a7d;
  padding: 100px 0 70px;
}
@media (max-width: 750px) {
  .reserve {
    padding: 70px 0;
  }
}
.reserve .c-ttl-lev02 {
  color: #fff;
}
.reserve .text-area p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media (max-width: 750px) {
  .reserve .text-area p {
    text-align: left;
    font-size: 1.4rem;
  }
}
.reserve .text-area p strong {
  font-weight: 700;
  font-size: 2.2rem;
}
@media (max-width: 750px) {
  .reserve .text-area p strong {
    font-size: 1.6rem;
  }
}
.reserve .calender-btn {
  margin: 20px auto 0;
  max-width: 600px;
}
@media (max-width: 750px) {
  .reserve .calender-btn {
    margin: 20px 0 0;
  }
}
.reserve .calender-btn a {
  border-radius: 10px;
  background-color: #a7a02d;
  height: 100px;
  color: #fff;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 0 0 60px;
  font-size: 2.8rem;
}
@media (max-width: 750px) {
  .reserve .calender-btn a {
    border-radius: 5px;
    height: 66px;
    padding: 0 0 0 25px;
    font-size: 1.7rem;
  }
}
.reserve .calender-btn a i {
  margin: 0 32px 0 0;
}
@media (max-width: 750px) {
  .reserve .calender-btn a i {
    margin: 0 10px 0 0;
  }
}
.reserve .calender-btn a i img {
  width: 36px;
  position: relative;
  top: -2px;
}
@media (max-width: 750px) {
  .reserve .calender-btn a i img {
    width: 25px;
  }
}
.reserve .reserve-list {
  max-width: 410px;
  margin: 30px auto 0;
}
@media (max-width: 750px) {
  .reserve .reserve-list {
    margin: 30px auto 0;
  }
}
.reserve .reserve-list li {
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .reserve .reserve-list li {
    margin: 0 0 20px;
  }
}
.reserve .reserve-list li:last-child {
  margin: 0;
}
.reserve .reserve-list li a {
  position: relative;
  color: #fffcc9;
  font-size: 1.8rem;
  display: block;
}
@media (max-width: 750px) {
  .reserve .reserve-list li a {
    font-size: 1.5rem;
  }
}
@media (max-width: 750px) {
  .reserve .reserve-list li a span {
    font-size: 1.2rem;
  }
}

/*---------------------------------

	3. doctor

---------------------------------*/
.doctor .doctor_list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -55px 0;
}
@media (max-width: 750px) {
  .doctor .doctor_list {
    margin: 0 -17.5px 0;
  }
}
.doctor .doctor_list .doctor_list_item {
  width: 33.3333%;
  padding: 0 55px 100px;
}
@media (max-width: 750px) {
  .doctor .doctor_list .doctor_list_item {
    width: 50%;
    padding: 0 17.5px 50px;
  }
}
.doctor .doctor_list .doctor_list_item .doctor_list_item_image {
  margin: 0 0 30px;
  text-align: center;
}
@media (max-width: 750px) {
  .doctor .doctor_list .doctor_list_item .doctor_list_item_image {
    margin: 0 0 20px;
  }
}
.doctor .doctor_list .doctor_list_item p {
  text-align: center;
  color: #4e6169;
  font-size: 2.2rem;
}
@media (max-width: 750px) {
  .doctor .doctor_list .doctor_list_item p {
    font-size: 1.6rem;
  }
}
.doctor .doctor_list .doctor_list_item p span {
  display: block;
}
.doctor .doctor_list .doctor_list_item .doctor_list_item_text_btn {
  margin: 22px 0 0;
}
@media (max-width: 750px) {
  .doctor .doctor_list .doctor_list_item .doctor_list_item_text_btn {
    margin: 15px 0 0;
  }
}
.doctor .doctor_list .doctor_list_item .doctor_list_item_text_btn a {
  border-radius: 10px;
  background-color: #bedadb;
  height: 60px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 30px;
  font-size: 1.8rem;
  position: relative;
  width: 170px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .doctor .doctor_list .doctor_list_item .doctor_list_item_text_btn a {
    border-radius: 5px;
    height: 50px;
    padding: 0 25px;
    width: 100%;
    font-size: 1.5rem;
  }
}
.doctor .doctor_list .doctor_list_item::nth-last-child(-n + 2) {
  padding-bottom: 0;
}
@media (max-width: 750px) {
  .doctor .doctor_list .doctor_list_item::nth-last-child(-n + 2) {
    padding-bottom: 0;
  }
}
.doctor .doctor_degree_btn {
  margin: 30px 0 0;
  text-align: center;
}
@media (max-width: 750px) {
  .doctor .doctor_degree_btn {
    margin: 30px 0 0;
  }
}
.doctor .doctor_degree_btn a {
  position: relative;
  color: #349e9e;
  font-size: 1.8rem;
  display: inline-block;
  padding-right: 40px;
}
@media (max-width: 750px) {
  .doctor .doctor_degree_btn a {
    display: block;
    font-size: 1.3rem;
    padding-right: 10px;
  }
}

/*---------------------------------

	3. ymaa

---------------------------------*/
.ymaa {
  background: #f9f9fa;
  display: none;
}
@media (max-width: 750px) {
  .ymaa {
    display: block;
  }
}
.ymaa .img {
  text-align: center;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  .ymaa .img {
    margin: 0 0 25px;
  }
}
@media (max-width: 750px) {
  .ymaa .img img {
    width: 95px;
  }
}
.ymaa .text p {
  font-weight: 400;
  margin: 0 0 1em;
  font-size: 2.8rem;
  color: #4e6169;
}
@media (max-width: 750px) {
  .ymaa .text p {
    font-size: 1.4rem;
  }
}
.ymaa .text p:last-child {
  margin: 0;
}
.ymaa .text p strong {
  font-weight: 700;
}

.sp-video {
  display: block;
}

.pc-video {
  display: none;
}

@media screen and (min-width: 751px) {
  .sp-video {
    display: none;
  }

  .pc-video {
    display: block;
  }
}

/*modal*/
.menu_parts_menu_item_text_list_item_content,
.case_list_item_photo_detail {
  margin: 10rem auto;
  padding: 50px min(8%, 15px) 50px;
  max-width: 1030px;
  width: 90%;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 750px) {
  .menu_parts_menu_item_text_list_item_content,
  .case_list_item_photo_detail {
    max-width: 75rem;
    margin: 5rem auto;
  }
}

.menu_parts_menu_item_text_list_item_content {
  max-width: 800px;
  width: 90%;
  padding-left: 40px;
  padding-right: 40px;
  padding: 0 min(8%, 15px) 50px;
}
@media (max-width: 750px) {
  .menu_parts_menu_item_text_list_item_content {
    max-width: 75rem;
    padding: 0;
  }
}
@media (max-width: 750px) {
  .menu_parts_menu_item_text_list_item_content .modal-in {
    height: 60vh;
    overflow: auto;
    padding: 50px min(8%, 15px) 50px;
  }
}

.menu_parts_menu_item_text_list_item_content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu_parts_menu_item_text_list_item_content_list_item {
  width: 47.8%;
  margin-top: 45px;
}
@media (max-width: 750px) {
  .menu_parts_menu_item_text_list_item_content_list_item {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .menu_parts_menu_item_text_list_item_content_list_item:first-child {
    margin-top: 0;
  }
}

.menu_parts_menu_item_text_list_item_content_list_item dt {
  border-bottom: 1px solid #1a676b;
  font-weight: 700;
  padding: 0 15px 15px 15px;
  font-size: 1.7rem;
}

.menu_parts_menu_item_text_list_item_content_list_item dd {
  font-size: 1.3rem;
}

.menu_parts_menu_item_text_list_item_content_list_item dd ul li {
  border-bottom: 1px solid #1a676b;
}

.menu_parts_menu_item_text_list_item_content_list_item dd ul li a {
  position: relative;
  display: block;
  color: #1a676b;
  padding: 15px;
  font-size: 1.5rem;
}

.menu_parts_menu_item_text_list_item_content_list_item dd ul li a:before {
  background: url(../img/renew2023/arrow_right_green.svg) center center
    no-repeat;
  content: "";
  background-size: cover;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .menu_parts_menu_item_text_list_item_content_list_item dd ul li a:before {
    right: 12.5px;
    width: 5px;
    height: 8.5px;
  }
}

@media (max-width: 750px) {
  .modal-in {
    height: 60vh;
    overflow-y: scroll;
    border-radius: 5px;
  }
}

.case_list_item_photo_detail {
  padding: 0;
  position: relative;
}
.case_list_item_photo_detail .modal-in {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 40px;
}
@media (max-width: 750px) {
  .case_list_item_photo_detail .modal-in {
    display: block;
    padding: 0;
  }
}
.case_list_item_photo_detail .modal-in figure {
  width: 560px;
}
@media (max-width: 750px) {
  .case_list_item_photo_detail .modal-in figure {
    width: 100%;
  }
}
.case_modal_info {
  width: calc(100% - 560px);
  padding-left: 50px;
}
@media (max-width: 750px) {
  .case_modal_info {
    padding: 0 min(8%, 15px) 30px;
    width: 100%;
  }
}
.case_modal_info dl {
  display: table;
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px solid #1a676b;
}
@media (max-width: 750px) {
  .case_modal_info dl {
    padding: 15px;
  }
}
.case_modal_info dl dt {
  display: table-cell;
  font-size: 1.8rem;
  width: 120px;
  color: #457a7d;
}
@media (max-width: 750px) {
  .case_modal_info dl dt {
    width: 100px;
    font-size: 1.5rem;
  }
}
.case_modal_info dl dd {
  display: table-cell;
  font-size: 1.8rem;
  color: #424d51;
  font-weight: 400;
}
@media (max-width: 750px) {
  .case_modal_info dl dd {
    font-size: 1.5rem;
  }
}
.case_modal_info dl.pt02 {
  display: block;
}
.case_modal_info dl.pt02 dt,
.case_modal_info dl.pt02 dd {
  display: block;
  width: 100%;
}
.case_modal_info .case_doctor {
  padding: 15px;
  border-bottom: 1px solid #1a676b;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.case_modal_info .case_doctor dl {
  width: 126px;
  border: none;
  padding: 0;
}
@media (max-width: 750px) {
  .case_modal_info .case_doctor dl {
    width: 120px;
  }
}
.case_modal_info .case_doctor dl dt {
  display: block;
}
.case_modal_info .case_doctor dl dd {
  display: block;
}
.case_modal_info .case_doctor .insta {
  display: inline-block;
  width: 29px;
}
@media (max-width: 750px) {
  .case_modal_info .case_doctor .insta {
    width: 29px;
  }
}
.case_modal_info .case_doctor .doctor_img {
  width: calc(100% - 155px);
  padding-left: 20px;
}
@media (max-width: 750px) {
  .case_modal_info .case_doctor .doctor_img {
    width: calc(100% - 149px);
  }
}
.case_modal_info .case_modal_btn {
  margin: 25px 0 0;
}
.case_modal_info .case_modal_btn a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-radius: 10px;
  background-color: #d7e7e8;
  position: relative;
  height: 60px;
  padding: 0 20px;
  font-size: 1.8rem;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .case_modal_info .case_modal_btn a {
    border-radius: 5px;
    height: 50px;
    padding: 0 19px;
    font-size: 1.5rem;
    margin: 0 0 15px;
  }
}
.case_modal_info .case_modal_btn a.btn02 {
  border: solid 1px #a5a7a8;
  background-color: #fff;
}
.case_modal_info .case_modal_btn a.btn03 {
  background-color: #a7a02d;
  color: #fff;
}
.case_modal_info .case_modal_btn a.btn03 i {
  display: inline-block;
}
.case_modal_info .case_modal_btn a.btn03 i img {
  width: 30px;
  margin: 0 20px 0 0;
}
@media (max-width: 750px) {
  .case_modal_info .case_modal_btn a.btn03 i img {
    width: 25px;
    margin: 0 15px 0 0;
  }
}

/*slider*/
.pickup {
  padding: 100px 0;
}
@media (max-width: 750px) {
  .pickup {
    padding: 50px 0 50px;
  }
}

.pickup_swiper {
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .pickup_swiper {
    margin-bottom: 30px;
  }
}
.pickup_swiper img {
  width: 100%;
}

.slider_thumbnai_wrap {
  width: 360px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .slider_thumbnai_wrap {
    width: 100%;
  }
}

.slider_thumbnail .swiper-slide.swiper-slide-thumb-active img {
  opacity: 0.7;
}

.slider_thumbnail .swiper-slide {
  background: #457a7d;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.youtube .arrow,
.youtube .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.youtube .arrow {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: rgba(13, 24, 23, 0.8);
  /* 矢印背景色 */
  pointer-events: none;
}

.youtube .arrow::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #fff;
  /* 矢印色 */
}

.youtube img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.mv-bg img {
  width: 100%;
}

@media (max-width: 750px) {
  .mv-bg img {
    width: 100%;
  }
}


.mfp-bg {
  background: #0e3638 !important;
  opacity: 0.7 !important;
}

.mfp-close-btn-in .mfp-close {
  background: url(../img/renew2023/modal_close.svg) center top no-repeat;
  width: 45px;
  height: 45px;
  background-size: cover;
  margin-top: -60px;
  margin-right: 0;
  font-size: 0;
  opacity: 1;
}
@media (max-width: 750px) {
  .mfp-close-btn-in .mfp-close {
    width: 25px;
    height: 24.5px;
    margin-top: -40px;
    opacity: 1;
  }
}

.doctor_img img{
  border-radius: 50%;
}
