@charset "utf-8";

.top .ttl1 {
  font-size: 60px;
  font-family: "Yu Mincho", Yumincho, serif;
}
.top .ttl1.gold {
	color: #857d69;
}
.top .ttl1 .subTtl {
  display: block;
  font-size: 20px;
  margin-top: 15px;
}
.top .ttl1 .subTtl.gold {
	color: #c6b17f;
}

@media screen and (max-width: 768px) {
  .top .ttl1 {
    font-size: 30px;
    letter-spacing: 0.05em;
  }
  .top .ttl1 .subTtl {
    font-size: 14px;
    margin-top: 8px;
  }
}

/* mv
---------------------------------------------- */
/* 追記 ここから 2025.5.10 HONDA */
@media screen and (min-width: 769px){
.sp {
  display: none;
}
}

@media screen and (max-width: 768px){
.pc {
  display: none;
}
}
/* 追記 ここまで */

.mv {
}
.mvImg {
  position: relative;
}
.mvImg a {
  position: relative;
  display: block;
}
.mvImg a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s;
}
.mvImg a:hover::before {
  background: rgba(255, 255, 255, 0.3);
}
.mvSlider .swiper-pagination {
  max-width: 512px;
  top: 101%;
  left: 50%;
  transform: translateX(-50%);
}	
.mvSlider .swiper-pagination-bullet {
  width: 90px;
  height: 5px;
  background: #cccccc;
  border-radius: 0;
  margin: 0 2.5px !important;
  opacity: 1;
  transition: 0.3s;
}
.mvSlider .swiper-pagination-bullet-active {
  background: #de8c9a;
}

.mvSlider .swiper-button-prev,
.mvSlider .swiper-button-next {
  margin-top: -8px;
  transition: 0.3s;

  /* width: 60px;
				height: 90px;
				background-color: #de8c9a;
				margin: 0;
				transform: translateY(-50%); */
}
.mvSlider .swiper-button-next {
  right: 8%;
  /* right: 0; */
}
.mvSlider .swiper-button-prev {
  left: 8%;
  /* left: 0; */
}
.mvSlider .swiper-button-prev:hover,
.mvSlider .swiper-button-next:hover {
  opacity: 0.7;
}
.mvSlider .swiper-button-next::after,
.mvSlider .swiper-button-prev::after {
  content: "";
  width: 16px;
  height: 60px;

  /* position: absolute;
				top: 50%;
				width: 24px;
				height: 24px; */
}
.mvSlider .swiper-button-next::after {
  background: url("../../img/common/pc/icon_arrow_r_large.svg") center/contain
    no-repeat;
  /* right: calc(50% + 7px);
				transform: translate(50%,-50%) rotate(45deg);
				border-top: 1px solid #fff;
				border-right: 1px solid #fff; */
}
.mvSlider .swiper-button-prev::after {
  background: url("../../img/common/pc/icon_arrow_l_large.svg") center/contain
    no-repeat;
  /* left: calc(50% + 7px);
				transform: translate(-50%,-50%) rotate(45deg);
				border-bottom: 1px solid #fff;
				border-left: 1px solid #fff; */
}

@media screen and (max-width: 768px) {
  .mvSlider .swiper-pagination {
    max-width: 252px;
    bottom: 15px;
  }
  .mvSlider .swiper-pagination-bullet {
    width: 49px;
    height: 3px;
    margin: 0 0.5px !important;
  }
  .mvSlider .swiper-button-prev,
  .mvSlider .swiper-button-next {
    display: none;
  }
}

/* スティッキー
-------------------------------------- */
/* reservation-btn */
.reservation-btn {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.reservation-btn a {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-basis: calc(50% - 8px);
  padding: 16px 0;
  color: #fff;
  font-size: 18px;
}
.reservation-btn a:hover {
  opacity: 0.8;
}

.reservation-btn a::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background-size: cover;
}

.reservation-btn .tel {
  background-color: #8a7a2c;
}
.reservation-btn .tel::before {
  background-image: url(../../img/common/pc/icon_tel.svg);
}

.reservation-btn .web {
  background-color: #9ea562;
}
.reservation-btn .web::before {
  background-image: url(../../img/common/pc/icon_reserve.svg);
}

.reservation-inner {
  box-sizing: border-box;
  margin: 60px auto 20px;
  width: 80%;
  max-width: 800px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .reservation-btn a {
    font-size: 14px;
  }

  .reservation-btn a::before {
    width: 14px;
    height: 14px;
  }
}

/* sticky */
.sticky {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .sticky {
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 12px 8px;
    background-color: rgba(68, 68, 68, 0.8);
    transition: 0.3s;
  }
  .sticky.active {
    opacity: 1;
    visibility: visible;
  }

  .sticky p {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.4;
    white-space: nowrap;
  }

  .sticky .reservation-btn {
    gap: 8px;
  }

  .sticky .reservation-btn a {
    gap: 4px;
    padding: 16px 4px;
    font-size: 12px;
  }

  .sticky .reservation-btn a::before {
    width: 11px;
    height: 11px;
  }
}

/* campaign
---------------------------------------------- */
.campaign {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}
.campaign-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 4px 6px -3px;
}

@media screen and (max-width: 768px) {
  .campaign {
    margin: 16px auto 10px;
  }
  .campaign-container {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
  /* .campaign-container > .banner:nth-child(3) {
    grid-column: 1 / 2;
  } */
}

/* news
---------------------------------------------- */
.news {
  padding: 50px 0;
}
.newsWrap {
}
.newsTtl {
  font-size: 46px;
  letter-spacing: 0;
  margin-right: 1.3636363%;
}

.newsBox {
  position: relative;
  width: 58.181819%;
  height: 80px;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  margin-right: 3.6363636%;
  overflow: hidden;
}

/* newsSlider */
.newsBox ul {
  position: relative;
}
.newsBox ul li {
  padding: 20px 30px;
  box-sizing: border-box;
}
.newsBox .swiper-button-prev,
.newsBox .swiper-button-next {
  width: 10px;
  height: 10px;
  margin: 0;
  transition: 0.3s;
}
.newsBox .swiper-button-next {
  top: 55%;
  left: 93%;
}
.newsBox .swiper-button-prev {
  top: 35%;
  left: 93%;
}
.newsBox .swiper-button-prev:hover,
.newsBox .swiper-button-next:hover {
  opacity: 0.7;
}
.newsBox .swiper-button-next::after,
.newsBox .swiper-button-prev::after {
  content: "";
  width: 8px;
  height: 8px;
}
.newsBox .swiper-button-next::after {
  border-bottom: 1px solid #b4aa91;
  border-right: 1px solid #b4aa91;
  transform: rotate(45deg);
}
.newsBox .swiper-button-prev::after {
  border-top: 1px solid #b4aa91;
  border-right: 1px solid #b4aa91;
  transform: rotate(-45deg);
}
.newsBox .swiper-button-disabled {
  /* opacity: 0; */
}

.newsBox .newsHead {
  font-size: 14px;
  margin-bottom: 10px;
}
.newsBox .newsHead .cate {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #444;
}
.newsBox .newsTtl {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .btn {
  width: 28.181819%;
}
.news .btn a {
  height: 80px;
  font-size: 20px;
  text-indent: 1em;
  color: #fff;
  background: #de8c9a;
}
.news .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("../../img/common/pc/icon_reserve.svg") center/contain
    no-repeat;
}
.news .btn a::after {
  top: 50%;
  right: 8%;
  bottom: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 768px) {
  .news {
    padding: 22px 0;
  }
  .newsWrap {
  }
  .newsTtl {
    font-size: 25px;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .newsBox {
    width: 100%;
    height: 50px;
    margin-right: 0;
  }
  .newsBox ul li {
    padding: 10px 30px 10px 15px;
  }
  .newsBox .swiper-button-prev,
  .newsBox .swiper-button-next {
    width: 6px;
    height: 6px;
  }
  .newsBox .swiper-button-next {
    /* top: 60%;
					left: 88%; */
  }
  .newsBox .swiper-button-prev {
    /* top: 40%;
					left: 88%; */
  }
  .newsBox .swiper-button-next::after,
  .newsBox .swiper-button-prev::after {
    width: 4px;
    height: 4px;
  }

  .newsBox .newsHead {
    font-size: 10px;
    margin-bottom: 6px;
  }
  .newsBox .newsTtl {
    font-size: 13px;
  }

  .news .btn {
    width: 100%;
    margin-top: 10px;
  }
  .news .btn a {
    height: 40px;
    font-size: 12px;
    background: #998b84;
  }
  .news .btn a::before {
    content: none;
  }
  .news .btn a::after {
    width: 4px;
    height: 4px;
  }
}

/* doctor
---------------------------------------------- */
.doctor {
  position: relative;
	padding-top: 50px;
  /* max-width: 1300px; */
  /* padding-bottom: calc(80 / 1100 * 100%); */
  margin-bottom: 80px;
  box-sizing: border-box;
}
.doctorWrap {
  position: relative;
  /* background: linear-gradient(90deg, rgba(255, 255, 255, 1) 15%, rgba(250, 250, 246, 1) 40.79%, rgba(240, 240, 230, 1) 70%); */
  /* padding: 0 100px; */
  box-sizing: border-box;
}
.doctorTxtBox {
  /* position: absolute; */
  /* top: 0; */
  /* left: calc(100 / 1200 * 100%); */
  width: calc(655 / 1100 * 100%);
  max-width: 655px;
  margin-left: auto;
}
.doctorCopy {
/*  color: #edc1c9;*/
  color:#cdcdcd;
  font-size: 70px;
  letter-spacing: 0;
  margin-left: -60px;
  transform: rotate(-10deg);
}
.doctorTtl {
  /* font-size: 30px; */
  font-size: 30px;
  font-weight: 500;
  line-height: 1.86;
  margin-top: 60px;
	margin-bottom: 30px;
}
.doctor .des {
  /* position: absolute; */
  top: calc(245 / 600 * 100%);
  left: calc(100 / 1100 * 100%);
  /* width: calc(660 / 1300 * 100%); */
  /* max-width: 660px; */
  font-size: 14px;
  line-height: 2.4;
  margin-top: 1.5em;
  padding-bottom: 30px;
  border-bottom: 1px solid #c5bdb9;
  text-align: justify;
}
.doctorInfo {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.doctor .doctorInfo .name {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.doctor .doctorInfo .name .head {
  display: block;
}
.doctor .doctorInfo .name .medium {
  font-size: 18px;
  letter-spacing: 0.25em;
  vertical-align: -1px;
}
.doctor .doctorInfo .name .medium2 {
  font-size: 16px;
  letter-spacing: 0.1em;
  vertical-align: -1px;
}
.doctor .doctorInfo .name .large {
  font-size: 30px;
  letter-spacing: 0.17em;
  vertical-align: -1px;
}
.doctor .doctorInfo .ex {
  font-size: 12px;
  line-height: 1.58;
  letter-spacing: 0.05em;
  margin-top: 1.5em;
  text-align: left;
}
.doctor .doctorInfo .ex .head {
  width: 70px;
  letter-spacing: 0;
}
.doctor .doctorInfo .ex .body {
  width: calc(100% - 70px - 1em);
  margin-left: 1em;
}

.doctorImg {
  position: absolute;
  top: 10%;
  left: 0;
  z-index: -1;
  /* align-self: flex-end; */
  /* margin-left: 3%; */
  /*width: calc(820 / 1100 * 100%);*/
  width: 37%;
}
/* .doctor .kayoko{
		position: absolute;
		right: calc(50 / 1100 * 100%);
		bottom: calc(50 / 600 * 100%);
		width: calc(254 / 1100 * 100%);
		max-width: 254px;
	} */
.doctor .doctorLink {
  position: absolute;
  display: inline-block;
  top: 25%;
  left: -2%;
  width: 18.181819%;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  .doctor {
    margin-bottom: 40px;
  }
  .doctorWrap {
    padding-bottom: 0;
    z-index: 0;
  }
  .doctorTxtBox {
    width: 100%;
    max-width: 560px;
    padding-bottom: 25px;
  }
  .doctorCopy {
    font-size: 35px;
    margin-left: 0;
  }
  .doctorTtl {
    font-size: 22px;
    margin-top: 25px;
  }
  .doctor .des {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 1em;
    padding-bottom: 20px;
	width: 55%;
  }
  .doctorInfo {
	width: 100%;
    margin-top: 10px;
	  justify-content: center;
  }
  .doctor .doctorInfo .name {
    font-size: 9px;
  }
  .doctor .doctorInfo .name .medium {
    font-size: 11px;
    vertical-align: 2px;
  }
  .doctor .doctorInfo .name .medium2 {
    display: block;
    font-size: 10px;
    letter-spacing: 0.05em;
    margin-top: 8px;
    padding-right: 20px;
/*    text-align: right;*/
  }
  .doctor .doctorInfo .name .large {
    font-size: 16px;
    letter-spacing: 0.17em;
  }
  .doctor .doctorInfo .ex {
    display: block;
    font-size: 8px;
    line-height: 1.75;
    margin-top: 1em;
  }
  .doctor .doctorInfo .ex .head {
    display: block;
    width: 100%;
  }
  .doctor .doctorInfo .ex .body {
    display: block;
    width: 100%;
    margin-top: 2px;
    margin-left: 0;
  }
  .doctorImg {
	  width: 80%;
	  margin: 0 auto;
	  position: static;
  }
  .doctor .btn {
    margin-top: 20px;
  }
  .doctor .btn a {
    height: 50px;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #fff;
    background: #de8c9a;
  }
  .doctor .btn a::after {
    top: 50%;
    bottom: auto;
    right: 25px;
    width: 4px;
    height: 4px;
  }
}

@media screen and (max-width: 425px) {
  .doctor .des {
	  width: 100%;
 }
}

/* menu
---------------------------------------------- */
.homeMenu {
  position: relative;
  padding: 50px 0 90px;
}
.homeMenu::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
/*
.homeMenu::after {
  content: "";
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
*/
.homeMenu .bg {
  background: url("../../img/home/pc/bg_menu_1.png") center/750px repeat;
}
.homeMenu .ttl {
}

@media screen and (max-width: 768px) {
  .homeMenu {
    margin-top: 40px;
    padding: 20px 0;
  }
  .homeMenu::before {
    top: 20px;
    height: 60px;
  }
  .homeMenu::after {
    bottom: 20px;
    height: 60px;
  }
  .homeMenu .bg {
    background: url("../../img/home/pc/bg_menu_1.png") center/375px repeat;
  }
}

/* menuHead
	---------------------------------------------- */
.menuHead {
  position: relative;
  margin-top: 65px;
  padding: 25px 0;
  background: -webkit-linear-gradient(
    0deg,
    rgba(242, 209, 215, 0) 0%,
    rgba(243, 213, 218, 0.21) 10.4%,
    rgba(243, 215, 220, 1) 49.89%,
    rgba(243, 213, 218, 0.21) 89.55%,
    rgba(242, 209, 215, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    0% 50%,
    100% 50%,
    color-stop(0, rgba(242, 209, 215, 0)),
    color-stop(0.104, rgba(243, 213, 218, 0.21)),
    color-stop(0.4989, rgba(243, 215, 220, 1)),
    color-stop(0.8955, rgba(243, 213, 218, 0.21)),
    color-stop(1, rgba(242, 209, 215, 0))
  );
  background: -ms-linear-gradient(
    0deg,
    rgba(242, 209, 215, 0) 0%,
    rgba(243, 213, 218, 0.21) 10.4%,
    rgba(243, 215, 220, 1) 49.89%,
    rgba(243, 213, 218, 0.21) 89.55%,
    rgba(242, 209, 215, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(242, 209, 215, 0) 0%,
    rgba(243, 213, 218, 0.21) 10.4%,
    rgba(243, 215, 220, 1) 49.89%,
    rgba(243, 213, 218, 0.21) 89.55%,
    rgba(242, 209, 215, 0) 100%
  );
}
.menuHead ul {
  max-width: 1030px;
  margin: auto;
}
.menuHead ul li {
  position: relative;
  width: 28.15534%;
  cursor: pointer;
  transition: 0.3s;
}
.menuHead ul li .scale {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  transition: 0.5s;
  cursor: pointer;
  z-index: 10;
}
.menuHead ul li .scale::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(110, 90, 80, 0.5);
  transition: 0.4s;
  cursor: pointer;
  z-index: 1;
}
.menuHead ul li .scale:hover::before {
  opacity: 0.8;
}
.menuHead ul li .scale::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  /* border: 10px solid rgba(110, 90, 80, .5); */
  background: url("../../img/home/pc/img_tab_scroll.png") center/contain
    no-repeat;
  opacity: 0;
  transition: 0.4s;
}
.menuHead ul li .star {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menuHead ul li .star::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 132px;
  height: 16px;
  background: url("../../img/home/pc/icon_star_top.svg") center/contain
    no-repeat;
  opacity: 0;
  transition: 0.5s;
}
.menuHead ul li .star::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 132px;
  height: 16px;
  background: url("../../img/home/pc/icon_star_bottom.svg") center/contain
    no-repeat;
  opacity: 0;
  transition: 0.5s;
}
.menuHead ul li .txt {
  position: absolute;
  display: block;
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  transition: 0.3s;
  z-index: 10;
}
.menuHead ul li .txt::before {
  content: "Menu";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  color: #d67385;
  transform: rotate(-10deg);
  font-family: "Pinyon Script", cursive;
  transition: 0.3s;
  z-index: -1;
}
.menuHead ul li:nth-child(1) .txt::before {
  top: 26px;
  left: -22px;
}
.menuHead ul li:nth-child(1) .txt {
  top: 63px;
  left: 44px;
}
.menuHead ul li:nth-child(2) .txt {
  top: 78px;
  left: 19px;
}
.menuHead ul li:nth-child(2) .txt::before {
  top: 8px;
  left: 0;
}
.menuHead ul li:nth-child(3) .txt {
  top: 63px;
  left: 44px;
}
.menuHead ul li:nth-child(3) .txt::before {
  top: 30px;
  left: -22px;
}
.menuHead ul li .menuCrown {
  position: absolute;
  top: -60%;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 22px;
  transition: 0.4s;
  z-index: 5;
}
.menuHead ul li .menuCrown::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/home/pc/icon_menu_crown.svg") center/contain
    no-repeat;
  transition: 0.4s;
  /* z-index: 3; */
}
.menuHead ul li .menuCrown::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 37px;
  height: 28px;
  background: url("../../img/home/pc/icon_menu_crown_color.svg") center/contain
    no-repeat;
  opacity: 0;
  transition: 0.4s;
  z-index: 10;
}

.menuHead ul li.active .scale {
  transform: scale(1.3448275);
  box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.15);
}
.menuHead ul li.active .scale::before {
  background: rgba(110, 90, 80, 0);
}
.menuHead ul li.active .scale::after {
  opacity: 1;
}
.menuHead ul li.active .txt {
  color: #6e5a50;
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
}
.menuHead ul li.active .txt::before {
  color: #edc1c9;
}
.menuHead ul li.active .menuCrown {
}
.menuHead ul li.active .menuCrown::before {
  opacity: 0;
}
.menuHead ul li.active .menuCrown::after {
  opacity: 1;
}
.menuHead ul li.active .star::before,
.menuHead ul li.active .star::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .menuHead {
    height: 100px;
    margin-top: 25px;
    padding: 10px 0;
    background: #f3d7dc;
  }
  .menuHead ul {
    /* position: absolute;
				display: block;
				top: 50%;
				left: 0;
				width: 100%;
				transform: translateY(-50%); */
    flex-wrap: nowrap;
    /* justify-content: flex-start; */
    transition: 0.3s;
  }
  /* .menuHead ul.active1{
				left: 55%;
			}
			.menuHead ul.active2{
				left: 0;
			}
			.menuHead ul.active3{
				left: -55%;
			} */
  .menuHead ul li {
    /* position: absolute;
					top: 50%;
					transform: translateY(-50%); */
    width: 145px;
    height: auto;
    transition: 0.3s;
    /* margin: 0 20px; */
  }
  .menuHead ul li:nth-child(1) {
    /* left: -30%; */
  }
  .menuHead ul li:nth-child(2) {
    /* left: 50%;
					transform: translate(-50%,-50%); */
    z-index: -1;
  }
  .menuHead ul li:nth-child(3) {
    /* right: -30%; */
  }
  .menuHead ul li .scale::after {
    /* border: 5px solid rgba(110, 90, 80, .5); */
  }
  .menuHead ul li .star {
  }
  .menuHead ul li .star::before {
    top: -35px;
    width: 66px;
    height: 8px;
  }
  .menuHead ul li .star::after {
    bottom: -35px;
    width: 66px;
    height: 8px;
  }
  .menuHead ul li .txt {
    font-size: 11px;
  }
  .menuHead ul li .txt::before {
    font-size: 25px;
  }
  .menuHead ul li:nth-child(1) .txt {
    top: 31px;
    left: 26px;
  }
  .menuHead ul li:nth-child(1) .txt::before {
    top: 16px;
    left: -11px;
  }
  .menuHead ul li:nth-child(2) .txt {
    top: 39px;
    left: 8px;
  }
  .menuHead ul li:nth-child(2) .txt::before {
    top: 4px;
    left: 4px;
  }
  .menuHead ul li:nth-child(3) .txt {
    top: 35px;
    left: 21px;
  }
  .menuHead ul li:nth-child(3) .txt::before {
    top: 14px;
    left: -8px;
  }
  .menuHead ul li .menuCrown {
    top: -70%;
    width: 14px;
    height: 11px;
  }
  .menuHead ul li .menuCrown::after {
    top: 75%;
    width: 16px;
    height: 14px;
  }

  .menuHead ul li.active {
    /* left: 50%;
					transform: translate(-50%,-50%); */
  }
  .menuHead ul li.active .scale {
    transform: scale(1.3448275);
  }
  .menuHead ul li.active .menuCrown {
    /* top: -60%;
							width: 16px;
							height: 14px; */
  }

  .menuHeadNavWrap {
    width: 84.375%;
    margin-top: 40px;
  }
  .menuHeadNav {
  }
  .menuHeadNav li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 32.592593%;
    height: 55px;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    color: #fff;
    background: #e5a3ae;
    box-sizing: border-box;
    padding-bottom: 0.3em;
    text-align: center;
    transition: 0.3s;
  }
  .menuHeadNav li.active {
    background: #d26478;
  }
  .menuHeadNav li small {
    font-size: 13px;
    min-height: 0%;
  }
  .menuHeadNav li::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0.2em;
    left: 50%;
    width: 4px;
    height: 4px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg) translateX(-50%);
  }
}

/* menuBody
		---------------------------------------------- */
.menuBody {
  position: relative;
  margin-top: 100px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .menuBody {
    margin-top: 30px;
  }
}

/* menu01｜お悩みで探す
		---------------------------------------------- */
.menuBody .menu01 .listWrap {
  max-width: 1090px;
}
.menuBody .menu01 .listBox {
  width: 29.174312%;
}
.menuBody .menu01 .listBox .list1 {
}
.menuBody .menu01 .listBox .list1 + .list1 {
  margin-top: 40px;
}
.menuBody .menu01 .listBox .listHead {
  width: 100%;
  height: 100px;
  background: #fff;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.1);
}
.menuBody .menu01 .listBox .listHead a {
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding-right: 25px;
  padding-left: 20px;
  box-sizing: border-box;
}
.menuBody .menu01 .listBox .listHead a .img {
  width: 70px;
  margin-right: 20px;
}
.menuBody .menu01 .listBox .listHead a .txt {
  font-size: 24px;
  line-height: 1.2;
}

.menuBody .menu01 .listBox li a::after {
  top: 50%;
  bottom: auto;
  right: 6%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #de8c9a;
  border-right: 2px solid #de8c9a;
}
.menuBody .menu01 .listBox .listChild {
  border-bottom: 1px solid #eec5cc;
}
.menuBody .menu01 .listBox .listHead + .listChild {
  border-top: none;
  margin-top: 25px;
}
.menuBody .menu01 .listBox .listChild a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  font-family: "Yu Gothic", Yugothic, sans-serif;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #6e5a50;
  padding: 22px 20px;
  box-sizing: border-box;
}
.menuBody .menu01 .listBox .listChild a::after {
  right: 4%;
}
.menuBody .menu01 .listBox .listChild a.noLink {
  pointer-events: none;
}
.menuBody .menu01 .listBox .listChild .cate {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 11%;
  transform: translateY(-50%);
}
.menuBody .menu01 .listBox .listChild .cate span {
  display: inline-block;
  font-size: 10px;
  font-family: "Yu Gothic", Yugothic, sans-serif;
  letter-spacing: 0.05em;
  padding: 2px 4px;
  color: #fff;
  background: #998b84;
  border-radius: 2px;
}
.menuBody .menu01 .listBox .listChild .cate span + span {
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .menuBody .menu01 .listWrap {
    margin-top: 20px;
  }
  .menuBody .menu01 .listBox {
    width: 100%;
  }
  .menuBody .menu01 .listBox + .listBox {
    margin-top: 20px;
  }
  .menuBody .menu01 .listBox .list1 + .list1 {
    margin-top: 20px;
  }
  .menuBody .menu01 .listBox .listHead {
    height: 50px;
  }
  .menuBody .menu01 .listBox .listHead a {
    padding-right: 20px;
    padding-left: 15px;
  }
  .menuBody .menu01 .listBox .listHead a .img {
    width: 40px;
    margin-right: 40px;
  }
  .menuBody .menu01 .listBox .listHead a .txt {
    font-size: 18px;
  }

  .menuBody .menu01 .listBox li a::after {
    width: 4px;
    height: 4px;
    border-top: 1px solid #de8c9a;
    border-right: 1px solid #de8c9a;
  }
  .menuBody .menu01 .listBox .listHead + .listChild {
    margin-top: 15px;
  }
  .menuBody .menu01 .listBox .listChild a {
    font-size: 11px;
    letter-spacing: 0.05em;
    padding: 18px 15px;
  }
  .menuBody .menu01 .listBox .listChild .cate {
  }
  .menuBody .menu01 .listBox .listChild .cate span {
    font-size: 8px;
  }
  .menuBody .menu01 .listBox .listChild .cate span + span {
    margin-left: 3.5px;
  }
}

/* menu02｜人気メニュー
---------------------------------------------- */
.menuBody .menu02 .listWrap {
  max-width: 1160px;
  flex-direction: column;
}
.menuBody .menu02 .boxWrap {
  width: 100%;
}
.menuBody .menu02 .listBox {
  position: relative;
  width: 100%;
}
.menuBody .menu02 .boxWrap + .boxWrap {
  margin-top: 100px;
}
.menuBody .menu02 .boxWrap + .boxWrap .listBox::before {
  content: "";
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #ebbac2;
}
.menuBody .menu02 .listBox .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  border-radius: 50%;
  margin-right: 30px;
  background: #8b7b73;
  text-align: center;
}
.menuBody .menu02 .listBox dd {
  position: relative;
  width: 27.586207%;
  height: 170px;
  text-align: center;
  -webkit-filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.1));
}
.menuBody .menu02 .listBox dd + dd {
  margin-left: 2.1551724%;
}
.menuBody .menu02 .listBox dd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/home/pc/bg_menu_card.svg") center/contain no-repeat;
}
.menuBody .menu02 .listBox dd.bg-none::before {
  content: none;
}
/* 平日限定 */
.menuBody .menu02 .listBox dd.limit01::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: url("../../img/home/pc/icon_menu_limit01.svg") center/contain
    no-repeat;
}
.menuBody .menu02 .listBox dd a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.menuBody .menu02 .listBox dd a::before {
  border-top: 50px solid transparent;
  border-right: 50px solid #e8aeb8;
}
.menuBody .menu02 .listBox dd a::after {
  bottom: 7%;
  right: 5%;
}
.menuBody .menu02 .listBox dd .num {
  position: absolute;
  top: -4%;
  left: 5%;
  font-size: 32px;
  letter-spacing: 0;
  transform: rotate(-10deg);
}
.menuBody .menu02 .listBox dd h3 {
  font-size: 26px;
  margin-bottom: 12px;
  /* text-align: center; */
}
.menuBody .menu02 .listBox dd h3.smallTxt {
  font-size: 22px;
  line-height: 1.1;
}
.menuBody .menu02 .listBox dd h3 .medium {
  font-size: 18px;
}
.menuBody .menu02 .listBox dd h3 small {
  display: block;
  font-size: 16px;
  font-family: "Yu Gothic", Yugothic, sans-serif;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.menuBody .menu02 .listBox dd h3 .sub {
  font-size: 14px;
  letter-spacing: 0.01em;
}
.menuBody .menu02 .listBox dd .menuPrice {
  font-size: 27px;
  letter-spacing: 0;
}
.menuBody .menu02 .listBox dd .menuPrice small {
  font-size: 18px;
  margin-right: 0.3em;
}
.menuBody .menu02 .listBox dd .menuPrice .tax {
  font-size: 12px;
}

.menuBody .menu02 .listBox dd .total {
  width: 210px;
  margin: 8px auto 0;
}
/* .menuBody .menu02 .listBox dd .totalLeft{
								width: 78px;
								height: 22px;
								background-color: #e8aeb8;
								color: #fff;
								border-radius: 50vw 0 0 50vw;
								font-size: 14px;
								font-weight: 600;
								letter-spacing: .05em;
								text-align: center;
								box-sizing: border-box;
								padding: 3.5px 0;
							}
							.menuBody .menu02 .listBox dd .totalRight{
								width: 132px;
								height: 22px;
								background-color: #f8e8eb;
								border-radius: 0 50vw 50vw 0;
								font-size: 15px;
								letter-spacing: 0;
								text-align: center;
								box-sizing: border-box;
								padding: 2.5px 0;
							}
								.menuBody .menu02 .listBox dd .totalRight .number{
									font-size: 18px;
									letter-spacing: 0;
									vertical-align: -1px;
								} */

@media screen and (max-width: 768px) {
  .menuBody .menu02 {
    /* overflow-x: auto; */
    /* white-space: nowrap; */
    /* padding: 10px 0 30px; */
  }

  .menuTtlSlider02 {
    position: relative;
    background: #fff;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 23px;
    overflow: hidden;
  }
  .menuTtlSlider02 ul {
  }
  .menuTtlSlider02 ul li {
    position: relative;
    /* width: auto; */
    font-size: 18px;
    line-height: 3.3;
    letter-spacing: 0.08em;
    color: #d3cdca;
    text-align: center;
    transition: 0.3s;
  }
  .menuTtlSlider02 ul li.swiper-slide-active {
    color: #6e5a50;
  }

  .menuTtlSlider02 .swiper-button-prev,
  .menuTtlSlider02 .swiper-button-next {
    /* height: auto; */
    bottom: 0;
  }
  .menuTtlSlider02 .swiper-button-next {
    right: 17.333334%;
  }
  .menuTtlSlider02 .swiper-button-prev {
    left: 17.3333334%;
  }
  .menuTtlSlider02 .swiper-button-next::after,
  .menuTtlSlider02 .swiper-button-prev::after {
    content: "";
  }
  .menuTtlSlider02 .swiper-button-next::after {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 13px solid #d26478;
  }
  .menuTtlSlider02 .swiper-button-prev::after {
    border-top: 9px solid transparent;
    border-right: 13px solid #d26478;
    border-bottom: 9px solid transparent;
  }
  .menuTtlSlider02 .swiper-button-disabled {
    opacity: 0;
  }

  .menuBody .menu02 .listWrap {
    position: relative;
    flex-direction: row;
    width: 81.25%;
    margin: 0;
    /* max-width: 1000%; */
  }
  .menuBody .menu02 .listWrap::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  .menuBody .menu02 .boxWrap {
    flex-direction: column;
    align-self: stretch;
    /* width: 220px; */
  }
  .menuBody .menu02 .listBox {
    width: 84.615385%;
    margin: auto;
  }
  .menuBody .menu02 .boxWrap:first-of-type {
    /* margin-left: 50px; */
  }
  .menuBody .menu02 .boxWrap:last-of-type {
    /* margin-right: 50px; */
  }
  .menuBody .menu02 .boxWrap + .boxWrap {
    margin-top: 0;
  }
  .menuBody .menu02 .boxWrap + .boxWrap .listBox {
    /* padding-left: 20px; */
  }
  .menuBody .menu02 .boxWrap + .boxWrap {
    /* top: 0;
					left: 0;
					width: 1px;
					height: 100%;
					border-top: none; */
    border-left: 1px dashed #ebbac2;
  }
  .menuBody .menu02 .boxWrap + .boxWrap .listBox::before {
    border-top: none;
  }
  .menuBody .menu02 .listBox dd {
    /* width: 78.571429%; */
    width: 100%;
    height: 108px;
  }
  .menuBody .menu02 .listBox dd + dd {
    margin-left: 0;
    margin-top: 20px;
  }
  .menuBody .menu02 .listBox dd::before {
    background: url("../../img/home/sp/bg_menu_card.svg") center/contain
      no-repeat;
  }
  /* 平日限定 */
  .menuBody .menu02 .listBox dd.limit01::after {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .menuBody .menu02 .listBox dd a::before {
    border-top: 38px solid transparent;
    border-right: 38px solid #e8aeb8;
  }
  .menuBody .menu02 .listBox dd a::after {
    bottom: 7%;
    right: 5%;
  }
  .menuBody .menu02 .listBox dd .num {
    top: -4%;
    left: 0;
    font-size: 25px;
  }
  .menuBody .menu02 .listBox dd h3 {
    font-size: 21px;
    margin-bottom: 12px;
  }
  .menuBody .menu02 .listBox dd h3.smallTxt {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .menuBody .menu02 .listBox dd.totalCard h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .menuBody .menu02 .listBox dd h3 .medium {
    font-size: 14px;
  }
  .menuBody .menu02 .listBox dd h3 small {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .menuBody .menu02 .listBox dd h3.smallTxt small {
    margin-bottom: 6px;
  }
  .menuBody .menu02 .listBox dd.totalCard h3 small {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .menuBody .menu02 .listBox dd h3 .sub {
    font-size: 10px;
  }
  .menuBody .menu02 .listBox dd .menuPrice {
    font-size: 22px;
  }
  .menuBody .menu02 .listBox dd.totalCard .menuPrice {
    font-size: 18px;
  }
  .menuBody .menu02 .listBox dd .menuPrice small {
    font-size: 13px;
  }
  .menuBody .menu02 .listBox dd.totalCard .menuPrice smll {
    font-size: 11px;
  }
  .menuBody .menu02 .listBox dd .menuPrice .tax {
    font-size: 10px;
  }

  .menuBody .menu02 .listBox dd .total {
    width: 160px;
  }
  /* .menuBody .menu02 .listBox dd .totalLeft{
									height: 18px;
									font-size: 11px;
									padding-top: 4px;
								}
								.menuBody .menu02 .listBox dd .totalRight{
									height: 18px;
									font-size: 11px;
									padding: 3.5px 0;
								}
									.menuBody .menu02 .listBox dd .totalRight .number{
										font-size: 13px;
										vertical-align: 0;
									} */
}

/* menu03｜治療名で探す
		---------------------------------------------- */
.menuBody .menu03 .listWrap {
  max-width: 1090px;
}
.menuBody .menu03 .listBox {
  width: 29.174312%;
}
.menuBody .menu03 .listBox .list1 {
}
.menuBody .menu03 .listBox .list1 + .list1 {
  margin-top: 40px;
}
.menuBody .menu03 .listBox .listHead {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 24px;
  padding: 0 20px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.1);
}
.menuBody .menu03 .listBox .listHead .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 80px;
}

.menuBody .menu03 .listBox .listChild {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #eec5cc;
  box-sizing: border-box;
}
.menuBody .menu03 .listBox .listHead + .listChild {
  border-top: none;
  margin-top: 25px;
}
.menuBody .menu03 .listBox .listChild a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  font-family: "Yu Gothic", Yugothic, sans-serif;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #6e5a50;
  padding: 0 20px;
  box-sizing: border-box;
}
.menuBody .menu03 .listBox .listChild a::after {
  top: 50%;
  bottom: auto;
  right: 4%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #de8c9a;
  border-right: 2px solid #de8c9a;
}

@media screen and (max-width: 768px) {
  .menuBody .menu03 .listWrap {
    margin-top: 20px;
  }
  .menuBody .menu03 .listBox {
    width: 100%;
  }
  .menuBody .menu03 .listBox + .listBox {
    margin-top: 20px;
  }
  .menuBody .menu03 .listBox .list1 + .list1 {
    margin-top: 20px;
  }
  .menuBody .menu03 .listBox .listHead {
    height: 50px;
    font-size: 18px;
    padding: 0 15px;
  }
  .menuBody .menu03 .listBox .listHead .icon {
    top: 0;
    right: 0;
    width: 63px;
    height: 80px;
  }

  .menuBody .menu03 .listBox .listChild {
    height: 50px;
  }
  .menuBody .menu03 .listBox .listHead + .listChild {
    margin-top: 15px;
  }
  .menuBody .menu03 .listBox .listChild a {
    font-size: 11px;
    letter-spacing: 0.05em;
    padding: 0 15px;
  }
  .menuBody .menu03 .listBox .listChild a::after {
    width: 4px;
    height: 4px;
  }
}

/* focus-area 気になる部位から探す
---------------------------------------------- */
.focus-area{
  background-image: url("https://www.nakamura-biyou.com/wp-content/themes/kayokoClinic/img/home/pc/focus-area_bg.jpg");
  background-size: auto 100%;
  padding: 110px;
/*  margin: 150px 0 0;*/
}
.focus-area h2{
  text-align: center;
  font-size: 31px;
  font-weight: 500;
}
.focus-area h2 span{
  color: #b02b5a;
}
.focus-area p.img{
  text-align: center;
}
.focus-area p.img img{
  max-width: 750px;
}

@media screen and (max-width: 768px){
  .focus-area{
    padding: 60px 0;
/*    margin: 40px 0 0;*/
  }
  .focus-area h2{
    font-size: 18px;
  }
  .focus-area p.img img{
    width: 100%;
    height: auto;
    max-width: 750px;
    display: block;
  }
}

/* intro
---------------------------------------------- */
.intro {
  padding-top: 60px;
}
.intro .bnrArea {
  /* margin-top: 70px; */
}
.intro .bnrArea .bnrList {
}
.intro .bnrArea .bnrList li {
  width: 47.272728%;
}

.intro .contWrap {
  margin-top: 100px;
}
.intro .contWrap .ttl1 {
  font-size: 32px;
}
.intro .contWrap .ttl1 .subTtl {
  font-size: 15px;
  margin-top: 14px;
}
.intro .contWrap .infomation {
  width: 57.272728%;
}
.intro .contWrap .infomation .all {
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: right;
}
.intro .contWrap .infomation .all a {
  font-size: 14px;
  padding-right: 1.3em;
}
.intro .contWrap .infomation .all a::after {
  top: 50%;
  right: 10%;
  bottom: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #b4aa91;
  border-right: 1px solid #b4aa91;
}
.intro .contWrap .infoWrap {
  border-bottom: 1px solid #d8d8d8;
}
.intro .contWrap .infoBox {
  padding: 20px 1em;
  border-top: 1px solid #d8d8d8;
}
.intro .contWrap .infoBox .infoHead {
  font-size: 14px;
  margin-bottom: 10px;
}
.intro .contWrap .infoBox .infoHead .cate {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #444;
}
.intro .contWrap .infoBox .infoTtl {
  font-size: 17px;
  line-height: 1.5;
}

.intro .contWrap .interview {
  width: 33.636364%;
}
.intro .contWrap .interview .interviewLink {
  display: block;
  margin: 50px auto 20px;
}
.intro .contWrap .interview p {
  font-size: 17px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  .intro {
    padding-top: 30px;
  }
  .intro .bnrArea {
    /* margin-top: 30px; */
  }
  .intro .bnrArea .bnrList {
  }
  .intro .bnrArea .bnrList li {
    width: 48.214286%;
  }

  .intro .contWrap {
    margin-top: 45px;
  }
  .intro .contWrap .ttl1 {
    font-size: 20px;
  }
  .intro .contWrap .ttl1 .subTtl {
    font-size: 14px;
    margin-top: 10px;
  }
  .intro .contWrap .infomation {
    width: 100%;
  }
  .intro .contWrap .infomation .all {
    margin-top: 7px;
    margin-bottom: 10px;
  }
  .intro .contWrap .infomation .all a {
    font-size: 11px;
    padding-right: 1.3em;
  }
  .intro .contWrap .infomation .all a::after {
    width: 4px;
    height: 4px;
  }
  .intro .contWrap .infoWrap {
  }
  .intro .contWrap .infoBox {
    padding: 15px 0.5em;
  }
  .intro .contWrap .infoBox .infoHead {
    font-size: 11px;
    margin-bottom: 7px;
  }
  .intro .contWrap .infoBox .infoHead .cate {
    margin-left: 1em;
    padding-left: 1em;
  }
  .intro .contWrap .infoBox .infoTtl {
    font-size: 14px;
  }

  .intro .contWrap .interview {
    width: 100%;
    margin-top: 45px;
  }
  .intro .contWrap .interview .interviewLink {
    margin: 15px auto;
  }
  .intro .contWrap .interview p {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
	.menuPrice-small{
		font-size: 16px!important;
		z-index: 2;
	}
}

/* recommend-area おすすめから探す
---------------------------------------------- */
.recommend-area {
	padding: 60px 0 100px 0;
}
.recommend-area h2 {
    text-align: center;
    font-size: 31px;
    font-weight: 500;
	color: #b02b5a;
	margin: 0 0 70px;
}
.recommend-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px 4%;
}
.recommend-list > * {
	flex-basis: 48%;
}	
@media screen and (max-width: 768px) {
.recommend-area {
	padding: 30px 0 50px 0;
}
.recommend-area h2 {
    font-size: 18px;
	margin: 0 0 40px 0;
  }
.recommend-list {
	flex-direction: column;
	gap: 15px;
}	
}

/* treatment-area 症状から探す
---------------------------------------------- */
.treatment-area {
	padding: 100px 0 0 0;
}
.treatment-area h2 {
    text-align: center;
	color: #b02b5a;
	margin: 0 0 70px;
}
.treatment-area h3 {
	max-width: 1000px;
	height: 152px;
	background: url(https://ojukai-cerisier.jp/wp-content/uploads/2026/01/menu-face.webp) no-repeat left center;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 auto 10px;
}
.treatment-area h3.treatment-skin {
	background-image: url(https://ojukai-cerisier.jp/wp-content/uploads/2026/01/menu-skin.webp);
}
.treatment-area h3.treatment-body {
	background-image: url(https://ojukai-cerisier.jp/wp-content/uploads/2026/01/menu-body.webp);
}
.treatment-area h3.treatment-revision {
	background-image: url(https://ojukai-cerisier.jp/wp-content/uploads/2026/01/menu-revision.webp);
}
.treatment-area h3.treatment-other {
	background-image: url(https://ojukai-cerisier.jp/wp-content/uploads/2026/01/menu-other.webp);
}

.treatment-area h3 > div {
	width: 50%;
}
.treatment-area h3 > div strong {
    font-size: 40px;
	font-weight: 300;
	display: block;
	width: fit-content;
	margin: 0 auto 10px;
}
.treatment-area h3 > div small {
    font-size: 14px;
	display: block;
	width: fit-content;
	margin: 0 auto;
	color: #D26478;
	letter-spacing: 8px;
}
.treatment-list {
	max-width: 1000px;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.treatment-list li {
	flex-basis: calc(50% - 5px);
}
.treatment-list li a {
	display: block;
	background: #F0ECE6;
	padding: 2rem;
	font-size: 1.2em;
    position: relative;
    transition: 0.3s;
}
.treatment-list li a:hover {
	background: #EAE4DB;
}
.treatment-list li a small {
	margin-left: 5px;
}
.treatment-list li a:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 48%;
    right: 8%;
    width: 7px;
    height: 7px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 768px) {
.treatment-area {
	padding: 50px 0 0 0;
}
.treatment-area h2 {
    font-size: 18px;
	margin: 0 0 40px 0;
}
.treatment-area h3 {
	background-position: -70px center;		
}
.treatment-area h3 > div strong {
	font-size: 26px;
	margin: 0 20px 6px auto;
}
.treatment-area h3 > div small {
	font-size: 10px;
	margin: 0 18px 0 auto;
	letter-spacing: 5px;
}
.treatment-list {
	flex-direction: column;
	gap: 5px;
}
.treatment-list li a {
	padding: 1rem;
	font-size: 1em;
}

}


/* お悩み別で探す
---------------------------------------------- */

.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}

.tab-label {
	color: #675d43;
	background: #ffffff;
	padding: 30px 20px;
	width: 29%;
	font-size: 22px;
	text-align: center;
	order: -1;
	cursor: pointer;
/*	font-weight: bold;*/
	border-radius: 12px 12px 0px 0px;
	letter-spacing: 0.1em;
}

.tab-content {
	width: 100%;
	display: none;
}

.tab-switch:checked + .tab-label {
	background: #b4aa91;
	color: #fff;
}

.tab-switch:checked + .tab-label + .tab-content {
	display: block;
	padding: 40px;
	background: #fff;
	border-top: 3px solid #b4aa91;
	border-radius: 0 0 12px 12px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.tab-switch {
	display: none;
}

.tab-content-inner {
	padding: 40px;
	/* background: url(../../img/home/tab_decoration.png) repeat-y center; */
	background-size: 100%;
/*	border: 1px solid #F0DE71;*/
	position: relative;
}

.tab-content-inner:before {
	content: "";
	width: 103%;
	height: 80px;
/*	background: url(https://moonfoot.net/ojukai-cerisier.jp/wp-content/uploads/2026/01/tab_decoration_new-scaled.png) repeat-y center;*/
	background-size: 100%;
	position: absolute;
	top: -30px;
	left: -2%;
	z-index: 1;
}

.tab-content-inner:after {
	content: "";
	width: 104%;
	height: 80px;
/*	background: url(https://moonfoot.net/ojukai-cerisier.jp/wp-content/uploads/2026/01/tab_decoration_new-scaled.png) repeat-y center;*/
	background-size: 100%;
	transform: rotate(180deg);
	position: absolute;
	bottom: -30px;
	left: -2%;
	z-index: 1;
}

.top-search-name-content-box {
	position: relative;
	z-index: 2;
}

.top-search-worries-content-text {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	margin-bottom: 0;
}

.top-search-worries-content-text p {
	margin-bottom: 20px;
	font-size: 22px;
	width: auto;
	color: #675d43;
/*	font-weight: bold;*/
	position: relative;
  	padding-left: 24px;
	letter-spacing: 0.1em;
}

.top-search-worries-content-text p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 10px;
  border-right: 2px solid #d26478;
  border-bottom: 2px solid #d26478;
  transform: translateY(-60%) rotate(45deg);
}

.top-search-worries-content-text p:before {
	margin-right: 4px;
}

.top-search-name-items {
	padding: 10px 30px;
	margin: 0 auto 40px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #f4f2ef;
}

.top-search-name-items:last-child {
	margin-bottom: 0;
}

.top-search-name-items li {
	font-size: 16px;
	width: 48%;
	position: relative;
}

@media screen and (min-width: 769px) {
	.top-search-name-items li:nth-child(-n+2) {
		border-top: none;
	}
}

.top-search-name-items li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.5s;
}

.top-search-name-items li:hover::after {
	transition: all 0.5s;
	right: -10px;
}

.top-search-name-items a {
	display: block;
	padding: 20px 20px 20px 0;
	letter-spacing: 0.1em;
}

.top-search-name-items a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
	.tab-wrap {
		width: 100%;
	}
	.tab-label {
		padding: 10px 5px;
		font-size: min(3.5vw, 20px);
		line-height: 1.5;
	}
	.tab-switch:checked + .tab-label + .tab-content {
		padding: 10px;
	}
	.tab-content-inner {
		padding: 30px 10px;
	}
	.tab-content-inner::before,
	.tab-content-inner::after {
		height: 10vw;
		background-size: 100%;
		background: url(https://moonfoot.net/ojukai-cerisier.jp/wp-content/uploads/2026/01/tab_decoration_sp.png) repeat-y center;
	}
	.top-search-worries-content-text p {
		font-size: 14px;
		padding-left: 18px;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.top-search-name-items {
		padding: 0 10px;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.top-search-name-items li {
		width: 100%;
	}
	.top-search-name-items li:first-child {
		border-top: none;
	}
	.top-search-name-items a {
		font-size: 12px;
	}
}

/* お知らせ
---------------------------------------------- */

.news .newsWrap {
	align-items: initial;
}

.news h2 {
	width: 10%;
	margin-left: 0!important;
}

.news-lists {
	width: 65%;
	background-color: #f4f2ef;
	padding: 50px;
	margin-bottom: 50px;
}

.news-lists li {
	padding: 20px 0;
	display: flex;
	align-items: center;
	border-top: 1px solid #b6b6b6;
}

.news-lists li:first-child {
	border-top: none;
}

.newsTtl {
	width: 65%;
	font-size: 16px;
	letter-spacing: 0.05em;
}

.newsHead {
	width: 25%;
	font-size: 16px;
}

.newsHead .date {
	min-width: 85px;
}

.news-lists .cate {
	display: inline-block;
	background-color: #b4aa91;
	color: #FFF;
	padding: 5px;
	margin-left: 10px;
	font-size: 12px;
	border-radius: 3px;
}

.news-more,
.column-more {
	display: block;
	text-align: end;
	margin-top: 20px;
	padding-right: 40px;
	position: relative;
	letter-spacing: 0.1em;
}

.news-more::before,
.column-more::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 3px;
	width: 28px;
	height: 1px;
	background: #b4aa91;
	transform: translateY(-50%);
	transition: all 0.5s;
}

.news-more::after,
.column-more::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 3px;
	width: 12px;
	height: 1px;
	background: #b4aa91;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: right center;
	transition: all 0.5s;
}

.news-more:hover::before,
.column-more:hover::before {
	transform: translateX(5px);
	transition: all 0.5s;
}

.news-more:hover::after,
.column-more:hover::after {
	transform: translate(5px, -50%) rotate(45deg);
	transition: all 0.5s;
}

.news .btn a {
	width: 100%;
}

.news .news-lists .btn {
	width: 100%;
	margin-top: 30px;
}

.news .news-lists .btn a {
	height: 50px;
	background-color: #FFF;
	color: #111;
	font-size: 16px;
    text-indent: 0.1em;
}

.news .news-lists .btn a::before {
	display: none;
}

.news .news-lists .btn a::after {
    border-top: 1px solid #111;
    border-right: 1px solid #111;
	right: 5%;
}

@media screen and (max-width: 768px) {
	.news h2 {
		width: 100%;
	}
	.news-lists {
		width: 100%;
		padding: 20px;
		margin-top: 30px;
	}
	.news-lists li {
		padding: 10px 0;
		flex-wrap: wrap;
	}
	.newsHead,
	.newsTtl {
		width: 100%;
		font-size: 14px;
	}
	.newsHead {
		margin-bottom: 5px;
	}
	.newsTtl {
		line-height: 1.5;
	}
	.news .news-lists .btn a {
		font-size: 14px;
	}
}


/* コラム
---------------------------------------------- */

.column {
	background-color: #f9f8f6;
	padding: 80px 0;
}

.column-lists {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
}

.column-lists li {
	width: 30%;
	background-color: #FFF;
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
}

.column-card__thumb {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.column-card__link:hover img {
	transition: all 0.5s;
	scale: 1.05;
}

.column-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.column-card__img__logo {
	display: block;
	width: 90%!important;
	margin: auto;
	object-fit: contain!important;
}

.column-card__body {
	padding: 20px 20px 30px 20px;
}

.column-card__title {
	margin: 15px 0 20px 0;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0.05em;
}

.column-card__excerpt {
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.column-more {
	display: block;
	margin-left: auto;
	max-width: 150px;
	text-align: center;
	background-color: #FFF;
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
	padding: 15px 30px;
}

.column-more::before {
	bottom: 16px;
	right: 20px;
}

.column-more::after {
	bottom: 16px;
	right: 20px;
}

@media screen and (max-width: 768px) {
	.column {
		padding: 50px 0;
	}
	.column-lists {
		gap: 25px;
	}
	.column-lists li {
		width: 100%;
	}
	.column-card__thumb {
		height: 160px;
	}
	.column-card__title {
		font-size: 16px;
	}
	.column-more {
		max-width: 100%;
	}
}


/* お問い合わせ
---------------------------------------------- */

.reservation-inner h2 {
	text-align: center;
}

.reservation-inner .reservation-btn {
	margin-top: 50px;
}

.reservation-inner .reservation-btn a {
	flex-direction: column;
	position: relative;
}

.reservation-inner .reservation-btn a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	width: 25px;
	height: 25px;
}

.reservation-inner .reservation-btn span {
	display: block;
	text-align: center;
	font-size: 25px;
}

#footerInfo {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.reservation-inner .reservation-btn {
		flex-direction: column;
	}
	.reservation-inner .reservation-btn a {
		width: 100%;
	}
	.reservation-inner .reservation-btn span {
		font-size: 18px;
	}
	.reservation-inner .reservation-btn a::before {
		left: 15px;
		width: 20px;
		height: 20px;
	}
}


/* intro */
.intro {
	padding-top: 120px;
	margin-bottom: 100px;
	position: relative;
}
.intro .inner{
	max-width: 1000px;
	position: static;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.intro-main {
	flex-basis: 60%;
}
.intro h2 {
   	font-size: 32px;
   	line-height: 1.8;
   	margin-bottom: 40px;
	letter-spacing: 0.1em;
	color: #857d69;
}
.intro-txt {
	font-size: 18px;
    line-height: 2.8;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 2.5rem;
}

.intro-pic {
	flex-basis: 38%;
	display: flex;
	flex-direction: column;
}


@media screen and (max-width: 1024px) {
	.intro {
	    margin-bottom: 50px;
		padding-top: 50px;
	}
	.intro .inner{
		width: 85vw;
		margin: 0 auto;
		flex-direction: column;
	}
	.intro h2 {
	    font-size: 25px;
		margin-bottom: 20px;
	}
.intro-txt {
    font-size: 14px;
	line-height: 1.8;
}
}


/* feature */
.feature {
/*
	background: #F7F5F3 url(https://ojukai-cerisier.jp/wp-content/uploads/2026/04/img04-scaled-1.webp) no-repeat center center / cover;
 background-attachment: fixed;
  */
	padding: 80px 0;
	width: 100%;
  position: relative;
  z-index: 1;
  clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
  background-color: transparent;
}

.feature:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url("https://ojukai-cerisier.jp/wp-content/uploads/2026/04/img04-scaled-1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.feature-content {
	max-width:1100px;
	margin: 0 auto;
} 
.feature-content h2 {
   	font-size: 32px;
   	line-height: 1.8;
   	margin-bottom: 80px;
	letter-spacing: 0.1em;
	color: #857d69;
	/*
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
	*/
}
.feature-content h2 span.en {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 0.45em;
	font-weight: 600;
	color: #c6b17f;
	width: fit-content;
	background: #ffff;
	padding: 0 5px;
}
.feature-content h2 span.ttl {
	display: block;
	width: fit-content;
	background: #fff;
	padding: 0 5px;
}

.feature-list {
}
.feature-list li {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding: 40px 40px 40px 0;
	margin-bottom: 20px;
}
.feature-list li .feature-num {
	flex-basis: 10%;
   	font-size: 32px;
	letter-spacing: 0.1em;
	color: #b4aa91;
	text-align: center;
}
.feature-list li > div {
	flex-basis: 90%;
	border-left: 1px solid #b4aa91;
	padding-left: 30px;
}
.feature-list li h3 {
   	font-size: 22px;
   	margin-bottom: 15px;
	letter-spacing: 0.1em;
	font-weight: 600;
	line-height: 1.5;
}
.feature-list li .feature-txt {
	font-size: 16px;
    line-height: 1.8;
	font-weight: 500;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
	.feature-content {
    	width: 85vw;
    	margin: 0 auto;
	}
	.feature-content h2 {
	    font-size: 25px;
    	margin-bottom: 35px;
	}
	.feature-list li {
		flex-direction: column;
		padding: 2rem 1.5rem;
	}
	.feature-list li .feature-num {
		padding-bottom: 20px;
		font-size: 24px;
	}
	.feature-list li > div {
	    border-top: 1px solid #b4aa91;
		border-left: 0;
	    padding: 20px 0 0 0;
	}
	.feature-list li h3 {
		font-size: 18px;
	}
	.feature-list li .feature-txt{
		font-size: 13px;
	}
}


/* faq */
.faq {
	background: #f9f9f9;
	padding: 80px 0;
	margin-bottom: 80px;
}
.faq .inner {
	display: flex;
}
.faq h2 {
	flex-basis: 30%;
   	font-size: 32px;
   	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #857d69;
	padding-top: 20px;
}
.faq h2 span {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 0.45em;
	font-weight: 600;
	color: #c6b17f;
}

.faq-box {
	flex-basis: 70%;	
}
.faq-item {
	display: block;
    border-bottom: 1px solid #999;
}
.faq-header {
    padding: 1.5rem 3rem 1.5rem 2rem;
    cursor: pointer;
    position: relative;
}
.faq-header::before, .faq-header::after {
    position: absolute;
    content: '';
    top: 1px;
    right: 2rem;
    bottom: 0;
    width: 15px;
    height: 1px;
    margin: auto;
    background: #b4aa91;
}
.faq-header::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
}
.faq-header span {
    display: flex;
    align-items: center;
	font-size: 16px;
}
.faq-header span.txt::before {
    content: "Q";
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3;
    margin-right: 2rem;
    color: #b4aa91;
}
.faq-content {
    padding: 0 3rem 1.5rem;
    display: none;
}
.faq-content span.txt {
    display: flex;
    align-items: center;
    font-size: 16px;
	line-height: 2.2;
}
 .faq-content span.txt::before {
    content: "A";
    font-weight: 600;
    font-size: 1.2rem;
    margin-right: 2rem;
    color: #b4aa91;
}
.faq-header.active::after {
    transform: rotate(0deg);
}
@media screen and (max-width: 768px) {
	.faq {
		padding: 50px 0;
		margin-bottom: 50px;
	}
	.faq .inner {
		flex-direction: column;
	}
	.faq h2 {
		font-size: 22px;
		padding-top: 0;
		margin-bottom: 1rem;
	}
	.faq-header {
		padding: 1rem 2rem 1rem 0.5rem;
	}
	.faq-header span::before,
	.faq-content span::before {
		margin-right: 1rem;
	}
	.faq-header::before, .faq-header::after {
		right: 0.5rem;
	}
	.faq-content {
		padding: 0 1rem 1.5rem;
	}
	.faq-header span,
	.faq-content span {
		font-size: 13px !important;
		line-height: 1.5 !important;
	}
}