@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 160%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #585858;
	box-sizing: border-box;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	letter-spacing: 0.75px;
}

body,
html {
	height: 100%;
	margin: 0;
}

.container,
.rows,
header,
section,
footer {
	width: 100%;
	float: left;
}

.cont {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

* {
	box-sizing: border-box;
}

*::after {
	box-sizing: border-box;
}

*::before {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a:hover,
a:visited,
a:focus {
	outline: none;
	border: none;
}

/*COMMON*/

.wrap-menu {
	background: rgba(201, 188, 156, 0.95);
	padding: 18px 0;
}

.logo {
	width: 42%;
}

.menu {
	width: 58%;
}

.wrap-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.logo h2 {
	font-size: 18px;
	font-weight: bold;
	color: #5F4B3E;
}

a.link-logo {
	text-decoration: none;
	color: inherit;
}

a.link-logo:hover {
	text-decoration: none;
}

.menu ul li {
	float: left;
	width: 20%;
}

.menu ul li a {
	font-size: 12px;
	line-height: 120%;
	color: #5F4B3E;
}

/*END COMMON*/

.wrap-slider {
	position: relative;
}

span.text-slide {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(245, 255, 255, 0.35);
	z-index: 2;
	border: 1px solid #585858;
	padding: 0 8px 3px 8px;
	display: inline-block;
}

.text-slide a {
	color: #585858;
	font-size: 12px;
	line-height: 120%;
}

span.text-slide:hover {
	background: #585858;
}

span.text-slide:hover a {
	text-decoration: none;
	color: #fff;
}

h3.title-home {
	font-size: 22px;
	line-height: 160%;
	color: #A38A77;
	text-align: center;
	margin-bottom: 40px;
}

section {
	padding: 90px 0;
}

section#home {
	padding: 160px 0;
}

section:nth-child(2n) {
	background: url(../img/bg-section-2.png) left top repeat;
}

h3.title-style1 {
	font-size: 30px;
	line-height: 160%;
	color: #A38A77;
	text-align: center;
}

h3.title-style1 span {
	border-bottom: 1px solid #A38A77;
	padding-bottom: 15px;
	display: inline-block;
}

.pdc-15 {
	padding-left: 15px;
	padding-right: 15px;
}

/*PROFLIE*/

.pr-content {
	margin: 70px 0;
}

h4.title-child {
	font-size: 22px;
	line-height: 160%;
	color: #A38A77;
	border-bottom: 1px solid #A38A77;
	margin-bottom: 24px;
	float: left;
	width: 100%;
}

.pr-rows-item {
	margin: 55px 0;
}

.pr-rows-item:nth-child(2) {
	margin-top: 110px;
}

.pr-content:last-child {
	margin-bottom: 0;
}

.mga-32 {
	margin-left: -10px;
	margin-right: -10px;
}

.col-img-left,
.col-img-right {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.col-img-left {
	width: 30%;
}

.col-img-right {
	width: 70%;
}
span.kc-pc{
	display: inline-block;
	padding-left: 43px;
}
#kc-pc-1{
	padding-left: 110px;
}
/*END PROFILE*/

/*PRODUCT*/

.mga-6 {
	margin-left: -3px;
	margin-right: -3px;
}

.pro-item-col-4 {
	float: left;
	width: 33.333%;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 10px;
}

span.pro-title-item {
	font-size: 14px;
}

.pro-item-detail {
	margin-top: 20px;
}

.pro-item-pa {
	margin: 20px 0;
}

.mga-12 {
	margin-left: -12px;
	margin-right: -12px;
}

.pro-detail-col-6 {
	width: 50%;
	padding-left: 12px;
	padding-right: 12px;
	float: left;
}

.pro-item-detail-1 {
	margin-top: 40px;
}

span.pro-item-text-1 {
	font-size: 14px;
	float: left;
	width: 100%;
	margin-top: 10px;
}

/*END PRODUCT*/

/*SERVICE*/

.se-item-img {
	float: left;
	width: 32.98%;
	margin-right: 0.52%;
	margin-bottom: 10px;
}

.se-item-img img {
	margin: 0 auto;
	width: 100%;
}

.se-item-img:nth-child(3n) {
	margin-right: 0;
}

#service {
	padding-bottom: 5px;
}

.se-item {
	margin-top: 70px;
}

.se-content-pa {
	margin-top: 30px;
}

/*END SERVICE*/

/*CONTACT*/

.ct-content {
	margin-top: 20px;
}

span.ct-intro-text {
	font-size: 24px;
	line-height: 160%;
	color: #A38A77;
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}

span.ct-info-tel {
	color: #A38A77;
	display: inline-block;
	vertical-align: middle;
	padding-top: 5px;
}

span.ct-tel {
	display: inline-block;
	vertical-align: middle;
	font-size: 34px;
	line-height: 160%;
	font-weight: bold;
	color: #5F4B3E;
	margin-left: 12px;
}

.ct-from {
	margin-top: 30px;
}

.ct-from-text {
	color: #A38A77;
	display: block;
	margin-bottom: 15px;
}

.ct-note {
	font-size: 12px;
	line-height: 120%;
	color: #A38A77;
}

.contact-form {
	background-color: #E4DDCD;
	padding: 20px 30px 30px 30px;
}
.form-control{
	font-size: 12px;
	line-height: 140%;
}
.contact-form .form-control {
	height: 35px;
	border-radius: 0px;
	border: 0px solid #fff;
	margin-top: -7px;
	margin-bottom: -7px;
}

textarea.form-control {
	min-height: 130px;
	resize: none;
	margin-bottom: 0 !important;
}
.form_submit {
	width: 100%;
    background: #C9BC9C;
    border-radius: 0px;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    transition: all 1s;
    border: none;
    margin-top: 13px;
    height: 35px;
}
.form_submit:hover {
	color: #fff;
	background: #5F4B3E;
}
.work-with {
	padding-bottom: 60px;
	padding-top: 10px;
}span.from-re{
	color:#A38A77;
	font-size: 12px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #A38A77 !important;
  }
  ::-moz-placeholder { /* Firefox 19+ */
	color: #A38A77 !important;
  }
  :-ms-input-placeholder { /* IE 10+ */
	color: #A38A77 !important;
  }
  :-moz-placeholder { /* Firefox 18- */
	color: #A38A77 !important;
  }
  @-moz-document url-prefix() {
	textarea.form-control {
		min-height: 133px;
		resize: none;
		margin-bottom: 0 !important;
	}
  }
.ct-custom{
	padding-left: 10px;
	padding-right: 10px;
}
/*END CONTACT*/
/*FOOTER*/
footer{
	background: url(../img/bg-section-2.png) left top repeat;
	padding-top: 60px;
	padding-bottom: 30px;
}
.footer-content h2{
	text-align: center;
	float: left;
	width: 100%;
}
.footer-content h2 a img{
	margin: 0 auto;
}
.ft-copy-right{
	text-align: center;
	font-size: 14px;
	color:#A38A77;
	line-height: 140%;
	margin-top: 50px;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
}
#page-top a {
    background: #A48B78;
    text-decoration: none;
    color: #fff;
    width: 35.674px;
    height: 35px;
    line-height: 34.272px;
    text-align: center;
    display: block;
}
br.br-sp{
	display: none;
}
.info-footer-1{
	text-align: center;
	margin-top: 50px;
}
.info-footer-1 a{
	display: inline-block;
}
/*END FOOTER*/