@charset "utf-8";
#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

body {
    margin: 0 auto !important;
    max-width: 1920px;
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    background-color: #FFF;
    font-size: 20px;
	font-weight: 500;
    letter-spacing: 0.05em;
    color: #551F0D;
}

.telWrap {
    color: inherit;
}

.telWrap:hover {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

.inLink>a:hover {
    text-decoration: underline;
    color: #485053;
}

/*===========================================================
共通パーツ
===========================================================*/

.padding01 {
    padding: 0 15px;
}

.fontA {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.fontB {
	font-family: "Shippori Mincho B1", serif;
}

.fontC {
	font-family: "Lora", serif;
}

.fontD {
	font-family: "Allura", cursive;
}

.colorA {
    color: #111111;
}

.colorB {
    color: #FFFFFF;
}

.color-pink-beige {
    color: #D9C5BE;
}

.color-light-pink {
	color: #BD948E;
}

.color-pink {
	color: #DE7564;
}

.color-pink-second {
    color: #E7A194 !important;
}

.color-white {
    color: #fff;
}

.bg-white {
    background: #FFF;
}

.bg-light-beige {
    background: #EFECE4;
}

.bg-light-pink {
    background: #FAF2EF;
}

.border-pink {
    border: 1px solid #B17F77;
}

/*===========================================================
バナー
===========================================================*/

.banner01-area {
    max-width: 1474px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

.banner02-area {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

.banner-link {
    width: 100%;
    height: 251px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(16px, calc(1rem + ((1vw - 3.2px) * 0.875)), 30px);
    font-weight: 500;
    color: #551F0D;
    position: relative;
    transition: all .3s;
}

.banner-link:hover {
    color: #551F0D;
}

.banner-link:hover:before {
    color: #551F0D;
    background: rgba(255, 255, 255, 40%);
}

.banner-link:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(255, 255, 255, 60%);
    transition: all .3s;
}

.banner-link:after {
    content: "";
    width: 96%;
    height: 92%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border: 1px solid #B17F77;
}

.service01-banner {
    background: url(/system_panel/uploads/images/banner_service01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.service02-banner {
    background: url(/system_panel/uploads/images/banner_service02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.menu-banner {
    background: url(/system_panel/uploads/images/banner_menu.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.info-banner {
    background: url(/system_panel/uploads/images/banner_info.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

/*===========================================================
ボタン
===========================================================*/

.btn01 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
    padding: 13px;
    max-width: 224px;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: "Lora", serif;
    color: #FFF;
    background: #B17F77;
    border: 1px solid #B17F77;
    position: relative;
    transition: all .3s;
}

.btn01:hover {
    color: #B17F77;
    background: #FFF;
}

.btn01:hover:before {
    background: url(/system_panel/uploads/images/arrow_pink.svg);
    transform: translateX(6px);
}

.btn01:before {
    content: "";
    display: block;
    width: 43.33px;
    height: 5px;
    background: url(/system_panel/uploads/images/arrow_white.svg);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 12px 0 32px;
    transition: all .3s;
}

.common-btn01 {
    max-width: 288px;
    width: 100%;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #551F0D;
	background: #FFF;
    position: relative;
	transition: all .3s;
}

.common-btn01:hover {
    opacity: 0.7;
    color: #551F0D;
}

.common-btn01:after {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	width: 96%;
	height: 84%;
	border: 1px solid #B17F77;
	top: -1px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.tel-btn:before {
	content: "";
	display: block;
	width: 12px;
	height: 23.5px;
	margin: 0 10px 0 0;
	background: url(/system_panel/uploads/images/tel_icon.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}

.tel-btn.common-btn01 a {
    position: relative;
    z-index: 2;
}

.common-btn01:hover.tel-btn {
    opacity: 1;
}

.reserve-btn:before {
	content: "";
	display: block;
	width: 29px;
	height: 27px;
	margin: 0 10px 0 0;
	background: url(/system_panel/uploads/images/reserve_icon.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}

.line-btn:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
	background: url(/system_panel/uploads/images/line.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}

/*===========================================================
スライダー
===========================================================*/

.loopImgBx01 {
    width: 299px;
    padding-top: 299px;
    margin: 0 5px;
    position: relative;
}

.loop-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: auto;
}

.loopImgBx01>img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
}

.loopImgArea {
  display: flex;
  animation: loop-slide 50s infinite linear 1s both;
}

.loopImgBx01>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*ここまで*/

.loopImgBx img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
}

/*アニメーション*/
@keyframes loop-slide {
    from {
        transform: translateX(0);
    }
        to {
        transform: translateX(-100%);
    }
} 

/*===========================================================
テキスト
===========================================================*/

.en-title01 {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.2px) * 1.875)), 50px);
	font-weight: 400;
	letter-spacing: 0.05em;
	font-family: "Lora", serif;
}

.en-title02 {
    font-size: clamp(30px, calc(1.875rem + ((1vw - 3.2px) * 2.1875)), 65px);
	font-weight: 400;
	letter-spacing: 0.05em;
	font-family: "Lora", serif;
}

.en-sub-title01 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-family: "Lora", serif;
}

.en-text01 {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.2px) * 5.3125)), 105px);
	font-weight: 400;
	letter-spacing: 0;
	font-family: "Allura", cursive;
}

.en-text02 {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.2px) * 4.0625)), 85px);
	font-weight: 400;
	letter-spacing: 0.05em;
    color: #E5E0D5;
	font-family: "Lora", serif;
}

.title01 {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 1.2945)), 40px);
	font-weight: 500;
	letter-spacing: 0;
	font-family: "Shippori Mincho B1", serif;
}

.sub-title01 {
    font-size: 16px;
    line-height: 1.2;
}

.text01 {
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.2px) * 0.375)), 20px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2;
}

/*===========================================================
下層カバー
===========================================================*/

.in-cover {
    max-width: 1920px;
    width: 100%;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.in-cover:before {
    content: "";
    display: block;
    position: absolute;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, rgba(85, 31, 13, 62%), rgba(80, 29, 13, 0));
}

.in-cover-title {
    font-size: clamp(30px, calc(1.875rem + ((1vw - 3.2px) * 2.1875)), 65px);
	font-weight: 600;
	letter-spacing: 0.05em;
	font-family: "Lora", serif;
    color: #FFF;
}

/*===========================================================
パンくず
===========================================================*/

.bread-wrapper {
    max-width: 1920px;
    width: 100%;
	padding: 15px;
}

.bread-box {
	max-width: 1220px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: auto;
	font-size: 12px;
	letter-spacing: 0.05em;
}

.bread-link {
	display: block;
	color: #551F0D;
    text-decoration: underline;
}

.bread-link:hover {
	color: #551F0D;
	text-decoration: none;
}

/*===========================================================
inner
===========================================================*/

.in-wrapper {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
}

.inner01 {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
}

.inner02 {
    max-width: 1470px;
    width: 100%;
    margin: 0 auto;
}

.inner03 {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

/*===========================================================
お知らせ
===========================================================*/

.news-area section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
}

.news-img {
    background: #A7867D;
    padding: 0 0 51.869%;
    position: relative;
    height: 0;
    margin: 10px auto 0;
    transition: all .3s;
}

.news-img img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

img + .noImg {
    display: none;
}

.news-link {
    display: block;
    transition: all .3s;
}

.news-link:hover {
    opacity: 0.7;
}

.news-cate-flex {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 10px 0 0 12px;
}

.news-date {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #551F0D;
}

.news-cate {
    margin: 10px 0 0 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    border: 1px solid;
    padding: 0 8px;
    color: #551F0D;
}

.news-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 8px 0 0 12px;
    color: #551F0D;
}


/*===========================================================
髪育プログラム・よもぎ蒸し共通
===========================================================*/

.service-inner {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
}

.service-main-title-box {
    text-align: center;
}

.service-area01 {
    margin: 60px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.service-block {
    margin: 40px 0 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.service-img-box01 {
    width: 100%;
}

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

/* .service-en-title-box01 {
    margin: 0 0 -20px 0;
} */

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

.service-area02 {
    max-width: 1100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

/* .service-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    clip-path: polygon(0 calc(50% - (40% / 2)), 50% calc(50% - (40% / 2)), 50% 0, 100% 50%, 50% 100%, 50% calc(50% + (40% / 2)), 0 calc(50% + (40% / 2)));
    height: 60px;
    aspect-ratio: 1;
    background-color: #B17F77;
    transform: rotate(90deg);
} */

.service-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    background: url(/system_panel/uploads/images/service01-arrow.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 66px;
    height: 37px;
    aspect-ratio: 1;
    transform: rotate(90deg);
}

.service-block02 {
    margin: 100px 0 0 0;
    width: 100%;
    position: relative;
}

.service-img-box02 {
    width: 100%;
}

/*===========================================================

===========================================================*/

.inBalanceImg01>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.objectFitImg {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}


a[data-lightbox] {
    position: relative;
    display: block;
}

a[data-lightbox]:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: .5s;
}

a[data-lightbox]:hover:before {
    opacity: 1;
    transition: .5s;
}

.galleryImg01>a[data-lightbox] {
    padding-top: 100%;
}

.galleryImg01>a[data-lightbox] img {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*----*/

.compBaseTb {
    border: 1px solid #ccc;
}

.compBaseTr {
    border: 1px solid #ccc;
}

.compBaseTh {
    padding: 15px;
    background-color: #555;
    color: #fff;
}

.compBaseTd {
    padding: 15px;
    background: #fff;
}

/*----*/


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

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

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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




/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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


.en-text01 {
    font-size: clamp(40px, calc(2.5rem + ((1vw - 7.68px) * 5.6424)), 105px);
}

.title01 {
    font-size: clamp(24px, calc(1.5rem + ((1vw - 7.68px) * 1.3889)), 40px);
}


.sub-title01 {
    font-size: 18px;
}

/*===========================================================
バナー
===========================================================*/

.banner01-area {
    grid-template-columns: repeat(3, 1fr);
}

.banner02-area {
    grid-template-columns: repeat(2, 1fr);
}

/*===========================================================
スライダー
===========================================================*/

.loopImgBx01 {
    width: 299px;
    padding-top: 299px;
}

/*===========================================================
下層カバー
===========================================================*/

.in-cover {
    max-width: 1920px;
    width: 100%;
    height: 400px;
}

/*===========================================================
inner
===========================================================*/

.in-wrapper {
    padding: 80px 0;
}

/*===========================================================
お知らせ
===========================================================*/

.news-area section {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 40px;
}

.news-cate-flex {
    flex-direction: row;
}

.news-cate {
    margin: 0 0 0 15px;
}

/*===========================================================
髪育プログラム・よもぎ蒸し共通
===========================================================*/

.service-area01 {
    margin: 80px 0 0 0;
}

.service-block {
    margin: 60px auto 0 0;
    max-width: 1370px;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
}

.service-block:nth-of-type(even) {
    margin: 60px 0 0 auto;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.service-img-box01 {
    max-width: 380px;
    width: 100%;
}

.service-text-area {
    margin: 0 0 0 40px;
    width: 70%;
}

.service-block:nth-of-type(even) .service-text-area {
    margin: 0 40px 0 0;
}

.service-block:nth-of-type(even) .service-en-title-box01 {
    text-align: right;
}

.service-area02 {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
}

.service-arrow:before {
    width: 134px;
    height: 76px;
    top: 50px;
    transform: rotate(0deg);
}

.service-block02 {
    margin: 0;
    max-width: 410px;
    width: 37.3%;
}

.service-img-box02 {
    max-width: 410px;
    width: 100%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


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

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

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

.common-btn01 {
    padding: 17px 10px;
    font-size: 18px;
}

.tel-btn:before {
	width: 19px;
	height: 30.5px;
	margin: 0 20px 0 0;
}

.reserve-btn:before {
	width: 36px;
	height: 34px;
	margin: 0 20px 0 0;
}

.line-btn:before {
	width: 37px;
	height: 37px;
	margin: 0 20px 0 0;
}


.sub-title01 {
    font-size: 20px;
}


/*===========================================================
下層カバー
===========================================================*/

/*===========================================================
パンくず
===========================================================*/

.bread-box {
	font-size: 14px;
}

/*===========================================================
inner
===========================================================*/

.in-wrapper {
    padding: 150px 0;
}

.in-top-wrapper {
    padding: 110px 0 150px;
}

/*===========================================================
お知らせ
===========================================================*/

.news-area section {
    gap: 40px 83px;
}

/*===========================================================
髪育プログラム・よもぎ蒸し共通
===========================================================*/

.service-area01 {
    margin: 100px 0 0 0;
}

.service-text-box01 {
    margin: 40px 0 0 0;
}

.service-area02 {
    max-width: 1100px;
    width: 68.8%;
}

.service-arrow:before {
    max-width: 184px;
    width: 16.5%;
    height: 116px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */