@charset "utf-8";
/* CSS Document */

#wpadminbar {
    position: relative;
    z-index: 99999999; 
}

/*--------------------------------------------------*/
/*CMS共通*/

/*ページタイトル*/
#pagetitle {
    background: url("../image/titlebg.jpg") no-repeat;
    background-size: cover;
    position: relative;
}

/*ページャー（pagenavi）*/
section .wp-pagenavi{
    width: 1000px;
    margin: 40px auto 130px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 18px;/*18*/
}
section .wp-pagenavi a.previouspostslink, section .wp-pagenavi a.nextpostslink{
    position: absolute;
    top: 0;
    font-weight: 500;
    font-size: 18px;
}
section .wp-pagenavi a.previouspostslink::before, section .wp-pagenavi a.nextpostslink::before{
    content: "";
    display: block;
    width: 29px;
    height: 29px;
    background: url("../image/icon_circle.png") 0 0 / contain no-repeat;
    position: absolute;
    right: 0;
}
section .wp-pagenavi a.previouspostslink{
    position: absolute;
    left: 0;
    padding-left: 45px;
}
section .wp-pagenavi a.previouspostslink::before{
    content: '';
    position: absolute;
    left: 0;
    transform: scale(-1, 1);
}
section .wp-pagenavi a.nextpostslink{
    position: absolute;
    right: 0;
    padding-right: 45px;
}
section .wp-pagenavi a.nextpostslink::before{
    content: '';
    position: absolute;
    right: 0;
}

section .wp-pagenavi a.page, section .wp-pagenavi span.current{
    font-family: "Jost", sans-serif;
    font-weight: 400;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #f75074;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;   
}
section .wp-pagenavi span.current{
    color: #fff;
    background-color: #f75074;
    
}
section .wp-pagenavi span.extend{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.11rem;/*46*/
    height: 3.11rem;/*46*/
    font-size: 147.06%;/*25*/
    font-weight: 500;
    color: #057500;
    line-height: 100%;
}

/*ページャー（PHP）*/
section .navigation{
    width: 1000px;
    height: 70px;
    margin: 40px auto 130px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section .navigation .aligncenter{
    width: 290px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
section .navigation .aligncenter > a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f74f74;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    font-size: 17px;
    color: #fff;
    position: relative;
}
section .navigation .aligncenter > a::before{
    content: '';
    display: block;
    background: url("../image/icon_circle2.png") 0 0 / contain no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin: auto;
    right: 20px;
}

section .navigation .pager a{
    width: 130px;
    font-size: 18px;
    position: relative;
}
section .navigation .pager a::before{
    content: '';
    display: block;
    background: url("../image/icon_circle.png") 0 0 / contain no-repeat;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin: auto;
}
section .navigation .pager.alignleft a{
    padding-left: 40px;
}
section .navigation .pager.alignleft a::before{
    left: 0;
    transform: scale(-1, 1);
}
section .navigation .pager.alignright a{
    padding-right: 40px;
}
section .navigation .pager.alignright a::before{
    right: 0;
}

/*--------------------------------------------------*/
/*アーカイブ*/

section#archive .option{
    width: calc( 1000px - 260px );
    margin: 0 auto;
    padding: 90px 130px 55px;
    border-bottom: 2px solid #f75074;
}
section#archive .option dl{
    display: flex;
    justify-content: space-between;
}
section#archive .option dl dt{
    display: flex;
    align-items: center;
    gap: 0 20px;
}
section#archive .option dl dt .name{
    font-size: 18px;
    color: #f75074;
    font-weight: bold;
}
section#archive .option dl dt .select{
    width: 240px;
    height: 55px;
    position: relative;
}
section#archive .option dl dt .select::before{
    content: '';
    display: block;
    background: url("../image/icon_select.png") no-repeat;
    background-size: contain;
    width: 18px;
    height: 11px;
    position: absolute;
    top: 43%;
    right: 20px;
    pointer-events: none;
}
section#archive .option dl dt .select select{
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border: 1px solid #f75074;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #707070;
}

/*投稿一覧*/
section#archive .posts{
    width: 1000px;
    margin: 30px auto 40px;
}
section#archive .posts .post{
    width: calc( 100% - 115px );
    padding: 30px 90px 30px 25px;
    border-bottom: 2px dotted #c8c8c8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 25px;
    cursor: pointer;
    position: relative;
}
section#archive .posts .post:hover{
    opacity: 0.6;
}
section#archive .posts .post:last-of-type{
    border-bottom: 0px dotted #c8c8c8;
}
section#archive .posts .post::before{
    content: '';
    display: block;
    background: url("../image/icon_circle.png") 0 0 / contain no-repeat;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 43%;
    right: 40px;
    pointer-events: none;
}

section#archive .posts .post dl{
    width: 300px;
    display: flex;
    align-items: center;
    gap: 0 34px;
}
section#archive .posts .post dl dt{
    font-size: 18px;
    color: #707070;
}
section#archive .posts .post dl dd{
    width: 190px;
    height: 30px;
}
section#archive .posts .post dl dd a.cat{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 700;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;    
    box-sizing: border-box;
}

section#archive .posts .post .title{
    width: calc( 100% - 300px );
}


/*--------------------------------------------------*/
/*記事詳細*/

section#single{
    width: 1000px;
    margin: 110px auto 160px;
}

section#single .contents{
}

section#single .info{
    padding: 0 5px 0;
    border-bottom: 4px solid #f74f74;
}
section#single .info > dl{
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 0 30px;
    padding: 0 5px 20px;
    border-bottom: 2px dotted #f74f74;
}
section#single .info > dl dt{
    font-size: 24px;
    color: #8c8c8c;
}
section#single .info > dl dd{
}
section#single .info > dl dd > a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 30px;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 700;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;    
    box-sizing: border-box;
}
section#single .info > h2{
    padding: 30px 20px;
    font-size: 24px;
    font-weight: 400;
}

section#single .editer{
    margin: 65px auto 0;
}

/*段落*/
section#single .editer p{
    line-height: 170%;    
}

/*画像*/
section#single .editer .wp-block-image{
    
}

/*見出し*/
section#single .editer h3.wp-block-heading{
    width: calc( 100% - 40px );
    padding: 10px 20px;
    background-color: #ffeaee;
    font-size: 23px;
    color: #f74f74;
    font-weight: 700;
}
section#single .editer h4.wp-block-heading{
    width: calc( 100% - 60px );
    padding: 0 30px 10px;
    font-size: 20px;
    color: #f74f74;
    font-weight: 500;
    border-bottom: 3px dotted #f74f74;
    position: relative;
}
section#single .editer h4.wp-block-heading::before{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-color: #f74f74;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; 
    position: absolute;
    top: 8px;
    left: 2px;
}
section#single .editer h5.wp-block-heading{
    width: calc( 100% - 60px );
    padding: 0 30px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
section#single .editer h5.wp-block-heading::before{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-color: #ffbf00;
    position: absolute;
    top: 8px;
    left: 2px;
}


/*ブロックエディターの既存CSSを上書き*/
section#single .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
	font-size: 16px;
}









/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/