@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;
    
}

/*news
---------------------------------------------*/

#news p{
    display:inline-block;
    padding: 4px;
}
#news span{
    text-decoration: underline;
}
#news{
    text-align: center;
    width: 100%;
}

.news_content{
    width: 100%;
    max-width: 100%;
    text-align:center;    
}
/* 点滅 */
@keyframes blinking {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.blink {
	animation: blinking 1s ease-in-out infinite alternate;
    padding-top: 0;
}



/*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: 2rem;
    font-family: Arial, Helvetica, sans-serif;
}

.blog-page-subtitle{
    color: #fff;
    margin-top: 20%;
    position: relative;
    margin-left: 0;
    font-size: 1.3rem;
    font-family: Arial, Helvetica, sans-serif;
}
.fadeup0{
    animation-name: fadeup;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.fadeup{
    animation-name: fadeup;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

    @keyframes fadeup{
        from{
            opacity: 0;
            transform: translateY(50px);
        }
        to{
            opacity: 1;
            transform: translateY(0);
        }
}
.blog-contents{
     display: column;
    position: relative;
    margin: 0 auto;
}
.hello{
    text-align: center;
    padding-top: 2px;
    padding-bottom: 8px;
    background-color: #fcf7ee;
    margin-top: 10px;
    margin-bottom: 10px;
       
}
.blogtop_image{
    margin-left: 40px;
    border-radius: 10%;
}
.category_img{
    margin-top: 5px;

}

.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%;
}
.article_image{
    border-radius: 20px;
    display: block;
    width: 320px;
    height: 220px;
}
.category_img{
    margin: 3px 0 auto;
    border-radius: 10%;
    width: 130px;
    height: 100px;
}
.h2{
    line-height: 1.5;
}

.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;
}
.post-info{
    position: relative;
    padding-left: 5%;
    
    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: 1.5rem;
    font-weight: bold;
    margin-top: 10px;
}
.post-title,
.post-cat{
    margin-left: 120px;
}

.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;
}
.new::after{
    content: "NEW!";
    font-size: .5rem;
    background-color:#fff;
    color: #f99;
    padding: 3px;
    margin-left: 3px;
    border-radius: 1px;
}

/* 点滅 */
@keyframes blinking {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.blink{
	animation: blinking 1s ease-in-out infinite alternate;
}
/*カテゴリー別
--------------------------------------------------------*/

.grid{
    display: grid;
    gap: 26px;
    grid-template-columns: 1fr 1fr 1fr;
    background-color: #fff;
    margin-bottom: 20px;
   
    padding-bottom: 10px;
    border-radius: 3%;
}

.item{
    display: column;
    text-align: center;
    max-height: 300px;
    padding-bottom: 10px;
    border: rgb(172, 153, 119) dotted;

}

.grid p{
    font-size: .8rem;
    text-align: justify;
    margin-left: 5%;
    margin-right: 5%;
}

.category_img{
    
    max-width: 100%;
    max-height:100%;
}

/*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:#3b82c4;
    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:#3b82c4;
  }

/*ページネーション
----------------------------------------------------------*/
.pagination {
    list-style:none;
    display: flex;
    justify-content: center;
    padding: 2px;
    margin:30px auto;
    width: 100%;
    max-width: 100%;
}
.pagination li{
    list-style: none;
    display: flex;
    margin: 0 5px;
    border: 1px solid #432;
    padding: 1px 2px;

}

.pagination a{
    display: block;
    text-decoration: none;
    color: #333;
    padding: 20px;
}

.pagination a:hover{
    background-color: rgba(92, 85, 85, 0.858);
    color: aliceblue;
}

.active{
    background-color: rgb(197, 184, 168);
}



.nav_links{
    padding:2em;
    display:flex;
    justify-content:center;
 
  }
  
  .nav_links a{
    width:50px;
    height:50px;
    margin:2px;
    line-height:50px;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    background:#fff;
    color:#222;
    transition:.3s;
  }
  .nav_links span{
    width:50px;
    height:50px;
    margin:2px;
    line-height:50px;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    
    color:#222;
    transition:.3s;
  }
  .nav_links a:hover{
    background:#b6d4f1;
    border-radius:100%;
    transform:rotate(360deg);
  }
  .current{
    background: #b6d4f1;
    border-radius:100%;
  }
  .dots{
    background:none;
  }
  

/*モバイル版
----------------------------------------------------*/
@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: 100%;
    }
    #blog.big-bg{
        height: 200px;
        width: 100%;
    }
.blog-page-title{
    font-size: 1.3rem;
}
    .blog-page-subtitle{
        color: #fff;
        margin-top: 20%;
        position: relative;
        margin-left: 0;
        font-size: 1rem;
        font-family: Arial, Helvetica, sans-serif;
    }
        
    .blogtop_image{
        width: 80%;
    }
    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: .8rem;
    }
    
    aside{
        margin-top: 20px;
    }
    .b_button{
        font-size: 0.7rem;
    }
    
    article,
    aside{
        width: 100%;
    }
    aside{
        margin-top: 20px;
    }
    .grid{
        grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); 
    }
    .item{
        max-height: 250px;
        
    }
    .category_img{
        max-height: 80%;
    }
    
    .item p {
        font-size: .9rem;
        width: 80%;
        margin-left: 10%;

    }
    
    }


/*フッター
------------------------------------*/
footer{
    background: #432;
    text-align: center;
    padding: 20px 0;
}
footer p{
    color: #fff;
    font-size: 1.3rem;
}

/*----------------記事写真---------------------------------
-----------------------------------------------------------------*/
.image_2022_6_8_1{
    border-radius: 10%;
    margin: 10px,0;
}
.image_2022_6_18{
    border-radius: 10%;
}