@charset "utf-8";
/* 初期化 */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.sp {
    display: none;
}

.mainOrange {
    color: #f65809;
}

.centerlign {
    text-align: center;
}
h3 {
    color: #f65809;
    margin: 40px 0;
}
h4 {
    margin: 40px 0;
}
/* header */
header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    /* background-color: #ffffff; */
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 100;
}
#headerFlex {
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#logo {
    transition: all ease .7s;
}
#logo:hover {
    opacity: .7;
}
nav .pcul {
    display: flex;
    justify-content: space-around;
}
nav .pcul li a {
    display: inline-block;
    padding: 5px 10px;
    transition: all ease .7s;
    color: #5D5D63;
}
.pcul .fookPoint {
    color: #f65809;
    transition: all ease .9s;
    font-weight: bold;
}
nav .pcul li a:hover {
    color: #f65809;
}
.pcul .fookPoint:hover {
    font-size: 25px;
    font-weight: bold;
}
/* end header */
/* mainImg */
.mainImg {
    margin-top: 100px;
}
.mainImg div {
    text-align: center;
}
.mainImg div img {
    max-width: 100%;
    height: 600px;
}
.mainImg .slideImg2,
.mainImg .slideImg3
{
    display: none;
}
.contactMainImg {
    background-color: rgba(30, 144, 255, 0.6);
    padding: 20px;
    margin: 0 20px;
    border-radius: 20px;
}
.contactMainImg a {
    color: #ffffff;
    display: inline-block;
    width: 100%;
    transition: all ease .5s;
}
.contactMainImg a:hover {
    font-size: 20px;
}
/* end mainImg */
/* main */
main {
    width: 90%;
    margin: 40px auto;
}
section {
    opacity: 0;
    margin: 40px 0;
}
.introMainImg {
    width: 30%;
    margin: 0 auto;
}
.introMainImg img {
    max-width: 100%;
}
/* cost */
.cost .costImgFlex {
    display: flex;
    justify-content: center;
}
.cost img {
    max-width: 100%;
}
.cost .costImg {
    width: 50%;
    text-align: center;
}
/* end cost */
/* トレーナー紹介 */
.intro1 {
    display: flex;
    justify-content: center;
    padding: 20px;
}
.introImg1 {
    width: 50%;
    text-align: center;
}
.introImg1 img {
    border-radius: 50%;
    max-width: 100%;
    height: 400px;
}
.introText1 {
    width: 50%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2.5;
}
.intro2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 20px;
}
.introImg2 {
    width: 50%;
    text-align: center;
}
.introImg2 img {
    border-radius: 50%;
    max-width: 100%;
    height: 400px;
}
.introText2 {
    width: 50%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2.5;
}
/* end トレーナー紹介 */
/* 効果 */
.effectBtns {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 40px;
    margin: 60px 0;
}

.effectBtns button {
    border: none;
    border-radius: 20px;
    background-color: rgba(246, 88, 9, 0.8);
    display: inline-block;
    padding: 20px 40px;
    color: #ffffff;
    box-shadow: 0 10px 5px rgba(0, 0, 0, .6);
    cursor: pointer;
}

.effectBtns button.activeEffectBtn {
    border: none;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .8);
    display: inline-block;
    padding: 20px 40px;
    color: rgba(246, 88, 9, 0.8);
    box-shadow: 0 10px 5px rgba(0, 0, 0, .6);
    cursor: pointer;
}

.effectBtns button:hover {
    margin-top: 12px;
    margin-left: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .6);
}

#wrapEffectText {
    width: 85%;
    margin: 0 auto;
}
#wrapEffectText div {
    display: none;
}
#wrapEffectText div.blockEffect {
    display: block;
}
/* 効果　end */
/* アクセス */
.accessTitle,
.costTitle,
.introTitle,
.effectTitle,
.homeTitle {
    text-align: center;
    margin: 20px 0;
}
.accessFlex {
    display: flex;
    justify-content: center;
    width: 100%;
}
.map {
    width: 50%;
    padding: 20px;
}
.accessMapList {
    width: 50%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.accessMapList .accessList {
    margin-bottom: 20px;
}
/* end アクセス */
/* ライン画像(お問い合わせ) */
.contactLine {
    text-align: center;
}
.contactLine img {
    max-width: 100%;
    height: 400px;
}
/* end ライン画像(お問い合わせ) */
/* お問い合わせ(後方ライン画像) */
.contactBackImg {
    transition: all ease .7s;
}
.contactBackImg:hover {
    opacity: .7;
}
/* お問い合わせ(後方ライン画像) */
/* お問い合わせ固定ボタン */
.fixedContactBtn {
    position: fixed;
    left: 30px;
    bottom: 30px;
}
.fixedContactBtn a {
    display: inline-block;
}
.fixedContactBtn a button {
    border: none;
    border-radius: 50%;
    background-color: #f65809;
    padding: 40px 20px;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
    transition: all ease .7s;
}
.fixedContactBtn a button:hover {
    transform: rotate(360deg);
    background-color: rgba(30, 144, 255, 0.6);
}
/* end お問い合わせ固定ボタン */
/* end main */
/* footer */
footer {
    background-color: rgba(246, 88, 9, 0.6);
    padding: 60px;
}
footer .footerlogo {
    text-align: center;
}
footer .footerMenu {
    margin: 30px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}
footer .footerMenu li {
    text-align: center;
    line-height: 2.5;
}
footer .footerMenu li a {
    display: inline-block;
    margin: 0 auto;
    color: #ffffff;
    transition: all ease .7s;
}
footer .footerMenu li a:hover {
    color: rgba(30, 144, 255, 0.6);
}
.copyright {
    text-align: center;
    color: #ffffff;
}
/* end footer */
/* タブレット */
@media screen and (max-width: 1024px) {
    /* 初期化 */
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    /* header */
    header {
        height: 90px;
    }
    #headerFlex {
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 20px;
    }
    .backgroundHamburger {
        margin: 0 40px 20px 0;
        cursor: pointer;
        position: relative;
    }  
    .backgroundHamburger .hamburgerBorder {
        display: block;
        height: 4px;
        width: 30px;
        background-color: #5D5D63;
        border-radius: 2px;
        position: absolute;
        top: 0;
        left: 0;
        transition: all ease .5s;
    }
    .backgroundHamburger span:nth-of-type(1) {
        top: 0;
    }
    .backgroundHamburger span:nth-of-type(2) {
        top: 10px;
    }
    .backgroundHamburger span:nth-of-type(3) {
        top: 20px;
    }
    .backgroundHamburger.open span:nth-of-type(1) {
        transform: rotate(45deg);
        top: 10px;
    }
    .backgroundHamburger.open span:nth-of-type(2) {
        opacity: 0;
        top: 0;
    }
    .backgroundHamburger.open span:nth-of-type(3) {
        transform: rotate(-45deg);
        top: 10px;
    }
    #dropMenuWrap {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 999;
    }
    .dropMenuFlex {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    nav #dropMenuWrap .dropMenuFlex .spul li a {
        display: block;
        color: #ffffff;
        margin: 15px 0;
    }
    .closeMenuBtn {
        display: block;
        font-size: 20px;
        color: #ffffff;
        text-align: center;
        margin-top: 50px;
    }
    .closeMenuBtn button {
        display: block;
        padding: 7px 15px;
        background-color: #ffffff;
        color: rgba(0, 0, 0, 0.6);
        border: none;
        font-size: 30px;
        border-radius: 47%;
        margin: 0 auto;
    }
    nav #dropMenuWrap .dropMenuFlex .spul li .fookPoint {
        color: #f65809;
        font-weight: bold;
    }
    /* end header */
    /* mainImg */
    .mainImg {
        margin-top: 90px;
    }    
    .mainImg img {
        max-width: 100%;
    }
    .contactMainImg {
        background-color: rgba(30, 144, 255, 0.6);
        text-align: center;
    }
    .introMainImg {
        width: 70%;
        margin: 0 auto;
    }    
    /* end mainImg */
    /* main */
    /* ライン画像(お問い合わせ) */
    .contactLine img {
        max-width: 100%;
    }
    /* end ライン画像(お問い合わせ) */
    /* end main */
    footer .footerMenu li {
        width: 25%;
        text-align: center;
        line-height: 2.5;
    }    
    /* footer */
    /* end footer */
}
/* SP */
/* スマホ */
@media screen and (max-width: 481px) {
    /* main */
    /* トレーナー紹介 */
    .intro1 {
        display: block;
        padding: 20px;
    }
    .introImg1 {
        width: 100%;
    }
    .introImg1 img {
        border-radius: 50%;
        max-width: 100%;
    }
    .introText1 {
        width: 100%;
        padding: 20px;
        line-height: 2.5;
    }   
    .intro2 {
        display: block;
        padding: 20px;
    }
    .introImg2 {
        width: 100%;
    }
    .introImg2 img {
        border-radius: 50%;
        max-width: 100%;
    }
    .introText2 {
        width: 100%;
        padding: 20px;
        line-height: 2.5;
    }       
    /* end トレーナー紹介 */
    /* ライン画像(お問い合わせ) */
    .contactLine img {
        max-width: 100%;
        height: 200px;
    }
    /* end ライン画像(お問い合わせ) */
    /* 効果 */
    .effectBtns button {
        border: none;
        border-radius: 20px;
        background-color: rgba(246, 88, 9, 0.8);
        display: inline-block;
        width: 20%;
        padding: 10px;
        color: #ffffff;
        box-shadow: 0 10px 5px rgba(0, 0, 0, .6);
        cursor: pointer;
        font-size: 10px;
    }
    .effectBtns button.activeEffectBtn {
        border: none;
        border-radius: 20px;
        background-color: rgba(255, 255, 255, .8);
        display: inline-block;
        padding: 10px;
        color: rgba(246, 88, 9, 0.8);
        box-shadow: 0 10px 5px rgba(0, 0, 0, .6);
        cursor: pointer;
    }    
    /* end 効果 */
    /* access */
    .accessFlex {
        display: block;
        width: 100%;
    }
    .map {
        width: 100%;
        padding: 20px;
    }
    .accessMapList {
        width: 100%;
        padding: 20px;
        display: block;
    }    
    /* end access */
    /* お問い合わせ固定ボタン */
    .fixedContactBtn {
        position: fixed;
        left: 30px;
        bottom: 30px;
    }
    .fixedContactBtn a {
        display: inline-block;
    }
    .fixedContactBtn a button {
        border: none;
        border-radius: 50%;
        background-color: #f65809;
        padding: 30px 10px;
        color: #ffffff;
        font-size: 12px;
        cursor: pointer;
        transition: all ease .7s;
        opacity: .7;
    }
    /* end お問い合わせ固定ボタン */
    /* end main */
    /* footer */
    footer .footerMenu li {
        width: 50%;
        text-align: center;
        line-height: 2.5;
    }    
    /* end footer */
}
/* end SP */