@charset "UTF-8";
/* CSS Document */


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;	
}
body {
	 font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 2;  
    
}


.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg15{
	margin-bottom: 15px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg5{
	margin-bottom: 5px !important;
}
.mg0{
	margin-bottom: 0 !important;
}

.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}

.info_wrap{
	background-color: #fff;
	padding: 40px 30px;
	border-radius: 10px;
}
@media (max-width: 750px){
	.info_wrap{
		padding: 30px 15px;
	}
}


	.h100{
height: 100px;		
	}
	.h50{
height: 50px;		
	}
	.h30{
height: 30px;		
	}	
	.h20{
height: 20px;		
	}
	.h10{
height: 10px;		
	}


a{
	text-decoration: none;	
}
li{
	list-style-type: none;
}

section{
padding: 100px 0;    
}
.en1{
font-family: "Cormorant SC", serif;
font-weight: 400;
font-style: normal;  
}
.en2{
 font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;    
    
}
.center_box{
  width: -moz-fit-content;
width: fit-content;  
margin: 0 auto;
display: block;   
}

.headline{
font-size: 1.5rem;
text-align: center;  
position: relative;
font-weight: 500;
color: #7f6251;    
}
.headline::after{
content: "";    
position: absolute;
top: 50%;
left: 50%;
width: 80px;
height: 80px;
background:url("../img/illust1.png");
background-size: contain;
background-position: center;
background-repeat: no-repeat;    
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);    
z-index: -1;    
opacity: 0.3;    
}
.text-shadow {
text-shadow: 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff;   
    }
.text1{
font-size: 1rem;  
}
.text1 strong{
font-size: 1.5rem;    
font-weight: 400;
}
.text2{
font-size: 1.3rem;    
}
.text_c{
text-align: center;
}
.kome{
color: #B87492; 
display: block;    
}
.sp_l{
      text-align: center;
    }

.tb_l{
      text-align: center;
    }

.background1{
width: 100%;
position: relative;
}
.background1::after{
content: ""  ;  
position: absolute;
width: 100%;
height:100%;
background: rgba(184,141,116,0.1);
top: 0;
left: 0;    
z-index: -1;    
}
.background2{
width: 100%;
height: auto;   
background: rgba(255,255,255,0.5);	 
}

.background3{
background:url("../img/background4.jpg");
background-size: cover;
background-position: center;
background-attachment: fixed;    
}

.flex-box1{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:center;    
}
.flex-box2{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:center;    
}
.flex-box3{
width: 100%;
flex-wrap:wrap;    
display: flex;    
justify-content:flex-end;    
margin: 0;    
}
.flex-box4{
width: 100%;
flex-wrap:wrap;    
display: flex;    
justify-content:flex-start;      
}
/*TOPスライダー*/

.slider{
width: 99%;
  height:98%; 
    overflow: hidden!important;
margin:.5% auto;   
border-radius: 10px; 
z-index: 1;   
display: block;
overflow-x: hidden;    
}
.slider-box:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
width: 100%;
  height:100%;
    background: rgba(116,184,141,0.3);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);    
	z-index: 1;

}

.slider-box{
    width: 100%;
     height:100vh; 
	position: relative;
}
.slider-box .slider_text1{
font-size: 1rem;
position: absolute;
bottom:150px;
left: 2%;    
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
color: #fff;    
letter-spacing: 0.1rem;    
	z-index: 9;
}
.slider-box .slider_text2{
font-size: 1rem;
position: absolute;
bottom:120px;
left:2.5%;    
color: #fff;    
letter-spacing: 0.1rem;    
	z-index: 9;    
}

.text_img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  max-width:600px;
  width: 70%;    
  text-align: center;
 z-index: 8;    
animation: fadeInOut 3s forwards;    
filter: drop-shadow(2px 2px 10px #333);    
}
.text_img img{
width: 100%;    
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
    
  }  
  50% {
    opacity:0.5;
  } 
  100% {
    opacity: 1;
  }    
}
@keyframes fadeIn1 {
  0% {
    transform:scale(1);
  }  

  50% {
     transform:scale(1.1);  
  }
   100% {
     transform:scale(1);  
  }     
}   
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:150px;
	right: 50px;
    z-index: 8;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:5px;
	bottom:20%;
    /*テキストの形状*/
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.1rem;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;

}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-1px;
    /*丸の形状*/
	width:3px;
	height:90px;
	background:#fff;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:190px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:1px;
	height:200px;
	background:#fff;

}

.loading_text{
	position: absolute;
    text-align: center;
	z-index: 3;
}
.loading_text p{
	font-size: 10vh;
    line-height: 1.4;
    letter-spacing: 0.05em;
    transform: translateY(-10%);
    font-family: "halogen", sans-serif;
	font-weight: 700;
 background: linear-gradient(180deg, #aeaeae, #aeaeae 30%, #dcdcdc);
  background: -webkit-linear-gradient(0deg, #aeaeae, #aeaeae 30%, #dcdcdc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.loading_text1{
    left: 0;
    bottom: 8%;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
	animation: text_apper1 1.6s ease-in-out;
    
}
.loading_text1 p{
    font-size: 9vh;
}
.loading_text2{
    left: 2%;
    bottom: 0;
	animation: text_apper2 1.6s ease-in-out forwards;
	animation-delay: 0.4s;
	opacity: 0;
}
.loading_text2 p{
    font-size: 5vh;
}
@keyframes text_apper1{
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
		transform: translateY(-10%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes text_apper2{
	0% {
		opacity: 0;
        transform: translateX(-10%);
	}
	50%{
		opacity: 0;
		
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}


.overwrap{
	overflow: hidden;
}

.ani_text{
}
.ani_text{
	display: block;
	opacity: 0;
	transform: translate(10px,10px);
	transition: transform 1s cubic-bezier(.42,0,.58,1), opacity 1s cubic-bezier(.42,0,.58,1);
}
.ani_text.inview{
	opacity: 1;
	transform: translate(0,0);
}
.ani_text:nth-of-type(1){
	transition-delay:.2s;
}
.ani_text:nth-of-type(2){
	transition-delay:.4s;
}
.ani_text:nth-of-type(3){
	transition-delay:.6s;
}
.ani_text:nth-of-type(4){
	transition-delay:.8s;
}
.ani_text:nth-of-type(5){
	transition-delay:1s;
}
.ani_text:nth-of-type(6){
	transition-delay:1.2s;
}
.ani_text:nth-of-type(7){
	transition-delay:1.4s;
}
.ani_text:nth-of-type(8){
	transition-delay:1.6s;
}
.ani_text:nth-of-type(9){
	transition-delay:1.8s;
}
.ani_text:nth-of-type(10){
	transition-delay:2s;
}
.ani_text:nth-of-type(11){
	transition-delay:2.2s;
}
.ani_text:nth-of-type(12){
	transition-delay:2.4s;
}
.ani_text:nth-of-type(13){
	transition-delay:2.6s;
}
.ani_text:nth-of-type(14){
	transition-delay:2.8s;
}
.ani_text:nth-of-type(15){
	transition-delay:3s;
}
@media (max-width: 750px){
	.ani_text{
		transition-delay: 0s !important;
	}
}



/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(5px);
	transition: opacity 1.2s, transform 1.2s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}

.flowup2{
	opacity: 0;
	transform: translate(-10%, 10%);
	transition: opacity 1.6s, transform 1.6s;
}
.flowup2.inview{
	opacity: 1;
	transform: translate(0, 0);
}
.flowup3{
	opacity: 0;
	transform: translate(0, 10%);
	transition: opacity 1.6s, transform 1.6s;
	transition-delay: 0.2s;
}
.flowup3.inview{
	opacity: 1;
	transform: translate(0, 0);
}
.flowup4{
	opacity: 0;
	transform: translate(10%, 10%);
	transition: opacity 1.6s, transform 1.6s;
	transition-delay: 0.4s;
}
.flowup4.inview{
	opacity: 1;
	transform: translate(0, 0);
}
@media (max-width: 960px){
	.flowup2{
		transition-delay: 0s !important;
	}
	.flowup3{
		transition-delay: 0s !important;
	}
	.flowup4{
		transition-delay: 0s !important;
	}
}

.grayscale{
	transition: 0.2s;
	transition-delay: 0.6s;
}
.grayscale.inview{
	filter: grayscale(100%);
}

.marker {
    background: linear-gradient(transparent 50%, rgba(184,141,116,0.3) 50%);
}

/*パンクズ */
.breadcrumb {
position: absolute;
bottom: 3%;
left: 3%;    
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
font-size: 0.8rem;
color: #fff; 
text-shadow: 1px 1px 10px #26382C;    
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
color: #fff;
text-shadow: 1px 1px 10px #26382C;     
}

.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb .item_text{
color: #fff;    
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.midashi_b{
margin-bottom: 50px;    
}
.midashi_lg h2{
width: 100%;     
font-size: 1rem;		
text-align:center;	   
color: #74B88D;  
line-height: 1.5; 
font-weight: 400;
}
.midashi_lg .strong{
font-size: 3.5rem;		
color: #74B88D;   
display: block;    
text-align: center;  
font-family: "Cormorant SC", serif;
font-weight: 400;    
position: relative;    
}

.midashi_lw h2{
width: 100%;     
font-size: 1rem;		
text-align:left;	   
color: #ffff;  
line-height: 1.5; 
font-weight: 400;
}
.midashi_lw .strong{
font-size: 3.5rem;		
color: #fff;   
display: block;    
text-align: left;  
font-family: "Cormorant SC", serif;
font-weight: 400;      
}
.midashi_lb h2{
width: 100%;     
font-size:0.8rem;		
text-align:center;	   
color: #333;  
line-height: 1.5; 
font-weight: 400;
}
.midashi_lb .strong{
font-size: 1.5rem;		
color: #333;   
display: block;    
text-align: center;  
font-family: "Cormorant SC", serif;
font-weight: 400;      
}

.midashi_c h2{
width: 100%;     
font-size: 1rem;		
text-align:center;	   
color: #333;  
line-height: 1.5; 
font-weight: 400;
}
.midashi_c .strong{
font-size: 3.5rem;		
color: #74B88D;  
display: block;    
text-align: center;  
font-family: "Cormorant SC", serif;
font-weight: 400;    
position: relative;
}
.midashi_c .strong::after{
content: "";
position: absolute;
bottom: 5px;
left: 50%;
background: #B88D74;
height: 2px;
width: 50px;   
-webkit-transform : translateX(-50%);
transform : translateX(-50%);      
}
.container {
max-width: 1400px;
 width: 95%;   
display: block;
margin: 0 auto;
}
.inner-box{
max-width: 1000px;
width: 95%;
display: block;
margin: 0 auto;
}
.top_wrapper{
width: 100%;   
position:absolute;
top:50px; 
left: 0;
z-index: 10;
transition: all 0.5s;	
}
.top_menu{
width: 100%;
height: 100px;    
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;    
}

.top_menu .logo{
width:200px;
transition: all 0.5s;    
padding-left: 20px;   
position: relative;
z-index: 10;    
}
.top_menu .logo img{
width:100%;	
display: block;
margin: 0 auto;
}

.top_nav{
width: 850px;
display: flex;  
 justify-content:flex-end;    
text-align: center;    
flex-wrap:wrap;    
}

.m1{
width: 550px;   
line-height: 100px;
}



/*==ナビゲーション全体の設定*/
.m1 nav{

}
/*ナビゲーションを横並びに*/
.m1 nav ul{
  list-style: none;
  display: flex;
  justify-content:flex-start;
}

.m1 nav ul li{
  position: relative;
white-space:nowrap;
margin-right: 20px;      
}

/*ナビゲーションのリンク設定*/
.m1 nav ul li a{
  display: block;
  text-decoration: none;
  color: #FFF;
  transition:all .3s;
    font-size:1em;
    text-shadow: 1px 1px 10px #333;
}

.m1 nav ul li a:hover{
opacity: 0.8;    
text-decoration: transparent;    
}

/*===ボタン===*/
.b_center{
display: block;
margin: 0 auto;
text-align:left;
}
.b_left{
display: block;
margin: 0 ;
text-align: left;
}
.button{
/*矢印と下線の基点とするためrelativeを指定*/
position: relative;
/*形状*/
display: block;
padding-right: 1rem;
max-width: 200px;    
width: 75%;    
color: #B88D74;
text-decoration: none;
outline: none;
font-size: 1.3rem;    
font-family: "Cormorant SC", serif;
font-weight: 400; 
text-align: center;
}
.button span{
 border:1px solid rgba(184,141,116,0.2); 
display: block; 
 transition: all .3s;  
 width: 40px;
height: 40px;
position: absolute;
top: 50%;
left: 50%;    
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%); 
border-radius: 50px;    
    
}
/*矢印と下線の形状*/
.button::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
  position: absolute;
    top:53%;
    right:2px;
    /*下線の形状*/    
    width: 25%;
    height: 1px;
  background:#B88D74;
    /*アニメーションの指定*/
    transition: all .3s;
}
.button::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top:42%;
    right:0px;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
  background:#B88D74;
    transform: rotate(33deg);
    /*アニメーションの指定*/
    transition: all .3s;
    
}
.button:hover span{
background: rgba(184,141,116,0.2); 
 border:1px solid rgba(184,141,116,0.2);    
 width: 50px;
height: 50px;    
}
/*hoverした際の移動*/
.button:hover::before{
    right:-4%;
}

.button:hover::after{
    right:-5%;
}

/*====ご挨拶===*/

.greeting-box{
width: 100%;
margin-bottom: 80px;
position: relative;
}
.greeting-box::after{
content: ""  ;  
position: absolute;
width: 98%;
height: 98%;
background: rgba(184,141,116,0.1);
top: 1%;
left: 1%;    
z-index: -1;  
border-radius: 10px;    
}
.greeting{
width: 100%;
position: relative;
}
.greeting-text{
position: absolute;
top: 50%;
left:50%;    
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);  
width: 55%;   

}
.greeting-text p{
color: #fff;
}

/*===共通===*/

.item-box{
width: 100%;
display: block; 
position: relative;
overflow: hidden;	    
}

.item-t1{
width: 50%; 
padding:0 1%; 
}
.item-p1{
position: absolute;
height: calc(900px + 28px);
top: -94px;
left: 0;
width: 50%;
margin-top: 0;
margin-bottom: 9px;
z-index: 9;    
}
.item-p1 img{
width: 100%;
max-height: 600px; 
display: block;    
}
.item-p2{
width: 100%;
background:url("../img/background2.webp");
background-size: cover;
background-position: center;
background-attachment: fixed;
height: 450px;  
margin-bottom: 150px    
}

.item-t3{
margin: 50px 0 0 calc(50% - 15px);
height: 450px; 
position: relative;
z-index: 2; 
background: #fff;    
border-radius: 10px;    
}
.item-t3_text{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);   
width:85%;    
}

.item3{
 width: 100%;
position: relative;
margin-bottom: 30px; 
    
}
.item-p3{
position: absolute;
top: -90px;
left: 0;
max-width: 50%;  
z-index: 3;     
}
.p3_illust{
position: absolute;
bottom: -100px;
left: 0;
width:200px; 
z-index: 30;    
}
.item-p3 .p3_img{
width: 100%; 
border-radius: 10px;     
}
.item4{
width: 100%;
max-height: 1000px;  
min-height: 800px;
position: relative; 
}
.item-t4{
width:100%;    
background:url("../img/illust5.png");
background-size:contain;
background-position: center;
background-repeat: no-repeat;
height: 90%; 
position: absolute;
top: 50%;
left: 50%;
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);   
z-index: 2;   
margin:0 auto;
object-fit: contain;    
}
.item-t4_titl{
font-size: 1.5rem;
color: #74B88D;
text-align: left;
border-bottom: 1px solid #74B88D;
position: relative;
}
.item-t4_titl::after{
content: "HEAD SPA";    
position: absolute;
top: -3.5rem;
left: 0;
color: rgba(116,184,141,0.2); 
font-size: 3rem;
z-index: -1;   
font-family: "Cormorant SC", serif;  
    
}
.item-t4_text{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);   
max-width:500px;
padding:0 2%;    
}
.item5{
background: #74B88D;
padding: 1rem;   
border-radius: 10px;    
}
.item-t5{
width: 50%; 
text-align:center;   
color: #fff;    
}
.item-p5{
width: 50%;  
min-height:200px; 
overflow: hidden; 
position: relative;
}
.item-p5 img{
width: 100%; 
height: 100%;
object-fit: cover;
display: block;    
position: absolute;
top: 50%;
left: 50%;
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);      
}
/*====サービス===*/
.service_box{
max-width: 900px;
width: 100%;    
display: flex;   
flex-wrap:wrap;
justify-content:flex-start; 
margin: 0 auto;
position: absolute;
bottom: 50px;  
left: 50%;  
-webkit-transform : translateX(-50%);
transform : translateX(-50%);     
}
.service{
 width:calc(100% / 2 - 20px);   
margin: 10px;    
background: #fff;
border: solid #eee 1px; 
border-radius: 10px;  
padding: 30px;   
  display: flex;
  flex-direction: column;    
}
.service img{
 width: 100px;
height: 100px;
object-fit: cover;
border-radius: 50px;  
display: block;  
margin: 0 auto 1rem;
}
.service .st_box{
margin-bottom: 2rem; 
  flex-grow: 1;  
    
}
.st_titl{
font-size: 1rem;
background: #74B88D;
padding: 0.5rem 1rem;   
color: #fff;  
margin-bottom: 1rem;   
text-align: center;
border-radius: 30px;   
display: block;
font-weight: 400;
}
/*====全ページ共通フッターメニュー===*/
footer{
width: 100%;
display:block;
text-align: center;	   
}
footer .footer-box{
height:auto; 
width: 100%;    
display: block;   
}
footer .footer-box .footer-back{
padding: 50px 0!important;     
width: 100%; 
background:url("../img/background1.webp");
background-position: center;
background-size: cover;   
background-attachment: fixed;    
padding: 2% 0  0;  

display: block;    
}
.f_con-box{
max-width: 700px;
width: 98%;
display: flex;
flex-wrap:wrap;
justify-content:space-around;
align-items:center;    
margin: 3rem auto;
background: #fff;
border-radius: 10px;
padding: 2rem;       
}
.con-text{
font-size: 1.5em;
text-align:center;
color: #fff;     
}
.f-contact{
width:50%;   
}
.f-address{
padding: 100px 0;    
max-width: 400px;
width: 100%;    
}
.f-address img{
max-width: 200px;
width: 40%;    
display: block;
margin: 0 auto;
}
.f-con{
width:100%;
margin: 1rem;    
}
.f-con a{
display: block;  
color: #333;
transition: all 1s;    
letter-spacing: 1px;
text-align: center;
position: relative;   
}

.f-con a::after{
content: "";  
position: absolute;
bottom: 0;
left: 0;
width: 100%;    
border-bottom: solid 1px #999;    
}
.f-con a:hover{
opacity: 0.7;
text-decoration: transparent;    
}
.f-con p{
color: #333;    
letter-spacing: 1px;    
    text-align: center;
position: relative;      
}
.f-con p::after{
content: "";  
position: absolute;
bottom: 0;
left: 0;
width: 100%;    
border-bottom: solid 1px #999;    
}
.f-con_size1{
 font-size: 1rem;    
} 
.f-con_size2{
 font-size: 1.3rem;    
} 
.f-con i{
 font-size: 1.3rem;    
}
.fb{
width: 210px;
margin-right: 15px;     
}
.map_button{
background: #74B88D;
border-radius: 3px;  ;    
color: #fff; 
display: block;   
width: 200px;  
padding: 0.5rem;  
margin: 0.5rem auto;  
transition: all 0.5s;    
}
.map_button:hover{
opacity: 0.8;    
}
.f_banner{
width: 200px;           
background: #fff;
border-radius: 3px;    
color: #40993d; 
display: block;
border: 1px #40993d solid;
margin: 0.5rem auto;   
padding: 0.5rem;     
}
.f_banner img{
width: 100%;    
}
.f_sns{
background: #74B88D;
border-radius: 3px;    
color: #fff; 
display: block;   
width: 200px;   
padding: 0.5rem; 
margin: 0.5rem auto;  
transition: all 0.5s;     
}
.f_sns:hover{
opacity: 0.8;    
}
footer .copyright small{
text-align: center;	
color:#333;
padding:1% 0;
display: block;	
font-size: 0.8em;  
}
.f-menu{
width: 50%;  
}
.f-menu nav{
width: 100%;    
margin-bottom: 1rem;    
}
/*ナビゲーションを横並びに*/
.f-menu nav ul{
  list-style: none;
  display: flex;
  justify-content:flex-end;
}

.f-menu nav ul li{
  position: relative;
white-space:nowrap;
margin-right: 20px;      
}

/*ナビゲーションのリンク設定*/
.f-menu nav ul li a{
  display: block;
  text-decoration: none;
  color: #333;
  transition:all .3s;
    font-size:1em;
}

.f-menu nav ul li a:hover{
opacity: 0.8;    
text-decoration: transparent;    
}
/*========= ヘッドスパ ===============*/
.hp_text{
background:#fff;
padding: 3px;
color:#74B88D; 
border-radius: 3px;
font-size: 0.8rem;    
font-weight: 600;    
}
/*========= 雑貨・アパレル ===============*/
.apparel{
 width:calc(100% / 4 - 20px);
margin: 10px;  
padding:2rem 20px 20px;  
position: relative;
background: rgba(184,141,116,0.1);    
border-radius: 10px;    
}
.apparel_titl{
font-size: 1rem; 
position: absolute;
top: 5px;
left:5px;
background: #74B88D;
border-radius: 3px;
padding: 2%;    
color:#fff;    
}
.apparel img{
width: 100%; 
border-radius: 10px;   
margin-bottom: 10px;    
}
/*========= 取扱商品 ===============*/
.product{
 width:calc(100% / 2 - 20px);
margin: 10px;  
padding:2rem 20px 20px;  
position: relative;
background: rgba(184,141,116,0.1);    
border-radius: 10px;    
}
.product_titl{
font-size: 1rem; 
background: #74B88D;
border-radius: 3px;
padding: 2%;    
color:#fff;    
}
.product_img{
width: 38%; 
padding: 4% 0;    
}
.product_table{
 width: 60%;    
}
.product_img img{
width: 100%;
display: block;
}
.product_table table{
width: 100%;  
border-spacing: 0;   
background: #fff;
padding: 0.5rem;  
border-radius: 5px;    
}
.product_table table th{
width: 30%;    
border-bottom: solid 1px #74B88D;
padding: 1%;   
font-weight: 400;
font-size: 0.8rem;    
}
.product_table table td{
width: 70%; 
border-bottom: solid 1px #eee;   
padding: 1%; 
font-size: 0.8rem;      
}
/*========= 店舗情報 ===============*/
.table{
   width: 100%; 
}
.table table{
width: 100%;   
border-spacing: 0;    
}
.table table th{
width: 30%; 
padding: 1rem; 
border-bottom: solid 1px #999;
font-weight: 400;
}
.table table td{
width: 70%;  
padding: 1rem;
border-bottom: solid 1px #999;    
}
.c-tf{
width: 100%; 
margin: 0 auto;    
position: relative;
padding:5rem 1rem;    
}
.c-tf::after{
width: 100%;
height: 100%;
object-fit: cover;    
background: url("../img/background3.webp");
background-size: cover;
background-position: center; 
position: absolute;
content: "";
top: 0;
left: 0;    
}
.c-box{
max-width: 500px;
width: 100%;    
margin: 0 auto; 
position: relative;
z-index: 1;  
background: rgba(255,255,255,0.9);   
padding: 1rem; 
border-radius: 10px;     
}

.c-box a{
width: 100%;     
font-size: 2.5rem;
transition: all 0.5s;	 
display: block;       
text-align:center;
color: #74B88D;     
transition: all 0.5s;	    
}
.c-tf:hover a{
opacity: 0.7;  
}

.c-box .tel_time{
font-size:0.9rem; 
display: block;  
color: #333; 
text-align: center;    
font-weight: 500;  
margin-top: 1%;    
}
.c-box .tel_time-titl{
   background: #74B88D;
    padding:0 1px;
    color: #fff;
    display: block;
    text-align: center;
    width: 80px;
    margin: 0 auto 5%;
}
.m-brder{
border-right: 2px solid #eee;
}


.con-text2{
font-size: 1em;  
color: #fff;     
}
.con-text2 .small{
font-size: 0.9em;
color: #fff; 
display: block;
}
.contact-wrapper{
width: 100%;	
}


form{
	width: 100%;
	text-align: center;
}
.checkbox_text{
line-height: 1.75;
color: #595757;	
}
.mailform{
width: 100%;   
padding: 1rem;    
}
.mailform table{
width: 100%;    
 
}
.fm-text .text1 .text_b{
	color:#B88D74;
    font-size:1rem;
    padding:0.5em;
    margin-right: 5px;
    text-align: center;
    font-weight: 500;
}
.mailform table .text_b{
	color:#B88D74;
	font-size:1rem;
	padding:0.5em;
    margin-right: 5px;
    text-align: center;
    font-weight: 400;
}


.mailform table th{
	font-size: 1rem;
	text-align: left;
	padding-left: 2%; 
    border-bottom: 1px dotted #555;
    font-weight: 400;
}

.mailform table td{
font-size: 1rem;
padding: 2% 1%;
width: 70%; 
border-bottom: 1px dotted #555;   
text-align: left;
}

.text-y{
width: 50%!important;    
height: 40px!important;    
}
.text{
width: 100%!important;    
}
textarea{
width:100%!important; 
}
.mailform dd p{
	margin-top: 1%;
	font-size:1.1em;
	color:#333;
	letter-spacing: 4px;
	line-height: 1.75;
}

.single p{
	text-align: center;
	color:#333;
}
.fm-text p{
text-align: left;
}
.postcord_btn{
border:1px solid #333; 
padding: 1%;
font-size: 0.9rem;    
background: #333;
color: #fff;   
margin-left: 1rem;
}
.form-button
{
margin: 5% 0;
text-align: center;
}

.form-button button {
    cursor: pointer;
    display: block;
    margin: 0 auto 5px;
    padding: 1rem;
    color: #fff;
    text-align: center;
    width: 250px;
	transition: all 0.5s;	
    border:3px solid #B88D74; 
    font-weight: 700;
    background:#B88D74;
}
.form-button button:hover{
    color:#fff;
    background: #B88D74;
    border:3px solid #fff; 
	text-decoration: transparent;
}
.textarea, textarea, .dropdown {
    border-radius: 2px;
}

input[type=checkbox] + label {
cursor: pointer;  
}

button[type="submit"]{
	font-size:1em;
	padding: 10px;
}

input[type="checkbox"]{
	font-size: 1em;
	margin-left: 2%;
	margin-bottom: 2%; 
}
input[type="text"]{
	height: 40px!important;
	font-size: 1em;
	padding: 10px;
background: rgba(184,141,116,0.1);      
   border-color: light-dark(rgba(118, 118, 118,0), rgba(133, 133, 133,0));        
}
input[type="email"]{
    width: 100%;
	height: 40px;
	font-size: 1em;
	padding: 10px; 
}

textarea{
padding: 10px;	
font-size: 1em;		
background: rgba(184,141,116,0.1);      
border-color: light-dark(rgba(118, 118, 118,0), rgba(133, 133, 133,0));    
}
.mailform .accordion h4{
font-size: 1rem;
text-align: left;
padding-bottom: 3px;	
letter-spacing: 2px;
border-bottom: 1px dotted #999;
padding-left: 1%; 
font-weight: 500;
color: #333;    
}
.mailform .accordion p{
font-size:1rem;
text-align: left;
letter-spacing: 2px;
padding: 1% 0;	
padding-left: 1%; 
color: #333;      
}
.mailform .accordion {
}
.mailform .toggle {
	display: none;
}
label{
cursor: pointer; 
display: inline-block; 
white-space:nowrap;
margin-right: 20px;    
}
.Label {
    font-size: 1rem;
	padding:1%;
	display: block;
    color: #333;
    position: relative;
    margin-right: 0; 
    border-bottom: solid 1px #333;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
    text-decoration: transparent;
    margin-bottom: 1rem;
}
.Label,
.open1 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}
.open1 {		/*本文*/
	height: 0;
	margin-bottom:10px;
	overflow: hidden;
    padding: 0 10px; 

}
.toggle:checked + .Label + .open1 {	/*開閉時*/
	height: auto;
	transition: all .5s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) ;
    text-decoration: transparent;
}


.reserve_info0704{
  text-align: center;
  font-size: 1rem;
  border: 1px dashed #ddd;
}
.reserve_info0704 .tel{
  text-transform: capitalize;
  font-family: "Cormorant SC", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.7;
}
.reserve_info0704 .tel a{
  display: inline-block;
  margin-left: 5px;
  color: #74B88D;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  letter-spacing: 0.05em;
  transition: 0.2s;
}
.reserve_info0704 .tel a:hover{
  opacity: 0.7;
}
@media (max-width: 750px){
  .reserve_info0704 .tel{
    font-size: 1.3rem;
  }
  .reserve_info0704 .tel a{
    font-size: 1.6em;
  }
}

span.ib{
  display: inline-block;
}
.img img{
  display: block;
  width: 100%;
}

.info_flexbox{
	display: flex;
	justify-content: space-between;
}
.info_flexbox .img{
	width: 48%;
}
.info_flexbox .txt{
	width: 48%;
  font-size: 1rem;
}
.f_center{
	align-items: center;
}
@media (max-width: 750px){
	.info_flexbox{
		flex-direction: column;
	}
	.info_flexbox.reverse{
		flex-direction: column-reverse;
	}
	.info_flexbox .img{
		width: 100%;
	}
	.info_flexbox .txt{
		width: 100%;
	}
}


.mini_flex{
	display: flex;
	justify-content: space-between;
}
.mini_flex .img{
	width: 300px;
}
.mini_flex .txt{
	width: calc(100% - 340px);
  font-size: 1rem;
}
@media (max-width: 750px){
	.mini_flex{
		flex-direction: column;
	}
	.mini_flex.reverse{
		flex-direction: column-reverse;
	}
	.mini_flex .img{
		width: 100%;
    margin-bottom: 20px;
	}
	.mini_flex .txt{
		width: 100%;
	}
}


.content_line{
}
.content_line .flex{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
.content_line .flex .box{
  background-color: #fff;
  width: calc(calc(100% / 3) - 10px);
  margin: 0 5px 15px;
  padding: 20px;
  font-size: 1rem;
}
.content_line .flex .box .num{
  color: #74B88D;
  font-family: "Cormorant SC", serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 960px){
  .content_line .flex .box{
    width: calc(calc(100% / 2) - 10px);
    margin: 0 5px 15px;
    padding: 20px;
  }
}
@media (max-width: 750px){
  .content_line .flex .box{
    width: 100%;
    margin: 0 0 15px;
    padding: 20px;
  }
}



.thanks .thanks_txt{
  text-align: center;
}
.thanks .button{
  display: block;
  margin: 0 auto;
}
.thanks .thanks_txt2{
  font-size: 0.8rem;
}
.about_titl{
  font-size:2rem;
  text-align: center;
}