/*SEEC追加 店舗固定ページ
* /single-shops.php
*/
/***************************************************************************************************************************
SP *************************************************************************************************************************/
@media screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    section.shop-plan {
        padding: 72px 0 0;
    }
    section.shop-plan .simplebar-scrollbar::before {
        background: #000;
        opacity: 1;
    }
    section.shop-plan .inner {
        margin: 0 20px;
    }
    section.shop-plan .inner h2 {
        text-align: center;
        margin: 0 0 17px;
    }
    section.shop-plan .inner h2 .txt {
        position: relative;
        font-weight: bold;
        font-size: 22px;
        line-height: 1;
        z-index: 1;
    }
    section.shop-plan .inner h2 .txt .en {
        position: absolute;
        font-size: 72.5px;
        color: #E6F0FF;
        z-index: -1;
        top: -44px;
        left: -20%;
    }
    section.shop-plan .inner .title_2 {
        margin-top: 90px;
    }
    section.shop-plan .inner .title_2 .section_title .en {
        letter-spacing: -2px;
        left: 11%;
    }
    section.shop-plan .inner p.top-txt {
        line-height: 1.5;
        text-align: left;
        margin: 0 0 22px;
        font-size: 12px;
    }
    section.shop-plan .inner .inner-cont {
        box-shadow: 0px 5px 4px rgba(35, 24, 21, 0.2);
        position: relative;
        padding: 20px 10px;
    }
    section.shop-plan .inner .inner-cont h3 {
        color: #fff;
        font-size: 18px;
        line-height: 1;
        text-align: center;
        background: #96AAD2;
        padding: 10px 0;
        margin: 0 0 15px;
    }
    section.shop-plan .inner .inner-cont .note {
        text-align: right;
        margin-bottom: 5px;
    }
    section.shop-plan .inner .inner-cont .s-plan-area {
        margin-bottom: 65px;
    }
    section.shop-plan .inner .inner-cont .spslider-plan {
        width: calc(100% - 20px);
        margin: 0 auto;
        overflow-x: hidden;
    }
    section.shop-plan .inner .inner-cont .s-plan {
        background: #f0f0f0;
        padding: 20px 35px 20px;
        margin: 0 auto;
    }
    section.shop-plan .inner .inner-cont .s-plan .title {
        color: #96AAD2;
        text-align: center;
        font-size: 18px;
        margin: 0 0 15px;
    }
    section.shop-plan .inner .inner-cont .s-plan ul li {
        text-align: center;
        font-size: 16px;
        background: #fff;
        line-height: 1;
        padding: 10px 0;
    }
    section.shop-plan .inner .inner-cont .s-plan ul li + li {
        margin-top: 10px;
    }
    section.shop-plan .inner .inner-cont .s-plan .price {
        margin-top: 10px;
        font-size: 15px;
        text-align: center;
    }
    section.shop-plan .inner .inner-cont .s-plan .price .en {
        font-size: 30px;
    }
    section.shop-plan .inner .inner-cont .s-plan .price.circle {
        padding-left: 55px;
        position: relative;
    }
    section.shop-plan .inner .inner-cont .s-plan .price.circle .point-circle {
        position: absolute;
        left: -16px;
        top: 0px;
    }
    section.shop-plan .inner .inner-cont .navBox {
        width: 100%;
        position: absolute;
        left: 0;
        top: 30%;
        z-index: 2;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    section.shop-plan .inner .inner-cont .navBox .swiper-button-prev-top {
        width: 40px;
        height: 40px;
        background: url(../../images/svg/btn_gotop.svg) center center/contain no-repeat;
        transform: rotate(270deg);
    }
    section.shop-plan .inner .inner-cont .navBox .swiper-button-next-top {
        width: 40px;
        height: 40px;
        background: url(../../images/svg/btn_gotop.svg) center center/contain no-repeat;
        transform: rotate(90deg);
    }
    section.shop-plan .inner .inner-cont .swiper-pagination {
        position: absolute;
        bottom: 130px;
        left: 0;
        width: 100%;
    }
    section.shop-plan .inner .inner-cont .swiper-pagination span.swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 7.5px;
    }
    section.shop-plan .inner .inner-cont .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #96AAD2;
    }
    section.shop-plan .inner .inner-cont .monthly_table .monthly_table-cont dl {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    section.shop-plan .inner .inner-cont .monthly_table .monthly_table-cont dl.head dt, section.shop-plan .inner .inner-cont .monthly_table .monthly_table-cont dl.head dd {
        background: #000;
        color: #fff;
        border-top: 1px solid #b7b7b7;
    }
    section.shop-plan .inner .inner-cont .monthly_table .monthly_table-cont dl dt {
        width: 42%;
        padding: 5px 0;
        font-size: 16px;
        text-align: center;
        background: #f0f0f0;
        border: 1px solid #b7b7b7;
        border-top: none;
    }
    section.shop-plan .inner .inner-cont .monthly_table .monthly_table-cont dl dd {
        width: 58%;
        padding: 5px 0;
        font-size: 16px;
        text-align: center;
        background: #fff;
        border: 1px solid #b7b7b7;
        border-left: none;
        border-top: none;
    }
    section.shop-plan .inner .inner-cont .monthly_table .monthly_table-cont dl dd .en {
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
    }
    section.shop-plan .inner .inner-cont .monthly_table .monthly_table-cont + .monthly_table-cont {
        margin-top: 20px;
    }
    section.shop-plan .inner .inner-cont .additional-use {
        text-align: center;
        margin: 10px 0 35px;
        font-size: 15px;
        font-weight: bold;
    }
    section.shop-plan .inner .inner-cont .additional-use .price {
        color: #96AAD2;
        font-size: 20px;
        line-height: 1;
    }
    section.shop-plan .inner .inner-cont .additional-use .price .en {
        font-size: 40px;
    }
    section.shop-plan .inner .inner-cont .additional-use .price .small {
        font-size: 14px;
    }
    section.shop-plan .inner .inner-cont .admission_fee .correction_price {
        font-size: 25px;
        color: #b1b1b1;
        font-weight: bold;
        position: relative;
        padding-left: 40px;
        text-align: center;
        margin-bottom: 10px;
    }
    section.shop-plan .inner .inner-cont .admission_fee .correction_price .point-circle {
        position: absolute;
        left: 0;
        top: -10px;
    }
    section.shop-plan .inner .inner-cont .admission_fee .correction_price .en {
        font-size: 30px;
        line-height: 1;
    }
    section.shop-plan .inner .inner-cont .admission_fee .correction_price .en.correction_line {
        position: relative;
    }
    section.shop-plan .inner .inner-cont .admission_fee .correction_price .en.correction_line:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        background: #b1b1b1;
        top: 50%;
        left: 0;
    }
    section.shop-plan .inner .inner-cont .admission_fee .correction_price .small {
        font-size: 18px;
    }
    section.shop-plan .inner .inner-cont .admission_fee .admission_fee-txt {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }
    section.shop-plan .inner .inner-cont .admission_fee .admission_fee-txt .yellow-arrow {
        margin: 0 20px 0 0;
        width: 10px;
        display: inline-block;
    }
    section.shop-plan .inner .inner-cont .admission_fee .admission_fee-txt .price {
        color: #96AAD2;
        font-size: 20px;
    }
    section.shop-plan .inner .inner-cont .admission_fee .admission_fee-txt .price .en {
        font-size: 35px;
        line-height: 1;
    }
    section.shop-plan .inner .inner-cont .point-circle {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        background: #96AAD2;
        border-radius: 50%;
        width: 55px;
        height: 55px;
        text-align: center;
        color: #fff;
        font-size: 11px;
        line-height: 1.2;
    }
    section.shop-plan .inner-cont_comparison {
        padding-bottom: 60px;
    }
    section.shop-plan .inner-cont_comparison h3 {
        color: #fff;
        font-size: 18px;
        line-height: 1;
        text-align: center;
        background: #96AAD2;
        padding: 10px 0;
        margin: 0 20px 15px;
    }
    section.shop-plan .inner-cont_comparison .sp-scroll {
        margin-left: 20px;
        overflow-y: scroll;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table {
        padding-top: 25px;
        border-collapse: separate;
        font-size: 13px;
        width: 215.67%;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table thead tr th {
        width: 17.3%;
        text-align: center;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table thead tr td {
        background: #000;
        color: #fff;
        text-align: center;
        width: 27.56%;
        border-right: 1px solid #b7b7b7;
        font-size: 13px;
        font-weight: bold;
        padding: 7px 0;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table thead tr td.plan_aspi {
        background: #FAE614;
        color: #000;
        border-right: 5px solid #FAE614;
        border-left: 5px solid #FAE614;
        border-bottom: 1px solid #FAE614;
        position: relative;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table thead tr td.plan_aspi .big {
        font-size: 20px;
        line-height: 1;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table thead tr td.plan_aspi:before {
        content: "";
        display: block;
        position: absolute;
        width: calc(100% + 10px);
        height: 15px;
        background: #FAE614;
        top: -15px;
        left: -5px;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr th {
        background: #f0f0f0;
        width: 17.3%;
        border: 1px solid #b7b7b7;
        border-right: none;
        border-bottom: none;
        vertical-align: middle;
        line-height: 1.3;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr th .note {
        font-weight: normal;
        width: 100%;
        display: block;
        text-align: center;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr td {
        width: 27.56%;
        background: #fff;
        border: 1px solid #b7b7b7;
        border-left: none;
        border-bottom: none;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        padding: 10px 0;
        line-height: 1.3;
        vertical-align: middle;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr td .big {
        font-size: 30px;
        line-height: 1;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr td .icon {
        display: block;
        width: 100%;
        text-align: center;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr td .note {
        font-weight: normal;
        width: 100%;
        display: block;
        text-align: center;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr td.plan_aspi {
        background: #fffac7;
        width: 27.56%;
        border-right: 5px solid #FAE614;
        border-left: 5px solid #FAE614;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr:first-child td.plan_aspi {
        border-top: 1px solid #FAE614;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr:last-child th {
        border-bottom: 1px solid #b7b7b7;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr:last-child td {
        border-bottom: 1px solid #b7b7b7;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr:last-child td.plan_aspi {
        position: relative;
        border-bottom: 1px solid #FAE614;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr:last-child td.plan_aspi:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        background: #FAE614;
        bottom: 0;
        left: 0;
    }

    section.target {
        padding-top: 70px;
        margin-top: -70px;
    }
    div.target {
        padding-top: 50px;
        margin-top: -50px;
    }
    div.target2 {
        margin-top: -50px;
    }

    section.gym {
        margin-bottom: 50px;
    }
    section.gym .inner {
        padding: 0 20px;
    }
    section.gym .inner h2 {
        position: relative;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.12em;
        margin-bottom: 25px;
        padding-top: 10px;
    }
    section.gym .inner h2 span.big {
        position: absolute;
        z-index: -1;
        left: -20px;
        font-size: 40px;
        letter-spacing: 0.02em;
        line-height: 0.8;
        color: #FAE614;
    }
    section.gym .inner .wrap .leftClm {
        margin-bottom: 40px;
    }
    section.gym .inner .wrap .leftClm .imgClm {
        margin-bottom: 20px;
    }
    section.gym .inner .wrap .leftClm .imgClm img {
        width: 100%;
    }
    section.gym .inner .wrap .leftClm .slideClm {
        margin-bottom: 20px;
    }
    section.gym .inner .wrap .leftClm .slideClm .swiper-button-prev {
        background: url(../../images/svg/ico_prev.svg) no-repeat center;
        background-size: 100%;
        position: absolute;
        top: 50%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        z-index: 10;
        cursor: pointer;
    }
    section.gym .inner .wrap .leftClm .slideClm .swiper-button-next {
        background: url(../../images/svg/ico_next.svg) no-repeat center;
        background-size: 100%;
        position: absolute;
        top: 50%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        z-index: 10;
        cursor: pointer;
    }
    section.gym .inner .wrap .leftClm .mapBox {
        position: relative;
    }
    section.gym .inner .wrap .leftClm .mapBox iframe {
        width: 100%;
        height: 300px;
    }
    section.gym .inner .wrap .leftClm .mapBox a.gmaplink {
        position: absolute;
        z-index: 99;
        left: 20px;
        bottom: -40px;
        display: block;
        width: 80px;
        height: 80px;
        text-align: center;
        line-height: 80px;
        font-size: 10px;
        letter-spacing: 0;
        font-weight: bold;
        background: #FAE614;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
    }
    section.gym .inner .wrap .gymtbl {
        overflow: hidden;
    }
    section.gym .inner .wrap .gymtbl tr {
        border-bottom: 1px dashed #96AAD2;
    }
    section.gym .inner .wrap .gymtbl th, section.gym .inner .wrap .gymtbl td {
        width: 100%;
        float: left;
        text-align: left;
        padding: 15px 0;
        font-size: 12px;
        letter-spacing: 0.12em;
    }
    section.gym .inner .wrap .gymtbl th {
        color: #96AAD2;
    }
    section.gym .inner .wrap .gymtbl td {
        padding-top: 0;
    }
    section.gym .inner .wrap .gymtbl td a {
        text-decoration: underline;
    }
    section.gym .inner .wrap .gymtbl td a.tel {
        text-decoration: none;
    }
    section.gym .inner .wrap .gymtbl td p {
        font-size: 12px;
        letter-spacing: 0.12em;
        margin-bottom: 20px;
    }
    section.gym .inner .wrap .gymtbl td.slide {
        width: 100%;
    }
    section.gym .inner .wrap .gymtbl td.slide .slideBox {
        width: 100%;
        overflow: hidden;
    }
    section.gym .inner .wrap .gymtbl td.slide li.swiper-slide {
        width: 100% !important;
        position: relative;
    }
    section.gym .inner .wrap .gymtbl td.slide li.swiper-slide p {
        position: absolute;
        margin-bottom: 0;
        z-index: 10;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        font-size: 12px;
        line-height: 1.7;
        padding: 8px 20px;
    }
    section.gym .inner .wrap .gymtbl td.slide .swiper-button-prev {
        background: url(../../images/svg/ico_prev.svg) no-repeat center;
        background-size: 100%;
        position: absolute;
        top: 50%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        z-index: 10;
        cursor: pointer;
    }
    section.gym .inner .wrap .gymtbl td.slide .swiper-button-next {
        background: url(../../images/svg/ico_next.svg) no-repeat center;
        background-size: 100%;
        position: absolute;
        top: 50%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        z-index: 10;
        cursor: pointer;
    }
    section.__shop-temp .inner {
        padding: 0 20px;
        text-align: center;
    }
    section.__shop-temp .inner h1.shop-name {
        position: relative;
        padding-top: 10px;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.12em;
        margin: 0 auto 25px;
        display: inline-block;
        width: auto;
    }
    section.__shop-temp .inner h1.shop-name span.big {
        position: absolute;
        z-index: -1;
        left: -20px;
        font-size: 40px;
        letter-spacing: 0.02em;
        line-height: 0.8;
        color: #FAE614;
    }
    section.__shop-temp .inner .top-img {
        margin-bottom: 20px;
    }
    section.__shop-temp .inner .gymtbl {
        width: 100%;
    }
    section.__shop-temp .inner .gymtbl tr {
        border-bottom: 1px solid #96AAD2;
    }
    section.__shop-temp .inner .gymtbl th, section.__shop-temp .inner .gymtbl td {
        width: 100%;
        float: left;
        text-align: left;
        padding: 15px 0;
        font-size: 12px;
        letter-spacing: 0.12em;
    }
    section.__shop-temp .inner .gymtbl th {
        color: #96AAD2;
    }
    section.__shop-temp .inner .gymtbl td {
        padding-top: 0;
    }
    section.__shop-temp .inner .gymtbl td a {
        text-decoration: underline;
    }
    section.__shop-temp .inner .gymtbl td a.tel {
        text-decoration: none;
    }
    section.__shop-temp .inner .gymtbl td a.reserve_btn {
        position: relative;
        display: inline-block;
        padding: 10px 40px;
        border: 1px solid #777;
        font-weight: bold;
        overflow: hidden;
        border-radius: 2px;
        text-decoration: none;
    }
    section.__shop-temp .inner .gymtbl td a.reserve_btn:after {
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        background: #000;
        right: -10px;
        bottom: -10px;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    section.__shop-temp .inner .gymtbl td a.reserve_btn:hover {
        opacity: .7;
    }
    section.__shop-temp-access .inner .head {
      margin-bottom: 30px;
    }

    section.__shop-temp-access .inner .head {
      margin-bottom: 30px;
    }

    .head .title_style p{
      padding-top: 20px;
      font-size: 70px;
      letter-spacing: 0.02em;
      line-height: 0.8;
      color: #E6F0FF;
    }

    #trainers .head .title_style p{
      color: #fff;
    }

    .head .title_style span {
      display: block;
      font-size: 12px;
      letter-spacing: 0.04em;
      position: absolute;
      line-height: 1;
      top: 40px;
      left: 20px;
    }
    .head .title_style span:before {
      position: absolute;
      content: '';
      width: 50vw;
      height: 1px;
      background: #000000;
      top: 50%;
      right: 100%;
      margin-right: 10px;
    }

    section.__shop-temp-access .inner .head h2 {
        font-size: 20px;
        font-weight: bold;
    }
    section.__shop-temp-access .inner .gmap {
        padding: 0 20px;
        margin-bottom: 20px;
    }
    section.__shop-temp-access .inner .gmap iframe {
        width: 100%;
        height: 200px;
    }
    .google_map_link{
      margin: 0 auto;
      padding: 1vw 0;
      width: 98%;
      text-align: center;
      background-color: #6699FF;
    }

    .google_map_link a{
      color: #fff;
    }
    section.__shop-temp-access .inner .shop-direction-btn {
        width: calc(100% - 40px);
        margin: 0 auto 20px;
        border-top: 1px solid #96AAD2;
        border-bottom: 1px solid #96AAD2;
        color: #96AAD2;
        font-size: 13px;
        line-height: 1;
        padding: 20px 0 20px 10px;
        position: relative;
    }
    section.__shop-temp-access .inner .shop-direction-btn:before {
        content: "";
        display: block;
        position: absolute;
        background: #96AAD2;
        width: 20px;
        height: 2px;
        right: 5px;
        top: 26px;
    }
    section.__shop-temp-access .inner .shop-direction-btn:after {
        content: "";
        display: block;
        position: absolute;
        background: #96AAD2;
        width: 2px;
        height: 20px;
        right: 14px;
        top: 17px;
    }
    section.__shop-temp-access .inner .shop-direction-btn.open {
        background: #96AAD2;
        color: #fff;
    }
    section.__shop-temp-access .inner .shop-direction-btn.open:before {
        background: #fff;
        z-index: 1;
    }
    section.__shop-temp-access .inner .shop-direction-btn.open:after {
        background: #96AAD2;
    }
    section.__shop-temp-access .inner ul.shop-direction-area {
        padding: 0 20px;
    }
    section.__shop-temp-access .inner ul.shop-direction-area li {
        margin-bottom: 40px;
    }
    section.__shop-temp-access .inner ul.shop-direction-area li img {
        display: block;
        width: calc(100% - 80px);
        margin: 0 auto 10px;
    }
    section.__shop-temp-access .inner ul.shop-direction-area li p {
        padding: 0 15px 0 45px;
        line-height: 26px;
        position: relative;
        font-size: 12px;
    }
    section.__shop-temp-access .inner ul.shop-direction-area li p span {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #96AAD2;
        border: 1px solid #96AAD2;
        position: absolute;
        left: 5px;
    }
    section.__shop-temp-plan {
        background: #F0F0F0;
    }
    .section_title {
      text-align: center;
      margin: 0 0 17px;
      position: relative;
      font-weight: bold;
      font-size: 22px;
      line-height: 1;
      z-index: 1;
    }

    .section_title .en{
      color: #fff;
    }

    #price .section_title .en{
      color: #E6F0FF;
    }

    .section_title .en {
      color: #fff;
      position: absolute;
      font-size: 72.5px;
      z-index: -1;
      top: -50px;
      left: 25%;
    }

    #about .section_title .en,
    #voice02 .section_title .en{
      color: #E6F0FF;
    }

    #voice02 .section_title .en{
      left:73px;
    }

    .section_title h2 {
      font-size: 22px;
    }

    section.__shop-temp-plan .inner {
        position: relative;
        margin: 0 auto;
    }
    section.__shop-temp-plan .inner p.top-txt {
        text-align: left;
        margin-bottom: 20px;
        font-size: 12px;
    }
    section.__shop-temp-plan .swiper-wrapper li img {
        width: 100%;
    }
    section.__shop-temp-plan .swiper-container {
        margin: 0 20px;
    }
    section.__shop-temp-plan .navBox.pc {
        display: none;
    }
    section.__shop-temp-plan .navBox.sp {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        position: absolute;
        top: calc(50% + 20px);
        width: 100%;
        right: 0;
        z-index: 10;
    }
    section.__shop-temp-plan .navBox .swiper-button-prev-top-gallery {
        width: 40px;
        height: 40px;
        background: url(../../images/arrow-btn-prev.png) center center/contain no-repeat;
    }
    section.__shop-temp-plan .navBox .swiper-button-next-top-gallery {
        width: 40px;
        height: 40px;
        background: url(../../images/arrow-btn-next.png) center center/contain no-repeat;
    }
    section.__shop-temp-trainers {
        background: #f0f0f0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }
    section.__shop-temp-trainers .inner .head {
        margin-bottom: 20px;
    }
    section.__shop-temp-trainers .inner .head h2.en {
        color: #fff;
    }
    section.__shop-temp-trainers .swiper-container {
        margin: 0 30px;
        overflow: visible;
    }
    section.__shop-temp-trainers .swiper-container.swiper-container-initialized.swiper-container-horizontal .inner .navBox .swiper-button-prev-top-trainer, section.__shop-temp-trainers .swiper-container.swiper-container-initialized.swiper-container-horizontal .inner .navBox .swiper-button-next-top-trainer {
        display: block;
    }
    section.__shop-temp-trainers .swiper-container .inner {
        position: relative;
        left: -10px;
        width: calc(100% + 20px);
    }
    section.__shop-temp-trainers .swiper-container .inner .top-txt {
        font-weight: bold;
        font-size: 22px;
        line-height: 1;
        margin-bottom: 40px;
    }
    section.__shop-temp-trainers .swiper-container .inner .navBox {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        position: absolute;
        top: 250px;
        width: calc(100% + 20px);
        left: -10px;
        z-index: 100;
    }
    section.__shop-temp-trainers .swiper-container .inner .navBox .swiper-button-prev-top-trainer {
        display: none;
        width: 40px;
        height: 40px;
        background: url(../../images/svg/btn_gotop.svg) center center/contain no-repeat;
        transform: rotate(270deg);
    }
    section.__shop-temp-trainers .swiper-container .inner .navBox .swiper-button-next-top-trainer {
        display: none;
        width: 40px;
        height: 40px;
        background: url(../../images/svg/btn_gotop.svg) center center/contain no-repeat;
        transform: rotate(90deg);
    }
    section.__shop-temp-trainers .swiper-container .swiper-wrapper li.trainer-cont {
        border: 1px solid #96AAD2;
        background: #fff;
        padding: 20px 30px 0;
        -moz-box-shadow: 6px 8px 12px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 6px 8px 12px rgba(0, 0, 0, 0.2);
        box-shadow: 6px 8px 12px rgba(0, 0, 0, 0.2);
    }
    section.__shop-temp-trainers .swiper-container .swiper-wrapper li.trainer-cont .icon-top {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    section.__shop-temp-trainers .swiper-container .swiper-wrapper li.trainer-cont .icon-top .imgClm {
        margin-right: 15px;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid #96AAD2;
    }
    section.__shop-temp-trainers .swiper-container .swiper-wrapper li.trainer-cont .icon-top .imgClm span {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-size: 10px;
    }
    section.__shop-temp-trainers .swiper-container .swiper-wrapper li.trainer-cont .icon-top .txtClm {
        font-size: 20px;
        letter-spacing: 2px;
        font-weight: bold;
    }
    section.__shop-temp-trainers .swiper-container .swiper-wrapper li.trainer-cont .icon-top .txtClm .en {
        color: #96AAD2;
        display: block;
        font-size: 15px;
        font-weight: bold;
    }
    section.__shop-temp-trainers .swiper-container .swiper-wrapper li.trainer-cont dl dt {
        margin-bottom: 10px;
    }
    section.__shop-temp-trainers .swiper-container .swiper-wrapper li.trainer-cont dl dt span {
        font-size: 14px;
        font-weight: bold;
        font-weight: 700;
        display: inline-block;
        padding: 2px 7px;
        background: #96AAD2;
        color: #fff;
        letter-spacing: 0.12em;
    }
    section.__shop-temp-trainers .swiper-container .swiper-wrapper li.trainer-cont dl dd {
        margin-bottom: 15px;
        font-size: 12px;
        letter-spacing: 0.12em;
        line-height: 1.875;
    }
    section.__shop-temp-trainers .swiper-container .swiper-wrapper li.trainer-cont dl dd ul li {
        font-size: 12px;
        letter-spacing: 0.12em;
        line-height: 1.875;
        position: relative;
        padding-left: 15px;
    }
    section.__shop-temp-trainers .swiper-container .swiper-wrapper li.trainer-cont dl dd ul li:before {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        background: #96AAD2;
        left: 0;
        top: 10px;
    }
    section.__shop-temp-about {
        padding: 70px 0 0;
        background: #fff;
    }
    section.__shop-temp-about h2 {
        text-align: center;
        margin: 0 0 20px;
        line-height: 1;
    }
    section.__shop-temp-about h2 .en {
        font-weight: bold;
        color: #E6F0FF;
        position: relative;
        font-size: 72.5px;
    }
    section.__shop-temp-about h2 .en .txt {
        color: #000;
        display: block;
        width: 100%;
        position: absolute;
        font-size: 22px;
        line-height: 1;
        z-index: 1;
        left: 0;
        bottom: 2px;
    }
    section.__shop-temp-about .about-txt {
        margin: 0 20px;
        font-size: 12px;
    }
    section.__shop-temp-about .about-txt p {
        font-size: 16px;
        letter-spacing: 0.1px;
        margin-bottom: 10px;
    }
    section.__shop-temp-store {
        background: #fff;
        padding: 35px 0 42.5px;
        margin-bottom: 0;
    }
    section.__shop-temp-store .inner .head h2.en {
        color: #E6F0FF;
    }
    section.__shop-temp-store .inner p.top-txt {
        font-weight: bold;
        font-size: 20px;
        line-height: 1;
        margin: 0 20px 20px;
    }
    section.__shop-temp-store .inner ul.shop-store-bottom-nav {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        align-items: center;
        margin: 0 20px;
        list-style: none;
    }
    section.__shop-temp-store .inner ul.shop-store-bottom-nav li {
        width: calc(50% - 7.5px);
        border: 1px solid #000;
        margin: 0 15px 15px 0;
    }
    section.__shop-temp-store .inner ul.shop-store-bottom-nav li a {
        display: block;
        width: 100%;
        height: 50px;
        font-size: 14px;
        line-height: 1;
        text-align: center;
        background: #fff;
        color: #000;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }
    section.__shop-temp-store .inner ul.shop-store-bottom-nav li a:hover {
        background: #96AAD2;
        color: #fff;
    }
    section.__shop-temp-store .inner ul.shop-store-bottom-nav li:nth-child(2n) {
        margin-right: 0;
    }

    section.__shop-temp-qa {
        background: #f0f0f0;
        padding: 0 0 35px;
        margin-bottom: 0;
    }
    section.__shop-temp-qa .inner .head {
        margin-bottom: 20px;
    }
    section.__shop-temp-qa .inner .head h2.en {
        color: #fff;
    }
    section.__shop-temp-qa .inner .head p.sub-title {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 22px;
    }
    section.__shop-temp-qa .inner .qaBox {
        padding: 0 20px;
    }
    section.__shop-temp-qa .inner .qaBox dt {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        border-top: 1px solid #96AAD2;
        padding: 20px 10px;
        position: relative;
    }
    section.__shop-temp-qa .inner .qaBox dt span.en {
        display: block;
        line-height: 1;
        width: 40px;
        min-width: 40px;
        letter-spacing: 0.12em;
        font-size: 25px;
        color: #96AAD2;
        margin-bottom: 5px;
    }
    section.__shop-temp-qa .inner .qaBox dt span.en span.num {
        font-size: 20px;
    }
    section.__shop-temp-qa .inner .qaBox dt p {
        font-size: 12px;
        font-weight: bold;
        color: #96AAD2;
        letter-spacing: 0.12em;
        padding-right: 20px;
        line-height: 1.875;
    }
    section.__shop-temp-qa .inner .qaBox dt:before {
        content: "";
        display: block;
        position: absolute;
        background: #96AAD2;
        width: 18px;
        height: 2px;
        right: 6px;
        top: 30px;
    }
    section.__shop-temp-qa .inner .qaBox dt:after {
        content: "";
        display: block;
        position: absolute;
        background: #96AAD2;
        width: 2px;
        height: 18px;
        right: 14px;
        top: 22px;
    }
    section.__shop-temp-qa .inner .qaBox dt.open {
        background: #96AAD2;
        color: #fff;
    }
    section.__shop-temp-qa .inner .qaBox dt.open span.en, section.__shop-temp-qa .inner .qaBox dt.open p {
        color: #fff;
    }
    section.__shop-temp-qa .inner .qaBox dt.open:before {
        background: #fff;
        z-index: 1;
    }
    section.__shop-temp-qa .inner .qaBox dt.open:after {
        background: #96AAD2;
    }
    section.__shop-temp-qa .inner .qaBox:last-child dt {
        border-bottom: 1px solid #96AAD2;
    }
    section.__shop-temp-qa .inner .qaBox dd {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        background: #fff;
        padding: 20px 10px;
    }
    section.__shop-temp-qa .inner .qaBox dd span.en {
        line-height: 1;
        width: 35px;
        min-width: 35px;
        padding-left: 5px;
        letter-spacing: 0.12em;
        font-size: 25px;
        color: #FAE614;
    }
    section.__shop-temp-qa .inner .qaBox dd p {
        font-size: 12px;
        padding-right: 20px;
        letter-spacing: 0.12em;
        line-height: 1.875;
    }

    #voice02 {
        margin-bottom: 60px;
        padding-top: 70px;
    }
    #voice02 .inner h2.title {
        text-align: center;
        margin-bottom: 20px;
    }
    #voice02 .inner h2.title .en {
        font-size: 72.5px;
        color: #E6F0FF;
        line-height: 1;
        position: relative;
        text-align: center;
        z-index: 0;
        display: inline-block;
        width: auto;
        margin: 0 auto;
    }
    #voice02 .inner h2.title .en .txt {
        display: block;
        width: 100%;
        font-size: 22px;
        position: absolute;
        text-align: center;
        z-index: 1;
        color: #000;
        bottom: 0px;
        letter-spacing: 3px;
    }
    #voice02 .inner p.top-text {
        margin: 0 20px 35px;
        text-align: center;
        line-height: 1.5;
        font-size: 12px;
    }
    #voice02 .inner ul.voiceList2 {
        padding: 0 20px;
    }
    #voice02 .inner ul.voiceList2 li {
        background: #F0F0F0;
        padding: 20px 20px;
        margin-bottom: 40px;
    }
    #voice02 .inner ul.voiceList2 li .headWrap {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        margin-bottom: 15px;
    }
    #voice02 .inner ul.voiceList2 li .headWrap .imgClm {
        width: 90px;
        min-width: 90px;
    }
    #voice02 .inner ul.voiceList2 li .headWrap .txtClm {
        padding-left: 15px;
    }
    #voice02 .inner ul.voiceList2 li .headWrap .txtClm h4 {
        font-size: 12px;
        letter-spacing: 0.12em;
        border-bottom: 1px dotted #96AAD2;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    #voice02 .inner ul.voiceList2 li .headWrap .txtClm h3 {
        font-size: 14px;
        letter-spacing: 0.12em;
        line-height: 1.44;
    }
    #voice02 .inner ul.voiceList2 li .txt {
        font-size: 12px;
        letter-spacing: 0.12em;
        line-height: 1.857;
    }
    #voice02 .inner .btn3-area {
        text-align: center;
    }
    #voice02 .inner .btn3-area .btn3 {
        margin: 0 auto;
        text-align: center;
        padding-left: 0;
    }
    #google_reviews{
      margin: 10vw auto 0;
      padding: 3vw 3vw 0px;
      width: 90%;
      background-color: #F0F0F0;
    }

    .review_container{
      display: flex;
      padding-bottom: 3vw;
    }

    .review_left{
      overflow: hidden;
      margin-right: 1vw;
      width: 7vw;
      height: 7vw;
      text-align: center;
      color: #fff;
      font-size: 4.2vw;
      border-radius: 50%;
      background-color: #436ab7;
      box-shadow: 5px 0px 6px -6px rgba(0,0,0,0.6);
    }

    .review_right{
      width: 90%;
    }

    .review_right dt{
      padding-top: 0.7vw;
      font-size: 2.5vw;
      font-weight: bold;
      color: #6896f2;
    }

    .rating{
      position: relative;
      z-index: 0;
      margin-top: -2vw;
      display: inline-block;
      white-space: nowrap;
      color: #CCCCCC;
      font-size: 4vw;
    }

    .rating:before, .rating:after{
      content: '★★★★★';
    }

    .rating:after{
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      overflow: hidden;
      white-space: nowrap;
      color: #dd8d0b;
    }

    .rating[data-rate="5"]:after{ width: 100%; }
    .rating[data-rate="4.5"]:after{ width: 90%; }
    .rating[data-rate="4"]:after{ width: 80%; }
    .rating[data-rate="3.5"]:after{ width: 70%; }
    .rating[data-rate="3"]:after{ width: 60%; }
    .rating[data-rate="2.5"]:after{ width: 50%; }
    .rating[data-rate="2"]:after{ width: 40%; }
    .rating[data-rate="1.5"]:after{ width: 30%; }
    .rating[data-rate="1"]:after{ width: 20%; }
    .rating[data-rate="0.5"]:after{ width: 10%; }
    .rating[data-rate="0"]:after{ width: 0%; }

    .google_review_link{
      margin: 0 auto;
      padding-top: 10px;
      width: 90%;
      text-align: right;
      font-size: 3vw;
    }

  .bl_access_slider {
    padding: 0 20px;
    overflow: hidden;
    position: relative;
  }
  .bl_access_slider .for-pc {
    display: none;
  }
  .bl_access_time {
    margin: 0 0 25px;
    padding: 20px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #96aad2;
    border: 1px #96aad2 solid;
    border-right: none;
    border-left: none;
  }
  .bl_access_slider_item {
    width: 85% !important;
    margin: 0 7.5%;
    height: auto;
    padding: 30px;
    box-shadow: 4px 4px 8px rgba(203, 203, 203, .8);
  }
  .bl_access_slider_item img {
    width: 100%;
  }
  .bl_access_slider_txt {
    margin: 30px 0 0;
    padding: 0 0 0 40px;
    font-size: 12px;
    position: relative;
  }
  .bl_access_slider_txt .en {
    display: inline-flex;
    width: 25px;
    height: 25px;
    padding: 5px 0 0;
    font-size: 12px;
    color: #96aad2;
    border: 1px #96aad2 solid;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .bl_slider_arrow {
    position: absolute;
    top: 52%;
    translate: 0 -50%;
    z-index: 10;
    cursor: pointer;
  }
  .bl_slider_arrow.bl_slider_arrow__prev {
    left: 6.5%;
    rotate: 180deg;
  }
  .bl_slider_arrow.bl_slider_arrow__next {
    right: 6.5%;
  }
  .bl_slider_pagination {
    margin: 30px 0 0;
    text-align: center;
  }
  .bl_slider_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #c8c8c8;
  }
  .bl_slider_pagination .swiper-pagination-bullet-active {
    background-color: #96aad2;
  }
}
/***************************************************************************************************************************
PC *************************************************************************************************************************/
@media screen and (min-width: 769px) {
    .google_review_link{
      padding-top: 10px;
      text-align: right;
      font-size: 1.2vw;
    }
    .google_review_link a:hover{
      color: #77a3ef;
      transition: all 0.5s;
    }
    #google_reviews{
      margin-top: 45px;
      padding: 20px 20px 0px;
      background-color: #F0F0F0;
    }

    .review_container{
      display: flex;
      padding-bottom: 20px;
    }

    .review_left{
      overflow: hidden;
      margin-right: 0.5vw;
      width: 3vw;
      height: 3vw;
      line-height: 2.7vw;
      text-align: center;
      color: #fff;
      font-size: 1.8vw;
      border-radius: 50%;
      background-color: #436ab7;
      box-shadow: 5px 0px 6px -6px rgba(0,0,0,0.6);
    }

    .review_right{
      width: 883px;
    }
    .review_right dt{
      font-size: 1vw;
      font-weight: bold;
      color: #6896f2;
    }

    .rating{
      position: relative;
      z-index: 0;
      margin-top: -1vw;
      display: inline-block;
      white-space: nowrap;
      color: #CCCCCC;
      font-size: 1.5vw;
    }

    .rating:before, .rating:after{
      content: '★★★★★';
    }

    .rating:after{
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      overflow: hidden;
      white-space: nowrap;
      color: #dd8d0b;
    }

    .rating[data-rate="5"]:after{ width: 100%; }
    .rating[data-rate="4.5"]:after{ width: 90%; }
    .rating[data-rate="4"]:after{ width: 80%; }
    .rating[data-rate="3.5"]:after{ width: 70%; }
    .rating[data-rate="3"]:after{ width: 60%; }
    .rating[data-rate="2.5"]:after{ width: 50%; }
    .rating[data-rate="2"]:after{ width: 40%; }
    .rating[data-rate="1.5"]:after{ width: 30%; }
    .rating[data-rate="1"]:after{ width: 20%; }
    .rating[data-rate="0.5"]:after{ width: 10%; }
    .rating[data-rate="0"]:after{ width: 0%; }

    .google_map_link{
      display: none;
    }
    section.topSec {
        margin-bottom: 100px;
    }
    section.topSec .inner .head {
        width: 1000px;
        margin: 0 auto;
        position: relative;
        margin-bottom: 70px;
    }
    section.topSec .inner .head h2.big {
        padding-top: 20px;
        font-size: 140px;
        letter-spacing: 0.02em;
        line-height: 0.8;
        color: #E6F0FF;
    }
    section.topSec .inner .head span.small {
        display: block;
        font-size: 20px;
        letter-spacing: 0.04em;
        position: absolute;
        line-height: 1;
        top: 70px;
        left: 0;
    }
    section.topSec .inner .head span.small:before {
        position: absolute;
        content: '';
        width: 50vw;
        height: 1px;
        background: #000000;
        top: 50%;
        right: 100%;
        margin-right: 10px;
    }

    section.shop-plan {
        padding: 216px 0 0;
    }
    section.shop-plan .inner {
        width: 1250px;
        margin: 0 auto;
    }
    section.shop-plan .inner h2 {
        text-align: center;
        margin: 0 0 38px;
    }
    section.shop-plan .inner h2 .txt {
        position: relative;
        font-weight: bold;
        font-size: 38px;
        line-height: 1;
        z-index: 1;
    }
    section.shop-plan .inner h2 .txt .en {
        position: absolute;
        font-size: 180px;
        color: #E6F0FF;
        z-index: -1;
        top: -115px;
        left: -55%;
        letter-spacing: -7px;
    }
    section.shop-plan .inner .title_2 {
        margin: 230px 0 20px;
    }
    section.shop-plan .inner .title_2 .section_title {
        letter-spacing: 1px;
    }
    section.shop-plan .inner .title_2 .section_title .en {
        left: 23%;
    }

    .title_2 .section_title h2{
      padding-top: 10px;
    }
    section.shop-plan .inner p.top-txt {
        font-size: 18px;
        text-align: center;
        margin: 0 0 85px;
    }
    section.shop-plan .inner .inner-cont {
        box-shadow: 4px 10px 8px rgba(35, 24, 21, 0.2);
        padding: 50px 40px;
        margin-bottom: 40px;
    }
    section.shop-plan .inner .inner-cont h3 {
        color: #fff;
        font-size: 18px;
        line-height: 1;
        text-align: center;
        background: #96AAD2;
        padding: 20px 0;
        margin: 0 0 20px;
    }
    section.shop-plan .inner .inner-cont .note {
        text-align: right;
        margin: 0 0 20px;
    }
    section.shop-plan .inner .inner-cont .s-plan-area {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-bottom: 65px;
    }
    section.shop-plan .inner .inner-cont .s-plan {
        width: calc(100% / 3 - 20px);
        background: #f0f0f0;
        padding: 25px 20px 20px;
    }
    section.shop-plan .inner .inner-cont .s-plan .title {
        color: #96AAD2;
        text-align: center;
        font-size: 18px;
        margin: 0 0 15px;
    }
    section.shop-plan .inner .inner-cont .s-plan ul li {
        text-align: center;
        font-size: 18px;
        background: #fff;
        line-height: 1;
        padding: 10px 0;
    }
    section.shop-plan .inner .inner-cont .s-plan ul li + li {
        margin-top: 10px;
    }
    section.shop-plan .inner .inner-cont .s-plan .price {
        margin-top: 20px;
        font-size: 18px;
        text-align: center;
    }
    section.shop-plan .inner .inner-cont .s-plan .price .en {
        font-size: 40px;
    }
    section.shop-plan .inner .inner-cont .s-plan .price.circle {
        padding-left: 95px;
        position: relative;
    }
    section.shop-plan .inner .inner-cont .s-plan .price.circle .point-circle {
        position: absolute;
        left: 0;
        top: -15px;
    }
    section.shop-plan .inner .inner-cont .navBox, section.shop-plan .inner .inner-cont .swiper-pagination {
        display: none;
    }
    section.shop-plan .inner .inner-cont .monthly_table {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 40px;
    }
    section.shop-plan .inner .inner-cont .monthly_table .monthly_table-cont {
        width: calc(100% / 2 - 20px);
    }
    section.shop-plan .inner .inner-cont .monthly_table .monthly_table-cont dl {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    section.shop-plan .inner .inner-cont .monthly_table .monthly_table-cont dl.head dt, section.shop-plan .inner .inner-cont .monthly_table .monthly_table-cont dl.head dd {
        background: #000;
        color: #fff;
        border-top: 1px solid #b7b7b7;
    }
    section.shop-plan .inner .inner-cont .monthly_table .monthly_table-cont dl dt {
        width: 42%;
        padding: 10px 0;
        font-size: 18px;
        text-align: center;
        background: #f0f0f0;
        border: 1px solid #b7b7b7;
        border-top: none;
    }
    section.shop-plan .inner .inner-cont .monthly_table .monthly_table-cont dl dd {
        width: 58%;
        padding: 10px 0;
        font-size: 18px;
        text-align: center;
        background: #fff;
        border: 1px solid #b7b7b7;
        border-left: none;
        border-top: none;
    }
    section.shop-plan .inner .inner-cont .monthly_table .monthly_table-cont dl dd .en {
        font-size: 25px;
        font-weight: bold;
        line-height: 1;
    }
    section.shop-plan .inner .inner-cont .additional-use {
        text-align: center;
        margin-bottom: 10px;
        font-size: 22px;
        font-weight: bold;
    }
    section.shop-plan .inner .inner-cont .additional-use .price {
        color: #96AAD2;
        font-size: 30px;
        line-height: 1;
    }
    section.shop-plan .inner .inner-cont .additional-use .price .en {
        font-size: 60px;
    }
    section.shop-plan .inner .inner-cont .additional-use .price .small {
        font-size: 20px;
    }
    section.shop-plan .inner .inner-cont .admission_fee {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    section.shop-plan .inner .inner-cont .admission_fee .correction_price {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -webkit-justify-content: start;
        justify-content: start;
        font-size: 25px;
        color: #b1b1b1;
        font-weight: bold;
        position: relative;
        padding-left: 105px;
    }
    section.shop-plan .inner .inner-cont .admission_fee .correction_price .point-circle {
        position: absolute;
        left: 0;
        top: -30px;
    }
    section.shop-plan .inner .inner-cont .admission_fee .correction_price .en {
        font-size: 40px;
        line-height: 1;
    }
    section.shop-plan .inner .inner-cont .admission_fee .correction_price .en.correction_line {
        position: relative;
    }
    section.shop-plan .inner .inner-cont .admission_fee .correction_price .en.correction_line:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        background: #b1b1b1;
        top: 50%;
        left: 0;
    }
    section.shop-plan .inner .inner-cont .admission_fee .correction_price .small {
        font-size: 18px;
    }
    section.shop-plan .inner .inner-cont .admission_fee .admission_fee-txt {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: center;
        align-items: center;
        font-size: 22px;
        font-weight: bold;
    }
    section.shop-plan .inner .inner-cont .admission_fee .admission_fee-txt .yellow-arrow {
        margin: 0 20px 0 30px;
    }
    section.shop-plan .inner .inner-cont .admission_fee .admission_fee-txt .price {
        color: #96AAD2;
        font-size: 30px;
    }
    section.shop-plan .inner .inner-cont .admission_fee .admission_fee-txt .price .en {
        font-size: 60px;
    }
    section.shop-plan .inner .inner-cont .point-circle {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        background: #96AAD2;
        border-radius: 50%;
        width: 90px;
        height: 90px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        line-height: 1.2;
    }
    section.shop-plan .inner-cont_comparison {
        width: 1250px;
        margin: 47px auto 40px;
    }
    section.shop-plan .inner-cont_comparison h3 {
        color: #fff;
        font-size: 18px;
        line-height: 1;
        text-align: center;
        background: #96AAD2;
        padding: 20px 0;
        margin: 0 0 20px;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table {
        padding-top: 45px;
        border-collapse: separate;
        font-size: 18px;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table thead tr th {
        width: 250px;
        text-align: center;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table thead tr td {
        background: #000;
        color: #fff;
        text-align: center;
        width: 335px;
        border-right: 1px solid #b7b7b7;
        font-size: 18px;
        font-weight: bold;
        padding: 10px 0;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table thead tr td.plan_aspi {
        background: #FAE614;
        color: #000;
        width: 330px;
        border-right: 5px solid #FAE614;
        border-left: 5px solid #FAE614;
        border-bottom: 1px solid #FAE614;
        position: relative;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table thead tr td.plan_aspi .big {
        font-size: 30px;
        line-height: 1;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table thead tr td.plan_aspi:before {
        content: "";
        position: absolute;
        width: calc(100% + 10px);
        height: 20px;
        background: #FAE614;
        top: -20px;
        left: -5px;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr th {
        background: #f0f0f0;
        width: 250px;
        border: 1px solid #b7b7b7;
        border-right: none;
        border-bottom: none;
        vertical-align: middle;
        line-height: 1.3;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr th .note {
        font-weight: normal;
        width: 100%;
        display: block;
        text-align: center;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr td {
        width: 330px;
        background: #fff;
        border: 1px solid #b7b7b7;
        border-left: none;
        border-bottom: none;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        padding: 20px 0;
        line-height: 1.3;
        vertical-align: middle;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr td .big {
        font-size: 30px;
        line-height: 1;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr td .icon {
        display: block;
        width: 100%;
        text-align: center;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr td .note {
        font-weight: normal;
        width: 100%;
        display: block;
        text-align: center;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr td.plan_aspi {
        background: #fffac7;
        width: 330px;
        border-right: 5px solid #FAE614;
        border-left: 5px solid #FAE614;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr:first-child td.plan_aspi {
        border-top: 1px solid #FAE614;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr:last-child th {
        border-bottom: 1px solid #b7b7b7;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr:last-child td {
        border-bottom: 1px solid #b7b7b7;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr:last-child td.plan_aspi {
        position: relative;
        border-bottom: 1px solid #FAE614;
    }
    section.shop-plan .inner-cont_comparison table.s-plan-table tbody tr:last-child td.plan_aspi:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 4px;
        background: #FAE614;
        bottom: 0;
        left: 0;
    }

    section.target {
        padding-top: 120px;
        margin-top: -120px;
    }

    section.gym {
        margin-bottom: 140px;
    }
    section.gym .inner {
        width: 1000px;
        margin: 0 auto;
    }
    section.gym .inner h2 {
        position: relative;
        font-size: 30px;
        font-weight: bold;
        font-weight: 700;
        letter-spacing: 0.12em;
        margin-bottom: 50px;
    }
    section.gym .inner h2 span.big {
        position: absolute;
        z-index: -1;
        left: -40px;
        font-size: 80px;
        letter-spacing: 0.02em;
        line-height: 0.8;
        color: #FAE614;
    }
    section.gym .inner .wrap {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
    section.gym .inner .wrap .leftClm {
        width: 360px;
        margin-right: auto;
    }
    section.gym .inner .wrap .leftClm .imgClm, section.gym .inner .wrap .leftClm .slideClm {
        margin-bottom: 20px;
    }
    section.gym .inner .wrap .leftClm .slideClm .swiper-button-prev {
        background: url(../../images/svg/ico_prev.svg) no-repeat center;
        background-size: 100%;
        position: absolute;
        top: 50%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        z-index: 10;
        cursor: pointer;
    }
    section.gym .inner .wrap .leftClm .slideClm .swiper-button-next {
        background: url(../../images/svg/ico_next.svg) no-repeat center;
        background-size: 100%;
        position: absolute;
        top: 50%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        z-index: 10;
        cursor: pointer;
    }
    section.gym .inner .wrap .leftClm .mapBox {
        position: relative;
    }
    section.gym .inner .wrap .leftClm .mapBox iframe {
        width: 360px;
        height: 380px;
    }
    section.gym .inner .wrap .leftClm .mapBox a.gmaplink {
        position: absolute;
        z-index: 99;
        left: 20px;
        bottom: -50px;
        display: block;
        width: 100px;
        height: 100px;
        text-align: center;
        line-height: 100px;
        font-size: 12px;
        letter-spacing: 0.12em;
        font-weight: bold;
        font-weight: 700;
        background: #FAE614;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
    section.gym .inner .wrap .leftClm .mapBox a.gmaplink:hover {
        opacity: 0.7;
    }
    section.gym .inner .wrap .gymtbl {
        width: 600px;
        min-width: 600px;
    }
    section.gym .inner .wrap .gymtbl tr {
        border-bottom: 1px dashed #96AAD2;
    }
    section.gym .inner .wrap .gymtbl th, section.gym .inner .wrap .gymtbl td {
        text-align: left;
        padding: 36px 0;
        font-size: 16px;
        letter-spacing: 0.12em;
    }
    section.gym .inner .wrap .gymtbl th {
        width: 180px;
        color: #96AAD2;
        padding-left: 20px;
    }
    section.gym .inner .wrap .gymtbl td a {
        text-decoration: underline;
    }
    section.gym .inner .wrap .gymtbl td a.tel {
        pointer-events: none;
        text-decoration: none;
    }
    section.gym .inner .wrap .gymtbl td a:hover {
        text-decoration: none;
    }
    section.gym .inner .wrap .gymtbl td p {
        font-size: 16px;
        letter-spacing: 0.12em;
        margin-bottom: 20px;
    }
    section.gym .inner .wrap .gymtbl td.slide li.swiper-slide {
        position: relative;
    }
    section.gym .inner .wrap .gymtbl td.slide li.swiper-slide p {
        position: absolute;
        margin-bottom: 0;
        z-index: 10;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        font-size: 12px;
        line-height: 1.7;
        padding: 8px 20px;
    }
    section.gym .inner .wrap .gymtbl td.slide .swiper-button-prev {
        background: url(../../images/svg/ico_prev.svg) no-repeat center;
        background-size: 100%;
        position: absolute;
        top: 50%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        z-index: 10;
        cursor: pointer;
    }
    section.gym .inner .wrap .gymtbl td.slide .swiper-button-next {
        background: url(../../images/svg/ico_next.svg) no-repeat center;
        background-size: 100%;
        position: absolute;
        top: 50%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        z-index: 10;
        cursor: pointer;
    }
    section.gym .inner .wrap .gymtbl tr:first-of-type th, section.gym .inner .wrap .gymtbl tr:first-of-type td {
        padding-top: 0;
    }
    section.__shop-temp .inner {
        width: 1250px;
        margin: 0 auto;
        text-align: center;
    }
    section.__shop-temp .inner h1.shop-name {
        position: relative;
        font-size: 30px;
        font-weight: 700;
        display: inline-block;
        letter-spacing: 0.12em;
        margin: 0 auto 50px;
    }
    section.__shop-temp .inner h1.shop-name span.big {
        position: absolute;
        z-index: -1;
        left: -40px;
        font-size: 80px;
        letter-spacing: 0.02em;
        line-height: 0.8;
        color: #FAE614;
    }
    section.__shop-temp .inner .top-img {
        margin-bottom: 30px;
    }
    section.__shop-temp .inner .gymtbl {
        width: 100%;
    }
    section.__shop-temp .inner .gymtbl tr {
        border-bottom: 1px dashed #96AAD2;
    }
    section.__shop-temp .inner .gymtbl th, section.__shop-temp .inner .gymtbl td {
        text-align: left;
        padding: 20px 0;
        font-size: 16px;
        letter-spacing: 0.12em;
    }
    section.__shop-temp .inner .gymtbl th {
        width: 180px;
        color: #96AAD2;
        padding-left: 20px;
        vertical-align: middle;
    }
    section.__shop-temp .inner .gymtbl td a {
        text-decoration: underline;
    }
    section.__shop-temp .inner .gymtbl td a.tel {
        pointer-events: none;
        text-decoration: none;
    }
    section.__shop-temp .inner .gymtbl td a:hover {
        text-decoration: none;
    }
    section.__shop-temp .inner .gymtbl td a.reserve_btn {
        position: relative;
        display: inline-block;
        padding: 5px 40px;
        border: 2px solid #777;
        font-weight: bold;
        overflow: hidden;
        border-radius: 3px;
        text-decoration: none;
    }
    section.__shop-temp .inner .gymtbl td a.reserve_btn:after {
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        background: #000;
        right: -10px;
        bottom: -10px;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    section.__shop-temp .inner .gymtbl td a.reserve_btn:hover {
        opacity: .7;
    }
    section.__shop-temp .inner .gymtbl td p {
        font-size: 16px;
        letter-spacing: 0.12em;
        margin-bottom: 20px;
    }
    section.__shop-temp .inner .gymtbl tr:first-of-type th, section.__shop-temp .inner .gymtbl tr:first-of-type td {
        padding-top: 0;
    }
    section.__shop-temp-access .inner {
        width: 1250px;
        margin: 0 auto;
    }
    section.__shop-temp-access .inner .head {
        width: 100%;
        margin-bottom: 50px;
    }
    section.__shop-temp-access .inner .head h2 {
        font-size: 30px;
        font-weight: bold;
    }

    .head .title_style p{
      padding-top: 20px;
      font-size: 140px;
      letter-spacing: 0.02em;
      line-height: 0.8;
      color: #E6F0FF;
    }

    #trainers .head .title_style p{
      color: #fff;
    }

    .head .title_style span {
      display: block;
      font-size: 20px;
      letter-spacing: 0.04em;
      position: absolute;
      line-height: 1;
      top: 70px;
      left: 0;
    }
    .head .title_style span:before {
      position: absolute;
      content: '';
      width: 50vw;
      height: 1px;
      background: #000000;
      top: 50%;
      right: 100%;
      margin-right: 10px;
    }

    section.__shop-temp-access .inner .gmap {
        margin-bottom: 50px;
    }
    section.__shop-temp-access .inner .gmap iframe {
        width: 100%;
        height: 500px;
    }
    section.__shop-temp-access .inner .shop-direction-btn {
        border-top: 1px solid #96AAD2;
        border-bottom: 1px solid #96AAD2;
        color: #96AAD2;
        font-size: 18px;
        line-height: 1;
        padding: 25px 0 25px 20px;
        position: relative;
    }
    section.__shop-temp-access .inner .shop-direction-btn:before {
        content: "";
        display: block;
        position: absolute;
        background: #96AAD2;
        width: 30px;
        height: 2px;
        right: 30px;
        top: 33px;
    }
    section.__shop-temp-access .inner .shop-direction-btn:after {
        content: "";
        display: block;
        position: absolute;
        background: #96AAD2;
        width: 2px;
        height: 30px;
        right: 44px;
        top: 19px;
    }
    section.__shop-temp-access .inner .shop-direction-btn.open {
        background: #96AAD2;
        color: #fff;
    }
    section.__shop-temp-access .inner .shop-direction-btn.open:before {
        background: #fff;
        z-index: 1;
    }
    section.__shop-temp-access .inner .shop-direction-btn.open:after {
        background: #96AAD2;
    }
    section.__shop-temp-access .inner ul.shop-direction-area {
        padding: 60px 20px 0;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    section.__shop-temp-access .inner ul.shop-direction-area + .shop-direction-btn {
        margin-top: 30px;
    }
    section.__shop-temp-access .inner ul.shop-direction-area li {
        width: calc((100% - 80px) / 3);
        margin-bottom: 60px;
        margin-left: 40px;
    }
    section.__shop-temp-access .inner ul.shop-direction-area li:nth-child(3n-2) {
        margin-left: 0;
    }
    section.__shop-temp-access .inner ul.shop-direction-area li img {
        display: block;
        margin-bottom: 20px;
    }
    section.__shop-temp-access .inner ul.shop-direction-area li p {
        padding: 0 15px 0 55px;
        line-height: 26px;
        position: relative;
    }
    section.__shop-temp-access .inner ul.shop-direction-area li p span {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #96AAD2;
        border: 1px solid #96AAD2;
        position: absolute;
        left: 5px;
    }
    section.__shop-temp-plan {
        background: #F0F0F0;
        padding: 205px 0 90px;
    }
    .section_title {
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      font-weight: bold;
      z-index: 1;
      letter-spacing: 1px;
    }
    .section_title .en {
        position: absolute;
        font-size: 180px;
        color: #fff;
        z-index: -1;
        top: -170px;
        left: 32.5%;
        letter-spacing: -7px;
    }

    .section_title h2 {
      font-size: 38px;
      line-height: 1;
    }

    #price .section_title .en,
    #about .section_title .en{
      color: #E6F0FF;
    }
    #voice02{
      padding-top: 100px;
    }
    #voice02 .section_title .en{
      top: -176px;
      left: 19.5%;
      color: #E6F0FF;
    }

    section.__shop-temp-plan .inner {
        position: relative;
    }
    section.__shop-temp-plan .inner p.top-txt {
        text-align: center;
        font-size: 18px;
        margin-bottom: 55px;
    }
    section.__shop-temp-plan .navBox.sp {
        display: none;
    }
    section.__shop-temp-plan .navBox.pc {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        position: absolute;
        top: 0;
        width: 105px;
        right: 0;
    }
    section.__shop-temp-plan .navBox .swiper-button-prev-top-gallery {
        width: 50px;
        height: 50px;
        background: url(../../images/svg/ico_next_b.svg) center center/contain no-repeat;
        transform: rotate(180deg);
    }
    section.__shop-temp-plan .navBox .swiper-button-next-top-gallery {
        width: 50px;
        height: 50px;
        background: url(../../images/svg/ico_next_b.svg) center center/contain no-repeat;
    }
    section.__shop-temp-trainers {
        padding: 50px 0 60px;
        background: #f0f0f0;
    }
    section.__shop-temp-trainers .inner {
        width: 1250px;
        margin: 0 auto;
    }
    section.__shop-temp-trainers .inner .head {
        width: 1250px;
    }
    section.__shop-temp-trainers .inner .head h2.en {
        width: 100%;
        color: #fff;
    }
    section.__shop-temp-trainers .swiper-container {
        width: 1250px;
        overflow: visible;
    }
    section.__shop-temp-trainers .swiper-container.swiper-container-initialized.swiper-container-horizontal .inner .navBox .swiper-button-prev-top-trainer, section.__shop-temp-trainers .swiper-container.swiper-container-initialized.swiper-container-horizontal .inner .navBox .swiper-button-next-top-trainer {
        display: block;
    }
    section.__shop-temp-trainers .swiper-container.swiper-container-initialized.swiper-container-horizontal li.trainer-cont + li.trainer-cont {
        margin-left: auto;
    }
    section.__shop-temp-trainers .swiper-container .inner {
        position: relative;
    }
    section.__shop-temp-trainers .swiper-container .inner .top-txt {
        font-weight: bold;
        font-size: 38px;
        line-height: 1;
        margin-bottom: 40px;
    }
    section.__shop-temp-trainers .swiper-container .inner .navBox {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        position: absolute;
        top: 0;
        width: 105px;
        right: 0;
    }
    section.__shop-temp-trainers .swiper-container .inner .navBox .swiper-button-prev-top-trainer {
        display: none;
        width: 50px;
        height: 50px;
        background: url(../../images/svg/ico_next_b.svg) center center/contain no-repeat;
        transform: rotate(180deg);
    }
    section.__shop-temp-trainers .swiper-container .inner .navBox .swiper-button-next-top-trainer {
        display: none;
        width: 50px;
        height: 50px;
        background: url(../../images/svg/ico_next_b.svg) center center/contain no-repeat;
    }
    section.__shop-temp-trainers .swiper-container li.trainer-cont {
        border: 1px solid #96AAD2;
        width: 600px;
        background: #fff;
        padding: 40px 30px 0;
        -moz-box-shadow: 6px 8px 12px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 6px 8px 12px rgba(0, 0, 0, 0.2);
        box-shadow: 6px 8px 12px rgba(0, 0, 0, 0.2);
    }
    section.__shop-temp-trainers .swiper-container li.trainer-cont .icon-top {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    section.__shop-temp-trainers .swiper-container li.trainer-cont .icon-top .imgClm {
        margin-right: 25px;
        width: 170px;
        height: 170px;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid #96AAD2;
    }
    section.__shop-temp-trainers .swiper-container li.trainer-cont .icon-top .imgClm span {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    section.__shop-temp-trainers .swiper-container li.trainer-cont .icon-top .txtClm {
        font-size: 38px;
        letter-spacing: 2px;
        font-weight: bold;
    }
    section.__shop-temp-trainers .swiper-container li.trainer-cont .icon-top .txtClm .en {
        color: #96AAD2;
        display: block;
        font-size: 15px;
        font-weight: bold;
    }
    section.__shop-temp-trainers .swiper-container li.trainer-cont dl dt {
        margin-bottom: 13px;
    }
    section.__shop-temp-trainers .swiper-container li.trainer-cont dl dt span {
        font-size: 14px;
        font-weight: bold;
        font-weight: 700;
        display: inline-block;
        padding: 2px 10px;
        background: #96AAD2;
        color: #fff;
        letter-spacing: 0.12em;
    }
    section.__shop-temp-trainers .swiper-container li.trainer-cont dl dd {
        margin-bottom: 30px;
        font-size: 16px;
        letter-spacing: 0.12em;
        line-height: 1.875;
    }
    section.__shop-temp-trainers .swiper-container li.trainer-cont dl dd ul li {
        font-size: 16px;
        letter-spacing: 0.12em;
        line-height: 1.875;
        position: relative;
        padding-left: 20px;
    }
    section.__shop-temp-trainers .swiper-container li.trainer-cont dl dd ul li:before {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        background: #96AAD2;
        left: 0;
        top: 10px;
    }
    section.__shop-temp-trainers .swiper-container li.trainer-cont + li.trainer-cont {
        margin-left: 40px;
    }
    section.__shop-temp-about {
        background: #fff;
        padding: 180px 0 40px;
    }
    section.__shop-temp-about h2 {
        text-align: center;
        margin-bottom: 40px;
        line-height: 1;
        padding-top: 55px;
    }
    #about .section_title h2{
      padding-top: 20px;
    }
    section.__shop-temp-about h2 .en {
        position: relative;
        font-weight: bold;
        font-size: 180px;
        color: #E6F0FF;
        letter-spacing: -7px;
    }
    section.__shop-temp-about h2 .en .txt {
        position: absolute;
        color: #000;
        display: block;
        width: 100%;
        font-weight: bold;
        font-size: 37px;
        line-height: 1;
        z-index: 1;
        letter-spacing: 1px;
        left: 0;
        bottom: 3px;
    }
    section.__shop-temp-about .about-txt {
        width: 1250px;
        margin: 0 auto;
    }
    section.__shop-temp-about .about-txt p {
        font-size: 18px;
        letter-spacing: 5px;
        margin-bottom: 20px;
    }
    section.__shop-temp-store {
        background: #fff;
        padding: 205px 0 105px;
    }
    section.__shop-temp-store .inner {
        width: 1250px;
        margin: 0 auto;
    }
    section.__shop-temp-store .inner .head {
        width: 1250px;
    }
    section.__shop-temp-store .inner .head h2.en {
        width: 100%;
        color: #E6F0FF;
    }
    section.__shop-temp-store .inner p.top-txt {
        font-weight: bold;
        font-size: 38px;
        line-height: 1;
        margin-bottom: 40px;
    }
    section.__shop-temp-store .inner ul.shop-store-bottom-nav {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        align-items: center;
        list-style: none;
    }
    section.__shop-temp-store .inner ul.shop-store-bottom-nav li {
        width: 290px;
        border: 1px solid #000;
        margin: 0 30px 30px 0;
    }
    section.__shop-temp-store .inner ul.shop-store-bottom-nav li a {
        display: block;
        width: 100%;
        height: 75px;
        font-size: 18px;
        background: #fff;
        color: #000;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }
    section.__shop-temp-store .inner ul.shop-store-bottom-nav li a:hover {
        background: #96AAD2;
        color: #fff;
    }
    section.__shop-temp-store .inner ul.shop-store-bottom-nav li:nth-child(4n) {
        margin-right: 0;
    }
    section.__shop-temp-qa {
        padding: 50px 0 60px;
        margin-bottom: 0;
        background: #f0f0f0;
    }
    section.__shop-temp-qa .inner {
        width: 1250px;
        margin: 0 auto;
    }
    section.__shop-temp-qa .inner .head {
        width: 1250px;
    }
    section.__shop-temp-qa .inner .head h2.en {
        width: 100%;
        color: #fff;
    }
    section.__shop-temp-qa .inner .head p.sub-title {
        font-size: 38px;
        font-weight: bold;
        margin-bottom: 50px;
    }
    section.__shop-temp-qa .inner .qaBox dt {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        border-top: 1px solid #96AAD2;
        padding: 27px 30px;
        position: relative;
    }
    section.__shop-temp-qa .inner .qaBox dt span.en {
        line-height: 1;
        width: 65px;
        min-width: 65px;
        letter-spacing: 0.12em;
        font-size: 35px;
        color: #96AAD2;
    }
    section.__shop-temp-qa .inner .qaBox dt span.en span.num {
        font-size: 30px;
    }
    section.__shop-temp-qa .inner .qaBox dt p {
        font-size: 18px;
        font-weight: 700;
        color: #96AAD2;
        padding-top: 10px;
        letter-spacing: 0.12em;
        line-height: 1;
    }
    section.__shop-temp-qa .inner .qaBox dt:before {
        content: "";
        display: block;
        position: absolute;
        background: #96AAD2;
        width: 30px;
        height: 2px;
        right: 30px;
        top: 44px;
    }
    section.__shop-temp-qa .inner .qaBox dt:after {
        content: "";
        display: block;
        position: absolute;
        background: #96AAD2;
        width: 2px;
        height: 30px;
        right: 44px;
        top: 30px;
    }
    section.__shop-temp-qa .inner .qaBox dt.open {
        background: #96AAD2;
        color: #fff;
    }
    section.__shop-temp-qa .inner .qaBox dt.open span.en, section.__shop-temp-qa .inner .qaBox dt.open p {
        color: #fff;
    }
    section.__shop-temp-qa .inner .qaBox dt.open:before {
        background: #fff;
        z-index: 1;
    }
    section.__shop-temp-qa .inner .qaBox dt.open:after {
        background: #96AAD2;
    }
    section.__shop-temp-qa .inner .qaBox:last-child dt {
        border-bottom: 1px solid #96AAD2;
    }
    section.__shop-temp-qa .inner .qaBox dd {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        background: #fff;
        padding: 27px 30px 32px;
    }
    section.__shop-temp-qa .inner .qaBox dd span.en {
        line-height: 1;
        width: 55px;
        min-width: 55px;
        padding-left: 10px;
        letter-spacing: 0.12em;
        font-size: 35px;
        color: #FAE614;
    }
    section.__shop-temp-qa .inner .qaBox dd p {
        letter-spacing: 0.12em;
        line-height: 1.875;
    }
    section.__shop-temp-qa .inner .btnBox {
        margin-top: 80px;
    }
    section.__shop-temp-qa .inner .btnBox a {
        display: block;
        text-align: center;
        background: #fff;
        border: 1px solid #000;
        text-align: center;
        overflow: hidden;
        padding: 40px 0 45px;
        position: relative;
        -moz-transition: .2s;
        -o-transition: .2s;
        -webkit-transition: .2s;
        transition: .2s;
        font-size: 20px;
        font-weight: bold;
        font-weight: 700;
        letter-spacing: 0.12em;
    }
    section.__shop-temp-qa .inner .btnBox a:after {
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        background: #000;
        right: -10px;
        bottom: -10px;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    section.__shop-temp-qa .inner .btnBox a:hover {
        opacity: 0.7;
    }

    #voice02 {
        margin-bottom: 120px;
    }
    #voice02 .inner {
        width: 1000px;
        margin: 0 auto;
    }
    #voice02 .inner h2.title {
        text-align: center;
        margin-bottom: 40px;
    }
    #voice02 .inner h2.title .en {
        font-size: 180px;
        color: #E6F0FF;
        line-height: 1;
        position: relative;
        text-align: center;
        z-index: 0;
        display: inline-block;
        width: auto;
        margin: 0 auto;
    }
    #voice02 .inner h2.title .en .txt {
        display: block;
        width: 100%;
        font-size: 38px;
        position: absolute;
        text-align: center;
        z-index: 1;
        color: #000;
        bottom: 15px;
        letter-spacing: 3px;
    }
    #voice02 .inner p.top-text {
        margin: 13px auto 70px;
        text-align: center;
        font-size: 18px;
        line-height: 1;
    }
    #voice02 .inner ul.voiceList2 {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    #voice02 .inner ul.voiceList2 li {
        width: 480px;
        background: #F0F0F0;
        padding: 40px;
        margin-bottom: 40px;
    }
    #voice02 .inner ul.voiceList2 li .headWrap {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        margin-bottom: 20px;
    }
    #voice02 .inner ul.voiceList2 li .headWrap .imgClm {
        width: 120px;
        min-width: 120px;
        height: 120px;
    }
    #voice02 .inner ul.voiceList2 li .headWrap .txtClm {
        padding-left: 30px;
    }
    #voice02 .inner ul.voiceList2 li .headWrap .txtClm h4 {
        font-size: 14px;
        letter-spacing: 0.12em;
        border-bottom: 1px dotted #96AAD2;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    #voice02 .inner ul.voiceList2 li .headWrap .txtClm h3 {
        font-size: 18px;
        letter-spacing: 0.12em;
        line-height: 1.44;
    }
    #voice02 .inner ul.voiceList2 li .txt {
        font-size: 14px;
        letter-spacing: 0.12em;
        line-height: 1.857;
    }
    #voice02 .inner .btn3-area {
        text-align: center;
    }
    #voice02 .inner .btn3-area .btn3 {
        margin: 0 auto;
        text-align: center;
        padding-left: 0;
    }

  .bl_access_slider {
    overflow: hidden;
    padding: 0 10px;
  }
  .bl_access_slider .for-sp {
    display: none;
  }
  .bl_access_time {
    margin: 0 0 45px;
    padding: 30px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #96aad2;
    border: 1px #96aad2 solid;
    border-right: none;
    border-left: none;
    position: relative;
  }
  .bl_slider_arrow {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    cursor: pointer;
  }
  .bl_slider_arrow.bl_slider_arrow__prev {
    right: 50px;
    rotate: -90deg;
  }
  .bl_slider_arrow.bl_slider_arrow__next {
    right: 0px;
    rotate: 90deg;
  }
  .bl_access_slider_item {
    height: auto;
    padding: 15px 15px 30px;
    box-shadow: 4px 4px 8px rgba(203, 203, 203, .8);
  }
  .bl_access_slider_txt {
    margin: 20px 0 0;
    padding: 0 0 0 50px;
    font-size: 18px;
    position: relative;
  }
  .bl_access_slider_txt .en {
    display: inline-flex;
    width: 35px;
    height: 35px;
    padding: 5px 0 0;
    font-size: 18px;
    color: #96aad2;
    border: 1px #96aad2 solid;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -3px;
    left: 0;
  }
  .bl_slider_pagination {
    margin: 30px 0 0;
    text-align: center;
  }
  .bl_slider_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #c8c8c8;
  }
  .bl_slider_pagination .swiper-pagination-bullet-active {
    background-color: #96aad2;
  }
}
