/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);*/
/*@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);*/
@import url(https://fonts.googleapis.com/css?family=Caveat);

@font-face {
	font-family: "HinaMincho";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../font/hinamincho/v14/2sDaZGBRhpXa2Jjz5w5LAGW8.ttf") format("truetype");
}

@font-face {
	font-family: "NotoSansJP";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../font/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFE8j75s.ttf") format("truetype");
}
@font-face {
	font-family: "NotoSansJP";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../font/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFCMj75s.ttf") format("truetype");
}
@font-face {
	font-family: "Gyate";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../font/gyate-luminescence_tte/Gyate-Luminescence.ttf") format("truetype");
}
@font-face {
	font-family: "Gyate";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../font/gyate-luminescence_tte/Gyate-Luminescence.ttf") format("truetype");
}



/* 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;width:100%}
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 'NotoSansJP', Arial, Verdana, Caveat, Gyate, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

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

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


/* ヘッダー
------------------------------------------------------------*/
#mainnav a{
	color: #000;
	font-family: 'Caveat', 'Noto Sans JP',serif;
}


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


/* 共通
------------------------------------------------------------*/
h1, h2, h3, h4{
	font-family: 'Caveat', 'Gyate', serif;
}

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

section{
  clear: both;
}

section h2{
	width: 60%;
	margin: 50px auto;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

section h2 span {
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}


section h3{
	width: 100%;
	margin: 10px auto;
	font-size: 18px;
	font-weight:normal;
	text-align: left;
}

section h3 span {
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

section h4{
	width: 60%;
	margin: 10px auto;
	font-size: 16px;
	font-weight:normal;
	text-align: left;
}

section h4 span {
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

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

#sec03 .inner, #sec04 .inner{
	border-bottom: 1px solid #a0a0a0;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}


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

#sec02 header{
	display: none;
}

#gallery{
	overflow: hidden;
}

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


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


/* SEC03 BRAND
------------------------------------------------------------*/
.col4 .img{
	margin: 0 auto;
}



/* SEC04 PROJECT
------------------------------------------------------------*/
#sec04{
	padding-bottom: 0 !important;
}

.article{
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
}

.article img{
	float: left;
	margin: 5px 20px 20px;
}

.article p{
	margin-bottom: 20px;
}

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

#sec04_02 img{
	width: auto;
}


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

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

#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;
}



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

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
	#wrapper{
		width: 100%;
	}
	
	#content{
		width: 80%;
	}
	
	#sidebar{
		width: 12%;
		position: fixed;
		top: 0;
		right: 4%;
		background: #fff;
	}
	
  a#menu{
		display:none;
	}
	.panel{
		display:block !important;
	}
	
	#sidebar h1{
		padding: 20px 0;  /* 30 -> 5 */
	}

	#menu-icon { display: block; }

	#mainnav li{
		font-size: 28px;  /* 14=>28   */
		padding: 2px 0;
	}
	
	#sns{
		margin-top: 50px;
	}
	
	#sns li{
		display: inline-block;
		padding-right: 10px;
	}

	#sns a:hover img{
		opacity: .8;
	}
	
	/* SEC03 BRAND
	-----------------*/
	.col4{
		text-align: center;
	}

	.col4 li{
		display: inline-block;
		width: 18%;
		padding: 0 3%;
		vertical-align: top;
		text-align: left;
	}
	
	#map iframe{
		height: 200px !important;
  }
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 10px; /* 30 -> 10*/
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	.article img{
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 799px){
	#sidebar{
		position: fixed;
		width: 100%;
		z-index:500;
	}
	#sidebarWrap{
		position: relative;
		width: 100%;
		height: 60px;     
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	#sidebar h1{
		text-align: center;
		padding-top: 15px;
	}
	#sidebar h1 img{
		width: auto !important;
		max-height: 25px;
	}
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 20px;   /* 40 -> 20*/
  	margin: 10px;
	}
	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}
	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	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: -10px;
		z-index: 100;
	}
	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
	}
	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}
	#mainnav li a{
		position: relative;
		display: block;
		padding: 15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		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 #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainnav #sns li{
		display: inline-block;
	}
	#mainnav #sns li a{
		position: relative;
		display: inline-block;
		padding: 15px 10px 0;
		border: 0;
	}
	#mainnav #sns li a:before{
		border: 0;
	}
	.col4 li{
		margin: 0 auto 50px;
		display: block;
		text-align: center;
	}
	section h2{
		margin: 55px auto;
	}
}

/* add-s 上に戻るボタン */
#contents{
  height:600px;
}
h1{
  text-align:center;
}
.sankaku,
.text{
  text-align:center;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #ab101b;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}


/*---------------------------------------------------------------*/
/* menu design */

dl.menu2{
	width:100%;
	font-size: 1rem;
	}

/* divにflexをかけdtとddを左右に配置しつつ
   position:relativeで点線配置の準備をする */
dl.menu2 div{
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0px 0;
	padding: 0px 0;
	font-size: 100%;
	}
/* 疑似要素でオブジェクトを生成、positionでdivの上下中央に配置し
   borderで点線を表現する */
dl.menu2 div::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 100%;
	border-bottom: dotted 1px #000;
	}
/* dtとddはz-indexで点線よりも手前にし、なおかつ背景色を付けて点線を隠す */
dl.menu2 dt{
	margin:0;
	padding: 0 0 0 0;
	background-color: #ffffff;
	z-index: 2;
	text-align: left;
	}
dl.menu2 dd{
	margin:0;
	padding: 0 0 0 0;
	background-color: #ffffff;
	z-index: 2;
	text-align: right;
	}
dl.menu2 img{
	margin:0;
	padding: 0 0 0 0;
	background-color: #ffffff;
	z-index: 2;
	text-align: right;
	vertical-align: middle;
	}
/*--------------------------------------------*/
dl.menu2 td.line {
	text-align: right;
}
dl.menu2 td.price1 {
	text-align: right;
}
dl.menu2 td.price2 {
	text-align: right;
}
dl.menu2 td.top {
	text-align: top;
}
.small-txt {
	font-size: 80%;
	vertical-align: center;
	display: inline-block;
}
/*--------------------------------------------*/

dl.menu2 small-txt{
	font-size: 10px;
	padding:0px;
	vertical-align: center;
}
/* background */
body{
	background-color:#ffffff;
   }
section.menu_area{
	 max-width:500px;
	 margin:0 auto;
	 padding:10px;
	 background-color:#ffffff;
   }

/*---- item ----------------------------------------*/
table.xl {background-color:#ffffff;}
table.xl tr {border-collapse: collapse;}
table.xl tr {padding: 0;}
table.xl td {border-style:solid;}
table.xl td {border-width:1px;}
table.xl td {border-color:#d6d6d6;}
table.xl td {width: auto;}
table.xl td {line-height: 1.4;}
/*table.xl td {padding: 1em 1.1em;}*/
/*-----------------*/
table.xl td.arrow{
	border-collapse: collapse;
	text-align: center;
	background-color:#ffffff;
	color:#000000;
	font-size:14px;
}
table.xl td.pic{
	border-collapse: collapse;
	text-align: center;
	background-color:#ffffff;
	color:#000000;
	font-size:14px;
}
table.xl td.pic50{
	border-collapse: collapse;
	text-align: center;
	background-color:#ffffff;
	color:#000000;
	width: 50%;
}
table.xl td.pic30{
	border-collapse: collapse;
	text-align: center;
	background-color:#ffffff;
	color:#000000;
	width: 30%;
}
table.xl td.pic20{
	border-collapse: collapse;
	text-align: center;
	background-color:#ffffff;
	color:#000000;
	width: 20%;
}
table.xl td.font20{
	border-collapse: collapse;
	text-align: left;
	background-color:#ffffff;
	color:#000000;
	font-size:20px;
}
table.xl td.font18p{
	border-collapse: collapse;
	text-align: left;
	background-color:#ffffff;
	color:#000000;
	font-size:18px;
	font-style: italic;
}

table.xl td {
  font-family: sans-serif;
}
/*--- slack img_size -------------------*/
/*--- ------------------------------------
	vwとは？
	Viewport Widthの略。幅を指定する単位で、
	1vwは横幅の1%に値します。
	高さはViewport Height(vh)です。
------------------------------------------*/
.slider img {
	width: 100%;
	height: 15vw; 
	max-height: 200px; 
	min-height: 200px; 
	object-fit: cover;
}
