@charset "utf-8";
/* CSS Document */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#wpadminbar {
    position: relative;
    z-index: 99999999; 
}

/*--------------------------------------------------*/
/*ページタイトル*/
section#title .hd{
    background: url("../image/titilebg.jpg") no-repeat;
    background-size: cover;
}

/*--------------------------------------------------*/
/*オプション*/
section#a01{
    padding: 25px 0 40px;
}

section#a01 .option{
    width: 77.36%;
    margin: 0 auto 0;
    position: relative;
}

section#a01 .option dl{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
}
section#a01 .option dl:not(:first-of-type){
    margin: 25px auto 0;
}
section#a01 .option dl dt{
    width: 78px;
    text-align: right;
}
section#a01 .option dl dd{
    width: calc( 100% - 78px );
    position: relative;
}
section#a01 .option dl dd::before{
    content: '';
    display: block;
    background: url("../image/a07_04.png") no-repeat;
    background-size: contain;
    width: 12px;
    height: 9px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    pointer-events: none;
}
section#a01 .option dl dd select{
    width: 100%;
    padding: 0 22px;
    height: 45px;
    border: 2px solid #cedee5;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 12px;
}

/*ワーケーションプログラムカテゴリの時はレイアウトを変更*/


/*一覧*/
section#a01 .postlist{
    padding: 40px 0 0;
    max-width: 91.11%;
    margin: 0 auto;
}

section#a01 ol.posts{
    margin: 0 auto 70px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 14px;
}
section#a01 ol.posts li{
    width: calc( 100% / 2 - 7px );
    position: relative;
}

section#a01 ol.posts li .icon_new{
    width: 42px;
    position: absolute;
    top: -0.81rem;
    left: -0.34rem;
}
section#a01 ol.posts li .catch img{
    width: 100%;
    height: 97px;
    object-fit: cover;
}

section#a01 ol.posts a.category{
    margin: 5px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 4px 5px;
    border: 1px solid #CDDDE4;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 11px;
}
section#a01 ol.posts a.category.news{
    color: #0071B3;
}
section#a01 ol.posts a.category.support{
    color: #008C45;
}
section#a01 ol.posts a.category.event{
    color: #E71C24;
}

section#a01 ol.posts li dl{
    margin: 5px auto 0;
}
section#a01 ol.posts li dl dt{
    color: #333;
    font-size: 11px;
}
section#a01 ol.posts li dl dd{
    font-size: 12px;
    margin: 5px auto 0;
    color: #000;
}

section#a01 .tobtn{
    width: 19.59rem;
    height: 4.73rem;
    margin: 4.73rem auto 0;
    display: flex;
    justify-content: center;
}

/*ワーケーションプログラムカテゴリの時はレイアウトを調整*/
section#a01 .programlist{
    width: 90.97%;
    margin: 38px auto 0;
}
section#a01 .programlist ul{
    display: flex;
    flex-wrap: wrap;
    gap: 33px 14px;
}
section#a01 .programlist ul li{
    width: calc( 100% / 2 - 7px );
}

section#a01 .programlist ul li .thumb{
    position: relative;
}
section#a01 .programlist ul li .thumb a.category_city{
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 0;
    min-width: 72px;
    height: 23px;
    background-color: #008d45;
    font-size: 11px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#a01 .programlist ul li .txt{

}
section#a01 .programlist ul li .txt .label a{
    margin: 5px auto 0;
    width: 100%;
    padding: 5px 0;
    background-color: #edf8f9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #0071b7;
}
section#a01 .programlist ul li .txt > a{
    display: block;
    margin: 5px auto 0;
    font-size: 13px;
    color: #000;
}

section#a01 .programlist ul li .tags{
    margin: 5px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
section#a01 .programlist ul li .tags span{
    display: block;
    width: fit-content;
    padding: 3px 5px;
    background-color: gray;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-size: 11px;
    color: #fff;
}

section#a01 .programlist .tolist{
    margin: 55px auto 0;
    width: 19.59rem;
    height: 4.73rem;
}
section#a01 .programlist .tolist a{
}


/*--------------------------------------------------*/
/*カテゴリーブロック*/

/*共通*/
section.catblock:not(:first-of-type) .inner{
    margin: 0 auto;
}
section.catblock:last-of-type .inner{
}
section.catblock .inner .inn{
    margin: 0 auto;
}

section.catblock{
    position: relative;
}
section.catblock::before{
    content: '';
    position: absolute;
    bottom: 0;
}
section.catblock::after{
    content: '';
    position: absolute;
    bottom: 0;
}

section.catblock h2{
    margin: 0 auto;
    position: relative;
}
section.catblock h2::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

section.catblock .catch {
    position: relative;
    margin: -4.39rem auto 0;/*65*/
}
section.catblock .catch::before{
    content: '';
    background-color: #00ADA9;
    width: 100%;
    height: 15.20rem;/*225*/
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
section.catblock .catch.nocats::before{
    height: 22.30rem;/*330*/
}
section.catblock .catch .inn{
    margin: 0 auto;
    color: #fff;
}
section.catblock .catch .inn dl{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
section.catblock .catch.nocats .inn dl{
    padding: 0 0 2.03rem;/*30*/
}

section.catblock .catch .inn dl dt{
    width: 33.85rem;/*501*/
}
section.catblock .catch .inn dl dd{
    width: 31.08rem;/*460*/
}

section.catblock .catlist {
    margin: 0 auto;
    background-color: #00ADA9;
}
section.catblock.nocats::before{
    height: 20.27rem;/*300*/
}
section.catblock .catlist ul{
    margin: 0 auto;
    padding: 3.38rem 0 2.03rem;/*50,30*/
    display: flex;
    gap: 0 0.68rem;/*10*/
}
section.catblock .catlist ul li{
    width: calc( 100% / 4 );
    height: 4.05rem;/*60*/
}
section.catblock .catlist ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 117.6%;/*20*/
    font-weight: 700;
    position: relative;
}
section.catblock .catlist ul li.all a{
    color: #fff;
}
section.catblock .catlist ul li.all a::before{
    content: '';
    display: block;
    background-size: contain;
    width: 3.04rem;/*45*/
    height: 3.04rem;/*45*/
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 1.35rem;
}

/*カテゴリー別*/
section.catblock.blood h2::after{
    background: url("../image/ketsuatsu01.png") no-repeat;
    background-size: contain;
    width: 5.34rem;/*79*/
    height: 5.14rem;/*76*/
    left: 16.89rem;/*250*/
}
section.catblock.recipe h2::after{
    background: url("../image/recipe01.png") no-repeat;
    background-size: contain;
    width: 6.15rem;/*91*/
    height: 6.62rem;/*98*/
    left: 26.69rem;/*395*/
}
section.catblock.activities:first-of-type h2::after{
    background: url("../image/ehime01.png") no-repeat;
    background-size: contain;
    width: 3.85rem;/*57*/
    height: 4.26rem;/*63*/
    left: 24.53rem;/*363*/
}
section.catblock.gourmet h2::after{
    background: url("../image/navi01.png") no-repeat;
    background-size: contain;
    width: 3.99rem;/*59*/
    height: 4.66rem;/*69*/
    left: 32.36rem;/*479*/
}

section.blood .catlist ul li a{
    color: #916AAC;
}
section.blood .catlist ul li.all a{
    background-color: #916AAC !important;
}
section.blood .catlist ul li.all a::before{
    content: '';
    background: url("../../../../../image/top/caticon01h.png") no-repeat;
}

section.activities .catlist ul li a{
    color: #83B900;
}
section.activities .catlist ul li.all a{
    background-color: #83B900 !important;
}
section.activities .catlist ul li.all a::before{
    content: '';
    background: url("../../../../../image/top/caticon02h.png") no-repeat;
}

section.gourmet .catlist ul li a{
    color: #1CBCC9;
}
section.gourmet .catlist ul li.all a{
    background-color: #1CBCC9 !important;
}
section.gourmet .catlist ul li.all a::before{
    content: '';
    background: url("../../../../../image/top/caticon05h.png") no-repeat;
}

section.activities.cloudright::after{
    content: '';
    position: absolute;
    bottom: -19.39rem;/*287*/
}
section.activities.cloudleft::before{
    content: '';
    position: absolute;
    bottom: -13.92rem;/*206*/
}
section.gourmet.cloudright::after{
    content: '';
    position: absolute;
    bottom: -8.58rem;/*127*/
}

/*--------------------------------------------------*/
/*カテゴリーブロック 投稿一覧*/

section.catblock .postlist{
}

.inner.posts{
    margin: 0 auto;
    padding: 2.03rem 0 5.07rem;/*30,75*/
    display: flex;
    flex-wrap: wrap;
    gap: 4.39rem 3.38rem;/*65,50*/
}

.inner.posts dl{
    width: calc( 100% / 3 - 2.30rem );/*34*/
}
.inner.posts dl dt{
    position: relative;
}
.inner.posts dl dt p{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #FF9C00;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 8.92rem;/*132*/
    height: 2.09rem;/*31*/
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner.posts dl dt p.event{
    background-color: #97C400;
}
.inner.posts dl dt p.news{
    background-color: #00BAC8;
}
.inner.posts dl dt p.recruit{
    background-color: #C275A7;
}
.inner.posts dl dt p.executive{
    background-color: #FF9C00;
}
.inner.posts dl dt p.activity{
    background-color: #97C400;
}
.inner.posts dl dt p.important{
    background-color: #E74100;
}

.inner.posts dl dt img{
    width: 100%;
    height: auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.inner.posts dl dd{
    margin-top: 0.68rem;/*10*/
}
.inner.posts dl dd .date{
    color: #78705A;
}
.inner.posts dl dd .title{
    margin-top: 0.68rem;/*10*/
    font-size: 106.25%;/*18*/
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    color: #057500;
}

section#a01 .postlist.nopost{
    text-align: center;
}

/*--------------------------------------------------*/
/*記事詳細*/

section.single .inner{
    width: 90.28%;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}

/*カテゴリー・日付・タイトル*/
section.single .info{  
    width: 100%;
    margin: 0 auto;
}
section.single .info dl{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 18px;
}
section.single .info dl dt{
    width: 110px;
    color: #000;
    font-weight: bold;
}

section.single .info dl dd{
    width: calc( 100% - 128px );
}
section.single .info dl dd a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 5px;
    font-size: 13px;
    line-height: 100%;
    border: 1px solid #cedee5;
    box-sizing: border-box;
}
section.single .info dl dd a:not(:first-of-type){
    margin: 5px auto 0;
}
section.single.tax .info dl dd div:nth-of-type(2){
    margin-top: 5px;
}
section.single .info dl dd a.case + .case{
    display: none;
}

/*各種カテゴリー*/
section a.event{
    color: #E71C24;
}
section a.news{
    color: #0071B3;
}
section a.support{
    color: #008C45;
}
section a.case{
    /*color: #38CFE8;*/
    color: #0071B3;
}
section a.model{
    color: #C275A7;
}
section a.purpose{
    color: #FF9C00;
}
section a.city{
    color: #97C400;
}
section a.report{
    color: #E74100;
}
/*single*/
section.single.tax .info dl dd a.city{
    background-color: #008d45;
    color: #fff;    
    border: 1px solid #008d45;
}
section.single.tax .info dl dd a.purpose{
    background-color: #edf8f9;
    color: #0071b7;    
    border: 1px solid #edf8f9;
}
section.single.tax .info dl dd  a.case{
    background-color: #0071b7;
    border: 1px solid #0071b7;
    color: #fff;
}

section.single .info > h3{
    margin: 20px auto 0;
    border-bottom: 2px solid #0071b4;
    box-sizing: border-box;
    padding: 0 0 18px;
    font-size: 17px;
    color: #000;
    text-align: left;
}
section.single .info > h3::before{
    content: '';
    display: none;
}

/*エディター*/
section.single #contents{
    width: 100%;
    margin: 25px auto 0;
}
section.single #contents h1{
    width: 100%;
    border-bottom: 1px solid #808080;
    font-size: 14px;
    color: #000;
    padding: 0 0 10px 20px;
    position: relative;
}
section.single #contents h1::before{
    content: '';
    display: block;
    width: 4px;
    height: 70%;
    background-color: #0071b7;
    position: absolute;    
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
section.single #contents h2{
    width: 100%;
    border-bottom: 1px solid #29a6dd;
    font-size: 14px;
    color: #000;
    padding: 0 0 10px 20px;
    position: relative;
}
section.single #contents h2::before{
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-color: #29a6dd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;    
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
section.single #contents h3{
    width: 100%;
    color: #0071b7;
    font-size: 14px;
    padding: 0 0 0 20px;
    position: relative;
}
section.single #contents h3::before{
    content: '';
    display: block;
    width: 13px;
    height: 2px;
    background-color: #0071b7;
    position: absolute;    
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

/*余白調整*/
section.single #contents h1 + p, section.single #contents h2 + p, section.single #contents h3 + p{
    margin: 23px auto 50px;
    line-height: 180%;
    font-size: 13px;
}

/*リンク*/
section.single #contents > p a, section.single #contents > ul li a, section.single #contents > table td a{
    text-decoration: underline;
    color: #29A6DD;
}

/*画像*/
section.single #contents > p img, section.single #contents > table td img{
    margin: 0 auto;
}

/*リスト*/
section.single #contents > ul{
	list-style-type: none !important;
    margin: 23px auto 50px;
}
section.single #contents > ul li:not(:first-child){
    margin-top: 13px;
}
section.single #contents > ul li{
    padding-left: 19px;
    position: relative;
}
section.single #contents > ul li:before{
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-color: #0071b7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;    
    top: 4px;
    left: 0;
}

section.single #contents > ol{
	list-style-type: auto;
    margin: 23px auto 50px 19px;
}
section.single #contents > ol li:not(:first-child){
    margin-top: 13px;
}
section.single #contents > ol li{
    position: relative;
}
section.single #contents > ul li:before{
}
section.single #contents > ul[style="list-style-type: circle;"] li:before{
    background-color: #fff;
	border: 2px solid #0071b7;
	box-sizing: border-box;
}
section.single #contents > ul[style="list-style-type: disc;"] li:before{
    background-color: #000;
}
section.single #contents > ul[style="list-style-type: square;"] li:before{
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
}

/*テーブル*/
section.single #contents > table{
    margin: 0 auto 27px;
    width: 100%;
    height: auto !important;
    box-sizing: border-box;
    border-collapse:separate !important; 
    border-spacing: 5px !important;
}
section.single #contents > table th, section.single #contents > table td{
    width: 100% !important;
    height: auto !important;
    padding: 15px;
}
section.single #contents > table td{
    margin-top: 5px;
}
section.single #contents > table tr th:first-child, section.single #contents > table tr td:first-child{
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    background-color: #29a5dc;    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;   
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
section.single #contents > table tr th:not(:first-child), section.single #contents > table tr td:not(:first-child){
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    border: 1px solid #29a5dc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000;
}
section.single #contents > table td a{
    word-break: break-all;
}

/*ギャラリー*/
section.single #contents > div.gallery{
    margin: 0 auto 27px;
}
section.single #contents > div.gallery img{
    border: none;
}
section.single #contents > div.gallery .gallery-item{
    float: inherit;
    width: 100%;
}
section.single #contents > div.gallery .gallery-item img{
    margin: 0 auto;
}

/*関連リンク*/
section.single .inner > .links{
    width: 100vw;
    margin: 20px calc(50% - 50vw) 0;
    background-color: #f0fcff;
    padding: 45px 0;
}
section.single .inner > .links h2{
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #0071b3;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    border: 2px solid #ee8a1e;
}
section.single .inner > .links h2::before{
    content: '';
    display: block;
    width: 75px;
    height: 3px;
    background-color: #ee8a1e;
}

section.single .inner > .links ul{
    max-width: 90.28%;
    margin: 15px auto 0;
}
section.single .inner > .links ul li{
    width: 100%;
    height: 100%;
}
section.single .inner > .links ul li:not(:first-child){
    margin-top: 10px;
}

section.single .inner > .links ul li a{
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: underline;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    padding: 15px 45px 15px 15px;
    border: 1px solid #29a5dc;
    box-sizing: border-box;
    position: relative;
}
section.single .inner > .links ul li a p::after{
    content: '';
    display: block;
    background: url("../image/icon_tab.png") no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}

/*ダウンロードリンク*/
section.single .inner > .download{
    width: 100%;
    margin: 0 auto 0;
    padding: 45px 0;
}
section.single .inner > .download h2{
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #0071b3;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    border: 2px solid #ee8a1e;
}
section.single .inner > .download h2::before{
    content: '';
    display: block;
    width: 75px;
    height: 3px;
    background-color: #ee8a1e;
}

section.single .inner > .download ul{
    margin: 15px auto 0;
}

section.single .inner > .download ul li:not(:first-child){
    margin-top: 10px;
}

section.single .inner > .download ul li a{
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: underline;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    padding: 15px 45px 15px 15px;
    border: 1px solid #29a5dc;
    box-sizing: border-box;
    position: relative;
}
section.single .inner > .download ul li a::after{
    content: '';
    display: block;
    background: url("../image/icon_dl.png") no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}

/*タグ*/
section.single .inner > #tags{
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 0 20px;
    border-bottom: 2px solid #0071b7;
    box-sizing: border-box;
}
section.single .inner > #tags ul{
    max-width: 1000px;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
}
section.single .inner > #tags ul li{
}
section.single .inner > #tags ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 27px;
    padding: 0 10px;
    background-color: #ededed;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;    
    color: #4d4d4d;
    font-size: 9px;
}

/*一覧へ*/
section.single .inner > .tolist{
    width: 100%;
    margin: 55px auto 0;
}
section.single .inner > .tolist a{
    width: 80%;
    height: 60px;
    margin: 0 auto;
}
section.single .inner > .tolist a.contact{
    margin: 25px auto 0;
}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/