﻿/*===============縲蟷�768px莉･荳九�蝣ｴ蜷医↓驕ｩ逕ｨ縲===============*/
@media screen and (max-width:767px) {

body{
	width:100%;
	min-width:375px;
	margin:0;
	background: url("../img/body_bg.png") repeat;
	-webkit-text-size-adjust: 100%;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
}

img { max-width: 100%; }

a:hover img {
    opacity:1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

a {
	outline: none;
}
a:link{
	color:#ffffff;
	text-decoration:none;
	outline: none;
}
a:visited{
	color:#ffffff;
	text-decoration:none;
	outline: none;
}
a:hover{
	color:#D4A290;
	text-decoration: underline;
	outline: none;
}

/*#onoff a:hover img {
  opacity:0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: #fff;
}
#onoff .fadein img {
  opacity:1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
  background: #fff;
}*/

.clearfix:before,
.clearfix:after{
    content:" ";
    display:table;
}
.clearfix:after{
    clear:both;
}
.clearfix{
    *zoom:1;
}


.br-pc { display:none; }
.br-sp { display:block; }

.dsktp{
	display:none !important;
}

.scrolldown{
	display:none !important;
}

h1{
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
	font-size:150%;
	color: #563E1F;
	text-align:center;
	width: 100%;
	padding: 100px 0 30px;
}

h2{
	font-size: 130%;
	text-align:center;
	padding: 30px 0 30px;
	color:#563E1F;
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
	line-height: 24px;
}

h3{
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
	font-size: 130%;
	color: #563E1F;
	text-align: center;
	width: 100%;
	padding: 30px 0 0;
}

h4{
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
	font-size: 110%;
	color: #563E1F;
	text-align: left;
	width: 100%;
}





.header{
	height: 70px;
	background: url("../img/body_bg2.png") repeat;
}

.logo{
	width: 240px;
	padding: 7px;
}


/*
===== 繝翫ン ===========================
*/
.menu-btn {
	position: fixed;
	top: 15px;
	right: 5px;
	width: 70px;
	height: auto;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	z-index: 10000;
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
}

.menu-btn span {
	color: #fff;
}

.menu-btn span:after {
	/*content: attr(data-txt-menu);*/
	content: url("../img/smhnavi.png");
}

.open .menu-btn span:after {
	content: attr(data-txt-close);
}

.smh_menu {
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
}

.smh_menu ul {
	display: table-cell;
	vertical-align: middle;
}

.smh_menu li {
	width: 90%;
	height: 60px;
	line-height: 60px;
	display: table;
	margin: 0 auto;
	text-align: center;
	list-style: none;
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
	border-bottom: 1px solid #666;
}
.smh_menu li:last-child{
	border-bottom: none;
}

.smh_menu li span{
	font-size: 80%;
	padding-left: 10px;
}

.smh_menu li a {
	display: block;
	font-size: 18px;
	color: #fff;
}

.smh_menu li a:hover {
	color: #999;
	text-decoration: none;
}

.open .smh_menu {
	/*cursor: url("../images/cross.svg"),auto;*/
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}
	
	.smh_sns{
		margin: 20px auto;
		text-align: center;
		font-size: 160%;
	}
	
	.smh_sns a{
		padding: 0 10px;
		color: #fff;
	}




/*
===== search ===========================
*/
.search{
	width:100%;
	height:auto;
	background: url("../img/search_bg.jpg") repeat;
	padding:10px 0;
}

.search1, .search2{
	width:auto;
	margin:0 auto;
	margin-bottom:1px solid #fff;
	color:#000;
	font-size:20px;
	font-family: 'Lato', 'Noto Sans Japanese', '貂ｸ繧ｴ繧ｷ繝�け Medium', '貂ｸ繧ｴ繧ｷ繝�け菴�', 'Yu Gothic Medium', YuGothic, '繝偵Λ繧ｮ繝手ｧ偵ざ ProN', 'Hiragino Kaku Gothic ProN', '繝｡繧､繝ｪ繧ｪ', Meiryo, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
	text-align:center;
}

.search_t{
	font-size: 24px;
	color: #563E1F;
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
	padding: 0;
	display:block;
	text-align:center;
}

.search2{
	padding-top:10px;
}

.day{
	display:inline-block;
	padding-bottom:10px;
	border-bottom:1px solid #563E1F;
}

.day dt, .day dd{
	color:#563E1F;
	margin: 5px;
	font-size: 14px;
	line-height: 20px;
}

.day dd select{
	height: 40px;
	border: 1px solid #563E1F;
	font-size: 120%;
	padding: 3px 10px;
	color: #563E1F;
}

.choice{
	display:inline-block;
}

.checkin, .checkout, .s_room, .choice {
	display:inline-block;
	font-size:14px;
	margin-right:20px;
	color:#563E1F;
}

.checkin select, .checkout select, .s_room select {
	height:40px;
	border:1px solid #563E1F;
	font-size:120%;
	padding: 3px 10px;
	color:#563E1F;
	/*background: transparent;*/
}

.submit{
	width: 70%;
	font-size:80%;
	padding: 10px;
	background: #563E1F;
	color:#fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-radius:20px;
	border: 1px solid #563E1F;
	margin: 10px auto 0;
	display: block;
}
.cansel{
	margin-bottom: 20px;
}
.cansel a{
	font-size: 18px;
	text-decoration: underline;
}
.submit:hover{
	background:#800000;
	border: 1px solid #800000;
	text-decoration: none;
}


.bestrate{
	width: 95%;
	display: table;
	margin: 0 auto 15px;
}


/*
===== footer ===========================
*/

.footer{
	background: url("../img/footer_bg.png") repeat;
	width:100%;
	height:auto;
	color: #fff;
}

.sitemap{
	display: none;
}

.sitemap2{
	padding: 5px;
	text-align: center;
}
.sitemap2 span{
	font-size: 18px;
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
}

.sitemap2 ul{
	text-align: center;
	margin-bottom: 15px;
}
.sitemap2 ul li{
	display: inline-block;
	height: 14px;
}
.sitemap2 ul li a{
	color: #CCC;
	font-size: 12px;
	border-right: 1px solid #999;
	padding: 0 8px 0 5px;
	line-height: 14px;
}
.sitemap2 ul li a:hover{
	text-decoration: none;
	color: #fff;
}

.sitemap2 p{
	display: inline-block;
	margin-top: 10px;
}
.sitemap2 p a{
	color: #ccc;
	font-size: 12px;
	line-height: 14px;
}
.sitemap2 p a:hover{
	text-decoration: none;
	color: #fff;
}


.footer_info {
	text-align:center;
	border-top: 1px solid #666;
}
.footer_info span{
	display: block;
	font-size: 12px;
}
.footer_info p{
	padding:20px 0 50px;
	color: #fff;
	display:block;
	text-align:center;
	font-size: 10px;
}

.movie_footer{
	display: none;
}


/*
===== page top ===========================
*/
#page-top {
    position: fixed;
    right:5px;
    font-size: 77%;
	z-index: 1000;
}
#page-top a {
    /*background: url("../img/top.png");*/
	background: #CCC;
	width: 60px;
	height: 60px;
	border-radius: 30px;
    text-decoration: none;
    display: block;
}
#page-top a img{
	width: 100%;
	height: 100%;
}
#page-top a:hover {
    text-decoration: none;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	opacity: .8;
}



.page_ttl{
	width: 100%;
	height: 150px;
	/*overflow: hidden;*/
	position: relative;
}

p.page_ttl2{
	position: absolute;
	left: 0;
	bottom: -15px;
	background: rgba( 0, 0, 0, .7);
	color: #fff;
	font-size: 16px;
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
	padding: 0 20px 0 20px;
}

p.page_ttl2 span{
	font-size: 18px;
	color: #fff;
	display: inline-block;
	padding-right: 10px;
}


.shadow{
	position: relative;
}
.shadow:before, .shadow:after{
	position: absolute;
	content: "";
	box-shadow: 0 15px 10px rgba(0,0,0, .5);
	transform: rotate(-3deg);
	left: 5px;
	top: auto;
	bottom: 15px;
	z-index: -1;
	width: 50%;
	height: 20%;
}
.shadow:after{
	transform: rotate(3deg);
	right: 5px;
	left: auto;
}

.shadow img{
	width: 100%;
}

	.smh_w{
		width: 90%;
		margin: 0 auto;
	}



















































}




/*===============縲蟷�769px莉･荳翫�蝣ｴ蜷医↓驕ｩ逕ｨ縲===============*/
@media screen and (min-width:768px) {

/*
===== 1: universal reset =================================
*/
body {
	width:100%;
	min-width:1200px;
	margin:0 auto;
	padding:0;
	font-size:13px;
	text-align:center;
	color:#111;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
	background: url("../img/body_bg.png") repeat;
	-webkit-text-size-adjust: 100%;

}

/*
===== 2: body and base setting ===========================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
}

/*
===== 3: link setting ===========================
*/
a {
  outline: none;
}
a:link{
  color: #023E57;
  text-decoration:none;
  outline: none;
}
a:visited{
  color: #023E57;
  text-decoration:none
  outline: none;
}
a:hover{
  color: #8B7A64;
  text-decoration:underline;
  outline: none;
}

/*
===== 4: form setting ===========================
*/
option{ padding-right:10px; }
*+html option{padding-right:0;}/* for IE7&Opera */
* html option{padding-right:0;}/* for IE6 */縲

/*
===== 5: form setting ===========================
*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
  padding: 0;/* margin&padding reset */
  line-height: 1.6;/* base line height */
  text-align: left;
  display: block;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6{
  font-size:100%;
}

table {
  margin : 0;empty-cells: show; font-size:small;
}

hr,.areaAnchor,.anchor {
  display : none;
}

img {
  border: none;/* img do not want a border */
  vertical-align: top;
  /*pointer-events: none;*/
}


li {
  list-style: none; 
}/* link do not want a dot */

/*
===== 6: onoff ===========================
*/
/*#onoff a:hover img {
  opacity:0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  background: #fff;
}

#onoff a:hover img {
  opacity:1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
  background: #fff;
}

#onoff a:hover img {
  opacity:1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
  background: #fff;
}*/

/*
===== 7: clearfix ===========================
*/
.clearfix:before,
.clearfix:after{
    content:" ";
    display:table;
}
.clearfix:after{
    clear:both;
}
.clearfix{
    *zoom:1;
}



h1{
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
	font-size:350%;
	color: #563E1F;
	text-align:center;
	width: 100%;
	padding: 100px 0 30px;
}

h2{
	font-size: 300%;
	text-align:center;
	padding: 30px 0 30px;
	color:#563E1F;
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
	line-height: 42px;
}

h3{
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
	font-size: 300%;
	color: #563E1F;
	text-align: center;
	width: 100%;
	margin: 50px 0 0;
}

h4{
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
	font-size: 150%;
	color: #563E1F;
	text-align: left;
	width: 100%;
}


::selection {
    background: #a09c8b;
    color: #fff;
}
::-moz-selection {
    background: #a09c8b;
    color: #fff;
}

.page_ttl{
	width: 100%;
	height: 300px;
	/*overflow: hidden;*/
	margin: 0;
	padding-top: 100px;
	position: relative;
}

p.page_ttl2{
	position: absolute;
	left: 0;
	bottom: -40px;
	background: rgba( 0, 0, 0, .7);
	color: #fff;
	padding: 10px 20px 0 50px;
	font-size: 160%;
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
}

p.page_ttl2 span{
	font-size: 250%;
	color: #fff;
	display: inline-block;
	padding-right: 30px;
}

.shadow{
	position: relative;
}
.shadow:before, .shadow:after{
	position: absolute;
	content: "";
	box-shadow: 0 15px 10px rgba(0,0,0, .5);
	transform: rotate(-3deg);
	left: 5px;
	top: auto;
	bottom: 15px;
	z-index: -1;
	width: 50%;
	height: 20%;
}
.shadow:after{
	transform: rotate(3deg);
	right: 5px;
	left: auto;
}


/*
===== SNS ===========================
*/

	
.fabs {
  bottom: 0;
  position: fixed;
  margin: 1em;
  right: 0;
	z-index: 9999;
}

.fab {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  color: white;
  margin: 20px auto 0;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
}

.fab > i {
color: #fff;
  font-size: 28px;
  line-height: 60px;
  transition: all .2s ease-in-out;
  transition-delay: 2s;
}

.fab.red {
  background: #F44336;
}

.fab.pink {
  background: #E91E63;
}

.fab.purple {
  background: #9C27B0;
}

.fab.deep-purple {
  background: #673AB7;
}

.fab.indigo {
  background: #3F51B5;
}

.fab.blue {
  background: #2196F3;
}

.fab.light-blue {
  background: #03A9F4;
}

.fab.cyan {
  background: #00BCD4;
}

.fab.teal {
  background: #009688;
}

.fab.green {
  background: #4CAF50;
}

.fab.light-green {
  background: #8BC34A;
}

.fab.lime {
  background: #CDDC39;
}

.fab.yellow {
  background: #FFEB3B;
}

.fab.amber {
  background: #FFC107;
}

.fab.orange {
  background: #FF9800;
}

.fab.deep-orange {
  background: #FF5722;
}

/*色、ブラウンでない*/
.fab.brown {
  background: #610d0d;
}

.fab.grey {
  background: #9E9E9E;
}

.fab.blue-grey {
  background: #607D8B;
}

.fab:active,
.fab:focus,
.fab:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.fab:not(:last-child) {
  width: 36px;
  height: 36px;
  margin: 20px auto 0;
  opacity: 0;
}

.fab:not(:last-child) > i {
  font-size: 18px;
  line-height: 40px;
  transition: all .3s ease-in-out;
}

.fabs:hover .fab:not(:last-child) {
  opacity: 1;
  width: 40px;
  height: 40px;
  margin: 15px auto 0;
}

.fab:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}

.fab:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}

.fab:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}

.fab:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.fab:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}

[tooltip]:before {
  font-family: 'Roboto';
  font-weight: 600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-right: 10px;
  position: absolute;
  right: 100%;
  bottom: 5%;
  white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}


/*
===== scrolldown ===========================
*/
.scrolldown{
	position:relative;
	width:100px;
	height:100px;
	margin:-120px auto 0;
	text-align:center;
	z-index: 100;
}
.scrolldown a {
	padding-top: 70px;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.scrolldown a:hover{
	text-decoration:none;
}
.scrolldown a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

/*
===== header ===========================
*/
.header{
	width: 100%;
	height: 100px;
	position: absolute;
	/*padding-top: 20px;*/
	z-index: 100;
	min-width:1200px;
	/*background: rgba(0, 0, 0, .2);*/
	background: #1d1936;
	top: 0;
}

.logo{
	width: 240px;
	height: 100px;
	float: left;
	margin-left: 30px;
	z-index: 1000;
	background: #1d1936;
	margin-top: -20px;
	padding-top: 20px;
}
.logo a{
	background: url("../img/logo.png") no-repeat;
	background-size: 240px auto;
	background-position: 0 28px;
	display: block;
	width: 240px;
	height: 120px;
	overflow: hidden;
}
.logo img{
	visibility: hidden;
}

.logo2{
	width: 240px;
	height: 55px;
	float: left;
	margin-left: 5px;
	z-index: 1000;
}
.logo2 a{
	display: block;
}

ul.nav{
	display: block;
	height: 60px;
	margin-top: 40px;
	margin-left:260px;
	min-width:930px;
	text-align: right;
}
ul.nav li{
	text-align:center;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	width: 10%;
}
ul.nav li a{
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:115%;
}
ul.nav li a:hover{
	color: #D2C7B0;
}
ul.nav li a:after {
	border-bottom: solid 1px #D2C7B0;
	bottom: 0;
	content: "";
	display: block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	width: 0;
}
ul.nav li a:hover::after {
	width: 100%;
}
ul.nav li a span{
	display:block;
	font-size:70%;
	line-height: 14px;
	/*min-width: 105px;*/
}

ul.nav li:last-child {
	background:#5c50ba;
	color:#fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
ul.nav li:last-child:hover {
	background: #1b1b1b;
	color: #000;
}

ul.nav2{
	width: auto;
	height: 40px;
	float: right;
	display:block;
}
ul.nav2 li{
	float: left;
	margin: 10px 10px;
	color: #8E7951;
}

ul.nav2 a{
	color: #fff;
}
ul.nav2 a:hover{
	
}

.cb-header{
	background-color: rgba(29, 25, 54, .8);
	line-height: 60px;
	text-align: left;
	height:60px;
	width: 100%;
	color: #fff;
	padding:5px 0;
	position: fixed; 
	top: 0; 
	left: 0;
	display: none;
	z-index: 1000;
	min-width:1220px;
}
.cb-header ul.nav{
	width: 70%;
	min-width: 950px;
	margin: 0;
	text-align: right;
	float: right;
}
.cb-header ul.nav li{
	width: auto;
	display: inline-block;
	padding: 10px 0;
	width: 10%;
}
.cb-header ul.nav li a{
	padding: 0;
}
.cb-header ul.nav li a:hover{
	color: #fff;
}
.cb-header ul.nav li:last-child:hover{
	background-color: rgba(126, 107, 90, .8);
}



/*
===== search ===========================
*/
.search{
	width: 100%;
    height: auto;
    background: url("../img/search_bg.jpg") repeat;
    background-size: auto;
    background-size: cover;
    padding: 10px 0;
    min-width: 1200px;
    margin: 0 auto;
}

.search1, .search2{
	width:auto;
	margin:0 auto;
	min-width:960px;
	margin-bottom:1px solid #fff;
	color:#000;
	font-size:20px;
	min-width:1060px;
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'Lato', 'Noto Sans Japanese', '貂ｸ繧ｴ繧ｷ繝�け Medium', '貂ｸ繧ｴ繧ｷ繝�け菴�', 'Yu Gothic Medium', YuGothic, '繝偵Λ繧ｮ繝手ｧ偵ざ ProN', 'Hiragino Kaku Gothic ProN', '繝｡繧､繝ｪ繧ｪ', Meiryo, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
	text-align:center;
}

.search_t{
	font-size:28px;
	color: #563E1F;
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
	line-height: 50px;
	padding: 0;
	height:;
	display:block;
	text-align:center;
}

.search2{
	padding-top:10px;
    border-top: 1px solid #563E1F;
}

.day{
	display:inline-block;
	padding-bottom:10px;
    padding: 50px 0;
    margin: auto;
    text-align: center;
    width: auto;
	
}

.day dt, .day dd{
	float: left;
	color:#563E1F;
	margin: 0 10px;
	font-size:18px;
	line-height: 40px;
}

.day dd select{
	height: 40px;
	border: 1px solid #563E1F;
	font-size: 120%;
	padding: 3px 10px;
	color: #563E1F;
}

.choice, .search_btn, .cansel{
	display:inline-block;
}

.checkin, .checkout, .s_room, .choice {
	display:inline-block;
	font-size:18px;
	margin-right: 10px;
	color:#563E1F;
}

.checkin select, .checkout select, .s_room select {
	height:40px;
	border:1px solid #563E1F;
	font-size:120%;
	padding: 3px 10px;
	color:#563E1F;
	/*background: transparent;*/
}

.submit{
	height:50px;
	font-size:100%;
	padding:10px 30px;
	color:#0E7C79;
	background: #563E1F;
	color:#fff;
	margin: 0 10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-radius:25px;
	border: 1px solid #563E1F;
}
.cansel a{
	font-size:100%;
	padding:10px 30px;
	color:#0E7C79;
	background:#563E1F;
	color:#fff;
	margin:0 10px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	border-radius:25px;
	border: 1px solid #563E1F;
}
.submit:hover, .cansel a:hover{
	background:#800000;
	border: 1px solid #800000;
	text-decoration: none;
}





/*
===== ScrollTrigger ===========================
*/
.invisible {
transition:opacity 2s ease;
opacity:0.0;
}

.visible {
transition:opacity 2s ease;
opacity:1.0;
}

.fromTopIn {
transition:transform 1.0s ease, opacity 1.0s ease;
transform:translate(0,0);
opacity:1.0;
}

.fromTopOut {
transition:transform 1.0s ease, opacity 1.0s ease;
transform:translate(0,-100px);
opacity:0.0;
}

.fromBottomIn {
transition:transform 1.0s ease, opacity 1.0s ease;
transform:translate(0,0);
opacity:1.0;
}

.fromBottomOut {
transition:transform 1.0s ease, opacity 1.0s ease;
transform:translate(0,100px);
opacity:0.0;
}

.fromLeftIn {
transition:transform 1.0s ease, opacity 1.0s ease;
transform:translate(0,0);
opacity:1.0;
}

.fromLeftOut {
transition:transform 1.0s ease, opacity 1.0s ease;
transform:translate(-100px,0);
opacity:0.0;
}

.fromRightIn {
transition:transform 1.0s ease, opacity 1.0s ease;
transform:translate(0,0);
opacity:1.0;
}

.fromRightOut {
transition:transform 1.0s ease, opacity 1.0s ease;
transform:translate(100px, 0);
opacity:0.0;
}

.scaleUpIn {
transition:transform 1.0s ease, opacity 1.0s ease;
transform:scale(1.0,1.0);
opacity:1.0;
}

.scaleUpOut {
transition:transform 1.0s ease, opacity 1.0s ease;
transform:scale(1.3,1.3);
opacity:0.0;
}

.scaleDownIn {
transition:transform 1.0s ease, opacity 1.0s ease;
transform:scale(1.0,1.0);
opacity:1.0;
}

.scaleDownOut {
transition:transform 1.0s ease, opacity 1.0s ease;
transform:scale(0.7,0.7);
opacity:0.0;
}



/*
===== button ===========================
*/
.arrow{
	position: relative;
	padding-right: 20px;
}

.arrow:after{
	content: '';
	width: 4px;
	height: 4px;
	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%;
	right: 10px;
	margin-top: -4px;
}

.link_btn{
	text-align:center;
	font-size:18px;
	display:inline-block;
	margin-top:40px;
}
.link_btn a{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	background:#fff;
	text-decoration:none;
	width:100%;
	height:100%;
	border:1px solid #333;
	border-radius:20px;
	padding:10px 40px;
	color:#333;
}
.link_btn a:hover{
	background:#a09c8b;
	border:1px solid #a09c8b;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}



/*=== curtain ================================= */
.overlay,
.animate-elm.-max-width:before,
.animate-elm.-transform:before {
  background-color: #f1f1f1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.overlay-max-width,
.animate-elm.-max-width:before {
  max-width: 100%;
}

.overlay-transform,
.animate-elm.-transform:before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.animate-elm {
  margin: 0 auto;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
}

.animate-elm.-max-width:before,
.animate-elm.-transform:before {
  content: "";
}

.animate-elm.show.-max-width:before,
.animate-elm.show .overlay-max-width {
  max-width: 0;
}

.animate-elm.show.-transform:before,
.animate-elm.show .overlay-transform {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}




/*
===== footer ===========================
*/

.footer{
	background: url("../img/footer_bg.png") repeat;
	width:100%;
	height:auto;
	color: #fff;
}

.sitemap{
	width: 940px;
	margin:0 auto;
	padding:30px 0;
}

.sitemap span,
.sitemap2 span {
	font-size:20px;
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
	padding-bottom: 10px;
	color: #fff;
	display:block;
}

.sitemap ul {
	float: left;
	margin:0 10px;
}
.sitemap ul li{
	padding: 5px 10px;
	border: 1px solid #fff;
	width: 190px;
	margin: 5px 0;
}

.sitemap ul li ul {
	margin: 0;
	padding-left:10px;
}
.sitemap ul li ul li{
	border:none;
	margin:0;
	padding: 0;
}
.sitemap ul li ul li:before{
	content:"-";
	margin-right:10px;
	color: #fff;
}

.sitemap a, .sitemap2 a{
	font-size:14px;
	color: #fff;
	width:100%;
}

.sitemap a:hover, .sitemap2 a:hover {
	color: #a09c8b;
}

.sitemap2{
	width: 940px;
	margin: 0 auto 30px;
}
.sitemap2 ul{
	margin-bottom:15px;
}
.sitemap2 ul li{
	float:left;
	padding:0 5px;
}
.sitemap2 ul li:after{
	content:"|";
	margin-left:10px;
	color: #fff;
}
.sitemap2 p{
	clear:both;
	display: inline-block;
}

.footer_info {
	text-align:center;
	border-top: 1px solid #666;
	padding-top: 15px;
}
.footer_info span{
	display: block;
	font-size: 95%;
	color: #fff;
	line-height: 20px;
	padding-top: 10px;
}
.footer_info p{
	padding: 25px 0 10px;
	color: #fff;
	display:block;
	text-align:center;
}

.movie_footer{
	width: 100%;
	height: 220px;
	overflow: hidden;
	background: url("../img/movie_bg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.movie_footer .movie_footer2{
	width: 1000px;
	height: 160px;
	margin: 0 auto;
	padding: 30px 0;
}
.movie_footer .movie_footer2 div{
	float: left;
}
.movie_footer .movie_footer2 div span{
	display: block;
	color: #fff;
	font-size: 40px;
	line-height: 46px;
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
}
.movie_footer .movie_footer2 div .top_btn2 a{
	padding: 5px 80px;
}
.movie_footer .movie_footer2 a{
	float: right;
}
.movie_footer a img:hover{
	opacity:0.7;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	background: #fff;
}

.top_btn2{
	text-align: center;
	display: inline-block;
	margin-top: 20px;
}
.top_btn2 a{
	padding: 10px 80px;
	font-size: 150%;
	color: #fff;
	background: #610d0d;
	border-radius: 20px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.top_btn2 a:hover{
	text-decoration: none;
	background: #cc1818;
	color: #1b1b1b;
	letter-spacing: 5px;
}



/*
===== page top ===========================
*/
#page-top {
    position: fixed;
    right:5px;
    font-size: 77%;
	z-index: 1000;
	padding-bottom: 70px;
}
#page-top a {
    /*background: url("../img/top.png");*/
	background: #CCC;
	width: 95px;
	height: 95px;
	border-radius: 50px;
    text-decoration: none;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
	width: 95px;
	height: 95px;
	border-radius: 50px;
	opacity: .8;
}

/* Bounce In */
.hvr-bounce-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #F8E7C9 solid 4px;
  border-radius: 35px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/*.page_img {
	width: 100%;
	height: 500px;
}
.page_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page_ttl{
	font-size:26px;
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
	color: #a29d8b;
	display: block;
	text-align: center;
	margin: 30px 0 50px;
}

.page_ttl span{
	font-size: 50px;
	display: block;
	line-height:54px;
}*/



.bestrate, .fukko{
	display: block;
	text-align: center;
	margin: 30px 0;
}


.br-pc { display:block; }
.br-sp { display:none; }

.smh{
	display: none!important;
}

.smh_menu{
	display: none!important;
}
































}







