@charset "UTF-8";
/* 共通部分
------------------------------------*/
html{
    font-size: 100%;
}
img{
    max-width: 100%;
}
body{
    max-width: 1000px;
    margin: 0 auto;
    font-family: "Kiwi Maru", serif;
    font-weight: 400;
    font-style: normal;
    background: repeating-linear-gradient(135deg, rgb(252, 249, 238), rgb(252, 249, 238) 20px, rgb(253, 247, 227) 20px, rgb(253, 247, 227) 40px);
    padding: 0 2%;
}
.wrapper{
    margin: 0 2%;
}
a{
    text-decoration: none;
    color: black;
    transition: all .5s;
}
a:hover{
    color: rgb(252, 146, 153);
}

/* header
------------------------------------*/
.logo{
    height: 8vh;
    transition: .5s;
}
.logo-bg{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1% 0;
    margin-bottom: 1%;
}
.logo-bg .content{
    margin-right: .5rem;
    transition: all .6s;
    padding: .4rem 2rem;
    background-color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
    border: 2px dashed rgb(252, 146, 153);
    box-shadow: 0 0 0 5px #fff;
    border-radius: 5px 5px;
}
.logo-bg .content:hover{
    color: rgb(252, 146, 153);
}
.kiwi-maru-big {
    font-family: "Kiwi Maru", serif;
    font-weight: 800;
    font-style: normal;
  }
.main-bg{
    filter: sepia(20%);
    margin-bottom: 3%;
}
.logo:hover{
    opacity: .5;
}

/* aricle
==================================================================================*/

/* aricle-opt
------------------------------------*/
.article-flex{
    display: flex;
    justify-content: space-between;
}
.article-box{
    width: 70%;
}
.aside-box{
    width: 28%;
}

/* aricle
------------------------------------*/
.feather-box{
    display: flex;
}
.feather-box i{
    color: #fff;
    text-shadow:
    1px 1px 0 #000,
    -1px 1px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000;
    margin-right: .5rem;
}
.feather-box h2{
    border-bottom: dotted 3px rgb(252, 146, 153);
    margin-bottom: 2%;
}
.article-box-mini{
    padding: 1% 3%;
    background-color: #fff;
    border-radius: 20px 20px;
    line-height: 1.7;
    border: 2px dashed rgb(252, 146, 153,.3);
    box-shadow: 0 0 0 5px #fff;
    border-radius: 5px 5px;
    margin-bottom: 5%;
}
.article-box-mini ul{
    padding-left: 0;
}
.article-box-mini li{
    list-style-type: none;
}
.article-box-mini li i{
    margin-right: .4rem;
}
.article-box-mini-new{
    display: flex;
    margin-top: 1%;
}
.article-box-mini-new img{
    position: relative;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px 10px;
}
.article-box-mini-newtext{
    width: 70%;
    margin-left: 2%;
    margin-bottom: 6%;
}
.article-box-mini-newtext p{
    font-size: .95rem;
}
.date{
    position: absolute;
    background-color: rgb(252, 146, 153);
    border-radius: 5px 5px;
    color: #fff;
    padding: .1rem 1rem;
}
.article-box-mini-newtitle{
    margin-bottom: 2%;
}
.article-box-mini-newtitle h3{
    width: 100%;
}
.article-box-mini-newtitle ul{
    display: flex;
    margin: 0;
    padding: 0;
    font-size: .85rem;
}
.article-box-mini-newtitle li{
    margin-left: 1rem;
}
.article-box-mini-newtitle i{
    color: rgb(252, 146, 153);
}
.btn a{
    background-color: rgb(252, 146, 153);
    color: #fff;
    padding: .2rem 2rem;
    border-radius: 5px;
    box-shadow: 0 0 0 2px rgb(252, 146, 153);
    border: 2px dotted #fff;
    text-align: center;
}
.btn:hover{
    opacity: .5;
}
.btn{
    text-align: center;
    transition: all .5s;
    margin: 1.5% 0;
}
.page-num{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style-type: none;
    text-align: center;
    font-size: 1.2rem;
}
.page-num a,
.current{
    display: inline-block;
    background-color: rgb(252, 146, 153);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 1rem;
    transition: .5s;
}
.page-num a{
    color: #fff;
}
.current{
    background-color: #fff;
    box-shadow: 0 0 0 2px #fff;
    border: solid 1px rgb(252, 146, 153);
}
.page-num a:hover{
    opacity: .5;
}
/* aside
------------------------------------*/
.center h2{
    border-bottom: none;
}
.center{
    text-align: center;
}
.profile p{
    font-size: .9rem;
    margin: 3% 0;
}
.profile img{
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}
.profile-title h2{
    border-bottom: dotted 3px rgb(252, 146, 153);
    margin-bottom: 2%;
    display: inline-block;
}
.profile-title{
    text-align: center;
}
.license ul{
    margin: 0;
    margin-bottom: 3%;
}
.license li::before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-bottom: .2rem;
    background-color: rgb(252, 146, 153);
    margin-right: .5rem;
}
.aside-margin{
    margin-bottom: 10%;
}
.aside-ranking{
    line-height: 3;
    margin: 0 2%;
    font-size: 1.1rem;
    margin-bottom: 4%;
}
.aside-ranking li{
    border-bottom: 1px solid rgb(252, 146, 153,.5);
}
.last-cat i{
    color: rgb(252, 146, 153);
}
.last-cat{
    position: sticky;
    top: 1rem;
}
.sns{
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 5%;
}
.sns i{
    background-color: rgb(252, 146, 153);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    color: #fff;
    transition: .5s;
}
.sns i:hover{
    opacity: .5;
}
footer{
    text-align: center;
    margin-top: 1rem;
}

/* 更新記事部分
=========================================================*/
.tag ul{
    display: flex;
    margin: 0;
    margin-top: 1rem;
}
.tag li i{
    padding-left: 1rem;
    color: rgb(252, 146, 153);
}
.blog-title{
    display: flex;
    justify-content: space-between;
    margin: 3% 0;
}
.blog-box img{
    width: 100vw;
    height: 350px;
    object-fit: cover;
    margin-bottom: 3%;
}
.img-date{
    position: relative;
}
.img-date img{
    border-radius: 10px 10px;
}
.img-date p{
    position: absolute;
    background-color: rgb(252, 146, 153);
    border-radius: 5px 5px;
    color: #fff;
    padding: .1rem 1rem;
}
.blog-box p{
    margin-bottom: 2%;
}
.blog-next{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style-type: none;
    text-align: center;
    font-size: 1.1rem;
}
.blog-next a{
    display: inline-block;
    background-color: rgb(252, 146, 153);
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin: 0 .1rem;
    transition: .5s;
}
.blog-next .left{
    border-radius: 10px 3px 3px 10px / 10px 3px 3px 10px;
}
.blog-next .right{
    border-radius: 3px 10px 10px 3px / 3px 10px 10px 3px ;
}
.blog-next a{
    color: #fff;
}
.blog-next a:hover{
    opacity: .5;
}
.blog-box img{
    border-radius: 10px 10px;
}


/* pc向き(スマホmin-width)
------------------------------------*/
@media(max-width: 700px){

/* aricle-opt
------------------------------------*/
.article-flex{
    display: block;
    justify-content: space-between;
}
.article-box{
    width: 100%;
}
.aside-box{
    width: 100%;
}

/* aricle
------------------------------------*/

.page-num{
    margin-bottom: 5%;
}    
}
/* 更新記事部分
=====================================*/
.blog-next{
    margin-bottom: 5%;
}

/* 500px
=========================================================*/

@media(max-width: 500px){
.logo{
    height: 6vh;
}
.logo-bg .content {
    padding: .1rem 1rem;
    font-size: 1rem;
}
.feather-box h2 {
    font-size: 1.3rem;
    margin-bottom: 5%;
}
.article-box-mini p{
    font-size: .95rem;
}
.article-box-mini-newtitle h3 {
    font-size: 1.2rem;
    padding-top: .2rem;

}
.article-box-mini-newtitle li {
    margin-right: 1rem;
    margin-left: 0;
}
.article-box-mini li{
    font-size: .95rem;
}
.article-box-mini-new {
    flex-direction: column;
}
.article-box-mini-new img {
    width: 100%;
    height: 140px;
    display: block;
}
.article-box-mini-newtext {
    width: 100%;
    margin-left: 0;
    position: relative;
    top: -2rem;
}
.date{
    width: 40%;
    position: relative;
    top: -8.75rem;
}
.page-num{
    font-size: 1rem;
    margin-bottom: 1.3rem;
}
.page-num a,
.current{
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 .5rem;
}
}
/* 更新記事部分
=====================================*/

.blog-title{
    flex-direction: column;
    margin: 3% 0;
}
.tag ul{
    margin: 0;
}
.tag li i {
    padding-left: 0;
}
.tag li{
    margin-right: 1rem;
}
.blog-box img{
    height: 180px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 500px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}