@charset "utf-8";
.content_box {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
}

/** メインビジュアル **/
#main_vis {
	margin-bottom: 3%;
	margin-top: 3%;
}
#main_vis .main_vis-inner {
	max-width: 900px;
	margin: 0 auto;
}
.lead{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 20px;
}

dl.topics{
	margin-top: 10px;
}
dl.topics dt{
	background-color: #a20101;
	padding: 10px;
	color: #fFFF;
}
dl.topics dd{
	border-bottom: 1px dotted #CCC;
}
dl.topics dd a time{
    width: 70px;
    margin-right: 10px;
}
dl.topics dd a{
	display: block;
	transition: all 0.3s ease-in-out;
	padding: 10px;
}
dl.topics dd a:hover{
	background-color: #F1F1F1;
}
@media screen and (max-width: 1180px) {
}

@media screen and (max-width: 568px) {
}

/*************************************
/** ONNAGOとは
**************************************/
.sub_vis_wrap.ttl_bg-about{
	background-image: url(../images/about/onnago-map.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.flx_box.about_map{
	flex-direction: row-reverse;
	margin-bottom: 20px;
}
.flx_box.about_map .about_left{
	width: 45%;
}
.flx_box.about_map figure{
	width: 48%;
}

#facility_list{
	margin-top: 5%;
}
#facility_list .flx_box{
    margin-bottom: 4%;
    padding-bottom: 4%;
    border-bottom: 1px solid #CCC;
}
#facility_list .flx_box figure{
	width: 300px;
}
#facility_list .flx_box .faci_det{
	flex: 1;
	padding-left: 5%;
}
#facility_list .flx_box .faci_det a{
	color: #006db0;
}
#facility_list .flx_box .faci_det h3{
	font-size: 18px;
	margin-bottom: 16px;
}
#facility_list .flx_box .faci_det .link{
	margin-top: 20px;
}

@media screen and (max-width: 568px) {
	.flx_box.about_map .about_left{
		width: 100%;
	}
	.flx_box.about_map figure{
		width: 100%;
		margin-bottom: 5%;
	}
	#facility_list .flx_box .faci_det{
		padding-left: 0;
	}
	#facility_list .flx_box .faci_det h3 {
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 16px;
	}
	#facility_list .flx_box figure{
		width: 100%;
		margin-bottom: 5%;
	}
}


/*************************************
/** 施設特典
**************************************/
#benifits .inner_cont h2{
	color: #333;
	font-size: 18px;
	padding-bottom: 16px;
	margin: 6% 0 5%;
	border-bottom: 1px #333 solid;
}
ul.tokten_list{

}
ul.tokten_list li{
	margin-bottom: 20px;
	margin-left: 15px;
	text-indent: -15px;
}

ul.faci_tab{
	margin: 6% 0 5%;
}
ul.faci_tab:after{
	content: "";
	display: block;
	width: 25%;
}
ul.faci_tab li{
	width: 24.0%;
    margin: 0 0.5% 1%;
}

ul.faci_tab li a{
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 58px;
    width: 100%;
	color: #FFF;
    background: #555;
    font-size: 1vw;
    line-height: 1.4;
    padding: 5%;
	transition: all 0.3s ease-in-out;
}
ul.faci_tab li a:hover{
	background: #a20101;
}

/** タブ切り替え**/
.tabs{
	padding-top: 6%;
}
.tabs__menu {
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
}
.tabs__menu:after {
	display: block;
	content: "";
	width: 32.3%;
    padding: 1%;
    margin: 0 0.5%;
}
.tabs__menu-item {
    width: 32.3%;
    min-height: 68px;
    padding: 1%;
    line-height: 1.5;
    color: #FFF;
    background: #777;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    margin: 0 0.5% 1%;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.3s ease-in-out;
}
.tabs__menu-item:last-of-type {
	border-right: none;
}

.tabs__menu-item span {
	font-size: clamp(11px, calc(9.75438596491228px + 0.21929824561403508vw), 13px);
	display: block;
	margin-top: 5px;
}

.tab01.tabs__menu-item:hover,
.tab01.tabs__menu-item.is-active {
	background-color: rgb(0, 104, 183);
	color: #FFF;
	cursor: default;
}

.tab02.tabs__menu-item:hover,
.tab02.tabs__menu-item.is-active {
	background-color: rgb(160, 19, 26);
	color: #FFF;
	cursor: default;
}

.tab03.tabs__menu-item:hover,
.tab03.tabs__menu-item.is-active {
    background-color: rgb(38, 139, 157);
	color: #FFF;
	cursor: default;
}

.tab04.tabs__menu-item:hover,
.tab04.tabs__menu-item.is-active {
    background-color: rgb(56, 116, 20);
	color: #FFF;
	cursor: default;
}
.tab05.tabs__menu-item:hover,
.tab05.tabs__menu-item.is-active {
	background-color: rgb(253, 180, 0);
	color: #FFF;
	cursor: default;
}

.tab06.tabs__menu-item:hover,
.tab06.tabs__menu-item.is-active {
	background-color: rgb(94, 90, 90);
	color: #FFF;
	cursor: default;
}
.tab07.tabs__menu-item:hover,
.tab07.tabs__menu-item.is-active {
	background-color: #6b1a93;
	color: #FFF;
	cursor: default;
}
.tab08.tabs__menu-item:hover,
.tab08.tabs__menu-item.is-active {
	background-color: #22b9c0;
	color: #FFF;
	cursor: default;
}

.tabs__contain {
	background-color: #FFF;
}

.tabs__body {
	display: none;
	padding: 4% 0 0;
}

.tabs__body h3 {
	border-bottom: 2px solid #333;
	color: #333;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 10px;
	margin-bottom: 20px;
	width: 100%;
	margin: 0 auto 4%;
}

.tabs__body.is-active {
	display: block;
}

.tabs__body .flx_box {
	flex-wrap: wrap;
	align-items: baseline;
	max-width: 1240px;
	margin: 40px auto 0;
}

.tabs__body .flx_box .card {
	width: 31%;
	margin-bottom: 5%;
}

.tabs__body .flx_box:after {
	content: "";
	display: block;
	width: 31%;
}
.tbl_tokuten{
	width: 100%;
	margin-bottom: 10px;
}
.tbl_tokuten th,
.tbl_tokuten td{
	padding: 10px;
	border-bottom: 1px solid #FFF;
}
.tbl_tokuten th{
	font-weight: normal;
	width: 120px;
	text-align: center;
	color: #FFF;
}
.tbl_tokuten.tbl01 th{ background-color: rgb(0, 104, 183); }
.tbl_tokuten.tbl02 th{ background-color: rgb(160, 19, 26); }
.tbl_tokuten.tbl03 th{ background-color: rgb(38, 139, 157); }
.tbl_tokuten.tbl04 th{ background-color:  rgb(56, 116, 20); }
.tbl_tokuten.tbl05 th{ background-color: rgb(253, 180, 0); }
.tbl_tokuten.tbl06 th{ background-color: rgb(94, 90, 90); }
.tbl_tokuten.tbl07 th{ background-color: rgb(94, 90, 90); }
.tbl_tokuten td{
	background-color: #F1F1F1;
}

@media screen and (max-width: 1024px) {
	.tabs__menu-item {
		font-size: 1vw;
	}
}

@media screen and (max-width: 1040px) {
	.tabs__menu-item {
		font-size: 1.3vw;
	}
}

@media screen and (max-width: 1024px) {
	.tabs__body .flx_box .rm_pic_box {}

	.tabs__body .flx_box .rm_det_box {
		margin-top: 5%;
	}

	.tabs__body .flx_box .rm_det_box h3 span {
		font-size: 1.5vw;
	}
}


@media screen and (max-width: 920px) {
	.tabs__body .flx_box .card {
		width: 48%;
	}
}

@media screen and (max-width: 680px) {
	.tabs__menu-item {
		font-size: 1.6vw;
	}
}

@media screen and (max-width: 568px) {
	.tabs__menu-item {
		width: 47.5%;
        padding: 12px 10px;
        font-size: 2.4vw;
        line-height: 1.5;
        margin: 0 0.5% 0.5%;
	}

	.tabs__body {
		padding: 12% 6% 0;
	}

	.tabs__body h4 {
		margin-bottom: 8%;
	}
	.tabs__menu {
		flex-wrap: wrap;
	}

	.tabs__body .flx_box .card {
		width: 100%;
		margin-bottom: 8%;
	}

	#crops_list .cont_inner {
		text-align: left;
	}
	.tbl_tokuten th,
	.tbl_tokuten td{
		font-size: 12px;
	}
	.tbl_tokuten th{
		font-size: 12px;
		width: 80px;
	}
}


/*************************************
/** イベント除法
**************************************/
.post_ttl_box{
	margin-bottom: 4%;
}
.post_ttl_box time{
	display: block;
	font-size: 15px;
	margin-bottom: 6px;
}
.post_ttl_box h3{
	margin-bottom: 26px;
}

/** イベント一覧 **/
.event_ttl_list .post_ttl_box{
	border-bottom: 1px solid #CCC;
	margin-bottom: 0;
}
.event_ttl_list .post_ttl_box a{
	padding: 20px 0 20px;
	display: block;
	width: 100%;
	color: #333 !important;;
	text-decoration: none !important;;
}
.event_ttl_list .post_ttl_box a:hover{
	text-decoration: underline !important;
}
.event_ttl_list .post_ttl_box:nth-of-type(1) a{
	padding-top: 0;
}
.event_ttl_list .post_ttl_box a h3{
	font-size: 16px;
	margin-bottom: 0;
}
.event .inner_cont article{
	padding: 0 3%;
}
.event .inner_cont article figure{
	margin-bottom: 20px;
}
.event .inner_cont article a{
	color: #006db0;
	text-decoration: underline;
}
.event .inner_cont article a:hover{
	text-decoration: none;
}

.wp-pagenavi{
	margin-top: 6%;
}