/*
Theme Name: pono theme Child
Version: 1.0
Template: pono-theme
*/
@import url('../pono-theme/style.css');

:root {
    --text-size-1: 14px;
    --text-size-2: 16px;
    --text-size-3: 18px;
    --text-size-4: 32px;
    --color-text-1: #5F6E77;
    --color-text-2: #212121;
}
@media screen and (max-width: 960px) {
    :root {
        --text-size-4: 32px;
    }
}
@media screen and (max-width: 767px) {
    :root {
        --text-size-4: 22px;
    }
}
@media screen and (max-width: 600px) {
    :root {
        --text-size-4: 20px;
    }
}


/* rese */
*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg*,symbol*)){all:unset;display:revert}*,*::before,*::after{box-sizing:border-box}
html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}
a,button{cursor:revert}
ol,ul,menu,summary{list-style:none}
img{max-inline-size:100%;max-block-size:100%}
table{border-collapse:collapse}
input,textarea{-webkit-user-select:auto}
textarea{white-space:revert}
meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}:where(pre){all:revert;box-sizing:border-box}::-webkit-input-placeholder{color:unset}::-moz-placeholder{color:unset}:-ms-input-placeholder{color:unset}::-ms-input-placeholder{color:unset}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable="false"])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable="true"]){-webkit-user-drag:element}:where(dialog:modal){all:revert;box-sizing:border-box}
a,a:visited,a:hover {text-decoration: none;color: inherit;}
/*基準を1rem=10pxに設定*/
html,body{
    overflow-x: hidden;
    width: 100vw;
}
html {
    /* font-size: 62.5%; */
}
body{
    background-color: #FFFEFD;
    font-family: Helvetica, Arial, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.1rem;
    color: var(--color-text-2);
    /* overflow-x: hidden; */
    /* height: 100vh; */
    padding-top: 110px;
}
@media screen and (max-width: 600px) {
    body{
        padding-top: 75px;
    }
}
.noScroll{
    overflow: hidden;
}
section {
    padding: 45px 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
section:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    section {
        padding: 45px 24px;
    }
}
h3{
}
p{
    font-size: var(--text-size-2);
}
.header{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 90px;
    position: fixed;
    top: 0;
    background: #FFFEFD;
    z-index: 999;
    opacity: .9;
}
.header .logo{
    flex: 1;
}
.header .menu{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.header .menu li{
    padding: 0 24px 0 0;
    text-align: center;
}
.header .menu a{
    font-size: var(--text-size-1);
}
.header .menu a p{
    margin: 0;
    line-height: 1;
}
.header .menu a .sub{
    margin: 3px 0 0 0;
    color: var(--color-text-1);
    font-size: 12px;
}
.header .button{
    display: block;
    font-size: var(--text-size-1);
    padding: 10px;
}
.header .logo img{
    display: block;
	width: 150px;
}
header .menuArea{
}
header .menuArea .rightWrap{
    display: flex;
    align-items: center;
}
.spLinkList{
    margin: 0;
    padding: 0;
    display: none;
}
.menuBtn{
    display: none;
}
.menuBtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #555;
    border-radius: 3px;
  }
  .menuBtn span:nth-of-type(1) {
    top: 0;
  }
  .menuBtn span:nth-of-type(2) {
    top: 14px;
  }
  .menuBtn span:nth-of-type(3) {
    bottom: 0;
  }
  .menuBtn span:nth-of-type(1) {
    -webkit-animation: btn07-bar01 .75s forwards;
    animation: btn07-bar01 .75s forwards;
  }
  @-webkit-keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(14px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(14px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar01 {
    0% {
      transform: translateY(14px) rotate(45deg);
    }
    50% {
      transform: translateY(14px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .menuBtn span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
  }
  .menuBtn span:nth-of-type(3) {
    -webkit-animation: btn07-bar03 .75s forwards;
    animation: btn07-bar03 .75s forwards;
  }
  @-webkit-keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-14px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-14px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar03 {
    0% {
      transform: translateY(-14px) rotate(-45deg);
    }
    50% {
      transform: translateY(-14px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .menuArea._open .menuBtn span:nth-of-type(1) {
    -webkit-animation: active-btn07-bar01 .75s forwards;
    animation: active-btn07-bar01 .75s forwards;
  }
  @-webkit-keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(14px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(14px) rotate(45deg);
    }
  }
  @keyframes active-btn07-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(14px) rotate(0);
    }
    100% {
      transform: translateY(14px) rotate(45deg);
    }
  }
  .menuArea._open .menuBtn span:nth-of-type(2) {
    opacity: 0;
  }
  .menuArea._open .menuBtn span:nth-of-type(3) {
    -webkit-animation: active-btn07-bar03 .75s forwards;
    animation: active-btn07-bar03 .75s forwards;
  }
  @-webkit-keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-14px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-14px) rotate(-45deg);
    }
  }
  @keyframes active-btn07-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-14px) rotate(0);
    }
    100% {
      transform: translateY(-14px) rotate(-45deg);
    }
  }
@media screen and (max-width: 960px) {
    .header{
        opacity: 1;
    }
    header .menuArea .rightWrap{
        position: fixed;
        top: 0;
        bottom: 0;
        right: -10vw;
        flex-direction: column;
        background: linear-gradient(163deg, #65f2cf 0%, #a7ccff 100%);
        z-index: 999;
        width: 100vw;
        padding: 130px 0 90px;
        transition: right .3s ease, opacity .3s ease;
        opacity: 0;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        pointer-events: none;
    }
    header .menuArea._open .rightWrap{
        right: 0;
        overflow-y: auto;
        opacity: 1;
        -webkit-user-select: initial;
           -moz-user-select: initial;
            -ms-user-select: initial;
                user-select: initial;
        pointer-events: initial;
    }
    .header .menu{
        display: block;
    }
    .header .menu li{
        padding: 24px 0;
    }
    .header .button{
        margin: 30px auto;
    }
    .spLinkList{
        display: block;
    }
    .spLinkList li{
        font-size: var(--text-size-1);
        padding: 24px 0;
        display: block;
        position: relative;
    }
    .spLinkList li::before{
        content: "";
        display: block;
        width: 10px;
        height: 1px;
        background: var(--color-text-2);
        position: absolute;
        top: 50%;
        left: -16px;
        transform: translateY(-50%);
    }
    .menuBtn{
        display: block;
        z-index: 9999;
        position: relative;
        width: 33px;
        height: 31px;
        cursor: pointer;
        transition: all .5s;
    }
      .menuBtn span {
        display: inline-block;
        transition: all .5s;
        box-sizing: border-box;
      }
}
@media screen and (max-width: 600px) {
    .header{
        height: 75px;
    }
    .header .logo img {
        display: block;
        width: 120px;
    }
}
footer{
    padding: 6vw 0 90px;
    position: relative;
    margin-top: 2vw;
    z-index: 0;
    overflow: hidden;
}
footer::before {
    content: "";
    background: linear-gradient(163deg, #65f2cf 0%, #a7ccff 100%);
    width: 150vw;
    min-width: 1200px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border-radius: 50% 50% 0 0;
}
footer .wrap{
    display: flex;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    align-items: center;
    padding: 5vw 16px;
}
footer .copyright{
    text-align: center;
    font-size: 12px;
    padding: 8px 0;
}
footer .copyright ._links{
    padding-bottom: 6px;
}
footer .wrap .right{
    flex: 1;
    border-left: 1px solid #fff;
    padding: 16px;
}
footer .wrap .btnArea{
    padding-bottom: 26px;
}
footer .wrap .btnArea .button{
    display: block;
    text-align: center;
    font-size: var(--text-size-2);
    padding: 20px 0;
}
footer .wrap .right .footerList{
    display: flex;
}
footer .wrap .right .footerList .col{
    font-size: var(--text-size-2);
    flex: 1;
}
footer .wrap .right .footerList .col .list{
    padding: 16px 0;
}
@media screen and (max-width: 767px) {
    footer .wrap .right .footerList{
        display: block;
    }
}
footer .wrap .left{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .wrap .left img{
    width: 400px;
    display: block;
}
@media screen and (max-width: 767px) {
    footer .wrap{
        display: block;
        max-width: 600px;
    }
    footer .wrap .right{
        border: 0;
    }
}
.pagination{
    font-size: var(--text-size-3);
    font-weight: normal;
    text-align: center;
}
.pagination .page-numbers {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
}
.pagination .page-numbers.current {
    background: linear-gradient(163deg, #65f2cf 0%, #a7ccff 100%);
}
.pagination .page-numbers.next,.pagination .page-numbers.prev {
    border:1px solid #65f2cf;
}
._bgBlue{
    background-color: #F8FFFF;
    position: relative;
    z-index: 0;
    margin: 120px 0 0;
    padding-bottom: 48px;
}
._bgBlue::before{
    content: "";
    width: 150vw;
    min-width: 1200px;
    height: 120px;
    display: block;
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border-radius: 50% 50% 0 0;
    background: #F8FFFF;
}
@media screen and (max-width: 767px) {
    ._bgBlue{
        /* z-index: -2; */
        margin: 0;
    }
    ._bgBlue::before{
        display: none;
    }
}
._bgBeige{
    background-color: #FFFBF0;
    position: relative;
    z-index: 0;
    padding: 6vw 0 0;
    /* margin: 90px 0 0; */
}
._bgBeige::before{
    /* content: "";
    width: 150vw;
    height: 120px;
    display: block;
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border-radius: 50% 50% 0 0;
    background: #FFFBF0; */
}
.mb_0{
    margin-bottom: 0;
}
.mt_0{
    margin-top: 0;
}
.text_c{
    text-align: center;
}
.top .mainTitle{
    font-size: var(--text-size-4);
    margin: 0 0 27px 0;
}
.top .subTitle{
    font-size: var(--text-size-3);
    margin: 0;
    font-weight: normal;
}
.firstView{
    padding: 0 0 45px;
    margin: 0;
}
.firstView .wrap{
    position: relative;
}
.firstView .wrap .left{
    position: relative;
    width: 75%;
    transform: translateX(-24%);
}
.firstView .wrap .left svg._bg{
    position: absolute;
    top: 30px;
    left: 50px;
    z-index: -1;
    transform: scale(1.05);
}
.firstView .wrap .right{
    padding: 0 16px 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50%;
}
.firstView .wrap .right .message{
    max-width: 800px;
    width: 100%;
    display: block;
}
.firstView .wrap .right .btnArea{
    padding-top: 24px;
	text-align: center;
}
.firstView .wrap .right .btnArea .button{
    display: block;
    font-size: var(--text-size-2);
    padding: 18px 0;
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
}
.firstView .wrap .right .btnArea .contactLink{
	margin-top: 16px;
    display: inline-block;
    color: #3A99DD;
    border-bottom: 1px solid #3A99DD;
}
@media screen and (max-width: 767px) {
    .firstView .wrap .left {
        width: 120%;
        transform: translateX(-18%);
    }
    .firstView .wrap .right {
        width: 90%;
        position: static;
        margin: 0 0 0 auto;
        transform: translateY(-24%);
    }
}
.button{
    padding: 8px 16px;
    background: #f2f2f2;
    border-radius: 5px;
    background: linear-gradient(163deg, #65f2cf 0%, #a7ccff 100%);
}
.button._border{
    background: #fff;
    border: 1px solid #60EDD2;
    color: #18CCCC;
}
.wp-block-button__link{
    padding: 8px 16px;
    background: #f2f2f2;
    border-radius: 5px;
    background: linear-gradient(163deg, #65f2cf 0%, #a7ccff 100%);
    color: var(--color-text-2);
}
.top .section .wrap{
    display: flex;
    max-width: 960px;
    margin: 0 auto;
}
.top .section .wrap .left{
    flex: 1;
    position: relative;
}
.top .section .wrap .right{
    flex: 1;
    position: relative;
}
.top .section .btnArea{
    padding-top: 24px;
}
.top .section .btnArea .button{
    display: block;
    font-size: var(--text-size-2);
    padding: 18px 0;
    text-align: center;
    max-width: 350px;
}
.top .section.aboutArea .wrap{
    padding: 20vw 0 10vw;
}
.aboutArea .wrap .left svg{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(-28%, -70%) scale(2.4);
    z-index: -1;
}
.aboutArea .wrap .left p:last-child{
    margin-bottom: 0;
}
.aboutArea .wrap .right .thumbnail{
    /* position: absolute;
    top: -190px; */
}
@media screen and (max-width: 767px) {
    .top .section.aboutArea{
        margin: 0 auto;
    }
    .top .section.aboutArea .wrap{
        padding-top: 0;
        flex-direction: column-reverse;
    }
    .aboutArea .wrap .right .thumbnail {
        position: static;
    }
    .aboutArea .wrap .left svg{
        transform: translate(-28%, -70%) scale(1.6);
        min-width: 800px;
    }
}
.studio{
    margin-bottom: 100px;
}
.studio .wrap .left .thumbnail{
    transform: translate(-30px, -110px);
    z-index: -1;
}
.studio .wrap .right .thumbnail{
    position: absolute;
    bottom: -180px;
    right: -60px;
    z-index: -1;
    width: 100%;
    max-width: 350px;
}
.instructor .wrap .left .thumbnail{
    transform: translate(-30px, -110px);
    z-index: -1;
}
.lesson .wrap .left .thumbnail{
    transform: translate(-30px, -110px);
    z-index: -1;
}
@media screen and (max-width: 767px) {
    .studio{
        margin-bottom: 40px;
    }
    .studio .wrap,.instructor .wrap,.lesson .wrap{
        display: block!important;
    }
    .studio .wrap .left .thumbnail,.instructor .wrap .left .thumbnail,.lesson .wrap .left .thumbnail{
        transform: inherit!important;
    }
    .studio .wrap .right .thumbnail{
        display: none;
    }
}
.news{
    padding-bottom: 13vw;
}
.news ul{
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
}
.news ul li a{
    display: flex;
    align-items: center;
    padding: 32px 0;
}
.news ul li a .left{
    font-size: var(--text-size-1);
    line-height: 1;
    color: var(--color-text-1)
}
.news ul li a .right{
    font-size: var(--text-size-3);
    padding-left: 24px;
    line-height: 1;
}
.news .btnArea .button{
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .news ul li a {
        display: block;
        padding: 24px 0;
    }
    .news ul li a .right {
        padding: 16px 0 0 0;
    }
}

.articleLayout_01{
    width: 100%;
    max-width: 1024px;
    margin: auto;
    padding: 0 24px;
}
.articleLayout_01 .titleArea{
    margin-bottom: 24px;
}
.articleLayout_01 .mainTitle{
    font-size: var(--text-size-4);
    margin: 0;
    text-align: center;
}
.articleLayout_01 .subTitle{
    font-size: var(--text-size-2);
    margin: 0 0 32px;
    font-weight: normal;
    color: var(--color-text-1);
    text-align: center;
}
.articleLayout_01 .wrap{
    width: 100%;
    max-width: 680px;
    margin: auto;
    padding: 24px 24px 12vw;
}

.articleLayout_01 .wrap .wp-block-image img{
    width: 80%;
    margin: 0 auto;
    display: block;
    border-radius: 15px;
}
.articleLayout_01 .wrap .wp-block-button__link{
    padding: 8px 16px;
    background: #f2f2f2;
    border-radius: 5px;
    background: linear-gradient(163deg, #65f2cf 0%, #a7ccff 100%);
    color: var(--color-text-2);
}

@media screen and (max-width: 600px) {
    .articleLayout_01{
        padding: 0;
    }
    .articleLayout_01 .wrap {
        padding: 24px 16px 12vw;
    }
}

.static{
    padding-top: 50px;
}

.static .heroImg{
    width: 95%;
    height: 480px;
    overflow: hidden;
    border-radius: 0 15px 15px 0;
}
.static .heroImg img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.static .contents{
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 16px 12vw;
}
.static .contents iframe{
    width: 100%;
}
.static .contents img{
    border-radius: 15px;
}
.static .mainTitle{
    font-size: var(--text-size-4);
    margin-top: 0;
    padding: 0 24px;
}
.static .subTitle{
    font-size: var(--text-size-3);
    margin: 0;
    padding: 0 24px;
}
.static .titleWrap{
    padding: 4vw 0 0;
    position: relative;
}
.static .titleWrap ._bgText{
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 15vw;
    margin: 0;
    transform: translate(5%, -12%);
    z-index: -1;
    color: #dfdfdf;
    white-space: nowrap;
}
.staticListPage .wrap{
    width: 100%;
    padding: 24px 24px 12vw;
    max-width: 960px;
    margin: 0 auto;
}
.staticListPage .subTitle{
    font-size: var(--text-size-2);
    font-weight: normal;
    color: var(--color-text-1);
}
.staticListPage .mainTitle{
    font-size: var(--text-size-4);
    margin: 0;
}

.staticListPage ul{
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
}
.staticListPage ul li a{
    display: flex;
    align-items: center;
    padding: 32px 0;
}
.staticListPage ul li a .left{
    font-size: var(--text-size-1);
    line-height: 1;
    color: var(--color-text-1)
}
.staticListPage ul li a .right{
    font-size: var(--text-size-3);
    padding-left: 24px;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .staticListPage ul li a {
        display: block;
        padding: 24px 0;
    }
    .staticListPage ul li a .right {
        padding: 16px 0 0 0;
    }
}

.wp-block-list{
    font-size: var(--text-size-2);
}

@media screen and (max-width: 767px) {
    .staticListPage .wrap{
        padding: 24px 16px 12vw;
    }
}
@media screen and (max-width: 600px) {
    .static .heroImg{
        width: 100%;
        height: 330px;
        overflow: hidden;
        border-radius: 0 15px 15px 0;
    }
    .static .mainTitle, .static .subTitle {
        padding: 0 16px;
    }
    .static .contents{
        padding: 0 16px 12vw;
    }
}
@media screen and (max-width: 600px) {
    .wp-block-list{
        margin: 0 0 1em 0;
        padding-left: 1.5em;
    }
}

.lessonPriceTable{
    font-weight: bold;
}
.lessonPriceTable th, .lessonPriceTable td{
    border: 1px solid #cbcbcb;
    padding: 2.1em;
}
.lessonPriceTable th:last-child, .lessonPriceTable td:last-child{
    width: 33.3%;
}
.lessonPriceTable th span, .lessonPriceTable td span{
    font-size: 13px;
    color: var(--color-text-1);
    font-weight: normal;
}
.lessonPriceTable._s {
    overflow-x: scroll;
}
.lessonPriceTable._s a {
    border-radius: 5px;
    background: linear-gradient(163deg, #65f2cf 0%, #a7ccff 100%);
    display: block;
    padding: 15px 0;
}
.lessonPriceTable._s table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
}
.lessonPriceTable._s th, .lessonPriceTable._s td{
    font-size: var(--text-size-1);
    padding: 1.3em;
}

.facilitiesList .wp-block-themeisle-blocks-icon-list-item {
    background: #fff7e7;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 5px;
    margin: 0 4px 4px 0;
}

svg:not(:root) {
overflow: visible!important;
}

.formArea {
    width: 100%;
    margin: 0 auto;
    max-width: 450px;
}

.formArea .label {
    margin: 32px 0 4px;
    font-weight: 500;
	display:block;
}

.formArea .label.required::after {
    content: "*";
    color: #ff0000;
}

.formArea .formGroup input[type="text"],.formArea .formGroup input[type="tel"],.formArea .formGroup input[type="email"],.formArea .formGroup textarea {
    border: 1px solid #e4e4e4;
    background-color: #ffffff;
    width: 100%;
    font-size: var(--text-size-1);
    padding: 8px 16px;
    color: var(--color-text-2);
    -webkit-appearance: none; /* Safari, Chrome */
    -moz-appearance: none;    /* Firefox */
    appearance: none;
}
.formArea .formGroup textarea{
	min-height:150px;
}

.formArea .radioLabel {
    cursor: pointer;
    display: block;
    margin: 16px 0;
}

.formArea .radioLabel input[type="radio"] {
    margin-right: 8px;
}

.formArea .checkboxLabel {
    cursor: pointer;
    display: block;
    margin: 16px 0;
}

.formArea .checkboxLabel input[type="checkbox"] {
    margin-right: 8px;
}


.formArea .submitBtn {
    cursor: pointer;
    padding: 18px 16px;
    border-radius: 5px;
    background: linear-gradient(163deg, #65f2cf 0%, #a7ccff 100%);
    color: var(--color-text-2);
    display: block;
    width: 100%;
    border: 0;
    margin-top: 32px;
}

/* --- コンタクトセクション全体 --- */
.conversionArea {
	background-color: #ffffff;
    border: 16px solid #9CD1F7;
    border-radius: 15px;
    padding: 32px 14px;
    text-align: center;
    width: 100%;
	max-width: 1200px;
    margin: 2vw auto 0;
    display: block;
	background-image: url(/wp-content/uploads/2025/08/conversionAreaBg-09a0d2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom -35px left -30px;
}

/* --- タイトルとサブタイトル --- */
.conversionArea .contactTitle {
    font-size: var(--text-size-4);
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0;
    color: #212121;
}

.conversionArea .contactSubtitle {
    font-size: var(--text-size-2);
    margin: 0 0 24px 0;
    color: #333;
}

/* --- ボタン全体のラッパー --- */
.conversionArea .contactButtonsWrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
	margin: 0 auto 32px;
    max-width: 900px;
}

.conversionArea .buttonContainer {
    flex: 1;
    min-width: 280px; /* ボタンが細くなりすぎないように */
}

.conversionArea .buttonDescription {
    font-size: 0.9rem;
    margin: 0 0 8px 0;
    color: #212121;
}

/* --- ボタン共通スタイル --- */
.conversionArea .btn {
	display: inline-block;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: var(--text-size-2);
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* --- 予約ボタン（塗りつぶし） --- */
.conversionArea .btnSolid {
	background: linear-gradient(to right, #48c9b0, #a5d8ff);
    color: var(--color-text-2);
    border: 0px;
    padding: 17px 15px;
    font-weight: 500;
}

.conversionArea .btnSolid:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

/* --- お問い合わせボタン（線のみ） --- */
.conversionArea .btnOutline {
    background-color: #fff;
    color: #3A99DD;
    border: 2px solid #3A99DD;
}

.conversionArea .btnOutline:hover {
    background-color: #3A99DD;
    color: #fff;
    transform: translateY(-2px);
}

/* --- 電話番号エリア --- */
.conversionArea .contactPhone {
    margin-top: 10px;
}

.conversionArea .phoneLabel {
    font-size: var(--text-size-2);
    margin: 0;
    color: #212121;
    line-height: 1;
	margin-bottom: 8px;
    font-weight: bold;
}

.conversionArea .phoneNumber {
    font-size: 2rem;
    font-weight: bold;
    color: #212121;
    text-decoration: none;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

/* --- スマートフォン向け（レスポンシブ対応） --- */
@media (max-width: 768px) {
    .conversionArea .contactButtonsWrapper {
        flex-direction: column; /* 縦並びにする */
        gap: 25px;
    }

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

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

.lp{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100dvh;
    overflow: auto;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.lp .footFixed{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.lp .footFixed img{
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
}
.lp .lpWrap{
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    padding-bottom: 90px;
}
.lp .lpWrap figure{
    margin: 0;
}
.lp .lpWrap img{
    /* width: 100%; */
    display: block;
}

/* インストラクター詳細用 */
.instructorDetail .instructor-main-section {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.instructorDetail .instructor-image-wrapper {
    flex: 1;
    max-width: 320px;
    aspect-ratio: 2 / 3;
    overflow: hidden;
}

.instructorDetail .instructor-image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}

.instructorDetail .instructor-details {
    flex: 1.5;
    min-width: 300px;
}

.instructorDetail .instructor-details h2 .kana {
    font-size: 16px;
    margin-left: 8px;
}

.instructorDetail h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 15px;
    border-left: 4px solid #88c0d0;
}

.instructorDetail .bgText {
    background-color: #F8FFFF;
    padding: 16px;
}

.instructorDetail .instructor-details ul {
    list-style: disc;
    margin: 0;
    padding-left: 10px;
}

.instructorDetail .instructor-details ul li {
    margin-bottom: 8px;
}

@media screen and (max-width: 600px) {
    .instructorDetail .instructor-main-section {
        gap: 14px;
    }
    .instructorDetail .instructor-image-wrapper {
        flex: 1;
        max-width: initial;
        aspect-ratio: 3 / 2;
    }
    .instructorDetail .instructor-main-section {
        flex-direction: column;
    }
}

/* campaign系 */

.section.campaign{
    background-color: #FFFBF0;
    padding: 6vw 24px;
}
.section.campaign .btnArea .button{
    margin: 0 auto;
}

.campaign-card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    max-width: 960px;
    margin: 0 auto;
}

.campaign-card {
    display: block;
    text-decoration: none;
    color: #333;
    width: 31%;
}

.campaign-card-thumbnail {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
}

.campaign-card-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.campaign-card-title {
    font-size: 16px;
    font-weight: bold;
    padding: 16px 0;
    margin: 0;
}

@media screen and (max-width: 600px) {
	.campaign-card-list {
		width: 75%;
	}
    .campaign-card {
        width: 100%;
        max-width: 400px;
    }
}

.staticListPage.campaignList .wrap .mainTitle{
    margin-bottom: 24px;
}
.staticListPage.campaignList .campaign-card-list{
    justify-content: left;
}
@media screen and (max-width: 600px) {
    .staticListPage.campaignList .campaign-card-list{
        justify-content: center;
    }
}

.fixed-cta_trial{
	background: linear-gradient(163deg, #09E3BE 0%, #2489F7 100%);
    font-size: var(--text-size-3);
    padding: 24px 32px;
    line-height: 1;
    border-radius: 100px;
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 3px 6px #C7C7C7;
    color: #fff;
    display: block;
    width: 95%;
    max-width: 550px;
    text-align: center;
	z-index:999;
}

.fixed-cta_trial:visited, .fixed-cta_trial:hover {
    text-decoration: none;
    color: #fff;
}

.fixed-cta_trial img{
	display:block;
	width:35px;
	position:absolute;
	top:50%;
	right:16px;
	transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
	.fixed-cta_trial{
		font-size: var(--text-size-2);
    	border-radius: 10px;
	}
	.fixed-cta_trial img{
		width: 24px;
    	right: 10px;
	}
}

/* 相互リンクのスタイル */
.mutual-links-list {
	list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.mutual-links-list ._link {
	color: #3A99DD;
    border-bottom: 1px solid #3A99DD;
    display: inline-block;
}
