@charset "utf-8";
/* =============================================================================
   非表示
   ========================================================================== */
   #foot_tel{
   	display: none;
   }

/* =============================================================================
   共通
   ========================================================================== */
   body{
   	width: 100%;
/* 	min-width: 1366px; */
letter-spacing: 2;
line-height: 2;
overflow-x: hidden;
font-size: 15px;
}

#container{
	color: #333333
}

#wrapper{}

.sp_br{
	display: none;
}

/* =============================================================================
   各項目共通
   ========================================================================== */
   section {
   	position: relative;
   	width: 100% !important;
   	margin: 0;
   	padding: 0;
   	overflow: hidden;
/*    min-width: 1000px;  */
/*    min-height: 1000px;  */
}

.box{
	margin: 0 auto;
}

.box_left{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.box_right{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

/*MENUを見る*/
.menu_btn{
	clear: both;
	font-size: 18px;
	font-weight: bold;
	font-family: "ヒラギノ明朝","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	letter-spacing: 2px;
	border: 1px solid #151515;
	text-align: center;
	width: 250px;
	margin: 0 auto;
}

.menu_btn a{
	display: block;
	padding: 17px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.menu_btn a:hover{
	transition: all 1s ease 0s;
	background-color: rgba(255,255,255,0.6);
}

/*炭酸パック付*/
.item_01{
	position: absolute;
	margin-left: 30px;
}


/* =============================================================================
   フェイシャルエステ
   ========================================================================== */
   section:nth-of-type(1){
   	background: #FFFFFF;
   	height: 600px;
   }
/* 背景設定 */
#other>div:nth-of-type(1) {
	background: url(../img/other_bg.jpg) no-repeat fixed;
	background-position: 0 0px !important;
	background-size: cover !important;
	margin: 0;
	height: 600px;
	position: absolute;
	width: 100%;
	top: 0;left: 0;
}

#other article{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	display: table;
	width: 50%;
	height: 600px;
}

#other .box{
	max-width: 780px;
	text-align: left;
   padding-left: 30px;
}

#other .title{
	margin: 50px 0 20px;
}

#other h2{
	font-family: "ヒラギノ明朝","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

/* =============================================================================
   ★★★コース共通★★★
   ========================================================================== */
   section#special_treatment{
      background: #FFFFFF;
   }

   #special_treatment{}

   #special_treatment article{
      width: 1000px;
      text-align: center;
      margin: 0 auto;
      padding: 70px 0;
      clear: both;
   }

   #special_treatment .block{
      clear: both;
      margin-top: 80px;
      margin-bottom: 60px;
      overflow: hidden;
   }

   #special_treatment .line{
      width:21%;
      height: 1px;
      background-color: #151515;
      margin-bottom: 8px;
   }

   #special_treatment h2{
      font-size: 25px;
      margin-bottom: 70px;
   }

   #special_treatment h4{
      font-size: 23px;
      margin-bottom: 10px;
      letter-spacing: 4px;
   }

   #special_treatment h5{
      font-size: 25px;
      line-height: 1;
   }

   #special_treatment h6{
      font-size: 21px;
      line-height: 1;
      margin: 20px 0 25px;
   }


   #special_treatment .point{
      background-color: #efefef;
      float: right;
      text-align: left;
      width: 450px;
      height: 280px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
   }

   #special_treatment .point li{
      margin: 10px;
      font-size: 15px;
   }

   #special_treatment .text_position{
      position: relative;
   }

   #special_treatment .text_position img{}

   #special_treatment .text_position img:nth-child(1){
      width: 300px;
      float: left;
   }
   #special_treatment .text_position img:nth-child(2),
   #special_treatment .text_position img:nth-child(3){
      padding: 60px 0 0 45px;
      width: 525px;
   }

   #special_treatment .text_position p{
      position: absolute;
      top: 5px;
      right: 0;
      font-size: 23px;
      letter-spacing: 3px;
   }

   hr{
      color: #333333;
   }
