@charset "utf-8";
/* 共通設定 */
* {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 150%;
	color: #333;
	margin: 0;
	padding: 0;	
	font-weight: 500;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}
body{
	min-width:1280px;
	width:100%;
}
.t-a-c {
	text-align: center;	
}
.t-a-r {
	text-align: right;	
}
.clear{ clear:both;}
span.color-red {
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
	color: #993333;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 1.1rem;
}
/* スクロール固定ナビ */
.nav {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: none;
	width: 100%;
	height: 110px;
	background: url(../img/nav-bg.png);
	clear: both;
}
.nav a img {
	transition: all 0.5s ease;	
}
.nav a:hover img {
	opacity: 0.8;	
	transition: all 0.5s ease;	
}
.nav-wrap {
	position: relative;
	width: 1110px;	
	height: 104px;
	margin: 0 auto;
}
.nav-wrap .logo {
	position: absolute;
	width: 320px;
	height: 84px;
	left: 0;
	top: 16px;
}
.nav-wrap .info01 {
	position: absolute;
	width: 444px;
	height: 30px;
	left: 333px;
	top: 16px;	
}
.nav-wrap .info02 {
	position: absolute;
	width: 317px;
	height: 30px;
	right: 0;
	top: 16px;	
}
.nav-wrap .info02 .ajust {
	display: inline-block;
	margin-right: 6px;
}
.nav-wrap .menu {
	position: absolute;
	width: 776px;
	height: 30px;
	right: 0;
	bottom: 15px;
}
.nav-wrap .menu ul {
	list-style-type: none;	
}
.nav-wrap .menu ul li {
	float: left;
	margin-right: 83px;
}
.nav-wrap .menu ul li:last-child {
	margin-right: 0;	
}
/* フッター */
#footer {
	background: url(../img/footer-bg-left.png) no-repeat, url(../img/footer-bg-right.png) no-repeat, url(../img/footer-bg01.png);
	background-position: center left, center right, center center;	
	width: 100%;
	height: 450px;	
}
#footer a img {
	transition: all 0.5s ease;	
}
#footer a:hover img {
	opacity: 0.8;	
	transition: all 0.5s ease;	
}
#footer dt,
#footer dd, 
#footer p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	color: #fff;
	font-weight: 400;
	font-size: 0.8rem;
	letter-spacing: 0.1em;
}
.footer-wrap {
	margin: 0 auto;
	position: relative;
	width: 1100px;
	height: 394px;
}
.footer01 {
	position: absolute;
	left: 0;
	top: 0;
	width: 350px;
	height: 238px;
}
.footer01 h2 {
	padding-top: 30px;
	margin-bottom: 30px;
}
.footer02 {
	position: absolute;
	left: 380px;
	top: 30px;
	width: 370px;
	height: 120px;	
}
.footer02 ul {
	list-style-type: none;	
}
.footer02 ul li {
	float: left;
	width: 185px;
	height: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	background: url(../img/footer-li.png) no-repeat;
	background-position: center left;
	padding-left: 20px;
}
.footer02 ul li a {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	color: #faffdc;
	font-weight: 400;
	font-size: 0.8rem;
	letter-spacing: 0.1em;
	text-decoration: none;	
}
.footer02 ul li a:hover {
	text-decoration: underline;	
}
.footer03 {
	position: absolute;
	right: 0;
	top: 30px;
	width: 264px;
	height: 260px;		
}
.footer04 {
	position: absolute;
	right: 136px;
	top: 250px;
	width: 126px;
	height: 43px;
	border: 1px dotted #fff;
	transition: all 0.5s ease;		
}
.footer05 {
	position: absolute;
	right: 0;
	top: 250px;
	width: 126px;
	height: 43px;
	border: 1px dotted #fff;
	transition: all 0.5s ease;				
}
.footer04:hover,
.footer05:hover {
	display: block;
	background: rgba(255,255,255,0.1);	
	transition: all 0.5s ease;	
}
.footer06 {
	position: absolute;
	left: 0;
	top: 290px;
	width: 466px;
	height: 20px		
}
.footer06 img {
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
	margin-top: -4px;
}
.footer06 p {
	font-size: 0.8rem !important;	
	letter-spacing: 0.1em;
}
/* section */
section .wrap {
	width: 1100px;
	margin: 0 auto;	
}
/* PageTop */
.pagetop {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 120px;
}
.pagetop a {
    display: block;
    background: url(../img/pagetop.png) no-repeat;
	background-size: cover;
    width: 50px;
	height: 50px;
	opacity: 0.7;
}
.pagetop a:hover {
    background: url(../img/pagetop-hover.png) no-repeat;
}
/* subぺージ*/
#sub {
	background: url(../img/bg-washi01.jpg);	
}
/* subヘッダー */
#sub-header {
	width: 100%;
	height: 350px;	
}
#sub-header .sub-header-bg {	
	background: url(../img/sub-header-bg-left.png) no-repeat, url(../img/sub-header-bg-right.png) no-repeat, url(../img/sub-header-bg.png) repeat-x;
	background-position: top left, top right, top center;	
}
#sub-header .wrap {
	width: 1100px;
	height: 350px;
	margin: 0 auto;
	position: relative;	
}
#sub-header .logo {
	width: 	156px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
}
#sub-header .logo a img {
	transition: all 0.5s ease;	
}
#sub-header .logo a:hover img {
	opacity: 0.9;	
	transition: all 0.5s ease;		
}
#sub-header nav {
	width: 	944px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 156px;
}
#sub-header nav ul {
	list-style-type: none;
	padding-top: 15px;
	padding-left: 40px;	
}
#sub-header nav ul li a img {
	float: left;
	border-right: 1px solid rgba(255,255,255,0.4);
	transition: all 0.5s ease;
}
#sub-header nav ul li a:hover img {
	opacity: 0.9;	
	transition: all 0.5s ease;		
}
#sub-header nav ul li:last-child a img {
	border-right: 0;	
}
#sub-header h2#title {
	width: 300px;
	height:	70px;
	margin: 0;
	position: absolute;	
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#sub-header #breadcrumb {
	width: 300px;
	height:	70px;
	position: absolute;	
	top: 100px;	
}
#sub-header #breadcrumb ul {
	list-style-type: none;	
}
#sub-header #breadcrumb ul li,
#sub-header #breadcrumb ul li a {
	float: left;	
	color: #fff;
	letter-spacing: 0.2em;
	font-size: 0.75rem;
	font-weight: 400;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	text-shadow: -1px -1px 2px #000000, -1px 0px 2px #000000, -1px 1px 2px #000000, 0px -1px 2px #000000, 0px 0px 2px #000000, 0px 1px 2px #000000, 1px -1px 2px #000000, 1px 0px 2px #000000, 1px 1px 2px #000000;
	text-decoration: none;
}
#sub-header #breadcrumb ul li.name::before {
	content: ">";
	margin-right: 5px;
	margin-left: 10px;
}
#sub-header-search {
	width: 1100px;
	height: 82px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #99856c;
	border-bottom: 1px solid #99856c;
	background: url(../img/sub-header-search-bg-jp.png) no-repeat;
	background-position: left center;
	padding-left: 238px;
}

#sub-header-search2 {
	width: 1100px;
	height: 82px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #99856c;
	border-bottom: 1px solid #99856c;
	background: url(../img/sub-header-search-bg.png) no-repeat;
	background-position: left center;
	padding-left: 238px;
}
/* サブ共通 slider-pro カスタマイズ */	
.slider {
	margin-bottom: 30px;	
}
.sp-bottom-thumbnails .sp-thumbnail-container, .sp-top-thumbnails .sp-thumbnail-container {
	background: #000;
}
.sp-layer {
	background: transparent;
	margin-bottom: 0 !important;
	text-align: right;
	text-shadow: 1px  1px 1px #000, -1px  1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
	letter-spacing: 0.2em;
}
.sp-slides-container {
	margin-bottom: 5px;
}
.sp-bottom-thumbnails, .sp-top-thumbnails {
	margin: 0;
	margin-left:auto;
	margin-right:auto;
}
.sp-thumbnail-container {
	margin-right: 5px !important;		
}
.sp-thumbnail-container:nth-of-type(4) {
	margin-right: 0 !important;	
}
.sp-thumbnail-container img {
	opacity: 0.6 !important;
	cursor: pointer !important;
}
.sp-selected-thumbnail img {
	opacity: 1 !important;	
}
/* fancybox */
.fancybox-infobar span {
	color: #fff;	
}
.fancybox-navigation button {
	display: none;	
}
/*空室検索*/
.plan_form{
	width:750px;
	padding:20px 0 20px 10px;
	border-top:solid 1px #CFBDBD;
	border-bottom:solid 1px #CFBDBD;
}
.plan_form p{
	margin:0;
	padding:0;
	color:#FFF;
	font-size:13px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.plan_form img{
	vertical-align: middle;
	margin-right:10px;
}
.plan_form .check_in{
	width:300px;
	float:left;
	margin-right: 22px;
}
.plan_form .guests{
	width:180px;
	float:left;
	margin-bottom:8px;
	margin-right:12px;
}
.plan_form .type{
	width:220px;
	float:left;
}
.plan_form .price{
	width:340px;
	float:left;
	margin-left:260px;
}
.plan_form .search_btn{
	width: 117px;
	height: 24px;
	float:left;
}
.plan_form hr{
	clear:both;
	width:0;
	height:0;
}
/*空室検索下層ページ*/
.plan_form2{
	width:800px;
	padding:10px 0 0px 0px;
}
.plan_form2 p{
	margin:0;
	padding:0;
	color:#000;
	font-size:13px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.plan_form2 img{
	vertical-align: middle;
	margin-right:10px;
}
.plan_form2 .check_in{
	width:350px;
	float:left;
	margin-right: 22px;
}
.plan_form2 .guests{
	width:180px;
	float:left;
	margin-bottom:8px;
	margin-right:12px;
}
.plan_form2 .type{
	width:220px;
	float:left;
}
.plan_form2 .price{
	width:340px;
	float:left;
	margin-left:280px;
}
.plan_form2 .search_btn{
	width: 117px;
	height: 24px;
	float:left;
}
.plan_form2 hr{
	clear:both;
	width:0;
	height:0;
}
