@charset "utf-8";
/* CSS Document */

section#top.news{
    margin: 0px auto;
}

/*************************************************/

.pager{
}

.pager .wp-pagenavi{
    width: 90%;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pager a, .pager span{
    /*display: block;*/
    display: table-cell;
    vertical-align: middle;
    width: calc( 100% / 5 );
    
}

.pager a.previouspostslink, .pager .nextpostslink{
    font-size: 13px;
    color: #50B5A4;
    font-weight: 600;
    /**/
    width: 118px;
    position: relative;
}

.pager a.previouspostslink{
    text-align: left;
    padding-left: 19px;
}

.pager .nextpostslink{
    text-align: right;
    padding-right: 19px;
}

.pager a.previouspostslink::before{
    content: "";
    background-image: url("../image/news/icon_arrom_be.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
    height: 24px;
    position: absolute;
    top: -3px;
    left: 0;
}

.pager .nextpostslink::after{
    content: "";
    background-image: url("../image/news/icon_arrom_ne.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
    height: 24px;
    position: absolute;
    top: -3px;
    right: 0;
}

.pager a.page, .pager span{
    margin: auto 4px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    width: 28px;
    height: 28px;
    background-color: #D8D8D8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pager span{
    background-color: #50B5A4;
}

/**/

.singlepager{
    width: 90%;
    margin: 35px auto 80px;
    display: flex;
    align-items: flex-start;;
    justify-content: center;
    position: relative;
}

.singlepager div.col.before, .singlepager div.col.next{
    width: calc( 50% - 38px );
    padding-top: 5px;
}

.singlepager div.col.before{
    text-align: left;
}

.singlepager div.col.next{
    text-align: right;
}

.singlepager div.col.center{
    /*width: 10%;*/
    width: 16%;
}

.singlepager div.col.center a{
    width: 100%;
}

.singlepager div.col.center img{
}

.singlepager div.col.before a, .singlepager div.col.next a{
    font-size: 13px;
    color: #50B5A4;
    font-weight: 800;
}

.singlepager div.col.before a{
    padding-left: 19px;
}

.singlepager div.col.next a{
    padding-right: 19px;
}

.singlepager div.col.before a::before{
    content: "";
    background-image: url("../image/news/icon_arrom_be.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
    height: 24px;
    position: absolute;
    top: 2px;
    left: 0;
}

.singlepager div.col.next a::after{
    content: "";
    background-image: url("../image/news/icon_arrom_ne.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
    height: 24px;
    position: absolute;
    top: 2px;
    right: 0;
}

.singlepager div.col.before a span, .singlepager div.col.next a span{
    font-weight: 800;
}

/*************************************************/

#block01{
    width: 100%;
    height: auto;
    margin: 0px auto 0px;
    position: relative;
}

#block01 .inner{
    width: 100%;
    margin: 0px auto;
}

#block01 .panel ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0;
    gap: 0 10px;
}

#block01 .panel ul li{
    width: calc( 100% / 2 - 20px ); 
    margin-bottom: 10px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /**/
    min-height: 194px;
}

#block01 .panel ul li dl{
}

#block01 .panel ul li dl dt{
    position: relative;
    max-height: 113px;
    overflow: hidden;
} 

#block01 .panel ul li dl dt p{
    mix-width: 112px;
    min-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-family: 'M PLUS Rounded 1c';
    font-size: 12px;
    font-weight: 700;
    transform: rotate(0.05deg);
    color: #fff;
    text-align: center;
    padding: 0 5px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
} 

#block01 .panel ul li dl dt p.topics{
    background-color: hsla(17,82%,61%,0.90);
} 

#block01 .panel ul li dl dt p.report{
    background-color: hsla(144,36%,45%,0.90);
} 

#block01 .panel ul li dl dt .center{
    background-color: hsla(332,82%,74%,0.90);
} 

#block01 .panel ul li dl dt .lunch{
    background-color: hsl(0deg 72% 58% / 90%);
} 

#block01 .panel ul li dl dt p.melon{
    background-color: hsla(114,35%,56%,0.90);
} 

#block01 .panel ul li dl dt p.grape{
    background-color: hsla(292,41%,42%,0.90);
} 

#block01 .panel ul li dl dt p.mikan{
    background-color: hsla(30,79%,47%,0.90);
} 

#block01 .panel ul li dl dt p.apple{
    background-color: hsla(14,72%,45%,0.90);
} 

#block01 .panel ul li dl dt p.peach{
    background-color: hsla(336,69%,61%,0.90);
} 

#block01 .panel ul li dl dt p.banana{
    background-color: hsla(56,78%,49%,0.90);
} 

#block01 .panel ul li dl dt img{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} 

#block01 .panel ul li dl dd{
    background-color: #fff;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 130%;
    position: relative;
} 

#block01 .panel ul li dl dd .day{
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #636363;
    margin-bottom: 0px;
} 

#block01 .panel ul li dl dd a{
    letter-spacing: 0.1em;
} 

#block01 .btn{
    max-width: 40.54rem;
    width: 100%;
    margin: 35px auto 0px;
}

#block01 .btn ul{
    display: flex;
}

#block01 .btn ul li{
    margin: auto 25px;
}

#block01 .nopost{
    width: 100%;
    margin: 50px auto;
    overflow: hidden;
}

#block01 .nopost p{
    font-size: 16px;
    font-weight: 700;
    transform: rotate(0.05deg);
    color: #50B5A4;
    text-align: center;
    line-height: 100%;
    letter-spacing: 0.15em;
}

/*************************************************/

#block02{
    width: 100%;
    background-color: #FCF5C6;
}

#block02 .list{
    width: 70%;
    margin: 0px auto;
    padding: 50px 0 60px;
    overflow: hidden;
}

#block02 .list div.col{
    width: 100%;
    margin: 0px auto 40px;
    position: relative;
    transform: rotate(0.05deg);
}

#block02 .list div.col:last-child{
    margin: 0px auto 0px;
}

#block02 .list div.col dl{
    justify-content: space-around;
    align-items: center;
}

#block02 .list div.col dl dt.name{
    font-size: 16px;
    color: #50B5A4;
    text-align: center;
    margin-bottom: 10px;
    transform: rotate(0.05deg);
}

#block02 .list div.col select{
    width: 100%;
    padding: 15px 30px;
    border: 1px solid #B1B1B1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #fff;
    font-family: 'M PLUS Rounded 1c';
    font-weight: 500;
}

#block02 .list div.col select {
  -webkit-appearance: none;
  appearance: none;/* デフォルトの矢印を非表示 */
}
#block02 .list div.col select::-ms-expand {
  display: none;/* デフォルトの矢印を非表示(IE用) */
}

/* セレクトボックスの矢印デザイン変更 */
#block02 .list div.col::before {
  content: url("../image/news/arrow.png");
  position: absolute;
  right: 30px;
  top: 50px;
  width: 1.62rem;
}

/*************************************************/

/*投稿ページ*/
#block03{
    width: 100%;
    margin: 65px auto 0;
    font-weight: 500;
}

#block03 .info{
    width: 100%;
    margin: 17px auto 30px;
    text-align: center;
}

#block03 .info .day{
    font-size: 14px;
    letter-spacing: 0.25em;
    margin-bottom: 15px;
}

#block03 .info .cat{
    width: 160px;
    height: 30px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 0 17px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#block03 .info .cat.topics{
    background-color: hsla(17,82%,61%,0.90);
} 

#block03 .info .cat.report{
    width: 285px;
    background-color: hsla(144,36%,45%,0.90);
} 

#block03 .info .cat.center{
    width: 200px;
    background-color: hsla(332,82%,74%,0.90);
} 

#block03 .info .cat.lunch{
    width: 200px;
    background-color: hsl(0deg 72% 58% / 90%);
} 

/**/

#block03 .article{
    width: 90%;
    margin: 0px auto 0px;
    line-height: 200%;
    letter-spacing: 0.05em;
}

#block03 .article a{
    color: #50B5A4;
    border-bottom: 1px solid #50B5A4;
}

#block03 .article img{
    width: 100%;
    height: auto;
}

/**/

#block03 .pager{
    width: 90%;
    margin: 35px auto 130px;
    display: flex;
}

#block03 .pager div.col.before, #block03 .pager div.col.next{
    margin-top: 15px;
}

#block03 .pager div.col.before{
    text-align: left;
}

#block03 .pager div.col.next{
    text-align: right;
}

#block03 .pager div.col.center{
    width: 47px;
    margin: 0px auto;
    text-align: center;
}

#block03 .pager div.col.center img{
    width: 47px;
    height: 72px;
}

#block03 .pager div.col.before a, #block03 .pager div.col.next a{
    color: #50B5A4;
    font-weight: 600;
}

#block03 .pager div.col.before a span, #block03 .pager div.col.next a span{
    font-weight: 800;
}

/*************************************************/

/*クラススナップ*/

#block04{
    width: 100%;
    height: auto;
    margin: 0px auto 0px;
    position: relative;
}

#block04 .inner{
    width: 100%;
    margin: 0px auto;
}

#block04 .snapcat{
    width: 100%;
    margin: 30px auto 0;
    overflow: hidden;
}

#block04 .snapcat ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#block04 .snapcat ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc( 100% / 3 - 10px );
    margin: auto 5px 5px 5px;
}

#block04 .snapcat ul li:first-child{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#block04 .snapcat ul li a{
    display: block;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 17px;
    color: #fff;
    text-align: center;
    line-height: 120%;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
}

#block04 .snapcat ul li a.all{
    border: 1px solid #50B5A4;
    color: #50B5A4;
} 

#block04 .snapcat ul li a.melon{
    background-color: hsla(114,35%,56%,0.90);
} 

#block04 .snapcat ul li a.grape{
    background-color: hsla(292,41%,42%,0.90);
} 

#block04 .snapcat ul li a.mikan{
    background-color: hsla(30,79%,47%,0.90);
} 

#block04 .snapcat ul li a.apple{
    background-color: hsla(14,72%,45%,0.90);
} 

#block04 .snapcat ul li a.peach{
    background-color: hsla(336,69%,61%,0.90);
} 

#block04 .snapcat ul li a.banana{
    background-color: hsla(56,78%,49%,0.90);
} 

#block04 .panel ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0;
    gap: 0 10px;
}

#block04 .panel ul li{
    width: calc( 100% / 2 - 20px ); 
    margin-bottom: 10px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /**/
    min-height: 194px;
}

#block04 .panel ul li dl{
}

#block04 .panel ul li dl dt{
    position: relative;
    max-height: 113px;
    overflow: hidden;
} 

#block04 .panel ul li dl dt p{
    min-width: 112px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-family: 'M PLUS Rounded 1c';
    font-size: 12px;
    font-weight: 700;
    transform: rotate(0.05deg);
    color: #fff;
    text-align: center;
    padding: 5px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
} 

#block04 .panel ul li dl dt p.melon{
    background-color: hsla(114,35%,56%,0.90);
} 

#block04 .panel ul li dl dt p.grape{
    background-color: hsla(292,41%,42%,0.90);
} 

#block04 .panel ul li dl dt p.mikan{
    background-color: hsla(30,79%,47%,0.90);
} 

#block04 .panel ul li dl dt p.apple{
    background-color: hsla(14,72%,45%,0.90);
} 

#block04 .panel ul li dl dt p.peach{
    background-color: hsla(336,69%,61%,0.90);
} 

#block04 .panel ul li dl dt p.banana{
    background-color: hsla(56,78%,49%,0.90);
} 

#block04 .panel ul li dl dt img{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} 

#block04 .panel ul li dl dd{
    background-color: #fff;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 130%;
    position: relative;
} 

#block04 .panel ul li dl dd .day{
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #636363;
    margin-bottom: 0px;
} 

#block04 .panel ul li dl dd a{
    letter-spacing: 0.1em;
} 

#block04 .btn{
    max-width: 40.54rem;
    width: 100%;
    margin: 35px auto 0px;
}

#block04 .btn ul{
    display: flex;
}

#block04 .btn ul li{
    margin: auto 25px;
}

#block04 .nopost{
    width: 100%;
    margin: 50px auto;
    overflow: hidden;
}

#block04 .nopost p{
    font-size: 16px;
    font-weight: 700;
    transform: rotate(0.05deg);
    color: #50B5A4;
    text-align: center;
    line-height: 100%;
    letter-spacing: 0.15em;
}

/*************************************************/

#block05{
    width: 100%;
    margin: 65px auto 0;
}

#block05 .inner{
    width: 95%;
    margin: 0px auto;
}

#block05 .post{
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
}

#block05 .post ol{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 10px;
}

#block05 .post ol li{
    width: calc( 100% / 2 - 20px );
}

#block05 .post ol li img{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
















































/*************************************************/
/*************************************************/
/*************************************************/
