@charset "utf-8";

body {
    background-color: #fafafa;
}


/* ＝＝＝＝＝＝＝家づくりメイン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: 250px
}

header .header_inner .three_authority img {
    display: block;
}


/*タブレット用*/

@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: #009ee2;
    color:#fff;
}

.choicebox {
    background-color: #ccecf9;
}

.dl_detail {
    background-color: #ccecf9;
}

.div_detail {
    background-color: #ccecf9;
}

.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;
}


/* ＝＝＝＝＝＝＝計画書＝＝＝＝＝＝＝＝ */

.info_plan {
    display: block;
    margin-top: 20px;
}

.info_plan img.plan {
    max-width: 652px;
    width: 100%;
}


/*スマホ用*/

@media screen and (max-width: 640px) {
    .info_plan {
        margin-top: 15px;
    }
}


/* ＝＝＝＝＝＝＝ボタン画像＝＝＝＝＝＝＝＝ */


/*.choicebox label {
        border: none !important;
        box-shadow: 0 -6px 0 0 #494f48 inset !important;
    }*/


/*階数*/


/*平屋*/

.bg_floor01 {
    background-image: url(../images/bg_house.svg);
}


/*二階建て*/

.bg_floor02 {
    background-image: url(../images/bg_condominium.svg);
}


/*三階建て*/

.bg_floor03 {
    background-image: url(../images/bg_store.svg);
}


/*間取り*/


/*2LDK*/

.bg_ldk101 {
    background-image: url(../images/bg_two-dlk.svg);
}


/*3LDK*/

.bg_ldk102 {
    background-image: url(../images/bg_three-dlk.svg);
}


/*4LDK*/

.bg_ldk103 {
    background-image: url(../images/bg_four-dlk.svg);
}


/*5LDK以上*/

.bg_ldk104 {
    background-image: url(../images/bg_five-dlk.svg);
}


/*大人の人数*/


/*1人*/

.bg_adult1 {
    background-image: url(../images/bg_adult-one.png);
}


/*2人*/

.bg_adult2 {
    background-image: url(../images/bg_adult-two.png);
}


/*3人*/

.bg_adult3 {
    background-image: url(../images/bg_adult-three.png);
}


/*4人*/

.bg_adult4 {
    background-image: url(../images/bg_adult-four.png);
}


/*5人*/

.bg_adult5 {
    background-image: url(../images/bg_adult-five.png);
}


/*6人以上*/

.bg_adult6 {
    background-image: url(../images/bg_adult-six.png);
}


/*子どもの人数*/


/*0人*/

.bg_children0 {
    background-image: url(../images/bg_child-zero.png);
}


/*1人*/

.bg_children1 {
    background-image: url(../images/bg_child-one.png);
}


/*2人*/

.bg_children2 {
    background-image: url(../images/bg_child-two.png);
}


/*3人*/

.bg_children3 {
    background-image: url(../images/bg_child-three.png);
}


/*4人*/

.bg_children4 {
    background-image: url(../images/bg_child-four.png);
}


/*5人以上*/

.bg_children5 {
    background-image: url(../images/bg_child-five.png);
}

/*赤ちゃんの人数*/


/*0人*/

.bg_baby0 {
    background-image: url(../images/bg_baby-zero.png);
}


/*1人*/

.bg_baby1 {
    background-image: url(../images/bg_baby-one.png);
}


/*2人*/

.bg_baby2 {
    background-image: url(../images/bg_baby-two.png);
}


/*3人*/

.bg_baby3 {
    background-image: url(../images/bg_baby-three.png);
}


/*▼▼ボタン行高さ調整▼▼*/

.icon_2line-height {
    height: 180px;
    padding-top: 20px !important;
    font-weight: bold;
    justify-content: normal !important;
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: bottom center;
}

.icon_2line-height-m_ldk {
    height: 180px;
    padding-top: 20px !important;
    font-weight: bold;
    justify-content: normal !important;
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: bottom center;
}

.icon_2line-height-ppl {
    height: 160px;
    padding-top: 20px !important;
    font-weight: bold;
    justify-content: normal !important;
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: bottom center;
}

.icon_3line-height {
    height: 180px;
    padding-top: 20px !important;
    font-weight: bold;
    justify-content: normal !important;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: bottom center;
}

.icon_3line-height-floor {
    height: 180px;
    padding-top: 20px !important;
    font-weight: bold;
    justify-content: normal !important;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: bottom center;
}

.icon_3line-height-ppl {
    height: 180px;
    padding-top: 20px !important;
    font-weight: bold;
    justify-content: normal !important;
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: bottom 10px center;
}


/*タブレット*/

@media screen and (max-width: 768px) {
    .icon_2line-height {
        height: 170px;
        background-size: 50%;
    }

    .icon_2line-height-m_ldk {
        height: 170px;
        background-size: 50%;
    }

    .icon_2line-height-ppl {
        height: 160px;
        background-size: 65%;
    }

    .icon_3line-height {
        height: 170px;
        background-size: 75%;
    }

    .icon_3line-height-floor {
        height: 170px;
        background-size: 75%;
    }

    .icon_3line-height-ppl {
        height: 160px;
        background-size: 55%;
    }
}


/*スマホ用*/

@media screen and (max-width: 640px) {
    .icon_2line-height {
        height: 80px;
        justify-content: center !important;
        align-items: center !important;
        padding: 0 !important;
        background-size: 20%;
        background-position: center right 5%;
    }

    .icon_2line-height-m_ldk {
        height: 156px;
        background-size: 50%;
        background-position: bottom 10px center;
    }

    .icon_2line-height-ppl {
        height: 80px;
        justify-content: center !important;
        align-items: center !important;
        padding: 0 !important;
        background-size: 22%;
        background-position: center right 5%;
    }

    .icon_3line-height {
        height: 80px;
        justify-content: center !important;
        align-items: center !important;
        padding: 0 !important;
        background-size: 20%;
        background-position: center right 5%;
    }

    .icon_3line-height-floor {
        height: 156px;
        background-size: 60%;
        background-position: bottom 10px center;
    }

    .icon_3line-height-ppl {
        height: 146px;
        background-size: 45%;
        background-position: bottom 10px center;
    }
}


/*スマホ用*/

@media screen and (max-width: 550px) {
    .icon_2line-height-m_ldk {
        height: 126px;
        background-size: 45%;
    }

    .icon_3line-height-floor {
        height: 126px;
    }

    .icon_3line-height-ppl {
        height: 126px;
    }
}


/*スマホ用*/

@media screen and (max-width: 450px) {
    .icon_2line-height-m_ldk {
        height: 100px;
        background-size: 35%;
    }

    .icon_3line-height-floor {
        height: 100px;
        background-size: 52%;
    }

    .icon_3line-height-ppl {
        height: 100px;
        background-size: 40%;
    }
}


/*スマホ用*/

@media screen and (max-width: 390px) {
    .icon_2line-height-m_ldk {
        height: 90px;
        background-size: 32%;
    }

    .icon_3line-height-floor {
        height: 90px;
        background-size: 50%;
    }

    .icon_3line-height-ppl {
        height: 90px;
        background-size: 35%;
    }
}


/* ＝＝＝＝＝＝＝ 地図&エリアボタン ＝＝＝＝＝＝＝＝ */

.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 {
    color: #fff;
    font-weight: bold;
    background-color: #00ccf7;
    border: 2px solid #00ccf7;
    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, 90px);
    }
}

@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, 65px);
    }
}

@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, 65px);
    }
}

@media screen and (max-width: 390px) {
    .company-icon-list {
        grid-template-columns: repeat(auto-fit, 60px);
        gap: 2px;
    }
}

@media screen and (max-width: 360px) {
    .company-icon-list {
        grid-template-columns: repeat(auto-fit, 55px);
        gap: 2px;
    }
}


/* ＝＝＝＝＝＝＝ 不動産項目 ＝＝＝＝＝＝＝＝ */

.wrap_realtor {
    margin-bottom: 15px;
    padding: 10px 20px;
    background-color: #088dd2;
    box-sizing: border-box;
}

.wrap_realtor .tit_realtor {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: bold;
    padding-left: 15px;
    color: #fff;
    border-left: 5px solid #fff;
}

.wrap_realtor .tit_realtor span.txt {
    font-size: 1.4rem;
}

.wrap_realtor .tit_realtor span.impo {
    color: #fbe35d;
    font-weight: bold;
    font-size: 1.4rem;
}

@media screen and (max-width:640px) {
    .wrap_realtor {
        margin-bottom: 10px;
        padding: 10px 10px;
    }

    .wrap_realtor .tit_realtor {
        font-size: 1.6rem;
        line-height: 1;
        font-weight: bold;
        padding-left: 10px;
    }

    .wrap_realtor .tit_realtor span.txt {
        font-size: 1.1rem;
    }

    .wrap_realtor .tit_realtor span.impo {
        font-size: 1.2rem;
    }
}


/* ==================================================
   カレンダー（jQuery UI Datepicker）用のスタイル
   ================================================== */


/* ▼▼▼ カレンダー全体を強制的に画面中央に固定表示する（完全版） ▼▼▼ */


/* ▼▼▼ カレンダーの見た目とサイズだけ残す ▼▼▼ */

#ui-datepicker-div {
    /* JSの計算に任せるので、positionやtopなどの位置指定はすべて削除！ */
    z-index: 9999 !important;
    /* 吹き出しより前に出す指定だけは残す */
    /* 丁度いいサイズと綺麗な見た目の設定 */
    font-size: 4em !important;
    width: 30em !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    border-radius: 10px !important;
}


/* ▼▼▼ スマホ画面用のサイズ調整（ここはそのまま残してOK） ▼▼▼ */

@media screen and (max-width: 700px) {
    #ui-datepicker-div {
        font-size: 2.2em !important;
        width: 24em !important;
    }
}

@media screen and (max-width: 500px) {
    #ui-datepicker-div {
        font-size: 2.0em !important;
        width: 22em !important;
    }
}

@media screen and (max-width: 400px) {
    #ui-datepicker-div {
        font-size: 1.8em !important;
        width: 20em !important;
    }
}


/* ▼▼▼ カレンダー内の細かい調整・アイコン ▼▼▼ */

.ui-datepicker-current {
    display: none !important;
    /* 「今日」ボタンなどを消す場合 */
}

.ui-datepicker td a.ui-state-default {
    position: relative;
    z-index: 1;
}


/* 出発日の飛行機アイコン */

.departure-icon a::before {
    content: '✈️';
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 2;
    font-size: 18px;
}


/* 帰着日の日本アイコン */

.return-icon a::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url('/travel/tolstatic/images/japan.png');
    /* ※画像のパスに注意！ */
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 2;
}


/* ▼▼▼ カレンダーのカラーリング（青系テーマ） ▼▼▼ */

.ui-datepicker-month {
    width: auto !important;
    /* 横幅を自動調整 */
    padding-right: 5px;
    /* 右側に少し余白を追加 */
}


/* カレンダー上部（年月が表示されるヘッダー部分）の色 */

.ui-widget-header {
    border: 1px solid #66c5ee !important;
    background: #009ee2 !important;
}


/* 日付マスの通常時の色 */

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #66c5ee !important;
    background: #eef7fb !important;
}


/* 日付マスにマウスを乗せた時や、フォーカスした時の色 */

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    color: #33b1e8 !important;
}


/* カレンダー全体の背景色 */

.ui-widget-content {
    background: #fff !important;
}


/* ▼▼▼ 期間選択の色塗り（JTB風） ▼▼▼ */


/* 出発日と帰着日の間の背景色（薄い水色） */

.ui-datepicker td.in-range a.ui-state-default {
    background-color: #d2f1fc !important;
    /* JTB風の薄い青 */
    border-color: #d2f1fc !important;
    color: #333 !important;
}


/* 出発日と帰着日 ピッタリの日（濃い青） */

.ui-datepicker td.range-edge a.ui-state-default {
    background-color: #009ee2 !important;
    /* タウンライフのテーマカラーの濃い青 */
    border-color: #009ee2 !important;
    color: #fff !important;
    font-weight: bold;
}




/* 日数選択用グリッド（4列） */

.days_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}

.days_grid label {
    margin-top: 0 !important;
    padding: 15px 5px !important;
}

.airport_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 10px;
}

.airport_grid label {
    margin-top: 0 !important;
    padding: 15px 5px !important;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem !important;
}

@media screen and (max-width: 640px) {
    .airport_grid {
        grid-template-columns: repeat(2, 1fr);
        /* スマホは2列の方が見やすいかも */
    }
}

.ppl_box {
    background-color: #d1ecf5 !important;
    /* 水色の背景 */
    border-radius: 10px;
    padding: 15px !important;
    margin-bottom: 15px;
}

.ppl_box:last-of-type {
    margin-bottom: 0;
}

.ppl_title {
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
}

.ppl_grid_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.ppl_grid_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 320px;
    /* 幼児の2列を中央に寄せるため */
    margin: 0 auto;
}

.ppl_grid_3 label,
.ppl_grid_2 label {
    background-color: #fff !important;
    margin: 0 !important;
    border-radius: 5px;
}

.choicebox#m_people {
    background-color: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
}


/* ＝＝＝＝＝＝＝ 人数選択（Figmaデザイン再現） ＝＝＝＝＝＝＝＝ */

.choicebox#m_people {
    background-color: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    display: block !important;
}

.ppl_flex_row {
}

.ppl_box {
    background-color: #ccecf9 !important;
    /* 水色の背景 */
    border-radius: 10px;
    padding: 15px !important;
    width: 100% !important;
    box-sizing: border-box;
}


/* 幼児の箱だけ中央に寄せる */

.ppl_box.ppl_box_infant {
    max-width: 60%;
    margin: 0 auto;
}

.ppl_title {
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
}


/* ▼▼▼ 絶対に3列に並べる強固なFlexbox設定！ ▼▼▼ */

.ppl_grid_3 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.ppl_grid_2 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    justify-content: center !important;
}


/* ▼▼▼ 100%を解除し、強制的に3等分の幅(約33%)にする魔法！ ▼▼▼ */

.ppl_grid_3 label {
    width: calc(33.333% - 7px) !important;
    /* 隙間を引いてピッタリ3列！ */
    margin: 0 !important;
    background-color: #fff !important;
    padding: 15px;
    gap: 10px;
    border-radius: 10px;
}


/* 幼児は2列 */

.ppl_grid_2 label {
    width: calc(50% - 5px) !important;
    margin: 0 !important;
    background-color: #fff !important;
    border-radius: 10px;
    box-sizing: border-box;
}


/* 選択されたボタンのハイライト（オレンジ枠＋黄色背景） */

#m_people input[type="radio"]:checked+label {
    color: #fff;
    font-weight: bold;
    background-color: #00ccf7 !important;
    border: 2px solid #00ccf7;
    box-shadow: 0 -4px 0 0 #fff inset;
}


/* スマホ用：画面が狭いときは箱を縦に積む */

@media screen and (max-width: 640px) {
    .ppl_flex_row {
        flex-direction: column;
        gap: 15px;
    }

    .ppl_box.ppl_box_infant {
        max-width: 100%;
    }

    /* スマホでも3列をキープ！ */
    .ppl_grid_3 label {
        width: calc(33.333% - 7px) !important;
    }
}


/* ＝＝＝＝＝＝＝ 予算選択（3列） ＝＝＝＝＝＝＝＝ */

.budget_grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    justify-content: center !important;
}

.budget_grid label {
    width: calc(33.333% - 7px) !important;
    /* ピッタリ3列 */
    margin: 0 !important;
    background-color: #fff !important;
    border: 2px solid #ccc !important;
    border-radius: 5px;
    height: 60px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem !important;
}

#m_budget input[type="radio"]:checked+label {
    border: 3px solid #00ccf7 !important;
    background-color: #fff8e1 !important;
}


/* ＝＝＝＝＝＝＝ ご要望入力（Figma再現） ＝＝＝＝＝＝＝＝ */

.request_container {
    background-color: #d1ecf5 !important;
    /* Figmaの水色 */
    border-radius: 15px;
    padding: 20px !important;
    width: 100% !important;
    box-sizing: border-box;
}

.request_title {
    font-weight: bold;
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 10px;
}

.request_title span {
    color: #e85e5e;
    font-size: 1.2rem;
    margin-left: 5px;
}

.request_textarea {
    width: 100% !important;
    min-height: 120px !important;
    border-radius: 10px !important;
    border: 1px solid #ccc !important;
    padding: 10px !important;
    font-size: 1.5rem !important;
    margin-bottom: 15px !important;
}

.request_example_box {
    background-color: #fff !important;
    /* 入力例の白い箱 */
    border-radius: 10px;
    padding: 15px !important;
    font-size: 1.2rem;
    color: #333;
    line-height: 1.6;
}

.request_example_box b {
    display: block;
    margin-bottom: 5px;
}

.request_example_box ul {
    margin: 0;
    padding-left: 15px;
}

@media screen and (max-width: 640px) {
    .budget_grid label {
        width: calc(50% - 5px) !important;
        /* スマホは2列の方が見やすい */
    }
}

.personal_info_box {
    background-color: #d1ecf5 !important;
    border-radius: 15px;
    padding: 20px !important;
    width: 100% !important;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.dl_personal dt {
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #333;
}

.dl_personal dt:first-child {
    margin-top: 0;
}

.dl_personal dd {
    margin-bottom: 10px;
}

.dl_personal input[type="text"],
.dl_personal input[type="email"],
.dl_personal select {
    width: 100%;
    padding: 12px !important;
    border: none !important;
    border-radius: 5px !important;
    background-color: #fff !important;
    font-size: 1.5rem;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
}

.gender_wrap {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
    .gender_wrap {
        margin-bottom: 10px;
    }
}

.gender_wrap label {
    font-size: 1.5rem;
    cursor: pointer;
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.gender_wrap input {
    margin-right: 5px;
    transform: scale(1.2);
}

.tour_box {
    background-color: #d1ecf5 !important;
    border-radius: 15px;
    padding: 20px !important;
    width: 100% !important;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.tour_box .tour_title {
    font-weight: bold;
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 10px;
}

.tour_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

.tour_wrap label {
    font-size: 1.6rem;
    cursor: pointer;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: 2px solid #ccc;
}

.tour_wrap input[type="radio"]:checked+label {
    border: 2px solid #00ccf7;
    background-color: #eef7fb;
    font-weight: bold;
}

.tour_wrap input[type="radio"] {
    display: none;
    /* ラジオボタン自体は隠す */
}


/* カスタムラジオボタンの丸 */

.tour_wrap label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #fff;
}

.tour_wrap input[type="radio"]:checked+label::before {
    border: 6px solid #00ccf7;
    background-color: #fff;
}

.tour_select_area {
    margin-top: 15px;
}

.tour_select_area p {
    font-weight: bold;
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 5px;
}

.tour_select_area select {
    width: 100%;
    padding: 12px !important;
    border: none !important;
    border-radius: 5px !important;
    background-color: #fff !important;
    font-size: 1.5rem;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
}


/*****旅探し　国/エリア用*****/


/*DLの場合*/

.dl_destination {
    background-color: #ccecf9;
}

.dl_destination {
    width: 87%;
    margin-left: 13%;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 20px;
}

@media screen and (max-width: 500px) {
    .dl_destination {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}


/*DIVの場合*/

.div_destination {
    background-color: #ccecf9;
}

.div_destination {
    width: 87%;
    margin-left: 13%;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 20px;
}

@media screen and (max-width: 500px) {
    .div_destination {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}


/*パーツ*/

.select-destination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.select-destination select {
    flex: 1 1 200px;
}

.input-destination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.input-destination p {
    margin-bottom: 5px;
}

.choicebtn {
    display: none;
}

.input-destination label {
    cursor: pointer;
    text-align: center;
    font-size: 2rem;
    color: #554f4e;
    line-height: 1.1;
    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;
    box-shadow: 0 -4px 0 0 #E4E4E4 inset;
}


/*タブレット用*/

@media screen and (max-width: 768px) {
    .input-destination label {
        font-size: 1.8rem;
    }
}


/*スマホ用640px*/

@media screen and (max-width: 640px) {
    .input-destination label {
        font-size: 1.6rem;
        padding: 5px 5px 10px;
        box-shadow: 0 -2px 0 0 #E4E4E4 inset;
    }
}


/*スマホ用500px*/

@media screen and (max-width: 500px) {
    .select-destination {
        gap: 5px;
    }

    .input-destination label {
        font-size: 1.6rem;
    }
}


/*スマホ用360px*/

@media screen and (max-width: 375px) {
    .input-destination label {
        font-size: 1.4rem;
    }
}


/*****入籍日-出発－帰国用*****/

.w_marriage-date {
    display: flex;
    justify-content: flex-end !important;
}

.div_marriage-date {
    background-color: #ccecf9;
}

.div_marriage-date {
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 20px;
}

.date-list {
    display: flex;
    justify-content: center;
}

.date-list li {
    display: flex;
    align-items: center;
    margin-right: 10px;
    width: 100px;
}

.date-list li:last-of-type {
    margin-right: 0;
}

.date-list li select {
    margin-bottom: 0;
    margin-right: 2px;
}

/*出国帰国*/

.jtb-date-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.jtb-date-wrap input {
    width: 140px;
}

.jtb-date-from {
    font-weight: 400;
    color: #333;
}

.inquiry_departure {
    font-weight: 400;
    color: #333;
}

.daterange-position {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 1px;
    height: 1px;
}

@media screen and (max-width: 500px) {
    .div_marriage-date {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}


/*****可能な日程をご記入用*****/

.available-dates {
    flex: 0 0 100%;
    display: none;
    text-align: left;
}

.available-dates input {
    width: 100%;
}


/*****出発の希望時期・曜日をご記入用*****/

.period-weekday {
    flex: 0 0 100%;
}

.periods_item {
    width: 100%;
    display: flex;
    gap: 10px;
}


.weekdays_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.weekdays_item label {
    margin-top: 0 !important;
    padding: 10px 5px !important;
}

.weekdays_item span {
    font-size: 1.4rem;
}
.req-badge {
    display: inline-block;
    background-color: #3b4085; /* 画像に近い濃いブルー */
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 10px;
    vertical-align: middle;
    line-height: 1;
}
.budget-warning {
    color: #e85e5e !important;
    font-weight: bold !important;
}
.company_pr_text {
    margin-right: auto;
    text-align: left;
    font-size: 1.2rem;
}

/* 免許番号（左側に少し余白を空けておく） */
.company_license_text {
    margin-left: 15px;
    font-size: 1.2rem;
}
.no_shop_card {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    border: 2px solid #ccc;
    text-align: center;
    margin-bottom: 20px;
}

/* 🌟メッセージ内のテキスト（赤・太字） */
.no_shop_text {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #e85e5e; /* 先ほどの「予算」と同じ警告の赤色にします */
    font-weight: bold;
}