@charset "utf-8";

.header {
	position: absolute;
}

.header .sns-icon {
	display: none;
}

.is-scroll.header .hamburger-btn {
	display: block;
}

.is-scroll.header .header-logo-link {
	display: block;
}

/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/

.cover-logo {
	z-index: 9999;
}

.cover-deco-box02 {
    width: 57%;
    top: 5%;
    right: -35px;
    z-index: 2;
}

.cover-navi-box {
	max-width: 242px;
  	width: 100%;
  	margin: 0 auto;
}

.cover-navi-box .nav-link {
	color: var(--tertiary);
  	letter-spacing: 0 !important;
}

.cover-navi-box .nav-link:hover {
	color: var(--tertiary);
}

.top-contents:after {
  	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background: url(/system_panel/uploads/images/bg01.jpg) no-repeat top center / cover;
  	z-index: 1;
}

.cover-deco-middle01 {
    top: 0;
    left: 0;
  	z-index: 2;
}

.cover-deco-bottom01 {
	bottom: -13%;
  	z-index: 2;
}

.cover-deco-bottom02 {
	bottom: -10%;
  	left: 20%;
  	z-index: 2;
}

.cover-deco-bottom03 {
    right: 18%;
    bottom: -8%;
    z-index: 2;
}

.pc-img {
	/* display: none; */
}  
  
.sp-img {
	display: flex;  
} 

.cover-text-area {
    max-width: 911px;
    width: 100%;
    position: absolute;
    left: 5%;
    top: 25%;
    z-index: 5;
    font-family: var(--font-family01);
    text-shadow: 0 0 5px #FFFFFF, 
    0 0 5px #FFFFFF, 
    0 0 5px #FFFFFF, 
    0 0 8px #FFFFFF;
}

.cover-title {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

.cover-title span {
	font-size: 140%;
	font-weight: 500;
	padding-top: 0.45em;
	background-position: top left -1px;
	background-repeat: repeat-x;
	background-size: 1.05em 1em;
	background-image: radial-gradient(#B89C61 7.5%, transparent 8.5%);
}

.cover-sub-title-box {
    display: flex;
    align-items: flex-start;
    margin: 0;
}

.cover-sub-title {
    display: inline;
    font-size: 13px;
    margin: 0;
    letter-spacing: 0.08em;
}

.cover-title br, .cover-sub-title br {
    display: none;
}

.cover-text-img-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
    max-width: 930px;
    width: 38.5%;
    position: absolute;
    bottom: 17%;
    right: 3.5%;
    z-index: 2;
}

.cover-text-block {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 25px;
    z-index: 5;
    font-size: 14px;
    font-family: var(--font-family01);
	text-shadow: 
	    0 0 5px #FFFFFF, 
	    0 0 5px #FFFFFF, 
	    0 0 5px #FFFFFF, 
	    0 0 8px #FFFFFF;
    text-align: center;
}

.cover-text-shadow {
    color: #fff;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    text-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

.cover-dot-box {
    right: 0;
    left: 0;
    margin: auto;
}

.cover-text-img-box {
    max-width: 180px;
    width: 100%;
}

/*-----------------------------------------------------------
こんな症状でお悩みの経験ありませんか？
-----------------------------------------------------------*/

.top-problem-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.problem-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dotted #D5C6A9;
    background-color: #fff;
    border-radius: 10px;
    padding: 12px 10px;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    min-height: 62px;
    transition: all 0.3s ease;
    user-select: none; /* テキストの誤選択を防ぐ */
}

.problem-box:hover {
    border: 1px solid #F2F2F2;
    background-color: #F2F2F2;
    transition: all 0.3s ease;
}

.problem-box.is-selected {
    border: 1px solid #F2F2F2;
    background-color: #F2F2F2;
    transition: all 0.3s ease;
}

.top-problem-sub-title-box-inner {
    border-image-source: url(/system_panel/uploads/images/footer-rsv-dedo.svg);
    border-image-slice: 40 fill;
    border-image-width: 40px;
    border-image-repeat: round;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 25px 15px;
}

.strong40.title30 span {
	font-size: 133.33%;
}

.top-problem-text-box .title30 {
	line-height: 1.75;
}

.top-problem-right {
	gap: 25px;
}

.top-skin-detail-row01 {
	gap: 30px;
}

.top-skin-detail-text-box01 p {
    font-size: 120%;
    font-weight: 500;
	line-height: 1.62;
}

.top-gold-arrow {
    max-width: 30px;
    width: 100%;
    aspect-ratio: 30 / 100;
    background: linear-gradient(90deg, rgba(209, 189, 138, 0) 0%, rgba(209, 189, 138, 1) 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.top-problem-row {
	gap: 30px;
}

.top-skin-detail-inner {
    border-image-source: url(/system_panel/uploads/images/top-voice-deco.svg);
    border-image-slice: 40 fill;
    border-image-width: 40px;
    border-image-repeat: round;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 22px 15px;
    position: relative;
    z-index: 2;
}

.top-skin-detail-row02 {
  	gap: 30px;
}

.top-skin-detail-text-wrapper {
	position: relative;
	/* width: 100%; */
	/* min-height: 550px; */
	padding: 50px 15px 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
  
.top-skin-detail-text-wrapper:after {
  	content: "";
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	margin: auto;
  	max-width: 480px;
  	width: 100%;
  	height: 100%;
  	background: url(/system_panel/uploads/images/arrow-gradetion.png) no-repeat right / cover;
  	transform: rotate(90deg);
  	z-index: 1;
}

.top-skin-detail-text-block02 {
    text-align: center;
    max-width: 520px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.skin-img01 {
	aspect-ratio: 640 / 401;
}

.skin-img02 {
    aspect-ratio: 384 / 487;
}

.skin-img02 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  
.top-menu-btn-row, .top-menu-banner-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.top-menu-banner-row {
    gap: 40px;
}

.top-banner-arrow-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  	margin-bottom: 20px;
}

.top-banner-img {
  -webkit-animation: resbtn_anim 1s 0s ease infinite alternate;
          animation: resbtn_anim 1s 0s ease infinite alternate;
}

@-webkit-keyframes resbtn_anim {
  0% {
    transform: scale(1);
  }
  100% {
    transform:scale(1.1);
  }
}

@keyframes resbtn_anim {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}


.top-problem-img-box {
    aspect-ratio: 260 / 340;
}

/*-----------------------------------------------------------
Bs鍼灸Laboについて
-----------------------------------------------------------*/

.top-about-img-contents {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.top-about-img-left {
	width: 45%;
}

.top-about-img02 {
	margin: 40px 0 0;
}

.top-about-img-right {
	width: 45%;
}

.top-about-deco01 {
    right: 24%;
    bottom: -13%;
    z-index: 3;
}

.top-about-deco02 {
    bottom: 5%;
    left: -12%;
    z-index: 3;
}

.top-about-img-mask:after {
  	content: "";
	position: absolute;
  	top: 0;
  	height: 100%;
}

.top-about-img01.top-about-img-mask:after {
	width: 76.92%;
	right: -1px;
	background: linear-gradient(270deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.top-about-img02.top-about-img-mask:after {
	width: 76.09%;
	right: -1px;
	background: linear-gradient(270deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.top-about-img03.top-about-img-mask:after {
	width: 79.55%;
	left: -1px;
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.top-about-img01 {
	aspect-ratio: 520 / 640;
}

.top-about-img01 {
	aspect-ratio: 460 / 330;
}

.top-about-img03 {
	aspect-ratio: 880 / 1160;
}


/*-----------------------------------------------------------
当院でできること
-----------------------------------------------------------*/

.reserve-no01 {
    position: absolute;
    max-width: 108px;
    width: 19%;
    top: 0;
    right: 47%;
    z-index: 1;
}

.top-service-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}

.top-service-img-box:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	margin: auto;
	width: 52.19%;
	height: 100.1%;
	z-index: 1;
}

.top-service-item:nth-child(2n) .top-service-img-box:after {
    left: auto;
    right: -1px;
}

.top-service-item01 .top-service-img-box:after {
	background: linear-gradient(90deg,rgba(244, 237, 239, 1) 0%, rgba(244, 237, 239, 0) 100%);
}

.top-service-item02 .top-service-img-box:after {
	background: linear-gradient(270deg,rgba(244, 242, 237, 1) 0%, rgba(244, 242, 237, 0) 100%);
}

.top-service-item03 .top-service-img-box:after {
	background: linear-gradient(90deg,rgba(233, 240, 233, 1) 0%, rgba(233, 240, 233, 0) 100%);
}

.top-service-text-area {
    padding: 40px 15px;
}

.top-service-titlle-deco {
    display: block;
    max-width: 130px;
    width: 80%;
    margin: -15px auto auto -14px;
}

.top-service-text-box {
	margin: 20px 0 0;
}

.top-service-tag-box {
	max-width: 440px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.top-service-item02 .top-service-tag-box {
    max-width: 330px;
}

.top-service-item03 .top-service-tag-box {
    max-width: 290px;
}

.tag-item {
    font-size: 13px;
    padding: 0 10px;
    border: 1px solid #B0ACAD;
    border-radius: 100vmax;
}

.top-service-item01-deco01 {
    width: 20%;
    top: -6%;
    z-index: 5;
}

.top-service-item02-deco01 {
	bottom: 10%;
	z-index: 1;
}

.top-service-item02-deco02 {
    top: -8%;
  	right: 5%;
  	left: auto;
    z-index: 5;
}

.top-service-item03-deco03 {
    top: -3%;
  	right: 5%;
  	left: auto;
    z-index: 5;
}

.top-service-item01-deco02, .top-service-item03-deco01,.top-service-item03-deco02 {
	z-index: 1;
}

/*-----------------------------------------------------------
症状に合わせた施術アプローチ
-----------------------------------------------------------*/

.top-approach-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
}

.top-approach-img-box {
  	aspect-ratio: 283 / 502;
}

.top-approach-img-box video {
  	object-fit: cover;
  	width: 100%;
  	height: 100%;
}

.top-approach-img-box img {
  	object-fit: cover;
  	width: 100%;
  	height: 100%;
  	border: 1px solid #D9D9D9;
}

/*-----------------------------------------------------------
お客様の声
-----------------------------------------------------------*/

.top-voice-item {
    background: #F3F7F1;
    padding: 8px;
    max-width: 385px;
    width: 100%;
    margin: 0 auto;
}

.top-voice-item:before {
	content:"";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, .65);
  	z-index: 1;
  	transition: all .3s;
}

.top-voice-item.swiper-slide-active:before {
	content: none;
  	transition: all .3s;	
}

.top-voice-item-in {
    max-width: 369px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border-image-source: url(/system_panel/uploads/images/top-voice-deco.svg);
    border-image-slice: 40 fill;
    border-image-width: 40px;
    border-image-repeat: round;
}

.top-voice-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 13px;
    max-width: 349px;
    margin: 0 auto;
}

.top-voice-text-box {
    margin: 8px auto 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.43;
    color: var(--white);
    background: #7D9075;
}

.top-voice-text-box-before {
    background: #B0B3AF;
}

.top-voice-deco01,.top-voice-deco02,.top-voice-deco03,.top-voice-deco04 {
	z-index: 2;
}

.swiper-button-prev {
    max-width: 23px;
    width: 10%;
    height: 23px;
    top: 50%;
    left: 2%;
}

.swiper-button-prev:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/system_panel/uploads/images/circle-arrow-left.png) no-repeat left center;
    background-size: contain;
}

.swiper-button-next {
    max-width: 23px;
    width: 10%;
    height: 23px;
    top: 50%;
    right: 2%;
}

.swiper-button-next:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/system_panel/uploads/images/circle-arrow-right.png) no-repeat right center;
    background-size: contain;
}


.top-voice-text-item {
    max-width: 551px;
    width: 90%;
    padding: 15px;
    border-radius: 100px 100px 100px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
}

.top-voice-text-item:nth-child(n+2) {
	margin: 20px 0 0;
}

.top-voice-text-item:nth-child(even) {
	margin: 20px 0 0 auto;
}

.top-voice-item-illust {
	max-width: 100px;
	width: 30%;
	aspect-ratio: 1 / 1;
}

.top-voice-item-right {
    width: 100%;
}

.top-voice-item-right-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-voice-cate01 {
    color: #8F7A58;
    padding: 0 0 0 20px;
    position: relative;
}

.top-voice-cate01:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(/system_panel/uploads/images/navi-deco-gold.svg) no-repeat center center / contain;
    z-index: 1;
}

.top-voice-cate02 {
    font-size: 13px;
    color: #B89C61;
    border: 1px solid #B89C61;
    padding: 0 10px;
}

.top-voice-item-text-box {
	width: 95%;
	margin: 15px 0 0;
}

.top-voice-img-box {
	aspect-ratio: 336 / 440;
}

/*-----------------------------------------------------------
店舗情報
-----------------------------------------------------------*/

.top-info-item-row {
	gap: 15px;
    /*flex-direction: column;*/
}

.top-info-item-row:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: url(/system_panel/uploads/images/dot-line-primary.svg) no-repeat center left / auto;
    z-index: 1;
}

.top-info-left {
	aspect-ratio: 960 / 1160;
}

.top-info-th {
 	position: relative;
    color: var(--tertiary);
    padding: 0 0 0 20px;
    width: 90px;
}

.top-info-th:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(/system_panel/uploads/images/navi-deco-gold.svg) no-repeat center center / contain;
    z-index: 1;
}

.top-info-td p br {
	display: block;
}

.top-info-btn-row {
	gap: 15px;
}

.top-info-deco01 {
	width: 15%;
  	top: 0;
  	left: 0;
  	z-index: 6;
}

.top-info-deco02 {
	width: 15%;
  	top: 0;
  	right: 10%;
  	z-index: 1;
}


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

.top-news-row {
	gap: 8px;
}

.news-item {
    border-bottom: 1px solid var(--gray02);
}

.news-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    padding: 20px 0;
    transition: all .3s;
    width: 100%;
}

.news-flex:after {
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: url(/system_panel/uploads/images/dot-line-primary.svg) no-repeat center left / auto;
	z-index: 1;
}

.news-item:first-child .news-flex {
    padding-top: 0;
}

.news-cate-flex {
    display: flex;
    align-items: center;
}

.news-text-box {
    /* flex: 1; */
    /* margin: 0 15px 0 0; */
    width: 90%;
    min-width: 0;
}

.news-date {
    width: 85px;
    margin: 0 20px 0 0;
    color: var(--tertiary);
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-family02);
    letter-spacing: 0.05em;
    max-width: max-content;
    flex-shrink: 0;
}

.news-cate-box {
    max-width: calc(100% - 125px);
    min-width: 85px;
    display: inline-block;
    /* width: 100%; */
    padding: 2px 11px 2px 10px;
    background: var(
    --white);
    border: 1px solid #D1BD8A;
    /* flex: 1; */
    flex: 0 1 auto;
}

.news-cate {
	color: var(--primary);
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
}

.news-title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--base-body-color);
    margin: 15px 0 0;
    transition: all .3s;
}

.news-arrow-box {
	/* max-width: 31px; */
	width: 35px;
	height: 25px;
	position: relative;
	margin: 0 0 0 15px;
	flex-shrink: 0;
	transition: all .3s;
}

.news-arrow-box:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	width: 10px;
	height: 17px;
	transform: translateY(-50%);
	background: url(/system_panel/uploads/images/news-arrow-gold.svg) no-repeat center center / contain;
	z-index: 1;
	transition: all .3s;
}

.news-item:hover .news-title {
    color: var(--primary);
 	transition: all .3s;
}

.top-news-deco01 {
    width: 14.5%;
    right: 4%;
    bottom: -12%;
    z-index: 1;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

}/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/*-----------------------------------------------------------
top04
-----------------------------------------------------------*/



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

.news-date {
	margin: 0 10px 0 0;
}


}/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:430px) {

.top-skin-detail-text-wrapper {
    padding: 60px 15px 130px;
}
  
.top-skin-detail-text-wrapper:after {
    height: 100%;
}

}/* min-width: 540px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:500px) {

.top-skin-detail-text-wrapper {
    padding: 80px 15px 150px;
}
  
.top-skin-detail-text-wrapper:after {
    height: 420px;
}

}/* min-width: 540px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:540px) {

.cover-text-area {
    top: 26%;
}


}/* min-width: 540px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:576px) {


/*-----------------------------------------------------------
カバー
-----------------------------------------------------------*/

.cover-title {
    font-size: 30px;
}
  
.cover-sub-title {
    font-size: 20px;
    line-height: 1.5;
}
  
.cover-text-img-area {
    width: 36%;
}
  
/*-----------------------------------------------------------
こんな症状でお悩みの経験ありませんか？
-----------------------------------------------------------*/

.problem-box {
    font-size: 14px;
}
  
.top-skin-detail-text-wrapper {
    padding: 100px 15px 200px;
}
  
.top-skin-detail-text-wrapper:after {
    height: 100%
}
  
/*-----------------------------------------------------------
店舗情報
-----------------------------------------------------------*/
  
/*.top-info-item-row {
    flex-direction: row;
}*/

.top-info-th {
    width: 120px;
}
  
}/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {
  
.header {
 	position: absolute;
}
  
.header .header-logo-link {
	display: none;
}

.header .hamburger-btn {
	display: none;
}

.is-scroll.header .sns-icon {
	display: block;
}
  
/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/

.cover-navi-box {
	margin: 40px auto 0;  
}
  
.cover-navi-box .nav-link {
	font-size: 13px;
	padding: 12px 5px 12px 25px;
}

.cover-right {
    display: flex;
    /* flex: 1 !important; */
    /* height: 100%; */
    /* min-height: 0; */
}    
  
.cover-img-box {
    /* display: flex; */
    /* flex: 1; */
    position: relative;
    min-height: 600px;
}

.cover-img-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    flex: 1;
    min-height: 0;
    min-width: 0;
    object-position: 21% 0;
}
  
.sp-img {
	display: none;  
} 
  
.pc-img {
	/* display: flex; */
}  
  
.cover-deco-bottom01 {
	bottom: -10;
}  
  
.cover-deco-middle01 {
    top: 50%;
    left: -4%;
}
  
.cover-text-area {
    width: 42%;
    right: 1.5%;
    top: 24%;
    bottom: auto;
    left: auto;
}
  
.cover-title {
	font-size: 20px;
}

.cover-title span {
	font-size: 150%;
}

.cover-sub-title-box {
    margin: 20px 0 0;
}  
  
.cover-sub-title {
	font-size: 16px;
	margin: 0;
}
  
.cover-title br, .cover-sub-title br {
    display: block;
}
  
.cover-text-img-area {
    width: 34%;
    bottom: 12%;
	right: 8.5%;
}

/*-----------------------------------------------------------
こんな症状でお悩みの経験ありませんか？
-----------------------------------------------------------*/

.top-problem-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
  
.problem-box {
    font-size: 12px;
}
  
.top-skin-detail-contents01 {
    width: 80%;
}

.top-skin-detail-text-wrapper {
    padding: 100px 15px 170px;
}

.top-skin-detail-text-wrapper:after {
  	height: 400px;
}

.top-skin-detail-row02 {
    gap: 70px;
}

.top-menu-btn-row,.top-menu-banner-row {
    flex-direction: row;
}

/*-----------------------------------------------------------
Bs鍼灸Laboについて
-----------------------------------------------------------*/
  
.top-about-text-contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  	z-index: 1;
}
  
.top-about-img-left {
    width: 22%;
}
  
.top-about-img-right {
    width: 20%;
}  
  
.top-about-img02 {
    margin: 160px 0 0;
}

.top-about-deco01 {
    right: 24%;
    bottom: -13%;
}

.top-about-deco02 {
    bottom: -15%;
    left: 2%;
}
  
/*-----------------------------------------------------------
当院でできること
-----------------------------------------------------------*/

.reserve-no01 {
    right: 53%;
}

.top-service-item {
    align-items: stretch;
    flex-direction: row;
}

.top-service-img-box {
    width: 40% !important;
}
  
.top-service-text-area {
    width: 60% !important;
	padding: 30px 2% 30px 10%;
}
  
.top-service-item:nth-child(2n) .top-service-text-area {
	padding: 30px 2% 30px 7%;
}  
  
.top-service-item01-deco01 {
    width: 12%;
    top: -18%;
}
  
.top-service-item02-deco02 {
	top: -11%;
  	right: auto;
  	left: 16%;
}
  
.top-service-item03-deco03 {
    top: -8%;
    left: 38%;
    right: auto;
}
    
.top-beauty-img-box .img-fit {
    object-position: 60% center;
}    
  
.top-head-spa-img-box .img-fit {
    object-position: 32% center;
}
  
/*-----------------------------------------------------------
症状に合わせた施術アプローチ
-----------------------------------------------------------*/

.top-approach-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
  
/*-----------------------------------------------------------
お客様の声
-----------------------------------------------------------*/

  .top-voice-swiper.is-static-two .swiper-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: clamp(2rem, 4vw, 4rem);
    transform: none !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .top-voice-swiper.is-static-two .top-voice-item {
    flex: 1 1 0;
    max-width: 385px;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }

  .top-voice-swiper.is-static-two .top-voice-item-in,
  .top-voice-swiper.is-static-two .top-voice-row,
  .top-voice-swiper.is-static-two .top-voice-item-box {
    min-width: 0;
    box-sizing: border-box;
  }
  
.top-voice-text-item {
    border-radius: 70px 70px 70px 0;
    flex-direction: row;
}

.top-voice-text-item:nth-child(n+2) {
	width: 93%;
	margin: 15px 0 0;
}

.top-voice-text-item:nth-child(even) {
	margin: 15px 0 0 auto;
}


/*-----------------------------------------------------------
お知らせ
-----------------------------------------------------------*/
  
.news-flex {
	padding: 20px 0;
}
  
.news-date {
	width: 110px;
}

  
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/*-----------------------------------------------------------
top01
-----------------------------------------------------------*/
  


}/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1024px) {

.cover-text-area {
	width: 46.7%;
	right: 4%;
	top: 24%;;
}
  
.cover-title {
    font-size: 28px;
}  

.cover-sub-title {
    font-size: 23px;
    line-height: 1.5;
}  
  
.cover-text-block {
  	font-size: 16px;
}

.cover-text-img-area {
	flex-direction: row;  
    width: 48%;
    bottom: 24%;
    right: 2.5%;
}

.cover-navi-box .nav-link {
    font-size: 14px;
}

/*-----------------------------------------------------------
こんな症状でお悩みの経験ありませんか？
-----------------------------------------------------------*/

.problem-box {
    font-size: 14px;
}
  
.top-skin-detail-row01 {
	gap: 40px;
}
  
/*-----------------------------------------------------------
Bs鍼灸Laboについて
-----------------------------------------------------------*/

.top-about-img02 {
	margin: 80px 0 0;
}

.top-about-img-left {
	width: 29.67%;
}

.top-about-img-right {
	width: 24.18%;
}
  
/*-----------------------------------------------------------
当院でできること
-----------------------------------------------------------*/

.top-service-img-box,.top-service-text-area {
    width: 50% !important;
} 
  
.top-service-item02-deco02 {
  	left: 5%;
}
  
.top-service-item03-deco03 {
    top: -12%;
    right: auto;
    left: 50%;
}

.top-beauty-img-box .img-fit {
    object-position: 40% center;
}
  
/*-----------------------------------------------------------
症状に合わせた施術アプローチ
-----------------------------------------------------------*/
  
.top-approach-grid {
    gap: 30px;
}

/*-----------------------------------------------------------
お客様の声
-----------------------------------------------------------*/

.swiper-button-prev {
	max-width: 50px;
    width: 10%;
    height: 50px;
    left: 32%;
}

.swiper-button-next {
	max-width: 50px;
    width: 10%;
    height: 50px;
    right: 32%;
}


  
/*-----------------------------------------------------------
top04
-----------------------------------------------------------*/
  


/*-----------------------------------------------------------
店舗情報
-----------------------------------------------------------*/

.top-info-th {
    width: 165px;
}


.top-info-td p br {
	display: none;
}
  
/*-----------------------------------------------------------
お知らせ
-----------------------------------------------------------*/
  
.news-flex {
    padding: 20px 0;
}

.news-date {
    margin: 0 40px 0 0;
  	font-size: 15px;
}

.news-cate {
	font-size:13px;
}

.news-text-box {
    width: 92%;
}

.news-flex {
	font-size: 18px;  
}

}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {
  
.header-frame {
    padding: 29px 15px 27px;
}
  
/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/
  
.cover-logo {
	margin: 40px auto 0 !important; 
}
  
.cover-navi-box {
	margin: 30px auto 0;
}

.cover-navi-box .nav-link {
    padding: 18px 5px 18px 30px;
    font-size: 16px;
}

.cover-img-box {
    min-height: 850px;
}
  
.cover-img-box img {
    object-position: 29% 0;
}
  
.cover-deco-middle01 {
    top: 50%;
    left: -6%;
}
  
.cover-deco-bottom01 {
    bottom: -10;
}
  
.cover-deco-bottom02 {
	bottom: -10%;
    left: 8%;
}
  
.cover-text-area {
    right: 2%;
    bottom: 40%;
}
  
.cover-title {
    font-size: 28px;
}
  
.cover-sub-title {
    font-size: 21px;
}  

.cover-text-block {
    bottom: 45px;
  	font-size: 18px;
}
  
.cover-right {
	width: 75% !important;
}

.cover-text-img-area {
    bottom: 33%;
}
  
.cover-text-img-box {
    max-width: 270px;
    width: 100%;
}
  
/*-----------------------------------------------------------
こんな症状でお悩みの経験ありませんか？
-----------------------------------------------------------*/  
  
.top-problem-grid {
	gap: 20px;  
}

.problem-box {
    font-size: 16px;
}  

.top-problem-right {
	width: 49.18% !important;  
}
  
.top-skin-detail-row01 {
	gap: 60px;
}
  
.top-skin-detail-row02 {
	justify-content: flex-end !important;
	flex-direction: row!important;
  	gap: 40px;
}

.top-skin-detail-text-wrapper:after {
    top: 0;
    right: auto;
    max-width: 100%;
    width: 100%;
    height: 480px;
    transform: rotate(0deg);
}

.top-skin-detail-contents01 {
    width: 100%;
}

.top-skin-detail-text-wrapper {
    padding: 15px;
    justify-content: center;
}

.top-skin-detail-text-block02 {
    text-align: left;
}

.top-skin-detail-title02 {
    text-align: left !important;
}

/*-----------------------------------------------------------
当院でできること
-----------------------------------------------------------*/
  
.top-service-item02-deco01 {
    width: 23%;
    bottom: 18%;
}
  
  
/*-----------------------------------------------------------
お客様の声
-----------------------------------------------------------*/

.top-voice-left01 {
    width: 45%!important;
}

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

.news-text-box {
    width: 93%;
}


}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {
  
.cover-deco-middle01 {
    top: 47%;
    left: -2%;
}

.cover-navi-box .nav-link {
  	font-size: 17px;
}
  
.cover-text-area {
    width: 54%;
    right: 1.5%;
    top: 32%;
}
  
.cover-title {
    font-size: 30px;
}
  
.cover-title br {
	display: none;  
}
  
.cover-sub-title br {
	display: none;  
}  

.cover-deco-bottom02 {
	bottom: -10%;
    left: 8%;
}
  
.cover-sub-title-box {
    margin: 0;
}

.cover-text-img-area {
    width: 53%;
	bottom: 37%;
}
  
/*-----------------------------------------------------------
こんな症状でお悩みの経験ありませんか？
-----------------------------------------------------------*/  

.problem-box {
    font-size: 18px;
}
  
.top-skin-detail-row01 {
	gap: 100px;
}


/*-----------------------------------------------------------
当院でできること
-----------------------------------------------------------*/
  
.top-service-item01-deco01 {
    top: -24%;
} 
  
.top-service-item02-deco01 {
	width: 28%!important;
    bottom: 10%;
}

/*-----------------------------------------------------------
店舗情報
-----------------------------------------------------------*/

.top-info-row {
    width: 100% !important;
}
  
.top-info-left {
    width: 39.35% !important;
}

.top-info-deco01 {
	width: 15%;
  	top: 22%;
}

.top-info-deco02 {
	width: 15%;
  	right: 10%;
}
  
/*-----------------------------------------------------------
お知らせ
-----------------------------------------------------------*/  
.top-news-row {
    width: 100% !important;
}

}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1500px) {
  
/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/
  
.cover-left {
	width: 300px !important;  
}  
  
.cover-right {
	flex: 1;
}

.com-title-box .top-about-title {
	margin: -55px 0 0;
}
  
.cover-text-area {
    right: 1.5%;
    bottom: 47%;
}
  
.cover-title {
    font-size: 33px;
}
  
.cover-sub-title {
    font-size: 25px;
}

  
/*-----------------------------------------------------------
当院でできること
-----------------------------------------------------------*/

.top-service-text-area {
	padding: 50px 2% 50px 18%;
}
  
.top-service-item:nth-child(2n) .top-service-text-area {
	padding: 50px 2% 50px 10%;
}  

.top-service-item03-deco01 {
    width: 23% !important;
}

.top-service-item01-deco01 {
    width: 25%;
}
  
}/* min-width: 1500px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1600px) {
  
.cover-navi-box {
    margin: 60px auto 0;
}
  
.cover-navi-box .nav-link:before {
    width: 20px;
    height: 20px;
}

.cover-img-box {
    min-height: 960px;
}  
  
.cover-deco-bottom01 {
    bottom: -3%;
}

.cover-title {
    font-size: 38px;
}
  
.cover-sub-title {
    font-size: 32px;
}

}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1800px) {

/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/
  
.cover-text-area {
	width: 60%;
	top: auto;
	right: 1.5%;
	bottom: 47%;
}

.cover-title {
    font-size: 50px;
}

.cover-sub-title {
    font-size: 35px;
}
  
.cover-text-img-area {
    width: 58%;
  	top: auto;
    bottom: 31%;
    right: 0;
  	gap: 40px;
}
  
.cover-navi-box {
    margin: 50px auto 0;
}
  
.cover-navi-box .nav-link {
    padding: 22px 5px 22px 30px;
    font-size: 18px;
}
  
}/* min-width: 1800px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */ 