@charset "UTF-8";
/*～～～～共通～～～～*/
.pc_no,
.sp_only {
	display: none !important;
}
.bg_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}
h1 {
	font-size: auto;
}
h2 {
	font-size: 30px;
	position: relative;
	padding: 20px 0;
}
h3 {
	font-size: 35px;
	padding: 20px 0;
	font-weight: 400;
}
h4 {
	font-size: 18px;
}
.btn01 {
	padding: 15px 40px 15px 30px;
	display: block;
	margin: 20px auto;
	text-align: center;
	position: relative;
	max-width: 200px;
	z-index: 2;
}
.btn01 span {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
}
.btn01:hover {
	background: #fff;
	color: #48acd8;
	border-color: #dceef4;
}
.btn01:hover span {
	right: 5px;
}
.btn03 {
	box-shadow: 0px 3px 13px 7px #54b9d330;
	border: none;
	border-radius: 5px;
	max-width: 100%;
	width: max-content;
	margin: 40px auto;
}
.btn04 {
	background: #32b16c;
	color: #fff;
	border-color: #32b16c;
}
.btn04:hover {
	background: #fff;
	color: #32b16c;
	border-color: #32b16c;
}
.link {
	border-bottom: 1px solid;
	padding: 2px 4px;
	margin-bottom: 2px;
	display: inline-block;
	font-size: 0.9rem;
}
.link:hover {
	color: #ddd;
}
.notes {
	padding: 20px 0;
	line-height: 2rem;
	display: block;
}
.intext{
	padding: 6%;
}
.notes_line {
	border: 1px solid;
	padding: 0 20px;
}
.notes_line_p {
	border: 1px solid;
	padding: 20px;
}
.bold {
	font-weight: 700;
}
address {
	font-size: 10px;
}
.material-icons {
	vertical-align: middle;
	font-size:26px !important;
}
.flex_box_02>li {
	width: 48%;
	align-self: center;
}

.flex_box_03 {
	flex-wrap: wrap;
}

/*-----------
ad 2023 12/07
-------------*/
.flex_box_03::after {
    content:"";
    display: block;
    width:30%;
}
/*-----------
ad end
-------------*/

.flex_box_03>li {
	width: 32%;
	align-self: center;
}
/*header*/
header {
	position: relative;
}
/*.head_logo {
	width: 200px;
	background: #fff;
	padding: 30px 20px;
	border-radius: 0 0 20px 0;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: -80px;
	z-index: 1000;
}*/
.header_nav{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:1000;
	height:80px;
	background:#fff;
	display:flex;
	align-items:center;
	box-sizing:border-box;
	padding:0 10px;
}
.header_nav__logo{
	display:flex;
	align-items:center;
	height:100%;
	flex-shrink:0;
}
.header_nav__logo a{
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
	padding:0 15px;
}
.header_nav__logo img{
	display:block;
	max-height:50px;
	width:auto;
}
.head_menu{
	flex:1;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	gap:15px;
	margin:0;
	padding:0 30px;
	list-style:none;
	position:static;
	width:auto;
	max-width:none;
	background:none;
	backdrop-filter:none;
}
/*.head_menu {
	padding: 0 150px 0 60px;
	position: fixed;
	z-index: 999;
	margin: 0 auto;
	left: 0;
	top: 0;
	right: 0;
	background: rgba(255, 255, 255, .9);
	width: 100%;
	max-width: 2000px;
	word-break: keep-all;
	justify-content: end;
	backdrop-filter: blur(4px);
}*/
/*.head_menu li {
	padding: 20px 10px;
	font-weight: 500;
}*/
.head_menu li{
	padding:0;
	margin:0;
	line-height: 1;
}
.head_menu a{
	text-decoration:none;
	transition:.3s;
}
.head_menu a:hover{
	opacity:.6;
}
.insta_link{
	display:flex;
	align-items:center;
	justify-content:center;
}
.insta_link img{
	width:22px;
	height:22px;
	display:block;
}

/*下層ページheader*/


/*.head_menu a.ex_link span {
	font-size: 30px;
}
.google_translation{
	position: fixed;
	z-index: 999;
	right: 0;
	top: 20px;
}
#google_translate_element{
    width: 150px;
}
#google_translate_element a img{
	display: none;
}*/

.head_menu a.active {
	opacity: .3;
	pointer-events: none;
}
.head_menu a:hover {
	opacity: .3;
}


.slider_box {
	width: 100%;
	margin: 70px auto 0 auto;
	position:relative;
}
.slick-slide img {
	height: 650px;
}
.slider_02 .slick-slide{
	aspect-ratio: 4 / 3;
}
.slider_02 img {
	width:100%;
	height:100%;
	display: block;
	object-fit: cover;
}
.slider_02_square .slick-slide {
	aspect-ratio: 1 / 1;
}
.slider_02_square li a {
	display: block;
	height: 100%;
}
.slider_02_square img {
	height: 100%;
}
/*緊急時お知らせ*/
.emergency_notice{
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 100;
	width:100%;
	max-width: max-content;
}
.emergency_notice a{
	display: block;
	background: #DB1E00;
	color: #fff;
	text-decoration: none;
	padding: 15px 25px;
	border-radius: 6px;
	font-size: 16px;
	box-shadow: 0 5px 15px rgba(0,0,0,.2);
	transition: all .3s;
}
.emergency_notice a:hover{
	transform:translateY(-5px);
}



nav {
	height: 100%;
	width: 50%;
	max-width: 280px;
	background-color: rgba(255, 255, 255, .9);
	color: #fff;
	text-align: center;
	position: fixed;
	transition: .9s ease;
	z-index: 9999;
	right: -100%;
	backdrop-filter: blur(4px);
	top: 0;
}
nav.nav_active {
	right: 0;
}
nav>div {
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: scroll;
	padding: 80px 15px;
}
nav>div::-webkit-scrollbar {
	display: none;
}
nav>div>ul {
	margin: auto;
	width: 85%;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
nav>div>ul::-webkit-scrollbar {
	display: none;
}
nav ul li a {
	font-size: 15px;
	width: 95%;
	display: block;
	text-align: left;
	line-height: 36px;
	margin-left: 5%;
	position: relative;
	margin-bottom: 10px;
}
nav ul li a:hover {
	opacity: .5;
}
.menu-trigger {
	display: inline-block;
	position: relative;
	width: 45px;
	height: 25px;
	vertical-align: middle;
	cursor: pointer;
	z-index: 10000;
	margin-top: 10px;
}
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff !important;
	transition: all .3s;
}
.menu-trigger em {
	position: absolute;
	left: 0;
	bottom: -15px;
	font-size: 12px;
	right: 0;
	text-align: center;
	width: 45px;
	letter-spacing: 2px;
	line-height: 0;
	transition: all .3s;
}
.menu-trigger.active span {
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(10px) rotate(-35deg);
}
.menu-trigger span:nth-of-type(2) {
	top: 11px;
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-13px) rotate(35deg);
}

/*sns*/
.sns{
	width:85%;
	margin:auto;
	display:flex;
	flex-direction: column;
	gap:20px;
}
.sns_link2{
	display:flex;
	align-items: center;
	gap:20px;
}
.sns_link2 a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	margin:0;
}
.sns_link2 img{
	display:block;
	width:35px;
	height:35px;
	object-fit:contain;
}
.sns_link2 .facebook_icon{
	font-size:40px !important;
	line-height:1;
	color:#48acd8;
}
.sns_item2{
	padding-left:11px;
}


/*お知らせ*/
.news_wrapper{
	width:100%;
	max-width:800px;
	margin:0 auto;
	border:2px solid #7AA3B0;
	background:#fff;
	padding:30px 20px;
}
.news_list li a{
	display:flex;
	gap:2em;
	padding:20px;
}
.news_list li{
	border-top:1px solid #7AA3B0;
	border-bottom:1px solid #7AA3B0;
	margin-bottom:-1px;
}
.news_meta{
	width:35%;
	display:flex;
	align-items: center;
	gap:1em;
}
.news_title{
	flex:none;
	position:relative;
	display:inline-block;
}
.news_title::after{
	content:"";
	position:absolute;
	left:0;
	bottom:-4px;
	width:100%;
	height:1px;
	background:#00172a;
	transform:scaleX(0);
	transform-origin:left;
	transition:transform .3s ease;
}
.news_list li a:hover .news_title::after{
	transform:scaleX(1);
}
.news_cat{
	background:#00172a;
	color:#fff;
	line-height: 1;
	padding:5px;
	font-size:13px;
}
/* 遊湯館 */
.news_cat.type_yuyukan{
	background: #A41701;
}
/* 県立自然公園 */
.news_cat.type_park{
	background: #225A08;
}
/* お知らせ（デフォルトなど） */
.news_cat.type_info{
	background: #00172a;
}
.news_more{
	text-align: center;
	margin-top:30px;
}
.news_more a{
	font-size:14px;
	border-bottom:1px solid #00172a;
}
.news_more a .material-icons{
	transition:all .3s;
}
.news_more a:hover .material-icons{
	transform:translateX(5px);
}
/*sns*/
.info_sns{
	display:flex;
	align-items: center;
	justify-content: center;
	gap:40px;
	width:100%;
	max-width:400px;
	margin:30px auto 0;
	text-align: center;
}
.info_sns_wrapper{
	background:#fff;
	width:100%;
	padding:40px;
	border-radius:5px;
}
.info_sns_wrapper > p{
	margin-bottom:10px;
}
.info_sns_list{
	display:flex;
	justify-content: center;
	align-items: center;
	gap:20px;
}
.info_sns_list li a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	margin:0;
}
.info_sns_list li a:hover{
	opacity:.6;
}
.info_sns_list li img{
	max-width:40px;
	aspect-ratio: 1 / 1;
	display:block;
}
.info_sns_list .material-icons{
	font-size:45px !important;
	transform:translateY(-1px);
}


.info {
	padding: 60px 0 0 0;
	position: relative;
	background: linear-gradient(#ecf5f8 70%, #fff 100%);
}
.info .base {
	position: relative;
}
.info h2 span {
	font-size: 16px;
	display: block;
	padding: 10px 0;
}
.info dl {
	position: relative;
	z-index: 3;
	overflow-y: auto;
	max-height: 400px;
	padding: 25px;
	background: #fff;
	border: 2px solid #7aa3b0;
}
.info dl dt {
	text-align: center;
	padding: 10px;
	color: #fff;
	background: #00172a;
	border-radius: 2px;
	font-size: 1rem;
}
.info dl dd {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}
.waves {
	height: 200px;
	position: relative;
}
.waves span:first-child {
	background: url(../images/line_01.svg) repeat-x 0;
	background-size: auto 100%;
	animation: bgiLoop 10s linear infinite;
	display: block;
	height: 108px;
}
.waves span:last-child {
	background: url(../images/line_02.svg) repeat-x 0;
	background-size: auto 100%;
	animation: bgiLoop 25s linear infinite;
	display: block;
	height: 108px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .7;
}
@keyframes bgiLoop {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -1900px 0;
	}
}


.event {
	padding-bottom: 60px;
	width: 90%;
	column-gap: 30px;
}
.event>div {
	width: 48%;
	border: 2px solid #7aa3b0;
	border-radius: 5px;
	padding: 20px 40px;
}
.event dt {
	font-family: 'Noto Serif JP', serif;
	background: #00172a;
	border-radius: 5px;
	padding: 10px 0;
	text-align: center;
	font-size: 1.1rem;
	color: #fff;
}
.event dd {
	/*line-height: 35px;*/
	padding: 20px 0;
}
.event a {
	width: 48%;
	display: block;
	padding-bottom: 20px;
	box-shadow: 0px 3px 13px 7px #bdbfbf30;
	border-radius: 5px;
	transition: all .3s;
	align-self: baseline;
}
.event a div {
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}
.event a div img {
	transition: transform .5s;
	display: block;
}
.event a h2 span {
	font-size: 40px;
	vertical-align: bottom;
}
.event a:hover {
	color: #fff;
	background: #00172a;
}
.event a:hover img {
	transform: scale(1.1);
}
.event p span {
	font-size: 1rem;
}
.event textarea {
	width: 100%;
}
.hotspring_wrap {
	background: #ecf9ff;
}
.top_hotspring {
	padding: 40px 0 10px 0;
	text-align: center;
}
.top_hotspring p {
	padding: 30px 0;
}
.top_hotspring a {
	background: #00172a;
}
.top_hotspring a:hover {
	color: #00172a;
}
.top_hotspring a,
.top_hotspring div {
	margin: auto;
}
.other_menu a {
	width: 50% !important;
	padding: 0 !important;
	position: relative;
	height: 400px;
	overflow: hidden;
}
.other_menu a::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(6, 17, 19, 0.5);
	transition: all .3s;
}
.other_menu a img {
	height: 100%;
	transition: all .5s;
}
.other_menu a div {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.other_menu a>div>span {
	font-size: 40px;
	padding: 10px;
	border-radius: 90px;
}
.other_menu a div p {
	font-size: 25px;
	padding: 30px 0 10px 0;
}
.other_menu a div p span {
	display: block;
	font-size: 40px;
	padding-top: 10px;
}
.other_menu a:hover::before {
	opacity: 0;
}
.other_menu a:hover img {
	transform: scale(1.1);
}
.other_menu img.ribbon{
	position: absolute;
	right: 0;
	top: 0;
	max-width: 40%;
	height: auto !important;
	z-index: 10;
}
.service .top_park {
	background: #effae9;
	padding: 40px 0 60px 0;
	text-align: center;
}
.service .top_park p {
	padding: 30px 0;
}
.service .top_park a,
.service .top_park div {
	margin: auto;
}


.contents {
	background: linear-gradient(-90deg, #effae9 10%, #fff 80%);
	padding: 60px 0;
	position: relative;
}
.contents ul {
	z-index: 2;
	position: relative;
	width: 90%;
}
.contents ul li {
	align-self: flex-start;
}
.contents li:first-child {
	text-align: center;
}
.contents li:first-child div {
	box-shadow: 0px 3px 13px 7px #86d35430;
	border-radius: 5px;
	background: #fff;
	text-align: center;
}
.contents li:first-child div a {
	display: block;
	padding: 20px 40px;
	position: relative;
}
.contents li:first-child div a>span {
	position: absolute;
	top: 180px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 3;
	font-size: 50px;
	opacity: 0;
}
.contents li:first-child div a p {
	padding: 20px 0;
}
.contents li:first-child div a img {
	height: 350px;
	transition: all .3s;
}
.contents li:first-child div a h2 {
	border-bottom: 1px solid #32b16c;
}
.contents li:first-child div a h2 span {
	font-size: 35px;
}
.contents li:first-child>a {
	margin: 40px auto;
}
.contents .waves {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.contents li:first-child div a:hover {
	color: #32b16c;
	background: #effae9;
}
.contents li:first-child div a:hover>span {
	color: #fff !important;
	opacity: 1;
}
.contents li:first-child div a:hover img {
	filter: brightness(.7);
}
.yosohachi {
	padding: 30px 0;
}
.yosohachi .yosohachi_bn {
	justify-content: center;
	/*width: 90%;*/
	margin: 20px auto;
	max-width: 700px;
}
.yosohachi .yosohachi_bn a {
	width: 60%;
}
/*
.yosohachi ul{
	flex-wrap: wrap;
}
.yosohachi ul li{
	width: 15%;
}

.yosohachi ul li a{
	display: block;
	box-shadow: 0px 3px 13px 7px #86d35430;
	margin: 0 auto!important;
}
.yosohachi ul li a:hover{
	transform: scale(1.1);
}
.yosohachi div a{
	margin: 20px;
}*/
.yosohachi div {
	padding: 20px 0;
	justify-content: center;
}
.tag_btn {
	width: 90% !important;
	max-width: 700px;
	background: linear-gradient(45deg, #37ec8a, #b7db00);
	font-size: 17px;
	transition: all .3s;
}
.tag_btn:hover {
	background: linear-gradient(45deg, #37ec8a, #b7db00);
	color: #fff;
	opacity: .3;
}
/*footer*/
footer {
	position: relative;
	padding: 40px 0 0 0;
}
.f_note{
	display:flex;
	align-items: flex-end;
	justify-content: center;
	gap:50px;
}
footer .logo {
	max-width: 250px;
	height:150px;
	display: block;
	width: 100%;
	margin: 10px auto;
}
footer .bg_img {
	filter: brightness(.5);
}
footer .flex_box_02 {
	justify-content: center;
}
footer .btn01 {
	color: #fff;
	padding: 15px 30px;
	display: block;
	margin: 0 10px;
	text-align: center;
	position: relative;
	width: 48%;
	max-width: 300px;
	border: 1px solid;
	font-size: 18px;
	letter-spacing: 5px;
}
footer .btn01:hover {
	color: #00172a;
}
footer .link {
	color: #fff;
	margin: 40px auto 20px;
	font-size: 0.8rem;
}
footer .notes span{
	font-size: 200%;
}
footer address {
	padding-bottom: 20px;
}
.ggmap {
	height: 400px;
	width: 100%;
}
.ggmap iframe {
	width: 100%;
	height: 100%;
}
.fb {
	max-width: 500px;
	width: auto;
	margin: 0 auto;
}
.fb iframe {
	width: 100%;
}

/*menu_dropdown*/

.drdw_menu {
	display: none;
	position: absolute;
	top: 70px;
	background: #fff;
	padding: 20px;
	width: 90%;
	max-width: 700px;
	z-index: 1000;
	transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	transition-delay: .3s;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 10px;
	flex-wrap: wrap;
}
.drdw_menu_01{
	max-width: 900px;
}
.drdw_menu h4 {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 25px;
}
.drdw_menu a {
	width: 32%;
	display: block;
	padding: 0 20px 20px 0;
	position: relative;
	height: 230px;
}
.drdw_menu_01 a{
	width: 24%;
}
.drdw_menu span {
	font-size: 10px;
	padding: 0 10px;
}
.drdw_menu a img {
	position: absolute;
	width: 100%;
	height: 85%;
	left: 0;
	top: 15%;
	z-index: -1;
	transition: all .3s;
}
.drdw_menu a:hover {
	opacity: 1;
}
.drdw_menu a:hover img {
	opacity: .5;
}
.drdw_bg {
	content: "";
	position: absolute;
	display: block;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all .7s;
	opacity: 0;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.7);
}
.drdw_menu_wrap {
	transition: color .3s;
	height:70px;
	display:flex;
	align-items: center;
}
.drdw_menu_wrap:hover {
	cursor: default;
	color: #fff;
}
.drdw_menu_wrap:hover>a {
	color: #fff;
}
.drdw_menu_wrap:hover .drdw_bg {
	opacity: 1;
}
.drdw_menu_wrap:hover .drdw_menu {
	display: flex;
}
.down>li:last-child .drdw_menu a {
	color: #fff;
}
.down>li:last-child .drdw_menu a:hover {
	color: #f3631b;
}
.drdw_menu_01 {
	right: 120px;
	left: auto;
}
.drdw_menu_01 a:hover {
	color: #48acd8;
}
.drdw_menu_02 {
	right: 25px;
	left: auto;
}
.drdw_menu_02 a:hover {
	color: #32b16c;
}
.furusato {
	width: 60%;
	text-align: center;
	margin: auto;
    padding:5% 0;
}
.announce{
	text-align: right;
}

/*追加2026.7.9*/
.sns_item{
	width:45%;
}
.drdw_menu_sns a{
	width:auto !important;
	height:auto !important;
}
.sns_link{
	display:flex;
	justify-content: center;
	align-items: center;
	gap:20px;
}
.sns_link a{
	width:50px !important;
	height:50px !important;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0 !important;
}
.sns_link img{
	position:static !important;
	width:50px;
	height:50px;
	object-fit:contain;
	opacity:1 !important;
}
.sns_link a:hover{
	opacity:.6;
}
.facebook_icon{
	font-size:50px !important;
	line-height:1;
	color:#48acd8;
}

/*追加ページ　お知らせ*/
.news_bg{
	padding-bottom:70px;
	background: linear-gradient(
		#FFFFFF 10%,
		#DCEEF4 100%
	);
}
.news_wrapper2{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
.news_tab{
    display:flex;
    gap:10px;
    margin-bottom:30px;
    flex-wrap:wrap;
}
.news_tab a{
    display:block;
    border:none;
    background:#eee;
    padding:5px 20px;
    cursor:pointer;
    border-radius:30px;
    transition:.3s;
    color:#00172a;
    text-decoration:none;
	letter-spacing: normal;
}
.news_tab a.active{
    background:#1a6d4a;
    color:#fff;
}

.pagenation{
	display:flex;
	justify-content: center;
	align-items: center;
	padding-top:40px;
}
.pagenation .wp-pagenavi{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:8px;
	border:none;
}
.pagenation .wp-pagenavi a,
.pagenation .wp-pagenavi span{
	display:flex;
	align-items:center;
	justify-content:center;
	width:42px;
	height:42px;
	border-radius:4px;
	text-decoration:none;
	font-weight:700;
	transition:.3s;
	margin:0;
}
.pagenation .wp-pagenavi a{
	background:#48acd8;
	color:#fff;
	border:none;
}
.pagenation .wp-pagenavi a:hover{
	opacity:.8;
}
.pagenation .wp-pagenavi .current{
	background:none;
	color:#00172a;
	border:none;
	text-decoration:underline;
	text-underline-offset:5px;
}
.pagenation .wp-pagenavi .previouspostslink,
.pagenation .wp-pagenavi .nextpostslink{
	font-size:0;
	position:relative;
}
.pagenation .wp-pagenavi .previouspostslink::before{
	content:"";
	width:10px;
	height:10px;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	transform:rotate(-45deg);
	display:block;
	position: absolute;
	left:47%;
}
.pagenation .wp-pagenavi .nextpostslink::before{
	content:"";
	width:10px;
	height:10px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	transform:rotate(45deg);
	display:block;
	position:absolute;
	left:32%;
}
.pagenation .wp-pagenavi .extend{
	background:none;
	color:#00172a;
	width:auto;
}


/*追加ページ　お知らせ詳細*/
.news_single_inner{
	max-width:1000px;
	margin:0 auto;
	padding:0 0 70px;
}
.news_single_info{
	margin-bottom:15px;
	display:flex;
	align-items: center;
	gap: 10px;
}
.news_single_cate{
	font-size:.9em;
	background:#00172a;
	color:#fff;
	line-height: 1;
	padding:5px;
}
/* 遊湯館 */
.news_single_cate.type_yuyukan{
    background:#A41701;
}
/* 県立自然公園 */
.news_single_cate.type_park{
    background:#225A08;
}
/* お知らせ */
.news_single_cate.type_info{
    background:#00172a;
}
.news_single_ttl{
	font-size:20px;
	margin-bottom:15px;
}

.news_view{
	margin-top:50px;
}
.news_view_inner{
	display:flex;
	justify-content: space-between;
	margin-bottom:15px;
}
.news_single_txt p a{
	color:#48acd8;
	text-decoration: underline;
	text-underline-offset: 5px;
}
.news_single_txt p a:hover{
	opacity:.6;
}
.view_btn{
	text-align: center;
}
.view_btn a{
	font-size:14px;
	border-bottom:1px solid #00172a;
}
.view_btn a .material-icons{
	transition:all .3s;
}
.view_btn a:hover .material-icons{
	transform:translateX(5px);
}