@charset "utf-8";
/* 共通設定 */
body {
	min-width: 1100px;
}
section {
	overflow: hidden;	
}
.bar01 {
	width: 100%;
	height: 50px;
	background: url(../img/bg-bar01.png) no-repeat center center;	
}
.bar02 {
	width: 100%;
	height: 25px;
	background: url(../img/bg-bar02.png) no-repeat center center;	
}
.bar03 {
	width: 100%;
	height: 25px;
	background: url(../img/bg-bar03.png) no-repeat center center;	
}
.c-red {
	color: #993636;	
	text-decoration: underline;
}
/* #header */
#header {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 106px;	
	overflow: visible;
	z-index: 10000;
	background: url(../img/header-bg.png) no-repeat top center;	
	margin: 0 auto;
    filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
}
#header img {
	vertical-align: bottom;	
}
#header .logo img {
	max-width: 92%;
}
#header .wrap {
	margin: 0 auto;
	position: relative;
	width: 1100px;
	height: 100px;
	background: url(../img/header-wrap-bg.png) no-repeat center top;
}
#header .wrap .logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 178px;
	height: 100px;
}
#header .wrap .logo h1 {
	margin: 0;
	padding: 0;	
}
#header .wrap .logo h1 a {
	display: block;	
	transition: all 0.5s ease;	
}
#header .wrap .logo h1 a:hover {
	display: block;	
	transition: all 0.5s ease;
	opacity: 0.8;	
}
.header-nav {
	position: absolute;
	right: 0;
	bottom: 0;	
	width: 800px;
	height: 56px;
}
.header-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	height: 56px;
}
.header-nav ul li {
	display: inline-block;
	margin-right: 50px;	
	height: 56px;
}
.header-nav ul li:last-child {
	margin-right: 0;	
}
.header-nav ul li a {
	display: block;
	transition: all 0.5s ease;	
}
.header-nav ul li a:hover {
	transition: all 0.5s ease;
	transform: translateY(3px);	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#header .plan {
	position: absolute;
	right: 0;
	top: 0;
	width: 204px;
	height: 41px;	
}
#header .plan a {
	display: block;
	background: #993636;
	transition: all 0.5s ease;	
}
#header .plan a:hover {
	background: #992222;
	transition: all 0.5s ease;		
}
#header .tel {
	position: absolute;
	right: 204px;
	top: 0;
	width: 184px;
	height: 41px;
}
/* footer */
footer {
	background: url(../img/footer-bg.jpg) no-repeat center top;
	box-sizing: border-box;
	padding-top: 20px;
	width: 100%;
	height: 400px;
	box-sizing: border-box;
}
.footer-nav {
	margin-top: 10px;
	margin-bottom: 20px;	
}
.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 908px;
	height: 56px;
	margin: 0 auto;
}
.footer-nav ul li {
	display: inline-block;
	margin-right: 50px;	
	height: 22px;
}
.footer-nav ul li:last-child {
	margin-right: 0;	
}
.footer-nav ul li a {
	display: block;
	transition: all 0.5s ease;	
}
.footer-nav ul li a:hover {
	transition: all 0.5s ease;
	transform: translateY(3px);	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.footer-nav ul li a img {
	vertical-align: bottom;
}
#footer .info {
	margin: 0 auto;
	width: 690px;
	height: 167px;
	overflow: hidden;
	margin-bottom: 50px;
}
#footer .info .left {
	float: left;
	width: 370px;
	height: 167px;
}
#footer .info .left h2 {
	margin: 0;
	padding: 0;
	text-align: center;	
}
#footer .info .left h2 a img {
	vertical-align: bottom;
}
#footer .info .left h2 a {
	display: block;
	transition: all 0.5s ease;		
}
#footer .info .left h2 a:hover {
	transition: all 0.5s ease;
	opacity: 0.8;
}
#footer .info .left p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.2em;
	font-weight: 500;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#footer .info .right {
	float: right;
	width: 275px;
	height: 167px;
	box-sizing: border-box;
	padding-top: 15px;
	text-align: center;
}
#footer .info .right img {
	margin-bottom: 5px;	
}
#footer .info .right a {
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.2em;
	font-weight: 500;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	transition: all 0.5s ease;
}
#footer .info .right a:hover {
	transition: all 0.5s ease;
	color: #e0efb0;
}
#footer .copyright {
	overflow: hidden;	
}
#footer .copyright p {
	color: #fff;
    font-family: Times, "Times New Roman", Georgia, serif;
	text-align: center;	
	letter-spacing: 0.2em;
	font-size: 12px;
	font-weight: 500;
}
#footer .copyright p img {
	vertical-align: top;
	margin-right: 5px;
}
#footer a[href="0265392316"] {
	color: #fff;
}
/* スクロール固定ナビ */
.nav {
	display: none;
	z-index: 9000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 106px;	
	overflow: visible;
	background: url(../img/header-bg.png) no-repeat top center;	
    filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
}
.nav img {
	vertical-align: bottom;	
}
.nav .logo img {
	max-width: 92%;
} 
.nav .wrap {
	margin: 0 auto;
	position: relative;
	width: 1100px;
	height: 100px;
	background: url(../img/header-wrap-bg.png) no-repeat center top;
}
.nav .wrap .logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 178px;
	height: 100px;
}
.nav .wrap .logo h2 {
	margin: 0;
	padding: 0;	
}
.nav .wrap .logo h2 a {
	display: block;	
	transition: all 0.5s ease;	
}
.nav .wrap .logo h2 a:hover {
	display: block;	
	transition: all 0.5s ease;
	opacity: 0.8;	
}
.global-nav {
	position: absolute;
	right: 0;
	bottom: 0;	
	width: 800px;
	height: 56px;
}
.global-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	height: 56px;
}
.global-nav ul li {
	display: inline-block;
	margin-right: 50px;	
	height: 56px;
}
.global-nav ul li:last-child {
	margin-right: 0;	
}
.global-nav ul li a {
	display: block;
	transition: all 0.5s ease;	
}
.global-nav ul li a:hover {
	transition: all 0.5s ease;
	transform: translateY(3px);	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.nav .plan {
	position: absolute;
	right: 0;
	top: 0;
	width: 204px;
	height: 41px;	
}
.nav .plan a {
	display: block;
	background: #993636;
	transition: all 0.5s ease;	
}
.nav .plan a:hover {
	background: #992222;
	transition: all 0.5s ease;		
}
.nav .tel {
	position: absolute;
	right: 204px;
	top: 0;
	width: 184px;
	height: 41px;	
}
/* #search */
#search {
	width: 100%;
	height: 100px;
	background: #516137;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	background: url(../img/search-bg.png) no-repeat center center;
}
#search .wrap {
	width: 1100px;
	height: 100px;
	margin: 0 auto;	
	box-sizing: border-box;
	border: 1px solid #fff;
	background: url(../img/search-wrap-bg.png) no-repeat center center;
    filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
}
#search .wrap h2 {
	width: 176px;
	margin: 0;	
}
#search .wrap h2 img {
	vertical-align: middle;
	border-right: 1px solid #fff;
}
#search .wrap .left {
	float: left;
	width: 200px;
	height: 80px;
	box-sizing: border-box;
	padding-top: 20px;
}
#search .wrap .right {
	float: right;
	position: relative;
	width: 840px;
	height: 100px;
}
.plan_form {
	width: 820px;
	color:#000;
}
.plan_form p {
	margin: 0;
	padding: 0;
}
.plan_form input,
.plan_form select {
	border: 0;	
	font-size: 13px;
	border-radius: 0;
	height: 20px;
	padding-left: 5px;
}
.plan_form img {
	vertical-align: middle;
	margin-right: 10px;
}
.plan_form .check_in {
	position: absolute;
	width: 250px;
	height: 20px;
	left: 0;
	top: 25px;
}
.plan_form .guests {
	position: absolute;
	width: 250px;
	height: 20px;
	left: 0;
	bottom: 25px;
}
.plan_form .hasDatepicker {
	width: 90px !important;	
}
.plan_form .text_r {
	position: absolute;
	width: 100px;
	height: 20px;
	left: 245px;
	top: 25px;
}
.plan_form .type {
	position: absolute;
	width: 270px;
	height: 20px;
	left: 370px;
	top: 25px;
}
.plan_form .price {
	position: absolute;
	width: 370px;
	height: 20px;
	left: 274px;
	bottom: 25px;
}
.plan_form .search_btn {
	position: absolute;
	width: 160px;
	height: 50px;
	right: 30px;
	top: 25px;
}
.plan_form .search_btn input[type="image"] {
	width: 160px;
	height: 50px;
	transition: all 0.5s ease;
	padding: 0;
}
.plan_form .search_btn input:hover[type="image"] {
	transition: all 0.5s ease;
	transform: translateX(3px);	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.hasDatepicker,
select {
	font-size: 13px;	
}
/* PageTop */
.pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 10px;
}
.pagetop a {
    display: block;
    background: url(../img/pagetop.png) no-repeat;
	background-size: cover;
    width: 50px;
	height: 50px;
	opacity: 0.9;
	transition: all 0.5s ease;
	filter: drop-shadow(0 0 4px rgba(0,0,0,0.3));
}
.pagetop a img {
	vertical-align: bottom;	
}
.pagetop a:hover {
    width: 50px;
	height: 50px;
    background: url(../img/pagetop-hover.png) no-repeat;
	transition: all 0.5s ease;
	transform: translateY(-3px);
}
/* fancybox */
.fancybox-infobar span {
	color: #fff;	
}
.fancybox-navigation button {
	display: none;	
}
.fancybox-caption {
	text-align: center;	
	letter-spacing: 0.2em;
	font-size: 15px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
/* sub-bn */
#sub-bn {
	position: relative;
	width: 1100px;
	height: 276px;
	margin: 0 auto;
}
#sub-bn .bn01 {
	position: absolute;	
	width: 535px;
	height: 276px;
	bottom: 0;
	left: 0;
	background: #000;
}

#sub-bn .bn02 {
	position: absolute;	
	width: 535px;
	height: 276px;
	bottom: 0;
	right: 0;
	background: #000;
}
#sub-bn a img {
	transition: all 0.5s ease;
}
#sub-bn a:hover img {
	transition: all 0.5s ease;
	opacity: 0.8;
}

/* sub-bn03 */
#sub-bn03 {
	position: relative;
	width: 1100px;
	height: 276px;
	margin: 0 auto;
}
#sub-bn03 .bn {
	position: absolute;	
	width: 800px;
	height: 276px;
	bottom: 0;
	left: 0;	
	background: #000;
}
#sub-bn03 a img {
	transition: all 0.5s ease;
}
#sub-bn03 a:hover img {
	transition: all 0.5s ease;
	opacity: 0.8;
}

#sub-bnCenter {
	position: relative;
	width: 100%;
	max-width: 1100px;
	height: 276px;
	margin: 0 auto;
}
#sub-bnCenter .bn {
    position: absolute;
    width: 800px;
    height: 276px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#sub-bnCenter .bn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: inline-block;
    background: #000;
    width: 100%;
    max-width: 800%;
    height: 276px;
    z-index: 0;
}
#sub-bnCenter a img {
    position: absolute;
	width: 100%;
	transition: all 0.5s ease;
    z-index: 1;
}
#sub-bnCenter a:hover img {
	transition: all 0.5s ease;
	opacity: 0.8;
}