@charset "utf-8";
/* # =================================================================
   main
   # ================================================================= */
#contents .main {
	width: 100%;
	max-width: 1200px;
	height: 600px;
	margin:0 auto;
	background: url(../../images/main.jpg) no-repeat;
	background-size: cover;
	background-position-y: center;
	position: relative;
	border-radius: 20px;
	z-index: 0;
		@media screen and (max-width:850px) {
			width: 100%;
			max-width: 100%;
			height: 350px;
			background-size: cover;
			background-position-x: center;
		}
}

#contents .main h2 {
	position: absolute;
	top: 4%;
	left: 3%;
	font-size: 18px;
	font-size: 22px;
	line-height: 2.2;
	color: #FFF;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight:normal;
	@media screen and (max-width:850px) {
	font-size: 14px;
	line-height: 1.6;
	}
}
#contents .main .filter {
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(240,131,0,0.4);
	border-radius: 20px;
}

#contents h3 {
	padding: 10px 25px;
	display: block;
	text-align: left;
	font-size: 50px;
	font-size: 26px;
	color: #FFF;
	background-color: var(--base1);
	border-radius: 50px;
	font-weight: normal;
	margin:50px auto 30px auto;
	@media screen and (max-width:850px) {
	font-size: 20px;
	padding: 5px 15px;
	}
}


/* # =================================================================
   about
   # ================================================================= */
#about {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
}
#about ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#about ul li {
	margin-bottom: 35px;
	@media screen and (max-width:850px) {
	margin-bottom: 15px;
	}
}
#about ul li.image {
	width: 30%;
	height: 220px;
	border: 4px solid var(--base1);
	border-radius: 15px;
	overflow: hidden;
	@media screen and (max-width:850px) {
	width: 100%;
	height: 180px;
	}
}
#about ul li.image img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	@media screen and (max-width:850px) {
	width: 100%;
	height: 180px;
	}
}
#about ul li.text {
	width: 65%;
	@media screen and (max-width:850px) {
	width: 100%;
	text-align: center;
	}
}
#about ul li.text a {
	transition: all 0.5s;
	display: block;
	width: 90%;
	text-align: center;
	background: #762B1B;
	margin-top: 15px;
	border-radius: 100px;
}
#about ul li.text a:hover {
	opacity: 0.7;
}
#about ul li.text img {
	height: auto;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	@media screen and (max-width:850px) {
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	display: block;
	}
}

#about ul li.text p{
	display: block;
	width: 96%;
	margin: 15px 0 0 0;
	line-height: 1.8;
	font-size: 16px;
	text-align: left;
	@media screen and (max-width:850px) {
	margin: 10px 0 30px 0;
	font-size: 14px;
	}
}
#about ul li h4 {
	font-size: 24px;
	padding-bottom: 3px;
	border-bottom: 3px solid var(--base1);
	display: inline-block;
	@media screen and (max-width:850px) {
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	}
}




/* # =================================================================
   info
   # ================================================================= */
#info {
}
#info .infoBox {
	width: 96%;
	margin: 0 auto;
	padding: 50px 0 20px 0;
	background: url(../../images/info.jpg) no-repeat;
	background-position-x: right;
	background-position-y: center;
	background-size: contain;
	border-radius: 20px;
	@media screen and (max-width:850px) {
	background-position-x: 120px;
	background-position-y: top;
	padding: 20px 0 20px 0;
	}
}
#info ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
#info ul li.name {
	position: relative;
	font-size: 18px;
	padding-bottom: 30px;
	padding-left: 1.1em;
	padding-right: 2em;
	width: 15%;
	text-align: justify;
	text-align-last: justify;
	@media screen and (max-width:850px) {
	width: 100%;
	text-align: left;
	text-align-last: left;
	font-size: 14px;
	padding-bottom: 5px;
	}
}
#info ul li.spec {
	width: 80%;
	position: relative;
	font-size: 18px;
	line-height: 1.5;
	padding-bottom: 15px;
	@media screen and (max-width:850px) {
	width: 100%;
	font-size: 14px;
	padding-bottom: 15px;
	padding-left: 1.1em;
	}
}
#info ul li.name::after {
	position: absolute;
	content: "■";
	color: var(--base1);
	top: 0;
	left: 0;
}
