@charset "UTF-8";
body {
	background-color: #fff9db;
}
img {
	height: auto;
}
@media only screen and (min-width: 751px) {
	body,
	.container {
		min-width: 1080px;
	}
}

/* font
--------------------------------------------------------------------------------------*/
.container {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 1.6;
}
.t_bold {
	font-family: "游ゴシック体", YuGothic, "游ゴシック semibold", "Yu Gothic semibold", "游ゴシック", "Yu Gothic", sans-serif;
}

/* 
--------------------------------------------------------------------------------------*/
.container {
	position: relative;
	z-index: 0;
	width: 100%;
	min-height: calc(100vh - 126px);
	text-align: center;
	background: url("../img/title_bg.png") no-repeat center top;
	background-blend-mode: multiply;
}
.container::before,
.container::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.container::before {
	background: url("../img/noise.svg") repeat;
	background-size: 150px 150px;
	opacity: 0.3;
	z-index: -2;
}
.container::after {
	mix-blend-mode: multiply;
	opacity: 0.8;
	z-index: -1;
}

.c-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media only screen and (min-width: 751px) {
	.container {
		font-size: 1.8rem;
		background-image: url("../img/title_bg.png"), url("../img/pic_footprint01.png"), url("../img/pic_footprint02.png"), url("../img/pic_footprint03.png"), url("../img/pic_footprint04.png");
		background-position: center top, center 843px, center 1547px, center 2874px, center 3935px;
		background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
		background-size: auto auto, contain, contain, contain, contain;
	}
	.container::before,
	.container::after {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.container::after {
		margin-top: 200px;
		background: url("../img/main_bg_pc.png") no-repeat center 478px;
		background-size: contain;
	}
	.container.oubo_form::after {
		background-position: center 230px;
	}
	.oubo_form .contents {
		margin-top: 50px;
	}
}
@media only screen and (max-width: 750px) {
	.container {
		min-height: calc(100vh - 10vh);
		background-size: 150vw auto;
		font-size: 1.4rem;
	}
	.container.thanks {
		position: relative;
	}
	.container::before {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.container.aspect::after {
		top: 30px;
		left: 0;
		aspect-ratio: 100 / 194;
		background: url("../img/main_bg_sp.png") no-repeat center bottom;
		background-size: contain;
	}
	.container.formphp::after {
		top: -26px;
    }
	.container.thanks::after {
		/*top: 20px;*/
		left: 0;
		/*aspect-ratio: 125 / 220;*/
		background: url("../img/main_bg_sp.png") no-repeat center bottom;
		background-size: contain;
	}
	.container.oubo_form::after {
		background-position: center 180px;
	}
}
/* hero
--------------------------------------------------------------------------------------*/
.hero {
	max-width: 1200px;
	margin: 0 auto;
}
@media only screen and (min-width: 751px) {
	.hero {
		min-width: 1080px;
		padding: 43px 0 90px;
		position: relative;
	}
	.hero .pic_character {
		position: absolute;
		top: 200px;
		right: 100px;
		width: 275px;
}
	.hero .pic_character img {
		display: inline-block;
		width: 125px;
}
	.hero .info {
		margin-top: -95px;
	}
}
@media only screen and (max-width: 750px) {
	.hero {
		padding: 20px 3% 45px;
	}
	.hero .pic_character {
		margin-top: -35px;
		padding-bottom: 15px;
	}
	.hero .info {
		padding: 0 3%;
	}
	.oubo_form .hero {
		padding: 20px 3% 80px;
		position: relative;
	}
	.oubo_form .hero .pic_character {
		position: absolute;
		top: 76%;
		right: 6%;
		width: 19%;
		margin-top: 0;
	}
}
/* contents
--------------------------------------------------------------------------------------*/
.contents {
	z-index: 2;
}
.contents_block {
	margin-bottom: 40px;
    margin-top: 25px;
	background-color: #fff;
	border: 4px solid #fcedbf;
	border-radius: 18px;
}
.contents_block h2 {
	transform: translateY(-50%);
}
.contents_block.info2 h2 {
	transform: none;
}
@media only screen and (min-width: 751px) {
	.contents {
		width: 1080px;
		margin: 0 auto;
	}
	.contents_block {
		margin-bottom: 100px;
		border-width: 7px;
		border-radius: 36px;
	}
	.contents_map {
		padding: 0 13px 45px;
	}
	.contents_oubo {
		padding: 0 110px 100px;
	}
	.contents_oubo.chuushi {
		padding: 0 110px 90px;
	}
	.contents_oubo.thanks {
		padding: 0 110px;
	}
}
@media only screen and (max-width: 750px) {
	.contents {
		padding: 0 3%;
	}
	.contents_block {
		padding: 0px 4% 32px;
	}
	.contents_block h2 {
		width: 80%;
		margin: 0 auto;
	}
	.oubo_form .contents_block h2 {
		width: 62%;
	}
	.contents_block.thanks {
		padding: 6% 0;
	}
	.contents_block.guide {
		padding: 0px 4%;
	}
}
.contents .t_bold {
	font-weight: bold;
}
.contents .t_red {
	color: #aa1f24;
}
.contents .t_small {
	font-size: 0.9em;
}

/* contents_map
-------------------------------------------*/
.contents_map .list_point {
	margin-top: 1.5rem;
	text-align: left;
	counter-reset: point;
	column-count: 2;
}
.contents_map .list_point li {
	position: relative;
	padding: 5px 0 5px 20px;
	line-height: 1.2;
}
.contents_map .list_point li.campsite {
	padding-left: 0;
}
.contents_map .list_point li:not(.campsite)::before {
	counter-increment: point;
	content: counter(point);
	position: absolute;
	display: block;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	background-color: #f00a0a;
	border-radius: 50%;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	line-height: 16px;
}
.contents_map .list_point li.campsite::before {
	content: "★";
	color: #f00a0a;
}

@media only screen and (min-width: 751px) {
	.contents_map .list_point {
		padding: 0 30px;
	}
	.contents_map .list_point li {
		padding: 5px 0 5px 25px;
	}
	.contents_map .list_point li.campsite {
		padding-left: 0;
	}
	.contents_map .list_point li:not(.campsite)::before {
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 750px) {
	.contents_map .sp_map a {
		display: block;
		width: 13em;
		margin: 5px 0 5px auto;
		padding: 0 1em;
		background-color: #81b003;
		border-radius: 15px;
		line-height: 30px;
		text-decoration: none;
		color: #fff;
	}
	.contents_map .sp_map a::before {
		content: "+";
		display: inline-block;
		width: 12px;
		height: 12px;
		margin-right: 5px;
		border-radius: 50%;
		border: 2px solid #fff;
		line-height: 10px;
	}
}
/* contents_oubo
-------------------------------------------*/
.contents_oubo > p,
.contents_oubo > ul {
	text-align: left;
}
.contents .annotation,
.contents .cancell {
	text-align: left;
}
.oubo_term {
	margin-bottom: 1em;
	padding: 10px;
	background-color: #f76400;
	border-radius: 25px;
	color: #fff;
	font-size: 2rem;
	line-height: 1.2;
}
.oubo_term.end {
	background-color: #a1a1a1;
	margin: 1.8em 0;
}
.oubo_address {
	margin: 2em 0;
	background-color: #fff9db;
}
.chuushi > .oubo_address {
	margin: 2em 0;
	background-color: #fff;
}
.oubo_address h3 {
	background-color: #6bab7e;
	color: #fff;
	font-size: 1.8rem;
}
.oubo_address .txt {
	padding: 1em 0.5em;
}
.oubo_address .txt ul {
	margin-bottom: 0.5em;
}
.oubo_address .txt li span {
	display: inline-block;
	width: 50px;
	margin-right: 5px;
	background-color: #6bab7e;
	color: #fff;
	font-size: 0.8em;
}
.oubo_address .txt p {
	font-size: 1.2em;
}
.oubo_address .txt p span {
	display: inline-block;
}
.oubo_end {
	color: #6bab7e;
	line-height: 1.4;
	font-size: 2rem;
	font-weight: bold;
	text-align: center !important;
}
.chuushi .oubo_end {
	font-size: 1.5rem;
	padding: 16px 0 10px;
}
.oubo_end span {
	display: inline-block;
}
.cancell {
	margin-bottom: 40px;
	padding: 10px;
	border: 4px solid #bcd9c5;
}
.cancell h3,
.twitter h3 {
	margin-bottom: 0.5em;
	font-size: 1.2em;
	text-align: center;
	color: #6bab7e;
}
.cancell dt {
	margin: 1em 0 0.5em;
	color: #6bab7e;
}
.cancell dt::before {
	content: "◎";
}
.cancell dd {
	margin-bottom: 0.3em;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.2;
}
.cancell dd::before {
	content: "・";
}
.form h3 {
	margin-bottom: 1em;
}
.tw_box {
	max-width: 600px;
	margin: 0 auto 40px;
}
.twitter .annotation {
	padding-left: 1em;
	text-indent: -1em;
}
@media only screen and (min-width: 751px) {
	.contents_oubo {
		position: relative;
	}
	.contents_oubo::after {
		content: url("../img/pic_2S.png?250416");
		position: absolute;
		bottom: -156px;
		left: -30px;
		z-index: 10;
	}
	.oubo_term {
		font-size: 3rem;
	}
	.oubo_address h3 {
		font-size: 2.4rem;
	}
	.oubo_address .txt li {
		display: inline-block;
	}
	.oubo_end {
		padding: 40px 0;
		font-size: 2.4rem;
	}
	.chuushi .oubo_end {
		padding: 20px 0;
	}
	.contents .cancell p {
		text-align: center;
	}
	.cancell,
	.twitter {
		margin-bottom: 80px;
		padding: 30px;
		border-width: 7px;
	}
	.form {
		margin: 40px 0;
	}
	.twitter .annotation {
		width: 600px;
		margin-inline: auto;
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 750px) {
	.oubo_term span {
		display: block;
	}
	.oubo_address .txt {
		text-align: left;
	}
	.oubo_address li span {
		text-align: center;
	}
	.tw_box {
		margin-bottom: 5px;
	}
	.twitter .annotation {
		padding-top: 15px;
		font-size: 1.2rem;
	}
}
@media only screen and (max-width: 375px) {
	.oubo_term {
		font-size: 1.5rem;
	}
}

/* co-hosted
--------------------------------------------------------------------------------------*/
.co-hosted {
	position: relative;
	z-index: 1;
	padding: 50px 0 10px;
	color: #fff;
}
.co-hosted::before,
.co-hosted::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}
.co-hosted::before {
	background-color: #6bab7e;
	z-index: -1;
}
.co-hosted::after {
	background: url("../img/noise.svg") repeat;
	background-size: 50px 50px;
	mix-blend-mode: screen;
	opacity: 0.3;
	z-index: 0;
}
.co-hosted dl {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
.co-hosted dl dt {
	width: 3em;
}
.co-hosted dl dt::after {
	content: "：";
}
.co-hosted dl dd {
	width: calc(100% - 3em);
}
@media only screen and (min-width: 751px) {
	.co-hosted dl {
		width: 1080px;
		margin: 0 auto;
		padding-bottom: 80px;
	}
}
@media only screen and (max-width: 750px) {
	.co-hosted {
		padding: 20px 3% 10px;
	}
	.co-hosted.thanks {
		position: absolute;
        bottom: 0;
        min-height: 30%;
	}
}
.footer_simple .copyright {
	font-size: 1.4rem;
	color: #fff;
}
@media only screen and (max-width: 750px) {
	.footer_simple .copyright {
		font-size: 1.2rem;
	}
}

/* cancellation
--------------------------------------------------------------------------------------*/
.info {
	position: relative;
}
.info .cancellation {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 15px;
	background: rgba(0, 0, 0, 0.9);
	border: 4px solid #cccccc;
	color: #fff;
	text-align: left;
}
.info .cancellation h2 {
	margin-bottom: 15px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fffa7a;
	line-height: 1.3;
}
.info .cancellation span {
	display: inline-block;
}
@media only screen and (min-width: 751px) {
	.info .cancellation {
		transform: translate(-50%, -25%);
		width: 800px;
		padding: 30px;
	}
	.info .cancellation h2 {
		font-size: 1.2em;
		text-align: center;
	}
}
.info2 {
	margin-top: 30px;
	padding: 20px 3%;
}
.info2 dl {
	height: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
@media only screen and (min-width: 751px) {
	.info2 {
		margin-top: 0;
		padding: 30px 0;
	}
}
/* contact-btn
--------------------------------------------------------------------------------------*/
.contact-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 511px;
	height: 100%;
	min-height: 83px;
	margin: 0 auto;
	text-align: center;
	box-shadow: 4px 4px 0px 0px #ccc;
	background: #f76400;
	transition: all 0.3s ease-in-out;
}

.contact-btn_inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: inherit;
	padding: 20px 50px;
	color: #fff;
	font-size: 3.2rem;
	line-height: 1.3;
	text-decoration: none;
}
@media only screen and (min-width: 751px) {
	.contact-btn:hover {
		transform: translate(4px, 4px);
		box-shadow: 0 0 0 0 #ccc;
	}
}
@media only screen and (max-width: 750px) {
	.contact-btn {
		width: 80%;
		min-height: 60px;
		margin-bottom: 40px;
	}

	.contact-btn_inner {
		padding: 20px 0;
		font-size: 2rem;
	}
}
/* thanks_txt
--------------------------------------------------------------------------------------*/
.thanks_txt {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 200px;
}
@media only screen and (max-width: 750px) {
	.thanks_txt {
		min-height: 40px;
	}
}

/* X-btn
--------------------------------------------------------------------------------------*/
.X-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 370px;
	height: 100%;
	min-height: 60px;
	margin: 0 auto;
	text-align: center;
	box-shadow: 4px 4px 0px 0px #ccc;
	background: #3c5142;
	transition: all 0.3s ease-in-out;
}

.X-btn_inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: inherit;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.3;
	text-decoration: none;
}
@media only screen and (min-width: 751px) {
	.X-btn:hover {
		transform: translate(4px, 4px);
		box-shadow: 0 0 0 0 #ccc;
	}
}
@media only screen and (max-width: 750px) {
	.X-btn {
		width: 80%;
		min-height: 53px;
		margin-bottom: 10px;
	}

	.X-btn_inner {
		padding: 7px 0;
		font-size: 1.5rem;
	}
}