/* WEB FONTS
======================================== */
@import url('//fonts.googleapis.com/css?family=Cormorant+Garamond:500');
@import url('//fonts.googleapis.com/css?family=Cardo');
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);

/* RESET
======================================== */
a, abbr, acronym, address, applet, article, aside, audio, 
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, 
fieldset, figcaption, figure, form, footer, 
header, hgroup, h1, h2, h3, h4, h5, h6, html, 
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby, 
s, samp, section, main, small, span, strike, strong, sub, summary, sup, 
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video { 
	font-family: inherit; 
	font-size: 100%; 
	font-weight: inherit; 
	font-style: inherit; 
	vertical-align: baseline; 
	white-space: normal;
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}
td,th{text-align: left;}
img{ vertical-align:bottom; }

a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:none; }
a:active { text-decoration:none; }

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

::selection { background: #41342f; color: #fff; }
::-moz-selection { background: #41342f; color: #fff; }

/* Common
======================================== */
body{
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	background: #302926;
	font-size:14px;
	background: #fafafa;
	color: #41342f;
}

/* pc/sp */
.pc_ver{ display:block; }
.sp_ver{ display:none; }

.fade{ transition-duration: .4s; }
.fade:hover{ opacity: .6; }

/* heder */
#header{
	position: fixed;
	right: 0;
	width: 160px;
	background: #fff;
}
#menu-btn{
	display: inline-block;
	position:absolute;
	width: 160px;
	height: 160px;
	cursor:pointer;
	border-bottom: solid 1px #e5e5e5;
}
#menu-btn .bg{
	position:absolute;
	width: 0;
	height: 160px;
	background: #e5e5e5;
	transition-duration: .4s;
}
#menu-btn:hover .bg{
	width: 160px;
}
#menu-btn:active .bg{
	width: 0;
	transition-delay: .4s;
}
#menu-btn-icon{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 2px;
	margin: -2px 0 0 -15px;
	background: #41342f;
	transition-duration: .2s;
}
#menu-btn-icon:before, #menu-btn-icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 2px;
	background: #41342f;
	transition-duration: .2s;
}
#menu-btn-icon:before{
	margin-top: -14px;
}
#menu-btn-icon:after{
	margin-top: 12px;
}
#menu-btn .close{
	background: transparent;
}
#menu-btn .close:before, #menu-btn .close:after{
	margin-top: 0;
	width: 30px;
}
#menu-btn .close:before{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#menu-btn .close:after{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
#gnav{
	position: fixed;
	display: none;
	z-index: 9999;
	background: rgba(0,0,0,.9);
	width: 100%;
}
#gnav li{
	text-align: center;
	color: #fff;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.1;
}
#gnav li.concept{
	background: url(../img/menu_img1.jpg)no-repeat center center;
	background-size: cover;
}
#gnav li.room{
	background: url(../img/menu_img2.jpg)no-repeat center center;
	background-size: cover;
}
#gnav li.menu{
	background: url(../img/menu_img3.jpg)no-repeat center center;
	background-size: cover;
}
#gnav li.access{
	background: url(../img/menu_img4.jpg)no-repeat center center;
	background-size: cover;
}
#gnav li.reservation{
	background: url(../img/menu_img5.jpg)no-repeat center center;
	background-size: cover;
}
#gnav li a{
	overflow: hidden;
	display: block;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,.8);
	border-bottom: solid 1px #222;
	transition-duration: .4s;
}
#gnav li a:hover{
	background: rgba(0,0,0,.5);
}
#logo{
	position: absolute;
	top:50%;
	left: 50%;
	margin-top: -28px;
	margin-left: -50px;
}
#header-btm{
	position: absolute;
	bottom: 0;
	width: 100%;
}
#header-btm .sns-nav{
	font-size: 0;
	text-align: center;
	margin-bottom: 20px;
}
#header-btm .sns-nav li{
	display: inline-block;
	margin-right: 10px;
}
#header-btm .sns-nav li:last-child{
	margin-right: 0;
}
#header-btm .bt_reservation{
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: 17px;
}
#header-btm .bt_reservation a{
	display: block;
	height: 80px;
	background: #302926;
	text-align: center;
	color: #fff;
	padding-top: 30px;
}
#header-btm .bt_ec{
  text-align: center;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: 17px;
	border-top: solid 1px #e5e5e5;
  display: flex;
  align-items: center;
  align-content: center;
}
#header-btm .bt_ec a{
  display: block;
  color: #302926;
  width: 100%;
  padding: 20px 0;
}
#header-btm .bt_ec a span{
  display: block;
  width: 28px;
  height: 24px;
  margin: 0 auto 10px;
  background-image: url("../img/ic_ec.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* contents-area */
#contents{
	background: #fafafa;
}
#contents img{
	max-width: 100%;
	height: auto;
}

/*footer*/
#footer{
	background: #fafafa;
	border-top: solid 1px #e5e5e5;
}
#footer .bt_top{
	text-align: center;
	margin-top: -25px;
}
#footer .bt_top .arrow {
    position: relative;
    display: inline-block;
    padding-left: 25px;
	width: 50px;
    height: 50px;
}
#footer .bt_top .arrow:before {
    content: '';
    width: 50px;
    height: 50px;
    background: #302926;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
	transition-duration: .4s;
}
#footer .bt_top:hover .arrow:before {
    background: #6e6967;
}
#footer .bt_top .arrow:after {
    content: '';
    width: 15px;
    height: 15px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 17px;
    margin-top: -3px;
}
#footer .inner{
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 50px;
	position: relative;
}
#footer .footer-info{
	overflow: hidden;
}
#footer .footer-info .obase-image{
	float: left;
	margin-right: 30px;
}
#footer .footer-info .info{
	float: left;
	width: 50%;
}
#footer .footer-info .tel{
	font-family: 'Cardo', serif;
	font-weight: 400;
	font-size: 30px;
	text-align: left;
}
#footer .footer-info .tel a{
	color: #41342f;
}
#footer .footer-info p + p{
	margin-top: 10px;
}
#footer .footer-info th,
#footer .footer-info td{
	padding-top: 4px;
}
#footer .footer-info th{
	padding-right: 10px;
}
#footer .fb-set{
	float: right;
}
#footer .fb-set iframe{
	width: 145px;
}
#footer .sns-nav{
  border-top: solid 1px #e5e5e5;
  display: block;
  font-size: 0;
  text-align: center;
  padding: 28px 0 29px;
}
#footer .sns-nav li{
  display: inline-block;
  margin-right: 10px;
}
#footer .sns-nav li:last-child{
  margin-right: 0;
}
#footer .copy{
	background: #e3d7b6;
	text-align: center;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: 14px;
	height: 80px;
	padding-top: 30px;
}


/* Responsive Styles
======================================== */
@media only screen and (max-width:1080px) {
}
@media only screen and (max-width: 768px) {
	.pc_ver{ display:none; }
	.sp_ver{ display:block; }
	
	/* heder */
	#header{
		position: fixed;
		width: 100%;
		z-index: 9999;
		box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
	}
	#menu-btn{
		display: inline-block;
		position:absolute;
		width: 80px;
		height: 80px;
		cursor:pointer;
		border-left: solid 1px #e5e5e5;
		border-bottom: none;
		right: 0;
	}
	#menu-btn .bg{
		display: none;
	}
	#gnav{
		position: fixed;
		top:80px;
	}
	#gnav li{
		font-size: 24px;
	}
	#logo{
		position: absolute;
		top:18px;
		left: 20px;
		margin-top: 0;
		margin-left: 0;
	}
  #header-btm{
    position: absolute;
    right: 80px;
    width: auto;
    padding: 0 14px;
    border-left: solid 1px #e5e5e5;
  }
	#header-btm .bt_reservation{
		display: none;
	}
  #header-btm .bt_ec{
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 10px;
    border-top: none;
    display: flex;
    align-items: center;
    align-content: center;
    height: 80px;
  }
  #header-btm .bt_ec a{
    display: block;
    color: #302926;
    width: 100%;
    height: 100%;
    padding: 18px 0 0;
  }
  #header-btm .bt_ec a span{
    display: block;
    width: 28px;
    height: 24px;
    margin: 0 auto 8px;
    background-image: url("../img/ic_ec.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
	
	/* contents-area */
	#contents-area{
		position: relative;
		top: 80px;
	}
	
	/*footer*/
	#footer{
		border-top: solid 1px #e5e5e5;
	}
	#footer .inner{
		width: 85%;
		margin: 0 auto;
		padding: 30px 0 30px;
		position: relative;
	}
	#footer .footer-info{
		overflow: hidden;
	}
	#footer .footer-info .obase-image{
		float: none;
		margin-right: 0;
		text-align: center;
	}
	#footer .footer-info .info{
		float: none;
		width: 100%;
		margin-top: 20px;
		font-size: 12px;
	}
	#footer .fb-set{
		float: none;
		margin-top: 20px;
	}
	#footer .fb-set iframe{
		width: 100%;
	}
	#footer .sns-nav{
		border-top: solid 1px #e5e5e5;
		display: block;
		font-size: 0;
		text-align: center;
		padding: 30px 0;
	}
	#footer .sns-nav li{
		display: inline-block;
		margin-right: 10px;
	}
	#footer .sns-nav li:last-child{
		margin-right: 0;
	}
	#footer .copy{
		padding-top: 30px;
	}
}