@charset "utf-8";

.clearfix:after {
	content: ""; 
	display: block;
	clear: both;
}

*, *: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;
}

html {
	font-size: 62.5%;
}

a {
	text-decoration: none;
	outline:none;
}

body	{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	box-sizing: border-box;
	overflow-x: hidden;
	color: #261702;
}

#wrap {
	overflow: hidden;
	width: 100%;
	background: #f3f2ea;
}

.red {
	color: #db3636;
}

input, button {
	outline: 0;
}

input::-moz-focus-inner, button::-moz-focus-inner {
	border: 0;
}

.fadein {
	animation-name: fadein;
	animation-duration: 2s;
	animation-iteration-count: 1;
}

@keyframes fadein {
from {
	opacity: 0;
	transform: translateY(20px);
}
to {
	opacity: 1;
	transform: translateY(0);
}

}


.fadein_sr {
    opacity : 0;
    transform : translate(0, 50px);
    transition:all 1.8s;
}
.fadein_sr.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


/* =====================
  header
===================== */


#menu-icon{
	position: absolute;
	right: 0;
	top: 20px;
	margin-right: 20px;
	display: none;
	z-index: 101;
}

#menu-icon span{
	border: 2px solid #000;
	width: 30px;
	margin-bottom: 5px;
	display: block;
	-webkit-transition: all .2s;
	transition:all .1s;
}

@media only screen and (max-width: 960px) {

	nav >ul>li {
		text-align: center;
	}

	nav >ul>li >a {
		display: block;
		padding: 10px 0;
		margin: 2% 0;
		color: #fff;
		font-size: 1.8rem;
		line-height: 1.3;
	}
	nav >ul>li >a span {
		color: #a89147;
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 480px) {
	nav >ul>li >a {
		display: block;
		padding: 15px 0;
		margin: 2% 0;
		color: #fff;
		font-size: 1.8rem;
	}
}

@media only screen and (min-width: 900px) {
	nav{
		display: block!important
	}
}

@media only screen and (max-width: 899px) {

.gnav {
}

	nav	{
		display: none;
		width: 100%;
		height: calc(100% - 65px);
		clear: both;
		float: none;
		overflow: scroll;
		background: rgba(0,0,0,0.8);
		padding: 10px 0;
		z-index: 9999;
		position: fixed;
		top: 65px;
		left: 0;
		right: 0;
	}

	#menu-icon {
		display: inline;
		cursor: pointer;
	}

/*
	#menu-icon.active span {
		border: 2px solid #fff;
	}
*/

	#menu-icon.active .first{
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		margin-top: 10px;
}

	#menu-icon.active .second {
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		position: relative;
		top: -9px;
}

	#menu-icon.active .third {
		display: none;
	}
}


/* =====================
  ダイレクトイン宿泊予約
===================== */

/* =====
  pc
======= */

@media only screen and (min-width: 900px) {

#shogetsugrand_bord {
	left: calc(50% - 263px)!important;
}

.drt_in_pc {
	width: 100%;
	background: #2b201a;
	padding: 20px 0;
}
	
.drt_in_pc .rsv_search_inner {
	width: 920px;
	margin: 0 auto;
	padding: 15px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 1.7rem;
	line-height: 1.2;
	background: #e7e4d5;
}

.drt_in_pc .rsv_search_inner .rsv_search_title span {
	font-size: 1rem;
	color: #a89147;
}
	
.drt_in_pc .rsv_search_inner .rsv_search_title {
	text-align: center;
	border-right: 1px solid #dbd9ce;
	padding: 10px 20px 0 0;
}
	
.drt_in_pc .rsv_search_inner .rsv_search_input {
	font-size: 1.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.drt_in_pc .rsv_search_inner .rsv_search_input a {
	color: #261702;
	text-decoration: underline;
}

.drt_in_pc .rsv_search_inner .rsv_search_input .rsi_box {
	line-height: 2.2;
}

.drt_in_pc .rsv_search_inner .rsv_search_input .rsi_box input[type="text"] {
	width: 50px;
}

.drt_in_pc .btn_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 25px;
}

.drt_in_pc #search_btn {
	border: 0;
	width: 75px;
	height: 65px;
	background: url(../../../common/image/search_btn.jpg) no-repeat;
	margin-right: 10px;
	border-radius: 0;
}

.drt_in_pc #cxl_btn {
	border: 0;
	width: 180px;
	height: 28px;
	background: url(../../../common/image/cxl_btn.jpg) no-repeat;
	margin-top: 9px;
	border-radius: 0;
}

}

/* ======
  スマホ
======= */

@media only screen and (max-width: 899px) {

.drt_in_sp {
display: none;
height: 100vh;
width: 100%;
clear: both;
float: none;
overflow-y: scroll;
margin-top: 65px;
background: rgba(0,0,0,0.8);
padding: 30px 0;
z-index: 9999;
font-size: 1.7rem;
position: fixed;
top:0;
left:0;
}

.drt_in_sp .rsi_box {
color: #fff;
line-height: 2;
}

.drt_in_sp a {
	color: #fff;
}

.drt_in_sp .rsv_search_inner {
	width: 75%;
	margin: 0 auto;
}

.drt_in_sp .rsv_search_title {
	font-size: 2.2rem;
	text-align: center;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 20px;
}

.drt_in_sp .rsv_search_title span {
	font-size: 1.3rem;
	color: #b59b47;
}

.drt_in_sp input[type="text"] {
	width: 20%;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border: 1px solid #ccc;
	margin-bottom:15px;
}

.drt_in_sp .rsi_box select {
	background: #fff;
	width: 20%;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom:15px;
}

.drt_in_sp .btn_left,
.drt_in_sp .btn_right {
	text-align: center;
}

.drt_in_sp .btn_box {
	margin-top: 30px;
}

.drt_in_sp #search_btn {
	width: 100%;
	margin: 15px auto;
	height: 55px;
	line-height: 55px;
	background: #b59b47;
	color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}

.drt_in_sp #search_btn:visited {
	color: #fff;
}

.drt_in_sp .calendar_btn {
	width: 100%;
	margin: 15px auto;
	height: 55px;
	line-height: 55px;
	background: #909090;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}

.drt_in_sp #cxl_btn {
	width: 100%;
	margin: 15px auto;
	height: 55px;
	line-height: 55px;
	background: #909090;
	color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.rsv_close_icon {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 3rem;
	color: #fff;
}

#shogetsugrand_bord {
	top: 0 !important;
	left: 0 !important;
	width: 90% !important;
}

.roomassign_select {
	width: 100% !important;
}

.roomassign_select_bd .roomassign_select_table table {
	width: 100% !important;
}

}

@media only screen and (max-width: 480px) {
.drt_in_sp .rsv_search_inner {
	width: 90%;
	margin: 0 auto;
}

.drt_in_sp .rsv_search_title {
	font-size: 1.9rem;
	text-align: center;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 20px;
}

.drt_in_sp .rsv_search_title span {
	font-size: 1.2rem;
	color: #b59b47;
}

.drt_in_sp .rsi_box input[type="text"],
.drt_in_sp .rsi_box select	{
	padding: 7px;
	margin-bottom:10px;
}

.drt_in_sp #search_btn,
.drt_in_sp .calendar_btn,
.drt_in_sp #cxl_btn {
	margin: 10px auto;
}

#shogetsugrand_bord {
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
}

.roomassign_select {
	width: 100% !important;
}

.roomassign_select_bd .roomassign_select_table table {
	width: 100% !important;
}

.roomassign_select {
	max-height: 500px !important;
	overflow-y: scroll !important;
}

}



/* =====================
  お部屋
===================== */






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


footer {
	width: 100%;
}

footer .footer_address {
	width: 100%;
	background: url(../../../common/image/footer_bg_repeat.jpg) repeat;
}

footer .footer_address_image {
	text-align: center;
}

footer .footer_address_image img {
	margin-bottom: 20px;
}

footer .footer_address_info {
	color: #fff;
}

footer .footer_address_info p {
	font-size: 1.5rem;
	margin-bottom: 13px;
}

footer .footer_address_info p a {
	cursor: pointer;
}

footer .footer_address_info p a,
footer .footer_address_info p a:visited	{
	color: #fff;
}

footer .footer_address_info p i {
	font-size: 2.5rem;
}

footer .footer_address_info p.footer_address_txt {
	line-height: 1.5;
	padding: 0 5px;
}

footer .footer_address_info p.footer_tel_num {
	font-size: 1.8rem;
	letter-spacing: 2px;
}

footer .footer_address_info p.footer_tel_num span {
	font-size: 1.3rem;
}

footer .footer_address_info p.footer_tel_num a {
	color: #fff !important;
	text-decoration: none !important;
}

footer .footer_link {
	width: 100%;
	padding: 25px 0;
	background: #f3f2ea;
	position: relative;
}

footer .footer_link ul li {
	border-right: 1px solid #b7b7b7;
	text-align: center;
	padding: 0 25px;
	font-size: 1.5rem;
}

footer .footer_link ul li:last-child {
	border: none;
}

footer .footer_link ul li a {
	color: #261702;
}

footer .site_link {
	width: 100%;
	background: #fff;
}

footer .footer_link .to_top_btn {
	position: absolute;
	top: -10px;
	right: 10px;
}

footer .copyright {
	width: 100%;
	background: #191001;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
}

footer .footer_img_box a {
	cursor: pointer;
}

footer .tripadvisor_link img {
	border: 1px solid #30B391;
}

footer #page_top {
z-index: 9999;
}

footer #page_top {
	position: fixed;
	right: 10px;
	bottom: 90px;
}

footer #page_top a {
	display: block;
	padding: 10px 17px 15px;
	background: rgba(000,000,000,.6);
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
}

footer #page_top a i {
	font-size: 2rem;
	padding-bottom: 5px;
}

@media only screen and (min-width: 980px) {

}

@media only screen and (max-width: 980px) {
footer #page_top {
	position: fixed;
	right: 0;
	bottom: 0;
}

footer #page_top a {
	display: block;
	padding: 5px 13px 8px;
	background: rgba(000,000,000,.6);
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
}

footer #page_top a i {
	font-size: 2rem;
	padding-bottom: 3px;
}

}


@media only screen and (min-width: 620px) {
footer .footer_address_inner {
	width: 610px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 70px 0;
}

footer .footer_link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
 -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

footer .footer_address_image {
	width: 35%;
}

footer .footer_address_info {
	width: 60%;
}

footer .footer_logo {
	max-width: 200px;
}

footer .footer_logo img {
	width: 100%;
}

footer .site_link_logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
 -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px auto 0;
	width: 95%;
}

footer .site_link_logo a {
	border-right: 1px solid #ccc;
	text-align: center;
	padding: 10px 35px;
}

footer .site_link_logo a:last-child {
	border: none;
}

footer .site_link_logo a img {
	width: 100%;
}

footer .site_link {
	padding: 25px 0;
}

footer .footer_img_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

footer .privilege_banner {
	margin-right: 20px;
}

	footer .privilege_banner img {
		height: 125px;
	}

}



@media only screen and (max-width: 619px) {

footer .footer_address_inner {
	padding: 50px 0;
	text-align: center;
}

footer .footer_link ul li {
	padding: 10px 0;
	font-size: 1.5rem;
}

footer .site_link_logo {
	text-align: center;
	margin: 20px 0 0;
}

footer .site_link_logo a {
	padding: 20px;
	display: block;
	border-top: 1px solid #f3f2ea;
}

footer .site_link {
	padding: 25px 0 0;
}

footer .footer_img_box {
	text-align: center;
}

footer .privilege_banner {
	margin-bottom: 20px;
}

footer #page_top {
	position: fixed;
	right: 0;
	bottom: 0;
}

footer #page_top a {
	display: block;
	padding: 5px 13px 8px;
	background: rgba(000,000,000,.6);
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
}

footer #page_top a i {
	font-size: 2rem;
	padding-bottom: 3px;
}

footer .privilege_banner img {
	width: 80%;
	margin: 0 auto;
}


}


#coming_soon {
	width: 80%;
	text-align: center;
	font-size: 2.9rem;
	padding: 100px 0;
	background: #DDD;
	color: #727071;
	font-weight: bold;
	font-family: sans-serif;
	margin: 50px auto;
	}
	
		
	
	
	
	#access_about_bus_cont {
		font-size: 1.5rem;
		width: 90% !important;
		margin: auto !important;
		line-height: 2;
	}
	
	#access_about_bus_cont .access_about_bus_txt {
		margin-bottom: 30px;
	}
	
	#access_about_bus_cont .access_about_bus_txt span {
		color: #9b7d1d;
	}
	
	#access_about_bus_cont .bus_caution_text {
		margin-bottom: 30px;
		color: #79715c;
	}
	
#access_about_bus_cont	#bus_rsv_btn {
		max-width: 370px;
		width: 100%;
	padding: 10px 0;
	margin: 20px auto 0;
	background: #a89147;
	cursor: pointer;
	text-align: center;
}

#access_about_bus_cont	#bus_rsv_btn a {
	color: #fff;
	font-size: 16px;
		display: block;
		text-decoration: none;
	}
	
#access_about_bus_cont	.access-inner-note {
    text-align: left;
		max-width: 800px;
		width: 100%;
    padding: 30px;
    background: #F8F8F6;
    border: solid 1px #E3DFD4;
    margin: 30px 0 10px;
	}
	
#access_about_bus_cont	ul#notice_text {
    font-size: 15px;
    margin-left: 15px;
    line-height: 25px;
	}
	
#access_about_bus_cont	ul#notice_text li {
    list-style-type: disc;
	}
	
	#access_about_bus_cont	#bus_caution_box img {
		max-width: 650px;
		width: 100%;
	}
	
	.bus_time_table {
		margin-bottom: 30px;
	}
	
	#access_about_bus_cont span.bus_txt_1 {
		color: #db3636 !important;
		font-weight: bold;
		font-size: 1.8rem;
	}
	
	.en_bus_cont {
		margin-bottom: 30px;
	}
	
	#bus_caution_box_ttl {
		font-weight: bold;
		font-size: 2.5rem;
		color: #9b7d1d;
	}
	
.bus_cancel_table {
  margin-top: 10px;
  width: 100%;
  border-right: 1px solid #9b7d1d;
}
	
.bus_cancel_table th {
  text-align: center;
  border-left: 1px solid #fff;
  background: #9b7d1d;
  color: #ffffff;
  padding: 5px;
		font-size: 1.5rem;
		line-height: 1.4 !important;
}
	
.bus_cancel_table td {
  border-bottom: 1px solid #9b7d1d;
  border-left: 1px solid #9b7d1d;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  color: #9b7d1d;
  font-size: 1.5rem;
		line-height: 1.4 !important;
	}
	
	.cp_txt_ttl {
		font-weight: bold;
  font-size: 2.2rem;
		color: #9b7d1d;
		margin-top: 20px;
	}
	
	.cp_txt_dtl {
		margin-left: 20px;
	}