@charset "UTF-8";

/*共通部分
-------------------------*/
html{
    font-size: 100%;
}
/*本文
---------------------------*/
body{
    font-family: 'M PLUS 1p', sans-serif;
    line-height: 1.7;
    color: #432;
}
/*フッター
---------------------------*/
footer{
    background: #333333;
    text-align: center;
    padding: 5px 0;
}
footer p{
    color: #fff;
    font-size:0.875rem;
    margin:auto;
}
/*リンク
---------------------------*/
a{
    text-decoration: none;
    list-style: none;
    color: #432;
}
a:hover{
    color: #0bd;
}
.img{
    max-width: 100%;
    width: 90%;
    height: 550px;
    background-size:cover;
    background-position:center;
}
/*ヘッダー
---------------------------*/
.page-header{
    display: flex;
    justify-content: space-between;
}
.page-header a{
    color:#432;
}

/*Home
---------------------------*/    
#home{
    background-color:#f5f5dc;
    min-height: 100vh;
}


.home-picture{
    width: 50%;
    height: 550px;
    margin:0 auto;
    background-size:cover;
    background-position: 50% 50%;
    background-image: url(home/img/home6.JPG);
}
.home-content{
    text-align: center;
    margin-top: 50px;
}
.home-content p{
    font-size: 1.125rem;
    margin: 0px;
}
/*Homeナビゲーション
----------------------------*/
.main-nav{
    display: flex;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 34px;
    list-style:none;
}
.main-nav li{
    margin-left: 36px;
}
.main-nav li a{
    color:#432;
}
.main-nav li a:hover{
    color: #0bd;
}
/*about
----------------------------*/
.back-contents{
    background-color: #FFF;
    border-radius: 2%;
    width: 1000px;
    height: 550px;
    margin: 50px auto;
}

/*topicナビゲーション
----------------------------*/
.topic-nav{
    display: flex;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 34px;
    list-style:none;
}
.topic-nav li{
    margin-left: 36px;
}
.topic-nav li a{
    color:#432;
}
.topic-nav li a:hover{
    color: #0bd;
}
/*ラッパー
---------------------------*/
.wrapper{
    max-width: 1200px;
    margin:0 auto;
    padding: 0 5%;
}

/*見出し
---------------------------*/
.page-title{
    font-size: 5rem;
    font-family: 'Philosopher',serif;
    text-transform:uppercase;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
}

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

/*メインエリア　サイドバー
---------------------------*/
article{
    width: 76%;
     background-color:#FFF;
}
aside{
    width: 22%;
    background-color:#FFF;
    border-left: solid 3px #f5f5dc;
}

/*diary　メインエリア
---------------------------*/
#diary{
    background-color:#f5f5dc;
    height: 230px;
    padding-bottom: 40px;
}
.diary-contents{
    display: flex;
    justify-content: space-between;
    background-color:#FFF;
    border: solid 3px #f5f5dc;
}
.diary-contents p{
    line-height: 1.5;
}

.diary-topic{
    list-style:none;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: none;
    padding-top: 50px;
    padding-left: 80px;
}
.diary-topic li{
    margin-bottom: 15px;
    margin-right:100px;
    border-bottom: 2px;
}
.diary-topic li a{
    color: #432;
    display: block;
    margin-left: 10px;
}
.diary-topic li a:hover{
    color: #0bd;
}

.post-info{
    position: relative;
    padding-top: 4px;
    margin-bottom: 100px
}
.post-info p{
    line-height: 1.8;
}
.post-date{
    background-color: #f5f5dc;
    border-radius: 50%;
    color: #432;
    width: 100px;
    height: 100px;
    font-size: 1.625rem;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 0;
    padding-top: 10px;
}
.post-date span{
    font-size: 0.9rem;
    border-top: 1px rgba(255,255,255,.5) solid;
    padding-top: 6px;
    display: block;
    width: 90%;
    margin: 0 auto;
}
.post-title{
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 2.0rem;
    font-weight: normal;
    margin-top: 50px;
    margin-right: 80px;
    border-bottom: 3px #f5f5dc solid;
}
.post-title,
.post-cat{
    margin-left: 120px;
}
.post-contents{
    margin-left: 50px;
    margin-right: 50px;
}
/*本文内タイトル
---------------------------*/
.content-title{
    background-color: #f5f5dc;
    border-left: 5px #432 solid; 
    border-radius: 1%;
    width: 90%;
    padding: 5px;
}
/*本文内スペース
----------------------------*/
.bottom-space{
    margin-bottom: 60px;
}
.top-space{
    margin-top: 100px;
}
/*目次
---------------------------*/
.headline-title{
    text-align: center;
}
#headline{
    background-color: #EEEEEE;
    border-radius: 1%;
    padding: 10px;
    width: 60%;
}
#headline li{
    margin-left: 20px;
    list-style: decimal;
}
#headline li a{
    color:#432;
}
#headline li a:hover{
    color: #0bd;
}
/*終わりの案内
---------------------------*/
.endline{
    display: flex;
    list-style: none;
    background-color: #f5f5dc;
    list-style: none;
}
.endline li{
    margin: auto;
}
/*コンテンツ
---------------------------*/
#img1{
    background-image: url(img/IMG_4703.jpg);
}



/*diary　サイドバー
---------------------------*/
.sub-title{
    font-size: 1.375rem;
    padding: 0 8px 8px;
    border-bottom: 2px #f5f5dc solid;
    font-weight: normal;
}
.sub-menu{
    margin-bottom: 60px;
    list-style:none;
    text-transform: uppercase;
}
.sub-menu li a{
    border-bottom: 1px #f5f5dc solid;
}
.sub-menu li a{
    color: #432;
    padding: 10px;
    display: block;
}
.sub-menu li a:hover{
    color: #0bd;
}
.intro-img{
    background-image: url(../../img/back5.jpg);
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 50%;
    height: 130px;
    width: 130px;
    margin: 0 auto;
}
.intro-name{
    text-align: center;
}
.intro-contents{
    font-size: 0.9rem;
    line-height: 1;
    margin: 0px 50px;
}

/*next-page
---------------------------*/
#next-page{
    width: 400px;
    text-align: center;
    align-items: center;
    margin: 30px auto;
}
#next-page p{
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 0px;
}
#next-page p a{
    display: block;
}

/*contact
---------------------------*/
#contact{
    background-color:antiquewhite;
    min-height: 100vh;
}
#display-flex{
    display: flex;
}
/*contact フォーム
---------------------------*/
form div{
    margin-bottom: 14px;
}
label{
    font-size: 1.125rem;
    margin-bottom: 10px;
    display: block;
}
input[type="text"],
input[type="email"],
textarea {
    background: rgba(255,255,255,.5);
    border: 1px #fff solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
}
input[type="text"],
input[type="email"],{
    width: 100%;
    max-width: 240px;
}
