@charset "UTF-8";
/* CSS Document */

/**メディアクエリ切り替えポイント
タブレット　768px
SP 375px
印刷のcssはタブレットの768px
**/

/* ==========================================
大見出し
========================================== */
/* 中見出し
---------------------------------------------------------- */
/*小見出し*/


/* 見出しデザイン
---------------------------------------------------------- */

/* 01 */
.ttl_type01{
	margin-bottom: 40px;
	color: #B49859; 
	font-size: 93%;
	font-weight: normal;
	text-align: center;
	font-family:"Times New Roman" , "游明朝体", "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3","HG明朝E", "Hiragino Mincho Pro", "serif";
}
.ttl_type01 span{
	display: block;
	font-size: 43px;
}
@media only screen and (max-width: 768px) {
  .ttl_type01{
    margin-bottom: 20px;
  }
  .ttl_type01 span{
    display: block;
    font-size: 34px;
  }

}

/* 02 */
.ttl_type02{
	background: #f6f6f6;
  border-left: 15px solid #ede6d8;
  line-height: 25px;
  font-size: 25px;
  padding: 10px;
  font-weight: normal;
}
@media only screen and (-ms-high-contrast: none){
/* IE10以上 */
	.ttl_type02{
		font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
}

@media only screen and (max-width: 768px) {
  .ttl_type01{
    margin-bottom: 20px;
  }
  .ttl_type02{
    font-size: 20px;
  }
}

/* 03 */
.ttl_type03{
	margin-bottom: 40px;
	color: #fff; 
	font-size: 93%;
	font-weight: normal;
	text-align: center;
	font-family:"Times New Roman" , "游明朝体", "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3","HG明朝E", "Hiragino Mincho Pro", "serif";
}
.ttl_type03 span{
	display: block;
	font-size: 300%;
}
@media only screen and (max-width: 768px) {
  .ttl_type01{
    margin-bottom: 20px;
  }
}

/* 04 */
.ttl_type04{
	margin-bottom: 20px;
  font-size: 20px;
	color: #B49859; 
	font-family:"Times New Roman" , "游明朝体", "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3","HG明朝E", "Hiragino Mincho Pro", "serif";
}

/* 05 */
.ttl_type05{
	margin: 20px 0 50px;
  font-size: 24px;
  text-align: center;
  font-family:"Times New Roman" , "游明朝体", "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3","HG明朝E", "Hiragino Mincho Pro", "serif";
}
/* ==========================================
メインビジュアル
========================================== */

.main_visual{
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 100%;
}
@media print{
  .main_visual{
    width: 100%;
    min-width: 100%;
  }
}

.main_visual:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 60;
	width: 100%;
	height: 278px;
	background: url(../img/top/bg_head01.png) repeat-x;
}

.main_visual .main_visual_ttl{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 644px;
  height: 138px;
  z-index: 20;
  text-align: center;
  color: #fff;
  font-family: "Times New Roman" , "游明朝体", "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3","HG明朝E", "Hiragino Mincho Pro", "serif";
  text-shadow: 0 0 6px rgba(0,0,0,.48);
}
.main_visual .main_visual_ttl span {
    font-size: 40px;
    font-weight: normal;
    display: block;
}
@media only screen and (max-width: 1200px) {
	.main_visual{
		min-width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.main_visual{
		height: auto;
		overflow: auto;
	}
	.main_visual:before{
		display: none;
	}
	/*.main_visual .main_visual_ttl{
		width: 290px;
		height: 21px;
		top: 100px;3
		bottom: inherit;
		z-index: 70;
	}*/
	.main_visual .main_visual_ttl span {
		font-size:14px;
	}
	.main_visual .main_visual_ttl img{
		width: 164px;
	}
  
  .main_visual .main_visual_ttl {
    width: 290px;
    height: 21px;
    top: 50px;
    bottom: inherit;
    z-index: 70;
}
  .main_visual .main_visual_ttl span {
      font-size: 34px;
  }
}

/* リンクボタンデザイン
---------------------------------------------------------- */

.btn_type01,
.btn_type02,
.btn_type03,
.btn_pdf{text-align: center;}
.btn_type01 a,
.btn_type02 a,
.btn_type02 input,
.btn_type03 a,
.btn_type03 span,
.btn_type04 a,
.btn_pdf a{
	display: inline-block;
	font-size: 115%;
	text-align: center;
	padding:15px 100px;
	color: #333333;
	border:1px solid #363636;
	position: relative;
}
.btn_type02 a,
.btn_type02 input,
.btn_type03 a,
.btn_type03 span,
.btn_pdf a{
  font-size: 100%;
  border: none;
  color: #fff;
  padding: 10px 60px;
}
.btn_type02 a,
.btn_type02 input{
  background: #B49859;
}
.btn_type03 a,
.btn_type03 span{
  background: #989898;
}
.btn_type04 a{
	display: inline-block;
	/*font-size: 100%;*/
	text-align: center;
	padding:0 30px 0 0;
	color: #333333;
	border: none;
	position: relative;
}
.btn_pdf a{
  border: 1px solid #cbcbcb;
  color: #333333;
  width: 100%;
}
.btn_pdf  a i{
  margin-right: 10px;
}
.btn_type01 a:after,
.btn_type02 a:after,
.btn_type02 input:after,
.btn_type03 a:after,
.btn_type03 span:after,
.btn_type04 a:after,
.btn_pdf a:after{
	content: "\e902";
    font-family: hotelicon;
    position: absolute;
    right: 10px;
    font-size: 72%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.5em;
}
.btn_type01.arrow_down a:after{
  content: "\e901";
}

.btn_inline_arrow{
  display:inline-block;
  padding:10px 25px 10px 10px;
  color:#fff;
  text-align:center;
  position:relative;
  background-color:#989898;
}
  .btn_inline_arrow:after{
  content: "\e902";
  font-family: hotelicon;
  position: absolute;
  right: 10px;
  font-size: 72%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1.5em;
}

@media only screen and (-ms-high-contrast: none){
/* IE10以上 */
	.btn_type01,
	.btn_type02,
	.btn_type03,
	.btn_pdf{
		font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
}

@media only screen and (max-width: 768px) {
  .btn_type01 a,
  .btn_type02 a,
	.btn_type02 input,
  .btn_type03 a,
  .btn_type03 span,
  .btn_pdf a{
    width: 100%;
    padding:20px 0;
  }
	input[type="submit"],
	input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	}
	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
	display: none;
	}
	input[type="submit"]::focus,
	input[type="button"]::focus {
	outline-offset: -2px;
	}
}

/* 2col */
.btn_sub{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.btn_sub.btn_sub_1col{
  justify-content: center;
}
.btn_sub div{
  width: 49%;
  margin-bottom: 20px;
}
.btn_sub div a{
  width: 100%;
  padding: 35px 100px;
}
.btn_sub div br{
  display: none;
}
.btn_sub div a img{
  width: 60px;
  height: 60px;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .btn_sub div{
    width: 100%;
  }
  .btn_sub div br{
    display: inherit;
  }
}


/* MV設置用フォーム設定
---------------------------------------------------------- */
.mv_form_box{
	padding: 20px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 70;
    background: rgba(0,0,0,0.50);
}
.mv_form_box p.mv_form_box_comment{
	width:1220px;
	margin:0 auto;
	color:#fff;
	font-size:12px;
	text-align: right;
	padding-top:5px;
}
.main_stay .mv_form_box p.mv_form_box_comment{
	max-width:1070px;
}
.mv_form_box .mv_form_box_inner{
	width: 1250px;
	margin: auto;
}
@media print{
  .mv_form_box .mv_form_box_inner{
    width: 100%;
    min-width: 100%;
  }
}
.mv_form_box .mv_form_box_ttl_pc{
	display: inline-block;
	float: left;
	font-size: 186%;
	font-weight: normal;
	font-family:"Times New Roman" , "游明朝体", "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3","HG明朝E", "Hiragino Mincho Pro", "serif";
	color: #fff;
	text-align: center;
	padding-top: 30px;
}
.mv_form_box .mv_form_box_ttl_pc span{
	font-size: 86%;
	display: block;
}
.mv_form_box .mv_form_box_ttl_sp{display: none;}
@media only screen and (max-width: 1200px) {
	.mv_form_box{
		padding: 20px 15px;
	}
	.mv_form_box .mv_form_box_inner{
		width: 100%;
	}
	.mv_form_box .mv_form_box_ttl_pc {
		font-size: 156%;
		float: none;
		padding:0;
	}
	.mv_form_box .mv_form_box_ttl_pc span{
		display: inline-block;
		padding-left: 5px;
	}
	.mv_form_box p.mv_form_box_comment{
		width:100%;
		padding-right:20px;
	}
}
@media only screen and (max-width: 768px) {
	.mv_form_box{
		padding: 0;
		position: relative;
		width: 100%;
		background: rgba(0,0,0,0.50);
	}
	.mv_form_box p.mv_form_box_comment{
		text-align:center;
		padding:5px 0;
	}
	.mv_form_box .mv_form_box_ttl_pc {display: none;}
	.mv_form_box .mv_form_box_ttl_sp{
		display: block;
		color: #fff;
		font-weight: normal;
		text-align: center;
		/*font-size: 86%;*/
		font-size: 90%;
		padding: 15px 0;
		background: rgba(0,0,0,0.50);
		top: -48px;
		width: 100%;
		position: absolute;
	}
}

/*タブメニュー*/
.mv_form_box_tabbox{
	float: right;
}
.mv_form_box_tabbox .tab_menu{
	float: left;
	width:150px;
}
.mv_form_box_tabbox .tab_menu #tab_list li,.mv_form_box_tabbox .tab_menu .tab_event{
	width: 100%;
  min-width: 120px;
	height:49px;
	line-height: 49px;
	background:#663E41;
	border-left:4px solid #663E41;
	-webkit-transition: 0.2s ease-in-out;  
	transition: 0.2s ease-in-out; 	
}
@media only screen and (max-width: 768px) {
  .mv_form_box_tabbox .tab_menu #tab_list li,.mv_form_box_tabbox .tab_menu .tab_event{
    min-width: auto;
  }
}
.mv_form_box_tabbox .tab_menu #tab_list li i,.mv_form_box_tabbox .tab_menu .tab_event i{
	font-size: 165%;
    padding-left: 17px;
    margin-right: 5px;
	vertical-align: middle;
}
.mv_form_box_tabbox .tab_menu #tab_list li:nth-child(2) i{font-size: 115%}
.mv_form_box_tabbox .tab_menu .tab_event i{font-size: 136%; padding-left: 20px;}
.mv_form_box_tabbox .tab_menu #tab_list li.is_active{
	background:#4B1C20;
	border-left:4px solid #B49859;
}
.mv_form_box_tabbox .tab_menu #tab_list li.is_active a{
	color: #B49859;
}
.mv_form_box_tabbox .tab_menu #tab_list li a,.mv_form_box_tabbox .tab_menu .tab_event a{
	display:block;
	width:100%;
	height:100%;
	text-align:left;
	color: #fff;
	font-size: 86%;
	text-decoration: none;
}

/*タブ内設定*/
.mv_form_box_content{
	width: 925px;
	height: 147px;
	background: #4B1C20;
	float: left;
	color: #fff;
	padding:10px 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
	.mv_form_box_tabbox {
		display: flex;
		float: none;
	}
	.mv_form_box_tabbox .tab_menu{
		float: none;
	}
	/*タブ内設定*/
	.mv_form_box_content{
		width: 100%;
		height: auto;
		float: none;
		max-width:100%;
	}
}

@media only screen and (max-width: 768px) {
	.mv_form_box_tabbox {
		display: block;
		float: none;
	}
	.mv_form_box_tabbox .tab_menu{
		width: 100%;
		display: flex;
	}
	.mv_form_box_tabbox .tab_menu #tab_list li,.mv_form_box_tabbox .tab_menu .tab_event{
		width: 100%;
		height:50px;
		line-height: 50px;
		border-top:4px solid #663E41;
		border-left:0;
		box-sizing: content-box;
	}
	.mv_form_box_tabbox .tab_menu #tab_list li a,.mv_form_box_tabbox .tab_menu .tab_event a{
		font-size: 129%;
		font-weight: bold;
		text-align: center;
	}
	.mv_form_box_tabbox .tab_menu #tab_list{display: flex; width: 66.6%;}
	.mv_form_box_tabbox .tab_menu #tab_list li{
		width: 50%;
	}
	.mv_form_box_tabbox .tab_menu .tab_event{
		width: 33.3%;
		flex: 1;
	}
	.mv_form_box_tabbox .tab_menu #tab_list li i,.mv_form_box_tabbox .tab_menu .tab_event i{
		display: none;
	}
	.mv_form_box_tabbox .tab_menu #tab_list li.is_active{
		border-left:0;
		border-top:4px solid #B49859;
	}
	.mv_form_box_content{
		padding: 15px;
	}
}

/***宿泊ページ***/
.mv_form_box.stay .mv_form_box_ttl_pc{
  padding-right: 20px;
}
@media only screen and (max-width: 1145px) {
  .mv_form_box.stay .mv_form_box_ttl_pc{
    padding-right: 0;
  }
}
.mv_form_box.stay .mv_form_box_inner{
	max-width: 1540px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0 10px;
}
.mv_form_box_inner.cf::after{
  display: none;
}
.mv_form_box.stay .mv_form_box_tabbox{
  display: flex;
  width: 100%;
}
.mv_form_box.stay .mv_form_box_tabbox.lower{
  width: auto;
}
.mv_form_box.stay .mv_form_box_tabbox.lower .mv_form_box_content_wrap{
  gap: 5px 50px;
}
.mv_form_box.stay .tab_menu{
  width: 100%;
  max-width: 150px;
  min-width: 100px;
}
.mv_form_box.stay .tab_menu > .tab_event{
  width: auto;
  max-width: 150px;
}
.mv_form_box.stay .mv_form_box_content{
	width: 100%;
  height: auto;
  padding: 6px 30px;
}
.mv_form_box.stay .mv_form_box_content_wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px 30px;
  align-items: center;
  height: 100%;
}
.mv_form_box.stay .mv_form_box_tourplan{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 8px 0 8px 30px;
}
.mv_form_box.stay .mv_form_box_tourplan.pc{
  border-left: 1px solid #A58D8F;
}
.mv_form_box.stay .mv_form_box_tourplan.pc.en{
  border-left: none;
  border-top: 1px solid #A58D8F;
  flex-direction: row;
  padding: 15px 0 0 0;
  width: 100%;
  margin-top: 0;
}
.mv_form_box.stay .mv_form_box_tourplan.sp{
  display: none;
}
.mv_form_box.stay .mv_form_box_tourplan > a{
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 100%;
  min-width: 250px;
  background-color: #663E41;
  border-radius: 3px;
  padding: 12px 20px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.mv_form_box.stay .mv_form_box_tourplan > a > img{
  width: 53px;
}
.mv_form_box.stay .mv_form_box_tourplan > a:hover{
  background-color: #77484C;
}
@media only screen and (max-width: 1394px) {
  .mv_form_box.stay .mv_form_box_content{
    padding: 15px 30px;
  }
  .mv_form_box.stay .mv_form_box_tourplan.pc{
    border-left: none;
    border-top: 1px solid #A58D8F;
    flex-direction: row;
    padding: 15px 0 0 0;
    width: 100%;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 1230px){
  .mv_form_box.stay .ihonex .submit_btn, .ihonex .submit_btn.in_header{
    float: none;
    margin-top: 15px;
    display: table;
  }
  .mv_form_box.stay .ihonex form{
    display: flex;
  }
}
@media only screen and (max-width: 1050px){
  .mv_form_box.stay .ihonex form{
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .mv_form_box.stay .mv_form_box_tourplan.pc{
    display: none;
  }
  .mv_form_box.stay .mv_form_box_tourplan.sp{
    display: flex;
    flex-direction: column;
    padding: 20px 0 0 0;
    border-top: 1px solid #A58D8F;
    width: 100%;
    margin-top: 31px;
  }
  .mv_form_box.stay .mv_form_box_tourplan.sp.en{
    margin-top: 0;
  }
  .mv_form_box.stay .mv_form_box_inner{
    gap: 0;
    padding: 0;
  }
  .mv_form_box.stay .mv_form_box_tabbox{
    display: block;
  }
  .mv_form_box.stay .tab_menu{
    max-width: 100%;
  }
  .mv_form_box.stay .tab_menu > .tab_event{
    max-width: 100%;
  }
  .mv_form_box.stay .mv_form_box_content{
    padding: 15px 15px 24px;
  }
  .mv_form_box.stay .mv_form_box_content_wrap{
    justify-content: center;
    flex-direction: column;
  }
  .mv_form_box.stay .mv_form_box_tourplan > a{
    font-size: 14px;
  }
  .mv_form_box.stay .mv_form_box_tourplan > a > img{
    width: 65px;
  }
  .mv_form_box.stay .ihonex form{
    display: block;
    flex-direction: column;
  }
}

/*レストランタブ*/
#tab_restaurant{
	padding: 15px;
	position: relative;
  display: none;
}
.mv_form_box_content .restaurant_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
  margin-top: 20px;
}
.mv_form_box_content .restaurant_list li{
	width: 24.5%;
	margin: 0.5% 0.25%;
	vertical-align: top;
	font-size: 93%;
}
.mv_form_box_content .restaurant_list li a{
	background: #663E41;
 text-align: center;
	color: #fff;
	display: block;
	width: 100%;
	border-radius: 3px;
	position: relative;
    padding: 22px 20px 22px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: 0.2s ease-in-out;  
	transition: 0.2s ease-in-out; 	
}
.mv_form_box_content .restaurant_list li a br{
	display: none;
}
.mv_form_box_content .restaurant_list li a:after{
	content: "\e902";
    font-family: hotelicon;
    position: absolute;
    right: 10px;
    font-size: 72%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.5em;
}
.mv_form_box_content .restaurant_list li a:hover{
	background: #77484c;
	text-decoration: none;
}
#tab_restaurant .submit_btn{
	position: absolute;
    right: 15px;
    bottom: 17px;
}
#tab_restaurant .submit_btn .cancel_btn{
	text-align: right;
	margin-top: 4px;
	font-size: 86%;
}
#tab_restaurant .submit_btn .cancel_btn i{
	font-size: 122%;
}
#tab_restaurant .submit_btn .cancel_btn a{
	color: #ccc;
	margin-right: 5px;
	text-decoration: none;
}
#tab_restaurant .submit_btn .cancel_btn a:hover{
	text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #tab_restaurant{
  }

	.mv_form_box_content .restaurant_list{
		justify-content: space-between;
		margin-top: 0;
	}
	.mv_form_box_content .restaurant_list li{
		width: 100%;
		font-size: 115%;
	}
	/*.mv_form_box_content .restaurant_list li:nth-child(1),
	.mv_form_box_content .restaurant_list li:nth-child(2),
	.mv_form_box_content .restaurant_list li:nth-child(3){
		width: 100%;
	}*/
  .mv_form_box_content .restaurant_list li:nth-child(7){
		width: 100%;
	}
  
  .mv_form_box_content .restaurant_list li a{
    font-size: 14px;
    height: 57px;
    padding: 0;
    text-align: center;
    margin: 0 0.25% 3%;
  }
  .mv_form_box_content .restaurant_list li a span{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .mv_form_box_content .restaurant_list li a br{
    display: inherit;
  }

	#tab_restaurant .submit_btn{
		position: static;
	}
}

/*フォーム箇所共通*/
.form_reservation .form_text_type_01{
	font-size: 115%;
    padding: 10px 15px;
    border:0;
	color: #fff;
    -webkit-appearance: none;
	background: #0b0c13;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.form_reservation{
	float: left;
}
/*ご宿泊フォーム部分*/
.form_reservation .form_calender{display: inline-block; position: relative;}
.form_reservation .form_calender .form_text_type_01{
	width: 145px;
}
.form_reservation .form_calender label{display: block; margin-bottom: 3px; font-size: 86%;}
.form_reservation .form_calender_from{margin-right: 20px;}
.form_reservation .form_calender_from:after{
	content: "〜";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -19px;
    margin: auto 0;
    height: 0;
    font-size: 79%;
}
.form_reservation .form_calender .ui-datepicker-trigger{
	width: 29px;
    color: #fff;
    font-style: normal;
    font-size: 115%;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
    text-decoration: inherit;
    cursor: pointer;
    font-family: hotelicon;
    background-color: rgba(0,0,0,0);
    border: none;
}

.form_reservation .form_detail{margin-top: 10px;}
.form_reservation .form_detail.select_type01 label,
.reservation_on_sp .form_detail.select_type01 label{
	position:relative;
	font-size: 86%;
}

.form_reservation .form_detail.select_type01 label:last-child{
	margin-left: 26px;
}
.form_reservation .form_detail.select_type01 select,
.reservation_on_sp .form_detail.select_type01 select{
    padding: 10px 15px;
	margin-left: 6px;
	width: 98px;
	color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #0b0c13;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 115%;
	border:none;
	border-radius: 0;
	text-indent: 0.01px;
	text-overflow: '';
}
.form_reservation .form_detail.select_type01 select::-ms-expand,
.reservation_on_sp .form_detail.select_type01 select::-ms-expand{
  display: none;
}
.form_reservation .form_detail.select_type01 label:after,
.reservation_on_sp .form_detail.select_type01 label:after{
	content: "\e901";
    position: absolute;
    height: 1em;
    margin: auto;
    font-size: 79%;
    font-family: hotelicon;
    right: 8px;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}
@media only screen and (-ms-high-contrast: none){
  .form_reservation .form_detail.select_type01 label:after,
  .reservation_on_sp .form_detail.select_type01 label:after{
    top: -8px;
  }
}

.form_reservation .att_check{
	font-size: 86%;
	margin-top: 2px;
}
.form_reservation .att_check i{
	vertical-align: middle;
	margin-right: 5px;
}
@media only screen and (max-width: 768px) {
	.form_reservation .att_check{
		text-align: left;
		color: #A58E90;
		clear: both;
		margin: 0; 
		padding: 10px 0;
		display: block;
	}
	.form_reservation .form_calender{
		display:block;
		float: left;
	}
	.form_reservation .form_calender_from:after{
		right: -13%;
	}
	
}

/*リンクボタン*/
.ihonex .reservation_btn{
	width: 165px;
	margin: 23px 30px;
	float: left;
}
.ihonex .reservation_btn a{
	width: 100%;
	height: 35px;
	padding: 0 35px 0 25px;
	line-height: 35px;
	display: block;
	background: #663E41;
	color: #fff;
	text-decoration: none;
    font-size: 86%;
	border-radius: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	-webkit-transition: 0.2s ease-in-out;  
	transition: 0.2s ease-in-out;
	white-space: nowrap;
}
.ihonex .reservation_btn a:after{
	content: "\e902";
	font-family: hotelicon;
	position: absolute;
	right: 25px;
	font-size: 86%;
}
.ihonex .reservation_btn a:hover{
	background: #77484c;
}
.ihonex .reservation_btn a:first-child{
	margin-bottom: 10px;
}

.reservation_on_sp{display: none;}

@media only screen and (max-width: 1200px) {
	.ihonex .reservation_btn{
		-webkit-flex: 1;
		flex: 1;
		width: auto;
		margin: 22px;
		/*white-space: nowrap;*/
		float: none;
	}
}

@media only screen and (max-width: 768px) {

/*sp表示*/
	.reservation_on_sp{display: block;}
	.reservation_on_sp .form_detail.select_type01{
		width: 48%;
		float: left;
	}
	.reservation_on_sp .form_detail.select_type01 label{
		width: 100%;
		display: inline-block;
	}
	.en .reservation_on_sp .form_detail.select_type01 label{
		width: 48%;
		display: inline-block;
	}

	.reservation_on_sp .form_detail.select_type01 label span{display: none;}
	.reservation_on_sp .reservation_btn{
		width:48%;
		margin: 0;
		float: right;
	}
	.reservation_on_sp .form_detail.select_type01 select{
		padding: 15px;
		margin-left: 0;
		width: 100%;
		height: 65px;
		font-size: 129%;
		border-radius: 5px;
	}
	.reservation_on_sp .reservation_btn a{
		background: #0b0c13;
		font-size: 72%;
		padding: 15px 5px;
		border-radius: 5px;
		line-height: 1;
		height: 65px;
		width: 48%;
		text-align: center;
		display: inline-block;
		vertical-align:middle;
	}
	.en .reservation_on_sp .reservation_btn a:first-child{
		padding:26px 5px 5px 5px;
	}
	.en .reservation_on_sp .reservation_btn a:last-child{
		padding:15px 5px 5px 5px;
	}
	.reservation_on_sp .reservation_btn a:after{display: none;}
	.reservation_on_sp .reservation_btn a:before{
		content:none;
		/*content: "\e904";
		font-family: hotelicon;
		font-size: 200%;
		display: block;
		padding-bottom: 5px;*/
	}
	.ihonex .reservation_btn a:last-child:before{
		content: "\f002";
		font-family: fontawesome;
		font-size: 200%;
		display: block;
		margin-bottom: 5px;
	}
	.ihonex .reservation_btn a:first-child{
		margin-bottom: 0;
	}
	.reservation_on_sp .reservation_btn a.roomtype{
		font-size:86%;
		padding-top:26px;
		white-space:normal;
	}
	.reservation_on_sp .reservation_btn a.roomtype:before{
		content:none;
	}
	
	.select_type01 [for="rooms_number"],
	.reservation_on_sp .form_detail.select_type01 [for="rooms_number"], 
	.reservation_on_sp .form_detail.select_type01 [for="header_rooms_number"]{
		display: none;
	}
	.en .reservation_on_sp .form_detail.select_type01 [for="rooms_number"], 
	.en .reservation_on_sp .form_detail.select_type01 [for="header_rooms_number"]{
		display: inline-block;
	}
}


/*検索ボタン*/
.ihonex .submit_btn{
	font-size: 86%;
	float: left;
	padding-top: 20px;
}
.ihonex .submit_btn.in_header {
    padding-top: 5px;
}
.ihonex .submit_btn.in_header div{
	display:table-cell;
	vertical-align:middle;
	height:130px;
	width: 100%;
}

.ihonex .submit_btn input{
	background: #B49859;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	border: 0;
	border-radius: 3px;
	font-size: 115%;
	width: 255px;
	height: 46px;
	text-align: center;
	cursor: pointer;
	box-shadow:0px 0px 9px -1px #000000;
	-webkit-transition: 0.2s ease-in-out;  
	transition: 0.2s ease-in-out;
	-webkit-appearance: none;
}
.ihonex .submit_btn input:hover{background: #D3B777;}
.ihonex .submit_btn .submit_txt_best{
    font-size: 84%;
    margin-bottom: 7px;
}
.ihonex .submit_btn .submit_txt_best i{
	margin-right: 5px;
	font-size: 136%;
	vertical-align: middle;
}
.ihonex .submit_btn .cancel_btn{
	text-align: center;
	margin: 5px 0;
}
.ihonex .submit_btn .cancel_btn i{
	font-size: 122%;
}
.ihonex .submit_btn .cancel_btn a{
	color: #ccc;
	margin-right: 5px;
	text-decoration: none;
}
.ihonex .submit_btn .cancel_btn a:hover{
	text-decoration: underline;
}
.ihonex .submit_btn .cancel_btn_201{
	background-color:#663E41;
	width:100%;
	text-align: center;
	border-radius: 3px;
}
.ihonex .submit_btn .cancel_btn_201 a{
	display: inline-block;
	padding:6px 5px 3px;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	width:100%;
	height:100%;
}
.ihonex .submit_btn .cancel_btn_201 a i{
	display:inline-block;
	margin-left:5px;
}
.ihonex .submit_btn .cancel_btn_201 a:hover{
	background-color:#77484c;
}
.ihonex .submit_btn .cancel_btn_201 a span{
	color:#E3B462;
}
.ihonex .submit_btn .cancel_btn_201 i{
	vertical-align: middle;
}
@media only screen and (max-width: 1200px) {
	.ihonex form{
		display: flex;
	}
	.form_reservation{
		width: 375px;
		float: none;
	}
	.ihonex .submit_btn{
		-webkit-flex: 2;
		flex: 2;
	}
  .ihonex .submit_btn.in_header{
    padding-top: 0;
  }
  .ihonex .submit_btn,
  .ihonex .submit_btn.in_header {
    float: none;
    margin-top: 15px;
    display:table;
  }
	.ihonex .submit_btn input{
		width: 100%;
	}
}
@media only screen and (max-width: 907px) {
	.ihonex form{
		flex-wrap: wrap;
	}
	.form_reservation{
		margin-right: 15px;
	}
	.ihonex .submit_btn{
		padding-top: 5px;
	}
	.ihonex .submit_btn.in_header {
    	display: table;
		width: 80%;
    	max-width: 80%;
    	margin: 15px auto;
	}
	.ihonex .submit_btn.in_header div{
		height:auto;
	}

}
@media only screen and (max-width: 768px) {
	.ihonex form{
		display: block;
	}
	.form_reservation{
		width: 100%;
	}
	.form_reservation .form_calender{
		width: 45%;
	}
	.form_reservation .form_calender_from{
		margin-right: 10%;
	}
	.form_reservation .form_calender label{
		color: #A58E90;
	}
	.form_reservation .form_calender .form_text_type_01{
		width: 100%;
		font-size: 129%;
		padding: 15px;
		border-radius: 5px;
	}
	.form_reservation .form_calender .ui-datepicker-trigger{display: none;}


	.ihonex .submit_btn{
		float: none;
		width: 100%;
		margin: 15px auto 0;
	}
	.ihonex .submit_btn .submit_txt_best{text-align: center;}
	.ihonex .submit_btn input{
		font-size: 143%;
		font-weight: normal;
		height: 67px;
	}
	.submit_btn .cancel_btn a {
	   padding: 15px 0;
	   display: inline-block;
		width: 94%;
}
}


/* tripla宿泊予約
---------------------------------------------------------- */
#mv_form_box_wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  max-width: 1370px;
}

#mv_form_box_wrap .booking_wrap{
  flex: content;
}
@media only screen and (max-width: 768px) {
  #mv_form_box_wrap .booking_wrap{
    width: 100%;
  }
}

#mv_form_box_wrap .annotation{
  display: flex;
  align-items: center;
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  #mv_form_box_wrap .annotation{
    flex-direction: column;
    width: 100%;
    background: #7F7F7F;
    padding: 24px 0;
    margin-top: 0;
    gap: 24px;
  }
}

#mv_form_box_wrap .annotation p{
  color: #fff;
  font-size: 0.85em;
}

#mv_form_box_wrap .annotation .cancel_pre{
  margin: 0 30px;
}
@media only screen and (max-width: 1394px) {
  #mv_form_box_wrap .annotation .cancel_pre{
    margin: 0 0 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  #mv_form_box_wrap .annotation .cancel_pre{
    margin: 0;
  }
}

#mv_form_box_wrap .annotation .cancel_pre .cancel_btn{
  background: #663E41;
  padding: 5px 11px;
  border-radius: 3px;
  min-width: 250px;
  color: #fff;
  text-decoration: none;
  font-size: 0.85em;
  transition: .3s;
}
@media only screen and (max-width: 768px) {
  #mv_form_box_wrap .annotation .cancel_pre .cancel_btn{
    background: none;
    padding: 0;
  }
}

#mv_form_box_wrap .annotation .cancel_pre .cancel_btn:hover{
  background: #77484C;
}
@media only screen and (max-width: 768px) {
  #mv_form_box_wrap .annotation .cancel_pre .cancel_btn:hover{
    background: none;
    transition: none;
  }
}

#mv_form_box_wrap .annotation .cancel_pre .cancel_btn i{
  vertical-align: middle;
  font-size: 16px;
  margin-left: 11px;
}
@media only screen and (max-width: 768px) {
  #mv_form_box_wrap .annotation .cancel_pre .cancel_btn i{
    font-size: 25px;
  }
}

#mv_form_box_wrap .annotation .cancel_pre .cancel_btn span{
  color: #FEB407;
}

#mv_form_box_wrap .annotation.hide{
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #mv_form_box_wrap .annotation.hide{
    display: none;
  }
}

#mv_form_box_booking{
  display: grid;
  grid-template-columns: minmax(max-content, 240px) minmax(max-content, 285px) 1fr;
  align-items: end;
  gap: 17px 25px;
}
@media only screen and (max-width: 1145px) {
  #mv_form_box_booking{
  grid-template-columns: minmax(max-content, 190px) minmax(max-content, 190px) 1fr;
  gap: 12px;
}
}
@media only screen and (max-width: 768px) {
  #mv_form_box_booking{
  grid-template-columns: 1fr;
  gap: 16px;
}
}

#mv_form_box_booking .widget{
  display: contents;
}

#mv_form_box_booking .info{
  display: contents;
}

#mv_form_box_booking #tripla-searching-app{
  display: contents;
}

#mv_form_box_booking div[loginwidgetsetting]:has(> .search-widget-search-container-bf1818){
  display: contents;
}

#mv_form_box_booking .booking_info{
  grid-column: 1 / span 2;
}
@media only screen and (max-width: 768px) {
  #mv_form_box_booking .booking_info{
    grid-column: 1;
    order: 2;
    margin-top: -4px;
  }
}

#mv_form_box_booking .booking_info .att_check{
  font-size: 0.85em;
}
@media only screen and (max-width: 768px) {
  #mv_form_box_booking .booking_info .att_check{
    color: #A58E90;
  }
}

#mv_form_box_booking .booking_info .att_check i{
  vertical-align: middle;
  margin-right: 5px;
}

#mv_form_box_booking .booking_cancel{
  text-align: center;
  max-width: 272px;
}

#mv_form_box_booking .booking_cancel .cancel_btn{
  font-size: 0.85em;
  color: #fff;
}
@media only screen and (max-width: 1145px) {
  #mv_form_box_booking .booking_cancel{
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #mv_form_box_booking .booking_cancel{
    margin-top: 8px;
    order: 5;
  }
}

#mv_form_box_booking .booking_cancel .cancel_btn i{
  vertical-align: middle;
  font-size: 16px;
  margin-left: 11px;
}
@media only screen and (max-width: 768px) {
  #mv_form_box_booking .booking_cancel .cancel_btn i{
    font-size: 25px;
  }
}

/* tripla宿泊予約 ウィジェット部分 */
#mv_form_box_booking form.search-widget-search-container-bf1818{
  background: none;
  box-shadow: none;
  padding: 0;
  display: contents;
}

#mv_form_box_booking .search-widget-input-wrapper-eaf5bf{
  display: contents;
}

#mv_form_box_booking .search-widget-day-use-wrapper-fc1ff9{
  display: contents;
}

#mv_form_box_booking .input-container-input-container-da40af .input-container-title-db81ec{
  margin-bottom: 4px;
  font-size: 0.9em;
  letter-spacing: 0.03em;
  color: #fff;
  font-family:"游ゴシック体", YuGothic, "YuGothic M" , "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 1145px) {
  #mv_form_box_booking .input-container-input-container-da40af .input-container-title-db81ec{
    font-size: 0.85em;
  }
}
@media only screen and (max-width: 768px) {
  #mv_form_box_booking .input-container-input-container-da40af .input-container-title-db81ec{
    color: #A58E90;
  }
}

#mv_form_box_booking .input-container-input-container-da40af{
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #mv_form_box_booking .search-widget-two-picker-wrapper-4ca735{
    order: 1;
  }
  #mv_form_box_booking .input-container-input-container-da40af{
    display: block !important;
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  #mv_form_box_booking .input-container-input-container-da40af{
    order: 3;
  }
}

#mv_form_box_booking .search-widget-calendar-9fdfc9{
  width: 240px !important;
  height: 40px;
  padding: 10px 14px;
}
@media only screen and (max-width: 1145px) {
  #mv_form_box_booking .search-widget-calendar-9fdfc9{
    width: 100% !important;
    height: 50px;
  }
}

#mv_form_box_booking .search-widget-input-34bba0{
  filter: invert(1);
  border: none !important;
}
@media only screen and (max-width: 1145px) {
  #mv_form_box_booking .search-widget-input-34bba0{
    font-size: 0.85em !important;
  }
}
@media only screen and (max-width: 768px) {
  #mv_form_box_booking .search-widget-input-34bba0{
    font-size: 1.15em !important;
  }
}

#mv_form_box_booking .dropdown-selector-container-ef1ce2 .dropdown-selector-input-6d2b0e{
  width: 285px !important;
  height: 40px;
  padding: 10px 14px;
}
@media only screen and (max-width: 1145px) {
  #mv_form_box_booking .dropdown-selector-container-ef1ce2 .dropdown-selector-input-6d2b0e{
    width: 100% !important;
    height: 50px;
    max-width: 190px;
  }
}
@media only screen and (max-width: 768px) {
  #mv_form_box_booking .dropdown-selector-container-ef1ce2 .dropdown-selector-input-6d2b0e{
    max-width: 100%;
  }
}

#mv_form_box_booking .search-widget-button-wrapper-d2b715 .button-btn-f51c1a{
  margin: 0;
  max-width: 272px;
  width: 100%;
  height: 50px;
  padding: 10px 10px;
  background: #B49859 !important;
  color: #fff;
  border-radius: 5px;
  border: none;
  font-size: 1.25em;
  font-weight: 700;
  transition: .3s;
}
@media only screen and (max-width: 1145px) {
  #mv_form_box_booking .search-widget-button-wrapper-d2b715 .button-btn-f51c1a{
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #mv_form_box_booking .search-widget-button-wrapper-d2b715 .button-btn-f51c1a{
    height: 67px;
  }
  #mv_form_box_booking .search-widget-button-wrapper-d2b715{
    margin-top: 8px;
    order: 4;
  }
}
#mv_form_box_booking .search-widget-button-wrapper-d2b715 .button-btn-f51c1a:hover{
  background: #D3B777 !important;
  opacity: 1;
}

.dropdown-btn-container-48a17f .button-btn-f51c1a{
  background: #825C5F !important;
}
.dropdown-btn-container-48a17f .button-btn-f51c1a{
  background: #825C5F !important;
}
.calendar-modal-btn-container-cd7640 .button-btn-f51c1a{
  background: #825C5F !important;
}

/* tripla宿泊予約 > 宿泊ページ */
#mv_form_box_wrap.stay{
  max-width: 1220px;
}
#mv_form_box_wrap.stay .mv_form_box_content{
  padding: 15px 30px;
}
@media only screen and (max-width: 768px) {
  #mv_form_box_wrap.stay .mv_form_box_content{
    padding: 15px 15px 24px;
  }
}


/* パンくずリスト
---------------------------------------------------------- */

.breadcrumb li{
  display: inline-block;
  font-size: 12px;
  color: #919191;
}
.breadcrumb li a{
  position: relative;
  padding: 0 30px 0 0;
  color: #919191;
}
.breadcrumb li a:hover{
	text-decoration: none;
}
.breadcrumb li a:after {
  content: "\e902";
  font-family: hotelicon;
  position: absolute;
  right: 10px;
  font-size: 72%;
  top: 0;
  bottom: 0;
  margin: auto;
    height: 1.5em;
	display: inline-block;
}
.breadcrumb li a span:hover{
	text-decoration: underline;
}

@media only screen and (-ms-high-contrast: none){
/* IE10以上 */
	.breadcrumb li{
		font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
}

@media only screen and (max-width: 768px) {
  .breadcrumb{
    display: none;
  }
}

/* ==========================================
コンテンツ設定上書き
========================================== */

@media only screen and (max-width: 768px) {
.contents{
	padding: 0;
}
.contents_inner{
	padding: 0;
}
}


/* リスト
---------------------------------------------------------- */

/*タブメニュー*/
.mod_list_box{
	text-align: center;
}
.mod_list_box#tab_btn{
	text-align: center;
}
.mod_list_box .mod_list_tabList{
	text-align: center;
	margin-bottom: 40px;
	display:inline-flex;
}
.mod_list_box .mod_list_tabList li{
	font-size: 122%;
	position: relative;
	padding-bottom: 10px;
	cursor: pointer;
}
.mod_list_box .mod_list_tabList li:before{
	content: "|";
	color: #B49859;
}
.mod_list_box .mod_list_tabList li:first-child:before{
	display: none;
}
.mod_list_box .mod_list_tabList li.is_active{/*選択時*/
	border-bottom: 1px solid #B49859;
}
.mod_list_box .mod_list_tabList li.is_active:after{
	position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #B49859 transparent transparent transparent;
}
.mod_list_box .mod_list_tabList li.is_active a,
.mod_list_box .mod_list_tabList li.is_active span{/*選択時*/
	color: #B49859;
}
.mod_list_box .mod_list_tabList li a,
.mod_list_box .mod_list_tabList li span{
	position: relative;
	color: #000;
	padding: 0 30px;
}
.mod_list_box .mod_list_tabList li a:hover,
.mod_list_box .mod_list_tabList li span:hover{text-decoration: none; opacity: 0.6;}
.mod_list_box .mod_list_tabList li a:before,
.mod_list_box .mod_list_tabList li span:before{
	border-left: 1px solid #B49859;
	content: "";
	position: absolute;
}
/* 01 */

.mod_list_type01{
	margin: 95px 0;
}
.mod_list_type01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mod_list_type01 ul li{
	width: 33.2%;
}
.mod_list_type01 ul li:nth-of-type(4){
	width: 100%;
}
.mod_list_type01 ul li img{
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 768px) {
	.mod_list_type01{
		margin-top: 0;
    margin-bottom: 0;
	}
	.mod_list_type01 ul{
		padding: 15px;
	}
	.mod_list_type01 ul li{
		width: 100%;
		margin-bottom: 10px;
	}
}


/* 02 */

.mod_list_type02{
	margin-top: 50px;
}
.mod_list_content .grid_common{
	display: flex;
    justify-content: flex-start;
  flex-wrap: wrap;
	margin-bottom: 40px;
}
.mod_list_content .grid_common.mb0{
	margin-bottom: 0;
}
.mod_list_content .grid_common li{
	width: 24%;
    vertical-align: top;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  margin-bottom: 25px;
  margin-right: 1.3%;
	text-align: left;
}
.mod_list_content .grid_common li:nth-child(4n){
	margin-right: 0;
}
.mod_list_content .grid_common li:hover{opacity: 0.8;}
.mod_list_content .grid_common li a{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
  background: #fff;
  opacity: 0;
}
.mod_list_content .grid_common li .ico_new{
	position: absolute;
	background: #B49859;
	display: inline-block;
	border-radius: 100px;
	width: 53px;
	height: 53px;
  padding-top: 0;
  padding-left: 0;
	text-align: center;
	line-height: 53px;
	color: #fff;
	font-size: 93%;
	z-index: 1;
	left: -15px;
	top: -15px;
  font-weight: bold;
}
@media only screen and (-ms-high-contrast: none){
  .mod_list_content .grid_common li .ico_new{
    line-height: 59px;
  }
}
.mod_list_content .grid_common li .ico_blog{
	position: absolute;
	background: #B49859;
	display: inline-block;
  padding: 3px 5px;
	text-align: center;
	color: #fff;
	font-size: 93%;
	z-index: 1;
	left: 0;
	top: 0;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .mod_list_content .grid_common li .ico_blog{
    position: inherit;
    display: inline-block;
  }
}
.mod_list_content .grid_common li .img_box{
	width: 100%;
	max-width: 285px;
	height: 180px;
	position: relative;
	overflow: hidden;
}
.mod_list_content .grid_common li .img_box img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	min-width: 115%;
	/*min-height: 115%;*/
}
@media only screen and (-ms-high-contrast: none) and (max-width: 768px){
  .mod_list_content .grid_common li .img_box img{
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}
.mod_list_content .grid_common.grid_common_info li .img_box{
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
}
.mod_list_content .grid_common.grid_common_info li .img_box img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    min-height: inherit;
}

.mod_list_content .grid_common li p{
	font-weight: bold;
	padding-top: 14px;
	text-align: left;
}
.mod_list_content .grid_common li .ico_shop_type{
  border: 1px solid #BA9C5A;
  color: #BA9C5A;
  padding: 5px;
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

/* 02  3column*/
.mod_list_content .grid_common.grid_3col{
  justify-content: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.mod_list_content .grid_common.grid_3col li{
  width: 33.3%;
  margin-right: 0;
  padding: 1%;
}
.mod_list_content .grid_common.grid_3col li:nth-child(3n){
  margin-right: 0;
}
.mod_list_content .grid_common.grid_3col li .img_box{
	height: 222px;
}

.mod_list_content .grid_common.grid_3col li p{
  margin-bottom: 10px;
}
.mod_list_content .grid_common.grid_3col li .ico_shop_type{
  border: 1px solid #BA9C5A;
  color: #BA9C5A;
  padding: 5px;
  font-size: 13px;
  display: inline;
}
.mod_list_content .grid_common.grid_3col li .btn_type02 a{
  position: inherit;
}

/* 02 8column*/
.mod_list_content .grid_common.grid_8col{
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.mod_list_content .grid_common.grid_8col li{
  width: 11%;
  padding: .5%;
  margin-right: 0;
}
.mod_list_content .grid_common.grid_8col li .img_box{
  height: 124px;
}
.mod_list_content .grid_common.grid_8col li .img_box img{
  /*height: 124px;*/
  position: inherit;
  min-height: inherit;
  min-width: inherit;
  

}
.mod_list_content .grid_common.grid_8col li.current .img_box img{
  border: 4px solid #BA9C5A;
}
.mod_list_content .grid_common.grid_8col li p{
  margin-bottom: 5px;
  font-weight: normal;
  text-align: center;
  padding-top: 0;
}
.mod_list_content .grid_common.grid_8col li.current p{
  color: #BA9C5A;
}


@media only screen and (max-width: 768px) {
	.mod_list_type02{
		margin-top: 30px;
		overflow-y: hidden;
	}
	.mod_list_box .mod_list_tabList{
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin-bottom: 30px;
		padding-bottom: 5px;
		width: 100%;
	}
	.mod_list_box .mod_list_tabList li{
		background: #F2F2F2;
		padding-bottom: 0;
	}
	.mod_list_box .mod_list_tabList li a,
  .mod_list_box .mod_list_tabList li span{
		padding: 20px 30px;
		display: inline-block;
	}
	.mod_list_box .mod_list_tabList li.is_active{/*選択時*/
		border-bottom:0;
	}
	.mod_list_box .mod_list_tabList li.is_active a,
  .mod_list_box .mod_list_tabList li.is_active span{/*選択時*/
		color: #000;
	}
	.mod_list_box .mod_list_tabList li.is_active a:after,
  .mod_list_box .mod_list_tabList li.is_active span:after{
		content: "";
		position: absolute;
		border-bottom: 4px solid #B49859;
		width: 100%;
		left: 0;
		bottom: 0;
	}
	.mod_list_box .mod_list_tabList li a:hover,
  .mod_list_box .mod_list_tabList li span:hover{opacity: 1;}

  .mod_list_content{
		padding: 15px;
	}
	.mod_list_content .grid_common{
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
  
	.mod_list_content .grid_common li{
		width: 100%;
		display: table;
		margin-bottom: 20px;
    /*margin-right: 15px;*/
	}
	.mod_list_content .grid_common li .img_box{
		/*width: 140px;*/
    width: 100px;
		height: 88px;
		display: table-cell;
		vertical-align: top;
	}
  .mod_list_content .grid_common.grid_common_info li .img_box{
      width: 40%;
      height: 88px;
  }
  .mod_list_content .grid_common li .box_stay_plan_info{
      display:table-cell;
      vertical-align:top;
  }
	.mod_list_content .grid_common li p{
		display: table-cell;
		padding-top: 0;
		padding-left: 10px;
		vertical-align: top;
	}
  .mod_list_content .grid_common li .box_stay_plan_info p{
  		display:block;
  	}
  .mod_list_content .grid_common li .ico_shop_type {
    font-size: 12px;
    display: inline-block;
  }
  .mod_list_type02 .grid_common.sp_1col li{
    display: block;
  }
  .mod_list_type02 .grid_common.sp_1col .img_box{
    width: 100%;
    max-width: none;
    height: 202px;
    display: block;
    margin-bottom: 15px;
  }
  .mod_list_type02 .grid_common.sp_1col li p{
    display: block;
  }
  
  /* 02  3column*/
  .mod_list_content .grid_common.grid_3col{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .mod_list_content .grid_common.grid_3col li{
    width: 49%;
  }
  .mod_list_content .grid_common.grid_3col li .img_box{
    height: auto;
    width: 100%;
    position: inherit;
  }
  .mod_list_content .grid_common.grid_3col li .img_box img{
    height: auto;
    width: 100%;
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0,0);
  }
  .mod_list_content .grid_common.grid_3col li .img_box,
  .mod_list_content .grid_common.grid_3col li p{
    display: block;
    padding-left: 0;
  }
  
  /* 02  8column*/
  .mod_list_content .grid_common.grid_8col{
    justify-content: space-between;
  }
  .mod_list_content .grid_common.grid_8col li{
    width: 48%;
  }
  .mod_list_content .grid_common.grid_8col li .img_box{
    height: 124px;
  }
  .mod_list_content .grid_common.grid_8col li .img_box img{
    height: auto;
    width: 100%;
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0,0);
  }
  .mod_list_content .grid_common.grid_8col li p{
    margin-bottom: 5px;
    font-weight: normal;
    text-align: center;
    padding-top: 0;
  }
}

@media only screen and (max-width: 415px) {
  /* 02  8column*/
  .mod_list_content .grid_common.grid_8col li .img_box{
    display: block;
    height: auto;
    width: auto;
    margin-bottom: 5px;
  }
  .mod_list_content .grid_common.grid_8col li p{
    display: block;
  }
}

/* 03 */
.mod_list_type03{
  padding-bottom: 50px;
}
.mod_list_type03_inner{
  padding: 60px 0 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.mod_list_type03_inner > a{
  position: relative;
  margin-bottom: 50px;
  width: 32%;
  margin-right: 1.5%;
}
.mod_list_type03_inner > a:nth-of-type(3n){
  margin-right: 1%;
}
.mod_list_type03_inner a figure{
  margin-bottom: 15px;
	width: 100%;
	height: 245px;
	position: relative;
	overflow: hidden;
}
.mod_list_type03_inner a figure img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
.mod_list_type03_inner a p{
  margin-bottom: 10px;
}
.mod_list_type03_inner a .mod_list_type03_data{
  font-size: 12px;
}
.mod_list_type03_inner a .mod_list_type03_wait{
  color: #f00;
  padding: 5px 15px;
  text-align: center;
  margin: 20px auto;
}
.mod_list_type03_inner a .area_article_btn{
  display: flex;
  justify-content: space-between;
}
.mod_list_type03_inner a .area_article_btn p{
  width: 50%;
}
.mod_list_type03_inner a .area_article_btn p:first-child{
  border-right: 1px solid #fff;
}
.mod_list_type03_inner a .area_article_btn p span{
  padding: 10px;
  width: 100%;
}
.mod_list_type03_inner a .ico_new {
  position: absolute;
  background: #B49859;
  border-radius: 100px;
  height: 53px;
  width: 53px;
  text-align: center;
  line-height: 53px;
  color: #fff;
  font-size: 93%;
  z-index: 1;
  left: -15px;
  top: -15px;
}

@media only screen and (max-width: 768px) {
  .mod_list_type03{
    padding: 0 15px 15px;
  }
  .mod_list_type03_inner a{
    position: relative;
    margin-bottom: 25px;
    width: 100%;
  }
  .mod_list_type03_inner a .mod_list_type03_wait{
    text-align: left;
    margin: 10px auto;
    padding: 0;
  }
  .mod_list_type03_inner a .ico_new {
    width: 44px;
    height: 44px;
    line-height: 44px;
    left: -10px;
    top: -10px;
    font-size: 10px;
  }
  /* 03 sp 2カラム*/
  .sp_2col .mod_list_type03_inner .sp_2col_contents{
    display: flex;
    justify-content: space-between;
  }
  .mod_list_type03_inner > a:nth-of-type(3n){
    margin-right: 0;
  }
  .sp_2col .mod_list_type03_inner .sp_2col_contents figure{
    width: 30%;
  }
  .sp_2col .mod_list_type03_inner .sp_2col_contents .sp_2col_contents_info{
    width: 70%;
    padding-left: 10px;
  }
  .sp_2col .mod_list_type03_inner .sp_2col_contents .sp_2col_contents_info .btn_type03 a{
    padding: 10px;
  }
}


/* sub */
.mod_list_sub{
  width: 100%;
  /*margin-top: 90px;*/
  background: #79464A;
}
.mod_list_sub .mod_list_sub_inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.mod_list_sub .mod_list_sub_inner ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  /*flex-wrap: wrap;*/
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -1%;
  align-items:center;
}
.mod_list_sub .mod_list_sub_inner ul li{
  border: 1px solid #fff;
  width: 32%;
  margin: 0 1%;
}
.mod_list_sub .mod_list_sub_inner ul .btn_type_banquet{
  width: 64%;
}
@media all and (max-width: 1200px) {
  .mod_list_sub .mod_list_sub_inner{
    padding: 20px;
  }
  .mod_list_sub.type_banquet .mod_list_sub_inner ul li a span img{
    height: 45px;
  }
  .mod_list_sub .mod_list_sub_inner ul li,
  .mod_list_sub .mod_list_sub_inner ul .btn_type_banquet{
    width: 100%;
    margin: 0 0 15px;
  }
}
.mod_list_sub .mod_list_sub_inner ul .btn_type_banquet .type_banquet_num{
  position: inherit;
  margin-left: 25px;
  font-weight: normal;
  font-size: 12px;
}
.mod_list_sub .mod_list_sub_inner ul .btn_type_banquet .type_banquet_num span{
  font-family:"Times New Roman" , "游明朝体", "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3","HG明朝E", "Hiragino Mincho Pro", "serif";
  font-size: 25px;
  position: inherit;
  left: 0;
}
.mod_list_sub .mod_list_sub_inner ul .btn_type_banquet .type_banquet_num span i{
  margin: 0 5px;
}
.mod_list_sub .mod_list_sub_inner ul li a{
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  height: 90px;
  line-height: 90px;
      padding: 0 0 0 15px;
}
.mod_list_sub .mod_list_sub_inner ul li a:hover{
  text-decoration: none;
  opacity: .7;
  background: #8b5155;
}
.mod_list_sub .mod_list_sub_inner ul li a:after{
  content: "\e902";
  font-family: hotelicon;
  position: absolute;
  font-size: 68%;
  right: 10px;
  top: 0;
  bottom: 0;
  height: 1.5em;
}
.mod_list_sub .mod_list_sub_inner ul li a span{
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
}
.mod_list_sub .mod_list_sub_inner ul li a span img{
  vertical-align: middle;
  height: 66px;
}
.mod_list_sub .mod_list_sub_inner ul li a br{
  display: none;
}
.mod_list_sub .mod_list_sub_inner ul li.mod_list_sub_textLink{
  border: none;
}
.mod_list_sub .mod_list_sub_inner ul li.mod_list_sub_textLink a{
  display: inline;
  height: auto; 
  line-height: 2; 
}
.mod_list_sub .mod_list_sub_inner ul li.mod_list_sub_textLink i{
  font-size: 10px;
}
.mod_list_sub .mod_list_sub_inner ul li a span.hi-icon-pdf {
  vertical-align: middle;
  margin-left: 4px;
}
.mod_list_sub .mod_list_sub_inner ul li a span.hi-icon-pdf,
.mod_list_sub .mod_list_sub_inner ul li a span.hi-icon-pdf span{
  position: relative;
  left: 0;
  top: inherit;
  transform: none;
}

.mod_list_sub .mod_list_sub_inner ul li.mod_list_sub_textLink a:after{
  content: none;
}
.mod_list_sub .mod_list_sub_inner ul .pcDisNon{
  display: none;
}
@media only screen and (max-width: 768px) {
  .mod_list_sub .mod_list_sub_inner{
    padding: 15px;
  }
  .mod_list_sub .mod_list_sub_inner ul{
    display: inherit;
  }
  .mod_list_sub .mod_list_sub_inner ul li{
    width: 100%;
    margin:0 0 15px;
  }
  .mod_list_sub .mod_list_sub_inner ul .btn_type_banquet{
    width: 100%;
  }
  .mod_list_sub .mod_list_sub_inner ul .btn_type_banquet .type_banquet_num{
    display: none;
  }
  .mod_list_sub .mod_list_sub_inner ul li a{
    width: 100%;
    height: auto;
    line-height: inherit;
    padding: 20px 0 20px 70px;
    text-align: left;
  }
  .mod_list_sub .mod_list_sub_inner ul li a:after{
    top: 50%;
    transform: translateY(-3px);
  }
  .mod_list_sub .mod_list_sub_inner ul li a span{
    left: 10px;
    top: 50%;
    transform: translateY(-22px);
  }
  .mod_list_sub .mod_list_sub_inner ul li a span img{
    height: 45px;
  }
  .mod_list_sub .mod_list_sub_inner ul li a br{
    display: inherit;
  }
  .mod_list_sub .mod_list_sub_inner ul .pcDisNon{
    display: inherit;
    border: none;
    background: #707070;
    font-size: 20px;
    font-family:"Times New Roman" , "游明朝体", "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3","HG明朝E", "Hiragino Mincho Pro", "serif";
  }
  .mod_list_sub .mod_list_sub_inner ul .pcDisNon a{
    padding: 20px 10px;
  }
  .mod_list_sub .mod_list_sub_inner ul .pcDisNon a:after{
    font-size: 10px;
  }
  .mod_list_sub .mod_list_sub_inner ul .pcDisNon i{
    margin-right: 10px;
  }
  .mod_list_sub .mod_list_sub_inner ul .pcDisNon span{
    font-family:"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, Verdana , "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    position: relative;
    font-size: 10px;
    left: auto;
    bottom: auto;
    top: auto;
    margin-right: 25px;
  }
}


/* コンテンツセクション
---------------------------------------------------------- */

.mod_contents_sec{
  margin-bottom: 25px;
  padding: 25px 0;
}
.mod_contents_sec h3{
  margin-bottom: 15px;
}
.mod_contents_sec .mod_contents_sec_inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.mod_contents_sec .mod_contents_sec_inner.typeFull{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mod_contents_sec .mod_contents_sec_inner.typeFull > div{
  width: 100%;
}
.mod_contents_sec .mod_contents_sec_inner.typeFull figure{
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  max-width: none;
  max-height: none;
}
.mod_contents_sec .mod_contents_sec_inner.typeFull figure img{
  width: 100%;
}
.type_single .mod_contents_sec .mod_contents_sec_inner.typeFull figure{
  text-align: center;
}

.type_single .mod_contents_sec .mod_contents_sec_inner.typeFull figure img {
    max-width: 840px;
}

.mod_contents_sec .mod_contents_sec_inner.typeRight{
  flex-direction: row;
}
.mod_contents_sec .mod_contents_sec_inner.typeLeft{
  flex-direction: row-reverse;
}
.mod_contents_sec .mod_contents_sec_inner.typeLeft figure{
  padding: 0 33px 0 0;
}
.mod_contents_sec .typeRight .mod_contents_sec_txt,
.mod_contents_sec .typeLeft .mod_contents_sec_txt{
  width: 100%;
  max-width: 787px;
}
.mod_contents_sec_txt p{
  margin-bottom: 25px;
}
.mod_contents_sec_txt .agreeBox p{
  margin-bottom: 10px;
}
.mod_contents_sec_txt p a[href$=".pdf"] {
  text-decoration:underline;
}
.mod_ttlBox_type03 .mod_contents_sec_txt_sub{
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.mod_contents_sec_txt picture{
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

.mod_contents_sec .mod_contents_sec_inner .mod_contents_sec_txt ul li{
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.type_single .mod_contents_sec .mod_contents_sec_inner a{
  color: #365AA3;
  text-decoration: underline;
}
.type_single .mod_contents_sec .mod_contents_sec_inner a:hover{
  text-decoration: none;
}
/*WYSIWYG*/
.mod_contents_sec_txt ul,.single_contents_sub_txt ul{
	list-style: disc inside;
}
.mod_contents_sec_txt ol,.single_contents_sub_txt ol{
	list-style:decimal inside;
}
.mod_contents_sec_txt h1{font-size: 180%;}
.mod_contents_sec_txt h2{font-size: 160%;}
.mod_contents_sec_txt h3{font-size: 140%;}
.mod_contents_sec_txt h4{font-size: 120%;}
.mod_contents_sec_txt h5{font-size: 110%;}
.mod_contents_sec_txt h6{font-size: 100%;}

/* sub02 */
.mod_list_sub02{
  margin: 10px 0 25px;
}
.mod_list_sub02 li{
  text-indent: -1em;
  padding-left: 2em;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .mod_list_sub02 li{
    padding-left: 1em;
  }
  .mod_contents_sec_txt p{
    margin-bottom: 10px;
  }

}
.mod_contents_sec_img img{
  margin-bottom: 15px;
}
.mod_contents_sec .mod_contents_sec_inner figure{
  padding: 0 0 0 33px;
  min-width: 384px;
  max-width: 413px;
}
.mod_contents_sec .mod_contents_sec_inner figure img{
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .mod_contents_sec{
    margin-bottom: 15px;
    padding: 25px 10px;
  }
  .mod_contents_sec .mod_contents_sec_inner{
    display: block;
  }
  .mod_contents_sec .mod_contents_sec_inner figure{
    min-width: 100%;
  }
  .mod_contents_sec .mod_contents_sec_inner figure,
  .mod_contents_sec .mod_contents_sec_inner.typeLeft figure{
    padding: 0;
  }
}

/* 記事
---------------------------------------------------------- */
.mod_single_box_top{
  margin-bottom: 100px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .mod_single_box_top{
    margin-bottom: 10px;
  }
}

/* メインボックス */
.mod_single_box{
  margin-bottom: 90px;
}
.mod_single_box_main{
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.mod_single_box_main > div{
  width: 49%;
  margin-bottom: 25px;
}
.mod_single_box_main > div figure figcaption{
  padding: 5px 0;
}
.mod_single_box_main > div img{
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .mod_single_box{
    margin-bottom: 90px;
  }
  .mod_single_box{
    margin-bottom: 50px;
  }
  .mod_single_box_main{
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .mod_single_box_main > div{
    width: 100%;
    /*padding: 0 15px;*/
  }
}

.mod_single_box li{
  margin-bottom: 30px;
  position: relative;
}
.mod_single_box li::after{
  content: "";
  display: block;
  clear: both;
}
.mod_single_box li .single_box_link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 2;
}
.mod_single_box_article .mod_single_box_article_img{
  width: 23%;
  float: left;
  position: relative;
}
.mod_single_box_article .mod_single_box_article_img .ico_new{
  position: absolute;
  background: #B49859;
  border-radius: 100px;
  width: 53px;
  height: 53px;
  text-align: center;
  line-height: 53px;
  color: #fff;
  font-size: 93%;
  z-index: 1;
  left: -15px;
  top: -15px;
  font-weight: bold;
}
.mod_single_box_article .mod_single_box_article_img figure{
	width: 100%;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}
.mod_single_box_article .mod_single_box_article_img img{
	max-width: 180%;
    max-height: 180%;
	width: auto;
	height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mod_single_box_article .mod_single_box_article_txt,
.mod_single_box_article .mod_single_box_article_data{
  width: 74%;
  float: right;
  line-height: 2;
}
.mod_single_box_article .mod_single_box_article_data table th{
  white-space: nowrap;
}
.mod_single_box_article .mod_single_box_article_txt .article_ttl{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.mod_single_box_article .mod_single_box_article_txt .article_cont{
  font-size: 16px;
}
.area_article_btn{
  display: inline-block;
  margin-top: 30px;
  position: relative;
  z-index: 3;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .area_article_btn{
    position: relative;
  }
  .mod_single_box_article .mod_single_box_article_img{
    width: 41%;
  }
}
.area_article_btn .btn_type03 a{
  padding: 10px 0;
}
.mod_single_box_article .mod_single_box_article_data .area_article_btn p{
  display: inline-block;
  line-height: 1.5;
}
/* インフォメーション */
.mod_single_info .mod_single_info_tel{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.mod_single_info .mod_single_info_tel p{
  width: 50%;
}
.mod_single_info .mod_single_info_tel p:nth-of-type(1){
  font-family:"Times New Roman" , "游明朝体", "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3","HG明朝E", "Hiragino Mincho Pro", "serif";
  font-size: 30px;
}
.mod_single_info .mod_single_info_tel p:nth-of-type(1) i{
  margin-right: 10px;
}
.mod_single_info .mod_single_info_tel p.btn_type02 a{
  width: 100%;
  font-weight: bold;
}
.mod_single_info_list{
  background: #F7F6F2;
  margin-bottom: 10px;
  padding: 10px 23px 10px;
}
.mod_single_info_list table{
  width: 100%;
}
.mod_single_info_list p{
  padding: 15px 0;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
}
.mod_single_info_list p span:nth-of-type(1){
  display: inline-block;
  width: 165px;
}
.mod_single_info_list p .btn_type03{
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
}
.mod_single_info_list table th,
.mod_single_info_list table td{
  padding: 15px 0;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #E8E8E8;
  font-size: 16px;
}
.mod_single_info_list table th {
  white-space: nowrap;
  width: 28%;
  font-weight: bold;
  padding-right: 20px;
}
.mod_single_info_list table td {
  width: 100%;
}
.mod_single_info_list table td span{
  float: right;
}
@media only screen and (max-width: 768px) {
  .mod_single_box_article{
    margin-bottom: 50px;
  }
  .mod_single_box_article .mod_single_box_article_txt .article_ttl{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .mod_single_box_article .mod_single_box_article_txt,
  .mod_single_box_article .mod_single_box_article_data{
    line-height: 1.5;
    width: 55%;
  }
  .mod_single_box_article .mod_single_box_article_txt .article_cont{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .mod_single_box_article .mod_single_box_article_data{
    width: 100%;
    float: none;
    clear: both;
    padding-top: 15px;
  }
  .mod_single_box_article .mod_single_box_article_data .area_article_btn p{
    width: 49%;
  }
  .mod_single_box_article .mod_single_box_article_data .area_article_btn p a{
    padding: 10px 0;
  }
  .mod_single_info .mod_single_info_tel{
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .mod_single_info .mod_single_info_tel p{
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .mod_single_info_list p .btn_type03{
    display: block;
    position: inherit;
    width: 50%;
  }
  .mod_single_info_list p .btn_type03 a{
    padding: 10px;
  }
  /*.mod_single_info_list table td span{
    float: none;
    display: block;
    margin: 10px 0;
  }*/
  .mod_single_info_list table th,
  .mod_single_info_list table td{
    font-size: 14px;
  }
}

/* グリッド
---------------------------------------------------------- */
.mod_grid{
  margin-top: 50px;
}

.mod_grid .mod_grid_contents h3{
  margin-bottom: 121px;
  line-height: 1.2;
}
.mod_grid .mod_grid_contents .mod_grid_contents_cover{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mod_grid .mod_grid_contents .mod_grid_contents_cover.grid_center{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_three.grid_center:after {
    content: none;
}
.mod_grid .mod_grid_contents .mod_grid_contents_cover > div{
  padding: 34px 20px 15px;
  width: 49.9%;
  margin-bottom: 40px;
  border-radius: 5px;
  background-size: cover;
  max-width: 600px;
  height: 295px;
}
.mod_grid .mod_grid_contents .mod_grid_contents_cover > div:nth-of-type(1){
  width: 100%;
  max-width: none;
  height: 410px;
}
.mod_grid .mod_grid_contents .mod_grid_contents_cover > div:nth-of-type(1) h3{
  margin-bottom: 236px;
}
.mod_grid .mod_grid_contents .mod_grid_contents_cover .mod_grid_contents_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mod_grid .mod_grid_contents .mod_grid_contents_cover .mod_grid_contents_list li{
  margin-bottom: 10px;
  background: rgba(180,152,89,.85);
  border-radius: 2px;
}
.mod_grid .mod_grid_contents .mod_grid_contents_cover .mod_grid_contents_list.btn_4col li{
  width: 24.5%;
}
.mod_grid .mod_grid_contents .mod_grid_contents_cover .mod_grid_contents_list.btn_3col li{
  /*width: 33%;*/
  flex-grow: 1;
  margin: 1px;
}
.mod_grid .mod_grid_contents .mod_grid_contents_cover .mod_grid_contents_list.btn_2col li {
    width: 49.5%;
}
.mod_grid .mod_grid_contents .mod_grid_contents_cover .mod_grid_contents_list.btn_1col li{
  width: 100%;
}
.mod_grid .mod_grid_contents .mod_grid_contents_cover .mod_grid_contents_list li a{
  display: block;
  padding: 21px 0;
  text-align: center;
  color: #fff;
  height: 100%;
  position: relative;
  font-size: 14px;
}
.mod_grid .mod_grid_contents .mod_grid_contents_cover .mod_grid_contents_list li:hover{
  opacity: .8;
}
.mod_grid .mod_grid_contents .mod_grid_contents_cover .mod_grid_contents_list li a br{
  display: none;
}
.mod_grid .mod_grid_contents .mod_grid_contents_cover .mod_grid_contents_list li a:after{
  content: "\e902";
  font-family: hotelicon;
  position: absolute;
  right: 8px;
  font-size: 72%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1.5em;
}


@media only screen and (-ms-high-contrast: none){
/* IE10以上 */
	.mod_grid .mod_grid_contents .mod_grid_contents_cover .mod_grid_contents_list li a{
		font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
}

@media only screen and (max-width: 768px) {
  .mod_grid {
    margin-top: 30px;
  }
  .mod_grid .mod_grid_contents .mod_grid_contents_cover > div{
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    height: auto;
    max-width: none;
  }
  
  .mod_grid .mod_grid_contents .mod_grid_contents_cover > div h3{
    margin-bottom: 0;
    padding: 20px 0 50%;
  }
  .mod_grid .mod_grid_contents .mod_grid_contents_cover .mod_grid_contents_list{
    padding: 0 2px;
  }
  .mod_grid .mod_grid_contents .mod_grid_contents_cover .mod_grid_contents_list li{
    padding: 0 0 5px;
    margin-bottom: 2px;
    border-radius: 2px;
  }
  .mod_grid .mod_grid_contents .mod_grid_contents_cover .mod_grid_contents_list li a{
    padding: 12px 0;
  }
  .mod_grid .mod_grid_contents .mod_grid_contents_cover .mod_grid_contents_list li a br{
    display: block;
  }
  .mod_grid .mod_grid_contents .mod_grid_contents_cover .mod_grid_contents_list.btn_4col li{
    width: 49.7%;
    height: 55px;
  }
  .mod_grid .mod_grid_contents .mod_grid_contents_cover .mod_grid_contents_list.btn_4col li a{
    padding-top: 20px;
  }
  .mod_grid .mod_grid_contents .mod_grid_contents_cover .mod_grid_contents_list.btn_3col li{
    height: 55px;
    width: 33%;
    flex-grow: 0;
    margin: 0;
  }
  .mod_grid .mod_grid_contents .mod_grid_contents_cover .mod_grid_contents_list.btn_3col li a{
    padding-top: 20px;
  }
  .mod_grid .mod_grid_contents .mod_grid_contents_cover .mod_grid_contents_list.btn_1col li{
    height: 55px;
  }
  .mod_grid .mod_grid_contents .mod_grid_contents_cover .mod_grid_contents_list.btn_1col li a{
    padding-top: 20px;
  }
  .btn_type01{
    padding: 0 15px;
  }
  .mod_grid .mod_grid_contents .mod_grid_contents_cover .mod_grid_contents_list li a{
    font-size: 12px;
  }
  .mod_grid .mod_grid_contents .mod_grid_contents_cover .mod_grid_contents_list li a:after{
    content: none;
  }
}


/* 02 */
.mod_grid .mod_grid_contents.type02{
  text-align: center;
  margin-bottom: 30px;
}
.mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover > a{
  width: 49%;
  margin-bottom: 15px;
}
.mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover > a:nth-child(n + 3){
  width: 32%;
}
/* グリッド 1列 */
.mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_one > a{
  width: 100%;
}
/* グリッド 2列 */
.mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_two {
	margin:0 auto;
	justify-content: center;
}
.mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_two figure {
	margin:0 3%;
}

.mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_two > a {
    width: 33.9%;
    display: block;
}
/* グリッド 3列 */
.mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_three:after{
  content:"";
  display: block;
  width:30%;
}
.mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_three > a{
  width: 32%;
  display: block;
}


.mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_three:after{
  content:"";
  display: block;
  width:30%;
}

/* グリッド 4列 */
.mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_four{
  justify-content: flex-start;
  margin-bottom: 20px;
}
.mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_four > a{
  margin-right: 1.3%;
  width: 24%;
  display: block;
}
.mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_four > a:nth-of-type(4n){
  margin-right: 0;
}

.mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover > a{
  padding: 0
}
.mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover > a figure img{
  width: 100%;
}

.mod_grid .mod_grid_contents.type02 .btn_stay{
  margin-top: 0;
  display: inline-block;
  text-align: center;
  padding:20px 50px;
  color: #333333;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (-ms-high-contrast: none){
  .mod_grid .mod_grid_contents.type02 .btn_stay{
    line-height: 1;
  }
}

.mod_grid .mod_grid_contents.type02 .btn_stay:after{
  content: "\e902";
  font-family: hotelicon;
  position: absolute;
  right: 10px;
  font-size: 72%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1.5em;
}
@media only screen and (max-width: 768px) {
  .mod_grid.mb30{
    margin-bottom: 30px;
  }
  .mod_grid .mod_grid_contents.type02 {
    text-align: center;
    margin-bottom: 0;
  }
  .mod_grid .mod_grid_contents .mod_grid_contents_cover {
    display: block;
  }
  .mod_grid .mod_grid_contents .mod_grid_contents_cover a div{
    display: flex;
    align-items: center;
    background: #B49859;;
    border-bottom: 1px solid #fff;
  }
  .mod_grid .mod_grid_contents .mod_grid_contents_cover a div figure{
    width: 100px;
  }
  .mod_grid .mod_grid_contents .mod_grid_contents_cover a div p{
    width: 70%;
  }
  .mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_two > a {
    width: 100%
    }
  .mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_two figure {
	margin : 0;
}    
  .mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_three > a {
    width: 100%;
  }
  .mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover > a{
    margin-bottom: 0;
  }
  .mod_grid .mod_grid_contents.type02 .btn_stay{
    margin-top: 0;
    display: inline-block;
    text-align: left;
    padding: 0 0 0 10px;
    color: #fff;
  }
  .mod_grid .mod_grid_contents.type02 .btn_stay:after{
    right: 2px;
  }

  .mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_four{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_four > a{
    width: 48.5%;
    margin-right: 0;
  }

  .mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_four > a div{
    display: block;
    background: none;
    border: none;
  }
  .mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_four > a div figure{
    width: 100%;
  }
  .mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_four .btn_stay{
    color: #000;
    text-align: center;
    padding: 10px;
    width: 100%;
    font-size: 14px;
  }
  /* グリッド 3列 SP2列*/
  .mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_three.sp_2col{
    padding: 0 15px;
  }
  .mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_three.sp_2col > a{
    width: 49%;
  }
  .mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_three.sp_2col{
    display: flex;
  }
  .mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_three.sp_2col a div{
    width: 100%;
    display: block;
    background: none;
  }
  .mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_three.sp_2col a div figure,
  .mod_grid .mod_grid_contents.type02 .mod_grid_contents_cover.grid_three.sp_2col a div p{
    width: 100%;
    color: #000;
    padding: 5px 0;
    font-size: 12px;
  }
}

/* 03 */
.mod_grid .mod_grid_contents.type03 .mod_grid_contents_cover{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mod_grid .mod_grid_contents.type03 .mod_grid_contents_cover a,
.mod_grid .mod_grid_contents.type03 .mod_grid_contents_cover div{
  width: 49%;
  margin-bottom: 25px;
}
.mod_grid .mod_grid_contents.type03 .mod_grid_contents_cover a figure,
.mod_grid .mod_grid_contents.type03 .mod_grid_contents_cover div figure{
  margin-bottom: 15px;
}
.mod_grid .mod_grid_contents.type03 .mod_grid_contents_cover div img,
.mod_grid .mod_grid_contents.type03 .mod_grid_contents_cover a img{
  width: 100%;
}
.mod_grid .mod_grid_contents.type03 .mod_grid_contents_cover div p,
.mod_grid .mod_grid_contents.type03 .mod_grid_contents_cover a p{
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .mod_grid .mod_grid_contents.type03 .mod_grid_contents_cover.sp_2col{
    padding: 0 15px;
  }
  .mod_grid .mod_grid_contents.type03 .mod_grid_contents_cover.sp_2col > a,
  .mod_grid .mod_grid_contents.type03 .mod_grid_contents_cover.sp_2col > div{
    width: 100%;
  }
  .mod_grid .mod_grid_contents.type03 .mod_grid_contents_cover.sp_2col{
    display: flex;
  }
  .mod_grid .mod_grid_contents.type03 .mod_grid_contents_cover.sp_2col a div{
    width: 100%;
    display: block;
    background: none;
  }
  .mod_grid .mod_grid_contents.type03 .mod_grid_contents_cover.sp_2col a div figure,
  .mod_grid .mod_grid_contents.type03 .mod_grid_contents_cover.sp_2col a div p{
    width: 100%;
    color: #000;
    padding: 5px 0;
    font-size: 12px;
  }
}


/* 04 */
/* 2col */
.mod_grid_colum {
  margin-bottom: 50px;
}
.mod_grid_colum .mod_grid_2col{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mod_grid_colum .mod_grid_2col > div{
  width: 49%;
  margin: 25px 0 15px;
}
.mod_grid_colum .mod_grid_2col > div figure img{
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .mod_grid_colum{
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .mod_grid_colum .mod_grid_2col div{
    width: 100%;
  }
}

/* 3col */
.mod_grid_colum .mod_grid_3col{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mod_grid_colum .mod_grid_3col > div{
  width: 32%;
  margin: 25px 0 15px;
}
.mod_grid_colum .mod_grid_3col > div figure img{
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .mod_grid_colum .mod_grid_3col div{
    width: 100%;
  }
}





/* ページタイトル関連ボックス
---------------------------------------------------------- */

/* 01 base */
.mod_ttlBox{
  width: 100%;
  padding: 60px 10px 10px;
  text-align: center;
}
.mod_ttlBox h1,
.mod_ttlBox h2{
  display:inline-block;
  font-size: 30px;
  margin-bottom: 40px;
  vertical-align:middle;
  font-family:"Times New Roman" , "游明朝体", "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3","HG明朝E", "Hiragino Mincho Pro", "serif";
}
.mod_ttlBox h1 span.label{
  display:inline-block;
  border: 1px solid #BA9C5A;
  color:#BA9C5A;
  padding: 2px 10px;
  font-size: 16px;
  vertical-align:middle;
  margin:0 12px 8px 0;
}
.mod_ttlBox p{
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .mod_ttlBox{
    padding: 90px 10px 10px;
  }
  .mod_ttlBox h1 span.label{
    font-size:13px;
    margin-right:0;
  }
  .mod_ttlBox h1 span.restaurant_name{
    display:block;
  }
  .mod_ttlBox h2{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .mod_ttlBox p{
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
  }
}

/* 02 */
.mod_ttlBox_type02{
  width: 100%;
  padding: 60px 0 10px;
}
.mod_ttlBox_type02 h1,
.mod_ttlBox_type02 h2{
  font-family:"Times New Roman" , "游明朝体", "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3","HG明朝E", "Hiragino Mincho Pro", "serif";
  font-size: 30px;
  margin-bottom: 40px;
}
.mod_ttlBox_type02 h1 span,
.mod_ttlBox_type02 h2 span{
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  background: #BA9C5A;
  padding: 6px;
  font-size: 14px;
  margin-right: 20px;
  vertical-align: text-top;
}
.mod_ttlBox_type02 h1 br,
.mod_ttlBox_type02 h2 br{
  display: none;
}
.mod_ttlBox_type02 figure{
  margin-bottom: 60px;
}
.mod_ttlBox_type02 img{
  width: 100%;
}
.type_single .mod_ttlBox_type02 figure,
.type_single .mod_ttlBox_type03 figure{
  text-align: center;
}
.type_single .mod_ttlBox_type02 figure img,
.type_single .mod_ttlBox_type03 figure img{
  max-width: 840px;
}
.mod_ttlBox_type02 p{
  text-align: center;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: bold;
}
.mod_ttlBox_type02 p.txt_description{
  font-size: 14px;
  font-weight: normal;
}

/*店名タグ（リンク）にホバー時アンダーラインを消す*/
.mod_ttlBox_type02 a:hover{
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .mod_ttlBox_type02{
    width: 100%;
    padding: 60px 10px 10px;
  }
  .mod_ttlBox_type02 h1,
  .mod_ttlBox_type02 h2{
    font-size: 25px;
    margin-bottom: 20px;
  }
  .mod_ttlBox_type02 h1 span,
  .mod_ttlBox_type02 h2 span{
    margin-bottom: 25px;
    margin-right: 10px;
  }
  .mod_ttlBox_type02 h1 br,
  .mod_ttlBox_type02 h2 br{
    display: block;
  }
  .mod_ttlBox_type02 figure{
    margin-bottom: 30px;
  }
  .mod_ttlBox_type02 p{
    text-align: left;
    margin-bottom: 30px;
  }
  /*.mod_ttlBox_type02 p:last-child{
    font-size: 18px;
    font-weight: bold;
  }*/
}

/* 03 */
.mod_ttlBox_type03{
  width: 100%;
  padding: 60px 0 10px;
}
.mod_ttlBox_type03 h1,
.mod_ttlBox_type03 h2{
  font-family:"Times New Roman" , "游明朝体", "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3","HG明朝E", "Hiragino Mincho Pro", "serif";
  font-size: 30px;
  margin-bottom: 40px;
  text-align:center;
}
.mod_ttlBox_type03 h1 br,
.mod_ttlBox_type03 h2 br{
  display: none;
}
.mod_ttlBox_type03 figure{
  margin-bottom: 40px;
}
.mod_ttlBox_type03 img{
  width: 100%;
}
.mod_ttlBox_type03 p{
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .mod_ttlBox_type03{
    width: 100%;
    padding: 40px 10px 10px;
  }
  .mod_ttlBox_type03 h1,
  .mod_ttlBox_type03 h2{
    font-size: 25px;
    margin-bottom: 20px;
  }
  .mod_ttlBox_type03 h1 span,
  .mod_ttlBox_type03 h2 span{
    margin-bottom: 25px;
  }
  .mod_ttlBox_type03 h1br,
  .mod_ttlBox_type03 h2 br{
    display: block;
  }
  .mod_ttlBox_type03 figure{
    margin-bottom: 30px;
  }
  .mod_ttlBox_type03 p{
    text-align: left;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.5;
  }
}

/* ご案内
---------------------------------------------------------- */
.content_guide{
  margin-bottom: 40px;
  line-height: 2;
  padding: 15px;
}
.content_guide .content_guide_inner{
  background: rgba(177,177,177,.1);
  padding: 10px;
  margin-bottom: 15px;
}
.content_guide .content_guide_inner .ttl_content_guide{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.content_guide .content_guide_inner .list_content_guide{
  margin-bottom: 30px;
}
.content_guide .content_guide_inner .list_content_pdf li{
  position: relative;
  padding: 0 0 0 10px;
  color:#365AA3;
}
.content_guide .content_guide_inner .list_content_pdf li a{
  color:#365AA3;
}
.content_guide .content_guide_inner .list_content_pdf li:before{
  content: "\e90c";
  font-family: hotelicon;
  position: absolute;
  left: 0;
  font-size: 72%;
  top: 3px;
  margin: auto;
  height: 1.5em;
}

/* 電話番号エリア
---------------------------------------------------------- */
.area_tel{
  border-top: 1px solid #f2f2f2;
  text-align: center;
  padding: 100px 10px;
  /*margin-top: 100px;*/
}

.area_tel .btn_type02,
.area_tel .btn_type03{
  font-size: 25px;
  margin-bottom: 25px;
}
.area_tel .btn_type02 a,
.area_tel .btn_type03 a{
  width: 100%;
  max-width: 550px;
}
.area_tel .area_tel_num{
  font-size: 50px;
  font-family:"Times New Roman" , "游明朝体", "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3","HG明朝E", "Hiragino Mincho Pro", "serif";
}
.area_tel .area_tel_num i{
  margin-right: 15px;
}
.area_tel .area_tel_num span::before {
    color: #000;
}
@media only screen and (max-width: 768px) {
  .area_tel{
    padding: 25px 15px;
    margin-top: 25px;
  }
  .area_tel .area_tel_num{
    font-size: 35px;
  }
}
.area_tel_sub{
  text-align: center;
  margin: 60px auto;
}
.area_tel_sub p{
  margin: 20px auto;
}
.area_tel_sub p br{
  display: none;
}
.area_tel_sub .num_tel_sub{
  font-weight: bold;
  font-size: 40px;
  font-family:"Times New Roman" , "游明朝体", "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3","HG明朝E", "Hiragino Mincho Pro", "serif";
}
.area_tel_sub br{
  display: none;
}

.area_tel_sub .txt_small{
  font-size: 20px;
}
.area_tel_sub .btn_type02 a{
  padding: 25px 70px;
}
@media only screen and (max-width: 768px) {
  .area_tel_sub p br{
    display: block;
  }
  .area_tel_sub .num_tel_sub{
    font-size: 25px;
  }
  .area_tel_sub br{
    display: inherit;
  }
}

/* 客室一覧 電話予約ボタン */
.btn_tel_reserve{
  margin-bottom: 25px;
}
.btn_tel_reserve .btn_type02{
  margin-bottom: 10px;
}

.btn_tel_reserve .btn_type02 a{
  color: #fff !important;
  pointer-events: auto;
  cursor: pointer;
}


/* バナーエリア
---------------------------------------------------------- */
.area_bnr{
  width: 100%;
  margin: 80px auto;
}
.area_bnr figure img{
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .area_bnr{
    margin: 40px auto;
    padding: 0 15px;
  }
}
.area_bnr.bnr_2col .area_bnr_inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area_bnr.bnr_2col .area_bnr_inner a{
  width: 50%;
  margin-bottom: 15px;
}
.area_bnr.bnr_2col .area_bnr_inner a img{
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .area_bnr.bnr_2col .area_bnr_inner a{
    width: 100%;
  }
}

/* ギャラリー
---------------------------------------------------------- */
.mod_gallery_sub p img{
  width: 100%;
}
.mod_gallery_thumbnail{
  text-align: center;
  margin: 15px;
}
.mod_gallery_thumbnail li{
  display: inline-block;
  width: 130px;
}
.mod_gallery_thumbnail li img{
  opacity: .5;
  width: 100%;
}
.mod_gallery_thumbnail li.thumbnail-current img{
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .mod_gallery_thumbnail{
    display: none;
  }
}

/* sub */
.mod_gallery_sub{
  text-align: right;
}

.mod_gallery_sub ul{
  margin: 10px 0 25px;
  text-align: center;
}
.mod_gallery_sub ul li{
  display: inline-block;
}
.mod_gallery_sub ul li img{
  width: 100px;
}
@media only screen and (max-width: 768px) {
  .mod_gallery_sub ul li img{
    width: 60px;
  }
}


/* テーブル
---------------------------------------------------------- */
/* 01 */
.mod_table_type01 table {
  width: 100%;
  margin: 0 auto 25px;
}
.mod_table_type01 table tr {
  width: 100%;
}
.mod_table_type01 table th,
.mod_table_type01 table td {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 10px;
}
.mod_table_type01.table_4col td{
  width: 25%;
}
.mod_table_type01.nobd table th{
  text-align: right;
}
.mod_table_type01.nobd table th,
.mod_table_type01.nobd table td {
  border: none;
}
.mod_table_type01 table tbody {
  text-align: left;
}
.mod_table_type01 table tbody th {
  background: #f1f1f1;
  width: 20%;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .mod_table_type01 table tr {
    display: block;
    width: 100%;
  }
  .mod_table_type01.table_4col td{
    width: 100%;
  }

  .mod_table_type01 table tbody {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .mod_table_type01 table tbody th {
    list-style: none;
  }
  .mod_table_type01 table tbody th,
  .mod_table_type01 table tbody td {
    border: none;
    width: 100%;
    display: list-item;
    list-style:none;
  }
  .mod_table_type01.nobd table th{
    text-align: left;
  }
}

/* 02 */
.mod_table_type02{
  margin-bottom: 25px;
  width: 100%;
}
.mod_table_type02 table {
  width: 100%;
  margin: 0 auto 25px;
  text-align: center;
}
.mod_table_type02 table tr {
  width: 100%;
}
.mod_table_type02 table th,
.mod_table_type02 table td {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
  word-break: break-all;
  word-wrap: break-word;
}
.mod_table_type02.alRight table tbody td {
  text-align: right;
}

.mod_table_type02 table td p{
  margin-bottom: 20px;
}
.mod_table_type02 table tbody th {
  background: #eee;
  width: 20%;
}
.table_scroll{
  overflow: scroll;
  white-space: normal;
}
.table_scroll{
  overflow: auto;
  white-space: nowrap;
}
.table_scroll::-webkit-scrollbar{
 height: 5px;
}
.table_scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.table_scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

/* 03 */
.mod_table_type03 table {
  width: 100%;
  margin: 0 auto 25px;
}
.mod_table_type03 table tr {
  width: 100%;
}
.mod_table_type03 table th,
.mod_table_type03 table td {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 10px;
}
.mod_table_type03.table_4col td{
  width: 25%;
}
.mod_table_type03.nobd table th{
  text-align: right;
}
.mod_table_type03.nobd table th,
.mod_table_type03.nobd table td {
  border: none;
}
.mod_table_type03 table tbody {
  text-align: left;
}
.mod_table_type03 table tbody th {
  background: #eee;
  width: 20%;
  white-space: nowrap;
}


/* form */
.mod_table_form table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 25px;
}
.mod_table_form table tr {
  width: 100%;
}
.mod_table_form table p:last-child {
  margin-bottom: 0px;
}
.mod_table_form table p .required {
  color: #f00;
  float: right;
  font-size: 12px;
}
.mod_table_form table th,
.mod_table_form table td {
  font-weight: normal;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: top;
}
.mod_table_form table .noBd th,
.mod_table_form table .noBd td{
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.mod_table_form.nobd table th{
  text-align: right;
  width: 30%;
}
.mod_table_form table tbody {
  text-align: left;
}
.mod_table_form table tbody th {
  background: #eee;
  width: 20%;
  white-space: normal;
  text-align: left;
}
.mod_table_form table td input,
.mod_table_form table td select{
  margin-right: 5px;
}
.mod_table_form .btn_type03{
  margin-left: 30px;
}

input[type="text"],
input[type="email"],
textarea{
	font-size: 100%;
	padding: 10px;
	border:1px solid #ccc;
}
.mod_table_form textarea{
  width: 80%;
}
.mod_table_form table td p.btm10{
	margin-bottom:10px;
}
.mw_wp_form_preview .mod_table_form table td p.btm10{
	margin-bottom:0;
}
.mod_table_form table td a.txt_link{
	color: #AA0D0D;
	margin: 10px 0 0 1.5em;
	display: block;
	text-decoration:underline;
}
.mw_wp_form_preview .mod_table_form table td a.txt_link{
	display:none;
}
.btn_type02 input{
	cursor: pointer;
}

.mod_table_form table td p > span{
  display: inline-block;
  margin-top: 8px;
}

.mod_table_form table td p > span:has(label){
  margin-top: 0;
  margin-right: 10px;
}

.mod_table_form table td p > span label{
  display: flex;
  align-items: center;
}

.mod_table_form table td p > span label input{
  margin: 0 5px 0 0;
}

.mod_table_form p.btn_type02{
  margin-top: 30px;
}

/* Chrome, Safari */
input::-webkit-input-placeholder{
    color: #d6d6d6;
}
 
/* Firefox */
input::-moz-placeholder{
    color: #d6d6d6;
}
 
/* Firefox 18以前 */
input:-moz-placeholder{
    color: #d6d6d6;
}
 /* Chrome, Safari */
::-webkit-input-placeholder{
    color: #d6d6d6;
}
 
/* Firefox */
::-moz-placeholder{
    color: #d6d6d6;
}
 
/* Firefox 18以前 */
:-moz-placeholder{
    color: #d6d6d6;
}
 
/* IE */
:-ms-input-placeholder{
    color: #d6d6d6;
}
/* IE */
input:-ms-input-placeholder{
    color: #d6d6d6;
}

.mw_wp_form_preview #hidden_preview{display:none;} 

@media only screen and (max-width: 768px) {
  .mod_table_form table tr {
    display: block;
    width: 100%;
  }
  .mod_table_form table tbody {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .mod_table_form table tbody th {
    list-style: none;
  }
  .mod_table_form table tbody th,
  .mod_table_form table tbody td {
    border: none !important;
    width: 100%;
    display: list-item;
    list-style:none;
  }
  .mod_table_form table tbody td textarea {
    width: 100%;
  }
  .mod_table_form .btn_type03{
    margin: 25px 0 15px;
    display: block;
  }
  .mod_table_form table td a.txt_link{
	margin: 10px 0 10px 0;
  }
  .mod_table_form table td p > span{
    display: block;
  }
  .mod_table_form table td p > span:has(label){
    margin-right: 0;
  }
  .mod_table_form p.btn_type02{
    margin-top: 20px;
  }
}

/* メインビジュアル下　ナビ
---------------------------------------------------------- */
.mod_area_bnr{
	margin-top: 40px;
  margin-bottom: 65px;
}
.mod_area_bnr ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mod_area_bnr li{
	width: 33.3%;
	height: auto;
	position: relative;
	overflow: hidden;
  transition: 0.3s ease-in-out;
}
.mod_area_bnr li:hover{
	opacity: .8;
}

.mod_area_bnr li:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.mod_area_bnr li a{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  z-index: 3;
}
@media all and (-ms-high-contrast: none){
  .mod_area_bnr li a{
    background: #fff; /* IE10以上 */
    opacity: 0;
  }
}
.mod_area_bnr li .ttl{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  font-size: 143%;
  text-align: center;
  z-index: 2;
  display: table;
  font-family:"Times New Roman" , "游明朝体", "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3","HG明朝E", "Hiragino Mincho Pro", "serif";
}
.mod_area_bnr li .ttl img{
  height: 34px;
}
.mod_area_bnr li.recommend_04 .ttl img{
  width: 100%;
  max-width: 280px;
  height: auto;
}
.mod_area_bnr li .ttl img.type_cuisine {
  height: 40px;
}
.mod_area_bnr li p{
	display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
}
/*.mod_area_bnr li p img{
  margin-bottom: 10px;
}*/
.mod_area_bnr li p span{
	display: block;
	font-size: 145%;
}

.mod_area_bnr li .img_box{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: #000;*/
	/* 中央寄せ */
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.mod_area_bnr li .img_box > *{
  vertical-align: middle;
  display: inline-block;
}
.mod_area_bnr li .img_box:before{
	content: "";
	height: 100%;
	vertical-align: middle;
	width: 0px;
	display: inline-block;
}
.mod_area_bnr li .img_box img{
	width: 100%;
	height: auto;
	/*opacity: 0.85;*/
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
	-webkit-transform: scale(1.01);
    transform: scale(1.01);
}
/*.mod_area_bnr li:hover .img_box img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}*/
.mod_area_bnr li:after{
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-indent: -5px;
	content: "\e902";
    font-family: hotelicon;
    font-size: 122%;
	color: #fff;
    position: absolute;
	bottom: 10px;
	right: 10px;
	margin: auto;
	z-index: 2;
}
.mod_area_bnr li.recommned_01:after{
  display: none;
}

@media only screen and (max-width: 1200px) {
  .mod_area_bnr li .ttl{
      font-size: 123%;
  }
}

@media only screen and (max-width: 768px) {
	.mod_area_bnr{
		margin: 20px 0;
    padding: 0 15px;
	}
	.mod_area_bnr li{
    margin-bottom: 10px;
		width: 100%;
		height: 118px;
	}
	.mod_area_bnr li .img_box img{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		height: auto;
	}
	.mod_area_bnr li:hover .img_box img{
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	.mod_area_bnr li p span{
		font-size: 115%;
	}
}

/* スライダー設定
---------------------------------------------------------- */
#slider img,
#thumbnail_list img,
.mod_gallery_sub ul li img{
  cursor: pointer;
}
#slider img,
.mod_gallery .slide_item img{
  width: 100%;
}

/* 電話番号リンクスマホの時のみ
---------------------------------------------------------- */
@media screen and (min-width: 769px) {
	a[href^="tel:"] {cursor: default; color: #000 !important; pointer-events: none; text-decoration: none !important;}
	a[href^="tel:"]:hover {text-decoration: none !important;}
}


/* デートピッカー重なり優先
---------------------------------------------------------- */
#ui-datepicker-div{
z-index: 200!important;
}



/* ==========================================
リストスタイル上書き(疑似要素でスタイル「・」)
========================================== */

/*投稿用*/
ul.align_list{
	list-style:none;
}
ul.align_list li::before{
	content:"・";
	}
.mod_contents_sec .mod_contents_sec_inner .mod_contents_sec_txt ul li {
	margin-bottom:0;
}


/*固定ページ用*/
.align_list_b{
	list-style:none;
    margin: 10px 0 25px;
}

.align_list_b li::before{
	content:"・";
}
.align_list_b li{
	margin-bottom:0;
    text-indent: -1em;
    padding-left: 2em;
}
@media only screen and (max-width: 768px) {
.align_list_b li{
  padding-left: 1em;
}
}