@charset "UTF-8";

html{
    font-size: 100%;
    }
body{
    font-family:"Yu Gothic Medium,"游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3" ,"sans-serif;
}
 p{
    line-height: 1.7;
color: rgb(118, 98, 79);
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    max-width: 100%;

}
/*HEADER
----------------*/

.logo {
    width: 100px;
    height: 100px;
    margin-top: 14px;
    border-radius: 50%;
}
.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 a {
    color: #fff;
}
.main-nav a:hover {
    color: "0bd";
}
.page-header {
    display: flex;
    justify-content: space-between;
}
footer{
    background: #432;
    text-align: center;
    padding: 26px 0;
}
footer p{
    color: #fff;
    font-size: 0,875rem;
}
.link{
    display: flex;
    justify-content:space-around;
    margin-bottom: 60px;
}


.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}
.big-bg{
    background-size: cover;
    background-position: center top;
    
}
.page-title{
    font-size: 3rem;
    font-family: 'Philosopher' serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #432;
}
/*blog
---------------------------------------------*/

#blog.big-bg{
    background-image: url(../images/blog-bg3.jpg);
    height: 330px;
    width: 100%;
    max-width: 100%;
}
.blog-page-title{
    color: #fff;
    margin-top: 10%;
    position: relative;
    margin-left: 0;
    font-size: 2.5rem;
    font-family: Arial, Helvetica, sans-serif;
}

.blog-contents{
    display: column;
    position: relative;
    margin: 20px auto;
}

.hello{
    text-align: center;
    padding-top: 2px;
    padding-bottom: 8px;
    background-color: #fcf7ee;
    margin-top: 10px;
    margin-bottom: 10px;

   
}

.post-info{
    padding-top: 30px;
    position: relative;
    padding-top: 4px;
    margin-bottom: 40px;
}

.b_button {
    font-size: 1rem;
    background: #aac57e;
color: #fff;
border-radius: 10px;
padding: 7px 14px;
margin-left: 80%;
    
}

.b_button:hover{
        background: #3b82c4;
}

        /*記事部分*/

article{
    width: 100%;

}
/*会話風ふきだし
------------------------------------*/
        .balloon5 {
            width: 100%;
            margin: 1.5em 0;
            overflow: hidden;
          }
          
          .balloon5 .faceicon {
            float: left;
            margin-right: -90px;
            width: 80px;
          }
          
          .balloon5 .faceicon img{
            width: 100%;
            height: auto;
            border: solid 3px #d7ebfe;
            border-radius: 50%;
          }
          
          .balloon5 .chatting {
            width: 100%;
          }
          
          .says {
            display: inline-block;
            position: relative; 
            margin: 5px 0 0 105px;
            padding: 17px 13px;
            border-radius: 12px;
            background: #d7ebfe;
          }
          
          .says:after {
            content: "";
            display: inline-block;
            position: absolute;
            top: 18px; 
            left: -24px;
            border: 12px solid transparent;
            border-right: 12px solid #d7ebfe;
          }
          
          .says p {
            margin: 0;
            padding: 0;
          }
          

/*サイドバー*/
aside{
    margin-top: 30px;
}

.post-box{
    margin-top:  30px ;
    align-items: center;
}
.post-info{
    position: relative;
    padding-top: 4px;
    margin-bottom: 40px;
    border-top: 3px #ddd solid;
}

.post-date{
    background:#aac57e;
    border-radius: 50%;
    color: #fff;
    width: 80px;
    height: 80px;
    font-size: 1.2rem;
    text-align: center;
    position: absolute;
    top:  0;
    padding-top: 10px;
    margin-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-size: 2rem;
    font-weight: bold;
    margin-top: 10px;
}
.post-title,
.post-cat{
    margin-left: 100px;
}

.sub-title{
    font-size: 1.2rem;
    padding: 8px 8px;
    border-bottom: 3px #ddd solid;
    font-weight: normal;
}
aside p {
    padding: 12px 10px;
}

.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;
}

.article_image{
    width: 350px;
    height: 220px;
    border-radius: 10%;
    display: block;
}

.figure_style{
    background: rgb(252, 248, 237); margin: 10px; font-size: 80%; padding: 20px; width: 250px;
}
.figure_image{
    width: 200px;
    height:140px;
    border-radius: 10%;
    margin: 10px;
}
.figure{
    text-align: center;
    margin: 0;

}

.category_img{
    margin: 0 auto;
    border-radius: 10%;
    width: 130px;
    height: 110px;
}

/*----記事内タイトル----*/

.title1{
    display: inline; border-bottom:2px solid;
}
.title2{
    display:inline; border-bottom: 1.5px dotted;line-height: 1.5;
}
.new::after{
    content: "NEW!";
    font-size: .7rem;
    background-color: #f99;
    color: #fff;
    padding: 5px;
    margin-left: 10px;
    border-radius: 3px;


}
.blockquote figure{
    margin: 0;
   

}


.figure_quote{
    background-color: #eee;
    padding: 20px;
    
}
.blockquote{
    padding: 20px;
    font-style: italic;
    background-color: #eee;

}
.figure_quote p{
    margin: 0.5rem 0;
    font-weight: lighter;
}
.figcaption{
    text-align: right;
    font-size: small;
    margin-top: 0;
}

.prev_next_link{
    display: flex;
    border-top: 1px #ddd solid;


}
.prev_next_link a:hover{
    background-color: #b0d8fe;
}

.prev_next_1{
    color: #000;
    margin-bottom: 3px;
}
.prev_next_link a {
    border-bottom: 1px #ddd solid;
    display: block;
    text-decoration: none;
    padding: 14px;
    color: #432;
    flex: 1;

}

.thumb_wrap{
    display: flex;
}
.thumb_wrap p {
    margin: 0 0 0 16px;
}
.thumb_wrap img{
    width: 100px;
    height: 80px;
    
}
.prev_next_daywrap {
    display: block;
}
.prev_next_day{
    font-size: small;
    text-align: right;
}
.moshimo_link{
    display: block flex;
}
.moshimo_adv{
    border-top:1px dotted    
}


/*pagetopへ戻る
----------------------------------------------------*/
#page_top{
    width: 90px;
    height: 90px;
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0.6;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #3f98ef;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a::after{
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #3f98ef;
  }


  /*Twtter
  ----------------------------------------------------*/
.twitter{
    text-align: left;
}
  .twitter_button{
    display: inline-block;
    background-color: #1DA1F2;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid;
    padding: 5px 7px;
    line-height: 1em;
    border-radius: 10px;
    text-align: left;
}


/*モバイル版
----------------------------------------------------*/
@media(max-width: 600px){
    .page-title{
        font-size: 2.5rem;
    }

/*HEADER*/
.logo{
    width: 50px;
height: 50px;
}
.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%;
    }
    /*Blog*/
    .blog-contents{
        flex-direction:column;
        align-items: center;
        width: 85%;
    }
    #blog.big-bg{
        width: 100%;
        height: 200px;
    }
    article p{
        line-height: 1.7;
    }
    .post-title{
        font-size: 1.3rem;
        line-height: 1.7;
    }
    .post-date{
        background:#aac57e;
        border-radius: 50%;
        color: #fff;
        width: 70px;
        height: 70px;
        font-size: 0.8rem;
        text-align: center;
        position: absolute;
        top:  0;
        padding-top: 10px;
        margin-top: 10px;
    }
    .post-date span{
        font-size: 0.8rem;
    }
    
    aside{
        margin-top: 20px;
    }
    .b_button{
        font-size: 0.7rem;
    }
    
    article,
    aside{
        width: 100%;
    }
    aside{
        margin-top: 20px;
    }
    .prev_next_link{
        display: block;
    }
    .moshimo_link{
        display: block;
    }
/*menu*/
.menu-content{
    margin-top: 20%;
}

.link{
    display: flex;
    justify-content:space-around;
    margin-bottom: 60px;
}
.profile-image{
    text-align: center;
    border-radius: 80%;
}

.twitter{
    text-align: center;
}
}
/*フッター
------------------------------------*/
footer{
    background: #432;
    text-align: center;
    padding: 20px 0;
}
footer p{
    color: #fff;
    font-size: 1.3rem;
}


/*13_7_2022
-------------------------------------------------------------------------*/
.p_13_7_2022_1{
    color: tomato;
}
.p_13_7_2022_2{
    font-size: large;
}
.p_13_7_2022_3{
    color: blue;
    font-size: large;
}
.p_13_7_2022_4{
    font-size: small;
}

/*共通部分
---------------------------------------------------------*/
.article_link{
    text-decoration: underline;
}
.largered{
    font-size: large;
    color: tomato;
}
.article_image{
    border-radius: 20px;
    display: block;
    margin-bottom: 20px;
    margin-top: 50px;
    width: 350px;
    height: 220px;
}
.article_imagecoment{
    font-size: small;
}
.large{
    font-size: large;
}
.larger{
    font-size: x-large;
}
.small{
    font-size: small;
}
/*6.8.2022
--------------------------------------------------------------------------*/
.table1 td{
    line-height: 1.7;
    padding: 10px 20px;
    letter-spacing: normal; 
}
.check1{
    border: 2px  rgb(220, 142, 142) dotted;
    
}
.p_6_8_2022{
    border: 2px rgb(220, 142, 142) dotted;
    padding: 10px 20px;
}
.image_2022_6_8_1{
    border-radius: 10px;
    margin: 40px 25px;
}
/*6_18_2022
---------------------------------------------------------------------------*/
.p_6_18_2022{
    font-size: 1.5rem;
    
}
.image_2022_6_18_1{
    border-radius: 10%;
    margin: 40px,60px;

}
/*7_7_2022
---------------------------------------*/

.p_7_7_2022_1{
    font-size: large;
    font-weight: bold;
    color: tomato;
}
.p_7_7_2022_2{
    font-size: small;
}

.image_7_7_2022{
    border-radius: 10%;
}
.imageplus{
    display: flex;
    margin-bottom: 20px
}
.textplus{
    margin: 70px 0px 10px 10px;
}

/*16_7_2022
----------------------------------------------------*/
.p_16_7_2022_1{
    color: tomato;
    font-size: large;
}