/**/@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
@media print {
  #NavMenu {
	  display: none;
	}
	.Toggle {
		display: none;
	}

}
html {
	font-size: 62.5%;
}
body {
	background-size: cover;
	background-image: url("../images/bg.png");
	color: #333;
	text-align: center;
	font-size: 1.4rem;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}
*, *::before, *::after {
	box-sizing: border-box;
}

/* --------------------------------
 * about
 * -------------------------------- */
.about {
 /* padding: 100px 0 50px ;*/
	padding: 60px 0 50px ;
	color: #333;
	max-width: 960px;
	margin: 0 auto;
}
.about02 {
	background-color: #FFFFFF;
}
.about-image {
	display: block;
	width: 70%;
	margin:0 auto;
	opacity : 0;
	transform: translateY(20px);
	transition: 1s;
}
.about-position {
    position: relative;
}
/* --------------------------------
 * contact
 * -------------------------------- */
.contact-text a{
	text-align: center;
	font-size: 1.8rem;
	text-decoration: none;
	color: #666666;
}
.contact-text a:hover{
	text-decoration: none;
	color: #04afcb;
}

.contact-area {
	margin: 0 auto;
	padding-left: 32%;
	text-align: center;
	max-width: 840px;
	color: #666;
}
.contact-box{
	text-align: left;
	
}
.contact-text a {
	color: #666;
	text-decoration: none;
}
.contact-mail{
	line-height: 2.5em;
}
.contact-mail a{
	text-decoration: none;
	color: #666;
}
.contact-mail a:hover{
	text-decoration: none;
	color: #04afcb;
}
.contact-icn{
	text-decoration: none;
	border-radius: 25px;
	background-color: #383634;
	color: #fff;
	padding: 0.5em 1em;
}
.contact-pop{
	text-decoration: center;
	font-size: 1.8rem;
	color: #000000;
	padding: 0.5em 1em;
}
address{
	font-style:normal;
}

/* --------------------------------
 * footer
 * -------------------------------- */
.footer {
	padding: 12px 0;
	font-size: 1.3rem;
	background-color: #383634;
	color: #fff
}

span.ch{
	position: relative;
	top: 600px;
	display: block;
}