@charset "UTF-8";
/* PC・スマホ共通 */


/* ==============================================
   全体
===============================================*/

body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    vertical-align: baseline;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    background-color: #F9F1F0;
    background-size: 20px, 30px, 40px, 50px;
}

#wrap{
    overflow: hidden;
}

img {
    display: inline-block;
    width: 100%;
    height:auto;
    margin:0 auto;
}


/* ==============================================
   ヘッダー
===============================================*/
header{
    height: 70px;
    width: 95%;
    color: #000;
    text-align: left;
    margin:0 25px;
}
.header-logo{
    display: inline-block;
    /*float:left;*/
    vertical-align: middle;
}
.header-logo img{
    margin:10px auto;
/*    width:250px;*/
    width: 100%;
}
.header-menu{
    display: inline-block;  
    margin-top:5px;
    
}
.header-menu a{
    line-height: 67px;
    vertical-align: middle;
}
.header-menu a p{
    line-height:100%;
    display: inline-block;   
    background-color: #F79489;
    color: #fff;
    font-weight: 0;
    padding:2px 5px ;
    font-size: 0.8rem;

}
.header-banner{
    display: inline-block;
    float: right;
    
}
.header-banner img{
    max-width: 468px ;
    max-height:60px;
    margin:10px auto ;
}


/* ==============================================
   サイドメニュー
===============================================*/
.col-right,.col-left{
    flex: 1;
    text-align: center;
    background-color: #F8AFA6;
    color: #fff;
}
.col-left img{
 padding: 2px 10px;
    width:200px;  
    height:30px;
    object-fit: cover;
}
.col-right p,.col-left p{
    background-color: #F79489;
    font-weight: 600;
    margin:10px;
    line-height: 2rem;
}
.link-area,.category-area{
        padding:10px 0;
}

.link-area ul{
    list-style: square;
    font-size: 1rem;
    padding-left: 30px;
    text-align: left;
}
.link-area ul li{
    margin-bottom:10px;
    padding-left: 0;
    text-align: left;
    line-height: 2rem;
}
.link-area ul li a{
    color: #000;
    text-decoration: none;
    /*border-bottom: 1px solid #000;*/
}

.category-area a img{
    /*width:100%;*/
    margin:5px 0
    }
    .category

/* ==============================================
   メインコンテンツ
===============================================*/
.col-center{
    flex: 2;
}
.col-center a{
    color:#000;
}
.col-center .content{
    margin: 0 20px;
}
.col-center .content .colored{
    color:#F79489;
    line-height: 3rem;
}
.col-md-6{
    padding:0;
}
main{
    /*display: flex;*/
    min-height: 100vh;
    margin: 10px 10%;
}
.box {
    display:flex;
    flex-direction: row-reverse;
    justify-content:center;
    padding:10px;
    margin:0 10px;
    border-bottom: 1px dashed #aaa;
    border-top: 1px dashed #aaa;
}

.blog-text {
    margin-left:1rem;;
}
h3 {
  font-size: 18px;
}
.blog-date, .blog-category{
    font-size:12px;
}
.blog-img {
  width: cover;
  margin:5px;
}
.blog-detail col-center{
    padding:10px 0;
}
.blog-detail .content{
    margin-top:10px;
    margin-bottom:10px;
    padding:10px 0;
    border-bottom: 1px dashed #aaa;
    border-top: 1px dashed #aaa;
}

/* ==============================================
   ボタン
===============================================*/
button.read-more{
    background: none;
    border: 2px solid #F79489;
    padding:5px;
    margin:20px 0;
    color:#F79489;
/*    font-size:18px;*/
    width:100%;
}
button.read-more:hover{
    background-color:#F79489;
    color:#fff;
}


/* ==============================================
   広告エリア
===============================================*/
.short-banners{
    display: inline-flex;
    justify-content: center;
    width:100%;
}
.short-banners img{
    max-width:468px;
    margin:10px;
}
.tall-banners{
    text-align: center;
}
.tall-banners img{
    max-width:250px;
    margin:10px 0;
}
.rss-area{
    width: 80%;
    margin:10px auto;
    text-align:center;
}

/* ==============================================
   フッター
===============================================*/
footer{
    background-color: none;
    color:#F79489;
    margin-top: 30px;
    margin-bottom: 50px;
}
footer p{
    text-align: center;
    font-size: 1rem;
}

/* ==============================================
   メディアクエリ
===============================================*/
@media (max-width: 576px){
    *{
        font-size: 15px;
    }
    body{
        margin-right: -6px;
        width: 100%;
    }
    header{
        height:auto;
        margin-left:10px;
    }
    .header-menu{
        position:relative;
        margin-top:0;
    }
    .header-menu p{
/*
        position:absolute;
        top: 50%;
        transform: translateY(-50%);
*/
        margin:0;
        padding:2px;
        font-size: 0.5rem;
        
    }
    
    .header-banner{

    }
    .header-banner img{
        width: 95%;
        max-width: none;
        max-height:none;
        margin:10px auto;
}
    .header-logo{
        width: 60%;
    }   
    .header-logo img{
/*        width:400px;*/
        width: 100%;
    }   
.short-banners {
  display: block;
  text-align: center;
/*  margin: 25px 20px 25px 0;*/
}
.short-banners img {
  width: 95% !important;
    max-width:none;
  margin: 10px;
}
.tall-banners {
  text-align: center;
  margin-bottom: 100px;
}
.tall-banners img {
  width: 90%;
  max-width: none;
  margin: 10px 0;
}
    main{
        margin:0;
    }
    .category-area a img{
        width:49%;
        margin:5px 0
    }
    .category-select{
    text-align: left;
    padding-left: 0px;
}
    .link-area ul{
    list-style: square;
    font-size: 1rem;
    padding-left: 50px;
    text-align: left;
}

.rss-area{
    width: 100%;
    margin:10px auto;
}

.box {
    display:flex;
    flex-direction: row-reverse;
    justify-content:center;
    padding:10px;
    border-bottom: 1px dashed #aaa;
    border-top: 1px dashed #aaa;
}
    .blog-text h3{
    font-size: 15px;
}.
   .blog-text span{
    font-size:12px !impiortant;
}

}

.pagenation-area{
    background:none; 
    margin:1rem;
}

.pagination a{
    background:#F79489;
    opacity: 0.7;
    color:#fff;
    margin:.2rem;

}

.active{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4D4D4D;
    background-color: #dee2e6;
    border: 1px solid #dee2e6;
    margin: .2rem
}

.side-bn{
    text-align: center;
    background-color:#F8AFA6;
}

.side-bn img{
    padding-top: 5px;
    padding-bottom: 5px;
    width: auto;
}
