@charset "UTF-8";
html {height: 100% ;}
body {
    width:100% ;
    min-width: 1280px;
    height: 100% ;
    color: #333 ;
    font-size:1em ;
    font-family: "游ゴシック体", Yu Gothic, YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight:500;
    font-feature-settings: 'palt' 1;
    line-height: 1.6 ;
    }
a:link { color: #382918 ;}
a:visited { color: #382918;}
a:active { color: #382918 ;}
a:hover { color: #d3392f}

img { border: 0 ; vertical-align: bottom ; }
.b { font-weight: bold ; }
.txt_right { text-align: right ; }
.fl { float: left ; margin:0 8px 0 0;}
svg{fill: currentColor;}

img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}

/*==SP==*/
@media (max-width: 767px) {
html {min-width:100% ;}
body {
    min-width:100% ;
    }
}
/*================================emoji================================*/
img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
    }
/*================================header================================*/
#header {
    width:100%;
    padding:40px 40px;
    box-sizing: border-box;
    background:url(../images/bg_header.jpg) no-repeat center bottom;
    }
#header #header_inner{
    position:relative;
    width:1200px;
    height:300px;
    margin:auto;
    background:url(../images/mainvisual.png) no-repeat;
    }
#header a {
    width:200px;
    position:absolute;
    top:40px;
    left:0;
    right:0;
    margin:auto;
    display:block;
    }
#header a h1 img{
    width:100%;
    height:auto;
    -webkit-filter: drop-shadow(0px 3px 10px rgba(255,255,255,.9));
    filter: drop-shadow(0px 0px 10px rgba(255,255,255,.9));
    }

/*==SP==*/
@media (max-width: 767px) {
#header {
    width:100%;
    padding:0;
    background:url(../images/bg_header.jpg) no-repeat center bottom;
    background-size:100% auto;
    }
#header #header_inner{
    padding:50% 0 0;
    position:relative;
    width:100%;
    height:auto;
    margin:auto;
    background:url(../images/mainvisual_sp.png) no-repeat;
    background-size:100% auto;
    }
#header a {
    width:32%;
    position:absolute;
    top:15%;
    left:0;
    }
}
/*================================base================================*/
#container{
    width:1280px;
    padding:50px 0;
    margin:auto;
    display:flex;
    }
main{
    width: 830px;
    margin-right: 30px;
    margin-left: 35px;
    }

/*==SP==*/
@media (max-width: 767px) {
#container{
    width:100%;
    min-width: 100%;
    margin:auto;
    padding:20px 0;
    display:block;
    }
main{
    width:100%;
    margin:0;
    padding:0 15px;
    box-sizing: border-box;
    }
}
/*================================form================================*/
#searchform input[type="search"] {
    font-size: 16px;
    -webkit-appearance: none;
    outline: none;
    position:relative;
    width:100%;
    height:50px;
    padding:12px;
    border:3px solid #e5e5e5;
    background: linear-gradient(to bottom, #f7f7f7 0%,#ffffff 100%);
    }
#searchform input[type="search"]:focus{
    position:relative;
    width:100%;
    height:50px;
    padding:12px;
    border:3px solid #ba89cc;
    background:#f8eefc;
    }
#searchform input[type="submit"] {
    font-size:14px;
    position:absolute;
    right:10px;
    top:0;
    height:50px;
    width:50px;
    border:none;
    background:url(../images/btn_search.svg) no-repeat center center;
    background-size:32px;
    transition: .1s;
    }
#searchform input[type="submit"]:hover {
    background:url(../images/btn_search.svg) no-repeat center center;
    background-size:34px;
    transition: .1s;
    cursor : pointer;
    }
#searchform input::placeholder {
    color:#ddd;
    }
#searchform input::-ms-input-placeholder {
    color:#ddd;
    }
#searchform input[type="search"]:focus::placeholder {
    color:#e6d0ee;
    }
#searchform input[type="search"]:focus::-ms-input-placeholder {
    color:#e6d0ee;
    }

/*==SP==*/
@media (max-width: 767px) {
#searchform{
    padding:0 5px 20px;
    }
#searchform input[type="search"] {
    width:100%;
    }
#searchform input[type="search"]:focus{
    width:100%;
    height:50px;
    }
#searchform input[type="submit"] {
    position:absolute;
    right:10px;
    top:0;
    }
}
/*================================aside================================*/
aside{
    width:355px;
    margin-top:12px;
    }
aside section{
    margin-bottom:20px;
    transition: .5s;
    }
aside h2{
    color:#fff;
    display:block;
    font-weight:bold;
    font-size:16px;
    line-height:1.6;
    padding:20px 20px 20px 60px;
    border-top:4px solid #9267a1;
    box-sizing: border-box;
    }
aside h2 span{
    letter-spacing: 1px;
    color:#c92766;
    display:block;
    font-size:12px;
    }
aside ul{
    border-bottom: 1px solid #e8dbed;
    }
aside li{
    list-style:none;
    border-top: 1px solid #e8dbed;
    }
aside li:first-child{
    border-top:none;
    }
aside li a{
    margin:auto;
    display:block;
    padding:15px 40px 15px 15px;
    box-sizing: border-box;
    text-decoration:none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
    }
aside li:nth-child(even) a{
    background:#efe2f3 url(../images/icon_arrow.svg) no-repeat right 10px center;
    background-size:18px;
    }
aside li:nth-child(odd) a{
    background:#f7eefb url(../images/icon_arrow.svg) no-repeat right 10px center;
    background-size:18px;
    }
aside li a:hover{
    color: #382918;
    padding:15px 40px 15px 15px;
    background:#fff url(../images/icon_arrow.svg) no-repeat right 6px center;
    background-size:18px;
    transition: .1s;
    }

/*==SP==*/
@media (max-width: 767px) {
aside{
    width:100%;
    }
aside section{
    margin:10px;
    }
aside h2{
    font-size:medium;
    border-radius:0;
    }
aside h2 span{
    font-size:small;
    }
    
}
/*================================accordion================================*/
.accordion .link {
    cursor: pointer;
    position:relative;
    }
.accordion i {
    width:20px;
    position:absolute;
    top:32px;
    right:10px;
    margin:auto;
    transition: .5s;
    }
.accordion .open i {
    transform: rotate(180deg);
    }
.submenu {
    display: block;
    }

/*==SP==*/
@media (max-width: 767px) {

.accordion i {
    transform: rotate(180deg);
    }
.accordion .open i {
    transform: rotate(0deg);
    }
.submenu {
    display: none;
    }
}

/*================================breadcrumb===============================*/
#breadcrumb {
    width: 100%;
    min-width: 1280px;
    height:48px;
    border-bottom:1px solid #5d2b6f;
    background: #411b4f;
    }
#breadcrumb ol{
    width: 1280px;
    margin: auto;
    padding:0 40px;
    box-sizing: border-box;
    list-style: none;
    }
#breadcrumb li {
    font-weight:bold;
    display:inline;
    font-size:13px;
    line-height:48px;
    color:#fff;
    }
#breadcrumb li a{
    font-weight:normal;
    color: #fff;
    }
#breadcrumb li a:hover{
    color: #ffe56d;
    }
#breadcrumb li::after{
    color: #858585;
    padding:0 4px;
    content:"→";
    }
#breadcrumb li:last-child::after{
    content:"";
    }

/*==SP==*/
@media (max-width: 767px) {
#breadcrumb {
    min-width: 100%;
    padding: 7px 0 10px 0;
    height: auto;
    }
#breadcrumb ol{
    width: 100%;
    padding:0 20px;
    }
#breadcrumb ol li{
    line-height: 1em;
    }
}
/*======================footer======================*/
#footer {
    position: relative;
    width:100%;
    min-width:1280px;
    background:#2e2631;
    text-align: center;
    }
#footer nav.globalNav{
    background: linear-gradient(to bottom, #4f245e 0%,#280932 100%);
    border-bottom: 4px solid #b09621;
    }
#footer nav.globalNav ul{
    display:flex;
    justify-content: center;
    width:1280px;
    margin:auto;
    list-style: none;
    }
#footer nav.globalNav li::before{
    content:"★";
    color:#9267a1;
    padding:0 15px;
    }
#footer nav.globalNav li:first-child::before{
    content:"";
    padding:0;
    }
#footer nav.globalNav li a{
    position: relative;
    display: inline-block;
    color:#fff;
    font-weight:bold;
    font-size:15px;
    text-decoration:none;
    padding:50px 0;
    }
#footer nav.globalNav li a:hover{
    color:#ffe56d;
    }
#footer nav.sub_menu ul{
    padding:30px 0;
    }
#footer nav.sub_menu a{
    padding:10px;
    color:#fff;
    font-weight:bold;
    text-decoration:none;
    }
#footer nav.sub_menu li{
    display:inline-block;
    }
#footer nav.sub_menu li::before{
    content:"★";
    color:#9267a1;
    padding:0 5px;
    }
#footer nav.sub_menu li:first-child::before{
    content:"";
    padding:0;
    }
#footer nav.sub_menu li a:hover{
    text-decoration:underline;
    }
 #footer small{
     display: block;
     text-align: center;
    font-size:12px;
    border-top:1px solid#433946;
    text-align: center;
    color:#fff;
    padding:30px 0;
    }

/*==SP==*/
@media only screen and (max-width: 767px){
#footer {
    width:100%;
    min-width:100%;
    padding-bottom:76px;
    }
#footer nav.globalNav{
    background: linear-gradient(to bottom, #4f245e 0%,#280932 100%);
    border-bottom: 4px solid #b09621;
    }
#footer nav.globalNav ul{
    width:100%;
    display:block;
    margin-left:0;
    list-style: none;
    }
#footer nav.globalNav li a::before{
    display:inline-block;
    content:"★";
    color:#9267a1;
    padding:0 5px;
    }
#footer nav.globalNav li::before{
    display:none;
    }
#footer nav.globalNav li:first-child::before{
    content:"";
    padding:0;
    }
#footer nav.globalNav li a{
    display:block;
    text-align: left;
    font-size:small;
    padding:15px 10px;
    border-bottom: 1px solid #5d2b6f;
    }
#footer nav.globalNav a:after {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/arrow01.svg) no-repeat right center;
    z-index: 3;
    }
#footer nav.globalNav li a:hover{
    color:#ffe56d;
    }
#footer nav.sub_menu ul{
    padding:0;
    background:#403843;
    }
#footer nav.sub_menu a{
    display:block;
    font-size:small;
    position: relative;
    text-align: left;
    border-top:1px solid #504255;
    }
#footer nav.sub_menu a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    z-index: 3;
    }
#footer nav.sub_menu li{
    display:block;
    }
#footer nav.sub_menu li a::before{
    display:inline-block;
    content:"★";
    color:#9267a1;
    padding:0 5px;
    }
#footer nav.sub_menu li::before{
    display:none;
    }
#footer nav.sub_menu li:first-child::before{
    padding:0;
    }
#footer nav.sub_menu li a:hover{
    text-decoration:none;
    }
#footer small{
    font-size:x-small;
    text-align:center;
    padding:20px 0;
    }
}

/*================================floating menu================================*/
footer #contact_navi {
    position: fixed;
    left: 0;
    top: 150px;
    z-index: 2000;
    }
footer #contact_navi ul {
    list-style: none;
    }
footer #contact_navi li {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
    margin-bottom: 10px;
    border-radius:0 10px 10px 0;
    }
footer #contact_navi li a {
    font-size: 16px;
    font-weight:bold;
    text-indent: 0;
    letter-spacing: 0.15em;
    color:#fff;
    display: block;
    text-decoration: none;
    padding:45px 15px 15px;
    box-sizing: border-box;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    border-top:3px solid #fff;
    border-bottom:3px solid #fff;
    border-right:3px solid #fff;
    }
footer #contact_navi li a:hover {
    color:#fff;
    padding:45px 24px 15px;
    box-sizing: border-box;
    transition: 0.2s;
    }
footer #contact_navi li.navi01 a{
    text-indent:-9999px;
	overflow:hidden;
    background:#4f245e url(../images/icon_home.svg) no-repeat center;
    background-size:24px;
    }
footer #contact_navi li.navi02 a{
    background:#c92766 url(../images/icon_schedule.svg) no-repeat center top 10px;
    background-size:24px;
    }
footer #contact_navi li.navi03 a{
    background:#9267a1 url(../images/icon_event.svg) no-repeat center top 10px;
    background-size:24px;
    }

/*==SP==*/
@media (max-width: 767px) {
    footer #contact_navi {
    width:100%;
    position: fixed;
    top:unset;
    left: 0;
    bottom: 0;
    background:RGBA(255,255,255,0.8);
    }
footer #contact_navi ul {
    width:100%;
    list-style: none;
    display: flex;
    padding:4px 2px;
    box-sizing: border-box;
    }
footer #contact_navi li {
    width:calc(100% / 2 - 4px);
    margin:0 2px;
    }
footer #contact_navi li a {
    font-size: small;
    padding:35px 5px 10px;
    writing-mode: unset;
    -ms-writing-mode: unset;
    -webkit-writing-mode: unset;
    border:0;
    }
footer #contact_navi li a:hover {
    padding:35px 15px 10px;
    }
footer #contact_navi li.navi01 a{
    text-indent:inherit;
	overflow:inherit;
    background:#4f245e url(../images/icon_home.svg) no-repeat center top 10px;
    background-size:24px;
    }
footer #contact_navi li.navi02 a{
    background:#c92766 url(../images/icon_schedule.svg) no-repeat center top 10px;
    background-size:24px;
    }
footer #contact_navi li.navi03 a{
    background:#9267a1 url(../images/icon_event.svg) no-repeat center top 10px;
    background-size:24px;
    }
}
/*================================post-list TOPページ================================*/
#post-list{
    display:flex;
    flex-wrap: wrap;
    }
#post-list article{
    display:flex;
    margin:12px;
    width:calc(100% / 2 - 24px);
    transition: 1.0s;
    }
#post-list a{
    width:100%;
    color:#fff;
    display:block;
    text-decoration:none;
    background: #4f245e;
    transition: .5s;
    transform: scale(1.00);
    }
#post-list a:hover{
    transform: translate(0,-10px);
    }
#post-list a:hover img{
    transition: .5s;
    transform: scale(1.025);
    }
#post-list h2{
    padding:10px 15px 0 15px;
    font-size:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
#post-list p{
    font-size:90%;
    padding:0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
#post-list .thumb{
    background: #efe2f3;
    overflow: hidden;
    position: relative;
    }
#post-list .thumb::before{
    content: "";
    display: block;
    padding-top: 80%;
    }
#post-list img{
    object-fit: cover;
    width:100%;
    height: 100%;
    line-height: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    }
#post-list a footer {
    padding:10px;
    }
#post-list a footer time{
    color:#b791c4;
    font-size:90%;
    display:block;
    text-align:right;
    }
#post-list .tag_category{
    position:absolute;
    bottom:125px;
    left:0;
    font-size:60%;
    color:#000;
    background: rgb(226,194,238,0.8);
    padding:5px 20px;
    line-height: 1.3em;
    }
.post-navigation .nav-links>div h2 {
    padding: 0 10px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    clear: none;
    color: #282828;
    }
#post-list #h_title{
    width:100%;
    margin-bottom:20px;
    border-bottom:1px dotted #c90000;
    background:#fafaf2 url(../images/icon_archive.svg) no-repeat left 10px center;
    background-size:50px;
    font-size:170%;
    line-height:1.3;
    padding:30px 20px 30px 70px;
    }
#post-list #h_title span{
    color:#be971f;
    display:block;
    font-size:60%;
    }

/*==SP==*/
@media (max-width: 767px) {
#post-list article{
    margin:5px;
    width:calc(100% / 1 - 10px);
    transition: 1.0s;
    box-sizing: border-box;
    }
}
/*================================archive-list アーカイブページ================================*/
#archive-list{
    display:flex;
    flex-wrap: wrap;
    }
#archive-list article{
    display:flex;
    margin:12px;
    width:calc(100% / 3 - 24px);
    transition: 1.0s;
    }
#archive-list a{
    width:100%;
    color: #fff;
    display:block;
    text-decoration:none;
    background: #4f245e;
    transition: .5s;
    transform: scale(1.00);
}
#archive-list a:hover{
    transform: translate(0,-10px);
    }
#archive-list a:hover img{
    transition: .5s;
    transform: scale(1.025);
    }
#archive-list h2{
    padding:10px 10px 0 10px;
    font-size:90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
#archive-list p{
    font-size:80%;
    padding:0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
#archive-list .thumb{
    background: #efe2f3;
    overflow: hidden;
    position: relative;
    }
#archive-list .thumb::before{
    content: "";
    display: block;
    padding-top: 80%;
    }
#archive-list img{
    object-fit: cover;
    width:100%;
    height: 100%;
    line-height: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    }
#archive-list a footer {
    padding:10px;
    }
#archive-list a footer time{
    color:#b791c4;
    font-size:90%;
    display:block;
    text-align:right;
    }
#archive-list .tag_category{
    position: absolute;
    bottom: 115px;
    left: 0;
    font-size: 60%;
    color: #000;;
    background: rgb(226,194,238,0.8);
    padding: 5px 15px;
    line-height: 1.3em;
    }
#archive-list #h_title{
    background:#fff url(../images/icon_archive.svg) no-repeat left 20px center;
    background-size:50px;
    width:100%;
    margin-bottom:20px;
    font-size:150%;
    line-height:1.3;
    padding:30px 20px 30px 80px;
    border-bottom: 2px dotted #9267a1;
    }
#archive-list #h_title span{
    color:#c92766;
    display:block;
    font-size:50%;
    letter-spacing: 1px;
    font-size: 12px;
    }

/*==SP==*/
@media (max-width: 767px) {
#archive-list article{
    margin:5px;
    width:calc(100% / 2 - 10px);
    transition: 1.0s;
    box-sizing: border-box;
    }
}
/*================================category-list スタッフページ================================*/
#category-list{
    display:flex;
    flex-wrap: wrap;
    }
#category-list article{
    display:flex;
    margin:12px;
    width:calc(100% / 3 - 24px);
    transition: 1.0s;
    }
#category-list a{
    width:100%;
    color: #fff;
    display:block;
    text-decoration:none;
    background: #4f245e;
    transition: .5s;
    transform: scale(1.00);
}
#category-list a:hover{
    transform: translate(0,-10px);
    }
#category-list a:hover img{
    transition: .5s;
    transform: scale(1.025);
    }
#category-list h2{
    padding:10px 10px 0 10px;
    font-size:90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
#category-list p{
    font-size:80%;
    padding:0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
#category-list .thumb{
    background: #efe2f3;
    overflow: hidden;
    position: relative;
    }
#category-list .thumb::before{
    content: "";
    display: block;
    padding-top: 100%;
    }
#category-list img{
    object-fit: cover;
    width:100%;
    height: 100%;
    line-height: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    }
#category-list a footer {
    padding:10px;
    }
#category-list a footer time{
    color:#b791c4;
    font-size:90%;
    display:block;
    text-align:right;
    }
#category-list .tag_category{
    position: absolute;
    bottom: 115px;
    left: 0;
    font-size: 60%;
    color: #000;;
    background: rgb(226,194,238,0.8);
    padding: 5px 15px;
    line-height: 1.3em;
    }
#category-list #h_title{
    background:#fff url(../images/icon_category.svg) no-repeat left 20px center;
    background-size:50px;
    width:100%;
    margin-bottom:20px;
    border-radius:10px 10px 0 0;
    font-size:150%;
    line-height:1.3;
    padding:30px 20px 30px 80px;
    border-bottom: 2px dotted #9267a1;
    }
#category-list #h_title span{
    color:#c92766;
    display:block;
    letter-spacing: 1px;
    font-size: 12px;
    }

/*==SP==*/
@media (max-width: 767px) {
#category-list article{
    margin:5px;
    width:calc(100% / 2 - 10px);
    transition: 1.0s;
    box-sizing: border-box;
    }
}
/*================================search-list 検索結果ページ================================*/
#search-list{
    display:flex;
    flex-wrap: wrap;
    }
#search-list article{
    display:flex;
    margin:12px;
    width:calc(100% / 3 - 24px);
    transition: 1.0s;
    }
#search-list a{
    width:100%;
    color: #fff;
    display:block;
    text-decoration:none;
    background: #4f245e;
    transition: .5s;
    transform: scale(1.00);
}
#search-list a:hover{
    transform: translate(0,-10px);
    }
#search-list a:hover img{
    transition: .5s;
    transform: scale(1.025);
    }
#search-list h2{
    padding:10px 10px 0 10px;
    font-size:90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
#search-list p{
    font-size:80%;
    padding:0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
#search-list .thumb{
    overflow: hidden;
    position: relative;
    }
#search-list .thumb::before{
    content: "";
    display: block;
    padding-top: 100%;
    }
#search-list img{
    object-fit: cover;
    width:100%;
    height: 100%;
    line-height: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    }
#search-list a footer {
    padding:10px;
    }
#search-list a footer time{
    color:#b791c4;
    font-size:90%;
    display:block;
    text-align:right;
    }
#search-list .tag_category{
    position: absolute;
    bottom: 115px;
    left: 0;
    font-size: 60%;
    color: #000;;
    background: rgb(226,194,238,0.8);
    padding: 5px 15px;
    line-height: 1.3em;
    }
#search-list #h_title{
    background:#ffff url(../images/icon_search.svg) no-repeat left 20px center;
    background-size:50px;
    width:100%;
    margin-bottom:20px;
    border-radius:10px 10px 0 0;
    font-size:150%;
    line-height:1.3;
    padding:30px 20px 30px 80px;
    border-bottom: 2px dotted #9267a1;
    }
#search-list #h_title span{
    color:#c92766;
    display:block;
    font-size:50%;
    letter-spacing: 1px;
    font-size: 12px;
    }

/*==SP==*/
@media (max-width: 767px) {
#search-list article{
    margin:5px;
    width:calc(100% / 2 - 10px);
    transition: 1.0s;
    box-sizing: border-box;
    }
}
/*================================pagenation================================*/
.pager {
    padding:50px 0;
    overflow: hidden;
    }
.pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
    }
.pager ul li {
    margin: 4px;
    position: relative;
    left: -50%;
    float: left;
    }
.pager ul li span,
.pager ul li a {
    display: block;
    font-size: 15px;
    padding:0.5em 1em;
    background: #efe2f3;
    color: #000;
    text-decoration: none;
    transition: .6s;
    border:2px solid #fff;
    box-sizing: border-box;
    }
.pager ul li.current span{
    background: #c92766;
    color: #fff;
    font-weight:bold;
    }
.pager ul li.prev a,.pager ul li.next a {
    display: block;
    font-size: 15px;
    padding:0.5em 1em;
    background: #efe2f3;
    text-decoration: none;
    }
.pager ul li a:hover {
    background: #b594c4;
    transition: .1s;
    }
/*================================page_top================================*/
#page_top {
    text-indent: -9999px;
    clear: both;
    position: fixed;
    right: 10px;
    bottom: 8px;
    z-index:1001;
    }
#page_top a {
    display: block;
    height: 50px;
    width: 50px;
    outline-style: none;
    background: url(../images/icon_pagetop.svg) no-repeat 0 0;
    background-size:100% auto;
    opacity:0.7;
    }
#page_top a:hover {
    transform:scale(1.1);
    opacity:1;
    transition: 0.1s;
    }
@media  print, screen and (max-width: 767px) {
#page_top a{
    display:none;
    }
    
}
/*================================trans================================*/
.list-mv01{
    opacity: 0;
    transform: translate(0,20px);
    }
.list-mv02{
    opacity: 0;
    transform: translate(20px,0);
    }
.mv01{
    opacity: 1.0;
    transform: translate(0,0);
    }
.mv02{
    opacity: 1.0;
    transform: translate(0,0);
    }

/*==SP==*/
@media (max-width: 767px) {
    .list-mv02{
    opacity: 0;
    transform: translate(0,10px);
    }
.mv02{
    opacity: 1.0;
    transform: translate(0,0);
    }
}

/*================================article================================*/
#post_box header{
    font-size:1em;
    }
#post_box header ul{
    list-style:none;
    padding:20px 30px;
    color:#6c6c6c;
    background:#fff;
    }
#post_box #h_title{
    text-align: left;
    color: #fff;
    width:100%;
    background-color: #4f245e;
    background: url(../images/bg_h3_left.svg) no-repeat center left,#4f245e url(../images/bg_h3_right.svg) no-repeat center right;
    background-size: auto 100%;
    font-size:120%;
    line-height:1.3;
    padding:30px 60px;
    box-sizing: border-box;
    }
#post_main {
    padding:30px;
    margin-bottom:30px;
    background:#fff;
    border-radius: 0 0 10px 10px;
    }
#post_main p{
    line-height:2.0;
    padding:0.5em 0;
    }
#post_main img{
    width: 100%;
    height: auto;
    }

/*==SP==*/
@media (max-width: 767px) {
#post_box header ul{
    font-size:small;
    padding:15px 0;
    }
#post_main {
    padding:15px 0;
    }
#post_box #h_title{
    font-size:100%;
    padding:20px 35px;
    }
#post_main p{
    font-size:small;
    }
}
/*================================prev-next================================*/
#prev-next ul{
    list-style:none;
    display:flex;
    transition: 1.0s;
    }
#prev-next ul li{
    width:calc(100% / 2 - 16px);
    margin:8px;
    background:#fff;
    border:4px solid #9267a1;
    box-sizing: border-box;
    }
#prev-next ul li.next a::before{
    display:block;
    content:"次の記事";
    padding-bottom:10px;
    font-weight:bold;
    }
#prev-next ul li.prev a::before{
    display:block;
    content:"前の記事";
    font-weight:bold;
    padding-bottom:10px;
    }
#prev-next ul li a{
    width:100%;
    display:block;
    text-decoration:none;
    padding:10px;
    box-sizing: border-box;
    }
#prev-next ul li h2{
    padding:0 10px;
    font-size:16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    }
#prev-next ul li p{
    font-size:14px;
    padding:0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
#prev-next ul li .thumb{
    width:120px;
    position: relative;
    float:left;
    }
#prev-next ul li .thumb::before{
    content: "";
    display: block;
    padding-top: 100%;
    }
#prev-next ul li img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    line-height: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    }
#prev-next ul li a time{
    font-size:12px;
    display:block;
    text-align: right;
    padding-left:130px;
    }
#prev-next ul li a .tag_category{
    display: inline-block;
    margin: 5px 0 5px 10px;
    font-size: 12px;
    color: #000;
    background: rgb(226,194,238,0.8);
    padding: 4px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 220px;
    }
#prev-next ul li a:hover{
    color:#282828;
    opacity:0.7;
    transition: .5s;
    }

/*==SP==*/
@media (max-width: 767px) {
#prev-next ul{
    display:block;
    margin-bottom:30px;
    }
#prev-next ul li{
    width:100%;
    margin:8px 0;
    border:4px solid #9267a1;
    }
#prev-next ul li .thumb{
    width:80px;
    position: relative;
    }

#prev-next ul li a time{
    padding-left:90px;
    }
#prev-next ul li a .tag_category{
    width: 55%;
    font-size:small;
    }
}
/*================================clearfix================================*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
