@charset "UTF-8";

.naocampbox {
	border-bottom:#2f7435 solid 2px;
	border-left:#2f7435 solid 2px;
	border-right:#2f7435 solid 2px;
	padding-top:30px;
	padding-bottom:40px;
}
.naocampbox h3 {
	text-align:center;
	color: #dc5f36;
	font-size: 150%;
	font-weight: bold;
	padding-bottom: 12px;
    border-bottom: #2f7435 dotted 2px;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.naocampbox h3:nth-of-type(n+2) {
	margin-top: 40px;
}
@media screen and (max-width: 670px) {
	.naocampbox {
		padding-top:15px;
		padding-bottom:15px;
	}
	.naocampbox h3 {
		font-size: 120%;
        width: 90%;
        padding-bottom: 6px;
        margin-bottom: 10px;
	}
}
.naocampbox .note-box {
    background-color: rgba(220,95,54,1.00);
    color: #fff;
    text-align: center;
    display: table;
	margin-left: auto;
	margin-right: auto;
    font-size: 110%;
    padding: 6px 15px 5px 15px;
    border-radius: 5px;
    margin-bottom: 25px;
}
.naocampbox .note-box span {
    display: block;
    font-size: 115%;
    font-weight: bold;
    color: #fff690;
}
@media screen and (max-width: 670px) {
    .naocampbox .note-box {
        width: 90%;
        font-size: 100%;
        margin-bottom: 15px;
    }
    .naocampbox .note-box span {
        line-height: 1.2em;
    }
}


/* 予約開始日変更アナウンス */
.yoyaku-notice {
	padding: 10px;
	/*width: 87%;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	color: #000 !important;
	display: table;
	text-align: center;
}
.yoyaku-notice .new-rule {
	/*background-color: #fff799;*/
	font-size: 120%;
	/*color:#2f7435;*/
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
.yoyaku-notice .new-rule th {
	font-weight: bold;
    background-color: rgba(47,116,53,0.1);
    color:#2f7435;
}
.yoyaku-notice .new-rule th,
.yoyaku-notice .new-rule td {
	padding: 3px 40px;
}
.yoyaku-notice .new-rule td {
	background-color: rgba(255,247,153,0.4);
}
@media screen and (max-width: 670px) {
	.yoyaku-notice .new-rule {
		font-size: 100%;
		width: auto;
		line-height: 1.3em;
	}
	.yoyaku-notice .new-rule th,
	.yoyaku-notice .new-rule td {
		padding: 3px 5px;
	}
}
.yoyaku-notice .new-rule {
	border-top: #2f7435 solid 1px;
	border-right: #2f7435 solid 1px;
}
.yoyaku-notice .new-rule th,
.yoyaku-notice .new-rule td {
	border-bottom: #2f7435 solid 1px;
	border-left: #2f7435 solid 1px;
}
.yoyaku-notice span {
	color: #dc5f36;
}
.yoyaku-notice .otoku {
	margin-top: 10px;
	/*
	background-color: #fff;
	padding: 15px;
	*/
}

.naocampbox dl.start {
	margin-left: auto;
	margin-right:auto;
	display: flex;
	justify-content: center;
    font-size: 120%;
    margin-top: 25px;
    margin-bottom: 8px;
}
.naocampbox dl.start dt,
.naocampbox dl.start dd {
	padding:8px 15px;
}
.naocampbox dl.start dt {
    border:#2f7435 solid 1px;
    background-color: rgba(47,116,53,0.1);
    color: #2f7435;
    font-weight: bold;
}
.naocampbox dl.start dd {
    border-top:#2f7435 solid 1px;
    border-bottom: #2f7435 solid 1px;
    border-right: #2f7435 solid 1px;
    font-weight: bold;
    background-color: rgba(255,247,153,0.4);
}
.naocampbox dl.start dt:nth-of-type(2) {
    margin-left:20px;
}
@media screen and (max-width: 670px) {
	.naocampbox dl.start {
		width: 90%;
		display: block;
		font-size: 110%;
	}
    .naocampbox dl.start dt,
    .naocampbox dl.start dd {
        padding:4px 15px;
        text-align: center;
    }
    .naocampbox dl.start dd {
        border-top: none;
        border-left: #2f7435 solid 1px;
    }
    .naocampbox dl.start dt:nth-of-type(2) {
        margin-left: 0px;
        margin-top: 10px;
}
}

.yoyaku-notice .member-btn {
	max-width: 320px;
	margin-top: 14px;
	margin-left: auto;
	margin-right: auto;
}
.yoyaku-notice .member-btn a {
	display: block;
	background-color: #2f7435;
	color: #fff;
	border-radius: 50vh;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	padding: 8px;
	font-feature-settings: "palt";
}
.yoyaku-notice .member-btn a:hover {
	color: #e5cf62;
}

/*
.ttl_balloon2 {
	font-weight: bold;
	padding: 0.5em 1em;
	border: 3px solid #4c9ac0;
	box-shadow: 3px 3px 0 0 #4c9ac0;
	position: relative;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	background-color: #edce48;
	font-size: 120%;
	text-align: center;
}
.ttl_balloon2::before, .ttl_balloon2::after {
	content: '';
	height: 0;
	width: 0;
	border: solid transparent;
	position: absolute;
	left: 40px;
}
.ttl_balloon2::before {
	border-color: transparent;
	border-top-color: #4c9ac0;
	border-right-color: #4c9ac0;
	border-width: 10px;
	top: 100%;
	left: 36px;
}
.ttl_balloon2::after {
	border-color: transparent;
	border-top-color: #edce48;
	border-right-color: #edce48;
	border-width: 6.5px;
	top: 99%;
}
.ttl_balloon2 span {
	color: #dc5f36;
	font-size: 130%;
	padding: 0 3px;
}
*/

/*
.yoyaku-notice h4 {
	position: relative;
	padding: 10px 15px;
	font-size: 120%;
	color: #fff;
	background-color:#2f7435;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.yoyaku-notice h4:before {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 100%;
	height: 100%;
	content: '';
	border: 4px solid #000;
}
*/





.webyoyaku-notice {
	width: 84%;
	margin-left: auto;
	margin-right: auto;
	/*border-top: #b4b4b4 dotted 1px;*/
	padding: 12px 0px 4px 0px;
}
@media screen and (max-width: 670px) {
	.webyoyaku-notice {
		margin-left: 15px;
		margin-right: 15px;
	}
}
.webyoyaku-notice h4 {
	font-weight: bold;
	position: relative;
	padding-left: 9px;
	line-height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 6px;
}
.webyoyaku-notice h4::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 14px;
	background-color: #dc5f36;
	position: absolute;
	top: 1px;
	left: 0px;
}

/* 検索ガシェット */
#search-bar-wrap {
	display: table;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
}
#search-bar-wrap form {
	background-color: #e4ede5;
}
@media screen and (max-width: 670px) {
	#search-bar-wrap {
		width: 100%;
	}
}

/* キャンプ場&貸別荘 連絡先 */
.naocamp {
	background-color:#2f7435;
	color:#FFF;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	line-height:100%;
	padding:20px 0;
	margin-top:30px;
}
@media screen and (max-width: 670px) {
	.naocamp {
		font-size: 18px;
		padding:12px 0;
		line-height:105%;
		margin-top:20px;
	}
}






/*
.naocampbox h3 span {
	position: relative;
	display: inline-block;
	padding: 0 55px;
}
.naocampbox h3 span:before, .naocampbox h3 span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #dc5f36;
}
.naocampbox h3 span:before {
  left:0;
}
.naocampbox h3 span:after {
  right: 0;
}
*/

.naocampbox ul.facility {
	margin-left: auto;
	margin-right:auto;
	display: flex;
	justify-content: center;
    justify-content: space-between;
    width:788px;
}
@media screen and (max-width: 670px) {
	.naocampbox ul.facility {
		width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

.naocampbox ul.facility li {
	border:#2f7435 solid 1px;
	padding:10px 0 8px 0;
	line-height:100%;
	color:#2f7435;
	text-align:center;
	font-size:16px;
	font-weight:bold;
    width:185px;
}
@media screen and (max-width: 670px) {
	.naocampbox ul.facility li {
		padding:5px 0 4px 0;
        width:100%;
        margin-bottom: 4px;
	}
}


.naocampbox p.tel {
	text-align:center;
	margin-bottom: 10px;
}
@media screen and (max-width: 670px) {
	.naocampbox p.tel {
		
	}
	.naocampbox p.tel img {
		max-width: 210px;
	}
}


/*
.akibox a {
	width:465px;
	height:60px;
	padding-top:40px;
	background: url(../../cottage/images/icn_blank.png) no-repeat right bottom #e4ede5;
	text-align:center;
	margin-left: auto;
	margin-right:auto;
	color:#2e7334;
	display:block;
	font-size:23px;
	font-weight:bold;
	text-decoration: none;
}
*/

/* アミーゴバンガロー村 連絡先 */
/*
.amigo {
	background-color:#6b5540;
	color:#FFF;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	line-height:100%;
	padding:20px 0;
	margin-top:30px;
}
.amigobox {
	border-bottom:#6b5540 solid 2px;
	border-left:#6b5540 solid 2px;
	border-right:#6b5540 solid 2px;
	padding-top:30px;
	padding-bottom:30px;
}
.amigotel {
	width:1000px;
	margin:0 auto;
}
.amigotel .telbox {
	width:450px;
	margin:0 20px;
	float:left;
}
.amigotel .telbox p {
	padding-top:15px;
	text-align:center;
}
h4.kaki {
	background-color:#48ab35;
	color:#FFF;
	font-size:16px;
	
	text-align:center;
	line-height:130%;
	padding:15px 0;
}
h4.touki {
	background-color:#4fb1c6;
	color:#FFF;
	font-size:16px;
	
	text-align:center;
	line-height:130%;
	padding:15px 0;
}
*/