body {
    font-family: serif;
    /* background-image: url('https://hybridhealth-delikoiwa.jp/file/img/base/mainColumn_sub_bg.jpg'); */
    background-size: contain;
    background-position: right;
    color: #fff;
}

li {
    list-style: none;
}

@media screen and (max-width:767px) {

    /* ここにSP向けのCSS指定 */
    .pc {
        display: none;
    }
}

@media screen and (min-width:768px) {

    /* ここにPC向けのCSS指定 */
    .sp {
        display: none;
    }
}

header,
.footer,
.breadcrumb_font {
    display: none;
}

.tourist_header {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 10vw;
    justify-content: space-between;
    /* text-align: center; */
    padding: 1.2vw 26vw;
    font-size: 1.6vw;
    letter-spacing: 4px;
    background: #000;
    align-items: center;
}

img.lang-select-img {
    width: 1.4vw;
}

.tourist_header h1 {
    /* width: 26vw; */
}

select#select_lang {
    font-size: 1.3vw;
}

select#select_lang option {
    background: #000;
    text-align: left;
    padding: 1vw;
    border: 1px solid #fff;
}

.language.acc_language {
    position: absolute;
    top: 20px!important;
    left: 1280px!important;
    color: #fff;
    padding: 9px;
    display: flex
;
    z-index: 1;
    background: #000 !important;
    border: 1px solid;
}



.tourist_wrapper .intro {
    background: #ad4f4f;
    padding: 1vw;
    line-height: 1.5;
    font-size: 1.7vw;
    margin-bottom: 2vw;
}

.fare_other {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 3vw;
}

.fare_other .fare .fare_head,
.fare_other .other .other_head,
.access .access_head,
.twitter .twitter_head,
.casts .casts_head {
    font-size: 2.4vw;
    letter-spacing: 1px;
    margin-bottom: 1.5vw;
    line-height: 0.8;
    font-weight: bold;
}

.fare_other .fare .fare_head img,
.fare_other .other .other_head img,
.access .access_head img,
.twitter .twitter_head img,
.casts .casts_head img {
    width: 1.5vw;
}

.fare_other .fare dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    margin-bottom: 1vw;
}

.fare_other .fare dl dt,
.fare_other .other dl dt {
    font-size: 1.7vw;
    padding: 0.4vw;
    background: #fff;
    color: #000;
    text-align: center;
    border: 1px solid #fff;
}

.fare_other .fare dl dd,
.fare_other .other dl dd {
    font-size: 1.7vw;
    padding: 0.4vw;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
}

.fare_other .other dl {
    display: grid;
    grid-template-columns: 4fr 2fr;
    align-items: center;
    margin-bottom: 1vw;
}

.fare_other .other dl dt {
    font-size: 1.7vw;
    padding: 0.4vw;
    text-align: center;
}

.fare_other .other dl dd {
    font-size: 1.7vw;
    padding: 0.4vw;
    text-align: center;
}

.fare_other .fare p {
    font-size: 1.9vw;
    margin: 2vw 0 0.4vw;
}

.twitter .twitter_head p {
    background: #c6a035;
    width: 100%;
    text-align: center;
    color: #020411;
    padding: 0.7vw 0 0.9vw;
    border-radius: 0.3vw;
    font-weight: bold;
    font-size: 2.7vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.twitter .twitter_head p span {
    font-size: 1.6vw;
}

.section {
    margin-bottom: 50px !important
}

.girls-section {
    display: block;
}

.girls-list-bg {
    width: 100%;
    margin: 0;
}

.girls-list-row.rightnow-casts.cast_view_page {
    display: grid;
    grid-template-columns: repeat(3, 32%);
    gap: 10px;
    padding: 0;
}

.girls-list-row.rightnow-casts li {
    margin: 0;
    border: 1px solid #fff;
}

.newface-list-row {
    width: auto;
    padding: 0;
    background: none;
}

img.cast_img {
    width: 100%;
}

.schedule-dates {
    margin: 0.5vw 0;
    font-size: 1vw;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5vw;
    text-align: center;
    margin-bottom: 2vw;
}

.schedule-dates .date {
    padding: 0.6vw;
    background: #6e6e6e;
}

p.girls-category.category-3p img {
    width: 5vw;
}

.girls-category {
    height: auto !important;
}

.schedule-dates .date.date-active {
    background: #c42f2f;
}

.caution_block {
    position: relative;
    margin: 0 auto;
    width: 100%;
    letter-spacing: 0.9px;
    font-size: 16px;
}

.caution_box {
    border: 7px solid red;
    background: #fff;
}

.caution_mein {
    background: red;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

p.caution_head {
    color: red;
    font-size: 31px;
    margin: 18px 30px;
    font-weight: bold;
    font-family: auto;
    display: flex;
    align-items: center;
    word-break: normal
}

.caution_ddst {
    margin: 0px 19px 30px;
}

p.caution_head {
    color: red;
    font-size: 31px;
    margin: 18px 30px;
    font-weight: bold;
    font-family: auto;
    display: flex;
    align-items: center;
}

p.caution_sub {
    margin: 3px 27px 26px;
}

.caution_block p {
    word-break: normal;
}

.caution_ddst span {
    width: 16px;
    display: block;
}

.caution_ddst dd {
    display: flex;
    justify-content: left;
}

.caution_sub,
.caution_ddst {
    color: #000;
    line-height: 1.8;
    font-size: 17px;
}

.girls-age {
    font-size: 1.4vw;
}

.choice-btn .slick-track {
    width: 100% !important;
}

.transportation {
    margin-bottom: 1.5vw;
}

.transportation h3 {
    display: flex;
    align-items: center;
    padding: 0 1vw;
    font-size: 2.1vw;
    gap: 1vw;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1vw !important;
}

.transportation h3.sp {
    display: none;
}

.transportation dl {
    display: grid;
    grid-template-columns: 20% 1fr;
    border: solid 0.2vw #FFF;
    margin-bottom: 0.5vw;
}

.transportation dt {
    background: #fff;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
}

.transportation dd {
    display: flex;
    justify-content: left;
    align-items: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 0.9vw 1vw;
    background: #000;
    line-height: 1.6;
}

@media screen and (max-width:767px) {
    .transportation {
        margin-bottom: 8vw;
    }

    .transportation h3.pc {
        display: none;
    }

    .transportation h3.sp {
        display: flex;
        align-items: center;
        padding: 0 1vw;
        font-size: 2.1vw;
        gap: 1vw;
        font-weight: 600;
        color: #fff;
        margin-bottom: 3vw;
        flex-direction: column;
    }

    .transportation_head_up {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 7vw;
        margin-bottom: 2vw;
    }

    .transportation_head_up img {
        width: 6vw;
        margin-right: 3vw;
    }

    .transportation_head_down {
        font-size: 7vw;
        margin-top: -2vw;
        margin-bottom: 4vw;
    }

    .transportation dl {
        grid-template-columns: auto;
        border: 0.7vw solid #fff;
        margin-bottom: 2vw;
        border-radius: 1.2vw;
    }

    .transportation dt {
        font-size: 6vw;
        padding: 1vw 0;
    }

    .transportation dd {
        font-size: 4.2vw;
        padding: 2.5vw 3vw;
        line-height: 7vw;
    }
}


/* .tourist_wrapper .cast_img ul {
    grid-template-columns: unset !important;
} */

.cv_area {
    position: fixed;
    bottom: 0;
    background: #000;
    padding: 1vw 0;
    width: 100%;
}

.cv_area ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    width: 49.1vw;
    margin: 0 auto;
}

.cv_area ul li {
    background: #616161;
    text-align: center;
    padding: 0.5vw;
    font-size: 1.4vw;
    letter-spacing: 1px;
}

.cv_area ul li.tel {
    background: #009688;
}

.cv_area ul li.line {
    background: #11cc11;
}

.cv_area ul li.mail {
    background: #67cde5;
}

.cv_area ul li.weChat {
    background: #78ab32;
}

.cv_area ul li.kakao {
    background: #3c1e1e;
}

.cv_area ul li.whatsApp {
    background: #25d366;
}


/* プロフィール */
.tourist_wrapper h2 {
    text-align: center;
    font-size: 2vw;
    padding: 2vw 0;
    margin-top: 3vw;
}

.tourist_wrapper .cast_info {
    text-align: center;
    font-size: 1.5vw;
    line-height: 1.7;
    margin-bottom: 2vw;
}

/* .tourist_wrapper .cast_img ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.3vw;
} */
.slick_cast_slider .slick-slide {
    margin: 0 5px;
}

.tourist_wrapper .cast_img {
    margin-top: 0.4vw;
    margin-bottom: 3vw;
}

.tourist_wrapper h3 {
    text-align: center;
    font-size: 2.8vw;
    margin-bottom: 2vw;
    margin-top: 4vw;
}

.tourist_wrapper .cast_img {
    margin-bottom: 0;
}


.tourist_wrapper .schedule-day {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    text-align: center;
    line-height: 1.6;    font-size: 1.4vw;

}

.tourist_wrapper .reserve-button {
    width: auto;
    margin-bottom: 2vw;
    background: #6f6f6f;
}

.tourist_wrapper .reserve-button.active {
    background: #767235
}

/* サイトごとの個別のCSS記述 */
.tourist_wrapper .girls-cell img,
.tourist_wrapper .girls-category {
    width: auto;
}

.tourist_wrapper .girls-section {
    width: 100%;
    gap: 0;
}

.tourist_wrapper .girls-cell img {
    width: 100% !important;
    padding: 0.7vw;
    margin-top: 1vw;
}

.tourist_wrapper .newface-list-row {
    background: url(../img/cast_bg.png);
    background-size: cover;
    margin-bottom: 1vw;
    padding-bottom: 0.1vw;
}

.tourist_wrapper .girls-list-row.rightnow-casts {
    background: none;
}

.tourist_wrapper .girls-category-section {
    top: 17.5vw;
}

.tourist_wrapper .girls-list-row.rightnow-casts.cast_view_page {
    grid-template-columns: repeat(5, 1fr);
    gap: 0.7vw;
}

.tourist_wrapper .girls-list-row.rightnow-casts a:nth-of-type(4n) {
    margin-right: auto;
}

.tourist_wrapper {
    /* width: 53vw; */
    background: rgba(0, 0, 0, 0.5);
    padding: 1vw 1vw 10vw;
    margin: 0 auto;
}

.tourist_wrapper .girls-name {
    font-size: 2vw;
    text-align: center;
    margin: 0 1vw 0.6vw;
}

.tourist_wrapper ._schedule {
    margin-top: 0.5vw;
}

.tourist_header {
    background: #000;
}

.cv_area {
    background: rgba(0, 0, 0, 0.8);
}

/* オフィシャルごとの個別CSS */
.castPanelRegular__thumb {
    position: relative;
}

.castPanelRegular__datas.cf .flag {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6vw;
    margin: 1vw 0;
}

.castPanelRegular__datas {
    background: linear-gradient(#161616 10%, #080808 85%);
}

.ico_twitter {
    display: block;
    position: absolute;
    bottom: 0.4vw;
    right: 0.5vw;
    width: 2vw;
}

.ico_movie {
    display: block;
    position: absolute;
    bottom: 0.2vw;
    right: 2.6vw;
    width: 3vw;
}

.castPanelRegular__thumb img {
    display: block;
}

.tourist_wrapper h3 {
    margin: 0;
    padding: 0;
}

@media screen and (max-width:767px) {

    /* ここにSP向けのCSS指定 */

    body {
        background: #000;
    }



    .tourist_header {
        width: 100vw;
        padding: 2vw 3vw;
        grid-template-columns: 6fr 2fr;
    }

    .tourist_header h1 {
        width: auto;
        font-size: 4vw;
    }

    .language.acc_language {
        padding: 1vw;
        font-size: 8vw;
    }

    img.lang-select-img {
        width: 5.4vw;
    }

    select#select_lang {
        font-size: 5.3vw;
    }

    .tourist_wrapper {
        width: 100%;
        padding: 2vw 3vw 35vw;
    }

    .tourist_wrapper .intro {
        font-size: 4.4vw;
        padding: 2vw;
        margin-bottom: 7vw;
    }

    .tourist_wrapper .fare_other {
        display: block;
    }

    .fare_other .fare .fare_head,
    .fare_other .other .other_head,
    .access .access_head,
    .twitter .twitter_head,
    .casts .casts_head {
        font-size: 6.8vw;
        margin-bottom: 6vw;
        margin-top: 8vw;
    }

    .fare_other .fare .fare_head img,
    .fare_other .other .other_head img {
        width: 5.2vw;
    }

    .fare_other .fare dl dt,
    .fare_other .fare dl dd,
    .fare_other .other dl dt,
    .fare_other .other dl dd {
        font-size: 6vw;
        padding: 2vw 0;
    }

    .fare_other .fare .fare_head img,
    .fare_other .other .other_head img,
    .access .access_head img,
    .twitter .twitter_head img,
    .casts .casts_head img {
        width: 5vw;
    }

    .twitter .twitter_head p {
        font-size: 10vw;
        padding: 2.7vw 0;
    }

    .twitter .twitter_head p span {
        font-size: 6.7vw;
    }

    .schedule-dates {
        grid-template-columns: repeat(2, 1fr);
        padding: 0;
        justify-content: space-around;
        font-size: 5vw;
        padding: 1vw 0;
        gap: 2vw;
        margin-bottom: 3vw;
    }

    .schedule-dates a {
        width: 100% !important;
    }

    .schedule-dates .date {
        margin-bottom: 0;
        padding: 2vw 0;
    }

    .girls-age {
        font-size: 3.7vw;
    }

    .tourist_wrapper .girls-name {
        font-size: 6vw;
    }

    .tourist_wrapper .girls-list-row.rightnow-casts.cast_view_page {
        grid-template-columns: repeat(2, calc(100% / 2));
        gap: 0;
    }

    .cast_view_page .girls-cell .cast_img,
    .cast_view_page .newface-list-row .cast_img {
        width: 100% !important;
    }

    p.girls-category.category-3p img {
        width: 19vw;
    }

    .tourist_wrapper h2 {
        font-size: 7vw;
    }

    .tourist_wrapper .cast_info {
        font-size: 6vw;
        margin-top: 3vw;
    }

    .tourist_wrapper .cast_img {
        width: 100% !important;
    }

    .fare_other .fare p {
        font-size: 7.9vw;
        margin: 8vw 0 1.4vw;
    }

    dl.reserve-date,
    dl.reserve-hours {
        width: auto;
    }

    .tourist_wrapper .schedule-day {
        grid-template-columns: repeat(2, 1fr);
        font-size: 5vw;
    }
    .size{
        font-size: 4vw!important;
        margin: 1vw 0!important;
    }
    p.shift {
        font-size: 4.8vw !important;
    }
    dl.reserve-button {
        font-size: 4.7vw;
    }

    .tourist_wrapper h2 {
        margin: 11vw 0 5vw;
    }



    .cv_area ul {
        width: 94vw;
        gap: 1vw;
        padding: 1vw 0;
    }

    .cv_area ul li {
        font-size: 5vw;
        padding: 2vw 0;
    }

    /* サイト個別の追記 */
    .girls-cell {
        line-height: 1.5;
        padding-bottom: 0;
    }

    .tourist_wrapper .newface-list-row {
        background-size: cover;
        padding-bottom: 4vw;
    }

    .tourist_wrapper .girls-cell img {
        padding: 2vw;
        margin-top: -5vw;
        padding-bottom: 0;
    }

    .tourist_wrapper .girls-category-section {
        top: 55vw;
    }

    /* オフィシャルごとの個別CSS */
    .castPanelRegular__datas.cf .flag {
        margin: 3vw 0;
        justify-content: center;
        align-items: center;
        grid-template-columns: repeat(2,1fr);
    }

    .tourist_wrapper .girls-list-row.rightnow-casts.cast_view_page {
        gap: 2vw;
        grid-template-columns: repeat(2, 1fr);
    }

    .ico_twitter {
        width: 8vw;
    }

    .ico_movie {
        right: 10vw;
        width: 10vw;
    }
}