@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------*/
/*共通*/
section#pagetitle .titlebg {
    background: url("../image/activity/pagetitle.webp") 0 0 / cover no-repeat;
}
:root {
    --contentswidth: 1200px;
}
/*-----------------------------------------------------------*/
/*絞り込み*/ :root {
    --nature: #05b085;
    --experience: #f28900;
    --history: #ad6f29;
    --eat: #eb6d80;
    --stay: #9370d0;
    --spa: #b8a305;
    --facility: #056ea3;
    --cycle: #ff7dcf;
}
#activityarchive .inner {
    max-width: var(--contentswidth);
    padding: 0 10px;
    margin: 70px auto 0;
}
#activityarchive .inner .features {
    background-color: #ebeae1;
    border-radius: 15px;
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#activityarchive .inner .features h3.hd {
    font-size: 1.250em;/*20*/
    font-weight: 700;
    color: #00595c;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 12px;
}
#activityarchive .inner .features .categores h3.hd::before {
    content: '';
    background: url("../image/common/features01.svg") 0 center / contain no-repeat;
    width: 33px;
    height: auto;
    aspect-ratio: 1 / 1;
}
#activityarchive .inner .features .areas h3.hd::before {
    content: '';
    background: url("../image/common/features02.svg") 0 center / contain no-repeat;
    width: 24px;
    height: auto;
    aspect-ratio: 24 / 35;
}
#activityarchive .categores {
    width: 73.6%; /*810*/
    display: flex;
    flex-direction: column;
}
#activityarchive .areas {
    width: 24.5%; /*269*/
    display: flex;
    flex-direction: column;
}
#activityarchive .inner .features .wrap {
    margin-top: 20px;
    background-color: #fff;
    padding: 20px 25px 30px 25px;
    flex: 1;
}
/*カテゴリー*/
#activityarchive .categores .wrap ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
}
#activityarchive .categores .wrap ul li {
    display: flex;
    box-sizing: border-box;
}
#activityarchive .categores .wrap li:nth-of-type(1) {
    grid-row: span 2 / span 2;
}
#activityarchive .categores .wrap li:nth-of-type(6) {
    grid-column-start: 2;
}
#activityarchive .categores .wrap li:nth-of-type(7) {
    grid-column-start: 3;
}
#activityarchive .categores .wrap li:nth-of-type(8) {
    grid-column-start: 4;
}
#activityarchive .categores .wrap li:nth-of-type(9) {
    grid-column-start: 5;
}
/*リンクボタン*/
#activityarchive .tab-btn {
    width: 100%;
    border: none;
    background: #fff;
    border-top: 1px solid #a7c9c9;
    border-left: 1px solid #a7c9c9;
    box-sizing: border-box;
    transition: all 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0 15px;
    color: #00595c;
    font-size: 0.938em;/*15*/
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 130.0%;
    position: relative;
    padding: 10px 10px;
}
#activityarchive .tab-btn.all {
    font-size: 1.563em;/*25*/
    font-weight: 500;
    letter-spacing: 0.2em;
    border-bottom: 1px solid #a7c9c9;
    justify-content: center;
}
#activityarchive .tab-btn.active.all {
    background-color: #06aed0;
}
#activityarchive .tab-btn.eat {
    border-right: 1px solid #a7c9c9;
    padding: 10px 18px;
}
#activityarchive .tab-btn.cycle {
    border-right: 1px solid #a7c9c9;
}
#activityarchive .tab-btn.stay, #activityarchive .tab-btn.facility, #activityarchive .tab-btn.cycle {
    border-bottom: 1px solid #a7c9c9;
}
#activityarchive .tab-btn.spa {
    border-bottom: 1px solid #a7c9c9;
    padding: 10px 0px 10px 20px;
}
#activityarchive .tab-btn:hover, #activityarchive .tab-btn.active {
    opacity: 1.0;
    color: #fff;
}
#activityarchive .tab-btn.all:hover, #activityarchive .tab-btn.active.all {
    background-color: #06aed0;
    /*border-color: #06aed0;*/
}
#activityarchive .tab-btn.nature:hover, #activityarchive .tab-btn.active.nature {
    background-color: var(--nature);
    /*border-color: var(--nature);*/
}
#activityarchive .tab-btn.experience:hover, #activityarchive .tab-btn.active.experience {
    background-color: var(--experience);
    /*border-color: var(--experience);*/
}
#activityarchive .tab-btn.history:hover, #activityarchive .tab-btn.active.history {
    background-color: var(--history);
    /*border-color: var(--history);*/
}
#activityarchive .tab-btn.eat:hover, #activityarchive .tab-btn.active.eat {
    background-color: var(--eat);
    /*border-color: var(--eat);*/
}
#activityarchive .tab-btn.stay:hover, #activityarchive .tab-btn.active.stay {
    background-color: var(--stay);
    /*border-color: var(--stay);*/
}
#activityarchive .tab-btn.spa:hover, #activityarchive .tab-btn.active.spa {
    background-color: var(--spa);
    /*border-color: var(--spa);*/
}
#activityarchive .tab-btn.facility:hover, #activityarchive .tab-btn.active.facility {
    background-color: var(--facility);
    /*border-color: var(--facility);*/
}
#activityarchive .tab-btn.cycle:hover, #activityarchive .tab-btn.active.cycle {
    background-color: var(--cycle);
    /*border-color: var(--cycle);*/
}
#activityarchive .tab-btn:not(.all)::before {
    content: '';
    display: block;
    content: '';
    height: auto;
}
#activityarchive .tab-btn.nature::before {
    background: url("../image/top/acicon01.svg") 0 center / contain no-repeat;
    width: 32px;
    aspect-ratio: 1 / 1;
}
#activityarchive .tab-btn.experience::before {
    background: url("../image/top/acicon02.svg") 0 center / contain no-repeat;
    width: 50px;
    aspect-ratio: 55 / 28;
}
#activityarchive .tab-btn.history::before {
    background: url("../image/top/acicon03.svg") 0 center / contain no-repeat;
    width: 30px;
    aspect-ratio: 32 / 25;
}
#activityarchive .tab-btn.eat::before {
    background: url("../image/top/acicon04.svg") 0 center / contain no-repeat;
    width: 35px;
    aspect-ratio: 35 / 31;
}
#activityarchive .tab-btn.stay::before {
    background: url("../image/top/acicon05.svg") 0 center / contain no-repeat;
    width: 32px;
    aspect-ratio: 1 / 1;
}
#activityarchive .tab-btn.spa::before {
    background: url("../image/top/acicon06.svg") 0 center / contain no-repeat;
    width: 35px;
    aspect-ratio: 35 / 27;
}
#activityarchive .tab-btn.facility::before {
    background: url("../image/top/acicon07.svg") 0 center / contain no-repeat;
    width: 32px;
    aspect-ratio: 33 / 27;
}
#activityarchive .tab-btn.cycle::before {
    background: url("../image/top/acicon08.svg") 0 center / contain no-repeat;
    width: 42px;
    aspect-ratio: 43 / 29;
}
#activityarchive .tab-btn.nature:hover::before, #activityarchive .tab-btn.nature.active::before {
    background: url("../image/top/acicon01h.svg") 0 center / contain no-repeat;
}
#activityarchive .tab-btn.experience:hover::before, #activityarchive .tab-btn.experience.active::before {
    background: url("../image/top/acicon02h.svg") 0 center / contain no-repeat;
}
#activityarchive .tab-btn.history:hover::before, #activityarchive .tab-btn.history.active::before {
    background: url("../image/top/acicon03h.svg") 0 center / contain no-repeat;
}
#activityarchive .tab-btn.eat:hover::before, #activityarchive .tab-btn.eat.active::before {
    background: url("../image/top/acicon04h.svg") 0 center / contain no-repeat;
}
#activityarchive .tab-btn.stay:hover::before, #activityarchive .tab-btn.stay.active::before {
    background: url("../image/top/acicon05h.svg") 0 center / contain no-repeat;
}
#activityarchive .tab-btn.spa:hover::before, #activityarchive .tab-btn.spa.active::before {
    background: url("../image/top/acicon06h.svg") 0 center / contain no-repeat;
}
#activityarchive .tab-btn.facility:hover::before, #activityarchive .tab-btn.facility.active::before {
    background: url("../image/top/acicon07h.svg") 0 center / contain no-repeat;
}
#activityarchive .tab-btn.cycle:hover::before, #activityarchive .tab-btn.cycle.active::before {
    background: url("../image/top/acicon08h.svg") 0 center / contain no-repeat;
}
/*エリア*/
#activityarchive .areas .wrap {
    position: relative;
    display: flex;
    align-items: center;
}
#activityarchive .areas .wrap::before {
    content: '';
    background: url("../image/common/features03.webp") 0 center / contain no-repeat;
    width: 22px;
    height: auto;
    aspect-ratio: 22 / 16;
    position: absolute;
    top: -8px;
    bottom: 0;
    margin: auto;
    right: 45px;
    pointer-events: none;
}
#activityarchive .areas select {
    border: 1px solid #333;
    border-radius: 5px;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 1.063em;/*17*/
    padding: 0 20px;
}
/*-----------------------------------------------------------*/
/*記事一覧*/
#activitylist .inner {
    max-width: var(--contentswidth);
    padding: 0 10px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
}
/*記事*/
#activitylist .article {
    width: calc((100% - (45px * 2)) / 3);
    border: 1px solid #00595c;
    background-color: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
    padding: 35px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    transition: all 0.5s;
}
#activitylist .article-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}
#activitylist .article .thumb {
    position: relative;
    width: calc(100% - 70px);
    margin: 0 auto;
    height: 183px;
    overflow: hidden;
}
#activitylist .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
#activitylist .article:hover .thumb img, #activitylist .article:has(a:hover) .thumb img {
    transform: scale(1.06);
}
#activitylist .article .cityCat {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    width: fit-content;
    height: 40px;
    padding: 0 35px;
    border-radius: 20px;
    background-color: #fff;
    font-size: 0.938em;/*15*/
    font-weight: 700;
}
#activitylist .article .cityCat::before {
    content: '';
    background: url("../image/top/icon_pins.svg") 0 center / contain no-repeat;
    width: 15px;
    height: auto;
    aspect-ratio: 15 / 21;
}
#activitylist .article .labelCat {
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 100% 0, calc(100% - 9px) 50%, 100% 100%, 0 100%);
    display: flex;
    align-items: center;
    color: #fff;
    letter-spacing: 0.2em;
    width: fit-content;
}
#activitylist .article .labelCat {
    height: 35px;
    padding: 0 20px 0 20px;
    font-size: 0.938em;/*15*/
    position: absolute;
    top: 22px;
    left: 23px;
}
#activitylist .article .txts {
    flex: 1;
}
#activitylist .article dl {
    width: calc(100% - 70px);
    margin: 40px auto 20px;
    display: flex;
    flex-direction: column;
    gap: 38px 0;
}
#activitylist .article dl dt.title {
    font-size: 1.250em;/*20*/
    color: #056b6e;
    font-weight: 700;
    position: relative;
}
#activitylist .article dl dt.title::before {
    content: '';
    display: block;
    width: 145px;
    height: 1px;
    background-color: #056b6e;
    position: absolute;
    bottom: -20px;
    left: 0;
}
#activitylist .article dl dd.comment {
    line-height: 156.25%;
    text-align: justify;
}
#activitylist .article .totxts {
    border-top: 1px solid #00595c;
    width: calc(100% - 40px);
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px;
    background-color: #fff;
}
#activitylist .article .totxts p {
    display: flex;
    gap: 0 15px;
    font-weight: 700;
    color: #00595c;
}
#activitylist .article .totxts p::after {
    content: '';
    background: url("../image/common/icontab.svg") 0 center / contain no-repeat;
    width: 26px;
    height: auto;
    aspect-ratio: 1 / 1;
}
#activitylist .article:hover .totxts {
    background-color: #e9f5f5;
}
#activitylist .inner #nopost{
    width: 100%;
	display: flex;
	justify-content: center;
	font-size: 1.125em;/*18*/
	color: #00595c;
}
/*ページャー*/
#activitylist .pagenaviWrap {
    max-width: var(--contentswidth);
    height: 110px;
    padding: 0 10px;
    margin: 100px auto 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 45px;
    background-color: #ebeae1;
    border-radius: 15px;
    position: relative;
}
#activitylist .wp-pagenavi {
    display: flex;
    gap: 0 15px;
}
#activitylist .wp-pagenavi .previouspostslink, #activitylist .wp-pagenavi .nextpostslink {
    content: '';
    background: url("../image/common/pager01.svg") 0 center / contain no-repeat;
    width: 50px;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
    font-size: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#activitylist .wp-pagenavi .previouspostslink {
    left: 29.1%; /*320*/
}
#activitylist .wp-pagenavi .nextpostslink {
    right: 29.1%; /*320*/
    transform: scale(-1, 1);
}
#activitylist .wp-pagenavi a, #activitylist .wp-pagenavi span {
    width: 50px;
    height: auto;
    aspect-ratio: 1 / 1;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.438em;/*23*/
    color: #06aed0;
    background-color: #ebeae1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#activitylist .wp-pagenavi span.current {
    background-color: #fff;
}
/*-----------------------------------------------------------*/
:root {
    --pageBluebg: #0071b4;
	--pageYellowbg: #F4E621;
	--pageBlackbg: #000;
}

html.pageBlue #activityarchive .inner .features, html.pageYellow #activityarchive .inner .features, html.pageBlack #activityarchive .inner .features{
	background-color: unset;
}
html.pageBlue #activityarchive .inner .features .wrap, html.pageYellow #activityarchive .inner .features .wrap, html.pageBlack #activityarchive .inner .features .wrap{
	background-color: unset;
}
html.pageBlue #activityarchive .inner .features .wrap select option{
	background-color: var(--pageBluebg);
}
html.pageYellow #activityarchive .inner .features .wrap select option{
	background-color: var(--pageYellowbg);
}
html.pageBlack #activityarchive .inner .features .wrap select option{
	background-color: var(--pageBlackbg);
}
html.pageBlue #activityarchive .tab-btn, html.pageYellow #activityarchive .tab-btn, html.pageBlack #activityarchive .tab-btn{
	background-color: unset;
}
html.pageBlue #activityarchive .tab-btn:hover, html.pageBlue #activityarchive .tab-btn.active,
html.pageYellow #activityarchive .tab-btn:hover, html.pageYellow #activityarchive .tab-btn.active,
html.pageBlack #activityarchive .tab-btn:hover, html.pageBlack #activityarchive .tab-btn.active{
	background-color: rgba(255,255,255,0.50);
}
html.pageBlue #activitylist .article, html.pageBlue #activitylist .article .totxts, 
html.pageYellow #activitylist .article, html.pageYellow #activitylist .article .totxts,
html.pageBlack #activitylist .article, html.pageBlack #activitylist .article .totxts{
	background-color: unset;
}

html.pageBlue #activitylist .article dl dt.title::before, html.pageBlack #activitylist .article dl dt.title::before{
	background-color: #fff;
}
html.pageYellow #activitylist .article dl dt.title::before{
	background-color: #000;
}
html.pageBlue #activitylist .article .cityCat{
	background-color: var(--pageBluebg);
	border: 1px solid #fff;
	box-sizing: border-box;
}
html.pageYellow #activitylist .article .cityCat{
	background-color: var(--pageYellowbg);
	border: 1px solid #000;
	box-sizing: border-box;
}
html.pageBlack #activitylist .article .cityCat{
	background-color: var(--pageBlackbg);
	border: 1px solid #fff;
	box-sizing: border-box;
}

html.pageBlue #activitylist .pagenaviWrap, html.pageYellow #activitylist .pagenaviWrap, html.pageBlack #activitylist .pagenaviWrap{
	background-color: unset;
}
html.pageBlue #activitylist .wp-pagenavi a.page, html.pageBlue #activitylist .wp-pagenavi span,
html.pageBlack #activitylist .wp-pagenavi a.page, html.pageBlack #activitylist .wp-pagenavi span{
	background-color: unset;
	border: 1px solid #fff;
	box-sizing: border-box;
}
html.pageYellow #activitylist .wp-pagenavi a.page, html.pageYellow #activitylist .wp-pagenavi span{
	background-color: unset;
	border: 1px solid #000;
	box-sizing: border-box;
}
html.pageBlue #activitylist .wp-pagenavi span.current, html.pageYellow #activitylist .wp-pagenavi span.current, html.pageBlack #activitylist .wp-pagenavi span.current{
	background-color: rgba(255,255,255,0.50);
}



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