@charset "UTF-8";
/*
Theme Name: KYOTOLIFE
Author: Web team
Description: KYOTOLIFEのテーマです。
Version: 1.0
*/



/*------------------------------
        固定+投稿共通項目
-------------------------------*/
figure figcaption{
    font-size: 0.85rem;
    text-align: left;
    margin: .5em 25px;
    line-height: 1.3;
}
figure.aligncenter figcaption{
    text-align: center;
}
figure.right figcaption{
    text-align: right;
}
ul.wp-block-list li{
    list-style: disc;
    list-style-position: inside;
}
ol.wp-block-list li{
    list-style: decimal;
    list-style-position: inside;
}
.wp-block-list li::marker{
    color: var(--main);
}

@media screen and (min-width: 1080px){
    figure figcaption{
    margin-right: 0;
    margin-left: 0;
    } 
    
}

/*------------------------------
        site-top hero-img
-------------------------------*/
.home-mainimg{
    position: relative;
}
.home-mainimg .TOP-catchcopy{
    position: absolute;
    top: 90px;
    left: 15px;
    z-index: 9;
}
.home-mainimg ul.slider{
    aspect-ratio: 4 / 7;
    position: relative;
    overflow: hidden;
}
.TOP-catchcopy span {
    background: var(--white);
    display: inline-block;
    -webit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-family: var(--zenkaku_N);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05rem;
    font-size: 1rem;
    padding: .08em ;
}


.home-mainimg ul.slider li {
    position: absolute;
    height: 100%;
    opacity: 0;
    animation :slideshow 40s linear infinite;
}

@keyframes slideshow{
    0%{
      opacity: 0;
      z-index: 2;
    }
    7%{
      opacity: 1;
    }
    18%{
      opacity: 1;
    }
    25%{
      opacity: 0;
      z-index: 0;
    }
    100%{
      opacity: 0;
    }
}
.home-mainimg .slider li:nth-child(1){
    animation-delay: 0s;
}
.home-mainimg .slider li:nth-child(2){
    animation-delay: 8s;
}
.home-mainimg .slider li:nth-child(3){
    animation-delay: 16s;
}
.home-mainimg .slider li:nth-child(4){
    animation-delay: 24s;
}
.home-mainimg .slider li:nth-child(5){
    animation-delay: 32s;
}
  
.home-mainimg li a{
    display: block;
    width: 100%;
    height: 100%;
}
.home-mainimg li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/*------------------------------
    SITETOP 記事がない時
-------------------------------*/
.no_article{
    text-align: center;
}
.no_article img{
    width: 90%;
}
@media screen and (min-width: 768px){
    .no_article img{
        width: 60%;
    }
    
}

/*------------------------------
        div.TOP-allcategory
-------------------------------*/
ul.category-navTOP{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.category-navTOP li:not(:last-child){
    margin-right: 0.6rem;
    margin-bottom: 0.7rem;
}
.category-navTOP li a{
    background: var(--pink);
    display: block;
    padding: 0.3rem 0.8rem;
    font-size: 0.9rem;
    font-weight: 700;
}

.category-navTOP li a:hover{
    background: var(--main);
    color: var(--white);
}



/*------------------------------
       section.TOP-special
-------------------------------*/
section.TOP-special .TOP-special-img{
    margin-bottom: 2rem;
}

section.TOP-special .TOP-special-img a{
    display: block;
}
section.TOP-special .TOP-special-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media screen and (max-width: 767px){
    section.TOP-special .TOP-special-img a{
        aspect-ratio: 1 / 1;
    }
    section.TOP-special .TOP-special-img{
        overflow: hidden;
        border-radius: 50px;
    }

    section.TOP-special .TOP-special-img img{
        border-radius: 50px;
    }
}
/*------------------------------
      section.TOP-newopen
-------------------------------*/
section.TOP-newopen{
    background: var(--blue);
    padding-top: 5rem;
}

section.TOP-newopen .sp-card01-list{
    margin-left: 2rem;
    margin-right: 2rem;
}
.TOP-newopen .sp-card01-list article {
    width: 100%;
}
.TOP-newopen .article-open {
    text-align: right;
}
.TOP-newopen .TOP-opendate {
    display: inline-block;
    position: relative;
    font-weight: 700;
    line-height: 1;
    text-decoration: underline;
    text-decoration-color: #DF080B;
    text-decoration-thickness: 3px;
    font-size: 1.3rem;
}
.TOP-newopen .TOP-opendate span{
    font-weight: 700;
    font-size: 1.3rem;
}
.TOP-newopen .TOP-opendate::before{
    content: "";
    background: var(--white);
    display: block;
    width: 100%;
    height: 100%;
    top: 3.5px;
    position: absolute;
    z-index: -1;
}


section.TOP-newopen article .eyecatch-img{
    border-radius: 40px;
    overflow: hidden;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:var(--swiper-pagination-bottom);
}
.swiper-button-next, .swiper-button-prev{
    background: white;
    width: calc(var(--swiper-navigation-size));
    border-radius: 50px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px;
    font-weight: bold;
    color: var(--main);
}
section.TOP-newopen .viewmore-div{
    margin-top: 3rem;
}
/*------------------------------
      section.TOP-series
-------------------------------*/
section.TOP-series article .eyecatch-img{
    position: relative;
    outline: 3px solid var(--main);
}

section.TOP-series .s-post-head p{
    color: var(--main);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}
/*------------------------------
            PR
-------------------------------*/
.TOP-section.PR{
    background: var(--pink);
}
.TOP-section.PR .PR_inner div{
    width: 80%;
    margin: 0 auto;
}
.TOP-section.PR .PR_inner div a{
    display: block;
    width: 100%;
    height: 100%;
}
.TOP-section.PR .PR_inner div:not(:last-child){
    margin-bottom: 1.5rem;
}
/*------------------------------
      section.TOP-culture
-------------------------------*/
section.TOP-culture{
    background-color: var(--yellow);
    padding: 4.5rem 15px;
}

section.TOP-culture .s-card03-list article{
    width: 47%;
}
section.TOP-culture .c-post-head p {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}

/*------------------------------
      section.TOP-Insta
-------------------------------*/
.TOP-Insta_box * {
    color: var(--white);
}
section.TOP-Insta .TOP-Insta{
    margin-top: 3rem;
}
section.TOP-Insta h2.top-h2{
    line-height: 1.2;
}

/*------------------------------
      section.TOP-ranking
-------------------------------*/

.ranking .ranking-box div.rank1 {
    width: 100%;
}
.ranking .ranking-box div.rank2,
.ranking .ranking-box div.rank3{
    width: 47%;
}
.ranking .rank1 .eyecatch-img {
    border-radius: 50px;
}
.ranking .rank2 .eyecatch-img,
.ranking .rank3 .eyecatch-img{
    border-radius: 28px;
}



/*------------------------------
      section.footer-search
-------------------------------*/
section.footer-search{
    background-color: var(--pink);
    text-align: center;
}
section.footer-search .search-form{
    text-align: center;
    margin: 2rem 0;
}
section.footer-search .input-field {
    padding: 0.5rem 0;
    width: 80%;
}
section.footer-search .search-box:not(:last-child){
    margin-bottom: 2.5rem;
}
section.footer-search .footer-search_title{
    font-family: var(--zenkaku_N);
    font-size: 2rem;
    line-height: normal;
    font-weight: 500;
    display: inline-block;
    padding: 0 36px;
    margin: 2rem 0;
}
#map-filter-accordion{
    margin: 0 15px 1rem!important;
    max-width: 700px;
    border: 1px solid #e7e7e7!important;
}
#map-filter-buttons{
    background-color: var(--white);
}
#map-filter-buttons .map-filter-btn{
    color: var(--main);
    background-color: var(--white);
    border: 2px solid var(--main);
    font-weight: 600;
    border-radius: 50px;
}
#map-filter-buttons .map-filter-btn.active{
    background-color: var(--main);
    color: var(--white);
}
#map-filter-toggle span{
    color: var(--main);
    font-weight: 600;
}
@media screen and (max-width: 767px){
    .footer-search .search-area li:nth-child(n+4){
        display: none;
    }
}

/*------------------------------
      .search-area
-------------------------------*/
.search-area ul{/*footerエリア内用*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.search-area li a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 95px;
    height: 95px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    margin-bottom: 1rem;
    background-color: var(--white);
    border-radius: 50px;
    position: relative;
    outline: 2px solid var(--main);
}
.search-area li a span{
    color: var(--main);
    font-weight: 700;
}
.search-area li a:hover{
    background-color: var(--main);
}
.search-area li a:hover span{
    color: var(--white);
}
@media screen and (max-width: 360px){
    .search-area ul a{
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 1rem;
    }

}


section.footer-search .googlemap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}
section.footer-search .googlemap iframe{
    height: 300px;
}
section.footer-search .search-category ul{
    display: flex;
    flex-flow: row wrap;
}
section.footer-search .search-category ul li{
    width: 50%;
    height: 50px;
}
section.footer-search .search-category li a{
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 500;
}
section.footer-search .search-category li a:hover{
    color: var(--main);
}

/*------------------------
    ranking Desigh
-------------------------*/
.ranking .ranking-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    counter-reset: rank-counter;
}

.ranking-box li:first-child {
    width: 100%;
}
.ranking-box li:nth-child(n+2){
    width: 47%;
}
.ranking-box li:first-child .eyecatch-img {
    border-radius: 50px;
}
.ranking-box li:nth-child(n+2) .eyecatch-img{
    border-radius: 28px;
}
.ranking p.rank-no{
    font-family: var(--zenkaku_N);
    font-size: 2.3rem;
    line-height: normal;
    color: var(--main);
    font-weight: 800;
    position: relative;
    display: inline-block;
}
.ranking-box .rank-article {
    counter-increment: rank-counter;
}
.ranking-box .rank-no::before {
    content: "/ " counter(rank-counter);
    font-weight: bold;
    color: var(--main);
}

@media screen and (max-width: 767px){
    .ranking-box li:first-child article{
        margin-bottom: 2rem;
    }
}

/*------------------------
    記事一覧スライダー
-------------------------*/
.TOP-popular {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-reco-box {
    display: flex;
    white-space: nowrap;
    will-change: transform;
}

.swiper-reco-box > .swiper-slide {
    flex: 0 0 auto;
    width: fit-content;
    margin-right: 16px;
}

.swiper-reco-box > .swiper-slide:last-child {
    margin-right: 0;
}

.swiper-reco-box .eyecatch-img {
    width: 165px;
    aspect-ratio: 1 / 1;
    border-radius: 28px;
    margin-top: 1.5rem;

}


/* 滝追加（テスト） */
.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider-track {
    display: flex;
    white-space: nowrap;
    will-change: transform;
}

.slider-track > .swiper-slide {
    flex: 0 0 auto;
    width: 165px;
    margin-right: 16px;
}

.slider-track > .swiper-slide:last-child {
    margin-right: 0;
}

.slider-track .eyecatch-img {
    width: 165px;
    height: 165px;
}


/* 滝追加（テスト）ここまで */




/*------------------------------
        Single.php
-------------------------------*/
/*----- article-main -----*/ 
.article-content .article-edditer-text p{
    margin: 2rem 0;
    line-height: 1.75;
}
.article-content .wp-block-table td,
.article-content .wp-block-table th{
    border: none;
}
.article-content .article-head{
    padding-top: 2rem;
    font-family: var(--zenkaku_A);
}
.article-content p a{
    text-decoration: underline;
    text-underline-offset: 2px;
}
.article-content .article-head .article-cat a{
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: var(--main);
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}
.article-content .article-head h2{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2rem;
}
.article-content .article-head .article-date{
    font-family: var(--amiko);
    color: var(--gray);
    font-size: 0.85rem;
}
.article-content h3.wp-block-heading{
    font-family: var(--zenkaku_A);
    font-size: 1.2rem;
    font-weight: 700;
    margin: 2rem 0 1rem;
}
.article-content h3.wp-block-heading:not(:first-child){
    padding-top: 2rem;
}
.article-content h4.wp-block-heading{
    font-family: var(--zenkaku_A);
    font-size: 1.1rem;
    font-weight: 700;
    margin: 2rem 0 1rem;
}
.article-content h5.wp-block-heading{
    font-family: var(--zenkaku_A);
    font-size: 1rem;
    font-weight: 700;
    margin: 2rem 0 1rem;
}
.article-content p{
    font-size: 15px;
}

.article-content .article-head .article-info{
    display: flex;
    justify-content: space-between;
}
.article-content figure.wp-block-image{
    margin: 2rem calc(50% - 50vw) ;
    text-align: center;
    width: 100vw;
}
.wp-block-image.rectangle figure.aligncenter{
    margin: 2rem 0;
    width: 100%;
    text-align: center;
}
.article-content iframe{
    width: 100%;
}


.article-content .article-main article p{
    margin-top: 2rem;
    font-size: .95rem;
}
.article-content .article-main .photographer{
    text-align: right;
    font-size: 0.85rem;
    color: #616161;
    line-height: 1.5;
    margin-top: 2rem;
}
@media screen and (max-width: 767px){
    .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{
        padding: 0;
    }
}

.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{
    font-size: 14px;
    line-height: 1.5;
}
/*------------------------------------
                作者欄
--------------------------------------*/ 
.article-author-flex{
    display: flex;
    align-items: center;
    padding: 0.8rem 1rem;
    background-color: var(--pink);
    border-radius: 20px;
    margin: 2rem 0;
}
.article-author-flex p.article-author_img{
    width: 100%;
    max-width: 70px;
    height: auto;
}
.article-author-flex img{
    width: 100%;
    min-width: auto;
    border-radius: 50%;
}
.article-author_text{
    font-family: var(--notoJP);
    margin-left: 15px;
}
.article-author_text p{
    font-weight: normal;
    font-size: 0.7rem;
    line-height: 1.7;
    margin-bottom: 0.2em;
}
.article-author_text p.author-name{
    font-size: 0.75rem;
}
.article-author_text a{
    display: block;
    font-size: 0.7rem;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}
.article-content .article-Notice{
    font-size: 0.8rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}
.article-content .article-share .article-share_title{
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--main);
    font-family: var(--zenkaku_A);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
    margin-bottom: 1rem;
}
/*SNS shareIcon*/
.article-content .sns__container {
    display: flex;
    width: 95%;
    justify-content: space-evenly;
    margin: 0 auto 2rem;
}
.article-content .sns__container img{
    width: 45px;
    height: 45px;
}
.article-content a.sns__hatena span {
    background: #009ad0;
    width: 38px;
    height: 38px;
    color: white;
    font-size: 24px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: bold;
    border-radius: 5px;
}
.article-content ul.sns__container li:last-child {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.article-bread{
    background: var(--pink);
    padding: 1rem 25px;
    margin: 0 calc(50% - 50vw);
}
h2.article-h2{
    margin-bottom: 0.8rem;
    line-height: 1.2;
    font-size: 2.25rem;
    overflow-wrap: anywhere;
}
.article-mainimg {
    width: 100vw;
    height: 100vw;
}
.article-mainimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-wrapper_main .article-cat ul{
    display: flex;
}
.article-wrapper_main .article-cat li{
    text-decoration: underline;
    text-decoration-color: var(--main);
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}
.article-wrapper_main .article-cat li:not(:last-child){
    margin-right: .5em;
}
.article-wrapper_main .article-cat li a {
    font-weight: 500;
    font-size: 0.95rem;
}
/*----- カテゴリ一覧 -----*/ 
.article-main ul.article-catelist{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.article-main ul.article-catelist a{
    display: block;
    background: var(--pink);
    padding: 0.2em 0.8em;
    margin-right: 0.9rem;
    margin-bottom: 0.7rem;
    font-size: 0.95rem;
    font-weight: 500;
}
/*---------------------------------------------
            Culture専用投稿テンプレート
----------------------------------------------*/
div.culture-article_box.article-wrapper .article-share{
    margin-top: 2rem;
}
/*------ culture-info ------*/
.article-main section.culture-info-box {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 1rem 0.8rem;
    margin: 3rem 0;
}
.article-main .culture-info_head p {
    font-weight: 700;
}
.article-main p.culture-date-title {
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 0;
}
.article-main .culture-info-box .culture-info_list:not(:last-child){
    margin-bottom: 1rem;
} 
.article-main section.culture-info-box h5 {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-family: var(--notoJP);
}
.article-main section.culture-info-box .culture-info-body{
    margin-top: 3rem;
}
.article-main section.culture-info-box .culture-info-body p:not(:last-child){
    margin-bottom: 1.8rem;
}

/*------ ACF:article-apply-btn ------*/
.article-main section.article-apply_btn-box{
    background: var(--pink);
    margin: 2rem calc(50% - 50vw) 0;
    padding: 1.5rem 25px;
    text-align: center;
}
.article-main section.article-apply_btn-box p{
    text-align: left;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
}
.article-main .article-apply_btn-box a.apply_btn{
    display: inline-block;
    background-color: white;
    color: var(--main);
    border: 2px solid var(--main);
    padding: 0.25rem 4.5rem;
    margin: 1.5rem 0 0;
    font-family: var(--zenkaku_N);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.02rem;
}
.article-main .article-apply_btn-box a.apply_btn:hover{
    background-color: var(--main);
    color: var(--white);
}
.article-main .article-apply_btn-box a.apply_btn:active{
    background-color: var(--main);
    color: var(--white);
}

/*------------------------------
        sidebar.php
-------------------------------*/
/*----- RELATED ARTICLES ------*/
.article-sidemenu .related-box{
    margin: 0 calc(50% - 50vw);
}
.article-sidemenu .eyecatch-img{
    border-radius: 28px !important;
}
.section {
    padding: 3rem 0;
}
@media screen and (max-width: 767px) {
    /*----PR----*/
    .article-pr{
        padding: 3rem 15px;
    }
    .article-pr .PR_inner div{
        width: 80%;
        margin: 0 auto;
    }
    .article-pr .PR_inner div:not(:last-child){
        margin-bottom: 1.5rem;
    }
}
@media screen and (max-width: 1080px) {
    .article-pr{
        background: var(--pink);
        margin: 0 calc(50% - 50vw);
    }
}


/*---------------------------------------------
        page-special　特集記事テンプレート
----------------------------------------------*/
.special-article .editor-content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 2rem 0 1.5rem;
}
.special-article h4.wp-block-heading{
    text-decoration: underline;
    text-decoration-color: var(--main);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}
.special-article .custom-content p{
    font-size: 0.9rem;
    font-weight: 700;
    font-family: var(--zenkaku_A);
    padding-top: 1rem;
}
.special-article .article-space{
    margin: 2.5rem 0;
}
.special-article .article-space span {
    width: 10%;
    height: 3px;
    max-width: 40px;
    background: var(--main);
    display: block;
    margin: 0 auto .5rem;
    text-align: center;
}
.special-article figure.wp-block-image:nth-child(n+2),
.special-article figure.aligncenter{
    margin-top: 0;
    margin-bottom: 2rem;
}
.special-article .article-main .wp-block-buttons{
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.special-article .article-main .wp-block-button a{
    display: inline-block;
    background-color: var(--pink);
    padding: 0.25rem 4.5rem 0.4rem;
    font-size: 16px;
    margin: 2rem 0;
    font-family: var(--zenkaku_N);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.02rem;
    color: #000;
}
.special-article .article-main .wp-block-button a:hover {
    background: var(--main) !important;
    color: var(--white);
}
.special-article .article-main .article-infomation {
    font-size: 13px;
    margin-top: 1.5rem;
}
/*------------------------------
    記事一覧ページ（OPEN以外）
-------------------------------*/
.article-list-box .s-card03-list article{
    margin-bottom: 3rem;
}
/*------- ページネーション -------*/
.custom-pagination span.page-numbers.current {
    border-bottom: 3px solid var(--main);
}
.custom-pagination .page-numbers{
    color: var(--main);
    font-weight: 700;
    font-size: 1.25rem;
    margin-right: .5rem;
}
.custom-pagination .prev-text,
.custom-pagination .next-text{
    color: var(--main);
    font-weight: 700;
    font-size: 1rem;
}
.custom-pagination .page-numbers:first-child{
    margin-right: .7rem;
}
.custom-pagination .page-numbers:last-child{
    margin-left: .7rem;
}

.custom-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-pagination span.prev-icon,
.custom-pagination span.next-icon{
    position: relative;
}
.custom-pagination span.prev-icon{
    margin-right: 0.2rem;
}
.custom-pagination span.next-icon{
    margin-left: 0.2rem;
}
.custom-pagination .next{
    margin-right: 0;
}
.custom-pagination span.prev-icon::before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 3px solid var(--main);
    border-right: 3px solid var(--main);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.custom-pagination span.next-icon::before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 3px solid var(--main);
    border-right: 3px solid var(--main);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*-----------------------------------------
            NEW OPEN記事一覧
-----------------------------------------*/
.s-card03-list.open-list article {
    width: 47%;
}
.s-card03-list.open-list article .eyecatch-img {
    border-radius: 28px;
}
.s-card03-list.open-list article:first-child .text{
    min-height: 170px;
}
.open-list p.open-date {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--main);
    text-underline-offset: 2px;
    text-decoration-thickness: 2px;
    margin-bottom: 1rem;
}
/*-----------------------------------------
        タクソノミーページ
-----------------------------------------*/
.main-tax h2.article-h2{
    margin-bottom: 2rem;
}
.main-tax .tax-list-search .h2_sub{
    margin-bottom: 0;
}
.main-tax .tax-list-search .post-sort-box{
    margin-bottom: 0;
}
.main-tax .tax-list-search{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}

/*-----------------------------------------
            固定記事ページ
-----------------------------------------*/
.page h2.article-h2.black{
    color: #000;
}
.page h2.black::before{
    content: none;
}
.page .h2_sub.black{
    color: #000;
    margin-bottom: 3.5rem;
}
.page-container h4,
.page-container p:not(.h2_subtitle){
    font-family: var(--notoJP);
}
/*   .presents-container,.presents-page
-----------------------------------------*/
.page.bk-pink{
    background: var(--pink);
}
.page .page-m_section,
.presents-page .presents-form{
    padding-top: 2rem;
    padding-bottom: 5rem;
}
.presents-container .tickets-list{
    border: 2px solid var(--main);
    background: white;
    padding: 2.6rem 2rem;
    max-width: 730px;
}
.presents-container .tickets-list:nth-child(n+2) {
    margin-top: 5rem;
}
.presents-container h4{
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
.presents-container .events-place{
    font-weight: 700;
    margin-bottom: 1.8rem;
    font-size: 1.1rem;
}
.presents-container .tickets-date{
    font-weight: 700;
}
.presents-container .tickets-list img{
    max-width: 590px;
    max-height: 590px;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}
.presents-container .article-apply_btn-box{
    background-color: var(--pink);
    text-align: center;
    padding: 1.5rem 0.2rem;
}
.presents-container .article-apply_btn-box .apply_btn-name{
    font-weight: 700;
}
a.apply_btn,
form.form .entry-btnarea button{
    border: 2px solid var(--main);
    background-color: white;
    color: var(--main);
    display: block;
    text-align: center;
    max-width: 250px;
    width: 100%;
    padding: 0.2rem 1rem;
    margin: 1rem auto 0;
    font-weight: 700;
}
a.apply_btn:hover,
form.form .entry-btnarea button:hover{
    background-color: var(--main);
    color: white;
}
.presents-container section.presents-form {
    background: white;
    margin: 0 calc(50% - 50vw);
}
.presents-container .presents-form-inner{
    padding-right: 15px;
    padding-left: 15px;
}
/*-----------------------------------------
            フォーム
-----------------------------------------*/
form.form input,
form.form .select{
    min-height: 40px;
    border: 1.5px solid #000;
    border-radius: 5px;
    width: 100%;
}
form.form textarea{
    border: 1.5px solid #000;
    border-radius: 5px;
    width: 100%;
    min-height: 140px;
}
form.form input{
    display: block;
}
form.form .select{
    display: inline-block;
    position: relative;
}
form.form .select::before {
    position: absolute;
    top: 18px;
    right: 16px;
    width: 0;
    height: 0;
    border-width: 10px 5px 0 5px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
    content: "";
    pointer-events: none;
  }
form.form select{
    appearance: none;
    min-height: 40px;
    width: 100%;
    text-overflow: ellipsis; 
}
form label{
    font-family: var(--notoJP);
    display: block;
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: .5rem;
}
form label span.required{
    color: var(--main);
    font-weight: 500;
    font-size: 0.85rem;
    margin-left: .3rem;
}
form li:not(:last-child){
    margin-bottom: 1rem;
}
form .entry-btnarea button{
    text-align: center;
}
form.form .policy a{
    text-decoration: underline;
}
form.form .error-area{
    background-color: var(--pink);
    border: 1.5px solid #DF080B;
}
/*           .confirm
-----------------------------------------*/
.complete,.confirm{
    margin-top: -1rem;
}
.confirm form input.submit-form,
.complete .HOMEbtn-div a{
    border: 2px solid var(--main);
    background-color: white;
    color: var(--main);
    display: block;
    max-width: 250px;
    width: 100%;
    padding: 0.2rem 1rem;
    margin: 1rem auto 0;
    font-weight: 700;
    text-align: center;
    border-radius: 0;
}
.confirm form input.submit-form:hover,
.complete .HOMEbtn-div a:hover{
    background-color: var(--main);
    color: white;
}
.confirm form .entry-btnarea button{
    background-color: var(--main);
    min-height: 40px;
    color: white;
    display: block;
    max-width: 250px;
    width: 100%;
    padding: 0.2rem 1rem;
    margin: 1rem auto 0;
    font-weight: 700;
}
.confirm form .entry-btnarea button:hover{
    border: 2px solid var(--main);
    background-color: white;
    color: var(--main);
}
.confirm p:not(.info-text){
    font-family: var(--notoJP);
}
.confirm p.info-text{
    font-weight: bold;
    color: var(--main);
    margin: 2.5rem 0;
}
/*           .complete
-----------------------------------------*/
.complete{
    margin-bottom: 3rem;
}
.complete .send-comp_title,
.non-post .non-post_title{/*add:記事なしの場合*/
    font-size: 1.3rem;
    color: var(--main);
    font-weight: bold;
    margin-bottom: 2rem;
}
.complete p.send-comp_message{
    font-family: var(--notoJP);
    font-weight: 500;
    line-height: 1.65rem;
    margin-bottom: 2.5rem;
}
/*
            .aboutus-page
-----------------------------------------*/
.aboutus-page .article-author-flex{
    background-color: inherit;
}
.aboutus-page .article-author-flex figure{
    margin: auto;
    width: 80%;
    max-width: 200px;
}
.aboutus-page .photographer-member .photo-icon_flex img{
    border-radius: 0;
}

.aboutus-page .photo-icon_flex figure{
    max-width: 30px;
    margin: 0 1rem 0 0;
}
@media screen and (max-width: 767px){

    section.photographer-area .photographer-member figure.article-photo_img{
        width: 100%;
        margin: 0;
    }
}
@media screen and (min-width: 1080px){
    section.photographer-area .article-author_text{
        margin-left: 10%;
    }
}

/*
            .about-kyotolife
-----------------------------------------*/
.about-kyotolife figure:last-child{
    margin-bottom: 0;
}

/*
            .page-container
-----------------------------------------*/
.page-container h4.aboutus-h4{
    font-size: 1.15rem;
    font-family: var(--zenkaku_A);
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: var(--main);
    text-decoration-thickness: 3px;
    margin: 3rem 0;
    line-height: 1.6;
}
.page-container .article-author-flex{
    background-color: white;
}
@media screen and (max-width: 767px){
    .page-container figure {
        margin: 2rem calc(50% - 50vw);
    }
}
@media screen and (min-width: 768px){
    .page-container .about-kyotolife {
        background: white;
    }
    .page-container .about-kyotolife .wp-block-group__inner-container{
        max-width: 926px;
        margin: 0 auto;
        padding: 4rem 15px;
    }
    .page-container figure{
        margin: 3rem 0 3rem;
    }
    .page-container h4.aboutus-h4{
        font-size: 1.4rem;
        margin-bottom: 3rem;
        line-height: inherit;
    }
    .page-container .article-author-flex{
        margin-bottom: 4rem;
    }
    .page-container .article-author-flex p.article-author_img{
        max-width: 200px;
    }
    .page-container.aboutus-container .aboutus-intro{
        background: white;
        padding: 3rem 2rem;
    }
    .page-container.aboutus-container .aboutus-intro .about-lastimg{
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1080px){
    .page-container .article-author-flex{
        padding: 2rem 4rem;
    }
    .page-container.aboutus-container .aboutus-intro{
        padding: 4rem 5rem;
    }

}
/*
            .page-arealist
-----------------------------------------*/
.page-arealist .article-list-box{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: calc(10% + 75px);
    padding-bottom: 3rem;
}
.page-arealist .page-list_title{
    font-family: var(--zenkaku_N);
    font-size: 2rem;
    line-height: normal;
    font-weight: 500;
    text-align: center;
    padding: 0 36px;
    margin: 2rem 0;
}
@media screen and (min-width: 768px){
    .page-arealist .article-list-box{
        padding-top: calc(15% + 75px);
    }
    .page-arealist .page-list_title{
        font-size: 3.3rem;
        margin: 5rem 0 4rem;
        padding: 0 60px 0 50px;
    }
}
@media screen and (min-width: 1080px){
    .page-arealist .article-list-box{
        padding-top: 200px;
        padding-bottom: 5rem;
    }
}

/*
            .photographer-area
-----------------------------------------*/
section.wp-block-group{
    margin-top: 4.5rem;
}
section.photographer-area .rakuhudou {
    padding: 2rem 1.5rem;
    background: white;
    border: solid 2px black;
}
section.photographer-area .rakuhudou p {
    margin-bottom: 1.5rem;
}
section.photographer-area .rakuhudou h4 {
    font-size: 1.3rem;
    line-height: normal;
    font-weight: 500;
}
section.photographer-area .rakuhudou .rakuhudou-kana{
    font-size: 0.85rem;
}
section.photographer-area span.date-name{
    font-family: var(--zenkaku_A);
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}
section.photographer-area .shop-infos{
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}
section.photographer-area .shop-infos a{
    text-decoration: underline;
}
section.photographer-area a:hover{
    opacity: 0.5;
}
section.photographer-area .photographer-member .article-author-flex{
    padding: 0;
    align-items: flex-start;
}
section.photographer-area .photographer-member .article-author-flex:last-child{
    margin-bottom: 0;
}
section.photographer-area .photographer-member .article-author-flex p{
    margin-bottom: 0.2rem;
}
section.photographer-area .photo-icon_flex{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}
section.photographer-area .photo-icon_flex p img {
    border-radius: 0;
    width: 30px;
    margin-right: 0.8rem;
}
@media screen and (min-width: 768px){
    section.photographer-area .rakuhudou .wp-block-group__inner-container{
        max-width: 850px;
        margin: 0 auto;
    }
    section.photographer-area .rakuhudou{
        padding: 5rem 15px;
    }
    section.photographer-area .rakuhudou h4{
        font-size: 1.85rem;
        margin-bottom: 1rem;
    }
    section.photographer-area .rakuhudou p,
    section.photographer-area .shop-infos{
        margin-bottom: 3.5rem;
    }
    section.photographer-area .photo-icon_flex{
        margin-top: 1rem;
    }
    section.photographer-area .photo-icon_flex p img {
        width: 50px;
        margin-right: 1rem;
    }
    section.photographer-area .photographer-member .article-author-flex{
        margin-top: 3rem;
    }
    section.photographer-area .photographer-member .article-author-flex p{
        margin-bottom: 1rem;
    }
}
@media screen and (min-width: 1025px) {
    section.photographer-area .rakuhudou{
        border: solid 5px black;
    }
}
/*
          .aboutus-contactarea
-----------------------------------------*/
section.aboutus-contactarea{
    background: white;
    margin: 2rem calc(50% - 50vw);
    padding: 2.5rem 15px;
}
section.aboutus-contactarea .aboutus-contact_inner{
    max-width: var(--contents_width);
    margin: 0 auto;
}
@media screen and (min-width: 768px){
    section.aboutus-contactarea{
        padding: 4.5rem 0 10%;
    }

}

/*---------------------------------------
          .company-info-box
-----------------------------------------*/
section.company-info-box{
    max-width: 90%;
    margin: 0 auto;
    border-top: 2px solid var(--main);
    border-bottom: 2px solid var(--main);
    padding: 2.5rem 1rem;
}
section.company-info-box .company-infos{
    font-family: var(--notoJP);
    font-size: 0.95rem;
}
section.company-info-box .company-infos:not(:last-child){
    margin-bottom: 1.5rem;
}
section.company-info-box span.date-name {
    font-family: var(--zenkaku_A);
    display: block;
    font-size: 0.85rem;
    margin-bottom: 0.2rem;
    font-weight: 700;
}
/*---------------------------------------
                .privacy
-----------------------------------------*/
main.privacy .wp-block-group{
    margin-bottom: 2rem;
}
main.privacy article.privasy-article p,
main.privacy article.privasy-article ul.wp-block-list{
    padding-left: 15px;
    padding-right: 15px;
}
main.privacy h4.wp-block-heading{
    background-color: #E8E8E8;
    padding: .5rem 15px;
    margin-bottom: 2rem;
}
main.privacy article.privasy-article p a{
    word-wrap:break-word;
}
main.privacy article.privasy-article ul.wp-block-list{
    margin-top: .8rem;
}
main.privacy .privasy-article ul.wp-block-list li{
    list-style: none;
}
main.privacy .privasy-article ul.wp-block-list li::before{
    content: '■';
    color: var(--main);
    margin-right: .2rem;
}

main.privacy .privasy-article ul.wp-block-list li li::before{
    content: none;
}
main.privacy .privasy-article ul.wp-block-list li ul{
    margin-top: 0;
}

main.privacy .privasy-article ul.wp-block-list li:not(:last-child){
    padding-bottom: .5rem;
}
main.privacy .wp-block-group p:nth-of-type(n+2){
    padding-top: 1rem;
}
/*------------------------------
        search.php
-------------------------------*/
/*新着順：人気順ソートボタンデザイン*/
#Search .search_sub{
    margin-bottom: 0;
}
.post-sort-box {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 3rem;
}
.post-sort-box form input{
    padding: .3rem 1.5rem;
}
.post-sort-box form {
    color: var(--main);
    border: 2px solid;
    border-radius: 50px;
    line-height: normal;
    font-weight: 500;
}
.post-sort-box form:not(:last-child) {
    margin-right: .5rem;
}
.post-sort-box form:hover{
    background-color: var(--main);
    color: #fff;
}
.post-sort-box form.active{
    background-color: var(--main);
    color: #fff;
}
.non-post{
    margin: 3rem 0;
}


@media screen and (max-width: 767px){
    .s-card03-list.search-list article:first-child{
        width: 48%;
    }
    .s-card03-list.search-list article:first-child .eyecatch-img{
        border-radius: 28px;
    }
    .s-card03-list.search-list article:first-child .text{
        min-height: 170px;
    }
}
/*------------------------------
          author.php
-------------------------------*/
#author .tax-list-search{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}
#author .tax-list-search .post-sort-box{
    margin-bottom: 0;
}
p.post-count{
    color: var(--main);
    font-family: var(--zenkaku_A);
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0;
}


@media screen and (max-width: 767px){
    /*------------------------------
        author.php+taxonomy.php
    -------------------------------*/
    .SPcol2 article:first-child{
        width: 48%;
    }
    .SPcol2 article:first-child .eyecatch-img{
        border-radius: 28px;
    }
    .SPcol2 article:first-child .text{
        min-height: 170px;
    }
    .SPcol2 article:first-child h4.post-title{
        -webkit-line-clamp: 5;
    }
   
}





@media screen and (min-width: 768px){
    /*------------------------
            TOP-catchcopy
    --------------------------*/
    .home-mainimg .TOP-catchcopy{
        position: relative;
        left: 0;
        max-width: var(--contents_width);
        margin: 0 auto;
    }
    .TOP-catchcopy p{
        position: absolute;
        top: 70px;
        left: 15px;
        background: var(--white);
        display: inline-block;
        -webit-box-decoration-break: clone;
        box-decoration-break: clone;
        font-family: var(--zenkaku_N);
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.05rem;
        font-size: 1rem;
        padding: .08em ;
    }
    
    .home-mainimg ul.slider,
    .home-mainimg ul.slider li{
        height: 95vh;
        width: 100%;
    }
    /*------------------------
            top-allcate
    --------------------------*/
    .category-navTOP li:not(:last-child) {
        margin-bottom: 1rem;
        margin-right: 1.2rem;
    }
    ul.category-navTOP{
        margin-bottom: 2.5rem;
    }
    .category-navTOP li a{
        font-size: 1.4rem;
        padding: 0.5rem 1.5rem;
    }
    /*------------------------
            newopen
    --------------------------*/
    section.TOP-newopen .s-card01-list{
        margin-right: 0;
        margin-left: 0;
    }
    .TOP-newopen .s-card01-list article {
        width: 31%;
    }
    .TOP-newopen .article-open{
        margin-bottom: 1.5rem;
    }
    section.TOP-newopen .viewmore-div {
        margin-top: 0;
    }
    .TOP-newopen .TOP-opendate::before{
        height: 85%;
        top: 6px;
    }
    section.TOP-newopen article .eyecatch-img{
        border-radius: 50px;
    }
    /*------------------------
            special
    --------------------------*/
    section.TOP-special .TOP-special-img{
        width: 100vw;
        height: 50vh;
        margin: 0 calc(50% - 50vw);
        overflow: hidden;
    }
    section.TOP-special .TOP-special-img a{
        height: 100%;
    }
    /*------------------------
            series
    --------------------------*/
    section.TOP-series .s-card03-list article:first-child{
        width: 100%;
        margin-top: -22%;
        margin-bottom: 10%;
        position: relative;
    }
    section.TOP-series article .eyecatch-img{
        outline: 4px solid var(--main);
    }
    section.TOP-series .s-card03-list article:first-child .eyecatch-img{
        float: right;
        width: 55%;
        margin-bottom: 0;
        border-radius: 80px;
    }
    section.TOP-series .s-card03-list article:first-child .post-title{
        font-size: 1.4rem;
    }
    section.TOP-series .s-card03-list article:first-child .date{
        position: static;
    }
    section.TOP-series .s-card03-list article:first-child .text{
        position: absolute;
        width: 40%;
        max-width: 320px;
        min-height: auto;
        bottom: 0;
    }
    section.TOP-series .s-card03-list article:first-child .date {
        position: static;
    }
    section.TOP-series .s-card03-list article:first-child h4.post-title{
        -webkit-line-clamp: 3;
    }
    section.TOP-series .s-post-head p {
        font-size: 1.1rem;
        text-underline-offset: 4px;
    }


    /*------------------------
                PR
    --------------------------*/
    .TOP-section.PR .PR_inner{
        display: flex;
        justify-content: space-between;
    }
    .TOP-section.PR .PR_inner div{
        width: 30%;
        margin: 0;
    }
    .TOP-section.PR .PR_inner div:not(:last-child){
        margin-bottom: 0;
    }
    .TOP-section.PR .PR_inner div img{
        max-width: 320px;
    }

    /*------------------------
            culture
    --------------------------*/
    section.TOP-culture{
        padding: 7.5rem 15px;
    }
    section.TOP-culture .s-card04-list article{
        width: 31%;
    }
    .category{
        font-size: 1.1rem;
        text-underline-offset: 4px;
    }
    section.TOP-culture .c-post-head p{
        font-size: 1.1rem;
        text-underline-offset: 4px;
    }
    /*------------------------
        記事 スライダー
    -------------------------*/ 
    .swiper-reco-box .eyecatch-img{
        width: 250px;
    }

    /*------------------------
            TOP-ranking
    --------------------------*/
    .ranking .ranking-box li{
        width: 31%;
    }
    .ranking li:nth-child(n+2) .eyecatch-img{
        border-radius: 50px;
    }
    /*------------------------
            footer-search
    --------------------------*/
    section.footer-search .footer-search_title{
        font-size: 3.3rem;
        margin: 5rem 0 4rem;
        padding: 0 60px 0 50px;
    }
    section.footer-search .footer-search_title::before,
    section.footer-search .footer-search_title::after{
        width: 50px;
    }
    section.footer-search .input-field{
        width: 85%;
    }
    section.footer-search .search-category li a{
        font-size: 1.2rem;
    }
    section.footer-search .googlemap iframe{
        height: 50vh;
    }
    section.footer-search .search-category ul{
        justify-content: space-between;
    }
    section.footer-search .search-category ul li{
        width: 32%;
        height: 80px;
    }
    /*------------------------------
            .search-area
    -------------------------------*/
    .search-area li a span{
        font-size: 0.85rem;
        line-height: 1.5;
    }
    .search-area ul{
        justify-content: normal;
    }
    .search-area li{
        width: 16.6%;
    }
    .search-area li a{
        margin: 0 auto 1rem;
    }
    /*------------------------------
            .search-map
    -------------------------------*/
    #map-filter-buttons .map-filter-btn{
        border-radius: 10px;
        padding: 0 1rem;
        margin-right: .5em;
        margin-bottom: .5em;
    }
    #map-filter-accordion{
        margin: 0 auto 2rem!important;
    }
    

    /*-----------------------------------------
                    single.php
    ------------------------------------------*/
    /*作者名　記事詳細 共通*/
    .article-author-flex {
        padding: 2rem 2.5rem;
        border-radius: 50px;
    }
    .article-author_text{
        margin-left: 30px;
    }
    .article-author-flex p.article-author_img{
        max-width: 150px;
    }
    .article-author_text p.author-name {
        font-size: 1.25rem;
    }
    .article-author_text p {
        font-size: 0.95rem;
        margin-bottom: 0.7rem;
        line-height: normal;
    }
    .article-author_text a{
        font-size: 1.05rem;
    }
    .article-main ul.article-catelist a{
        font-weight: bold;
        padding: 0.3em 1em;
        font-size: 1.1rem;
    }
    /*------ ACF:culture-info-box ------*/
    .article-main section.culture-info-box{
        padding: 2.5rem 3rem;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
    }
    .article-main section.culture-info-box h5 {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-bottom: 2.5rem;
    }
    .article-main .culture-info-box .culture-info_list:not(:last-child){
        margin-bottom: 2rem;
    }
    /*------ ACF:article-apply-btn ------*/
    .article-main section.article-apply_btn-box{
        margin-top: 4rem;
        padding: 2rem 25px;
    }
    .article-main section.article-apply_btn-box p{
        font-size: 1.6rem;
        line-height: 1.6;
    }
    .article-main .article-apply_btn-box a.apply_btn{
        width: 400px;
        padding: 0.5rem;
        margin-top: 2rem;
        font-size: 1.2rem;
        border: 3px solid var(--main);
    }
    .article-content p{
        font-size: inherit;
    }
    
    /*-----------------------------------------
                    sidebar.php
    ------------------------------------------*/
    main.article-wrapper .h2_sub{
        margin-bottom: 3rem;
    }
    /*------- RELATED ARTICLES -------*/
    .article-sidemenu .related-box{
        margin: 0;
    }
    .article-sidemenu .eyecatch-img{
        border-radius: 31px;
        margin-bottom: 1rem;
    }
    .article-sidemenu .related-article{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .article-sidemenu .related-article article{
        width: 31%;
    }
    .article-sidemenu .related-article article:nth-child(n+4){
        display: none;
    }

    /**/
    h2.article-h2 {
        font-size: 4rem;
    }
    /*----PR----*/
    .article-pr{
        padding: 5rem 15px;
    }
    .article-pr .PR_inner{
        display: flex;
         justify-content: space-between;
    }
    .article-pr .PR_inner div:not(:last-child){
        margin-bottom: 0;
    }

    /*-----------------------------------------
                記事一覧（NEW OPEN以外）
    ------------------------------------------*/
    /*------- ページネーション(共通項目など) -------*/
    .custom-pagination .page-numbers,
    .custom-pagination .page-numbers:first-child{
        margin-right: 1.5rem;
    }
    .custom-pagination .prev-text,
    .custom-pagination .next-text{
        font-size: 1.25rem;
    }
    .custom-pagination .page-numbers:last-child{
        margin-left: 0;
    }

    .custom-pagination span.prev-icon::before{
        width: 18px;
        height: 18px;
    }
    .custom-pagination span.next-icon::before{
        width: 18px;
        height: 18px;
    }
    .custom-pagination .next{
        margin-right: 0;
    }
    .article-list,
    .open-list{
        justify-content: normal;
    }
    .article-list article:nth-child(n+3),
    .s-card03-list.open-list article{
        margin-right: 1.15%;
        margin-left: 1.15%;
    }
    /*------- 一覧表示 -------*/
    .article-list article:first-child{
        margin-right: 6%;
    }
    .article-list article:nth-child(-n+2){
        width: 47%;
        max-width: 510px;
    }
    .article-list article:nth-child(-n+2) .text{
        min-height: 180px;
    }
    .article-list article:nth-child(-n+2) h4.post-title{
        -webkit-line-clamp: 3;
    }

    /*-----------------------------------------
                NEW OPEN記事一覧
    -----------------------------------------*/
    .s-card03-list.open-list article {
        width: 31%;
    }
    .s-card03-list.open-list article .eyecatch-img{
        border-radius: 50px;
    }
    /*---------------------------------------------
            page-special　特集記事テンプレート
    ----------------------------------------------*/
    .special-article .article-main .wp-block-button a{
        width: 400px;
        padding: 0.5rem;
        font-size: 1.2rem;
        margin: 3em auto 5em;
    }
    .special-article .article-main .article-infomation {
        font-size: 14px;
        line-height: 1.5;
    }
    /*-----------------------------------------
                固定記事ページ
    -----------------------------------------*/

    /*   .presents-container,.presents-page
    -----------------------------------------*/
    .presents-container .tickets-list{
        margin-left: auto;
        margin-right: auto;
        padding: 4rem 3.4rem;
    }
    .presents-container h4{
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }
    .presents-container .events-place{
        font-size: 1.6rem;
        margin-bottom: 2.5rem;
    }
    .presents-container .tickets-date{
        font-size: 1.2rem;
    }
    .presents-container .article-apply_btn-box .apply_btn-name{
        font-size: 1.2rem;
    }
    a.apply_btn,
    form.form .entry-btnarea button{
        font-size: 1.2rem;
        max-width: 400px;
        width: 400px;
        padding: .5rem 0;
    }
    /*-----------------------------------------
                フォーム・固定ページ
    -----------------------------------------*/
    .page .page-m_section,
    .presents-page .presents-form{
        padding-top: 5rem;
    }

    .presents-container section.presents-form {
        padding-top: 5rem;
    }
    form label span.required{
        font-size: 0.7rem;
        font-weight: bold;
        margin-left: 1rem;
    }
    form label{
        font-size: 1.2rem;
    }
    form li:not(:last-child){
        margin-bottom: 2rem;
    }
    form.form input, form.form .select{
        min-height: 50px;
    }
    form.form textarea{
        min-height: 300px;
    }
    form.form .entry-btnarea button{
        margin-top: 3.8rem;
        border: 3px solid var(--main);
    }



    /*           .confirm
    -----------------------------------------*/
    .confirm,.complete{
        margin-bottom: 6rem;
    }
    .confirm label{
        margin-bottom: 1.3rem;
    }
    .confirm .entry-btnarea{
        max-width: 820px;
        margin-left: auto;
        margin-right: auto;
    }
    .confirm .entry-btnarea .submit-form{
        float: right;
    }
    .confirm form input.submit-form, .complete .HOMEbtn-div a{
        max-width: 400px;
        width: 49%;
        height: 60px;
        margin: 0;
        border: 3px solid var(--main);
    }
    .confirm p.info-text{
        font-size: 1.2rem;
        margin: 5rem 0;
    }
    .confirm form.form .entry-btnarea button{
        margin: 0;
        height: 60px;
        padding: 0;
        width: 49%;
        max-width: 400px;
    }
    .confirm form.form .entry-btnarea button:hover{
        border: 3px solid var(--main);
    }
    
    .confirm form .entry-btnarea button{
        margin-top: 0;
    }
    /*           .complete
    -----------------------------------------*/
    .complete .send-comp_title,
    .non-post .non-post_title{/*add:記事なしの場合*/
        font-size: 2.4rem;
        line-height: normal;
    }
    .complete p.send-comp_message{
        font-size: 1.2rem;
        line-height: 2rem;
        margin: 6rem 0;
    }
    .complete .HOMEbtn-div a{
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*      .company-info-box
    -----------------------------------------*/
    section.company-info-box .company-infos{
        font-size: 1.05rem;
    }
    section.company-info-box .company-infos:not(:last-child){
        margin-bottom: 2rem;
    }
    section.company-info-box{
        padding: 5rem 3rem;
        border: 5px solid #000!important;
    }
    /*------------------------------
            author.php
    -------------------------------*/
     p.post-count{
        font-size: 1.2rem;
    }
    /*------------------------------
            aboutus.php
    -------------------------------*/
    .aboutus-page .photo-icon_flex figure{
        max-width: 60px;
    }


}
@media screen and (min-width: 1025px) {
    .category-navTOP li a{
        padding: 0.6rem 1.5rem;
    }
    .category-navTOP li:not(:last-child){
        margin-right: 1.5rem;
        margin-bottom: 1.3rem;
    }
    /*------------------------
            TOP-special
    --------------------------*/
    section.TOP-special .TOP-special-img{
        height: 80vh;
        margin-bottom: 3rem;
    }
    /*------------------------
            TOP-series
    --------------------------*/
    section.TOP-series .s-card03-list article:first-child{
        margin-top: -17%;
    }
    section.TOP-series .s-card03-list article:first-child .text{
        max-width: 400px;
    }
    section.TOP-series .s-card03-list article:first-child h4.post-title{
        font-size: 1.7rem;
        line-height: 2.2rem;
        margin-top: 0.8rem;
        -webkit-line-clamp: 4;
    }

    /*------------------------
            new open
    --------------------------*/
    section.TOP-newopen .s-card01-list article,
    section.TOP-culture .s-card04-list article{
        width: 320px;
    }

    /*------------------------
            footer-search
    --------------------------*/
    section.footer-search .googlemap iframe{
        height: 80vh;
    }
    section.footer-search .search-category ul{
        justify-content: inherit;
    }
    section.footer-search .search-category ul li{
        width: 25%;
    }
    /*------------------------------
            .search-area
    -------------------------------*/
    .search-area li{
        width: auto;
    }
    .search-area li a{
        margin-right: 0.625rem;
        margin-left: 0.625rem;    
    }
    /*------------------------
            TOP-ranking
    --------------------------*/
    section.ranking .ranking-box li{
        width: 320px;
    }
    section.TOP-ranking p.rank-no{
        font-size: 3rem;
    }
    /*-----------------------------------------
                記事一覧（NEW OPEN以外）
    ------------------------------------------*/

    /*----------- 関連記事一覧スライダー ------------*/
    .TOP-popular .slide-wrapper .eyecatch-img{
        width: 400px;
    }
    .swiper-reco-box > .swiper-slide {
        margin-right: 40px;
    }
    /*----------- 一覧表示 ------------*/
    .article-list article:nth-child(n+3) {
        margin-right: 0.5%;
        margin-left: 0.5%;
    }
    /*------- ページネーション -------*/
    .custom-pagination .page-numbers,
    .custom-pagination .page-numbers:first-child{
        margin-right: 2rem;
    }
    .custom-pagination .next{
        margin-right: 0;
    }

    .open-list p.open-date {
        font-size: 1.45rem;
    }
    .s-card03-list.open-list article:first-child .text{
        min-height: 230px;
    }
    /*------------------------
            Company
    --------------------------*/
    section.company-info-box{
        max-width: 100%;
        margin: auto;
    }
    section.company-info-box .company-info_body{
        max-width: 880px;
        margin: 0 auto;
    }


}
@media screen and (min-width: 1081px) {
    /*------------------------
            TOP-catchcopy
    --------------------------*/
    .TOP-catchcopy p{
        left: 0;
    }

    /*------------------------
            Single.php
    --------------------------*/
    .article-mainimg{
        height: 95vh;
    }
    .article-wrapper{
        display: flex;
        justify-content: space-between;
        padding-bottom: 300px;
    }
    .article-content .article-head{
        width: 720px;
        padding: 10% 0;
    }
    .article-wrapper_main{
        flex: 1;
    }

    .article-content figure.wp-block-image{
        margin: 2rem 0 3.5rem;
        width: auto;
    }

    .article-content figure.wp-block-image:first-child{
        margin-top: 0;
    }

    .article-sidemenu {
        width: 300px;
        margin-top: var(--my-height);
        margin-bottom: 300px;
    }
    .article-sidemenu h2.article-h2{
        font-size: 2.2rem;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: .7rem;
        text-underline-offset: 5px;
    }
    .article-sidemenu h2.article-h2:before{
        content: none;
    }


    /*---------------------------------------------
                Culture専用投稿テンプレート
    ----------------------------------------------*/
    div.culture-article_box.article-wrapper{
        margin-bottom: 300px;
    }
    /*------ ACF:culture-info-box ------*/
    .article-main section.culture-info-box{
        margin: 5rem 0 3rem;
    }
    .article-main section.culture-info-box h5 {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-bottom: 2.5rem;
    }
    /*------ ACF:article-apply-btn ------*/
    .article-main section.article-apply_btn-box{
        margin: 4rem auto 0;
        padding: 2rem 3rem;
    }

    /*---------------------------------------------
            SPECIAL記事専用投稿テンプレート
    ----------------------------------------------*/
    .special-article .custom-content p{
        margin-top: 0;
        padding-top: 0;
        font-size: 1rem;
    }
    .special-article .article-space {
        margin: 3rem 0;
    }
    .special-article .editor-content h3{
        font-size: 1.5rem;
        line-height: 1.5;
        margin: 3rem 0;
    }
    /*------------------------
        sidebar.php      
    -------------------------*/
    .article-content .article-head .article-cat a{
        font-size: 1.5rem;
        text-underline-offset: 5px;
        text-decoration-thickness: 3px;
    }
    /*------ ranking --------*/
    .article-sidemenu .ranking p.rank-no{
        font-size: 2rem;
    }
    .article-sidemenu .ranking .ranking-box li{
        width: 100%;
    }
    .article-sidemenu .ranking-box p.category{
        font-size: .8rem;
    }
    .article-sidemenu .ranking-box li:first-child .text{
        min-height: auto;
    }
    .article-sidemenu .ranking-box li .date{
        position: static;
    }
    /*------ recomend+ranking --------*/
    .article-sidemenu h4.post-title a {
        font-size: 1.05rem;
        line-height: 1.2;
        letter-spacing: 0.08rem;
    }
    .article-sidemenu h4.post-title{
        line-height: 1.2;
        -webkit-line-clamp: 5 !important;
    }
    .article-bread {
        margin: 0;
    }
    .article-content .article-head h2 {
        font-size: 2.5rem;
        line-height: 1.5;
        letter-spacing: 0.1rem;
    }
    .article-content .article-head .article-date{
        font-size: 1rem;
    }
    .article-wrapper_main .article-cat li a{
        font-size: 1.55rem;
    }
    .article-wrapper_main .article-cat li{
        text-decoration-thickness: 4px;
        text-underline-offset: 5px;
    }
    .article-sidemenu section{
        padding: 3rem 2.2rem!important;
        background: var(--pink);
        height: fit-content;
    }
    .article-sidemenu .h2_sub{
        color: #000;
    }
    main.article-wrapper .h2_sub{
        margin-bottom: 2rem;
    }

    .article-content figure.wp-block-image figcaption{
        margin-right: 0;
        margin-left: 0;
    }
    .article-content .article-main article p{
        font-size: 1.05rem;
    }
    .article-content h3.wp-block-heading{
        font-size: 1.5rem;
        margin: 2rem 0;
    }
    .article-content h4.wp-block-heading{
        font-size: 1.4rem;
        margin: 2rem 0 1.5rem;
    }
    .article-content h5.wp-block-heading{
        font-size: 1.3rem;
        margin: 2rem 0;
    }
    .article-content h3.wp-block-heading:first-child,
    .article-content h4.wp-block-heading:first-child,
    .article-content h5.wp-block-heading:first-child{
        margin-top: 0;
    }   

    /*------- RELATED ARTICLES -------*/
    .article-sidemenu .related-article{
        display: block;
    }
    .article-sidemenu .related-article article,
    .article-sidemenu .ranking-box li{
        margin-bottom: 2rem;
    }

    .article-sidemenu .related-article article{
        width: 100%;
    }
    .article-sidemenu article:nth-child(n+3),
    .article-sidemenu li:nth-child(n+3){
        margin-bottom: 0;
    }
    /*シェアアイコン*/
    .article-content .sns__container{
        width: 75%;
    }
    .article-content .article-share .article-share_title{
        font-size: 1rem;
    }
    .article-content .sns__container img{
        width: 70px;
        height: 70px;
    }
    .article-content ul.sns__container li:last-child{
        width: 70px;
        height: 70px;
    }
    .article-content a.sns__hatena span{
        width: 55px;
        height: 55px;
        font-size: 30px;
        border-radius: 8px;
    }
    /*------ PR --------*/
    .article-pr .PR_inner{
        display: block;
    }
    /*-----------------------------------------
                記事詳細
    ------------------------------------------*/
    .article-content .article-edditer-text p{
        line-height: 2;
    }
    /*-----------------------------------------
                記事一覧（NEW OPEN以外）
    ------------------------------------------*/
    .article-list article:first-child {
        margin-right: 5%;
    }
    .article-list article:nth-child(n+3) {
        margin-right: 20px;
        margin-left: 20px;
    }
    /*-----------------------------------------
                固定記事ページ
    -----------------------------------------*/

    /*   .presents-container,.presents-page
    -----------------------------------------*/
    .presents-container .presents-form-inner{
        max-width: var(--contents_width);
        margin: 0 auto;
        padding-right: 0;
        padding-left: 0;
    }
    /*-----------------------------------------
                フォーム
    -----------------------------------------*/
    .presents-container section.presents-form {
        padding-bottom: 300px;
    }
    /*--------------------------------
               PrivacyPoricy
    ----------------------------------*/
    main.privacy article.privasy-article p,
    main.privacy article.privasy-article ul.wp-block-list,
    main.privacy h4.wp-block-heading{
        padding-left: 25px;
        padding-right: 25px;
    }


}