@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------*/
/*共通*/
section#pagetitle .titlebg {
    background: url("../image/news/pagetitle.webp") 0 center / cover no-repeat;
}
:root {
    --contentswidth: 1200px;
}
/*-----------------------------------------------------------*/
/*絞り込み*/ :root {
    --nature: #05b085;
    --experience: #f28900;
    --history: #ad6f29;
    --eat: #eb6d80;
    --stay: #9370d0;
    --spa: #b8a305;
    --facility: #056ea3;
    --cycle: #ff7dcf;
}
#news-option .inner {
    max-width: var(--contentswidth);
    padding: 0 10px;
    margin: 70px auto 0;
}
#news-option .inner .features {
    background-color: #ebeae1;
    border-radius: 15px;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    gap: 0 50px;
    align-items: stretch;
}
#news-option .inner .features h3.hd {
    font-size: 20px;
    font-weight: 700;
    color: #00595c;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 12px;
}
#news-option .inner .features h3.hd.category::before {
    content: '';
    background: url("../image/common/features01.svg") 0 center / contain no-repeat;
    width: 33px;
    height: auto;
    aspect-ratio: 1 / 1;
}
#news-option .inner .features h3.hd.archive::before {
    content: '';
    background: url("../image/common/features04.svg") 0 center / contain no-repeat;
    width: 37px;
    height: auto;
    aspect-ratio: 37 / 35;
}
#news-option .areas {
    width: 32.8%; /*400*/
    display: flex;
    flex-direction: column;
}
#news-option .inner .features .wrap {
    margin-top: 20px;
    background-color: #fff;
    padding: 20px 25px;
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
}
#news-option .inner .features .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: 2px;
    bottom: 0;
    margin: auto;
    right: 45px;
    pointer-events: none;
}
#news-option .inner .features .wrap select {
    border: 1px solid #333;
    border-radius: 5px;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 17px;
    padding: 0 20px;
}
/*-----------------------------------------------------------*/
/*一覧*/
#news-archive .inner {
    max-width: 1100px;
    padding: 0 10px;
    margin: 60px auto 0;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}
#news-archive .inner > article {
    border: 1px solid #a7c9c9;
    box-sizing: border-box;
    border-radius: 15px;
    position: relative;
    transition: all 0.5s;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(2, auto);
    gap: 15px 40px;
    align-items: center;
    padding: 25px 110px 25px 50px;
}
#news-archive article:hover {
    opacity: 0.6;
}
#news-archive .inner > article::before {
    content: '';
    background: url("../image/common/pager01.svg") 0 center / contain no-repeat;
    width: 33px;
    height: auto;
    aspect-ratio: 1 / 1;
    transform: scale(-1, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
}
#news-archive article a.article-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}
#news-archive article .thumb {
    align-self: center;
    grid-row: span 2 / span 2;
    width: 170px;
	height: 120px;
}
#news-archive article .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#news-archive article .thumb.portrait img {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
#news-archive article .date {
	min-width: 150px;
    align-self: end;
    font-size: 22px;
    color: #069bd0;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 100%;
}
#news-archive article a.category {
    grid-column-start: 2;
    grid-row-start: 2;
    align-self: start;
    z-index: 2;
    min-width: 150px;
    width: fit-content;
    height: 25px;
    padding: 0 10px;
    font-size: 14px; /*14*/
    font-weight: 500;
    color: #fff;
    background-color: #06a7d8;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#news-archive article .title {
    align-self: center;
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 1;
    min-width: 540px;
    font-size: 20px; /*20*/
    font-weight: 500;
    line-height: 160%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
/*ページャー*/
#news-archive .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;
}
#news-archive .wp-pagenavi {
    display: flex;
    gap: 0 15px;
}
#news-archive .wp-pagenavi .previouspostslink, #news-archive .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;
}
#news-archive .wp-pagenavi .previouspostslink {
    left: 29.1%; /*320*/
}
#news-archive .wp-pagenavi .nextpostslink {
    right: 29.1%; /*320*/
    transform: scale(-1, 1);
}
#news-archive .wp-pagenavi a, #news-archive .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: 23px; /*23*/
    color: #06aed0;
    background-color: #ebeae1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#news-archive .wp-pagenavi span.current {
    background-color: #fff;
}
/*-----------------------------------------------------------*/
/*詳細ページ*/
#news-single .inner {
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto 0;
}
#news-single .postInfo {
    margin: 145px auto 0;
}
#news-single .postInfo > dl {
    margin: 0 auto 25px;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
#news-single .postInfo > dl dt {
    font-size: 33px; /*33*/
    color: #06A7D8;
    font-weight: 500;
    letter-spacing: 0.05em;
}
#news-single .postInfo > dl dd {
    display: flex;
    gap: 0 10px;
}
#news-single .postInfo > dl dd a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    height: 30px;
    font-size: 14px; /*14*/
    color: #fff;
    letter-spacing: 0.1em;
    background-color: #06A7D8;
    border-radius: 15px;
}
#news-single .postInfo h2.hd {
    border-top: 2px solid #00595c;
    border-bottom: 2px solid #00595c;
    padding: 25px 0;
    font-size: 26px; /*26*/
    font-weight: 700;
    line-height: 134.61%;
    text-align: justify;
}
#news-single .postWrap {
    margin: 40px auto 0;
}
#news-single .postWrap p:not([class]) {
    line-height: 218.75%;
    text-align: justify;
}
#news-single .postWrap h2 {
    font-size: 25px; /*25*/
    font-weight: 700;
    color: #06a7d8;
    line-height: 124%;
    text-align: justify;
    padding-bottom: 13px;
    position: relative;
	margin-bottom: 35px;
}
#news-single .postWrap h2::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #06a7d8;
    position: absolute;
    bottom: 0;
}
#news-single .postWrap h3 {
    font-size: 22px; /*22*/
    font-weight: 500;
    color: #00595c;
    line-height: 136.36%;
    text-align: justify;
    padding: 18px 28px 18px 52px;
    background-color: #efefef;
    position: relative;
	margin-bottom: 30px;
}
#news-single .postWrap h3::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #00595c;
    position: absolute;
    top: 25px;
    left: 18px;
}
#news-single .postWrap h4 {
    font-size: 20px; /*20*/
    font-weight: 700;
    color: #222;
    line-height: 140%;
    text-align: justify;
    padding-left: 33px;
    position: relative;
	margin-bottom: 30px;
}
#news-single .postWrap h4::after {
    content: '';
    display: block;
    width: 20px;
    height: 5px;
    background-color: #06a7d8;
    position: absolute;
    top: 13px;
    left: 0;
}
#news-single .postWrap h4::after {
    content: '';
    display: block;
    width: 20px;
    height: 5px;
    background-color: #06a7d8;
    position: absolute;
    top: 13px;
    left: 0;
}
#news-single .postWrap ul[style*="list-style-type: circle"] {
	display: flex;
	flex-direction: column;
	gap: 1em 0;
}
#news-single .postWrap ul[style*="list-style-type: circle"] > li{
	list-style-type: none;
	padding-left: 2em;
	position: relative;
}
#news-single .postWrap ul[style*="list-style-type: circle"] > li::before{
	content: '';
	width: 1em;
	height: 1em;
	background-color: #06a7d8;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 0;
}
#news-single .postWrap ol {
	counter-reset: listnum;
	display: flex;
	flex-direction: column;
	gap: 1em 0;
}
#news-single .postWrap ol > li{
	list-style-type: none;
	position: relative;
}
#news-single .postWrap ol > li::before{
	counter-increment: listnum;
	content: counter(listnum) "."; /* 半角スペースを入れて""の中にピリオドを追加 */
	padding-right: 1em;
	font-size: 18px;
	color: #06a7d8;
	font-weight: 500;
}
#news-single .postWrap img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#news-single .postWrap a:has(img.aligncenter) {
    display: block;
    text-align: center;
}
#news-single .postWrap a{
	color: #069bd0;
	text-decoration: underline;
}
/*ACF読み込みコンテンツ*/
#news-single .optionWrap {
    margin-top: 75px;
}
#news-single .optionWrap h3.hd {
    font-size: 22px;
    font-weight: 500;
    color: #00595c;
    line-height: 100%;
    padding-left: 25px;
    position: relative;
}
#news-single .optionWrap h3.hd::before {
    content: '';
    display: block;
    width: 5px;
    height: 33px;
    background-color: #00595c;
    position: absolute;
    top: -5px;
    left: 0;
}
#news-single .optionWrap ul {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}
#news-single .optionWrap ul li a {
    display: flex;
    align-items: center;
    gap: 0 12px;
    font-size: 18px; /*18*/
    color: #069bd0;
    text-decoration: underline;
}
#news-single .optionWrap ul li a:hover{
	opacity: 1.0;
    color: #00595c;
}
#news-single .optionWrap.links ul li {
    border-bottom: 1px solid #a7c9c9;
    box-sizing: border-box;
}
#news-single .optionWrap.links ul li a {
    padding: 0 25px 15px 25px;
}
#news-single .optionWrap.links ul li a::after {
    content: '';
    background: url("../image/common/icontab.svg") 0 center / contain no-repeat;
    width: 26px;
    height: auto;
    aspect-ratio: 1 / 1;
    transition: all 0.5s;
}
#news-single .optionWrap.links ul li a:hover::after {
    background: url("../image/common/icontab02.svg") 0 center / contain no-repeat;
}
#news-single .optionWrap.flies ul li {
    border: 1px solid #a7c9c9;
    box-sizing: border-box;
    border-radius: 5px;
}
#news-single .optionWrap.flies ul li a {
    padding: 20px 25px;
    position: relative;
}
#news-single .optionWrap.flies ul li a::after {
    content: '';
    background: url("../image/common/icondl.svg") 0 center / contain no-repeat;
    width: 27px;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
}
#news-single .pagerWrap {
    max-width: 1200px;
    height: 120px;
    padding: 0 10px;
    margin: 80px auto 200px;
    background-color: #ebeae1;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#news-single .pagerWrap .previouspostslink, #news-single .pagerWrap .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;
}
#news-single .pagerWrap .previouspostslink {
    left: 29.1%; /*320*/
}
#news-single .pagerWrap .nextpostslink {
    right: 29.1%; /*320*/
    transform: scale(-1, 1);
}
#news-single .pagerWrap .tolist > a {
    min-width: 260px;
    height: 70px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 35px;
    border: 1px solid #00595c;
    box-sizing: border-box;
    font-weight: 700;
    color: #00595c;
    padding-left: 60px;
    position: relative;
}
#news-single .pagerWrap .tolist > a::after {
    content: '';
    background: url("../image/common/pager02.svg") 0 center / contain no-repeat;
    width: 36px;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
}
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/