@charset "utf-8";
/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　tokyoskytree専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
#contents {
	max-width: inherit;
}
#tokyoskytree {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
}
:root {
	--main-blue: #1f8ee7;
    --main-red: #e70013;
}
.inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.br-tablet,
.br-599{
	display: none;
}
.sup {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 1.4rem;
	font-weight: normal;
}
.txt-link {
    text-decoration: underline;
}
.txt-link:hover {
    text-decoration: none;
}
/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.main-img {
	margin: 10px auto 0;
	text-align: center;
    padding-bottom: 20px;
    background-color: #fff;
    background-image: radial-gradient(#e6f2ff 30%, transparent 30%);
    background-size: 6px 6px; 
}
.main-img img {
    border-radius: 12px;
}
/*------------------------------------------------------------------
東京スカイツリー&reg;のチケット購入
------------------------------------------------------------------*/
.search_box {
    padding: 20px 0 30px;
    background: var(--main-blue);
}
.search_box._bottom {
    margin-top: 0;
    padding: 25px 0 35px;
}
.search_box .search_subttl {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2px;
    color: #fff800;
    font-weight: 600;
}
.search_box .search_subttl .accent {
    display: inline-block;
    position: relative;
    padding: 0 10px 0 18px;
}
.search_box .search_subttl .accent:before,
.search_box .search_subttl .accent:after {
    position: absolute;
    content: "";
    width: 0.1em;
    top: 3px;
    bottom: 0;
    background: #fff800;
}
.search_box .search_subttl .accent:before {
    left: 0;
    transform: rotate(-30deg);
}
.search_box .search_subttl .accent:after {
    right: 0;
    transform: rotate(30deg);
}
.search_box .search_subttl .large {
    font-size: 3.3rem;
    line-height: 0.7;
    margin: 0 2px;
}
.search_box .search_ttl {
    color: #fff;
    border-radius: 10px 10px 0 0;
    margin: 0;
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 15px;
}
/*------------------------------------------------
割引クーポン適用で東京スカイツリー&reg;チケットがお得！
-------------------------------------------------*/
.coupon_ticket {
    padding: 30px 0;
    background-color: #fff;
    background-image: radial-gradient(#e6f2ff 30%, transparent 30%);
    background-size: 6px 6px;
}
.coupon_ticket .coupon_ticket_ttl span {
    display: inline-block;
    position: relative;
    padding: 0 16px 0 24px;
    font-size: 2rem;
    font-weight: 600;
}
.coupon_ticket .coupon_ticket_ttl span:before,
.coupon_ticket .coupon_ticket_ttl span:after {
    position: absolute;
    content: "";
    width: 0.1em;
    top: 3px;
    bottom: -4px;
    background: #333;
}
.coupon_ticket .coupon_ticket_ttl span:before {
    left: 0;
    transform: rotate(-30deg);
}
.coupon_ticket .coupon_ticket_ttl span:after {
    right: 0;
    transform: rotate(30deg);
}
.coupon_ticket .coupon_wrap {
    max-width: 440px;
    margin: 23px auto 0;
    position: relative;
}
.coupon_ticket .coupon_wrap h3 {
    position: absolute;
    background: var(--main-red);
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 2.4rem;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    width: 85%;
    text-align: center;
    font-weight: 700;
}
.coupon_ticket .note_wrap {
    max-width: 660px;
    margin: 5px auto 0;
}
.coupon_ticket .anc_link {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    max-width: 600px;
    margin: 25px auto 0;
    gap: 15px;
}
.coupon_ticket .anc_link li {
    width: calc(100% / 2 - 20px);
    text-align: center;
}
.coupon_ticket .anc_link li a {
    background: var(--main-blue);
    padding: 10px 15px;
    color: #fff;
    display: block;
    font-weight: 600;
    position: relative;
    border-radius: 5px;
    border: 1px solid var(--main-blue);
    transition: 0.2s;
}
.coupon_ticket .anc_link li a:after {
    position: absolute;
    content: '\e900';
    font-family: 'jttweb' !important;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 80%;
    font-weight: normal;
}
.coupon_ticket .anc_link li a:hover {
    background: #fff;
    color: var(--main-blue);
}
/*------------------------------------------------
チケット一覧
-------------------------------------------------*/
.ticket_list {
    padding: 32px 0 35px;
    background: var(--main-blue);
}
.ticket_list h2 {
    margin: 0;
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
    padding: 10px;
    border: 1px solid;
}
.ticket_list .ticket_flex {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    gap: 25px;
}
.ticket_list .ticket_flex .ticket_box {
    position: relative;
    max-width: 380px;
    padding: 20px;
    background: #fff;
    width: calc(100% / 2);
}
.ticket_list .ticket_flex .ticket_box:after {
    position: absolute;
    content: "";
    background: var(--main-blue);
    clip-path: polygon(100% 0%, 100% 100%, 0 0%);
    width: 20px;
    height: 20px;
    z-index: 1;
    top: -1px;
    right: -1px;
}
.ticket_list .ticket_flex h3 {
    font-size: 2rem;
    text-align: center;
    transform: skewX(-5deg);
    padding-bottom: 5px;
    border-bottom: 1px dashed #a0a0a0;
}
.ticket_list .ticket_flex .coupon_txt {
    text-align: center;
    padding: 3px 10px;
    background: #fbf300;
    color: var(--main-red);
    clip-path: polygon(100% 0%, 98% 50%, 100% 100%, 0% 100%, 0% 0%);
    font-weight: 600;
    margin: 6px 0;
}
.ticket_list .ticket_flex figcaption {
    font-size: 1.2rem;
    text-align: right;
    font-weight: normal;
}
.ticket_list .ticket_flex .ticket_detail {
    margin-top: 6px;
}
.ticket_list .ticket_flex .search_gadget {
    border: 1px dashed #a0a0a0;
    margin-top: 12px;
    padding: 14px;
}
.ticket_list .attention_box {
    max-width: 787px;
    margin: 20px auto 0;
    background: #dfeeff;
    padding: 15px 20px;
    border: 1px solid #eaf4ff;
}
.ticket_list .attention_box .attention_ttl {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}
.ticket_list .attention_box .attention_list li a {
    text-decoration: underline;
}
.ticket_list .attention_box .attention_list li a:hover {
    text-decoration: none;
}
.ticket_list .other_plan {
    padding: 20px 0 0;
    text-align: center;
}
.ticket_list .other_plan h4 {
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    position: relative;
}
.ticket_list .other_plan h4:before,
.ticket_list .other_plan h4:after {
    position: absolute;
    content: "";
    width: 0.1em;
    top: 3px;
    bottom: -4px;
    background: #fff;
}
.ticket_list .other_plan h4:before {
    left: 0;
    transform: rotate(-30deg);
}
.ticket_list .other_plan h4:after {
    right: 0;
    transform: rotate(30deg);
}
.ticket_list .other_plan .other_plan_btn a {
    position: relative;
    padding: 12px 15px;
    color: #fff;
    border-radius: 50px;
    max-width: 300px;
    display: block;
    margin: 10px auto 0;
    background: #003992;
    transition: 0.2s;
    font-weight: 600;
    width: 80%;
    border: 1px solid;
}
.ticket_list .other_plan .other_plan_btn a:after {
    position: absolute;
    content: '\e902';
    font-family: 'jttweb' !important;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 80%;
    font-weight: normal;
}
.ticket_list .other_plan .other_plan_btn a:hover {
    background: #fff;
    color: #003992;
}
/*------------------------------------------------
割引クーポンの使い方
-------------------------------------------------*/
.howto {
    padding: 0 0 35px;
    background-color: #fff;
    background-image: radial-gradient(#e6f2ff 30%, transparent 30%);
    background-size: 6px 6px;
}
.howto h2 {
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 0;
    font-size: 2.6rem;
    padding: 12px 0;
    background: var(--main-blue);
    color: #ffffff;
    border-radius: 10px 10px 0 0;
}
.howto h2 span {
    padding-right: 52px;
    display: inline-block;
    position: relative;
}
.howto h2 span:after {
    position: absolute;
    content: "";
    width: 43px;
    height: 32px;
    background-image: url(/plan/tokushu/ex/tokyoskytree/images/ic_coupon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.howto .step {
    background: #f0f0f0;
    padding: 25px 10px;
    border-radius: 0 0 10px 10px;
}
.howto .step_flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    gap: 15px;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
}
.howto .step_flex .step_box {
    background: #fff;
    padding: 40px 15px 15px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border: 2px solid var(--main-blue);
    text-align: center;
}
.howto .step_flex .step_box .step_tag {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    background: var(--main-blue);
    color: #fff;
    padding: 10px 14px 8px;
    border-radius: 0 0 52px 52px;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
}
.howto .step_flex .step_box .step_img {
    margin-top: 10px;
    text-align: center;
}
.howto .step_flex .step_box .step_img img {
    width: 88%;
    max-width: 320px;
}
.howto .step_flex .step_box .step_txt {
    font-weight: 600;
    display: inline-block;
    text-align: left;
}
.howto .step_flex .step_box .step_txt .txt-line {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
}
.howto .step_flex .step_box .sup {
    margin-top: 5px;
    display: inline-block;
    text-align: left;
}
.howto .step_flex .sup_box {
    padding: 0 2px 5px;
    background: #ffebeb;
    margin-top: 5px;
}
.howto .step_flex .step_box .attention {
    display: inline-block;
    background-image: url(/plan/tokushu/ex/tokyoskytree/images/ic-attention.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    margin-right: 2px;
}
.howto .step_flex .step_box .btn_box {
    margin: 8px 0 20px;
    text-align: center;
}
.howto .step_flex .step_box .btn_box .btn_txt {
    display: inline-block;
    padding: 0 8px 0 10px;
    position: relative;
    color: #00508f;
}
.howto .step_flex .step_box .btn_box .btn_txt:before,
.howto .step_flex .step_box .btn_box .btn_txt:after {
    position: absolute;
    content: "";
    width: 0.1em;
    top: 3px;
    bottom: 2px;
    background: #00508f;
}
.howto .step_flex .step_box .btn_box .btn_txt:before {
    left: 0;
    transform: rotate(-30deg);
}
.howto .step_flex .step_box .btn_box .btn_txt:after {
    right: 0;
    transform: rotate(30deg);
}
.howto .step_flex .step_box .btn_box .ex_bnt a {
    display: block;
    max-width: 320px;
    margin: 2px auto 0;
    background: #00508f;
    padding: 10px;
    border-radius: 5em;
    color: #fff;
    font-weight: 600;
    width: 92%;
    position: relative;
    transition: 0.2s;
    border: 1px solid #00508f;
}
.howto .step_flex .step_box .btn_box .ex_bnt a:after {
    position: absolute;
    content: '\e902';
    font-family: 'jttweb' !important;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 80%;
    font-weight: normal;
}
.howto .step_flex .step_box .btn_box .ex_bnt a:hover {
    background: #fff;
    color: #00508f;
}
.howto .step_note {
    margin: 5px auto 0;
    max-width: 600px;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: right;
}
/*------------------------------------------------
おすすめ記事
-------------------------------------------------*/
.bg-w {
    padding: 40px 0 50px;
    background-color: #fff;
    background-image: radial-gradient(#e6f2ff 30%, transparent 30%);
    background-size: 6px 6px;
}
.bg-w +.bg-w {
    padding-top: 0;
}
.bg-w:last-of-type {
    padding-bottom: 0;
}
.bg-w h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 2.6rem;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 3px solid var(--main-blue);
}
.bg-w h2:before,
.bg-w h2:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--main-blue);
    border-radius: 50pc;
    bottom: -5px;
}
.bg-w h2:before {
    left: -2px;
}
.bg-w h2:after {
    right: -2px;
    
}
.tokyo_article .article_list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    gap: 12px;
}
.tokyo_article .article_list li {
    padding: 18px 14px;
    background: #dfeeff;
    border-radius: 10px;
    color: var(--main-blue);
    width: calc(100% / 2);
    border: 1px solid #c9def5;
}
.tokyo_article .article_list li .article_flex {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.tokyo_article .article_list li .article_flex figure {
    width: 28%;
}
.tokyo_article .article_list li .article_flex .txt_wrap {
    width: 74%;
    margin-left: 10px;
    font-weight: 600;
}
.tokyo_article .article_list li .article_flex .txt_wrap .article_btn {
    text-align: right;
    margin-top: 10px;
}
.tokyo_article .article_list li .article_flex .txt_wrap .article_btn a {
    display: block;
    text-align: center;
    max-width: 200px;
    margin: 0 0 0 auto;
    background: var(--main-blue);
    padding: 8px;
    border-radius: 5em;
    color: #fff;
    font-weight: 600;
    font-size: 1.45rem;
    position: relative;
    transition: 0.2s;
    border: 1px solid var(--main-blue);
}
.tokyo_article .article_list li .article_flex .txt_wrap .article_btn a:after {
    position: absolute;
    content: '\e902';
    font-family: 'jttweb' !important;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 80%;
    font-weight: normal;
}
.tokyo_article .article_list li .article_flex .txt_wrap .article_btn a:hover {
    background: #fff;
    color: var(--main-blue);
}
/*------------------------------------------------
東京おすすめ観光プラン・おすすめの新幹線パック
-------------------------------------------------*/
.other_area .other_area_wrap {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.other_area .other_area_wrap .konko_txt {
    display: inline-block;
    margin-bottom: 15px;
}
.other_area .other_area_wrap .bnr_link a {
    display: inline-block;
    max-width: 420px;
    transition: 0.2s;
    width: 80%;
}
.other_area .other_area_wrap .bnr_link a:hover {
    opacity: 0.8;
}
.other_area .other_area_wrap .bnr_btn a {
    position: relative;
    padding: 10px 15px;
    color: #fff;
    border-radius: 50px;
    max-width: 300px;
    display: block;
    margin: 15px auto 0;
    background: #003992;
    transition: 0.2s;
    font-weight: 600;
    border: 1px solid #003992;
    width: 80%;
}
.other_area .other_area_wrap .bnr_btn a:after {
    position: absolute;
    content: '\e902';
    font-family: 'jttweb' !important;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 80%;
    font-weight: normal;
}
.other_area .other_area_wrap .bnr_btn a:hover {
    background: #fff;
    color: #003992;
}
.other_bnr {
    margin-top: 20px;
    padding: 20px 0 30px;
    background: #dfeeff;
}
.other_bnr .sub_title {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 700;
}
.other_bnr .sub_title span {
    display: inline-block;
    padding: 0 8px 0 10px;
    position: relative;
}
.other_bnr .sub_title span:before,
.other_bnr .sub_title span:after {
    position: absolute;
    content: "";
    width: 0.1em;
    top: 3px;
    bottom: 2px;
    background: #333;
}
.other_bnr .sub_title span:before {
    left: 0;
    transform: rotate(-30deg);
}
.other_bnr .sub_title span:after {
    right: 0;
    transform: rotate(30deg);
}
.recommend_item_list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 15px;
    flex-wrap: wrap;
}
.recommend_item_list li {
    width: calc((100% / 4) - 8px);
}
.recommend_item_list li dt {
    position: relative;
    text-align: center;
    align-content: center;
    padding: 7px;
    background: #fff;
    margin-bottom: 16px;
    border-radius: 3px;
    border: 2px solid #b4d7ff;
}
.recommend_item_list li dt:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #fff;
    transform: rotate(135deg);
    z-index: 1;
    bottom: -5px;
    left: 16%;
}
.recommend_item_list li dt:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #b4d7ff;
    transform: rotate(135deg);
    z-index: 0;
    bottom: -8px;
    left: 16%;
}
.recommend_item_list li dt .accent {
    font-weight: bold;
    color: var(--main-blue);
}
.recommend_item_list li dd {
    transition: 0.2s;
}
.recommend_item_list li dd:hover {
    transform: scale(1.08);
    opacity: 0.8;
}
/*------------------------------------------------
	検索エリア 2024/09/06
-------------------------------------------------*/
.search_gadget {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 0;
}
/* search_gadget */
.search_gadget_wrap {
	margin: 0 auto;
	max-width: 360px;
	font-size: 14px;
}
.search_gadget_wrap {
}
.search_gadget_list li+li {
	margin: 8px 0 0;
}
.inner_row {
	display: flex;
	align-items: center;
	height: 100%;
}
.inner_row .label_ttl {
	min-width: 70px;
}
.inner_row input {
	width: 100%;
	height: 100%;
}
.inner_row select {
	width: 100%;
	height: 40px;
	border-radius: 4px;
	position: relative;
	background-image: url("/plan/tokushu/ex/tokyoskytree/images/select_ar01.webp");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 12px auto;
}
.search_gadget_list .departure-date{
	height: auto;
}
.inner_row_flex{
	width: 100%;
	padding: 0px 0;
}
.checkbox_block{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 0 8px 0;
}
.checkbox_ttl{
	width: 100%;
}
.inner_row .checkbox_block input {
	width: 10%;
}
input[type="checkbox"] {
	width: 16px;
	height: 16px;
	border: 1px solid;
}
.search_gadget_list .departure-date{
    /*height: 32px;*/
}
.inner_row_flex{
    /*display: flex;
    width: 100%;
    align-items: center;*/
}
.checkbox_block{
    /*width: 75%;*/
    padding: 0 0 0 0;
    margin-top: 4px;
}
.inner_row .checkbox_block input {
    /*width: 20%;*/
    margin-right: 4px;
}
.search_category select {
	width: 100%;
	height: 40px;
}
.btn_search {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    background: transparent;
	margin: 25px 0 0;
	width: 100%;
    height: 40px;
	background-color: #D62121;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	line-height: 1.0em;
	font-weight: bold;
}
.btn_search::before {
	content: "";
    display: inline-block;
    background-image: url(/plan/tokushu/ex/tokyoskytree/images/cont02_icon_btn01.webp);
    background-repeat: no-repeat;
    background-position: top 1px center;
    background-size: contain;
    width: 16px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.ticket_list .ticket_flex .ticket_box .btn_search {
    margin-top: 15px;
}
.ticket_list .ticket_flex .ticket_box .search_category {
    display: none;
}
.search_gadget .cta_fukidashi {
    position: relative;
    font-size: 1.3rem;
    padding: 5px;
    background: #e7f2ff;
    border-radius: 5px;
    margin-top: 5px;
    color: var(--main-blue);
    border: 1px solid;
    font-weight: 600;
}
.search_gadget .cta_fukidashi:before {
	position: absolute;
    content: '';
    top: -10px;
    left: 15%;
    width: 23px;
    height: 12px;
    box-sizing: border-box;
    background-color: #e7f2ff;
    transform: translateX(-50%);
    z-index: 0;
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}
.search_gadget .cta_fukidashi:after {
	content: "";
    position: absolute;
    top: -8px;
    left: 15%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 1px solid;
    border-color: var(--main-blue) var(--main-blue) transparent transparent;
    transform: translateX(-50%) rotate(-45deg);
}
/*--------------------------*/

/* Calendar Styles */
.datepicker-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
.datepicker-wrapper input {
    height: 40px;
    width: 96%;
    padding-left: 32px;
	background-image: url("/plan/tokushu/ex/tokyoskytree/images/select_ar01.webp");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 12px auto;
	background-color: #ffffff;
}
.calendar-icon {
    width: 16px;
    position: absolute;
    /*right: 3px;*/
	left: 4px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px; /* Adjust the size of the icon */
}
input[type='checkbox'] {
    display: block;
}
input[name='useDate'] {
    border: 1px solid #999;
    width: 100%;
    /*background: white;*/
}
input[name='useDate']:disabled {
    background: #F2F2F2;
}
.datepicker-wrapper input:focus + .calendar-icon {
    color: #007BFF;
}
/* Blue text for Saturday */
.ui-datepicker-saturday .ui-state-default {
	color: #3476ef;
	background: #e0f1ff;
}
.ui-datepicker-saturday .ui-state-default:hover {
	background: #d1eaff;
}
/* Red text for holiday */
.ui-datepicker-sunday .ui-state-default,
.ui-datepicker .highlight-date .ui-state-default {
	color: #ef3d34;
	background: #ffe2e0;
}
.ui-datepicker-sunday .ui-state-default:hover,
.ui-datepicker .highlight-date .ui-state-default:hover {
	background: #ffd3d1;
}
.ui-datepicker-saturday .ui-state-default.ui-state-highlight,
.ui-datepicker-sunday .ui-state-default.ui-state-highlight,
.ui-datepicker .highlight-date .ui-state-default.ui-state-highlight {
	background: #fffa90;
}

.ui-datepicker-saturday .ui-state-default.ui-state-active,
.ui-datepicker-sunday .ui-state-default.ui-state-active,
.ui-datepicker .highlight-date .ui-state-default.ui-state-active {
	background: #007fff;
	color: #ffffff;
}

@media screen and (max-width: 999px) {
#tokyoskytree {
	font-size: 1.5rem;
}
.inner {
	padding: 0 14px;
}
.br-tablet {
	display: block;
}
.sup {
	font-size: 1.2rem;
}
/*------------------------------------------------
東京おすすめ観光プラン・おすすめの新幹線パック
-------------------------------------------------*/
.other_bnr .sub_title {
    font-size: 1.6rem;
}
.recommend_item_list {
    justify-content: center;
    max-width: 545px;
    margin: 15px auto 0;
}
.recommend_item_list li {
    width: calc((100% / 2) - 10px);
    margin: 0 5px;
}
.recommend_item_list li:nth-of-type(n+3) {
    margin-top: 20px;
}
}

@media screen and (max-width: 749px) {
/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.main-img {
    padding-bottom: 0;
    background: none;
}
.main-img img {
    border-radius: 0;
}
/*------------------------------------------------------------------
東京スカイツリー&reg;のチケット購入
------------------------------------------------------------------*/
.search_box {
    margin-top: 0;
    padding: 15px 0 30px;
}
.search_box._bottom {
    padding: 20px 0 30px;
}
.search_box .search_subttl {
    font-size: min(5vw, 1.6rem);
}
.search_box .search_subttl .large {
    font-size: 2.5rem;
}
.search_box .search_ttl {
    font-size: min(5.2vw, 2rem);
    margin-bottom: 12px;
}
/*------------------------------------------------
割引クーポン適用で東京スカイツリー&reg;チケットがお得！
-------------------------------------------------*/
.coupon_ticket {
    padding: 25px 0;
}
.coupon_ticket .coupon_wrap {
    width: 94%;
}
.coupon_ticket .coupon_wrap h3 {
    font-size: min(4.8vw, 2.2rem);
}
.coupon_ticket .coupon_ticket_ttl span {
    font-size: min(4.7vw, 1.7rem);
}
.coupon_ticket .anc_link {
    gap: 5px;
    margin-top: 18px;
}
.coupon_ticket .anc_link li {
    width: auto;
    min-width: 155px;
}
.coupon_ticket .anc_link li a {
    padding: 10px 25px 10px 15px;
    font-size: min(3.8vw, 1.5rem);
}
.coupon_ticket .anc_link li a:after {
    right: 5px;
}
/*------------------------------------------------
チケット一覧
-------------------------------------------------*/
.ticket_list {
    padding: 25px 0 30px;
}
.ticket_list h2 {
    font-size: min(5.2vw, 2.3rem);
    margin-bottom: 20px;
}
.ticket_list .ticket_flex {
    flex-wrap: wrap;
}
.ticket_list .ticket_flex .ticket_box {
    width: 100%;
    padding: 15px;
}
.ticket_list .ticket_flex h3 {
    font-size: min(4.8vw, 1.8rem);
}
.ticket_list .ticket_flex .search_gadget {
    margin-top: 8px;
    padding: 15px;
}
.ticket_list .attention_box {
    padding: 12px 8px 20px;
}
.ticket_list .attention_box .attention_ttl {
    font-size: 1.4rem;
}
.ticket_list .other_plan h4 {
    padding: 0px 18px;
    font-size: min(3.9vw, 1.5rem);
}
/*------------------------------------------------
割引クーポンの使い方
-------------------------------------------------*/
.howto {
    padding: 0 0 30px;
}
.howto h2 {
    margin-top: 25px;
    padding: 8px 0;
    font-size: min(5.2vw, 2.3rem);
}
.howto h2 span {
    padding-right: 12px;
}
.howto h2 span:after {
    right: -40px;
}
.howto .step {
    padding: 12px 10px;
}
.howto .step_flex .step_box {
    padding: 40px 12px 15px;
}
.howto .step_note {
    font-size: 1.2rem;
}
/*------------------------------------------------
おすすめ記事
-------------------------------------------------*/
.bg-w {
    padding: 28px 0 38px;
}
.bg-w h2 {
    margin-bottom: 15px;
    font-size: min(5.2vw, 2.3rem);
}
.bg-w h2:before,
.bg-w h2:after {
    width: 6px;
    height: 6px;
    bottom: -4px;
}
/*------------------------------------------------
東京おすすめ観光プラン・おすすめの新幹線パック
-------------------------------------------------*/
.recommend_item_list {
    justify-content: space-between;
}
.recommend_item_list li {
    width: calc((100% / 2) - 4px);
    margin: 0;
}
.recommend_item_list li:nth-of-type(n+3) {
    margin-top: 20px;
}
.recommend_item_list li dt {
    padding: 6px;
    font-size: 1.2rem;
}
/*------------------------------------------------
    検索エリア 2024/09/06
-------------------------------------------------*/
/* search_gadget */
.search_gadget_wrap {
    margin: 0 auto;
    max-width: 360px;
    /*border-radius: 8px;*/
    font-size: 14px;
}
.search_gadget_header {
    font-size: 24px;
    font-weight: bold;
    font-weight: 700;
}
.search_gadget_list li+li {
    margin: 8px 0 0;
}
.inner_row {
    display: flex;
    align-items: center;
    height: 100%;
}
.inner_row .label_ttl {
    min-width: 70px;
}
.inner_row input {
    width: 100%;
    height: 100%;
}
.inner_row select {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    position: relative;
    background-image: url("/plan/tokushu/ex/tokyoskytree/images/select_ar01.webp");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px auto;
}
.search_gadget_list .departure-date{
    height: auto;
}
.inner_row_flex{
    width: 100%;
    padding: 0px 0;
}
.checkbox_block{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0 8px 0;
}
.checkbox_ttl{
    width: 100%;
}
.inner_row .checkbox_block input {
    width: 10%;
}
input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 1px solid;
}
.checkbox_block{
    /*width: 75%;*/
    padding: 0 0 0 0;
    margin-top: 4px;
}
.inner_row .checkbox_block input {
    /*width: 20%;*/
    margin-right: 4px;
}
.search_category select {
    width: 100%;
    height: 40px;
}
.btn_search {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    background: transparent;
    margin: 25px 0 0;
    width: 100%;
        height: 40px;
    background-color: #D62121;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.0em;
    font-weight: bold;
}
.btn_search::before {
    content: "";
    display: inline-block;
    background-image: url("/plan/tokushu/ex/tokyoskytree/images/cont02_icon_btn01.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px auto;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 3px;
}
.search_gadget .cta_fukidashi {
    font-size: 1.24rem;
}
/*--------------------------*/

/* Calendar Styles */
.datepicker-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
.datepicker-wrapper input {
    height: 40px;
    width: 96%;
    padding-left: 32px;
    background-image: url("/plan/tokushu/ex/tokyoskytree/images/select_ar01.webp");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px auto;
    background-color: #ffffff;
}
.calendar-icon {
    width: 16px;
    position: absolute;
    /*right: 3px;*/
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px; /* Adjust the size of the icon */
}
input[type='checkbox'] {
    display: block;
}
input[name='useDate'] {
    border: 1px solid #999;
    width: 100%;
    /*background: white;*/
}
input[name='useDate']:disabled {
    background: #F2F2F2;
}
.datepicker-wrapper input:focus + .calendar-icon {
    color: #007BFF;
}
/* Blue text for Saturdays */
.ui-datepicker-saturday .ui-state-default {
    color: blue;
}
/* Red text for Sundays */
.ui-datepicker-sunday .ui-state-default {
    color: red;
}
.ui-datepicker .highlight-date a {
    color: red;
}
}
@media screen and (max-width: 599px) {
.br-599 {
    display: block;
}
/*------------------------------------------------
おすすめ記事
-------------------------------------------------*/
.tokyo_article .article_list {
    flex-wrap: wrap;
}
.tokyo_article .article_list li {
    width: 100%;
    padding: 10px;
}
.tokyo_article .article_list li .article_flex figure {
    width: 32%;
}
.tokyo_article .article_list li .article_flex .txt_wrap {
    font-size: 1.35rem;
}
.tokyo_article .article_list li .article_flex .txt_wrap .article_btn a {
    font-size: 1.4rem;
}
/*------------------------------------------------
東京おすすめ観光プラン
-------------------------------------------------*/
.br-kanko {
    display: none;
}
.other_area .other_area_wrap .konko_txt {
    text-align: left;
}
}