@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
}
body{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    line-height: 1.7;
    color: #300;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.wrapper {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 4%;
}

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

/* 見出し */
.page-title {
    font-size: 5rem;
    font-family: 'Philosopher', serif;
    text-transform: uppercase;
    font-weight: normal;
}
.font-english {
    font-family: 'Philosopher', sans-serif;
    font-weight: normal;
}
.heading-medium {
    font-size: 3rem;
    text-align: center;
}
.sub-title {
    font-size: 1.375rem;
    padding: 0 8px 8px;
    border-bottom: 2px #0bd solid;
    font-weight: normal;
}

/* ボタン */
.button {
    font-size: 1.375rem;
    background: #7aaac0;
    color: #fff;
    border-radius: 5px;
    padding: 18px 32px;
    margin: 100px 0px 0px 0px;
}
.button:hover {
    background: #0090aa;
}
.align-center {
    text-align: center;
}

/* ヘッダー
------------------------------- */
.page-header {
    display: flex;
    justify-content: space-between;
}
.logo {
    width: 210px;
    margin-top: 14px;
}
.main-nav {
    display: flex;
    font-size: 1.25rem;
    font-weight:bold;
    text-transform: uppercase;
    margin-top: 34px;
    list-style: none;
}
.main-nav li {
    margin-left: 36px;
}
.main-nav a {
    color: #300;
}
.main-nav a:hover {
    color: #0bd;
}
.main-nav p {
    color: #300;
}

/* HOME
------------------------------- */
#home {
    background-image: url(../images/main-bg.jpg);
    min-height: 100vh;
}
#home .page-title {
    text-transform: none;
}
.home-content {
    text-align: center;
    margin-top: 10%;
}
.home-content p {
    font-size: 1.125rem;
    font-weight:bold;
    margin: 10px 0 42px;
}

/* ABOUT US
------------------------------- */
#about_us {
    background-image: url(../images/aboutus-bg.jpg);
    height: 400px;
    margin-bottom: 40px;
   
}
#about_us .page-title {
    text-align: center;
}
.about_us-contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

/* 文章部分 */
article {
    width: 74%;
}
.post-info {
    position: relative;
    padding-top: 4px;
    margin-bottom: 40px;
}
.post-title {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 2rem;
    font-weight: normal;
}
.post-thumbnail {
    border-radius: 16px;
    margin-bottom: 1.5rem;
}
article p {
    margin-bottom: 1rem;
}

/* サイドバー */
aside {
    width: 22%;
}
.sub-menu {
    margin-bottom: 20px;
    list-style: none;
}
.sub-menu li {
    border-bottom: 1px #ddd solid;
}
.sub-menu a {
    color: #432;
    padding: 10px;
    display: block;
}
.sub-menu a:hover {
    color: #0bd;
}
.sub-menu2 {
    margin-bottom: 20px;
    list-style: none;
}
.sub-menu2 li {
    border-bottom: 1px #ddd solid;
}
.sub-menu2 p {
    color: #432;
    padding: 10px;
}
aside p {
    padding: 12px 10px;
}

/* FAMILY
------------------------------- */
#family {
    background-image: url(../images/family-bg.jpg);
    height: 400px;
    margin-bottom: 40px;
   
}
#family .page-title {
    text-align: center;
}
.family-contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

/* 文章部分 */
article {
    width: 74%;
}
.post-info {
    position: relative;
    padding-top: 4px;
    margin-bottom: 40px;
}
.post-title {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 2rem;
    font-weight: normal;
}
.post-thumbnail {
    border-radius: 16px;
    margin-bottom: 1.5rem;
}
article p {
    margin-bottom: 1rem;
}

/* サイドバー */
aside {
    width: 22%;
}
.sub-menu {
    margin-bottom: 20px;
    list-style: none;
}
.sub-menu li {
    border-bottom: 1px #ddd solid;
}
.sub-menu a {
    color: #432;
    padding: 10px;
    display: block;
}
.sub-menu a:hover {
    color: #0bd;
}
.sub-menu2 {
    margin-bottom: 20px;
    list-style: none;
}
.sub-menu2 li {
    border-bottom: 1px #ddd solid;
}
.sub-menu2 p {
    color: #432;
    padding: 10px;
}
aside p {
    padding: 12px 10px;
}

/* CONTACT
------------------------------- */
#contact {
    background-image: url(../images/contact-bg.jpg);
    height: 400px;
    margin-bottom: 40px;
}
#contact .page-title {
    text-align: center;
}

/* googleフォームframe */
iframe {
    width: 100%;
}

/* お問い合わせ */
.googleform {
    max-width: 800px;
    background-color: #faf7f0;
    border-radius: 48px;
    padding: 1.5rem 2.5rem 2.5rem;
    margin: 0rem auto 2rem;
}
.googleform p {
    margin: 1rem 0 2rem;
}

/* SNS */
#sns {
    background: #FAF7F0;
    padding: 4% 0;
}
#sns .wrapper {
    display: flex;
    justify-content: space-between;
}
#sns .sub-title {
    margin-bottom: 30px;
}
.sns-box {
    width: 30%;
}

/* フッター
------------------------------- */
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;
    }
    .page-header {
        flex-direction: column;
        align-items: center;
    }

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

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

    /* about_us */
    .about_us-contents {
        flex-direction: column;
    }
    #about_us .page-title {
        margin-top: 30px;
    }
    article,
    aside {
        width: 100%;
    }
    aside {
        margin-top: 60px;
    }
    .post-info {
        margin-bottom: 30px;
    }
    .post-title {
        font-size: 1.375rem;
    }
    
    /* CONTACT */
    #contact .page-title {
        margin-top: 40px;
    }
    /* SNS */
    
    #sns .wrapper {
        flex-direction: column;
    }
    .sns-box {
        width: 100%;
    }
    .sns-box {
        margin-bottom: 30px;
    }

