@charset "shift_jis";

/* ---------- 共通クラス ---------- */
.contents img {
    width: 100%;
}
.genre-box {
    margin-bottom: 6vw;
}
.other {
    text-align: center;
}
.other a {
    border: 1px solid #ccc;
    border-radius: 5px;
    background: linear-gradient(0deg, #c2c2c2 0%, #ffffff 100%);
    color: #000;
    box-sizing: border-box;
    display: block;
    padding: 1vw;
    font-size: 4vw;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    width: 96%;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff;
}
.other_link::after {
    position: absolute;
    content: ">";
    right: 6vw;
    top: 50%;
    transform: translateY(-50%);
}

/*ライトボックス*/
.lightbox_window {
    display: none;
    overflow: hidden;
    width: 0;
    height: 0;
}
.lightbox_window ul {
    display: flex;
    flex-wrap: wrap;
}
.lightbox_resized ul li {
    width: 100%;
    margin: 1vw 0;
}
.lightbox_resized img {
    width: 100%;
}
.lightbox_resized .titBox {
    font-size: 3.5vw;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 0;
    background-size: 4px 4px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    line-height: 25px;
    margin-top: 13px;
    margin-bottom: 8px;
}
.lightbox_resized .titBox {
    background-image: -webkit-linear-gradient(bottom left, #828282 25%, #767676 25%, #767676 50%, #828282 50%, #828282 75%, #767676 75%, #767676) !important;
    background-image: -o-linear-gradient(bottom left, #828282 25%, #767676 25%, #767676 50%, #828282 50%, #828282 75%, #767676 75%, #767676) !important;
    background-image: linear-gradient(to top right, #828282 25%, #767676 25%, #767676 50%, #828282 50%, #828282 75%, #767676 75%, #767676) !important;
    text-shadow: 0 1px 2px #000, 1px 0 2px #000, 0 -1px 2px #000, -1px 0 2px #000, -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 1px 1px 2px #000 !important;
}
.titBox span {
    color: #fff700;
    padding: 0 10px;
}
.info_text {
    margin: 2vw 1vw 1vw 1vw;
    text-align: left;
    line-height: 1.1;
    font-size: 3.6vw;
}
.info_text span {
    color: #ff0000;
}
.subText {
    font-size: 3.4vw;
}
.price {
    color: #e10000;
}

/* ---------- 看板エリア ---------- */

.main {
    background: url(/shopping/img/special/kangen2024/lp/main_bg_autumn_sp.png) top center no-repeat;
    background-size: contain;
    padding-bottom: 10vw;
}
.main_signboard {
   padding-top: 2vw;
}
h1.main_signboard{
    text-align: center;
}
h1.main_signboard img{
    width: 94%;
    margin: 0 auto;
}
.anchorArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -15vw;
    margin-bottom: 1vw;
}
.anchor_tokka {
    margin-left: 1vw;
    margin-bottom: -2vw;
}
.anchor_closed {
    width: 90%;
    margin-bottom: 1vw;
}
.anchor_open {
    width: 90%;
}
#yukoyuko_lb img {
    width: 100%;
}
.Button-lower {
    margin-right: auto;
    margin-bottom: 2vw;
    margin-left: auto;
    width: 86%;
}
.yukoyuko_wrap {
    position: relative;
    width: 84vw;
}
.yukoyuko_button {
    position: absolute;
    bottom: 12vw;
    left: 10%;
    width: 80%;
}
#closeButton {
    position: absolute;
    bottom: 3vw;
    left: 20%;
    width: 60%;
}

.youtubeButton {
    background-color: #fffde4;
    padding-right: 5%;
    padding-left: 5%;
    width: 90%;
}
iframe.youtube-cm {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-width: 600px;
    display: block;
    margin: auto;
}
#kangen_cm_lb img{
    width: 100%;
}



/* ---------- 商品カラムエリア ---------- */
.itemArea {
    background-color: #fffde4;
    padding-top: 4vw;
    padding-bottom: 6vw;
}
.toGenreButton {
    position: relative;
    display: block;
    margin: 2vw auto;
    border-radius: 6px;
    box-sizing: border-box;
    background-color: #234775;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    width: 72%;
    text-align: center;
    line-height: 200%;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
}
.genre-box .toGenreButton::after {
    position: absolute;
    content: ">";
    right: 3vw;
    top: 50%;
    transform: translateY(-50%);
}
.itemArea{
    padding:4vw 0; 
}

.genre_btn_wrap{
    padding: 0 0 6vw;
    background-color: #fffde4;
    text-align:center;
}
.genre_btn_list{
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    margin: 0 auto;
    list-style:none;
}
.genre_btn{
    width: 50%;
    box-sizing: border-box;
    padding: 2%;
}

/* ---------- 懸賞エリア ---------- */
#kensyo img {
    width: 100%;
}
/*.prize_wrapper::before {
    content: "";
    /*background: url(/shopping//img/special/kangen2024/lp/bg_light_sp.png) top center no-repeat;
    background-size: contain;
    width: 100vw;
    height: 5.2vw;
}*/
/*.prize_wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(/shopping/img/special/kangen2024/lp/bg_texture.png) top center repeat-y;
    padding-bottom: 4vw;
    width: 100vw;
}*/
.prize_subTitle {
    margin-bottom: 2vw;
    width: 98%;
}
.prize_bgc {
    background-color: #fffde4;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8vw;
    padding-bottom: 4vw;
}
.prize_contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}
.prize_signboard {
    width: 94%;
    margin-right: auto;
    margin-bottom: 1vw;
    margin-left: auto;
    padding-left: 1%;
}
.prize_upper_hotel {
    background: url(/shopping//img/special/kangen2024/lp/upper_bg_slider_sp.png) top center no-repeat;
    background-size: contain;
    margin-top: 2vw;
    width: 96%;
}
.prize_upper_caution {
    margin-top: 6vw;
    width: 90%;
}
.prize_lower_text {
    margin-bottom: 4vw;
}
.prize_text {
    margin-left: 2vw;
    margin-bottom: 2vw;
}
.entryButton_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: auto;
    margin-bottom: 8vw;
    margin-left: auto;
    width: 94%;
}
.webEntry {
    width: 100%;
    margin-bottom: 2vw;
}
.lineEntry {
    margin-right: 1%;
    margin-left: 1%;
    width: 48%;
}
.xEntry {
    margin-right: 1%;
    margin-left: 1%;
    width: 48%;
}
.webForm_title {
    margin-right: auto;
    margin-left: auto;
    width: 94%;
}
.entryImg {
    margin-top: 4vw;
    width: 90%;
}
.entryButton {
    margin-top: 4vw;
    margin-bottom: 4vw;
    width: 60%;
}
.entry_text {
    overflow-y: scroll;
    margin-bottom: 4vw;
    padding: 2vw;
    width: 90%;
    height: 10vw;
    font-size: 2.4vw;
    line-height: 1.1;
    border: solid 1px #d3d3d3;
}
#snsEntry_lb {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#snsEntry_lb img {
    width: 100%;
}
.snsEntry_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*===========================
スライダー
============================*/
.regionList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 26vw;
}
.regionButtonList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 26vw;
}
.regionButton {
    position: relative;
    margin-right: 0.5vw;
    margin-bottom: 1vw;
    margin-left: 0.5vw;
    width: 28%;
    transition: 0.4s;
}
.onHover {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}
.sliderArea {
    position: relative;
}
.sliderArea::before {
    content: "";
    background-image: url(/shopping/img/special/kangen2024/lp/select_area_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -40vw;
    left: 43vw;
    width: 4vw;
    height: 88vw;
    transform: rotate(270deg);
}
.regionSlider {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}
.regionSlider_title {
    position: relative;
    margin-right: auto;
    margin-bottom: 2vw;
    margin-left: auto;
    padding-top: 9vw;
    width: fit-content;
}
.regionSlider_title img {
    object-fit: contain;
    max-height: 6vw;
}
.regionSlider_title::after {
    display: inline-block;
    content: "";
    background-image: url(/shopping/img/special/kangen2024/lp/area_tit_onsen.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 8.5vw;
    right: calc(50% - 27vw);
    width: 8vw;
    height: 100%;
}
.slider_thumbnail {
    position: relative;
    display: inline-block;
    margin: 3vw auto 4vw auto;
    width: 30%;
}
.slider_thumbnailList {
    overflow-x: auto;
    white-space: nowrap;
    margin-right: auto;
    margin-left: auto;
    width: 88%;
}
.slider_photoList {
    position: relative;
    margin: 2vw auto 3vw auto;
    width: 80%;
}
.slider_photo_img {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}
.redFrame {
    border: solid 2px red;
}
.activeButton {
    visibility: visible;
    opacity: 1;
}
.showPhoto {
    position: relative;
    visibility: visible;
    opacity: 1;
}
.clickedSlider {
    position: relative;
    visibility: visible;
    opacity: 1;
}
/*===========================
アコーディン
============================*/
.kangen_prize_aco {
    padding: 2vw 0 2vw;
}
.kangen_prize_aco p.aco_btn {
    margin: 0 3vw;
    padding-top: 6vw;
}
.kangen_prize_aco .aco_01, .kangen_prize_aco .aco_02 {
    background-color: #fff;
    margin: 0 3vw;
    padding: 3vw;
    font-size: 3.5vw;
    line-height: initial;
}
.kangen_prize_aco .aco_bold {
    font-weight: bold;
}
.kangen_prize_aco .red {
    color: red;
}
/*===========================
フォーム
============================*/
.form_inner a {
    margin: 0 0 0 5vw;
    width: 40%;
}
.form_inner a img {
    width: 80%;
}
.form_title {
    margin: 0 3vw;
}
.form_open a img {
    width: 85%;
    margin-top: 5vw;
}
.form_inner p {
    text-align: left;
}
.form_top p span {
    background: #f6ab00;
    color: #fff;
    line-height: 1.3;
    display: inline-block;
    padding: 1px 4px;
}
.formTop {
    padding: 0 2vw;
    text-align: center;
    margin-bottom: 6vw;
    padding-bottom: 6vw;
}
.formTop > div {
    position: relative;
    padding: 4vw 3vw 0;
}
.formTop p {
    line-height: 1.4;
    margin-top: 3vw;
    font-size: 3vw;
}
.mite_content {
    background-color: #fcffe8;
}
.form_area {
    border-top: none;
    margin: 3vw 3vw 8vw 3vw;
    box-sizing: border-box;
    background: #fcffe8;
    line-height: 1.5em;
}
.oubo_Description_tit {
    color: #ffffff;
    background-color: #4c4a4a;
    padding-left: 5px;
}
.questionBox ul li.title {
    position: relative;
    padding: 10px 8px;
    background: #59a0ef;
    box-shadow: 0 1px 1px #ccc;
    color: #fff;
    font-size: 16px;
    line-height: 1.2em;
}
.questionBox ul li.title p span.required {
    position: absolute;
    right: 0;
    white-space: nowrap;
    background: #fc9b2b;
    line-height: 2.2;
    /*width: 12vw;*/
    text-align: center;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
    height: 100%;
}
.required span {
    position: relative;
    display: block;
    top: 50%;
    width: 40px;
    text-align: center;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
}
.questionBox ul li.title p {
    padding-right: 15%;
}
.questionBox ul li.sub_title {
    position: relative;
    padding: 10px 8px;
    background: #59a0ef;
    box-shadow: 0 1px 1px #ccc;
    color: #fff;
    font-size: 16px;
    line-height: 1.2em;
    margin-top: 3vw;
}
.questionBox ul li.sub_question {
    margin: 4vw 5vw;
    font-weight: bold;
}
.questionBox ul li.guideTxt p {
    margin: 8px 0px 8px 0;
    font-size: 11px;
    line-height: 18px;
}
.questionBox ul input[type=checkbox] {
    margin: 1vw;
}
input[id="input_box_mail"] {
    width: 90%;
    padding: 12px 6px;
    border-radius: 3px;
    border: 2px inset;
}
input[id="open_keyword"] {
    width: 15%;
}
.inputArea input[id="input_box_name1"], input[id="input_box_name2"], input[id="input_box_name3"], input[id="input_box_name4"], input[id="open_keyword"] {
    padding: 12px 6px;
    border-radius: 3px;
    border: 2px inset;
}
#input_box_tel1, #input_box_tel2, #input_box_tel3 {
    width: calc(70% / 3);
}
#input_box_name1, #input_box_name2, #input_box_name3, #input_box_name4 {
    width: 70%;
}
.sp_name {
    width: 15%;
    display: inline-block;
}
.inputArea input[id="input_box_tel1"] {
    padding: 12px 6px;
    border-radius: 3px;
    border: 2px inset;
}
.inputArea input[id="input_box_tel2"] {
    padding: 12px 6px;
    border-radius: 3px;
    border: 2px inset;
}
.inputArea input[id="input_box_tel3"] {
    padding: 12px 6px;
    border-radius: 3px;
    border: 2px inset;
}
.radiochoice {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
}
.radiochoice .radio {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    text-align: center;
    margin: 0px 10px 0px 0px;
    padding: 10px 12px 8px 20px;
    border-radius: 8px;
    background-color: #f6f7f8;
    vertical-align: middle;
    cursor: pointer;
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 100%;
    border: solid #E3E3E3 2px;
}
.radiochoice input[type=radio]:checked + .radio:before {
    opacity: 1;
}
.radiochoice input[type=radio]:checked + .radiobg {
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFB553), color-stop(100%, #FD9405));
    border: 2px solid #FF812C;
    box-sizing: border-box;
}
.radiochoice input[type=radio]:checked + .radio:after {
    border: none;
}
.qnswer_other {
    padding: 12px 6px;
    border-radius: 3px;
    border: 2px inset;
    box-sizing: border-box;
    width: calc(95% - 4vw);
    margin-left: 4vw;
}
.open_q_where_know ul.inner li, .open_q_know_service ul.inner li, .open_q_want_plan ul.inner li {
    line-height: 2.5;
    float: left;
    font-size: 3.2vw;
}
.open_q_where_know ul.inner li, .open_q_know_service ul.inner li {
    width: 50%;
}
.open_q_want_plan ul.inner li {
    width: 30%;
}
@media screen and (max-width:380px) {
    .open_q_where_know ul.inner li, .open_q_know_service ul.inner li {
        width: 100%;
    }
}
.kangen_todouhuken_list {
    width: 96%;
}
.kangen_age_list {
    width: 45%;
}
.kangen_todouhuken_list, .kangen_age_list {
    position: relative;
}
.kangen_todouhuken_list::after, .kangen_age_list::after {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    right: 10%;
    top: 50%;
    margin-top: -10px;
    border-top: solid 3px #0054bd;
    border-right: solid 3px #0054bd;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.select_box {
    font-size: 16px;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 30px 12px 12px;
    background-color: #fff;
    background: -moz-linear-gradient(top, #fdfdfd, #dfdfdf);
    background: -webkit-linear-gradient(top, #fdfdfd, #dfdfdf);
    background: linear-gradient(to bottom, #fdfdfd, #dfdfdf);
    width: 100%;
}
.checkarea {
    line-height: 2.5em;
}
.checkarea input[type=checkbox] {
    width: 17px;
    height: 17px;
    vertical-align: middle !important;
}
.freetext {
    border-radius: 3px;
    width: 90%;
    border: 2px inset;
}
.formline {
    border: none;
    border-top: dashed 1px #787575;
    height: 1px;
    color: #FFFFFF;
}
.submit {
    text-align: center;
    margin-top: 5vw;
}
.oubo_click {
    background: none;
}
.katte_area {
    background: #fff;
    line-height: initial;
}
.katte_area h4 {
    background: #4c4a4a;
    padding: 3%;
    color: #fff;
    font-size: 4vw;
}
.katte_area h4 span {
    font-size: 6vw;
    margin-right: 5px;
}
#keyword input {
    width: 20%;
    text-align: center;
}
.katte_area .infoBlock {
    padding: 3%;
}
.info_area .aco_bold {
    font-weight: bold;
}
.infoBlock p {
    font-size: 3.5vw;
    margin-top: 15px;
}
.attentionCheck {
    text-align: center;
    margin-bottom: 3vw;
    font-size: 4vw;
}
.fw_submit_btnBlock {
    padding: 0 5% 3.5vw;
    position: relative;
    display: block;
}
.fw_submit_btnBlock.not_checkt {
    display: none;
}
.fw_submit_btnBlock input {
    width: 100%;
    padding: 5vw 5%;
    box-sizing: border-box;
}
.fw_submit_btnBlock label span {
    font-size: 2vw;
    line-height: 1;
}
.fw_submit_btn {
    background: url(/shopping/member/img/icon_arrow_wh_nx.svg) 97% center #ec2325 no-repeat;
    background-size: 3vw;
    width: 100%;
    color: #ffffff;
    text-align: center;
    border-radius: 3vw;
    font-size: 4.5vw;
    padding: 5vw 2vw;
}
.fw_submit_btn:disabled {
    background: url(/shopping/member/img/icon_arrow_wh_nx.svg) 97% center #333 no-repeat;
    background-size: 3vw;
}
#agreeCheck {
    margin: 2vw 3vw;
}
.q12_attention {
    margin: 1vw 3vw;
}
.titBox.other {
    margin: 4vw 0;
}
.ColorSelect .selectBtn-2column {
    width: 48%;
    margin: 2vw 0 3vw;
}
.ColorSelect li:nth-child(2) {
    margin-left: 4%;
}
/* #tv55M550L_lb .ColorSelect .selectBtn-2column br, #tv4T-C65DL1_lb .ColorSelect .selectBtn-2column br, #tv4TC50DL1_lb .ColorSelect .selectBtn-2column br,#tv55M550L_ranking_lb .ColorSelect .selectBtn-2column br {
    display: none;
} */
.ColorSelect .selectBtn-2column label {
    display: block;
    background: linear-gradient(#ffffff, #cccccc);
    border-radius: 4px;
    padding: 4vw 1vw;
    border: 1px solid #888888;
    font-weight: bold;
    cursor: pointer;
    font-size: 3.6vw;
    text-align: center;
    letter-spacing: -0.1em;
}
.ColorSelect .selectBtn-2column label.active {
    background: linear-gradient(#d1dbf1, #457bcf);
}

.formTop {
    padding: 0;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    margin: 3vw;
}
.formTop > div {
    position: relative;
    padding: 2vw 0 0;
}
.kangen_obo_aco h4{
    margin-top: 0;
}
@media screen and (max-width: 380px) {
    .open_q_where_know ul.inner li, .open_q_know_service ul.inner li {
        width: auto;
    }
}
.form_area{
    margin: 0 auto;
    padding: 2vw;
}
.kangen_obo_aco h3{
    text-align: center;
    width: 94%;
    margin: -5vw auto 0;
}
.kangen_obo_aco h3 img{
    margin: 0 auto;
}
.about_yukoyuko{
    margin: -2vw auto 2vw;
    text-align: center;
    display: inline-block;
}
.about_entry_wrap{
    background: #fffde4;
    border: 3px solid #f5c51d;
}
#ataru .form_top h4{
    margin-top: 6vw;
}
#kangen_navi {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 100;
    background: rgba(255,255,255,0.8);
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.34);
}
#kangen_navi ul {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 1vw 0;
}
#kangen_navi ul li {
    padding: 0 1vw;
    text-align: center;
}
#kangen_navi ul li:last-child {
    border: none;
}