@charset "utf-8";

/* visitor xs home
========================================================================== */

/* Phones */
@media (max-width: 767px) {
	#visitor-xs-home {
		border-bottom: 5px solid #226a3d;
	}
}



/* pickup
========================================================================== */

#pickup {
	margin-top: -112px;
	padding: 15px;
	background: rgba(255, 255, 255, .8); /* #fff 80% */
	text-align: center;
	position: relative;
	z-index: 100;
	zoom: 1;
}
#pickup:after {
	content:"";
	display: block;
	clear: both;
}

#pickup ul {
	padding-left: 0;
	list-style: none;
}

#pickup ul li {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	position: relative;
}
#pickup ul li:last-child {
	margin-right: 0;
}

#pickup ul li span {
	width: 100%;
	padding: .5em 0;
	color: #fff;
	background: rgba(54, 104, 65, .85); /* #366841 80% */
	display: block;
	position: absolute;
	bottom: 0;
}

#pickup ul li img {
	width: 100%;
}

/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
	#pickup {
		font-size: 85%; /* 11px */
		font-weight: normal;
	}
}

/* Phones */
@media (max-width: 767px) {
	#pickup {
		display: none;
	}
}



/* main
========================================================================== */

#main {
	padding: 15px 50px 0 15px;
}

/* Phones */
@media (max-width: 767px) {
	#main {
		padding: 0 15px;
	}
}



/* user guide
========================================================================== */

#userguide {
    margin-bottom: 5em;
    padding: 2em;
    background-color: #e8efe3;
	font-size: 106.666%; /* 16px */
    text-align: center;
}

#userguide p {
    font-weight: bold;
}

#userguide div.btn_userguide {
	margin-bottom: 1em;
	text-align: center;
}
#userguide div.btn_userguide a {
	padding: 1.25em 0;
	background-color: #366841;
	color: #fff;
	display: block;
}
#userguide div.btn_userguide a:hover {
	background-color: #6fa854;
}
#userguide div.btn_userguide a span {
    padding-right: 1.5em;
	background: url("../images/icon/pdf.png") no-repeat center right / 18px;
    display: inline-block;
}
#userguide div.btn_userguide > span {
	padding: 1.25em 0;
	background-color: #ccc;
	color: #333;
	display: block;
}

/* Phones */
@media (max-width: 767px) {
	#userguide {
		margin-bottom: 3em;
	}
}



/* faq
========================================================================== */

#faq {
	margin-bottom: 50px;
	font-size: 106.666%; /* 16px */
}

#faq h2 {
	width: 100%;
	margin-bottom: .5em;
	color: #366841;
	font-size: 133.333%; /* 20px */
	font-weight: bold;
	display: block;
}

#faq p.btn_list {
	margin-top: -30px;
}

#faq dl {
	border-bottom: 1px dotted #666;
	clear: both;
}

#faq dl dt {
	padding: 1.5em 3em 1.5em 1.5em;
    background: url("../images/contents/arw_c_down_339900.svg") no-repeat center right 1.5em / 14px;
	border-top: 1px dotted #666;
	cursor: pointer;
	display: block;
}

#faq dl dt.current {
	background-color: #e8f0e3;
    background-image: url("../images/contents/arw_c_up_339900.svg");
}

#faq dl dd {
	padding: 1.5em;
	line-height: 1.8;
	display: none;
}
#faq dl dd p.note {
	margin-bottom: .25em;
	font-size: 1.4rem;
}

/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
	#faq {
		font-size: 100%; /* 13px */
	}
}

/* Phones */
@media (max-width: 767px) {
	#faq {
		font-size: 100%; /* 13px */
	}
}



/* sitemap_org
========================================================================== */

#sitemap_org {
	font-size: 106.666%; /* 16px */
}

#sitemap_org h2 {
	margin-bottom: .75em;
	padding-bottom: .5em;
	border-bottom: 1px solid #333;
	font-size: 133.333%; /* 20px */
	font-weight: bold;
	float: none;
}
#sitemap_org h2 a {
    background: url("../images/contents/arw_c_next_999999.svg") no-repeat center right / 16px;
	color: #333;
	display: block;
}
#sitemap_org h2 a:hover {
	color: #6fa854;
}

#sitemap_org h2 img {
	width: 24px;
	margin: -3px .5em 0 0;
}

#sitemap_org > div {
	margin-bottom: 50px;
	padding: 0;
}
#sitemap_org >  div:nth-child(odd) {
	padding-right: 25px;
	clear: both;
}
#sitemap_org >  div:nth-child(even) {
	padding-left: 25px;
}

#sitemap_org ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

#sitemap_org ul li {
	padding-left: 1.25em;
    background: url("../images/contents/arw_c_next_999999.svg") no-repeat center left / 14px;
}

#sitemap_org ul li a {
	color: #333;
}
#sitemap_org ul li a:hover {
	color: #6fa854;
}

#sitemap_org div.btn_sitemap_org {
	width: 100%;
	margin: 1em 0 0;
	background: green;
}
#sitemap_org div.btn_sitemap_org a {
	padding: .5em 1em;
	background-color: #f8f8ea;
	color: #333;
	display: block;
	position: relative;
}
#sitemap_org div.btn_sitemap_org a:hover {
	color: #6fa854;
}
#sitemap_org div.btn_sitemap_org span {
	padding: .5em 1em;
	background-color: #ccc;
	color: #333;
	display: block;
	position: relative;
}

/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
	#sitemap_org {
		font-size: 100%; /* 13px */
	}

	#sitemap_org > div {
		margin-bottom: 30px;
		padding: 0 !important;
	}

	#sitemap_org ul li a {
		display: block;
	}
}

/* Phones */
@media (max-width: 767px) {
	#sitemap_org {
		font-size: 100%; /* 13px */
	}

	#sitemap_org > div {
		margin-bottom: 30px;
		padding: 0 !important;
	}

	#sitemap_org ul li a {
		display: block;
	}
}



/* reserve
========================================================================== */

#reserve {
	clear: both;
}



/* sidebar
========================================================================== */

#sidebar {
	margin-top: 0;
	background: none;
}



/* tool
========================================================================== */

#tool {
	margin-bottom: 20px;
	padding: 2em;
	border: 5px solid #e8f0e3;
}

#tool h2 {
	margin-bottom: .5em;
	font-weight: bold;
	text-align: center;
}

#tool div.btn_tool {
	margin-bottom: 1em;
	text-align: center;
}
#tool div.btn_tool a {
	padding: 1.25em 0;
	background-color: #366841;
	color: #fff;
	display: block;
}
#tool div.btn_tool a:hover {
	background-color: #6fa854;
}
#tool div.btn_tool a img {
	width: 24px;
	height: 24px;
	margin-right: .5em;
}
#tool div.btn_tool a span {
    padding-right: 1.5em;
    background: url("../images/icon/external-link_ffffff.svg") no-repeat center right / 14px;
	color: #fff;
}

#tool p {
	font-size: 86.666%; /* 13px */
}
#tool p.tool_lead {
	margin-bottom: 1.5em;
	padding: 0 0 1em;
	border-bottom: 1px solid #ccc;
    text-align: center;
}
#tool p.note {
	margin-bottom: 0;
}

/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
	#tool {
		padding: 1em;
	}

	#tool h2 {
		padding: 0 1em .75em;
	}

	#tool div.btn_tool a img {
		display: none;
	}
}



/* gallery
========================================================================== */

#gallery {
	margin-bottom: 5px;
}
#gallery img {
	width: 100%;
}