@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;
}

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: 5px 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: 930px;
	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(../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(../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;
}

}


.group_plan_image2 {
	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;
	width: 95%;
	margin: 10px auto;
}

.group_plan_image2 div {
	width: 48%;
}

.group_plan_image2 div img {
	width: 100%;
}

.group_plan_detail2 {
	text-align: center;
}
	





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






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


footer {
	width: 100%;
}

footer .footer_address {
	width: 100%;
	background: url(../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;
}

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_address_info p.footer_infotxt {
	font-size: 1.2rem;
}

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;
}

footer .footer_sns_icon a {
	margin-right: 10px;
}

@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 .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;
}


}

#terms ol {
	padding: 0;
}
	
#access_about_bus_title	.access_bus_detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
	border: 3px solid #F8F8F6;
	margin: 20px 0;
	}
	
#access_about_bus_title	.access_bus_detail dt {
		margin-right: 15px;
		font-size: 1.5rem;
		line-height: 1.8;
	}
	
#access_about_bus_title	.access_bus_detail dd img {
		width: 100%;
	}
	
.dining_msg_box {
		margin: 80px auto 0;
		max-width: 1000px;
		width: 98%;
		padding: 35px;
		box-sizing: border-box;
		background: #fff;
}
	
.dining_msg_box h5 {
	text-align: left;
	font-size: 2.3rem;
	margin-bottom: 25px;
	color: #9b7d1d;
	}
	
.dining_msg_box p {
		text-align: left !important;
		color: #9b7d1d;
	}
	
	.dinind_contents .dining_main_img p,
	.dinind_contents .dining_stylish_img p {
		text-align: left !important;
		font-size: 1.6rem !important;
		color: #9B7D1D;
		font-weight: bold;
	}
	
	
	.gp_detail_title {
		color: #9b7d1d !important;
		margin-bottom: 10px !important;
	}
	
	.group_plan_text {
		margin-top: 30px;
	}
	
	.access_bus_img_area {
		max-width: 640px;
		width: 95%;
		margin: 20px auto;
	}
	
	.access_bus_img_area img {
		width: 100%;
	}

.hd_bnr {
	margin-right: 5px;
}

@media only screen and (max-width: 1100px) {
	.hd_bnr {
		display: none;
	}
}

#dining .dining_cont2,
#dining .dining_cont3	{
	margin-top: 80px;
}