@charset "utf-8";

area {
	border: none;
	outline: none;
}

.info_box a {
	/*text-decoration:none;*/
	color: inherit;
	margin-left: 1em;
	display: block;
}

.info_box .title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
}

.info_box .title:before {
	content: "";
	border-left: #000000 3px solid;
	height: 20px;
	padding-right: 10px;
}


.info_box div {
	margin-bottom: 20px;
}

.work a span {
	display: block;
	margin-bottom: 5px;
}

a:hover img {
	opacity: 0.8;
}

.mt20 {
	margin-top: 20px;
}

#topics_box img {
	max-width: 262px;
	height: auto;
}

/*modal*/
#modal .modal__content img{
	display:block;
	width:90%;
	margin:20px auto;
}

#modal2 .modal__content p {
	margin-top:30px;
}

.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 110;
}

.modal__bg {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}

.modal__content {
	background: #fff;
	left: 50%;
	padding: 40px 50px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40%;
	line-height: 1.6;
	max-height: 500px;
	overflow-y: scroll;
	-ms-overflow-style: none;
	/* IE, Edge 対応 */
	scrollbar-width: none;
	/* Firefox 対応 */
	font-family: " ヒラギノ角ゴPro W3", "Hiragino Ka ku Got hic Pro", ' メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helv etica, Verdana, sans-serif;
}

#modal .modal__content {
	max-height:700px;
}

#modal3 .modal__content {
	width:41%;
}

.modal__content::-webkit-scrollbar {
	/* Chrome, Safari 対応 */
	display: none;
}

.modal__content .title {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

.modal__content .title span {
	font-weight: normal;
	font-size: 14px;
}

.modal__content p {

	text-align: left;
}

.modal__content dl {
	margin: 0 0 20px;
	text-align: left;
	display:flex;
	width:70%;
	flex-wrap:wrap;
}

#modal4 .modal__content dl{
	width:100%;
	display:block;
}

.modal__content dl dt:first-child {
	margin-top: 0;
}

.modal__content>dl dt {
	/*margin-top: 20px;*/
	width:30%;
}

#modal4 .modal__content dl.modal_dl > dt {
	margin-top: 20px;
}


.modal__content>dl dd {
	margin-left: 1em;
	width:65%;
}

.modal__content>dl dt,
.modal__content>dl dd {
	margin-left: 0;
	width:100%;
}

.modal__content>dl dd dl {
	margin-top: 10px;
}

.modal__content>dl dd dl dt {
	margin-top: 10px;
}

.modal__content h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	/*transform: rotate(.03deg);*/
	font-size: 1rem;
	text-align: center;
	color: #000;
}

.modal__content .name {
	text-align: right;
	margin-top: 30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
	font-size: 1rem;
	margin-bottom: 30px;
	color: #000;
}


.js-modal-close {
	clear: both;
	width: 100%;
}

.modal__content>.modal_dl{
	display:flex;
	justify-content:center;
	margin:20px auto;
	flex-wrap:wrap;
}

.modal__content>.modal_dl dt{
	margin-top:0;
	width:20%;
}

#modal4 .modal__content>.modal_dl dt{
	width:100%;
}

.modal_dl dd{
	width:75%;
}

#modal dl#modal_dl{
	display:block;
	width:100%;
}

#modal dl#modal_dl dt,#modal dl#modal_dl dd{
	width:100%;
}

#modal dl#modal_dl dt{
	font-weight:bold;
	margin-top:20px;
}

#modal2 .modal__content{
	width:45%;
}

#modal2 .modal__content dl{
	display:block;
	width:100%;
}

#modal2 .modal__content dl dt,
#modal2 .modal__content dl dd{
	width:100%;
}

#modal2 .modal__content dl dd{
	margin-bottom:20px;
}

/*#modal4 .modal__content{
	padding:30px 10px;
}

#modal4 .modal__content img{
	max-width:100%;
}

#modal5 dl dd p {
	font-size: 16px;
}

#modal5 dl dd.kadou {
	font-weight: bold;
}

#modal5 .red {
	font-weight: bold;
	color: red;
}

#modal5 .modal__content {
	width: 55%;
}

#modal5 .modal__content .link {
	display: flex;
	justify-content: space-between;
}

#modal5 .modal__content .link p {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}



#modal5 .modal__content .link p>span {
	font-size: 18px;
	/*display:block;*/
/*}

#modal5 .modal__content .link a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin: auto;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	background-color: #9E0030;
	color: #fff;
	position: relative;

}

#modal5 .modal__content .link a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#modal5 .modal__content .sys_new a {
	background-color: #011F4D;

}

#modal5 .modal__content .sys_old {
	width: 43%;
	background-color: #F9EBEE;
	padding: 20px;
}

#modal5 .modal__content .sys_new {
	width: 43%;
	background-color: #EBECFB;
	padding: 20px;
}

#modal5 .modal__content .touroku {
	margin: 20px auto;
	border: #03377E 1px solid;
	padding: 20px;
}

#modal5 .modal__content .touroku p span {
	font-weight: bold;
	font-size: 110%;
}*/

#modal2 .pdf_link,
#modal3 .pdf_link,
#modal4 .pdf_link{
	display: inline-block;
	padding: 10px 30px;
	background-color: #F97908;
	text-decoration: none;
	color: #fff;
	margin: 10px auto;
}

/*#modal5 .modal__content .sys_old:hover,.modal__content .sys_new:hover{
	background-color:#255740;
	color:#fff;
}*/

/*#modal5 .modal__content .sys_old a:hover,
.modal__content .sys_new a:hover {
	opacity: 0.6;
}


#modal5 .modal__content .dot-text {
	position: relative;
}

#modal5 .modal__content .dot-text::before {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	padding-top: 8px;
	background: -webkit-radial-gradient(circle 8px, gray 50%, transparent 50%);
	background: radial-gradient(circle 8px, gray 50%, transparent 50%);
	background: -moz-radial-gradient(circle 8px, gray 50%, transparent 50%);
}

#modal6{
	text-align:center;
}

#modal6 p{
	margin:30px auto 10px;
}

#modal6 p.kikan, #modal6 p:nth-child(7){
	text-align:center;
}


#modal6 p.kikan span{
	display:block;
}*/

#modal .modal__content a.link,
#modal4 .modal__content a.link,
/*#modal6 .modal__content a.link*/{
	display:block;
	width:60%;
	box-sizing:border-box;
	background-color:#53C87D;
	border-radius:5px;
	border:2px solid rgba(28,188,116,1.00);
	color:#fff;
	text-decoration:none;
	padding:10px 20px;
	margin:auto;
	text-align:center;
	font-size:1.1rem;
}

/*#modal4 .modal__content a.link{
	margin-top:10px;
}

#modal4 .modal__content a:hover,
#modal6 .modal__content a:hover{
	opacity:0.8;
}

#modal6 .modal__content dl{
	margin:0;
	padding:0;
}

#modal6 .modal__content dl dt{
	margin-top:10px;
}

#modal6 .modal__content dl dd{
	line-height:1;
}

#modal6 .modal__content table,
#modal6 .modal__content table th,
#modal6 .modal__content table td{
	border:#676767 1px solid;
	border-collapse:collapse;
}

#modal6 .modal__content table th,
#modal6 .modal__content table td{
	padding:5px;
}

#modal .modal__content a.link{
	width:80%;
	font-size:0.9rem;
	padding:5px 10px;
	margin:20px auto;
}*/

/*おせちのバナー*/
/*.bnr_box{
	border:#9C9B9B 1px solid;
	margin-bottom:20px;
}*/

/*復興割*/
#bnr_shuyu {
	width: 300px;
	margin-top: 20px;
}

#banner-fade {
	position: relative;
}

#logo_shuyu {
	position: absolute;
	left: -10px;
	bottom: 0;
}

#logo_shuyu img {
	width: 65%;
}


#top_swf {
	background-color: #fff;
	height: 450px;
	width: 100%;
	float: none;
	text-align: center;
}

.left_box {
	/*width:70%;*/
	float: left;
}

.right_box {
	width: 64%;
	float: right;
}


/*工事のご案内*/
#kouji {
	width: 100%;
	padding: 1% 2%;
	box-sizing: border-box;
	float: right;
	border: 1px solid #464749;
}

#kouji h2 {
	font-size: 1.2em;
	background-color: #046A42;
	color: #ffffff;
	padding: 1% 2%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.5em;
}

#kouji p {
	margin-top: 10px;
	padding: 1%;
}

#kouji ul {
	margin: 10px auto;
	width: 90%;
	font-weight: bold;
}

/*新着情報*/

#news_box {
	float: right;
	width: 100%;
	height: auto;
	max-height: 276px;
	/*margin-top:10px;*/
	padding: 10px 5px;
	border: 1px solid #464749;
	overflow: hidden;
	box-sizing: border-box;
}

#news_main {
	/*width: 590px;
	height: 246px;*/
	width: 100%;
	height: 100%;
	border: none;
}

.news_date {
	font-size: xx-small;
}

.news_date2 {
	font-size: 0.78em;
	color: #999999;
}

.news_link_text {
	font-size: 12px;
}

.news_row {
	margin-bottom: 10px;
	border-bottom: 1px dotted #464749;
	width: 98%;
	float: left;
}

.news_row a {
	color: #464749;
	text-decoration: none;
}

.news_row img {
	margin-right: 3px;
	margin-bottom: -3px;
}

.news_link_text {
	float: right;
	margin-left: 5px;
	width: 480px;
}

.news_link_text a:hover {
	color: #B88A1C;
	text-decoration: underline;
}

.news_icon_date {
	float: left;
	width: 70px;
}


/*検索ボックス*/
#search_box {
	width: 280px;
	height: auto;
	border: 1px solid #464749;
	padding: 5px;
	margin: 0px;
	float: left;
	font-size: 12px;
	background-color: #F5EFCB;
}

.margin_tp_3 {
	font-size: 11px;
	margin-top: 5px;
	padding: 3px;


}

td {
	font-size: 11px;
	line-height: 13px;
	text-align: left;
}

#search_bt {
	width: 123px;
	height: 20px;
	background-image: url(../img/top/search_bt.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

#search_plan_box {
	border-bottom: 1px dotted #464749;
	margin-bottom: 2px;
	padding-bottom: 5px;
}

.link_gold {
	color: #B88A1C;
}

#search_option_box {
	/*font-size:10px;*/
	text-align: center;
	margin: 5px 0;
	width: 277px;
}

#search_option_box a {

	margin-left: 5px;

}

.select_mini {
	width: 40px;
}

#search_table {
	margin: 0px 0px 0px 0px;
}

.icon2 {
	margin: 0px 4px -2px 0px;
}

#btn_search {
	width: 230px;
	height: 38px;
	font-size: 0px;
	border: none;
	background: #FFF url(../img/top/search_bt.jpg) no-repeat top left;
	cursor: pointer;
	display: block;
	margin: 0 auto;
}

#btn_search:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}


/*トピックス、プラン*/

#top_under {
	width: 900px;
	text-align: left;
	margin: 20px auto 0px auto;
	padding: 0px;
	float: inherit;
	clear: both;
}

/*
.bana_li {
	margin-bottom:10px;
}

.top_mini_title {
	margin-bottom:10px;
}

*/

/*#topics_box {
	width:280px;
	float:left;
	margin:0px;
	margin-top:10px;
	padding:0px;
}*/

#plan_box {
	/*width:600px;*/
	width: 100%;
	float: right;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}

.plan_row {
	/*width:48%;*/
	width: 100%;
	text-align: left;
	line-height: 14px;
	margin: 10px 10px 5px 0px;
	float: left;
}

.plan_row img {
	display: block;
	float: left;
	margin-right: 1%;
}


.plan_text {
	width: 58%;
	float: right;
}

.plan_text2 {
	width: 80%;
	float: right
}

.plan_tit {
	display: block;
	color: #006A73;
	font-weight: bold;
	line-height: 16px;
	/*width: 180px;*/
	width: 100%;
	float: left;
	font-size: 12px;
}

.plan_text_note {
	display: block;
	font-size: 11px;
	margin-top: 5px;
	/*width: 180px;
	float: right;*/
}

/* お知らせ */
.info_box {
	width: 100%;
	/*float: right;*/
	margin-top: 20px;
}

.info_box p.title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.info_box img {
	width: 42px;
	float: left;
	margin-right: 5px;
	/*margin-top: 10px;*/
	cursor: pointer;
}

.info_box p.text {
	float: left;
	margin-top: 22px;
	margin-left: 15px;
	cursor: pointer;
}


/*バナー*/
#banner_box img {
	margin-bottom: 10px;
}

#top_banners {
	width: 266px;
	margin: 0px 0px 10px 0;
	float: left;
}

#top_banners img {
	margin: 0 0 10px 0;
}

.bnr_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	/* Safari */
	flex-wrap: wrap;
	margin: 10px auto;
}

.bnr_box div {
	width: 48%;
	margin: 5px;
}

.bnr_box img {
	width: 100%;
	height: auto;
	max-width: 100%;

}


/*20120417*/
.banner_img img {
	float: left;
	display: block;
	margin-right: 25px;
}

/*フッター下の関連施設リンク*/
#related_facilities {
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	padding-top: 20px;
	background: #004D17;
	overflow: hidden;
	position: relative;
}

#related_facilities #hotels_head {
	margin: 0 auto;
	width: 900px;
}

#related_facilities #hotels_head dt {
	color: #C8C8C4;
	text-align: left;
	font-size: 0.85rem;
	font-weight: bold;
}

#related_facilities #hotels_head dt a{
	color:#fff;
	text-decoration:none;
}

#related_facilities #hotels_head dt span {
	font-size: 0.7rem;
	padding-left: 20px;
}



#related_facilities #group_column {
	margin: 10px auto;
	width: 900px;
	text-align: left;
}

#related_facilities #group_column dl:first-child ul {
	display: flex;
	flex-wrap: wrap;
}


#related_facilities #group_column:after {
	height: 0;
	display: block;
	clear: both;
	content: " ";
}

#related_facilities #group_column dl {
	width: 900px;
	float: left;
}

#related_facilities #group_column dt {
	font-size: 0.75rem;
	font-weight: bold;
	color: #C8C8C4;
	padding: 10px 0 10px;
	border-bottom: solid 1px #B4B4B3;
}

#related_facilities #group_column dd {
	margin-left: 0;
	padding-left: 0;
}

#related_facilities #group_column dl:first-child {
	border-left: none;
}

#related_facilities #group_column ul li {
	width: 225px;
	float: left !important;
	border-bottom: dotted 1px #B4B4B3;
	display: block;
	padding: 5px 5px 5px 20px;
	box-sizing: border-box;
}

#related_facilities #group_column a {
	color: #bfbebc;
	display: block;
	text-decoration: none;
	padding-left: 1em;
	text-indent: -0.6em;
}

#related_facilities #group_column a:hover {
	text-decoration: underline !important;
}

/* #related_facilities #group_column a:before {
	content: "? ";
	color: #F87E06;
} */

#pege_top {
	width: 900px;
	margin: 0 auto;
	text-align: right;
	padding-bottom: 30px;
}

#pege_top a {
	color: #C4C1C1;
	text-decoration: underline;
}

.bnr_img {
	/*display: inline-block;
	position: absolute;
	top: 2%;
	right: 4%;*/
	display: flex;
    /*flex-wrap: wrap;*/
    width: 900px;
	margin:30px auto;
	justify-content:flex-start;

}

.bnr_img a:first-child img{
	width:325px;
	height:auto;
}

.bnr_img .bnr2{
	margin-right:20px;
	width:262px;
}

.bnr_img .bnr2 img{
	width:100%;
	height:auto;
}


/* リニューアル ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body {
	background: url(../img/t2/bgi.gif) left top repeat-x;
}

#head_contents {
	width: 100%;
	height: auto;
	margin: 0 auto;

}

#head_contents h1 {
	margin: 0;
	padding: 0;
	float: left;
}

#head_link {
	width: 340px;
	height: 61px;
	float: right;
	margin: 20px 0 0 0;
}

#head_link>.box1 {
	width: 205px;
	height: 41px;
	float: left;
}

#head_link>.box2 {
	width: 128px;
	height: 41px;
	float: right;
}

#head_link>.box2>.cell1 {
	width: 128px;
	height: 22px;
	text-align: left;
}

#head_link>.box2>.cell2 {
	width: 128px;
	height: 19px;
}

#head_link>.box1_2 {
	width: 240px;
	height: 41px;
	float: left;
}

#head_link>.box1_3 {
	width: 193px;
	height: 41px;
	float: left;
}

#head_link>.box2_2 {
	width: 97px;
	height: 41px;
	float: right;
}

#head_link>.box2_2>.cell1 {
	width: 97px;
	height: 22px;
	text-align: left;
}

#head_link>.box2_2>.cell2 {
	width: 97px;
	height: 19px;
}

#head_link>.box2_3 {
	width: 65px;
	height: 41px;
	float: left;
}

/*
		#head_link > .box2_3 > .cell1 {
			width: 97px;
			height: 22px;
			text-align: left;
		}

		#head_link > .box2_3 > .cell2 {
			width: 97px;
			height: 19px;
		}
		*/

#head_link>.box3 {
	width: 340px;
	height: 13px;
	float: left;
	margin: 7px 0 0 0;
	padding: 0;

}

#head_link>.box3>li {
	margin: 0 0 0 14px;
	padding: 0;
	float: left;
	list-style: none;
}

#head_link>.box3>li:nth-child(1) {
	margin-left: 0;
}


#index_contents {
	width: 900px;
	text-align: left;
	margin: 8px auto 0;
	padding: 1%;
	box-sizing: border-box;
	box-shadow: #B1ADAD 1%;
	float: inherit;
	clear: both;
	background-color: #FFF;
}

h3 {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
}

#topics_box {
	width: 268px;
	float: left;
	margin: 10px 0 0 16px;
	padding: 0;
}

#topics {
	width: 268px;
	margin: 0;
	padding: 0;
}

#topics>li {
	margin-bottom: 10px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#link {
	width: 884px;
	float: left;
	margin: 5px 0px 0 16px;
}

#link>a>img {
	float: left;
	margin: 0 10px 0 0;
}

#link2 {
	width: 884px;
	float: left;
	margin: 5px 0px 5px 16px;
}

#link2>a>img {
	float: left;
	margin: 0 50px 0 0;
}

#link3 {
	width: 884px;
	float: left;
	margin: 5px 0px 5px 16px;
}

/* お知らせ */
#info_sr {
	width: 858px;
	background: #ffffff;
	border: 1px solid #464749;
	margin: 10px auto -3px auto;
	padding: 10px 20px;
}

#info_sr p.title {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #b22222;
}

#info_sr p.contents {
	text-align: left;
	line-height: 20px;
	margin: 8px 0 0 0;
}

#info_sr p.date {
	text-align: right;
	margin: 8px 0 0 0;
}


/*2022/02/04 新規検索フォーム用CSS*/
.ZenSearchFrom_form {
	width: 280px;
	height: auto;
	border: 1px solid #464749;
	padding: 5px;
	margin: 0px;
	float: left;
	font-size: 12px;
	background-color: #F5EFCB;
}


#ZenSearchFrom {
	/*width: 280px;
    height: auto;
    border: 1px solid #464749;
    padding: 5px;
    margin: 0px;
    float: left;
    font-size: 12px;
    background-color: #F5EFCB;*/
}

#ZenSearchFrom #searchBox {
	/*padding: 2px 15px;*/
	padding: 2px 0;
}

#ZenSearchFrom .form_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	padding: 5px 0px;
}

#ZenSearchFrom .input_com {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
}

#ZenSearchFrom .nights,
#ZenSearchFrom .rooms{
	max-width: 49%;
	width: 100%;
}

#ZenSearchFrom .nights{
	float:left;
	}

#ZenSearchFrom .adults{
	max-width: 100%;
}

#ZenSearchFrom .adults select{
	float:right;
}

fieldset{
	box-sizing:border-box;
}

/*#ZenSearchFrom .input_com select,
#ZenSearchFrom .input_com input {
	width: 100%;
}*/

#ZenSearchFrom label {
	display: block;
	font-weight: bold;
	min-width: 70px;
	/*padding-right: 10px;*/
	text-align: right;
}

#ZenSearchFrom legend{
	font-weight:bold;
}

#ZenSearchFrom #checkin_date{
	width:50%;
}

#ZenSearchFrom .field-button {
	margin-top: 10px;
}

#ZenSearchFrom #no_checkin label{
	display:flex;
}

#ZenSearchFrom .children-selects label{
	font-weight:normal;
}

#ZenSearchFrom .children-selects select{
	margin-left:40px;
}

#ZenSearchFrom .children-selects span[name="no-acceptance"]{
	margin-left:20px;
}

/*「大人」個別style*/
/*#ZenSearchFrom .adults {}

#ZenSearchFrom .adults select {
	max-width: calc(50% - 70px);
}*/

/*「子供」個別style*/
/*#ZenSearchFrom .children {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	padding: 5px 0px;
}

#ZenSearchFrom .children .children-selects {
	max-width: 100%;
	width: 100%;
}

#ZenSearchFrom .children .children-selects div {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 2px;
}

#ZenSearchFrom .children .children-selects label {
	max-width: 115px;
	margin-left: 51px;
	font-weight: normal;
	width: 100%;
	text-align: left;
}

#ZenSearchFrom .children .children-selects select,
#ZenSearchFrom .children .children-selects input {
	max-width: calc(100% - 185px);
	width: 100%;
}*/

/*「プロモーション用」*/
#ZenSearchFrom .promoCd label {
	width: 100%;
}

/*JTBダイナミックパッケージ*/
.dynamic_link{
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
}

.dynamic_link > img,
.tit_bar{
	width:100%;
	height:auto;
}

.dynamic_link .link_box img{
	width:230px;
	height:auto;
	max-width:90%;
	margin-top:10px;
}

.dynamic_link ul,.yoyaku_sp ul{
	text-align:left;
	margin-top:5px;
	padding:0 1em;
}

.dynamic_link ul li,
.yoyaku_sp ul li{
	padding-left:1em;
	text-indent:-1em;
}


.yoyaku_txt{
	text-align:right;
}

/*----20240625追記-----*/

.bl_imgPopup_inner {
    position: fixed;
    bottom: 0;
}
.bl_imgPopup_inner input{
	display: none;
}
.bl_imgPopup_inner label{
	font-family: sans-serif;
    font-size: 15px;
    border: 1px solid;
    display: block;
    width: 15px;
    border-radius: 50%;
    height: 15px;
    line-height: 16px;
    padding: 10px;
    background-color: #ffffff;
    position: absolute;
    top: -15px;
    right: -15px;
}
.bl_imgPopup_inner a img{
	border: 1px solid;
}
.bl_imgPopup_inner input:checked + label {
	display: none;
}
.bl_imgPopup_inner input:checked + label + a {
	display: none;
}

/*----20240625追記ここまで-----*/


/*-------------- Responsive ---------------*/
@media (max-width : 1500px) {
	#related_facilities #group_column dl:first-child dt {
		width: 675px;
	}

	#group_column dl:first-child ul {
		width: 700px;
	}

}

@media (min-width : 1024px) {
	#head_contents {
		width: 1024px;
		height: 100px;
	}

}

@media (max-width : 768px) {
	img {
		max-width: 100%;
	}

	#head_contents {
		width: 100%;
		height: 100px;
		padding: 0 10px;
		box-sizing: border-box;
	}

	#index_contents {
		width: 100%;
	}

	/*#search_box{
		width: 31%;
		overflow: auto;
	}
	#news_box{
		width: 65%;
	}*/
	#news_main {
		width: 100%;
	}

	#top_under {
		width: 100%;
	}

	/*#topics_box{
		width: 30%;
	}*/
	#top_banners {
		width: 98%;
	}

	#top_banners a img {
		width: 100%;
		height: auto;
	}

	/*#plan_box{
		width: 66%;
	}
	.plan_row{
		width:48%;
		margin:0 2% 5px 0;
		/*height: 95px;*/
	/*overflow: hidden;
	}*/
	/*.plan_row > a > img{
		width: 36%;
		margin-right: 1%;
	}
	.plan_text{
		width: auto !important;
		float: none;
		margin-left: 38%;
	}
	.plan_text_note{
		width: 62% !important;
	}*/
	.plan_row {
		width: 100%;
	}

	.plan_text,
	.plan_text2 {
		width: 73%;
	}

	#link,
	#link2,
	#link3 {
		width: 98%;
		margin: 5px 0 0 2%;
	}

	#link a img {
		width: auto;
		height: 60px;
	}

	#link2>a>img {
		width: auto;
	}

	#footer_box {
		width: 100%;
	}

	#link>a>img {
		margin: 0 1.5% 0 0;
	}

	#link a:nth-child(2) img {
		width: 19%;
	}

	#link a:nth-child(3) img {
		width: 24%;
	}

	#link a:nth-child(4) img {
		width: 24%;
	}

	#link a:nth-child(5) img {
		width: 21%;
	}

	#link2>a>img {
		margin: 0 4.5% 0 0;
	}

	#link2 a:nth-child(1) img {
		width: 12%;
	}

	#link2 a:nth-child(2) img {
		width: 15%;
	}

	#link2 a:nth-child(3) img {
		width: 20%;
	}

	#link2 a:nth-child(4) img {
		width: 15%;
	}

	#link2 a:nth-child(5) img {
		width: 15%;
	}

	#topics,
	#topics>li {
		width: 100%;
	}

	#topics img {
		width: 98%;
	}

	.news_icon_date {
		width: 24% !important;
	}

	.news_link_text {
		width: 75% !important;
		margin-left: 1.5%;
	}

	.banner-pc {
		background-color: #fff;
	}

	#kouji,
	#news_box,
	#plan_box {
		width: 100%;
	}

	.right_box {
		width: 60%;
	}

	.bnr_box div {
		margin: 0;
	}

	.bnr_img {
		position: relative;
		/* margin-bottom: 30px; */
		/* margin-top: 30px; */
		margin: 30px auto;
		top: auto;
		right: auto;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bnr_img img{
		max-width: 100%;
		width: 90%;
		height: auto;
		margin-right:20px;
	}
	
	.bnr_img .bnr2 img{
		width:90%;
	}
	
	#related_facilities #group_column dl:first-child dt,
	#group_column dl:first-child ul{
		width:100%;
	}

	#related_facilities #hotels_head,
	#group_column{
		padding:0 2%;
		box-sizing:border-box;
	}


	#related_facilities #group_column ul li {
		width: calc(100% / 3);
		padding-left:10px;
	}

	.bnr_box div {
		width: 49%;
	}
	/*----20240625追記-----*/
	.bl_imgPopup_inner {
		display: none;
	}
	/*----20240625追記ここまで-----*/

}

/* Landscape phone to portrait tablet */
@media (max-width : 767px) {
	img {
		max-width: 100%;
	}

	#head_contents {
		width: 100%;
		height: 100px;
	}

	#index_contents {
		width: 100%;
	}

	#search_box,
	#news_box {
		width: 96%;
		padding: 2%;
		overflow: auto;
		margin: 0 auto;
	}

	#news_main {
		width: 100%;
	}

	#top_under {
		width: 100%;
	}

	#topics_box {
		width: 30%;
		margin: 0 0 0 2%;
	}

	#top_banners {
		width: 98%;
	}

	#top_banners a img {
		width: 100%;
		height: auto;
	}

	#plan_box {
		width: 64%;
		margin-right: 2%;
	}

	.plan_row {
		width: 98%;
		margin: 0 1% 5px 1%;
		height: 95px;
		overflow: hidden;
	}

	.plan_row>a>img {
		width: 36%;
		margin-right: 1%;
	}

	.plan_text {
		width: auto !important;
		float: none;
		margin-left: 38%;
	}

	.plan_text_note {
		width: 62% !important;
	}

	#link,
	#link2,
	#link3 {
		width: 96%;
		margin: 5px 2% 0 2%;
	}

	#link a img {
		width: auto;
		height: 60px;
	}

	#link2>a>img {
		width: auto;
	}

	#footer_box {
		width: 100%;
	}

	#link>a>img {
		margin: 0 1%;
		width: 23% !important;
	}

	#link3 {
		margin: 10px auto !important;
	}

	#link2 {
		display: none;
	}

	#topics,
	#topics>li {
		width: 100%;
	}

	#topics img {
		width: 98%;
	}

	#head_link,
	#top_swf {
		display: none;
	}

	.news_icon_date {
		width: 13% !important;
	}

	.news_link_text {
		width: 85% !important;
		margin-left: 1.5%;
	}

	#news_box {
		margin-top: 15px;
	}

	.top-slide-m {
		display: block !important;
	}

	#head_contents {
		display: none;
	}

	.header-mobile {
		display: block !important;
	}

	#index_contents {
		margin: 0;
	}

	#search_box {
		height: auto;
	}



}

@media (max-width : 480px) {
.slider2 img {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
	.down_a_link {
		display: block;
	}

	.sp_bnr {
		width: 95%;
		display: flex !important;
		margin: auto;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.sp_bnr div {
		width: 48%;
		margin-bottom: 10px;
	}

	/*13府県ふっこう周遊割*/

	#bnr_shuyu {
		width: 100%;
	}

	.bnr_box div {
		width: 100%;
	}


	.left_box,
	.right_box {
		width: 100%;
	}
	
	.right_box {
	margin-top: 20px;
	}
	
	.yoyaku{
		margin:10px auto !important;
	}

	img {
		max-width: 100%;
	}

	#head_contents {
		width: 100%;
		height: 100px;
	}

	#index_contents {
		width: 100%;
		margin: 0;
		padding: 1%;
		box-sizing: border-box;
	}

	#search_box,
	#news_box {
		width: 100%;
		padding: 2%;
		overflow: auto;
		margin: 10px auto;
		box-sizing: border-box;
	}

	#search_box {
		height: auto;
		margin-bottom: 15px;
	}

	#news_main {
		width: 100%;
	}

	#top_under {
		width: 100%;
	}

	#top_banners,
	#topics_box {
		display: none;
	}

	#top_banners a img {
		width: 100%;
		height: auto;
	}
	
	.ZenSearchFrom_form {
	margin: 10px auto;
	float: none;
}

	#plan_box {
		width: 96%;
		margin: 10px 2%;
	}

	.plan_row {
		width: 98%;
		margin: 0 1% 5px 1%;
		height: auto;
	}

	.plan_row>a>img {
		width: 36%;
		margin-right: 1%;
	}

	.plan_text {
		width: auto !important;
		float: none;
		margin-left: 38%;
	}

	.plan_text_note {
		width: 100% !important;
	}

	#link,
	#link2,
	#link3 {
		width: 96%;
		margin: 5px 2% 0 2%;
	}

	#link a img {
		width: auto;
		height: 60px;
	}

	#link2>a>img {
		width: auto;
	}

	#link>a>img {
		width: 100% !important;
	}

	#link>a {
		margin: 0 1% 5px 1%;
		width: 47% !important;
		height: 60px;
		overflow: hidden;
	}

	#link>a:nth-child(odd) {
		float: right;
	}

	#link>a:nth-child(even) {
		float: left;
	}

	#link3 {
		margin: 10px 2% !important;
		display: block;
	}

	#link2 {
		display: none;
	}

	#topics,
	#topics>li {
		width: 100%;
	}

	#topics img {
		width: 100%;
		height: 100%;
	}

	#head_link,
	#top_swf {
		display: none;
	}

	.news_icon_date {
		width: 100%;
	}

	.news_link_text {
		width: 100%;
		margin: 3px 0;
	}

	#news_box {
		margin-top: 15px;
	}

	#head_contents {
		display: none;
	}

	.header-mobile {
		display: block !important;
	}

	.header-mobile .left_box img {
		width: 185px !important;
		margin-top: 0;
	}

	.header-mobile .right_box {
		padding: 20px 2% 3% 2% !important;
		width: 30px;
	}

	.header-mobile .left_box {
		display: block;
		margin-left: -35px;
		width: 56%;
		height: 100%;
		margin-right: -42px;
	}

	.m-btn-access {
		display: block !important;
	}

	.header-mobile .header_center {
		float: left;
		font-size: 13px !important;
		display: block;
		padding: 10px 0 0 0 !important;
		width: 51%;
		z-index: 100;
		position: relative;
	}

	.topics-mobile {
		display: block !important;
		margin-top: 15px;
	}

	#related_facilities {
		padding: 1% 3%;
		box-sizing: border-box;
	}

	#related_facilities #group_column ul li {
		width: 100% !important;
		float: left;
	}

	#related_facilities #hotels_head,
	#related_facilities #group_column,
	#related_facilities #group_column dl,
	#related_facilities #group_column ul {
		width: 100%;
	}

	.plan_text2 {
		width: 60%;
	}

	#related_facilities #hotels_head dt span {
		padding-left: 0;
	}

	.info_box {
		width: 96%;
		margin: 10px 2% 20px;
	}

	.info_box img {
		/*width: 40%;
			margin-left: 1%;*/
	}

	.info_box p.text {
		width: 55%;
		margin-top: 10px;
		margin-left: 4%;
		font-size: 12px;
	}
	
	.yoyaku_sp a{
	display:inline-block;
	margin:5px auto;
	}


}

.top-slide-m {
	display: none;
}

.header-mobile {
	display: none;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.m-tell {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding-left: 25px;
	background: url("../img/top/m-icon-tell.png") no-repeat left center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: "Kozuka Mincho Pro B", "小塚明朝";
	z-index: 9999;
}

.m-tell span {
	color: #fff;
}

.header-mobile .left_box img {
	width: 230px;
	z-index: 0;
	position: relative;
}

.header_center h1 {
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	float: left;
	/*padding:10px 0 0 0;*/
	font-family: "Kozuka Mincho Pro B", "小塚明朝";
}

/*
.header-mobile .right_box {
	padding:30px 2%;
}*/
.banner-mobile {
	background-color: #fff;
	margin-top: 1%;
}

.m-btn-access {
	display: none;
	margin-top: 10px;
	width: 100%;
	background: url("../img/t2/menu_bgi.jpg");
	clear: both;
	text-align: center;
}

.m-btn-access a {
	padding: 5px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-family: "Kozuka Mincho Pro B", "小塚明朝";
	display: block;
	letter-spacing: 3px;
	text-decoration: none;
}

.m-btn-access a:hover {
	opacity: 0.8;
}

.m-btn-access a span {
	font-size: 12px;
	display: block;
}


p.bjqs-caption {
	background: rgba(255, 255, 255, 0.5);
}

li.bjqs-slide {
	position: absolute;
	display: none;
}

ul.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}

ul.bjqs-controls.v-centered li a {
	display: none;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
	right: 10px;
	background: url("../img/top/icon-next.png") no-repeat center center;
	background-size: 100% 100%;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
	left: 10px;
	background: url("../img/top/icon-prev.png") no-repeat center center;
	background-size: 100% 100%;
}

ol.bjqs-markers {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	bottom: 10px;
}

ol.bjqs-markers.h-centered {
	/*text-align: right;*/
}

ol.bjqs-markers li {
	display: inline-block;
}

ol.bjqs-markers li a {
	display: inline-block;
	font-size: 0;
	width: 10px;
	height: 10px;
	background-color: #0E4D1F;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 4px;
}

p.bjqs-caption {
	display: block;
	width: 96%;
	margin: 0;
	padding: 2%;
	position: absolute;
	bottom: 0;
	right: 0;
}

ol.bjqs-markers li.active-marker a {
	background: #999;
}

ul.bjqs-markers {
	display: none;
}

.topics-mobile {
	display: none;
}

.m-tell-top {
	text-align: center;
}

.m-tell-top a {
	font-size: 13px;
	background: url("../img/t2/m-icon-tell.png") no-repeat left 1px;
	padding-left: 15px;
	background-size: 19px;
}

/* pc-menu追加 */
.banner-pc {
	/*width: 1024px;*/
	width: 100%;
	margin: 0 auto;
	background: url(../img/top/slide-back.jpg);
	max-width: 100%;
}

.banner-pc img {
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: cover;
}

#top-head_table3 {
	clear: both;
	width: 100%;
	background: url(../img/t2/menu_bgi.jpg) repeat-x;
}



#top-hmenu1 {
	width: 146px;
	background: url(../img/t2/menu001.jpg) no-repeat;
}

#top-hmenu1:hover {
	background: url(../img/t2/menu001_on.jpg) no-repeat;
}

#top-hmenu2 {
	width: 147px;
	background: url(../img/t2/menu002.jpg) no-repeat;
}

#top-hmenu2:hover {
	background: url(../img/t2/menu002_on.jpg) no-repeat;
}

#top-hmenu3 {
	width: 146px;
	background: url(../img/t2/menu003.jpg) no-repeat;
}

#top-hmenu3:hover {
	background: url(../img/t2/menu003_on.jpg) no-repeat;
}

#top-hmenu4 {
	width: 146px;
	background: url(../img/t2/menu004.jpg) no-repeat;
}

#top-hmenu4:hover {
	background: url(../img/t2/menu004_on.jpg) no-repeat;
}

#top-hmenu5 {
	width: 145px;
	background: url(../img/t2/menu005.jpg) no-repeat;
}

#top-hmenu5:hover {
	background: url(../img/t2/menu005_on.jpg) no-repeat;
}

#top-hmenu6 {
	width: 146px;
	background: url(../img/t2/menu006.jpg) no-repeat;
}

#top-hmenu6:hover {
	background: url(../img/t2/menu006_on.jpg) no-repeat;
}

#top-hmenu7 {
	width: 148px;
	background: url(../img/t2/menu007.jpg) no-repeat;
}

#top-hmenu7:hover {
	background: url(../img/t2/menu007_on.jpg) no-repeat;
}

.img_box{
	display:flex;
	justify-content:space-between;
	margin:15px auto;
}

@media screen and (min-width:768px) and (max-width:1024px) {

	#index_contents,
	.pc_change,
	#related_facilities #group_column,
	#related_facilities #group_column dl,
	#link,
	#pege_top,
	#sp-site-change-button li,
	#related_facilities #hotels_head {
		width: 100% !important;
	}

	#link {
		margin: auto 0;
	}

	.bnr_box img {
		max-width: 100%;
	}

}



@media screen and (min-width:481px) and (max-width:767px) {
	#header-pc {
		display: none;
	}

	.right_box {
		width: 60%;
		float: right;
	}

	.header-mobile .left_box {
		width: 35% !important;
	}

	.header-mobile .left_box img {
		width: 100% !important;
	}

	.header_center h1 {
		font-size: 1.3rem;
		padding-top: 1rem;
	}

	.nav-mobile .header img {
		width: 50px;
	}

	.nav-mobile>.header {
		width: 15%;
		padding: 20px 5px 18px 0;
	}

	#index_contents .left_box {
		width: 39%;
	}

	#search_table {
		width: 100%;
	}

	#search_table td {
		display: block;
		width: 100%;
	}

	#plan_box {
		width: 100% !important;
		margin: 0;
	}

	#topics_box {
		width: 100%;
	}

	#link>a {
		min-height: 60px;
		display: inline-block;
	}

	#link>a>img {
		margin: 1%;
		width: 100% !important;
		float: left;
		height: auto;
	}

	#related_facilities #group_column,
	#related_facilities #group_column dl {
		width: 100%;
	}


}

@media screen and (max-width:480px) {
	#header-pc {
		display: none;
	}

	.modal__content,
	#modal2 .modal__content,
	#modal3 .modal__content,
	#modal5 .modal__content {
		padding: 20px;
		width: 80%;
	}
	
	#modal2 .modal__content>dl dd {
    margin-left: 0;
	}

	.modal__content .name {
		font-size: 0.95rem;
	}


	#modal5 .modal__content .link {
		display: block;
	}

	#modal5 .modal__content .sys_old,
	#modal5 .modal__content .sys_new {
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	
	#modal6 .modal__content{
		padding:20px 15px;
	}
	
	#modal6 .modal__content p{
		text-align:left !important;
	}
	
	#modal6 .modal__content dl dd{
		margin-left:0;
	}
	
	.img_box{
	display:block;
	}
	
	.img_box img{
		width:100% !important;
		margin:10px auto;
	}

#modal4 .modal__content a.link{
	width:90%;
	font-size:1rem;
	padding:10px;
}

#modal .modal__content a.link{
	width:100%;
}

.modal__content>.modal_dl{
	display:block;
}

.modal__content>.modal_dl dt{
	margin-top:0;
	width:100%;
}
.modal_dl dd{
	width:100%;
}


.bnr_img {
	width:90%;
	display:block;
	margin:20px auto;
	flex-wrap:wrap;
}

.bnr_img .bnr2{
	display:block;
	margin-right:auto;
	margin-bottom:20px;
	max-width:100%;
	width:100%;
}

.bnr_img img{
	margin-right: 0;
}

}


.bl_imgPopup img {
    width: auto;
    display: block;
    max-height: 280px;
}

.bl_imgPopup {
    z-index: 999;
    bottom: -1000px;
    position: fixed;
    text-align: center;
    font-size: 0;
    transition: 1.25s;
}

.bnr_img img.shoubou{
	margin-right:20px;
	width:auto;
	height:160px;
}

@media screen and (max-width:480px) {
	.bnr_img img.shoubou{
		margin-right:0;
		margin-bottom:20px;
		width:50%;
		height:auto;
}


}