@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: 100%;
    margin: 20px auto 75px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 9px;/*18*/
}
section .wp-pagenavi a.previouspostslink, section .wp-pagenavi a.nextpostslink{
    position: absolute;
    top: 0;
    font-weight: 500;
    font-size: 10px;
}
section .wp-pagenavi a.previouspostslink::before, section .wp-pagenavi a.nextpostslink::before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    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: 22px;
}
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: 22px;
}
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: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    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: 23px;
    height: 23px;
    font-weight: 500;
    color: #057500;
    line-height: 100%;
}

/*ページャー（PHP）*/
section .navigation{
    width: calc( 100% - 40px );
    height: 40px;
    margin: 20px auto 75px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section .navigation .aligncenter{
    width: 170px;
    height: 100%;
    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: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
    position: relative;
}
section .navigation .aligncenter > a::before{
    content: '';
    display: block;
    background: url("../image/icon_circle2.png") 0 0 / contain no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin: auto;
    right: 10px;
}

section .navigation .pager a{
    width: 75px;
    position: relative;
}
section .navigation .pager a::before{
    content: '';
    display: block;
    background: url("../image/icon_circle.png") 0 0 / contain no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin: auto;
}
section .navigation .pager.alignleft a{
    padding-left: 25px;
}
section .navigation .pager.alignleft a::before{
    left: 0;
    transform: scale(-1, 1);
}
section .navigation .pager.alignright a{
    padding-right: 25px;
}
section .navigation .pager.alignright a::before{
    right: 0;
}

/*--------------------------------------------------*/
/*アーカイブ*/

section#archive .option{
    width: calc( 100% - 40px );
    margin: 0 auto;
    padding: 45px 20px 25px;
    border-bottom: 1px solid #f75074;
}
section#archive .option dl{
    display: flex;
	flex-direction: column;
	gap: 14px 0;
}
section#archive .option dl dt{
    display: flex;
    align-items: center;
}
section#archive .option dl dt .name{
	width: 20%;
    color: #f75074;
    font-weight: bold;
}
section#archive .option dl dt .select{
    width: 80%;
    height: 40px;
    position: relative;
}
section#archive .option dl dt .select::before{
    content: '';
    display: block;
    background: url("../image/icon_select.png") no-repeat;
    background-size: contain;
    width: 13px;
    height: 10px;
    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: 14px;
    color: #707070;
}

/*投稿一覧*/
section#archive .posts{
    width: 100%;
    margin: 15px auto 20px;
}
section#archive .posts .post{
    width: calc( 100% - 65px );
    padding: 20px 45px 20px 20px;
    border-bottom: 1px dotted #c8c8c8;
    display: flex;
	flex-direction: column;
    gap: 6px 0;
    cursor: pointer;
    position: relative;
}
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: 20px;
    height: 20px;
    position: absolute;
    top: 43%;
    right: 20px;
    pointer-events: none;
}

section#archive .posts .post dl{
    display: flex;
    align-items: center;
    gap: 0 17px;
    font-size: 15px;
}
section#archive .posts .post dl dt{
    color: #707070;
}
section#archive .posts .post dl dd{
	height: 25px;
}
section#archive .posts .post dl dd a.cat{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 500;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;    
    box-sizing: border-box;
	padding: 0 10px;
}

section#archive .posts .post .title a{
	font-size: 15px;
}

/*--------------------------------------------------*/
/*記事詳細*/

section#single{
    width: 100%;
    margin: 45px auto 80px;
}

section#single .contents{
	width: calc( 100% - 40px );
	margin: 0 auto;
}

section#single .info{
    padding: 0 3px 0;
    border-bottom: 2px solid #f74f74;
}
section#single .info > dl{
    display: flex;
    align-items: center;
    gap: 0 17px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #f74f74;
	font-size: 15px;
}
section#single .info > dl dt{
    color: #8c8c8c;
}
section#single .info > dl dd{
    height: 30px;
}
section#single .info > dl dd > a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 500;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;    
    box-sizing: border-box;
	padding: 0 10px;
}

section#single .info > h2{
    padding: 15px 0;
    font-size: 16px;
    font-weight: 400;
}

section#single .editer{
    margin: 33px 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% - 20px );
    padding: 5px 10px;
    background-color: #ffeaee;
    font-size: 16px;
    color: #f74f74;
    font-weight: 700;
}
section#single .editer h4.wp-block-heading{
    width: calc( 100% - 30px );
    padding: 0 15px 5px;
    font-size: 15px;
    color: #f74f74;
    font-weight: 500;
    border-bottom: 2px dotted #f74f74;
    position: relative;
}
section#single .editer h4.wp-block-heading::before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #f74f74;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; 
    position: absolute;
    top: 8px;
    left: 1px;
}
section#single .editer h5.wp-block-heading{
    width: calc( 100% - 30px );
    padding: 0 15px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}
section#single .editer h5.wp-block-heading::before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ffbf00;
    position: absolute;
    top: 8px;
    left: 1px;
}

/*ブロックエディターの既存CSSを上書き*/
section#single .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
	font-size: 14px;
}









/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/