@charset "utf-8";
body {
	font-size: 100%;
	line-height: 160%;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #4b4b4b;
	text-align: center;
	background: #4B5E80;
}
/*
a:link { text-decoration:nderline; color: #0000ff;}
a:visited { text-decoration:nderline; color: #0000ff;}
a:active { text-decoration:nderline; color: #0000ff;}
a:hover { text-decoration:none; color: #0000ff;}
*/
p {
	font-size: 14px;
}
a:hover{
	opacity: 0.8;
}
h2 {
	padding: 0;
	margin: 30px 0;
	font-size: 28px;
}
img {
	width: 100%;
}
@media (max-width: 620px) {
	h2 {
		font-size: 24px;
		margin: 20px;
	}
}

/*sns*/
.social {
	position: fixed;
	top: 20px;
	z-index: 1000;
}
.social ul {
	padding: 0px;
	-webkit-transform: translate(-270px, 0);
	-moz-transform: translate(-270px, 0);
	-ms-transform: translate(-270px, 0);
	-o-transform: translate(-270px, 0);
	transform: translate(-270px, 0);
}
.social ul li {
	display: block;
	margin: 5px;
	background: rgba(0, 0, 0, 0.36);
	width: 300px;
	text-align: right;
	padding: 10px;
	-webkit-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.social ul li:hover a {
  color: #000;
}
.social ul li:hover i {
	color: #fff;
	background: #911D40;
}
.social ul li i {
	margin-left: 10px;
	color: #000;
	background: #fff;
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 20px;
	background: #ffffff;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}


/* #container
--------------------------- */
#container {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
}

section{
	padding: 40px 1%;
}
section#title{
	height: 550px;
	width: 100%;
	padding: 0;
	margin: 0;
}

#title .bg_text{
	position: absolute;
	height: 580px;
	overflow: hidden;
	z-index: -1;
	color: #3C4664;
	font-weight: bold;
	margin-top: -20px;
}
#title .bg_text span{
	display: none;
}
#title p{
	position: relative;
	color: #ffffff;
	font-size: 20px;
	top: 100px;
}
#title h1{
	position: relative;
	font-size: 50px;
	line-height: 1.5;
	top: 100px;
	width: 40%;
	max-width: 500px;
	margin: 40px auto;
}
@media (max-width: 768px) {
	#title h1{
		width: 80%;
	}
}
@media (max-width: 620px) {
	#title h1{
		padding: 0px 1%;
		width: 95%;
	}
}
#title .button{
	color: #ffffff;
	text-align: center;
	padding: 20px 35px;
	position: relative;
	top: 130px;
	font-size: 20px;
	border: 4px solid;
	display: inline-block;
}

.inner{
	margin: 1%;
}
.box{
	display: inline-block;
	vertical-align: top;
	padding: 1%;
}
#about {
	background-color: #EAEAEA;
}
#about .inner .box{
	margin: 1%;
	width: 20%;
	max-width: 185px;
}
#about .inner .box img{
	width: 80%;
	margin-left: -20%;
}
#about .inner .box p{
	margin: 5px auto;
}
#about .inner .box:before {/*画像を絶対配置*/
	position: relative;
	content: '';
	left: -35%;
	top: 25px;
	display: inline-block;
	width: 12%;
	height: 100px;
	background-image: url(../img/arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
}
#about .inner .box#no1:before {/*画像を絶対配置*/
	content:none;
}
@media (max-width: 768px) {
	#about .inner .box p{
		text-align: left;
	}
	#about .inner .box:before {/*画像を絶対配置*/
		top: 45px;
	}
}
@media (max-width: 620px) {
	#about .inner .box{
		margin: 1%;
		width: 80%;
		max-width: 300px;
	}
	#about .inner .box img {
		width: 40%;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}
	#about .inner .box p {
		width: 50%;
		display: inline-block;
		vertical-align: middle;
	}
	#about .inner .box:before {/*画像を絶対配置*/
		top: 15px;
		height: 50px;
		background-image: url(../img/arrow02.png);
		display: block;
		margin: 0 auto;
		left: 0;
		width: 30px;
	}
}
#type {
	background-color: #e1f0ff;
}
#type .inner .box{
	margin: 1%;
	width: 45%;
	max-width: 505px;
}
#type .inner .box .top{
	width: 100%;
}
#type .inner .box img{
	border: 2px solid #EAEAEA;
	margin: 1%;
	width: 90%;
}
#type .inner .box p{
	margin: 0;
	text-align: left;
	width: 90%;
	margin-left: 5%;
}
#type .inner .box .title{
	font-weight: bold;
}
#type .inner .box .title img{
	width: 45px;
	margin-right: 10px;
	margin-left: -15px;
	vertical-align: middle;
	border: none;
}
@media (max-width: 620px) {
	#type .inner .box {
		width: 98%;
	}
}

#howto {
	background-color: #EAEAEA;
}
#howto .box{
	width: 90%;
	padding: 0;
}
#howto .box .drawing{
	width: 38%;
	max-width: 500px;
	margin: 0 2%;
	display: inline-block;
}
#howto .box .drawing p{
	margin: 0;
	font-size: 12px;
	line-height: 1.3;
}
#howto .box .drawing p.title{
	background-color: #535156;
	padding: 3px 10px;
	border-radius: 5px;
	color: #ffffff;
	position: relative;
	display: table;
	width: 20%;
	left: 39%;
	top: 15px;
}
#howto .box .drawing .drawing_img{
	width: 40%;
	margin: 0 3%;
	display: inline-block;
}
#howto .box .drawing .drawing_img img{
	width: 84%;
	border: 4px solid #535156;
	padding: 8%;
	background-color: #ffffff;
}
@media (max-width: 768px) {
	#howto .box .drawing{
		width: 42%;
	}
	#howto .box .drawing p.title{
		top: 12px;
	}
}
@media (max-width: 620px) {
	#howto .box .drawing {
		width: 90%;
	}
}

#day{
	background-color: #9B9B9B;
}
#day p{
	font-size: 20px;
	margin: 0;
}
@media (max-width: 768px) {
	#day p span{
		display: block;
	}
}
@media (max-width: 620px) {
	#day p{
		font-size: 16px;
	}
}
#contact{
	background-color: #4B4B4B;
	padding: 1px;
}
#contact p{
	color: #ffffff;
}
#contact p span{
	margin: 0 25px;
}
