@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
/* ------------------------------------------------ */
.pc {}.sp {display: none;}.none {display: none;}
@media screen and (max-width: 767px) {
.pc {display: none;}.sp {display: block;}
}
/* ------------------------------------------------ */
:root {
	--white: #fff;
	--black: #000;
	--gray1: #333;
	--gray2: #666;
	--gray3: #999;
	--gray4: #ccc;
	--gray5: #e6e6e6;
	--gray6: #f2f2f2;
	--color1: #877a59;
	--color2: #d8d3bc;
}
/*
	font-size: 30px;
	font-size: 3vmin;
	font-size: clamp(24px, 3vmin, 30px);
	color: var(--color1);
	background-color: var(--color1);
*/
/* ------------------------------------------------ */
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
*{
margin:0;
padding:0;
}
html,body {
	height: 100%;
	font-size: 62.5%;
	margin: 0px auto;
}
body {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
#container {
	position: relative;
	height: 100%;
	min-height: 100%;
	text-align: left;
	background-color: #fff;
	margin: 0px auto;
	padding: 0px;
}
a {
	text-decoration: underline;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:link {color: #333;}
a:visited {color: #333;}
a:active {color: #ccc;}
a:hover {color: #ccc;}
h1,h2,h3,h4,h5,h6 {font-size:1em;}
em,i,address {font-style: normal;}
img {display:block;max-width:100%;border:none;-ms-interpolation-mode: bicubic;-webkit-backface-visibility: hidden;}
@media screen and (max-width: 767px) {
	img {max-width:100%;height:auto;}
}
.clear {clear: both;}
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* ------------------------------------------------ */
.width {
	width: 1000px;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.width {
		width: auto;
	}
}
/* ------------------------------------------------ */
.message {padding: 10px;}
.padhb10 {padding-bottom: 10px;}
.marhb10 {margin-bottom: 10px;}
/* ------------------------------------------------ */
#header {
	background-color: #f2f2f2;
	padding: 10px;
}
.header {
	text-align: center;
}
.headerlogo {
	margin-bottom: 10px;
}
.headerlogo h1 {
	font-size: 18px;
	font-weight: 700;
}
.headerlogo h1 a {text-decoration:none;}
.headerlogo h1 a:hover {color: #ccc;}
.headerlogo h2 {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.4em;
}
/* ------------------------------------------------ */
#footer {
}
.copyright {
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	padding-top: 20px;
}
/* ------------------------------------------------ */
#mv {
	height: 250px;
	background-color: #f2f2f2;
	background-image: url("./mv.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#mv img {
	margin: 0px auto;
}
/* ------------------------------------------------ */
.nav {
	text-align: center;
}
.nav ul {
	font-size: 0px;
	list-style-type: none;
	margin: 0px auto;
}
.nav ul li {
	display: inline-block;
	font-size: 13px;
	border-right: 1px solid #999;
}
.nav ul li:last-child {
	border-right: none;
}
.nav ul li a {
	color:#333;
	line-height:1em;
	text-decoration:none;
	margin: 0px;
	padding: 0px 5px;
}
.nav ul li a:last-child {
	border-right: none;
}
#sitemap .content .nav ul {
	width: 400px;
	text-align: left;
	margin: 0px auto;
}
#sitemap .content .nav ul li {
	display: block;
	font-size: 18px;
	border-right: none;
	border-bottom: 1px dashed #999;
}
#sitemap .content .nav ul li:last-child {
	border-bottom: none;
}
#sitemap .content .nav ul li a {
	display: inline-block;
	padding: 10px 5px;
}
#sitemap .content .nav ul li a::before {
	content: "■　";
	color: #ccc;
	font-size: 12px;
}
.nav ul li a:hover {color:#7dc7e2;}
/* ------------------------------------------------ */
.gotop{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
}
.gotop a,
.gotop a::before,
.gotop a::after {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.gotop a {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	background-color: var(--color2);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
.gotop a::before,
.gotop a::after {
	display: inline-block;
	content: "";
	position: absolute;
	left: 50%;
}
.gotop a::before {
	bottom: 10px;
	z-index: 1;
	width: 10px;
	height: 10px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-color: var(--white);
	transform: rotate(45deg);
	margin-left: -5px;
}
.gotop a::after {
	bottom: -10px;
	z-index: 0;
	width: 1px;
	height: 31px;
	background-color: var(--white);
}
.gotop a:hover {
	background-color: var(--color1);
}
.gotop a:hover::before {
	bottom: 20px;
	border-color: #fff;
}
.gotop a:hover::after {
	bottom: 0px;
	background-color: #fff;
}
.gotop a span {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
/* ------------------------------------------------ */
#main {
	margin: 0px auto;
	padding: 50px 10px;
}
/* ------------------------------------------------ */
.title {
	line-height: 1em;
	border-left: 4px solid var(--color2);
	margin-bottom: 20px;
	padding: 5px 0px 5px 10px;
}
.title h3 {
	color: var(--color1);
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
}
.content {
	line-height: 1.8em;
	background-color: #f2f2f2;
	margin-bottom: 50px;
	padding: 20px 20px;
}
.content:after {
	content: "";
	display: block;
	clear: both;
}
.content p {margin-bottom: 15px;}
.content p:last-child {margin-bottom: 0px;}
/* news---------------------------------------------------------------------- */
.news {
	background-color: #f2f2f2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 30px;
	padding: 10px 20px;
}
.news h3 {
	color: var(--color1);
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px dashed var(--gray3);
}
.news p {
	font-size: 14px;
	padding: 2px 10px;
}
.news p::before {
	content: "■ ";
	color: var(--color2);
	font-size: 12px;
}
/* linkbox---------------------------------------------------------------------- */
.link {
	text-align: center;
	padding: 20px 10px ;
}
.link ul {
	list-style-type: none;
}
.link ul li {
	margin-bottom: 10px;
}
.link ul li:last-child {
	margin-bottom: 0px;
}
.link ul li a {
	color: var(--color1);
	font-weight: 700;
	line-height: 1em;
}
.link ul li a:hover {
}
.link ul li p {
	font-size: 0.8em;
}
/* ------------------------------------------------ */
.info {
}
.info strong {
}
/* ------------------------------------------------ */
.sitema {
}
.sitema ul {
	list-style-type: square;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sitema li {
	border-bottom: 1px dashed #ccc;
	margin-left: 30px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.sitema li:last-child {border-bottom:none;}
/* ------------------------------------------------ */