@charset 'utf-8';

/*
 * リセット
 */
body,header,footer,section,article,div,p,ul,ol,li,h1,h2,h3,h4,h5,h6,a,figure,figcaption,img,table,tr,th,td,dl,dt,dd{
  margin:0;
  padding:0;
  box-sizing:border-box;
}
h1,h2,h3,h4,h5,h6,th{font-weight:normal;}
/*
 * 共通
 */
body{
  font-family:Hiragino Kaku Gothic ProN, Meiryo, Yu Gothic, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height:1.4;
  -webkit-text-size-adjust: 100%;
}
img{
  max-width:100%;
  vertical-align:top;
}
.img2x{width:100%;}
a{text-decoration:none;}
.link-hover{transition:opacity .2s ease;}
.link-hover:hover{opacity:.8;}
ul{list-style:none;}
.align-left{text-align:left;}
.align-center{text-align:center;}
.align-right{text-align:right;}
.v-top{vertical-align:top;}
.v-middle{vertical-align:middle;}
.v-bottom{vertical-align:bottom;}

.font14{font-size:14px;}
.font16{font-size:16px;}
.font18{font-size:18px;}
.font21{font-size:21px;}
.bld{font-weight:bold;}

.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}

.mt15{margin-top: 15px;}
.mt50{margin-top: 50px;}

.pd20{padding: 20px 0;}
.pd10{padding: 10px 0;}


.tbl{display:table;}
.row{display:table-row;}
.col,.col-l,.col-c,.col-r{display:table-cell;}
.ib{display:inline-block;}

.flex-container{display:flex;}
.flex-between{justify-content:space-between;}
.flex-center{justify-content:center;}
.flex-m10{margin-left:-10px;margin-right:-10px;}
.flex-m10 .flex-item{padding-left:10px;padding-right:10px;}

.wrapper{
  max-width:948px;
  padding:0 10px;
  margin:0 auto;
}
.container{
  max-width:772px;
  margin:auto;
}

iframe{border:0;}

.attention{
  text-indent:-1em;
  padding-left:1em;
  display:inline-block;
 text-align: left;	
}
.attention:before{content:'\203B';}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* パソコンで見たときは"pc"のclassが表示される（テーブル） */
.pc-tb { display: table-cell !important; }
.sp-tb { display: none !important; }


/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 560px) {
    .pc { display: none !important; }
    .sp { display: block !important; }

    /* パソコンで見たときは"pc"のclassが表示される（テーブル） */
    .pc-tb { display: none !important; }
    .sp-tb { display: block !important; }
}

@media screen and (min-width: 560px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 560px){   
  .pc { display:none; }
  .sp { display:block; }
}

/* ヘッダー
----------------------------------------- */
.slider-outer{position:relative;}

.h-nav{
	position: absolute;
	top:0;
	right:0;
	z-index: 10001;
}

.logo{
  width:42.4%;
  height:84%;
  margin:auto;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:10000;
}
.bx-wrapper{
  border:0;
  box-shadow:none;
}
/* コンテンツ
----------------------------------------- */
.bg-cream{
  background:#FEF4D7;
  padding-bottom:45px;
}
.bg-yellow{
  background:#bce1df;
  padding:35px 0 30px;
}
.bg-brown{
  background:#412210;
  padding:25px 0 30px;
}
.btn-reserve{margin-bottom:15px;}
.small-txt{font-size:14px;}
/* タイトル */
.section-ttl01,
.section-ttl02,
.section-ttl03{
  background:linear-gradient(to bottom, transparent 92%, #000 92%, #000 95%, transparent 95%, transparent 99%, #000 99%, #000 100%);
  padding-bottom:18px;
	
}
.section-ttl01{margin-bottom:36px;}
.section-ttl02{margin-bottom:23px;}
.section-ttl03{margin-bottom:33px;}

.menu-ttl{
	font-size: 17px;
	font-family: 'Montserrat', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin: 60px 0 30px;
	text-align: center;
	}

p.menu-tx{
	/*font-size: 22px;*/
	/*font-family:'M PLUS Rounded 1c' ,'Montserrat', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
	font-weight: bold;
	 display: block;
  /* width: 1lh;
  height: 1lh; */
}

.op-menu{
	padding-left: 35px; 
    font-weight:bold;
    background: url("../images/nikukyu.png") no-repeat left top;
	margin-bottom: 5px;
	}


.under {
  background: linear-gradient(transparent 50%, #d6d6d6 50%);
  }

/* SHAMPOO & TRIMMING */
.course-flex .flex-item:first-child{flex:89%;}
.course-flex .flex-item:last-child{flex:69%;}

.discount {
  text-align: center;
}
.discount ul{
  background-color: rgba(65, 34, 16, 0.601);
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  padding: 1em 3em;
}
.discount li {
  list-style-type: square;
  text-align: left;
}
.counseling_arrow{
  text-align:center;
  margin-top:10px;
  margin-bottom:20px;
  position:relative;
}
.counseling_arrow:before{
  content:'';
  width:0;
  height:0;
  border:66px solid transparent;
  border-top:47px solid #bce1df;
  border-bottom:0;
  margin:auto;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
.counseling_arrow p{
  font-size:21px;
  font-weight:bold;
  position:relative;
}
.box-yellow{
  background:#bce1df;
  padding:10px;
}
.box-yellow p{line-height:1.6;text-align: center;}

/* HOT BATH */
.onsen-tbl{margin-bottom:15px;}
.onsen-tbl .col-l{padding-right:35px;}
.onsen-tbl .col-r{
  width:47.2%;
  /*text-align:right;*/
}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #412210;
  border: solid 2px #412210;
  border-radius: 3px;
  transition: .4s;
  font-weight:700;	
}

.btn-flat-border:hover {
  background: #412210;
  color: white;
	font-weight:700;
}

/* OPTION */
.lino-outer{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.lino-l{
	flex-basis: 38%;
}
.lino-r{
	flex-basis: 58%;
}

.nano-outer{
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
}
.nano-l{
	flex-basis: 58%;
}
.nano-r{
	flex-basis: 38%;
}

.nano2-l{
	flex-basis: 48%;
}
.nano2-r{
	flex-basis: 48%;
}

/* HOTEL */
.hotel-tbl{
  max-width:780px;
  width:100%;
  margin-left:auto;
  margin-right:auto;
  table-layout:fixed;
}
.hotel-tbl .col-l{width:47.2%;}
.hotel-tbl .col-r{
  text-align:right;
  padding-left:20px;
}

.kome{
	margin: 15px 0 0 0;
    padding: 0;
    text-indent: -1.0em;
    padding-left: 1.0em;
}

.mess-ttl{
	font-weight: bold;
	font-size: 21px;
	text-align: center;
	margin-bottom: 20px;
}
.mess-area{
	margin: 0 auto;
	padding: 10px 40px 40px;
}

.hotel-p{text-align: center;}	

.closed_notes{
  max-width: 774px;
  width: 100%;
  background-color: red;
  padding: 0.8em 1em;
  margin: 0 auto 25px;
}
.closed_notes p{
  color: #fff;
  /* font-size: 30px; */
  font-size: clamp(20px, 2.5vw, 26px);
  letter-spacing: 0.08em;
}

/* ご挨拶 */
.greeting-area{padding:40px 0 45px;}
.greeting-container{
  max-width:780px;
  padding:0 10px;
  margin-left:auto;
  margin-right:auto;
}
.greeting-area .flex-container{
  max-width:920px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:35px;
}
.greeting-area .flex-item{
  padding:0 8px;
  flex:100%;
}
.greeting-area p{
  line-height:1.6;
  margin-bottom:20px;
}
.owner{
  max-width:850px;
  text-align:right;
  padding:0 10px;
  margin-left:auto;
  margin-right:auto;
}

/* フッター
----------------------------------------- */
footer{color:#fff;}
.foot-tel{
  font-size:25px;
  font-weight:bold;
}
.shop-info-txt{font-size:16px;}
.foot-flex .salon-info{flex-basis:440px;}
.foot-flex .fb{
  flex-basis:48%;
  padding-left:5%;
  overflow:hidden;
}

.info-row {
  display: flex;
  flex-direction: row;
}
/* ==================================================================================

  768px以下

================================================================================== */
@media screen and (max-width:768px){
  .font14{font-size:12px;}
  .font16{font-size:14px;}
  .font18{font-size:16px;}
  .font21{font-size:18px;}
  
/* ヘッダー
----------------------------------------- */
  .logo{
    width:318px;
    height:227px;
  }
  .slide-img{font-family:'object-fit:cover; object-position:50% 50%;'}
  .slide-img_right{font-family:'object-fit:cover; object-position:100% 50%;'}
  .main-slider img{
    width:100%;
    height:270px;
    object-fit:cover;
    object-position:50% 50%;
  }
  .main-slider li:nth-child(1) img{
    font-family:'object-position:100% 50%;'
    object-position:100% 50%;
  }
/* コンテンツ
----------------------------------------- */
  .btn-reserve{margin-bottom:30px;}
/* ご挨拶 */
  .onsen-tbl .col-l{padding-right:20px;}
/* フッター
----------------------------------------- */
  .foot-tel{font-size:22px;}
  .shop-info-txt{font-size:14px;}
  .small-txt{font-size:12px;}
}
/* ==================================================================================

  640px以下

================================================================================== */
@media screen and (max-width:640px){
  .font16{font-size:13px;}
  .font18{font-size:14px;}
  .font21{font-size:16px;}
  
/* ヘッダー
----------------------------------------- */
  .logo{
    width:230px;
    height:162px;
  }
  .main-slider img{
    width:100%;
    height:200px;
    object-fit:cover;
    object-position:50% 50%;
  }
  .main-slider li:nth-child(1) img{object-position:100% 50%;}
  .main-slider li:nth-child(2) img{object-position:50% 50%;}
/* コンテンツ
----------------------------------------- */
  .onsen-tbl.tbl,
  .onsen-tbl .col-l,
  .onsen-tbl .col-r{
    display:block;
    width:100%;
    padding-right:0;
  }
  .onsen-tbl .col-l{margin-bottom:20px;}
  /*.onsen-tbl .col-r{text-align:center;}*/
	
.box-yellow p{text-align: left;}
	.hotel-p{text-align: left;}	
	
.lino-outer{
	display: block;
	margin-bottom: 10px;
}
.lino-l{
	width:100%;
}
.lino-r{
	width:100%;
}	
	
.nano-outer{
	display: block;
	margin-bottom: 10px;
}
.nano-l{
	width:100%;
}
.nano-r{
	width:100%;
}
.nano2-l{
	width:100%;
	margin-bottom: 15px;
}
.nano2-r{
	width:100%;
}	
/* フッター
----------------------------------------- */
  .foot-flex.flex-container{display:block;}
  .foot-flex .salon-info{
    max-width:500px;
    margin:auto;
  }
  .foot-flex .fb{
    text-align:center;
    padding-left:10px;
    margin-bottom:30px;
  }
}

/* 料金表テーブル
----------------------------------------- */

.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #d3d3d3;
}
.cp_table thead th {
	padding: 10px 15px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background: #d3d3d3;
    color: #000;
}
.cp_table thead th:last-child {
	border-right: 1px solid #d3d3d3;
}
.cp_table tbody th {
	padding: 10px 15px;
    vertical-align: top;
    /* border-bottom: 1px solid #ffffff; */
    /* background: #dddddd; */
    white-space: nowrap;
    border-bottom: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    background: #ffffff;
	text-align: left;
}
.cp_table tbody tr:last-child th {
	border-bottom: 1px solid #d3d3d3;
}
.cp_table tbody td {
	padding: 10px 15px;
	vertical-align: top;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	background: #ffffff;
	}

.no-coment{
	display: block;
    position: absolute;
    width: 34px;
    height: 2px;
    left: 12px;
    background: #555;
    /*-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;*/
}

@media only screen and (max-width:480px) {
	

	
	.cp_table thead {
		display: none;
	}
	.cp_table tbody th {
    display: block;
    background: #d3d3d3;
    color: #000;
}
	.cp_table tbody td {
		display: block;
		padding: 10px 5px;
	}
	.cp_table tbody td::before {
		font-weight: bold;
		float: left;/*上のth要素が長い場合こちらを解除すると1段落下り見やすくなります*/
		padding: 0.5em 0;
		content: attr(label);
	}
	.cp_table tbody td p {
		padding: 0.5em 0 0 1em;
    margin: 0;
	}


.closed_notes p{
  font-size: 20px;
}
}