@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */
body {
	background-color: #fff;
	color: #000;
	font-size: 87.5%;
	font-family: "Century Gothic", Verdana, 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}
a:link {
	color: #176800;
}
a:visited {
	color: #176800;
}
a:hover, a:focus {
	color: #176800;
}
a:hover img,
a:focus img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
input, select, textarea {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.new {
	margin-left: .75em;
	padding: 3px 5px 2px;
	border-radius: 2px;
	background-color: #d00;
	color: #fff;
	font-size: 75%;
	font-weight: normal;
	text-transform: uppercase;
}

/* Header
================================================== */

/* focus時のみ表示する */
.skip {
	background-color: #666;
}
.skip a {
	display: block;
	background-color: #666;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: absolute;
	height: 0;
	overflow: hidden;
}
.skip a:focus {
	position: static;
	height: auto;
}

/* BreadCrumb
================================================== */

.scrText{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* Sitemap
================================================== */

.sitemap{
	margin: 20px 10px 20px 10px;
}
/*サイトマップ リスト 階層関係なく共通*/
.sitemap ul.sitemap-list{
	/*border-left: 1px dotted #444;*/
	list-style: none;
	margin: 0;
	padding: 0;
}

/*サイトマップ リスト項目 階層関係なく共通*/
.sitemap-list-item{
}
.sitemap-list-item li{
	margin-bottom: 5px;
}
.sitemap-list-item-span a{
	text-decoration: none;
}

/*サイトマップ リスト 階層を特定*/
ul.sitemap-list.sm-depth1-list{
	/*list-style-type: disc;*/
}
ul.sitemap-list.sm-depth1-list li{
	background-color: #eee;
	padding: 10px;
	margin-bottom: 10px;
}
ul.sitemap-list.sm-depth2-list{
	/*list-style-type: circle;*/
}
ul.sitemap-list.sm-depth3-list{
	/*list-style-type: square;*/
}
ul.sitemap-list.sm-depth4-list{
	/*list-style-type: circle;*/
}

/* Common
================================================== */
#container{}
.inner{
	/*width: 1000px;*/
	text-align: left;
	max-width: 1000px;
	margin: 0 auto;
}

/* Header
================================================== */

header{
	position: relative;
	padding-top: 10px;
    margin-bottom: 9px;
    padding-right: 6px;
}
header .h_top{
	display: flex;
	flex-direction: row-reverse;
	font-size: 1.5vw;
	padding: 10px;
}
header .h_top .h_logo{
	position: absolute;
	max-width: 290px;
	top: 0;
	left: 20px;
	z-index: 99999;
}

header .h_top .h_logo .pc{ display: block; }
header .h_top .h_logo .sp{ display: none; }
header .top_menu_wrap nav.top_nav{
	margin-right: 10px;
	border-right: 1px solid #176800;
}
header .h_top .menu_open,
header .top_menu_wrap nav.top_nav .menu_close{
	display: none;
	cursor: pointer;
}
header .h_top nav.top_nav ul{
	display: flex;
	font-size: 96%;
}
header .h_top nav.top_nav ul li{
	margin-right: 20px;
}
header .h_top nav.top_nav ul li.sp{
	display: none;
}
header .h_top nav.top_nav ul li a{
	color: #000;
	display: block;
	padding: 5px 5px 3px 5px;
	text-decoration: none;
	background: linear-gradient(transparent 70%, #f2faa9 70%);
	font-weight: bold;
}
header .h_top nav ul li a:visited{ color: #000; }

header .top_menu_wrap{
	display: flex;
	font-size: 85%;
}
header .top_menu_wrap .font_size_wrap{
	display: flex;
}
header .top_menu_wrap .font_size_wrap p{
	padding: 5px 5px 5px 5px;
	color: #176800;
	font-weight: bold;
}
header .top_menu_wrap .font_size_wrap ul{
	display: flex;
}
header .top_menu_wrap .font_size_wrap ul li:first-child{
	margin-right: 5px;
}
header .top_menu_wrap .font_size_wrap ul li a{
	margin-top: 3px;
	padding: 5px;
	display: block;
	color: #fff;
	font-size: 70%;
	text-decoration: none;
}
header .top_menu_wrap .font_size_wrap ul li.default a{ background-color: #754c24; }
header .top_menu_wrap .font_size_wrap ul li.large a{ background-color: #176800; }

header .h_yoyaku_wrap{
	display: none;
}
header #sp_menu_yoyaku_wrap{
	display: none;
}

#main_img_wrap{
	position: relative;
	/*z-index: -1;*/
}
#main_img_wrap .main_img{
	text-align: center;
}
#main_img_wrap .nav_btn_wrap{}
#main_img_wrap .nav_btn_wrap .inner{
	margin-top: -140px;
}
#main_img_wrap .nav_btn_wrap ul{
	display: flex;
	justify-content: space-around;
}
#main_img_wrap .nav_btn_wrap ul li{
	max-width: 250px;
	text-align: center;
}
#main_img_wrap .nav_btn_wrap ul li a{
	display: block;
}
#main_img_wrap .contact_wrap{
	position: absolute;
	top: 0;
	right: 0;
	width: 180px;
}
header .h_top .h_logo a:hover img,
#main_img_wrap .nav_btn_wrap ul li a:hover img,
#main_img_wrap .contact_wrap a:hover img{
	opacity: 1;
}




/* Yoyaku
================================================== */
#top_yoyaku_wrap{ position: relative; }
#top_yoyaku_wrap .yoyaku_wrap{
	position: absolute;
	top: 40px;
	right: 0;
	background-color: #b0c600;
	z-index: 9999999999;
	width: 240px;
	box-sizing: border-box;
	padding: 50px 0px 10px 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
}
#con_yoyaku_wrap .yoyaku_open,
#top_yoyaku_wrap .yoyaku_open{
	position: absolute;
	/*top: 400px;*/
	/*top: 150%;*/
	top: 10px;
	left: -30px;
	display: none;
	z-index: 9999999999;
	cursor: pointer;
}
#con_yoyaku_wrap .yoyaku_close,
#top_yoyaku_wrap .yoyaku_close{
	position: absolute;
	top: 10px;
	left: -30px;
	display: none;
	cursor: pointer;
}
.yoyaku_wrap h2{
	position: absolute;
	top: -30px;
}
.yoyaku_wrap ul{
	padding: 10px 10px 5px 10px;
}
.yoyaku_wrap ul li{}
.yoyaku_wrap ul li a{
	display: block;
	background-repeat: no-repeat;
	background-image: url('../images/yoyaku-btn01.png');
	background-size: 100%;
	padding: 20px 10px 20px 10px;
	text-align: center;
	margin-bottom: 10px;
	color: #4d4d4d;
	font-weight: bold;
	text-decoration: none;
	font-size: 110%;
	line-height: 140%;
}
.yoyaku_wrap ul li a:hover{}
.yoyaku_wrap ul li a:visited{
	color: #4d4d4d;
}
.yoyaku_wrap ul li a span{
	padding: 0px 10px 0px 30px;
}
.yoyaku_wrap ul li a span.loghouse_cottoage{
	background-image: url('../images/loghouse-icon.png');
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: left center;
}
.yoyaku_wrap ul li a span.camp{
	background-image: url('../images/camp-icon.png');
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: left center;
}
.yoyaku_wrap p.yoyaku_status{
	background-repeat: no-repeat;
	background-image: url('../images/yoyaku-btn02.png');
	background-size: 100%;
	padding: 8px 10px 8px 10px;
	text-align: center;
	margin: 0 10px 10px;
}
.yoyaku_wrap p.yoyaku_status a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.yoyaku_wrap p.yoyaku_status a:visited{
	color: #fff;
}

/* Content
================================================== */
#content{}

/* top_main */
#top_main{
	background-color: #f4ede9;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	z-index: 0;
	/*z-index: -1;*/
}
#top_main .inner{
	display: flex;
}
#top_main section.left,
#top_main section.right{
	position: relative;
	margin-top: 70px;
	padding-top: 50px;
	padding-bottom: 70px;
	box-sizing: border-box;
	background-color: #fff;
}
#top_main section.left{
	margin-right: 12px;
	flex: 1 1 50%;
}
#top_main section.left h2,
#top_main section.right h2{
	position: absolute;
    top: -56px;
    padding-left: 90px;
    padding-right: 90px;
}
#top_main section .btn_wrap{
	position: absolute;
	bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#top_main section ul{
	padding: 10px 20px 10px 20px;
	margin: 0;
}



#top_main section.left ul{}
#top_main section.left ul li{
	display: flex;
	padding: 0px 10px 30px 10px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #7a5731;
}
#top_main section.left ul li span{}
#top_main section.left ul li span.date{
	min-width: 100px;
	color:#8cc600;
}
#top_main section.left ul li span.title{
	flex-basis: auto;
}
#top_main section.left ul li span.title a{
	color: #000;
}
#top_main section.left ul li span.title a:visited{
	color: #176800;
}


#top_main section.right{
	margin-left: 12px;
	flex: 1 1 50%;
}
#top_main section.right ul{}
#top_main section.right ul li{
	display: flex;
	padding: 0px 10px 30px 10px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #7a5731;
}
#top_main section.right ul li div.thumb_wrap{
	flex: 2 1.5 168px;
	margin-right: 20px;
}
#top_main section.right ul li div.text_wrap{
	flex: 2 1 250px;
}
#top_main section.right ul li div.text_wrap span{
	display: block;
}
#top_main section.right ul li div.text_wrap span.new{
	display: inline;
}
#top_main section.right ul li div.text_wrap .date{
	color: #8cc600;
}
#top_main section.right ul li div.text_wrap .title{}
#top_main section.right ul li div.text_wrap .title a{
	color: #000;
}
#top_main section.right ul li div.text_wrap .title a:visited{
	color: #000;
}

.none_text {
	display:none;
}

/* Footer
================================================== */

/* f_main_nav */
footer #f_main_nav{
	background-image: url('../images/tanoshimi-bg.png');
	background-repeat: repeat;
	background-size: 12px;
	padding-bottom: 20px;
}
footer #f_main_nav .tanoshimi_title{
	padding-top: 111px;
	background-image: url('../images/yama-bg.gif');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}
footer #f_main_nav ul{
	display: flex;
	flex-wrap: wrap;
}
footer #f_main_nav ul li{
	flex: 1 1 33%;
	box-sizing: border-box;
	padding: 10px;
}

/* photogallery_wrap */
#photogallery_wrap{
}
#photogallery_wrap h2{
	background-color: #176800;
}
#photogallery_wrap h2 .inner{
	box-sizing: border-box;
	padding-left: 100px;
	padding-right: 100px;
}
/* f_sub_nav */
#f_sub_nav{
	padding: 20px 10px 20px 10px;
}
#f_sub_nav ul{
	display: flex;
	justify-content: space-between;
}
#f_sub_nav ul li{
	flex: 1 1 20%;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
}
#f_sub_nav ul li a{
	display: block;
	padding: 10px;
	box-sizing: border-box;
	/*border: 2px solid #176800;*/
	color: #176800;
	text-decoration: none;
	font-weight: bold;
}
#f_sub_nav ul li a:visited{
	color: #176800;
}
#f_sub_nav ul li a span{
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 24px;
	padding-left: 30px;
}
#f_sub_nav ul li.access a span{ background-image: url('../images/loghouse-icon.png'); }
#f_sub_nav ul li.area_info a span{ background-image: url('../images/loghouse-icon.png'); }
#f_sub_nav ul li.map a span{ background-image: url('../images/loghouse-icon.png'); }
#f_sub_nav ul li.fb a span{ background-image: url('../images/loghouse-icon.png'); }
#f_sub_nav ul li.faq a span{ background-image: url('../images/loghouse-icon.png'); }


/* map */
section#f_map {
	width: 100%;
	position: relative;
	/*padding-bottom: 56.25%;*/
	/*padding-bottom: 20%;*/
	padding-bottom: 30%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

section#f_map iframe,
section#f_map object,
section#f_map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* info */
#f_info{
	padding-top: 40px;
}
#f_info .f_link_wrap1,
#f_info .f_link_wrap2{
	padding: 20px;
}
#f_info .f_link_wrap1 ul{
	display: flex;
	justify-content: space-between;
}
#f_info .f_link_wrap1 ul li{}
#f_info .f_link_wrap2 ul{
	display: flex;
	justify-content: space-around;
}
#f_info .f_link_wrap2 ul li{
	text-align: center;
}

#f_info .f_link_wrap1 ul li a{
	color: #176800;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#f_info .f_link_wrap1 ul li a:visited{
	color: #176800;
}
#f_info .f_link_wrap2 ul li a{
	color: #000;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	background: linear-gradient(transparent 60%, #f2faa9 60%);
}
#f_info .f_link_wrap2 ul li a:visited{
	color: #000;
}

#f_info .f_bottom{
	text-align: center;
	margin-bottom: 10px;
}
#f_info .f_bottom h2{
	max-width: 430px;
	margin: 10px auto 30px;
}
#f_info .f_bottom span{
	padding: 10px;
}
#f_info .copyright{
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}

.pagetop{
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9999999999;
	width: 100px;
}

@media screen and (max-width: 1540px) {
	#top_yoyaku_wrap .yoyaku_wrap{
		position: fixed;
		top: 440px;
		right: -240px;
		z-index: 9999999;
	}
	#top_yoyaku_wrap .yoyaku_wrap .yoyaku_open{
		display: block;
	}
	#top_yoyaku_wrap .yoyaku_wrap .yoyaku_close{
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	header .h_logo{ width: 200px; }
	#top_main{
		padding-left: 10px;
		padding-right: 10px;
	}
	#top_main section.left h2,
	#top_main section.right h2{
		top: -60px;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 850px) {
	header .h_logo{ width: 150px; }
	#top_main section.left h2,
	#top_main section.right h2{
		top: -60px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#f_info .f_bottom {
    padding: 10px;
	}
}

@media screen and (max-width: 768px) {
	#top_main {
    padding-left: 10px;
    padding-right: 10px;
	background-color:#fff;
	}
	
	#top_main section ul {
		padding: 0px;
		margin: 0;
	}
	
	#top_main section .btn_wrap {
    position: absolute;
    bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
	
	.yoyaku_open,
	.yoyaku_close,
	#top_yoyaku_wrap,
	.font_size_wrap{
		display: none;
	}
	header .h_top{
		display: flex;
		font-size: 100%;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	header .h_top .h_logo{
		text-align: left;
		position: static;
		max-width: 380px;
		width: 100%;
	}
	header .h_top .h_logo .pc{ display: none; }
	header .h_top .h_logo .sp{ display: block; }

	header .top_menu_wrap nav.top_nav{
		margin-right: 0px;
		border: none;
	}
	header .h_top .menu_open,
	header .top_menu_wrap nav.top_nav .menu_close{
		display: block;
	}
	header .h_top .menu_open{
		max-width: 80px;
		text-align: right;
		padding: 10px 0px 10px 23px;
		box-sizing: border-box;
	}
	header .top_menu_wrap nav.top_nav .menu_close{
		padding: 10px;
		max-width: 40px;
	}

	header .top_menu_wrap{
		display: none;
		width: 280px;
		height: 100%;
		position: fixed;
		top: 0;
		right: -280px;
		text-align: left;
		background-color: #fff;
		z-index: 999999;
		box-shadow: -1px 0px 3px #ccc;
		-webkit-box-shadow: -1px 0px 3px #ccc;
		-moz-box-shadow: -1px 0px 3px #ccc;
		overflow-y: scroll;
	}
	header .h_top nav.top_nav ul{
		display: block;
	}
	header .h_top nav.top_nav ul li{
		margin: 0 10px 10px 10px;
		font-size: 130%;
	}
	header .h_top nav.top_nav ul li.sp{
		display: block;
	}
	header .top_menu_wrap .font_size_wrap{
		display: none;
	}
	header #sp_menu_yoyaku_wrap{
		display: block;
	}

	#main_img_wrap .nav_btn_wrap .inner{
		margin-top: -100px;
		padding-left: 20px;
		padding-right: 20px;
	}

	#sp_menu_yoyaku_wrap{ position: relative; }
	#sp_menu_yoyaku_wrap .yoyaku_wrap{
		position: relative;
		background-color: #b0c600;
		box-sizing: border-box;
		padding: 50px 0px 10px 0px;
		margin: 50px 20px 20px 20px;
		border-radius: 5px;		/* CSS3草案 */
		-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
		-moz-border-radius: 5px;	/* Firefox用 */
	}
	.contact_wrap{
		display: none;
	}
	
	.yoyaku_wrap ul li a span.loghouse_cottoage {
    background-image: url(../images/loghouse-icon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
	}
	
	.yoyaku_wrap ul li a span.camp {
		background-image: url(../images/camp-icon.png);
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: left center;
	}


	/* content */
	#top_main .inner{
		display: block;
	}
	#top_main section.left,
	#top_main section.right{
		padding-top: 80px;
		padding-bottom: 70px;
	}
	#top_main section.left{
		margin-top: 90px;
		margin-right: 0px;
	}
	#top_main section.left h2,
	#top_main section.right h2{
		position: absolute;
		top: -70px;
		padding-left: 100px;
		padding-right: 100px;
	}
	#top_main section.right{
		margin-top: 100px;
		margin-left: 0px;
	}
	/* tanoshimi */
	footer #f_main_nav .tanoshimi_title{
		background-size: 900px;
	}

	footer #f_main_nav ul li{
		flex: 1 1 50%;
	}
	/* sub nav */
	#f_sub_nav ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#f_sub_nav ul li{
		flex: 1 1 100%;
		width: 50%;
	}
}
@media screen and (max-width: 650px) {
	
	header {
    position: relative;
    padding-top: 0px; 
	margin-bottom: 0px; 
	padding-right: 0px;
}
	
	#top_main section.left,
	#top_main section.right{
		padding-top: 70px;
	}
	#top_main section.left{
		margin-top: 60px;
	}
	#top_main section.left h2,
	#top_main section.right h2{
		padding-left: 50px;
		padding-right: 50px;
	}
	#top_main section.right{
		margin-top: 100px;
	}
	.f_link_wrap1{
		display: none;
	}
	#f_info .f_bottom span{
		display: block;
		padding: 5px;
	}
}
@media screen and (max-width: 568px) {
	#main_img_wrap .nav_btn_wrap .inner{
		margin-top: -80px;
		/*padding-left: 20px;
		padding-right: 20px;*/
	}
	#top_main section.left,
	#top_main section.right{
		padding-top: 40px;
	}
	#top_main section.left{
		margin-top: 60px;
	}
	#top_main section.left h2,
	#top_main section.right h2{
		padding-left: 30px;
		padding-right: 30px;
	}
	#top_main section.right{
		margin-top: 100px;
	}
	footer #f_main_nav .tanoshimi_title{
		background-size: 700px;
	}
	
	.pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    width: 57px;
}
}

@media screen and (max-width: 480px) {
	#main_img_wrap .nav_btn_wrap .inner{
		margin-top: -50px;
		/*padding-left: 20px;
		padding-right: 20px;*/
	}
	footer #f_main_nav .tanoshimi_title{
		background-size: 100%;
		padding-top: 36px;
	}
	#top_main section.left h2,
	#top_main section.right h2{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#top_main section.left ul li {
    display: flex;
    padding: 0px 10px 15px 10px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #7a5731;
}
	
	#f_info .f_link_wrap2 ul{
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
	#f_info .f_link_wrap2 ul li{
		margin-bottom: 10px;
	}
}
