/*!
Template:rishun
Theme Name: rishun_child
Theme URI: https://rishuntrading.co.jp
Description: Rishun is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: RishunTrading Limited.
Author URI: https://rishuntrading.co.jp
Version: 1.0.0
Requires at least: 1.0
Tested up to: 1.0.0
Requires PHP: 5.6.0
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Rishun WordPress theme, Copyright (C) 2022 RishunTrading Limited.
Rishun WordPress theme is licensed under the GPL.
Update Author:RishunTrading Limited
Update Author URI:https://rishuntrading.co.jp/
Version:1.0.0
*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Pacifico&family=Zen+Maru+Gothic&display=swap');
/************************************************************/
:root{
    --noto:"Noto Sans JP", sans-serif;
    --zen-maru:"Zen Maru Gothic", sans-serif;
    --pacifico:"Pacifico", cursive;
    --signout-bk-btn-color:#172439;
    --font-color:#172439;
    --dark-color:#2e4872;
    --hv-bk-color:#344665;
    --signup: linear-gradient(0deg, #172439 0%, #2e4872 100%);
    --linear-gradient1:linear-gradient(30deg, #cc9726 20%, #f7b72e 80%);
    --ladylist:linear-gradient(0deg, #cc9726 0%, #f7b72e 100%);
    --reserve-btn-color:#2e4872;
    --reserve-btn-hv-color:#5272a4;
}
/*==========================================================*/
/* defalt define											*/
/*==========================================================*/
body, p{
    font-size:17px;
    font-family:var(--noto);
    color:var(--font-color);
    font-weight:400;
}
body a{
    font-family:var(--noto);
    font-weight:400;
}
body a:hover{
    font-family:var(--noto);
}
.nodata{
    color:#ff0000;
}
img{
    width:100%;
    height:auto;
}
.entry-body img{
    display:unset;
    width:auto;
    height: auto;
    max-width: 100%;
}
@media print {
    #mobile-menu {
        display: none !important;
    }
}
/*==========================================================*/
/* Rishun Member Customize  								*/
/*==========================================================*/
.modal-login{
    background:rgba(0, 0, 0, 0.4);
}
.modal-login-box{
    min-height:unset;
    height:100vh;
    position:static;
    transform:translateY(100%);
    border-radius:0;
    margin-right:0;
    background:#fff;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    padding-top:100px;
}
.modal-login-box.active{
    animation: login_anime 200ms ease-in 0s forwards;
}
@keyframes login_anime{
    0%{
        transform:translate(100%);
    }
    100%{
        transform:translate(0);
    }
}
.modal-login-box>div{
    width:calc(100% - 40px);
    position:relative;
    margin:0 auto;
}
.modal-login-wrap{
    border:none;
    border-radius:0;
}
.login-close-btn{
    width:100%;
}
.modal-login-wrap>h2{
    color:var(--font-color);
    background:transparent;
    justify-content:flex-start;
    margin-bottom:20px;
    font-size:16px;
}
.modal-login-wrap form{
    padding:0;
}
.modal-login-wrap .form-item>input[type='text']{
    outline:none;
    border-bottom:solid 1px var(--font-color);
}
.modal-login-wrap .form-item>input[type='password']{
    outline:none;
    border-bottom:solid 1px var(--font-color);
}
.modal-login-wrap .form-item>label{
    font-size:14px;
}
.modal-login-wrap form input[type='submit']{
    font-family:var(--noto);
    width:100%;
    background:#fff;
    border:solid 1px var(--font-color);
    color:var(--font-color);
    font-weight:400;
    text-shadow:none;
    border-radius:0;
    margin-top:60px;
}
.modal-login-wrap form input[type='submit']:hover{
    transform:none;
    background:var(--font-color);
    color:#fff;
}
#login-msg{
    padding-bottom:20px;
}
.login-modal-msg{
    font-size:14px;
    margin:0;
    padding:0;
    border:none;
    margin-bottom:20px;
}
@media(min-height:668px){
    .modal-login-box{
        align-items:center;
        padding-top:0;
    }
}
@media(min-width:768px){
    .modal-login-box>div{
        width:calc(100% - 80px);
        position:relative;
        margin:0 auto;
    }
}
/*==========================================================*/
/* header        											*/
/*==========================================================*/
.ptnB .site-header-inner{
    justify-content:flex-start;
}
.logo-ttl{
    font-family:var(--pacifico);
    letter-spacing:2px;
    font-size:32px;
}
.jp-ttl{
    font-size:12px;
    margin-left:10px;
}
.site-header-wrap{
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height: var(--ptnB-sp-header-height);
    background:var(--header-bk-color);
    z-index:1950;
}
/*==========================================================*/
/* mobile        											*/
/*==========================================================*/
.mobile-fixed-btn{
    position:fixed;
    top:0;
    right:0;
    z-index:2000;
    display:flex;
    flex-flow:row wrap;
    caret-color:transparent;
}
/* Sign In */
.mb_sign_in{
    display:flex;
    justify-content:center;
    align-items:center;
    width: var(--ptnB-sp-header-height);
    height: var(--ptnB-sp-header-height);
    background: #333;
    pointer-events: auto;
    cursor: pointer;
    color:#fff;
    transition:all 0.3s;
}
.mb_sign_in .menu_name{
    padding:0;
}
.mb_sign_in img{
    display:table;
    width:30px;
    height:30px;
    object-fit:contain;
    object-position:center center;
    margin:0 auto 4px auto;
}
.mb_sign_in small{
    display:block;
    font-weight:500;
    white-space:nowrap;
    font-size:12px;
    text-align:center;
    font-family: var(--zen-maru);
    letter-spacing: -2px;
}
.mb_sign_in:hover{
    opacity:0.8s;
}
/* sign out */
.square-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    width: var(--ptnB-sp-header-height);
    height: var(--ptnB-sp-header-height);
    background: var(--signout-bk-btn-color);
    pointer-events: auto;
    cursor: pointer;
    color:#fff;
    transition:all 0.3s;
}
.square-btn .menu_name{
    padding:0;
    padding-top:4px;
}
.square-btn i, .square-btn svg{
    display:block;
    text-align:center;
    margin-bottom:4px;
    font-size:18px;
}
.square-btn small{
    display:block;
    font-weight:500;
    white-space:nowrap;
    font-size:12px;
    text-align:center;
    font-family: var(--zen-maru);
    letter-spacing: -2px;
}
.square-btn:hover{
    color:#fff;
    opacity:0.8;
}
.mobile-navi-btn>span{
    position: absolute;
    background: #fff;
    height: 2px;
    width: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s;
}
.mobile-navi-btn span:first-of-type{
    top:30%;
}
.mobile-navi-btn span:nth-of-type(2){
    top:50%;
}
.mobile-navi-btn span:last-of-type{
    top:70%;
}
.mobile-navi-btn.right{
    width:var(--ptnB-sp-header-height);
    height:var(--ptnB-sp-header-height);
    top:0;
    right:0;
    background:var(--burger-bkcolor);
    position:relative;
    transition:all 0.5s;
}
.mobile-navi-btn.mobile-navi-open span:nth-child(1){
    top: 32%;
    left: calc(50% - 4px);
    transform: rotate(-45deg) translate(-50%,-50%);
}
.mobile-navi-btn.mobile-navi-open span:nth-of-type(2){
    opacity:0;
}
.mobile-navi-btn.mobile-navi-open span:last-of-type{
    top: 68%;
    left: calc(50% - 6px);
    transform: rotate(45deg) translate(-50%,-50%);
}
.mobile-navi-btn:hover{
    filter:brightness(1.2);
}
.scrolled .mobile-navi-btn.right{
    position:relative;
}
.site-mobile-nav>div{
    margin:0;
    border:0;
}
/* mobile menu */
.mobile-menu-slide{
    width:300px;
    right:-100%;
    left:auto;
    transition:right 0.5s ease-in;
}
.mobile-menu-slide.mobile-menu-open{
    left:auto;
    right:0;
}
.site-mobile-menu>li>a{
    font-weight:500;
    letter-spacing:1px;
}
.site-mobile-menu>li>a .menu_name{
    padding:0;
}
.site-mobile-menu>li{
    margin-bottom:12px;
    padding-bottom:12px;
}
.no-scroll{
    position:relative;
    height:100vh;
    overflow-y: hidden;
}
.no-scroll:before{
    content:'';
    width:100vw;
    height:100vh;
    position:fixed;
    top:0;
    left:0;
    z-index:1000;
    background:rgba(0, 0, 0, 0.4);
}
/* register btn */
.signup-mv-menu>a{
    width:100%;
    max-width:300px;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:var(--signup);
    font-weight:700;
    color:#fff;
    position:relative;
    transition:all 0.3s;
    margin:0 auto;
}
.signup-mv-menu>a:before{
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    animation: shine 5s linear infinite;
    pointer-events:none;
}
/* ladylist btn */
.ladylist-mv-menu>a{
    width:100%;
    max-width:300px;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:var(--ladylist);
    font-weight:700;
    color:#fff;
    position:relative;
    transition:all 0.3s;
    margin:0 auto;
}
.ladylist-mv-menu>a:before{
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    animation: shine 5s linear infinite;
    pointer-events:none;
}
@keyframes shine {
    0%{ left: -75%; }
    10% { left: 125%; }
    100% { left: 150%; }
}
.signup-mv-menu>a i, .signup-mv-menu>a svg{
    position:absolute;
    top:50%;
    right:30px;
    transform:translateY(-50%);
    transition:all 0.3s;
}
.signup-mv-menu>a:hover{
    color:#fff;
    filter:brightness(1.2);
}
.signup-mv-menu>a:hover i, .signup-mv-menu>a:hover svg{
    right:10px;
}
.ladylist-mv-menu>a i, .ladylist-mv-menu>a svg{
    position:absolute;
    top:50%;
    right:30px;
    transform:translateY(-50%);
    transition:all 0.3s;
}
.ladylist-mv-menu>a:hover{
    color:#fff;
    filter:brightness(1.1);
}
.ladylist-mv-menu>a:hover i, .ladylist-mv-menu>a:hover svg{
    right:10px;
}
@media(min-width:992px){
    .mobile-fixed-btn{
        display:none;
    }
    .site-header-menu .ladylist-mv-menu{
        width:150px;
    }
    .site-header-menu .ladylist-mv-menu>a{
        width: 150px;
        font-size: 14px;
        height: 40px;
        border-radius: 20px;
    }
    .site-header-menu .ladylist-mv-menu>a i{
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        transition: all 0.3s;
    }
    .site-header-menu .ladylist-mv-menu>a:hover i{
        right:5px;
    }
    .site-header-menu>li>a.logout-proc{
        font-weight:400;
        font-size:16px;
    }
}
/*==========================================================*/
/* global menu     											*/
/*==========================================================*/
.site-header-menu>li{
    margin-right:10px;
}
.site-header-menu>li>a{
    font-size:17px;
    font-family:var(--noto);
    font-weight:500;
}
.signup-mv-menu.signup-gl-menu a{
    width:150px;
    font-size:14px;
    height:40px;
    border-radius:20px;
}
.signup-mv-menu.signup-gl-menu>a i, .signup-mv-menu.signup-gl-menu>a svg{
    right:10px;
}
.signup-mv-menu.signup-gl-menu>a:hover i, .signup-mv-menu.signup-gl-menu>a:hover svg{
    right:5px;
}
/* login / logout */
.pc-member-btn .rishun-mem_login-menu{
    width:fit-content;
    position:relative;
    padding:10px;
}
.pc-member-btn .rishun-mem_login-menu:before{
    content: '';
    width: 0;
    height: 2px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
    border-radius: 30%;
    background: var(--bar-gradient2);    
}
.pc-member-btn .menu_name{
    padding:0;
    font-weight:500;
}
.pc-member-btn .rishun-mem_login-menu:hover:before{
    width:100%;
}
.pc-member-btn .rishun-mem_login-menu i, .pc-member-btn .rishun-mem_login-menu svg{
    margin-left:10px;
}
.pc-member-btn .rishun-mem_login-menu:hover{
    opacity:1;
}
.pc-member-btn .logout-proc i.fa-sign-out-alt{
    margin-right:5px;
}
.pc-member-btn .logout-proc i.fa-angle-right{
    margin-left:5px;
}
/*==========================================================*/
/* page header     											*/
/*==========================================================*/
.page-header{
    display:none;
}
/*==========================================================*/
/* home-sec     											*/
/*==========================================================*/
.home-sec{
    padding:0;
}
.topslide-wrap{
    width:100%;
}
.topslide-wrap img{
    width:100%;
    aspect-ratio:2/3;
    object-fit:cover;
}
@media(min-width:768px){
    .topslide-wrap img{
        width:100%;
        aspect-ratio:1/1;
        object-fit:cover;
    }
}
@media(min-width:992px){
    .topslide-wrap{
        width:100%;
        height:calc(100vh - var(--ptnB-pc-header-height) - 100px);
    }
    .topslide-wrap img{
        width:100%;
        height:100%;
        aspect-ratio:unset;
        object-fit:cover;
    }
}
/*==========================================================*/
/* sign up page    											*/
/*==========================================================*/
.form-body>p{
    font-size:14px;
    margin-bottom:10px;
    font-weight:400;
}
.dl-registerform{
    width:100%;
    border:0;
}
.form-body .dl-registerform:last-of-type{
    margin-bottom:40px;
}
.dl-registerform>dt{
    font-size:14px;
    font-weight:400;
    background:transparent;
    border:0;
    padding:0;
    min-height:40px;
}
.dl-registerform>dd{
    background:transparent;
    border:0;
    padding:0;
    justify-content:space-between;
    min-height:40px;
}
.dl-registerform label[for='last_name']{
    padding:0;
    width:48%;
}
.dl-registerform label[for='first_name']{
    padding:0;
    width:48%;
}
.dl-registerform label[for='last_name'] span{
    text-align:left;
    font-size:14px;
    width:25px;
}
.dl-registerform label[for='first_name'] span{
    text-align:left;
    font-size:14px;
    width:25px;
}
.dl-registerform input[type='text']{
    outline:none;
    border-bottom:solid 1px var(--font-color);
}
.dl-registerform input[type='text']:focus{
    outline:none;
    border-bottom:solid 1.5px var(--font-color);
}
.dl-registerform label[for='last_name_kana']{
    padding:0;
    width:48%;
}
.dl-registerform label[for='first_name_kana']{
    padding:0;
    width:48%;
}
.dl-registerform label[for='last_name_kana'] span{
    text-align:left;
    font-size:14px;
    width:25px;
}
.dl-registerform label[for='first_name_kana'] span{
    text-align:left;
    font-size:14px;
    width:25px;
}
.dl-registerform input[type='email']{
    outline:none;
    border-bottom:solid 1px var(--font-color);
}
.dl-registerform input[type='email']:focus{
    outline:none;
    border-bottom:solid 1.5px var(--font-color);
}
.dl-registerform input[type='password']{
    outline:none;
    border-bottom:solid 1px var(--font-color);
}
.dl-registerform input[type='password']:focus{
    outline:none;
    border-bottom:solid 1.5px var(--font-color);
}
label[for='privacypolicy']>span{
    font-size:14px;
}
label[for='privacypolicy'] input{
    width:20px;
    height:20px;
}
.register-sec .contains-wrap{
    max-width:680px;
    margin:0 auto;
}
.submit-btn input[type='submit']{
    border-radius:0;
    border:solid 1px var(--font-color);
    color:var(--font-color);
    font-weight:400;
    background:#fff;
    width:100%;
    max-width:680px;
}
.submit-btn input[type='submit']:hover{
    background:var(--font-color);
    color:#fff;
}
.return-btn>a{
    border-radius:0;
    font-weight:400;
    width:100%;
    max-width:680px;
}
.rishun-mem-btn{
    justify-content:space-between;
}
@media(min-width:768px){
    .dl-registerform{
        margin-bottom:40px;
    }
    .form-body .dl-registerform:last-of-type{
        border-bottom:0;
    }
    .dl-registerform>dt{
        width:100%;
    }
    .dl-registerform>dd{
        width:100%;
    }
    .rishun-mem-btn .return-btn{
        width:49%;
    }
    .rishun-mem-btn .submit-btn{
        width:49%;
    }
}
/*==========================================================*/
/* archive lady    											*/
/*==========================================================*/
.lady-sec{
    position:relative;
}
.type-wrap{
    width:100%;
}
.ul-lady-type{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-flow:row wrap;
    margin-bottom:1em;
}
.ul-lady-type li{
    width:fit-content;
    margin-bottom:10px;
    margin-right:5px;
}
.ul-lady-type li a{
    font-size:14px;
    padding:0.5em 1em;
    line-height:1;
    color:var(--dark-color);;
    border:solid 1px var(--dark-color);
    transition:all 0.5s;
}
.ul-lady-type li a.current{
    background:var(--font-color);
    color:#fff;
    pointer-events: none;
}
.ul-lady-type li a:hover{
    background:var(--dark-color);
    color:#fff;
}
.ul-ladylist{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-flow:row wrap;
}
.ul-ladylist>li{
    width:50%;
    margin-bottom:20px;
}
.ul-ladylist>li:nth-of-type(2n+1){
    padding-right:4px;
}
.ul-ladylist>li:nth-of-type(2n){
    padding-left:4px;
}
.ul-ladylist>li .box{
    width:100%;
    position:relative;
    box-shadow:0 0 5px rgba(0,0,0,0.2);
}
.ul-ladylist>li .box .pict{
    position:relative;
}
.ul-ladylist>li .box .pict img{
    width:100%;
    aspect-ratio:4/5;
    object-fit:cover;
}
.ul-ladylist>li .cat{
    position:absolute;
    bottom:0;
    right:0;
}
.ul-ladytypelist{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-flow:row wrap;
}
.ul-ladytypelist>li{
    font-size:12px;
    line-height:1;
    padding:0.5em 1em;
    color:#fff;
    background:var(--dark-color);
}
.ul-ladytypelist>li.ul-vvip{
    background:var(--linear-gradient1);
}
.info-new{
    font-size:12px;
    padding:0.5em 1em;
    border-radius:0;
    top:0;
    left:0;
}
.ul-ladylist>li .box .desc{
    padding:5px;
}
.ul-ladylist>li .box .desc h3.name{
    font-size:14px;
    font-weight:700;
}
.ul-ladylist>li .box .desc .ttl{
    min-height:70px;
}
.ul-ladylist>li .box .desc .ttl p{
    font-size:14px;
}
.ul-ladylist>li .box .desc .fee{
    margin:0.5em 0;
}
.ul-ladylist>li .box .desc .fee p{
    text-align:center;
}
.reserve-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:30px;
    color:#fff;
    background:var(--font-color);
    border-radius:5px;
    transition:all 0.5s;
}
.reserve-btn:hover{
    background:var(--hv-bk-color);
    color:#fff;
}
.reserve-wrap{
    display:none;
    width:100vw;
    height:100vh;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
    z-index:2100;
}
.reserve-wrap.active{
    display:block;
}
.reserve-data{
    position:absolute;
    width:80%;
    height:60%;
    margin-left:auto;
    margin-right:auto;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
.reserve-data>.wrap{
    width:100%;
    height:100%;
    position:relative;
    overflow-y:auto;
    background:#fff;
    padding:10px;
    border-radius:5px;
}
.reserve-close{
    display:flex;
    width:40px;
    height:40px;
    align-items: center;
    justify-content:center;
    font-size:24px;
    color:#fff;
    pointer-events:auto;
    cursor: pointer;
    transition:all 0.5s;
}
.reserve-close:hover{
    transform:scale(1.1);
}
.dl-reserve{
    width:100%;
}
.dl-reserve dt{
    width:100%;
    margin-bottom:20px;
}
.dl-reserve dt .pict{
    position:relative;
    margin-bottom:10px;
}
.dl-reserve dt .pict>img{
    width:100%;
    aspect-ratio:4/5;
    object-fit:cover;
}
.dl-reserve dt .pict #ladytype{
    font-size:14px;
    background:var(--dark-color);
    color:#fff;
    position:absolute;
    bottom:0;
    left:0;
    padding:0.5em 1em;
    line-height:1;
}
.dl-reserve dt .pict #ladytype.ul-vvip{
    background:var(--linear-gradient1);
}
.dl-reserve dt .desc{
    font-weight:400;
}
.dl-reserve dt .desc #ladyname{
    font-size:16px;
}
.dl-reserve dt .desc #ladyttl{
    font-size:16px;
    margin-bottom:10px;
}
.dl-reserve dt .desc #ladyfee{
    font-size:18px;
    text-align:center;
}
.reserve-date{
    width:100%;
    background:#f0f0f0;
    padding:10px;
    border-radius:5px;
}
.reserve-date>p{
    font-size:14px;
    margin-bottom:20px;
}
.reserve-date .wrap{
    display:flex;
    flex-flow:row wrap;
    width:100%;
    margin-top:10px;
}
.reserve-date .wrap label{
    width:100px;
}
.reserve-date .wrap input{
    width:calc(100% - 100px);
    border-radius:0;
    border:0;
    outline:0;
    border-bottom:solid 1px var(--font-color);
    padding:5px 10px;
    line-height:1;
    font-size:16px;
    font-family:var(--noto);
    font-weight:400;
}
.reserve-date .wrap input::placeholder{
    font-family:var(--noto);
    font-weight:400;
}
.reserve-date .wrap textarea{
    width:calc(100% - 100px);
    font-size:16px;
    font-family:var(--noto);
    font-weight:400;
    padding:5px 10px;
}
.reserve-date .wrap textarea::placeholder{
    font-family:var(--noto);
    font-weight:400;
}
.reserve-date .wrap select{
    width:calc(100% - 100px);
    padding:5px 10px;
    line-height:1;
    font-size:16px;
    font-family:var(--noto);
    font-weight:400;
}
.input_send_btn{
    margin-top:20px;
    width:100%;
    height:45px;
    background:var(--reserve-btn-color);
    color:#fff;
    display:flex;
    justify-content: center;
    align-items:center;
    transition:all 0.5s;
    position:relative;
}
.input_send_btn i{
    position:absolute;
    top:50%;
    right:15px;
    transform:translateY(-50%);
    transition:all 0.5s;
}
.input_send_btn:hover{
    background:var(--reserve-btn-hv-color);
    color:#fff;
}
.input_send_btn:hover i{
    right:5px;
}
.input_send_btn.is-disabled{
  pointer-events: none;
  cursor: not-allowed;
  opacity: .6;
}
/* after send btn */
.push_bt{
    padding:10px;
    margin-top:10px;
    border:solid #aaa 1px;
    border-radius:10px;
    background:#fff;
}
.error_wrap{
    border-color:#ff0000;
}
.success_wrap{
    border-color:#00ff00;
}
.reserve_error{
    color:#ff0000;
}
@media(min-width:768px){
    .ul-ladylist>li{
        width:33.333%;
        margin-bottom:20px;
    }
    .ul-ladylist>li:nth-of-type(2n+1){
        padding-right:0;
    }
    .ul-ladylist>li:nth-of-type(2n){
        padding-left:0;
    }
    .ul-ladylist>li:nth-of-type(3n+1){
        padding-right:4px;
    }
    .ul-ladylist>li:nth-of-type(3n+2){
        padding:0 2px;
    }
    .ul-ladylist>li:nth-of-type(3n){
        padding-left:4px;
    }
    /* popup dialog */
    .reserve-data{
        width:50%;
        max-width:500px;
    }
    .reserve-data>.wrap{
        padding:20px;
    }
}
@media(min-width:992px){
    .ul-ladylist>li:nth-of-type(3n+1){
        padding-right:1em;
    }
    .ul-ladylist>li:nth-of-type(3n+2){
        padding:0 0.5em;
    }
    .ul-ladylist>li:nth-of-type(3n){
        padding-left:1em;
    }
    .ul-ladytypelist>li{
        font-size:14px;
    }
    .info-new{
        font-size:14px;
    }
    .ul-ladylist>li .box .desc h3.name{
        font-size:16px;
    }
    .ul-ladylist>li .box .desc .ttl p{
        font-size:16px;
    }
    .ul-ladylist>li .box .desc .fee p{
        font-size:18px;
    }
    .reserve-btn{
        font-size:18px;
        height:40px;
    }
}
/*==========================================================*/
/* line integration button  								*/
/*==========================================================*/
.line-conf-wrap{
    width:100%;
}
.site-mobile-nav>div.line-conf-wrap{
    padding:0;
}
.line_conf_btn{
    border:0;
    margin:0;
    padding:0;
    background:transparent;
    font-size:32px;
    width:50px;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right:0;
    margin-left:auto;
    transition:all 0.5s;
    color:#888;
    --speed: 20s;
}
.line_conf_btn:hover{
    filter:brightness(1.1);
    transform:scale(1.1);
}
.line-conf-popup{
    display:none;
    width:100vw;
    height:100vh;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
    z-index:2200;
}
.line-conf-popup.active{
    display:block;
    z-index:2200;
}
.line-conf-popup-dlg{
    width:80%;
    max-width:450px;
    height:550px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
.line-conf-popup-close{
    color:#fff;
    font-size:40px;
    cursor:pointer;
    pointer-events: auto;
    transition:all 0.5s;
    width:50px;
    height:50px;
    display:flex;
    justify-content: center;
    align-items:center;
    margin-left:auto;
    margin-right:0;
}
.line-conf-popup-close:hover{
    transform:scale(1.1);
}
.line-conf-popup-dlg .inner{
    background:#fff;
    padding:10px;
    height:calc(100% - 50px);
    border-radius:5px;
}
.line-conf-popup-dlg .inner h2{
    font-size:24px;
    margin-bottom:20px;
    font-weight:700;
    text-align:center;
}
.line-conf-popup-dlg .inner p{
    font-size:14px;
    text-align:justify;
}
.numtype{
    padding-left:20px;
    position:relative;
}
.numtype span{
    position:absolute;
    left:0;
    top:0;
}
.line-conf-popup-dlg .inner .linelink{
    width:200px;
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:20px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    padding-left:20px;
    transition:all 0.5s;
}
.line-conf-popup-dlg .inner .linelink i{
    font-size:24px;
    position:absolute;
    left:30px;
    top:50%;
    transform:translateY(-50%);
}
.line-conf-popup-dlg .inner .linelink:hover{
    color:#fff;
    transform:scale(1.1);
    filter:brightness(1.1);
}
#onetime_label{
    text-align:center;
}
#generate_onetime_cd{
    width:100px;
    height:40px;
    display:flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    transition:all 0.5s;
    box-shadow:3px 3px 3px rgba(0,0,0,0.4);
    font-size:16px;
}
#generate_onetime_cd:hover{
    transform:translate3d(2px,2px,2px);
    box-shadow:none;
}
.dl-onetime-cd dd{
    margin:0;
}
.dl-onetime-cd dd.display_code{
    display:flex;
    justify-content:center;
    align-items:center;
}
.dl-onetime-cd code{
    font-size:24px;
    text-align:center;
    background:#f0f0f0;
}
@media(min-width:768px){
    .line-conf-popup-dlg{
        max-width:500px;
    }
    .line-conf-popup-dlg .inner h2{
        font-size:32px;
    }
    .line-conf-popup-dlg .inner p{
        font-size:16px;
    }
    .line-conf-popup-dlg .inner .linelink{
        width:250px;
        font-size:16px;
        height:45px;
        border-radius:23px;
    }
    .line-conf-popup-dlg .inner .linelink i{
        font-size:32px;
    }
}