@charset "UTF-8";
/* ------------------------------------------------------------------------
css見出し構成
---------------------------------------------------------------------------
	- common（初期設定）
	- object（オブジェクトと流用スタイル）
    - header （ヘッダー）
		- nav（ナビゲーション）
    - page（中ページコンテンツ）
		- group_hotel（グループホテル）
		- map（マップ）
    - footer（フッター）
		- nav（ナビゲーション）
	 - loopslider ループスライダー
    - hack（ブラウザハック）
	 - load ローディング設定
------------------------------------------------------------------------ */
/* ============================================================================
　プリントcss
============================================================================ */
@media print {
	header,
	.group_hotel,
	.map,
	.pnav_gray,
	.f_w_wrap.right,
	.f_w_wrap.center{
		display: none !important;
	}
}
/* ============================================================================
　common（初期設定）
============================================================================ */
html {
	font-size: 14px;
}
* {
	box-sizing: border-box;
}
body {
	font-weight: 500;
	line-height: 1.5;
	font-feature-settings : "palt" 1;
	color: #333;
/*	background: black url(../images/dark-heavypaper.png) left top;*/
    background: #fff;
	font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*ChromeとOperaとsafariに設定されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0){
body{
	font-feature-settings : "pkna";
}
}
/*ChromeとOperaのみだけに適用されるCSSハック*/
_::content, _:future, body:not(*:root) { 
	font-feature-settings : "palt" 1;
}

body.on {
	overflow: hidden;
}
rt {
	font-size: 15px;
}
i {
	font-style: normal;
	font-weight: 400;
}
a {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
img {
	vertical-align: bottom;
}
.sec_box {
	position: relative;
}
/* ============================================================================
　object（オブジェクトと流用スタイル）
============================================================================ */
/* --------------------------------------------------------------------
 配置やdisplayなど（流用スタイル）
-------------------------------------------------------------------- */
.sec_box, .article_news, .article_obj, .art_page .sec_box_box {
	background-color: #fff;
}
/* PC_SP表示切り替え用クラス
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.pc {
	display: none;
}
/* 表示非表示切り替え用クラス
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.lg_disp,.md_disp,.xl_disp {
		display: none !important;
}
/* タブレット用の記述 */
@media screen and (min-width: 768px) {
	.max_sm_disp {
		display: none !important;
	}
	.md_disp {
		display: block  !important;
	}
}
/* 992px以上用（PC用）の記述 */
@media screen and (min-width: 992px) {
	.lg_disp {
		display: block  !important;
	}
	.max_lg_disp {
		display: none !important;
	}
	.max_md_disp {
		display: none !important;
	}
}
/* 1200px以上用（PC用）の記述 */
@media screen and (min-width: 768px) {
	.pnav_bottom {
		display: none !important;
	}
}
/* 1200px以上用（PC用）の記述 */
@media screen and (min-width: 1201px) {
	.xl_disp {
		display: block  !important;
	}
	.max_xl_disp {
		display: none !important;
	}
}
/* center指定用クラス
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.disp_wrap {
	margin: 0 auto;
	padding: 0 11px;
	max-width: 1800px;
}
.centering {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
/* dlリスト指定用クラス
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.dl_list {
	font-size: 14px;
}
.dl_list dt {
	font-weight: bold;
	float: left;
	margin-bottom: 1em;
	line-height: 1.5;
}
.dl_list dd {
	padding-left: 3em;
	margin-bottom: 1em;
	line-height: 1.5;
}

/* 色指定用クラス
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.green_text {
	color: #11502b;
}
/* テキスト非表示用クラス
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.t_out {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
/* ラインつきボックス
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.line {
	background-image: url(../images/line.png), url(../images/line.png);
	background-repeat: repeat-x, repeat-x;
	background-size: 665px auto, 665px auto;
	background-position: left top, left bottom;
	position: relative;
	z-index: 5;
	padding-bottom: 5px;
}

@media screen and (max-width: 767px){
	.line{display: none;}
}

/* タイトル指定用クラス
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.title_obj {
	font-size: 1rem;
	text-align: center;
}
.cate_title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
@media screen and (max-width:767px){
	.cate_title{background-size: 10em;}
}

/* テキストシャドウ指定用クラス
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.bk_shadow {
	text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3), 0px 1px 5px rgba(0, 0, 0, 0.3), -1px 0px 5px rgba(0, 0, 0, 0.3), 0px -1px 5px rgba(0, 0, 0, 0.3);
}
/* table設定
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.table {
	margin: 2vh 0 0;
	color: #000;
	width: 100%;
	font-size: 14px;
}
.table th {
	width: 25%;
	text-align: center;
	padding: 28px 10px;
	background-color: #f7f7f7;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.table td {
	text-align: left;
	width: 75%;
	vertical-align: middle;
	padding: 10px 20px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.table_title {
	color: #11502b;
	font-size: 14px;
}
/* リンク指定用クラス
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.link_obj {
	text-decoration: none;
}
.link_green {
	padding-left: 1rem;
	color: #11502b;
	background-image: url(../images/arrow_green.png);
	background-repeat: no-repeat;
	background-position: left top 4px;
	background-size: 6px 10px;
}
.link_white {
	padding-left: 1rem;
	background-image: url(../images/arrow_white.png);
	background-repeat: no-repeat;
	background-position: left top 4px;
	background-size: 6px 10px;
}
.hover_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
}
.sec_box {
	position: relative;
}
.link_box {
	position: relative;
	overflow: hidden;
}
.link_box::before {
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
	-webkit-transform: scale(1.02) translate(0px, 0px);
	-ms-transform: scale(1.02) translate(0px, 0px);
	transform: scale(1.02) translate(0px, 0px);
	z-index: 1;
}
.link_box::after {
	-webkit-transition: background-color 1s linear;
	transition: background-color 1s linear;
}
.link_box::before, .link_box::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	content: ' ';
}
.link_box:hover::before {
	-webkit-transform: scale(1, 1) translate(0px, 0px);
	-ms-transform: scale(1, 1) translate(0px, 0px);
	transform: scale(1, 1) translate(0px, 0px);
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
	overflow: hidden;
}
.link_box:hover::after {
	-webkit-transition: background-color .35s linear;
	transition: background-color .35s linear;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.5);
}
.link_green.no_link {
	color: #333;
}
.link_green.no_link:hover {
	text-decoration: none;
}

/* list指定用クラス
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.color_list li {
	margin-bottom: 9px;
}
.color_list span {
	padding: 4px 5px;
	padding: 0.5997vh 1.33333vw;
	white-space: nowrap;
	vertical-align: middle;
	float: left;
	line-height: 1;
}
.color_list.green_list span {
	margin-right: .3rem;
	display: inline-block;
	background-color: #2c8744;
}
.color_list.yellow_list span {
	margin-right: .3rem;
	display: inline-block;
	background-color: #c29b34;
}
/* 横並びbox指定用クラス
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sub_list {
	margin-top: 1.349vh;
}
.sub_list li {
	position: relative;
	width: 49vw;
	padding: 30px 5px;
	padding: 4.4977vh 1.33vw;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-table;
}
.sub_list li::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../images/arrow_white_bottom.png);
	background-repeat: no-repeat;
	background-size: 12px 8px;
	background-position: center bottom 12px;
}
.sub_list .item01, .sub_list .item02 {
	margin-bottom: 1.349vh;
}
.sub_list li:nth-child(odd) {
	float: left;
	clear: both;
}
.sub_list li:nth-child(even) {
	float: right;
}
/* font指定用クラス
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.font_min {
	font-family: "Yu Mincho", "YuMincho", "a-otf-ryumin-pr6n", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.bold {
	font-weight: bold;
}

/*パンくずリスト
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.pankuzu_list{
	text-align: center;
	padding:1em 0 4em;
}
.pankuzu_list li{
	display: inline-block;
	padding: 0 2em 0 0;
	background-image: url(../images/arrow_gray.png);
	background-position: right 0.5em center;
	background-repeat: no-repeat;
	background-size: 6px 10px;
	font-size: 15px;
}
.pankuzu_list li.here{
	font-weight: bold;
	padding: 0;
	background-image: none;
}
.pankuzu_list a{
	color: #11502b;
}
/* タブレット用の記述 */
@media screen and (max-width: 768px){
	.pankuzu_list{
	padding:1em 0 1.5em;
}
.pankuzu_list li{
	font-size: 13px;
}
}

/* ページャ指定用クラス
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.pager {
	display: table;
	padding: 17px 0;
	width: 100%;
	border-top: 1px solid #ccc;
	vertical-align: middle;
}
.pager span a {
	padding: 6px 24px 5px 20px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	white-space: nowrap;
	background-image: url(../images/arrow_white.png);
	background-position: right 6px center;
	background-size: 8px 14px;
	background-color: #666;
	background-repeat: no-repeat;
}
.pager .back, .pager .next, .pager_num {
	display: table-cell;
	vertical-align: middle;
}
.pager .back a, .pager .next a, .pager_num li {
	margin-bottom: 10px;
}
.pager .right {
	text-align: left;
}
.pager .next {
	text-align: right;
}
.pager .back {
	text-align: left;
}
.pager .back a {
	padding: 6px 20px 5px 24px;
	background-position: left 6px center;
	background-image: url(../images/arrow_white_left.png);
}
.pager .back.visible a {
	opacity: 0;
	padding: 0;
	width: 0;
	margin-right: 76px;
	overflow: hidden;
}
.pager .next.visible a {
	opacity: 0;
	padding: 0;
	width: 0;
	margin-left: 76px;
	overflow: hidden;
}
.pager_num li {
	display: inline-table;
}
.pager_num a {
	background-color: #e0e0e0;
	display: inline-block;
	padding: 6px 12px 5px 12px;
	color: #333;
	font-size: 16px;
	margin-left: 7px;
}
.pager_num a.current {
	color: #fff;
	background-color: #666;
}
.pager_num li:nth-child(n + 6) {
	margin-top: 5px;
}

/* iphone5以下用（スマホ用）の記述 */
@media screen and (max-width: 320px) {
.pager {
	display: table;
	padding: 17px 0;
	width: 100%;
	border-top: 1px solid #ccc;
	vertical-align: middle;
}
.pager span a {
	padding: 6px 24px 5px 20px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	white-space: nowrap;
	background-image: url(../images/arrow_white.png);
	background-position: right 4px center;
	background-size: 8px 14px;
	background-color: #666;
	background-repeat: no-repeat;
}
.pager .back,  .pager .next,  .pager_num {
	display: table-cell;
	vertical-align: middle;
}
.pager .right {
	text-align: left;
}
.pager .next {
	text-align: right;
}
.pager_num li {
	display: inline-table;
}
.pager_num a {
	background-color: #e0e0e0;
	display: inline-block;
	padding: 6px 12px 5px 12px;
	color: #333;
	font-size: 16px;
	margin-left: 7px;
}
}

/*スマホ横向きの記述*/
@media only screen and (max-device-width: 480px) and (orientation: landscape) {
/* catch_img装飾
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.catch_img_obj::before {
	background-position: top center;
}
.catch_img_obj span {
	background-position: top center;
	height: 50vh;
}
}

/* タブレット用の記述 */
@media screen and (min-width: 768px) {
/* ============================================================================
	　object（オブジェクトと流用スタイル）
	============================================================================ */
.sec_box {
	max-width: 100%;
	margin: 0 auto;
}
/* --------------------------------------------------------------------
	 配置やdisplayなど（流用スタイル）
	-------------------------------------------------------------------- */
    /* PC_SP表示切り替え用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /* center指定用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /* テキスト非表示用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* テキスト折り返し指定
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	.nowrap {
		white-space: nowrap;
	}
    /* タイトル指定用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /* PC_SP表示切り替え用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /* center指定用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /* table指定用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /* catch装飾用
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* 横並びbox指定用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sub_list li {
	height: 22vw;
	padding: 6vw 0 0;
}
	
/* sub_listの設定
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sub_list {
	margin-bottom: 23px;
	padding-top: 15px;
	width: 100%;
}
.sub_list li {
	width: 25%;
	height: 19vw;
}
/* 中ページ用sub_listの設定
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sub_list .item01 {
	background-image: url(images/sv01_1.jpg);
}
.sub_list .item02 {
	background-image: url(images/sv01_2.jpg);
}
.sub_list .item03 {
	background-image: url(images/sv01_3.jpg);
}
.sub_list .item04 {
	background-image: url(images/sv01_4.jpg);
}
/* 横並びbox指定用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sub_list {
	margin-top: 0;
}
.sub_list li {
	padding: 33px 0 0;
	display: inline-table;
	vertical-align: top;
}
.sub_list li::after {
	background-size: 19px 12px;
	background-position: center bottom 15px;
}
.sub_list li:nth-child(odd) {
	float: none;
}
.sub_list li:nth-child(even) {
	float: none;
}
.sub_list .item01,  .sub_list .item02 {
	margin-bottom: 0;
}
/* btn個別指定用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sub_catch_title {
	position: relative;
	z-index: 10;
}
}

/* タブレット用の記述 */
@media screen and (min-width: 870px) {
.sub_catch_title {
	margin: 0 0 8px;
	font-size: 20px;
}
.page .catch_title03 {
	padding: 5px 10px;
	min-width: 128px;
	font-size: 14px;
}
}

/* タブレット用の記述 */
@media screen and (min-width: 1000px) {
.sub_list li {
	padding: 40px 0 0;
}
}

/* 1024px以上用（PC用）の記述 */
@media screen and (min-width: 1024px) {
/* ============================================================================
	　object（オブジェクトと流用スタイル）
	============================================================================ */
.sec_box {
	max-width: 100%;
	margin: 0 auto;
}
/* --------------------------------------------------------------------
	 配置やdisplayなど（流用スタイル）
	-------------------------------------------------------------------- */
    /* PC_SP表示切り替え用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /* PC_SP表示切り替え用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.pc {
	display: inline;
}
.sp {
	display: none !important;
}
/* center指定用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* max-width指定用クラス
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.row_box {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}


    /* テキスト非表示用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /* タイトル指定用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.cate_title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	background-size: 210px 210px;
	background-repeat: no-repeat;
	background-position: center center;
}
/* テキストシャドウ指定用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.pc_bk_shadow {
	-moz-text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3), 0px 1px 5px rgba(0, 0, 0, 0.3), -1px 0px 5px rgba(0, 0, 0, 0.3), 0px -1px 5px rgba(0, 0, 0, 0.3);
	-webkit-text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3), 0px 1px 5px rgba(0, 0, 0, 0.3), -1px 0px 5px rgba(0, 0, 0, 0.3), 0px -1px 5px rgba(0, 0, 0, 0.3);
	-ms-text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3), 0px 1px 5px rgba(0, 0, 0, 0.3), -1px 0px 5px rgba(0, 0, 0, 0.3), 0px -1px 5px rgba(0, 0, 0, 0.3);
	text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3), 0px 1px 5px rgba(0, 0, 0, 0.3), -1px 0px 5px rgba(0, 0, 0, 0.3), 0px -1px 5px rgba(0, 0, 0, 0.3);
}
.pc_bk_boxsh {
	-ms-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.1), 0px 1px 5px rgba(0, 0, 0, 0.1), -1px 0px 5px rgba(0, 0, 0, 0.1), 0px -1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.1), 0px 1px 5px rgba(0, 0, 0, 0.1), -1px 0px 5px rgba(0, 0, 0, 0.1), 0px -1px 5px rgba(0, 0, 0, 0.1);
}
/* center指定用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.disp_wrap {
	padding: 0 35px;
	max-width: 100%;
}
/* リンク指定用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.link_green {
	padding-left: 25px;
	color: #11502b;
	background-image: url(../images/arrow_green.png);
	background-repeat: no-repeat;
	background-position: left 14px top 5px;
	background-size: 5px 9px;
}
.link_green:hover {
	text-decoration: underline;
}
/* sub_listの設定
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sub_list {
	margin-bottom: 23px;
	padding-top: 15px;
	width: 100%;
}
.sub_list li {
	width: 25%;
	height: 20vw;
}
/* 横並びbox指定用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sub_list {
	margin-top: 0;
}
.sub_list li {
	padding: 49px 0 0px;
	display: inline-table;
	vertical-align: top;
}
.sub_list li::after {
	background-size: 19px 12px;
	background-position: center bottom 15px;
}
.sub_list li:nth-child(odd) {
	float: none;
}
.sub_list li:nth-child(even) {
	float: none;
}
.sub_list .item01,  .sub_list .item02 {
	margin-bottom: 0;
}
/* font指定用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ }

/* 1100px以上用（PC用）の記述 */
@media screen and (min-width: 1100px) {
.page .catch_title03 {
	font-size: 20px;
	font-weight: bold;
	min-width: 203px;
	border: 2px solid #fff;
}
.sub_catch_title {
	font-size: 23px;
}
}

/* 1300px以上用（PC用）の記述 */
@media screen and (min-width: 1300px) {
/* 中ページ用catch装飾
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sub_list li {
	padding: 49px 0 0;
}
}

/* 1400px以上用（PC用）の記述 */
@media screen and (min-width: 1400px) {
/* 中ページ用catch装飾
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sub_list li {
	padding: 60px 0 0;
	height: 19vw;
}
.sub_catch_title {
	margin: 0px 0 26px;
}
}

/* 1500px以上用（PC用）の記述 */
@media screen and (min-width: 1500px) {
/* 中ページ用catch装飾
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sub_list li {
	padding: 60px 0 0;
	height: 18vw;
}
.sub_catch_title {
	margin: 0px 0 30px;
	font-size: 28px;
}
}

/* 100%以上用（PC用）の記述 */
@media screen and (min-width: 100%) { 
/* 中ページ用catch装飾
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.page .catch_title03 {
	padding: 8px 10px 7px;
	font-weight: bold;
	min-width: 240px;
}
.sub_list li {
	height: 280px;
	padding: 60px 0 0;
}
/* catch_img装飾
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.catch_img_obj span {
	height: 399px;
	}
}
/* --------------------------------------------------------------------
 objectスタイル（ボタン、アロー等）
-------------------------------------------------------------------- */
/* btn指定用クラス
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.btn_obj {
	padding: 16px 20px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	width: 282px;
	background-repeat: no-repeat;
	font-weight: 500;
}
.page .btn_obj {
	width: 100%;
}
.btn_obj::after {
	content: '';
	padding-left: 13px;
	width: 10px;
	height: 16px;
	display: inline;
	vertical-align: middle;
	background-image: url(../images/arrow_white.png);
	background-repeat: no-repeat;
	background-size: 8px 14px;
	background-position: right top 1px;
}
.btn_obj:hover {
	text-decoration: none;
}
/* btn個別指定用クラス
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*--btn文字色指定クラス - - - - - - - - */
.white_text {
	color: #fff;
}
/*--btn_blackクラス - - - - - - - - */
.btn_black {
	padding: 15px 20px;
	border: 1px solid #fff;
	letter-spacing: 1px;
	background-color: rgba(0, 0, 0, 0.3);
}
/*--btn_whiteクラス - - - - - - - - */
.btn_obj.btn_white_green {
	padding: 9px 1.5em 8px 1em;
	border: 2px solid #fff;
	font-size: 13px;
	font-weight: bold;
	width: auto;
	display: inline-block;
	color: #3f5f3f;
	background-color: rgba(255,255,255,0.90)
}
.btn_obj.btn_white_green::after {
	background-image: url(../images/arrow_white_green.png);
}
.btn_obj.btn_white_yellow {
	padding: 11px 1.5em 10px 1em;
	border: 2px solid #fff;
	font-size: 12px;
	font-weight: bold;
	width: auto;
	display: inline-block;
	color: #665b1e;
	background-color: rgba(255,255,255,0.90)
}
.btn_obj.btn_white_yellow::after {
	background-image: url(../images/arrow_white_yellow.png);
}

/*--btn_greenクラス - - - - - - - - */
.btn_green {
	padding: 17px 20px;
	background-color: rgba(98, 130, 80, 1.0);
	color: #fff;
}
.btn_green:hover {
	background-color: rgba(98, 130, 80, 0.9);
}
.btn_green::after {
	background-position: right top;
}

/*--btn_yellowクラス - - - - - - - - */
.btn_obj.btn_yellow::after {
	display: none;
}
.btn_obj.btn_yellow {
	background-color: #c29b34;
	background-image: none;
}

.btn_yellow {
	padding: 17px 20px;
	background-color: #c29b34;
	color: #fff;
}
.btn_yellow:hover {
	background-color: #C19648;
}
.btn_yellow::after {
	background-position: right top;
}
/* iphone5以下用（スマホ用）の記述 */
@media screen and (max-width: 320px) {
/* --------------------------------------------------------------------
 objectスタイル（ボタン、アロー等）
-------------------------------------------------------------------- */
.btn_obj {
	padding: 16px 20px;
	padding: 4.266666vw 3.33333333vw;
}
/*--btn_blackクラス - - - - - - - - */
.btn_black {
	width: 100%;
}
/*--btn_blackクラス - - - - - - - - */
.btn_wrap .btn_green02 {
	max-width: 98vw;
	width: auto;
}
}

/* タブレット用の記述 */
@media screen and (min-width: 768px) {
/* --------------------------------------------------------------------
 objectスタイル（ボタン、アロー等）
-------------------------------------------------------------------- */
    /* btn指定用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.btn_obj {
	padding: 15px 43px 15px 22px;
	font-size: 12px;
	background-image: url(../images/arrow_white.png);
	background-repeat: no-repeat;
/*	background-size: 8px 14px;*/
	background-position: right 10px center;
	background-size: 10px 16px;
}
.btn_obj::after {
	display: none;
}
/* btn個別指定用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.page .btn_wrap {
	padding: 25.5px 35px 28.5px;
}
.page .btn_wrap .btn_obj {
	padding: 13px 43px 13px 22px;
	min-width: 308.5px;
	width: auto;
}
/*--btn_blackクラス - - - - - - - - */
.btn_black {
	width: 300px;
}
.btn_blue,  .btn_red,  .btn_green02,  .btn_enji {
	width: auto;
}
.btn_obj.btn_white_green {
	background-image: url(../images/arrow_white_green.png);
}
.btn_obj.btn_white_yellow {
	background-image: url(../images/arrow_white_yellow.png);
}
}

/* 1024px以上用（PC用）の記述 */
@media screen and (min-width: 1024px) {
/* --------------------------------------------------------------------
 objectスタイル（ボタン、アロー等）
-------------------------------------------------------------------- */
    /* btn指定用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.btn_obj {
	padding: 18px 35px 17px 22px;
	font-size: 1.2rem;
	line-height: 1;
	-webkit-transition: .5s;
	transition: .5s;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}
.btn_obj::after {
	display: none;
}
/* btn個別指定用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.page .btn_wrap {
	margin: 0;
	padding: 37px 35px 40px;
	text-align: center;
	display: block;
}
.page .btn_wrap .btn_obj {
	min-width: 367.5px;
	max-width: 100%;
}
/*--btn_blackクラス - - - - - - - - */
.btn_black {
	padding: 18px 20px 18px 15px;
	border: 1px solid #fff;
	background-size: 10px 16px;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transition: .5s;
	transition: .5s;
}
.link_box:hover .btn_black {
	color: #000;
	background-color: white;
}
.link_box:hover .btn_black {
	background-image: url(../images/arrow_black.png);
	background-repeat: no-repeat;
}
/*--btn_whiteクラス - - - - - - - - */
.btn_white {
	padding: 8px 30px 7px;
	border: 2px solid #fff;
	min-width: 202px;
	font-size: 20px;
	width: auto;
	display: inline-block;
}
.btn_white_wrap {
	margin: 0;
}
.btn_obj.btn_white_green,
.btn_obj.btn_white_yellow {
	font-size: 16px;
	padding: 11px 1.5em 10px 1em;
}
}
/* =============================================
  header ヘッダー
============================================= */

/* スマホ用グローバルナビ
---------------------------------------*/

@media screen and (max-width:1200px) {
	.Nav {
		display: none;
	}
	/*モーダルメニュー*/
	#animatedModal {
		opacity: 0;
		overflow: hidden;
		height: 0;
	}
	
	
	
	
    .animatedModal-off{
/*
        overflow-y: hidden!important;
        display: none!important;
            position: fixed!important;
*/
    }
	.SpGrovalNav {
		margin-top: 10vh;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.SpGrovalNav__list {
		width: 100%;
	}
	.SpGrovalNav__item a {
		padding: 1em 0px;
		width: 100%;
		display: block;
		color: #fff;
		text-decoration: none;
		text-align: center;
		font-size: 100%;
	}
	.-open-NavToggle {
		padding-top: 11px;
		padding-right: 13px;
		padding-left: 13px;
		padding-bottom: 9px;
		width: 46px;
		height: 39px;
		cursor:pointer;
	    z-index: 5;
		float: left;
		display: table-cell;
		vertical-align: top;
		box-sizing: border-box;
	    border-right: 1px solid rgba(255,255,255,0.2);
	}
	.-close-NavToggle {
		position: absolute;
		top: 14px;
	    left: 10px;
		width:30px;
		height:25px;
		cursor:pointer;
	    z-index: 5;
		display: inline-block;
	}
	.-open-NavToggle div {position:relative} 
	.-open-NavToggle span {
		display:block;
		position:absolute;
		width:100%;
		border-bottom:solid 2px #FFF;
	}
	.-open-NavToggle span:nth-child(1) {top:0}
	.-open-NavToggle span:nth-child(2) {top:7px}
	.-open-NavToggle span:nth-child(3) {top:14px}
	
	.-close-NavToggle div {position:relative} 
	.-close-NavToggle span {
		display:block;
		position:absolute;
		width:38px;
		border-bottom:solid 2px #fff;
	}
	.-close-NavToggle span:nth-child(1) {top:0}
	.-close-NavToggle span:nth-child(2) {top:11px}
	.-close-NavToggle span:nth-child(3) {top:22px}
	.-close-NavToggle span:nth-child(1) {
		top: 11px;
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		transform:rotate(-45deg)
	}
	.-close-NavToggle span:nth-child(2),
	.-close-NavToggle span:nth-child(3) {
		top: 11px;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		transform:rotate(45deg)
	}
}

/* ヘッダーラッパー */
@media screen and (max-width:1200px) {
	.Header__wrap {
		padding: 9px 0;
		max-width: 100%;
		margin: 0 auto;
		display: table;
		width: 100%;
	}
	.HeaderTop_wrap {
		position: fixed;
		top: 0;
		width: 100%;
		margin: auto;
		z-index: 9999;
		background-color: rgba(0,0,0,0.8);
	}
	.Header {
		display: block;
	}
}
@media screen and (min-width: 1100px) {
	.HeaderTop_wrap {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 10000;
	}
	.Header {
		display: block;
	}
	.Header__wrap {
		padding: 15px 30px 2px;
		max-width: 100%;
		margin: 0 auto;
		background-color: rgba(0,0,0,0.8);
		position: relative;
	}
	.SpGrovalNav {
		display: block;
	}
	.SpGrovalNav__item a {
		font-size: 120%;
	}
}
/* ヘッダータイトル */
@media screen and (max-width:1200px) {
	.Header__title {
		margin: -2px 0 0;
		padding: 5px 9px;
		display: table-cell;
		vertical-align: top;
		float: left;
		width: 50%;
	    line-height: 1;
		text-align: center;
	}
	.Header__title img {
		width: 124px;
		height: auto;
	}
	.SpOther {
		width: 32%;
		float: right;
		display: table-cell;
		vertical-align: top;
	}
	.SpOther__plan {
		box-sizing: border-box;
		float: left;
		width: 50%;
		text-align: center;
		border-left: 1px solid rgba(255,255,255,0.2);
	}
	.SpOther__kushitu {
		box-sizing: border-box;
		float: right;
		width: 50%;
		text-align: center;
		border-left: 1px solid rgba(255,255,255,0.2);
	}
	.SpOther img {
		padding: 5px 5px;
		width: 50px;
		height: auto;
	}
}
@media screen and (min-width:600px) and (max-width:1200px) {
	.Header__title {
		width: 57%;
	}
	.Header__title {
		margin: 0;
	}
	.Header__title img {
		width: 153px;
		height: auto;
	}
	.SpOther img {
		padding: 5px 5px;
		width: 60px;
		height: auto;
	}
	.-open-NavToggle {
		padding-top: 16px;
		padding-right: 18px;
		padding-left: 18px;
		padding-bottom: 9px;
		width: 62px;
		height: 50px;
	}
	.SpGrovalNav__item a {
		font-size: 110%;
	}
}
@media screen and (min-width: 1201px) {
	.SpOther {
		display: none;
	}
	#animatedModal {
		display: none;
	}
    .Header__title {
		margin: 0;
		padding-top: 5px;
		float: left;
	}
	.Header__title img {
		width: 243px;
		height: auto;
	}
	/* ヘッダーナビ */
	.Nav {
		float: right;
		font-size: 16px;
	}
	.Nav__item {
		display: inline-table;
		vertical-align: middle;
	}
	.Nav__item a {
		display: block;
		padding: 30px 6px 38px;
		text-decoration: none;
	}
	.Nav__item span:hover {
		padding: 30px 0 38px;
		position: relative;
		border-bottom: 3px solid #ddb03d;
	}
	.Nav__item.Last {
		margin-left: 2px;
	}
}
/* ナビ外部リンクボタン */
@media screen and (min-width: 1100px) {
	.Nav__item.Other {
	margin-top: -2em;
	}
	.Nav__item.Other a {
		margin-left: 10px;
		margin-bottom: 8px;
		padding: 7px 10px 4px 10px;
		background-color: #c29b34;
	}
	.Nav__item.Other.Last a {
		margin-left: 0;
	}
	.Nav__item.Other span {
		border: none;
	}
}
/* ヘッダー追従ページ内リンク */
@media screen and (max-width: 768px) {
	.-u-pnav {
		display: none !important;
	}
}
/* ご予約は公式サイトが一番お得ですの文言(スマホ)
--------------------------------------------------------- */
@media screen and (max-width:1200px) {
	.deal{
	display: block;
		position: absolute;
		top: 7em;
    right: 5px;
		width: 216px;
		background-color: rgba(0,0,0,0.8);
/*		background-color: #fff;*/
		padding: 0.1em 0px;
/*			padding:1em;*/
		z-index: -1;
	}
	.deal p{
	font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	color: #DA8E00;
 background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
		  -webkit-background-clip: text;
		  -webkit-text-fill-color: transparent;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 0;
	font-size: 0.7em;
	margin: 0.4em 0;
	}
.deal span{
	font-weight: bold;
letter-spacing: 0.1em;
	text-align: center;
    font-size: 1.2em;
}

	.deal p:before,
	.deal p:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
 background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

	.deal p:before {
  top: 0;
}

	.deal p:after {
  bottom: 0;
}
}
@media screen and (min-width:1201px) , print {
	.deal{
	display: block;
		position: absolute;
	    top: 4.8em;
   		right: 2.2em;
/*		width: 216px;*/
/*		background-color: rgba(0,0,0,0.8);*/
/*		background-color: #fff;*/
		padding: 0.1em 7px;

/*			padding:1em;*/
	}
	.deal p{
	font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	color: #DA8E00;
 background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
		  -webkit-background-clip: text;
		  -webkit-text-fill-color: transparent;
	font-weight: bold;
	text-align: center;
	padding: 0;
	font-size: 0.7em;
	margin: 0.2em 0;
	}
.deal span{
	font-weight: bold;
letter-spacing: 0.03em;
	text-align: center;
    font-size: 1.07em;
/*	text-shadow:0px 0px 15px #000000;*/
}

	.deal p:before,
	.deal p:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
 background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}
	.deal p:before {
  top: 0;
}
	.deal p:after {
  bottom: 0;
}
}
/* スクロール後ヘッダー
---------------------------------------*/
@media screen and (min-width: 1100px) {
	.Header.-on-sticky {
		position: fixed;
		top: 0;
		width: 100%;
	}
	.-on-sticky .Header__wrap {
		max-width: 100%;
		margin: 0 auto;
		background-color: rgba(0,0,0,0.7);
	}
}
/* 最上部外国語バー
---------------------------------------*/
/*
.Language {
	background-color: #fff;
	display: none;
}
.Language__list {
	float: left;
	padding: 5px 0;
	margin: 0 auto;
	font-size: 13px;
	overflow: hidden;
}
.Language__list.tb {
	float: right;
}
.Language__list li {
	padding: 0 .5rem;
	color: #000;
	border-right: 1px solid rgba(0, 0, 0, 1);
	display: inline-table;
	white-space: normal;
}
.Language__list li a {
	color: #000;
}
.Language__list li:last-child {
	border-right: none;
}
.Language__list.pc {
	display: none;
	float: right;
}
.Language__list span {
	font-weight: bold;
}
.Language__list .contact_link {
	margin-right: .5em;
}
@media screen and (min-width: 1100px) {
	.Language {
		display: block;
	}
}
*/

/* ============================================================================
　page（中ページコンテンツ）
============================================================================ */
.page01,.page02,.page03,.page04,.page05,.page06,.page07,.page08,
.pageSection{
	line-height: 1.5;
	font-size: 12px;
	padding-bottom: 50px;
}
/* タブレット用の記述 */
@media screen and (min-width: 768px) {
.page01,.page02,.page03,.page04,.page05,.page06,.page07,.page08,
.page_section{
	line-height: 1.7;
	font-size: 14px;
	padding-bottom: 100px;
}
}
/* 1024px以上用（PC用）の記述 */
@media screen and (min-width: 1024px) {
.page01,.page02,.page03,.page04,.page05,.page06,.page07,.page08,
.pageSection{
	font-size: 15px;
	padding-bottom: 155px;
}
}
.page02 {
	padding-bottom: 0;
}
/*詳細ページ用*/
.naka .page01,.naka .page02,.naka .page03,.naka .page04,.naka .page05,.naka .page06,.naka .page07,.naka .page08,
.naka .pageSection {
	padding-bottom: 0;
}

/* --------------------------------------------------------------------
 mainviisual
-------------------------------------------------------------------- */
.page .mainvisual {
	height: 300px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
.page .mainvisual::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: -60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 29%;
}
/* 768px以上用（タブレット）の記述 */
@media screen and (min-width: 768px) {
.page .mainvisual {
	height: 500px;
}
.page .mainvisual::after {
	background-size: auto 28%;
}
}

/* 1024px以上用（PC用）の記述 */
@media screen and (min-width: 1024px) {
.page .mainvisual {
	height: 780px;
}
.page .mainvisual::after {
	background-size: auto 26%;
}
.page .mainvisual::after {
margin-bottom: -100px;
}
}

/* --------------------------------------------------------------------
 subvisual
-------------------------------------------------------------------- */
.subvisual {
	height: 180px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background-position: center center;
}
.subvisual::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 56%;
}

/* タブレット用の記述 */
@media screen and (min-width: 768px) {
	.subvisual {
		height: 330px;
	}
	.subvisual::after {
	background-size: auto 45%;
	}

}
/* 1024px以上用（PC用）の記述 */
@media screen and (min-width: 1024px) {
	.subvisual {
		height: 500px;
	}
	.subvisual::after {
		background-size: auto 44%;
	}
}
/* --------------------------------------------------------------------
maintitle 中ページタイトル部分
-------------------------------------------------------------------- */
	.maintitle {
		width: 100%;
		text-align: center;
		display: block;
		padding: 40px 0;
	    border-bottom: 1px solid #fff;
	}
	.page_title01 {
		margin: 0 0 10px;
		background-image: url(../images/page_title_bottom.png);
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	.page_title01 img {
		margin: 0 0 20px;
		height: auto;
	}
	.page_title02 {
		margin: 0 0 25px;
		padding-bottom: 20px;
		letter-spacing: 1px;
		font-size: 17px;
	    font-weight: 400;
		text-align:  center;
		background-image: url(../images/page_title_bottom.png);
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	.page_title02 span {
	    margin-bottom: 12px;
		color: #ddb03d;
		display: block;
		letter-spacing: 0;
		font-size: 10px;
	}
	.page_title03,
	.-MC-titleAndSub {
		margin: 0 0 25px;
		padding-bottom: 5px;
		letter-spacing: 1px;
		font-size: 27px;
	    font-weight: 400;
		line-height: 1.8;
		text-align: center;
		background-image: url(../images/page_title_bottom.png);
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	.page_title03 span,
	.-MC-titleAndSub span {
	    margin-bottom: 0;
		color: #ddb03d;
		display: block;
		letter-spacing: 0;
		font-size: 10px;
	}
	.page_title03 i,
	.-MC-titleAndSub i {
		font-size: 80%;
	}
	.page_title04{
		margin: 0 0 25px;
		font-size: 17px;
		padding: 0 0 .2em;
		line-height: 1.7em;
		font-weight: normal;
		border-bottom: #e0e0e0 solid 1px;
	}
	.page_title05{
		margin: 30px 0 10px;
		font-size: 15px;
		font-weight: bold;
	}
	.page_text01 {
		margin: 0;
		font-size: 13px;
	}
	.page_text01 br {
		display: none;
	}
	.page_text02 {
		margin: 0;
		font-size: 13px;
		text-align: center;
	}	
	.page_text02 br {
		display: none;
	}
	.page_text03{
		font-size: 14px;
		line-height: 1.7;
	}
	.page_caption {
		margin: 10px 0 25px;
		text-align: center;
	}
/* タブレット用の記述 */
@media screen and (min-width: 768px) {
	.maintitle {
		padding: 65px 0 90px;
	}
	.page_title01 {
		line-height: 2.5;
		margin: 0 0 20px;
	}
	.page_text01,
	.page_text02 {
		line-height: 2.5;
	}
	.page_text01 {
		font-size: 14px;
	}
	.page_text01 br {
		display: inline;
	}
	.page_title02 {
		font-size: 24px;
	}
	.page_title02 {
		font-size: 30px;
		line-height: 1.2;
	}
	.page_text02 {
		font-size: 14px;
	}	
	.page_text02 br {
		display: inline;
	}
	.page_title02 span {
	    margin-bottom: 24px;
		font-size: 11px;
	}
	.page_caption {
		text-align: left;
	}
}
/* 992px以上用（PC用）の記述 */
@media screen and (min-width: 992px) {
	.page_title03,.-MC-titleAndSub {
		text-align: left;
	}
	.page_title03,.-MC-titleAndSub {
		background-position: left bottom;
	}
}
/* 1024px以上用（PC用）の記述 */
@media screen and (min-width: 1024px) {
	.maintitle {
		height: 400px;
		padding: 100px 0 130px;
	}
	.page_title01 {
		margin: 0 0 35px;
	}
	.page_title01 img {
		margin: 0 0 35px;
		height: auto;
		width: 50%;
	}
	.page_text01 {
		font-size: 15px;
	}
	.page_title02 {
		margin: 0 0 35px;
		font-size: 32px;
		padding-bottom: 35px;
	}
	.page_title02 span {
	    margin-bottom: 16px;
		font-size: 13px;
	}
	.page_title03,
	.-MC-titleAndSub {
		margin: 0 0 20px;
		font-size: 40px;
	}
	.page_title03 span,
	.-MC-titleAndSub span {
	    margin-bottom: 0px;
		font-size: 13px;
	}
	.page_title04 {
		font-size: 25px;
	}
	.page_title05{
		font-size: 17px;
	}
	.page_text02 {
		font-size: 15px;
	}	
}

/*  テキストの画像サイズ統一用CSS
------------------------------------------------------------------*/
	img.line1 {
		width: auto;
		max-width: 100%;
		max-height: 25px;
	}
	img.line2 {
		width: auto;
		max-width: 100%;
		height: 60px;
		max-height: 60px;
	}
/* ipad air用（タブレット用）の記述 */
@media screen and (min-width: 768px) {
	img.line1 {
		width: auto;
		height: 25px;
		max-height: none;
	}
	img.line2 {
		width: auto;
		height: 66px;
		max-height: none;
	}
}
/* 1024px以上用（PC用）の記述 */
@media screen and (min-width: 1024px) {
	img.line1 {
		width: auto;
		height: 38px;
	}
	img.line2 {
		width: auto;
		height: 97px;
	}
}

/* --------------------------------------------------------------------
pnav
-------------------------------------------------------------------- */
	.pnav {
		display: none;
	}
	.pnav_list {
		width: 100%;
		border-top: 4px solid #ddb03d;
		font-size: 0;
	}
	.pnav_list li {
		font-size: 14px;
		width: 50%;/*要素の数に合わせて個別に修正*/
		border-left: 1px solid #cacaca;
		border-bottom: 1px solid #e9e9e9;
		display: inline-table;
		background-repeat: no-repeat;
		background-position: center bottom 6px;
		background-size: 6px auto;
		background-image:  url(../../rooms/images/pnav_arrow.png);
	}
	.pnav_list li:first-child,
	.pnav_list_gray li:first-child {
		border-left: none;
	}
	.pnav_list li a {
		padding-top: 8px;
		height: 45px;
		width: 100%;
		display: block;
		text-align: center;
	}
	.pnav_list li a img {
		width: auto;
		max-width: 80%;
		height: 35%;
	}
	/*gray_list*/
	.pnav_list_gray {
		width: 100%;
		font-size: 0;
		background-color: #eee;
	}
	.pnav_list_gray li {
		font-size: 14px;
		width: 50%;/*要素の数に合わせて個別に修正*/
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
		display: inline-table;
		vertical-align: middle;
	}
	.pnav_list_gray li a {
		padding-top: 15px;
		height: 50px;
		width: 100%;
		line-height: 1.5;
		color: #333;
		display: block;
		font-size: 15px;
		text-align: center;
		text-decoration: none;
		transition: all .5s;
	}
	.pnav_list_gray li a:hover {
		background-color: #ddd;
	}

/* 768px以上用（タブレット）の記述 */
@media screen and (min-width: 768px) {
	.pnav {
		display: block;
	}
	.pnav.scroll {
		position: fixed;
		top: 76px;
		left: 0;
		right: 0px;
		z-index: 10;
	}
	.pnav_list li {
		width: 25%;/*要素の数に合わせて個別に修正*/
		background-size: 9px auto;
	}
	.pnav_list li:first-child {
		border-left: none;
	}
	.pnav_list li a {
		padding-top: 20px;
	    height: 65px;
		width: 100%;
	}
	.pnav_list li a img {
		height: 50%;
	}
	/*gray_list*/
	.pnav_list_gray li {
		width: 25%;/*要素の数に合わせて個別に修正*/
	}
	.pnav_list_gray li a {
		padding-top: 30px;
	    height: 80px;
		font-size: 18px;
	}
}
/* 1100px以上用（PC用）の記述 */
@media screen and (min-width: 1100px) {
	.pnav.scroll {
		position: fixed;
		top: 106px;
		left: 0;
		right: 0px;
		z-index: 10;
	}
	.pnav_list li {
		border-left: 1px solid #cacaca;
		background-repeat: no-repeat;
		background-position: center bottom 10px;
		background-size: 17px auto;
		background-image:  url(../../rooms/images/pnav_arrow.png);
	}
	.pnav_list li a {
		padding-top: 40px;
		height: 122px;
		width: 100%;
		display: block;
		text-align: center;
	}
	.pnav_list li a img {
		height: 50%;
	}
	/*gray_list*/
	.pnav_list_gray li {
		width: 25%;/*要素の数に合わせて個別に修正*/
	}
	.pnav_list_gray li a {
		padding-top: 40px;
	    height: 105px;
		width: 100%;
		font-size: 20px;
		text-decoration: none;
	}
}
/* --------------------------------------------------------------------
pnav02
-------------------------------------------------------------------- */
	.pnav02 {
		display: none;
	}
	.pnav_list02 {
		width: 100%;
		border-top: 4px solid #ddb03d;
		font-size: 0;
		background-color: #fff;
		z-index: 10;
	    max-width: 100%;
	}
	.pnav_list02 li {
		width: 25%;/*要素の数に合わせて個別に修正*/
		border-left: 1px solid #cacaca;
		border-bottom: 1px solid #e9e9e9;
		display: inline-table;
	}
	.pnav_list02 li:first-child,
	.pnav_list_gray li:first-child {
		border-left: none;
	}
	.pnav_list02 li a {
/*		font-size: 14px;*/
		padding-top: 8px;
		height: 45px;
		width: 100%;
		color: #000;
		display: block;
		text-align: center;
		font-size: 15px;
		text-decoration: none;
	}
	.pnav_list02 li a:hover {
		font-weight: bold;
		color:  #c29b34;
	}
	.pnav_list02 li a img {
		width: auto;
		max-width: 80%;
		height: 35%;
	}

/* 768px以上用（タブレット）の記述 */
@media screen and (min-width: 768px) {
	.pnav02 {
		display: block;
	}
	.pnav_list02 {
		display: block;
	}
	.pnav_list02 li {
		background-size: 9px auto;
	}
	.pnav_list02 li:first-child {
	}
	.pnav_list02 li a {
		padding-top: 18px;
	    height: 55px;
		width: 100%;
	}
	.pnav_list02 li a img {
		height: 40%;
	}
}
/* 1024px以上用（PC用）の記述 */
@media screen and (min-width: 1024px) {
	.pnav_list02 li {
		border-left: 1px solid #cacaca;
	}
	.pnav_list02 li a {
		padding-top: 21px;
		height: 65px;
		font-size: 16px;
		width: 100%;
		display: block;
		text-align: center;
	}
	.pnav_list02 li a img {
		height: 50%;
	}
}
/* 1100px以上用（PC用）の記述 */
@media screen and (min-width: 1100px) {
	.pnav_list02 {
		top: auto;
	}
	.scroll_pnav .pnav_list02 {
		top: 106px;
		display: block;
	}
}
/* --------------------------------------------------------------------
pnav03
-------------------------------------------------------------------- */
	.pnav03 {
		display: none;
	}
	.pnav_list03 {
		width: 100%;
		border-top: 4px solid #ddb03d;
		font-size: 0;
		background-color: #fff;
		z-index: 10;
	    max-width: 100%;
	}
	.pnav_list03 li {
		width: 33.33%;/*要素の数に合わせて個別に修正*/
		border-left: 1px solid #cacaca;
		border-bottom: 1px solid #e9e9e9;
		display: inline-table;
	}
	.pnav_list03 li:first-child,
	.pnav_list_gray li:first-child {
		border-left: none;
	}
	.pnav_list03 li a {
/*		font-size: 14px;*/
		padding-top: 8px;
		height: 45px;
		width: 100%;
		color: #000;
		display: block;
		text-align: center;
		font-size: 15px;
		text-decoration: none;
	}
	.pnav_list03 li a:hover {
		font-weight: bold;
		color:  #c29b34;
	}
	.pnav_list03 li a img {
		width: auto;
		max-width: 80%;
		height: 35%;
	}

/* 768px以上用（タブレット）の記述 */
@media screen and (min-width: 768px) {
	.pnav03 {
		display: block;
	}
	.pnav_list03 {
		display: block;
	}
	.pnav_list03 li {
		background-size: 9px auto;
	}
	.pnav_list03 li:first-child {
	}
	.pnav_list03 li a {
		padding-top: 18px;
	    height: 55px;
		width: 100%;
	}
	.pnav_list03 li a img {
		height: 40%;
	}
}
/* 1024px以上用（PC用）の記述 */
@media screen and (min-width: 1024px) {
	.pnav_list03 li {
		border-left: 1px solid #cacaca;
	}
	.pnav_list03 li a {
		padding-top: 21px;
		height: 65px;
		font-size: 16px;
		width: 100%;
		display: block;
		text-align: center;
	}
	.pnav_list03 li a img {
		height: 50%;
	}
}
/* 1100px以上用（PC用）の記述 */
@media screen and (min-width: 1100px) {
	.pnav_list03 {
		top: auto;
	}
	.scroll_pnav .pnav_list03 {
		top: 106px;
		display: block;
	}

}
/* --------------------------------------------------------------------
pnav04 ヘッダー用 pnav
-------------------------------------------------------------------- */
	.h_pnav {
		display: none;
	}
	.pnav_list04 {
		width: 100%;
		border-top: 4px solid #ddb03d;
		font-size: 0;
		top: 75px;
		position: fixed;
		background-color: #fff;
		z-index: 10;
	    max-width: 100%;
	}
	.pnav_list04 .item{
		border-left: 1px solid #cacaca;
		border-bottom: 1px solid #e9e9e9;
	}
	.pnav_list04 .item:first-child,
	.pnav_list_gray li:first-child {
		border-left: none;
	}
	.pnav_list04 .item a{
/*		font-size: 14px;*/
		padding-top: 8px;
		height: 76px;
		width: 100%;
		color: #000;
		display: block;
		text-align: center;
		font-size: 15px;
		text-decoration: none;
	}
	.pnav_list04 .item a:hover{
		font-weight: bold;
		color:  #c29b34;
	}
	.pnav_list04 .item a img{
		width: auto;
		max-width: 80%;
		height: 35%;
	}

/* 768px以上用（タブレット）の記述 */
@media screen and (min-width: 768px) {
	.pnav_list04 {
		display: block;
	}
	.pnav_list04 .item {
		background-size: 9px auto;
	}
	.pnav_list04 .item:first-child {
	}
	.pnav_list04 .item a {
		padding-top: 18px;
	    height: 55px;
		width: 100%;
	}
	.pnav_list04 .item a img {
		height: 40%;
	}
}
/* 1024px以上用（PC用）の記述 */
@media screen and (min-width: 1024px) {
	.pnav_list04 .item {
		border-left: 1px solid #cacaca;
	}
	.pnav_list04 .item a {
		padding-top: 21px;
		height: 65px;
		font-size: 16px;
		width: 100%;
		display: block;
		text-align: center;
	}
	.pnav_list04 .item a img {
		height: 50%;
	}
}
/* 1100px以上用（PC用）の記述 */
@media screen and (min-width: 1100px) {
	.pnav_list04 {
		top: 106px;
	}
}
/* --------------------------------------------------------------------
pnav_under
-------------------------------------------------------------------- */
	/*gray_list*/
	.pnav_list_bottom {
		font-size: 0;
		background-color: #fff;
	}
	.pnav_bottom_item {
		background-color: #fff;
		vertical-align: middle;
	}
	.pnav_bottom_item a {
		border-top: 1px solid #ddb03d;
		padding-top: 15px;
		height: 52px;
		width: 100%;
		line-height: 1.5;
		color: #333;
		display: block;
		font-size: 12px;
		text-align: center;
		text-decoration: none;
	}
@media screen and (min-width: 545px) {
	.pnav_bottom_item {
		border-left: 1px solid #cacaca;
	}
	.pnav_bottom_item:first-child {
		border-left: none;
	}
}
@media screen and (min-width: 768px) {
	.pnav_list_bottom {
		font-size: 0;
		background-color: #fff;
	}
	.pnav_bottom_item {
		background-color: #fff;
		vertical-align: middle;
	}
	.pnav_bottom_item:first-child {
		border-left: none;
	}
	.pnav_bottom_item a {
		border-top: 1px solid #ddb03d;
		padding-top: 20px;
		height: 57px;
		width: 100%;
		line-height: 1.5;
		color: #333;
		display: block;
		font-size: 12px;
		text-align: center;
		text-decoration: none;
	}
}
/* --------------------------------------------------------------------
content_text_wrap
-------------------------------------------------------------------- */
.content_text_wrap {
	padding: 40px 0;
}
.content_text_wrap02 {
	padding-top: 30px;
	padding-bottom: 40px;
}
.content_text_wrap .title_wrap {
	margin: 0;
}
.content_text_wrap .text_wrap {
	margin: 0 0 30px;
}
.content_text_wrap .btn_wrap {
}
.m_bottom {
	margin-bottom: 1em;
}
/* 詳細ページ用*/
.naka .content_text_wrap .text_wrap {
	margin: 0 0 20px;
}

/* タブレット用の記述 */
@media screen and (min-width: 768px) {
	.content_text_wrap {
	}
	.content_text_wrap02 {
		padding-top: 35px;
		padding-bottom: 50px;
	}
	.content_text_wrap .text_wrap {
		margin: 0 0 40px;
	}
	/* 詳細ページ用*/
	.naka .content_text_wrap .text_wrap {
		margin: 0 0 25px;
	}
}
/* 1024px以上用（PC用）の記述 */
@media screen and (min-width: 1024px) {
	.content_text_wrap {
		padding: 60px 0;
	}
	.content_text_wrap02 {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.content_text_wrap .text_wrap {
		margin: 0 0 30px;
	}
	/* 詳細ページ用*/
	.naka .content_text_wrap .text_wrap {
		margin: 0 0 35px;
	}
}
/* 1200px以上用（PC用）の記述 */
@media screen and (min-width: 1201px) {
	.m_bottom {
		margin-bottom: 0;
	}
}
/* --------------------------------------------------------------------
card
-------------------------------------------------------------------- */
.card {
	margin-top: 35px;
	text-align: center;
}
.card_title {
	margin: 0;
	font-weight: 400;
}
.card_text {
	margin-bottom: 30px;
}
.card_img {
	width: 100%;
}
@media screen and (min-width: 1024px) {
	.card_text {
		margin-bottom: 10px;
	}
}
.card_gray{
	margin: 0;
	padding: 1em 2em;
	background: #f2f2f2;
	width: 100%;
}
.card_white{
	margin: 0;
	padding: 1em 2em;
	background: #fff;
	width: 100%;
}
.card_red_b{
	margin: 2em 0 0;
	padding: 1em 2em;
	width: 100%;
	border: solid 1px #de2828;
	color: #de2828;
}
/* --------------------------------------------------------------------
tips
-------------------------------------------------------------------- */
.tips {
	max-width: 1200px;
	margin: 40px auto 0;
	padding: 20px;
	background-color: #f2f2f2;
	vertical-align: middle;
	width: 100%;
}
.left_tips {
	margin-bottom: 1em;
}
.left_tips,
.right_tips {
	width: 100%;
	display: block;
	vertical-align: middle;
}
.tips_title,
.tips_subtitle,
.tips_text {
	margin: 0;
	font-weight: 400;
	line-height: 1.7;
}
.left_tips {
	padding-right: 3em;
}
@media screen and (min-width: 768px) {
	.tips {
		margin: 70px auto 0;
		padding: 40px 50px;
		display: table;
	}
	.left_tips,
	.right_tips {
		display: table-cell;
	}
	.left_tips {
		width: 36%;
		margin-bottom: 0;
	}
	.tips_title {
		font-size: 20px;
	}
}
@media screen and (min-width: 992px) {
	.tips_title {
		font-size: 24px;
	}
}
/* --------------------------------------------------------------------
caution_box
-------------------------------------------------------------------- */
.caution_box {
	padding-top: 30px;
	padding-bottom: 15px;
	background-color: #f2f2f2;
}
.caution_title {
    margin: 0 0 25px;
	text-align: center;
    font-weight: 400;
    font-size: 17px;
}
.caution_sub_title {
	margin: 0;
	font-size: 14px;
	padding-bottom: 2px;
	border-bottom: 1px solid #bfbfbf;
}
.caution_sub_text {
	font-size: 11px;
	line-height: 1.8;
	margin-bottom: 20px;
}
/* タブレット用の記述 */
@media screen and (min-width: 768px) {
	.caution_box {
		padding-top: 40px;
		padding-bottom: 35px;
	}
	.caution_sub_title {
		font-size: 16px;
	}
	.caution_title {
		font-size: 22px;
	}
	.caution_sub_text {
		font-size: 13px;
	margin-bottom: 0;
	}
}
/* 1024px以上用（PC用）の記述 */
@media screen and (min-width: 1024px) {
	.caution_box {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.caution_sub_title {
		font-size: 20px;
	}
	.caution_title {
		text-align: center;
		font-weight: 400;
		font-size: 30px;
	}
	.caution_sub_text {
		font-size: 14px;
	}
}
/* --------------------------------------------------------------------
bg_photo_box
-------------------------------------------------------------------- */
.bg_photo_box {
	padding: 70px 0 50px;
	color: #fff;
	background-position: left top;
	background-size: cover;
}
.bg_photo_box span {
	color: #fff;
}
.bg_photo_box .page_title03,
.bg_photo_box .-MC-titleAndSub{
	background-image: url(../images/page_title_bottom_white.png);
	background-size: auto 2px;
    line-height: 1.4;
    padding-bottom: 20px;
    margin-bottom: 35px;
}
/* タブレット用の記述 */
@media screen and (min-width: 768px) {
	.bg_photo_box {
		padding: 90px 0 70px;
	}
	.bg_photo_box .page_title03,
	.bg_photo_box .-MC-titleAndSub{
		text-align: left;
		background-position: left bottom;
	}
}
@media screen and (min-width: 992px) {
	.bg_photo_box {
		padding: 140px 0 110px;
	}
	.bg_photo_box .page_title03,
	.bg_photo_box .-MC-titleAndSub{
	    font-size: 38px;
	}
}
@media screen and (min-width: 1201px) {
	.bg_photo_box .page_title03,
	.bg_photo_box .-MC-titleAndSub{
	    font-size: 43px;
	}
}

/* --------------------------------------------------------------------
enji_box
-------------------------------------------------------------------- */
.enji_box {
	padding-top: 30px;
	padding-bottom: 15px;
	background-color: #f3ebd6;
}
.enji_box img {
	width: 100%;
}
.enji_title {
	margin: 1em 0 25px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.5;
	color: #bd0d44;
	text-align: center;
	background-image: url(../images/page_title_bottom_red.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 2px;
}
/* タブレット用の記述 */
@media screen and (min-width: 768px) {
	.enji_box {
		padding-top: 40px;
		padding-bottom: 35px;
	}
	.enji_title {
		margin: 0 0 25px;
		font-size: 22px;
		text-align: left;
		line-height: 1.8;
		background-position: left bottom;
	}
}
/* 1024px以上用（PC用）の記述 */
@media screen and (min-width: 992px) {
	.enji_box {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.enji_title {
		margin: 0 0 20px;
		padding-bottom: 15px;
		font-size: 28px;
	}
}


/* ============================================================================
 map（マップスタイル）
============================================================================ */
.map_tell a ,
.map_fax a {
	color: #333 !important;
}
.map_wrap {
	text-align: center;
	color: #555;
}
.map_wrap iframe {
	width: 100%;
	height: 300px;
}
.map_content {
	box-shadow: 2px 2px 1px -1px #999;
	-moz-box-shadow: 2px 2px 1px -1px #999;
	-webkit-box-shadow: 2px 2px 1px -1px #999;
}
.map_box {
	padding: 20px 0 30px;
}
.map_img {
	display: none;
}
.map_title {
	text-align: center;
}
.map_title img {
	width: 240px;
}
.map_address {
	margin: 1em 0 0;
}
.map_address a {
	color: #333 !important;
}
.tel_center ,
.tel_daihyou {
	display: inline-block;
	font-size: 65%;
	padding: .2em 0;
	line-height: 1.2;
	background: #152;
	color: #fff;
	text-align: center;
	margin: 0 .4em .5em 0;
	width: 9em;
	height: 2.8em;
	vertical-align: bottom;
}
.tel_daihyou {
	padding: .8em 0 0;
}
.map_tell {
	font-size: 30px;
	line-height: 1.2;
}
.map_list li {
	font-size: 90%;
	display: inline-table;
}
.map_list .item02 {
	margin-left: 1em;
}
/* 1024px以上用（PC用）の記述 */
@media screen and (min-width: 1024px) {
	.map_wrap {
		position: relative;
		text-align: left;
	}
	.map_wrap iframe {
		height: 700px;
	}
	.map_content {
		position: absolute;
		top: 8%;
		left: 3%;
		background-color: #fff;
		width: 400px;
	}
	.map_box {
		padding: 20px 30px 30px;
	}
	.map_img {
		display: inline;
		width: 100%;
		height: auto;
	}
	.map_title {
		margin: 0;
		padding: 0 0 20px;
		border-bottom: 1px solid #eee;
	}
	.map_list {
		margin-left: -15px;
	}
}


/*ここ*/
/* --------------------------------------------------------------------
 group_hotel（グループホテル）
-------------------------------------------------------------------- */
@media print, screen and (min-width:768px) {
    .GroupHotels {
        margin: 0 auto;
        padding: 3% 0;
        max-width: 100%;
        background: url(../images/bg_black.png) left top;
    }
    .GroupHotels__inner {
        margin: 0 auto;
    }
    .GroupHotels__title {
        margin: 0 auto 2%;
        display: block;
        color: #FFF;
        text-align: center;
    }
}
@media screen and (max-width:767px) {
    .GroupHotels {
        margin: 0 auto;
        padding: 6% 0;
        background: url(../images/bg_black.png) left top;
    }
    .GroupHotels__inner {
        font-size: 0;
        margin: 0 auto;
        max-width: 1000px;
    }
    .GroupHotels__title {
        margin: 0 auto 4%;
        display: block;
        color: #FFF;
        text-align: center;
        font-size: 120%;
    }
}
/* ============================================================================
　Footer（フッター）
============================================================================ */
@media screen and (min-width:1030px) {
    .Footer {
        margin: 0 auto;
        padding: 4% 2% 1%;
        line-height: 1.5;
        max-width: 100%;
        background-color: #1d3022;
    }
    .Footer__inner {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }
    .FooterUpperWrap {
        padding-bottom: 40px;
    }
    /*左側タイトル*/
    .FooterTitle {
        float: left;
        width: 350px;
        padding: 0;
        border-right: 2px solid rgba(255, 255, 255, 0.15);
        text-align: center;
    }
    .FooterTitleLogo {
        margin: 0 0 .7em;
    }
    .FooterTitleLogo__img {
        width: 83%;
        height: auto;
    }
    .FooterTitle__brand {
        padding-bottom: .4em;
        font-size: 80%;
        padding-left: .3em;
        display: block;
    }
    .FooterTitle__brand i {
        padding-right: .2em;
    }
    .FooterTotle__copy {
        font-size: 9px;
        color: rgba(255, 255, 255, 0.4);
    }
    /*真ん中グループ*/
    .FooterGroup {
        margin: 0 0 1%;
        padding: 0 0 0 30px;
        width: 420px;
        float: left;
    }
    .FooterGroup__morinokaze{
        float: left;
        width: 190px;
    }
    .FooterGroup__group{
        float: left;
        width: 190px;
    }
    .FooterGroup__group {
        padding-left: 5px;
    }
    .FooterGroup__title {
        margin: 0 0 .8em;
        font-size: 100%;
        color: rgba(255, 255, 255, 0.6);
    }
    .FooterGroupList__item {
        margin: 0 0 .5em;
        font-size: 80%;
    }
    .FooterGroupList__item span {
        margin-right: .3rem;
        display: inline-block;
        background-color: #2c8744;
        font-size: 80%;
        padding: .3em .4em .1em;
    }
    .FooterGroupList--yellow span {
        margin-right: .3rem;
        display: inline-block;
        background-color: #c29b34;
        font-size: 80%;
        padding: .3em .4em .1em;
    }
    /*右側SNSボタン*/
    .FooterSns {
        float: right;
        max-width: 230px;
        width: 230px;
    }
    .FooterSnsGroup {
         margin-top: 0;
    }
    .FooterSnsGroup img {
        width: 100%;
        height: auto;
    }
    .FooterSnsList {
        font-size: 0;
		display: flex;
		justify-content: space-between;
    }
    .FooterSnsList__twitter,
    .FooterSnsList__facebook,
    .FooterSnsList__instagram,
	.FooterSnsList__line{
        width: 25%;
        vertical-align: top;
        display: inline-table;
    }
    .FooterSnsList__twitter {
        margin-right: 1%;
    }
    .FooterSnsList__facebook {
        margin: 0 1%;
    }
    .FooterSnsList__instagram {
        margin: 0 1%;
    }
	.FooterSnsList__line {
        margin-left: 1%;
    }
    .FooterSnsList__twitter a,
    .FooterSnsList__facebook a,
    .FooterSnsList__instagram a,
	.FooterSnsList__line a {
        height: 40px;
        border-radius: 3px;
        background-position: center center;
        text-indent: -9999px;
        overflow: hidden;
        display: block;
    }
    .FooterSnsList__twitter a {
        background-image: url(../images/f_twitter.png);
        background-size: 19px 15px;
        background-repeat: no-repeat;
		background-color: #0ae;
    }
    .FooterSnsList__facebook a {
        background-image: url(../images/f_facebook.png);
        background-size: 17px 17px;
        background-repeat: no-repeat;
		background-color: #35a;
    }
    .FooterSnsList__instagram {
		background: linear-gradient(135deg, #427eff 0%, #f13f79 70%);
		background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%);
        border-radius: 3px;
	}
    .FooterSnsList__instagram a {
        background-image: url(../images/f_instagram.png);
        background-repeat: no-repeat;
        background-size: 20px 20px;
		background-color: rgba(255, 255, 255, 0.15);
	}
	.FooterSnsList__line {
		background: #00B900;
        border-radius: 3px;
	}
    .FooterSnsList__line a {
        background-image: url("../images/f_line.png");
        background-repeat: no-repeat;
		background-size: 30px;
	}
    /*フッターグローバルナビ*/
    .SpFooterGrovalNav {
        display: none;
    }
    .FooterGrovalNav {
        margin: 0;
        padding: 15px 0;
        clear: both;
        display: block;
        border-top: 2px solid rgba(255, 255, 255, 0.15);
    }
    .FooterGrovalNavList {
        float: left;
    }
    .FooterGrovalNavList__item {
        padding: 0 10px;
        float: left;
        border-right: 1px solid rgba(255,255,255,0.6);
    }
    .FooterGrovalNavList__item:last-child {
        border: none;
    }
	.FooterGrovalNav_logo {
        display: none;
    }
    .SpFooterGrovalNav_logo {
        margin: 0;
        padding: .5em 0;
        text-align: center;
    }
    .SpFooterGrovalNav_logo img {
        width: 120px;
    }
}
@media print, screen and (max-width:1029px) {
    .Footer {
        margin: 0 auto;
        line-height: 1.5;
        max-width: 1400px;
        background-color: #1d3022;
    }
    .Footer__inner {
        padding: 7% 2%;
		padding-bottom: 50px;
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }
    .FooterUpperWrap {
    }
    /*上段タイトル*/
    .FooterTitle {
        padding: 0 0 25px;
        float: left;
        width: 100%;
        text-align: center;
    }
    .FooterTitleLogo {
        margin: 0 0 .7em;
    }
    .FooterTitleLogo__img {
        width: 280px;
        height: auto;
    }
    .FooterTitle__brand {
        padding-bottom: .4em;
        font-size: 90%;
        padding-left: .3em;
        display: block;
    }
    .FooterTitle__brand i {
        padding-right: .2em;
    }
    .FooterTotle__copy {
        font-size: 9px;
        color: rgba(255, 255, 255, 0.4);
    }
    /*中段グループ*/
    .FooterGroup {
        margin: 1% 0 7%;
        clear: both;
    }
    .FooterGroup__morinokaze{
        float: left;
        width: 53%;
        padding-left: 10px;
    }
    .FooterGroup__group{
        float: right;
        width: 47%;
        padding-left: 10px;
    }
    .FooterGroup__title {
        margin: 0 0 .8em;
        font-size: 100%;
        color: rgba(255, 255, 255, 0.6);
    }
    .FooterGroupList__item {
        margin: 0 0 .5em;
        font-size: 70%;
    }
    .FooterGroupList__item span {
        margin-right: .3rem;
        display: inline-block;
        background-color: #2c8744;
        font-size: 80%;
        padding: .1em .2em .1em;
        float: left;
    }
    .FooterGroupList--yellow span {
        margin-right: .3rem;
        display: inline-block;
        background-color: #c29b34;
        font-size: 80%;
        padding: .1em .2em .1em;
    }
    .FooterGroupList__item i {
        display: block;
    }
    /*下段SNSボタン*/
    .FooterSns {
        text-align: center;
    }
    .FooterSnsGroup img {
        width: 260px;
        height: auto;
    }
    .FooterSnsList {
        font-size: 0;
    }
    .FooterSnsList__twitter,
    .FooterSnsList__facebook,
    .FooterSnsList__instagram,
	.FooterSnsList__line{
        width: 23%;
        vertical-align: top;
        display: inline-table;
    }
    .FooterSnsList__twitter {
        margin-right: 1%;
    }
    .FooterSnsList__facebook {
        margin: 0 1%;
    }
	.FooterSnsList__instagram {
        margin: 0 1%;
    }
    .FooterSnsList__line {
        margin-left: 1%;
    }
    .FooterSnsList__twitter a,
    .FooterSnsList__facebook a,
    .FooterSnsList__instagram a,
	.FooterSnsList__line a{
        height: 40px;
        border-radius: 3px;
        background-position: center center;
        text-indent: -9999px;
        overflow: hidden;
        display: block;
    }
    .FooterSnsList__twitter a {
        background-image: url(../images/f_twitter.png);
        background-size: 19px 15px;
        background-repeat: no-repeat;
		background-color: #0ae;
    }
    .FooterSnsList__facebook a {
        background-image: url(../images/f_facebook.png);
        background-size: 17px 17px;
        background-repeat: no-repeat;
		background-color: #35a;
    }
    .FooterSnsList__instagram {
		background: linear-gradient(135deg, #427eff 0%, #f13f79 70%);
		background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%);
        border-radius: 3px;
	}
    .FooterSnsList__instagram a {
        background-image: url(../images/f_instagram.png);
	    background-color: rgba(255, 255, 255, 0.15);
        background-repeat: no-repeat;
        background-size: 20px 20px;
	}
	.FooterSnsList__line {
		background: #00B900;
        border-radius: 3px;
	}
    .FooterSnsList__line a {
        background-image: url(../images/f_line.png);
        background-repeat: no-repeat;
        background-size: 30px 30px;
	}
    /*フッターグローバルナビ*/
    .FooterGrovalNav {
        display: none;
    }
    .SpFooterGrovalNav {
        margin: 0;
        padding: 0 0 25px 0;
        clear: both;
        display: block;
        font-size: 90%;
    }
    .SpFooterGrovalNavList {
		width: 285px;
        margin: 0 auto;
        display: table;
    }
    .SpFooterGrovalNavList__item {
		width: 50%;
		float: left;
		margin-bottom: 15px;
		text-align: center;
        display: table-cell;
        padding: 0 10px;
        border-left: 1px solid rgba(255,255,255,0.6);
		box-sizing: border-box;
    }
	
	@media(max-width:767px){
	   .FooterGroup {display: none;}
}

    .SpFooterGrovalNavList__item:nth-child(even) {
		border-right: 1px solid rgba(255,255,255,0.6);
	}
    .SpFooterGrovalNavList__item:nth-last-child(2),
	.SpFooterGrovalNavList__item:last-child{
        margin-bottom: 0;
    }
    .SpFooterGrovalNav_logo {
        margin: 0;
        padding: 1em 0 0;
        text-align: center;
    }
    .SpFooterGrovalNav_logo img {
        width: 100px;
    }
}
/*ここまで*/
/* ============================================================================
　hack ブラウザハック
============================================================================ */
@media all and (-ms-high-contrast: none) {
/*ボタンオブジェクトズレ修正*/
.btn_obj {
	padding: 16px 20px;
	padding: 4.466666vw 5.33333333vw 4.066666vw;
}
}

@media all and (-ms-high-contrast: none) and (min-width: 768px) {
/*ボタンオブジェクトズレ修正*/
.btn_obj {
	padding: 20px 43px 16px 22px;
	font-size: 14px;
	width: 272px;
	background-image: url(../images/arrow_white.png);
	background-repeat: no-repeat;
/*	background-size: 8px 14px;*/
	background-position: right 10px center;
	background-size: 10px 16px;
}
/*ヘッダのボタン上下ずれ修正*/
.h_btn .btn_obj {
	margin-top: -3px;
	padding: 12px 10px 8px;
}
/*中ページの各館へのボタン上下ずれ修正*/
.page .btn_wrap .btn_obj {
	padding: 15px 43px 11px 22px;
}
/*上部ページ内リンクボックスの各館名のbox上下ずれを修正*/
.page .catch_title03 {
	padding: 9px 10px 3px;
}
.plan_common .btn_green {
	padding: 15px 43px 12px 22px;
}
}

@media all and (-ms-high-contrast: none) and (min-width: 1100px) {
/* btn指定用クラス
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.btn_obj {
	padding: 16px 43px 12px 22px;
	font-size: 17px;
	line-height: 1.4;
	-webkit-transition: .5s;
	transition: .5s;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	width: 325px;
}
.btn_obj::after {
	display: none;
}
.btn_black {
	padding: 20px 20px 16px 15px;
}
}
/* ===============================================================================
ページトップに戻る
=============================================================================== */
#page-top {
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 99;
}
@media print, screen and (max-width: 600px){
	#page-top {
	bottom: 80px;
}
}
#page-top a {
	display: block;
	margin: 0;
	padding: 0;
	width: 60px;
	height: 60px;
	background: url(../images/pagetop.png) no-repeat left top;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 9999;
}
#page-top a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#trip_ai_container {
	bottom: 70px !important;
}
/* ============================================================================
　load ローディング設定
============================================================================ */
#loader-bg {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
#loader {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	margin-top: 0;
	margin-left: 0;
	text-align: center;
	color: #fff;
	z-index: 1001;
	background-image: url(../../images/mv_slide00.jpg);
	background-repeat: no-repeat;
	background-size:  cover;
	background-color: #000;
	background-position: center center;
}
#loader::after {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../../images/loading_bg.png);
	background-repeat: no-repeat;
	background-size:  100% auto;
/*	background-color: #000;*/
	background-position: center center;
	background-color: rgba(0,0,0,0.3);
}

/* 1100px以上用（PC用）の記述 */
@media screen and (min-width: 1024px) {
	#loader::after {
		background-size:  60% auto;
	}
}

/* ホテルリンク
--------------------------------------------------------- */
@media screen and (max-width: 999px) {
	.hotel_link {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 2em 20px;
		max-width: 1400px;
		margin: 0 auto;

	}
/*
	.hotel_link li {
		margin: 0 1% 1em;
		width: 30%;
	}
*/
    	.hotel_link li {
		    width: 45%;
	} 
    .hotel_link li a{
        width: 100%;
         padding-bottom: 30%;
        margin-bottom: 1.5em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
        display: block;
	}
        .hotel_link li.hotel01 a{background-image: url(../images/hotel_link/01-sp.png);}
    	.hotel_link li.hotel02 a{background-image: url(../images/hotel_link/02-sp.png);}
    	.hotel_link li.hotel03 a{background-image: url(../images/hotel_link/03-sp.png);}
    	.hotel_link li.hotel04 a{background-image: url(../images/hotel_link/04-sp.png);}
    	.hotel_link li.hotel05 a{background-image: url(../images/hotel_link/05-sp.png);}
    	.hotel_link li.hotel06 a{background-image: url(../images/hotel_link/06-sp.png);}
    	.hotel_link li.hotel07 a{background-image: url(../images/hotel_link/07-sp.png);}
    	.hotel_link li.hotel08 a{background-image: url(../images/hotel_link/08-sp.png);}
    	.hotel_link li.hotel09 a{background-image: url(../images/hotel_link/09-sp.png);}
    	.hotel_link li.hotel10 a{background-image: url(../images/hotel_link/10-sp.png);}

}
@media screen and (min-width: 1000px) , print {
	.hotel_link {
display: flex;
    justify-content: space-between;
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
	}
	.hotel_link li {
		    width: 18%;
	}
    .hotel_link li a{
width: 100%;
    margin-bottom: 2em;
    padding-bottom: 77%;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
	}
    	.hotel_link li.hotel01 a{background-image: url(../images/hotel_link/01.png);}
    	.hotel_link li.hotel02 a{background-image: url(../images/hotel_link/02.png);}
    	.hotel_link li.hotel03 a{background-image: url(../images/hotel_link/03.png);}
    	.hotel_link li.hotel04 a{background-image: url(../images/hotel_link/04.png);}
    	.hotel_link li.hotel05 a{background-image: url(../images/hotel_link/05.png);}
    	.hotel_link li.hotel06 a{background-image: url(../images/hotel_link/06.png);}
    	.hotel_link li.hotel07 a{background-image: url(../images/hotel_link/07.png);}
    	.hotel_link li.hotel08 a{background-image: url(../images/hotel_link/08.png);}
    	.hotel_link li.hotel09 a{background-image: url(../images/hotel_link/09.png);}
    	.hotel_link li.hotel10 a{background-image: url(../images/hotel_link/10.png);}
}



/*予約センター・代表電話番号*/
.contact_tel {
  margin: .5em 0;
}
.contact_tel dl {
  display: block;
  margin-bottom: .5em;
margin: 0 auto 1em auto;
max-width:400px;
border:1px solid #074E2B;
}
.contact_tel dl dt {
  font-size: 14px;
  color: #FFF;
  background-color: #074E2B;
  margin-bottom:0.5em;
  line-height: 2.5em;
}
.contact_tel dl dd {
  display: flex;
  font-size: 170%;
  margin-left: 0.2em;
  align-items: center;
  font-weight: bold;
}
.contact_tel dl dd span {
  font-size: 16px;
  padding-right: .2em;
}
.fotter-uketsuke{
	display: flex;
	padding-bottom:.5em;
}
.fotter-uketsuke_st{
	padding-right:0.2em;
	border-right: 1px solid #222;
	margin: auto 0 ;
	width:124px;
}
.fotter-uketsuke_s{
	display: block;
	margin: 0 auto;
}
.contact_tel dl dd .d_title_s{
	font-size: 12px
}
.contact_tel dl dd.daihyo_dd{
	display: block;
}
.contact_tel a{
	color: #555;
	pointer-events: none;
}
/*
@media screen and (max-width: 1040px) {
  .contact_tel dl dd {
    font-size: 125%;
  }
}
*/
@media screen and (max-width: 767px) {
  .reserve_btn li a {
    font-size: 80%;
  }
.reserve_btn li a::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.4em;
  background-size: contain;
  margin-right: 0.5em;
  margin-bottom: -6px;
  background-repeat: no-repeat;
}
.plan a::before {
  background-image: url(../img/logo_p.png);
}
.vacancy a::before {
  background-image: url("../img/logo_k.png");
}
.tel a::before {
  background-image: url("../img/logo_tel.png");
}
.contact_tel dl {
  max-width: 300px;
}
.contact_tel dl dd {
  font-size: 140%;
}
.contact_tel dl dd span {
	font-size: 12px;
}
}
@media screen and (min-width: 1024px) {
.map_content {
	top: 6%;
}
.map_wrap {
	text-align: center;
}
.map_wrap iframe {
	height: 830px;
}
}



