@charset "utf-8";

/* CSS Document */
/*ctr chift /*/
html {
    font-size: 62.5%;
}

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP"),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansCJKjp-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansCJKjp-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansCJKjp-Regular.otf) format('opentype');
}

body {
    background-image: url("../img/category/cover.png");

    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;

    /*font-family: 'Noto Sans JP', 'Open Sans',sans-serif;*/
    color: #bea568;
    font-size: 1.6rem;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

ul {
    list-style: none;

}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #bea568;
    text-decoration: none;
}

a:hover {
    opacity: 0.5;
}

section {
    margin-bottom: 160px;
    margin-top:120px;
}

.b-font {
    font-size: 2.4rem;
}

.h-space {
    padding-bottom: 18px;
}

.text-center {
    text-align: center;
}


.wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    padding-top: 10px;
    padding-left: 45px;
    padding-bottom: 10px;
    padding-right: 45px;
    background-color: #bea568;
    color: #FFF;
    border-radius: 10px;

    spacing: 0.1;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    width: 200px;
    text-align: center;
}

.subtitle {
    font-size: 2.4rem;
    text-align: center;
    padding-bottom: 20px;
    /* aboutで修正 */
}


/*---------------------

header

----------------------*/
.header {
    margin-top: 90px;
    margin-bottom: 40px;
}

.header-inner {
    display: flex;
    justify-content: space-around;
}

.header-info {
    display: flex;
}

.nav-list {
    display: flex;
}

.btn-trigger {
    display: none;
}

.header-information {
    /*width: 257px;*/
    /*letter-spacing:0.05;*/
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.0;
}

.nav-list {
    margin-left: 56px;
    /*width:515px;  */
    /* nav-listの幅を決めないとどこにアイコンが来るかが決まらないので決める. */
    display: flex;
    justify-content: center;
}

.nav-img {
    height: 70px;
    /* heightを設定しないと文字の位置がそろわない。原因はアイコンのサイズがバラバラだから。文字とセットにするならアイコンのサイズはもちろん、文字が何px使うかも考えて画像化しないと上手くいかないne */
    margin-left: 12px;
    /* 1個１個のアイコンの右側マージンを設定することで一定の間隔で並んでいるように見せる。ただし現状はお知らせの右側にもマージン入れちゃった */
    margin-top: 60px;
}

/*---------------------

profile (aboutで追加)

----------------------*/
#about-title {
    font-size: 3.5rem;
}

.profile-information1 {
    display: flex;
    justify-content: space-around;
}

.profile-img-sp {
    display: none;
}

.profile-img {
    width: 100%;
    height: auto;
}

.profile-img-space {
    margin-top: 50px;
}

.profile-name {
    font-size: 3rem;
    font-weight: bold;
}

.name-romaji-pc {
    line-height: 0.5rem;
    margin-bottom: 50px;
}

.name-romaji-sp {
    display: none;
}

.profile-skill {
    line-height: 4rem;
}

.profile-history {
    line-height: 3rem;
    margin-bottom: 10px;
}

.profile-history2 {
    margin-bottom: 20px;
}

.profile-history,
.profile-history2,
.profile-history3 {
    margin-left: 80px;
}

.philosophy-sp {
    display: none;
}

#zazen-wrapper {
    display: flex;
    justify-content: space-around;
}

.zazen-title-pc {
    text-align: center;
    font-size: 2.4rem;
    padding-bottom: 20px;

}

.zazen-title-sp,
.zazen-com-main2-sp,
#zazen-wrapper-sp {
    display: none;
}

.zazen-com-main1 {
    margin-bottom: 30px;
}

.zazen-com-main1 p,
.zazen-com-main2 p {
    line-height: 2.5rem;
}

.zazen-com-main2-sp {
    display: none;
}

/*---------------------

footer

----------------------*/
.footer {
    position: relative;
}

.footer-navlist {
    margin-top: 90px;
    display: flex;
    justify-content: space-around;
    padding: 50px;
}

.guide {
    display: none;
}

.guide p {
    padding-bottom: 16px;
}

footer p {
    padding-top: 56px;
    padding-bottom: 16px;
}

.map-sp {
    display: none;
}

.btn-pageTop {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 30px;
    width: 44px;
    height: 70px;
    transition: all 0.2s;
}


@media screen and (max-width:750px) {

    /* From common */
    body {
        font-size: 1.6rem;
    }

    .wrapper {
        max-width: 100%;
    }

    .btn {
        padding-top: 15px;
        padding-left: 0;
        padding-bottom: 15px;
        padding-right: 0;
    }

    .b-font {
        font-size: 1.6rem;
    }

    /*---------------------

    header
    ----------------------*/
    .header {
        margin-top: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        box-sizing: border-box;
        width: 100%;
        height: 72px;
        padding: 20px 20px 16px;
        background-color: #fff;
    }

    .rogo {
        max-width: 50px;
        text-align: center;
    }

    .header-information {
        display: none;
        /*visibility:hidden;*/
    }

    /*---------------------

    navigation
    ----------------------*/

    .btn-trigger {
        display: block;
        -webkit-appearance: none;
        /*iphone用*/
        overflow: hidden;
        appearance: none;
        position: fixed;
        top: 24px;
        right: 18px;
        z-index: 110;
        width: 40px;
        height: 20px;
        border: none;
        background-color: #fff;
    }

    .btn-trigger span {
        position: absolute;
        display: block;
        width: 28px;
        height: 1px;
        background-color: #bea568;
        transition: all 0.5s;
    }

    .btn-trigger span:first-of-type {
        top: 0;
    }

    .btn-trigger span:nth-of-type(2) {
        top: 10px;
    }

    .btn-trigger span:last-of-type {
        bottom: 0;
    }

    .btn-trigger.active span:first-of-type {
        transform: rotate(45deg);
        top: 10px;
    }

    .btn-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .btn-trigger.active span:last-of-type {
        transform: rotate(-45deg);
        bottom: 10px;
    }

    .navigation {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 120%;
        /*ｽﾏﾎの特性で下が見えてしまう。慣性スクロールの方式で奥のページが見えないように*/
        z-index: 100;
        /*z-indexの罠　Hｔｍｌで一番前にくるとは限らないposition:fixedのときは必須*/
        background-color: rgba(255, 255, 255, 0.97);

    }

    .nav-list {
        width: 70%;
        margin: 40px auto;
        /*flex-wrap: wrap;
        justify-content: space-between; */
        display: block;
    }

    .nav-img {
        margin-left: 0px;
        margin-top: 20px;
    }

    /* From common end*/

    #about-title {
        font-size: 2rem;
        margin-top: 100px;
    }

    .profile-img-space {
        margin-top: 20px;
    }

    .profile-img-pc {
        display: none;
    }

    .profile-img-sp {
        display: block;
        margin-left: 10px;
    }

    .profile-skill {
        padding-top: 0;
        line-height: 2.5rem;
        margin-left: 10px;
    }

    .profile-name {
        font-size: 1.6rem;
    }

    .profile-information1 {
        flex-direction: row-reverse;
    }

    .profile-information2 {
        margin-bottom: 0px;
    }

    .name-romaji-pc {
        display: none;
    }

    .name-romaji-sp {
        display: block;
        font-size: 1.2rem;
        margin-top: -10px;
    }

    .profile-history,
    .profile-history2,
    .profile-history3 {
        margin-left: 10px;
    }

    .philosophy-pc {
        display: none;
    }

    .philosophy-sp {
        display: block;
    }

    #zazen-wrapper {
        display: none;
    }

    #zazen-wrapper-sp {
        display: flex;
        justify-content: center;
        margin: 0 10px 0 10px;
    }

    .zazen-title-pc {
        display: none;
    }

    .zazen-title-sp {
        display: block;
        margin-bottom: 32px;
    }

    .zazen-com-main1-sp {
        margin-bottom: 10px;
    }

    .zazen-com-main1-sp,
    .zazen-com-main2-sp {
        line-height: 2.5rem;
    }

    .zazen-com-main2-sp {
        display: block;
        margin: 0 10px 0 10px;
    }

    /* From Common */
    /*---------------------

    footer

    ----------------------*/
    .footer {
        position: relative;
    }

    .footer-navlist {
        display: none;
    }

    .guide {
        display: block;
        text-align: center;
    }

    .pc-hero-img {
        display: none;
    }

    /* From Common end */

}
