@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url('https://fonts.googleapis.com/css?family=Lobster');
@import url('https://fonts.googleapis.com/css?family=Amatic+SC');
@import url('https://fonts.googleapis.com/css?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Caveat|Merriweather&display=swap');

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #fff;
	background: #000;
}

a{
	color: #53d0da;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}



/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	padding-top: 60px;
}

#mainnav a{
	color: #fff;
}

#mainImg{
	position: relative;
  overflow: hidden;
  width: 100%;
  height: 528px;
}

#mainImg img{
	position: absolute;
  left: 50%;
	max-width: 1280px;
  width: 1280px;
  height: 528px;
  margin-left: -640px;
}

#mainImg2{
    max-width: 100%;
	height: auto;
    
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/



img{
	max-width: 100%;
	height: auto;
}

.news{
    width: 60%;
	margin: 0 auto;
	padding: 10px;
    font-size: 16px ;
    font-family: 'Noto Sans JP';
    font-weight: 400;
   background-color: #ffffff;   
    color: #000000;
}　



.pc	{ display:inline!important; }
.mb	{ display:none!important; }

section{
	clear:both;
	padding-top: 70px;
}

section h1{
	font-family: 'Rounded Mplus 1c';
	width: 60%;
	margin: 0 auto 40px;
	font-size: 16px;
	font-weight:bold;
	text-align: center;
	background: ;
	background-size: 1px 1px;
}

section h1 span {
	background: #000;
	padding: 0 80px;
}

section h2{
	font-family: 'Pacifico', cursive;
	width: 60%;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderWhite.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

section h2 span {
	background: #000;
	padding: 0 80px;
}



.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
        font-size: 16px ;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    
}


h3.heading{
font-weight:bold;
line-height:36px;
border-bottom:1px solid #D6D6D6;
color:#333;
width:95%;
margin:auto;
}

.alignleft{
float:left;
clear:left;
margin:0px 10px 10px 10px;
}

.alignright{
float:right;
clear:right;
margin:0px 10px 10px 10px;
}

#snsicon {margin-top: 10px;
text-align: center;
}

#snsicon a:hover {
	opacity: .7;
}


/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img{
	width: 100%;
	margin-bottom: 30px;
}


/* SEC04 
------------------------------------------------------------*/
.col3 img{
	display: inline-block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{
	padding: 10px 10px;
	margin-bottom: 40px;
	line-height: 0 !important;
	background: #f6f6f6;
}


/* 求人情報枠見出し
------------------------------------------------------------*/


.box1 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #20b2aa;
    height: 280px;
}
.box1 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 15px;
    background: #20b2aa;
    color: #191970;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    letter-spacing: 3px;
}
.box1 p {
    margin: 0; 
    padding: 0;
}



#sec04_02{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
}

#sec04_02 img{
	width: auto;
}

#sec04_03{
	background: url(../images/bgsec04_03.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
}

#sec04_03 img{
	width: auto;
}


/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}


#sns img{
	padding: 45px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}


#sec05 .info .open{
font-size:12px;
color:#FFF;
    clear: both;

}

#sec05 .tel{
font-size:15px;
font-weight:bold;
    display: block;
    clear: left;
}


/*************
/* ロゴ
*************/
.logo{
float:left;
}

.logo p{
      font-size: 27px;
      float:left;
     font-family: 'Lobster', cursive;
      }

.logo span{display:block; 
        font-size: 14px;}


 /**********
/*staff-job
***********/

#job{
	padding: 10px 10px;
	margin-bottom:10px;
	line-height: 0 !important;
	background: #f6f6f6;
	color: #990000;
font-family: 'Amatic SC', cursive;
font-size:25px;
}

#job span{
display: block;
font-size:14px;
font-family:'Noto Sans JP';
padding:15px 5px 5px 5px;
margin: 5px;
}

 /**********
/*staff
***********/

#staff p{font-family: 'Merriweather';
    font-size: 18px;
}

#staff .span{
    display: inline-block;
    font-size:14px;
    font-family:'Merriweather';
    padding:15px 5px 5px 5px;
    margin: 5px;
        
    }
.titlestaff {border-bottom: solid 1px #fff;
             border-top:1px dashed #fff;
    margin-bottom: 10px;
    
    
    
}


 /**********
/*price
***********/

.price {
width: 100%; 
}
 
.price th,
.price td {
top: 0;
border-bottom: 1px dotted #ccc;
padding: 10px;
}
 
.price th {
font-weight: bold;
background-color: #333;

}

.span{
    font-weight: 100;
    margin-left: 20px;
    font-size: 10px; 
}

/*************
テーブル shaving
*************/
table.shaving{
border-collapse:collapse;
margin:40px auto 15px auto;
}

table.shaving td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
white-space:nowrap;
color: black;
}

table.shaving th{
background-color:#F5F5F5;
text-align:left;
padding:8px;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:12px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}

table.shaving th p{
font-size:10px;
margin-top:5px;
}


/**********
/*shaving 
***********/

.title{
  font-size:15px;
  margin:10px 0px;
border-top:1px dashed #D4D4D4;
border-bottom:1px solid #D4D4D4;
  }

.text{
 padding-left:30px;

}

/**********
/*page-spa
***********/

ul.spa {
font-size:12px;
color:#333333;
padding-left:5px;
line-height: 25px;
}

li.spa{
   font-weight: bold;

}

.defaultlist
,.defaultlist li{
	padding:0px;
	margin-bottom:15px;
	font-weight:bold;
}
 
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 20px !important;
}
 
.list2 li{
	position:relative;
	padding-left:20px;
}
 
.list2 li:before{
	content:''; 
	height:0; 
	width:0; 
	display:block; 
	border:5px transparent solid; 
	border-right-width:0; 
	border-left-color:#aaa; 
	position:absolute; 
	top:5px; 
	left:8px;
}
 
.list2 li:after{
	content:''; 
	height:2px; 
	width:10px; 
	display:block; 
	background:#aaa; 
	position:absolute; 
	top:9px; 
	left:0px;
}


/*************
会社概要テーブル
*************/
table.table{
border-collapse:collapse;
margin:5px auto 15px auto;
width: auto;
}

table.table td{
border-collapse:collapse;
background-color:#141414;
text-align:left;
padding:8px;
    font-size:13px;
border:1px solid #D6D6D6;
line-height:20px;
}

table.table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}

/*************
リクルート見出し
*************/

h4.recruit{
 padding: .5em .75em;
  background-color: #f6f6f6;
  border-top: 4px solid #990000;
    width: 80%;
    color: #000;
    margin: auto;
}

ul.recruit{
    margin: auto;
    width: 80%;
    margin-bottom: 25px;
}

.recruit li{
    margin: auto;
}

/* top 戻るボタン
------------------------------------------------------------*/

.backtotop {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 9000;
    display: none;
}    
 
.backtotop a {
    display: block;
    color: #777777;
    padding: 14px 6px;
    margin: 0;
    background-color: #DDDDDD;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}
 
.backtotop a:hover {
    background: #666666;
    color: #FFFFFF;
}

/**********
/*instafeed
***********/

ul {
  list-style: none !important;
}

/* ── Instagram jQuery simplyScroll ─────*/
.simply-scroll-container {
   position: relative;
}
.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
.simply-scroll-list {
  overflow: hidden;
}
.simply-scroll-list li {
  float: left;
  margin-left:5px;
  width: 150px;
  font-size: 12px;
  line-height: 14px;
 }
 
.simply-scroll-list li img {
  display: block;
  border: 5px solid #fff;
  box-shadow: 0 0 1px #888;
  margin-bottom: 14px;
  margin-top:20px;
 }


/*   折りたたみ設定     */

.grad-btn {
  right: 0;
  bottom: 0;
  left: 0;
  width: 130px;
  margin: auto;
  padding: 5px 5px;
  border-radius: 2px;
  background: #009e8f;
  color: #fff;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  
}
.grad-btn::before {
  content: "続きを読む"
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 30px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

/* SEC05 tw_timeline
------------------------------------------------------------*/

/*************
twitter タイムライン
*************/

#tw_timeline p{
	margin-bottom: 5px;

}


.inner{
	width: 95%;
	margin: 0 auto;
	padding-bottom: 50px;
}


#document.timeline-Widget {
    max-width: 100% !important;
    width: 100% !important;
    }

div.timeline-Widget {
    max-width: 100% !important;
    width: 100% !important;
    }

.timeline {
    max-width: 100% !important;
    width: 100% !important;
    }
/* ここから下を追記 */
.SandboxRoot.env-bp-970 .timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
    }

.SandboxRoot.env-bp-820 .timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
    }







/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}

}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
    .resprsv{
        display: none;  
    }
    
    
    
    
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}
	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 1.5% 10px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
    
    /* Reservation
------------------------------------------------------------*/
#rsvnav ul{
margin: auto;
        text-align: center;
    }
    
#rsvnav li{ 	
padding: 0; 
margin: auto;
    color: aqua;
    font-weight:600;
    font-size: 16px;
    display:inline-block;
   
}
    
    
#rsvnav li a{
display: block; 
border-left: 8px solid #00d1c9;
background-color: #474655;
padding: 3px 10px;
text-decoration: none;
color: #E1E2CF;
width: 130px; 
margin: 1px 0px;
text-align: left;
font-size: 14px;
}
    
#rsvnav li a:hover{
border-left: 8px solid #990033;
background-color: #474655;
} 
    
    
#rsv{
      width:   100%;
    margin-bottom: 20px;
     }

#rsv .inner{
    width: 60%;
    
}

  #rsv .span{
    display: inline-block;
    font-size:18px;
    font-family:'Noto Sans JP';
    padding:15px 5px 5px 5px;
    margin: 5px;
        
    }
    
#rsv ul{
    width: 100%;
}

ul.colrsv li{
    width: 100%;
    margin: 0 20px 25px 20px;
    
}

#rsv .title{
	padding: 10px 10px;
	margin-bottom:10px;
    margin-top: 10px;
	line-height: 0 !important;
	background: #f6f6f6;
	color: #990000;
font-family: 'Amatic SC', cursive;
font-size:25px;
}
    
    
    
 /**********
/*price
***********/
    
#price .title{
	padding: 10px 10px;
    margin-top: 50px;
	line-height: 0 !important;
	background: #f6f6f6;
	color: #990000;
    font-family: 'Amatic SC', cursive;
    font-size:25px;
}

  table .price{
      margin-top: 0px;
        
    }
    
 #price img{
	width: 100%;
	margin-bottom: 30px;
}
        

}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
		
	}
	
	
		/* SEC03 PROJECT
	-----------------*/	
	
		.col3 img{
		margin: 0 auto;
	}
	
	.col3 .img{
		padding: 5px auto;
		margin-bottom: 10px;
		text-align: center;	
	}
}

@media only screen and (max-width: 640px){
       
	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}

    .news{
    width: 94%;
}　
    
    
    
    .col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 5px auto;
		margin-bottom: 10px;
			text-align: center;	
	}
    
     .pc	{ display:none!important; }
    .mb { display:inline!important; }   
    
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 130px 20px;
	}

   /* 求人情報枠見出し
------------------------------------------------------------*/


.box1 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #20b2aa;
    height: auto; 
    
    
    
}

@media only screen and (max-width: 799px){
    
    
    #header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 115px;
		background: #000;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		width: auto !important;
        height: 70px;
	}
    
   #header .toprsv{
      display: none;
           }

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #000;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #fff;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg2{
		padding-top: 60px;
		z-index: -100;
	}
    
  #mainImg2 img{
	position: relative;
      overflow: hidden;
	max-width: 100%;
  width: 1280px;
  height: 528px;
      object-fit: cover; 
}

	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 50px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
    
            /* Reservation
------------------------------------------------------------*/
     /* Reservation
------------------------------------------------------------*/
#rsvnav ul{
margin: auto;
        text-align: center;
    }
    
#rsvnav li{ 	
padding: 0; 
margin: auto;
    color: aqua;
    font-weight:600;
    font-size: 16px;
    display:inline-block;
   
}
    
    
#rsvnav li a{
display: block; 
border-left: 8px solid #00d1c9;
background-color: #474655;
padding: 3px 10px;
text-decoration: none;
color: #E1E2CF;
width: 130px; 
margin: 1px 0px;
text-align: left;
font-size: 14px;
}
    
#rsvnav li a:hover{
border-left: 8px solid #990033;
background-color: #474655;
} 
    
#rsvnav .inner{
        width: 100%;
    
    }
    
#rsv{
    margin-bottom: 5px;
}
    
    #rsv .span{
    display: inline-block;
    font-size:18px;
    font-family:'Noto Sans JP';
    font-weight: bold;
    padding:15px 5px 5px 5px;
    margin: 5px;
        
    }
#rsv ul{
    width: 100%;
}
ul.colrsv li{
    width: 100%;
    margin: 0px auto;
    
}
    
 #rsv .title{
	padding: 10px 10px;
	margin-bottom:10px;
	line-height: 0 !important;
	background: #f6f6f6;
	color: #990000;
font-family: 'Amatic SC', cursive;
font-size:25px;
}
    
    
/**********
/*price
***********/ 

#price .span{
    display: inline-block;
    font-size:12px;
    font-family:'Noto Sans JP';
    padding:15px 5px 5px 5px;
    margin: 5px;    
    }

#price .title{
	padding: 10px 10px;
    margin-top: 30px;
	line-height: 0 !important;
	background: #f6f6f6;
	color: #990000;
font-family: 'Amatic SC', cursive;
font-size:25px;
}
    
table .price,
      .price tr,
      .price td,
      .price th{display:block;width: 100%;}
      .price td{border-bottom: 1px dotted #ccc;}
      .price th{border-bottom: none;}
    
    
    .alignleft{
     float:none;
     clear:both;
     width:auto;
     margin: 10px auto;
     }

    .alignright{
     float:none;
     clear:both;
     width:auto;
     margin: 10px auto;
     }
     
    
    
}