@charset "utf-8";


/* 基本要素	---------------- */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html{
	position: relative;
}
body {
	margin:0 0;
	width:100%;
	position: relative;
	background: #fff;
	-webkit-text-size-adjust: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt" 1;
	font-weight:400;
	line-height: 1.75;
	font-size: 100%;
	color:#231815;
	overflow-x:hidden;
	box-sizing:border-box;
}
body *{
	box-sizing:border-box;
}
p{

	text-align:justify;
}

.mincho{
	font-family: 'Noto Serif JP', serif;
}
ul {
	list-style: none;
}
ol{
	list-style: decimal;
}
li {
}

img {
	border: 0;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}
table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	vertical-align: top;
	line-height: 150%;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
p {
	line-break: strict;
	word-break: normal;
	margin:0;
}
a img{
	transition: 0.6s ease;
}
a:hover img{
	opacity:0.8;
}
a:link {
	color: #17288B;
	text-decoration: none;
}
a:visited {
	color: #17288B;
	text-decoration: none;
}
a:hover {
	color: #17288B;
	text-decoration: underline;
}

label {
	cursor: pointer;
}
.clfx:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.clfx {
	min-height: 1px;
}
* html .clfx {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}

main,header,footer,nav{
	display:block;
}
#skip {
	position: absolute;
	left: -9999em;
}

.mb1{
	margin-bottom:1em !important;
}
.mb2{
	margin-bottom:2em !important;
}
.mb50{
	margin-bottom:50px !important;
}
.mb60{
	margin-bottom:60px !important;
}
.mb70{
	margin-bottom:70px !important;
}
.mb80{
	margin-bottom:80px !important;
}
.mb90{
	margin-bottom:90px !important;
}
.mb100{
	margin-bottom:100px !important;
}
.i0{
	text-indent:0 !important;
}
/* 基本レイアウト---------------- */
.wrapper {
	width:70%;
	max-width:1920px;
	margin: 0 auto;
	position:relative;
	overflow-x:hidden;
}
main{
	padding: 0% 0 5%;
}
header{
	padding: 1.5% 0 5%;
}

/* 背景---------------- */
.bg{
	width:100vw;
	height: 100vh;
	position:fixed;
	top:0;
	left:0;
}
.bg:before{
	content:"";
	position:fixed;
	top:0;
	left:0;
	width:30vw;
	background:url(../images/bg-l.png) no-repeat left top / cover;
	height: 100vh;
}
.bg:after{
	content:"";
	position:fixed;
	top:0;
	right:0;
	width:30vw;
	background:url(../images/bg-r.png) no-repeat right top / cover ;
	height: 100vh;
}
.content{
	overflow: hidden;
	background:rgba(255,255,255,0.6);
	padding: 1em;
	border-radius: 20px;
}
.area-wrap{
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
}
.area-wrap strong{
	margin-right: 0.5em;
	color:#139E38;
	flex-grow:3em;
}
ul.area{
	flex:1;
	display:flex;
	gap:0.5em 1em;
	flex-wrap:wrap;
}
ul.area li a{
	background:#139E38;
	color:#ffffff;
	border-radius: 5px;
	padding: 0px 5px;
	display: inline-block;
	font-weight: 500;
	font-size: 1.2em;
	text-shadow: 0 0 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
ul.area li.okayama a{
	background: #F39600;
}
ul.area li.takebe a{
	background: #5F67AE;
}
ul.area li.kurashiki a{
	background: #F8B500;
}
ul.area li.hayashima a{
	background: #2E8DCD;
}
ul.area li.tamano a{
	background: #58B531;
}
ul.area li.asakuchi a{
	background: #3E7D4C;
}
ul.area li.setouchi a{
	background: #45BCB4;
}
ul.area li.ushimado a{
	background: #4BBBB4;
}
ul.area li.bizen a{
	background: #EB614B;
}
ul.area li.soja a{
	background: #875531;
}
ul.area li.takahashi a{
	background: #B06CAA;
}
ul.area li.niimi a{
	background: #31AE37;
}
ul.area li.maniwa a{
	background: #EA6176;
}
ul.area li.tsuyama a{
	background: #29BBEF;
}
ul.area li.kibichuo a{
	background: #9CC813;
}

.tag-wrap{
	display: flex;
	margin-bottom: 10px;
}
.tag-wrap strong{
	margin-right: 0.5em;
	color:#139E38;
	flex-grow:3em;
}
ul.tag{
	flex:1;
	display:flex;
	gap:0.5em 1em;
	flex-wrap:wrap;
}
ul.tag li a{
	background:#139E38;
	color:#ffffff;
	border-radius: 5px;
	padding: 0px 5px;
	display: inline-block;
	font-weight: 500;
	font-size: 1.2em;
	text-shadow: 0 0 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
ul.tag li.outdoor-activities a,
ul.tag li.free a{
	background: #0098D8;
}

ul.tag li.stay a,
ul.tag li.paid a{
	background: #E60012;
}
.content h2{
	font-size:1.5em;
	margin-bottom:25px;
}
.content h3{
	font-size:1.3em;
	margin-top:15px;
	color:#139E38;
}
p.return{
	text-align:center;
	margin-top: 50px;
}
p.return a{
	text-align:center;
	background:#139E38;
	color:#ffffff;
	border-radius: 5px;
	padding: 2px 10px;
}

.archive-h2{
	padding-top: 15px;
	border-top: 1px solid #139E38;
	padding-bottom: 15px;
	border-bottom: 1px solid #139E38;
	margin:0 auto 15px;
}
.event-calendar{
	padding-bottom: 25px;
	border-bottom: 1px solid #139E38;
	margin:0 auto 25px;
}

.event-monthly{
	padding-bottom: 25px;
	border-bottom: 1px solid #139E38;
	margin:0 auto 25px;
}

.event-detail{
	padding-bottom: 25px;
	border-bottom: 1px solid #139E38;
	margin:0 auto 25px;
}

.wp-pagenavi{
	display: inline-block;
	text-align:center;
}
.event-stay{
	color: #E7231D;
	margin-left: 1em;
	display: inline-block;
}
.event-limited{
	color: #E7231D;
	margin-left: 1em;
	display: inline-block;
}
.eo-fullcalendar-reset div.fc-content{
	/*font-family: 'M PLUS Rounded 1c', sans-serif;*/
	font-size: 1.1em;
	font-weight: 500;
	color: #fff;
	text-shadow: 0 0 2px rgba(0,0,0,0.2);
	border-radius: 5px;
	padding: 5px;
	
}

.footer-members .logo{
	width: 86%;
	text-align: center;
	margin: 0 auto 5px;
}
.footer-members ul.members{
	display: flex;
	flex-wrap:wrap;
	gap: 0 1em;
	font-size: 0.8em;
	margin-bottom: 10px;
}
.footer-address{
	background: #D7E7AF;
}
.footer-address{
	padding: 10px 0;
}
.footer-address address{
	text-align: center;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.25;
}
.footer-address address span{
	font-size: 0.7em;
	margin-right: 1em;
	font-weight: 500;
	display: inline-block;
}{