/* "SP" Style Sheet */


/* =====================================================
▼ COMMON
===================================================== */
.inner1200 {}
.inner800 {}
.fs-90 {
	font-size: 90%;
	line-height: 1.5em;
}
.fs-120 {
	font-size: 120%;
	line-height: 1.5em;
}
.fs-150 {
	font-size: 150%;
	line-height: 1.5em;
}
.fs-200 {
	font-size: 200%;
	line-height: 1.5em;
}
.fw-normal {
	font-weight: normal;
}
.fw-bold {
	font-weight: bold;
}
.fc-white {
	color: #FFF;
}
.bg-marin {
	background-color: #83DBCA;
}
.sec-wrap {
	padding: 40px 0;
}
.box-wrap {
	padding: 15px;
}
.center-left {
	text-align: left;
}
.relative {
	position: relative;
}
.btn-link {
	font-weight: bold;
	text-align: center;
}
.btn-link a {
	display: block;
	width: 100%;
	color: #FFF;
	background-color: #FFA300;
	padding: 15px;
	
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
	
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}
.btn-link a:hover {
	text-decoration: none;
	background-color: #ED7000;
}
.btn-link.fix {}



/* =====================================================
▼ HEADER
===================================================== */
header {}
header div.logo-cont {}
header div.logo-cont img.logo {
	position: fixed;
	top: 12px;
	left: 10px;
	width: 120px;
	height: auto;
	z-index: 105;
}
main {
	margin-bottom: 62px;
}



/* =====================================================
▼ FOOTER
===================================================== */
footer {}
footer div.copyright {
	font-size: 80%;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	font-weight: 300;
	text-align: center;
	color: #FFF;
	background-color: #FFA300;
	padding: 10px;
}



/* =====================================================
▼ CONTENTS "COMMON"
===================================================== */
h1.page-title {
	display: none;
}
article {}
article section {
	margin-bottom: 50px;
}
article section h1 {
	position: relative;
	font-size: 150%;
	line-height: 1.5em;
	text-align: center;
	color: #FFF;
	background-color: #83DBCA;
	padding: 15px 0;
	margin-bottom: 30px;
}
article section h1:after {
	content: "";
	position: absolute;
	bottom: -15px; left: 50%;
	margin-left: -15px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #83DBCA transparent transparent transparent;
}
article section h2 {}
article section h3 {}
p.box-text {
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #FFA300;
	border: solid 3px #FFA300;
	border-radius: 40px;
	padding: 10px 30px;
	
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}



/* =====================================================
▼ CONTENTS "HOME"
===================================================== */
div.kv-area {}
div.kv-area p.copy {
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	background-color: #FFA300;
	padding: 10px;
}

article#home {}
article#home section#service-sec {}
article#home section#service-sec p.copy {
	font-size: 120%;
	line-height: 2em;
	font-weight: bold;
}
article#home section#service-sec p.copy span {
	border-bottom: dotted 3px #6895A0;
	padding-bottom: 5px;
}
article#home section#service-sec p.opentime {
	font-size: 100%;
	line-height: 1.5em;
	text-align: center;
	background-color: #EFD9A5;
	padding: 10px;
}

article#home section#merit-sec {}
article#home section#merit-sec ul.merit-list {}
article#home section#merit-sec ul.merit-list li {
	margin-bottom: 30px;
}
article#home section#merit-sec ul.merit-list li:last-child {
	margin-bottom: 0;
}
article#home section#merit-sec ul.merit-list li figure {}
article#home section#merit-sec ul.merit-list li figure img {
	display: block;
	max-width: 250px;
	margin: 0 auto;
	margin-bottom: 20px;
}
article#home section#merit-sec ul.merit-list li figure figcaption {}

article#home section#price-sec {}
article#home section#price-sec table.price-list {
	width: 100%;
	border: solid 3px #83DBCA;
}
article#home section#price-sec table.price-list tr {}
article#home section#price-sec table.price-list tr th {
	display: block;
	font-size: 130%;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #83DBCA;
	padding: 10px;
}
article#home section#price-sec table.price-list tr td {
	display: block;
	font-size: 150%;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #83DBCA;
	padding: 15px 10px;
}
article#home section#price-sec table.callover {
	width: 100%;
}
article#home section#price-sec table.callover tr {}
article#home section#price-sec table.callover tr th {
	display: block;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	border: solid 1px #747A7A;
	border-top: none;
	background-color: #747A7A;
	padding: 5px 10px;
}
article#home section#price-sec table.callover tr td {
	display: block;
	text-align: center;
	border: solid 1px #747A7A;
	border-top: none;
	padding: 5px 10px;
}

article#home section#customer-sec {}
article#home section#customer-sec ul.customer-list {}
article#home section#customer-sec ul.customer-list li {
	margin-bottom: 50px;
}
article#home section#customer-sec ul.customer-list li:last-child {
	margin-bottom: 0;
}
article#home section#customer-sec ul.customer-list li figure {}
article#home section#customer-sec ul.customer-list li figure img {}
article#home section#customer-sec ul.customer-list li figure figcaption {}
article#home section#customer-sec ul.customer-list li figure figcaption p.name {
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 3px #FFA300;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

article#home section#entry-sec {
	margin-bottom: 0;
}
article#home section#entry-sec h1 {
	margin-bottom: 0;
}

article#home section#company-sec {}
article#home section#company-sec ul.prof-list {}
article#home section#company-sec ul.prof-list li {
	margin-bottom: 0;
}
article#home section#company-sec ul.prof-list li table {
	width: 100%;
}
article#home section#company-sec ul.prof-list li table tr {
	border-bottom: solid 1px #EDEFEF;
}
article#home section#company-sec ul.prof-list li table tr th {
	text-align: left;
	white-space: nowrap;
	padding: 10px 15px;
}
article#home section#company-sec ul.prof-list li table tr td {
	width: 100%;
	text-align: left;
	padding: 10px 15px;
}


















