html {
    font-size: 16px;
}

body {
    background-color: #fff;
    color: #000;
    overflow-x: hidden;
    padding-top: .5rem;
}

.font-sm {
    font-size: .75rem !important;
}

.font-nm {
    font-size: 1rem !important;
}

.font-lg {
    font-size: 1.25rem !important;
}

.background-25 {
    background-color: rgba(241, 196, 15, .25)
}

.mobile-only {
    display: none;
}

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

    /* 640px以下*/
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding: 0 8px;
    }

    .row {
        margin-right: -8px;
        margin-left: -8px;
    }

    body {
        margin-bottom: 6.25rem;
    }

    #clm-header {
        min-height: 101px;
    }

    .mobile-only {
        display: block;
    }

    .pc-only {
        display: none;
    }
}

/*h1{
    font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-display: swap;
}*/
.logo-box div {
    font-size: .75rem;
    line-height: .75rem
}

.page-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.page-title span {
    display: block;
    font-size: 1rem;
    color: #8d7209;
    font-weight: normal;
}

a {
    color: #000
        /*#2c3e50*/
    ;
    transition: .1s;
}

a:hover,
button:hover {
    text-decoration: none;
    color: #f1c40f;
}

a:active,
button:active {
    color: #f1c40f;
}

a:visited,
button:visited {
    color: #000
        /*#5A5850*/
    ;
}

/*a.ul{
    text-decoration: underline!important;
}*/
.page-title {
    border-left: 8px solid #f1c40f;
    padding: 18px;
}

textarea.form-control {
    width: 100%;
    height: 10rem;
}

p {
    margin-bottom: 1rem;
}

dd {
    margin-bottom: 1em;
    margin-left: 0;
}

#clm-footer {
    margin-top: 3rem;
    /*background-color: #eee;*/
    padding: .5rem;
    text-align: center;
    font-size: .75rem;
    border-top: 1px solid #000;
}

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

    /* 640px以下*/
    .page-title {
        padding: 8px 16px !important;
    }

    /*#clm-footer{
        display:none;
    }*/
}

.form-check-label {
    padding-left: 4px;
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 1.75rem;
        max-width: 100%;
    }
}

.page-up-arrow {
    z-index: 250;
    position: fixed;
    right: 0rem;
    bottom: 7rem;
    opacity: .2;
    font-size: 5em;
    color: #f1c40f;
    transition: .25s;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
}

.modal-body {
    height: calc(100vh - 15rem);
    overflow-y: auto;
}

/*.alert a{
    text-decoration: underline;
}*/
.confirm-contents {
    padding: 8px;
    margin: 0 0 15px;
    font-size: 13px;
    line-height: 1.72222;
    color: inherit;
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    background-color: #ecf0f1;
}

@media (min-width: 768px) {
    .page-up-arrow {
        bottom: 1rem;
    }
}


/*utility*/
.clm-con {
    display: flex;
}

.size-2rem {
    font-size: 2rem;
}

.size-25rem {
    font-size: 2.5rem;
}

.size-4rem {
    font-size: 4rem;
}

.size-5rem {
    font-size: 5rem;
}

.btn.btn-climax-default {
    background-color: rgba(241, 196, 15, .1);
    border: 1px solid rgba(241, 196, 15, 1.0);
}

.btn.btn-climax-primary {
    background-color: rgba(241, 196, 15, 1.0);
    color: #000
        /*rgba(44, 62, 80,1.0)*/
    ;
}

.has-err {
    border: 2px solid #e67e22;
}

.input-err-msg {
    color: #e67e22;
    font-size: .75rem;
    font-weight: bold;
}

.list-dl dt:before {
    content: '';
    height: .75rem;
    width: .75rem;
    display: inline-block;
    background-color: #f1c40f;
    margin-right: .5rem;
}

.list-dl dt {
    font-size: 1.25rem;
    margin-bottom: .25rem;
}

.list-dl dd {
    color: #000
        /*#2c3e50*/
    ;
}

.list-dl dd {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.step-section {
    margin-bottom: 2rem;
}

.step-section h4 span.text {
    font-size: 1.25rem;
    font-style: italic;
    background: linear-gradient(transparent 70%, rgba(241, 196, 15, 1) 50%);
}

.step-section h4 .nm {
    font-size: 1.5rem;
}

.step-section p {
    padding-left: 2rem;
}

.step-section .memo {
    color: #000
        /* #2c3e50*/
    ;
}

.clm-dott {
    display: inline-block;
    padding: .25rem;
    background-color: #f1c40f;
    margin-right: 0.5rem;
}

/*nav*/
/*.nav-con{
    padding-bottom: .25rem;
}*/
.nav-con h1 {
    line-height: 1rem;
}

.nav-item-col {
    margin-left: -0.5rem;
}

.nav-title {
    font-size: 1rem;
    border-top: 1px solid #bdc3c7;
    margin-right: -15px;
    margin-left: -15px;
}

.nav-item {
    font-size: .6rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item-span {
    padding-top: .25rem;
    font-size: 1rem;
}

.top-menu-left .nav-item-span {
    font-size: .65rem;
}

.nav-item-span dd {
    margin: 0;
    padding-top: .25rem;
}

a.nav-item,
button.nav-item {
    font-weight: bold;
    background-color: #f1c40f;
    border: 1px solid #5a5e61;
    height: 4rem;
    margin-top: .5rem;
    width: 100%;
}

a.nav-item:hover,
button.nav-item:hover {
    background-color: #f1c40f;
}

a.nav-item span span,
button.nav-item span span {
    display: block;
    font-size: .5rem;
    font-weight: normal;
}

/*.top-menu-left a.nav-item{
    height: 2.5rem;
}*/
.logo-box {
    background-image: url(./logo.webp);
    background-size: auto 4rem;
    background-repeat: no-repeat;
    background-size: auto 7rem;
    height: 9rem;
    display: inline-block;
}

.logo-box .title,
.logo-box .sub-title {
    padding-left: 8rem;
}

.logo-box .title {
    letter-spacing: .25rem;
    margin: .5rem 0;
    font-weight: bold;
    line-height: 2.5rem;
    font-size: 2rem;
}

.logo-box .sub-title {
    letter-spacing: 0
        /*.1rem;*/
}

.logo-box .text {
    margin-top: .5rem;
    display: inline-block;
    letter-spacing: .75rem;
    text-shadow: 0 0 5px #fff;
    font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
    .logo-box {
        background-size: auto 4.5rem;
        height: 4.5rem;
        padding-left: 0
            /*5rem*/
        ;
        background-position: center;
        align-items: end;
        display: flex;
        justify-content: center;
    }

    .logo-box .title,
    .logo-box .sub-title {
        padding-left: 5rem;
    }

    .logo-box .title {
        letter-spacing: 0;
        /*.1rem;*/
        font-size: 1.1rem;
        line-height: 1.5rem;
        margin: 0;
        padding-top: .5rem;
    }

    .nav-con .sub-title {
        font-size: .75rem;
        margin: 0;
    }

    .logo-box .text {
        font-size: 1.25rem;
        letter-spacing: .3rem;
        margin-top: 0.5rem;
        display: inline-block;
        margin-bottom: 0.5rem;
    }

    .nav-con {
        border-bottom: 1px solid #bdc3c7;
    }

    .nav-sub-title {
        align-items: end;
        display: flex;
        padding-left: 0;
    }
}

.nav-item dl {
    margin: 0;
}

.nav-item dt {
    font-weight: normal;
}

.nav-item dd span {
    font-size: 1.25rem;
}

.clm-side-menu {
    position: fixed;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    width: 90vw;
    transition: .25s;
    z-index: 200;
    overflow-y: auto;
}

.view-side-menu .clm-side-menu {
    left: 10%;
}

body.view-side-menu {
    overflow: hidden;
}

body.view-side-menu:before {
    content: '';
    width: 100vw;
    height: calc(100vh + 1rem);
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
    z-index: 150;
    transition: .25s;
    margin-top: -1rem;
}

.clm-side-menu-close {
    font-size: 1.5rem;
    padding: .25rem 1rem;
    background-color: #fff;
    display: inline-block;
    background-color: #f1c40f;
}

.clm-side-menu .list-group-item {
    padding: 0;
}

.clm-side-menu-link {
    padding: .5em;
    display: inline-block;
    width: 100%;
    padding-left: 2rem;
}

.clm-side-menu-link:hover {
    background-color: rgba(241, 196, 15, .25);
}

.clm-side-menu-link span {
    color: #8d7209;
    font-size: .75em;
    display: block;
}

@media screen and (min-width: 768px) {
    .view-side-menu .clm-side-menu {
        left: 50%;
    }

    .clm-side-menu {
        width: 50vw;
    }

    .clm-side-menu-link {
        padding-left: 3rem;
    }
}

/*top*/
/*nav*/
.top-nav-ul {
    list-style: none;
    margin: 2px 0 0;
    padding: 0;
}

.top-nav-ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f1c40f;
    line-height: 1rem;
    transition: .25s;
}

.top-nav-ul li:hover {
    background-color: rgba(241, 196, 15, 0.5);
    ;
    color: #f1c40f;
}

.top-nav-item {
    padding: 8px 0;
    color: #000
        /*#272420*/
    ;
    display: block;
    width: 100%;
}

.top-nav-item-title {
    font-weight: bold;
    font-size: .85rem;
    display: inline-block;
    width: 100%;
}

.top-nav-item-subtitle {
    font-weight: normal;
    color: #000
        /*#38352F*/
    ;
    font-size: .75rem;
}

@media screen and (max-width: 768px) {
    .top-nav-ul {
        position: fixed;
        bottom: 0;
        z-index: 100;
        margin: .5rem 0 0;
    }
}

@media screen and (min-width: 769px) {
    .top-nav-ul li {
        background-color: inherit;
        padding: 2px;
    }

    .top-nav-item {
        background-color: rgba(241, 196, 15, .1);
        border: 1px solid rgba(241, 196, 15, 1.0);
    }

    .nav-item {
        font-size: .85rem;
        height: 3.25rem;
        padding: 8px 0;
    }

    .nav-item-span {
        line-height: inherit;
    }
}

.top-title {
    padding: 2rem 0 .25rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #2c3e50;
    margin-top: 0;
    font-size: 1.25rem;
}

.top-h3 {
    font-size: 1rem;
    font-weight: bold;
}

@media screen and (min-width: 769px) {
    .top-title {
        font-size: 1.5rem;
        margin-top: 2rem;
    }
}

.copyright-box {
    font-size: .5rem;
}

/*boys*/
.top-boys-ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.top-boys-ul li {
    margin-bottom: 1rem;
}

.top-boys-item {
    font-size: 14px;
}

.top-boys-item img {
    width: 100%;
    height: auto;
}

.top-boys-imgbox {
    position: relative;
}

.top-boys-imgbox .name2 {
    position: absolute;
    bottom: 4px;
    right: 8px;
    text-shadow: 0 0 5px #fff;
}

.top-boys-ul a {
    color: #000;
    /*#2c3e50*/
    ;
}

/*option*/
.top-option {
    list-style: none;
}

/*about*/
.top-about-dl {
    margin-top: 1.5rem;
}

.top-about-dl:first-child {
    margin-top: 0;
}

.top-about-dl dt {
    font-size: 1.2rem;
    margin-bottom: .5rem;
}

.top-about-dl dd {
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
}

.top-about-msg {
    display: inline-block;
    width: 100%;
    padding: 1rem;
    letter-spacing: .25rem;
    font-style: italic;
}

.top-about-room {
    width: 100%;
}

.about-msg-note {
    font-size: .75rem;
}

/*.top-about-msg-box{
    padding-top:1rem;
}*/
@media screen and (min-width: 769px) {
    /*.top-about-msg-box{
        padding-top:5rem;
    }*/
}

/*news*/
.top-news-ul {
    list-style: none;
    padding: 0;
}

.top-news-ul dl dt {
    font-weight: normal;
    color: #000
        /*rgba(52, 73, 94,1.0)*/
    ;
}

.top-news-ul a {
    text-decoration: underline;
    color: #8d7209;
}

/*boy detail*/
.boy-main-img {
    width: 100%;
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.boy-sub-img img {
    width: 100%;
    border: 2px solid #f1c40f;
    height: auto;
}

.boy-detail-dl dt,
.boy-detail-dl dd {
    padding: .25rem .75rem;
    vertical-align: top;
    margin-bottom: .5rem;
    width: calc(25% - .2rem);
    display: inline-block;
}

.boy-detail-table {
    border: 2px solid #f1c40f;
    display: inline-block;
}

.boy-detail-table th,
.boy-detail-table td {
    padding: .25rem .75rem;
    border-bottom: 1px solid #f1c40f;
}

.boy-detail-table th {
    border-right: 1px dotted #f1c40f;
    white-space: nowrap;
}

.boy-detail-dl-long {
    border: 2px solid #f1c40f;
    padding: .75rem;
}

.boy-schedule-table dt {
    background-color: rgba(241, 196, 15, .1);
    border-bottom: 2px solid #f1c40f;
}

.boy-schedule-table dt,
.boy-schedule-table dd {
    padding: .5rem;
    text-align: center;
}

@media screen and (min-width: 640px) {
    .boy-main-img {
        height: 500px;
    }

    .boy-sub-img img {
        width: 30%;
    }
}

/*schedule*/
.schedule-date-list {
    position: sticky;
    top: 0;
    z-index: 5;
    box-shadow: 0px 5px 5px -5px #ecf0f1;
}

.schedule-date {
    position: sticky;
    top: 0;
    background-color: #fff;
    padding: 8px;
    z-index: 1;
    width: 100%;
    border-left: 4px solid #f1c40f;
    font-size: 1.25rem;
}

.schedule-date-list table {
    width: 100%;
    padding: .5rem 0;
    background-color: #fff;
}

.schedule-date-list a {
    color: #000;
    display: inline-block;
    background-color: #f1c40f;
    width: 100%;
    font-size: .75rem;
    font-weight: bold;
    padding: .5rem 0;
}

.schedule-date-list a span {
    font-size: .5rem;
    display: block;
    font-weight: normal;
}

.schedule-date-list a:hover,
.schedule-date-list button:hover {
    background-color: #fff;
}

#schedule-boy-list {
    overflow-y: auto;
    position: relative;
}

.flatpickr.flatpickr-input.form-control[readonly] {
    background-color: inherit;
}

textarea {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

textarea:focus {
    color: #000;
    /*#495057*/
    ;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

/*reserved*/
.form-group {
    margin-bottom: 2rem;
}

label {
    margin-bottom: 0;
}

.input-group-text {
    padding-right: .5rem;
    padding-left: .5rem;
}

.sub-text {
    font-size: .75rem;
}

/*system*/
.price-box .table {
    max-width: 600px;
}

/*qa*/
.qa-dl dt::before {
    content: "Q. ";
}

.qa-dl dd::before {
    content: "A. ";
}

.qa-dl dt::before,
.qa-dl dd::before {
    margin-left: -1em;
}

.qa-dl dt,
.qa-dl dd {
    padding-left: 1em;
}

.qa-dl dd {
    margin-bottom: 1.5em;
}

@media screen and (min-width: 640px) {
    .qa-dl dd {
        margin-bottom: 2.5em;
    }
}

/*covid*/
.covid-link {
    color: inherit;
    background-color: rgba(241, 196, 15, 1.0);
    border: 1px solid #2c3e50;
    padding: 4px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.covid-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-catch,
.list-content {
    display: inline-block;
}

.list-catch {
    width: 30%;
}

.list-content {
    width: 70%;
    display: flex;
    align-items: center;
}

.list-img {
    width: 100%;
}

.list-article {
    font-size: .8rem;
}

@media screen and (min-width: 640px) {
    .list-catch img {
        height: 10rem;
        width: auto;
    }

    .list-article {
        font-size: 1rem;
    }
}

/* 当日予約不可 */
/*.yoyaku-container{
    padding: .5rem;
    margin: .75rem 0;
    border: 12px solid rgba(241, 196, 15, 1.0);
    text-align: left;
    background-color: rgba(241, 196, 15, .2);
  }
  .yoyaku-container div{
    display:inline-block;
  }
  .yoyaku-naname{
    font-size:.75rem;
    font-weight: bold;
    margin-top:1rem;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg); 
  }
  .yoyaku-msg{
    width: 100%;
  }
  .yoyaku-msg > div{
    display:flex!important;
    align-items:end;
    font-size:2rem;
    justify-content: center;
    margin-top:-1rem;
  }
  .yoyaku-msg-normal{
    padding-bottom:.25rem;
  }
  .yoyaku-msg-pri{
    padding:1rem .5rem 0.25rem .5rem;
    margin:0 .25rem;
    background-color: rgba(241, 196, 15, 1.0);
    display:flex!important;
    flex-direction:column;
    font-weight: bold;
  }
  .yoyaku-cap{
    font-size:.75rem;
    line-height: .25rem;
  }
  .yoyaku-note{
    font-size:.85rem;
    padding-top:.5rem;
    text-align:center;
    width: 100%;
  }
  
  @media screen and (max-width: 700px) {
    .yoyaku-container{
        border-width:8px;
      }
      .yoyaku-naname{
        margin-top:0;
      }
      .yoyaku-cap{
        font-size:.7rem;
        line-height: .5rem;
        font-weight:normal;
      }
      .yoyaku-msg > div{
        font-size:1rem;
        margin-top:0;
      }
      .yoyaku-msg-pri{
        padding-top:.75rem;
      }
      .yoyaku-note{
        font-size:.5rem;
      }
  }*/
.yoyaku-box {
    margin: .75rem 0;
    border: 4px solid #000;
    padding: .5rem;
    background-color: rgba(241, 196, 15, 1.0);
}

.yoyaku-top {
    display: flex;
}

.yoyaku-kokuchi {
    color: #fff;
    font-size: 1.5rem;
    text-shadow: 1px 1px 2px #000;
}

.yoyaku-msg {
    font-size: .75rem;
}

.yoyaku-title {
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px #fff;
    text-align: center;
}

.yoyaku-title div {
    display: inline-block;
}

.yoyaku-title-catche {
    display: inline-block;
    padding: .5rem;
    border: 1px solid #000;
    background-color: #fff;
    margin: .25rem;
}

.yoyaku-capture {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
}

.yoyaku-capture div {
    display: inline-block
}

@media screen and (max-width: 700px) {
    .yoyaku-kokuchi {
        font-size: 1rem;
    }

    .yoyaku-title {
        font-size: 1.25rem;
    }

    .yoyaku-capture {
        font-size: .75rem;
    }
}