@charset "UTF-8";
/*------------------------------------------------------------------------------
	サンクラウン - CSS Modules Import
	Date: 2018-03-15
------------------------------------------------------------------------------*/

@font-face {
	font-family: "Noto Sans CJKjp";
	font-weight: 700;
	src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"),
		url("../fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
	font-family: "Noto Sans CJKjp";
	font-weight: 600;
	src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"),
		url("../fonts/NotoSansCJKjp-Medium.woff") format("woff");
}
@font-face {
	font-family: "Noto Sans CJKjp";
	font-weight: 500;
	src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"),
		url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
	font-family: "Noto Sans CJKjp";
	font-weight: 400;
	src: url("../fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"),
		url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}



.wrapper {
	margin: auto;
	width: 1000px;
}

@media (max-width: 599px) {
	.wrapper {
		margin: auto;
		width: 100%;
	}
}


body {
	border-top: 7px solid #f77420;
}

a img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a img:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*------------------------------------------------------------------------------
	HEADER
------------------------------------------------------------------------------*/
#gHeader {
	display: table;
}

#gHeader .logo,
#gHeader .name,
#gHeader .contact {
	display: table-cell;
	height: 106px;
	vertical-align: middle;
}

#gHeader .logo {
	width: 170px;
}
#gHeader .name {
	width: 650px;
}
#gHeader .contact {
	width: 180px;
}

@media (max-width: 599px) {
	#gHeader .logo {
		padding: 0 0 0 10px;
		width: 20%;
		height: 70px;
		box-sizing: border-box;
	}
	#gHeader .name {
		padding: 0 10px;
		width: 80%;
		height: 70px;
		box-sizing: border-box;
	}
	#gHeader .logo img {
		width: 80px;
	}
	#gHeader .name img {
		width: auto;
		max-width: 240px;
	}
	#gHeader .contact {
		display: none;
	}
}

#gHeader .contact li {
	margin: 2px 0;
}
.btn,
a .btn {
	display: block;
	background-color: #f77420;

-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn:hover,
a .btn:hover {
	display: block;
	background-color: #c30d23;

-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}


#mainimg {
	padding: 20px 0;
	background: #fff;
}
#mainimg .inner {
	text-align: center;
	background: #fff;
}
#mainimg .txt {
	padding: 20px 0;
	text-align: center;
}
@media (max-width: 599px) {
	#mainimg {
		padding: 10px 0;
	}
	#mainimg .txt {
		padding: 10px;
	}
}

#main {
	font-size: 1.4rem;
}

#main section {
	margin: 50px  0 90px;
}

.tit {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}
.tit:before {
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	content: "";
	top: 14px;
	left: 0;
	border-top: 1px solid #f77420;
}
.tit span {
	position: relative;
	margin: auto;
	display: block;
	width: 186px;
	background: #fff;
}
.tit span img {
	margin: auto;
	display: block;
	vertica-align: middle;
}
.tit span:after,
.tit span:before {
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	top: 7px;
	left: -7px;
	content: "";
	background: #f77420;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.tit span:after {
	position: absolute;
	top: 7px;
	left: calc(50% + 87px);
}

#summary dl,
#history dl {
	padding: 5px 0 0;
	line-height: 1.5;
	border-top: 1px solid #ccc;
}
	.dl01 {
		margin: 0 165px;
	}
	.dl02 {
		margin: 0 120px;
	}
	#summary dt,
	#history dt {
		height: 30px;
	}
	.dl01 dt {
		padding: 0 0 0 53px;
	}
	.dl02 dt {
		padding: 0 0 0 35px;
	}
	#summary dd,
	#history dd {
		margin: -30px 0 5px;
		border-bottom: 1px solid #ccc;
	}
	.dl01 dd {
		padding: 0px 0 5px 160px;
	}
	.dl02 dd {
		padding: 0px 5px 5px 140px;
	}
	#summary dd p,
	#history dd p {
		margin: 10px 0 0;
	}
	#summary dd p:first-child,
	#history dd p:first-child {
		margin: 0;
	}
@media (max-width: 599px) {
	#summary dl,
	#history dl {
		margin: 0 10px;
	}
	#summary dt,
	#history dt {
		padding: 5px 0 0 15px;
	}
	#summary dd,
	#history dd {
		padding: 0 0 10px 130px;
		border-bottom: 1px solid #ccc;
	}
	#summary dd p,
	#history dd p {
		margin: 0;
	}
}


#gFooter {
	background: #e7e7e7;
}
#gFooter .wrapper {
	position: relative;
}
#gFooter .wrapper .copyright {
	position: absolute;
	bottom: 10px;
	right: 0;
	font-size: 1.2rem;
}
#gFooter ul {
	margin: auto;
	display: table;
	border-collapse: separate;
	border-spacing: 10px;
}
#gFooter li {
	padding: 20px 0;
	display: table-cell;
	vertical-align: middle;
}


.mailform3 {
	border-collapse:separate;
	border-spacing: 20px;
}


input#button_mfp_reset {
	background: #ccc;
}
input#button_mfp_goconfirm {
	background: #ccc;
}

input[type="text"], textarea {
	width: 100% !important;
	padding: 5px;
	font-size: 1.4rem;
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
form#mailformpro dl dt {
	font-size: 1.4rem !important;
}

#shop ul {
	margin: auto;
	display: table;
	border-collapse:separate;
	border-spacing: 10px;
}
#shop ul li {
	display: table-cell;
	width: 50%;
	vertical-align: center;
}
#shop ul li a {
	display: block;
	padding: 10px 15px;
	font-family: "Noto Sans CJKjp";
	font-weight: 500;
	font-size: 15px;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 599px) {
	#shop ul li {
		margin-top: 10px;
		display: block;
		width: 100%;
		vertical-align: center;
	}
}
