@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  font-size: 16px;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  cursor: pointer;
}

a:hover {
  color: inherit;
}

.fade-in {
  opacity: 0;
  transition: opacity 2s ease;
}

.fade-in.show {
  opacity: 1;
}

.fade-in.delay {
  transition-delay: 0.5s;
}

.fade-up {
  opacity: 0;
  transform: translateY(8%);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

/************************************
共通設定
************************************/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(105, 105, 105, 1);
}

body.is-fixed {
  overflow: hidden;
  width: 100%;
}
body.is-fixed::before {
  content: "";
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* 半透明の黒 */
  z-index: 999; /* 必要に応じて調整 */
  pointer-events: none; /* クリック操作は透過 */
}
section {
  padding: 0 1rem;
}
.is-pc{
	display:block;
}
.is-pad{
	display:none;
}

.is-sp{
	display:none;
}
/************************************
ヘッダー
************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 3rem;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(105, 105, 105, 1);
  z-index: 100;
}

.header__inner {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0.9rem 0;;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header__left {
	width:30%;
	display:flex;
	align-items:center;
}

.header-logo {
  transition: opacity 0.3s ease;
	width:20%;
	margin-right:3%;
}
.header-title{
}
.header-logo:hover {
  opacity: 0.5;
}

.header__middle {
  margin-left: auto;
  padding-right: 2%;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 1.875rem;;
}

.button {
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
  border-radius: 0.3125rem;
  box-shadow: 0.1rem 0.1rem 0.1rem 0.08rem rgba(0, 0, 0, 0.25);
  width: 13.125rem;
  display: inline-block;
  text-align: center;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
  padding: 0.5rem;
  white-space: nowrap;
  gap: 0.3rem;
	display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.button:hover {
  transform: translate(0.1875rem, 0.1875rem);
  box-shadow: 0.0625rem 0.0625rem 0.0625rem  0 rgba(0, 0, 0, 0.25);
}

.button--white {
  border: 0.125rem solid rgba(164, 133, 74, 1);
  background: rgba(255, 255, 255, 1);
  color:rgba(164, 133, 74, 1);
}

.button--white:hover {
  color:rgba(164, 133, 74, 1);
}

.button--gold {
  background: linear-gradient(to right, rgba(164, 133, 74, 1), rgba(191, 164, 112, 1));
}

.button--gold:hover {
  color:rgba(255, 255, 255, 1);
}

.button--pink {
	background-color:#D8A7A7 !important;
}
.button--pink img{
	width:12%;
}

.button--pink:hover {
  color:rgba(255, 255, 255, 1);
}

.button--white-pink {
  border: 0.125rem solid rgba(216, 167, 167, 1);
  background: rgba(255, 255, 255, 1);
  color:rgba(216, 167, 167, 1);
}

.button--white-pink:hover {
  color:rgba(216, 167, 167, 1);
}

.button--menu {
  color: rgba(255, 255, 255, 1);
  background: linear-gradient(to right, rgba(216, 167, 167, 1), rgba(234, 199, 199, 1));
  padding: 0.625rem 0;
  font-size: 1.25rem;
  max-width: 12.125rem;
  width: 100%;
	margin:0 auto;
}

.button--menu:hover {
  color: rgba(255, 255, 255, 1);
}

.button__text {
  display: inline-block;
}

.far,
.fas,
.fab {
  vertical-align: middle;
}
.far.fa-clock {
  font-size: 1.6875rem;
}

.fas.fa-envelope {
  font-size: 1.6875rem;
}
.header-nav__item{
	font-size:1rem;
}
.header-nav__item .fab.fa-line,
.contact__btn-item .fa-line {
  position: relative; 
  font-size: 1.6rem;
  color: rgba(216, 167, 167, 1);
}

.header-nav__item .fa-line::before,
.contact__btn-item .fa-line::before {
  position: relative;
  z-index: 1;
}

.header-nav__item .fa-line::after,
.contact__btn-item .fa-line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
}
.header-nav__item .button{
	font-size:1rem;
	width:12rem;
	padding:5%;
}
.drawer-icon {
  position: relative;
  max-width: 4.8125rem;
  height: 1.5rem;
  cursor: pointer;
  width: 100%;
  transition: opacity .3s ease;
}

.drawer-icon:hover  {
  opacity: .7;
}


.drawer-icon__bar1,
.drawer-icon__bar2 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background-color: rgba(197, 168, 128, 1);
  transition: transform 0.3s linear, top 0.3s linear, opacity 0.3s linear;
}

.drawer-icon__bar1 {
  top: 0;
}
.drawer-icon__bar2 {
  top: 1.25rem;
}

.drawer-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  z-index: 101;
}

.drawer-bg.is-active {
  opacity: .7;
  visibility: visible;
}

.drawer-content {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 25rem;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  padding: 6rem 2rem 0;
  transform: translateX(-110%);
  transition: all .5s;
  overflow-y: auto;
  z-index: 1000;
}

.drawer-content.is-checked {
  transform: translateX(0);
}

.drawer-nav__list {
  max-width: 15rem;
  margin: 4rem auto;
  display: flex;
  flex-direction: column;
  gap: 2.8125rem;
}

.drawer-nav__item {
  display: block;
  padding-bottom: 0.4rem;
  border-bottom: 0.0625rem solid rgba(164, 133, 74, 1);;
  color: rgba(164, 133, 74, 1);
  text-align: left;
  font-weight: 700;
  transition: opacity .3s ease;
}

.drawer-nav__item:hover {
  opacity: .6;
}
.drawer-nav__item a {
  display: inline-block;
  width: 100%;
}

.close-icon {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  transition: opacity .3s ease;
}

.close-icon:hover {
  opacity: .7;
}

.close-icon__bar1,
.close-icon__bar2 {
  position: absolute;
  width: 100%;
  height: 0.25rem;
  left: 0;
  background-color: rgba(197, 168, 128, 1);
}

.close-icon__bar1 {
  top: 0rem;
  transform: rotate(-45deg);
}
.close-icon__bar2 {
  top: 1rem;
  transform: rotate(45deg);
}
.overlay{
	display:none;
	width:100%;
	height:100vh;
	background-color:black;
	z-index:99;
}
.overlay.is-active{
	display:none;
}
.main {
  all: unset;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.main-visual__wrapper {
  padding: 0 3rem;
  width: 100%;
}

.container {
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
  padding: 4.0625rem 0 5.3125rem;
  overflow: hidden;
}

.container--mainVisual {
  max-width: 90rem;
  padding: 0 0 9.5rem;
}

.main-visual {
  margin-top: 5rem;
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main-visual__image {
  width: 70%;
  box-shadow: 0.25rem 0.25rem 0.25rem 0.125rem rgba(0, 0, 0, 0.25);

}

.main-visual__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main-visual__image .is-pad{
	display:none;
}

.main-visual__image .is-sp{
	display:none;
}
.main-visual__textWrap {
  position: absolute;
  right: 0%;
  top: 48%;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 2.5rem 0 2.4rem 2.75rem;
  width: 56%;
  z-index: 2;
}

.main-visual__title {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(164, 133, 74, 1);
  letter-spacing: 0.55rem;
  line-height: 1.5;
}

.main-visual__message {
  margin-top: 1.25rem;
  font-size: 1.4rem;
  color: rgba(152, 152, 152, 1);
  line-height: 1.7;
  letter-spacing: 0.09rem;

}

.main-visual__headline {
  position: absolute;
  bottom: 5%;
  left: 0;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 1.1rem;
  padding-left: 20rem;
  color: rgba(164, 133, 74, 1);
  z-index: 2;
  white-space: nowrap;
  width: 100vw;
  box-sizing: border-box;
}

.main-visual__headline span {
  display: inline-block;
  font-weight: 700;
  padding-right: 4rem;
  animation: marquee 60s linear infinite;
  will-change: transform;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.section-titleWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  max-width: 30.625rem;
  width: 100%;
  margin: auto;
}

.section-titleWrap__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3%;
}

.section-title__icon {
  width: 10%;
  height: auto;
}

.section-title__main {
  font-size: 2rem;
  font-weight: bold;
  color:rgba(164, 133, 74, 1);
  line-height: 1;
  font-weight: 700;
}

.section-title__main--white {
  color: rgba(255, 255, 255, 1);
}

.section-title__line {
  width: 100%;
  height: 0.0625rem;
  background-color: rgba(164, 133, 74, 1);
}

.section-title__line--white {
  background-color: rgba(255, 255, 255, 1);
}

.section-title__subJa {
  font-size: 1.5rem;
  color: rgba(152, 152, 152, 1);
  line-height: 1;
  font-weight: 700;
}

.section-title__subJa--white {
  color: rgba(255, 255, 255, 1);
}

.vision__content {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vision__content-left {
  width: 46%;
}
.vision__content-right.is-pad{
	display:none;
}
.vision__lead {
  font-size: 1.5rem;
  color: rgba(216, 167, 167, 1);
  font-weight: 700;
}

.vision__textWrap {
  margin-top: 1.875rem;
}

.vision__text {
  line-height: 1.8;
	font-size:1rem;
}

.vision__text + .vision__text {
  margin-top: 1.25rem;
}

.vision__content-right {
  width: 53%;
}


.menu {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 243, 226, 1));
}

.menu__content {
  margin-top: 2.5rem;
}

.menu__cardList {
  display: flex;
  justify-content: space-between;
  padding: 0 0.6rem 0 0;
}

.menu-card {
  width: 32%;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0.25rem 0.25rem 0.25rem 0.125rem rgba(0, 0, 0, 0.25);
  border: 0.0625rem solid rgba(164, 133, 74, 1);
  border-radius: 0.3125rem;
}

.menu-card__img {
  max-height: 15.3125rem;
}
.menu-card__img img{
	width:100%;
}
.menu-card__body {
  padding: 1.3rem;
}

.menu-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(164, 133, 74, 1);
  text-align: center;
}

.menu-card__text {
  margin-top: 1.25rem;
	font-size:1rem;
}

.price-list {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
	height:15vh;
}

.price-list__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.price-list__label {
  background-color: rgba(197, 168, 128, 1);
  color: rgba(255, 255, 255, 1);
  box-shadow: 0.125rem 0.125rem 0.0625rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.3125rem;
  padding: 0.25rem 0.8rem;
  min-width: 2rem;
  text-align: center;
}


.menu-card__btn {
  margin-top: 1.875rem;
  text-align: center;
}

.case {
  background:
    linear-gradient(rgba(193, 153, 97, 0.44), rgba(193, 153, 97, 0.44)),
    url("http://lococlinic.com/wp-content/uploads/2025/06/caseBg.jpg") no-repeat center center / cover;
	background-attachment: fixed;

}

.case__content {
  margin-top: 3.125rem;
}

.case__boxes {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 0 0.6rem 0 0;
}

.case-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 1);
  padding-right: 1.5625rem;
  border-radius: 0.3125rem;
  box-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.25);
}

.case-box__number{
  width: 10%;
  font-size: 6.25rem;
  padding: 3.125rem 2.5rem 4.5625rem 1.875rem;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(234, 199, 199, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0.3125rem 0 0 0.3125rem;
}

.case-box__number::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18.7rem 2.375rem 0 0;
    border-color: transparent rgba(255, 255, 255, 1) transparent transparent;
}


.case-box__beforeAfter {
  width: 47%;
}

.before-after {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.before-after__item{
  width: 49%;
}

.before-after__label {
  color: rgba(197, 168, 128, 1);
  line-height: 1;
  width: 100%;
  border-radius: 0.3125rem;
  padding: 0.5rem 0.3125rem;
  border: 0.0625rem solid rgba(197, 168, 128, 1);
  text-align: center;
}

.before-after__image {
  margin-top: 0.75rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}

.case-box__descWrap {
  width: 40%;
	font-size:1rem;
}

.case-box__text {
  margin-top: 0.7rem;
}

.flow__leadWrap {
  margin-top: 1.875rem;
  text-align: center;
}

.flow__lead {
  color: rgba(164, 133, 74, 1);
  font-size: 1.5rem;
  font-weight: 700;
}

.flow__boxes {
  margin-top: 3.125rem;
  width: 100%;
}

.flow-box {
  margin-top: 1.875rem;
  position: relative;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 243, 226, 1);
  border-radius: 0.3125rem;
}

.flow-box__number{
  width: 10%;
  font-size: 6.25rem;
  color: rgba(255, 255, 255, 1);
  background: linear-gradient(to right, rgba(164, 133, 74, 1), rgba(191, 164, 112, 1));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.4375rem 1.8125rem 6.25rem 0.6875rem;
  border-radius: 0.3125rem 0 0 0.3125rem;
  position: relative;
}

.flow-box__number::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21rem 1.9375rem 0 0;
    border-color: transparent rgba(255, 243, 226, 1) transparent transparent;
}

.flow-box__textWrap {
  width: 85%;
	font-size:1rem;
}

.flow-box__title {
  color: rgba(164, 133, 74, 1);
  font-weight: 700;
  font-size: 1.5rem;
}

.flow-box__text {
  margin-top: 0.9375rem;
}

.flow-box__image {
 position: absolute;
 width: 46%;
 min-width: 18.75rem;
 overflow: hidden;
 right: -20%;
 top: -6%;
 border-radius: 0.5rem;
 box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}


.triangle {
  margin: 1.875rem auto 0;
  width: 23%;
  height: 3.125rem;
  background: linear-gradient(to bottom, rgba(234, 199, 199, 1), rgba(227, 183, 183, 1));
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.menu-list{
	display:flex;
	flex-direction:column;
	margin:0 auto;
	margin-top:4%;
}
.menu-list li a{
	justify-content:space-between;
	display:flex;
	color:#2A2A2A;
	margin-bottom:3%;
}
.menu-list li a:hover{
	opacity:0.7;
}
.menu-list li img{
	width:28%;
	display:block;
}
.news-content{
	width:68%;
	display:flex;
	flex-direction:column;
	font-size:1rem;
}
.news-title{
	color:rgba(164, 133, 74, 1);
	    margin: 1% 0%;
	font-size:1.2rem;
	font-weight:bold;
}
.questions__boxes {
  margin: 3rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.qa-box {
  cursor: pointer;
}

.qa-box.is-open .qa-box__arrow{
  transform: translateY(-50%) rotate(90deg);
}

.qa-box.is-open .qa-box__body{
  max-height: 31.25rem;
}

.qa-box__head {
  width: 100%;
  position: relative;
  display: flex;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.qa-box__head:hover {
  opacity: 0.7;
}

.qa-box__head-q,
.qa-box__body-a {
  width: 8%;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-size: 2rem;
  display: grid;
  place-items: center;
  border-radius: 0.625rem 0 0 0.625rem;
  line-height: 1;
  flex-shrink: 0;
}

.qa-box__head-q {
  background-color: rgba(164, 133, 74, 1);
}

.qa-box__body-a {
  background-color: rgba(216, 167, 167, 1);
}

.qa-box__head-text {
  flex-grow: 1;
  display: block;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.006rem;
  color: rgba(164, 133, 74, 1);
  padding: 1.5rem 2rem;
  background-color: rgba(255, 243, 226, 1);
  border-radius: 0 0.625rem 0.625rem 0;
}

.qa-box__arrow {
  position: absolute;
  font-size: 2rem;
  top: 50%;
  right: 2.5rem;
  font-weight: 700;
  color: rgba(164, 133, 74, 1);
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.5s ease;
}

.qa-box__body {
  margin-top: 1.875rem;
  width: 100%;
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 0.8);
  display: flex;
}

.qa-box__body-text {
  background-color: rgba(249, 249, 249, 1);
  padding: 2rem;
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: 700;
  color: rgba(164, 133, 74, 1);
  border-radius: 0 0.625rem 0.625rem 0;
  flex-grow: 1;
}
/*----------------------------------------------------
固定ページ 共通設定
-----------------------------------------------------*/
.page-mainvisual{
	width:100%;
	background: linear-gradient(to right, rgba(164, 133, 74, 1), #D1C09E);
	margin-top: 5%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.page-mainvisual::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(164, 133, 74, 1); /* オーバーレイ色 */
	opacity: 0.5; /* 好きな透明度に調整 */
	pointer-events: none; /* テキスト操作などを邪魔しない */
	z-index: 1;
}
.page-mainvisual{
		height:40vh;
}
.page-mainvisual{
	display:flex;
	justify-content:center;
}

.page-mainvisual-text{
	color:white;
	font-weight:bold;
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
}
.page-mainvisual-text{
	z-index:2;
}
.page-mainvisual-main-title{
	font-size:2rem;
	
}
.page-mainvisual-sub-title{
	font-size:1rem;
}
/*----------------------------------------------------
施術メニュー/料金
-----------------------------------------------------*/
.page-mainvisual.menu-price-visual{
	background:url('http://lococlinic.com/wp-content/uploads/2025/06/hisu-lee-AbkBVd1gbVA-unsplash1-scaled.jpg');
	background-position:center;
	position:relative;
}
.menu-price-visual::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(164, 133, 74, 1); /* オーバーレイ色 */
	opacity: 0.5; /* 好きな透明度に調整 */
	pointer-events: none; /* テキスト操作などを邪魔しない */
	z-index: 1;
}
.menu-choice-text{
	width:70%;
	margin:0 auto;
}
.menu-choice-text table{
	margin-bottom:3%;
	text-align:left;
}
.menu-choice-text p{
	text-align:left;	
}
.menu-choice-contents-sub-message{
	text-align:center;
	margin:0 auto;
	width:90%;
	margin-bottom:3%;
}
#thread-lift::before,
#beauty-skin::before,
#cosmetic-surgery::before,
#needle-hair-removal::before,
#anesthesia-others::before,
#art-make::before,
#docters-cosmetic::before {
  content: "";
  display: block;
  height: -50px;
  margin-top: 50px;
  visibility: hidden;
}
.menu-choice-title{
	text-align:center;
	font-size:1.5rem;
	font-weight:bold;
	margin-top:2rem;
	color: rgba(105, 105, 105, 1);
}
.menu-choice-text{
	text-align:center;
	font-size:1.2rem;
	font-weight:bold;
	margin-top:1rem;
}
.menu-choice-box{
	width:70%;
	gap:3%; 
	display:flex;
	justify-content:center;
	margin:0 auto;
	margin-top:2rem;
	flex-wrap:wrap;
}
.menu-choice-box .dummy {
	width:30%;
}
.menu-choice-box a{
	width:30%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:1.2rem;
	border:2px solid rgba(164, 133, 74, 1);
	color:rgba(164, 133, 74, 1);
	margin-bottom:1.5rem;
	
}
.menu-choice-contents{
	padding:3% 0%;
}
.menu-choice-column{
	width:48%;
	display:flex;
	flex-direction:column;
}
.menu-choice{
	margin-top:3%;
	padding-bottom:3%;
}
{
	    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 243, 226, 1));
}
.menu-choice-container{
	display:flex;
	justify-content:space-between;
	width:70%;
	margin:0 auto;
	flex-wrap:wrap;
}
.menu-choice-contents{
	
	margin-top:3rem;
}
.menu-choice-contents-message{
	font-size:1.5rem;
	text-align:center;
	margin-bottom:2rem;
	font-weight:bold;
}
.menu-choice-button {
  cursor: pointer;
	margin-bottom:1.2rem;
}

.menu-choice-button.is-open .menu-choice-button__arrow{
  transform: translateY(-50%) rotate(90deg);
}

.menu-choice-button.is-open .menu-choice-button__body{
  max-height: 150rem;
}

.menu-choice-button__head {
  width: 100%;
  position: relative;
  display: flex;
  cursor: pointer;
  transition: opacity 0.3s ease;
	border:2px #A4854A solid;
}

.menu-choice-button__head:hover {
  opacity: 0.7;
}

.menu-choice-button__head-q,
.menu-choice-button__body-a {
  width: 0%;
  color: rgba(255, 255, 255, 1);
  font-size: 2rem;
  display: grid;
  place-items: center;
  border-radius: 0.625rem 0 0 0.625rem;
  line-height: 1;
  flex-shrink: 0;
}

.menu-choice-button__head-q {
  background-color: rgba(164, 133, 74, 1);
}

.menu-choice-button__body-a {
  background-color: rgba(216, 167, 167, 1);
}

.menu-choice-button__head-text {
  flex-grow: 1;
  display: block;
  text-align: left;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.006rem;
  color: rgba(164, 133, 74, 1);
  padding: 3%;
  border-radius: 0 0.625rem 0.625rem 0;
}
.menu-choice-button__body-text-box{
	margin-bottom:3%;
}
.menu-choice-button__body-text-box-accent{
	font-weight:bold;
}
.menu-choice-button__arrow {
  position: absolute;
  font-size: 2rem;
  top: 50%;
  right: 2.5rem;
  font-weight: 700;
  color: rgba(164, 133, 74, 1);
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.5s ease;
}

.menu-choice-button__body {
  margin-top: 1rem;
  width: 100%;
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 0.8);
  display: flex;
}

.menu-choice-button__body-text {
  padding: 2%;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(164, 133, 74, 1);
  border-radius: 0 0.625rem 0.625rem 0;
  flex-grow: 1;
}
.menu-choice-box-title{
	text-align:center;
	margin-top:2%;
	margin-bottom:1%;
}
.menu-choice-button__body table{
	margin-bottom:7%;
}
.menu-choice-single-column{
	width:60%;
	display:flex;
	flex-direction:column;
	margin:0 auto;
}
/*----------------------------------------------------
ポリシーページ共通
-----------------------------------------------------*/
.policy-message{
	font-size:1.3rem;
	font-weight:bold;
	text-align:center;
	margin-top:3%;
}
.policy-contents{
	width:80%;
	margin: 0 auto;
	margin-top:3%;
	display:flex;
	flex-direction:column;
}
.policy-container{
	display:flex;
	flex-direction:column;
	margin-bottom:2%;
}
.policy-title{
	font-size:1.2rem;
	font-weight:bold;
}
/*----------------------------------------------------
プライバシーポリシー
-----------------------------------------------------*/
.privacy-visual{
	background:url('http://lococlinic.com/wp-content/uploads/2025/06/yamasa-n-fC6kxW6OsoE-unsplash2-scaled.jpg');
	background-position:center;
	position:relative;
}
/*----------------------------------------------------
キャンセルポリシー
-----------------------------------------------------*/
.cancel-visual{
	background:url('http://lococlinic.com/wp-content/uploads/2025/06/marianne-krohn-_h7FiXr9MF0-unsplash2-scaled.jpg');
	background-position:center;
	position:relative;
}
/*----------------------------------------------------
お知らせページ
-----------------------------------------------------*/
.cancel-visual{
	background:url('http://lococlinic.com/wp-content/uploads/2025/06/tsuyoshi-kozu-yOb1pWSNazA-unsplash1-scaled.jpg');
	background-position:center;
	position:relative;
}
.pagination-wrapper{
	display:flex;
	justify-content:space-between;
	width:40%;
	margin:auto;
}
.page-numbers {
    display: flex !important;
    width: 100% !important;
	justify-content: space-between;
	border: none !important;
}
.page-numbers li{
	width:30%;
	display:flex;
	justify-content:center;
}
.page-numbers li a{
	width: 100% !important;
    margin: auto;
    display: flex !important;
    justify-content: center;
	border:1px solid lightgray !important;
}
.page-numbers span{
	width: 100% !important;
    margin: auto;
    display: flex !important;
    justify-content: center;
	border:1px solid lightgray !important;
}
/*----------------------------------------------------
アクセス
-----------------------------------------------------*/

.access {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 243, 226, 1));
}

.access__content {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  padding: 0 0.9375rem 0;
}

.access__left {
  width: 55%;
}

.access__iframe {
  position: relative;
  width: 100%;
  height:  22.1875rem;
  overflow: hidden;
}

.access__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.access__right {
  width: 38%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contact {
  background:
    linear-gradient(rgba(193, 153, 97, 0.44), rgba(193, 153, 97, 0.44)),
    url("http://lococlinic.com/wp-content/uploads/2025/06/contactBg-scaled.jpg") no-repeat center center / cover;
    padding-bottom: 3.125rem;
	background-attachment: fixed;
}

.contact .container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.contact__textWrap {
  margin-top: 1.875rem;
  text-align: center;
}

.contact__text {
  font-size: 1.5625rem;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
}

.contact__btnWrap {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact__btnList-left {
  width: 90%;
	margin:0 auto;
  display: flex;
  justify-content: space-between;
}

.contact__btnList-right {
  width: 45%;
  display: flex;
  justify-content: space-between;

}

.fas.fa-phone-alt {
  font-size: 2.1875rem;
  color: rgba(216, 167, 167, 1);
}

.contact__btn-item {
  width: 30%;
	display:flex;
	justify-content:center;
}

.footer {
  margin-top: 0;
  padding: 0;
}

.footer__container {
  padding: 3.9375rem 1.25rem;
}

.footer__logoWrap {
  display: flex;
  max-width: 12.5rem;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}

.footer__logoWrap:hover {
  opacity: 0.5;
}

.footer-logo-left {
  width: 40%;
}

.footer-logo-right {
  width: 50%;
  font-size: 1.875rem;
  font-weight: 700;
  color: rgba(164, 133, 74, 1);
}


.footer__snsWrap {
  max-width: 20rem;
  margin: 0 auto;
}

.footer__sns-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 2.5rem auto 0;
}

.footer__sns-item .fab.fa-line,
.footer__sns-item .fab.fa-instagram-square {
  position: relative;
  font-size: 6.25rem;
  color: rgba(164, 133, 74, 1);
  transition: all .7s ease;
}

.footer__sns-item .fab.fa-line::before,
.footer__sns-item .fab.fa-instagram-square::before {
  position: relative;
  z-index: 1;
}

.footer__sns-item .fab.fa-line::after,
.footer__sns-item .fab.fa-instagram-square::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 96%;
  background-color: rgb(255, 255, 255);
  border-radius: 13%;
}
.footer__sns-item:hover{
	opacity:0.7;
	transition:all 0.3s ease;
}
.header__left {
	max-width:none;
}
/*-
.footer__sns-item:hover .fab.fa-line {
  color: rgb(255, 255, 255);
  border: rgba(164, 133, 74, 1);
}
.footer__sns-item:hover .fab.fa-line::after{
  background-color: rgba(164, 133, 74, 1);
}

.footer__sns-item:hover .fab.fa-instagram-square {
  color: rgb(255, 255, 255);
  border: rgba(164, 133, 74, 1);
}

.footer__sns-item:hover .fab.fa-instagram-square::after{
  background-color: rgba(164, 133, 74, 1);
}
*/
.footer-nav {
  margin: 2.5rem auto 0;
}

.footer-nav__list {
  display: flex;
  justify-content: space-evenly;
}

.footer-nav__item {
  color: rgba(164, 133, 74, 1);
  font-weight: 700;
  transition: opacity .3s ease;
}

.footer-nav__item:hover  {
  opacity: .6;
}

.footer__copyrightWrap {
  padding: 0.625rem 0;
  background-color: rgba(197, 168, 128, 1);
  text-align: center;
}

.copyright {
  line-height: 1;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1024px以下*/
@media screen and (max-width: 1024px){
	 .is-pc {
		 display: none;
	 }
	.is-pad{
		display:block;
	}
	.header__left{
		width:70%;
	}
	main.main{
		padding:0px !important;
	}
	 .header__inner {
		justify-content: space-between;
	}
	.main-visual__wrapper{
		padding:0rem;
	}
	.main-visual__image .is-pad{
		display:block;
	}
	.main-visual__image .is-pc{
		display:none;
	}
	.main-visual__title{
		font-size:1.8rem;
	}
	.main-visual__textWrap{
		padding:1.5rem 0rem 1.5rem 1.5rem;
		top:42%;
	}
	.main-visual__message{
		font-size:1.2rem;
	}
	.vision__content{
		flex-direction:column;
	}
	.vision__content-left{
		width:100%;
	}
	.vision__lead{
		text-align:center;
	}
	.vision__textWrap{
		width:80%;
		margin:0 auto;
		margin-bottom:2rem;
	}
	.vision__lead{
		margin-bottom:2rem;
		margin-top:1rem;
	}
	.vision__content-right{
		width:100%;
	}
	.vision__content-right img{
		width:100%;
	}
	.vision__content-right.is-pc{
		display:none;
	}
	.vision__content-right.is-pad{
		display:flex;
	}
	.menu__cardList{
		flex-direction:column;	
	}
	.menu-card{
		width:70%;
		margin:0 auto;
		margin-bottom:2rem;
	}
	.menu-card__img{
		display:flex;
		max-height:none;
	}
	.price-list{
		height:auto;
	}
	.case-box{
		flex-direction:column;
		width:70%;
		margin:0 auto;
		padding:3%;
		margin-bottom:3rem;
		padding-top:10%;
	}
	.case-box__number {
    	width: 40%;
		font-size: 2rem;
		border-radius:5px;
		position:absolute;
		top:-5%;
		left: 50%;
		transform: translateX(-50%);
		padding:2%;
		box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
		width: 40%;
	}
	.case-box__number:after{
		display:none;
	}
	.case-box__beforeAfter{
		width:90%;
		margin:0 auto;
		margin-bottom:1rem;
	}
	.case-box__descWrap{
		width:90%;
		margin:0 auto;
	}
	.case-box__number{
		width:40%;
	}
	.flow__boxes{
		margin-bottom:30%;
	}
	.flow-box{
		align-items:flex-start;
		width:90%;
	}
	.flow-box__image{
		right:-10%;
		width:75%;
		top:60%;
	}
	.triangle {
		margin: 12rem auto 0;
	}
	.flow-box__number{
		font-size:3rem;
		display:flex;
		justify-content:center;
		align-items:center;
		padding:0%;
		height:40vh;
	}
	.flow-box__number:after{
		display:none;
	}
	.flow-box__textWrap{
		margin-top:3%;
	}
	.adjust-box .flow-box__image{
		top:80%;
	}
	.adjust-box.triangle{
		margin: 20rem auto 0;
	}
	.menu-list li img{
		width:35%;
	}
	.news-content{
		width:60%;
		margin-top:3%;
	}
	.menu-list li a{
		margin-bottom:7%;
	}
	.contact__btnWrap{
		flex-direction:column;
	}
	.contact__btnList-left{
		width:100%;
		margin-bottom:2rem;
	}
	.contact__btn-item{
		display:flex;
		justify-content:center;
	}
	.contact__btnList-right{
		width:100%;
	}
	.contact__btn-item a{
		width:90%;
	}
	.menu-choice-text{
		width:90%;
	}
	.menu-choice-box{
		width:90%;
	}
	.menu-choice-container{
		width:90%;	
	}
	.menu-choice-button__arrow{
		font-size:1rem;
	}
	.policy-message{
		font-size:1.1rem;
	}
	.policy-title{
		font-size:1rem;
	}
	.policy-contents{
		width:90%;
	}
	.footer-nav__item{
		width:45%;
		display:flex;
		justify-content:center;
		margin-bottom:1rem;
	}
	.footer-nav__list{
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.fixed-footer{
		position:fixed;
		bottom:0;
		width:100%;
		display:flex;
		justify-content:space-between;
	}
	.fixed-footer-box{
		width:33%;
		display:flex;
		justify-content:center;
		align-items:center;
		padding: 2% 0%;
		border-radius:2px;
	}
	.fixed-footer-box i{
		margin-right:2%;
	}
	.fixed-footer-box.web{
		color:rgba(197, 168, 128, 1);
		background-color:white;
		border: 2px solid rgba(197, 168, 128, 1);
	}
	.fixed-footer-box.mail{
		background: linear-gradient(to right, rgba(164, 133, 74, 1), rgba(191, 164, 112, 1));
		color:white;
	}
	.fixed-footer-box.line{
		background-color: #D8A7A7;
		color:white;
	}
	.fixed-footer-box.line img{
		width:12%;
		margin-right:2%;
	}
	.fixed-footer-box.line .fab.fa-line{
		color: rgba(216, 167, 167, 1);
	}
}

@media screen and (max-width: 599px){
	.is-pc {
		 display: none;
	 }
	.is-pad{
		display:none;
	}
	.is-sp{
		display:block;
	}
	.container{
		width:95%;
	}
	.section-title__main{
		font-size:1.5rem;	
	}
	.section-title__subJa{
		font-size:1rem;	
	}
	.header{
		padding:0rem;
	}
  .header__inner {
    padding: 0.6rem 0;
	  width:90%;
   }
	
  .header__left {
	max-width: 3.7rem;
	  min-width:2.5rem;
	  width:3.2rem;
  }
	
  .drawer-icon {
    max-width: 4rem;
	 width:13%;
    height: 1.5rem;
  }
	.drawer-icon__bar1, .drawer-icon__bar2{
		height:0.15rem;
	}
  .drawer-content {
    max-width: 20.8125rem;
  }
	.main-visual__image .is-pad{
		display:none;	
	}
	.main-visual__image .is-sp{
		display:block;
	}
	.main-visual{
		margin-top:5rem;
	}
	.main-visual__title{
		font-size:1.2rem;
		letter-spacing:0.2rem;
	}
	.main-visual__headline{
		font-size:4.5rem;
		letter-spacing:0.3rem;
		height:30vh;
		bottom:-40%;
	}
	.main-visual__textWrap {
		top:60%;
		padding: 1rem 0rem 1rem 1rem;
		width:65%;
	}
	.main-visual__message{
		font-size:0.8rem;
	}
	.main-visual__headline span {
  		animation: marquee 45s linear infinite
	}
	.vision__content{
		margin-top:1rem;
	}
	.vision__lead{
		font-size:1.3rem;
	}
	.vision__text{
		font-size:0.8rem;
	}
	.vision__textWrap{
		width:90%;
		margin-bottom:0rem;
	}
	.menu__cardList{
		width:90%;
		margin:0 auto;
	}
	.menu-card{
		width:100%;
	}
	.menu-card__title{
		font-size:1.2rem;	
	}
	.menu-card__text{
		font-size:0.8rem;
	}
	.button--menu{
		font-size:1rem;
	}
	.case{
		background-size:cover;
	}
	.case-box{
		width:100%;
	}
	.case-box__descWrap{
		font-size:0.8rem;
	}
	.case-box__number{
		font-size:1.2rem;
	}
	.case-box__beforeAfter{
		width:95%;
	}
	.case-box__descWrap{
		width:95%;
	}
	.flow__lead{
		font-size:1.2rem;	
	}
	.flow-box__title{
		font-size:1.2rem;
	}
	.flow-box__text{
		font-size:0.8rem;
	}
	.flow-box__number{
		width:12%;
	}
	.flow-box{
		width:94%;
	}
	.flow-box__image{
		top:70%;
	}
	.triangle {
        margin: 8rem auto 0;
    }
	.adjust-box.triangle {
        margin: 13rem auto 0;
    }
	.adjust-box .flow-box__image{
		top:90%;
	}
	.flow-box__textWrap{
		padding-right:2%;
	}
	.menu-list{
		width:90%;
	}
	.menu-list li img{
		width:100%;
	}
	.news-content{
		width:100%;
	}
	.menu-list li a{
		flex-direction:column;
	}
	.news-date{
		font-size:0.8rem;
	}
	.news-text{
		font-size:0.8rem;
	}
	.qa-box__head-text{
		font-size:1rem;
		padding:3%;
	}
	.qa-box__head-q, .qa-box__body-a{
		font-size:1.2rem;
		width:12%;
		border-radius: 5px 0 0 5px;
	}
	.questions__boxes{
		gap:1rem;
	}
	.qa-box__body-text{
		padding:3%;
		font-size:1rem;
	}
	.qa-box__body{
		margin-top:0.5rem;
	}
	.access__content{
		flex-direction:column;
	}
	.access__left, .access__right{
		width:100%;
	}
	.access__right{
		margin-top:2rem;
	}
	.contact__text{
		font-size:1rem;	
	}
	.button__text{
		font-size:0.9rem;	
	}
	.contact .container{
		padding:5% 0%;
	}
	.footer-logo-right{
		font-size:1.5rem;
	}
	.footer-logo-left{
		width:30%;
	}
	.footer__sns-item .fab.fa-line, .footer__sns-item .fab.fa-instagram-square{
		font-size:4rem;
	}
	.footer__sns-list{
		width:50%;
	}
	.footer-nav__list{
		flex-wrap:wrap;
		width:100%;
		justify-content:space-between;
	}
	.footer-nav__item{
		width:45%;
	}
	.footer-nav__list a{
		font-size:0.8rem;
		display: flex;
        margin-bottom: 0.5rem;
        justify-content: center;
	}
	.footer__copyrightWrap{
		padding:1% 0%;
		
	}
	.copyright{
		font-size:0.8rem;
	}
	
	.page-mainvisual-main-title{
		font-size:1.5rem;	
	}
	.menu-choice-title{
		font-size:1.2rem;
	}
	.menu-choice-text{
		font-size:1rem;
		width:90%;
	}
	.menu-choice-contents-message{
		font-size:1.2rem;
	}
	.menu-choice-box{
		width:95%;
	}
	.menu-choice-container{
		width:95%;
	}
	.menu-choice-box a{
		font-size:1rem;
		width:45%;
	}
	.menu-choice-button{
		width:100%;
	}
	.menu-choice-button__body-text{
		padding:2%;
	}
	.policy-message{
		font-size:0.95rem;
	}
	.policy-title{
		font-size:0.9rem;
	}
	.policy-contents{
		width:95%;
		margin-top:5%;
	}
	.policy-container{
		font-size:0.8rem;
	}
	section{
		padding:0px;
	}
	.menu-choice-box a{
		margin: 0 auto;
		margin-bottom:1rem;
		width:90%;
	}
	.menu-choice-text p{
		font-size:0.8rem;
	}
	.menu-choice-column{
		width:100%;
	}
	.menu-choice-button{
		margin-bottom:0.5rem;
	}
	.menu-choice-button{
		width:90%;
		margin:0 auto;
	}
	.menu-choice-contents-sub-message{
		font-size:0.8rem;
	}
	.menu-choice-single-column{
		width:100%;
	}
	.menu-choice-contents{
		margin-top:0rem;	
	}
	.pagination-wrapper{
		width:75%;	
	}
	.header__left{
		max-width:none;
		min-width:none;
		width:70%;
	}
	.header-title{
		font-size:0.8rem;
	}
	.contact__btnList-left{
		flex-direction:column;
		align-items:center;
	}
	.contact__btn-item{
		width:60%;
		margin-bottom:1rem;
	}
	.fixed-footer.is-sp{
		display:flex;
	}
	.menu-choice-button__body-text-box{
		font-size:0.8rem;
	}
}
@media screen and (max-width: 399px){
	.main-visual__headline{
		bottom:-25%;
	}
	.flow-box__number{
		height:55vh;
	}
	.adjust-box .flow-box__number{
		height:70vh;
	}
	.fine-adjust-box .flow-box__number{
		height:55vh;
	}
	.fine-adjust-box .flow-box__image{
		top:85%;
	}
}
