@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　selectcoupon専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
:root {
	--blue: #0897ff;
    --green: #30bb00;
}
#contents {
	max-width: inherit;
}
.selectcoupon {
    font-size: 1.6rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
}
.selectcoupon a:hover {
    text-decoration: none;
}
.inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	overflow: visible;
}
.sp_show,
.br-tablet,
.br-599 {
	display: none;
}
.sup {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 1.4rem;
	font-weight: 400;
}
.selectcoupon h1 {
    font-size: 3.8rem;
    text-align: center;
    padding: 14px 0;
    border-top: 3px solid var(--blue);
    border-bottom: 3px solid var(--blue);
    margin-bottom: 0;
    font-weight: 900;
    color: #444;
    line-height: 1.24;
}
#selectcoupon.selectcoupon h1 {
    font-size: 4.3rem;
    line-height: 1.1;
}
.selectcoupon .main_h1 {
    color: #00497e;
    display: inline-block;
}
.selectcoupon .main_h1 .tax {
    font-size: 58%;
    margin: 0px -10px;
}
.selectcoupon .main_h1 .ttl02 {
    margin-left: -20px;
}
.selectcoupon .sub_h1 {
    position: relative;
    display: inline-block;
    font-size: 2.8rem;
    padding: 0 40px;
}
.selectcoupon .sub_h1:before,
.selectcoupon .sub_h1:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    background: #444;
    top: 50%;
    transform: translateY(-50%) scaleY(0.5);
}
.selectcoupon .sub_h1:before {
    left: 0;
}
.selectcoupon .sub_h1:after {
    right: 0;
}
.content_box {
    padding: 40px 0 55px;
}
.flow_link {
    text-align: right;
    margin-top: 12px;
}
.flow_link a {
    display: inline-block;
    padding: 4px 16px 5px 38px;
    background: #e0f2ff;
    border-radius: 50px;
    border: 1px solid #c2e2fa;
    position: relative;
    transition: 0.2s ease;
    color: var(--blue);
}
.flow_link a:before {
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 50px;
    background: var(--blue);
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
}
.flow_link a:after {
    position: absolute;
    content: "？";
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    font-size: 90%;
}
.flow_link a:hover {
    background: var(--blue);
    color: #fff;
}
.flow_link a:hover:before {
    background: #fff;
}
.flow_link a:hover:after {
    color: var(--blue);
}
/*アンカーリンク*/
.anc_area {
    text-align: center;
}
.anc_area .anc_info {
    font-size: 1.8rem;
}
.anc_area .anc_flex {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 10px 0 25px;
    align-items: center;
}
.anc_area .anc_flex .anc_circle {
    width: 138px;
    height: 138px;
}
.anc_area .anc_flex .anc_circle a {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    background: var(--blue);
    border-radius: 5em;
    box-shadow: 1px 2px 6px #cbcbcb;
    position: relative;
    transition: 0.2s ease;
    border: 1px solid var(--blue);
}
.anc_area .anc_flex .anc_circle a:hover {
    box-shadow: none;
    background: #fff;
}
.anc_area .anc_flex .anc_circle a:after {
    position: absolute;
    bottom: 5.5%;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 10px;
    height: 7px;
    background: #fff;
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}
.anc_area .anc_flex .anc_circle a .anc_img {
    height: 28%;
    background-image: url(/service/selectcoupon/tour/images/img_anc001.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    background-position: center;
}
.anc_area .anc_flex .anc_circle a .select_img {
    background-image: url(/service/selectcoupon/images/img_anc002.webp);
    height: 32%;
    margin-top: -5px;
}
.anc_area .anc_flex .anc_circle a .drink_img  {
    background-image: url(/service/selectcoupon/kodama/images/img_anc001.webp);
    height: 38%;
    margin-top: -10px;
    background-position: center left 43%;
}
.anc_area .anc_flex .anc_circle a .anc_txt {
    margin-top: 6px;
    color: #fff;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1.25;
}
.anc_area .anc_flex .anc_circle a .anc_txt .tax {
    font-size: 65%;
    margin: 0 2px;
}
.anc_area .anc_flex .anc_circle a:hover .anc_txt {
    color: var(--blue);
}
.anc_area .anc_flex .anc_circle a:hover:after {
    background: var(--blue);
}
.anc_area .anc_flex .or_txt {
    width: 8%;
    min-width: 70px;
}
/*h2*/
.content_box h2 {
    font-size: 2.6rem;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}
.content_box h2 span {
    display: inline-block;
    position: relative;
    padding-bottom: 12px;
}
.content_box h2 span:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 6px;
    background: var(--blue);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleY(0.5);
}
/*------------------------------------------------------------------
クーポン券
------------------------------------------------------------------*/
#coupon_info {
    padding-top: 10px;
    padding-bottom: 40px;
}
#coupon_info h2 {
    margin-bottom: 16px;
}
#coupon_info .coupon_wrap {
    position: relative;
    padding: 16px 22px;
    background: #dcf0ff;
    margin: 0 auto;
}
.selectcoupon .coupon_wrap_inner {
    max-width: 800px;
    margin: 0 auto;
}
.selectcoupon .coupon_flex {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 5px dotted #ffffff;
    margin-bottom: 14px;
    justify-content: center;
}
.selectcoupon .coupon_flex figure {
    margin-right: 10px;
    top: -3px;
    position: relative;
    width: 12%;
    min-width: 72px;
}
#selectcoupon-kodama.selectcoupon #coupon-type1 .coupon_flex figure {
    width: 9%;
    min-width: 55px;
    margin-right: 12px;
}
.selectcoupon #coupon-type2 .coupon_flex figure {
    margin-right: 10px;
    top: -4px;
    position: relative;
    width: 5.7%;
    min-width: 40px;
}
.selectcoupon .coupon_flex .coupon_txt {
    font-weight: 600;
    font-size: 2.9rem;
    margin: 0!important;
    color: var(--blue);
}
.selectcoupon .coupon_flex .coupon_txt .tax {
    font-size: 60%;
    padding: 0;
    margin: 0 -5px;
}
.selectcoupon .coupon_flex .coupon_txt .tax:after {
    content: none;
}
#coupon_info .coupon_detail {
    position: relative;
    height: 70px;
    overflow: hidden;
}
#coupon_info .coupon_detail span {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
}
.selectcoupon #coupon-type2 .coupon_detail {
    text-align: center;
}
#coupon_info .coupon_detail.open {
    height: auto;
}
#coupon_info .coupon_detail.open:after {
    opacity: 0;
}
#coupon_info .coupon_detail:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 55px;
    background-image: linear-gradient(0deg, #dcf0ff 29%, rgba(255, 255, 255, 0));
    left: 0;
    bottom: 0;
}
#coupon_info .btn_more {
    font-weight: bold;
    color: #0055c4;
    text-align: center;
    width: 200px;
    margin: 0 auto;
}
#coupon_info .btn_more span {
    display: inline-block;
    padding: 0 20px 0 0;
    position: relative;
    cursor: pointer;
}
#coupon_info .btn_more span:after {
    position: absolute;
    font-family: 'jttweb' !important;
    content: '\e900';
    font-size: 0.9em;
    color: #0055c4;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-weight: normal;
}
#coupon_info .btn_more.open span:after {
    transform: translateY(-50%) rotate(180deg);
}
/*------------------------------------------------------------------
TOPページ 利用店舗・コンテンツを探す
------------------------------------------------------------------*/
#selectcoupon #search_content {
    text-align: center;
}
#selectcoupon #search_content .choose {
    text-align: center;
    margin-bottom: 10px;
}
#selectcoupon #search_content .choose span {
    position: relative;
    font-size: 1.8rem;
    padding: 0 12px;
}
#selectcoupon #search_content .choose span:before,
#selectcoupon #search_content .choose span:after {
    position: absolute;
    content: "";
    width: 0.1rem;
    height: 22px;
    top: 5px;
    background: #333;
}
#selectcoupon #search_content .choose span:before {
    left: 0;
    transform: rotate(-30deg);
}
#selectcoupon #search_content .choose span:after {
    right: 0;
    transform: rotate(30deg);
}
#selectcoupon #search_content .btn_list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    gap: 15px;
}
#selectcoupon #search_content .btn_list li {
    width: calc(100% / 2);
    max-width: 375px;
}
#selectcoupon #search_content .btn_list li a {
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    padding: 8px 16px 8px 8px;
    color: #fff;
    border-radius: 4px;
    font-size: 1.8rem;
    border: 1px solid;
    transition: 0.2s ease;
    font-weight: 600;
}
#selectcoupon #search_content .btn_list li a:after {
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    content: '\e902';
    font-family: 'jttweb' !important;
    font-size: 1.3rem;
    font-weight: normal;
}
#selectcoupon #search_content .btn_list li.kodama a {
    background: #f27a11;
    border-color: #f27a11;
}
#selectcoupon #search_content .btn_list li.kodama a:hover {
    color: #f27a11;
    background: #fff;
}
#selectcoupon #search_content .btn_list li.zurashi a {
    background: #419e4b;
    border-color: #419e4b;
}
#selectcoupon #search_content .btn_list li.zurashi a:hover {
    color: #419e4b;
    background: #fff;
}
#selectcoupon #search_content .btn_list + .sup {
    text-align: left;
    margin-top: 8px;
    display: inline-block;
}
/*------------------------------------------------------------------
アクティビティ・グルメ
------------------------------------------------------------------*/
#coupon-type2 {
    padding-top: 0;
}
#coupon-type2 .search_wrap {
    padding: 16px 22px;
    background: #dcf0ff;
}
#coupon-type2 .search_txt {
    text-align: center;
    font-size: 2.1rem;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 12px;
}
#coupon-type2 .search_txt span {
    display: inline-block;
    padding: 0 10px 0 16px;
    position: relative;
}
#coupon-type2 .search_txt span:before,
#coupon-type2 .search_txt span:after {
    position: absolute;
    content: "";
    width: 0.1rem;
    height: 22px;
    top: 7px;
    background: #333;
}
#coupon-type2 .search_txt span:before {
    left: 0;
    transform: rotate(-30deg);
}
#coupon-type2 .search_txt span:after {
    right: 0;
    transform: rotate(30deg);
}
#coupon-type2 .search_bg {
    margin-bottom: 15px;
    border-radius: 5px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select_wrap select:not([multiple]) {
    cursor: pointer;
    border: 1px solid #59baff;
    padding: 0 3.0rem 0 10px;
    background-color: #fff;
    height: 40px;
    width: 100%;
    box-shadow: none;
    background: #fff;
    font-size: 100%;
    border-radius: 5px;
}
.select_wrap select:hover {
    box-shadow: 0 0 5px 0 rgb(13 118 204 / 20%);
}
.select_wrap {
    position: relative;
}
.select_wrap:after {
    position: absolute;
    font-family: 'jttweb' !important;
    content: '\e900';
    padding: 0 5px 0 0;
    font-size: 0.9em;
    color: #59baff;
    top: 45%;
    right: 10px;
    margin-top: -0.6em;
    pointer-events: none;
}
.search_inner {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
}
.select_period {
    margin-top: 5px;
    text-align: left;
}
.area_list .area_brock {
    padding-top: 25px;
    display: none;
}
.area_list .area_name {
    font-size: 2.9rem;
    padding-bottom: 8px;
    color: var(--blue);
    font-weight: 500;
}
.area_list .area_name span {
    display: inline-block;
    padding: 0 10px 0 42px;
    position: relative;
}
.area_list .area_name span:before {
    position: absolute;
    content: "";
    width: 34px;
    height: 34px;
    background-image: url("/service/selectcoupon/images/ic001.webp");
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 53%;
    transform: translateY(-50%);
}
.area_list .area_name span:after {
    content: none;
}
.list_wrap {
    display: flex;
    display: -webkit-flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: flex-start;
}
.list_wrap .facility_box {
    position: relative;
    width: calc(100% / 3 - 14px);
    transition: 0.2s ease;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 22%);
    border-radius: 8px;
}
.list_wrap .facility_box a {
    word-break: break-all;
    color: var(--blue);
    text-decoration: underline;
}
.list_wrap .facility_box a:hover {
    text-decoration: none;
}
.list_wrap .facility_box .facility_name {
    padding: 12px 12px;
    font-weight: 600;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
}
.list_wrap .facility_box .facility_name .ttl_note {
    margin-left: auto;
    color: #f00;
    font-weight: normal;
    font-size: 85%;
}
.list_wrap .facility_box figcaption {
    text-align: right;
    font-size: 1.3rem;
    margin-top: 3px;
    line-height: 1.25;
}
.list_wrap .facility_box .service_detail {
    padding: 10px;
    line-height: 1.45;
}
.list_wrap .facility_box .service_detail .service_detail_list {
    padding-left: 1em;
    text-indent: -1em;
}
.list_wrap .facility_box .service_note {
    padding: 0 10px 10px;
    font-size: 1.4rem;
}
.list_wrap .facility_box .service_note .note_txt {
    position: relative;
    padding: 4px 10px;
    background: #ffedb8;
    text-align: center;
    color: #805d1c;
    cursor: pointer;
    font-weight: 600;
    margin-top: 5px;
    font-size: 1.4rem;
}
.list_wrap .facility_box .service_note .note_txt:after {
    position: absolute;
    font-family: 'jttweb' !important;
    content: '\e900';
    font-size: 1.15rem;
    top: 55%;
    transform: translateY(-50%);
    right: 10px;
    font-weight: normal;
}
.list_wrap .facility_box .service_note .note_txt.open:after {
    transform: translateY(-60%) rotate(180deg);
}
.service_note .accordion_inner {
    display: none;
    padding: 5px;
    background: #fefbf2;
}
.service_note .accordion_inner dl + dl {
    margin-top: 12px;
}
.service_note .accordion_inner dt {
    font-weight: bold;
    color: #666;
}
.service_note .accordion_inner dd {
    padding-left: 0.7em;
}
.service_note .accordion_inner dd .facility_note {
    padding-left: 1em;
    text-indent: -1em;
    margin-left: -3px;
}
.service_note .accordion_inner dd .day_flex {
    display: flex;
    display: -webkit-flex;
}
.service_note .accordion_inner dd .day_flex .week {
    width: 11%;
    min-width: 50px;
}
.note_wrap {
    padding-bottom: 55px!important
}
.note_yel {
    margin: 0 auto;
    padding: 10px;
    background: #ffedb8;
    margin-top: 18px;
    text-align: left;
}
.note_yel .txt-line {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 5px;
}
/*------------------------------------------------------------------
ご利用当日の流れ
------------------------------------------------------------------*/
#flow {
    background: #dcf0ff;
}
.flow_wrap {
    display: flex;
    display: -webkit-flex;
    gap:30px;
    margin-top: 24px;
    position: relative;
}
.flow_wrap:before {
    position: absolute;
    content: "";
    width: 90%;
    height: 10px;
    background: var(--blue);
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.flow_box {
    padding: 20px 15px 25px;
    background: #fff;
    position: relative;
    border-radius: 12px;
    width: 33%;
    text-align: center;
    box-shadow: 0px 3px 10px 0px rgb(160 189 200 / 20%);
}
.flow_flex {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}
.flow_flex figure {
    width: 50%;
    min-width: 125px;
}
#flow h3 {
    font-size: 1.8rem;
    line-height: 1.6;
    display: inline-block;
    text-align: left;
}
#flow h3 .number {
    width: 40px;
    height: 40px;
    color: #fff;
    background: var(--blue);
    border-radius: 50px;
    position: absolute;
    left: -16px;
    top: -10px;
    font-size: 2.4rem;
    text-align: center;
    display: inline-block;
}
.flow_flex .txt_wrap {
    margin-top: 15px;
}
.get_txt {
    text-decoration: underline;
    text-decoration-style: double;
    text-underline-offset: 3px;
    margin-top: 5px;
    font-size: 1.5rem;
    text-decoration-color: #ffa236;
    text-align: left;
    display: inline-block;
}
.flow_detail {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 20px;
}
.flow_detail a {
    text-decoration: underline;
}
.flow_detail a:hover {
    text-decoration: none;
}
/*------------------------------------------------------------------
注意事項
------------------------------------------------------------------*/
#note h2 {
    margin: 0 auto;
    padding: 10px;
    cursor: pointer;
    position: relative;
    line-height: 0.9;
    border: 1px solid #999;
}
#note h2 .note_ttl {
    display: inline-block;
    position: relative;
    padding: 0;
}
#note h2 .note_ttl:after {
    content: none;
}
#note h2 .note_ttl:before {
    position: absolute;
    font-family: 'jttweb' !important;
    content: '\e900';
    font-size: 1.8rem;
    color: #333;
    top: 55%;
    transform: translateY(-50%);
    right: -30px;
    font-weight: normal;
}
#note h2.open .note_ttl:before {
    transform: translateY(-50%) rotate(180deg);
}
#note h2 .txt-red {
    padding: 0;
    font-size: 1.3rem;
}
#note h2 .txt-red:after {
    content: none;
}
.note_list_wrap {
    padding: 10px;
    display: none;
    background: #f6f6f6;
}
.note_list_wrap .case_ttl {
    font-weight: bold;
}
.note_list_wrap .note_case {
    margin-top: 15px;
}
/*------------------------------------------------------------------
対象の旅行商品のお申し込みはこちら
------------------------------------------------------------------*/
#application {
    padding-top: 0;
    padding-bottom: 10px;
}
.bnr_list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    max-width: 600px;
    margin: 0 auto;
}
.bnr_list li {
    width: calc(100% / 2 - 10px);
}
.bnr_list li a {
    display: block;
    transition: 0.2s ease;
}
.bnr_list li a:hover {
    opacity: 0.8;
}
#application .bnr_note {
    display: inline-block;
    text-align: left;
    font-size: min(3.8vw, 1.5rem);
    margin-bottom: 5px;
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅999px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
.selectcoupon {
	font-size: 1.5rem;
}
.inner {
	padding: 0 14px;
}
.br-tablet {
	display: block;
}
.flow_link {
    margin-top: 10px;
}
.flow_link a {
    padding: 2px 12px 3px 32px;
}
.flow_link a:before {
    width: 20px;
    height: 20px;
}
.flow_link a:after {
    left: 11px;
    font-size: 85%;
}
.selectcoupon h1 {
    font-size: min(4.15vw, 3.4rem);
}
#selectcoupon.selectcoupon h1 {
    font-size: 3.9rem;
}
.selectcoupon .sub_h1 {
    font-size: 2.6rem;
}
.selectcoupon .coupon_flex .coupon_txt {
    font-size: 2.4rem;
}
/*------------------------------------------------------------------
アクティビティ・グルメ
------------------------------------------------------------------*/
.select_wrap select:not([multiple]) {
    line-height: 33px;
}
.list_wrap {
    gap: 12px;
}
.list_wrap .facility_box {
    width: calc(100% / 3 - 8px);
}
/*------------------------------------------------------------------
ご利用当日の流れ
------------------------------------------------------------------*/
.flow_wrap {
    gap: 16px;
}
.flow_box {
    padding: 20px 12px 20px;
}
#flow h3 {
    font-size: 1.6rem;
}
#flow h3 .number {
    width: 32px;
    height: 32px;
    left: 8px;
    top: 8px;
    font-size: 1.9rem;
}
.get_txt {
    font-size: 1.4rem;
}
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅767px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
/*------------------------------------------------------------------
TOPページ 利用店舗・コンテンツを探す
------------------------------------------------------------------*/
#selectcoupon #search_content .choose {
    margin-bottom: 8px;
}
#selectcoupon #search_content .btn_list {
    flex-wrap: wrap;
    gap: 10px;
}
#selectcoupon #search_content .btn_list li {
    width: 98%;
    max-width: 350px;
}
#selectcoupon #search_content .btn_list li a {
    font-size: 1.65rem;
}
#selectcoupon #search_content .btn_list li a:after {
    right: 10px;
}
/*------------------------------------------------------------------
アクティビティ・グルメ
------------------------------------------------------------------*/
.list_wrap {
    gap: 20px;
}
.list_wrap .facility_box {
    width: calc(100% / 2 - 10px);
}
/*------------------------------------------------------------------
ご利用当日の流れ
------------------------------------------------------------------*/
.flow_wrap {
    margin-top: 0;
    display: block;
}
.flow_wrap:before {
    width: 10px;
    height: 80%;
}
.flow_box {
    padding: 15px 12px 15px 12px;
    width: 100%;
}
.flow_box + .flow_box {
    margin-top: 22px;
}
.flow_flex .txt_wrap {
    width: 80%;
    text-align: left;
    margin-top: 0;
    margin-left: 5px;
}
#flow h3 {
    font-size: min(4.3vw, 1.7rem);
    position: relative;
    padding-left: 28px;
}
#flow h3 .number {
    left: 0;
    top: 3px;
    font-size: 1.5rem;
    width: 23px;
    height: 23px;
    line-height: 1.4;
}
.flow_flex {
    flex-direction: row;
    justify-content: flex-start;
}
.flow_flex figure {
    width: 20%;
    min-width: 100px;
    max-width: 120px;
}
.flow_flex .flow_box.used figure img {
    position: relative;
    left: -2px;
}
.get_txt {
    font-size: min(4.5vw, 1.5rem);
}
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅599px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
.pc_show,
.br-tablet {
	display: none;
}
.sp_show,
.br-599 {
	display: block;
}
.sup {
	font-size: 1.3rem;
}
.selectcoupon h1 {
    font-size: min(7.2vw, 3.2rem);
    line-height: 1;
    padding: 10px 0;
}
#selectcoupon.selectcoupon h1 {
    font-size: min(7.2vw, 3.2rem);
    line-height: 1;
}
.selectcoupon .main_h1 {
    line-height: 1.25;
}
.selectcoupon .main_h1 .ttl02 {
    margin-left: -10px;
}
.selectcoupon .sub_h1 {
    font-size: min(4.9vw,2.1rem);
    padding: 0 30px;
}
.selectcoupon .sub_h1:before, .selectcoupon .sub_h1:after {
    width: 20px;
}
.content_box {
    padding: 34px 0 45px;
}
/*アンカーリンク*/
.anc_area .anc_info {
    font-size: 1.6rem;
}
.anc_area .anc_flex .anc_circle {
    width: 120px;
    height: 120px;
}
.anc_area .anc_flex .anc_circle a .anc_txt {
    font-size: 1.55rem;
    margin-top: 5px;
}
.anc_area .anc_flex .or_txt {
    min-width: 60px;
}
/*h2*/
.content_box h2 {
    margin-bottom: 18px;
    font-size: 2.2rem;
}
.content_box h2 span:after {
    width: 58px;
}
/*------------------------------------------------------------------
クーポン券
------------------------------------------------------------------*/
#coupon_info {
    padding-bottom: 30px;
}
#coupon_info h2 {
    margin-bottom: 14px;
}
#coupon_info .coupon_wrap {
    padding: 12px;
}
.selectcoupon .coupon_flex {
    margin-bottom: 10px;
}
.selectcoupon .coupon_flex figure {
    margin-right: 6px;
}
#selectcoupon-kodama.selectcoupon #coupon-type1 .coupon_flex figure {
    margin-left: -15px;
}
.selectcoupon .coupon_flex .coupon_txt {
    font-size: min(5.75vw,2.2rem);
}
#coupon_info .note_txt {
    font-size: 1.3rem;
}
/*------------------------------------------------------------------
TOPページ 利用店舗・コンテンツを探す
------------------------------------------------------------------*/
#selectcoupon #search_content .choose span {
    font-size: min(4.6vw, 1.6rem);
}
#selectcoupon #search_content .choose span:before,
#selectcoupon #search_content .choose span:after {
    height: 18px;
}
/*------------------------------------------------------------------
アクティビティ・グルメ
------------------------------------------------------------------*/
#coupon-type2 .search_wrap {
    padding: 12px;
}
#coupon-type2 .search_txt {
    font-size: 1.7rem;
}
#coupon-type2 .search_txt span:before,
#coupon-type2 .search_txt span:after {
    height: 18px;
    top: 5px;
}
.search_inner {
    width: 96%;
}
.select_period {
    font-size: 1.45rem;
}
.area_list .area_brock {
    padding-top: 22px;
}
.area_list .area_name {
    font-size: min(6.3vw, 2.5rem);;
    margin-bottom: 12px;
}
.area_list .area_name span {
    padding-left: 38px;
}
.area_list .area_name span:before {
    width: 29px;
    height: 29px;
}
.list_wrap {
    justify-content: center;
}
.list_wrap .facility_box{
    max-width: 320px;
    width: 100%;
}
.list_wrap .facility_box figcaption {
    font-size: 1.2rem;
}
.list_wrap .facility_box .service_note .note_txt {
    font-size: 1.35rem;
}
.list_wrap .facility_box .service_note {
    font-size: 1.3rem;
}
.service_note .accordion_inner {
    padding: 5px 3px;
}
.service_note .accordion_inner dl + dl {
    margin-top: 10px;
}
.note_wrap {
    padding-bottom: 45px!important
}
.note_yel {
    text-align: left;
}
/*------------------------------------------------------------------
ご利用当日の流れ
------------------------------------------------------------------*/
.flow_box {
    padding: 15px 12px 18px 5px;
}
.flow_flex figure {
    min-width: 72px;
}
.flow_flex .txt_wrap {
    margin-left: 0;
}
.flow_detail {
    font-size: 1.6rem;
}
/*------------------------------------------------------------------
注意事項
------------------------------------------------------------------*/
#note h2 {
    padding: 10px 10px 10px 0px;
}
.note_list_wrap {
    font-size: 1.35rem;
    padding: 8px;
}
/*------------------------------------------------------------------
対象の旅行商品のお申し込みはこちら
------------------------------------------------------------------*/
.bnr_list li {
    width: 65%;
}
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅360px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 360px) {
#selectcoupon #search_content .btn_list li a {
    font-size: 1.5rem;
}
#coupon_info .coupon_detail,
.selectcoupon #coupon-type2 .coupon_detail,
.note_list_wrap {
    font-size: min(3.9vw, 1.4rem);
}
}