@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　U29専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
#contents {
	max-width: inherit;
}
#u29 {
	color: #001938;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
}
.inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	overflow: visible;
}
#u29 h2 {
	margin-bottom: 30px;
	color: #10b5f6;
	font-size: 3.2rem;
	font-weight: bold;
}
#u29 h2 span {
	position: relative;
	display: inline-block;
}
#u29 h2 span:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
}
.sp_show,
.br-tablet,
.br-599 {
	display: none;
}
.sup {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 1.6rem;
	font-weight: 400;
}
.txt_link {
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/*------------------------------------------------------------------
準備ページ
------------------------------------------------------------------*/
.pre_txt {
	margin-top: 22px;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
}
/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.main-img {
	margin: 14px auto 0;
	background: #48cbff;
	text-align: center;
}
/*------------------------------------------------------------------
終了対応
------------------------------------------------------------------*/
.end_txt {
	background: #888;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 2.0rem;
}
.coupon_main .end_txt {
	background: #888;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 1.6rem;
    width: 460px;
    margin: 10px auto 0;
}
.btn_gray {
    text-align: center;
    width: 350px;
    margin: 0 auto;
    background: #888;
    color: #fff;
    padding: 12px 10px 14px;
    margin-top: 30px;
    border-radius: 5px;
}
/*------------------------------------------------------------------
重要なお知らせ
------------------------------------------------------------------*/
.info {
	padding: 10px;
	border: 2px solid #d30004;
	border-radius: 10px;
	background: #fff;
	text-align: center;
    font-weight: 400;
    font-size: 1.6rem;
}
.info .info_inner {
	display: inline-block;
	text-align: left;
}
/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_wrap {
	padding: 15px 0;
    text-align: center;
}
#u29 .lead_wrap .lead_txt {
    color: #001938;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.5;
}
#u29 .lead_wrap .lead_txt .coupon_price {
	color: #ff37c5;
}

/*------------------------------------------------------------------
メニューアンカー
------------------------------------------------------------------*/
.menu_anc ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	max-width: 620px;
	margin: 0 auto;
}
.menu_anc li {
	width: calc(100% / 2 - 5px);
}
.menu_anc li a {
    display: block;
    border: 2px solid #10b5f6;
    padding: 10px 5px 10px 0;
    color: #fff;
    font-size: 1.7rem;
    text-align: center;
    transition: .25s ease;
    border-radius: 5em;
    background-color: #10b5f6;
    font-weight: bold;
    position: relative;
}
.menu_anc li a:after {
    position: absolute;
    top: 50%;
    right: 16px;
    content: '\e911';
    font-family: 'jttweb' !important;
    font-weight: normal;
    font-size: 1.6rem;
    transform: translateY(-50%);
}
.menu_anc li a:hover {
    background-color: #fff;
    color: #10b5f6;
}

/*------------------------------------------------------------------
割引クーポン
------------------------------------------------------------------*/
.coupon {
	padding-top: 30px;
}
.coupon .coupon_main {
	padding: 15px 30px;
	background: #fff2fc;
}
.coupon .coupon_img {
	text-align: center;
}
.coupon .coupon_img figure {
	max-width: 450px;
	margin: 0 auto 5px;
}
.coupon .coupon_wrap {
	margin-top: 30px;
}
.coupon .coupon_title {
	padding: 8px 10px 10px;
	color: #fff;
	background: #ff4fcc;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
    position: relative;
    cursor: pointer;
}
.coupon .coupon_title:before,
.coupon .coupon_title:after {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(-50%, -50%);
    content: "";
    width: 20px;
    height: 3px;
    background: #fff;
    transition: transform 0.3s;
}
.coupon .coupon_title:before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.coupon .coupon_title.open:before {
    transform: translate(-50%, -50%);
}
.coupon .coupon_inner {
	border: 2px solid #ff37c5;
	padding: 20px;
}
.coupon .coupon_inner .coupon_box + .coupon_box {
	margin-top: 20px;
}
.coupon .coupon_inner .coupon_box dt {
	position: relative;
	margin-bottom: 4px;
	border-bottom: 1px solid;
	color: #ff37c5;
	font-size: 2rem;
	font-weight: bold;
}
.coupon .coupon_inner .coupon_area {
	margin-top: 10px;
}
.coupon .coupon_inner .coupon_area dt {
	margin-bottom: 0;
	padding-left: 1em;
	border-bottom: none;
	font-size: 1.8rem;
}
.coupon .coupon_inner .coupon_area dt:before {
	position: absolute;
	left: 0;
	content: "・";
}
.coupon #coupon_attention li + li {
	margin-top: 10px;
}
/*LINEからクーポンを獲得する */
.btn_line a {
	position: relative;
	display: block;
	width: 340px;
	margin: 20px auto 0;
	padding: 20px 0 22px;
	border: 2px solid #005e27;
	border-radius: 10px;
	color: #fff;
	background: #15a651;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	box-shadow: 3px 4px 0 0 #005e27;
	transition: .25s ease;
}
.btn_line a:after {
	position: absolute;
	bottom: -18px;
	right: -20px;
	content: "";
	width: 65px;
	height: 57px;
	background: url(/plan/tokushu/u29/images/ic_hand.webp) no-repeat right bottom / contain;
}
.btn_line a:hover {
	transform: translate(3px, 4px);
	box-shadow: none;
}
.apply_anc {
	z-index: 3;
	position: fixed;
	bottom: 120px;
	right: 20px;
	padding: 10px 20px 15px;
	border: 2px solid #15a651;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 3px 10px 0 rgb(0 0 0 / 20%);
	transition: .25s ease;
    max-width: 285px;
}
.apply_anc.btn_line a {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    width: auto;
    margin-top: 5px;
    padding: 10px 36px;
    font-size: 1.6rem;
    line-height: 1.4;
}
.apply_anc.btn_line a:after {
    bottom: -10px;
    right: -15px;
    width: 45px;
    height: 39px;
}
.apply_anc.btn_line .anc_note {
    display: block;
    margin-top: 10px;
    font-size: 1.3rem;
}
.apply_anc.btn_line .line_fukidashi {
    position: absolute;
    z-index: 4;
    top: -20px;
    left: -15px;
    text-align: center;
    line-height: 1.15;
    font-weight: bold;
    background: #fdff00;
    width: 72px;
    height: 72px;
    align-content: center;
    border-radius: 5rem;
    filter: drop-shadow(1px 1px 0px #001938) drop-shadow(-1px -1px 0px #001938) drop-shadow(-1px 1px 0px #001938) drop-shadow(1px -1px 0px #001938);
    animation: attention 2s infinite;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.apply_anc.btn_line .line_fukidashi:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #fdff00;
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
    bottom: 12px;
    right: 0px;
    transform: rotate(6deg);
}
.apply_anc.btn_line .line_fukidashi .get {
    position: relative;
    left: 2px;
}
@keyframes attention {
0%, 20%, 40%, 100% {
   transform: scale(1);
}
10%, 30% {
   transform: scale(1.1);
}
}
/*------------------------------------------------------------------
クーポンの使い方
------------------------------------------------------------------*/
.apply_flow {
	margin-top: 50px;
	padding-top: 35px;
	background: #10b5f6;
    padding-bottom: 50px;
}
#u29 .apply_flow h2 span {
    color: #fff;
	padding-left: 55px;
}
#u29 .apply_flow h2 span:before {
	top: -11px;
	width: 41px;
	height: 64px;
	background-image: url(/plan/tokushu/u29/images/ic_phone.webp);
}
.apply_flow .flow_box {
    position: relative;
    padding: 15px 10px 25px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
}
.apply_flow .flow_box + .flow_box {
	margin-top: 35px;
}
.flow_box .arrow_wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -29px;
}
.flow_box .arrow {
    width: 20px;
    height: 8px;
    background: #ffffffba;
    display: block;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.flow_box .arrow:nth-child(2) {
    margin-top: 30%;
}
.apply_flow .flow_box:last-of-type:after {
	content: none;
}
.apply_flow .flow_flex {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.apply_flow .flow_flex figure {
	width: 14%;
	min-width: 105px;
}
.apply_flow .flow_flex .txt_wrap {
	width: 78%;
	margin: 10px 0 0 30px;
}
.apply_flow .flow_box:first-of-type .flow_flex .txt_wrap {
    width: 100%;
}
.apply_flow .btn_line a {
    margin-top: 10px;
}
.apply_flow .btn_line a:after {
    content: none;
}
.apply_flow .btn_line a:before {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    content: '\e902';
    font-family: 'jttweb' !important;
    font-weight: normal;
    font-size: 90%;
}
#apply_flow h3 {
	position: relative;
	margin-bottom: 12px;
	padding-left: 35px;
	color: #09aeee;
	font-size: 2.2rem;
}
#apply_flow h3 .number {
	position: absolute;
	top: -1px;
	left: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	color: #fff;
	background: #09aeee;
}
.apply_flow .ex_btn a {
	position: relative;
	display: block;
	width: 360px;
	margin: 10px auto 0;
	padding: 9px 20px 11px;
	border: 2px solid #004ea2;
	border-radius: 50px;
	color: #fff;
	background: #004ea2;
	text-align: center;
	transition: .25s ease;
    font-weight: bold;
}
.apply_flow .ex_btn a:hover {
	color: #004ea2;
	background: #fff;
}
.apply_flow .ex_btn a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	content: "\e902";
	font-family: 'jttweb' !important;
	font-size: 1.2rem;
}
#apply_flow ul.sup {
    display: inline-block;
    text-align: left;
    margin-top: 12px;
}
/*------------------------------------------------------------------
新幹線パックを探す
------------------------------------------------------------------*/
.search_cat + .search_cat {
    padding-top: 55px;
}
.search_cat h3 {
	text-align: center;
    padding: 5px 0;
    border-bottom: 2px solid #10b5f6;
    border-top: 2px solid #10b5f6;
}
.search_cat h3 span {
	position: relative;
	display: inline-block;
	font-size: 2.6rem;
	font-weight: bold;
}
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
#u29 #search_plan {
    padding-top: 45px;
}
#u29 .plan_search h2 span {
    padding-left: 62px;
}
#u29 .plan_search h2 span:before {
	top: -2px;
	width: 49px;
	height: 49px;
	background-image: url(/plan/tokushu/u29/images/ic_loupe.webp);
}
.section .search-app .fw-modal-header h3 {
    border: 0;
}
.section .search-app .fw-search-top__item--keyword {
    display: none;
}
.search-app .gadget_box.tour {
	margin-top: 15px;
}
.plan_search .coupon_anc {
	margin-top: 6px;
	font-size: 2rem;
	text-align: center;
}
.search-app .tab {
	margin-top: 22px;
}
.search-app .tab_content {
    margin-bottom: 0;
}
.search-app .tab .tab-btn {
	display: flex;
	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;
}
.search-app .tab .tab-btn img {
	width: auto;
	height: 32px;
	margin-right: 15px;
}
.search-app .tab .tab-btn p {
	margin-top: 5px;
}
.search_new_plan {
	margin: 12px 0 -11px;
	text-align: left;
}
.search_new_plan p span {
	margin: auto;
	background: #fff;
}
.bubble {
	display: table;
	padding: 5px 15px 2px;
	position: relative;
	border: 1px solid #055187;
	border-radius: 10px;
}
.bubble span {
	background: linear-gradient(transparent 69%, #ffe339 60%)!important;
}
.bubble:before,
.bubble:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: calc(50% - 20px);
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}
.bubble:before {
	bottom: -11px;
	border-top: 11px solid #055187;
}
.bubble:after {
	bottom: -10px;
	border-top: 11px solid #fff;
}
.bubble .txt-nomal {
	color: #333;
	background: none!important;
	font-weight: normal;
	font-size: 1.3rem;
}
.section .fw-modal-header h2:before,
.section .fw-modal-header h2:after {
    content: none;
}
.search-app .gadget_box.dp {
    margin-top: 15px;
}
/*吹き出し*/
.seach_fukidashi p {
    text-align: center;
}
.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;
}
.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%);
}
.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);
}
/*こだわりツアー検索窓*/
.seach-box.tour {
	width: 100%;
    padding: 27px 30px 25px;
}
.seach-box.tour .form {
	max-width: 1000px;
	width: 100%;
	background: #f8f8f8;
	border-radius: 10px;
    margin-top: 15px;
}
.fw-top .fw-search-top--tour .fw-search-top__item--theme {
    display: none!important;
}

/*------------------------------------------------------------------
SALEから探す
------------------------------------------------------------------*/
#search_plan .search_sale .bnr_list li {
    width: calc(100% / 3 - 14px);
}

/*------------------------------------------------------------------
テーマパークから探す
------------------------------------------------------------------*/
.themepark .park-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.themepark .park_list + .park_list {
	margin-left: 15px;
}
.themepark .park_list {
	margin: 0;
	padding: 15px 16px;
	border-radius: 10px;
	background-color: #fff;
	width: calc((100% - 15px) / 2);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
}
.themepark .park_list .plan_name {
	height: auto;
	padding: 0 0 9px;
	font-weight: 600;
	font-size: 1.6rem;
	text-align: center;
    align-content: center;
}
.themepark .park_list .mv_bnr {
	width: 90%;
	margin: 0 auto;
}
.themepark .tdr .reg {
	vertical-align: bottom;
	line-height: 1;
}
.themepark .park_list .detail {
    margin-top: 20px;
    text-align: center;
}
.themepark .park_list .detail a {
    display: inline-block;
    width: 100%;
    border: 2px solid #ff97e1;
    padding: 8px;
    border-radius: 5em;
    position: relative;
    color: #001938;
    font-weight: bold;
    text-decoration: none;
    transition: .25s ease;
}
.themepark .park_list .detail a:after {
	font-family: 'jttweb' !important;
	content: "\e909";
	width: 26px;
	height: 26px;
	position: absolute;
	top: calc(50% - 13px);
	right: 7px;
	font-size: 1.7rem;
    font-weight: normal;
    color: #ff97e1;
}
.themepark .park_list .detail a:hover,
.themepark .park_list .detail a:active {
	opacity: 0.7;
}
@media screen and (min-width:1000px) {
.themepark .park-wrap {
    margin: 20px 80px 0;
}
.themepark .inner .park_list {
	padding: 15px 12px;
}
.themepark .inner .one_thing .park_list {
	width: calc(100% / 2);
}
.themepark .inner .park_list:nth-of-type(n+2) {
	margin-left:15px;
}
.themepark .inner .park_list .plan_name{
	height: 65px;
	padding: 10px 5px;
	font-size: 1.8rem;
	text-align: left;
}
.themepark .inner .park_list .height01{
	padding-top: 11px;
	text-align: center;
}
.themepark .park_list .detail a {
	width: 90%;
}
}

/*------------------------------------------------------------------
バナー
------------------------------------------------------------------*/
#search_plan .bnr_list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    gap: 18px;
    margin: 20px auto 0;
    justify-content: center;
}
#search_plan .bnr_list li {
	width: calc(100% / 4 - 14px);
}
#search_plan .bnr_list li a {
	display: block;
	transition: .25s ease;
}
#search_plan .bnr_list li a:hover {
	opacity: 0.7;
}
#search_plan .bnr_list li dd {
	padding-top: 5px;
	font-size: 1.6rem;
}
#search_plan .all_btn {
    margin-top: 20px;
    text-align: center;
}
#search_plan .all_btn a {
    position: relative;
    display: inline-block;
    width: 300px;
    padding: 8px;
    background:  #10b5f6;
    color: #fff;
    border-radius: 5px;
    border: 2px solid  #10b5f6;
    font-weight: bold;
    transition: .25s ease;
}
#search_plan .all_btn a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    content: '\e902';
    font-family: 'jttweb' !important;
    font-weight: normal;
    font-size: 90%;
}
#search_plan .all_btn a:hover {
    opacity: 0.7;
}
/*人気のエリアから探す*/
#search_plan .search_area .bnr_list li dd {
    text-align: center;
}

/*------------------------------------------------------------------
EX旅パックとは？
------------------------------------------------------------------*/
.ex_about {
	margin-top: 50px;
	padding-top: 40px;
	text-align: center;
    background: #e5f6ff;
    padding-bottom: 40px;
}
#u29 .ex_about h2 span {
	padding-left: 62px;
}
#u29 .ex_about h2 span:before {
	top: -2px;
	width: 49px;
	height: 49px;
	background-image: url(/plan/tokushu/u29/images/ic_shinkansen.webp);
}
.ex_about .ex_box {
	display: inline-block;
	padding: 20px 80px;
	background: #ffffff;
    border-radius: 10px;
}
.ex_about .point_wrap li {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding: 2px 0;
	font-weight: 600;
	text-align: left;
}
.ex_about .point_wrap li + li {
	margin-top: 10px;
}
.ex_about .point_wrap li .point_tag {
    padding: 3px 7px;
    margin-right: 10px;
    border-radius: 5px;
    background: #fff13c;
    font-size: 90%;
    font-weight: 700;
    color: #10b5f6;
}
.ex_about .point_wrap li .point_tag span {
	margin-left: 2px;
}
.ex_about .point_wrap li small {
	display: inline-block;
	margin: 0 -3px 0 -7px;
}
.ex_about .sup {
	margin-top: 10px;
	margin-left: 2.5em;
	text-indent: -2.5em;
	text-align: left;
}
.ex_about .btn_wrap {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 15px;
}
.ex_about .btn_wrap .ex_btn {
	width: 45%;
}
.ex_about .btn_wrap .ex_btn + .ex_btn {
	margin-left: 10px;
}
.ex_about .btn_wrap .ex_btn a {
	position: relative;
	display: block;
	padding: 8px 22px 11px;
	border: 2px solid #10b5f6;
	border-radius: 50px;
	color: #fff;
	background: #10b5f6;
	transition: .25s ease;
    font-weight: bold;
}
.ex_about .btn_wrap .ex_btn a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	content: "\e902";
	font-family: 'jttweb' !important;
	font-size: 1.2rem;
}
.ex_about .btn_wrap .ex_btn a:hover {
	color: #10b5f6;
	background: #fff;
}
/*ご案内*/
.ex_about .information {
	margin-top: 30px;
	padding: 12px 20px 20px;
	border: 2px dotted #004ea2;
	text-align: center;
}
.ex_about .information dt {
	display: inline-block;
	margin-bottom: 8px;
	padding: 1px 31px 0;
	color: #004ea2;
	background-image: url(/plan/tokushu/u29/images/ic_info.webp);
	background-repeat: no-repeat;
	background-position: left top 4px;
	background-size: auto 82%;
	font-size: 2rem;
	text-align: center;
}
.ex_about .ex_app {
	text-align: center;
	margin-top: 10px;
}
.ex_about .ex_app a {
	position: relative;
	display: block;
	width: 360px;
	margin: 0 auto;
	padding: 8px 20px 10px;
	border: 2px solid #004ea2;
	border-radius: 50px;
	color: #fff;
	background: #004ea2;
	transition: .25s ease;
    font-weight: bold;
}
.ex_about .ex_app a:hover {
	color: #004ea2;
	background: #fff;
}
.ex_about .ex_app a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	content: "\e902";
	font-family: 'jttweb' !important;
	font-size: 1.2rem;
}
.ex_about .information dd .indent {
    text-align: left;
    display: inline-block;
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅999px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
#u29 {
	font-size: 1.7rem;
}
.main-img {
    margin-top: 0;
}
.inner {
	padding: 0 14px;
}
#u29 h2 {
	margin-bottom: 25px;
	font-size: 3rem;
}
.br-tablet {
	display: block;
}
.sup {
	font-size: 1.5rem;
}
/*------------------------------------------------------------------
準備ページ
------------------------------------------------------------------*/
.pre_txt {
	font-size: 1.7rem;
}
/*------------------------------------------------------------------
終了対応
------------------------------------------------------------------*/
.end_txt {
	padding: 15px;
    font-size: 1.6rem;
}
.coupon_main .end_txt {
	font-size: 1.5rem;
}

/*------------------------------------------------------------------
重要なお知らせ
------------------------------------------------------------------*/
.info {
	width: 100%;
    font-size: 1.4rem;
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
#u29 .lead_wrap .lead_txt {
    font-size: 1.8rem;
}

/*------------------------------------------------------------------
メニューアンカー
------------------------------------------------------------------*/
.menu_anc li a:after {
	font-size: 1.5rem;
}

/*------------------------------------------------------------------
割引クーポン
------------------------------------------------------------------*/
.coupon .coupon_title {
	padding: 8px 10px 9px;
	font-size: 2rem;
}
.coupon .coupon_inner .coupon_box dt {
	font-size: 1.9rem;
}
.coupon .coupon_inner .coupon_area dt {
	font-size: 1.7rem;
}
/*LINEからクーポンを獲得する */
.btn_line a:after {
    width: 60px;
    height: 52px;
}
.apply_anc {
	bottom: 0;
	right: 0;
	width: 100vw;
	padding: 5px 10px 14px;
	border: none;
	border-radius: 0;
	background: rgb(255 255 255 / 95%);
	box-shadow: 0 3px 10px 0 rgb(0 0 0 / 50%);
    max-width: 100%;
}
.apply_anc.btn_line a {
    width: 340px;
    padding: 15px 36px;
}
.apply_anc.btn_line .anc_note {
    font-size: min(3.2vw, 1.2rem);
    text-align: center;
    width: 100%;
}
.apply_anc.btn_line .line_fukidashi {
    top: -26px;
    left: calc(100% / 2 - 215px);
}

/*------------------------------------------------------------------
クーポンの使い方
------------------------------------------------------------------*/
.apply_flow {
	margin-top: 40px;
	padding-top: 30px;
    padding-bottom: 40px;
}
#u29 .apply_flow h2 span {
	padding-left: 49px;
}
#u29 .apply_flow h2 span:before {
	top: -8px;
	width: 37px;
	height: 58px;
}
.apply_flow .ex_btn a:after {
	right: 7px;
}

/*------------------------------------------------------------------
新幹線パックを探す
------------------------------------------------------------------*/
.search_cat h3 span {
	font-size: 2.4rem;
}
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
#u29 #search_plan {
    padding-top: 30px;
}
#u29 .plan_search h2 span {
    padding-left: 56px;
}
#u29 .plan_search h2 span:before {
    top: -1px;
    width: 45px;
    height: 46px;
}
.plan_search .coupon_anc {
	font-size: 1.9rem;
}
.search-app .tab .tab-btn {
	font-size: 1.4rem;
}
.search_new_plan .txt-nomal {
	font-size: 1.0rem;
}
.search-app .seach-box {
	padding: 18px 10px 27px;
}
/*こだわりツアー検索窓*/
.seach-box.tour {
	padding: 18px 15px 25px;
}

/*------------------------------------------------------------------
SALEから探す
------------------------------------------------------------------*/
#search_plan .search_sale .bnr_list li {
    width: calc(100% / 2 - 14px);
}

/*------------------------------------------------------------------
テーマパークから探す
------------------------------------------------------------------*/
.themepark .park-wrap {
    margin-top: 20px;
}
.themepark .park_list {
	padding: 15px 12px;
}
.themepark .park_list .plan_name {
	font-size: 1.5rem;
}

/*------------------------------------------------------------------
バナー
------------------------------------------------------------------*/
#search_plan .bnr_list {
    max-width: 600px;
}
#search_plan .bnr_list li {
    width: calc(100% / 2 - 14px);
}
/*------------------------------------------------------------------
EX旅パックとは？
------------------------------------------------------------------*/
.ex_about {
	margin-top: 40px;
	padding-top: 30px;
    padding-bottom: 30px;
}
#u29 .ex_about h2 span {
	padding-left: 56px;
}
#u29 .ex_about h2 span:before {
	top: -1px;
	width: 45px;
	height: 46px;
}
.ex_about .ex_box {
	padding: 15px 20px;
}
.ex_about .point_wrap li {
	font-size: 1.6rem;
}
.ex_about .btn_wrap .ex_btn {
	width: 47%;
}
.ex_about .btn_wrap .ex_btn a {
	padding: 8px 15px 11px;
	font-size: min(2.5vw, 1.6rem);
}
.ex_about .btn_wrap .ex_btn a:after {
	right: 7px;
}
/*ご案内*/
.ex_about .information dt {
	padding: 1px 28px 0;
	font-size: 1.8rem;
}
.ex_about .ex_app a:after {
	right: 7px;
}
}

/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅700px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 700px) {
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.search-app .tab .tab-btn {
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 70px;
}
.search-app .tab .tab-btn img {
	width: auto;
	height: 30px;
	margin-right: 0;
}
}

/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅599px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
#u29 {
	font-size: 1.6rem;
}
#u29 h1 {
	font-size: min(3.8vw, 1.6rem);
}
#u29 h2 {
	margin-bottom: 20px;
	font-size: 2.4rem;
}
#u29 h2:before {
	width: 70px;
}
.pc_show,
.br-tablet,
.br-lead {
	display: none;
}
.sp_show,
.br-599 {
	display: block;
}
.sup {
	font-size: 1.4rem;
}
/*------------------------------------------------------------------
準備ページ
------------------------------------------------------------------*/
.pre_txt {
	margin-top: 12px;
}
/*------------------------------------------------------------------
終了対応
------------------------------------------------------------------*/
.end_txt {
	font-size: 1.5rem;
}
.coupon_main .end_txt {
	font-size: 1.4rem;
    width: 100%;
}
.btn_gray {
    width: 90%;
    margin-top: 25px;
}
/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_wrap {
    padding: 6px 0;
}
#u29 .lead_wrap .lead_txt {
	font-size: min(4.2vw, 1.7rem);
    line-height: 1.5;
}

/*------------------------------------------------------------------
メニューアンカー
------------------------------------------------------------------*/
.menu_anc li {
    width: calc(100% / 2 - 3px)
}
.menu_anc li a {
	padding: 6px 8px 6px 0;
	font-size: min(3.65vw, 1.6rem);
}
.menu_anc li a:after {
    right: 7px;
    font-size: 1.2rem;
}

/*------------------------------------------------------------------
割引クーポン
------------------------------------------------------------------*/
.coupon {
	padding-top: 16px;
}
.coupon .coupon_main {
	padding: 7px 10px;
}
.coupon .coupon_img figure {
    width: 84%;
}
.coupon .sup {
	display: inline-block;
	text-align: left;
    width: 85%;
    font-size: 1.3rem;
    line-height: 1.4;
}
.coupon .coupon_wrap {
	margin-top: 25px;
}
.coupon .coupon_title {
	padding: 7px 10px 8px;
	font-size: 1.8rem;
}
.coupon .coupon_title:before,
.coupon .coupon_title:after {
    width: 15px;
}
.coupon .coupon_inner {
	padding: 15px 10px;
}
.coupon .coupon_inner .coupon_box dt {
	font-size: 1.8rem;
}
.coupon .coupon_inner .coupon_area dt {
	font-size: 1.6rem;
}
/*LINEからクーポンを獲得する */
.btn_line a {
    width: 90%;
    padding: 12px 0 14px;
    font-size: 1.6rem;
    margin: 10px auto 0;
}
.btn_line a:after {
	bottom: -14px;
	width: 50px;
	height: 43px;
}
.apply_anc {
    padding: 5px 10px 14px;
}
.apply_anc.btn_line a {
    width: calc(90% - 29px);
}
.apply_anc.btn_line .line_fukidashi {
    width: 62px;
    height: 62px;
    left: 8px;
    font-size: 1.7rem;
    top: -22px;
}

/*------------------------------------------------------------------
クーポンの使い方
------------------------------------------------------------------*/
#u29 .apply_flow h2 span {
	padding-left: 41px;
}
#u29 .apply_flow h2 span:before {
	width: 31px;
	height: 48px;
}
.apply_flow .flow_box {
	padding: 17px 10px 20px;
}
.apply_flow .flow_box + .flow_box {
    margin-top: 28px;
}
.flow_box .arrow {
    width: 18px;
    height: 6px;
}
.flow_box .arrow_wrap {
    bottom: -22px;
}
.flow_box .arrow:nth-child(2) {
    margin-top: 25%;
}
#apply_flow h3 {
	padding-left: 30px;
	font-size: 1.8rem;
}
#apply_flow h3 .number {
	width: 25px;
	height: 25px;
}
.apply_flow .ex_btn a {
	width: 100%;
	max-width: 325px;
}
.apply_flow .ex_btn a:after {
	right: 5px;
}
.apply_flow .flow_flex figure {
	min-width: 82px;
}
.apply_flow .flow_flex .txt_wrap {
	margin: 0 0 0 10px;
}
.apply_flow .btn_line a {
    margin-top: 0;
}

/*------------------------------------------------------------------
新幹線パックを探す
------------------------------------------------------------------*/
.search_cat + .search_cat {
    padding-top: 42px;
}
.search_cat h3 span {
	font-size: min(5.5vw, 1.9rem);
}
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
#u29 .plan_search h2 span {
    padding-left: 49px;
}
#u29 .plan_search h2 span:before {
    top: -2px;
    width: 39px;
    height: 40px;
}
.plan_search .coupon_anc {
	font-size: min(3.8vw, 1.6rem);
}
.search-app .tab .tab-btn p {
	font-size: 1.1rem;
}
.seach_fukidashi p span {
    font-size: 1.3rem;
    display: block;
    padding: 5px;
}

/*------------------------------------------------------------------
SALEから探す
------------------------------------------------------------------*/
#search_plan .search_sale .bnr_list li {
    width: 80%;
}
/*------------------------------------------------------------------
テーマパークから探す
------------------------------------------------------------------*/
.themepark .park-wrap {
    display: block;
    margin-top: 16px;
}
.themepark .park_list {
	width: 100%;
    padding: 15px 10px;
}
.themepark .park_list + .park_list {
    margin-top: 15px;
	margin-left: 0;
}
.themepark .park_list .plan_name {
    font-size: min(4vw, 1.4rem);
}

/*------------------------------------------------------------------
バナー
------------------------------------------------------------------*/
#search_plan .bnr_list {
    gap: 15px 10px;
    margin-top: 16px;
}
#search_plan .bnr_list li {
	width: calc(100% / 2 - 5px);
}
#search_plan .bnr_list li dd {
	font-size: 1.4rem;
}

/*------------------------------------------------------------------
EX旅パックとは？
------------------------------------------------------------------*/
#u29 .ex_about h2 span {
	padding-left: 49px;
}
#u29 .ex_about h2 span:before {
	top: -2px;
	width: 39px;
	height: 40px;
}
.ex_about .ex_box {
	padding: 12px 10px 15px;
}
.ex_about .btn_wrap {
	display: block;
}
.ex_about .btn_wrap .ex_btn {
	width: 100%;
}
.ex_about .btn_wrap .ex_btn + .ex_btn {
	margin: 10px 0 0;
}
.ex_about .btn_wrap .ex_btn a {
	font-size: min(4.6vw, 1.6rem);
}
.ex_about .btn_wrap .ex_btn a:after {
	right: 5px;
}
/*ご案内*/
.ex_about .information {
	margin-top: 25px;
	padding: 12px 10px 20px;
}
.ex_about .information dd {
	text-align: left;
}
.ex_about .ex_app a {
	max-width: 325px;
	width: 100%;
	padding: 8px 15px 10px;
	font-size: min(4.6vw, 1.6rem);
}
.ex_about .ex_app a:after {
	right: 5px;
}
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅360px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 360px) {
#u29 {
    font-size: 1.45rem;
}
.btn_line a {
    font-size: 1.5rem;
}
.apply_flow .btn_line a:before {
    right: 5px;
}
.apply_anc.btn_line a {
    width: calc(90% - 10px);
    padding: 10px 30px;
    font-size: 1.4rem;
}
.apply_anc.btn_line .line_fukidashi {
    width: 55px;
    height: 55px;
    font-size: 1.4rem;
}
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅320px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.search-app .tab .tab-btn p {
	font-size: 1.0rem;
}
}