@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* CSS Document */


/* 基本 */


/* iPad対応 */

body {
    // PC用の横幅を指定
    min-width: 990px;
}

// スマートフォンのブレイクポイント
@media screen and (max-width: 767px) {
    body {
        // 初期化
        min-width: initial;
    }
}

html {
    min-height: 100%;
    position: relative;
}

body {


    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;

    color: darkslategray;
    font-size: 16.5px;
    line-height: 1.65em;
    background-color: mintcream;
    margin: 0;
    padding: 0;
    margin-bottom: 70px;
}



a {
    color: dodgerblue;
    text-decoration: none;
}

p {
    margin-bottom: 1em;
    line-height: 1.8em;
}

p.notice {
    font-size: 0.85rem;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.pc_only {
    display: block;
}

.pc_only_personal {
    display: inline;
}

.sp_only {
    display: none;
}

.bold {
    font-weight: bold;
}

.red {
    color: crimson !important;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

ul.notice li {}

ul.notice {
    list-style-position: inside;
}

ul.notice li {
    padding-left: 1em;
    text-indent: -1em;
    list-style-type: none;
    font-size: 0.9rem;
}


section {

    z-index: 2;
    min-width: 990px;
}

section:nth-child(odd) {
    background-color: #12b3d8;

    color: white;
}


.inner {
    padding: 50px 15px;
    margin: 0 auto;
    width: 990px;
    box-sizing: border-box;
    overflow: hidden;

}


/* ヘッダー */

.nav_outer {

    background-color: #12b3d8;
    padding: 10px 0;
    min-width: 990px;
}

.nav_outer2 {
    width: 990px;
    margin: 0 auto;
}


nav {
    width: 990px;

    margin: 0 auto;
    text-align: right;
    z-index: 0;
}

nav ul li {

    display: inline;
    padding: 0 10px;
    border-right: 1px dashed lightblue;
    margin-left: 0em;
}

nav ul li:last-child {
    border-right: none;
}

nav ul li a {
    color: white;
    transition: all 0.3s 0s ease;
    /*transitionの記述を追加*/
}

nav ul li a:hover {
    opacity: 0.6;

}

.keyvisual {
    background-image: url(../images/kv.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: white;
    min-width: 990px;
    background-attachment: fixed;

}

.keyvisual .inner {

    min-height: 460px;
    display: flex;
    padding: 0;
    align-items: center;
}

.keyvisual .inner img {

    width: 510px;
}

h1 {
    position: absolute;
    color: white;
}

h1 img {
    width: 125px;
    padding-bottom: 3px;
}

.kv_title {
    color: #12b3d8;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
        -2px 2px 0 #FFF, 2px -2px 0 #FFF,
        0px 2px 0 #FFF, 0-2px 0 #FFF,
        -2px 0 0 #FFF, 2px 0 0 #FFF;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
        -1px 1px 0 #FFF, 1px -1px 0 #FFF,
        0px 1px 0 #FFF, 0-1px 0 #FFF,
        -1px 0 0 #FFF, 1px 0 0 #FFF;
    position: absolute;
    bottom: 15px;

    z-index: 2;
    width: 990px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin: auto;

}

.kv_title p.sub {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 0.6em;
    color: lightseagreen;

}

.eng {
    font-size: 3rem;

}


.kv_title p.eng {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
        -2px 2px 0 #FFF, 2px -2px 0 #FFF,
        0px 2px 0 #FFF, 0-2px 0 #FFF,
        -2px 0 0 #FFF, 2px 0 0 #FFF;
}




p span.eng {
    font-size: 7rem;
    line-height: 1.05em;
    margin-bottom: 15px;
    color: steelblue;
}





.spacer {
    width: 100%;
}

.keyvisual ul {
    margin-right: 90px;
    margin-top: 50px;
}


.keyvisual ul li {
    list-style-type: none;
    margin-left: 0em;
    border: 1px solid darkslategray;
    margin-bottom: 15px;
    padding: 2px 8px;
    display: inline-block;
}

/* お知らせ */

#info {
    background-color: white;
    border-radius: 10px;
    padding: 5px 20px;
    width: 90%;
    margin: 0 auto 40px;
    color: steelblue;

}

#info p {
    color: white;
    font-weight: bold;
    margin-bottom: 0;
    background-color: steelblue;
    border-radius: 30px;
    padding: 0px 10px;
    display: inline-block;
    margin-top: 5px;
}

#info ul li {
    border-bottom: 1px dashed gray;
    margin-bottom: 5px;
}

#info ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}


/* eGYMの特徴 */

h2 {
    margin: 0 auto 30px;
    color: darkblue;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    padding: 0.6rem 3rem;
    display: table;
    position: relative;
    background-color: yellow;
}

h2:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 40px #12b3d8;
    border-bottom: solid 55px transparent;
    z-index: 2;
}

h2:after {
    position: absolute;
    content: '';
    right: 0px;
    top: -8px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 40px transparent;
    border-bottom: solid 55px #12b3d8;
    z-index: 2;
}

section:nth-child(even) h2 {

    color: white;
    background-color: darkblue;
}

section:nth-child(even) h2:before {

    border-left: solid 40px mintcream;
}

section:nth-child(even) h2:after {

    border-bottom: solid 55px mintcream;
}




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

.flex.sns {
    justify-content: space-around;
    width: 60%;
    margin: 0 auto;
}


.flex_inner {
    width: 30%;
    line-height: 1.5em;
    text-align: center;
}


.flex .flex_inner img {

    border: 0px solid #00cc00;
    width: 100%;
    /* ※縦横を同値に */
    margin-bottom: 10px;
}

.flex.sns .flex_inner img {

    width: 105px;
}

#features h3 {
    padding: 0 15px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 5px
}


/* ご利用方法 */

#howto h3 {
    padding: 2px 15px 0;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 5px;
    border: 1px solid;
    border-radius: 30px;
    display: table;
    color: #12b3d8;

}

.scroll {
    overflow: scroll;
    background-color: white;
    padding: 20px;
    height: 300px;
    border: 1px solid lightgray;
    border-radius: 5px;
}

.scroll ul li {
    list-style-type: disc;
    margin-left: 10px;
}


/* 料金プラン */

#plan h3 {
    padding: 2px 15px 0;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 5px;
    border: 1px solid;
    border-radius: 30px;
    display: table;


}

#plan h3:last-of-type {
    margin-top: 30px;

}


.middle_l {
    display: flex;
    justify-content: center;
    align-items: center;
}

.middle_r {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

img.pic_l {
    border: 8px solid white;
    width: 300px;
    float: left;
    margin-right: 40px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    transform: rotate(-1deg);
}

img.pic_r {
    border: 8px solid white;
    width: 300px;
    float: right;
    margin-left: 40px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    transform: rotate(1deg);
}

#welfare img.pic_l,
#welfare img.pic_r {
    width: 280px;
}

.new_plan {
    background-color: white;
    color: darkslategray;
    padding: 15px;
    margin-top: 15px;
    text-align: center;
}

.new_plan h4 {
    font-weight: bold;
    font-size: 1.8rem;
    background: linear-gradient(transparent 60%, #ff6 60%);
    display: table;
    margin: 10px auto 20px;

}

.new_plan img {
    width: 670px;
}


/* パーソナルトレーナー */
#personal .flex {
    margin-bottom: 20px;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
}

#personal .flex_inner {
    width: 24%;
    line-height: 1.5em;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
}

#personal h3 {
    font-weight: bold;
    color: royalblue;
    font-size: 1.2rem;
    padding: 4px 18px;
    border-radius: 30px;
    display: inline-block;
    border: 2px solid royalblue;
    margin: 5px 0 7px 0;
}

#personal .flex p {
    text-align: left;
}

#personal .flex p.trainer {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 1rem;
}

#personal .flex p.pprice {
    border-top: 1px dashed deepskyblue;
    border-bottom: 1px dashed deepskyblue;
    padding: 5px 10px;
    background-color: ivory;
        width: 100%;
    text-align: center;
}
.spacer{
    width: 100%;
}
/* coaching */

.coaching {
    background-color: paleturquoise;
    padding: 20px;
    margin-top: 30px;
    color: midnightblue;
}

.coaching h4 {
    font-weight: bold;
    font-size: 1.8rem;
    display: table;
    margin: 10px auto 30px;
    background: linear-gradient(transparent 60%, #ff6 60%);

}

.coaching p.price {
    text-align: center;
    margin-bottom: 10px;

}

.coaching ul {}

.coaching .contents {
    background-color: ivory;
    padding: 10px;

    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 1.15rem;
    line-height: 1.6em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coaching .contents img {
    width: 210px;
    margin-right: 30px;
}

.coaching .service {
    color: white;
    background-color: midnightblue;
    border-radius: 20px;
    padding: 0 15px;
    display: inline-block;
    margin-bottom: 10px;

}

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

.coaching .mid {
    font-size: 1.5rem;
}

.coaching .small {
    font-size: 0.8rem;
}

.coaching strong {
    color: orangered;
}

.coaching .button {
    margin-bottom: 15px;
}

/* スライダー */




.swiper--wrapper {
    /* wrapperのサイズを調整 */
    width: 100%;
    height: 500px;
}



.swiper-slide {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: lightblue;

    height: 100vh;
}

.swiper-slide img {
    height: 500px;

    object-fit: cover;
    /* IE: not support */
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    color: white !important;
    display: none !important;
}







ul.omoi {
    margin: 0 auto;
    display: table;
    margin-bottom: 20px;
    width: 100%;
}



.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 30px;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.price {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
}







/* お問い合わせ */


.mail a {
    color: white;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 2rem;
}

.keyvisual .inner .sns {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 50px;
    width: 220px;
}

.form {
    margin-bottom: 30px;
}


.keyvisual .inner .sns img {
    width: 50px;
    transition: all 0.3s 0s ease;
    /*filter: invert(51%) sepia(17%) saturate(1293%) hue-rotate(165deg) brightness(89%) contrast(96%);*/
}

.keyvisual .inner .sns img:hover {
    opacity: 0.6;
}

a.button {
    color: white;
    border: 1px solid deepskyblue;
    border-radius: 5px;
    padding: 15px 20px;
    background-color: deepskyblue;
    font-weight: bold;
    display: inline-block;
    font-size: 1.3rem;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 30px;

    background: rgb(4, 175, 232);
    background: linear-gradient(0deg, rgba(4, 175, 232, 1) 0%, rgba(4, 175, 232, 1) 49%, rgba(0, 191, 255, 1) 50%, rgba(0, 191, 255, 1) 100%);
}

a.button:hover {
    opacity: 0.7;
    transition: all 0.3s;
}

a.button.line {
    color: white;
    background-color: #00b900;
    margin-bottom: 30px;
    border: 1px solid #00b900;
    background: rgb(0, 173, 0);
    background: linear-gradient(0deg, rgba(0, 173, 0, 1) 0%, rgba(0, 173, 0, 1) 49%, rgba(2, 192, 2, 1) 50%, rgba(2, 192, 2, 1) 100%);
}

a.button.keyvox {
    color: white;
    background-color: darkorchid;
    margin-bottom: 20px;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 15px 30px;
    font-size: 1.4rem;
}

/* アクセス */

/* Google Mapを囲う要素 */
.map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60%;
    /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* フッター */

footer {
    padding: 20px;
    text-align: center;
    background-color: #12b3d8;
    color: white;
    font-family: ;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 990px;


}

#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 77px;
    background: lightblue;
    opacity: 0.8;
    z-index: 5;
    border: 2px solid #fff;
    border-radius: 40px;
}

#page_top a::before {
    font-family: FontAwesome;
    content: '\f106';
    font-size: 36px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -6px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    display: block;
}

.table_br {
    display: none;
}



/* faq */


.qa-list dl {
    position: relative;
    margin: 30px 0 0;
    cursor: pointer;
    border: 1px solid #eeeded;
}

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

.qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #3285bf;
    border-right: 2px solid #3285bf;
}

.qa-list .open::after {
    transform: rotate(-45deg);
}

.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 15px 15px 15px 50px;
    font-weight: bold;
    background: #d5f1f4;
    color: #3285bf;
}

.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 15px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #3285bf;
}

.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 22px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
    top: 16px;
}

.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 15px 15px 15px 50px;
    background-color: white;
    color: darkslategray;
}

.qa-list dl dd p {
    margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .qa-list dl {
        margin: 10px 0 0;
    }

    .qa-list dl:after {
        top: 20px;
        right: 20px;
        width: 7px;
        height: 7px;
    }

    .qa-list dl dt {
        padding: 10px 10px 10px 40px;
    }

    .qa-list dl dt::before {
        top: 10px;
        left: 15px;
    }

    .qa-list dl dd::before {
        margin-top: 5px;
        left: 17px;
        top: 6px;
    }

    .qa-list dl dd {
        margin: 0;
        padding: 10px 10px 10px 40px;
    }

    .qa-list dl dd p {
        margin: 30px 0 0;
    }

    .qa-list dl dd p:first-child {
        margin-top: 0;
    }
}

/* レスポンシブル */

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

    body {
        font-size: 16px;
    }

    .pc_only {
        display: none;
    }

    .pc_only_personal {
        display: none;
    }

    .sp_only {
        display: block;
    }

    #personal ul li {
        margin-left: 2em;
    }

    #personal .coaching ul li {
        margin-left: 0;
    }

    a.button {
        border-radius: 40px;
        width: 100%;
    }

    .nav_outer2 {
        width: 100%;
        padding: 13px;
        min-height: 54px;
    }

    h1 {
        position: relative;
    }

    .keyvisual {
        min-width: unset;
        background-position: top center;
        background-attachment: inherit;
        background-size: cover;

    }


    .keyvisual .inner {
        background-image: none;
        overflow: inherit;
        align-items: flex-end;
        min-height: 300px;
    }




    .kv_title {
        width: 100%;
        margin-top: 0px;
        position: absolute;
        padding: 13px;
        bottom: 0;
    }

    .kv_title p.sub {
        font-weight: bold;
        font-size: 1.7rem;

    }


    .kv_title p.eng {
        font-size: 2rem;

    }





    .kv_title p {
        margin-bottom: 10px;
    }

    p span.eng {
        font-size: 5rem;
        line-height: 1.0em;
    }




    .keyvisual ul {
        margin-right: 0;
        margin-top: 25px;
        text-align: center;
    }

    .keyvisual ul li {
        margin-bottom: 10px;
    }

    section {
        min-width: inherit;
    }

    .inner {
        width: 100%;
        padding: 20px 13px;
    }

    .middle_r,
    .middle_l {
        display: block;
        text-align: center;
    }

    .middle_r div,
    .middle_l div {
        text-align: left;
    }

    h2 {
        font-size: 1.4rem;
        padding: 0.3rem 3rem;
    }

    h2:after {
        top: -19px;
    }

    h2 span.eng {
        display: block;
        line-height: 1;
    }

    h3 {
        font-size: 1.1rem;
    }

    span.sub {
        border: 1px solid white;
        padding: 0 10px;
        display: table;
        margin: 5px auto 0;
    }

    section:nth-child(even) span.sub {
        border: 1px solid steelblue;
    }

    #info {
        width: 100%;

    }

    #sns h3 {
        font-size: inherit;
    }

    .flex.sns {
        width: 100%;
    }


    .flex_inner {
        width: 50%;
    }

    .flex_inner.sns {
        width: 30%;
    }


    .flex .flex_inner img {
        width: 90%;
    }

    .flex.sns .flex_inner img {

        width: 75%;
        max-width: 300px;
    }


    #features h3 {
        font-size: 1rem;
    }


    img.pic_l,
    img.pic_r {
        float: none;
        margin: 0 auto;
        width: 85%;
        margin-bottom: 15px;
        max-width: 400px;
    }

    .new_plan img {
        width: 100%;
    }

    .new_plan h4 {
        font-size: 1.4rem;
        margin: 0 auto 15px;

    }


    #personal img.pic_l {
        margin-right: auto;
    }

    #personal .flex_inner {
        width: 100%;
        line-height: 1.5em;
        text-align: center;
        display: block;
    }

    #personal .flex_inner img {
        width: 60%;
    }

    #personal .flex {
        margin-bottom: 10px;
    }

    .coaching .contents {
        display: block;
        text-align: center;
        font-size: inherit;
    }

    .coaching .service {
        display: block;
        margin-top: 10px;
        text-align: center;
    }

    .coaching .contents img {
        width: 50%;
        margin-right: 0;
    }

    .coaching .contents div {
        text-align: left;
    }

    span.eng {
        font-size: 2.4rem;
        line-height: 1.3em;
    }

    .swiper--wrapper {
        height: 400px;
    }

    .swiper-slide img {
        height: 400px;
    }

    ul.omoi {
        margin-bottom: 0;

        width: inherit;
    }

    ul.omoi li {
        display: block;
        padding-right: 0;
    }

    ul.award li {
        line-height: 1.3;
        padding: 2px 5px;
    }



    #personal h3 {
        margin: 0 auto 10px auto;
        display: table;
    }

    #personal img.pic_r {
        margin: 0 auto 15px;
    }



    .keyvisual .inner .sns {
        margin-top: 30px;
        width: 200px;
    }

    .keyvisual .inner .sns img {
        width: 45px;
    }


    body {
        margin-bottom: 50px;
    }

    footer {
        height: 50px;
        min-width: inherit;
    }

    #page_top {
        bottom: 27px;
    }

    .mail a {
        font-size: 1.6rem;
    }

}

@media screen and (min-width:470px) and (max-width:767px) {
    .keyvisual .inner {
        background-size: 350px;
    }


}


@media screen and (max-width:382px) {
    ul.award li {
        font-size: 15px;
    }

}

@media screen and (max-width:380px) {
    .table_br {
        display: block;
    }

}

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

    nav {
        padding-right: 15px;
    }

    h1 {
        left: 15px;
    }

    .kv_title {
        padding-left: 15px;
    }
}
