*{
    letter-spacing: 1px;
    scroll-behavior: smooth;
    font-family: 'Noto Sans JP', sans-serif;
}
img{
    width: 100%;
}

header {
    background: #FE3F77;
    color: #fff;
    padding: 2.3vw 2.9vw;
    font-size: 5.7vw;
    position: sticky;
    top: 0;    z-index: 111;
}
header h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.main_visual_section {
    position: relative;
}
p.lang_icon {
    border: 2px solid #fff;
    padding: 2vw 2.3vw 2vw 3vw;
    font-size: 7vw;
    border-radius: 9px;
}
section.main_visual_section p {
    position: absolute;
    text-shadow: -2px -2px 0 #FE3F77, 2px -2px 0 #FE3F77, -2px 2px 0 #FE3F77, 2px 2px 0 #FE3F77;
    top: 37.2vw;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    line-height: 1.4;
    font-size: 5.3vw;
    font-family: "Anton", monospace;
    font-style: normal;
    line-height: 1.6;   
        width: 90vw;
}
section.seach_result_section.girl-mode .shop_comment,
section.seach_result_section.girl-mode .each_shop_info{
    display: none;
}
section.seach_result_section {
    background: #EFEFEF;
    padding: 6vw 0;
}
/* section.seach_result_section.girl-mode {
    padding: 3vw;
} */

/* section.seach_result_section.girl-mode ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw 1vw;
} */
section.seach_result_section.girl-mode ul li {
    /* background: #fff; */
    padding: 2vw;
}
section.seach_result_section .search_title_section {
    background: #ffffff;
    padding: 2vw 0;
    line-height: 1.6;
    margin-bottom: 3vw;
    font-size: 4.3vw;
    text-align: center;
    border: 2px solid #e9e9e9;
    color: #545454;
    width: 94vw;
    margin: 0 auto 3vw;
}

section.seach_result_section .search_coulumn {
    font-weight: 900;
}
section.seach_result_section .girl_list {
    margin-bottom: 3vw;
}
section.seach_result_section .search_title_section.no_result{
    background: none;
    border: none;
}
section.seach_result_section .girl_list article.cast_profile_info name span {
    font-size: 4.9vw;
}

section.seach_result_section.girl-mode.schedule li.each_shop_date {
    box-shadow: none;
    width: 100%;
}
section.seach_result_section.girl-mode.schedule {
    background: none;
    padding-top: 1vw;
}

section.seach_result_section.one{

    padding: 0;
}

section.seach_result_section.one h2 {
    border-bottom: 1px solid #414141;
    font-size: 4.8vw;
    font-weight: bold;
    padding: 1vw 0 1.3vw 2vw;
    margin-bottom: 2.3vw;
    border-left: 5px solid #414141;
    color: #414141;
}

section.seach_result_section .each_shop_date .girl_list ul li {
    margin: 0 2px;
    box-shadow: 0px 0px 5px -5px #777777;
    /* border-radius: 10px; */
    border: 1px solid #ccc;
    height: 28vw;
}


section.seach_result_section li.each_shop_date {
    width: 94vw;
    margin: 0 auto 4vw;
    padding: 3vw;
    box-shadow: 0px 0px 15px -5px #777777;
    background: #fff;
}

section.seach_result_section.one li.each_shop_date {
    width: 100%;
}
section.seach_result_section.one li.each_shop_date .pv {
    margin: 3vw 0;
}
section.seach_result_section.one li.each_shop_date .pv video{
    width: 100%;
}

.each_shop_info .each_shop_name {
    margin-bottom: 4vw;
}

.each_shop_info .each_shop_detail{
        line-height: 1.6;
}
.each_shop_info .each_shop_detail i {
    color: #FE3F77;
    margin-right: 2vw;
}
.each_shop_info .each_shop_name main {
    font-size: 5.6vw;
}
.each_shop_info .each_shop_detail p {
    font-size: 3.7vw;
}
.each_shop_info .each_shop_name sub {
    font-size: 4.1vw;
    font-weight: 400;
}

.girl_list ul.cast-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw 0.6vw;
}

section.seach_result_section .each_shop_date .girl_list ul.cast-list li {
    height: auto;
}
section.search_section {
    padding: 6vw 5vw;
}
section.search_section .search_area, section.search_section .search_category {
    background: #ededed;
    padding: 3vw 3.4vw 3vw;
    margin-bottom: 2vw;
    border-radius: 6px;
    display: flex;
    align-items: center;
}
nav#lang_select ol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 5px;
}
nav#lang_select ol li {
    background: #ffffff;
    color: #FE3F77;
    border: 2px solid #FE3F77;
    margin-top: 2vw;
    padding: 1.7vw 4vw;
    border-radius: 7px;
    font-size: 5vw;
}
section.search_section .search_area select, 
section.search_section .search_category select{
    width: 100%;
}
section.search_section button {
    display: block;
    background: #FE3F77;
    width: 100%;
    text-align: center;
    padding: 3vw;
    margin-bottom: 2vw;
    border-radius: 5px;
    color: #fff;
}
section.search_section i{
    margin-right: 2vw;
}

section.seach_result_section.one .transportation {
    margin-bottom: 3vw;
}

section.seach_result_section.one .transportation ul {
    padding: 3vw;
}

section.seach_result_section.one .transportation ul li {
    border: 1px solid #ccc;
    margin-bottom: 2vw;
}

section.seach_result_section.one .transportation ul li dt {
    border-bottom: 1px solid #ccc;
    padding: 3vw;
    background: #e9e9e9;
}

section.seach_result_section.one .transportation ul li dd {
    padding: 3vw;
    line-height: 1.6;
}
.gmap_iframe {
    width: 100%;
    height: 61vw;
}

section.seach_result_section .profile_shop_info,
section.seach_result_section.one .price,
section.seach_result_section.one .hotel_map,
section.seach_result_section.one .faq,
section.seach_result_section.one .girl_list {
    margin-bottom: 8vw;
}

section.seach_result_section li.each_shop_date .price dl {
    padding: 2vw;
}
section.seach_result_section li.each_shop_date .price dt {
    font-size: 5vw;
    margin-bottom: 2vw;
    color: #414141;
}
section.seach_result_section li.each_shop_date dl.each_shop_info {
    background: #f5f5f5;
    padding: 5vw;
}

#profile_area .each_shop_info {
    background: #f5f5f5;
    padding: 5vw;
}

.other_page_link_btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1vw;
    margin: 2vw 0;
}
.other_page_link_btn .button {
    border: 1px solid #6f6f6f;
    text-align: center;
    padding: 3vw 0;
    border-radius: 9px;
    color: #ffffff;
    background: #000;
    font-weight: 500;
}
section.seach_result_section.one li.each_shop_date .price dd {
    display: flex;
    justify-content: space-between;
    padding: 3vw 3vw;
    border: 1px solid #ccc;
    font-size: 4.4vw;
}

section.seach_result_section.one .faq sub {
    font-size: 4vw;
    display: block;
    margin-bottom: 5vw;
}

/* notion */
section.seach_result_section.one div#notion {
    line-height: 1.5;
    padding: 3vw;
    margin: 1.9vw;
    border: 1px #ccc dotted;
    border-radius: 6px;
    color: #757575;
}

/* twitter */
section.seach_result_section.one div#twitter_btn {
    background: linear-gradient(160deg, #3b3b3b 50%, #0e0e0e 50%);
    color: #fff;
    text-align: center;
    padding: 3.4vw 0;
    font-size: 5.2vw;
    margin-bottom: 9vw;
    border-radius: 10px;
    border-bottom: 6px solid #000000;
    font-weight: 500;
    letter-spacing: 1px;
}

/* access_map */
iframe.gmap_shop_iframe {
    width: 100%;
    margin-top: 3vw;
    height: 50vw;
}

/* attention */
.caution_block.notranslate {
    border: 7px solid red;
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.4;
}
.caution_mein {
    background: red;
    padding: 0 2vw 2vw;
}
.caution_head {
    color: red;
    padding: 2vw 3vw;
    font-size: 4.8vw;
    text-align: center;
}.caution_ddst {
    /* background: #fff; */
    color: red;
    padding: 2vw 3vw;
}dl.caution_ddst dd{
    display: flex;
    color: #000;
    font-size: 4vw;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 2vw;
}
.caution_head i {
    margin-right: 2vw;
}
.caution_sub {
        color: #000;
    font-size: 4vw;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 2vw;
    padding: 2vw 3vw;
}

section.search_section button:nth-of-type(2) {
    background: #FFF;
    border: 2px solid #FE3F77;
    color: #FE3F77;
    margin-bottom: 0;
}
section.search_section .serach_detail {
    margin-bottom: 4vw;
}
section.seach_result_section section.seach_result_section .each_shop_date .each_shop_mv {
    margin-bottom: 2vw;
}

section.seach_result_section .each_shop_date .each_shop_mv{
    margin-bottom: 2vw;
}

section.seach_result_section .each_shop_date .shop_comment {
    padding: 0vw 0 7vw;
}

section.seach_result_section .each_shop_date .shop_comment main {
    line-height: 1.5;
}

article.cast_profile_info {
    font-size: 3.7vw;
    padding: 2vw;
}

article.cast_profile_info threesize {
    font-size: 3.3vw;
    margin: 1vw 0;
    display: block;
}
/* girl-mode 時のみカルーセルを無効にして、グリッドに */
.girl-mode .each_shop_mv {
    display: none;
}

.girl-mode .girl_list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 5px;
}

.girl-mode section.seach_result_section .each_shop_date .girl_list ul li {
    height: auto;
}


/* schedule */
nav {
    width: 100%;
    margin: 3vw 1vw;
}
nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* gap: 10px 5px; */
}
nav ul li {
    display: block;
    border-style: solid;
    border-radius: 0.75em 0.75em 0 0;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-size: .9em;
    border-color: #ccc;
    color: #ccc;
    padding: 0.5em;
    word-break: break-word;
    border-width: 0 0 2px 0;
    position: relative;
    padding: 3vw 0;
    font-size: 14px;
    width: 100;
}
nav ul li.active {
    border-width: 2px 2px 0px 2px;
    color: #666666;
}

/* pager */
.weeks {
    margin: 4vw 3vw;
}

.weeks ol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 5px;
    text-align: center;
}

.weeks ol li {
    background: #b1afaf;
    padding: 2.5vw;
    font-size: 4.5vw;
    color: #fff;
}

.weeks ol a:first-child {
    grid-column: span 2; /* 最初の要素だけ2列分を使う */
}

.weeks ol li.active {
    background: #000;
}

/* profile */
section#profile_area .pr_name {
    background: #ccc;
    color: #000000;
    text-align: center;
    padding: 2.7vw 0;
    font-size: 6vw;
    font-weight: 500;
    margin-bottom: 1.3vw;
}

section#profile_area .profile_content .pr_info {
    margin: 2vw 0;
    line-height: 1.4;
}

section#profile_area .profile_content .pr_info name {
    display: block;
    text-align: center;
    font-size: 5.6vw;
    font-weight: 500;
}

section#profile_area .profile_content .pr_info threesize {
    display: block;
    text-align: center;
    font-size: 4.4vw;
}

section#profile_area .profile_content .pr_schedule {
    margin-bottom: 4vw;
}

section#profile_area .profile_content .pr_schedule dl {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

section#profile_area .profile_content .pr_schedule dl dt {
    border: 1px solid #b7b7b7;
    padding: 3vw;
    background: #5f5f5f;
    color: #ffffff;
    font-size: 4.6vw;
    font-weight: 400;
}

section#profile_area .profile_content .pr_schedule dl dd {
    border: 1px solid #ccc;
    padding: 3vw;
}

section#profile_area .profile_content {
    padding: 3vw;
}
section#profile_area {
    margin-bottom: 21vw;
}
/* footer */
.stickey_footer {
    position: fixed;
    bottom: 2vw;
    width: 96vw;
    right: 0;
    left: 0;
    margin: auto;
}

.stickey_footer ul {
display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.stickey_footer ul li {
    flex: 0 1 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 2.6vw 0;
    color: #fff;
    border-radius: 4px;
    font-size: 4.8vw;
    background: #2f2f2f;
}
/* 2つのとき → 50%ずつ */
.stickey_footer ul:has(li:nth-child(2)):not(:has(li:nth-child(3))) li {
    flex: 0 1 calc(50% - 3.5px);
}

/* 3つのとき → 33.33%ずつ */
.stickey_footer ul:has(li:nth-child(3)):not(:has(li:nth-child(4))) li {
    flex: 0 1 calc(33.333% - 4.66px);
}

/* 4つのとき → 2列 x 2（50%ずつ） */
.stickey_footer ul:has(li:nth-child(4)):not(:has(li:nth-child(5))) li {
    flex: 0 1 calc(50% - 3.5px);
}

/* 5つのとき → 2列 x 2（50%ずつ） */
.stickey_footer ul:has(li:nth-child(4)):not(:has(li:nth-child(6))) li {
    flex: 0 1 calc(33% - 3.5px);
}


.stickey_footer ul li.tel {
    background: #009688;
}
.stickey_footer ul li.line {
    background: #11cc11;
}
.stickey_footer ul li.mail {
    background: #7fabff;
}
.stickey_footer ul li.WeChat {
    background: #78ab32;
}
.stickey_footer ul li.Kakao{
        background: #3c1e1e;
}
.stickey_footer ul li.WhatsApp {
    font-size: 4.1vw;
}
.stickey_footer ul li i {
     margin-right: 1.6vw
}
.stickey_footer ul li a {
    display: block;
    width: 100%;
}
div#return_top {
    position: fixed;
    bottom: 27vw;
    text-align: center;
    background: #FE3F77;
    color: #fff;
    padding: 3vw;
    width: 16vw;
    border-radius: 40px;
    right: 5vw;
    box-shadow: 0px 0px 15px -5px #777777;
    display: none;
}
div#return_top i {
    display: block;
    margin-bottom: 1vw;
}

#snsOverlay{
    display:none; 
    position:fixed; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background:rgba(0,0,0,0.6); 
    z-index:9998;
}

#snsModal{
    display:none; 
    position:fixed; 
    top:30%; 
    left:50%; 
    transform:translateX(-50%); 
    background:#fff; 
    padding:20px; 
    border-radius:10px; 
    z-index:9999; 
    text-align:center;
}

#snsModalImage{
    max-width:300px; 
    max-height:300px;
}

#snsModal p {
    display: inline-flex;
    padding: 3vw 0 0vw;
}

#snsModal p span#cvImageId {
    color: green;
    text-decoration: underline;
}

/* 画面幅が768px以上のPC向け */
@media screen and (min-width: 768px) {
  .sp {
      display: none;
  }

  body {
    background: pink;
}

p.lang_icon {
    padding: 0.4vw 0.7vw;
    font-size: 1.9vw;
}

/* common */
#wrapper{
    padding-bottom: 3vw;
}

nav#lang_select {
    width: 100%;
    padding: 0.5vw 0;
}
nav#lang_select ol {
    gap: 1vw;
    grid-template-columns: repeat(5, 1fr);
}nav#lang_select ol li {
    font-size: 1.6vw;
    margin: 0;
    padding: 0.6vw 1.6vw;
}

/* index */
div#wrapper {
    width: 38vw;
    margin: 0 auto;
    background: #fff;
}
header {
    font-size: 1.6vw;
    padding: 1vw;
    letter-spacing: 3px;
}

section.main_visual_section p {
    top: 14.7vw;
    font-size: 2vw;
    width: 90%;
}
section.seach_result_section.one li.each_shop_date .pv {
    margin: 0;
}
section.search_section {
    padding: 2vw 3vw;
}section.search_section .serach_detail {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9vw;
}section.search_section .search_area, section.search_section .search_category {
    padding: 1.4vw;
    font-size: 1.1vw;
    margin-bottom: 1vw;
}section.search_section i {
    margin-right: 0.6vw;
}section.search_section button {
    padding: 1vw;
    font-size: 1.3vw;
    margin-bottom: 0.7vw;
}section.seach_result_section {
    padding: 1vw;
}section.seach_result_section li.each_shop_date {
    width: 100%;
    margin-bottom: 2vw;
           padding: 1vw !important;
}article.cast_profile_info {
    font-size: 1.1vw;
    padding: 0.7vw;
}article.cast_profile_info threesize {
            font-size: 0.8vw;
    margin: 0.5vw 0;
}section.seach_result_section .each_shop_date .girl_list ul li {
    height: auto;        padding: 0.2vw;
}article.cast_profile_info category {
    font-size: 0.9vw;
}section.seach_result_section .girl_list {
    margin-bottom: 1vw;
}section.seach_result_section .each_shop_date .shop_comment {
    font-size: 1.3vw;
    padding-bottom: 2vw;
}section.seach_result_section li.each_shop_date dl.each_shop_info {
    padding: 1.3vw 1.3vw;
}.each_shop_info .each_shop_name {
    margin-bottom: 1vw;
}.each_shop_info .each_shop_name main {
    font-size: 2vw;
    margin-bottom: 0.7vw;
}.each_shop_info .each_shop_name sub {
    font-size: 1.5vw;
       line-height: 1;

}.each_shop_info .each_shop_detail p {
    font-size: 1.3vw;
}.each_shop_info .each_shop_detail i {
    margin-right: 1vw;
}nav {
    width: 38.1vw;
    margin: 1vw auto 0;
}nav ul {
    gap: 0.4vw;
}nav ul li {
    background: #ccc;
    color: #000;
    font-size: 1vw;
    padding: 1.4vw 0;
}nav ul li.active {
    background: #fff;
}section.seach_result_section.one {
    padding: 1vw;
    background: #fff;
}section.seach_result_section.one h2 {
    font-size: 1.7vw;
    padding: 0.4vw 1vw;
    margin-bottom: 1vw;
}    .gmap_iframe {
        margin: 0 auto;
        height: 19vw;
        width: 31.9vw;
        display: block;
    }section.seach_result_section .profile_shop_info, section.seach_result_section.one .price, section.seach_result_section.one .hotel_map, section.seach_result_section.one .faq, section.seach_result_section.one .girl_list {
    margin-bottom: 2vw;
}section.seach_result_section li.each_shop_date .price dl {
    padding: 0 1vw;
    margin-bottom: 1.4vw;
}section.seach_result_section li.each_shop_date .price dt {
    font-size: 1.8vw;
    margin-bottom: 1vw;
}section.seach_result_section.one li.each_shop_date .price dd {
    padding: 1vw;
    font-size: 1.4vw;
}.other_page_link_btn .button {
    font-size: 1.2vw;
    padding: 1vw 0;
}section.seach_result_section.one .faq sub {
    line-height: 0;
    font-size: 1.5vw;
    margin-bottom: 2vw;
}.caution_block.notranslate {
    font-size: 1.3vw;
}.caution_mein {
    padding: 0.3vw 2vw 0.8vw;
}
.caution_head {
    padding: 1vw 1vw;
    font-size: 1.8vw;
}.caution_ddst {
    padding: 0 1.1vw;
    font-size: 1.4vw;
}.caution_sub {
    font-size: 1.4vw;
    padding: 0 1.3vw;
}dl.caution_ddst dd {
    font-size: 1.4vw;
}iframe.gmap_shop_iframe {
    margin-top: 1vw;
    height: 20vw;
}section.seach_result_section .each_shop_date .each_shop_mv{
    margin-bottom: 1vw;
}
/* cast_list */
section.seach_result_section .girl_list article.cast_profile_info name span {
    font-size: 1.6vw;
}
    .girl-mode .girl_list ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

/* schedule */
section.seach_result_section.girl-mode ul li .weeks {
    margin: 0;
    margin-bottom: 2vw;
}
section.seach_result_section.girl-mode ul li .weeks ol li {
        font-size: 1.2vw;
        padding: 0.5vw !important;
    }

/* profile */
section#profile_area {
    margin-bottom: 0;
}
section#profile_area .pr_name {
    padding: 1vw;
    font-size: 1.9vw;
}section#profile_area .profile_content {
    padding-top: 0;
}    section#profile_area .profile_content .pr_info {
        margin: 0;
        line-height: 1.6;
        padding: 1vw 0 1.6vw;
}section#profile_area .profile_content .pr_info name {
    font-size: 2.7vw;
}section#profile_area .profile_content .pr_info threesize {
    font-size: 1.5vw;
}section#profile_area .profile_content .pr_schedule {
    margin-bottom: 2vw;
}section#profile_area .profile_content .pr_schedule dl dt {
    font-size: 1.5vw;
    padding: 1vw;
}section#profile_area .profile_content .pr_schedule dl dd {
    font-size: 1.5vw;
    padding: 1vw;
}#profile_area .each_shop_info {
    padding: 1vw 1.7vw;
}section.seach_result_section.one div#notion {
    margin: 1vw 1vw 3vw 1vw;
    font-size: 1.1vw;
    padding: 1vw;
}section.seach_result_section.one .transportation ul {
    padding: 1vw;
}section.seach_result_section.one .transportation ul li {
    margin-bottom: 1vw;
}section.seach_result_section.one .transportation ul li dl {
        display: flex;
        font-size: 1.2vw;
        align-items: center;
        background: #ebebeb;
}section.seach_result_section.one .transportation ul li dt {
  background: none;
        border: none;
        width: 10.6vw;
}section.seach_result_section.one div#twitter_btn {
    font-size: 1.8vw;
    padding: 1vw 0;
    margin-bottom: 3vw;
}    section.seach_result_section.one .transportation ul li dd {
        padding: 2.3vw;
        line-height: 1.6;
        background: #fff;
    }
section.seach_result_section.one .transportation {
    margin-bottom: 0;
}section.seach_result_section .search_title_section {
    width: 100%;
    font-size: 1.3vw;
    padding: 1vw 0;
    margin-bottom: 1vw;
}
/* footer */
div#return_top{
    display: none!important;
}
.stickey_footer {
    background: rgba(0, 0, 0, 0.5);
    padding: 0.5vw 30.6vw;
    width: 100%;
    bottom: 0;
}
.stickey_footer ul li {
        font-size: 1.3vw;
        padding: 0.6vw;
        cursor: pointer;
    }#snsModal p {
    padding: 1vw;
    font-size: 1.2vw;
}.stickey_footer ul li i {
    margin-right: 1.3vw;
}.stickey_footer ul li.WhatsApp {
    font-size: 1.1vw;
}
}
