/*  */

body {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
}

.guide__map__coordinate {
    cursor: pointer;
}

/* のりとくチケットキャンペーンページの情報 */
.noritoku {
    background-color: #fffde5;
    padding-top: 30px;
    padding-bottom: 36px;
}

.page__ttl {
    font-size: 18px;
    background-color: #1f6eb7;
    width: 299px;
    margin: 0 auto;
    border-radius: 50px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 7px;
    text-align: center;
}

.noritoku__ttl {
    margin-bottom: 15.5px;
    /*     width: 90%;
    margin-left: auto;
    margin-right: auto; */
    color: #1f6eb7;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
}

.noritoku__ttl span {
    display: inline-block;
}



.noritoku__img {
    margin: 0 13.5px;
}

.noritoku__img img {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.noritoku__ttl {
    letter-spacing: -1px;
}

.noritoku__txt {
    margin: 0 27px;

    font-size: 14px;
    line-height: 1.4;
    margin-top: 15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-weight: bold;
}

.noritoku__btn {
    color: #fff;
    background-color: #e3695e;
    text-decoration: none;
    font-size: 26px;
    display: block;
    width: 316.5px;
    margin: 0 auto;
    display: flex;
    /* justify-content:space-between */
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    height: 57px;
    margin-top: 55px;

}

.noritoku__btn__icon {
    width: 33.8px;
    position: relative;
    bottom: 2px;
    left: 10px;
}

.point {
    background-image: url("../img/top/point__bg.svg");
    background-size: 11px;
    padding: 0 20px;

    display: none;
}

.point__ttl {
    font-size: 22px;
    text-align: center;
    color: #1f6eb7;
    padding-top: 11px;
    margin-bottom: 20px;
}

.point__ttl span {
    font-size: 32px;
    position: relative;
    top: 3px;
}

.point__list__wrap {
    position: relative;
    padding-bottom: 15px;
}

.point__list {
    /*  display: flex; */
    /*  width: 100%; */
    /*  margin: 0 20px; */
    /* flex-wrap: wrap; */
    max-width: 500px;
    margin: 0 auto;
}

.point__list li {
    /* width: 46.5%; */
    /* margin: 0 auto; */
    margin-bottom: 20px;
}

.point__list li:not(:nth-child(2n)) {
    /* margin-right: 7%; */
}


.point__list__img-txt__wrap {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;

}

.point__list__img {
    width: 38%;
    margin-left: 6%;
}

.point__list__img img {
    width: 100%;
    /* box-shadow: 10px 5px 5px black; */
    filter: drop-shadow(3px 2px 2px rgb(184, 184, 184));
}

.point__list__txt {
    /*  position: absolute; */
    /* top: 76%;
    font-size: 3vw; */
    /* width: 100%; */
    /* text-align: center; */
    color: #1f6eb7;
    font-weight: bold;
    line-height: 1.2;
    /* height: 2.5em; */
    /* display: flex; */
    /* align-items: center;
    justify-content: center; */
    /*  font-size: 2.9vw; */
    width: 55%;
    font-size: 13.5px;
    margin-left: 5%;
}

.point__list__img-txt__wrap {}

.point__list__img {}

.point__list__txt {}

.point__foot {
    position: absolute;
    /* width: 18.3%; */
    width: 15%;
    bottom: -16.2px;
    /* right: 12px; */
    right: 0;
}

.recommendation__wrap {
    background-color: #fff33f;
}

.recommendation {}

.recommendation__txt__area__wrap {
    padding-top: 33px;
    /*  margin: 0 20px; */
    /* margin-bottom: 33px; */
}

.recommendation__ttl {
    font-size: 22px;
    color: #1f6eb7;
    margin-bottom: 7.5px;
}

.recommendation__subttl {
    font-size: 13px;
    color: #1f6eb7;
    font-weight: bold;
}

.recommendation__txt {

    line-height: 1.7;
    font-size: 14px;
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-weight: bold;
}

.recommendation__img__wrap {
    width: 100%;
}

.recommendation__img__wrap img {
    width: 100%;
}

.introduction {
    background-image: linear-gradient(-45deg, #ffffff 25%, #fef7ef 25%, #fef7ef 50%, #ffffff 50%, #ffffff 75%, #fef7ef 75%, #fef7ef 100%);
    background-size: 40px 40px;
    display: none;
}

.introduction__ttl {
    font-size: 22px;
    color: #1f6eb7;
    text-align: center;
    margin-bottom: 7.5px;
    padding-top: 18px;
}

.introduction__subttl {
    font-size: 13px;
    color: #1f6eb7;
    text-align: center;
    font-weight: bold;
}

.introduction__list__wrap {
    width: 81%;
    margin: 0 auto;
    margin-top: 10px;
}

.introduction__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.introduction__list li {
    position: relative;
    width: 48.6%;
    margin-bottom: 8.5px;
}

.introduction__list li:not(:nth-child(2n)) {
    margin-right: 8.5px;
}

.introduction__img {
    /* filter: drop-shadow(3px 3px 3px #aaa); */
}

.introduction__txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3vw;
    position: absolute;
    top: 16%;
    /* left: 50%;
   
    transform: translateY(-50%) translateX(-50%); */
    color: #fff;
    width: 100%;
    text-align: center
}


/* 外部リンク　バナー */
.gaibu__banner {
    margin: 0 20px;
    /* font-family: 'Noto Sans JP', sans-serif; */
    /*  font-weight: bold; */
    margin-top: 30px;
    margin-bottom: 50px;
    line-height: 1.2;
    font-weight: bold;
}

.gaibu__banner__ttl {
    font-size: 22px;
    color: #1f6eb7;
    text-align: center;
    margin-bottom: 25px;

}

.gaibu__banner__txt {
    font-size: 14px;
    text-align: center;
}

.gaibu__banner__txt span a {
    color: #1f6eb7;
}

.gaibu__banner__txt span {
    margin-top: 20px;
    display: block;
    font-size: 18.2px;
}

.gaibu__banner__txt span a {
    color: #1f6eb7;


}

.gaibu__banner__btn {
    color: #e3695e;
    background-color: #fff;
    text-decoration: none;
    font-size: 26px;
    display: block;
    width: 316.5px;
    margin: 0 auto;
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    height: 57px;
    border: 2px solid #e3695e;
    margin-top: 29px;
}

.gaibu__banner__btn__txt {}

.gaibu__banner__btn__icon {
    width: 33.8px;
    position: relative;
    bottom: 1px;
    left: 10px;
}



.introduction__foot {
    position: relative;
    margin-top: 22px;
    /* overflow: hidden; */
}

.introduction__foot__txt__wrap {
    position: absolute;
    top: 51%;
    /* top: 46%; */
    left: 50%;
    /*  transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%); */
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* text-align: center; */
    /* margin: 0 auto; */
    /* background-color: #fed93f; */
    width: 100%;
}

.introduction__foot__txt {
    writing-mode: vertical-rl;
    font-size: 3.77vw;
    color: #1f6eb7;
    font-weight: bold;
    line-height: 1.6;
    /* margin: 0 auto; */
    /*  margin-bottom: 16px;
    margin-top:-31%; */
    /* white-space: nowrap; */
    /* text-align:left; */
    /* width: 100%; */
    margin: 0 auto;
    /*  display:flex;
 justify-content: center;
 align-items: center; */
    white-space: nowrap;
}

.introduction__foot__img__wrap {
    height: 100%;
    max-width: 885px;
    margin: 0 auto;
}

.guide {
    background-color: #fff33f;
}

.guide__ttl {
    font-size: 22px;
    color: #1f6eb7;
    text-align: center;
    padding-top: 31px;
    margin-bottom: 7.5px;
}

.guide__subtxt {
    font-size: 13px;
    color: #1f6eb7;
    text-align: center;
    font-weight: bold;
}

/*  */
.guide__top__ttl {
    /*  font-family: 'Noto Sans JP', sans-serif; */
    text-align: center;
    margin: 0 20px;
    font-size: 18px;
    margin-top: 21px;
    margin-bottom: 15px;
    line-height: 1.22;
}

.guide__top__txt {
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-size: 15px;
    margin: 0 20px;
    line-height: 1.5;
    margin-bottom: 13px;
    text-align: center;
}

.guide__top__txt span {
    display: inline-block;
}

.guide__top__txt .span__pc {
    display: inline;
}

.guide__img-txt__area__wrap {
    margin: 0 8px;
    margin-top: 3px;
}

.guide__img {
    /* margin-left: 10%; */
    margin-bottom: 12px;
    position: relative;
}

.guide__txt__area {
    padding-bottom: 33px;
    margin-top: 13px;
}

.guide__txt {
    line-height: 1.9;
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
}

.guide__airport {
    /*  margin-top: 13px; */
    text-align: center;
}

.guide__airport__select__wrap {
    /* text-align:left;
    display: inline-block; */

}

.guide__txt__ttl {
    font-size: 16px;
    color: #1f6eb7;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}

.guide__txt__caption {
    font-size: 14px;
    line-height: 1.5;
}

.guide__airport__ttl {
    font-size: 16px;
    color: #1f6eb7;
    line-height: 1.5;
    margin-bottom: 12px;
    text-align: center;
}

.guide__airport__caption {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
    display: inline-block;
    text-align: left;
}

.guide__airport__info__list {}

.guide__airport__info__list li {
    font-size: 15px;
    color: #727171;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 12px;
    margin-left: 10px;
}

.guide__airport__info__list__wrap {
    /*  margin-top: 21px; */
}

.guide__airport__select__wrap select,
option {
    border: #1f6eb7 2px solid;
    background-color: transparent;
    height: 30px;
    width: 100%;
    border-radius: 26px;
    padding-left: 15px;
    color: #1f6eb7;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
}

.guide__airport__select__wrap select {
    -webkit-appearance: none;
    appearance: none;
    /* デフォルトの矢印を無効 */
    background-image: url("../img/top/select__arrow.svg");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px 14px;
}

.guide__airport__select__wrap select::-ms-expand {
    display: none;
    /* デフォルトの矢印を無効(IE用) */
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.transportation {
    margin-bottom: 50px;
}

.transportation__ttl {
    font-size: 22px;
    color: #1f6eb7;
    text-align: center;
    margin-bottom: 7.5px;
    margin-top: 31px;
    ;
}

.transportation__subttl {
    font-size: 13px;
    color: #1f6eb7;
    text-align: center;
    font-weight: bold;
}

.transportation__list__wrap {
    text-align: center;
    width: 72.5%;
    margin: 0 auto;
    margin-top: 15px;
}

.transportation__list {}

.transportation__list li img {
    width: 100%;
}

.transportation__list li {
    position: relative;
    margin-bottom: 8px;
}

.transportation__img {
    filter: drop-shadow(5px 5px 5px #aaa) drop-shadow(-5px -5px 5px rgb(230, 230, 230));
}

.transportation__txt {
    font-size: 4.54vw;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 44%;
    color: #1f6eb7;
    font-weight: bold;
}


/* 4つのポイントモーダルウィンドウ */

.modal__scroll {}

.point__modal__wrap {
    display: none;
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    position: fixed;
    z-index: 10000;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.point__modal {
    margin: 0 30px;
    padding-top: 26px;
    position: relative;
}

.point__modal__ttl {
    font-size: 22px;
    margin-bottom: 10px;
}

.point__modal__txt {
    /* width:80%; */
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
}

.point__modal__img {
    width: 85%;
    margin: 0 auto;
    margin-top: 25px;
    padding-bottom: 46px;
}

.point__modal__img img {
    width: 100%;
}

.point__modal__delete {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: black;
    border-radius: 20px;
    cursor: pointer;
}


/* 乗り物紹介モーダルウィンドウ */

.introduction__modal__wrap {
    display: none;
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    position: fixed;
    z-index: 10000;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.introduction__modal {
    margin: 0 30px;
    padding-top: 26px;
    position: relative;
}

.introduction__modal__ttl {
    font-size: 22px;
    margin-bottom: 10px;
}

.introduction__modal__txt {
    /* width:80%; */
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
}

.introduction__modal__img {
    width: 85%;
    margin: 0 auto;
    margin-top: 25px;
    padding-bottom: 46px;
}

.introduction__modal__delete {
    /* position: absolute;
    top: -10px;
    right: -39px;
    width: 20px;
    height: 20px;
    background-color: black;
    border-radius: 20px;
    cursor: pointer; */
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: black;
    border-radius: 20px;
    cursor: pointer;
}

.introduction__modal__delete::before,
.introduction__modal__delete::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    /* 棒の幅（太さ） */
    height: 15px;
    /* 棒の高さ */
    background: #fff;
}

.introduction__modal__delete::before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.introduction__modal__delete::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__ttl01 {
    color: #317fc3;
}

.modal__ttl02 {
    color: #ea9542;
}

.modal__ttl03 {
    color: #6dc5cb;
}

.modal__ttl04 {
    color: #cb9ec7;
}

.modal__ttl05 {
    color: #88c350;
}

.modal__ttl06 {
    color: #e3695e;
}

.modal__ttl00 {
    color: #1f6eb7;
    line-height: 1.3;
}

.point__modal__delete::before,
.point__modal__delete::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    /* 棒の幅（太さ） */
    height: 15px;
    /* 棒の高さ */
    background: #fff;
}

.point__modal__delete::before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.point__modal__delete::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.glay__layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 100;
}

.guide__glay__layer {
    /*     display: none;
 */
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 100;
}

.guide__modal__wrap {
    /*     display: none;
 */
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    position: fixed;
    z-index: 10000;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    /* border: 4px #317fc3 solid; */
    height: 88%;
    max-height: 700px;
    padding-bottom: 34px;
}

.guide__modal {
    /* margin: 0 30px; */
    /* padding-top: 15px; */
    position: relative;
}

.guide__modal__info__wrap {
    margin: 0 20px;
    /*  width:100%; */
}

.guide__modal__scroll {
    overflow: scroll;
    height: 100%;
    padding-bottom: 40px;
    /*  background-color:#fff; */
    border: 4px #317fc3 solid;
    border-top: none;
    /*  padding-bottom: 40px; */
}

.guide__modal__scroll::-webkit-scrollbar {
    width: 10px;
    height: 0;
}

.guide__modal__scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.guide__modal__scroll::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}

.guide__modal__ttl {
    font-size: 20px;
    color: #317fc3;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.guide__modal__departure {
    display: flex;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    /*  */
    height: 37px;

    /*  border: 4px #317fc3 solid; */
    border-bottom: none;
}

.guide__modal__departure__airport {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    cursor: pointer;
    background-color: #317fc3;
    position: relative;
    z-index: 10000000;
    height: 100%;


}

.guide__modal__departure__terminal {
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    cursor: pointer;
    background-color: #e83820;

}

.guide__modal__departure__airport__wrap .active {
    background-color: #fff;
    color: #317fc3;
    height: 100%;
    border-top: 4px #317fc3 solid;
    border-left: 4px #317fc3 solid;

}

.guide__modal__departure__terminal__wrap .active {
    background-color: #fff;
    color: #e83820;
    height: 100%;
    border-top: 4px #e83820 solid;
    border-right: 4px #e83820 solid;
}

.guide__modal__departure__airport__wrap {
    width: 50%;
}

.guide__modal__departure__terminal__wrap {
    width: 50%;
}

.guide__modal__departure__btn {}

.terminal {
    display: none;
}

.guide__modal__txt {
    /* width:80%; */
    /* font-size: 14px; */
    font-family: 'Noto Sans JP', sans-serif;
    /* line-height: 1.5; */
    width: 100%;
}


/* .guide__modal__txt tr {
    border: 3px solid #94c9ea;
    font-family: 'Noto Sans JP', sans-serif;
}

.guide__modal__txt th {
    font-size: 13px;
    padding: 10px;
    background-color: #94c9ea;
}

.guide__modal__txt td {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 10px;
    padding: 10px;
}

.guide__modal__td__list li:not(:last-child) {
    margin-bottom: 3px;

} */

.guide__modal__img {
    /*  width: 100%; */
    margin: 0 auto;
    margin-top: 12px;
    /* padding-bottom: 46px; */
    margin-bottom: 25px;
}

.guide__modal__delete {
    /* position: absolute;
    top: -10px;
    right: -39px;
    width: 20px;
    height: 20px;
    background-color: black;
    border-radius: 20px;
    cursor: pointer; */
    position: absolute;
    top: -10px;
    right: -7px;
    width: 20px;
    height: 20px;
    background-color: black;
    border-radius: 20px;
    cursor: pointer;
}

.guide__modal__delete::before,
.guide__modal__delete::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    /* 棒の幅（太さ） */
    height: 15px;
    /* 棒の高さ */
    background: #fff;
}

.guide__modal__delete::before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.guide__modal__delete::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

#m1,
#m2,
#m3,
#m4,
#m5,
#m6,
#m7,
#m8,
#m9,
#m10,
#m11,
#m12,
#m13,
#m14,
#m15,
#m16,
#m17,
#m18,
#m19 {
    display: none;
    position: fixed;
    z-index: 100000;
}

.guide__modal__link__btn {
    width: 249px;
    background-color: #1f6eb7;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    position: relative;
}

.guide__modal__link__btn__wrap {
    display: none;
}


/* .guide__modal__link__btn__wrap::after{
    content: "得";
    color: #fff;
    font-size:30px;
    font-family: 'Noto Sans JP', sans-serif;
    position: absolute;
    top:0;
    right: 0;
} */

.guide__modal__link__btn a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.guide__modal__link__btn::after {
    content: "";
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    position: relative;
    bottom: 2px;
}

.toku {
    color: #e60020;
    font-size: 25px;
    font-family: 'Noto Sans JP', sans-serif;
    position: absolute;
    top: -3px;
    right: -28px;
    border: 2px solid #e60020;
    background-color: #fff;
    border-radius: 5000px;
    padding: 6px;
}

.guide__modal__img-link__btn__wrap {
    font-family: 'Noto Sans JP', sans-serif;
    /* display:flex; */
    /* margin: 0 20px; */
}

.stool__wrap {
    /* display: flex; */
    width: 100%;
}

.stool__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.stool__day-num__wrap {
    display: flex;
    align-items: center;
    margin-right: 7%;
    margin-bottom: 10px;
}

.stool__day {
    font-size: 17px;
    background-color: #036eb8;
    padding: 10px;
    color: #fff;
    margin-right: 7.5px;
}

.stool__num {
    font-size: 15px;
}


.time-price__wrap {
    display: flex;
}

.time-required__wrap {
    display: flex;
    /*  margin-top: 6.5px; */
    font-size: 15px;
    /*  width: 186px; */
    margin-right: 20%;
}

.time-required {
    /* width:50%; */
    display: flex;
    /* margin-bottom: 55px; */
}

.time-required__dt {
    /*  width:31%; */
    margin-right: 16px;
}

.time-required__num {
    /* width:69%; */
}

.stool__price {
    /* margin-top: 15.5px; */
    font-size: 15px;
    display: flex;
    /*  margin-bottom: 15.5px; */
}

.stool__price__dt {
    margin-right: 32px;
    font-size: 15px;
}

.system__dt-info__wrap {
    display: flex;
    /* align-items: center; */
}

.system__info__wrap {
    display: flex;
}

.system__info01 {
    background-color: #116fb0;
}

.system__info__list {
    /* display: flex;
    flex-wrap: wrap; */
    color: #fff;
    font-size: 13px;
    width: 80%;
}

.system__info__item__wrap {
    display: flex;
    flex-wrap: wrap;
}

.system__info__item__wrap li {
    margin-bottom: 13.5px;
}

.system__info__item__wrap02 {
    display: flex;
}

.system__info__ykb {
    background-color: #ce9758;
}

.system__info__oas {
    background-color: #ca3a30;
}

.system__info__alphabet {
    background-color: #229484;
}


/* .system__info__e {
    background-color: #258e83;
} */

.system__info__kkb {
    background-color: #4e5f95;
}

.system__info__list li {
    width: 27.3%;
    height: 26.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.system__info__list li:not(:nth-child(3n)) {
    /* margin-right: 24.5px; */
    margin-right: 9%;
}

.system__info__list li:nth-child(4n) {}

/* .system__info__item__wrap .active::after {
    content: "得";
    font-size: 15px;
    position: absolute;
    color: #fff;
    background-color: #e60020;
    border-radius: 5000px;
    padding: 8px;
    right: -17px;
} */


/* .system__info__item__wrap li:nth-child(1)::after, .system__info__item__wrap li:nth-child(2)::after {
    content: "得";
    font-size: 15px;
    position: absolute;
    color: #fff;
    background-color: #e60020;
    border-radius: 5000px;
    padding: 8px;
    right: -17px;

} */

.system__dt {
    margin-right: 32px;
    font-size: 15px;
    position: relative;
    top: 4px;
    white-space: nowrap;
}

/* .recommendation__spot {
    margin-top: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-family: 'Noto Sans JP', sans-serif;
} */

.guide__modal__link__btn__wrap {}

.guide__modal__link__btn {}

.toku {}


/*  */

.guide__map__info__wrap {
    /* margin: 0 20px; */
    margin: 0;
    font-size: 14px;
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-weight: bold;
}

.jikokuhyou {
    margin: 0 20px;
    /*  font-family: 'Noto Sans JP', sans-serif; */
    font-size: 15.6px;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.5;
    text-align: center;
}

.guide__map__info__ttl {
    text-align: center;
    line-height: 1.5;
}

.guide__map__info__ttl span {
    width: 24px;
    height: 24px;
    background-color: #e3695e;
    border: 1px solid #fefefe;
    border-radius: 500px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 2px;
    ;
}

.guide__map__info__list {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}

.guide__map__info__list li {
    display: flex;
    /* align-items: center; */
    width: 49%;
    margin-bottom: 10px;
    background-color: #e3695e;
    border: 2px solid #fff;
    height: 35px;
    border-radius: 500px;
    align-items: center;

}

.guide__map__info__list li:not(:nth-child(2n)) {
    margin-right: 2%;
}

.guide__map__info__list-item {
    width: 80%;
    line-height: 1.3;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 1.17;
}

.guide__map__info__icon {
    width: 11.2px;
    margin-right: 5px;
}

.guide__map__info__list-item__num {
    width: 16px;
    height: 16px;
    background-color: #fefefe;
    border: 1px solid #fefefe;
    border-radius: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1px;
    padding-top: 1px;
    color: #e3695e;
    /* margin-right: 8.5px; */
    position: relative;
    /* bottom: 3px; */
    margin-right: 2%;
    font-size: 11px;
    margin-left: 5px;
}

.guide__map__info__list-item__indent {
    text-indent: -1em;
    padding-left: 1em;
}

.guide__map__coordinate {
    display: flex;
    text-decoration: none;
    color: rgb(0, 0, 0);
    width: 100%;
    align-items: center;
}

.guide__airport__time {
    color: #1f6eb7;
    font-weight: bold;
}


/*  */
.usage-guide {
    /* width: 110%;
    margin: 0 auto; */
    /* margin-top: 15px; */
    margin-top: 55px;
}

.usage-guide__list {
    /*  border: 1px solid #2168ab;
    font-size: 10px;
    border-radius: 5px; */
    /* font-family: 'Noto Sans JP', sans-serif; */
    /* display: inline-flex; */
    /* flex-wrap: wrap; */
    /*  padding: 10px 7px;
    line-height: 1.3; */
}

.usage-guide__list li {
    /* display: flex; */
    /* margin-bottom: 15px; */

}

.usage-guide__list li {
    /*  margin-right: 2%; */

}

.usage-guide__list li:nth-child(2n) {}

.route__color {
    width: 12px;
    height: 12px;
    margin-right: 2px;

}

.route__color01 {
    background-color: #c99457;
}

.route__color02 {
    background-color: #bf3a2f;
}

.route__color03 {
    background-color: #258f7e;
}

.route__color04 {
    background-color: #4b5c8f;
}

.usage-guide__list .route__color05 {
    width: 31px;
    height: auto;
    background-color: #1869a5;
    color: #fff;
    /*  transform: scale(0.8);
transform-origin:0 0; */
    padding: 2px 3px;
    position: relative;
    top: -1px;
    height: 15.56px;
}

/* .route__color06 {
    background-color: #1869a5;
}

.usage-guide__list .last__col__sp {
    margin-bottom: 0;
}

.usage-guide__list__item {
    display: flex;
}

.usage-guide__list__li .usage-guide__list__item:not(:last-child) {
    margin-bottom: 7px;
} */


/* .usage-guide__list__airport {
    border: 1px solid #2168ab;
    font-size: 10px;
    border-radius: 5px;
    font-family: 'Noto Sans JP', sans-serif;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 10px 7px;
    line-height: 1.3;
}

.usage-guide__list__airport li {
    display: flex;
    margin-bottom: 12px;
    margin-right: 4%;
} */

.usage-guide__list__airport .route__color05 {
    /*  width: 31px;
    height: auto;
    background-color: #1869a5;
    color: #fff; */
    /*  transform: scale(0.8);
transform-origin:0 0; */
    /* padding: 2px 3px;
    position: relative;
    top: -1px;
    height: 15.56px; */
}


.usage-guide__ttl {
    font-size: 15px;
    margin-bottom: 15px;

}

.usage-guide__list__airport {
    font-family: 'Noto Sans JP', sans-serif;
    ;
    font-size: 13px;
}

.usage-guide__list__airport li {}

.usage-guide__list__airport li:not(:last-child) {
    margin-bottom: 10px;
}

.route__name {
    text-align: center;
    padding-top: 2px;
    padding-bottom: 4px;
    max-width: 180px;
    margin-right: 2%;
    width: 100%;
}

.usage-guide__list__txt {
    font-size: 10px;
    line-height: 1.3;
}

.route__name01 {
    background-color: #1769a4;
}

.route__name02 {
    background-color: #218d7f;

}

.route__name03 {
    background-color: #c89257;

}

.route__name04 {
    background-color: #be3a30;


}

.route__name05 {
    background-color: #4b5b8e;
}

.route__name06 {
    background-color: #1769a4;

}

.usage-guide__list01__wrap {
    display: flex;
    align-items: center;

}

.usage-guide__list02__wrap {
    display: flex;
    align-items: center;
}

.usage-guide__list__bt {
    font-family: 'Noto Sans JP', sans-serif;
    ;
    font-size: 13px;
}

.usage-guide__list__bt>li {
    margin-bottom: 25px;
}

.route__name__dt {
    margin-bottom: 10px;
}

.route__name__list li:not(:last-child) {
    margin-bottom: 10px;

}

/* 20220915_モーダル */

.guide__modal__top__ttl {
    margin-top: 24px;
}

.guide__modal__top__ttl h3 {
    text-align: center;
    background-color: #fff33f;
    line-height: 1.25;
    padding: 6px;
    border-radius: 35px;
}

.guide__modal__top__ttl h3>span, .guide__modal__top__ttl h4>span {
    display: inline-block;
}


.guide__modal__table01 tr:not(:last-child) th {
    border-bottom: 2px solid #fff;

}

.guide__modal__table01 tr:not(:last-child) td {
    border-bottom: 2px solid #317fc3;

}

.guide__modal__table01 th {
    background-color: #317fc3;
    color: #fff;
    font-weight: normal;
    width: 45.2%;


}

.guide__modal__table01 td span {
    font-size: 16px;
    color: #317fc3;
    font-weight: bold;
    position: relative;
    top: 0.2px;
}

.guide__modal__table01 th, td {
    padding: 6.5px 8.5px;
    vertical-align: middle;
    line-height: 1.5;


}

.guide__modal__table01 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    border: 2.02px solid #317fc3;
    width: 100%;
}

.guide__modal__supplementary {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    line-height: 1.46;
    margin: 10px 0;
}

.guide__modal__table02 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    border: 2.02px solid #317fc3;
    width: 100%;
}


.guide__modal__table02 tr:not(:last-child) td {
    border-bottom: 2px solid #317fc3;

}

.guide__modal__table02 th {
    background-color: #317fc3;
    color: #fff;
    font-weight: normal;
    border-bottom: 2px solid #317fc3;


}

.guide__modal__table02 th:nth-child(1) {
    border-right: 2px solid #fff;
    width: 56.5%;
}

.guide__modal__table02 th, td {
    padding: 6.5px 8.5px;
    vertical-align: middle;
    line-height: 1.5;


}

.guide__modal__table02 td {
    border-left: 2px solid #317fc3;
}


.guide__modal____info__txt {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.4;
    font-size: 12px;
    margin-top: 14px;

}

.recommendation__spot__txt__wrap {
    font-family: 'Noto Sans JP', sans-serif;

}


.recommendation__spot {
    position: relative;
    margin-top: 15px;
}

.recommendation__spot__ttl {
    font-size: 12px;
    background-color: #fce68b;
    padding: 8px;
    /* width:86%; */
    width: 258px;
    margin-left: 6%;
    margin-bottom: -13px;
    position: relative;
    z-index: 10;
    font-family: 'Noto Sans JP', sans-serif;
}

.recommendation__spot__txt__wrap {
    border: 2px solid #fce68b;

    width: 100%;
    /* top:5px; */
    z-index: auto;
}

.recommendation__spot__txt {
    background-color: #fffde5;
    padding: 17px 13px 20px 13px;
    position: relative;
    top: 5px;
    z-index: -5;
    left: 9px;
    font-size: 12px;
    line-height: 1.83;
}

.guide__modal__table__span {
    display: inline-block;
}


.guide__modal__table__terminal01 {
    border-color: #e83820;
}

.guide__modal__table__terminal01 th {
    background-color: #e83820;


}

.guide__modal__table__terminal01 tr:not(:last-child) td {
    border-color: #e83820;

}

.guide__modal__table__terminal01 td span {
    color: #e83820;

}

.guide__modal__table__terminal02 {
    border-color: #e83820;
}

.guide__modal__table__terminal02 th {
    border-bottom: 2px solid #e83820;
    background-color: #e83820;
}

.guide__modal__table__terminal02 tr:not(:last-child) td {

    border-bottom: 2px solid #e83820;
}

.guide__modal__table__terminal02 td {
    border-left: 2px solid #e83820;
}

.guide__modal__ttl__terminal {
    color: #e83820;
}

.departure__td {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

/* 20220915_モーダル end*/

/* googlemapリンク */
.p-google_wrap {
    border: 20px solid #fff;
    border-radius: 20px;
    /* max-width: calc(100% - 140px); */
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /*  margin-top: -50px; */
    background-color: #fff;
}

.p-google {
    background-color: rgba(52, 132, 152, 0.08);
    background-color: rgba(227, 105, 94, 0.1);
    padding: 15px 40px;
    border-radius: 20px;
}

.p-google .p-google_ttl {
    color: #348498;
    color: #e3695e;
    font-weight: 600 !important;
    font-size: 20px;
    text-align: center;
}

.p-google .p-google_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 18px;
}

.u-font_notosans {
    /*  font-family: "Noto Sans JP", sans-serif; */
}

/* .u-font_mincho {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
} */

.u-only_sp {
    display: none !important;
}

.p-google .p-google_search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-google .p-google_input {
    width: 100%;
}

.p-google .p-google_input input {
    border: solid 2px #e3695e;
    padding: 12px 10px;
    border-radius: 5px;
    font-size: 16px;
    /* font-size: 1.6rem; */
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 0px 0px #e8e8e8 inset;
    box-shadow: 4px 4px 0px 0px #e8e8e8 inset;
}

.p-google .p-google_input input::-webkit-input-placeholder {
    color: #c8c8c8;
}

.p-google .p-google_input input::-moz-placeholder {
    color: #c8c8c8;
}

.p-google .p-google_input input:-ms-input-placeholder {
    color: #c8c8c8;
}

.p-google .p-google_input input::-ms-input-placeholder {
    color: #c8c8c8;
}

.p-google .p-google_input input::placeholder {
    color: #c8c8c8;
}

.p-google .p-google_input span {
    font-size: 15px;
    /* font-size: 1.5rem; */
    margin-bottom: 5px;
    display: block;
}

.p-google .p-google_arrow {
    position: relative;
    max-width: 30px;
    margin: 0 10px;
    width: 100%;
}

.p-google .p-google_arrow img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    bottom: 25%;
    height: 10px;
}

.p-google .p-google_button i .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}

.pac-target-input:not(:-webkit-autofill) {
    animation-name: endBrowserAutofill;
}

.p-google .p-google_button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 15px;
    font-size: 15px;
    font-size: 1.5rem;
}

.p-google .p-google_button button {
    background-color: #e3695e;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 11px 20px;
    border-radius: 5px;
    font-size: 16px;
    width: 210px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    opacity: 1;

    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
}

.p-google .p-google_button button:hover {
    opacity: 0.7;
}

.p-google .p-google_button i {
    position: relative;
    top: 2px;
    width: 15px;
    height: 15px;
}

svg:not(:root) {
    overflow: hidden;
}



/* googlemapリンクend */

/* 202211/01/レンタカーだけじゃない */

.gaibu__banner__explanation {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 12px;

}

.gaibu__banner__list__wrap {
    margin-top: 40px;
    ;
}

.gaibu__banner__list {}

.gaibu__banner__list li {
    margin-bottom: 30px;
}

.gaibu__banner__list__img {
    width: 100%;
}

.gaibu__banner__list__img img {
    width: 100%;
}

.gaibu__banner__list__txt__area {}

.gaibu__banner__list__txt {
    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 14px;
    line-height: 1.4;
}

.gaibu__banner__list__btn {
    font-size: 14px;
    background-color: #1f6eb7;
    width: 100%;
    text-align: center;
    border-radius: 6px;

}

.gaibu__banner__list__btn a::after {
    content: url("../img/top/gaibu__banner__list__btn__icon.svg");
    display: inline-block;
    width: 16px;
    position: relative;
    top: 3px;
    margin-left: 5px;
}

.gaibu__banner__list__btn a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    padding: 7px;
    display: inline-block;

}

.gaibu__banner__list__btn02 {
    margin-top: 10px;
}

/* .model-root__info-r__span01{
    font-size:10px;
    font-feature-settings: "palt";
}
.model-root__info-r__span02{
    margin-left: -0.007rem;
} */

.model-root__info-r__plice__under {
    background-color: #1f6eb7;
    color: #fff;
    border-radius: 0 0 3px 3px;
    font-size: 10px;
    padding: 3px 0;
    line-height: 1.4;
}

.model-root__info-r__plice__list .model-root__info-r__plice__myroute {
    padding-bottom: 0;
}

.model-root__top__dt {
    font-size: 16px;
    color: #1f6eb7;
    margin-bottom: 5px;
}

.model-root__top__dt>span {
    color: #fff;
    background-color: #1f6eb7;
    border-radius: 500px;
    padding: 0 7.2px;
    font-size: 14px;
    /* width: 22px; */
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.noritoku__img__txt__wrap02 {}

.noritoku__ttl02 {
    margin-top: 70px;
    margin-bottom: 29px;
}

.header__img {
    position: relative;
}






@media screen and (min-width:768px) {

    .guide__top__txt .span__pc {
        display: inline-block;
    }


    .recommendation {
        justify-content: center;
    }

    .guide__txt__ttl {
        font-size: 21px;
        text-align: left;
    }

    .guide__txt__caption {
        font-size: 18px;
    }

    .guide__airport__ttl {
        font-size: 21px;
        /* text-align: left; */
        margin-bottom: 30px;
    }

    .guide__airport__caption {
        font-size: 18px;
        margin-bottom: 40px;
        text-align: left;
        display: inline-block;
    }

    .jikokuhyou__wrap {
        text-align: center;
    }

    .jikokuhyou {
        display: inline-block;
        text-align: left;
    }


    /* のりとくチケットキャンペーンページの情報 */
    .noritoku__img {
        display: flex;
        align-items: center;
    }

    .noritoku__img img {
        width: 100%;
    }

    .noritoku {
        padding-top: 58px;
        padding-bottom: 64px;
    }

    .page__ttl {
        font-size: 25px;
        width: 413px;
        color: #fff;
        padding-top: 12.5px;
        padding-bottom: 12.5px;
    }

    .noritoku__ttl {
        margin-bottom: 47.5px;

        /* min-width: 22em; */
        font-size: 36px;
    }

    .noritoku__img__txt__wrap, .noritoku__img__txt__wrap02 {
        display: flex;
        max-width: 900px;
        margin: 0 auto;
    }

    .noritoku__img__txt__wrap02 {}

    .noritoku__ttl02 {
        margin-top: 90px;
    }

    .noritoku__img {
        margin: 0;
        width: 51%;
        margin-right: 3.72%;
    }

    .noritoku__txt {
        margin: 0;
        font-size: 19px;
        line-height: 1.9;
        width: 49%;
    }




    .point__ttl {
        font-size: 36px;
        padding-top: 31px;
        margin-bottom: 25px;
    }

    .point__ttl span {
        font-size: 52px;
    }

    .point__list__wrap {
        padding-bottom: 32px;
    }

    .point__list {
        display: flex;
        flex-wrap: nowrap;
        max-width: 900px;
        margin: 0 auto;
    }

    .point__list li {
        width: 100%;
    }

    .point__list li:not(:nth-child(2n)) {
        margin-right: 0;
    }

    .point__list li:not(:last-child) {
        margin-right: 3%;
    }

    .point__list__img-txt__wrap {
        position: relative;
        display: block;
    }

    .point__list__txt {
        font-size: min(1.9vw, 18px);
    }

    .point__list__img {
        width: auto;
    }

    .point__list__txt {
        position: absolute;
        top: 76%;
        /* font-size: 3vw;  */
        width: 100%;
        text-align: center;
        color: #1f6eb7;
        font-weight: bold;
        line-height: 1.2;
        height: 2.5em;
        display: flex;
        align-items: center;
        justify-content: center;
        /*   font-size: 2.9vw;  */
        width: 100%;
        margin-left: 0;
    }

    .point__foot {
        width: 12%;
        bottom: -59px;
        /* right: 32px; */
        right: 15px
    }

    .recommendation {
        display: flex;
        max-width: 1300px;
        margin: 0 auto;
    }

    .recommendation__ttl {
        font-size: 36px;
        color: #1f6eb7;
        margin-bottom: 12px;
    }

    .recommendation__txt__area__wrap {

        padding: 70px 0;
        /* width: 55%; */
        margin: 0;

        max-width: 793px;
    }

    .recommendation__img__wrap {
        width: 45%;
    }

    .recommendation__subttl {
        font-size: 20px;
    }

    .recommendation__txt {
        font-size: 18px;
        line-height: 1.9;
    }

    .introduction__ttl {
        font-size: 36px;
        margin-bottom: 12px;
        padding-top: 37px;
    }

    .introduction__subttl {
        font-size: 20px;
    }

    .introduction {}

    .introduction__list__wrap {
        width: 100%;
        margin: 0 auto;
        max-width: 885px;
        margin-top: 30px;
    }

    .introduction__list li {
        width: 31.37%;
        margin-bottom: 21px;
    }

    .introduction__list li:not(:nth-child(2n)) {
        margin-right: 0;
    }

    .introduction__list li:not(:nth-child(3n)) {
        margin-right: 2.94%;
    }

    .introduction__txt {
        font-size: 21px;
        top: 16%;
    }

    .introduction__foot__txt {
        font-size: 28px;
        color: #1f6eb7;
    }


    /* 外部リンク　バナー */
    .gaibu__banner {
        margin: 0 auto;
        margin-top: 60px;
        margin-bottom: 70px;
        max-width: 900px;
    }

    .gaibu__banner__ttl {
        font-size: 36px;
        margin-bottom: 35px;
        padding-top: 37px
    }

    .gaibu__banner__txt {
        font-size: 15px;

    }

    .gaibu__banner__txt span {}



    .introduction__foot {
        margin-top: 0;
    }

    .guide__ttl {
        font-size: 36px;
        padding-top: 58px;
        margin-bottom: 12px;
    }

    .guide__subtxt {
        font-size: 20px;
    }

    .guide__img-txt__area__wrap {
        margin: 0 auto;
        margin-top: 41px;
        max-width: 1082px;
        display: flex;

        /* padding-bottom: 60px; */
    }

    .guide__top__ttl {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .guide__top__txt {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 18px;
        margin: auto;
        line-height: 1.5;
        margin-bottom: 20px;
        max-width: 1082px;
        text-align: center;

    }

    .guide__img {
        margin-left: 0;
        margin-bottom: 17px;
        max-width: 900px;
        margin-right: 4%;
        margin: 0 auto;
        width: 50%;
        margin-right: 5%;
        height: 100%;
    }

    .guide__img img {
        width: 100%;
    }

    .guide__txt__area__wrap {
        width: 50%;
        margin-top: 16px;
    }

    .guide__map__info__list {
        margin-top: -3px;

    }

    .guide__map__info__list li {

        max-width: 220px;
        width: 48.5%;
    }

    .guide__map__info__list li:not(:nth-child(2n)) {
        margin-right: 3%;
    }

    .guide__airport {
        /* margin-top: 39px; */
        margin-top: 0;
        width: 100%;
    }

    .guide__txt__area {
        padding-bottom: 49px;
        margin: 0 auto;
        /* display: flex; */
        margin-top: 25px;
        max-width: 1000px;
    }

    .guide__txt {
        font-size: 18px;
        margin-right: 40px;
        /* width: calc((100% - 40px) / 2); */
        width: 50%;
    }

    .guide__airport__select__wrap {
        font-size: 18px;
        text-align: center;
    }

    .guide__airport__info__list li {
        font-size: 22px;
        margin-bottom: 17px;
    }

    .guide__airport__select__wrap select,
    option {
        border: #1f6eb7 2px solid;
        background-color: transparent;
        height: 45px;
        width: 100%;
        border-radius: 26px;
        padding-left: 25px;
        color: #1f6eb7;
        font-size: 22px;
    }

    .guide__airport__select__wrap select {
        -webkit-appearance: none;
        appearance: none;
        /* デフォルトの矢印を無効 */
        background-image: url("../img/top/select__arrow.svg");
        background-position: right 10px center;
        background-repeat: no-repeat;
        background-size: 31px 21px;
        /*  margin-left: -50%; */
        margin-top: 30px;

        width: 480px;
    }

    .guide__airport__info__list__wrap {
        /* margin-top: 32px; */
    }

    .transportation__ttl {
        font-size: 36px;
        margin-bottom: 12px;
        margin-top: 31px;
    }

    .transportation__subttl {
        font-size: 20px;
    }

    .transportation__list__wrap {
        text-align: center;
        width: 100%;
        max-width: 1036px;
        margin: 0 auto;
        margin-top: 15px;
    }

    .transportation__list {
        display: flex;
        justify-content: center;
    }

    .transportation__list li:not(:last-child) {
        margin-right: 25px;
    }

    .transportation__txt {
        font-size: min(2vw, 20px);
    }

    .transportation__img {
        filter: none;
    }

    .transportation__list li {
        width: 100%;
    }

    .transportation {
        margin-bottom: 71px;
    }

    /* モーダルウィンドウ */
    .point__modal__wrap {
        display: none;
        width: 90%;
        max-width: 804px;
        margin: 0 auto;
        background-color: #fff;
        position: fixed;
        z-index: 10000;
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
        height: 80%;
        max-height: 900px;
    }

    .modal__scroll {
        overflow: scroll;
        height: 100%;
    }

    .modal__scroll::-webkit-scrollbar {
        width: 10px;
        height: 0;
    }

    .modal__scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .modal__scroll::-webkit-scrollbar-thumb {
        background: #bbbbbb;
    }

    .point__modal {
        margin: 0;
        padding-top: 59px;
        position: relative;
        margin: 0 76px;
    }

    .point__modal__ttl {
        font-size: 36px;
        margin-bottom: 35px;
    }

    .point__modal__txt {
        width: 82.5%;
        font-size: 18px;
        font-family: 'Noto Sans JP', sans-serif;
        line-height: 1.9;
    }


    .point__modal__img {
        width: 79%;
        margin: 0 auto;
        margin-top: 45px;
        padding-bottom: 46px;
    }

    .point__modal__delete {
        position: absolute;
        top: -10px;
        right: -5px;
        width: 27px;
        height: 27px;
        background-color: black;
        border-radius: 20px;
        cursor: pointer;
    }

    /*  */
    .introduction__modal__wrap {
        display: none;
        width: 90%;
        max-width: 804px;
        margin: 0 auto;
        background-color: #fff;
        position: fixed;
        z-index: 10000;
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
        height: 80%;
        max-height: 900px;
    }

    .modal__scroll {
        overflow: scroll;
        height: 100%;
    }

    .introduction__modal {
        margin: 0;
        padding-top: 59px;
        position: relative;
        margin: 0 76px;
    }

    .introduction__modal__ttl {
        font-size: 36px;
        margin-bottom: 35px;
    }

    .introduction__modal__txt {
        width: 82.5%;
        font-size: 18px;
        font-family: 'Noto Sans JP', sans-serif;
        line-height: 1.9;
    }

    .introduction__modal__img {
        width: 79%;
        margin: 0 auto;
        margin-top: 45px;
        padding-bottom: 46px;
    }

    .introduction__modal__delete {
        /*  position: absolute;
    top: -10px;
    right: -85px;
    width: 25px;
    height: 25px;
    background-color: black;
    border-radius: 20px;
    cursor: pointer; */
        position: absolute;
        top: -10px;
        right: -5px;
        width: 27px;
        height: 27px;
        background-color: black;
        border-radius: 20px;
        cursor: pointer;
    }

    .guide__modal__wrap {
        /* display: none; */
        max-width: 804px;
        top: 10%;
        height: 88%;
        max-height: 648px;
        padding-bottom: 77px;
    }

    .guide__modal__departure {
        font-size: 28px;
        /* padding: 25px 0; */
        background-color: #317fc3;
        height: 80px;
    }

    .guide__modal__departure__airport {
        padding-top: 25px;
    }

    .guide__modal__departure__terminal {
        padding-top: 25px;
    }

    .guide__modal__ttl {
        font-size: 36px;
        margin-top: 30px;
        margin-bottom: 23px;
        margin-left: 23px;
    }

    /* .guide__modal__txt th {
    font-size: 17px;
    padding: 14px;
    width:34%;
}

.guide__modal__txt td {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 20px;
    padding: 14px;
    width:66%;
}

.guide__modal__td__list {
    display: flex;
    flex-wrap: wrap;
}

.guide__modal__td__list li{
    width:50%;
    

    
}
.guide__modal__td__list li:not(:last-child) {
    margin-bottom: 7px;
}
 */
    .guide__modal__img-link__btn__wrap {
        display: flex;
        /* margin-top: 40px; */
        justify-content: center;
    }

    .guide__modal__info__area__wrap {
        width: 50%;
    }

    .guide__modal__img {
        width: 50%;
        margin: 0;
        margin-right: 2%;
    }

    .guide__modal__link__btn {
        width: 484px;
        height: 72px;
        background-color: #1f6eb7;
        font-size: 28px;
        margin: 0 auto;
        text-align: center;
        padding: 20px 0;
    }

    .guide__modal__link__btn::after {
        left: 13px;
        width: 15px;
        height: 15px;
        bottom: 2px;
    }

    .toku {
        font-size: 42px;
        padding: 15px;
        border: 5px solid #e60020;
        right: -57px;
    }

    .guide__modal__scroll {
        overflow: scroll;
        height: 100%;
        padding-bottom: 60px;
    }

    .stool__wrap {}

    .stool__info {}

    .stool__day {}

    .stool__num {}

    .time-required {}

    .time-required {}

    .stool__price {}

    .system__wrap {}

    .system__info {}

    .recommendation__spot {}



    /*  */








    .guide__modal__link__btn__wrap {}

    .guide__modal__link__btn {}

    .toku {}

    /*  */
    /* .guide__map__info__wrap {
        margin: 0 auto;
        font-size: 17px;
        max-width: 1000px;
    }
    .guide__map__info__ttl {
        line-height: 1.5;
    }
    .guide__map__info__ttl span {
        width: 35px;
        height: 35px;
        top: 10px;
    }
    .guide__map__info__list {
        margin-top: 25px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .guide__map__info__list li {
        display: flex;
        width: 32%;
        margin-bottom: 10px;
    }
    .guide__map__info__list li:not(:nth-child(2n)) {
        margin-right: 0;
    }
    .guide__map__info__list li:not(:nth-child(3n)) {}
    .guide__map__info__list-item {
        width: 80%;
        line-height: 1.3;
    }
    .guide__map__info__list-item__num {
        width: 35px;
        height: 35px;
        bottom: 5px;
        margin-right: 2%;
    }
 */

    /*  */
    .usage-guide {
        /* width: 110%;
    margin: 0 auto; */
        /*  margin-top: 15px; */
    }

    .usage-guide section {
        margin-left: 25%;
    }

    .usage-guide__list {
        border: 1px solid #2168ab;
        font-size: 14px;
        border-radius: 12px;
        font-family: 'Noto Sans JP', sans-serif;
        display: flex;
        /*  flex-wrap: wrap; */
        padding: 20px 30px;
    }

    .usage-guide__list li {
        /* display: flex; */
        margin-bottom: 12px;
        /* width:30%; */

    }

    .usage-guide__list li {
        margin-right: 0;
        /*  white-space: nowrap; */

    }

    .usage-guide__list li:not(:nth-child(3n)) {
        margin-right: 2.87%;

    }


    /*  .usage-guide__list01 {
        width: 21%;
    }

    .usage-guide__list02 {
        width: 48%;
    }

    .usage-guide__list03 {
        width: 23%;
    }

    .usage-guide__list04 {
        width: 21%;
    }

    .usage-guide__list05 {
        width: 48%;
    }

    .usage-guide__list06 {
        width: 23%;
    }
 */
    .route__color {
        width: 14px;
        height: 14px;
        margin-right: 2px;
        margin-top: 2px;
    }

    .route__color01 {
        background-color: #c99457;

    }

    .route__color02 {
        background-color: #bf3a2f;
    }

    .route__color03 {
        background-color: #258f7e;
    }

    .route__color04 {
        background-color: #4b5c8f;
    }

    .usage-guide__list .route__color05 {
        width: auto;
        height: auto;
        background-color: #1869a5;
        color: #fff;
        /*  transform: scale(0.8);
transform-origin:0 0; */
        padding: 2px 3px;
        position: relative;
        top: -1px;
        height: 15.56px;
        font-size: 10px;
    }

    .route__color06 {
        background-color: #1869a5;
    }

    .usage-guide__list .last__col__pc {
        margin-bottom: 0;
    }






    /*     .usage-guide__list__airport {
        border: 1px solid #2168ab;
        font-size: 14px;
        border-radius: 12px;
        font-family: 'Noto Sans JP', sans-serif;
        display: flex;
        flex-wrap: wrap;
        padding: 20px 30px;
    }

    .usage-guide__list__airport li:not(:nth-child(3n)) {
        margin-right: 2%;

    }

    .usage-guide__list__airport .last__col__pc {
        margin-bottom: 0;
    } */

    .usage-guide__list__airport .route__color05 {
        width: auto;
        height: auto;
        background-color: #1869a5;
        color: #fff;
        /*  transform: scale(0.8);
transform-origin:0 0; */
        padding: 2px 3px;
        position: relative;
        top: -1px;
        height: 15.56px;
        font-size: 10px;
    }

}




@media screen and (min-width:1250px) {
    .point__foot {
        width: 171px;
        bottom: -1px;
        right: -12px;
        /* margin-right: calc((100vw - 1220PX) / 2); */
        margin-right: calc((100vw - 1220PX) / 3);
    }

    /* モーダルウィンドウ */
    .point__modal {}

    .point__modal01 {}

    .point__modal__ttl {}

    .point__modal__txt {}

    .point__modal__img {}
}

@media screen and (max-width:950px) {
    .recommendation {
        display: block;
    }

    .recommendation__txt__area__wrap {
        padding: 0 7%;
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%;
        /* margin: 0; */
        /*  margin-bottom: 53px;
 */
    }

    .recommendation__img__wrap {
        width: 100%;
    }
}


/* .area {
    width: 100%;
    text-align: center;
    padding: 5em 0 40em;
    box-sizing: border-box;
    background-color: #f9f9f9;
    font-size: 20px;
}

img {height: auto;}

@media screen and (min-width: 1025px){
	.area {
		padding: 5em 0;
	}
} */

.map__coordinate {
    position: absolute;
    width: 4.7%;
    height: 4.7%;
    /* background-color: red;
    opacity: 0.2; */
    cursor: pointer;
}

.coordinate01 {
    top: 15.2%;
    left: 43%;
}

.coordinate02 {
    top: 34.8%;
    left: 50.8%;
}

.coordinate03 {
    top: 44.3%;
    left: 37%;
}

.coordinate04 {
    top: 58.8%;
    left: 38.2%;
}

.coordinate05 {
    top: 56.2%;
    left: 32.4%;
}

.coordinate06 {
    top: 64.4%;
    left: 30%;
}

.coordinate07 {
    top: 67.6%;
    left: 25.5%;
}

.coordinate08 {
    top: 78.5%;
    left: 25.3%;
}

.coordinate09 {
    top: 78.3%;
    left: 18.8%;
}

.coordinate10 {
    top: 76%;
    left: 38.9%;
}

.coordinate11 {
    top: 79.4%;
    left: 29.8%;
}

.coordinate12 {
    top: 83.5%;
    left: 26.5%;
}

.coordinate13 {
    top: 73.2%;
    left: 21.9%;
}

.coordinate14 {
    top: 15.7%;
    left: 49.2%;
}

/* モデルルート */
.model-root__wrap {
    margin-top: 30px;
    width: 100%;
}


#model-root01 {
    /*  display: none; */
}

#model-root02 {
    display: none;
}

#model-root03 {
    display: none;
}



.model-root01 .model-root__bg {
    background-color: #fff6e9;
}

.model-root02 .model-root__bg {
    background-color: #eaf6fd;
}

.model-root03 .model-root__bg {
    background-color: #fffde8;
}

.model-root__bg {

    /*  */
    margin: 0 -20px;
    padding: 30px 20px 55px;
    /* margin-top:-20px; */
}

.model-root__select {}

.model-root01 {}

.model-root01 {}

.model-root__select__btn {
    display: flex;

}

.model-root__select__btn li {
    background-color: #c8c8c8;
    color: #fff;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    padding: 3px;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.5s;
    transition-property: background-color;
}

.model-root__select__btn li:nth-child(1).active {
    background-color: #c8161d;
}

.model-root__select__btn li:nth-child(2).active {
    background-color: #1f6eb7;
}

.model-root__select__btn li:nth-child(3).active {
    background-color: #f18900;
}

.model-root__select__btn li:nth-child(1):hover {
    background-color: #c8161d;
}

.model-root__select__btn li:nth-child(2):hover {
    background-color: #1f6eb7;
}

.model-root__select__btn li:nth-child(3):hover {
    background-color: #f18900;
}

.model-root__select__btn li:nth-child(2) {
    margin: 0 2px;

}

.model-root__select__btn li.active {}

.model-root__img__wrap {
    display: none;
}

.model-root__img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
    ;
}

.model-root__img img {
    width: 100%;
}

.model-root__top__txt__area {
    margin-bottom: 20px;
}

.model-root__top__txt {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.model-root__top__txt>span {
    display: inline-block;
}

.model-root__top__price__txt {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 9px;
}

.model-root__top__price__txt>span {
    display: inline-block;

    margin-bottom: 12px;
}

.model-root__top__price__border__wrap {
    padding: 7px;
    border-radius: 7px;
    background-color: #fff;
    margin-bottom: 16px;
}

.model-root__top__price__wrap {
    display: flex;


    justify-content: center;
    align-items: center;

}

.model-root01 .model-root__top__price__border__wrap {
    border: 1px solid #cb5246;
}

.model-root02 .model-root__top__price__border__wrap {
    border: 1px solid #508dcb;
}

.model-root03 .model-root__top__price__border__wrap {
    border: 1px solid #f18e49;
}

.model-root__top__price__top {
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
    /* margin-bottom: 20px; */
}

.model-root__top__price__top>span {
    display: inline-block;
}

.model-root__top__price01 {
    font-size: 12px;
}

.model-root__top__price01>span {
    font-size: 20px;
    color: #595757;
    position: relative;
    top: 3px;
    margin-left: 10px;
}

.model-root__top__price__arrow {
    width: 26px;
    margin: 0 10px;
    position: relative;
    top: 2.5px;
}

.model-root__top__price__under__link {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.model-root__top__price__under__link>a {
    color: #508dcb;
}

.model-root__top__price02 {
    font-size: 20px;
    padding-top: 4.5px;
    ;
}

.model-root__top__price02>span {
    font-size: 24px;
    color: #e61d36;

}

.model-root__top__price02 {
    font-size: 24px;
}

.model-root__top__price03 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.model-root__top__price03>span {
    font-size: 33px;
    color: #e61d36;

}

.model-root__top__price03>.model-root__top__price03__s-2 {
    font-size: 25px;
    color: #595757;
    margin: 0 5px;
}

.model-root__top__price01 .model-root__top__price01__s-2 {
    font-size: 14px;
    margin-left: 3px;
    ;

}

.model-root__top__price02 .model-root__top__price02__s-2 {
    font-size: 19px;
    color: #595757;
    margin-left: 3px;
}



.model-root__info__wrap {
    display: flex;

}

.model-root__info-l__wrap {
    /*  border-top: 2px solid #508dcb;
    border-left: 2px solid #508dcb;
    width:20px;
    border-radius:2vw 0 0 0;
    margin: 20px 15px 0 0; */
}

.model-root__info-l__plice__list {}



.model-root01 {}

.model-root__info-l__plice__list li {
    font-size: 11px;

    text-align: center;
    margin-left: -29px;
    border-radius: 5px;
    padding: 3px 0 1px;
    margin-right: -4px;
}

.model-root__info-l__plice__list li {
    list-style: none;
    border: 1px solid #cb5246;
    background-color: #fff;



}

.model-root__info-l__plice__list .model-root__info-l__plice__list-item__dt {
    background-color: #cb5246;
    color: #fff;
    border-radius: 500px;
    width: auto;
    padding: 9px 0;

}

.model-root__info-r__plice__list .model-root__info-r__plice__list-item__dt {
    background-color: #508dcb;
    color: #fff;
    border-radius: 500px;
    width: auto;
    padding: 9px 0;

}

.model-root01 .model-root__info-l__plice__list li:nth-child(2) {
    margin-top: 42px;
    ;

}

.model-root01 .model-root__info-l__plice__list li:nth-child(3) {
    margin-top: 210px;

}

.model-root01 .model-root__info-l__plice__list li:nth-child(4) {
    margin-top: 250px;

}

.model-root01 .model-root__info-l__plice__list li:nth-child(5) {
    margin-top: 220px;

}

.model-root01 .model-root__info-l__plice__list li:nth-child(6) {
    margin-top: 220px;

}

.model-root01 .model-root__info-l__plice__list li:nth-child(7) {
    margin-top: 220px;

}

.model-root01 .model-root__info-l__plice__list li:nth-child(8) {
    margin-top: 220px;

}

.model-root02 .model-root__info-l__plice__list li:nth-child(2) {
    margin-top: 42px;
    ;

}

.model-root02 .model-root__info-l__plice__list li:nth-child(3) {
    margin-top: 210px;

}

.model-root02 .model-root__info-l__plice__list li:nth-child(4) {
    margin-top: 345px;

}

.model-root03 .model-root__info-l__plice__list li:nth-child(2) {
    margin-top: 42px;
    ;

}

.model-root03 .model-root__info-l__plice__list li:nth-child(3) {
    margin-top: 210px;

}

.model-root03 .model-root__info-l__plice__list li:nth-child(4) {
    margin-top: 210px;

}

.model-root03 .model-root__info-l__plice__list li:nth-child(5) {
    margin-top: 450px;

}

.model-root03 .model-root__info-l__plice__list li:nth-child(6) {
    margin-top: 210px;

}

.model-root__info__list__dt>a {
    text-decoration: none;

    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.model-root__info__list li:last-child {
    margin-bottom: 20px;
    ;
}

.model-root__info-l__plice__list li {}

.model-root__info-m__wrap {
    width: calc(100% - 40px);
}

.model-root__info__list__wrap {}

.model-root__info__list {}

.model-root__info__list li {
    font-size: 12px;
}

.model-root__info__list__dt {
    color: #fff;
    text-align: center;
    padding: 4px 8px;
    line-height: 1.3;
    border-radius: 5px 5px 0 0;
    font-size: 12px;
}

.model-root01 .model-root__info__list__dt {
    background-color: #cb5246;

}

.model-root02 .model-root__info__list__dt {
    background-color: #1f6eb7;

}

.model-root03 .model-root__info__list__dt {
    background-color: #f18900;

}

.model-root__info__list__txt {
    background-color: #fff;
    padding: 4px 8px;
    line-height: 1.3;

}

.model-root__indent {
    padding-left: calc(2.3rem + 8px);
    text-indent: -2.3rem;
}

.model-root__info__list__txt>span {
    /* display: inline-block; */

}

.model-root__info-r__wrap {
    border-top: 2px solid #508dcb;
    border-right: 2px solid #508dcb;
    width: 20px;
    border-radius: 0 2vw 2vw 0;

    border-bottom: 2px solid #508dcb;


}

.model-root01 .model-root__info-r__wrap {
    margin: 20px 20px 50px 5px;
}

.model-root02 .model-root__info-r__wrap {
    margin: 20px 20px 27px 5px;
}

.model-root03 .model-root__info-r__wrap {
    margin: 20px 20px 25px 5px;
}

.model-root__info-r__plice__list li {
    list-style: none;
    border: 1px solid #508dcb;
    border-radius: 1px;
    font-size: 11px;
    margin-right: -29px;
    text-align: center;
    margin-left: -4px;
    background-color: #fff;
    border-radius: 5px;
    padding: 3px 0 1px;
}



.model-root01 .model-root__info-r__plice__list li:nth-child(2) {
    margin-top: 750px;
}

.model-root02 .model-root__info-r__plice__list li:nth-child(2) {
    margin-top: 50px;
}

.model-root02 .model-root__info-r__plice__list li:nth-child(3) {
    margin-top: 200px;
}

.model-root02 .model-root__info-r__plice__list li:nth-child(4) {
    margin-top: 350px;
}

.model-root02 .model-root__info-r__plice__list li:nth-child(5) {
    margin-top: 5px;
}

.model-root02 .model-root__info-r__plice__list li:nth-child(6) {
    margin-top: 5px;
}

.model-root03 .model-root__info-r__plice__list li:nth-child(2) {
    margin-top: 700px;
}

.model-root__info-r__beside {
    /*  height:2px;
    width:30px;
    background-color: #508dcb; */

}

/* .model-root__info-r__vertical {
    width:2px;
    height:100%;
    background-color: #508dcb;
    margin-left: auto;
    margin-right: 0;
   
}

.model-root__info-r__corner{

} */

.model-root__info-l__wrap {
    border-top: 2px solid #cb5246;
    border-left: 2px solid #cb5246;
    width: 20px;
    border-radius: 2vw 0 0 2vw;

    border-bottom: 2px solid #cb5246;

}

.model-root01 .model-root__info-l__wrap {
    margin: 20px 5px 50px 20px;
}

.model-root02 .model-root__info-l__wrap {
    margin: 20px 5px 27px 20px;
}

.model-root03 .model-root__info-l__wrap {
    margin: 20px 5px 25px 20px;
}

.model-root__info-r__plice__list>.route__img {
    border: none;
    background: none;
    width: 42px;
    /* margin-right: -100px */
}


/* .model-root__under {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.tujo, .norihodai {
    background-color: #fff;
    border: solid 2px;
    border-radius: 20px;
    width: 160px;
    text-align: center;
    padding: 5px 0;

}

.model-root01 .norihodai, .model-root02 .norihodai {
    border-color: #508dcb;
}

.tujo {
    border-color: #cb5246;
    color: #cb5246;
}

.norihodai {
    background-color: #fff100;
    color: #e60012;
    font-weight: 900;
} */

.model-root__info__list__arrow {
    width: 15px;
    margin: 9px auto;
}


.model-root__info__list__txt__flex {
    display: flex;
    align-items: center;
}

.model-root__info__list__txt__miryoku {
    background-color: #51bec8;
    color: #fff;
    min-width: 30px;
    border-radius: 50px;
    padding: 7px 0;
    text-align: center;
    margin-right: 5px;
}



.model-root__info__list__info {
    margin-left: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.model-root__info__list__info__dt {
    color: #1f6eb7;
    border: #1f6eb7 1px solid;
    padding: 2px;
    text-align: center;
    /*  border-radius: 30px; */
    margin-bottom: 10px;
    font-size: 12px;
}

.model-root__info__list__info__dt-a {
    margin-top: 5px;
}

.model-root__info__list__info__dt {}

.model-root__info__list__info__top__txt {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    color: #1f6eb7;
    margin-bottom: 5px;
}

.model-root__info__list__info__dt>span {
    color: #fff;
    background-color: #1f6eb7;
    border-radius: 500px;
    padding: 0 4.2px;
    font-size: 14px;
    /* width: 22px; */
    display: inline-block;
    text-align: center;
    margin-right: 5px;

}

.taizai {
    text-align: center;
    background-color: #fff;
    border: 2px solid #508dcb;
    border-radius: 0 0 7px 7px;
    border-radius: 17px;

    padding: 5px;
    /*  color: #508dcb; */
}



.model-root__info__list__info__wrap>.model-root__info__list__info {
    margin: 0;
    width: 50%;
}

/* .model-root__info__list__info__wrap{
    display: flex;
}

.model-root__info__list__info__wrap>.model-root__info__list__info:nth-child(1){
border-right: #116fb0 1px solid;
padding-right: 10px;
}
.model-root__info__list__info__wrap>.model-root__info__list__info:nth-child(2){
padding-left: 10px;
padding-bottom: 10px;
} */

.model-root__traffic {
    padding-left: 5rem;
    text-indent: -5rem;
}

.model-root__info__list__info__wrap .model-root__traffic {
    padding-left: 2.8rem;
    text-indent: -2.8rem;
}





.model-root__yuireru {}

.model-root__yuireru>span {
    color: #cb5246;
}

.model-root__yuireru::before {
    content: '';
    background-image: url('../img/top/model-root__yuireru.png');
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    width: calc(16.5px/1.5);
    height: calc(23.5px/1.5);
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.model-root__toho {}

.model-root__toho::before {
    content: '';
    background-image: url('../img/top/model-root__toho.png');
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    width: calc(16.5px/1.5);
    height: calc(23.5px/1.5);
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.model-root__bus {}

.model-root__bus>span {
    color: #1f6eb7;
}

.model-root__traffic>.s-br {
    display: inline-block;
    color: #000000;
}



.marine__dt {
    color: #0093a3;
    margin-top: 20px;
}

.model-root__bus::before {
    content: '';
    background-image: url('../img/top/model-root__bus.png');
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    width: calc(16.5px/1.5);
    height: calc(23.5px/1.5);
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.model-root__marine::before {
    content: '';
    background-image: url('../img/top/model-root__marine.png');
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    width: calc(24.5px/1.5);
    height: calc(15.3px/1.5);
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.model-root__info__list__txt02 {
    background-color: #fffcdb;
    padding: 4px 0;
    padding-left: 44px;
    line-height: 1.5;
}


.model-root__under {
    border: 1px solid #cb5246;
    border-radius: 5px;
    background-color: #fff;
    padding: 14px;
    margin-top: 10px;
}

.model-root01 .model-root__under {
    border: 1px solid #cb5246;

}

.model-root02 .model-root__under {
    border: 1px solid #508dcb;

}

.model-root03 .model-root__under {
    border: 1px solid #f18900;

}

.model-root__under__ttl {
    font-size: 15px;
    color: #cb5246;
    text-align: center;

}

.model-root01 .model-root__under__ttl {
    color: #cb5246;

}

.model-root02 .model-root__under__ttl {
    color: #1f6eb7;

}

.model-root03 .model-root__under__ttl {
    color: #f18900;

}

.model-root__under__ttl>span {
    display: inline-block;
    line-height: 1.8;
}

.model-root__under__txt {
    word-break: break-all;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 20px;
}

.model-root__under__txt a {
    text-decoration: none;
    color: #000000;
}


.model-root__line {
    background-image: linear-gradient(to right, #1f6eb7 9px, transparent 9px);
    background-size: 12px 1.5px;
    background-repeat: repeat-x;
    background-position: left;
    width: calc(100% + 80px);
    margin: 0 -40px;
    height: 20px;
    ;
    background-color: #eaf6fd;
    position: relative;



}

.model-root__line02 {
    background-image: linear-gradient(to right, #1f6eb7 9px, transparent 9px);
    background-size: 12px 1.5px;
    background-repeat: repeat-x;
    background-position: left;
    height: 20px;
    ;
    width: 100%;
}

.model-root__info__list__dt02 {
    margin-top: 10px;
    ;
}

.model-root__info__list__info__wrap02 {
    width: calc(100% - 40px);
}

.model-root__info__list__info02 {
    font-size: 12px;

}

.model-root__info-l__wrap02, .model-root__info-r__wrap02 {
    border-top: none;

}

.model-root__info__wrap02 .model-root__info-l__wrap02 {
    border-radius: 0 0 0 2vw;
    margin-bottom: 8px;
}

.model-root__info__wrap02 .model-root__info-r__wrap02 {
    border-radius: 0 0 2vw 0;
    margin-bottom: 8px;
}

.model-root__info__wrap02 {
    margin-bottom: 20px;

}

.model-root__info__wrap02 .model-root__info-l__plice__list>li:nth-child(1) {
    margin-top: 40px;
}

.model-root__info__wrap02 .model-root__info-l__plice__list>li:nth-child(2) {
    margin-top: 60px;
}

.model-root__info__wrap02 .model-root__info-r__plice__list>li:nth-child(1) {
    margin-top: 40px;
}

.model-root__info__wrap02 .model-root__info-r__plice__list>li:nth-child(2) {
    margin-top: 10px;
}

.model-root__info__wrap02 .model-root__info-r__plice__list>li:nth-child(3) {
    margin-top: 10px;
}

@media screen and (min-width: 410px) {

    .model-root01 .model-root__info-l__plice__list li:nth-child(3) {
        margin-top: 180px;
    }

    .model-root01 .model-root__info-l__plice__list li:nth-child(6) {
        margin-top: 150px;
    }
}

@media screen and (min-width: 450px) {
    .model-root03 .model-root__info-l__wrap {
        margin: 20px 5px 29px 20px;
    }

    .model-root03 .model-root__info-l__plice__list li:nth-child(5) {
        margin-top: 160px;
    }

    .model-root03 .model-root__info-r__wrap {
        margin: 20px 20px 29px 5px;
    }

}

@media screen and (min-width: 500px) {

    /*   .model-root03 .model-root__info-l__wrap {
        margin: 20px 5px 29px 20px;
    } */
    /* .model-root03 .model-root__info-l__plice__list li:nth-child(5) {
        margin-top: 160px;
    } */
    .model-root03 .model-root__info-l__plice__list li:nth-child(4) {
        margin-top: 391px;
    }

    /*  .model-root03 .model-root__info-r__wrap {
        margin: 20px 20px 29px 5px;
    }
 */
}



/*  */

@media screen and (min-width:768px) {
    .map__coordinate {
        position: absolute;
        width: 4.1%;
        height: 4.1%;
        /* background-color: red; 
        opacity: 0.2;  */
        cursor: pointer;
    }

    .coordinate01 {
        top: 15.2%;
        left: 43.5%;
    }

    .coordinate02 {
        top: 35.1%;
        left: 51.4%;
    }

    .coordinate03 {
        top: 44.3%;
        left: 37.4%;
    }

    .coordinate04 {
        top: 58.7%;
        left: 39%;
    }

    .coordinate05 {
        top: 56.3%;
        left: 32.8%;
    }

    .coordinate06 {
        top: 64.55%;
        left: 30.3%;
    }

    .coordinate07 {
        top: 67.8%;
        left: 25.9%;
    }

    .coordinate08 {
        top: 78.3%;
        left: 25.9%;
    }

    .coordinate09 {
        top: 78.3%;
        left: 19.5%;
    }

    .coordinate10 {
        top: 76.2%;
        left: 39.4%;
    }

    .coordinate11 {
        top: 79.5%;
        left: 30.5%;
    }

    .coordinate12 {
        top: 83.5%;
        left: 27%;
    }

    .coordinate13 {
        top: 73.2%;
        left: 22.5%;
    }

    .coordinate14 {
        top: 16.1%;
        left: 49.5%;
    }

    /* 20220915_モーダル */



    .guide__modal__top__ttl {
        margin-top: 24px;
        font-size: 27px;
    }

    .guide__modal__top__ttl h3 {
        text-align: center;
        background-color: #fff33f;
        line-height: 1.25;
        padding: 17px;
        border-radius: 35px;
    }

    .guide__modal__ttl {
        font-size: 36px;
        margin-top: 30px;
        margin-bottom: 18px;
        margin-left: 23px;

        text-align: left;
    }

    .guide__modal__table01 {
        width: 66%;
    }

    .guide__modal__table01 th {
        width: 45.2%;

        font-size: 17px;
    }

    .guide__modal__table01 td {
        font-size: 15px;
    }

    .guide__modal__table01 td span {
        font-size: 23px;
        top: 2px;
    }

    .guide__modal__supplementary {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .guide__modal__table02 th {
        font-size: 17px;
    }

    .guide__modal__table02 td {
        font-size: 15px;
    }

    .guide__modal__table02 td:nth-child(1) {

        text-align: center;
    }

    .guide__modal____info__txt {
        font-size: 15px;
        margin-top: 14px;
        max-width: 663px;
    }

    .recommendation__spot {
        margin-top: 20px;
    }

    .recommendation__spot__ttl {
        font-size: 15px;
        padding: 13px 39px;
        ;
        margin-left: 19px;
        margin-bottom: -13px;
    }

    .recommendation__spot__txt {

        font-size: 15px;
    }

    .guide__modal__table02 .departure__td {
        text-align: center;
        font-size: 17px;
        font-weight: bold;
    }

    /* 20220915_モーダルend */


    /* 202211/01/レンタカーだけじゃない */

    .gaibu__banner__explanation {
        font-size: 19px;
        line-height: 1.757;
        margin-bottom: 23px;
        text-align: center;

    }

    .gaibu__banner__list__wrap {
        margin-top: 80px;
        ;
    }

    .gaibu__banner__list {
        display: flex;
    }

    .gaibu__banner__list li {
        margin-bottom: 30px;
        width: 47.4%;
    }

    .gaibu__banner__list li:not(:nth-child(2n)) {
        margin-right: 5.2%;
    }

    .gaibu__banner__list__img {}

    .gaibu__banner__list__txt__area {}

    .gaibu__banner__list__txt {
        font-size: 19px;
        margin-top: 8px;
        margin-bottom: 25px;
    }

    .gaibu__banner__list__btn {
        font-size: 18px;
        background-color: #1f6eb7;
        width: 100%;
        text-align: center;
        border-radius: 6px;

    }

    .gaibu__banner__list__btn a::after {
        content: url("../img/top/gaibu__banner__list__btn__icon.svg");
        display: inline-block;
        width: 22.5px;
        position: relative;
        top: 5px;
        margin-left: 5px;
    }

    .gaibu__banner__list__btn a {
        text-decoration: none;
        color: #fff;
        width: 100%;
        padding: 11px;
        display: inline-block;

    }

    .gaibu__banner__list__btn02 {
        margin-top: 10px;
    }

    /* モデルルート */

    .model-root__wrap {
        margin-top: 40px;
    }

    .model-root__bg {
        margin: 0 -20px;
        padding: 90px 20px 80px 35px;
        /* margin-top: -20px; */
        width: 100vw;
        margin-left: calc((100% - 100vw)/2 - 10px);
    }

    .model-root__img__wrap {
        display: block;
        /* padding-left: 20px; */
        display: flex;
        max-width: 900px;
        margin: 0 auto;
        margin-bottom: 42px;
    }

    .model-root__select {
        width: 100vw;
        margin-left: calc((100% - 100vw)/2 - 9px);
    }

    .model-root__select__btn {
        max-width: 1200px;
        margin: 0 auto;
    }

    .model-root__select__btn li {
        background-color: #c8c8c8;
        color: #fff;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        padding: 9px;
        line-height: 1.4;
    }

    .model-root__img {
        width: 100%;
        margin: 0;
    }

    .model-root__img:not(:last-child) {
        margin-right: 2.5%;
    }

    .model-root__top__dt {
        font-size: 20px;
        color: #1f6eb7;
        margin-bottom: 5px;
    }

    .model-root__top__dt>span {
        color: #fff;
        background-color: #1f6eb7;
        border-radius: 500px;
        padding: 0 8.5px;
        font-size: 16px;
        /* width: 22px; */
        display: inline-block;
        text-align: center;
        margin-right: 5px;
    }

}


/* googlemapリンク */
@media screen and (max-width: 979.98px) {
    .p-google_wrap {
        /* max-width: calc(100% - 70px); */
        width: 90%;
        /* margin-top: -30px; */
    }

    .p-google .p-google_button button {
        width: 180px;
        padding: 12.5px 15px;
        font-size: 14px;
        /*  font-size: 1.4rem; */
    }


}

@media screen and (max-width: 767.98px) {



    .p-google_wrap {
        border: 9px solid #fff;
        /*  margin-top: -87.5px; */
        max-width: 100%;
    }

    .p-google .p-google_main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .p-google {
        padding: 15px;
    }

    .p-google .p-google_search {
        width: 100%;
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .p-google .p-google_input {
        width: 100%;
    }

    .p-google .p-google_input span {
        font-size: 12px;
        /*  font-size: 1.2rem; */
    }

    .p-google .p-google_input input {
        font-size: 13px;
        /*  font-size: 1.3rem; */
    }

    .p-google .p-google_arrow {
        height: 47px;
        width: 100%;
        max-width: inherit;
        margin-bottom: -7px;
    }

    .p-google .p-google_arrow img {
        left: 45%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .p-google .p-google_ttl {
        font-size: 16px;
        /* font-size: 1.6rem; */
    }

    .u-only_sp {
        display: block !important;
    }

    .p-google .p-google_button {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }

    .p-google .p-google_button button {
        padding: 10px 15px;
        font-size: 13px;
        /* font-size: 1.3rem; */
        width: 200px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 1;
        position: relative;
    }

    .p-google .p-google_button i {
        width: 13px;
        height: 13px;
        margin-left: 10px;
        position: absolute;
        right: 25px;
        top: 30%;
    }






    /* googlemapリンクend */




}


@media screen and (min-width: 900px) {
    .guide__map__info__list li {
        display: flex;
        /* align-items: center; */

        margin-bottom: 10px;
        background-color: #e3695e;
        border: 2px solid #fff;
        height: 40px;
        border-radius: 500px;
        align-items: center;
    }

    .guide__map__info__list-item {
        width: 80%;
        line-height: 1.3;
        font-size: 11px;
        color: #fff;
        text-align: center;
        line-height: 1.17;
    }

    .guide__map__info__list-item__num {
        width: 20px;
        height: 22px;
        background-color: #fefefe;
        border: 1px solid #fefefe;
        border-radius: 500px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 1px;
        padding-top: 1px;
        color: #e3695e;
        /* margin-right: 8.5px; */
        position: relative;
        /* bottom: 3px; */
        margin-right: 2%;
        font-size: 11px;
        margin-left: 5px;
    }

    .guide__map__info__list li:not(:nth-child(2n)) {
        margin-right: 5%;
    }

    .guide__map__info__list li {
        max-width: 220px;
        width: 47.5%;
    }
}

/* モデルルート　表 */

@media screen and (min-width: 690px) {
    .br__sp690 {
        display: none;
    }

    .model-root__info__wrap {
        display: flex;
        max-width: 670px;
        margin: 0 auto;
        justify-content: center;
    }

    .model-root__info-l__wrap {
        border-top: 2px solid #cb5246;
        border-left: 2px solid #cb5246;
        width: 35px;
        border-radius: 1vw 0 0 1vw;
        /*  margin: 20px 7px 0 35px; */
        margin: 40px 23px 80px 19px;
        border-bottom: 2px solid #cb5246;
    }

    .model-root__info-l__plice__list li {
        font-size: 13px;
        width: 100px;
        padding: 2px 0;
        text-align: center;
        margin-left: -64px;
        border-radius: 20px;
        font-size: 18px;
    }

    .model-root__info-l__plice__list .model-root__info-l__plice__list-item__dt {
        background-color: #cb5246;
        color: #fff;
        border-radius: 500px;
        width: auto;
        padding: 19px 0;
        max-width: 87px;
        margin-left: -50px;
    }

    .model-root__info-r__plice__list .model-root__info-r__plice__list-item__dt {
        background-color: #508dcb;
        color: #fff;
        border-radius: 500px;
        width: auto;
        padding: 19px 0;
    }

    .model-root__info-m__wrap {
        max-width: 456px;
        min-width: 456px;
    }

    .model-root__info-r__wrap {
        border-top: 2px solid #508dcb;
        border-right: 2px solid #508dcb;
        width: 35px;
        border-radius: 0 1vw 1vw 0;
        margin: 40px 19px 80px 23px;
        position: relative;

        border-bottom: 2px solid #508dcb;
    }





    .model-root__info-r__plice__list {}

    .model-root__info-r__plice__list li {
        font-size: 18px;
        width: 100px;
        padding: 2px 0;
        text-align: center;
        /* margin-left: -15px; */
        border-radius: 5px;
        list-style: none;

        background-color: #fff;
        margin-right: -50px;
    }

    .model-root__info-r__plice__list li:nth-child(2) {

        margin-top: 150px;


    }

    .model-root__info-r__plice__list .model-root__info-l__plice__list-item__dt {

        padding: 19px 0;
    }

    .model-root01 .model-root__info-l__plice__list li:nth-child(3) {
        margin-top: 350px;
    }

    .model-root01 .model-root__info-l__plice__list li:nth-child(4) {
        margin-top: 250px;
    }

    .model-root01 .model-root__info-l__plice__list li:nth-child(5) {
        margin-top: 250px;
    }

    .model-root01 .model-root__info-l__plice__list li:nth-child(6) {
        margin-top: 250px;
    }

    .model-root01 .model-root__info-l__plice__list li:nth-child(7) {
        margin-top: 250px;
    }

    .model-root01 .model-root__info-r__plice__list li:nth-child(7) {
        margin-top: 900px;
    }

    /* .model-root__under {
        margin: 0 auto;
        font-size: 18px;
        max-width: 497px;
    } */

    .model-root__info__list li {
        font-size: 18px;
    }



    .model-root01 .model-root__info__list__dt {
        background-color: #cb5246;
        color: #fff;
        text-align: center;
        padding: 9px 8px;
        line-height: 1.3;
    }

    .model-root__info__list__arrow {
        width: 20px;
        margin: 5px auto;
    }

    .model-root__info__list__txt {
        background-color: #fff;
        padding: 9px 21px;
        line-height: calc(25/18);
        font-size: 16px;
    }

    .model-root__info__list__txt02 {
        background-color: #fffcdb;
        padding: 4px 0;
        padding-left: 77px;
        line-height: 1.5;
        font-size: 16px;
    }

    .model-root__info__list__txt__miryoku {

        padding: 13px 0;

        min-width: 50px;
    }

    .model-root__info__list__info {
        margin-left: 27px;

        font-size: 16px;
    }

    .model-root__indent {
        padding-left: 21px;
        text-indent: 0;
    }

    .model-root__info__list li:last-child {
        margin-bottom: 30px;
    }

    .tujo, .norihodai {

        border: solid 2px;
        border-radius: 20px;
        max-width: 243px;
        text-align: center;
        padding: 5px 0;
        width: 100%;
    }

    .tujo {
        margin-right: 10px;
    }

    .model-root__top__txt__area {

        max-width: 670px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .model-root__top__txt {
        font-size: 19px;
        line-height: calc(38/19);
        /* margin-bottom: 33px; */
    }

    .model-root__top__price__txt {
        font-size: 19px;
        line-height: calc(38/19);
    }

    .model-root__top__price__wrap {

        padding-bottom: 6px;
        margin-bottom: 16px;
    }

    .model-root__top__price01 {
        font-size: 16px;
    }

    .model-root__top__price01>span {
        font-size: 25px;

        margin-left: 10px;
    }

    .model-root__top__price__arrow {
        width: 37px;
        margin: 0 25px;
        position: relative;
        top: 2.5px;
    }

    .model-root__top__price02 {
        font-size: 24px;
        padding-top: 4.5px;
    }

    .model-root__top__price02>span {
        font-size: 29px;
    }

    .model-root__top__price03 {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 29px;
    }

    .model-root__top__price03>span {
        font-size: 39px;
    }

    .model-root__top__price03>.model-root__top__price02__s-2 {
        font-size: 25px;
        margin: 0 5px;
    }

    .model-root__top__price01 .model-root__top__price01__s-2 {
        font-size: 20px;
    }

    .model-root__top__price02 .model-root__top__price02__s-2 {
        font-size: 23px;

    }

    .model-root__top__price03>.model-root__top__price03__s-2 {
        font-size: 31px;

        margin: 0 5px;
    }


    .model-root__under {
        max-width: 608px;
        padding: 19px 30px;
        margin-top: 10px;
        margin: 0 auto;
    }

    .model-root__under__ttl {
        font-size: 19px;


    }

    .model-root__under__ttl>span {
        display: inline-block;
        line-height: 1.8;
    }

    .model-root__under__txt {
        word-break: break-all;
        font-size: 19px;
        line-height: calc(27/19);
        margin: 0 45px;
        margin-top: 23px;
    }


    .model-root__info__list__info__wrap {
        max-width: 422px;
        margin: 0 auto;
    }

    .model-root__info__list__info__wrap .model-root__traffic {
        padding-left: 5.8rem;
        text-indent: -5.8rem;
    }

    .model-root__info-r__plice__list>.route__img {
        border: none;
        background: none;
        width: 65px;
        margin-right: 0px;
        margin-left: 2px;
    }

    .model-root__traffic {
        padding-left: 6.5rem;
        text-indent: -6.5rem;
    }

    .model-root01 .model-root__info-l__plice__list li:nth-child(2) {
        margin-top: 70px;


    }

    .model-root01 .model-root__info-l__plice__list li:nth-child(3) {
        margin-top: 230px;

    }

    .model-root01 .model-root__info-l__plice__list li:nth-child(4) {
        margin-top: 330px;

    }

    .model-root01 .model-root__info-l__plice__list li:nth-child(5) {
        margin-top: 250px;

    }

    .model-root01 .model-root__info-l__plice__list li:nth-child(6) {
        margin-top: 240px;

    }

    .model-root01 .model-root__info-l__plice__list li:nth-child(7) {
        margin-top: 250px;

    }

    .model-root01 .model-root__info-l__plice__list li:nth-child(8) {
        margin-top: 270px;

    }

    .model-root02 .model-root__info-l__plice__list li:nth-child(2) {
        margin-top: 42px;
        ;

    }

    .model-root02 .model-root__info-l__plice__list li:nth-child(3) {
        margin-top: 210px;

    }

    .model-root02 .model-root__info-l__plice__list li:nth-child(3) {
        margin-top: 345px;

    }

    .model-root03 .model-root__info-l__plice__list li:nth-child(2) {
        margin-top: 42px;
        ;

    }

    .model-root03 .model-root__info-l__plice__list li:nth-child(3) {
        margin-top: 210px;

    }

    .model-root03 .model-root__info-l__plice__list li:nth-child(4) {
        margin-top: 210px;

    }

    .model-root03 .model-root__info-l__plice__list li:nth-child(5) {
        margin-top: 450px;

    }

    .model-root03 .model-root__info-l__plice__list li:nth-child(6) {
        margin-top: 261px;

    }

    .model-root01 .model-root__info-r__plice__list li:nth-child(2) {
        margin-top: 960px;
    }

    .model-root02 .model-root__info-r__plice__list li:nth-child(4) {
        margin-top: 504px;
    }

    .model-root03 .model-root__info-r__plice__list li:nth-child(2) {
        margin-top: 780px;
    }

    .model-root03 .model-root__info-r__wrap {
        margin: 24px 20px 41px 5px;
    }

    .model-root03 .model-root__info-l__wrap {
        margin: 20px 5px 41px 20px;
    }

    .model-root__top__price__border__wrap {
        padding: 17px;

    }

    .model-root__top__price__top {

        /* font-size: 18px; */
        /* margin-bottom: 20px; */
    }

    .model-root__top__price__under__link {
        font-size: 16px;
        margin-top: 14px;
    }

    .model-root__line {

        width: calc(100% + 60%);
        margin: 0 -30%;

        z-index: 10000;
    }

    .model-root__line02 {
        width: 564px;
        margin: 0 auto;
    }

    .model-root__info__list__info02 {
        /* font-size: 12px; */

    }

    .model-root__info__list__dt {
        font-size: 18px;
    }

    .model-root__info__list__dt02 {
        margin-top: 10px;

    }

    .model-root__info-l__wrap02, .model-root__info-r__wrap02 {
        border-top: none;

    }

    .model-root__info-l__wrap02 {
        border-radius: 0 0 0 2vw;
    }

    .model-root__info-r__wrap02 {
        border-radius: 0 0 2vw 0;
    }

    .model-root__info__list__info__wrap02 {
        max-width: 456px;
        min-width: 456px;
    }

    .model-root__info__list__info__dt {
        font-size: 18px;
    }

    .model-root__info__list__info__dt-a {
        margin-top: 10px;
    }

    .model-root__info__list__info__dt>span {

        padding: 0 6.5px;
        font-size: 20px;


    }

    .model-root__info__list__info__top__txt {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .model-root__info__wrap02 {
        margin-bottom: 40px;
    }

    .model-root02 .model-root__info-l__wra {
        margin-bottom: 43px;
    }

    .model-root02 .model-root__info-r__wrap {
        margin-bottom: 43px;
    }

    .model-root__info__wrap02 .model-root__info-r__wrap02 {
        margin-bottom: 8px;
    }

    .model-root__info__wrap02 .model-root__info-l__wrap02 {
        margin-bottom: 8px;
    }


    /*  .model-root__info-r__span01{
        font-size:11px;
        font-feature-settings: "palt";
    }
    .model-root__info-r__span02{
        margin-left: 0;
    } */

    .model-root__info-r__plice__under {
        background-color: #1f6eb7;
        color: #fff;
        border-radius: 0 0 3px 3px;
        font-size: 15px;
        padding: 3px 0;
        line-height: 1.4;
    }
}