@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
}

body{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    line-height: 1.7;
    color: #432;
}
a {
    text-decoration: none;
}
h1 {
    margin: 1.6rem 0 1rem 30px;
    font-size: 3rem;
}
h2 {
    margin: 1.6rem 0 1rem 1rem;
}
h3 {
    margin: 1.2rem 0 1rem 1rem;
}
h4 {
    margin-top: 20px;
    text-align: center;
}
h5 {
    margin: 1rem 4rem;
}


aside p {
    line-height: 1.4rem;
    margin-top: 10px;
    margin-left: 6px;
    margin-right: 6px;
}

article {
    width: 70;
}
aside {
    width: 28%;
}
*/
.mokuji {
    list-style: none;
    margin-top: 30px;
    line-height: 50px;
}
article p {
    line-height: 2.2rem;
}
.live {
    margin-left: 60px;
}
.live2 {
    margin: 0 10%;
}
img {
    max-width: 100%;
    margin: auto;
    display: block;
}
.photo {
    margin-top: 40px;
    margin-bottom: 80px;
}
article img {
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
}

.two {
    display: flex;
    justify-content: space-between;
}
#bar {
    background-color: #0bd;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 10px;
}
.box {
    margin-top: 40px;
    border-style: inset;
    border-color: rgba(19, 95, 153, .4);
}


.logo {
        width: 200px;
        margin-top: 14px;
    }

.main-nav {
    font-family: "ヒラギノ丸ゴ　Pro W4","Hiragino Maru Gothic Pro", sans-serif;
    display: flex;
    font-size: inherit;
    text-transform: uppercase;
    margin-top: 34px;
    list-style: none;
}
.main-nav li {
    margin-left: 36px;
}
.main-nav a {
    color: #432;
}
.main-nav a:hover {
    color: #0bd;
}

.wrapper {
    display: flex;
    justify-content: space-around;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 4%;
}
*/

/* HOME
------------------------------- */
.home-content {
    text-align: left;
    margin-top: 10%;
}
.home-content p {
    font-size: 1.125rem;
    margin: 10px 0 42px;
}

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

/* 見出し */
.page-title {
    font-size: 3rem;
    font-family: 'M+PLUS+Rounded+1c', serif;
    color: #432;
    text-transform: uppercase;
    font-weight: normal;
}

/* ボタン */
.button {
    font-size: 1.375rem;
    background: rgb(0, 128, 128);
    color: #000;
    border-radius: 5px;
    padding: 8px 160px;
}
.button:hover {
    background: #0090aa;
}

.yellow {
  font-size: 3rem;
}

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

#home {
    background-image: url(../images/m_notes_02.jpg);
    min-height: 100vh;
}
#home .page-title {
    text-transform: none;
}
#news {
  background-image: url(../images/m_notes_11.jpg);
}
#prof {
    background-image: url(../images/Epiphone-05.jpg);
}
.kiyaku {
    border-style: solid;
    border-width: 0.4px;
    margin: 1rem 2rem 2rem;
}
.cont {
    text-align: center;
}
body {
  background-color: rgba(255, 250, 194, .3);
}

.essay-title {
    color: #605a86;
    text-shadow: 3px 3px 5px rgba(48, 240, 34, 0.4);
    text-align: center;
}
p {
  margin-left: 40px;
  margin-right: 20px;
  text-align: justify;
  line-height: 2;
}
aside p {
    margin-left: 10px;
    line-height: 1.4;
    padding: 12px 10px;
}

.come {
    margin-left: 80px;
    margin-right: 120px;
}

.flame {
    background-color: rgb(157, 206, 208, .2);
    border-style: outset;
    border-width: 4px;
}
*/
.side {
    margin-left: 20px;
}
.post-info {
  position: relative;
  padding-top: 30px;

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

    /* HEADER */

    .main-nav {
        font-size: 1rem;
        margin-top: 10px;
    }
    .main-nav li {
        margin: 0 20px;
    }
    .page-header {
        flex-direction: column;
        align-items: center;
    }
    /* HOME */
    .home-content {
        margin-top: 20%;
    }
    /* NEWS */
    .news-contents {
        flex-direction: column;
    }
    article,
    aside {
        width: 100%;
        flex-direction: column;
    }
    #news .page-title {
        margin-top: 30px;
    }
        aside {
            margin-top: 60px;
    }
    .post-info {
        margin-bottom: 30px;
    }
    .post-date {
        width: 70px;
        height: 70px;
        font-size: 1rem;
    }
    .post-date span {
        font-size: 0.875rem;
        padding: 2px;
    }
    .post-title {
        font-size: 1.375;
    }
    .post-cat {
        font-size: 0.875;
        margin-top: 10px;
    }
    .post-title,
    .post-cat {
        margin-left: 80px;
    }
}

footer {
    background: #7ab977;
    text-align: center;
    padding: 6px 0;
}
footer p {
    color: #fff;
    font-size: 0.875rem;
}







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

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

*/
/* メインエリア
article {
    width: 74%;
}
*/
/* サイドバー
aside {
    width: 22%;
}
*/
/*
.news-contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
*/
/*
.post-info {
    position: relative;
    padding-top: 4px;
    margin-bottom: 40px;
}
*/
/*
.post-date {
    background: #0bd;
    border-radius: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 1.625rem;
    text-align: center;
    position: absolute;
    top: 0;
    padding-top: 10px;
}
*/
/*
.post-date span {
    font-size: 1rem;
    border-top: 1px rgba(255,255,255,.5) solid;
    padding-top: 6px;
    display: block;
    width: 60%;
    margin: 0 auto;
}
*/
/*
.post-title {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 2rem;
    font-weight: normal;
}
.post-title,
.post-cat {
    margin-left: 120px;
}
*/
/*
article img {
    margin-bottom: 20px;
}
article p {
    margin-bottom: 1rem;
}
*/
/*
.sub-title {
    font-size: 1.375rem;
    padding: 0 8px 8px;
    border-bottom: 2px #0bd solid;
    font-weight: normal;
}
*/

/*
.sub-menu {
    margin-bottom: 60px;
    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;
}
*/

/* モバイル版
-------------------------------
@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%;
    }
}
*/
/*
@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%;
    }
}
*/
/*
@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%;
    }

/* ↓ この部分追加 ↓ */
    /* NEWS */
/*
    .news-contents {
        flex-direction: column;
    }
    article,
    aside {
        width: 100%;
    }
/* ↑ ここまで追加 ↑ */
/*
}
/*
*/
/*
@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%;
    }

    /* NEWS */
/*
    .news-contents {
        flex-direction: column;
    }
    article,
    aside {
        width: 100%;
    }

/* ↓ この部分追加 ↓ */
/*
    #news .page-title {
        margin-top: 30px;
    }
    aside {
        margin-top: 60px;
    }
    .post-info {
        margin-bottom: 30px;
    }
    .post-date {
        width: 70px;
        height: 70px;
        font-size: 1rem;
    }
    .post-date span {
        font-size: 0.875rem;
        padding-top: 2px;
    }
    .post-title {
        font-size: 1.375rem;
    }
    .post-cat {
        font-size: 0.875rem;
        margin-top: 10px;
    }
    .post-title,
    .post-cat {
        margin-left: 80px;
    }
/* ↑ ここまで追加 ↑ */
/*
}
*/
/*
article {
   width: 60%;
}
*/
/*
article {
    width: 60%;
    order: 2;
}
aside {
    width: 22%;
    order: 3;
}
.ad {
    order: 1;
}
*/
