@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------
共通css
------------------------------------------------------------------*/
.section {
	font-size: 1.6rem;
	padding: 0;
}
.contents_inner {
	padding-bottom: 20px;
}
.contents_inner section + section {
	margin: 46px 0;
}
#area {
	margin-top: 66px;
}
#contents {
	max-width: inherit;
}
#contents h1 {
	font-size: 1.6rem;
	margin: 16px 0 0;
}
#contents h3 {
	margin: 0 0 17px;
	padding: 20px 0 7px;
	border-bottom: 1px solid #ccc;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: left;
}
#contents h4 {
    margin-top: 40px;
	font-size: 2.0rem;
}
#contents h4:before,
#contents h4:after {
	content: "";
	display: block;
	flex-grow: 1;
	height: 1px;
	background: #444;
}
#contents h4:after {
	margin-right: 7%;
	margin-left: 2%;
}
#contents h4:before {
	margin-right: 2%;
	margin-left: 7%;
}
#contents #area-tokushu h3.fw-modal-header__ttl {
    border: 0;
}
#contents #area-tokushu h4.fw-select-guest-wrap__ttl,
#contents #area-tokushu h4.fw-select-room-wrap__ttl {
    margin: 0 0 20px;
    font-size: 17px;
}
.br-999,.br-736,.br-599 {
    display: none;
}
#area-tokushu .contents_inner section + section {
    margin: 0;
}
#contents #area-tokushu .box .box_title {
    text-align: center;
    font-size: 3.0rem;
    font-weight: bold;
    color: #1d386d;
    margin:0 0 35px;
    padding: 0;
    border: none;
}
#contents #area-tokushu .box .box_title span {
    position: relative;
    display: inline-block;
    padding-right: 34px;
}
#contents #area-tokushu .box .box_title span:after {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 40px;
    height: 40px;
    bottom: 4px;
    right: -14px;;
}
#contents #area-tokushu .box .theme_contents h3 {
    margin: 0 0 17px;
    padding: 20px 0 7px;
    border-bottom: 1px solid #ccc;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
    color: #333;
    display: block;
}
#contents #area-tokushu h4:before,
#contents #area-tokushu h4:after {
    display: none;
}
#contents #area-tokushu #recommend_tour .hotel_box .plan_desc a {
	text-decoration: underline;
	font-weight: bold;
}
#contents #area-tokushu #recommend_tour .hotel_box .plan_desc a:hover {
	text-decoration: none;
}
/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.main-img {
    margin: 14px auto 30px;
    text-align: center;
}
.main-img img {
    width: auto;
	height: auto;
}
.main-img figure figcaption {
	text-align: right;
    font-size: 1.1rem;
    line-height: 1;
}
#area-tokushu .main-img {
	position: relative;
    margin-bottom: 0;
    background: #abe3ff;
}
#area-tokushu .mv_flex {
	position: absolute;
	top: 0;
	bottom: 7px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
    flex-wrap: wrap;
    height: 100%;
    align-content: center;
}
#area-tokushu .mv_flex h2 {
	margin: 0;
	padding: 0;
	border: 0;
	color: #003a66;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: min(2.2vw, 4.5rem);
	font-weight: bold;
	text-align: center;
	line-height: 1.05;
}
#area-tokushu .mv_flex h2 span {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	font-size: min(5vw, 10.5rem);
	font-style: italic;
}
#area-tokushu .mv_flex h2 span .ex {
	margin-right: 4px;
	font-size: min(5.7vw, 12rem);
}
#area-tokushu .mv_flex h2 span .pack {
	letter-spacing: -7px;
}
#area-tokushu .mv_flex figure {
	width: min(12vw,250px);
}
#area-tokushu .mv_flex .mv_point {
    margin-left: 20px;
    margin-top: 10px;
}
#area-tokushu .mv_flex .mv_point_list li {
    padding: 12px 26px 12px 26px;
    background: #ffffff;
    color: #003a66;
    font-weight: bold;
    letter-spacing: 0.05em;
    border: 1px solid #abe3ff;
    font-size: 1.8rem;
    -webkit-text-stroke: 0.01em;
    box-shadow: 0 0 8px #85c4f3;
    font-family: "IBM Plex Sans JP", sans-serif;
}
#area-tokushu .mv_flex .mv_point_list li + li {
    margin-top: 8px;
}
#area-tokushu .mv_flex .mv_point_list li .point_yel {
    font-size: min(1.8vw, 2.4rem);
    color: #f00;
    background: linear-gradient(transparent 69%, #f5ff39 60%);
}
#area-tokushu .mv_flex .mv_point_list li .kome {
    font-size: 70%;
    vertical-align: top;
    line-height: 1.8;
    color: #f00;
}
#area-tokushu .mv_flex .mv_point .mv_note {
    text-align: right;
    font-size: 1.1rem;
    margin-top: 3px;
}
@media screen and (max-width: 1300px) {
#area-tokushu .mv_flex .mv_point_list li {
    padding: 9px 26px 9px 26px;
}
}
/*------------------------------------------------------------------
メニューアンカー
------------------------------------------------------------------*/
.menu_anc {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 20px 0 30px;
}
.menu_anc li {
	width: calc(100%/6 - 17px);
}
.menu_anc li + li {
	margin-left: 10px;
}
.menu_anc li a {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px 14px 10px 10px;
	border: 1px solid #eaf0f7;
	border-radius: 3px;
	color: #3193cc;
	background: #eaf0f7;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.menu_anc li a:after {
	content: "▼";
	display: inline-block;
	color: #3193cc;
	font-size: 1rem;
	transition: all 0.2s ease;
	position: absolute;
	right: 10px;
}
.menu_anc li a:hover {
	border: 1px solid #3193cc;
	background: #fff;
	transition: 0.25s ease;
}
#area-tokushu .anc_list {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    gap: 10px;
}
#area-tokushu .anc_list li {
    width: calc(100% / 3 - 12px);
}
#area-tokushu .anc_list li a {
    font-family: "IBM Plex Sans JP", sans-serif;
	display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    transition: 0.2s;
    font-weight: bold;
    text-align: center;
    font-size: 1.55rem;
    padding: 12px 0 12px 12px;
    background: #003a66;
    color: #fff;
    border-radius: 3px;
}
#area-tokushu .anc_list li a:hover {
    transform: translateY(2px);
}
#area-tokushu .anc_list li a:after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center center;
    left: 9px;
    top: 50%;
    background-color: #ffffff;
    border-radius: 50px;
    transform: translateY(-50%);
}
#area-tokushu .anc_list li.anc01 a:after {
    background-image: url(/plan/images/anc_ic001.webp);
}
#area-tokushu .anc_list li.anc02 a:after {
    background-image: url(/plan/images/anc_ic002.webp);
}
#area-tokushu .anc_list li.anc03 a:after {
    background-image: url(/plan/images/anc_ic003.webp);
}
#area-tokushu .anc_list li a span {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#area-tokushu .anc_list li a span:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 3px solid;
    border-right: 3px solid;
    transform: translateY(-65%) rotate(135deg);
    top: 50%;
    right: 10px;
}
/*------------------------------------------------------------------
bnr_wrap
------------------------------------------------------------------*/
.bnr_wrap {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.bnr_wrap li {
	width: calc(100%/4 - 15px);
	margin-right: 20px;
}
.bnr_wrap li:nth-of-type(4n) {
	margin-right: 0;
}
.bnr_wrap li:nth-of-type(n+5) {
	margin-top: 28px;
}
.bnr_wrap li a {
	display: block;
}
.bnr_wrap li a:hover {
	opacity: 0.7;
	transition: 0.25s ease;
}
.bnr_wrap li p {
	padding: 5px 0 0;
	font-size: 1.4rem;
	color: #333;
}
.bnr_wrap li .txt_box a {
	display: inline;
	text-decoration: underline;
}
.bnr_wrap li .txt_box a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
/*セール開催中吹き出し*/
#area-tokushu .onsale_flex {
	align-items: end;
	display: flex;
	display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
#area-tokushu .onsale_txt {
	text-align: -webkit-center;
	margin: 0;
    position: relative;
    top: 5px;
    width: calc(100% / 2);
    display: flex;
	display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
#area-tokushu .onsale_txt p {
    position: relative;
    width: fit-content;
    padding: 5px 14px;
    border-radius: 5px;
    background: #fef64b;
	z-index: 1;
    font-size: 1.75rem;
    font-weight: bold;
}
#area-tokushu .onsale_txt p:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 19.3%;
    width: 15.5px;
    height: 10px;
    background: #fef64b;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}
#area-tokushu .onsale_txt p span {
    color: #f00;
    background: none;
}
#area-tokushu .onsale_txt .normal {
	background: none;
	color: #333;
	font-size: 90%;
}
#area-tokushu .onsale_txt p a {
    text-decoration: underline;
}
#area-tokushu .onsale_txt p a:hover {
    text-decoration: none;
}

#area-tokushu .search-app {
    margin-top: 0;
}
#area-tokushu .search-app .gadget_box.dp {
	margin: auto;
    margin-top: 15px;
}
#area-tokushu .new_plan_flex {
	align-items: end;
	display: flex;
	display: -webkit-flex;
}
#area-tokushu .search_new_plan {
	text-align: -webkit-center;
	margin: 0;
    position: relative;
    top: 5px;
    left: -25px;
}
#area-tokushu .search_new_plan p {
	width: calc(100% - 0%);
    position: relative;
    width: fit-content;
    padding: 5px 14px;
    border-radius: 5px;
    background: #fef64b;
	z-index: 1;
    font-size: 1.6rem;
}
#area-tokushu .search_new_plan p:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 19.3%;
    width: 15.5px;
    height: 10px;
    background: #fef64b;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}
#area-tokushu .search_new_plan p span {
    color: #f00;
    background: none;
}
#area-tokushu .search_new_plan .nomal {
	background: none;
	color: #044e83;
	font-weight: bold;
	font-size: 90%;
}
#area-tokushu #search_sec .anc_area-wrap p,
#area-tokushu #search_sec2 .anc_area-wrap p {
	font-size: 1.6rem;
	text-align: center;
}
#area-tokushu #search_sec .anc_area-wrap p a,
#area-tokushu #search_sec2 .anc_area-wrap p a {
	position: relative;
	padding-right: 18px;
	text-decoration: underline;
}
#area-tokushu #search_sec .anc_area-wrap p a:after,
#area-tokushu #search_sec2 .anc_area-wrap p a:after {
	position: absolute;
	font-family: 'jttweb' !important;
	content: '\e900';
	bottom: -2px;
    right: -1px;
	font-size: 1.4rem;
}
#area-tokushu #search_sec .anc_area-wrap p a:hover,
#area-tokushu #search_sec .anc_area-wrap p a:active,
#area-tokushu #search_sec2 .anc_area-wrap p a:hover,
#area-tokushu #search_sec2 .anc_area-wrap p a:active {
	text-decoration: none;
}
#area-tokushu #search_sec .search_inner,
#area-tokushu #search_sec2 .search_inner {
    font-size: 1.4rem;
    padding: 27px 10px 40px;
    background: #f8f8f8;
}
#area-tokushu #search_sec .anc_area-wrap.search_anc_area,
#area-tokushu #search_sec2 .anc_area-wrap.search_anc_area {
	margin: 0 0 15px;
}
#area-tokushu #search_sec .search-app .tab_content,
#area-tokushu #search_sec2 .search-app .tab_content {
	margin-bottom: 0;
}
#area-tokushu #search-app .tab .tab-btn,
#area-tokushu #search-app_2 .tab .tab-btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 60px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.1;
}
#area-tokushu #search-app .tab .tab-btn img,
#area-tokushu #search-app_2 .tab .tab-btn img {
	width: auto;
	height: 32px;
	margin-right: 20px;
}
#area-tokushu #search-app .tab .tab-btn p,
#area-tokushu #search-app_2 .tab .tab-btn p {
	margin-top: 5px;
}
#area-tokushu #search-app.search-app .tab1 {
    background: none;
    border: 1px solid #d9d9d9;
}
#area-tokushu #search-app.search-app .seach-box,
#area-tokushu #search-app_2.search-app .seach-box {
    padding: 0;
}
#area-tokushu .seach_fukidashi p {
	text-align: center;
}
#area-tokushu .seach_fukidashi span {
	font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    border: 2px solid #1d386d;
    border-radius: 5px;
    padding: 8px 50px;
    background: #fffbe0;
    color: #1d386d;
}
#area-tokushu .seach_fukidashi p span:before {
	position: absolute;
    content: '';
    top: -9px;
    left: 15%;
    width: 23px;
    height: 12px;
    box-sizing: border-box;
    background-color: #fffbe0;
    transform: translateX(-50%);
    z-index: 0;
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}
#area-tokushu .seach_fukidashi p span:after {
	content: "";
    position: absolute;
    top: -8px;
    left: 15%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 2px solid;
    border-color: #1d386d #1d386d transparent transparent;
    transform: translateX(-50%) rotate(-45deg);
}
#area-tokushu .fw-search-top__item--keyword {
    display: none;
}
/*-----2つ目-----*/
.search_feature {
	padding: 65px 0 0;
}
#area-tokushu #search_anc2.new_plan_flex {
	padding-top: 0;
}
#area-tokushu .search_feature h2 {
	color: #1d386d;
	font-size: 3.0rem;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
	border-bottom: none;
	padding: 0;
}
#area-tokushu .search_feature h2 span {
	position: relative;
	padding-right: 41px;
}
#area-tokushu .search_feature h2 span:after {
	position: absolute;
	background-image: url(/plan/images/ic008.webp);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 40px;
    height: 40px;
    right: -2px;
}
/*-----こだわりツアー検索窓-----*/
#area-tokushu #search_sec .tour .search_inner,
#area-tokushu #search_sec2 .tour .search_inner {
    padding: 27px 30px 25px;
}
#area-tokushu #search_box.tour .form,
#area-tokushu #search_box2.tour .form {
	max-width: 1000px;
	width: 100%;
	background: #f8f8f8;
	border-radius: 10px;
    margin-top: 15px;
}
/*-----重要なお知らせ-----*/
.news {
    margin-top: 20px;
    padding: 8px 10px 10px;
    border: 2px solid #999;
    border-radius: 10px;
    background: #fff;
    text-align: center;
}
.news dt {
    margin-bottom: 5px;
    font-size: 1.5rem;
    font-weight: bold;
}
.news dd {
    display: inline-block;
    font-size: 1.4rem;
    text-align: center;
}
/*-----ぷらっとこだま詳細・申し込みはこちら-----*/
#search-app .kep_wrap {
    padding: 10px;
    background: #fffbe0;
    text-align: left;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    border: 1px solid #f0f0f0;
	font-size: 1.4rem;
}
#search-app .kep_wrap .kep_note span {
    position: relative;
}
/*#search-app .kep_wrap .kep_note span:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/plan/images/ic007.webp);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
}*/
#search-app .kep_wrap .kep_btn {
    min-width: 300px;
    margin-left: 15px;
    font-weight: bold;
    text-align: center;
}
#search-app .kep_wrap .kep_btn a {
    padding: 5px 10px;
    background: #ff7d01;
    color: #fff;
    border-radius: 50px;
    position: relative;
    display: block;
    border: 2px solid #ff7d01;
    transition: 0.3s;
}
#search-app .kep_wrap .kep_btn a:hover {
    background: #fff;
    color: #ff7d01;
}
#search-app .kep_wrap .kep_btn a:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 3px solid;
    border-right: 3px solid;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(45deg);
}
#search-app .kep_note span {
	background: linear-gradient(transparent 60%, #ffe339 60%);
}
#contents #area-tokushu #ranking .rdrMonthAndYearPickers select {
	font-size: 1.6rem;
    font-weight: 500;
    border: 0;
    background: transparent;
    padding: 10px 30px 10px 10px;
    border-radius: 4px;
    outline: 0;
    color: #3e484f;
    background: url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;
    background-position: right 8px center;
    cursor: pointer;
    text-align: center;
    line-height: 1.15;
}
#contents #area-tokushu #ranking .rdrMonthAndYearPickers select:hover {
    background-color: rgba(0, 0, 0, 0.07);
}
/*------------------------------------------------------------------
人気の区間で検索
------------------------------------------------------------------*/
#contents #area-tokushu .seach_area {
    margin-top: 10px;
    font-weight: bold;
    padding: 40px 0;
}
#contents #area-tokushu .seach_area .box_title span:after {
    background-image: url(/plan/images/ic008.webp);
    right: -12px;
    bottom: 1px;
}
#area-tokushu .box .comment {
    text-align: center;
    margin-top: 12px;
    font-size: 1.8rem;
    font-weight: bold;
}
#area-tokushu .box .comment span {
    position: relative;
    padding: 0 10px 0 15px;
    display: inline-block;
}
#area-tokushu .box .comment span:before,
#area-tokushu .box .comment span:after {
    position: absolute;
    content: "";
    width: 2px;
    background:#333;
    top: 3px;
    bottom: 3px;
    height: auto;
}
#area-tokushu .box .comment span:before {
    left: 0;
    transform: rotate(-30deg);
}
#area-tokushu .box .comment span:after {
    right: 0;
    transform: rotate(30deg);
}
#area-tokushu .seach_area .area_list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 10px 0;
}
#contents #area-tokushu .seach_area .area_list h3 {
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    display: block;
    line-height: 1.53846;
    font-weight: bold;
}
#area-tokushu .seach_area .area_list li {
    width: calc(100% / 5 - 10px);
    margin: 0 0 10px;
    text-align: center;
}
#area-tokushu .seach_area .area_list li span {
    font-size: 80%;
}
#area-tokushu .seach_area .area_list li a {
    display: block;
    border-radius: 3px;
    padding: 6px 10px 6px 3px;
    color: #fff;
    transition: 0.3s;
    position: relative;
}
#area-tokushu .seach_area .area_list li.sc01 a {
    background:#ea5099;
    border: 2px solid #ea5099;
}
#area-tokushu .seach_area .area_list li.sc03 a {
    background:#fa8513;
    border: 2px solid #fa8513;
}
#area-tokushu .seach_area .area_list li.sc04 a {
    background:#7ABD29;
    border: 2px solid #7ABD29;
}
#area-tokushu .seach_area .area_list li.sc01 a:hover {
    color: #ea5099;
}
#area-tokushu .seach_area .area_list li.sc03 a:hover {
    color: #fa8513;
}
#area-tokushu .seach_area .area_list li.sc04 a:hover {
    color: #7ABD29;
}
#area-tokushu .seach_area .area_list li a:hover {
    background: #fff;
}
#area-tokushu .seach_area .area_list li a:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 3px solid;
    border-right: 3px solid;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(45deg);
}
#area-tokushu .seach_area .other_link {
    margin-top: 20px;
    text-align: center;
    font-weight: normal;
}
#area-tokushu .seach_area .other_link a {
    text-decoration: underline;
    transition: 0.3s;
    position: relative;
    padding-right: 15px;
}
#area-tokushu .seach_area .other_link a:hover {
    text-decoration: none;
}
#area-tokushu .seach_area .other_link a:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 3px solid;
    border-right: 3px solid;
    top: 55%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
}
#area-tokushu .seach_area .area_list li a {
    font-size: 1.6rem;
}
#area-tokushu .tour .seach_area .area_list li a {
    font-size: 1.5rem;
}
#osusume_tour .slick-prev.slick-disabled:before, #osusume_tour .slick-next.slick-disabled:before {
	opacity: 0;
}
/*------------------------------------------------------------------
おすすめ~
------------------------------------------------------------------*/
#contents #area-tokushu .box.osusume_search {
    font-size: 1.4rem;
    padding: 40px 0 50px;
    background: #f8f8f8;
}
#area-tokushu #recommend_tour.box {
    font-size: 1.4rem;
    padding: 30px 0 60px;
}
#contents #area-tokushu .osusume_search .box_title span:after {
    background-image: url(/plan/images/ic009.webp);
}
#area-tokushu .osusume_search .tab_box.active {
    display: block;
}
#area-tokushu .osusume_search .hotel_box {
    background: #fff;
}
#contents #area-tokushu #recommend_tour.box .box_title {
    margin: 0 0 5px;
}
#area-tokushu #recommend_tour .box_title span:after {
    background-image: url(/plan/images/ic015.webp);
}
#area-tokushu #recommend_tour .hotel_box {
    background: #fff;
}
#area-tokushu #recommend_tour .inner {
    overflow: inherit;
}
#area-tokushu #recommend_tour .inner.center_box {
	justify-content: center;
	-webkit-justify-content: center;
}
#area-tokushu .slick-prev, .slick-next {
    z-index: 100;
}
#contents #area-tokushu #recommend_tour .osusume_title {
    text-align: center;
    background: #2c60a0;
    color: #fff;
    font-weight: bold;
    padding: 3px 10px;
    border-top: 4px double #f8f8f8;
    border-bottom: 4px double #f8f8f8;
    font-size: 2.0rem;
}
#contents #area-tokushu #recommend_tour .jr-hotel {
    margin: 15px 0 0;
}
#contents #area-tokushu #recommend_tour .higaeri-tour {
    margin-top: 25px;
}
#contents #area-tokushu #recommend_tour .plan_desc {
    font-size: 1.3rem;
}
#area-tokushu .osusume_search .tab-wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px;
}
#area-tokushu .osusume_search .tab-wrap li {
    width: calc(100% / 6 - 10px);
    text-align: center;
    font-size: 1.6rem;
    margin-top: 10px;
}
#area-tokushu .osusume_search .tab-wrap li p {
    display: block;
    background: #fff;
    border: 1px solid #2c60a0;
    color: #2c60a0;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
}
#area-tokushu .osusume_search .tab-wrap li p.active {
    background: #2c60a0;
    color: #fff;
}
/*スライダー*/
#area-tokushu #ranking .modal-window {
    overflow: visible;
}
#area-tokushu #ranking .modal-window h4 {
    border-bottom: none;
}
#area-tokushu #osusume_hotel #ranking.disp_price .hotel_box {
    margin: 15px 5px 10px;
}
#area-tokushu .osusume_search .inner {
	display: block;
}
#area-tokushu .osusume_search .slick-track {
    display: flex;
}
#area-tokushu .osusume_search .hotel_box {
    margin: 15px 5px 10px;
    height: auto!important;
}
#area-tokushu #recommend_tour .inner {
	display: block;
}
#area-tokushu #recommend_tour .slick-track {
    display: flex;
}
#area-tokushu #recommend_tour .hotel_box {
    margin: 15px 5px 10px;
    height: auto!important;
}
#area-tokushu #recommend_tour .hotel_box {
    padding: 14px 12px;
}
#area-tokushu #ranking.disp_price .hotel_box {
    transition: none;
;}
#area-tokushu .osusume_search .slick-arrow.slick-prev {
    left: -23px;
}
#area-tokushu .osusume_search .slick-arrow.slick-next {
    right: -26px;
}
#area-tokushu .osusume_search .slick-dotted.slick-slider {
    margin: 0 0;
    padding: 10px;
}
#area-tokushu .osusume_search .slick-dots {
	left: 0px;
    bottom: -65px;
}
#area-tokushu .osusume_search .slick-dots li.slick-active button {
	background-color: transparent;
}
#area-tokushu .osusume_search .slick-dots li button {
	text-indent: inherit;
}
#area-tokushu .osusume_search .slider03.inner {
	display: flex;
	display: -webkit-flex;
}
#area-tokushu #recommend_tour .slick-arrow.slick-prev {
    left: -23px;
}
#area-tokushu #recommend_tour .slick-arrow.slick-next {
    right: -26px;
}
#area-tokushu #recommend_tour .slick-dotted.slick-slider {
    margin: 0 0;
    padding: 10px;
}
#area-tokushu #recommend_tour .slick-dots {
	left: 0px;
    bottom: -85px;
}
#area-tokushu #recommend_tour .slick-dots li.slick-active button {
	background-color: transparent;
}
#area-tokushu #recommend_tour .slick-dots li button {
	text-indent: inherit;
}
/*------------------------------------------------------------------
テーマから探す
------------------------------------------------------------------*/
#contents #area-tokushu .theme.box {
    padding: 45px 0 0;
    padding-bottom: 0;
}
#contents #area-tokushu .theme_contents + .theme_contents {
    margin-top: 30px;
}
#contents #area-tokushu .theme.box .box_title {
    margin-bottom: 0;
}
#contents #area-tokushu .theme.box .box_title span:after {
    background-image: url(/plan/images/ic010.webp);
}
#area-tokushu #campaign_plan {
    padding-top: 25px;
}
#contents #area-tokushu .theme_contents:first-of-type h3 {
    padding-top: 0;
}
#contents #area-tokushu .theme_contents .theme_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
}
#contents #area-tokushu .theme_contents .theme_btn_wrap li {
    width: fit-content;
    min-width: calc(100% / 4 - 10px);
    margin: 10px 5px 0;
}
#contents #area-tokushu .theme_contents .theme_btn_wrap li a {
    display: block;
    padding: 10px 35px 10px 10px;
    border: 2px solid #2c6197;
    text-align: center;
    background: #2c6197;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    position: relative;
    transition: 0.2s;
}
#contents #area-tokushu .theme_contents .theme_btn_wrap li a:after {
    position: absolute;
    content: '\e902';
    font-family: 'jttweb' !important;
    top: 15px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 90%;
}
#contents #area-tokushu .theme_contents .theme_btn_wrap li a:hover {
    color: #2c6197;
    background: #fff;
}
#contents #area-tokushu .area_btn a {
	position: relative;
    display: block;
    background: #fff;
    border: 2px solid #2c6197;
    border-radius: 50px;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 1.6rem;
    width: 450px;
    margin: 30px auto 0;
    transition: 0.2s;
	text-align: center;
    color: #2c6197;
}
#contents #area-tokushu .area_btn a:after {
	font-weight: normal;
    position: absolute;
    content: '\e902';
    font-family: 'jttweb' !important;
    top: 10px;
    right: 10px;
}
#contents #area-tokushu .area_btn a:hover {
	background: #2c6197;
	color: #fff;
}
/*------------------------------------------------------------------
地図から探す
------------------------------------------------------------------*/
#area-tokushu #map {
    padding: 10px;
    border-radius: 10px;
    margin-top: 45px;
    border: 1px solid #e0e0e0;
    position: relative;
    box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.08);
}
#contents #area-tokushu #map h5 {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    display: block;
    color: #333;
    z-index: 1;
    padding: 0 10px 0 35px;
    background: #fff;
    min-width: 185px;
    font-size: 2.2rem;
}
#contents #area-tokushu #map h5:before,
#contents #area-tokushu #map h5:after {
    content: none;
}
#contents #area-tokushu #map h5 span {
    position: relative;
}
#contents #area-tokushu #map h5 span:before {
    content: "";
    background: url(/plan/images/ic011.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    top: 50%;
    left: -28px;
    transform: translateY(-50%);
    margin: 0;
    display: inline-block;
    position: absolute;
}
.map {
	width: auto;
	height: 550px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: relative;
	background-image: url(/plan/images/map.webp?0410);
}
.map ul > li {
	position: absolute;
	display: inline-block;
	border-radius: 10px;
	transition-duration: .2s;
	z-index: 2;
}
.map ul .area {
	position: relative;
	display: block;
	width: fit-content;
	padding: 10px 27px 10px 18px;
	border-radius: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .2em;
}
.map ul .area:after {
	font-family: 'jttweb' !important;
	content: "\e909";
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 11px;
	right: 4px;
	font-size: 1.5rem;
	transform: rotate(90deg);
	color: #ffffff;
}
.map ul li:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.map ul li:hover .area {
	letter-spacing: 7px;
}
.map ul > li:hover > a {
	color: #444;
}
.map .area01 {
	top: 215px;
	left: 61%;
}
.map .area01 .area {
	background: #fa8513;
}
.map .area02 {
	top: 350px;
	left: 58%;
}
.map .area02 .area {
	background: #dd4949;
}
.map .area03 {
	top: 228px;
	left: 42%;
}
.map .area03 .area {
	background: #1179d6;
}
.map .area04 {
	top: 398px;
	left: 47%;
}
.map .area04 .area {
	background: #2cb8a9;
}
.map .area05 {
	top: 305px;
	left: 34%;
}
.map .area05 .area {
	background: #368F61;
}
.map .area06 {
	top: 446px;
	left: 35%;
}
.map .area06 .area {
	background: #ea5099;
}
.map .area07 {
	top: 360px;
	left: 19%;
}
.map .area07 .area {
	background: #6facdb;
}
.map .area08 {
	top: 468px;
	left: 19%;
}
.map .area08 .area {
	background: #AE58CF
}
/* Submenu */

.map ul li ul {
	display: none;
}
.map ul li ul:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #f9bd83;
	top: 49px;
	left: 10%;
}
.map ul .area02 ul:before {
	border-bottom: 10px solid #ffc4c4;
}
.map ul .area03 ul:before {
	border-bottom: 10px solid #b5d5f1;
}
.map ul .area04 ul:before {
	border-bottom: 10px solid #caede8;
}
.map ul .area05 ul:before {
	border-bottom: 10px solid #b9e2bf;
}
.map ul .area06 ul:before {
	border-bottom: 10px solid #ffd3e9;
}
.map ul .area07 ul:before {
	border-bottom: 10px solid #d0e6f7;
}
.map ul .area08 ul:before {
	border-bottom: 10px solid #f4d6ff;
}
.map ul li ul li {
	display: block;
	position: initial;
}
.map ul li ul li a {
	display: block;
	position: initial;
	padding: 10px 20px 8px 12px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .2em;
}
.map ul li ul li a:after {
	content: "";
	position: absolute;
	margin: 11px 5px 0 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #333;
	right: 0;
	transform: translateY(-50%);
}
.map ul li:hover ul {
	display: block;
	margin-top: 10px;
	border-radius: 10px;
	background: #f9bd83;
}
.map ul .area02:hover ul {
	background: #ffc4c4;
}
.map ul .area03:hover ul {
	background: #b5d5f1;
}
.map ul .area04:hover ul {
	background: #caede8;
}
.map ul .area05:hover ul {
	background: #b9e2bf;
}
.map ul .area06:hover ul {
	background: #ffd3e9;
}
.map ul .area07:hover ul {
	background: #d0e6f7;
}
.map ul .area08:hover ul {
	background: #f4d6ff;
}
.map ul li ul li:hover {
	-webkit-transform: none;
	transform: none;
}
.map ul li ul li a:hover {
	opacity: 0.7;
	background: #fff;
}
#area .modal-window {
	display: none;
}
#area .button-close {
	display: none;
}
#area .reg_size {
	vertical-align: bottom;
	line-height: 1.0rem;
}
/*------------------------------------------------------------------
出発駅・到着駅から探す
------------------------------------------------------------------*/
#contents #area-tokushu #train_sec.box {
    padding: 40px 0 30px;
    background: #ecf7fd;
    margin-top: 50px;
}
#contents #area-tokushu #train_sec .box_title span {
    display: inline-block;
}
#contents #area-tokushu #train_sec .box_title span:after {
    background-image: url(/plan/images/ic014.webp);
    bottom: 0;
}
#contents #area-tokushu #train_sec .train_sec_list {
	display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    column-gap: 35px;
    row-gap: 20px;
}
#contents #area-tokushu #train_sec .train_sec_list dl {
	width: calc(100% / 2 - 30px);
	text-align: center;
    max-width: 390px;
}
#contents #area-tokushu #train_sec .train_sec_list dt {
	margin-bottom: 12px;
	padding-bottom: 4px;
	border-bottom: 3px solid #ed6c00;
	font-size: 2.2rem;
	font-weight: bold;
    color: #3d3d3d;
}
#contents #area-tokushu #train_sec .train_sec_list dd {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
    flex-wrap: wrap;
}
#contents #area-tokushu #train_sec .train_sec_list dd p {
	width: calc(100% / 2);
}
#contents #area-tokushu #train_sec .train_sec_list dd p a {
	display: block;
	margin: 0 5px 10px;
	padding: 9px 10px 8px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    color: #004ea1;
    background: #fff;
    box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.17);
    font-weight: normal;
}
#contents #area-tokushu #train_sec .train_sec_list dd p a:hover {
	box-shadow: none;
}
/*------------------------------------------------------------------
EX旅パックとは
------------------------------------------------------------------*/
#contents #area-tokushu #about_ex h2 {
    border-bottom: none;
    text-align: center;
    padding-bottom: 3px;
    color: #1d386d;
    font-size: 2.0rem;
    font-weight: bold;
	margin: 0 0 25px;
	border-bottom: 1px dotted #4c5d7e;
	justify-content: center;
	-webkit-justify-content: center;
	padding-top: 30px;
}
#contents #area-tokushu #about_ex h2 .ex_large {
    font-size: 3.0rem;
    font-style: italic;
}
#contents #area-tokushu #about_ex h2 .ex_question {
    font-size: 3rem;
    display: inline-block;
    margin-left: 5px;
    color: #ff7d01;
    transform: rotate(12deg);
}
#about_ex.bg01 {
	background: #e2f5ff;
    padding: 0 0 25px;
	margin-top: 60px;
}
#contents #about_ex h3 {
	position: relative;
	margin: 0;
    color: #1d386d;
	font-size: 2.4rem;
	padding: 0 0 0 20px;
	border-bottom: none;
}
#contents #about_ex h3 span:before {
	position: absolute;
    content: "";
    width: 6px;
    height: 30px;
    top: 0px;
    left: 0px;
    background-color: #199ccb;
}
#about_ex .img_box {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
}
#about_ex .img_box li {
	width: calc((100% - 20px) / 4);
	border: 2px solid #004ea1;
    border-radius: 5px;
    background: #fff;
    padding: 20px 10px;
    text-align: center;
}
#about_ex .img_box li figure {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	height: 110px;
}
#about_ex .img_box li img {
	width: 110px;
}
#about_ex .img_box li .txt {
	font-size: 1.8rem;
    font-weight: bold;
    color: #004ea1;
    margin-top: 10px;
}
#about_ex .img_box li .txt .sup,
#about_ex .img_box li .sup {
	font-size: 1.3rem;
}
#about_ex .ex_img {
	text-align: center;
	margin: 10px 43px 20px 0;
}
#about_ex .ex_img img {
	width: 200px;
}
/*予約方法*/
#about_ex .yoyaku_box {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px 60px 0;
}
#about_ex .yoyaku_box li {
	width: calc((100% - 90px) / 3);
    border-radius: 5px;
    background: #fff;
    padding: 20px 10px;
	position: relative;
}
#about_ex .yoyaku_box li:after {
	position: absolute;
	background: url(/plan/images/ic_arrow.webp) no-repeat;
	content: "";
	background-size: contain;
	width: 30px;
    height: 80px;
    top: 160px;
    right: -39px;
}
#about_ex .yoyaku_box li:last-child:after {
	display: none;
}
#about_ex .yoyaku_box li .flex_box {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    text-align: left;
}
#about_ex .yoyaku_box li .point_tag {
    padding: 2px 9px;
    border-radius: 50%;
    color: #FFFFFF;
    background: linear-gradient(120deg, #4181c6 0% 20%, #239bbf 75% 100%);
    margin-right: 10px;
    font-size: 90%;
}
#about_ex .yoyaku_box li .point_tag span {
    margin-left: 3px;
}

#about_ex .yoyaku_box li .flex_box.title {
	margin-bottom: 10px;
}
#about_ex .yoyaku_box li .flex_box.title .title {
	color: #1d386d;
}
#about_ex .yoyaku_box li .flex_box.txt {
	font-weight: normal;
	display: block;
}
#about_ex .yoyaku_box li .flex_box.txt figure {
	text-align: center;
    margin-bottom: 10px;
}
#about_ex .yoyaku_box li .flex_box.txt figure img {
	width: 150px;
}
#about_ex .yoyaku_box li .flex_box.txt a {
	text-decoration: underline;
}
#about_ex .yoyaku_box li .flex_box.txt a:hover {
	text-decoration: none;
}
#about_ex .yoyaku_box li .s-ex_btn a {
	position: relative;
    margin-top: 10px;
    display: block;
    background: #e2f5ff;
    border: 2px solid #004ea1;
    color: #004ea1;
    border-radius: 50px;
    padding: 10px 10px 10px 2px;
    font-weight: bold;
    font-size: 1.3rem;
	transition: 0.2s;
	text-align: center;
}
#about_ex .yoyaku_box li .s-ex_btn a:after {
    position: absolute;
	content: '\e902';
    font-family: 'jttweb' !important;
    top: 10px;
    right: 2px;
}
#about_ex .yoyaku_box li .s-ex_btn a:hover {
	background: #004ea1;
	color: #fff;
}
#about_ex .yoyaku_box li .s-ex_btn a:hover:after {
	color: #fff;
}
#about_ex .yoyaku_btn a {
	position: relative;
    display: block;
    background: #004ea1;
    border: 2px solid #004ea1;
    color: #fff;
    border-radius: 50px;
    padding: 15px 5px;
    font-weight: bold;
    font-size: 1.6rem;
    width: 450px;
    margin: 20px auto 0;
	transition: 0.2s;
	text-align: center;
}
#about_ex .yoyaku_btn a:after {
	position: absolute;
	content: '\e902';
    font-family: 'jttweb' !important;
    top: 15px;
    right: 10px;
}
#about_ex .yoyaku_btn a:hover {
	opacity: 0.8;
}
/*サービス詳細*/
#about_ex .detail_wrap {
	text-align: left;
	margin-top: 40px;
}
#about_ex .detail_inner {
	background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 10px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
}
#about_ex .detail_wrap .point_list li {
	padding: 0 0 30px;
}
#about_ex .detail_wrap .point_list li .title {
	font-size: 1.8rem;
    font-weight: bold;
    padding: 0px 0 10px 30px;
    position: relative;
}
#about_ex .detail_wrap .point_list li .title:before {
	content: "";
    position: absolute;
    background-image: url(/common/images/common_ic_check01.webp);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 20px;
    height: 20px;
    left: 0;
    top: calc(50% - 16px);
}
#about_ex .yoyaku_box li .flex_box.txt,
#about_ex .detail_wrap .point_list li {
	font-size: 1.5rem;
}
#about_ex .comment {
	margin: 10px 5px 40px;
}
#about_ex .notes {
	font-size: 1.1rem;
    text-indent: -2.5em;
    padding-left: 2.5em;
}
#about_ex .detail_wrap .point_list li .notes {
	font-size: 1.3rem;
    padding: 8px 0 0;
    text-indent: -1em;
    padding-left: 1em;
}
#about_ex .detail_wrap .point_list li .notes + .notes {
	padding: 0;
	padding-left: 1em;
}
#about_ex .detail_wrap .point_list li:nth-child(n + 3) {
	display: none;
}
#about_ex .detail_wrap .point_list li + li {
	border-top: 1px solid #ccc;
    padding-top: 30px;
}
#about_ex .detail_wrap .point_list li a {
	text-decoration: underline;
}
#about_ex .detail_wrap .point_list li a:hover {
	text-decoration: none;
}
#about_ex .detail_wrap .point_list li .bold {
	font-weight: bold;
}
#area-tokushu .bg {
    padding: 15px 0;
}
#area-tokushu #about_ex .txt_box {
    display: inline-block;
    width: 78%;
}

#area-tokushu #about_ex .note_list {
    padding-left: 2.5em;
    text-indent: -2.5em;
    font-size: 90%;
    text-align: left;
    margin-top: 10px;
}
#area-tokushu #about_ex .btn_wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 15px;
}
#area-tokushu #about_ex .btn_wrap .ex_btn {
    width: 45%;
}
#area-tokushu #about_ex .btn_wrap .ex_btn + .ex_btn {
    margin-left: 10px;
}
#area-tokushu #about_ex .btn_wrap .ex_btn a {
    display: block;
    padding: 10px;
    background: #1d386d;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    position: relative;
    border: 2px solid #1d386d;
    transition: 0.3s;
    font-size: 1.6rem;
}
#area-tokushu #about_ex .btn_wrap .ex_btn a:hover {
    color: #1d386d;;
    background: #fff;
}
#area-tokushu #about_ex .btn_wrap .ex_btn a:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 3px solid;
    border-right: 3px solid;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(45deg);
}
/*続きを読むボタン*/
#about_ex .detail_btn_separate {
	margin: -12px auto 0;
    position: relative;
}
#about_ex .detail_btn_separate:before {
	opacity: 0.99;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    content: "";
    height: 60px;
    background-image: linear-gradient(0deg, rgb(255 255 255) 29%, rgba(255, 255, 255, 0));
    transition: 0.5s;
    pointer-events: none;
}
#about_ex .detail_btn_separate.open:before {
	opacity: 0;
    pointer-events: none;
}
#about_ex .detail_btn_separate p {
	text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    background: #e7e7e7;
    padding: 10px;
    border: 2px solid #e7e7e7;
    width: 400px;
    border-radius: 50px;
    position: relative;
    margin: auto;
	cursor: pointer;
}
#about_ex .detail_btn_separate p:before,
#about_ex .detail_btn_separate p:after {
	position: absolute;
    display: inline-block;
	content: "";
}
#about_ex .detail_btn_separate p:before {
	top: 22px;
    right: calc(100% - 50px);
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50px;
    transform: translateY(-50%);
}
#about_ex .detail_btn_separate p:after {
	font-family: 'jttweb' !important;
    content: "\e900";
    top: 12px;
    right: calc(100% - 42px);
    color: #333;
    font-size: 1.5rem;
    font-weight: normal;
}
#about_ex .detail_btn_separate.open p:after {
	content: "\e903";
	top: 10px;
}
/*------------------------------------------------------------------
FAQ
------------------------------------------------------------------*/
#contents #area-tokushu #faq.box {
    padding: 65px 0 20px;
}
#contents #area-tokushu #faq .box_title span:after {
    background-image: url(/plan/images/ic012.webp);
    width: 38px;
    height: 38px;
    bottom: 2px;
}
#contents #area-tokushu #faq.box .bold {
	font-weight: bold;
}
#contents #area-tokushu #faq.box .sup {
	font-size: 0.9em;
}
@media screen and (max-width: 999px) {
.contents_inner section + section {
	margin: 20px 0;
}
#area {
	margin-top: 30px;
}
#contents h3 {
	margin: 0 0 14px;
	padding: 20px 0 2px;
	font-size: 1.8rem;
}
#contents #area-tokushu .box .box_title {
    font-size: 2.6rem;
    margin-bottom: 25px;
}
#area-tokushu .search_feature h2 {
    font-size: 2.6rem;
}
#contents #area-tokushu .box h4 {
    margin: 0 0 14px;
    font-size: 2.2rem;
}
#contents #area-tokushu .box .theme_contents h3 {
    margin: 0 0 14px;
    font-size: 2.2rem;
}
.news dd {
	text-align: left;
}
/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.main-img {
    margin: 10px auto 0;
}
#area-tokushu .mv_flex {
	bottom: auto;
	max-width: 750px;
    top: 50%;
    transform: translate(-50%, -50%);
}
#area-tokushu .mv_flex h2 {
	width: 60%;
	font-size: min(4.9vw, 3.6rem);
	line-height: 1.1;
    position: relative;
    left: -7px;
    top: 2px;
}
#area-tokushu .mv_flex h2 span {
	font-size: min(11.2vw, 8.4rem);
}
#area-tokushu .mv_flex h2 span .ex {
	margin-right: 2px;
	font-size: min(12vw, 9.2rem);
}
#area-tokushu .mv_flex figure {
	max-width: none;
	width: 28%;
}
#area-tokushu .mv_flex {
    margin-left: 0;
}
#area-tokushu .mv_flex .mv_point {
    margin-left: 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
    margin-top: -10px;
}
#area-tokushu .mv_flex .mv_point_list {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
}
#area-tokushu .mv_flex .mv_point_list li {
    padding: 8px 20px 8px 20px;
    font-size: min(2.7vw, 1.8rem);
}
#area-tokushu .mv_flex .mv_point_list li + li {
    margin-left: 5px;
    margin-top: 0;
}
#area-tokushu .mv_flex .mv_point_list li .point_yel {
    font-size: min(3.7vw, 2.5rem);
}
#area-tokushu .mv_flex .mv_point .mv_note {
    font-size: min(2.3vw, 1.2rem);
}
/*------------------------------------------------------------------
メニューアンカー
------------------------------------------------------------------*/
.menu_anc {
	margin: 20px 0;
}
#area-tokushu .anc_list li a {
    padding: 7px 0 7px 15px;
    font-size: 1.4rem;
}
.menu_anc li {
	width: calc(100%/3 - 5px);
}
.menu_anc li + li {
	margin-left: 7px;
}
.menu_anc li:nth-of-type(4n) {
	margin-left: 0;
}
.menu_anc li:nth-of-type(n+4) {
	margin-top: 7px;
}
.menu_anc li a {
	padding: 9px 7px 10px 0;
	font-size: 1.2rem;
}
.menu_anc li a:after {
	font-size: 0.9rem;
	right: 3px;
}

/*------------------------------------------------------------------
bnr_wrap
------------------------------------------------------------------*/
.bnr_wrap li {
	width: calc(100%/2 - 5px);
	margin-right: 10px;
}
.bnr_wrap li:nth-of-type(2n) {
	margin-right: 0;
}
.bnr_wrap li:nth-of-type(n+3) {
	margin-top: 20px;
}
.bnr_wrap li p {
	font-size: 1.3rem;
}
/*------------------------------------------------------------------
EX旅パックとは
------------------------------------------------------------------*/
#contents #about_ex h4 {
	font-size: 2.0rem;
}
#contents #about_ex h4 span:before {
	width: 5px;
    height: 26px;
}
#about_ex .img_box {
	justify-content: center;
	-webkit-justify-content: center;
}
#about_ex .img_box li {
	width: calc((100% - 15px) / 2);
	margin-right: 7px;
	margin-bottom: 7px;
	padding: 10px;
}
#about_ex .comment {
	margin: 0 5px 40px;	
}
/*予約方法*/
.br-999 {
	display: block;
}
#about_ex .yoyaku_box li {
	width: calc((100% - 13px) / 3);
	padding: 10px 5px;
}
#about_ex .yoyaku_box .txt {
	text-align: left;
}
#about_ex .yoyaku_box li .flex_box {
	justify-content: center;
	-webkit-justify-content: center;
}
#about_ex .yoyaku_box li .point_tag {
	margin-right: 5px;
}
#about_ex .yoyaku_box {
	margin: 10px 0 0;
}
#about_ex .yoyaku_box li .flex_box.txt {
	text-align: center;
}
#about_ex .yoyaku_box li .flex_box.title {
	font-size: 1.6rem;
}
#about_ex .yoyaku_box li .s-ex_btn a:after {
	top: 15px;
}
#about_ex .yoyaku_box li .s-ex_btn a {
	padding: 5px;
}
#about_ex .yoyaku_box li:after {
	display: none;
}
/*サービス詳細*/
#about_ex .detail_wrap .detail_title {
	font-size: 2.2rem;
	padding: 0 0 20px 20px;
}
#about_ex .detail_wrap .point_list li .title {
	font-size: 1.7rem;
}
#about_ex .detail_btn_separate p {
	font-size: 1.5rem;
}
#contents #area-tokushu #about_ex {
    font-size: 1.4rem;
}
#area-tokushu #about_ex .btn_wrap .ex_btn {
    width: 50%;
}
#area-tokushu #about_ex .btn_wrap .ex_btn a {
    font-size: 1.5rem;
}
#about_ex .detail_wrap .point_list li .title {
	font-size: 1.6rem;
	padding: 0px 0 10px 25px;
}
#about_ex .detail_wrap .point_list li .title:before {
	width: 17px;
    height: 17px;
    left: 0;
    top: calc(50% - 15px);
}
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
/*セール開催中吹き出し*/
#area-tokushu .onsale_txt p {
    font-size: min(3.7vw, 1.6rem);
}
#area-tokushu #search_sec .anc_area-wrap p a,
#area-tokushu #search_sec2 .anc_area-wrap p a {
    font-size: 1.3rem;
}
#area-tokushu #search_sec .search_inner,
#area-tokushu #search_sec2 .search_inner {
    padding: 18px 10px 35px;
}
#area-tokushu .form_inner .select_box:after {
    font-size: 0.9em;
}
#area-tokushu .search-app .tab_content {
	margin-bottom: 0px;
}
#area-tokushu .search_new_plan {
    left: -12px;
}
#area-tokushu .search_new_plan p {
    font-size: min(3.3vw, 1.5rem);
}
#area-tokushu .search_comment {
	margin: 0 0 -15px;
}
#area-tokushu #search_sec h4 span:before,
#area-tokushu #search_sec2 h4 span:before {
	width: 3px;
	height: 30px;
}
#area-tokushu #search_sec h4 span:after,
#area-tokushu #search_sec2 h4 span:after {
	width: 3px;
	height: 30px;
}
#area-tokushu #search-app .tab .tab-btn,
#area-tokushu #search-app_2 .tab .tab-btn {
	font-size: 1.3rem;
}
#area-tokushu .search_feature h2 {
	font-size: 2.6rem;
}
/*-----こだわりツアー検索窓-----*/
#area-tokushu #search_sec .tour .search_inner,
#area-tokushu #search_sec2 .tour .search_inner {
	padding: 18px 15px 35px;
}
/*------------------------------------------------------------------
人気の区間で検索
------------------------------------------------------------------*/
#area-tokushu .seach_area .area_list li {
    width: calc(100% / 3 - 9px);
}
#area-tokushu .tour .seach_area .area_list li a {
    font-size: 1.4rem;
}
/*------------------------------------------------------------------
人気の区間で検索
------------------------------------------------------------------*/
#contents #area-tokushu .seach_area {
    margin-top: 0;
    padding: 40px 0;
}
/*------------------------------------------------------------------
おすすめ～
------------------------------------------------------------------*/
#contents #area-tokushu .box.osusume_search {
    font-size: 1.3rem;
}
#area-tokushu #recommend_tour.box {
    padding: 25px 0 60px;
}
#area-tokushu #recommend_tour {
    font-size: 1.3rem;
}
#contents #area-tokushu #recommend_tour .higaeri-tour {
    margin-top: 18px;
}
#area-tokushu .osusume_search .tab-wrap li {
    width: calc(100% / 6 - 5px);
}
/*スライダー*/
#area-tokushu .osusume_search .slick-dotted.slick-slider {
    margin: 0 10px;
}
#area-tokushu .osusume_search .hotel_box {
    margin: 15px 7px 10px;
}
#area-tokushu #recommend_tour .slick-dotted.slick-slider {
    margin: 0 10px;
}
#area-tokushu #recommend_tour .hotel_box {
    margin: 8px 8px 10px;
}
#area-tokushu #osusume_hotel .slick-dots {
    bottom: -60px;
}
#area-tokushu #ranking .hotel_box:last-child {
    padding: 10px 15px 15px;
}
/*------------------------------------------------------------------
テーマから探す
------------------------------------------------------------------*/
#contents #area-tokushu .theme_contents + .theme_contents {
    margin-top: 20px;
}
/*------------------------------------------------------------------
地図から探す
------------------------------------------------------------------*/
#contents #area-tokushu #map h5 {
    font-size: 2.0rem;
}
.map ul li:hover ul {
	display: none;
}
/* モーダルウィンドウ */
#area .modal-window {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 53%;
	height: fit-content;
	background-color: #f9bd83;
	border-radius: 5px;
	z-index: 11;
	padding: 10px 15px;
}
#area .modal02 {
	background-color: #ffc4c4;
}
#area .modal03 {
	background-color: #b5d5f1;
}
#area .modal04 {
	background-color: #caede8;
}
#area .modal05 {
	background-color: #b9e2bf;
}
#area .modal06 {
	background-color: #ffd3e9;
}
#area .modal07 {
	background-color: #d0e6f7;
}
#area .modal08 {
	background-color: #f4d6ff;
}
#area .modal-window .area_name {
	padding: 2px 0 5px;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 4px double #fff;
}
#area .modal-window ul {
	margin: 20px 0 10px;
}
#area .modal-window ul li {
	padding-left: 30px;
	position: relative;
}
#area .modal-window ul li + li {
	margin-top: 14px;
}
#area .modal-window ul li:before {
	font-family: 'jttweb' !important;
	content: '\e902';
	color: #333;
	font-size: 1.6rem;
	position: absolute;
	top: 2px;
	left: 0;
}
#area .modal-window ul li a {
	font-size: 2.0rem;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
/* 閉じるボタン */
#area .button-close {
	display: block;
	background: #e5e5e5;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, 100%);
	text-align: center;
	line-height: 2.4;
	height: 40px;
	width: 40px;
}
#area .overlay {
	display: none;
	position: fixed;
	top: 0;

	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 10;
}
.map .area01 {
	left: 66%;
}
.map .area02 {
	top: 333px;
	left: 61%;
}
.map .area03 {
	top: 231px;
	left: 41%;
}
.map .area05 {
	left: 32%;
}
.map .area06 {
	top: 462px;
	left: 30%;
}
.map .area07 {
	left: 12%;
}
.map .area08 {
	top: 448px;
	left: 8%;
}
}
@media screen and (max-width: 767px) {
/*------------------------------------------------------------------
テーマから探す
------------------------------------------------------------------*/
#contents #area-tokushu .theme_contents .theme_btn_wrap li {
    width: calc(100% / 2 - 10px);
}
#contents #area-tokushu .theme_contents .theme_btn_wrap li a {
    padding: 10px 15px 10px 5px;
    font-size: 1.5rem;
}
/*------------------------------------------------------------------
EX旅パックとは
------------------------------------------------------------------*/
#area-tokushu #about_ex .txt_box {
    width: 98%;
}
#search-app .kep_wrap {
    display: block;
	font-size: 1.3rem;
}
#search-app .kep_wrap .kep_btn {
    margin-left: 0;
    margin-top: 10px;
    min-width: 100%;
}
/*------------------------------------------------------------------
FAQ
------------------------------------------------------------------*/
#contents #area-tokushu #faq .box_title span:after {
    width: 32px;
    height: 32px;
    bottom: 3px;
}
}
@media screen and (max-width: 736px) {
.br-736 {
    display: block;
}
#area-tokushu #ranking .modal-window {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
#contents #area-tokushu h4.fw-select-guest-wrap__ttl,
#contents #area-tokushu h4.fw-select-room-wrap__ttl {
    font-size: 15px;
    margin: 0 0 10px 0;
}
}
@media screen and (max-width: 700px) {
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
#area-tokushu #search-app .tab .tab-btn,
#area-tokushu #search-app_2 .tab .tab-btn {
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 70px;
}
#area-tokushu #search-app .tab .tab-btn img,
#area-tokushu #search-app_2 .tab .tab-btn img {
	height: 30px;
	margin-right: 0;
}
}
@media screen and (max-width: 599px) {
#contents h4 {
	margin-top: 25px;
	font-size: 1.7rem;
}
.br-999 {
	display: none;
}
.br-599 {
    display: block;
}
#contents #area-tokushu h1 {
    font-size: 1.35rem;
}
/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
#area-tokushu .mv_flex .mv_point_list li {
    padding:  5px 10px 5px 9px
}
#contents #area-tokushu .box .box_title {
    font-size: 2.4rem;
}
#contents #area-tokushu .box .box_title span {
    padding-right: 22px;
    line-height: 1.5;
}
#contents #area-tokushu .box .box_title span:after {
    width: 34px;
    height: 34px;
}
#area-tokushu .search_feature h2 {
    font-size: 2.4rem;
}
#area-tokushu .search_feature h2 span {
    padding-right: 36px;
    line-height: 1.5;
}
#area-tokushu .search_feature h2 span:after {
    width: 34px;
    height: 34px;
}
#area-tokushu .bg {
    padding: 10px 0 8px;
}
#search_box .kep_note {
	text-align: center;
}
/*------------------------------------------------------------------
出発駅・到着駅から探す
------------------------------------------------------------------*/
#contents #area-tokushu #train_sec.box {
    padding: 30px 0 25px;
    margin-top: 30px;
}
#contents #area-tokushu #train_sec .train_sec_list {
	display: block;
}
#contents #area-tokushu #train_sec .train_sec_list dl {
	width: 100%;
    max-width: 100%;
}
#contents #area-tokushu #train_sec .train_sec_list dl + dl {
	margin-top: 10px;
}
#contents #area-tokushu #train_sec .train_sec_list dt {
	width: 90%;
	margin: 0 auto 10px;
	font-size: 1.8rem;
}
#contents #area-tokushu #train_sec .train_sec_list dd {
	width: 90%;
	margin: 0 auto;
}
#contents #area-tokushu #train_sec .train_sec_list dd p a {
	font-size: 1.5rem;
}
/*------------------------------------------------------------------
人気の区間で検索
------------------------------------------------------------------*/
#contents #area-tokushu .seach_area {
    padding: 30px 0 30px;
}
/*------------------------------------------------------------------
EX旅パックとは
------------------------------------------------------------------*/
#about_ex.bg01 {
	margin-top: 40px;
}
#about_ex .page-wrap {
	padding: 0 8px;
}
#contents #about_ex h3 {
	font-size: 2.0rem;
}
#contents #about_ex h3 span:before {
	top: -3px;
}
#contents #area-tokushu #about_ex h2 {
	font-size: 1.8rem;
	padding-top: 20px;
}
#contents #area-tokushu #about_ex h2 .ex_large {
	font-size: 2.4rem;
}
#area-tokushu #about_ex .btn_wrap {
    display: block;
}
#about_ex .yoyaku_box li:after {
	display: block;
	width: 25px;
    height: 65px;
    top: 94%;
    right: calc(50% - 10px);
    transform: rotate(90deg);
}
#area-tokushu #about_ex .btn_wrap .ex_btn {
    width: 100%;
}
#area-tokushu #about_ex .btn_wrap .ex_btn + .ex_btn {
    margin-left: 0;
    margin-top: 10px;
}
#about_ex .bg01 .page-wrap {
	padding: 0 5px;
}
#about_ex .img_box {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#about_ex .img_box li {
	width: calc((100% - 3px) / 2);
	margin-right: 0;
	padding: 5px;
	margin-bottom: 3px;
}

#about_ex .img_box li figure {
	height: 120px;
}
#about_ex .img_box li img {
	width: 46%;
}
#about_ex .img_box li .txt {
	margin-top: 5px;
}
#about_ex .img_box li .txt .sup {
	font-size: 0.8rem;
}
#about_ex .img_box li .sup {
	font-size: 1.0rem;
}
#about_ex .ex_img {
	margin: 10px 34px 20px 0;
}
#about_ex .ex_img img {
    width: 150px;
}
#about_ex .comment {
    margin: 10px 5px 40px;
}
/*予約方法*/
#about_ex .detail_inner {
	padding: 15px 10px;
}
#about_ex .yoyaku_box {
	display: block;
}
#about_ex .yoyaku_box li {
	width: 100%;
}
#about_ex .yoyaku_box li + li {
	margin-top: 40px;
}
#about_ex .yoyaku_box li {
	padding: 10px;
}
#about_ex .yoyaku_box li .flex_box.title {
	display: flex;
    display: -webkit-flex;
}
#about_ex .yoyaku_box li .point_tag {
	display: block;
	margin-right: 10px;
	margin-bottom: 0;
}
#about_ex .yoyaku_box li .flex_box.txt figure {
	margin-bottom: 0;
	margin-right: 15px;
}
#about_ex .yoyaku_box li .flex_box.txt figure img {
    width: 160px;
}
#about_ex .yoyaku_box li .flex_box.txt {
	display: flex;
	display: -webkit-flex;
	font-weight: normal;
    font-size: 1.3rem;
    text-align: left !important;
}
#about_ex .yoyaku_box li .s-ex_btn a {
	padding: 10px 5px;
}
#about_ex .yoyaku_box li .s-ex_btn a:after {
	top: 10px;
}
#about_ex .yoyaku_btn a {
	width: 100%;
	font-size: 1.3rem;
}
#about_ex .yoyaku_btn a:after {
	top: 17px;
    right: 7px;
	font-size: 1.1rem;
}
#about_ex .detail_wrap .point_list li {
	font-size: 1.3rem;
}
#about_ex .detail_btn_separate {
	margin: -23px auto 0;
}
#about_ex .detail_btn_separate p {
	width: 80%;
	padding: 7px 10px;
}
#about_ex .detail_btn_separate p:before {
	width: 26px;
    height: 26px;
    top: 19px;
	right: calc(100% - 32px);
}
#about_ex .detail_btn_separate p:after {
	top: 10px;
    right: calc(100% - 26px);
    color: #333;
    font-size: 1.3rem;
}
/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
#area-tokushu .anc_list {
    margin: 0;
    gap:5px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
#area-tokushu .anc_list li {
    width: auto;
    flex-grow: 1;
}
#area-tokushu .anc_list li a {
    font-size: min(3.0vw,1.4rem);
    padding: 6px 17px 6px 30px;
    line-height: 1.35;
}
#area-tokushu .anc_list li a span:after {
    width: 4px;
    height: 4px;
    right: -10px;
    border-width: 2px;
}
#area-tokushu .anc_list li a:after {
    left: 5px;
    width: 20px;
    height: 20px;
} 
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
/*セール開催中吹き出し*/
#area-tokushu .onsale_txt {
    top: 3px;
    width: calc(100% / 2 + 60px);
}
#area-tokushu .onsale_txt p {
    padding: 3px 5px;
    right: -10%;
}
#area-tokushu .onsale_txt p:before {
    bottom: -7px;
    width: 12.5px;
    height: 8px;
    left: 30%;
}
#contents #area-tokushu #train_sec .box_title span:after {
    bottom: 2px;
}
#area-tokushu .search_new_plan {
    left: -10px;
    top: 3px;
}
#area-tokushu .search_new_plan p {
	padding: 3px 3px 2px 0px;
}
#area-tokushu .search_new_plan p:before {
    bottom: -7px;
    width: 12.5px;
    height: 8px;
}
#area-tokushu #search-app .tab .tab-btn p,
#area-tokushu #search-app_2 .tab .tab-btn p {
	font-size: 1.1rem;
}
#area-tokushu .seach_fukidashi p span {
	font-size: 1.3rem;
    display: block;
    padding: 6px;
}
.search_feature {
	padding: 50px 0 0;
}
#area-tokushu .search_feature h2 {
	font-size: 2.4rem;
}
#area-tokushu .search_feature h2 span {
	padding-right: 35px;
}
#area-tokushu .search_feature h2 span:after {
	width: 32px;
    height: 32px;
    right: 0;
}
#contents #area-tokushu #ranking .rdrMonthAndYearPickers select {
    font-size: 1.4rem;
}
/*------------------------------------------------------------------
人気の区間で検索
------------------------------------------------------------------*/
#contents #area-tokushu .seach_area .box_title span:after {
    bottom: 3px;
}
#area-tokushu .seach_area .area_list {
    margin: 8px 0 0;
}
#area-tokushu .seach_area .area_list li {
    width: calc(100% / 2 - 6px);
}
#area-tokushu .seach_area .area_list li a {
    font-size: 1.5rem;
}
#area-tokushu .seach_area .other_link a {
    font-size: 1.4rem;
}
/*------------------------------------------------------------------
おすすめ～
------------------------------------------------------------------*/
#contents #area-tokushu .box.osusume_search {
    padding: 30px 0 50px;
}
#area-tokushu #recommend_tour.box {
    padding: 10px 0 50px;
}
#area-tokushu .osusume_search .tab-wrap li {
    width: calc(100% / 3 - 5px);
}
#area-tokushu #osusume_hotel .slick-dots {
    bottom: -70px;
}
#area-tokushu .osusume_search .slick-dots {
    bottom: -80px;
}
#area-tokushu #osusume_hotel #ranking.disp_price .hotel_box {
    max-width: 100% !important;
    margin: 14px 10px;
}
#area-tokushu #recommend_tour .hotel_box {
    max-width: 100% !important;
    margin: 14px 10px;
}
#area-tokushu .osusume_search .slick-dotted.slick-slider {
    padding: 0;
}
#area-tokushu #recommend_tour .slick-dotted.slick-slider {
    padding: 0;
}
#area-tokushu #recommend_tour .slick-dots {
    bottom: -92px;
}
#area-tokushu .osusume_search .slider03.inner {
	display: block;
}
/*------------------------------------------------------------------
テーマから探す
------------------------------------------------------------------*/
#contents #area-tokushu .theme.box {
    padding-top: 40px;
}
#contents #area-tokushu .theme_contents .theme_btn_wrap li.w100 {
    width: 100%;
}
#contents #area-tokushu .theme_contents .theme_btn_wrap li a:after {
    right: 5px;
}
#contents #area-tokushu .area_btn a {
	width: 80%;
    font-size: 1.6rem;
    padding: 10px 0;
    margin-top: 20px;
}
#contents #area-tokushu .area_btn a:after {
	top: 11px;
	font-size: 1.4rem;
}
/*------------------------------------------------------------------
地図から探す
------------------------------------------------------------------*/
.map {
	height: 350px;
	margin: 0 0 30px;
}
/* モーダルウィンドウ */
#area .modal-window {
	width: 87%;
}
#area .modal-window .area_name {
	font-size: 2.0rem;
}
#area .modal-window ul li {
	padding-left: 24px;
}
#area .modal-window ul li:before {
	top: 0;
}
#area .modal-window ul li a {
	font-size: 1.7rem;
}
.map ul .area {
	padding: 10px 26px 10px 16px;
	font-size: 1.6rem;
}
.map ul .area:after {
	bottom: 8px;
	font-size: 1.2rem;
}
.map .area01 {
	top: 104px;
	left: 69%;
}
.map .area02 {
	top: 184px;
	left: 62%;
}
.map .area03 {
	top: 125px;
	left: 38%;
}
.map .area04 {
	top: 238px;
	left: 50%;
}
.map .area05 {
	top: 183px;
	left: 25%;
}
.map .area06 {
	top: 283px;
	left: 29%;
}
.map .area07 {
	top: 234px;
	left: 0;
}
.map .area08 {
	top: 306px;
	left: 0;
}
/*------------------------------------------------------------------
FAQ
------------------------------------------------------------------*/
#contents #area-tokushu #faq.box {
    padding-top: 50px;
}
#contents #area-tokushu #faq .box_title span:after {
    width: 31px;
    height: 31px;
}
}
@media screen and (max-width: 500px) {
#about_ex .img_box li figure {
	height: 100px;
}
}
@media screen and (max-width: 440px) {
#area-tokushu .tour .seach_area .area_list li a {
    font-size: 1.3rem;
}
#about_ex .img_box li figure {
	height: 90px;
}
#area-tokushu #recommend_tour .slick-dots {
    bottom: -150px;
}
@media screen and (max-width: 407px) {
#area-tokushu .osusume_search .slick-dots {
    bottom: -115px;
}
}
@media screen and (max-width: 400px) {
#about_ex .img_box li img {
	width: 55%;
}
}
}
@media screen and (max-width: 375px) {
#about_ex .img_box li figure {
	height: 90px;
}
#about_ex .img_box li img {
	width: 60%;
}
#contents #area-tokushu .theme_contents .theme_btn_wrap li a {
    font-size: 4.2vw;
}
}

@media screen and (max-width: 360px) {
/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
#area-tokushu .anc_list li a {
    padding: 6px 10px 6px 28px;
}
#area-tokushu .anc_list li a span:after {
    right: -6px;
}
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
#area-tokushu #search-app .tab .tab-btn p,
#area-tokushu #search-app_2 .tab .tab-btn p {
	font-size: 1.0rem;
}
#area-tokushu .seach_fukidashi p span {
	font-size: 1.0rem;
}
}
@media screen and (max-width: 340px) {
#area-tokushu .box .comment {
	font-size: 1.7rem;
}

#contents #area-tokushu .box .box_title,
#area-tokushu .search_feature h2,
#contents #area-tokushu .box h4,
#contents #area-tokushu .box .theme_contents h3 {
	font-size: 1.9rem;
}
#area-tokushu .tour .seach_area .area_list li a {
	font-size: 1.1rem;
}
#area-tokushu .seach_area .area_list li a:after {
	width: 4px;
    height: 4px;
    border-top: 2px solid;
    border-right: 2px solid;
	right: 4px;
}
#about_ex .yoyaku_btn a {
	font-size: 1.1rem;
}
#about_ex .yoyaku_btn a:after {
	top: 16px;
	right: 4px;
}
#area-tokushu .osusume_search .slick-dots {
    bottom: -130px;
}
#area-tokushu #recommend_tour .slick-dots {
    bottom: -172px;
}
#about_ex .img_box li figure {
	height: 85px;
}
#about_ex .img_box li .txt {
	font-size: 1.6rem;
}
}