@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　planページ共通css
--------------------------------------------------------------------
------------------------------------------------------------------*/

/* PCで表示・SPで非表示 ----------------------------------------------------*/

a img {
	backface-visibility: hidden;
}
.br_pc { display:block; }
.br_sp { display:none; }
.sp-show320,
.sp-show375{
	display: none;
}

.sc01 {
	color:#ea5099;
}
.sc02 {
	color:#41a3ef;
}
.sc03 {
	color:#fa8513;
}
.sc04 {
	color:#7ABD29;
}
.section h2 {
	margin: 0 0 10px;
}
.section section h2 {
	font-size:2.2em;
	color:#003f6c;
	display: flex;
	align-items: center;
	font-weight:bold;
	margin-top: 2.8em;
	margin-bottom: 1.2em;
}
.section h3 {
	font-weight: bold;
}
a {
	text-decoration:none;
}
.overwhite img {
	cursor: pointer;
	transition: opacity 0.3s ease-out;
}
.overwhite:hover img,
.overwhite:hover {
	opacity: 0.7;
}

/*------------------------------------------------------------------
　　　　　　　　　　　ボタン　btn_more
------------------------------------------------------------------*/
.btn_more span {
	border:1px solid #003f6c;
	border-radius:5em;
	position: relative;
	font-weight: bold;
	color:#003f6c;
	padding: 0.8em 2.5em 0.8em 3.5em;
	margin:0 auto;
	display:inline-block;
}
.btn_more span:before {
	font-family: 'jttweb' !important;
	content: '\e902';
	position: absolute;
	padding: 0 5px 0 0;
	font-size: 1em;
	color: #003f6c;
	left: 1.6em;
}
.btn_more span:hover {
	border:1px solid #1179d6;
	color:#1179d6;
}
.btn_more span:hover:before {
	color: #1179d6;
}

/*------------------------------------------------------------------
　　　　　　　　　　　見出しh2
------------------------------------------------------------------*/
section.area h2:before, section.area h2:after {
	content: "";
	flex-grow: 1;
	height: 1.6px;
	background: #444;
	display: block;
}
section.area h2:after {
	margin-left: 2%;
}
section.area h2:before {
	margin-right: 2%;
}

/*------------------------------------------------------------------
　　　　　　　　　　　メイン付近
------------------------------------------------------------------*/
.main-img {
	margin:30px auto 10px;
}
.caption {
	font-size:1.2em;
}

/*------------------------------------------------------------------
　　　　　　　　　　　アンカー
------------------------------------------------------------------*/
#anc_area {
	margin: 40px 0 70px;
}
#anc_area .anc_list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	font-size: 1.8rem;
	text-align: center;
}
#anc_area .anc_list li {
	display: flex;
	display: -webkit-flex;
	width: 150px;
}
#anc_area .anc_list a {
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	position: relative;
	color: #055187;
	padding: 18px 3px 18px;
	font-weight: bold;
	font-size: 1.5rem;
	transition: 0.2s;
	border: 1px solid #3a76a1;
	border-radius: 18px;
}
#anc_area .anc_list a:hover,#anc_area .anc_list a:active {
	background-color: #f4faff;
}
#anc_area .anc_list a:after {
	font-family: 'jttweb' !important;
	content: "\e909";
	transform:rotate(90deg);
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 6px;
	right: 5px;
	font-size: 1.5rem;
	color: #326b95;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
 display: none;
}
select {
	cursor: pointer;
	border: 1px solid #999;
	height: 40px;
	padding: 0 4.5rem 0 10px;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
	font-family: inherit;
	font-size: 100%;
}
.seach_col001 select,
.seach_col002 input[type='text'] {
	cursor: pointer;
	border: 1px solid #999;
	height: 40px;
	padding: 0 4.5rem 0 30px;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
	font-family: inherit;
	font-size: 100%;
}
.seach_col001 select:hover,
select:hover,
.form_inner .seach_col002 input[type='text']:hover {
	border-color: #FFAE30;
	box-shadow: 0 0 5px 0 rgba(204, 13, 33, 0.2);
}

/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.search-app {
    margin-top: 22px;
}
.search-app .tab {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	border-bottom: 5px solid #1c4e9c;
}
.search-app .tab li {
	padding: 10px;
	width: 50%;
	text-align: center;
	margin-right: 0;
	font-weight: bold;
	font-size: 2.4rem;
	border: 0;
	border-bottom: none;
	color: #333;
	background-color: #f4f4f4;
	cursor: pointer;
}
.search-app .tab li + li {
	margin-left: 1px;
}
.search-app .tab li.select {
	background: #1c4e9c;
	color: #fff;
}
.search-app .tab_content {
	margin-bottom: 20px;
}
.search-app .tab1 {
	display: none;
	background-color: #f8f8f8;
	position: relative;
}
.search-app .tab1.select {
	display: block;
}
.search-app .seach-box {
	width: fit-content;
	margin: 0 auto;
    padding: 27px 10px;
}
.search-app .gadget_box {
	width: fit-content;
	padding: 15px;
	background-color: #fff;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.search-app .gadget_box.tour {
	padding-top: 10px;
}
.search-app .gadget_box.dp {
	padding-top: 20px;
}

/*------------------------------------------------------------------
検索ガジェット内
------------------------------------------------------------------*/
.fw-static--top {
	display: none;
}
.fw-mv-search {
	margin: 0 auto;
}
.fw-search-top__item--keyword {
	margin-top: 20px;
}
.fw-top .fw-modal-header__ttl {
	font-weight: bold;
}
.fw-top .fw-modal-overlay {
	height: 100%;
}
.fw-top .fw-modal-container .fw-modal-body__inner,
.fw-top .fw-modal-calendar .fw-modal-body.fw-is-active,
.fw-top .fw-modal-calendar .fw-modal-footer.fw-is-active,
.fw-top .fw-modal-body {
	overscroll-behavior-y: contain;
}

/*------------------------------------------------------------------
日帰りパック新登場　(検索窓追記)
------------------------------------------------------------------*/
.search_new_plan {
	text-align: -webkit-right;
	margin: 20px 0 -20px;
}
.search_new_plan p {
	width: calc(100% - 50%);
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #d62121;
}
.search_new_plan p span {
	background: linear-gradient(transparent 69%, #ffe339 60%);
}

/*------------------------------------------------------------------
内製検索ガジェット
------------------------------------------------------------------*/
.form_inner {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-bottom: 20px;
	font-size: 1.5rem;
}
.form_inner .column {
	width: calc(100%/5 - 10px);
}
.form_inner.column4 .column {
	width: calc(100%/4 - 10px);
}
.form_inner.column3 .column {
	width: calc(100%/3 - 10px);
}
.form_inner .column-label {
	font-weight: bold;
}
.form_inner .select_box {
	position: relative;
}
.form_inner .select_box:after {
	position: absolute;
	font-family: 'jttweb' !important;
	content: '\e900';
	padding: 0 5px 0 0;
	font-size: 1.1em;
	color: #999;
	top: 45%;
	right: 10px;
	margin-top: -0.6em;
	pointer-events: none;
}
.form_inner .date .select_box:before {
	position: absolute;
	content: '\e910';
	font-family: 'jttweb' !important;
	color: #999;
	pointer-events: none;
	top: 50%;
	margin-top: -0.5em;
	left: 10px;
	font-size: 1.2em;
	line-height: 1;
}
.form_inner select,
.select select:not([multiple]) {
	border: 1px solid #ccc;
	padding: 0 3.0rem 0 10px;
	background-color: #fff;
	border-radius: 4px;
	cursor: pointer;
	height: 40px;
	width: 100%;
	box-shadow: none;
	background: #fff;
	font-family: inherit;
	font-size: 100%;
}
.form_inner .date input[type='text'] {
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	padding: 0 3.5rem 0 35px;
	background-color: #fff;
	line-height: 33px;
	cursor: pointer;
}
select:hover,
.form_inner .date input[type='text']:hover {
	border-color: #FFAE30!important;
	box-shadow: 0 0 5px 0 rgba(204, 13, 33, 0.2)!important;
}
.form_inner .select_hide {
	display: none;
}
.search_btn {
	display: block;
	height: 2.5em;
	width: 16rem;
	margin: 0 auto;
	border: 1px solid #9a1b1b;
	border-radius: 6px;
	background-color: #cc0000;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 40px;
	cursor: pointer;
}
.search_btn:hover {
	opacity: .8;
}
.search_btn span {
	display: inline-block;
	position: relative;
}
.search_btn span:before {
	display: inline-block;
	margin-right: .4em;
	font-family: 'jttweb' !important;
	content: '\e912';
	color:#fff;
	pointer-events: none;
	top: 50%;
	margin-top: -.5em;
	left: 10px;
	line-height: 1;
	font-size: 1.1em;
}
/*内製カレンダー*/
.ui-widget {
	font-size: 1.2em!important;
	z-index: 1002!important;
}
.ui-datepicker th:first-of-type {
	color: #ef3d34!important;
}
.ui-datepicker th:nth-of-type(7) {
	color: #3476ef!important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #e5e5e5!important;
}
.saturday a,
.saturday span {
	color: #3476ef!important;
	background: #e0f1ff!important;
}
.holiday a,
.holiday span {
	color: #ef3d34!important;
	background: #ffe2e0!important;
}
.saturday a:hover {
	background: #d1eaff!important;
}
.holiday a:hover {
	background: #ffd3d1!important;
}
.form_inner .date .unspecified {
	position: absolute;
	top: 9px;
	left: 33px;
	pointer-events: none;
}
/*------------------------------------------------------------------
EXダイナミックパックとEXこだわりツアーの違い
------------------------------------------------------------------*/
.search_modal_area {
	text-align: center;
}
.search_modal_area .df_qa {
	font-size: 1.4rem;
	background: rgba(28, 78, 156, 0.1);
	border-radius: 4px;
	font-weight: bold;
	color: #1c4e9c;
	display: inline-flex;
	display: -webkit-inline-flex;
	padding: 7px 15px 5px 15px;
	cursor: pointer;
}
.search_modal_area .df_qa:hover {
	opacity: 0.8;
}
.search_modal_area .df_qa span {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50px;
	background-color: #1c4e9c;
	color: #e2e7ef;
	margin: 0 10px 0 0;
	padding: 1px 0 0 0;
}
#search-app .modal-window {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	background-color: #fff;
	border-radius: 5px;
	z-index: 1005;
	overflow-y: auto;
}
#search-app .button-close {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 999;
}
#search-app .button-close span {
	display: block;
	width: 100%;
	padding-right: 10px;
	border-radius: 5px 5px 0 0;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: right;
	background-color: #fff;
	cursor: pointer;
}
#search-app .modal_inner {
	padding: 0 30px 23px;
}
#search-app .exqa_title {
	position: relative;
	font-size: 1.7rem;
	font-weight: bold;
	padding: 10px 15px 10px 40px;
	border-bottom: 2px solid #e0e0e0;
}
#search-app .exqa_title:before {
	line-height: 1;
	position: absolute;
	display: block;
	content: 'Q.';
	color: #db3939;
	top: 11px;
	left: 16px;
	font-size: 2.0rem;
}
#search-app .exqa_txt {
	position: relative;
	font-size: 1.5rem;
	padding: 10px 15px 0 40px;
}
#search-app .exqa_txt p {
	margin-bottom: 15px;
}
#search-app .exqa_txt p .bold {
	font-weight: bold;
}
#search-app .exqa_txt:before {
	line-height: 1;
	position: absolute;
	display: block;
	content: 'A.';
	font-weight: bold;
	top: 11px;
	font-size: 2.0rem;
	left: 16px;
	color: #1f5ab3;
}
#search-app .exqa_txt p a {
	text-decoration: underline;
}
#search-app .exqa_txt p a:hover {
	text-decoration: none;
}
#search-app .overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 1002;
}
/*------------------------------------------------------------------
　　　　　　　　　　　例えば
------------------------------------------------------------------*/
#example {
	display:flex;
	justify-content: space-between;
	margin: 4em 0 0 0;
}
#example .box {
	background-color:#fffcf4;
	flex-basis: 48.3%;
	margin-left: 5px;
}
#example .box.only {
	flex-basis: 100%;
}
#example .box .plan_name {
	background:url(/plan/images/ic_001.png) no-repeat;
	display:flex;
	align-items:center;
	padding: 45px 10px 10px 40px;
	margin: -25px 0 0 -9px;
	font-weight:bold;
}
#example .box .wrapper {
	display: flex;
	/*align-items: center;*/
}
#example .box .plan_name .fukidashi {
	background-color: #003f6c;
	font-size: 1.1em;
	padding: 0.5em 0.8em;
	margin: 0 1em 0 0;
	border-radius: 5px;
	text-align: center;
	min-width: 8em;
	/* min-width: 25%; */
	/* flex-shrink: 0; */
	min-height: 4em;
	display: flex;
	/* max-width: 35%; */
	justify-content: center;
	align-items: center;
}
#example .box .plan_name .ic {
	color:#FFF;
}
#example .box .plan_detail {
	padding: 0 30px 10px;
	font-size: 1.3rem;
}
#example .box a {
	text-decoration:none;
}
#example .box dl {
	position: relative;
	display:flex;
	padding: 0.8em 0 0.8em 2.6em;
	align-items: center;
	border-top: solid 1px #dcdcdc;
}
#example .box dl:after {
	position: absolute;
	font-family: 'jttweb' !important;
	content: '\e902';
	padding: 0 5px 0 0;
	font-size: 1.5em;
	color:#dbc999;
	right:0;
	top: 50%;
	margin-top: -0.8em;/* フォントの半分の大きさ */
}
#example .box dl:hover {
	background-color:#fff2ce;
}
#example .box dt {
	font-size: 1.1em;
	flex-basis: 7em;
}
#example .box.only dt {
	flex-basis: 10em;
}
#example .box dd {
	color:#ff0000;
	font-size: 1.6em;
	font-weight:bold;
}
#example .box p.comment {
	padding: 0.8em 0 0.8em 2.6em;
	font-size: 1.2rem;
	border-top: solid 1px #dcdcdc;
}

/*------------------------------------------------------------------
　　　　　　　　　　　3月出発ボタン　　
------------------------------------------------------------------*/
.btn_past {
	margin: 4rem 0 0 0;
}
.btn_past a {
	background-color:#fea62c;
	background-image:url(/common/images/common_ic_newwin02.png)/*,linear-gradient( to top,#f67a15, #ffae30)*/;
	background-repeat:no-repeat/*, repeat*/;
	background-position:10.8rem center/*, right*/;
	display: inline-block;
	position: relative;
	font-size: 2.6rem;
	text-align: center;
	vertical-align: middle;
	transition: all .2s ease;
	border-radius: 40px;
	padding:15px 13rem 15px 14rem;
	color: #fff;
	border: 1px solid #f67a15;
}
.btn_past a:hover {
	transition: all .3s ease;
	/*background-color: #2070bE;*/
	text-decoration: none;
	background-image:url(/common/images/common_ic_newwin02.png),linear-gradient( to top,#ffae30, #f67a15);
	background-repeat:no-repeat, repeat;
	background-position:10.8rem center, right;
}

/*------------------------------------------------------------------
　　　　　　　　　おトク・キャンペーン・おすすめツアー・おすすめ特集
------------------------------------------------------------------*/
#bargain_campaign .inner,
#recommend .inner,
#recommend_sightseeing .inner {
	display: flex;
	padding:0;
	flex-wrap: wrap;
	/*margin: 0 -10px 0;*/
	/*justify-content: space-between;*/
}
#bargain_campaign li,
#recommend li,
#recommend_sightseeing li {
	width: 33.333333%;
	padding: 0 10px;
	margin-top: 3.5em;
}
#bargain_campaign li:nth-child(-n+3),
#recommend li:nth-child(-n+3),
#recommend_sightseeing li:nth-child(-n+3) {
	margin-top: 0;
}
#bargain_campaign .inner dt,
#recommend .inner dt,
#recommend_sightseeing .inner dt {
	margin-bottom: 0.2em;
}
#bargain_campaign .inner dt a img,
#recommend .inner dt a img,
#recommend_sightseeing .inner dt a img {
	cursor: pointer;
	transition: opacity 0.3s ease-out;
}
#bargain_campaign .inner dt a img:hover,
#recommend .inner dt a img:hover,
#recommend_sightseeing .inner dt a img:hover{
	opacity: 0.5;
}
.recommend_list li:nth-child(n + 7) {
	display: none;
}
.recommend_list li.active {
	display: block;
}
.recommend_list_separate li:nth-child(n + 7),
.campaign_list_separate li:nth-child(n + 7),
.sightseeing_list_separate li:nth-child(n + 7) {
	display: none;
}
.recommend_btn,
.recommend_btn_separate,
.campaign_btn_separate,
.sightseeing_btn_separate {
	position: relative;
	width: 400px;
	margin: 30px auto 0;
	border: 1px solid #003f6c;
	border-radius: 25px;
	padding: 10px 30px 10px 10px;
	color: #003f6c;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.recommend_btn_separate.sp_separate,
.campaign_btn_separate.sp_separate,
.sightseeing_btn_separate.sp_separate {
	display: none;
}
.recommend_btn:before,
.recommend_btn:after,
.recommend_btn_separate:before,
.recommend_btn_separate:after,
.campaign_btn_separate:before,
.campaign_btn_separate:after,
.sightseeing_btn_separate:before,
.sightseeing_btn_separate:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 17px;
	height: 3px;
	top: 47%;
	right: 17px;
	background: #003f6c;
	border-radius: 2px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.recommend_btn:after,
.recommend_btn_separate:after,
.campaign_btn_separate:after,
.sightseeing_btn_separate:after {
	transform: rotate(90deg);
}
.recommend_btn.open:after,
.recommend_btn_separate.open:after,
.campaign_btn_separate.open:after,
.sightseeing_btn_separate.open:after {
	transform: rotate(0);
}
.recommend_btn:hover,
.recommend_btn_separate:hover,
.campaign_btn_separate:hover,
.sightseeing_btn_separate:hover {
	border: 1px solid #1179d6;
	color: #1179d6;
}
.recommend_btn:hover:before,
.recommend_btn:hover:after,
.recommend_btn_separate:hover:before,
.recommend_btn_separate:hover:after,
.campaign_btn_separate:hover:before,
.campaign_btn_separate:hover:after,
.sightseeing_btn_separate:hover:before,
.sightseeing_btn_separate:hover:after {
	background: #1179d6;
}

/*------------------------------------------------------------------
　　　　　　　　　　　ホテルランキング
------------------------------------------------------------------*/
#ranking .hotel_box {
	width: 31.1%;
	position: relative;
}
#ranking .inner {
	display: flex;
	padding:0;
	justify-content: space-between;
}
#ranking .hotel_name {
	font-size:1.6em;
	font-weight: 100;
	padding: 0.5em 0 0 2.3em;
	display:flex;
	align-items:center;
}
#ranking .number01 {
	background: url(/plan/images/ic002.webp) no-repeat;
}
#ranking .number02 {
	background: url(/plan/images/ic003.webp) no-repeat;
}
#ranking .number03 {
	background: url(/plan/images/ic004.webp) no-repeat;
}
#ranking .number01,
#ranking .number02,
#ranking .number03 {
	background-position: left center;
}
#ranking .hotel_box figure {
	margin: 7px auto 3px;
}
#ranking .hotel_box figure figcaption {
	margin-top: 2px;
	font-size: 70%;
	text-align: right;
}
#ranking .hotel_box .htl_about {
	padding: 0 0 4em 0;
}
#ranking .hotel_box .btn_more {
	text-align:center;
	margin-top:1em;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	clear: both;
	cursor: pointer;
}
/*------------------------------------------------------------------
　　　　　　　　　　　ホテルランキング（値段有）
------------------------------------------------------------------*/
#ranking.disp_price .inner {
	padding: 10px;
}
#ranking.disp_price .hotel_box {
	width: calc(100%/3 - 6px);
	padding: 10px 15px 15px;
	border-radius: 10px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
	cursor:pointer;
	transition: 0.1s;
}
#ranking.disp_price .hotel_box:hover {
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
	opacity: 0.7;
}
#ranking.disp_price .hotel_name {
	padding: 0.4em 0 0 2.2em;
	font-size: 1.9rem;
	font-weight: bold;
}
#ranking.disp_price .number01,
#ranking.disp_price .number02,
#ranking.disp_price .number03{
	background-size: 35px;
}
#ranking.disp_price .htl_txt .htl_access {
	padding: 0 0 5px 16px;
	font-size: 1.3rem;
	font-weight: bold;
	position: relative;
}
#ranking.disp_price .htl_txt .htl_access:before {
	content: '';
	background: url(/plan/images/ic001.webp) no-repeat;
	background-size: 12px 14px;
	width: 12px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 0;
}
#ranking .hotel_box .htl .htl_about .htl_access {
    font-size: 1.3rem;
	font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}
#ranking.disp_price .htl_txt .htl_price {
	padding: 5px 0;
	font-size: 2.2rem;
	font-weight: bold;
	color: #d62121;
}
#ranking.disp_price .htl_txt .htl_price span {
	font-size: 0.6em
}
#ranking.disp_price .comment_red {
    margin: 10px 10px 0;
	color: #d62121;
}
#ranking.disp_price .comment_nomal {
    margin: 10px 10px 0;
}

/*------------------------------------------------------------------
　　　　　　　　　　　検索ガジェット内
------------------------------------------------------------------*/
#ranking .fw-top .fw-search-top__item--date {
	margin: 0;
}
#ranking .fw-search-top__item--keyword {
	display: none;
}
#ranking .fw-top .fw-search-top__footer {
	margin-top: 20px;
}
#ranking .fw-top .fw-modal-overlay {
    height: 100%;
}
#ranking .modal-window h2 {
	display: block;
	color: #333;
}
#ranking .modal-window h2:before,
#ranking .modal-window h2:after {
	display: none;
}

/* モーダルウィンドウ */
#ranking .modal-window {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	background-color: #fff;
	border-radius: 5px;
	z-index: 1005;
}
#ranking .gadget {
	padding: 0 30px 23px;
}
#ranking .gadget.pb10 {
	padding: 0 30px 10px;
}
#ranking .modal-note {
	width: 590px;
	padding: 0 30px 23px;
}
/* 閉じるボタン */
#ranking .button-close {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 999;
}
#ranking .button-close span {
	display: block;
	width: 100%;
	padding-right: 10px;
    padding-top: 2px;
	border-radius: 5px 5px 0 0;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: right;
	background-color: #fff;
	cursor: pointer;
}
/* オーバーレイ */
#ranking .overlay,
#tourrism .overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 1002;
}

/*------------------------------------------------------------------
　　　　　　　　　　　おすすめツアー（例えば）
------------------------------------------------------------------*/
#recommend_tour .inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 10px;
}
#recommend_tour .hotel_box {
	width: calc(100%/3 - 6px);
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
}
#recommend_tour .plan_name {
	margin-bottom: 3px;
	font-size: 1.7rem;
	font-weight: bold;
}
#recommend_tour .hotel_box .coupon_link {
    text-decoration: underline;
    font-weight: bold;
}
#recommend_tour .hotel_box .coupon_link:hover {
    text-decoration: none;
}
#recommend_tour .hotel_box .link_new {
    display: inline-block;
	width: 16px;
	height: 14px;
	margin: 0 0 3px 3px;
	background-image: url(/common/images/common_ic_newwin01.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	vertical-align: middle;
}
#recommend_tour .hotel_box .plan_desc a {
	text-decoration: underline;
    font-weight: bold;
}
#recommend_tour .hotel_box .plan_desc a:hover {
	text-decoration: none;
}
#recommend_tour figure {
	margin: 7px 0 3px;
}
#recommend_tour figcaption {
	margin-top: 2px;
	font-size: 70%;
	text-align: right;
}
#recommend_tour .htl_name {
	margin-top: 4px;
	font-weight: bold;
}
#recommend_tour .plan_price {
	margin-top: 5px;
	border-bottom: 1px solid #dcdcdc;
}
#recommend_tour .plan_price a {
	display: block;
	border-top: 1px solid #dcdcdc;
}
#recommend_tour .plan_price dl {
	padding: 10px 0 3px 5px;
	text-align: left;
	position: relative;
}
#recommend_tour .plan_price dl:after {
	content: '\e902';
	font-family: 'jttweb' !important;
	margin-top: -0.7em;/* フォントの半分の大きさ */
	font-size: 1.4rem;
	color:#dbc999;
	position: absolute;
	top: 50%;
	right:0;
}
#recommend_tour .plan_price dl:hover {
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
	background: #fffcf4;
	transform: scale(1.1);
}
#recommend_tour .plan_price dt {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.1;
}
#recommend_tour .plan_price dd {
	padding-right: 10px;
	color:#d62121;
	font-size: 2.0rem;
	font-weight:bold;
}
#recommend_tour .plan_price dd span {
	font-size: 0.56em;
	font-feature-settings: "palt";
}
#recommend_tour .comment_red {
    margin: 10px 10px 0;
	color: #d62121;
}
#recommend_tour .comment_nomal {
    margin: 10px 10px 0;
}

/*------------------------------------------------------------------
動画でご紹介
------------------------------------------------------------------*/
#movie {
    text-align: center;
}
#movie .movie_wrap {
    max-width: 560px;
    margin: 0 auto;
}
#movie .movie_wrap .movie {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
#movie .movie_wrap .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#movie .movie_cap {
    margin: 20px 0 0;
    font-size: 1.6rem;
}
#movie .movie_sup {
	font-size: 1.3rem;
}
#movie .other_movie {
    margin-top: 25px;
    font-weight: bold;
    font-size: 1.7rem;
}
#movie .other_movie .other_movie_comment span {
    position: relative;
    padding: 0px 8px 0 14px;
    color: #a90e0e;
}
#movie .other_movie .other_movie_comment span:before,
#movie .other_movie .other_movie_comment span:after {
    position: absolute;
    content: "";
    background: #a90e0e;
    width: 2px;
    height: 21px;
    top: 2px;
}
#movie .other_movie .other_movie_comment span:before {
    left: 0;
    transform: rotate(-30deg);
}
#movie .other_movie .other_movie_comment span:after {
    right: 0;
    transform: rotate(30deg);
}
#movie .other_movie .other_movie_btn a {
    display: block;
    width: 95%;
    margin: 7px auto 0;
    background: #1f5ab3;
    color: #fff;
    padding: 12px 35px;
    border-radius: 50px;
    position: relative;
    transition: 0.3s;
    border: 2px solid #1f5ab3;
    max-width: 300px;
}
#movie .other_movie .other_movie_btn a:after {
    font-family: 'jttweb' !important;
    content: '\e902';
    position: absolute;
    font-size: 1.4rem;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}
#movie .other_movie .other_movie_btn a:hover {
    background: #fff;
    color: #1f5ab3;
}

/*------------------------------------------------------------------
　　　　　　　　　　　観光情報
------------------------------------------------------------------*/
#tourrism .inner {
	/*display: flex;*/
	padding: 0;
	justify-content: space-between;
}
#tourrism #about_ac-box {
	margin-bottom: 40px;
}
#tourrism .btnarea_tourrism h3 {
	margin: 0 0 30px 0;
	padding: 8px;
	border-top: 3px solid #D7B85A;
	color: #D7B85A;
	font-size: 2.4rem;
}
#tourrism .btnarea_tourrism:last-child {
	margin-bottom: 0;
}
#tourrism .btnlist_tourrism {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:space-around;
	justify-content: space-around;
	width: 100%;
}
#tourrism .btnlist_tourrism li {
	display: -webkit-flex;
	display: flex;
	height: 73px;
	width: 30%;
}
#tourrism .btnlist_tourrism li:nth-of-type(n+4) {
	margin: 36px 0 0 0;
}
#tourrism .btnlist_tourrism li a {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 14px 12px 14px 14px;
	border: 1px solid #003f6c;
	border-radius: 5em;
	width: 100%;
	color: #003f6c;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#tourrism .btnlist_tourrism li a::before {
	font-family: 'jttweb' !important;
	content: '\e902';
	position: absolute;
	font-size: 12px;
	color: #003f6c;
	left: 8px;
	top: 50%;
	margin-top: -9px;
}
#tourrism .btnlist_tourrism li a:hover,
#tourrism .btnlist_tourrism li a:active {
	border: 1px solid #1179d6;
	color: #1179d6;
}
#tourrism .btnlist_tourrism.mb36_pc {
	margin-bottom: 36px;
}
#tourrism .btnlist_model {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	width: 100%;
}
#tourrism .btnlist_model li {
	display: -webkit-flex;
	display: flex;
	width: 485px;
	height: 73px;
}
#tourrism .btnlist_model li:nth-of-type(n+3) {
	margin-top: 36px;
}
#tourrism .btnlist_model li a {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 14px 12px 14px 20px;
	border: 1px solid #003f6c;
	border-radius: 5em;
	width: 100%;
	color: #003f6c;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#tourrism .btnlist_model li a::before {
	font-family: 'jttweb' !important;
	content: '\e902';
	position: absolute;
	font-size: 12px;
	color: #003f6c;
	left: 8px;
	top: 50%;
	margin-top: -9px;
}
#tourrism .btnlist_model li a:hover,
#tourrism .btnlist_model li a:active {
	border: 1px solid #1179d6;
	color: #1179d6;
}
#tourrism .world_heritage {
	position: relative;
}
#tourrism .world_heritage:after {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	top: calc(50% - 5px);
	right: -29px;
	background-image: url(/plan/images/ic006.webp);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}
#tourrism .world_heritage:before {
	position: absolute;
    content: "世界遺産";
    color: #bf9d43;
    width: 60px;
    height: 20px;
    top: 0;
    right: -97px;
    padding: 0px 2px 0 23px;
    border-radius: 5px;
    font-size: 1.4rem;
    border: 1px solid #dfc16e;
}

/*----------------おすすめ観光スポット モーダル------------------*/
#tourrism #reccomend_spot .slick-dots li button {
	text-indent:inherit;
}
#tourrism #reccomend_spot .famous_area01,#tourrism #reccomend_spot .famous_area02,#tourrism #reccomend_spot .famous_area03,#tourrism #reccomend_spot .famous_area04,#tourrism #reccomend_spot .famous_area05 {
	display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 4px 10px 3px 10px;
    border-radius: 15px;
}
#tourrism #reccomend_spot .famous_area01 {
    background-color: #f47272;
}
#tourrism #reccomend_spot .famous_area02 {
    background-color: #5ac0bc;
}
#tourrism #reccomend_spot .famous_area03 {
    background-color: #d39928;
}
#tourrism #reccomend_spot .famous_area04 {
    background-color: #88b257;
}
#tourrism #reccomend_spot .famous_area05 {
    background-color: #94779a;
}
#tourrism #reccomend_spot .famous_list figcaption {
	text-align: right;
}
#tourrism #reccomend_spot .famous_list .slick-slide .famous_name {
    font-size: 1.7rem;
    font-weight: bold;
    margin: 6px 0 6px;
}
#tourrism #reccomend_spot .modal-body .famous_list .famous_name {
    font-size: 1.7rem;
    font-weight: bold;
	margin: 6px 0 6px;
}
#tourrism .flex {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
#tourrism .flex + .flex {
	margin:5px 0 0px;
}
#tourrism #reccomend_spot .famous_list .slick-slide,#tourrism  #reccomend_spot .famous_list > li {
	width: 280px;
	font-size: 1.3rem;
	margin-bottom: 50px;
}
#tourrism #reccomend_spot .modal-body .famous_list .slick-slide,#tourrism #reccomend_spot .modal-body .famous_list > li {
	margin-bottom: 0;
}
#tourrism #reccomend_spot .famous_list .slick-slide + .slick-slide {
	margin-left: 20px;
}
#tourrism #reccomend_spot .slick-slider {
	margin: 0 25px 30px 25px;
}
#tourrism #reccomend_spot .famous_list figure {
	width: 95%;
	margin: 0 auto 0;
}
#tourrism #reccomend_spot .point_box {
	background-color: #f7f7f7;
	min-height: 210px;
	border-radius: 10px;
	margin-top: 5px;
	padding: 5px 5px 5px 5px;
	text-align: left;
}
#tourrism #reccomend_spot .point_box dl + .point_title {
	padding-top: 5px;
}
#tourrism #reccomend_spot .point_title {
	color: #003f6c;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
}
#tourrism #reccomend_spot .famous_list dt {
	width: 36px;
}
#tourrism #reccomend_spot .famous_list dd {
	width: 230px;
	margin-left: 5px;
}
#tourrism #reccomend_spot .slick-arrow.slick-next {
	right: -32px
}
#tourrism #reccomend_spot .slick-arrow.slick-prev {
	left: -30px;
}
#tourrism #reccomend_spot .slick-dots li.slick-active button {
	background-color: transparent;
}
#tourrism .btn_more {
	text-align: center;
	/*position: absolute;*/
	bottom: 0;
    left: 0;
    right: 0;
    margin: 15px auto 0;
    width: 100%;
}
#tourrism .btnarea_tourrism {
	margin-bottom: 60px;
}

/*-------------117 ナビ部分（modal）---------------*/
#reccomend_spot .modal .modal-container {
	position: fixed;
	display: none;
	overflow: scroll;
	background-color: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1005;
}
#reccomend_spot .modal .modal-container.modal-open {
	display: block;
}
#reccomend_spot .modal .modal-body {
	position: absolute;
    width: 1000px;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 35px 15px 15px;
    transform: translate(-50%, -50%);
}
#reccomend_spot .modal-body.modal-width-fit {
	width: auto;
}
/*#reccomend_spot .modal .modal-body p{
	margin-bottom: 20px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}*/
#reccomend_spot .modal .modal-body ul {
	display: -webkit-flex;
	display: flex;
}
#reccomend_spot .modal .modal-body ul li + li {
	margin-left: 18px;
}
#reccomend_spot .modal .modal-close {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	margin: 30px auto 15px;
	cursor: pointer;
}
#reccomend_spot .modal .modal-close:before,
#reccomend_spot .modal .modal-close:after {
	position: absolute;
	content: "";
	display: block;
	top: 16px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #333333;
}
#reccomend_spot .modal .modal-close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#reccomend_spot .modal .modal-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*------------------------------------------------------------------
EX旅先予約プラン
------------------------------------------------------------------*/
#extabi {
	text-align: center;
}
#extabi .txt_area {
	font-size: 1.6rem;
	font-weight: bold;
}
#extabi dl {
	display: inline-block;
	width: 330px;
	margin-top: 25px;
	border: 2px solid #ffeccd;
}
#extabi dt {
	padding: 7px;
	font-size: 1.8rem;
	font-weight: bold;
	background: #ffeccd;
}
#extabi dd:hover {
	opacity: 0.7;
}
#extabi .introduction a {
	display: block;
    width: 45%;
    margin: 30px auto 10px;
    padding: 17px;
    border-radius: 10px;
    background: #fc9200;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
	position: relative;
}
#extabi .introduction a:before {
    font-family: 'jttweb' !important;
    content: '\e902';
    padding: 0 5px 0 0;
    font-size: 1.6rem;
    color: #fff;
    position: absolute;
    right: 10px;
}
#extabi .introduction a:hover {
    background-color: #fc8400;
}
#extabi .introduction .note {
    display: inline-block;
	text-align: left;
}
#extabi .smartex {
	padding: 24px 0 0;
}
#extabi .smartex a {
	display: block;
	width: 33%;
	margin: 0 auto;
	padding: 8px 10px 5px;
	border: 3px solid #004ea1;
	border-radius: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #004ea1;
	background: #fff;
	text-align: center;
	text-decoration: none;
}
#extabi .smartex a img {
    width: 70%;
}
#extabi .smartex a .reg_txt {
	margin-top: 5px;
    position: relative;
}
#extabi .smartex a .reg_txt:after {
    content: ">>>";
    position: absolute;
    right: 0;
    bottom: 0;
}
#extabi .smartex a:hover {
	opacity: 0.7;
}

/*-------------------------------------------------------------------
四季をめぐる
-------------------------------------------------------------------*/
#season .tabwrap {
	border-bottom: none;
	border-radius: 30px 30px 0 0;
	overflow: hidden;
}
#season .tabwrap li {
	width: calc(100% / 4);
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #fff;
}
#season .tabwrap li:last-child {
	border-right: none;
}
#season .one_tab a {
	position: relative;
    padding: 63px 0 3px;
    background-color: #C0C0C0;
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
}
#season .one_tab a:after {
	position: absolute;
    content: "";
    width: 90px;
    height: 60px;
    top: calc(50% - 46px);
    right: center;
    background-repeat: no-repeat;
    background-size: contain;
	
}
#season .tab01:after {
	background-image: url("/plan/images/bg001.webp")
}
#season .tab02:after{
	background-image: url("/plan/images/bg002.webp")
}
#season .tab03:after {
	background-image: url("/plan/images/bg003.webp")
}
#season .tab04:after {
	background-image: url("/plan/images/bg004.webp")
}
#season .tab01.active {
	background-color: #fba4a4;
}
#season .tab02.active {
	background-color: #5cc6f9;
}
#season .tab03.active {
	background-color: #ef9f2e;
}
#season .tab04.active {
	background-color: #d497e5;
}
#season #tab01 .tx_link_list li a:before {
	color: #fba4a4;
}
#season #tab02 .tx_link_list li a:before {
	color: #5cc6f9;
}
#season #tab03 .tx_link_list li a:before {
	color: #ef9f2e;
}
#season #tab04 .tx_link_list li a:before {
	color: #d497e5;
}
#season .tab_box.active {
	display: block;
}
#season .tab_box_inner {
	display: flex;
	display: -webkit-flex;
}
#season #tab01 {
	background-color: #fff4f4;
}
#season #tab02 {
	background-color: #eafbff;
}
#season #tab03 {
	background-color: #fff8ee;
}
#season #tab04 {
	background-color: #fdf7ff;
}
#season .tab_box {
	padding: 30px 20px 40px;
	border-radius: 0 0 30px 30px;
}
#season .season_info {
	background: #ffffff;
	border-radius: 20px;
	margin-bottom: 40px;
	padding: 18px 15px 12px;
}
#season .season_info:last-child {
	margin-bottom: 0;
}
#season h4 {
	text-align: center;
	font-size: 2.3rem;
	margin: 0 0 16px;
}
#season #tab01 h4 {
	color: #f98c8c;
}
#season #tab02 h4 {
	color: #239ad3;
}
#season #tab03 h4 {
	color: #e78d0e;
}
#season #tab04 h4 {
	color: #c055df;
}
#season h4 span {
	font-size: 3rem;
	position: relative;
}
#season h4 span:before {
	content: "";
	position: absolute;
	background-image: url("/plan/images/bg005.webp");
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 20px;
	height: 20px;
	top: -8px;
	left: -15px;
}
#season .tab_box figure {
	margin: 0 30px 0 0;
	width: 40%;
}
#season .tab_box figcaption {
	padding: 5px 0 0;
	text-align: right;
} 

/*-----------テキストリンク-----------*/
#season .tx_link_list {
	height: fit-content;
}
#season .tx_link_list li {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
	line-height: 1.3;
	font-size: 1.8rem;
}
#season .tx_link_list li + li {
	margin-top: 25px;
}
#season .tx_link_list li a {
	padding: 0 0 0 25px;
}
#season .tx_link_list li a:before {
	content: "\e909";
	font-family: 'jttweb' !important;
	position: absolute;
	width: 20px;
	height: 20px;
	top: calc(50% - 12px);
	left: 0;
	font-size: 1.7rem;
	color: #ff9b3a;
	transition: 0.2s;
}
#season .tx_link_list li a {
	color: #333;
	font-weight: bold;
}
#season .tx_link_list li a:link {
	text-decoration: none;
	transition: 0.2s;
}
#season .tx_link_list li a:hover,.tx_link_list li a:hover:before {
	opacity: 0.8;
}

/*-----------イベント情報-----------*/
#season .event_title {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
}
#season .event_tx {
	width: calc(60% - 30px);
	font-size: 1.6rem;
}
#season .event_tx .event_date,
#season .event_tx .access {
	position: relative;
	margin-bottom: 20px;
	padding-left: 36px;
}
#season .event_tx .event_date:before {
	position: absolute;
	font-family: 'jttweb' !important;
	content: "\e910";
	display: inline-block;
	top: -3px;
	left: 0;
	width: 30px;
	height: 30px;
	background: #0d6aad;
	border-radius: 50%;
	font-size: 1.7rem;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
}
#season .event_tx .access:before {
	content: "";
	width: 37px;
	height: 37px;
	background: url(/plan/images/kanko_ic01.webp);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top: -6px;
	left: -3px;
}

/*------slider03 縦積み防止------*/
#season .slider03 {
	display: none;
}
#season .slider03.slick-initialized {
	display: block;
}
#season .slider03 .slick-dots {
	bottom: -30px;
}
#season .slider03 .slick-dots li button {
	text-indent:inherit;
}
#season .slider03 .slick-dots li.slick-active button {
	background-color: transparent;
}

/*------------------------------------------------------------------
グルメ
------------------------------------------------------------------*/
#tourrism .btnarea_tourrism + .btnarea_tourrism {
	margin-top: 50px;
}
#tourrism .gourmet_list .slick-slide .gourmet_name {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 6px 0 6px;
}
#tourrism .gourmet_list {
	margin: 0px 30px;
}
#tourrism .gourmet_list figure {
    width: 95%;
    margin: 0 auto 14px;
}
#tourrism .gourmet_list .slick-slide, .gourmet_list > li {
    width: 280px;
    font-size: 1.3rem;
    margin-bottom: 50px;
}
#tourrism .gourmet_list .slick-dots li button{
	opacity: .25;
	background: black;
}
#tourrism .gourmet_list .slick-dots li.slick-active button{
	opacity: 1;
}

@media screen and (min-width: 1000px) {
#tourrism .gourmet_list .slick-list {
	padding-right: 131px !important;
}	
}

/*-------------------------------------------------------------------
記事コンテンツ導線
-------------------------------------------------------------------*/
#tourrism .article_list.disp2 li:nth-child(n + 4){
	display: none;
}
#tourrism .article_list.disp1 li:nth-child(n + 3){
	display: none;
}
#tourrism .article_list li.active{
	display: block;
}
#tourrism .article_list li + li {
	border-top: 1px solid #ccc;
}
#tourrism .article_list li a {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content: center;
	color: #333;
	padding: 20px 20px 24px;
	transition: 0.2s;
}
#tourrism .article_list li a figcaption {
	font-size: 1.2rem;
}
#tourrism .article_list li a:hover {
	opacity: 0.6;
}
#tourrism .article_list figure {
	width: 20%;
}
#tourrism .article_list li a img {
	width: 226px;
	height: 120px;
	object-fit: cover; 
}
#tourrism .article_list li a > div {
	width: 80%;
	margin-left: 16px;
}
#tourrism .article_title {
	font-size: 1.7rem;
	font-weight: bold;
	margin: 0 0 3px;
}
#tourrism .article_cat {
	position: absolute;
	bottom: 5px;
	right: 0;
	text-align: right;
	color: #F17000;
	font-size: 1.3rem;
	font-weight: bold;
}
#tourrism .article_more_btn:before {
	opacity: 0.99;
	position: absolute;
	bottom: 46px;
	left: calc(50% - 500px);
	width: 1000px;
	content: "";
	height: 180px;
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 0));
	transition: 0.5s;
	pointer-events: none;
}
#tourrism .article_more_btn.open:before {
	opacity: 0;
	pointer-events: none;
}
#tourrism .article_more_btn {
	position: relative;
	width: 400px;
	margin: 25px auto 0;
	border: 1px solid #003f6c;
	border-radius: 25px;
	padding: 10px 30px 10px 10px;
	color: #003f6c;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#tourrism .article_more_btn p:before,
#tourrism .article_more_btn p:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 17px;
	height: 3px;
	top: 47%;
	right: 17px;
	background: #003f6c;
	border-radius: 2px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#tourrism .article_more_btn p:after {
	transform: rotate(90deg);
}
#tourrism .article_more_btn.open p:after {
	transform: rotate(0);
}
#tourrism .article_more_btn:hover {
	border: 1px solid #1179d6;
	color: #1179d6;
}
#tourrism .article_more_btn:hover p:before,
#tourrism .article_more_btn:hover p:after {
	background: #1179d6;
}
#tourrism .article_other_link {
	text-align: center;
	font-size: 1.8rem;
	margin: 6px 0 6px;
}
#tourrism .article_other_link a {
	color: #003f6c;
	font-weight: bold;
	border-bottom: 1px solid;
}
#tourrism .article_other_link a:hover,#tourrism .article_other_link a:active {
	opacity: 0.8;
	border-bottom: none;
}
#tourrism .article_more_btn.disp_none {
	display: none;
}

/*キーワードから探す*/
#keyword_sec .keyword_link_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	 -webkit-flex-wrap: wrap;
}
#keyword_sec .keyword_link_list li {
	text-align: center;
	margin: 10px 15px 0 0;
}
#keyword_sec .keyword_link_list li a {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	padding: 10px 15px 10px 44px;
	background-color: #ffffff;
	border: 1px solid #998242;
	border-radius: 25px;
	color: #998242;
	font-size: 1.7rem;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
#keyword_sec .keyword_link_list li a:before {
	position: absolute;
	content: "";
	background-image: url(/plan/images/ic005.webp);
	-webkit-background-size: contain;
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	left: 18px;
}
#keyword_sec .keyword_link_list li a:hover {
	opacity: 0.5;
}
#keyword_sec h4 {
	font-size: 2.1rem;
	text-align: center;
	margin-bottom: 10px;
	color: #a9985b;
}
#keyword_sec .modal-container {
	position: fixed;
	display: none;
	background-color: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1005;
}
#keyword_sec .modal-container.modal-open {
	display: block;
}
#keyword_sec .modal-body {
	position: absolute;
	width: 1000px;
	top: 50%;
	left: 50%;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 10px 10px 45px;
	transform: translate(-50%, -50%);
}
#keyword_sec .modal-body.modal-width-fit {
	max-height: 95%;
	overflow-y: auto;
}
#keyword_sec .modal-close {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	margin: 0px 0 0 auto;
	cursor: pointer;
}
#keyword_sec .modal-close:before,
#keyword_sec .modal-close:after {
	position: fixed;
	content: "";
	display: block;
	top: 23px;
	right: 6px;
	width: 40px;
	height: 4px;
	background-color: #333333;
}
#keyword_sec .modal-close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#keyword_sec .modal-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*キーワードよりツアーを探す*/
#keyword_link .keyword_wrap {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 20px;
}
#keyword_link .keyword_wrap li {
    text-align: center;
    margin: 10px 4px 0 4px;
}
#keyword_link .keyword_wrap li a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    padding: 6px 10px 5px;
    background-color: #ffffff;
    border: 1px solid #81006f;
    border-radius: 25px;
    color: #81006f;
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#keyword_link .keyword_wrap li a:hover {
    color: #ca33b5;
    border-color: #ca33b5;
}
#keyword_link .keyword_wrap li a .hash {
    margin: 0 2px 0 0;
    font-size: 120%;
}
/*関連特集*/
#more_nav .more_nav_list {
	text-align: center;
	display: flex;
	display: -weblit-flex;
	flex-wrap: wrap;
	-weblit-flex-wrap: wrap;
}
#more_nav .more_nav_list li {
	padding: 14px 40px 14px 14px;
	margin: 10px auto 0;
	border: 1px solid #003f6c;
	border-radius: 5em;
	width: 49%;
	color: #003f6c;
	font-size: 1.4rem;
	position: relative;
	transition: 0.2s;
	display: -webkit-flex;
	-webkit-justify-content: center;
	align-items: center;
}
#more_nav .more_nav_list li:hover {
	opacity: 0.5;
}
#more_nav .more_nav_list li:after {
	font-family: 'jttweb' !important;
	content: '\e902';
	position: absolute;
	font-size: 22px;
	color: #003f6c;
	right: 18px;
	top: calc(50% - 6px);
	margin-top: -9px;
}
#more_nav .more_nav_list a {
	font-size: 1.6rem;
	color: #333;
}
#more_nav .more_nav_title {
	font-size: 1.8rem;
	color: #003f6c;
	font-weight: bold;
}

/*------------------------------------------------------------------
　　　　　　　　　　　E-book一覧
------------------------------------------------------------------*/
#E-book{
	margin-bottom: 30px;
}
#E-book ul{
	display: flex;
	padding:0;
	justify-content: space-between;
}
#E-book ul .area01 a{
	border: 3px solid #ea5099;
	color: #ea5099;
}
#E-book ul .area01 a:hover{
	border: 3px solid #fd9ecb;
	color: #fd9ecb;
}
#E-book ul .area02 a{
	border: 3px solid #41a3ef;
	color: #41a3ef;
}
#E-book ul .area02 a:hover{
	border: 3px solid #9dd4ff;
	color: #9dd4ff;
}
#E-book ul .area03 a{
	border: 3px solid #fa8513;
	color: #fa8513;
}
#E-book ul .area03 a:hover{
	border: 3px solid #ffbc7a;
	color: #ffbc7a;
}
#E-book ul .area04 a{
	border: 3px solid #7ABD29;
	color: #7ABD29;	
}
#E-book ul .area04 a:hover{
	border: 3px solid #b0e66f;
	color: #b0e66f;
}
#E-book ul li a{
	display: block;
	width: 200px;
	text-align: center;
	padding: 13px 0;
	font-size: 2rem;
	font-weight: bold;
}
#E-book ul li a:link,a:visited,a:hover,a:active { text-decoration:none;}
#E-book ul li {
	position: relative;
}
#E-book ul li a:before {
	content: "";
	bottom: 5px;
	right: 5px;
	border-top: 1.4em solid transparent;
	position: absolute;
	z-index: 5;
}
#E-book ul li a:hover:before{
	content: "";
	bottom: 5px;
	right: 5px;
	border-top: 1.4em solid transparent;
	position: absolute;
	z-index: 100;
}
#E-book ul .area01 a:before {
	border-right: 1.4em solid #ea5099;
}
#E-book ul .area01 a:hover:before{
	border-right: 1.4em solid #fd9ecb;
}
#E-book ul .area02 a:before {
	border-right: 1.4em solid #41a3ef;
}
#E-book ul .area02 a:hover:before{
	border-right: 1.4em solid #9dd4ff;
}
#E-book ul .area03 a:before {
	border-right: 1.4em solid #fa8513;
}
#E-book ul .area03 a:hover:before{
	border-right: 1.4em solid #ffbc7a;
}
#E-book ul .area04 a:before {
	border-right: 1.4em solid #7ABD29;
}
#E-book ul .area04 a:hover:before{
	border-right: 1.4em solid #b0e66f;
}

/*------------------------------------------------------------------
　　　　　　　　　　　　　　FAQ
------------------------------------------------------------------*/
.area .qa-list {
	font-size: 1.8rem;
}
.area .qa-list dl:first-child {
	margin-top: 0;
}
.area .qa-list dl {
	position: relative;
	border-radius: 20px;
	margin: 30px 0 0;
}

/*---------▼▼アコーディオン出し分け▼▼-----------*/
.accordion.area .qa-list dt:after {
	position: absolute;
	display: block;
	margin: auto;
	content: '';
	transform: rotate(135deg);
	border-top: 2px solid #eb590a;
	border-right: 2px solid #eb590a;
	top: calc(50% - 5px);
	right: 17px;
	width: 7px;
	height: 7px;
}
.accordion.area .qa-list .open::after {
	transform: rotate(-45deg);
}
.accordion.area .qa-list dt {
	border-radius: 15px 15px 15px 15px;	
	cursor: pointer;
}
.accordion.area .qa-list dd {
	border-radius: 0 0 15px 15px;	
}
.accordion.area .qa-list .open {
	border-radius: 15px 15px 0 0;	
}

.no_accordion.area .qa-list dt {
	border-radius: 15px 15px 0 0;	
}
.no_accordion.area .qa-list dd {
	border-radius: 0 0 15px 15px;	
}

/*--------▲▲アコーディオン出し分け▲▲------*/
.area .qa-list dl dt {
	position: relative;
	margin: 0;
	font-weight: bold;
	background: #e7e7e7;
	color: #333333;
	padding: 20px 30px 20px 60px;
}
.area .qa-list dl dt::before {
	line-height: 1;
	position: absolute;
	display: block;
	content: 'Q.';
	color: #db3939;
	top: 20px;
	left: 20px;
}
.area .qa-list dl dd::before {
	line-height: 1;
	position: absolute;
	display: block;
	content: 'A.';
	font-weight: bold;
	color: #1f5ab3;
	margin-top: 5px;
	font-size: 22px;
	left: 20px;
}
.area .qa-list dl dd {
	position: relative;
	background-color: #f9f9f9;
	margin: 0;
	padding: 20px 20px 20px 60px;
}
.area .qa-list dl dd p {
	margin: 30px 0 0;
}
.area .qa-list dl dd p:first-child{
	margin-top: 0;
}
.area .qa-list dl dd a {
	text-decoration: underline;
}
.area .qa-list dl dd a:hover,
.area .qa-list dl dd a:active {
	text-decoration: none;
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　○○エリア付近 おすすめ特集
------------------------------------------------------------------*/
#other_link .other_link_list {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
/*---バナーをセンター揃えにしたいとき---*/
#other_link .other_link_list.center {
	-webkit-justify-content: center;
	justify-content: center;
}
#other_link .other_link_list li {
	position: relative;
	align-items: center;
	text-align: center;
	width: calc((100% - 60px) / 3);
	margin: 0 10px ;
}
#other_link .other_link_list li a{
	position: relative;
}
#other_link .other_link_list li a:hover p,
#other_link .other_link_list li a:active p{
	text-decoration: underline;
	transition: 0.2s;
}
#other_link .other_link_list li a:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	right: -10px;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
}
#other_link .other_link_list li p {
	padding: 6px 0 0;
	font-size: 1.5rem;
	color: #003f6c;
}
#other_link .other_link_list li:nth-child(n + 4) {
	margin-top: 16px;
}
#other_link .other_link_list li a:hover img,#other_link .other_link_list li a:active img {
	opacity: 0.7;
	transition: 0.2s;
}

/*------------------------------------------------------------------
　　　　　　　　　　　定番プラン
------------------------------------------------------------------*/
#classic {
	margin: 60px 0 0;
}
#classic .inner {
	display: flex;
	padding:0;
	justify-content: space-between;
}
#classic article {
	width: 46%;
}
#classic h2 {
	margin-top: 20px;
}
/*#classic .genchi_bnr {
	width: 70%;
	margin: 0 auto;
	padding: 0 0 20px;
}*/
#classic article figure {
	margin:0 10px 0 0;
}
#classic article .introduction {
	margin:0 0 15px 0;
}
#classic #genchi .introduction {
	margin: 0 0 40px 0;
}
#classic article .txt_area {
	overflow: hidden;
}
#classic article .btn_1day {
	text-align:center;
}
#classic .btn_1day p {
	font-size: 1.3em;
	font-weight:bold;
	margin-bottom:5px;
}
#classic .btn_1day .btn002 li:nth-child(2) {
	margin-left: 10px;
}
#classic .btn_1day .btn003 li:nth-child(2), #classic .btn_1day .btn003 li:nth-child(3) {
 margin-left: 10px;
}
#classic .btn_1day ul {
	display: flex;
}
#classic .btn_1day li {
	flex-grow: 1;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	width:100%;
}
#classic .btn_1day li a {
	border-radius: 7px;
	border: 2px #CCC solid;
	position:relative;
	display:block;
	padding:10px 10px 9px;
	text-decoration:none;
	transition-property: all;
	transition: 0.3s linear;
	background-color: #fff;
}
#classic .btn_1day li a:before {
	font-family: 'jttweb' !important;
	content: '\e914';
	position: absolute;
	font-size: 1em;
	left:0.5em;
}
#classic .btn_1day li a:hover {
	background:#fffcd3;
}
#tourrism h3 {
	margin:0 0 15px 0;
	text-align:center;
	background-color:#FFFCF4;
}