@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:    ブログ
 Notes:          
--------------------------------------------------------------- */
.main-wrap{
width:100%;

}

.main-title_bg{
width:100%;
line-height: 100%;
text-align: center;
    background: url("../img/common/head_bg.png") 0 0 no-repeat;
height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 14.84375%;
    background-size: contain;
margin-bottom: 5%;
}
.main-title{
width:24.635%;
margin: -9% auto;
}
.main-title img{
width:100%;
}

.main{
width:59.79%;
margin: 0 auto;
}

.main-content	{
	width:74.65%;
	margin: 0 auto;
    float: left;
}



.blog-wrap{
width:100%;
display: flex;
justify-content:flex-start;
flex-wrap: wrap;
}

.kijibox{
width:31%; 
margin: 0 1.16666% 5%;
}

.photobox{
height: 9vw;
    overflow: hidden;
    object-fit: contain;
    margin-bottom: 5%;
border-radius: 8px;
position: relative;
}

.photobox img{
width: 100%;
height: 100%;
}

.categ{
position: absolute;
    top: 0;
    left: 0;
    width: auto;
    background-color: #ef5593;
    border-radius: 10px;
    /* text-align: center; */
    line-height: 100%;
    padding: 0.3rem 1vw;
    color: #ffffff;
    font-size: 0.8vw;
}

.blog-title{
font-weight: bold;
font-size: 1.2vw;
line-height: 150%;
}

.sidebar {
	width: 15.5%;
    float: right;
	box-sizing: border-box;
	background-color: #FFF;
	margin: 0 auto 15%;
    padding: 0;
}

.side-menu-box h3{
border-bottom:1px solid #808080;
font-size: 1.2vw;
}

.widget{
margin-bottom: 30%;
}

.widget .box-content{
font-size: 1vw;
}

.topics-container{
	width:100%;
}



.article-title {
	white-space: normal;
  overflow:visible;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
	width: 100%;
    font-size: 1.1vw;
    /*border-bottom: 1px solid #808080;*/
    font-weight: bold;
    line-height: 140%;
}

.article-title a{
    text-decoration:none;
    color: #000;
}

.article-title a:hover{
opacity:0.6;
}

.post-img{
height: 9vw;
overflow: hidden;
    object-fit: contain;
    margin-bottom: 5%;
}
.post-img img{
width:100%;
height: 100%;
}

.date{
font-size: 1vw;
margin: 0;
}

.category {
	/*width: 20%;*/
	/*display: block;*/
    font-size: 1vw;
	box-sizing: border-box;
	border: 1px solid #000000;
    margin:  0;
    padding: 1% 5%;
    line-height: 100%;
    border-radius: 1vw;
}

.box02{
width: 100%;
font-size: 1vw;
line-height: 170%;
margin: 3% 0;

}

.box02 img{
max-width: 100%;
}


.side-menu-box {
	margin: 0 auto 30%;
}
.widget_categories h3.box-title {
	margin: 0 auto 5%;
	font-size: 1.1vw;
	border-bottom: 1px solid #e60000;
}
.widget_archive h3.box-title {
	margin: 0 auto 10%;
	font-size: 1.1vw;
	border-bottom: 1px solid #e60000;
}

.prev-area {
    width: 100%;
    margin: 10% auto;
    display: inline-flex;
}

.before-kiji {
	width: 25%;
    margin-right: 12.5%;
    text-align: left;
}

.before-kiji a{
text-align: center;
    text-decoration:none;
    color: #000;
     border: 2px solid #ffdd11;
    display:block;
    font-size: 1.2vw;
    font-weight: bold;
    line-height: 180%;
    padding: 0;
    width: 100%;
    border-radius: 1rem;
/*display: -webkit-box;*/
 /* display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
  /*-webkit-box-pack: center;*/
 /* -ms-flex-pack: center;
  justify-content: center;*/
}

.before-kiji a:hover{
opacity: 0.6;
}


.after-kiji {
	width: 25%;
    margin: 0;
    text-align: right;
}

.after-kiji a{
text-align: center;
    text-decoration:none;
    color: #000;
    display:block;
    font-size: 1.2vw;
    font-weight: bold;
    line-height: 180%;
    padding: 0;
    margin: 0;
    width: 100%;
    border: 2px solid #ffdd11;
    border-radius: 1rem;
    /* display: -webkit-box;*/
  /*display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
  /*-webkit-box-pack: center;*/
 /* -ms-flex-pack: center;
  justify-content: center;*/
}

.after-kiji a:hover{
opacity: 0.6;
}

.kiji-list {
	width: 39.8%;
    margin-right: 12.5%;
    text-align: center;
}
.kiji-list a {
text-align: center;
	text-decoration:none;
    box-sizing: border-box;
    color: #000;
     border: 2px solid #ffdd11;
    display: block;
    font-size: 1.2vw;
    font-weight: bold;
    line-height: 180%;
    padding: 0;
    border-radius: 1rem;
   /*display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
}

.kiji-list a:hover{
opacity: 0.6;
}

/***********************シングルページ********************************************/
.article-title-s{
margin: 0;
    font-size: 1.4vw;
    line-height: 170%;
    border-bottom: 1px solid #000;
}

.category-s{
font-size: 1vw;
    box-sizing: border-box;
    margin: 0;
    padding: 1% 2%;
    line-height: 100%;
    border-radius: 1vw;
    float: right;
    background-color: #ef5593;
    color: #fff;
}


.date-s{
font-size: 1vw;
margin: 0;
font-weight: bold;
}

.box02 img{
max-width: 100%;
border-radius: 8px;

}


/* ===============================================================================================================================
== スマホ 
================================================================================================================================= */
@media only screen and (max-width:699px) {

.main-title_bg{
width:100%;
line-height: 100%;
text-align: center;
    background: url("../img/common/head02_bg_sm.png") 0 0 no-repeat;
height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 33.5294%;
    background-size: contain;
margin-bottom: 5%;
}
.main-title{
width:70%;
margin: -25% auto;
}

.main {
    width: 90%;
    margin: 0 auto;
} 

.main-content {
    width: 100%;
    margin: 0 auto;
    float: left;
}

.kijibox {
    width: 48%;
    margin: 0 1% 5%;
}

.photobox {
    height: 30vw;
    }

.categ {
    font-size: 13px;
}

.blog-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
}

.wp-block-group__inner-container h2 {
    font-size: 16px;
    }




















.topics-container{
	width:100%;
float: none;
}

.topics-box {
    width: 47%;
    margin-bottom: 5%;
}

.post-img {
    height: 35vw;
}

.category {
 font-size: 13px;
    color: #000000;
    background-color: #ffffff;
    padding: 1% 5%;
    text-align: center;
    line-height: 150%;
    border-radius: 20px;
    border: 1px solid #000000;
}

.article-title {
   font-size: 14px;
    line-height: 140%;
}

.date {
    font-size: 14px;
    float: left;
    margin: 2% 0;
}

.sidebar {
    width: 100%;
    float: none;
}

.widget .box-content {
    font-size: 14px;
}

.widget_categories h3.box-title {
    margin: 0 auto 5%;
    font-size: 16px;
    border-bottom: 1px solid #808080;
    text-align: center;
}

.widget_archive h3.box-title {
    margin: 0 auto 10%;
    font-size: 16px;
    border-bottom: 1px solid #808080;
    text-align: center;
}

.sidebar ul li {
    padding: 0.5em 0;
    cursor: pointer;
    line-height: 1.5;
    width: 70%;
    margin: 0 auto;
    font-size: 14px;
}

.sidebar .widget_archive ul li {
    width: 70%;
    justify-content: space-between;
    position: relative;
    align-items: center;
}


.article-title-s {
    margin: 5% 0 3%;
    font-size: 16px;
    line-height: 170%;
}

.category-s {
    font-size: 13px;
    box-sizing: border-box;
    /* border: 1px solid #000000; */
    margin: 0;
    padding: 2% 3%;
    line-height: 100%;
    border-radius: 13px;
}

.date-s {
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}


.box02 {
    width: 100%;
    font-size: 14px;
    line-height: 170%;
    margin-bottom: 5%;
}

.before-kiji {
    width: 30%;
    margin-right: 5%;
    text-align: left;
}

.kiji-list {
    width: 30%;
    margin-right:5%;
    text-align: center;
}

.after-kiji {
    width: 30%;
    margin: 0;
    text-align: right;
}

.after-kiji a {
    font-size: 14px;
    }
    
.kiji-list a {
    font-size: 14px;
    }  
    
.before-kiji a {
    font-size: 14px;
    }    


}