﻿@charset "utf-8";
/* =======================================
共通
======================================= */

@font-face {
      font-family: 'Noto Sans JP';
      font-style: normal;
      font-weight: 400;
+    src: local("Noto Sans CJK JP Regular"),
           url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
           url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
           url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

/**/
body {
	min-width: 1280px;
	overflow-x: hidden;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	margin: auto;
	color: #3c240f;
	font-size: 15px;
}

p {
	line-height: 2.2;
}

a[href^="tel:"] {
  pointer-events: none;
}

.inbox {
	width: 1080px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text_c {
	text-align: center;
}

/*pagetop
----------------------------------------------------------*/
#pagetop {
	color: #FFF;
	position: fixed;
	bottom: 5%;
	right: 2%;
	z-index:999;
}

/*tel-btn
----------------------------------------------- */
.tel a {
	color: #0576c5;
}

.tel span {
	position: relative;
	padding-left: 20px;
}

.tel span::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 26px;
	margin-top: -13px;
	background: url('../img/common/tel-icon.png')no-repeat;
}

/*contact-btn
----------------------------------------------- */
.cont_btn {
	text-align: center;
}

.cont_btn a {
	position: relative;
	font-size: 15px;
	display: block;
	padding: 12px 0;
	background: #72a32c;
	border-radius: 5px;
}

.cont_btn a::after {
	content: "";
	display: block;
	position: absolute;
	width: 9px;
	height: 7px;
	right: 15px;
	top: 50%;
	margin-top: -3.5px;
	background: url('../img/common/arrrow01.png')no-repeat center/contain;
}

/*更新イメージの調整
----------------------------------------------- */
img {
	max-width: 100%;
	vertical-align: middle;
}

.com-img {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.com-img img {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

a {
	transition: 0.3s;
}

a:hover {
	opacity: 0.8;
}

/*共通ボタン
----------------------------------------------------*/
.btn01 {
	width: 200px;
}

.btn01 a {
	font-family: 'Noto Sans JP',sans-serif;
	padding: 12px 0;
	display: block;
	background: #72a32c;
	text-align: center;
	color: #fff;
	font-size: 15px;
	border-radius: 10px;
}

.btn01 span {
	position: relative;
}

.btn01 span::before {
	content: "";
	display: block;
	position: absolute;
	width: 9px;
	height: 7px;
	right: -35px;
	top: 50%;
	margin-top: -3.5px;
	background: url('../img/common/arrrow01.png')no-repeat center/contain;
}

.btn02 {
	width: 200px;
}

.btn02 a {
	font-family: 'Noto Sans JP',sans-serif;
	padding: 12px 0;
	display: block;
	background: #e87b40;
	text-align: center;
	color: #fff;
	font-size: 15px;
	border-radius: 10px;
}

.btn02 span {
	position: relative;
}

.btn02 span::before {
	content: "";
	display: block;
	position: absolute;
	width: 9px;
	height: 7px;
	right: -35px;
	top: 50%;
	margin-top: -3.5px;
	background: url('../img/common/arrrow01.png')no-repeat center/contain;
}

/*SPソース非表示
----------------------------------------------- */
.pc_none {
	display: none !important;
}

/*header
--------------------------------------------*/
#header {
	padding: 20px 0;
	background: url('../img/common/hd-bg.png');
}

h1 {
	color: #fff;
	font-size: 10px;
	margin-bottom: 10px;
}

.hd-l {
	width: 270px;
	float: left;
}

.hd-r {
	width: 455px;
	float: right;
}

.hd-tel_info {
	float: left;
	width: 215px;
}

.hd-tel_info p {
	color: #fff;
	margin-bottom: 5px;
}

.hd-cont {
	width: 220px;
	float: right;
}


/*nav
--------------------------------------------*/
#nav li {
	float: left;
	width: calc(100%/6);
	text-align: center;
}

#nav a {
	position: relative;
	display: block;
	padding: 40px 0 13px;
}

#nav li.current a::after {
  opacity: 1!important;
}

#nav li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  opacity: 0;
  transition: .3s;
  background-color: #72a32c;
}

#nav li:nth-child(1) {
	background: url('../img/navi/navi01.png')no-repeat center top 12px;
}

#nav li:nth-child(2) {
	background: url('../img/navi/navi02.png')no-repeat center top 12px;
}

#nav li:nth-child(3) {
	background: url('../img/navi/navi03.png')no-repeat center top 12px;
}

#nav li:nth-child(4) {
	background: url('../img/navi/navi04.png')no-repeat center top 12px;
}

#nav li:nth-child(5) {
	background: url('../img/navi/navi05.png')no-repeat center top 12px;
}

#nav li:nth-child(6) {
	background: url('../img/navi/navi06.png')no-repeat center top 12px;
}

/*main-visual
--------------------------------------------*/
#mv {
	height: 635px;
}

#mv li {
	width: 100%;
	height: 635px;
}

#mv li:nth-child(1) {
	background: url('../img/slider/mv01.png')no-repeat center/cover
}

#mv li:nth-child(2) {
	background: url('../img/slider/mv02.png')no-repeat center/cover
}

#mv li:nth-child(3) {
	background: url('../img/slider/mv03.png')no-repeat center/cover
}


#mv h2 {
	padding: 200px 0 0 0px;
    text-align: center;
}

/*t-sec01
--------------------------------------------*/
#t-sec01 {
	padding: 100px 0;
	background: url('../img/top/t-sec01-bk.png')no-repeat center right/cover;
}

.t-sec01-in {
	width: 780px;
}

.t-sec01-ttl {
	width: 655px;
	padding-bottom: 15px;
	border-bottom:  dotted 3px #72a32c;
	margin-bottom: 35px;
}

/*.t-sec01-in p {
	font-size: 
}*/

/*t-sec02
--------------------------------------------*/
#t-sec02 {
	padding: 110px 0 120px;
	background: url('../img/top/t-sec02-bg.png');
}

.t-sec02_list li {
	margin-bottom: 110px;
}

.t-sec02_list li:last-child {
	margin-bottom: 0;
}

.t-sec01-img,
.t-sec02-img {
	width: 540px;
}

.t-sec01-img,
.t-sec02-txt_wrp_l {
	float: left;
}

.t-sec02-img,
.t-sec02-txt_wrp_r {
	float: right;
}

.t-sec02-txt_wrp_l,
.t-sec02-txt_wrp_r {
	width: 490px;
}

.t-sec02-txt_wrp_l dt,
.t-sec02-txt_wrp_r dt {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: dotted 3px #fff;
}

.t-sec02-txt_wrp_l dd,
.t-sec02-txt_wrp_r dd {
	color: #fff;
	line-height: 2.2;
	margin-bottom: 23px;
}

#case-slide li {
	width: 345px;
	margin-right: 50px;
} 

#case-slide .case-img {
	width: 100%;
	height: 260px;
}

/*t-sec03
----------------------------------------------------*/
#t-sec03 {
	background: #fffaf1;
	padding: 85px 0 90px;
}

.t-sec03-ttl {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

.t-sec03-ttl::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -15px;
	width: 70px;
	height:3px;
	margin-left: -35px;
	border-bottom: dotted 3px #72a32c;
}

.case-slider {
	margin-bottom: 90px;
}

#t-sec03 li {
	width: 240px!important;
	height: 240px;
	float: left;
	margin-right: 20px;
}

#t-sec03 li:last-child {
	margin-right: 0;
}

#t-sec03 .btn02 {
	margin: 0 auto;
}


/*t-sec04
----------------------------------------------------*/
#t-sec04 {
text-align: center;
	padding: 50px 0;
	background: url('../img/top/t-sec03-bg.png')no-repeat center/cover;
}

.t-sec04-ttl {
	margin-bottom: 25px;
}

.t-sec04-in p {
	color: #fff;
	margin-bottom: 30px;
}

.t-sec04-in .btn02 {
	margin: 0 auto;
}

/*t-sec05
----------------------------------------------------*/
#t-sec05 {
	padding: 100px 0 105px;
	background: #fffaf1;
}


/*トップ/新着情報・Facebook
--------------------------------------------*/
.t-news {
	box-sizing: border-box;
	width: 540px;
	float: left;
}

.t-news-ttl {
	text-align: center;
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 20px;
}

.t-news-ttl::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0px;
	height: 3px;
	border-bottom: 3px dotted #72a32c;
	width: 70px;
	margin-left: -35px;
}

.t-news-ttl span:first-child {
	font-size: 30px;
}

.t-news-ttl span:last-child {
	font-size: 13px;
}

.news_dl ul {
	margin-bottom: 50px;
}

.news_dl li {
/* 	border-bottom: dashed 1px #ccc; */
}

.news_dl .btn02 {
	margin: 0 auto;
}

.news_dl ul a {
	font-size: 13px;
	padding: 10px 0 16px;
	display: block;
}

.news_dl li:first-child a {
	padding-top: 5px;
}

.news_dl dt {
	font-weight: bold;
	margin-right: 15px;
}

.news_dl dt,.news_dl dd {
	font-size: 15px;
	display: inline-block;
}

#fb {
	width: 500px;
	height: 280px;
	float: right;
}

/*footer
--------------------------------------------*/
#footer {
	padding-bottom: 15px;
	background: url('../img/common/ft-bg.png');
}

.ft-logo,.ft-add,.ft-nav {
	text-align: center;
}

.ft-logo {
	padding-top: 60px;
	margin-bottom: 10px;
}

.ft-add {
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
}

.ft-tel_cont {
	text-align: center;
}

.ft-tel,.ft-cont {
	display: inline-block;
}

.ft-tel {
	margin-right: 15px;
}

.ft-cont {
	width: 200px;
}

.ft-cont a {
	padding: 6px 0;
}

.ft-cont a::after {
	right: 10px;
}

.ft-nav_wrp {
	width: 765px;
	margin: 45px auto 30px;
}

.all-top,.ft-nav01,.ft-nav02 {
	float: left;
	height: 118px;
	padding: 0 27px;
	box-sizing: border-box;
	border-right: 1px dashed #fff;
}

.all-top {
	width: 225px;
}

.ft-nav01 {
	width: 255px;
}

.ft-nav02 {
	width: 280px;
}


.all-top {
	text-align: center;
	padding-top: 15px;
}

.ft-nav-ttl {
	text-align: center;
	margin-bottom: 15px;
}

.ft-nav01 li,
.ft-nav02 li {
	width: 50%;
	float: left;
}

.ft-nav01 a,
.ft-nav02 a {
	color: #fff;
}

.ft-nav01 span,
.ft-nav02 span {
	font-size: 14px;
	padding-left: 13px;
	position: relative;
}

.ft-nav01 span::before,
.ft-nav02 span::before {
	content: "＞";
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	width: 7px;
	height: 8px;
	font-size: 10px;
	color: #fff;
}

.plv_sitemap {
	float: left;
	width: 765px;
	margin: 40px auto 0;
	text-align: right;
}

.plv_sitemap li {
	margin-right: 15px;
	display: inline-block;
}

.plv_sitemap li:last-child {
	margin-right: 0;
}

.plv_sitemap a {
	position: relative;
	font-size: 14px;
	color: #fff;
	padding-left: 15px;
}

.plv_sitemap a::before{
	content: "＞";
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	width: 7px;
	height: 8px;
	font-size: 10px;
	color: #fff;
}

#copyright {
	text-align: center;
	color: #fff;
	padding: 5px 0;
	font-size: 10px;
}

#copyright a {
	font-size: 10px;
	color: #fff;
}

/*===================================================
	下層ページ
=====================================================*/
/*共通項目
--------------------------------------------*/
#content-u {
	background: url('../img/common/content-u_bg.png');
	padding-top: 90px;
}

#ma {
	height: 315px;
	background: url('../img/common/ma-bg.png')no-repeat center/cover;
}

#ma h2 {
	position: relative;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 125px;
}

#ma h2::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -18px;
	width: 75px;
	height: 3px;
	margin-left: -36.5px;
	border-bottom:  dotted 3px #72a32c;
}

#main {
	padding-bottom: 65px;
	background: url('../img/reason/rsn-bk.png')no-repeat bottom 60% center/cover;
}

#nav.nav-u {
	margin-bottom: 60px;
}

.table dl,.table dt,.table dd {
	box-sizing: border-box;
}

.table dt,.table dd {
	font-size: 15px;
	padding: 15px 25px;
	display: table-cell;
	vertical-align: middle;
}

.table dl {
	border-bottom: 1px dashed #645343;
}

.table dl:first-child {
	border-top: 1px dashed #645343;
}


.table dt {
	text-align: center;
	color: #fff;
	width: 200px;
	background: #72a32c;
}

.table dd {
	width: 880px;
	background: #fff;
	padding: 15px 35px;
	line-height: 2.5;
}

.title01 {
	text-align: center;
	color: #1d1d1d;
	font-size: 22px;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 40px;
}

.title01::before,
.title01::after {
	content: "";
	display: block;
	position: absolute;
	width: 80px;
	height: 1px;
	top: 50%;
	background: #e87b40;
}

.title01::before {
	left: 0;
}


.title01::after {
	right:0; 
}

.title02 {
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #fff;
	padding: 15px;
	box-sizing: border-box;
	background: url('../img/common/ttl-bg01.png');
}

/*パンくず
--------------------------------------------*/
#bread {
	font-size: 14px;
	padding: 12px 0 0 0;
	margin-bottom: 20px;
	position: absolute;
	width: 100%;
}

#bread>.inbox {
	position: relative;
}

#bread .bread-in {
	position: absolute;
	left: 0;
	top: 0;
}

#bread li {
	position: relative;
	float: left;
	margin-right: 2px;
	padding-right: 15px;
}

#bread li::after {
	content: ">";
	position: absolute;
	display: block;
	right: 3px;
	top: 0;
}

#bread.rec-bread li::after {
	content: ">";
	position: absolute;
	display: block;
	right: 3px;
	top: 0;
	color: #fff;
}

#bread li:last-child {
	background: none;
}

#bread li:last-child::after {
	display: none;
}


#bread li a {
	color: #3c240f;	
}


/*共通バナー
--------------------------------------------*/
.banner {
	background: #fff;
	padding: 60px 0;
}

.bnr-inwrap {
	border-radius: 5px;
	background: url('../img/banner/bnr-bg02.png')no-repeat right center,
				url('../img/banner/bnr-bg01.png')no-repeat right center/cover;
}

.bnr-in {
	padding: 45px 35px;
	width: 540px;
	box-sizing: border-box;
}

.bnr-ttl{
	margin-bottom: 20px;
}

.bnr-tel {
	margin-bottom: 55px;
}

.bnr-cont {
	position: relative;
}

.bnr-cont::before{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: -35px;
	width: 223px;
	height: 27px;
	margin-left: -116.5px;
	background: url('../img/banner/bnr-s.png')no-repeat center/contain;
}

.bnr-cont .btn02 {
	width: 360px;
	margin: 0 auto;
}

.bnr-cont .btn02 a {
	border: solid #fff 1px;
}

/*求人情報
--------------------------------------------*/
#content-u.recruit {
	padding-top: 0;
}

#rec-sec01 {
	padding: 100px 0;

	background: url('../img/recruit/rec-sec01-bg.png')no-repeat center/cover;
}

.rec-sec01-01 {
	margin-bottom: 155px;
}

.rec-sec01-01_in {
	width: 540px;
}

.rec-sec01-01 .title01 {
	margin-bottom: ;
}

.rec-sec01-01 .title01::before,
.rec-sec01-01 .title01::after {
	width: 30px;
}

.rec-sec01-txt dt {
	margin-bottom: 20px;
}

.rec-sec01-txt dd {
	line-height: 2.2;
}

.rec-sec01-02 {
	padding: 50px;
	box-sizing: border-box;
	background: #fff;
}

.jinzai-ttl {
	text-align: center;
	background: url('../img/recruit/jinzai-ttl-bg.png');
	padding: 15px 0;
	margin-bottom: 25px;
}

.jinzai-sub {
	padding-bottom: 10px;
	border-bottom: 1px solid #e87b40;
	margin-bottom: 25px;
}

.rec-list {
	padding: 45px 105px;
	background: #ededed;
}

.rec-list li {
	float: left;
	margin-bottom: 30px;
	width: calc(100%/3);
}

.rec-list li span {
	padding-left: 40px;
	position: relative;
}

.rec-list span::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 17px;
	background: url('../img/recruit/check01.png')no-repeat center/contain;
}

.rec-list li:nth-child(3n) {
	margin-right: 0;
}

.rec-list li:nth-child(4),
.rec-list li:nth-child(5) {
	margin-bottom: 0;
}

#rec-sec02 {
	padding: 100px 0;
}

.rec-banner {
	padding: 60px 0;
}

.rec-banner .bnr-inwrap {
	background: url('../img/banner/rec-bnrbg01.png')no-repeat left center,
				url('../img/banner/rec-bnr-bg02.png')no-repeat center/cover;
}

.rec-banner .bnr-in {
	float: right;
	padding: 35px 35px;
}

.rec-banner .btn01 {
	width: 360px;
}

.rec-banner .btn01 a {
	border: 1px solid #fff;
}


/*会社概要
--------------------------------------------*/
#comp-sec01 {
	margin-bottom: 100px;
}

#comp-sec02 {
	padding: 60px 0;
	background: #fff;
}

#map iframe {
	width: 100%;
	height: 320px
}

/*業務内容
--------------------------------------------*/
#content-u.works {
	padding-top: 0;
}

#wrks-sec01 {
	padding: 100px 0;
	background: #fff;
}

#wrks-sec01 h3 {
	text-align: center;
	margin-bottom: 50px;
}

.wrks-sec01-img {
	width: 415px;
	float: right;
}

.wrks-txt p {
	text-align: left;
	width: 615px;
	float: left;
}

#wrks-sec02 {
	padding: 100px 0;
}

.wrks-list li {
	background: #fff;
	padding: 50px;
	margin-bottom: 50px;
}

.wrks-list li:last-child {
	margin-bottom: 0;
}

.wrks-list_txt-wrp {
	margin-bottom: 50px;
}

.wrks-list_txt-wrp .wrks-list-img {
	width: 450px;
	float: right;
}

.wrks-list_txt-wrp dl {
	width: 495px;
	float: left;
}

.wrks-list_txt-wrp dt {
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 3px dotted #3c240f;
}

.wrks-list_txt-wrp dd {
	font-size: 15px;
	line-height: 2.0;
}

.wrks-list_intxt {
	padding: 50px;
	background: #ededed;
}

.wrks-list_intxt-ttl {
	padding: 15px 0;
	text-align: center;
	background: url('../img/common/ttl-bg01.png');
	margin-bottom: 30px;
}

.wrks-inlist dl {
	width: 395px;
	float: left;
	margin-right: 90px;
	margin-bottom: 45px;
	font-size: 14px;
	line-height: 1.8;
}

.wrks-inlist dl:nth-child(2n) {
	margin-right: 0;
}

.wrks-inlist dl:nth-child(3),
.wrks-inlist dl:nth-child(4) {
	margin-bottom: 0;
}

.wrks-inlist dt {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e87b40;
}

/*こだわり
--------------------------------------------*/
#plc-sec01 .title01 {
	margin-bottom: 60px;
}

.plc-list li {
	margin-bottom: 100px;
}

.plc-img {
	width: 540px;
}

.plc-list li:nth-child(even) .plc-img {
	float: left; 
}

.plc-list li:nth-child(odd) .plc-img {
	float: right;
}

.plc-list dl {
	width: 490px;
}

.plc-list li:nth-child(even) dl {
	float: right; 
}

.plc-list li:nth-child(odd) dl {
	float: left;
}

.plc-list dt {
	padding-bottom: 15px;
	border-bottom: 3px dotted #3c240f;
	margin-bottom: 30px;
}


/*施工実績一覧
--------------------------------------------*/
.all-case_li li {
	width: 240px;
	margin-right: 40px;
	float: left;
	margin-bottom: 40px;
}

.all-case_li li:nth-child(4n) {
	margin-right: 0;
}

.all-case_li dt {
	width: 100%;
	height: 240px;
	margin-bottom: 10px;
}

.all-case_li img {
	width: 100%;
}


.all-case_li dd {
	color: #3c240f;
	padding-bottom: 5px;
	border-bottom: 1px solid #72a32c;
}

/*施工実績・個別
--------------------------------------------*/
#content-u.case {
	padding-bottom: 100px;
}

.case-s {
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
}

.case-main-img{
	float: left;
	width: 100%;
	height: 500px;
	position: relative;
	margin-bottom: 50px;
}

.case-main-img img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

@supports ( object-fit: contain ) {
	.case-main-img{
		float: left;
		width: 100%;
		height: 500px;
		overflow: hidden;
		position: relative;
	}
		#case-main-img-wrap img{
		position: absolute;
		height: 100%;
		width: 100%;
		-o-object-fit: contain;
		object-fit: contain;
	}
}

.case-sub-img li {
	float: left;
	height: 165px;
	width: 17%;
	margin-right: 3.6%;
	margin-bottom: 35px;
}

.case-sub-img li:nth-child(5n) {
	margin-right: 0;
}


/*共通タブ
--------------------------------------------*/
.com-tab {
	text-align: center;
	padding: 60px 0;
	background: #fffaf1;
}

.com-tab li {
	font-size: 0;
	text-align: center;
	width: 35%;
	float: left;
	margin: 0 10%;
}

.com-tab li:last-child {
	margin-right: 0;
}

.com-tab li a {
	border-radius: 5px;
	display: block;
	padding: 25px 0;
}

.com-tab li:first-child a {
	background: #72a32c;
}

.com-tab li:last-child a {
	border-bottom: dotted 3px #2e1e11;
}

.com-tab li img {
	width: 40%;
}


/*新着情報
--------------------------------------------*/
#content-u.news ,#content-u.s-news {
	padding-bottom: 100px;
}

.all-news-list li {
	position: relative;
	margin-bottom: 40px;
}

.all-news-list li:last-child {
	margin-bottom: 0;
}

.all-news-list a {
	display: block;
	border-bottom: solid 2px #72a32c;
	background: #fffaf1;
	padding: 30px;
}

.news-tt {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
	color: #2e1e11;
}

.news-tt span {
	display: inline-block;
}

.news-tt span:first-child {
	font-size: 15px;
	margin-right: 15px;
}

.news-tt span:last-child {
	font-size: 20px;
}

/*新着情報/個別
--------------------------------------------*/
#s-post .title02 {
	margin-bottom: 30px;
}

.post-s-txt {
	padding: 20px;
	background: #fffaf1;
	box-sizing: border-box;
}

.s-time {
	text-align: right;
	margin-top: 80px;
	padding-top: 25px;
	border-top: solid 1px #72a32c;
}

.s-time time {
	font-weight: bold;
}


/*ページボタン---------------*/

.page_btn {
	margin: 30px 0 50px 0;
}

.page_btn a {
	font-size: 17px;
	color: #2e1e11;
	font-weight: bold;
}

/*pagenation---------------*/

ul.pagenation {
	margin-top: 40px;
	text-align: center;
	margin-bottom: 30px;
}

.pagenation li {
	color: #222;
	padding: 8px;
	display: inline-block;
}

.pagenation a {
	font-size: 16px;
	color: #222;
}

.pagenation li.current {
	font-size: 20px;
	padding: 8px;
	color: #fff;
	background-color: #72a32c;
}

/*お問い合わせ
--------------------------------------------*/
#content-u.contact {
	padding-bottom: 100px;
}

.cont_dl dt {
	font-weight: bold;
	width: 280px;
}

.cont_dl dd {
	width: 800px;
}

.cont_dl dl:last-child dt {
	vertical-align: top;
}

.cont_dl dl:last-child dd {
	padding: 15px 35px;
}

#contact_form dd input[type=text], #contact_form dd input[type=num] {
	width: 100%;
	padding: 5px;
	border: none;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

#contact_form textarea {
	border: none;
	width: 100%;
	height: 200px;
	background: #fff;
	border: 1px solid #ccc;
}

.contact_btn ul {
	margin-top: 50px;
	text-align: center;
}

.contact_btn li {
	display: inline-block;
}

.error-text {
	color: #f44336;
}

#form_btn {
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	width: 280px;
	font-size: 18px;
	border: none;
	cursor: pointer;
	padding: 25px 0;
	background-color: #e87b40;
	border-radius: 5px;
}

.contact_btn li {
	width: 280px;
	position: relative;
}

.contact_btn li::before{
	content: "";
	display: block;
	position: absolute;
	left: 60px;
	top: 50%;
	width: 15px;
	height: 8px;
	margin-top: -4px;
	background: url(../img/common/t-news-arrow.png)no-repeat;
}

#pc01,#pc02 {
	margin-bottom: 10px;
}

#pc01 {
	width: 60px!important;
}

#pc02 {
	width: 80px!important;
}

.error-text {
	color: #f44336;
}

.hissu {
	padding-left: 5px;
	color: #c64971;
	font-size: 13px;
}

/*サイトマップ
--------------------------------------------*/
#site_map {
    padding-bottom: 100px;
}

.site_list ul:last-child {
	margin-right: 0;
}

.site_list li {
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc;
}

.site_list a {
	color: #3c240f;
	font-size: 15px;
    position: relative;
    display: block;
    padding: 12px 0 12px 25px;
}

.site_list a::after{
    content: "";
    display: block;
    position: absolute;
    background: url('../img/common/btn-arrow.png')no-repeat center/contain;
    left: 0;
    top: 50%;
    width: 5px;
    height: 8px;
    margin-top: -4px;
    transition: 0.2s;
}

.site_list a:hover::after {
	left: 8px;
}

.yamakata-stm_ttl,
.la-cushion-stm_ttl,
.stm_plv-ttl {
	padding: 15px;
	margin-bottom: 20px;
	background: url('../img/common/hd-bg.png');
}

.stm_all-top, {
	margin-bottom: 50px;
}

.stm_all-top a {
	font-size: 18px;
	font-weight: bold;
}

.yamataka_sitemap,
.la-cushion_sitemap {
	margin-bottom: 80px;
}

.yamataka_sitemap,
.la-cushion_sitemap,
.stm_plv {
	padding: 40px;
	background: #fff;
	box-sizing: border-box;
}

.stm_plv-ttl {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

/*プライバシーポリシー
---------------------------------------------------------*/

.privacy {
	padding-bottom: 50px;
}

.privacy_box {
    margin-bottom: 50px;
}

.privacy_box p,.privacy_box li {
	font-size: 15px;
}

.privacy_box:last-child {
    margin-bottom: 0;
}

.privacy_text {
    text-align: left;
    line-height: 1.6;
}

/*リキャプチャ---------------*/
#recap-id {
	margin: 30px 0;
}

.recap-inwrap {
  width: 300px;
  margin: 0 auto;
}