@charset "utf-8";
/* CSS Document */
input , textarea , select {
font-size:17px;
}

body {
	font-family: 'Roboto Condensed', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height:1.8em;
	color: #171717;
}
h1, h2, h3, h4, h5, h6, ul, li, p, dl {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	pointer-events: auto !important;
}
a:hover, a img:hover {
	opacity: 0.8;
}
img {
	/*display: block;*/
	border: none;
	margin:0;
	padding:0;
	vertical-align: top;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.m_b_0 {
	margin-bottom: 0!important;
}
.m_t_30 {
	margin-top:30px!important;
}
.font_r {
	color: #d22a2a;
}
.font_gr {
	color: #4c9922;
}
.txt_c {
	text-align:center!important;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
h1 {
	float:left;
	margin:20px;
}
nav {
	float:right;
	padding:20px 20px 0;
	pointer-events: auto !important;
}

nav ul li {
	display: inline-block;
	font-size: 16px;
	margin: 0 5px;
	text-align: center;
	vertical-align: middle;
	font-weight:700;
}
nav ul {
	text-align:right;
}

nav ul#main_navi li a {
	color: #171717;
	display:block;
	padding-left:10px;
}
nav ul#main_navi li {
	position:relative;
}
nav ul#main_navi li:after {
	position:absolute;
	content:"/";
	right:-15px;
	top:0;
}
nav ul#main_navi li:last-child:after {
	content:"";
}
nav ul#function_navi {
	margin-bottom:20px;
	text-align:right;
	min-width:600px;
}
nav ul#function_navi li {
	padding:5px 10px;
	cursor:pointer;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	background:#fff;
	pointer-events: none;
	z-index: 9999999;
	box-shadow: 2px 0 8px gray;
}
#top #wrap {
	background: url(../images/img_overlay.png?rnd=1234), url(../images/campnet_BG.jpg?rnd=1234);
	background-position: center center, center center;
	background-repeat: repeat, no-repeat;
	background-attachment: fixed;
	/*background-blend-mode: overlay;*/
	background-size: auto, cover;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
#sub #wrap {
	background: url(../images/img_overlay.png?rnd=1234), url(../images/campnet_BG.jpg?rnd=1234);
	background-position: center center, center center;
	background-repeat: repeat, no-repeat;
	/*background-blend-mode: overlay;*/
	background-size: auto, cover;
	position: relative;
	overflow: hidden;
}

#overlay {
	background: url(../images/img_overlay.png?rnd=1234);
	height: 100vh;
	position: absolute;
	z-index: 1;
	width: 100%;
}

#content_wrap {
	padding: 20px;
	width: auto;
	height: 100%;
	max-width: 1200px;
	margin: auto;
	position: relative;
}
#top_copy_wrap {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 960px;
	text-align: center;
	color: #fff;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
#top_copy_wrap h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
.to_list_btn {
	background: #d94d4d;
	display: inline-block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 60px;
}
.to_list_btn a {
	display: block;
	color: #fff;
	padding: 15px 20px;
	font-weight: 900;
}
#top footer {
	position: absolute;
	bottom: 30px;
	text-align: center;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 9;
}
#top footer ul {
	text-align: center;
}
#top footer ul li {
	display: inline-block;
}
#top footer ul li a {
	color: #fff;
	display: block;
	padding: 0 20px;
	font-size: 16px;
}
#content {
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.item_wrap {
	position: relative;
	width: 100%;
	margin: auto;
	text-align: center;
}
#sub #content_wrap {
	position: static;
	margin-top: 130px;
}
#sub h2 {
	text-align: center;
	font-size: 36px;
	color: #fff;
	font-weight: 300;
}
#sub h3 {
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 10px auto 50px;
	font-weight: 500;
}
#campsite_info_image {
	width: 100px;
	height: 100px;
	float: left;
	margin-top: 10px;
}
#campsite_info img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#campsite_info {
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
	color: #447078;
	margin-bottom: 3%;
}
#campsite_info_name {
	float: left;
	padding: 10px;
	width: 80%;
}
#campsite_info_name p {
	font-size: 14px;
}
#campsite_info_name h4 {
	font-size: 24px;
	margin: 5px 0 10px;
}
#campsite_more_btn {
	background: #db8838;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	display: inline-block;
}
#campsite_more_btn a {
	color: #fff;
	font-size: 14px;
	padding: 5px 5px;
	display: block;
	letter-spacing: 0.1em;
}
#campsite_option {
	width: 48%;
	float: left;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#data_content_wrap {
	width: auto;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 30px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#campsite_option ul li, ul.accordion_list li, ul.accordion_list2 li {
	background: #447078;
	color: #fff;
	text-align: center;
	margin: 3px 0;
	padding: 10px 40px 10px 10px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	vertical-align: top;
}
ul.accordion_list li,ul.accordion_list2 li {
	background: #db8838;
}
.camp_item {
	background: #f8f8ff !important;
	color: #444 !important;
}
.camp_item:hover {
	background: #db8838 !important;
	color: #fff !important;
}

.camp_item2 {
	background: #fffaf0 !important;
	color: #444 !important;
}
.camp_item2:hover {
	background: #db8838 !important;
	color: #fff !important;
}

#campsite_option ul ul li, ul.accordion_list ul li, ul.accordion_list2 ul li {
	text-align: left;
}
#campsite_option ul ul li:hover {
	text-align: left;
}

#campsite_option ul ul {
	margin-bottom: 30px;
	display: none;
}
#campsite_option ul ul li {
	color: #171717;
	padding: 10px;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#sub footer {
	text-align: center;
	padding:50px 0;
}

#sub footer ul li {
	display: inline-block;
}
#sub footer ul li a {
	color: #fff;
	padding: 0 20px;
	font-size: 16px;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.slick-slide {
	opacity: 0.5;
	margin: 0 5px;
}
.slick-slide.slick-current {
	opacity: 1;
}
.thumb-item-nav {
	margin-top: 10px;
}
#detail_slider_wrap {
	position: relative;
	margin-top: 40px;
}
#pickup {
	background: rgba(202,63,63,0.9);
	display: inline-block;
	position: absolute;
	top: -10px;
	color: #fff;
	z-index: 8;
	padding: 5px;
}
.reserve_cal {
	text-align: center;
	letter-spacing: -.4em;
	/*padding-left: 5px;*/
}
.reserve_cal li.today {
	background: #ffefd5;
	color: #000;
}
.reserve_cal li {
	display: inline-block;
	width: calc(100%/10.4);
	border-right: 2px solid #000;
	letter-spacing: normal;
	vertical-align: top;
	text-align: center;
	/*padding-bottom: 10px;*/
	//min-height: 130px;
}

.reserve_cal li:last-child {
	border: none;
}
.reserve_cal li p {
	margin: 5px 0;
	font-size: 16px;
	line-height:1.5em;
}
.cost {
	font-size:10px !important;
}

.reserve_cal li div.date {
	font-size: 12px;
	border-bottom: 2px solid #000;
	padding: 5px 0;
}
#campsite_detail {
	height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-size: 16px;
}
#campsite_detail.select {
	height: 100%;
	opacity: 1;
}
#campsite_detail h5, #reserve_detail h5, #user_detail h5, #rule_detail h5, #login h5, #clear h5, #reserve_submit h5 {
	font-size: 20px;
	text-align: center;
}
#campsite_detail h6 {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 18px;
	font-weight: normal;
	margin-top: 30px;
}
.reserve_cal .to_detail_btn {
	background: #d94d4d;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	width:60%;
	line-height: 0;
}
.reserve_cal .to_detail_btn a {
	color: #fff;
	font-size: 11px;
	display: block;
	padding: 3px;
	font-weight:300;
}
.cal_more_btn {
	position: relative;
	margin: 2em 0 1.5em;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #000;
	font-size: 16px;
	background: #FFF;
	border: solid 3px #000;
	box-sizing: border-box;
	text-align: center;
}
.cal_more_btn:before {
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
	z-index: 2;
}
.cal_more_btn:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #000;
	z-index: 1;
}
.cal_more_btn p {
	margin: 0;
	padding: 0;
}
.cal_more_btn p a {
	color: #000;
	display: block;
}
.campsite_txt {
	font-size: 16px;
}
.campsite_txt a {
	color: #000;
}
dl.fee_list, dl.fee_list dt, dl.fee_list dd {
	font-size: 14px;
	box-sizing: border-box;
}
dl.fee_list {
	border-bottom: 1px solid #000;
}
dl.fee_list dt, dl.fee_list dd {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #000;
}
dl.fee_list dt {
	width: 40%;
	float: left;
	font-weight: 900;
}
dl.fee_list dd {
	margin-left: 40%;
	padding-bottom: 10px;
	border-left: 1px solid #000;
	font-size:12px;
}
dl.fee_list dd:after {
	content: '';
	display: block;
	clear: both;
}
.notes {
	font-size: 14px;
	margin-top: 10px;
}
.accordion_icon {
	position: absolute;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	right: 10px;
	top: 60%;
	transform: translateY(-60%);
}
.accordion_icon span {
	position: absolute;
	left: 6px;
	width: 70%;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion_icon span:nth-of-type(1) {
	top: 10px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
	top: 10px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.accordion_icon.active span:nth-of-type(1) {
	display: none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 10px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
#calender_wrap {
	background: #447078;
	border-radius: 10px;
	width: auto;
	padding: 20px;
	color: #fff;
	text-align: center;
}
#calender_wrap i {
	margin-left: 10px;
	font-size: 24px;
}
input[type="text"],input[type="password"], textarea {
	padding: 10px 20px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
input[type="text"].mini {
	width: 50px;
}
#calender_wrap input[type="text"] {
	border: none;
	border-radius: 0;
	outline: none;
	background: #fff;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
	width: 60%;
	float: left;
}
#calender_wrap label {
	float: left;
	margin-top: 8px;
	margin-right: 5px;
}
.ui-datepicker-trigger {
	appearance: none;
	border: none;
	border-radius: 0;
	outline: none;
	width: 21px;
	height: 24px;
	margin: 8px 0 0 10px;
	display: inline-block;
	background: url(../images/cal_icn.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-indent: -999999px;
	float: left;
	cursor: pointer;
}
.calender_content {
	display: inline-block;
	padding-left: 10%;
}
#calender_wrap p {
	font-size: 14px;
	text-align: left;
	margin-top: 10px;
}
#reserve_content {
	background: rgba(219,136,56,0.8);
	color: #fff;
	position: absolute;
	right: -1000px;
	top: 0;
	width: 33%;
	height: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 8;
}
#reserve_box {
	padding: 180px 20px 20px;
	width:auto;
}
.hamburger-box {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
}
/*nav ul li#reserve img.reserve_icn {
	opacity: 1;
	position: absolute;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width:42px;
	height:42px;
}
nav ul li#reserve img.close_btn {
	opacity: 0;
	left:0;
	right:0;
	top: 50%;
	transform: translateY(-50%);
	margin:auto;
	position: absolute;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}*/
.close_btn {
	opacity:0;
	position:fixed;
	right:10px;
	top:140px;
	font-size:30px;
	cursor: pointer;
}
.calender_from_to {
	position: relative;
	height: 167px;
	text-align: center;
	max-width: 450px;
	margin: 30px auto;
}
.calender_from_to:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	color: #d94d4d;
	font-size: 100px;
}
.from {
	float: left;
	width: 34%;
	position: relative;
	max-width: 140px;
}
.to {
	float: right;
	width: 34%;
	position: relative;
	max-width: 140px;
}
.calender_from_to .title {
	background: #d94d4d;
	color: #fff;
	text-align: center;
	padding: 5px;
}
.from div, .to div {
	background: #fff;
	color: #447078;
	width: 97%;
	margin: auto;
	text-align: center;
	box-shadow: 0px 4px 4px -2px #b5b5b5;
	height: 120px;
}
.calender_from_to .year {
	padding: 5px;
}
.calender_from_to .month {
	position: absolute;
	left: 10%;
	top: 60px;
	font-size: 18px;
	font-weight: 900;
}
.calender_from_to .slash {
	position: absolute;
	left: 25%;
	top: 70px;
	font-size: 18px;
	font-weight: 900;
}
.calender_from_to .date {
	position: absolute;
	right: 5%;
	bottom: 0px;
	font-size: 72px;
	font-weight: 900;
	line-height: 1em;
	letter-spacing: 0.0em;
}
table.reserve_tbl {
	width: 100%;
	font-size: 16px;
	border-spacing: 3px;
}
table.reserve_tbl th, table.reserve_tbl td {
	padding: 10px;
}
table.reserve_tbl th {
	background: #447078;
	color: #fff;
	font-weight: normal;
	width: 30%;
	white-space: nowrap;
	/*font-size: 10px;*/
}
table.reserve_tbl td {
	background: #fff;
	color: #447078;
	/*font-size: 10px;*/
}
.to_input_btn, .to_confirm_btn, .to_detail_btn, .to_detail_btn2, .to_submit_btn,.to_login_btn,.to_login_btn2,.to_login_btn3,.to_clear_btn,.to_clear_btn2,.to_regist, .to_edit_btn {
	background: #6db130;
	text-align: center;
	border-radius: 5px;
	margin: 20px 0px;
	box-shadow: 0px 0px 6px #b5b5b5;
	color: #fff;
	font-weight: 900;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border-radius: 10px;
	font-size: 14px;
}
.to_input_btn a,.to_login_btn a,.to_login_btn2 a,.to_login_btn3 a,.to_clear_btn a,.to_clear_btn2 a,.to_regist a {
	color:#fff;
	padding:20px;
	display:block;
}
.to_login_btn2,.to_login_btn3, .to_input_btn.regist, .to_input_btn.user_regist, .to_input_btn.rule_regist, .to_clear_btn2, .to_regist {
	padding:20px;
}
.to_input_btn:hover, .to_confirm_btn:hover, .to_submit_btn:hover,.to_login_btn;hover,.to_login_btn2;hover,.to_login_btn3;hover,.to_clear_btn;hover,.to_clear_btn2;hover,.to_regist;hover {
	opacity: 0.8;
}
.to_confirm_btn, .to_detail_btn,.to_submit_btn {
	background: #d94d4d;
	/*margin-top: 20px;*/
	padding: 0;
}
.to_edit_btn {
	background: #d94d4d;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
}
.to_detail_btn {
	background: #db8838;
	margin-bottom: 0;
	margin-top:0;
}
.to_confirm_btn a, .to_detail_btn a,.to_submit_btn a, .to_edit_btn a {
	color: #fff;
	display: block;
	padding: 20px;
}

.to_detail_btn {
	background: #d94d4d;
	margin-top: 20px;
	padding: 0;
}
.reserve_cal .to_detail_btn {
	margin-top:0;
}
.to_detail_btn2 {
	background: #db8838;
	margin-bottom: 0;
	margin-top:0;
}
.to_detail_btn2 {
	background: #d94d4d;
	padding: 0;
}
.to_detail_btn2 a{
	color: #fff;
	display: block;
	padding: 5px;
}

.to_input_btn i,.to_login_btn i,.to_login_btn2 i,.to_login_btn3 i,.to_clear_btn i,.to_clear_btn2 i,.to_regist i {
	float: right;
	font-size: 24px;
}
.item .to_detail_btn a {
	padding: 10px 20px;
}
#select_item_title {
	margin: 40px 0 0;
}
.item_date_title {
	background: #447078;
	text-align: center;
	padding: 10px;
	margin-top: 20px;
}
.select_item_list {
	color: #000;
	font-size: 16px;
}
.select_item_list div.select_item_title {
	position: relative;
}
.select_item_list div.select_item_title i, .select_item_list div.select_item_title span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	color: #32cd32;
	right: 10px;
	cursor:pointer;
}
.select_item_list div.select_item_title i2, .select_item_list div.select_item_title span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	color: #d94d4d;
	right: 80px;
	cursor:pointer;
}
.select_item_list div.select_item_title p.cnt_up {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #fff;
	right: 10px;
	cursor:pointer;
	background:#d94d4d;
	padding:0px 15px 0px 10px;
	border-radius:0 50% 50% 0;
}
.select_item_list div.select_item_title p.cnt_down {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 28px;
	color: #fff;
	right:80px;
	cursor: pointer;
	background:#6db130;
	border-radius:50% 0 0 50%;
	padding:0px 10px 0px 15px;

}
.select_item_list div.select_item_title span {
	color: #000;
	font-size: 20px;
	font-weight: 900;
	line-height: 0.9em;
	margin-right: 15px;
	right: 35px;
}
.select_item_list div.select_item_title p.item_name {
	float: none;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	margin-right: 0;
	width: 65%;
}
.select_item_list div.select_item i {
	float: right;
	font-size: 22px;
	margin-top: 3px;
}
.select_item_list div.select_item input, input.num {
	width: 40px;
	padding: 5px 5px 5px 20px;
	margin: 0 10px;
	border: 1px solid #ccc;
	font-size: 16px;
}
.number_of_peaple {
	position: relative;
	font-family: inherit;
	background-color: #fff;
	width: 20%;
	//padding: 10px 10px 10px 0;
	//font-size: 18px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0, 0.3);
	//font-size: 14px !important;
	height: 24px;
}
.number_of_peaple:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}
.number_of_peaple2 {
	position: relative;
	font-family: inherit;
	background-color: #fff;
	width: 20%;
	//padding: 10px 10px 10px 0;
	//font-size: 18px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0, 0.3);0
	//font-size: 14px !important;
	height: 24px;
}
.number_of_peaple2:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}
.number_of_peaple3 {
	position: relative;
	font-family: inherit;
	background-color: #fff;
	width: 20%;
	//padding: 10px 10px 10px 0;
	//font-size: 18px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0, 0.3);
	//font-size: 14px !important;
	height: 24px;
}
.number_of_peaple3:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}
.number_of_peaple4 {
	position: relative;
	font-family: inherit;
	background-color: #fff;
	width: 20%;
	//padding: 10px 10px 10px 0;
	//font-size: 18px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0, 0.3);
	//font-size: 14px !important;
	height: 24px;
}
.number_of_peaple4:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}
.number_of_peaple5 {
	position: relative;
	font-family: inherit;
	background-color: #fff;
	width: 20%;
	//padding: 10px 10px 10px 0;
	//font-size: 18px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0, 0.3);
	//font-size: 14px !important;
	height: 24px;
}
.number_of_peaple5:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}
.number_of_peaple6 {
	position: relative;
	font-family: inherit;
	background-color: #fff;
	width: 20%;
	//padding: 10px 10px 10px 0;
	//font-size: 18px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0, 0.3);
	//font-size: 14px !important;
	height: 24px;
}
.number_of_peaple6:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}
.number_of_peaple7 {
	position: relative;
	font-family: inherit;
	background-color: #fff;
	width: 20%;
	//padding: 10px 10px 10px 0;
	//font-size: 18px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0, 0.3);
	//font-size: 14px !important;
	height: 24px;
}
.number_of_peaple7:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}

.num {
	position: relative;
	font-family: inherit;
	background-color: #fff;
	width: 30%;
	padding: 10px 10px 10px 0;
	font-size: 18px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0, 0.3);
}
.num:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}

input.num {
	margin-left: 0;
}
.select_item_list div.select_item_title, .select_item_list div.select_item {
	background: #fff;
	padding: 10px;
}
.select_item_list div.select_item {
	background: rgba(255,255,255,0.8);
	margin-left: 0;
	text-align: right;
	margin-top: 3px;
}
.select_item_list_wrap .select_item_list {
	margin-top: 20px;
}
.select_item_list_wrap .select_item_list:first-child {
	margin-top: 0px;
}
.fuki-right {
	position: relative;
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 5px 10px;
	min-width: 50px;
	max-width: 100%;
	color: #fff;
	font-size: 14px;
	background: #d94d4d;
	letter-spacing: 0.1em;
}
.fuki-right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 10px solid #d94d4d;
}
.fuki-right p {
	margin: 0;
	padding: 0;
}
#reserve_comfirm {
	background: #fff;
	min-width: 800px;
	padding-bottom: 30px;
}
.reserve_comfirm_content {
	padding: 30px;
}
.popup_title {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 24px;
}
.accordion_list dl {
	margin-bottom: 30px;
}
.accordion_list dl dt {
	padding: 10px;
	background: #447078;
	color: #fff;
	margin-top: 3px;
}
.accordion_list dl dd {
	padding: 10px;
	padding: 10px;
	background: #f5f2d0;
	margin-left: 0;
	min-height: 45px;
}
.accordion_list2 dl {
	margin-bottom: 30px;
}
.accordion_list2 dl dt {
	padding: 10px;
	background: #447078;
	color: #fff;
	margin-top: 3px;
}
.accordion_list2 dl dd {
	padding: 10px;
	padding: 10px;
	background: #f5f2d0;
	margin-left: 0;
	min-height: 45px;
}
#reserve_detail, #user_detail, #rule_detail {
	opacity: 0;
	height: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	overflow: hidden;
}
#reserve_detail.select, #user_detail.select, #rule_detail.select {
	opacity: 1;
	height: 100%;
}
#reserve_detail dl, #user_detail dl, #rule_detail dl {
	font-size: 16px;
	margin-top: 30px;
}
#reserve_detail dl dt, #user_detail dl dt, #rule_detail dl dt {
	padding: 10px;
	background: #447078;
	color: #fff;
	margin-top: 3px;
}
#reserve_detail dl dd, #user_detail dl dd, #rule_detail dl dd {
	padding: 10px;
	background: #f5f2d0;
	margin-left: 0;
	min-height: 25px;
	line-height: 2.5em;
}
#reserve_detail .radio input, #user_detail .radio input, #rule_detail .radio input {
	display: none;
}
#reserve_detail .radio label, #user_detail .radio label, #rule_detail .radio label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}
#user_detail .radio input {
	display: none;
}
#user_detail .radio label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}

#rule_detail .radio input {
	display: none;
}
#rule_detail .radio label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}

#reserve_detail .radio label:before {
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #bdc3c7;
	border-radius: 50%;
}
#reserve_detail .radio input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-radius: 50%;
	background: #447078;
}

#user_detail .radio label:before {
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #bdc3c7;
	border-radius: 50%;
}
#user_detail .radio input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-radius: 50%;
	background: #447078;
}
#rule_detail .radio label:before {
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #bdc3c7;
	border-radius: 50%;
}
#rule_detail .radio input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-radius: 50%;
	background: #447078;
}

#reserve_detail .to_input_btn, #user_detail .to_input_btn, #rule_detail .to_input_btn {
	margin-bottom: 0;
}
.item_copy {
	padding: 20px;
	text-align: left;
}
.item_copy p {
	color: #eb3c3c;
	font-size: 16px;
}
.item_copy p.txt {
	color: #000;
}
.item_copy h4 {
	color: #447078;
	/**position: relative;*/
	margin: 10px 0 30px;
}
.item_copy i {
	margin-right:5px;
}
.item {
	background: #fff;
	width: 100%;
	max-width: 190px;
	margin: 0 5px 10px;
	position: absolute;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.item img {
	width: 100%;
}
/*.item_copy h4:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -14px;
	height: 1px;
	width: 25px;
	background: #447078;
}*/
.calendar_content_popup {
	background:#fff;
	padding:20px;
}
#calendar_month li {
	float:left;
	padding:20px 0;
	text-align: center;
	width:33%;
	font-size:20px;
	font-weight:900;
	color:#447078;
}
#calendar_month li a {
	color:#447078;
}
#calendar_month li:first-child {
	text-align:left;
	font-size:16px;
}
#calendar_month li:last-child {
	float:right;
	text-align: right;
	font-size:16px;
}
.calendar_title {
	color:#db8838;
	font-size:24px;
	text-align: center;
}
.calendar {
	text-align:center;
	width:100%;
	margin:auto;
	border-collapse: collapse;
  border-spacing: 0;
	color:#447078;
	font-weight:900;
	max-width:750px;
}
.calendar td, .calendar th{
	padding:10px;
}
.calendar td, .calendar th{
	border-bottom:1px solid #000;
}
.calendar__day__cell.today {
	background:#db8838;
	color:#fff!important;
}
.calendar__day__cell.today a {
	color:#fff!important;
}
.calendar tr:last-child td {
	border:none;
}
.sun, .sun a {
	color:#e65454!important;
}
.sat, .sat a {
	color:#468be9!important;
}
.thumb-item-nav {
	text-align:center;
}
.thumb-item-nav li {
	display:inline-block;
	width:20%;
}
.thumb-item-nav li img {
	width:100%;
}
.thumb-item li img {
	width:100%;
}
.info_wrap {
	padding:20px;
	background:#fff;
}
.info_wrap img {
	width:80%;
}
#calendar, #more_info, #reserve_comfirm,#login,#reserve_submit {
	max-width:720px;
	width:auto;
	overflow: auto;
	margin-top: 145px;
}
#calendar, .calendar {
	max-width:inherit;
}
.lity-content #login {
	max-width:inherit;
}
.info_txt {
	font-size:14px;
	margin-top:20px;
}

#campsite_option ul ul {
	position:relative;
}
.needless:after {
	content:'予約不要';
	background: rgba(202,63,63,1);
	color:#fff;
	font-size:12px;
	padding:5px;
	margin-left:5px;
}
.alert {
	display: none;
	width: 150px;
	position: fixed;
	transform: translateY(-50%);
	top: 50%;
	right:0;
	left: 0;
	margin:auto;
	background:rgba(219,136,56,0.9);
	border-radius:5px;
	color:#fff;
	padding:10px;
	font-size:16px;
	text-align:center;
}
.accordion_list dl dd span {
	float:right;
}
.accordion_list.select_item dl dd {
	margin-top:2px;
}
.accordion_list.select_item dl dd.first {
	margin-top:0;
}
.accordion_list.select_item dl {
	display:none;
}
.accordion_list2 dl dd span {
	float:right;
}
.accordion_list2.select_item dl dd {
	margin-top:2px;
}
.accordion_list2.select_item dl dd.first {
	margin-top:0;
}
.accordion_list2.select_item dl {
	display:none;
}
.entry_wrap, .privavcy_wrap, .regist_wrap {
	background:url(../images/entry_bg.gif);
	padding:50px;
	text-align:center;
}
.entry_wrap p {
	margin:40px auto;
	width:80%;
	line-height:2em;
}
.entry_wrap p:first-child {
	margin-top:0;
}
.m_b_80 {
	margin-bottom:80px;
}
.regist_wrap.login_wrap.ex {
	margin-top:50px;
}
.regist_wrap.login_wrap.ex p {
	margin-bottom:30px;
}
.regist_wrap.login_wrap.ex form p {
	margin-bottom:0px;
}
.regist_wrap .note {
	background:#fff;
	color:#d94d4d;
	border:2px solid #171717;
	padding:20px;
	margin:30px auto 80px;
}
.regist_wrap .note_ex {
	font-size:14px;
	margin-bottom:80px;
}

.regist_wrap h4 {
	color: #447078;
	font-size: 30px;
	font-weight:500;
	margin-bottom:50px;
}
.regist_wrap ul#reg_flow {
	margin-top:80px;
	margin-bottom:30px;
}
.regist_wrap ul#reg_flow li {
	display:inline-block;
	width:20%;
	background:#fff;
	vertical-align: top;
	padding:20px;
	border:4px solid #447078;
	position:relative;
	margin:0 20px;
}
.regist_wrap ul#reg_flow li:nth-child(2):after {
	content:"";
	position:absolute;
	width:50px;
	top:50%;
	right:-50px;
	height:4px;
	background:#447078;
}
.regist_wrap ul#reg_flow li:nth-child(2):before {
	content:"";
	position:absolute;
	width:50px;
	top:50%;
	left:-50px;
	height:4px;
	background:#447078;
}
.regist_wrap ul#reg_flow li h5 {
	font-size:24px;
	color:#447078;
	position:relative;
	display:inline-block;
	margin-bottom:30px;
}
.regist_wrap ul#reg_flow li h5:after {
	content:"";
	position:absolute;
	bottom:-5px;
	left:0;
	right:0;
	margin:auto;
	width:100%;
	height:2px;
	background:#447078;
}
.regist_wrap ul#reg_flow li p {
	font-size:16px;
	line-height:1.4em;
	text-align:left;
}
.regist_wrap ul#reg_flow li span {
	position:absolute;
	top:-36px;
	left:0;
	font-size:48px;
	font-weight:900;
	color:#447078;
}
.regist_wrap ul#reg_flow li div {
	position:absolute;
	right:-20px;
	bottom:-30px;
	width:80px;
	height:55px;
	border-radius:50%;
	background:#447078;
	color:#fff;
	text-align:center;
	font-size:16px;
	line-height:1.8em;
	padding-top:25px;
	font-weight:700;
}
.regist_wrap table.reserve_tbl {
	text-align:left;
}
.reg_step {
	color: #000000;
	list-style: none;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom:50px;
}
.reg_step li {
	background-color: #686868;
	line-height: 60px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	/*min-width: 100px;*/
	padding: 0 20px 0 50px;
	text-align: center;
	text-decoration: none;
	border-radius:10px;
}
.reg_step li:first-child {
	padding-left: 40px;
}
.reg_step li:last-child {
	padding-right: 30px;
}
.reg_step li:last-child:after, .reg_step li:last-child:before{
	content:inherit;
}

/* 三角形下部 */
.reg_step li::after {
	background-color: #686868;
	border-right: 4px solid #fff;
	content: " ";
	display: block;
	height: 30px;
	margin-left: auto;
	margin-right: -40px;
	margin-top: -30px;
	position: relative;
	transform: skew(-30deg);
	-o-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
  width: 30px;
}

/* 三角形上部 */
.reg_step li::before {
	background-color: #686868;
	border-right: 4px solid #fff;
	content: " ";
	display: block;
	float: right;
	height: 30px;
	margin-bottom: -30px;
	margin-left: auto;
	margin-right: -40px;
	transform: skew(30deg);
	-o-transform: skew(30deg);
	-ms-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-webkit-transform: skew(30deg);
	width: 30px;
}

/* 右端の設定 */
.reg_step .active {
	background-color: #649d2d;
	color: #FFFFFF;
}
.reg_step .active::before, .reg_step .active::after {
	background-color: #649d2d;
}
.regist_wrap.last .note {
	margin-bottom:20px;
}
.terms{
	background:#447078;
	padding:20px;
	text-align:left;
	color:#fff;
}
.terms ul {
	margin:0 auto;
}
.terms ul li{
	background:none;
	display:block;
	width:auto;
	padding:0;
	border:none;
	line-height:2em;
}
.terms ul li:nth-child(2):before, .terms ul li:nth-child(2):after {
	content: inherit;
	background:none;
}

#entry_info {
	text-align:center;
	color:#447078;
	font-weight:900;
	line-height:1.8em;
}
#entry_btn {
	background: #db8838;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	display: inline-block;
	margin-top:50px;
}
#entry_btn a {
	color: #fff;
	font-size: 18px;
	padding: 10px 30px;
	display: block;
	letter-spacing: 0.1em;
}
.privavcy_wrap dl {
	line-height:1.8em;
}
.privavcy_wrap dl dt {
	text-align:left;
	color:#447078;
	font-size:30px;
}
.privavcy_wrap dl dd {
	text-align:left;
	margin-bottom:60px;
	margin-left:0;
}
.privavcy_wrap dl dd:last-child {
	margin-bottom:0;
}
.privavcy_wrap dl dd p {
	margin:20px 0;
}
.privavcy_wrap dl dd ul li a {
	color:#db8838;
}
#login_info dl dt {
	margin-bottom:10px;
}
#login_info dl dd {
	margin-left:0;
	margin-bottom:20px;
}
.to_login_btn2 {
	margin-top:40px;
}
#login_info .to_regist {
	background:#208bc9;
}
.mod_dropnavi ul li a{
  transition-property: border;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

 
/* mod_dropnavi_child */
.mod_dropnavi .mod_dropnavi_child{
  display:none;
  position:absolute;
  top:48px;
  left:0px;
  z-index:99;
  padding:12px 0!important;
}
.mod_dropnavi .mod_dropnavi_child ul{
 background-color:#447078;
}
.mod_dropnavi .mod_dropnavi_child ul li{
 text-align:left;
 width:110px;
}
nav.mod_dropnavi ul li#account .mod_dropnavi_child ul li a{
  padding:0 0 0 12px!important;
  font-size:14px!important;
  width:auto!important;
  height:auto!important;
  display:block;
  white-space: nowrap;
}
.mod_dropnavi .mod_dropnavi_child ul li a:link    {color:#FFF; text-decoration:none;}
.mod_dropnavi .mod_dropnavi_child ul li a:visited {color:#FFF; text-decoration:none;}
.mod_dropnavi .mod_dropnavi_child ul li a:hover   {color:#FFF; text-decoration:underline;}
.mod_dropnavi .mod_dropnavi_child ul li a:active  {color:#FFF; text-decoration:underline;}
nav ul li#account .mod_dropnavi_child ul li a {
	background:none;
}
.mypage_menu p.guest_name {
	float:none;
	margin-bottom:30px;
}
.mypage_menu ul {
	text-align:center;
}

.mypage_menu ul li {
	float:left;
	width:42%;
	background:#fff;
	padding:3%;
}
.mypage_menu ul li:last-child {
	float:right;
}
.mypage_menu ul li h4 {
	font-size:24px;
	position:relative;
}
.mypage_menu ul li h4:after {
	position:absolute;
	width:20px;
	height:2px;
	content:"";
	background:#000;
	left:0;
	right:0;
	margin:auto;
	bottom:-10px;
}
.mypage_menu ul li p {
	font-size:14px;
	margin-top:20px;
}
.mypage_menu ul li .to_detail_btn {
	margin-top:30px;
}
.to_detail_btn.member {
	background:#d94d4d;
}
.to_detail_btn.member.ex, .to_detail_btn.ex {
	display:block;
	float:right;
}
.to_detail_btn.logout {
	display:block;
	margin:auto;
	width:300px;
	margin-top:50px;
	background:#6db130;
}
.to_detail_btn2.check {
	display:block;
	width:80%;
	background:#208bc9;
}
.to_detail_btn2.error {
	display:block;
	width:80%;
	background:#d94d4d;
}
.to_detail_btn3 {
	font-size:20px;
}

.guest_name {
	color:#fff;
	font-size:14px;
	float:left;
	margin-top:20px;
}
.mypage_content, .archive_content {
	background:#fff;
}
.mypage_sub_menu {
	margin-bottom:30px;
}
.mypage_content {
	background:#fff;
	padding:30px;
}
.archive_content {
	padding:30px 60px;
}
.archive_content .slick-prev:before, .archive_content .slick-next:before {
	color:#000!important;
}
.archive_content .slick-prev {
	left:-35px;
}
.archive_content .slick-next {
	right:-35px;
}
.archive_content .slick-dots li button:before {
	font-size:16px;
}
.archive_content .slick-dots {
	bottom:-40px;
}
.mypage_content h4, .archive_content h4 {
	text-align:center;
	margin:50px 0 30px;
}
.mypage_content h4:first-child, .archive_content h4:first-child {
	margin-top:0;
}
table.rireki_tbl, table.info_tbl, table.reserve_list {
	width:100%;
	margin:auto;
}
table.rireki_tbl th, table.info_tbl th, table.reserve_list th {
	background:#447078;
	color:#fff;
	padding:10px;
	font-size:16px;
	text-align:center;
}
table.rireki_tbl td, table.info_tbl td, table.reserve_list td {
	text-align:center;
	padding:10px;
	border-bottom:1px dotted #000;
	font-size:16px;
}
table.info_tbl {
	margin-bottom:30px;
}
table.info_tbl th {
	width:30%;
}
table.info_tbl th span {
	font-size:10px;
	background:#eb3c3c;
	margin-left:10px;
	padding:2px 4px;
}
table.info_tbl th, table.info_tbl td {
	text-align:left;
}
table.rireki_tbl tr:last-child td {
	border:none;
}
.rireki_tbl .btn a, .reserve_list .btn a {
	white-space: nowrap;
	color:#fff;
	font-size:12px;
	padding:5px 10px;
	display:inline-block;
	border-radius:2px;
}
.rireki_tbl .btn.detail a, .reserve_list .btn.detail a {
	background:#8b8b8b;
}
.rireki_tbl .btn.edit a {
	background:#8b8b8b;
}
.rireki_tbl .btn.cancel a {
	background:#8b8b8b;
}
table.info_tbl input[type="text"],table.info_tbl input[type="password"], table.info_tbl textarea {
	width:auto;
}
.melma h1 {
	position:static;
	font-size:16px;
	margin-bottom:20px;
}
.melma h1 a {
	color:#447078;
}
.melma .radio {
	margin-bottom:10px;
}
.mypage_menu .melma ul li {
	background:none;
	width:auto;
	display:inline-block;
	float:none;
}
.mypage_menu .melma ul li a {
	color:#000;
	font-size:14px;
	text-decoration:underline;
}
.info_wrap h4:first-child {
	margin-top:0;
}
.info_wrap h4 {
	text-align:center;
	margin:40px auto 20px;
}
table.reserve_list tr:last-child td {
	border:none;
}
.mypage_content .accordion_list2, .archive_content .accordion_list2 {
	position:static!important;
}
.dots {
  position: relative;
  text-align: center;
  margin: 24px 0;
}
.r-dots {
    display:table;
    table-layout:fixed;
    width:100%;
}

ul.r-dots li {
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	margin:0 3px;
}
ul.r-dots li button {
	background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
	padding:2px 5px;
	letter-spacing:0;
	border:1px solid #000;
}
ul.r-dots li.slick-active button {
	background:#000;
	color:#fff;
}

.jconfirm .jconfirm-box {
	width: 500px !important;
}
#navi_icn {
	display:none;
}
#navi_wrap_sp {
	display:none;
}
#navi_wrap {
	width:auto;
}
.lity-close {
	top:145px!important;
	right:20px!important;
}
.to_detail_btn a img, .to_detail_btn img {
	width:12px;
	height:12px;
}
.bk_none {
	background:none!important;
	box-shadow: none!important;
}

.cart_icon li{
  display: inline-block;
}
.cart_icon li .to_detail_btn {
	padding:5px;
}
nav ul#main_navi .operation_btn {
	background-image:url(../images/operation_icn.png);
	background-repeat:no-repeat;
	background-position:left 5px center;
	background-color:#d94d4d;
	border-radius:5px;
}
nav ul#main_navi .operation_btn a {
	color:#fff;
	padding-left:35px;
	padding-right:10px;
}
nav ul#main_navi .operation_btn:after {
	display:none;
}
.operation_btn_sp {
	display:none;
}
#info {
	background:#000;
	color:#fff;
	text-align:center;
	padding:0;
	width:100%;
	font-size:14px;
}
.renew_msg {
	margin-top:10px;
}
#navi_wrap {
    width: auto!important;
    z-index: 1!important;
    opacity: 1!important;
}
#navi_wrap.pc_navi {
	width: 100% !important;
	z-index: 1 !important;
	opacity: 1 !important;
}
.item_title {
	margin:0 auto;
	width:80%;
}
@media only screen and (max-width: 1100px) {
h1 {
	margin: 35px 20px;
}
h1 img {
	width:100px;
}
.renew_msg {
	width:130px;
}
nav ul#function_navi li {
	padding:5px;
}
nav ul#function_navi {
	margin-bottom:10px;
}
nav {
	padding:10px 10px 0;
}
.renew_msg {
    margin-top: 20px;
}
}
@media only screen and (max-width: 910px) {
#navi_wrap {
    width: 0px!important;
    z-index: -1!important;
    opacity: 0!important;
}
.renew_msg {
    margin-top: 10px;
}

.operation_btn_sp {
	display:inline-block;
	background-image:url(../images/operation_icn_sp.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:30px;
	background-color:#d94d4d;
	border-radius:5px;
	color:#fff;
	padding:5px 10px 5px 30px;
	position:absolute;
	right:60px;
	top:10px;
	font-size:14px;
}
nav ul#main_navi .operation_btn {
	display:none;
}
#reserve_box {
	padding-top:200px;
	min-height:2000px;
}
.close_btn {
	top:155px;
}
.lity-close {
	top:80px!important;
	right:10px!important;
}
nav {
	padding:0;
	float:none;
}
#navi_wrap {
	z-index:-1;
	width:0;
	height:100vh;
	background:rgba(255,255,255,0.95);
	position:fixed;
	top:0;
	right:inherit;
	opacity:0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display:none;
}
nav ul#main_navi li a {
	padding:20px 0;
}
#main_navi {
	position:relative;
	top:50%;
	transform: translateY(-50%);
}
nav ul#main_navi li {
	display:block;
}
nav ul li {
	margin:0;
}
header {
	height:53px;
}

h1 {
	margin:15px 10px 10px;
}
h1 img {
	width:70px;
	height:auto;
}

#navi_wrap_sp {
	text-align:center;
	display:block;
	float:none;
	background:#fff;
	width:100%;
	position:fixed;
	top:53px;
	left:0;
	z-index:99;
	padding:0;
}
#navi_wrap_sp ul {
	text-align:center;
	border-bottom:2px solid #db8838;
}
#function_navi_sp li {
	display:inline-block;
	position:relative;
	padding:10px 0;
}
#function_navi_sp li:after {
	position:absolute;
	content:"";
	width:2px;
	height:100%;
	background:#db6d23;
	right:0;
	top:0;
}
#function_navi_sp li:last-child:after {
	display:none;
}
#function_navi_sp li img {
	width:80px;
}
#navi_icn {
	display:block;
	position:fixed;
	right:10px;
	top:10px;
	z-index:9999999999;
	width:40px;
	height:40px;
}
#navi_icn a {
	width:40px;
	height:40px;
	background:url(../images/sp_navi_icn.png);
	background-repeat:no-repeat;
	background-size:cover;
}
#navi_icn a.open {
	background:url(../images/sp_navi_icn_close.png);
	background-repeat:no-repeat;
	background-size:cover;
}
#navi_icn a {
	display:block;
	/*width:100%;
	/*height:100%;*/
}
.col_5 li {
	width:20%;
}
.col_4 li {
	width:25%;
}
.col_1 li {
	width:100%;
}
.col_2 li {
	width:50%;
}
.col_3 li {
	width:33.333333333%;
}
.regist_wrap ul#reg_flow li {
	display:block;
	width:auto;
	margin:auto;
}
.regist_wrap ul#reg_flow li:nth-child(2) {
	margin:50px auto;
}
.regist_wrap ul#reg_flow li:nth-child(2):after {
	width:4px;
	height:55px;
	left:0;
	right:0;
	margin:auto;
	top:-55px;
}
.regist_wrap ul#reg_flow li:nth-child(2):before {
	width:4px;
	height:55px;
	left:0;
	right:0;
	margin:auto;
	top:inherit;
	bottom:-55px;
}
#navi_wrap {
	display:block;
}
#navi_wrap {
	opacity:0;
}
}

@media only screen and (max-width: 780px) {
.item_title {
	margin:0 auto;
	width:100%;
}

.reserve_cal li {
	display: inline-block;
	width: calc(100%/7.4);
	border-right: 1px solid #000;
	letter-spacing: normal;
	vertical-align: top;
	text-align: center;
	/*padding-bottom: 10px;*/
	//min-height: 130px;
}

#campsite_detail {
	font-size: 12px;
}

.lity-container {
	width:90%!important;
}
.accordion_list {
	border-top:2px solid #db8838;
}
.select_item_list div.select_item_title p.cnt_down {
	padding: 0px 10px 0px 10px;
}
.select_item_list div.select_item_title p.cnt_up {
	padding: 0px 10px 0px 10px;
}
#login {
	max-height:400px!important;
}
.lity-content {
	margin:auto;
	//width:85%!important;
}
.lity-container {
	margin-top:120px;
	vertical-align: top!important;
}
#navi_wrap_sp {
	display:block;
}
/*#navi_wrap {
	display:block;
}
#navi_wrap {
	opacity:0;
}*/
#function_navi {
	display:none!important;
}

#sub.reserve footer {
	padding:0 0 100px;
}
#campsite_option ul li, ul.accordion_list li, ul.accordion_list2 li, .accordion_list2 dl dt, .accordion_list2 dl dd, table.reserve_tbl th, table.reserve_tbl td {
	font-size:14px;
}

.archive_content {
	padding:30px;
}
.archive_content .slick-prev {
    left: -22px;
}
.archive_content .slick-next {
    right: -22px;
}
.info_wrap table.rireki_tbl tr td:first-child {
	text-align:center;
}
.info_wrap table.rireki_tbl td {
	text-align:right;
}
table.info_tbl input[type="text"],table.info_tbl input[type="password"], table.info_tbl textarea {
	width:100%;
}
table.info_tbl #birthy {
	width:auto;
}
.to_detail_btn.ex {
	float:none;
	margin-top: 30px;
}
table.info_tbl td {
	border:none;
}
table.info_tbl th, table.info_tbl td {
	width:auto;
	display:block;
}
table.rireki_tbl tr:last-child td {
	border-bottom:1px dotted #000;
}
table.rireki_tbl tr td:last-child {
	border:none;
}
.guest_name {
	float:none;
}
.to_detail_btn.member.ex {
	float:none;
	margin-top:30px;
}
.rireki_tbl td.rireki_date {
	text-align:right;
}
.rireki_tbl .btn a {
	padding:10px;
	display:block;
}
.rireki_tbl, .reserve_list {
	width: auto;
}
.rireki_tbl .thead, .reserve_list .thead {
	display: none;
}
.rireki_tbl tr:first-child, .reserve_list tr:first-child {
	display:none
}
.rireki_tbl tr, .reserve_list tr {
	width: auto;
}

.rireki_tbl td, .reserve_list td {
	display: block;
	text-align: right;
	width: auto;
}
.rireki_tbl td:first-child, .reserve_list td:first-child {
	background: #447078;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.rireki_tbl td:before, .reserve_list td:before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
	margin-right: 10px;
}
table.reserve_list td:first-child {
	text-align:center;
}
table.reserve_list td {
	text-align:right;
}
table.reserve_list .btn a {
	display:block;
	text-align:center;
}
table.reserve_list tr:last-child td {
	border-bottom:1px dotted #000;
}
table.reserve_list tr td:last-child {
	border:none;
}
#calendar, #more_info,#login,#reserve_submit {
	width:98%;
	margin:auto;
}

.ui-datepicker {
	left:0!important;
	right:0!important;
	margin:auto!important;
	//top: 50%!important;
	//transform: translateY(-50%)!important;
	//-webkit-transform: translateY(-50%)!important;
}
#campsite_option ul ul {
	position:fixed;
	bottom:72px;
	width:100%;
	margin:auto;
	left:0;
	right:0;
	background:#447078;
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 8;;
}
#campsite_option ul ul li {
	margin:0;
	border-bottom:2px solid #fff;
	color:#fff;
	background: #447078;
	font-size:14px;
	white-space: nowrap;
}
#campsite_option ul ul {
	box-shadow: 0 -5px 5px -2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 -5px 5px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 -5px 5px -2px rgba(0,0,0,0.2);
}
.accordion_list,.accordion_list2 {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 20;
	text-align: center;
	background:#fff;
}
#text {
	display:none;
}
#campsite_option ul li, ul.accordion_list li, ul.accordion_list2 li {
	color:#db6d23;
}
ul.accordion_list2 li {
	color:#fff;
}
.reserve_comfirm_content .accordion_list {
	position:static;
}
.reserve_comfirm_content .accordion_list2 {
	position:static;
}
#reserve_comfirm {
	min-width:inherit;
	width:90%;
	margin:auto;
}
.accordion_icon {
	display: none;
}
.accordion_list2 .accordion_icon {
	display:block;
}
#campsite_option ul li {
	position:relative;
	display:inline-block;
	padding:45px 0 0px;
	width: 25%;
	font-size:6px;
	letter-spacing: 0.1em;
	margin:0;
}
#campsite_option ul li:after {
	position:absolute;
	content:"";
	width:2px;
	height:100%;
	background:#db6d23;
	top:0;
	right:0;
}
#campsite_option ul li:nth-child(7):after, #campsite_option ul ul li:after {
	display:none;
}
#campsite_option ul li.accordion_title:nth-child(1) {
	background:url(../images/sp_navi_icn01.png);
	background-repeat:no-repeat;
	background-position: center top 10px;
	background-size:40px auto;
}
#campsite_option ul li.accordion_title:nth-child(3) {
	background:url(../images/sp_navi_icn02.png);
	background-repeat:no-repeat;
	background-position: center top 10px;
	background-size:40px auto;
}
#campsite_option ul li.accordion_title:nth-child(5) {
	background:url(../images/sp_navi_icn03.png);
	background-repeat:no-repeat;
	background-position: center top 10px;
	background-size:40px auto;
}
#campsite_option ul li.accordion_title:nth-child(7) {
	background:url(../images/sp_navi_icn04.png);
	background-repeat:no-repeat;
	background-position: center top 10px;
	background-size:40px auto;
}
#campsite_option ul li.accordion_title2:nth-child(1) {
	background:url(../images/sp_navi_icn01.png);
	background-repeat:no-repeat;
	background-position: center top 5px;
	background-size:40px auto;
}
#campsite_option ul li.accordion_title2:nth-child(3) {
	background:url(../images/sp_navi_icn02.png);
	background-repeat:no-repeat;
	background-position: center top 0px;
	background-size:40px auto;
}
#campsite_option ul li.accordion_title2:nth-child(5) {
	background:url(../images/sp_navi_icn03.png);
	background-repeat:no-repeat;
	background-position: center top 0px;
	background-size:40px auto;
}
#campsite_option ul li.accordion_title2:nth-child(7) {
	background:url(../images/sp_navi_icn04.png);
	background-repeat:no-repeat;
	background-position: center top 0px;
	background-size:40px auto;
}

#campsite_option ul ul li {
	width:auto;
}
.renew_msg {
	width:120px;
	margin-top:5px;
}
#campsite_option, #data_content_wrap {
	float:none;
	width:auto;
}
#data_content_wrap {
	margin-top:3%;
	width:auto!important;
}
nav ul li.main_navi {
	display:none;
}
nav ul li#account:after, nav ul li#reserve:after, nav ul li#account_login:after {
	/*display:none;*/
	font-size:8px;
}
nav {
	top:15px;
	right: 10px;
}
nav ul li {
	margin:0;
}
nav ul li#account, nav ul li#reserve, nav ul li#account_login {
	width:50px;	
}
nav ul li a i {
	/*left: 18px;*/
}
header {
	/*height:110px;*/
}
#header_bg_l, #header_bg_r {
	top:-100px;
}
#campsite_info {
	text-align:center;
}
#campsite_info_image {
	float:none;
	width:auto;
	max-width:100px;
	margin:10px auto;
}
#campsite_info_name {
	float:none;
	width:auto;
}

.jconfirm .jconfirm-box {
	width: 95% !important;
}
.privavcy_wrap dl dt, .regist_wrap h4 {
	font-size:20px;
}
.reg_step li {
	font-size:12px;
}
.entry_wrap, .privavcy_wrap, .regist_wrap {
	padding:20px;
}
#entry_btn a, .to_list_btn a {
	font-size:14px;
}
#campsite_info_name h4, .regist_wrap ul#reg_flow li h5 {
	font-size:20px;
}
#top_copy_wrap h2 {
	font-size:24px;
}
body {
	font-size:16px;
	line-height:1.6em;
}
.regist_wrap h4 {
	margin-bottom:20px;
}
}

@media only screen and (max-width: 480px) {

.calendar td, .calendar th {
	padding: 5px;
}
.reg_step li:first-child {
	padding-left:20px;
}
.reg_step li:last-child {
	padding-right:20px;
}
}