@charset "UTF-8";

/*　共有部分
--------------------------*/
html{font-size: 100%;}
body{
    font-family: "ZenMaruGothic", "YuGothic", "游ゴシック", Verdana, Helvetica, Arial, sans-serif, serif;
    line-height: 1.7;
    color: #432;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}


/*header
--------------------------*/
.main-nav {
    display: flex;
    font-size:  1.25rem;
    text-transform: uppercase;
    margin-top: 50px;
    list-style: none;
}
.main-nav li {
    margin-left: 36px;
    font-weight: bold;
}
.main-nav a {
    color: #432;
    font-family: sans-serif;
}
.main-nav a:hover {
    color: #fff;
}

.page-header {
    background-color: #0bd;
    height: 120px;
}

.logo {
    width: 200px;
}

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

.page-header {
    margin: 0 auto;
    padding: 0 10%;
}


/* HOME
--------------------------*/
.home-content {
    text-align: center;
    margin-top: 5%;
    font-size: 5rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.home-content p {
    font-size: 2rem;
    margin: 10px 0 42px;
    font-family: '游ゴシック', sans-serif;
    color: #432;
}

.home-content a {
    font-size: 3rem;
}


.sub-content {
    display: flex;
    justify-content: space-between;
    color: #0bd;

}

.sub-content h5 {
    color: #432;
}

.sub-content article {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
}


.sub-content aside {
    width: 80%;
    text-align: left;
    margin: 0 5rem;
}

aside p {
   padding: 10px 10%; 
   margin-top: 3rem;
   margin-bottom: 1rem;
   font-size: 30px;
   font-family: 'Zen Maru Gothic', sans-serif;
   color: #432;
}

article p {
    font-size: 1.5rem;
    font-family: sans-serif;
    color: #432;
}

/* 見出し */
.page-title {
    font-size: 20rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}


/* ボタン */
.button {
    font-size: 1.375rem;
    background: #0bd;
    color: #fff;
    border-radius: 5px;
    padding: 18px 32px;
}
.button:hover {
    background: #0090aa;
}


/* 大きな背景画像 */
.big-bg{
    background-position: center top;
}

#home {
    background-image: url(../images/IMG_6536.jpg);
    background-color: rgb(138, 146, 143);
    background-blend-mode: screen;
    min-height: 80vh;
}
#home .page-title {
    text-transform: none;
}



/* ABOUT
--------------------------*/


.wrapper {
    text-align: center;
    font-size: 3rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.textfont {
    text-align: center;
    font-size: 3rem;
    font-family: 'Times New Roman';
    font-weight: normal;
}

#about {
    background-image: url(../images/IMG_7284.JPG);
    height: 270px;
    margin-bottom: 40px;
    background-color: rgb(126, 181, 183);
    background-blend-mode: screen;
}

   /* 本文　*/
.about-contents article {
    width: 90%;
    color: #432;
    margin: 2rem 2rem 2rem 10rem;

}

.about-contents h2 {
    margin-top: 3rem;
    margin-bottom: 3rem;
    color: #0bd;
}

.about-contents p {
    margin-bottom: 1rem;
    color: #432;
    text-align: left;
}

#toha {
    width: 60rem;
    height: 40rem;
}

.about-contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.sub-title {
    font-size: 2rem;
    font-family: sans-serif;
    padding: 0 8px 8px;
    border-bottom: 2px #0bd solid;
    font-weight: normal;
    position: f;
}


.about-contents aside{
    width: 30%;
    padding: 12px 10px;
    margin-top: 5rem
}

.sub-menu {
    margin-bottom: 60px;
    list-style: none;
    font-size: 1.5rem;
    font-family: sans-serif;
    position: fixed;
}
.sub-menu li {
    border-bottom: 1px #ddd solid;
}
.sub-menu a {
    color: #432;
    padding: 10px;
    display: block;
}
.sub-menu a:hover {
    color: #0bd;
}



/* 活動
--------------------------*/

#act {
    background-image: url(../images/IMG_0393.jpeg);
    height: 270px;
    margin-bottom: 40px;
    background-color: rgb(126, 181, 183);
    background-blend-mode: screen;
}

.act-contents article {
    margin: 0 5rem 2rem 5rem;
    background-color: antiquewhite;
    border-radius: 30%;
    padding: 1rem 2rem 0 2rem;
    margin: 0 10rem 0 10rem;
}

.act-contents p {

    text-align: left;
    margin: 0 rem 0 10rem;
}

.act-contents {
    display: flex;
}

.act-contents h3 {
    margin-bottom: 3rem;
}

#a1 {
    display: flex;
}

#ph1 {
    width: 30rem;
    height: 20rem;
    margin: 2rem 10rem 5rem 10rem;
}

.article2 {
    margin: 7rem 5rem 2rem 5rem;
    background-color: #0bd;
    border-radius: 30px;
    text-align: center;
    padding: 1rem 2rem 4rem 2rem;
}

.article2 h2 {
    font-size: 3.5rem;
    font-family: 'Zen Maru Gothic', sans-serifs;
    margin: 1rem 0 3rem 0;
    color: #fff;
}

.article2 p {
    margin: 0 5rem 0 5rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 1.8rem;
}



/* お問合せ
--------------------------*/

#contact p {
    font-family: sans-serif;
    font-size: 2rem;
}





/* フッター
--------------------------*/
footer {
    background: #432;
    text-align: center;
    padding: 26px 0;
}
footer p {
    color: #fff;
    font-size: 0.875rem;
}


/* モバイル版
--------------------------*/
@media (max-width: 600px) {
    .page-title {
        font-size: 2.5rem;
    }

    /* HEADER */
    .main-nav {
        font-size: 1rem;
        margin-top: 10px;
    }
    .main-nav li {
        margin: 0 20px;
    }

    /* HOME */
    .home-content {
        margin-top: 20%;
    }

    .page-header {
         flex-direction: column;
         align-items: center;
    }

    .sub-content {
        flex-direction: column;
    }

    article, aside {
        width: 100%;
    }
}