@charset 'UTF-8';
/*--------------------------------------------------*/
/*init*/
/*--------------------------------------------------*/
html{overflow-y:scroll;}

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,
form,fieldset,legend,input,textarea,
p,blockquote,th,td{
  margin:0;
  padding:0;
}

body{
  color:#333333;
  font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
  font-weight:normal;
  line-height:1.5;
  letter-spacing:0px;
  -webkit-text-size-adjust:100%;
}

html{
	font-size:10px;
}

ul,ol,li{list-style:none;}

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

form, fieldset, input, select, textarea{font:inherit;}
input, select, textarea{outline:none;}
input{vertical-align:middle;}
fieldset{border:0;}

i, cite, em, var, address, dfn{font-style: normal;}

img{
  max-width:100%;
  border:0;
  vertical-align:top;
}

h1,h2,h3,h4,h5,h6{clear:both;}

a,input{
  -webkit-transition:all 0.3s ease;
  -moz-transition   :all 0.3s ease;
  -ms-transition    :all 0.3s ease;
  -o-transition     :all 0.3s ease;
  transition        :all 0.3s ease;
  outline:none;
}
a:link, a:visited,a:hover, a:active{color:#333333; text-decoration:none;}
a:hover{
  opacity:0.8;
  filter:alpha(opacity=80);
}

sup, sub{font-size: 60%;}
sup{vertical-align:top;}
sub{vertical-align:baseline;}

em{font-style:normal;}

table, th, td{font:inherit;}
th, td{text-align:left; vertical-align:top;}

form, fieldset, input, textarea{font:inherit;}

iframe{border: none;}

*{
  box-sizing: border-box;
}

@media screen and (min-width:769px){
  html{
		font-size:10px;
  }
}

/* -------------------------------- ColorBox */

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #000;
}
#colorbox {
}
#cboxContent {
	margin-top: 20px;
}
.cboxIframe {
	background: #fff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	background: #fff;
}
#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
}
#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0px;
	color: #ccc;
}
#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}
#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -32px;
	background: url(images/controls.png) no-repeat top left;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}
#cboxPrevious:hover {
	background-position: bottom left;
}
#cboxNext {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -32px;
	background: url(images/controls.png) no-repeat top right;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}
#cboxNext:hover {
	background-position: bottom right;
}
#cboxLoadingOverlay {
	background: #000;
}
#cboxLoadingGraphic {
	background: url(images/loading.gif) no-repeat center center;
}
#cboxClose {
	position: absolute;
	display: block;
	background: url(images/controls.png) no-repeat top center;
	text-indent: -9999px;
}
.pClose{
	width: 42px;
	height: 120x;
	bottom: 19px;
	right: 16px;
}
.vClose{
	top: 10px;
	right: 9px;
	width:48px;
	height:20px;
}
#cboxClose:hover {
	background-position: bottom center;
}

/* -------------------------------- html */

html.modal_open{
	height: 100%;
	overflow: hidden;
}

/* -------------------------------- header */

#header{
	position: absolute;
  /* top: 0; */
  top: 67px;
  left: 0;
  z-index: 101;
  width: 100%;
	box-sizing: border-box;
	line-height: 1;
  text-align: center;
}
#header.menu_open{
	background: rgba(0,0,0,0.5);
}
#header .header_nav_wrap{
  display: table;
  width: 100%;
	height: 60px;
	table-layout: fixed;
}
#header .logo{
  display: table-cell;
  width: 226px;
  vertical-align: middle;
  padding: 30px;
}
#header .logo .link{
  display: block;
}
#header .sub_nav{
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
}
#header .sub_nav .link_list{
  display: table;
  width: auto;
	margin: 0 0 0 auto;
}
#header .sub_nav .link_list .item{
  display: table-cell;
  vertical-align: middle;
  border-left: 1px #707070 solid;
	padding: 0 10px;
}
#header .sub_nav .link_list .item a{
	white-space: nowrap;
}
#header .sub_nav .link_list li:nth-child(3) a{
	padding: 2px 9px;
	background-color: #9E0C0C;
	font-size: 12px;
	color: #fff;
}

@media screen and (max-width: 768px) {
	#header .sub_nav .link_list li:nth-child(3) a {
		background-color: transparent;
		color: #333333;
		padding: 0;
	}
}

#header .sub_nav .link_list .item:last-child{
  border-right: 1px #707070 solid;
}
#header .sub_nav .link_list .link{
	color: #FFFFFF;
}
#header .sub_nav .function_menu .tel{
  color: #FFFFFF;
  margin-top: 10px;
  text-align: right;
}
#header .sub_nav .function_menu .tel .no{
  font-size: 1.8rem;
  margin-left: 5px;
}
#header .bottom_nav{
	display: none;
}
#header #megamenu{
  display: table-cell;
  width: 70%;
  vertical-align: middle;
}
#header #header_nav_btn {
	display: none;
}
#header .reservation_area {
  display: table-cell;
  vertical-align: middle;
	width: 10%;
  background: #9E0C0C;
  color: #FFFFFF;
	cursor: pointer;
}
#header .reservation_area:hover {
	opacity: 1;
}
#header .reservation_area .reservation_btn{
  font-size: 1.8rem;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
}
#header .reservation_area p {
	line-height: 1.75;
}
#header .reservation_area a {
	text-decoration: underline;
}
#header .reservation_area .reservation_menu {
	display: none;
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
	background: #666;
	position: absolute;
	left: 0;
	top: 87px;
	z-index: 48;
	font-size: 1.4rem;
	color: #fff;
}
#header .reservation_area .reservation_menu {
	padding: 50px 30px;
}
#header .reservation_area .reservation_menu .reservation_menu_wrap {
	position: relative;
}
#header #megamenu .nav_logo{
	display: none;
}

#header .logo ._top{
	display: block;
}
#header .logo ._green{
	display: none;
}
#header nav.global-wrap {
	clear: both;
  display: table;
  width: 100%;
}

#header .global{
  display: table-cell;
  vertical-align: middle;
}
#header .global > li {
	float: left;
  margin: 42px 19px;
}
#header.menu_open .global > li._hover{
  margin: 0;
  padding: 42px 19px;
}
#header .global > li a.gnav_btn {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	box-sizing: border-box;
	line-height: 1;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
}
#header .global > li a.gnav_btn span {
  position: relative;
  display: inline-block;
  text-decoration: none;
	letter-spacing: 3px;
}
#header .global > li.nav_activity a.gnav_btn span,
#header .global > li.nav_access a.gnav_btn span {
	letter-spacing: 0;
}
#header .global > li a.gnav_btn span::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .4s;
}
#header .global > li a.gnav_btn:hover span::after {
  transform: scale(1, 1);
}
#header.menu_open .global > li a.gnav_btn{
	opacity: 0.5;
}
#header.menu_open .global > li._hover a.gnav_btn{
	opacity: 1;
}
#header.menu_open .logo{
	opacity: 0.5;
}
#header.menu_open .sub_nav{
	opacity: 0.5;
}
#header.menu_open .reservation_area{
	background: #4E0606;
	color: #7F7F7F;
}

@media screen and (max-width: 768px) {
	#header{
    position: fixed;
    /* top: 0; */
    top: 134px;
		transform: translateY(0);
    transition: 1s;
    width: 100%;
    z-index: 999;
	}
	#header .header_nav_wrap{
		/* background: #FFFFFF; */
		transition: .8s ;
	}
	#header.top .header_nav_wrap{
		background: transparent;
	}
	#header .logo ._top{
		/* display: none; */
	}
	#header .logo ._green{
		/* display: block; */
	}
	#header.top .logo ._green{
		display: none;
	}
	#header.top .logo ._top{
		display: block;
	}
	/* #sp_nav_overlay {
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(0,0,0,0.6);
		display: none;
		position: fixed;
		z-index: 900;
	} */
	#header.hide{
			transform: translateY(-100%);
      top: 0px;
	}
	#header .logo{
		width: 57%;
		padding: 20px;
	}
	#header .reservation_area .reservation_btn{
		font-size: 1.6rem;
	}
	#header #header_nav_btn.btnClose{
		background: #FFFFFF;
	}
	#header #header_nav_btn.btnClose span{
		background: #000000;
	}
}

@media screen and (max-width:320px) {
  #header{
    top: 115px;
  }
}

#header .global li .mega_dropdown {
	display: none;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background: #f7f7f7;
	border-top: 1px solid #ccc;
	overflow: hidden;
	z-index: 39;
}
#header .global li .mega_dropdown .mgdd_wrap {
	width: 90%;
	display: table;
	margin: 0 auto;
	padding: 50px 0;
}
#header .global li .mega_dropdown .mgdd_wrap {
	width: 100%;
	padding: 65px 70px;
}
#header .global li .mega_dropdown .mgdd_wrap a {
	color: #333;
	text-decoration: none;
}
#header .global li .mega_dropdown .mgdd_utility {
	display: table-cell;
	vertical-align: middle;
	width: 330px;
	border-right: #DDDDDD 1px solid;
}
#header .global li .mega_dropdown .mgdd_utility .category_title {
	font-size: 3.8rem;
	text-align: left;
	margin-bottom: 15px;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
}
#header .global li .mega_dropdown .mgdd_utility .category_sub_title {
	font-size: 1.4rem;
	text-align: left;
	margin-left: 0.5em;
	letter-spacing: 2px;
	margin-bottom: 45px;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
}
#header .global li .mega_dropdown .mgdd_utility .category_top a {
	display: table;
	width: 215px;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 2px;
}
#header .global li .mega_dropdown .mgdd_utility .category_top a:hover {
	opacity: 0.6;
}
#header .global li .mega_dropdown .mgdd_wrap .mgdd_block {
	display: table-cell;
	vertical-align: middle;
	width: 770px;
	padding-left: 40px;
}
#header .global li .mega_dropdown .mgdd_block .menu_item{
	float: left;
	width: 31%;
	margin-right: 3.5%;
}
#header .global li .mega_dropdown .mgdd_block .menu_item:nth-child(3n){
	margin-right: 0;
}
#header .global li .mega_dropdown .mgdd_block .menu_item .link{
	display: block;
	overflow: hidden;
}
#header .global li .mega_dropdown .mgdd_block .menu_item:nth-child(n + 4) .link{
	margin-top: 40px;
}
#header .global li .mega_dropdown .mgdd_block .menu_item .link:hover{
	opacity: 1;
}
#header .global li .mega_dropdown .mgdd_block .menu_item .text{
	font-size: 1.4rem;
	text-align: left;
	margin-top: 20px;
}
#header .global li .mega_dropdown .mgdd_block .menu_item .img{
	overflow: hidden;
}
#header .global li .mega_dropdown .mgdd_block .menu_item .img_wrap{
	display: block;
	transition: 0.5s linear;
}
#header .global li .mega_dropdown .mgdd_block .menu_item:hover .img_wrap {
	transform: scale(1.1, 1.1);
}
#header .global li .mega_dropdown .mgdd_block .menu_item .text_list{
	margin-top: 10px;
}
#header .global li .mega_dropdown .mgdd_block .menu_item .text_list li{
	margin-bottom: 30px;
	text-align: left;
}
#header .global li .mega_dropdown .mgdd_block .menu_item .text_list li:last-child{
	margin-bottom: 0;
}
#header .global li .mega_dropdown .mgdd_block .menu_item .text_list a {
	font-size: 1.4rem;
	color: #0A581A;
	position: relative;
	padding-right: 1.8em;
	line-height: 1.5;
	display: inline;
}
#header .global li .mega_dropdown .mgdd_block .menu_item .text_list a::after {
	content: '';
	position: absolute;
	display: block;
	width: 18px;
	height: 5px;
	bottom: 8px;
	right: 0;
	background: url(/common/img/icon_arrow_r_g.png) no-repeat center;
	background-size: contain;
}
#header .global li .mega_dropdown .mgdd_block .menu_text_link{
	display: none;
}
#header .global li .mega_dropdown .mgdd_wrap .mgdd_block {
	width: 65.81%;
}

#header .global li .mega_dropdown .mgdd_wrap .mgdd_block > ul:after {
	content: "";
	clear: both;
	display: block;
}
#header .global li .mgdd_wrap-close:hover {
	opacity: 0.7;
}
/* 4列 */
#header .global li.nav_dining .mega_dropdown .mgdd_block .menu_item,
#header .global li.nav_activity .mega_dropdown .mgdd_block .menu_item,
#header .global li.nav_facility .mega_dropdown .mgdd_block .menu_item{
	width: 22.3%;
}
#header .global li.nav_dining .mega_dropdown .mgdd_block .menu_item:nth-child(3n),
#header .global li.nav_activity .mega_dropdown .mgdd_block .menu_item:nth-child(3n),
#header .global li.nav_facility .mega_dropdown .mgdd_block .menu_item:nth-child(3n){
	margin-right: 3.5%;
}
#header .global li .mega_dropdown .mgdd_block .menu_item:nth-child(4n){
	margin-right: 0;
}
#header .global li .mega_dropdown .mgdd_block .menu_item:nth-child(n + 4) .link{
	margin-top: 0;
}
#header .global li.nav_dining .mega_dropdown .mgdd_block .menu_item:nth-child(n + 5) .link,
#header .global li.nav_activity .mega_dropdown .mgdd_block .menu_item:nth-child(n + 5) .link,
#header .global li.nav_facility .mega_dropdown .mgdd_block .menu_item:nth-child(n + 5) .link{
	margin-top: 40px;
}
/* 2列 */
#header .global li.nav_rooms .mega_dropdown .mgdd_block .menu_item{
	width: 46%;
}

#header .global li.nav_rooms .mega_dropdown .mgdd_block .menu_item:last-child{
	margin-top: 173px;
}

#header .global li.nav_activity .mega_dropdown .mgdd_block .menu_item .text{
  height: 30px;
}

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

  #header .global > li{
    margin-left: 5px;
    margin-right: 5px;
  }
  #header.menu_open .global > li._hover{
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

	}/* --- max-width:1280px */

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

	#header .global > li{
		margin: 5px;
	}
  #header.menu_open .global > li._hover{
    margin: 0;
    padding: 5px;
  }

	}/* --- max-width:1080px */

@media screen and (max-width:768px) {
	#header .global{
		display: block;
	}
	#header .header_inner .function_menu .tel{
		display: none;
	}
	#header .sub_nav{
		display: block;
		padding-right: 0;
	}
	#header .sub_nav .link_list,
	#header .sub_nav .link_list .item{
		display: block;
	}
	#header .sub_nav .link_list .item,
	#header .sub_nav .link_list .item:last-child{
		border: none;
	}
	#header .sub_nav .link_list .item{
		margin-bottom: 40px;
	}
	#header .sub_nav .link_list .link{
		display: block;
		text-align: left;
		font-size: 1.4rem;
		color: #333333;
	}
	#header .global > li a.gnav_btn span{
		font-size: 2.4rem;
	}
	#header .bottom_nav{
		display: block;
	}
	#header .bottom_nav .text_link:nth-child(n+2){
		margin-top: 15px;
	}
  #header .bottom_nav .text_link:first-of-type{
    margin-bottom: 20px;
  }
  #header .bottom_nav .text_link:last-of-type{
    margin-bottom: 35px;
  }
	#header .bottom_nav .text_link .link{
		color: #0A581A;
		font-size: 1.4rem;
	}
	#header .bottom_nav .contact_btn{
		background: #0A581A;
	}
	#header .bottom_nav .contact_btn .call{
		display: block;
		color: #FFFFFF;
		padding: 20px;
	}
	#header .bottom_nav .contact_btn .call .text{
		display: inline-block;
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	#header .bottom_nav .contact_btn .call .tel{
		display: inline-block;
		font-size: 2.4rem;
		font-weight: bold;
	}
	#header #header_nav_btn {
		display: table-cell;
		width: 60px;
		height: 60px;
		background: #000000;
		position: relative;
		z-index: 100;
		cursor: pointer
	}
	#header_nav_btn span {
		right: 0;
    left: 0;
    margin: auto;
		width: 25px;
		height: 2px;
		display: block;
		position: absolute;
		background-color: #FFFFFF;
		border-radius: 5px;
		transition: all 0.2s linear;
	}
	#header_nav_btn span:nth-of-type(1) {
		top: 35%;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#header_nav_btn span:nth-of-type(2) {
		bottom: 48%;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
  #header_nav_btn span:nth-of-type(3) {
		bottom: 35%;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#header_nav_btn.btnClose span:nth-of-type(1) {
		top: 47%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#header_nav_btn.btnClose span:nth-of-type(2) {
		bottom: 50%;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
  #header_nav_btn.btnClose span:nth-of-type(3) {
		display: none;
	}
	.header-nav-open #header #header_nav_btn a span:before {
		background: #fff;
	}

	#header .reservation_area {
		float: none;
		width: 100px;
		margin: 0;
	}
	#header .reservation_area {
		clear: both;
	}
	#header .reservation_area .reservation_menu {
		display: none;
		padding: 0;
		position: static;
		font-size: 1.1rem;
	}
	#header .reservation_area .search-dropdown-close {
		display: none;
	}
	#header nav.global-wrap {
		display: block;
		padding: 10%;
	}
	/* iphone */
	.iOS #header nav.global-wrap {
		padding-bottom: 35%;
	}

	#header .global > li {
		float: none;
		margin-bottom: 35px;
	}
	#header .global > li a.gnav_btn {
		padding: 0;
		color: #333333;
		width: 100%;
		position: relative;
	}
	#header .global > li a.gnav_btn:hover {
		opacity: 1;
	}
	#header .global > li a.mgdd_btn .icon_toggle{
		position: absolute;
		top: 50%;
		right: 0px;
	}
	#header .global > li a.mgdd_btn .icon_toggle span {
		position: absolute;
		right: 0;
		width: 14px;
		height: 1px;
		background-color: #333333;
		border-radius: 4px;
	}
	#header .global > li a.mgdd_btn .icon_toggle span:nth-of-type(1) {
		top: 0;
	}
	#header .global > li a.mgdd_btn .icon_toggle span:nth-of-type(2) {
		top: -6px;
		left: -7px;
		opacity: 1;
		width: 1px;
		height: 13px;
		transition: .2s;
	}
	#header .global > li a.mgdd_btn .icon_toggle.act span:nth-of-type(2) {
		top: 0;
		opacity: 0;
		transition: .2s;
	}
	#header .global > li a.gnav_btn span::after{
		content: none;
	}
	#header .global > li a.gnav_btn span {
		display: block;
		text-align: left;
		font-weight: normal;
	}
	#header .global li .mega_dropdown {
		position: static;
		background: none;
		border-top: none;
		margin-bottom: 50px;
	}
	#header .global li .mega_dropdown .mgdd_wrap {
		width: auto;
		padding: 0;
		display: block;

	}
	#header .global li .mega_dropdown .mgdd_wrap a:hover {
		text-decoration: none;
	}
	#header .global li .mega_dropdown .mgdd_utility {
		display: block;
		width: auto;
		text-align: left;
		font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
	}
	#header .global li .mega_dropdown .mgdd_utility .category_title,
	#header .global li .mega_dropdown .mgdd_utility .category_sub_title,
	#header .global li .mega_dropdown .mgdd_utility .category_top .link_next_btn {
		display: none;
	}
	#header .global li .mega_dropdown .mgdd_utility .category_top a {
		width: 100%;
		border: none;
		border-radius: 0;
		height: 45px;
		margin: 1px 0 0;
	}
	#header .global li .mega_dropdown .mgdd_utility .category_top a:hover {
		opacity: 1;
		text-decoration: none;
	}
	#header .global li .mega_dropdown .mgdd_utility .category_top a span {
		height: auto;
		padding: 5px 15px 5px 0;
		font-size: 1.8rem;
	}
	#header .global li .mega_dropdown .mgdd_wrap .mgdd_block {
		display: block;
		width: auto;
		text-align: left;
		padding-left: 0;
		font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
	}
	#header .global li.nav_dining .mega_dropdown .mgdd_wrap .mgdd_block > ul > li,
	#header .global li.nav_activity .mega_dropdown .mgdd_wrap .mgdd_block > ul > li,
  #header .global li.nav_facility .mega_dropdown .mgdd_wrap .mgdd_block > ul > li,
	#header .global li .mega_dropdown .mgdd_wrap .mgdd_block > ul > li {
		border: none;
		padding: 0;
		margin: 0;
		float: none;
		width: 100%;
		display: table;
		height: 41px;
	}
	#header .global li .mega_dropdown .mgdd_wrap .mgdd_block > ul > li > a {
		font-size: 1.8rem;
		font-weight: normal;
		position: static;
		display: table-cell;
		vertical-align: middle;
	}
	#header .global li.nav_dining .mega_dropdown .mgdd_block .menu_item:nth-child(n + 5) .link,
	#header .global li.nav_activity .mega_dropdown .mgdd_block .menu_item:nth-child(n + 5) .link,
  #header .global li.nav_facility .mega_dropdown .mgdd_block .menu_item:nth-child(n + 5) .link,
	#header .global li .mega_dropdown .mgdd_block .menu_item:nth-child(n + 4) .link{
		margin-top: 0;
	}
	#header .global li .mega_dropdown .mgdd_wrap .mgdd_block > ul > li > a:before {
		display: none;
	}
	#header .global li .mega_dropdown .mgdd_wrap .mgdd_block > ul > li > a:hover {
		opacity: 1;
	}
	#header .global li .mega_dropdown .mgdd_wrap .mgdd_block-group {
		display: none;
	}
	#header .global li .mega_dropdown .mgdd_wrap .mgdd_block-group > ul {
		width: auto;
	}
	#header .global li .mega_dropdown .mgdd_wrap .mgdd_block-group > ul:first-child {
		float: none;
	}
	#header .global li .mega_dropdown .mgdd_wrap .mgdd_block-group > ul:last-child {
		float: none;
	}
	#header .global li .mega_dropdown .mgdd_wrap .mgdd_block-group > ul li a:hover {
		opacity: 1;
	}
	#header .global li .mega_dropdown .mgdd_block .menu_text_link{
		display: block;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	#header .global li .mega_dropdown .mgdd_block .menu_text_link .link{
		display: block;
		font-size: 1.8rem;
		text-decoration: none;
		box-sizing: border-box;
		line-height: 1;
		font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
	}
	#header .global li .mega_dropdown .mgdd_block .menu_item .img{
		display: none;
	}
	#header .global li .mega_dropdown .mgdd_block .menu_item .text{
		font-size: 1.8rem;
		position: relative;
		padding-left: 30px;
		line-height: 1.5;
	}
	#header .global li .mega_dropdown .mgdd_block .menu_item .text:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		display: inline-block;
		width: 20px;
		height: 1px;
		background-color: #DDDDDD;
	}
	#header .global li .mega_dropdown .mgdd_block .menu_item .text_list{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#header .global li.nav_rooms .mega_dropdown .mgdd_block .menu_item{
		width: 100%;
	}
}

@media screen and (min-width:769px) and ( max-width:1052px) {
	#header .global > li a.gnav_btn{
		font-size: 1.2rem;
		padding: 10px;
	}
	#header .sub_nav{
		padding-right: 20px;
	}
}
#header .megamenu_bg{
  display: none;
  background: rgba(0,0,0,0.5);
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 20;
}

@media screen and (min-width: 769px) {
  #header #sp_megamenu {
    display:none !important;
  }
}
@media screen and (max-width: 768px) {
  #header #megamenu{
    display: none !important;
  }
  #header #sp_megamenu {
    display: none;
    width: 100%;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 90;
    box-sizing: border-box;
  }
  #header #sp_megamenu .nav_logo{
    display: block;
    width: 57%;
    padding: 20px 5%;
  }
  #header #sp_megamenu .nav_logo a{
    display: block;
  }
  #header #sp_megamenu .global-wrap{
    overflow: scroll;
    height: calc(100vh - 62px);
  }

	#header .global li.nav_rooms .mega_dropdown .mgdd_block .menu_item:last-child{
		margin-top: 0;
	}

  #header .global li.nav_activity .mega_dropdown .mgdd_block .menu_item .text{
    height: auto;
  }
}


/* nav_small_txt */
@media screen and (max-width: 768px) {
  #header .global > li.nav_small_txt a.gnav_btn span{
    font-size: 2.1rem;
    letter-spacing: 1px;
  }
}

/* nav_new */
#header .global > li.nav_new a.gnav_btn span.nav_new_icon {
  color: #ff0000;
  font-size: 1.6rem;
}

/* go to travel */
#header .global > li.nav_gototravel{
  display: none;
}
@media screen and (max-width: 768px) {
  #header .global > li.nav_gototravel{
    display: block;
  }
}


/* 予約 */
#reservation_modal{
	display: none;
	height: 100vh;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.reservation_modal_bg{
	background: rgba(0,0,0,0.4);
	height: 100vh;
	position: fixed;
	width: 100%;
}
.reservation_modal_content{
	background: #06230C;
	left: 50%;
	padding: 5%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 73%;
	box-sizing: border-box;
}
.reservation_modal_content .reservation_modal_close{
	position: absolute;
	top: 20px;
	right: 20px;
	color: #FFFFFF;
	font-size: 3rem;
}
.reservation_modal_content .reservation_modal_ttl{
	font-size: 3rem;
	margin-bottom: 20px;
	color: #FFFFFF;
	margin-bottom: 50px;
	font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
}
#reservation_modal iframe{
	width: 100%;
	min-width: 90%;
	height: 288px;
}

@media screen and (max-width: 768px) {
	.reservation_modal_content{
		width: 100%;
		height: 100vh;
		/* padding: 30px 2.667% 80px 4%; */
		padding: 30px 4% 80px;
		position: relative;
    overflow-y: auto;
	}
	.reservation_modal_content .reservation_modal_ttl{
		font-size: 3rem;
		margin-bottom: 20px;
	}
	.reservation_modal_btn{
		width: 100%;
		margin: 30px auto 20px;
	}
	#reservation_modal iframe{
		min-width: auto;
		height: 435px;
	}
}

@media screen and (max-width: 320px) {
	#reservation_modal iframe{
    height: 350px;
  }
}

/* -------------------------------- footer */

#footer{
  position: relative;
  background: url(/common/img/bg_footer.jpg) no-repeat center center;
  background-size: cover;
  color: #FFFFFF;
  z-index: 100;
}
#footer .footer_inner{
  position: relative;
  padding: 100px 5%;
}
#footer .link:link, #footer .link:visited, #footer .link:hover, #footer  .link:active{
  color: #FFFFFF;
}
#footer .logo{
  width: 221px;
  margin-bottom: 40px;
}
#footer .address{
  margin-bottom: 15px;
}
#footer .tel a[href^="tel:"]{
  color: #fff;
}

#footer .top_area{
  font-size: 1.6rem;
  margin-bottom: 40px;
	display: table;
	width: 100%;
}
#footer .top_area .lCont{
  width: 49%;
	display: table-cell;
	vertical-align: top;
}
#footer .top_area .rCont{
  width: 51%;
	display: table-cell;
	vertical-align: top;
}
#footer .top_area .linklist{
	display: table;
	margin: 0 0 0 auto;
}
#footer .top_area .linklist li{
  padding-left: 40px;
	display: table-cell;
}
#footer .top_area .linklist li:first-child{
  padding-left: 0;
}
#footer .top_area .linklist li a{
	display: block;
	white-space: nowrap;
}
#footer .bottom_area{
  display: table;
  width: 100%;
}
#footer .bottom_area .linklist li{
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: 3.2%;
}
#footer .bottom_area .linklist li:last-child{
  margin-right: 0;
}
#footer .bottom_area .lCont{
  width: 60%;
  display: table-cell;
  vertical-align: bottom;
}
#footer .bottom_area .lCont .linklist{
  font-size: 1.3rem;
}
#footer .bottom_area .lCont .linklist li{
  margin-right: 5%;
}
#footer .bottom_area .lCont .linklist li:last-child{
  margin-right: 0;
}
#footer .bottom_area .lCont .linklist .link{
  color: #B3B3B3;
}
#footer .bottom_area .rCont{
  width: 48%;
  display: table-cell;
  vertical-align: bottom;
}
#footer .bottom_area .rCont .linklist{
  text-align: right;
  margin-bottom: 30px;
}
#footer .top_area .rCont .linklist li{
  margin-bottom: 10px;
}
#footer .bottom_area .linklist .ig{
  width: 23px;
}
#footer .bottom_area .linklist .tw{
  width: 27px;
}
#footer .bottom_area .linklist .fb{
  width: 23px;
}
#footer .bottom_area .linklist .yt{
  width: 26px;
}
#footer .bottom_area .linklist .ta{
  width: 23px;
}
#footer .bottom_area .linklist .blog{
  font-size: 1.2rem;
  border: #b3b3b3 1px solid;
  padding: 0 1em;
  line-height: 1.7;
}
#footer .bottom_area .linklist .kg{
  width: 128px;
}
#footer .copy{
  text-align: right;
	color: #b3b3b3;
  font-size: 1.2rem;
}

@media screen and (max-width:768px) {
  #footer .footer_inner{
    padding: 45px 8% 30px;
  }
  #footer .logo{
    width: 72%;
  }
  #footer .top_area{
    font-size: 1.4rem;
  }
  #footer .top_area .linklist{
	margin: 0 auto 0 0;
	}
  #footer .top_area .lCont,
  #footer .top_area .rCont,
  #footer .top_area .linklist li{
    float: none;
    width: 100%;
	display: block;
	padding: 0;
  }
  #footer .bottom_area,
  #footer .bottom_area .lCont,
  #footer .bottom_area .rCont{
    display: block;
    width: 100%;
  }
  #footer .top_area .lCont{
    margin-bottom: 55px;
  }
  #footer .top_area .rCont .linklist li{
    margin-bottom: 30px;
  }
  #footer .top_area .rCont .linklist li:last-child{
    margin-bottom: 65px;
  }
  #footer .bottom_area .lCont{
    margin-bottom: 30px;
  }
  #footer .bottom_area .lCont .linklist li{
    display: block;
    width: 50%;
    float: left;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #footer .bottom_area .lCont .linklist li:nth-child(2n){
    padding-left: 1em;
  }
  #footer .bottom_area .rCont .linklist{
    text-align: left;
  }
  #footer .bottom_area .rCont .linklist li{
    margin-right: 6.3%;
  }
  #footer .bottom_area .linklist .ig{
    width: 7.3%;
  }
  #footer .bottom_area .linklist .tw{
    width: 8.5%;
  }
  #footer .bottom_area .linklist .fb{
    width: 7.3%;
  }
  #footer .bottom_area .linklist .yt{
    width: 8.2%;
  }
  #footer .bottom_area .linklist .ta{
    width: 7.3%;
  }
  #footer .bottom_area .linklist .blog{
    margin-right: 0 !important;
  }
  #footer .bottom_area .linklist .kg{
    display: block;
    margin-top: 18px;
    width: 160px;
  }
  #footer .copy{
    text-align: left;
  }
}

/* -------------------------------- pagetop */

.pagetop{
	position: relative;
	z-index: 100;
	margin: 0;
	padding: 0;
}
.pagetop .scroll{
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 30px;
	right: 2%;
}
.pagetop > a{display: block;padding: 10px 20px;}

@media screen and (max-width:768px) {
	.pagetop .scroll{
		right: 5%;
	}
}

/* -------------------------------- tel */

a[href^="tel:"]{
	pointer-events: none;
}

@media screen and (max-width:768px) {
  a[href^="tel:"]{
  	pointer-events: all;
  }
}

/* -------------------------------- head_top_bnr */
.head_top_bnr{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 0;
  background: #fff;
  z-index: 101;
  border-bottom: 1px solid #dedede;
}
.head_top_bnr.close_bnr_cookie{
  display: none;
}
.head_top_bnr .bnr_img{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.head_top_bnr .bnr_img img.coupon{
  margin-right: 17px;
  padding-right: 17px;
  border-right: 1px solid #dedede;
}
.head_top_bnr .bnr_img img:hover{
  cursor: pointer;
  opacity: 0.7;
}
.head_top_bnr .close_bnr{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 3rem;
  font-weight: bold;
  cursor: pointer;
}
#header.close_bnr_after{
  top: 0px;
}

/* モーダルCSS */
.head_top_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow-y: auto;
}
.modal_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 850px;
  padding: 30px 40px;
  border-radius: 3px;
  background: #fff;
}
.close_modal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}
.modal_ttl,
.modal_txt {
  font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
}
.modal_ttl {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.modal_txt {
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal_txt .modal_left{
  width: 40%;
}
.modal_txt .modal_right{
  width: 57%;
}
.modal_txt .modal_right .modal_bnr:nth-of-type(n+2){
  margin-top: 10px;
}
.modal_txt .modal_flex{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}
.modal_txt .modal_flex .modal_bnr{
  width: 32.3%;
  margin: 0 1.5% 1.5% 0;
}
.modal_txt .modal_flex .modal_bnr:nth-of-type(3n){
  margin-right: 0;
}
.modal_txt .note_box{
}

@media screen and (min-width: 1101px) and (max-width: 1365px) {
  .head_top_bnr{
    padding: 10px 0 11px;
  }
  .head_top_bnr .bnr_img img{
    width: 480px;
  }
}

@media screen and (min-width: 941px) and (max-width: 1100px) {
  .head_top_bnr{
    padding: 14px 0 15px;
  }
  .head_top_bnr .bnr_img img{
    width: 400px;
  }
  .head_top_bnr .bnr_img img.coupon{
    margin-right: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 940px) {
  .head_top_bnr{
    padding: 16px 0 17px;
  }
  .head_top_bnr .bnr_img img{
    width: 350px;
  }
  .head_top_bnr .bnr_img img.coupon{
    margin-right: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width:768px) {
  .head_top_bnr{
    position: fixed;
    padding: 11px 0;
    z-index: 1000;
  }
  .head_top_bnr .bnr_img{
    display: block;
  }
  .head_top_bnr .bnr_img img{
    width: 305px;
  }
  .head_top_bnr .bnr_img img.coupon{
    margin: 0 auto 7px auto;
    padding: 0 0 7px 0;
    border-right: 0;
    border-bottom: 1px solid #dedede;
  }
  .head_top_bnr .bnr_img img.gotoeat{
    margin: 0 auto;
  }
  .head_top_bnr .close_bnr{
    right: 8px;
  }
  .head_top_bnr.hide{
    transform: translateY(-100%);
    top: 0px;
	}
  .modal_wrapper{
    width: 90%;
    padding: 5%;
  }
  .modal_ttl{
    margin-bottom: 15px;
    font-size: 1.7rem;
  }
  .modal_txt{
    font-size: 1.4rem;
  }
  .modal_txt .modal_left{
    width: 100%;
  }
  .modal_txt .modal_right{
    width: 100%;
    margin-top: 15px;
  }
  .modal_txt .modal_flex .modal_bnr{
    width: 49%;
    margin: 2% 2% 0 0;
  }
  .modal_txt .modal_flex .modal_bnr:nth-of-type(3n){
    margin-right: 2%;
  }
  .modal_txt .modal_flex .modal_bnr:nth-of-type(2n){
    margin-right: 0 !important;
  }
  .modal_txt .note_box{
  }
}

@media screen and (max-width:375px) {
  .head_top_bnr{
    padding-right: 30px;
  }
  .head_top_bnr .bnr_img img{
    width: 300px;
  }
}

@media screen and (max-width:320px) {
  .head_top_bnr .bnr_img img{
    width: 250px;
  }
}

/* -------------------------------- goto_coupon_bnr */
.goto_coupon_bnr{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.goto_coupon_bnr img{
  display: block;
  width: 48%;
}

@media screen and (max-width:768px) {
  .goto_coupon_bnr{
    width: 100%;
  }
  .goto_coupon_bnr img{
    width: 100%;
  }
  .goto_coupon_bnr img:nth-of-type(n+2){
    margin-top: 20px;
  }
}
