@charset "utf-8";

body {
    background-image: url(../images/bg_wood.webp);
    background-color: #ebebeb;
    background-repeat: repeat;
    background-position: top center;
    background-size: contain;
}

/* ＝＝＝＝＝＝＝headerタイトル＝＝＝＝＝＝＝＝ */

header .header_inner h1.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

header .header_inner h1.logo img {
    width: 240px;
}

header .header_inner .three_authority {
    width: 100%;
    max-width: 240px
}

/*タブレット用*/
@media screen and (min-width:641px) and (max-width:1024px) {

    header .header_inner h1.logo img {
        width: 200px;
    }

    header .header_inner .three_authority {
        max-width: 200px
    }
}

/*スマホ用*/
@media screen and (max-width: 640px) {
    header .header_inner h1.logo img {
        width: 170px;
    }

    header .header_inner .three_authority {
        max-width: 150px;
    }
}

/*スマホ用*/
@media screen and (max-width: 450px) {
    header .header_inner h1.logo img {
        width: 150px;
    }

    header .header_inner .three_authority {
        max-width: 130px
    }
}

/*スマホ用*/
@media screen and (max-width: 375px) {
    header .header_inner h1.logo img {
        width: 130px;
    }

    header .header_inner .three_authority {
        max-width: 110px
    }
}

/* ＝＝＝＝＝＝＝吹き出しカスタム＝＝＝＝＝＝＝＝ */

.chat_msg .msg_chara .balloon_msg {
    border: 2px solid #fff !important;
    box-shadow: 4px 4px 0px 0 rgb(202, 200, 193);
}

.chat_msg .msg_chara .balloon_msg:before {
    border-right: 15px solid #fff !important;
}

.chat_msg_myself .msg_chara .balloon_msg {
    background-color: #f1ca84;
}

.balloon_msg p .txt_l{
    font-size: 2.4rem;
    font-weight: 600;
    color: #dd351e;
}

.balloon_msg p .txt_s{
    font-size: 1.6rem;
}

.balloon_msg .problem-figure{
    margin-top: 15px;
}

.choicebox {
    background-color: #f1ca84;
    position: relative;
}

.dl_detail {
    background-color: #f1ca84;
}

.div_detail {
    background-color: #f1ca84;
}

.delay_part .balloon_msg p {
    display: none;
}


.choicebox_company li {
    margin-left: 20px;
    margin-bottom: 5px;
    list-style: disc;
    line-height: 1.3;
}

.choicebox_company li:last-of-type {
    margin-bottom: 0;
}

/*スマホ用640px*/
@media screen and (max-width: 640px) {
    .balloon_msg p .txt_l {
        font-size: 2rem;
    }

    .balloon_msg p .txt_s {
        font-size: 1.4rem;
    }

    .balloon_msg .problem-figure {
        margin-top: 10px;
    }}

/* ＝＝＝＝＝＝＝活用方法用ボタン＝＝＝＝＝＝＝＝ */
.choicebox_use {
    margin-left: 13%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 15px;
    gap: 15px;
    border-radius: 20px;
    color: #554f4e;
    background-color: #f1ca84;
    position: relative;
}

.land_plan-btn {
    width: calc((100% - 15px) / 2);
}

.choicebox_use label {
    width: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 1.8rem;
    color: #554f4e;
    line-height: 1.3;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #ccc;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.choicebtn_use:checked+label {
    font-weight: bold;
    background-color: #00ccf7;
    border: 2px solid #00ccf7;
    box-shadow: 0 -4px 0 0 #fff inset;
}

.choicebox_use input[type="checkbox"] {
    position: absolute;
    transform: translateY(30px) translateX(12px);
}

label.checkbox_label {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 85px;
    border-top: 1px solid #5e6263;
    border-left: 1px solid #5e6263 !important;
    border-right: 1px solid #5e6263 !important;
    border-bottom: 2px solid #5e6263;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 10px 0px;
}

label.checkbox_label br.disblock {
    display: none;
}

label.checkbox_label .txt-s {
    font-size: 1.2rem;
    font-weight: 600;
}

input.checkbox_land_plan:checked+label {
    background-color: #fae6c2;
    border-top: 2px solid #3c2b23 !important;
    border-left: 1px solid #5e6263 !important;
    border-right: 1px solid #5e6263 !important;
    border-bottom: 1px solid #3c2b23 !important;
    box-shadow: none !important;
}

/* チェックボックスのサイズ指定 */
.land_plan-btn input[type="checkbox"] {
    width: 22px;
    height: 22px;
    margin: 0px 5px;
    vertical-align: middle;
}

/*タブレット用*/
@media screen and (max-width: 768px) {
    .choicebox_use label {
        font-size: 1.8rem;
    }
}

/*スマホ用640px*/
@media screen and (max-width: 640px) {

    .choicebox_use label {
        font-size: 1.6rem;
        padding: 5px 5px 10px;
        box-shadow: 0 -2px 0 0 #E4E4E4 inset;
    }

    .choicebox_use input[type="checkbox"] {
        position: absolute;
        transform: translateY(32px) translateX(3px);
    }
}

/*スマホ用500px*/
@media screen and (max-width: 500px) {
    .choicebox_use {
        gap: 5px;
    }

    .choicebox_use label {
        font-size: 1.2rem;
    }

    .land_plan-btn {
        width: calc((100% - 5px) / 2);
    }

    label.checkbox_label .txt-s {
        font-size: 1rem;
    }

    label.checkbox_label br.disblock {
        display: block;
    }

    /* チェックボックスのサイズ指定 */
    .land_plan-btn input[type="checkbox"] {
        width: 14px;
        height: 14px;
    }
}

/*スマホ用360px*/
@media screen and (max-width: 375px) {
    .choicebox_use label {
        font-size: 1rem;
    }
}
/* ＝＝＝＝＝＝＝ボタン＝＝＝＝＝＝＝＝ */

.choicebox label {
    border: none;
    box-shadow: 0 -6px 0 0 #494f48 inset !important;
}

/*▼▼ボタン行高さ調整▼▼*/

.icon_2line-height {
    height: 180px;
    padding-top: 20px !important;
    font-weight: bold;
    justify-content: normal !important;
}

.icon_3line-height {
    height: 180px;
    padding-top: 20px !important;
    font-weight: bold;
    justify-content: normal !important;
}

/*タブレット*/
@media screen and (max-width: 768px) {
    .icon_2line-height {
        height: 170px;
    }

    .icon_3line-height {
        height: 170px;
    }
}

/*スマホ用*/
@media screen and (max-width: 640px) {
    .icon_2line-height {
        height: 80px;
        justify-content: center !important;
        align-items: center !important;
        padding: 0 !important;
    }

    .icon_3line-height {
        height: 80px;
        justify-content: center !important;
        align-items: center !important;
        padding: 0 !important;
    }
}

/* ＝＝＝＝＝＝＝ 地図&エリアボタン ＝＝＝＝＝＝＝＝ */
.jpmap {
    position: relative;
    height: 430px;
    max-height: 430px;
    background-image: url(../images/jpmap.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    margin-bottom: 40px;
}

.jpmap label {
    cursor: pointer;
    text-align: center;
    color: #554f4e;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #ccc;
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    box-shadow: 0 -4px 0 0 #E4E4E4 inset;
}

.choicebtn:checked+label {
    font-weight: bold;
    background-color: #fae6c2;
    box-shadow: 0 -4px 0 0 #fff inset;
}

.area_btn {
    position: absolute;
    font-size: 1.4rem !important;
    width: 100%;
    max-width: 120px !important;
    height: 60px;
    text-align: left;
    line-height: 1.5;
}

.hokaidou-touhoku_area {
    top: 20%;
    right: 5%;
}

.kanto_area {
    top: 58%;
    right: 15%;
}

.hokuriku-koushinetsu_area {
    top: 32%;
    right: 35%;
}

.toukai_area {
    bottom: 3%;
    right: 28%;
}

.kansai_area {
    bottom: 22%;
    left: 40%;
}

.tyugoku_area {
    bottom: 40%;
    left: 28%;
}

.shikoku_area {
    bottom: 10px;
    left: 25%;
}

.kyushu-okinawa_area {
    bottom: 20%;
    left: 8%
}

/*タブレット用 700px*/
@media screen and (max-width: 700px) {
    .jpmap {
        height: 330px;
        max-height: 330px;
    }

    .area_btn {
        font-size: 1.4rem !important;
        max-width: 60px !important;
        height: 60px;
    }

    .hokaidou-touhoku_area {
        max-width: 70px !important;
        top: 20%;
        right: 10%;
    }

    .toukai_area {
        bottom: 5%;
        right: 32%;
    }

    .shikoku_area {
        bottom: 3%;
        left: 28%;
    }
}

/*スマホ用 500px*/
@media screen and (max-width: 500px) {

    .jpmap {
        margin-bottom: 10px;
    }

    .kanto_area {
        top: 55%;
        right: 10%;
    }

    .hokuriku-koushinetsu_area {
        top: 32%;
        right: 38%;
    }

    .toukai_area {
        bottom: 8%;
        right: 28%;
    }

    .kansai_area {
        bottom: 18%;
        left: 38%;
    }

    .tyugoku_area {
        bottom: 38%;
        left: 20%;
    }

    .shikoku_area {
        bottom: 7%;
        left: 20%;
    }

    .kyushu-okinawa_area {
        bottom: 28%;
        left: 2%
    }
}

/*スマホ用 450px*/
@media screen and (max-width: 450px) {
    .jpmap {
        height: 280px;
        max-height: 280px;
        margin-bottom: 30px;
    }

    .hokaidou-touhoku_area {
        top: 15%;
        right: 2%;
    }

    .kanto_area {
        top: 45%;
        right: 8%;
    }

    .hokuriku-koushinetsu_area {
        top: 28%;
        right: 30%;
    }

    .shikoku_area {
        bottom: -7%;
        left: 20%;
    }

    .kyushu-okinawa_area {
        bottom: 20%;
        left: 2%
    }
}

/*スマホ用 420px*/
@media screen and (max-width: 420px) {
    .jpmap {
        margin-bottom: 10px;
    }

    .toukai_area {
        bottom: 8%;
        right: 24%;
    }

    .shikoku_area {
        bottom: 0%;
        left: 20%;
    }
}

/*スマホ用 390px*/
@media screen and (max-width: 390px) {
    .hokaidou-touhoku_area {
        top: 5%;
        right: 5%;
    }

    .kanto_area {
        top: 50%;
        right: 5%;
    }

    .toukai_area {
        bottom: 12%;
        right: 28%;
    }

    .kansai_area {
        bottom: 30%;
        left: 35%;
    }

    .hokuriku-koushinetsu_area {
        top: 22%;
        right: 30%;
    }

    .tyugoku_area {
        bottom: 45%;
        left: 14%;
    }

    .shikoku_area {
        bottom: 4%;
        left: 20%;
    }

    .kyushu-okinawa_area {
        bottom: 22%;
        left: 2%
    }
}

/*スマホ用 375px*/
@media screen and (max-width: 375px) {
    .jpmap {
        margin-bottom: 0;
    }

}

/*スマホ用 360px*/
@media screen and (max-width: 360px) {
    .hokaidou-touhoku_area {
        right: 5%;
    }

    .hokuriku-koushinetsu_area {
        top: 20%;
        right: 30%;
    }

    .toukai_area {
        bottom: 15%;
        right: 25%;
    }

    .kanto_area {
        top: 40%;
        right: 5%;
    }

    .kansai_area {
        bottom: 35%;
        left: 38%;
    }

    .tyugoku_area {
        bottom: 50%;
        left: 18%;
    }

    .shikoku_area {
        bottom: 8%;
        left: 20%;
    }

    .kyushu-okinawa_area {
        bottom: 28%;
        left: 2%
    }
}

/*スマホ用 340px*/
@media screen and (max-width: 340px) {
    .area_btn {
        font-size: 1.2rem !important;
        max-width: 55px !important;
        height: 55px;
    }

    .hokaidou-touhoku_area {
        max-width: 65px !important;
        top: 7%;
        right: 3%;
    }

    .hokuriku-koushinetsu_area {
        top: 20%;
        right: 28%;
    }

    .kanto_area {
        top: 40%;
        right: 5%;
    }

    .toukai_area {
        bottom: 20%;
        right: 24%;
    }

    .kansai_area {
        bottom: 42%;
        left: 38%;
    }

    .shikoku_area {
        bottom: 15%;
        left: 20%;
    }

    .kyushu-okinawa_area {
        bottom: 30%;
        left: 1%
    }

}

/* ＝＝＝＝＝＝＝ 合間の女性イラスト ＝＝＝＝＝＝＝＝ */

.interval_li {
    text-align: center;
    margin: 0 auto;
}

.interval_li img {
    width: 100%;
    max-width: 300px;
}

/* ＝＝＝＝＝＝＝追従ボタン＝＝＝＝＝＝＝＝ */

.follow_btn {
    position: relative;
}

.all-choice_item {
    position: sticky;
    bottom: 20px;
    margin: 40px 0 40px;
    left: calc(100vw - 12em);
    max-width: 192px;
    animation: fadein 3s forwards;
    z-index: 2;
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}


/*labelの場合*/
.all-choice_item label {
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 30px;
    padding: 10px 15px 5px;
    background-color: #f35610;
    border-bottom: 5px solid #f35610;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 1.2;
    cursor: pointer;
    overflow: hidden;
    animation: btn_animation 1s infinite;
}

.all-choice_item label .count_item {
    font-size: 1.4rem;
}

.all-choice_item label .count_item_number {
    font-weight: bold;
    font-size: 1.6rem;
    color: #eef525;
}

.all-choice_item label:before {
    content: 'まとめて選択する';
}

.all-choice_item input:checked+label {
    background-color: #f0820b;
    color: #FFF;
    animation: none;
}

.all-choice_item input:checked+label:before {
    content: 'まとめて解除する';
}

.all-choice_item input {
    display: none;
}

/*buttonの場合*/
.all-choice_item button {
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 30px;
    padding: 10px 15px 5px;
    background-color: #f35610;
    border-bottom: 5px solid #f35610;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 1.2;
    cursor: pointer;
    overflow: hidden;
    animation: btn_animation 1s infinite;
}

.all-choice_item button .count_item {
    font-size: 1.4rem;
}

.all-choice_item button .count_item_number {
    font-weight: bold;
    font-size: 1.6rem;
    color: #eef525;
}

.all-choice_item button:before {
    content: 'まとめて選択する';
}

@keyframes btn_animation {
    0% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0);
        top: 0px;
    }

    10% {
        box-shadow: 0 0 0 rgb(0, 0, 0, 0);
        top: 3px;
    }

    20% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0);
        top: 0px;
    }

    30% {
        box-shadow: 0 0 0 rgb(0, 0, 0, 0);
        top: 3px;
    }

    40% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0);
        top: 0px;
    }
}

@media screen and (max-width: 430px) {
    .all-choice_item {
        margin: 20px 0 20px;
        max-width: 170px;
    }

    .all-choice_item label {
        padding: 10px 15px 8px;
        font-size: 1.6rem;
    }

}

/* ＝＝＝＝＝＝＝店舗レイアウト＝＝＝＝＝＝＝＝ */

.wrap_companylist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    background-color: #f1ca84;
    padding: 15px;
    gap: 10px;
    border-radius: 20px;
}

.company-item {
    width: calc(50% - 5px);
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
}

.company-item.co-pic {
    position: relative;
    background-color: #fbfaee
}

/*店舗名*/
.company-check {
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
}

.company-check label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4
}

.icon_pic {
    display: inline-block;
    position: absolute;
    background-color: #d5304b;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 1.8rem;
    top: -7px;
    font-weight: 500;
}

.company-check input[type="checkbox"] {
    position: relative;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: 1px solid #000;
    background-color: #fff;
    vertical-align: -5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.company-check input[type="checkbox"]:checked {
    background-color: #00ccf7;
    border: 1px solid #00ccf7;
}

.company-check input[type="checkbox"]:checked:before {
    position: absolute;
    top: 1px;
    left: 12px;
    transform: rotate(50deg);
    width: 15px;
    height: 30px;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    content: '';
}

/*キャッチ*/
.company-catch {
    display: block;
    padding: 15px 0;
}

.company-catch p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
}

/*店舗名-テキスト情報*/
.company-info {
    display: flex;
}

.company-img {
    max-width: 190px;
    margin-right: 5px;
}

.company-img .pic01 {
    margin-bottom: 4px;
}

.company-img .pic01 .pic_item {
    width: 100%;
    max-height: 170px;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.company-img .pic02 {
    display: flex;
    width: 100%;
}

.company-img .pic02 a.pic {
    width: 50%;
    margin-right: 4px;
}

.company-img .pic02 img.pic_item {
    width: 100%;
    height: 91px;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.company-img .pic02 a.pic:last-of-type {
    margin-right: 0;
}

.company-txt {
    display: block;
    max-width: 160px;
}

.company-txt p {
    font-size: 1.4rem;
    line-height: 1.5em;
}

/*アイコン-ボタン*/

.company-icon-list {
    width: 100%;
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 105px);
    gap: 6px;
}

.company-icon-list li{
    line-height:1;
}

.ver-pickup .company-icon-list li {
    line-height:1;
}

@media screen and (max-width: 1024px) {
    .company-icon-list {
        grid-template-columns: repeat(auto-fit, 95px);
    }
}


@media screen and (max-width: 800px) {
    .company-img {
        max-width: 210px;
        margin-right: 5px;
    }

    .company-img .pic02 img.pic_item {
        height: 86px;
    }

    .company-txt {
        max-width: 140px;
    }

    .company-icon-list {
        grid-template-columns: repeat(auto-fit, 110px);
    }
}

@media screen and (max-width: 750px) {
    .company-img .pic02 img.pic_item {
        height: 71px;
    }

    .company-icon-list {
        grid-template-columns: repeat(auto-fit, 85px);
    }
}

@media screen and (max-width: 700px) {
    .company-img .pic02 img.pic_item {
        height: 62px;
    }

    .company-icon-list {
        grid-template-columns: repeat(auto-fit, 75px);
    }
}

@media screen and (max-width: 640px) {
    .wrap_companylist {
        display: block;
    }

    .company-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .company-item:last-of-type {
        margin-bottom: 0;
    }

    .icon_pic{
        font-size: 1.6rem;
        top:-10px;
    }


    /*キャッチ*/
    .company-catch p {
        font-size: 1.4rem;
    }

    /*店舗名-テキスト情報*/
    .company-info {
        display: block;
    }

    .company-img {
        max-width: 100%;
        margin-right: 0;
    }

    .company-img .pic01 {
        max-width: 250px;
        margin: 0 auto 15px;
    }


    .company-img .pic02 {
        display: none;
    }

    .company-txt {
        display: none;
    }

    .company-icon-list {
        grid-template-columns: repeat(auto-fit, 90px);
    }

}

@media screen and (max-width: 440px) {
    .company-icon-list {
        grid-template-columns: repeat(auto-fit, 72px);
        gap: 3px;
    }
}

@media screen and (max-width: 420px) {
    .company-icon-list {
        grid-template-columns: repeat(auto-fit, 70px);
    }
}

@media screen and (max-width: 390px) {
    .company-icon-list {
        grid-template-columns: repeat(auto-fit, 65px);
        gap: 2px;
    }
}

@media screen and (max-width: 360px) {
    .company-icon-list {
        grid-template-columns: repeat(auto-fit, 60px);
        gap: 2px;
    }
}


/* ＝＝＝＝＝＝＝ 同意テキスト用  ＝＝＝＝＝＝＝＝ */

.txt-act{
    margin-bottom: 50px;
    font-size: 1.5rem;
}

.label-wrap {
    display: flex;
    align-items:flex-start; 
    justify-content: center;
}

.label-wrap input[type=checkbox]{
    transform: scale(1.5);
    margin: 8px;
}

.txt-note {
    display: block;
    text-align: start;
    margin:0 10px;
    width: 90%;
}

/* ＝＝＝＝＝＝＝ 任意アイコン ＝＝＝＝＝＝＝＝ */

.icon-optional {
    background-color: #0c7d64;
    color: #fff;
    border-radius: 5px;
    font-size: 1.4rem;
    padding: 0px 5px;
    margin-left: 5px;
}