@charset "utf-8";

/* CSS Document */
#back {
	background-color: #fffcf1;
	position: fixed;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-size: cover;
}
body {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 4.347vw;
	background-color: #fffcf1;
}
header {
	margin:0;
	padding:0 0 0 5%;
	text-align: left;
}
.logo.cf p img {
	width:40%;
	padding-bottom:2%;
}

@media screen and (min-width: 414px) {
  * { -webkit-text-size-adjust: none; }
}
header h1 {
	padding:0;
}
header #nav-open {
	position: absolute;
	margin-top: 10px;
	top: 30px;
	right: 5%;
}
#nav-open .menu-trigger, .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#nav-open .menu-trigger {
	position: relative;
	width: 100px;
	height: 78px;
}
#nav-open .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #888888;
	background-repeat: no-repeat;
	border-radius: 4px;
}
.cf:before, .cf:after {
	content: "";
	display: block;
	overflow: hidden
}
.cf:after {
	clear: both
}
.cf {
	zoom: 1
}
#nav-open .menu-trigger span:nth-of-type(1) {
	top: 0;
}
#nav-open .menu-trigger span:nth-of-type(2) {
	top: 50%;
}
#nav-open .menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
#nav-open .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(40px) rotate(-45deg);
}
#nav-open .menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
#nav-open .menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-33px) rotate(45deg);
	transform: translateY(-33px) rotate(45deg);
}
nav#gnav {
	width: 100%;
	text-align: center;
	background: #fffcf1;
	display: none;
}
nav#gnav {
	width: 100%;
	text-align: center;
	background: #fffcf1;
	display: none;
}
nav#gnav:target {
	top: 97px;
}
nav#gnav .child {
	margin: 0;
	padding: 0;
}
#gnav .child li {
	text-align: center;
	background: #fffcf1;
}
#gnav ul li a span {
}
#gnav ul li img {
	margin:0 auto;
}
#gnav ul li a {
	display: block;
	padding: 3% 10%;
	color: #000000;
	border-bottom: 2px #888888 solid;
	text-decoration: none;
	background: url(../common/images/arrow.png) no-repeat 90% center;
	background-size: 5%;
}
nav#gnav #nav-close {
	clear: both;
}

#page-top {
	position: fixed;
	bottom: 5%;
	right: 5%;
	width: 15%;
	z-index: 6000;
}
#mainvisual {
	width: 90%;
	margin: 50px auto;
}
#maincont {
	padding: 0 5%
}
#maincont>.card {
	background-color: #FFFcf1;
	padding: 40px 35px;
	margin: 0 0 40px;
}
#maincont .card h3 img {
	float: none;
	vertical-align: text-top;
}
#maincont>.card .inner {
}
#maincont>.card h3 {
	font-size: 42px;
	margin: 0 0 10px;
	;
	vertical-align: text-top;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	display: inline;
}
#maincont>.card h3 span {
	font-size: 52px;
	vertical-align: text-top;
	background-color: #000;
	color: #fff;
	padding: 5px
}
#maincont>.card p {
	line-height: 1.8;
}
#maincont>.card img {
	float: right;
	margin: 0 0 20px 20px;
}
#contact {
	margin: 0 0 40px;
	background-color: #FFFFFF;
	padding: 20px;
	border: 4px solid #DDA320;
	box-sizing: border-box;
}
#contact p {
	text-align: center;
	margin:10px 0;
	font-size:36px;
}
#contact dl {
	margin:0 auto;
}
#contact > dl:nth-child(2) {
	border-bottom: 4px solid #DDA320;
	margin: 0 0 20px;
}
#contact dl dt {
	text-align: center;
	font-size: 28px;
	padding: 0 0 5px;
	margin: 0 0 10px;
	font-weight: bold;
}
#contact dl dd {
	text-align: center;
	font-size: 22px;
	color:#888888;
}
#contact dl dd img {
	margin: 7px 0;
}
#contact dl dd.btn a {
	width: 60%;
	display: block;
	padding: 25px 0;
	border-radius: 5px;
	text-decoration: none;
	margin: 0 auto 5px;
	font-size: 30px;
}
#contact .botcontb.cf p {
	font-size:22px;
}



