@charset "UTF-8";
/*------------------------
メニュー
------------------------*/
.jump-menu{
	background: var(--bg_green);
	position: sticky;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 300;
	transition: all .3s ease 0s;
}
.jump-menu .inner{
	width: 900px;
	margin: 0 auto;
	padding: 12px 0;
}
.jump-menu ul{
	display: flex;
	justify-content: space-between;
	gap: 0 15px;
}
.jump-menu ul li {
	width: 100%;
}
.jump-menu ul li a{
	height: 45px;
	background: #fff;
	border: 2px solid var(--green);
	border-radius: 8px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	font-weight: 500;
	position: relative;
	font-size: 15px;
}
.jump-menu ul li a::before{
	content: '';
	width: 7px;
	height: 7px;
	display: inline-block;
	border-bottom: 2px solid var(--green);
	border-right: 2px solid var(--green);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: 1px;
	position: absolute;
	right: 15px;
	transition: all 0.5s ease 0s;
}
/* hover */
.jump-menu ul li a:hover{
	background: var(--green);
	color: #fff
}
.jump-menu ul li a:hover::before{
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
#top-ttl .page-ttl span {
	display: block;
	padding-top: 10px;
	font-size: 15px;
	font-weight: 500;
	position: relative;
}
.top-caution {
	width: 900px;
	margin: 60px auto 0;
	background: var(--yellow02);
	padding: 32px;
	border-radius: 20px;
	font-size: 16px;
	text-align: center;
	position: relative;
}
.top-caution .absol {
	background: var(--green);
	padding: 7px 16px;
	border-radius: 10px;
	position: absolute;
	top: -18px;
	left: 30px;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	transform: rotate(-3deg);
}
/*------------------------
最新情報
------------------------*/
#info .inner{
	padding: 60px 50px 140px;
}
.oomiya #info .inner {
	padding: 60px 50px;
}
#info .inner .ttl-wrap::after{
	background: var(--yellow);
}
/* インスタ */
#instagram_posts .instagram_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
#instagram_posts .instagram_list li{
	background: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 12px;
}
#instagram_posts .instagram_list li:nth-child(4n){
	margin-right: 0;
}
#instagram_posts .instagram_list li a{
	width: 210px;
	height: 210px;
}
#instagram_posts .instagram_list li a:hover{
	opacity: .7;
}
#instagram_posts .instagram_list li a img, 
#instagram_posts .instagram_list li a video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	border: 2px solid #fff;
}
#instagram_posts .instagram_list li .head{
	display: none;
}
#info .btn a{
	margin: 0 auto;
	width: 360px;
}
/*------------------------
リトデポ
------------------------*/
#ritdep {
	padding: 60px 0 140px;
	background: var(--bg_green);
}
#ritdep .img {
	width: 460px;
	margin-right: 40px;
}
#ritdep .txt {
	flex: 1;
	font-size: 15px;
	text-align: justify;
}
#ritdep .txt p {
	margin-bottom: 20px;
}
#ritdep .txt span a {
	font-weight: 500;
	text-decoration: underline;
}
#ritdep .txt span a:hover {
	color: var(--green);
}
/*------------------------
施設案内
------------------------*/
#facility-info{
	position: relative;
	background: var(--yellow02);
}
#facility-info::after{
	content: "";
	width: 100%;
	height: 80px;
	background: url(/campass/pc/img/index/corporate_nami01.png) no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	top: -80px;
	left: 0;
}
#facility-info::before{
	content: "";
	width: 700px;
	height: 113px;
	background: url(/campass/pc/img/facility/en_facility_w.svg) no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: -20px;
	left: 0;
	opacity: .4;
	z-index: 1;
}
#facility-info .image.bottom{
	height: 230px;
	width: 100%;
	position: absolute;
	bottom: -80px;
	left: 0;
}
#facility-info .inner{
	padding: 0px 50px 100px;
	z-index: 2;
}
#facility-info .image.map{
	width: 800px;
	height: auto;
	margin: 0 auto 60px;
}
/* テーブル */
#facility-info table{
	margin: 0 auto;
	border-top: 1px solid #c9c9c9;
	margin-bottom: 40px;
}
#facility-info table th ,
#facility-info table td{
	border-bottom: 1px solid #c9c9c9;
	padding: 14px 15px;
	font-weight: 600;
}
#facility-info table th{
	background: #f0f0f0;
	width: 180px;
}
#facility-info table td {
	background: #fff;
}
/* キャンプサイト */
#facility-info .block-wrap {
	gap: 0 30px;
	margin-bottom: 20px;
}
#facility-info .block-wrap .block {
	width: 100%;
	background: #fff;
	border: 2px solid var(--yellow);
	padding: 25px 25px;
	border-radius: 20px;
	position: relative;
}
#facility-info .block-wrap .block h3{
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 16px;
	letter-spacing: .04em;
	position: relative;
}
#facility-info .block-wrap .block.site::before{
	content: "";
	width: 36px;
	height: 100%;
	background: url(/campass/pc/img/facility/en_campsite.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 15px;
}
/* BBQ変更 */
#facility-info .block-wrap .block.bbq{
	border: 2px solid var(--green);
}
#facility-info .block-wrap .block.bbq::before{
	content: "";
	width: 36px;
	height: 100%;
	background: url(/campass/pc/img/facility/en_bbqsite.svg) no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 15px;
}
#facility-info .block-wrap .block .img-area {
	gap: 0 2px;
}
#facility-info .block-wrap .block .img-area .img-left {
	width: 66%;
	height: 152px;
}
#facility-info .block-wrap .block .img-area .img-right {
	flex: 1;
}
#facility-info .block-wrap .block .img-area .img-right span:first-of-type {
	display: block;
	margin-bottom: 2px;
}
#facility-info .block-wrap .block .img-area .img-left img {
	border-radius: 10px 0 0 10px;
}
#facility-info .block-wrap .block .img-area .img-right span:first-of-type img {
	border-radius: 0 10px 0 0;
}
#facility-info .block-wrap .block .img-area .img-right span:last-of-type img {
	border-radius: 0 0 10px 0;
}
#facility-info .block-wrap .block .img-area .img-right img {
	height: 75px;
}
#facility-info .block-wrap .block .img-area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#facility-info .facility-cont .caution {
	display: block;
	line-height: 1;
}
/*------------------------
プラン
------------------------*/
#plan {
	position: relative;
	padding-top: 60px;
}
#plan .inner{
	padding: 60px 50px 60px;
}
#plan .inner .sub-text{
	margin-bottom: 45px;
}
#plan .block-wrap {
	margin-bottom: 40px;
}
#plan .block-wrap .block{
	margin-bottom: 40px;
	position: relative;
}
#plan .block-wrap .block:last-child{
	margin-bottom: 0;
}
#plan .block-wrap .block .text{
	background: var(--bg_green);
	border-radius: 20px;
	padding: 30px 60px 30px 30px;
	width: 460px;
	height: 360px;
}
#plan .block-wrap .block .text .ttl{
	position: relative;
}
#plan .block-wrap .block .text .ttl .sub{
	width: 90px;
	margin-bottom: 15px;
}
#plan .block-wrap .block .text .ttl h3{
font-size: 24px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .075em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--gray);
}
#plan .block-wrap .block .text .textarea{
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 15px;
}
#plan .block-wrap .block .main{
	width: 460px;
	height: 320px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#plan .block-wrap .block .main img{
	border-radius: 20px;
	object-fit: cover;
}
/* 2つめブロック */
#plan .block-wrap .block:nth-child(2n){
	justify-content: flex-end;
}
#plan .block-wrap .block:nth-child(2n) .main{
	left: 0;
	right: auto;
}
#plan .block-wrap .block:nth-child(2n) .text{
	padding: 30px 20px 30px 60px;
	margin: 0 0 0 auto;
}
#plan .block-wrap .block .btn a{
	font-size: 14px;
	width: 100%;
}
#plan .block-wrap .caution {
	display: block;
	line-height: 1.45;
}
/* プランに含まれるもの */
#plan .item-cont .in-item{
	background: #e2f1d5;
	padding: 60px 50px 50px;
	border-radius: 20px;
	position: relative;
	margin-bottom: 60px;
}
#plan .item-cont h3{
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	background: url(/campass/pc/img/facility/ribbon.svg) center no-repeat;
	background-size: contain;
	width: 280px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 10px;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
}
#plan .item-cont .item-wrap{
	display: flex;
	flex-wrap: wrap;
}
#plan .item-cont .item-wrap .item{
	width: calc((100% - 60px) / 4);
	margin-bottom: 20px;
	margin-right: 20px;
}
#plan .item-cont .item-wrap .item:nth-child(4n){
	margin-right: 0;
}
#plan .item-cont .item-wrap .item .image{
	height: 185px;
	margin-bottom: 5px;
}
#plan .item-cont .item-wrap .item .ttl{
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
}
#plan .item-cont .item-wrap .item .ttl .min{
	font-size: 12px;
	font-weight: normal;
	display: block;
}
/* 有料オプション */
#plan .item-cont .option-item{
	background: #fff7de;
	padding: 50px 50px 30px;
	border-radius: 20px;
	position: relative;
	margin-bottom: 60px;
}
#plan .item-cont .option-item .sub{
	font-size: 16px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 600;
}
#plan .caution-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#plan .caution-wrap .block{
	width: calc((100% - 35px) / 2);
	margin-bottom: 35px;
}
#plan .caution-wrap .block h4{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	position: relative;
	border-bottom: 2px solid var(--green);
}
#plan .caution-wrap .block h4::after{
	content: "";
	width: 100px;
	height: 2px;
	background: var(--yellow);
	position: absolute;
	left: 0;
	bottom: -2px;
}
#plan .caution-wrap .block h4 span{
	display: flex;
	align-items: center;
}
#plan .caution-wrap .block h4 span::before{
	content: "";
	width: 25px;
	height: 21px;
	background: url(/campass/pc/img/facility/icon_logo.svg) no-repeat;
	background-size: contain;
	display: block;
	margin-right: 10px;
}
#plan .caution-wrap .block ul li{
	display: flex;
	margin-bottom: 5px;
}
#plan .caution-wrap .block ul li::before{
	content: "";
	width: 5px;
	height: 5px;
	background: var(--black);
	margin: 7px 5px 0 0;
}
#plan .caution-wrap .block ul li span{
	flex: 1;
	line-height: 1.4;
}
#plan .caution-wrap .block ul li a{
	display: inline;
	text-decoration: underline;
}
#plan .caution-wrap .block ul li a:hover{
	color: var(--green);
}
/* 注意事項 */
#plan .precautions {
	border: 2px solid var(--black);
	border-radius: 20px;
	margin: 0 auto;
}
#plan .precautions h3{
	height: 50px;
	color: #fff;
	display: flex;
	align-items: center;
	background: var(--black);
	font-size: 18px;
	font-weight: bold;
	padding: 0 30px;
	border-radius: 15px 15px 0 0;
}
#plan .precautions h3::before{
	content: "";
	width: 25px;
	height: 21px;
	background: url(/campass/pc/img/facility/icon_logo.svg) no-repeat;
	background-size: contain;
	display: block;
	margin-right: 10px;
}
#plan .precautions .text-wrap{
	padding: 20px 30px 25px;
}
#plan .precautions .text-wrap .sub{
	font-weight: 500;
	margin-bottom: 10px;
}
#plan .precautions .text-wrap .note{
	margin-bottom: 20px;
}
#plan .precautions .text-wrap .note li{
	margin-bottom: 10px;
}
#plan .precautions .text-wrap .note .ttl{
	font-size: 16px;
	font-weight: bold;
}
#plan .precautions .text-wrap .note .ttl::before{
	content: "・";
}
#plan .precautions .text-wrap .come{
	font-size: 13px;
}
/*------------------------
アクセス
------------------------*/
#access {
	background: var(--green02) url(/campass/pc/img/common/pattern_w.png)
}
#access .inner{
	padding: 60px 50px 140px;
}
#access .text-wrap {
	margin: 0 auto 30px;
	justify-content: space-between;
}
#access .text-wrap h3{
	font-size: 18px;
	font-weight: 600;
	position: relative;
	display: flex;
	align-items: center;
}
#access .text-wrap h3::before{
	content: "";
	background: url(/campass/pc/img/facility/icon_pin.png) no-repeat;
	background-size: contain;
	width: 16px;
	height: 20px;
	display: block;
	margin-right: 8px;
}
#access .text-wrap .train h3::before{
	background: url(/campass/pc/img/facility/icon_train.png) no-repeat;
	background-size: contain;
	width: 16px;
	height: 26px;
}
#access .text-wrap .car h3::before{
	background: url(/campass/pc/img/facility/icon_car.svg) no-repeat;
	background-size: contain;
	width: 22px;
	height: 18px;
}
#access .text-wrap p{
	line-height: 1.4;
}
#access .text-wrap span {
	display: block;
	font-size: 12px;
}
/* マップ */
#access .map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
	margin-bottom: 40px;
}
@media (min-width: 769px) {
	#access .map {
		padding-top: 50%;
	}
}
#access .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #6eb92b;
	border-radius: 30px;
}
#access .btn a{
	margin: 0 auto;
}