@charset "utf-8";

/* ===================================
common
====================================== */
:root {
    --primary-white: #fdfdfd;
    --primary-black: #444;
    --primary-lightGray: #a3a3a3;
    --line-lightGray: #e4e4e4;
    --primary-beige: rgba(220, 214, 210, 0.86);
    --trial-beige: #DCD6D2;
}

html {
    font-size: 62.5%;
}

body {
    font-family:
        "Noto Serif JP",
        "Cormorant Garamond",
        sans-serif;
    background-color: var(--primary-white);
    color: var(--primary-black);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

img {
    max-width: 100%;
    height: auto;
}

.sp {
    max-width: 768px;
}

@media screen and (min-width: 769px) {
    .sp {
        max-width: 390px;
        margin: 0 auto;
        
    }
}

/* ===================================
header
====================================== */

.header {
    display: flex;
    justify-content: space-between;
}

.logo {
    width: 93px;
    margin: 21px 0 0 8%;
    position: relative;
}

.catchphrase {
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 100%;
    margin-top: 25px;
}

.subCatchphrase {
    font-size: 2rem;
    display: block;
    margin-top: 10px;
    font-weight: 400;
}

.header__btn {
    position: relative;
    right: 22px;
    top: 38px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: none;
    width: 30px;
    height: 20px;
    background-color: transparent;
}

.header__btn .sp-menu {
    display: block;
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 30px;
    height: 1px;
    background-color: var(--primary-black);
    transition: .3s;
}

.header__btn .sp-menu::before,
.header__btn .sp-menu::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    transition: all .3s;
    background-color: inherit;
}

.header__btn .sp-menu::before {
    top: -10px;
}

.header__btn .sp-menu::after {
    top: 10px;
}

/* nav初期表示 */
.nav {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
    background-color: var(--primary-white);
    padding: 0;
}

.nav.active {
    transform: translateX(0);
}

.line-nav {
    display: block;
    width: 326px;
    height: 1px;
    background-color: var(--primary-lightGray);
    margin: 20px auto 0;
}

.nav__list {
    text-align: center;
}

.nav-contents {
    font-family: "Cormorant Garamond";
    font-size: 1.6rem;
    margin-top: 41px;
    text-align: center;
}

.nav__number {
    color: var(--primary-lightGray);
    font-family: "Cormorant Garamond";
    font-size: 1.4rem;
    margin-top: 20px;
}

.nav__number:first-of-type {
    margin-top: 31px;
}

.nav__number::after {
    content: '';
    display: block;
    width: 14px;
    height: 1px;
    background-color: var(--primary-lightGray);
    margin: 0 auto;
}

.nav__item {
    font-family: "Cormorant Garamond";
    font-size: 1.8rem;
    margin-top: 8px;
}

.sns {
    display: flex;
    margin-top: 25px;
    justify-content: center;
    gap: 59px;
}

.snsImg {
    display: block;
    width: 26px;
    height: 26px;
}

/* .header__btn.active表示 */

.header__btn.active {
    z-index: 200;
}

.header__btn.active .sp-menu {
    width: 30px;
    background-color: inherit;
}

.header__btn.active .sp-menu::before,
.header__btn.active .sp-menu::after {
    top: 0;
    background-color: var(--primary-black);
}

.header__btn.active .sp-menu::before {
    transform: rotate(45deg);
}

.header__btn.active .sp-menu::after {
    transform: rotate(-45deg);
}

@media screen and (min-width: 769px) {
    .headerSp {
        display: none;
    }
}


/* ===================================
Article header
====================================== */
.pcImg {
    display: block;
    margin-top: 32px;
}

/* slick */
/* .slider {
    margin-top: 32px;
}

.slick-slider {
    overflow: hidden;
} */

.txt1,
.txt2,
.txt3 {
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    line-height: 25px;
    padding: 0 7%;
    margin-top: 55px;
}

.txt2,
.txt3 {
    margin-top: 25px;
}

.contents-box {
    padding: 10px 0 32px;
    border-top: 1px solid var(--primary-lightGray);
    border-bottom: 1px solid var(--primary-lightGray);
    margin: 55px 8% 0;
}

.logo-contents {
    display: block;
    width: 137px;
    margin: 0 auto;
}

.contentsCatchphrase {
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 14px;
}

.contents {
    font-family: "Cormorant Garamond";
    font-size: 1.2rem;
    text-align: center;
    margin-top: 23px;
}

.contents__list {
    display: grid;
    grid-template-columns: repeat(3,68px);
    gap: 21px 19px;
    margin-top: 29px;
    justify-content: center;
}

.contents__number {
    color: var(--primary-lightGray);
    font-family: "Cormorant Garamond";
    font-size: 1.2rem;
    text-align: center;
}

.contents__item {
    color: var(--primary-black);
    font-family: "Cormorant Garamond";
    font-size: 1.4rem;
}

.contents__item::before {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background-color: var(--primary-lightGray);
    margin: 0 auto;
}

@media screen and (min-width: 769px) {
    /* .slider {
        display: none;
    }

    .pcImg {
        display: block;
    } */
}

/* ===================================
plan
====================================== */
.category,
.categoryInfo {
    padding: 0 8%;
}

.category {
    position: relative;
    margin-top: 55px;
}

.categoryTitle {
    background-color: rgba(220, 214, 210, 0.86);
    text-align: center;
    padding: 0 3% 0 5%;
    position: absolute;
    bottom: 23px;
    left: 5%;
    line-height: 1;
}

.categoryNum {
    font-family: "Cormorant Garamond";
    font-size: 1.4rem;
    margin-right: 12px;
}

.categoryEn {
    font-family: "Cormorant Garamond";
    font-size: 2.4rem;
    font-weight: 700;
    margin-right: 6px;
}

.categoryJa {
    font-family: "Noto Serif JP";
    font-size: 1.2rem;
}

.categoryInfo {
    color: var(--primary-lightGray);
    font-family: "Noto Serif JP";
    font-size: 1.2rem;
    margin-top: 10px;
}

.cateTop {
    color: #584B40;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 24px;
    padding: 0 8%;
}

.cateTxt {
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    line-height: 22px;
    margin-top: 12px;
    padding: 0 13%;
}

.detailContainer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 37px;
    padding: 0 12%;
}


.detailNum {
    color: rgba(202, 183, 167, 0.50);
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 4.5rem;
    margin-right: 20px;
}


.detailTitle {
    color: #584B40;
    font-family: "Noto Serif JP";
    font-size: 1.8rem;
    font-weight: 700;
}

.detailTxt {
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 5px;
}

.pricebox {
    text-align: center;
    margin-top: 15px;
}

.month {
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    font-weight: 300;
    margin-right: 28px;
}

.tax {
    font-size: 1.2rem;
}

.price {
    font-size: 1.8rem;
}

.img-plan {
    margin-top: 15px;
    padding: 0 12%;
}

.ticket {
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    font-weight: 300;
    margin-right: 20px;
}

.planPage {
    text-align: right;
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 8%;
    margin-top: 20px;
}

.page {
    padding: 0 8%;
    margin-top: 34px;
}

.pageNum {
    font-family: "Cormorant Garamond";
    font-size: 1.4rem;
    text-align: right;
}

.line-page {
    height: 1px;
    background-color: var(--primary-black);
}

/* ===================================
trainer
====================================== */
.trainerName {
    font-family: "Noto Serif JP";
    font-size: 2rem;
    text-align: center;
    margin-top: 19px;
}

.nameSub {
    display: block;
    font-family: "Noto Serif JP";
    font-size: 1.2rem;
    text-align: center;
}

.img-owner {
    margin-top: 50px;
}

/* ===================================
voice
====================================== */
.lineinner {
    margin: 0 8%;
    height: 1px;
    background-color: var(--line-lightGray);
}

.line--first {
    margin-top: 30px;
}


.voiceBox {
    padding: 18px 8%;
}

.voiceTitle {
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    font-weight: 700;
}

.voiceName {
    font-family: "Noto Serif JP";
    font-size: 1.2rem;
    font-weight: 300;
    margin-top: 10px;
}

.voiceTxt {
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    margin-top: 10px;
}

/* ===================================
trial
====================================== */
.trialBtn {
    padding: 10px 0;
    display: flex;
    background-color: #DCD6D2;
    justify-content: center;
    margin: 60px auto;
    width: 328px;
}

.img-trialbtn {
    width: 155px;
}

.trialBox {
    background-color: #F4F5F2;
    padding: 10px 20px;
    text-align: center;
}

.first {
    font-family: "Noto Serif JP";
    font-size: 1.2rem;
}

.trialPrice {
    font-family: "Noto Serif JP";
    font-size: 2rem;
}

.trialTax,
.trialBook {
    font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
    .trialBtn {
        transition: 0.3s;
    }

    .trialBtn:hover {
        opacity: .8;
    }
    
}

/* ===================================
faq
====================================== */
.faq-contents {
    padding: 0 8% 38px;
}

.faqBox {
    display: flex;
    justify-content: center;
    gap: 46px;
    padding: 20px 0;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin-top: 38px;
}

.faqBox:first-of-type {
    margin-top: 40px;
}

.faqNum,
.question,
.answer {
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
}

.answer {
    margin-top: 23px;
    display: none;
}

.plus {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid var(--primary-black);
    border-right: 1px solid var(--primary-black);
    transform: rotate(45deg);
    margin: 5px 0;
    transition: transform .3s ease-in-out;
}

.faqBox.is-open .plus {
    transform: rotate(225deg);
}

@media screen and (min-width: 769px) {
    .faqBox {
        cursor: pointer;
    }
}


/* ===================================
access
====================================== */
.categoryTitle-no-img {
    position: inherit;
    display: inline-block;
    left: 7px;
    background-color: var(--primary-white);
}

.station {
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    padding: 0 8%;
    margin-top: 7px;
}

.map {
    padding: 0 8%;
    width: 100%;
    height: 205px;
    margin-top: 19px;
}

.address {
    font-family: "Noto Serif JP";
    font-size: 1.2rem;
    margin-top: 14px;
    padding: 0 8%;
}

.address2 {
    margin-left: 14px;
}

/* ===================================
contact
====================================== */
/* ===================================
footer
====================================== */
.footer {
    padding: 0 0 35px;
}

.logo-footer {
    display: block;
    width: 118px;
    margin: 0 auto;
}

.sns--footer {
    margin-top: 15px;
    gap: 20px;
}

.footerTxt,
.copy {
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 1.2rem;
    margin-top: 15px;
}

/* ===================================
scroll top
====================================== */
.topBtn {
    display: inline-block;
    padding: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: var(--primary-white);
    font-family: "Cormorant Garamond";
    color: var(--primary-black);
    font-size: 1.2rem;
    box-shadow: 2px 2px 4px 2px rgba(29, 101, 101, 0.2);
    position: fixed;
    bottom: 1.4%;
    right: 1.4%;
}

@media screen and (min-width: 769px) {
    .topBtn {
        display: none;
    }
}

/* ===================================
fadeIn
====================================== */
.fadeIn {
    transform: translate(0, 50px);
    opacity: 0;
    transition: 0.8s;
}

.fadeIn.animated {
    transform: translate(0, 0);
    opacity: 1;
}
/* ===================================
pc right
====================================== */
.pc-right {
    display: none;
    text-align: center;
    padding: 47px 3% 0 5%;
}

.catchphrasePc {
    font-family: "Noto Serif JP";
    font-size: 3vw;
    font-weight: 700;
    line-height: 1;
}

.subCatchphrasePc {
    font-family: "Noto Serif JP";
    font-size: 1vw;
    font-weight: 400;
    display: block;
    margin-top: 21px;
}

.line-Pc {
    height: 1px;
    background-color: #A3A3A3;
    margin: 21px auto 0;
    display: block;
}

.img-pc {
    margin: 28px auto 0;
    display: block;
    max-width: 21vw;
    width: 100%;
}

/* rightスライドショー */

.pc-slide {
    max-width: 21vw;
	height: 40vh;
	overflow: hidden;
	position: relative;
	max-width: 21vw;
    margin: 50px auto 0;
    height: 12vw;
}

.pc-slide .img-pc-slide {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
	opacity: 0;
	animation-name: slide-fade;
	animation-duration: 15s;
	animation-iteration-count: infinite;
}

@keyframes slide-fade {
    0%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	80%{
		opacity: 0;
	}
	100%{
		opacity: 0;
		z-index: 0;
	}
}

.pc-slide .img-pc-slide:first-of-type{
	background-image: url(../images/img-pc-slide1.webp);
}
.pc-slide .img-pc-slide:nth-of-type(2){
	background-image: url(../images/img-pc-slide2.webp);
	animation-delay: 5s;
}
.pc-slide .img-pc-slide:last-of-type{
	background-image: url(../images/img-pc-slide4.webp);
	animation-delay: 10s;
}

/* pc */

@media screen and (min-width:769px) {
    .pc-right {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: calc((100% - 390px)/2);
        height: calc(100vh - 150px);
        
    }
}

/* ===================================
pc left
====================================== */
.pc-left {
    display: none;
    text-align: center;
    padding-top: 40px;
}

.logoPc {
    width: 214px;
}

.contentsPc {
    font-family: "Cormorant Garamond";
    font-size: 1.2vw;
    margin-top: 50px;
}

.listPc {
    display: grid;
    grid-template-columns: repeat(2, 40%);
    gap: 21px 8%;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}

.numberPc {
    color: #A3A3A3  ;
    font-family: "Cormorant Garamond";
    font-size: 1.2vw;
    margin-top:24px;
    text-align: center;
}

.itemPc::before{
    content: '';
    display: block;
    width: 14px;
    height: 1px;
    background-color: var(--primary-lightGray);
    margin: 0 auto;
}


.itemPc {
    color: var(--primary-black);
    font-family: "Cormorant Garamond";
    font-size: 1.5vw;
}

.snsPc {
    display: flex;
    margin-top: 49px;
    justify-content: center;
    gap: 53px;
}

.snsImgpc {
    display: block;
    width: 26px;
    height: 26px;
}

/* pc */

@media screen and (min-width:769px) {
    .pc-left {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: calc((100% - 390px)/2);
        height: 100vh;
    }

    .logoPc,
    .itemPc,
    .snsImgpc {
        transition: 0.3s;
    }

    .logoPc:hover,
    .itemPc:hover,
    .snsImgpc:hover {
        transform: scale(1.1);
    }
}