@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　直前割ページ専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
#contents {
	max-width: inherit;
}
#chokuzen {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
}
.br-tablet,
.br-sp,
.br-599 {
	display: none;
}
.note {
    font-weight: normal !important;
    text-align: left;
    font-size: 1.3rem;
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
}
.sup {
	font-size: 1.3rem;
	font-weight: normal;
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
}
.sp_show {
	display: none;
}
.show-599 {
    display: none;
}
.inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.yellow_marker {
	background: linear-gradient(transparent 60%, #ff6 60%);
}
/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.main-img {
	margin: 14px auto 0;
	text-align: center;
    background: #00a4e0;
}
/*------------------------------------------------------------------
準備中
------------------------------------------------------------------*/
.pre_txt {
	margin-top: 22px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_txt {
	padding: 10px 5px;
	color: #fff;;
	font-size: 2.1rem;
	font-weight: 700;
	text-align: center;
    background: #005a8c;
    text-shadow: 2px 2px #004b74;
}
.lead span.lead_inner {
    display: inline-block;
    position: relative;
}
.lead span.lead_inner:before,
.lead span.lead_inner:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 33px;
    background-image: url(/plan/tokushu/chokuzen/images/lead_bg01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    top: 20%;
}
.lead span.lead_inner:before {
    left: -44px;
}
.lead span.lead_inner:after {
    right: -32px;
    transform: rotate(180deg);
}
.lead .txt-yel {
    color: #fff63e;
}
/*------------------------------------------------------------------
LINE連携
------------------------------------------------------------------*/
.line_link {
	margin-top: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.line_link .first_limited .txt-red {
	color: #f10000!important;
}
.line_link .first_limited .large_txt {
	font-size: 2.5rem;
	line-height: 1;
}
.line_link .first_limited a {
	position: relative;
	display: block;
	width: 390px;
	margin: 10px auto 7px;
	padding: 10px 20px 10px 0;
	border: 2px solid #05ae4b;
	border-radius: 5px;
	color: #fff;
	background: #05ae4b;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    animation: first_limited 2s infinite;
    transition: color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.line_link .first_limited a:before {
	position: absolute;
	bottom: -7px;
	right: -5px;
	content: "";
	width: 45px;
	height: 39px;
	background: url(/plan/tokushu/chokuzen/images/ic_hand.webp) no-repeat right bottom / contain;
}
@keyframes first_limited {
  0% {
    box-shadow: 0 0 0 0 rgba(6, 161, 70, 0.7);
  }
  50% {
    box-shadow: 0 0 0 7px rgb(0 179 0 / 45%);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 179, 0, 0);
  }
}
.line_link .first_limited a:hover {
	animation: none;
	background: #fff;
	color: #05ae4b;
}
/*------------------------------------------------------------------
自動カレンダー
------------------------------------------------------------------*/
.auto_calendar {
	text-align: center;
}
.calendar_wrap {
	position: relative;
	margin: 25px auto 0;
	border: 2px solid #00a4e0;
	border-radius: 5px;
	color: #00a4e0;
	font-weight: 700;
	line-height: 1.7;
    max-width: 650px;
}
.calendar_wrap:before,
.calendar_wrap:after {
	position: absolute;
	top: -10px;
	content: "";
	width: 3px;
	height: 15px;
	border: 2px solid #fff;
	border-radius: 10px;
	background: #00a4e0;
}
.calendar_wrap:before {
	left: 85px;
}
.calendar_wrap:after {
	right: 85px;
}
.calendar_txt {
	padding: 3px 3px 4px;
	color: #fff;
	background: #00a4e0;
}
.calendar_inner {
    padding: 1px 20px 2px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.calendar_gadget {
	font-size: 1.6rem;
}
.calendar_gadget .large_txt {
	margin: 0 2px;
	padding: 0 6px;
	border-radius: 5px;
	color: #fff;
	font-size: 2.8rem;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 28px;
    min-height: 47px;
}
.calendar_gadget .large_txt:after {
    width: 29px;
    height: 35px;
    background: #00a4e0;
    content: "";
    top: 8px;
    left: 0;
    position: absolute;
    z-index: -1;
    border-radius: 3px;
}
.calendar_gadget .date_10 {
	margin-left: -1px!important;
}
.calendar_gadget .week_wrap {
	display: inline-block;
    position: relative;
    top: -1px;
}
.calendar_gadget .week_wrap .week {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 27px;
	height: 27px;
	border-radius: 100px;
	color: #fff;
	background: #00a4e0;
    padding-bottom: 1px;
}
/*------------------------------------------------------------------
対象エリア
------------------------------------------------------------------*/
.area_info {
    text-align: center;
    max-width: 650px;
    margin: 25px auto 0;
    font-weight: 600;
    border: 2px solid #044e83;
}
.area_info dt {
    background: #f3e926;
    padding: 3px 0 3px;
    font-weight: 700;
    color: #044e83;
    border-bottom: 2px solid;
}
.area_info dd {
    padding: 10px 5px 12px;
}
.area_info dd .check_c {
    margin-top: 3px;
    font-size: 1.35rem;
}
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
#chokuzen_search {
    margin-top: 38px;
}
#chokuzen_search h2 {
    background: #005a8c;
    color: #fff;
    padding: 12px 5px;
    font-weight: 700;
    font-size: 2.3rem;
    margin: 0;
}
#chokuzen_search h2 span {
    position: relative;
    padding: 0 20px;
}
#chokuzen_search h2 span:before,
#chokuzen_search h2 span:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 25px;
    top: 6px;
    background: #fff;
    border-radius: 10px;
}
#chokuzen_search h2 span:before {
    left: 0;
    transform: rotate(-30deg);
}
#chokuzen_search h2 span:after {
    right: 0;
    transform: rotate(30deg);
}
.search-app {
	margin-top: 0;
	padding: 20px 20px 25px;
	background: #f7f7f7;
}
.search-app .gadget_box.dp {
	margin: 0 auto 5px;
}
.search-app .fw-search-top__item--keyword {
    display: none!important;
}
/*吹き出し*/
.seach_fukidashi p {
    text-align: center;
}
.seach_fukidashi span {
	font-size: 1.6rem;
	font-weight: 600;
	position: relative;
	border-radius: 5px;
	padding: 8px 50px;
    background: #f3e926;
    color: #044e83;
}
.seach_fukidashi p span:before {
	position: absolute;
	content: '';
	top: -9px;
	left: 15%;
	width: 23px;
	height: 12px;
	box-sizing: border-box;
	background-color: #f3e926;
	transform: translateX(-50%);
	z-index: 0;
	clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}
/*------------------------------------------------------------------
おすすめのエリア・ホテル
------------------------------------------------------------------*/
#recommend_wrap {
    background: #d4effa;
    margin-top: 45px;
    padding: 35px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
#recommend_wrap h2 {
    position: relative;
    font-weight: 700;
    font-size: 2.9rem;
    margin-bottom: 32px;
    color: #0063a8;
    padding-top: 25px;
}
#recommend_wrap h2:after {
    content: "Recommend";
    font-size: 1.7rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    color: #93c2e3;
    font-weight: 600;
}
.hotel_list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
}
.hotel_list .hotel_box {
    position: relative;
    width: calc((100% / 3) - 16px);
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    transition: 0.2s;
    margin: 0 8px 20px;
    overflow: hidden;
}
.hotel_list .hotel_box a {
    display: block;
    padding: 18px;
    color: #333;
    font-weight: normal;
}
.hotel_list .hotel_box:hover {
    transform: translate(3px, 3px);
    opacity: 0.8;
    box-shadow: none;
}
.hotel_list .hotel_box .area_tag {
    padding: 46px 27px 28px 26px;
    border-radius: 10px 0 100px 0;
    color: #fff;
    background: #ccc;
    font-weight: 600;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: -34px;
    left: -22px;
    z-index: 1;
    font-size: 1.4rem;
    width: 100px;
    height: 96px;
    display: flex;
    justify-content: center;
}
.hotel_list .hotel_box .area_tag.shutoken {
    background-color: #41a3ef;
}
.hotel_list .hotel_box .area_tag.chubu {
    background-color: #fa8513;
}
.hotel_list .hotel_box .area_tag.kinki {
    background-color: #7abd29;
}
.hotel_list .hotel_box figure {
    margin: 0 0 5px;;
}
.hotel_list .hotel_box figure figcaption {
    font-size: 1.2rem;
    text-align: right;
    margin-top: 2px;
}
.hotel_list .hotel_box .htl_txt {
    position: relative;
}
.hotel_list .hotel_box .htl_detail {
    border-bottom: 1px solid #ccc;
}
.hotel_list .hotel_box .htl_name {
    font-size: 1.7rem;
    font-weight: 700;
}
.hotel_list .hotel_box .htl_access {
    padding-left: 16px;
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
    padding: 3px 0 5px 20px;
    color: #4da0d9;
    margin-top: 1px;
}
.hotel_list .hotel_box .htl_access:before {
    content: '';
    background: url(/plan/tokushu/chokuzen/images/ic_train.webp) no-repeat;
    background-size: contain;
    width: 15px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: 2px;
}
.hotel_list .hotel_box .htl_price {
    font-weight: 700;
    font-size: 1.6rem;
    color: #ee1b08;
    margin-top: 2px;
}
.hotel_list .hotel_box .htl_price span {
    font-size: 2.5rem;
    transform: skewX(-10deg);
    display: inline-block;
    margin-right: 1px;
}
.hotel_list .hotel_box .htl_info {
    font-size: 1.4rem; 
    margin-top: 2px;
}
.note_price {
    font-weight: normal;
    font-size: 1.4rem;
}
.search_anc {
    text-align: center;
    margin-top: 20px;
}
.search_anc a {
    position: relative;
    display: inline-block;
    max-width: 408px;
    text-align: center;
    background: #005a8c;
    padding: 10px 22px 10px 0;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    border: 2px solid #005a8c;
    transition: 0.2s;
    font-size: 1.7rem;
    font-weight: 700;
}
.search_anc a:after {
    position: absolute;
    content: "\e911";
    font-family: 'jttweb' !important;
    font-size: 1.7rem;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(180deg);
    color: #fff63e;
    font-weight: normal;
}
.search_anc a:hover {
    background: #fff;
    color: #005a8c;
}
/*------------------------------------------------------------------
その他バナー
------------------------------------------------------------------*/
.bnr_title {
	margin-top: 40px;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}
.bnr_title span {
	position: relative;
	display: inline-block;
	padding: 0 20px;
}
.bnr_title span:before,
.bnr_title span:after {
	position: absolute;
	top: 50%;
	content: "";
	display: inline-block;
	width: 2px;
	height: 28px;
	background: #333;
}
.bnr_title span:before {
	left: 0;
	transform: translateY(-50%) rotateZ(-30deg);
}
.bnr_title span:after {
	right: 0;
	transform: translateY(-50%) rotateZ(30deg);
}
.pick_up {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 12px;
	flex-wrap: wrap;
}
.pick_up li {
	position: relative;
	width: calc(100% / 4 - 5px);
	margin-bottom: 15px;
}
.pick_up li:hover {
	opacity: 0.8;
}
.pick_up li a {
	display: block;
}
/*------------------------------------------------------------------
EX旅パックとは
------------------------------------------------------------------*/
#about_ex {
    padding-top: 40px;
    text-align: center;
}
#about_ex h2{
	margin-bottom: 18px;
    font-size: 2.5rem;
    font-weight: 700;
}
#about_ex h2 span {
	position: relative;
    padding: 0 25px 0 52px;
    color: #0063a8;
}
#about_ex h2 span:before {
    content: "";
    position: absolute;
    width: 43px;
    height: 43px;
    top: -4px;
    left: 0;
    -webkit-mask-size: 100%;
    background: #0063a8;
    -webkit-mask-image: url(/plan/tokushu/chokuzen/images/ic001.webp)
}
#about_ex .ex_bg {
    padding: 20px 15px;
    border-radius: 10px;
    border: 4px double #0063a8c4;
}
#about_ex .ex_box {
    display: inline-block;
}
#about_ex .point_wrap li {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    text-align: left;
    padding: 2px 0;
    font-size: 1.6rem;
}
#about_ex .point_wrap li + li {
    margin-top: 10px;
}
#about_ex .point_wrap li .point_tag {
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff63e;
    background: #0063a8;
    margin-right: 10px;
    font-size: 90%;
    font-weight: 700;
}
#about_ex .point_wrap li .point_tag span {
    margin-left: 3px;
}
#about_ex .point_wrap li small {
    display: inline-block;
    margin: 0 -3px 0 -7px;
}
#about_ex .note_list {
    padding-left: 2.5em;
    text-indent: -2.5em;
    font-size: 1.3rem;
    text-align: left;
    margin-top: 10px;
    font-weight: normal;
}
#about_ex .btn_wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 15px;
}
#about_ex .btn_wrap .ex_btn {
    width: 45%;
}
#about_ex .btn_wrap .ex_btn + .ex_btn {
    margin-left: 10px;
}
#about_ex .btn_wrap .ex_btn a {
    display: block;
    padding: 10px 12px 10px 8px;
    background: #00a4e0;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    position: relative;
    border: 2px solid #00a4e0;
    transition: 0.3s;
    font-size: 1.5rem;
}
#about_ex .btn_wrap .ex_btn a:hover {
    color: #00a4e0;;
    background: #fff;
}
#about_ex .btn_wrap .ex_btn a:after {
    position: absolute;
    content: "\e902";
    font-family: 'jttweb' !important;
    font-size: 1.3rem;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-weight: normal;
}
/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　直前割ページ専用css  スマホ用 (999px以下)
--------------------------------------------------------------------
------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
#chokuzen {
	font-size: 1.5rem;
}
.inner {
	padding: 0 14px;
}
.pc_show {
	display: none;
}
.note {
    font-size: 1.2rem;
}
.sup {
	font-size: 1.2rem;
}
.br-tablet,
.br-sp,
.sp_show {
	display: block;
}
.lead_txt {
    font-size: 1.8rem;
}
/*------------------------------------------------------------------
準備中
------------------------------------------------------------------*/
.pre_txt {
	font-size: 1.8rem;
}
/*------------------------------------------------------------------
LINE連携
------------------------------------------------------------------*/
.line_link {
	margin-top: 15px;
	font-size: 1.7rem;
}
.line_link .first_limited .large_txt {
	font-size: 2.3rem;
}
.line_link .first_limited a {
	width: 360px;
}
.line_link .first_limited a:before {
	right: -10px;
	width: 40px;
	height: 35px;
}
/*------------------------------------------------------------------
自動カレンダー
------------------------------------------------------------------*/
.calendar_gadget {
    font-size: 1.3rem;
}
.calendar_inner {
    padding: 1px 10px 2px;
}
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
#chokuzen_search h2 {
    font-size: 1.8rem;
}
#chokuzen_search h2 span:before,
#chokuzen_search h2 span:after {
    height: 23px;
    top: 3px;
}
.search-app {
	padding: 12px 10px 20px;
}
/*------------------------------------------------------------------
おすすめのエリア・ホテル
------------------------------------------------------------------*/
#recommend_wrap {
    margin-top: 40px;
    padding: 30px 0;  
}
#recommend_wrap h2 {
    font-size: 2.6rem;
}
.hotel_list .hotel_box {
    width: calc((100% / 3) - 10px);
    margin: 0 5px 16px;
}
.hotel_list .hotel_box a {
    padding: 12px;
}
.hotel_list .hotel_box .htl_name {
    font-size: 1.6rem;
}
.hotel_list .hotel_box .htl_price {
    font-size: 1.4rem;
}
.hotel_list .hotel_box .htl_price span {
    font-size: 2.2rem;
}
.hotel_list .hotel_box .htl_info {
    font-size: 1.3rem;
}
.hotel_list .hotel_box .htl_access {
    font-size: 1.2rem;
}
.hotel_list .hotel_box .htl_access:before {
    width: 14px;
    height: 17px;
    top: 3px;
}
.search_anc a {
    max-width: 390px;
    font-size: 1.6rem;
}
/*------------------------------------------------------------------
その他バナー
------------------------------------------------------------------*/
.bnr_title {
	margin-top: 30px;
	padding: 0 15px;
	font-size: 1.8rem;
}
.bnr_title span {
    padding: 0 18px;
}
.bnr_title span:before,
.bnr_title span:after {
	width: 2px;
	height: 22px;
}

/*-------------------------------------------------------------------
EX旅パックとは
-------------------------------------------------------------------*/
#about_ex h2{
    margin-bottom: 12px;
    font-size: 2.2rem;
}
#about_ex h2 span {
    padding: 0 20px 0 45px;
}
#about_ex h2 span:before {
	width: 36px;
	height: 36px;
	top: -5px;
}
#about_ex .point_wrap li {
    font-size: 1.4rem;
}
#about_ex .btn_wrap .ex_btn a {
    font-size: 1.4rem;
}
#about_ex .note_list {
    font-size: 1.2rem;
}
}
/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　直前割ページ専用css  スマホ用 (767px以下)
--------------------------------------------------------------------
------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
.br-tablet {
    display: none;
}
/*-------------------------------------------------------------------
おすすめのエリア・ホテル
-------------------------------------------------------------------*/
.hotel_list {
    margin: 0 auto;
    max-width: 650px;
}
.hotel_list .hotel_box {
    width: calc((100% / 2) - 16px);
    margin: 0 8px 16px;
}
.hotel_list .hotel_box a {
    padding: 15px;
}
}
/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　直前割ページ専用css  スマホ用 (599px以下)
--------------------------------------------------------------------
------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
#chokuzen {
	font-size: 1.4rem;
}
.br-599 {
	display: block;
}
.br_pc {
	display: none;
}
/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_txt {
	font-size: 1.5rem;
    line-height: 1.45;
    padding: 5px 0 9px;
}
.lead span.lead_inner:before {
    left: -35px;
}
.lead span.lead_inner:after {
    right: -32px;
}
.lead span.lead_inner:before,
.lead span.lead_inner:after {
    top: 30%;
}
/*------------------------------------------------------------------
LINE連携
------------------------------------------------------------------*/
.line_link {
	margin-top: 14px;
	font-size: 1.5rem;
}
.line_link .first_limited .large_txt {
	font-size: 2.1rem;
}
.line_link .first_limited a {
	width: 97%;
}
.line_link .first_limited a:before {
	bottom: -5px;
	width: 35px;
	height: 30px;
}
/*------------------------------------------------------------------
自動カレンダー
------------------------------------------------------------------*/
.calendar_wrap {
	display: block;
	width: 98%;
	margin: 25px auto 0;
}
.calendar_wrap:before, .calendar_wrap:after {
    top: -10px;
    height: 12px;
}
.calendar_wrap:before {
	left: 10%;
}
.calendar_wrap:after {
	right: 10%;
}
.calendar_inner {
    display: block;
    padding: 0px 0px 1px;
}
.calendar_gadget {
	font-size: 1.35rem;
}
.calendar_gadget + .calendar_gadget {
    margin-top: -4px;
}
.calendar_txt {
    padding: 1px 3px 3px;
}
.calendar_gadget .large_txt:after {
    width: 26px;
    height: 29px;
    top: 6px;
}
.calendar_gadget .large_txt {
	font-size: 2.3rem;
    margin: 0 2px;
    min-width: 25px;
    min-height: 39px;
}
.calendar_gadget .week_wrap .week {
	width: 23px;
	height: 23px;
}
/*------------------------------------------------------------------
対象エリア
------------------------------------------------------------------*/
.area_info {
    max-width: 98%;
    width: 98%;
}
.area_info dd {
    padding: 8px 12px 10px;
}
.area_info dd .check_c {
    font-size: 1.25rem;
    line-height: 1.45;
}
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
#chokuzen_search {
    margin-top: 25px;
}
#chokuzen_search h2 {
    font-size: 1.48rem;
}
#chokuzen_search h2 span {
    padding: 0 12px;
}
#chokuzen_search h2 span:before,
#chokuzen_search h2 span:after {
    height: 18px;
    top: 3px;
}
.search-app {
	padding-bottom: 12px;
}
/*吹き出し*/
.seach_fukidashi p span {
    font-size: 1.3rem;
    display: block;
    padding: 5px;
}
/*------------------------------------------------------------------
おすすめのエリア・ホテル
------------------------------------------------------------------*/
#recommend_wrap {
    margin-top: 35px;
    padding: 22px 0 30px;
}
#recommend_wrap h2 {
    font-size: 2.0rem;
    margin-bottom: 22px;
    padding-top: 23px;
}
#recommend_wrap h2:after {
    font-size: 1.4rem;
}
.hotel_list {
    display: block;
}
.hotel_list .hotel_box {
    width: 100%;
    margin: 0 auto 18px;
}
.hotel_list .hotel_box a {
    padding: 12px 10px 14px;
}
.hotel_list .hotel_box .area_tag {
    padding: 28px 21px 22px 15px;
    font-size: 1.2rem;
    top: -18px;
    left: -10px;
    width: 75px;
    height: 67px;
}
.hotel_list .hotel_box .flex_sp {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.hotel_list .hotel_box .flex_sp figure {
    width: 33%;
    padding: 0 0 0;
    margin: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
    flex-direction: column;
}
.hotel_list .hotel_box figure figcaption {
    font-size: 0.9rem;
}
.hotel_list .hotel_box .htl_name {
    font-size: 1.55rem;
}
.hotel_list .hotel_box .htl_txt {
    width: 65%;
    padding-left: 0.8%;
}
.hotel_list .hotel_box .htl_price {
    font-size: 1.3rem;
}
.hotel_list .hotel_box .htl_price span {
    font-size: 2.15rem;
}
.hotel_list .hotel_box .htl_info {
    font-size: 1.15rem;
}
.note_price {
    font-size: 1.3rem;
}
.search_anc {
    margin-top: 25px;
}
.search_anc a {
    font-size: 1.45rem;
}
.search_anc a:after {
    font-size: 1.55rem;
    right: 10px;
}
/*------------------------------------------------------------------
その他バナー
------------------------------------------------------------------*/
.pick_up {
	display: block;
}
.pick_up li {
	width: 80%;
	margin: 0 auto;
}
.pick_up li + li {
	margin-top: 12px;
}

/*------------------------------------------------------------------
EX旅パックとは
------------------------------------------------------------------*/
#about_ex .ex_bg {
    border-width: 2px;
}
#about_ex .btn_wrap {
    display: block;
}
#about_ex .btn_wrap .ex_btn {
    width: 100%;
}
#about_ex .btn_wrap .ex_btn + .ex_btn {
    margin-left: 0;
    margin-top: 10px;
}
}
@media screen and (max-width: 370px) {
.lead_txt {
    font-size: 4.35vw;
}
#chokuzen_search h2 {
    font-size: 4vw;
}
.line_link .first_limited a {
    width: 100%;
}
.calendar_wrap {
    width: 100%;
}
.area_info dd {
    padding: 8px 10px 10px;
    font-size: 1.35rem;
}
.seach_fukidashi p span {
    font-size: 3.6vw;
}
#recommend_wrap h2 {
    font-size: 5.3vw;
}
.search_anc a {
    font-size: 3.75vw;
}
.hotel_list .hotel_box .htl_price span {
    font-size: 6vw;
}
.bnr_title span {
    font-size: 1.7rem;
    padding: 0 12px;
}
}