/* "PC" Style Sheet */


/* =====================================================
▼ COMMON
===================================================== */
.inner1200 {
	width: 1200px;
	margin: 0 auto;
}
.inner800 {
	width: 800px;
	margin: 0 auto;
}
.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: 60px 0;
}
.box-wrap {
	padding: 30px;
}
.center-left {
	text-align: center;
}
.relative {
	position: relative;
}
.btn-link {
	display: inline-block;
	font-weight: bold;
	text-align: center;
}
.btn-link a {
	display: block;
	color: #FFF;
	background-color: #FFA300;
	padding: 15px 30px;
	
	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;
}
.btn-link a:hover {
	text-decoration: none;
	background-color: #ED7000;
}
.btn-link.fix {
	display: block;
	width: 400px;
	text-align: center;
	margin: 0 auto;
}



/* =====================================================
▼ HEADER
===================================================== */
header {
	position: relative;
	border-bottom: solid 2px #FFA300;
	background-color: #FFF;
	z-index: 1000;
}
header div.logo-cont {
	float: left;
}
header div.logo-cont img.logo {
	padding-top: 10px;
}
header div.navi-cont {
	float: right;
}
header div.navi-cont nav {}
header div.navi-cont nav > ul {
	display: table;
	border-collapse: separate;
	width: 100%;
}
header div.navi-cont nav > ul > li {
	display: table-cell;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	
	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;
}
header div.navi-cont nav > ul > li > a {
	display: block;
	color: #393D3D;
	padding: 20px;
	
	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;
}
header div.navi-cont nav > ul > li:hover {
	background-color: #E6E6E6;
}
header div.navi-cont nav > ul > li:hover > a {
	position: relative;
}
header div.navi-cont nav > ul > li > a:hover {
	text-decoration: none;
}

header div.navi-cont nav > ul > li.entry {
	background-color: #ED7000;
}
header div.navi-cont nav > ul > li.entry:hover {
	background-color: #D56500;
}
header div.navi-cont nav > ul > li.entry > a {
	color: #FFF;
}



/* =====================================================
▼ 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 {
	font-size: 90%;
	line-height: 1.5em;
	font-weight: normal;
	color: #FFF;
	background-color: #FFA300;
	padding: 3px 0;
}
article {}
article section {
	margin-bottom: 50px;
}
article section h1 {
	position: relative;
	font-size: 200%;
	line-height: 1.5em;
	text-align: center;
	color: #FFF;
	background-color: #83DBCA;
	padding: 15px 0;
	margin-bottom: 50px;
}
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 {
	display: inline-block;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #FFA300;
	border: solid 3px #FFA300;
	border-radius: 40px;
	padding: 10px 50px;
}



/* =====================================================
▼ CONTENTS "HOME"
===================================================== */
div.kv-area {
	height: 700px;
	background-image: url(../img/home/img_kv_bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.kv-area img.title {
	position: absolute;
	top: 50px;
	left: 50px;
}
div.kv-area img.operator {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: 380px;
}
div.kv-area p.copy {
	position: absolute;
	top: 450px;
	left: 50px;
	color: #FFF;
}
div.kv-area p.copy > span {
	display: block;
	font-size: 130%;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 25px;
}
div.kv-area p.copy > span > span {
	background-color: rgba(255,163,0,0.8);
	padding: 10px;
}

article#home {}
article#home section#service-sec {}
article#home section#service-sec p.copy {
	font-size: 150%;
	line-height: 2.5em;
	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: 110%;
	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 {
	width: 30%;
	margin-right: 5%;
}
article#home section#merit-sec ul.merit-list li:nth-child(3n) {
	margin-right: 0;
}
article#home section#merit-sec ul.merit-list li:nth-child(n+4) {
	margin-top: 50px;
}
article#home section#merit-sec ul.merit-list li figure {}
article#home section#merit-sec ul.merit-list li figure img {
	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: 700px;
	border: solid 3px #83DBCA;
	margin: 0 auto;
}
article#home section#price-sec table.price-list tr {}
article#home section#price-sec table.price-list tr th {
	width: 200px;
	font-size: 150%;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #83DBCA;
	padding: 20px 30px;
}
article#home section#price-sec table.price-list tr td {
	font-size: 180%;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #83DBCA;
	padding: 20px 30px;
}
article#home section#price-sec table.callover {
	width: 700px;
	margin: 0 auto;
}
article#home section#price-sec table.callover tr {}
article#home section#price-sec table.callover tr th {
	font-weight: normal;
	text-align: center;
	border: solid 1px #747A7A;
	padding: 5px 20px;
}
article#home section#price-sec table.callover tr td {
	text-align: center;
	border: solid 1px #747A7A;
	padding: 5px 20px;
}

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;
	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 {
	width: 48%;
	margin-right: 4%;
}
article#home section#company-sec ul.prof-list li:nth-child(2n) {
	margin-right: 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 20px;
}
article#home section#company-sec ul.prof-list li table tr td {
	width: 100%;
	text-align: left;
	padding: 10px 20px;
}














