/* CSSのインクルード */
@import url("utility.css");
@import url("system.css");

/* サイトCSS */
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.6;
	letter-spacing: 3px;
	color: #333333;
}
.menu{
border: none;
border-radius: 0;
}
.container{
  width: 100%;
  max-width: 1080px;
  position: relative;
  margin: 0 auto;
}
a{
	color: #333333;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a:hover{
	color: #036217;
}
#content{
	padding: 40px 0;
}

.cnt_wrapper{
	margin: 100px 0;
}
.cnt_wrapper h2{
	background: url('../images/bg_ttl.png');
	background-repeat: repeat-x;
	background-position: center 20px;
	margin-bottom: 30px;
	position: relative;
}
.cnt_wrapper h2 span.jp{
	font-family: 'Noto Serif JP', serif;
	font-size: 36px;
	font-weight: bold;
	display: block;
	text-align: center;
}
.cnt_wrapper h2 span.en{
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
	color: #AA6200;
}
.cnt_wrapper h3{
	margin-bottom: 30px;
	position: relative;
}
.cnt_wrapper h3 span.jp{
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: bold;
	display: block;
	text-align: center;
}
.cnt_wrapper h3 span.en{
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
	color: #AA6200;
}
a.btn_design_a{
	display: block;
	width: 150px;
	background-color: #E06A3B;
	color: #ffffff;
	text-align: center;
	padding: 12px;
	margin: 0 auto;
	border-radius: 5px;
	font-weight: bold;
}

/* ヘッダー */
header#header{
	margin: 10px;
}
#masthead{
	overflow: hidden;
}
#site-title{
	float: left;
	margin-left: 20px;
}
#site-title a{
	display: block;
	width: 220px;
	height: 50px;
	text-indent: -9999px;
	background: url('../images/logo.webp') no-repeat center;
	background-size: contain;
}
div.phone{
	float: right;
	width: 230px;
}
div.phone p{
	text-align: center;
}
div.phone p#phone_number{
	font-weight: bold;
	font-size: 20px;
}
div.phone p#entry_time{
	font-size: 14px;
}
ul#nav{
	display: flex;
	float: right;
	margin: 5px 0 0;
}
ul#nav li{
	margin: 0 15px;
	padding: 13px 0;
}
ul#nav li a{
	font-weight: bold;
}
header#header ul#nav li:last-child{
	padding: 0;
}
header#header ul#nav li:last-child a{
	display: block;
	width: 150px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #E06A3B;
	color: #ffffff;
	border-radius: 24px;
}


/* フッター */
footer#footer{
	background-color: #F9F5F2;
	padding-top: 15px;
}
footer#footer ul#nav{
	display: flex;
	float: none;
	margin: 5px 0 0;
	justify-content: center;
}
footer#footer ul#nav li{
	margin: 0 15px;
	padding: 15px 0;
}
footer#footer ul#nav li a{
	font-weight: bold;
}
footer#footer #copy{
	font-size: 12px;
	text-align: center;
	padding: 15px;
}


/* トップページ */
#mainVisual.cnt_wrapper{
	margin: 0 0 100px;
}
#mainVisual{
	position: relative;
}
#mainVisual .slide .cnt_slide{
	width: 100%;
	height: 50vh;
	min-height: 500px;
}
#mainVisual .slide #slide01{
	background: url('../images/slide/slide01.jpg') no-repeat center;
	background-size: cover;
}
#mainVisual .slide #slide02{
	background: url('../images/slide/slide02.jpg') no-repeat center;
	background-size: cover;
}
#mainVisual .slide #slide03{
	background: url('../images/slide/slide03.jpg') no-repeat center;
	background-size: cover;
}
#arrow .slick-next:before{content:""}
#arrow .slick-after:before{content:""}
#subVisual p#catchCopy{
	font-family: 'Noto Serif JP', serif;
	font-size: 48px;
	text-align: center;
}
#subVisual p#catchCopy::after{
	content: "";
	display: block;
	width: 430px;
	height: 1px;
	background-color: #3B4043;
	margin: 0 auto;
}
#news{

}
#news .cnt_inner{
	width: 100%;
	margin: 0 auto;
	background-color: #F9F5F2;
	padding: 30px 70px;
}
#news .cnt_inner .wp-pagenavi{
	display: none;
}

#service .cnt_inner ul{
	display: flex;
	flex-wrap: wrap;
}
#service .cnt_inner ul li{
	flex-basis: 29.33%;
	margin: 0 2%;
	padding-bottom: 30px;
	border-bottom: solid 1px #036217;
	position: relative;
}
#service .cnt_inner ul li::before{
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	background-color: #036217;
	position: absolute;
	bottom: 0;
	left: 0;
}
#service .cnt_inner ul li::after{
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	background-color: #036217;
	position: absolute;
	bottom: 0;
	right: 0;
}
#service .cnt_inner ul li figure{
	margin-bottom: 20px;
}
#service .cnt_inner ul li p{
	margin-bottom: 30px;
}
#company .cnt_inner{
	display: flex;
}
#company .cnt_inner > div{
	flex-basis: 50%;
}
#company .cnt_inner .info_block{
	padding: 2%;
	background: url('../images/bg_company.png') no-repeat center;
	background-size: cover;
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
	box-sizing: border-box;
}
#company .cnt_inner .info_link{
	display: flex;
}
#company .cnt_inner .info_link li{
	margin-right: 20px;
}

/* ループの処理 */
.loop_area .entry-header{
	overflow: hidden;
}
.loop_area .entry-header p.published{
	font-size: 12px;
	float: left;
	margin-right: 20px;
	margin-top: 1px;
}
.loop_area .entry-header h3.entry-title{
	font-size: 14px;
	float: left;
	margin-bottom: 20px;
}

/* 固定ページ */
body.page .ttl_cover{
	width: 100%;
	height: 200px;
}
body.page .ttl_cover h2{
	font-family: 'Noto Serif JP', serif;
	font-size: 40px;
	font-weight: bold;
	width: 405px;
	height: 200px;
	text-align: center;
	line-height: 200px;
	background: url('../images/page_bg_parts.png') no-repeat center;
	background-size: cover;
}
body.page-id-7 .ttl_cover{
	background: url('../images/cover_company.jpg') no-repeat center;
	background-size: cover;
}
body.page-id-9 .ttl_cover{
	background: url('../images/cover_service.jpg') no-repeat center;
	background-size: cover;
}
body.page-id-11 .ttl_cover{
	background: url('../images/cover_contact.jpg') no-repeat center;
	background-size: cover;
}
body.page-id-13 .ttl_cover{
	background: url('../images/cover_gallery.jpg') no-repeat center;
	background-size: cover;
}
body.page-id-3 .ttl_cover{
	background: url('../images/cover_policy.jpg') no-repeat center;
	background-size: cover;
}
body.page .entry-header{
	display: none;
}
#message .cnt_inner{
	overflow: hidden;
	margin-bottom: 50px;
}
#message .cnt_inner > div{
	float: left;
}
#message .cnt_inner div.img_box{
	width: 25%;
}
#message .cnt_inner div.img_box figure img{
	box-shadow:3px 3px 5px 3px #cccccc;
}
#message .cnt_inner div.text_box{
	width: 75%;
	padding: 0 5%;
}
#message .cnt_inner div.text_box p.name{
	margin-top: 20px;
}
#message .cnt_inner div.text_box p.name span{
	font-size: 30px;
	padding-left: 15px;
}
.column_style.cnt_inner{
	overflow: hidden;
	margin-bottom: 50px;
}
.column_style.cnt_inner > div{
	float: left;
}
.column_style.cnt_inner div.img_box{
	width: 25%;
}
.column_style.cnt_inner div.img_box figure img{
	box-shadow:3px 3px 5px 3px #cccccc;
}
.column_style.cnt_inner div.text_box{
	width: 75%;
	padding: 0 5%;
}

/* シングルページ */
body.single .entry-header .entry-title{
	font-size: 30px;
	padding-left: 20px;
	border-left: solid 5px #AA6200;
	margin-bottom: 50px;
	margin-top: 10px;
}

/* カテゴリーページ */
body.category .ttl_cover{
	width: 100%;
	height: 200px;
}
body.category .ttl_cover h2{
	font-family: 'Noto Serif JP', serif;
	font-size: 40px;
	font-weight: bold;
	width: 405px;
	height: 200px;
	text-align: center;
	line-height: 200px;
	background: url('../images/page_bg_parts.png') no-repeat center;
	background-size: cover;
}
body.category-2 .ttl_cover{
	background: url('../images/cover_news.jpg') no-repeat center;
	background-size: cover;
}
body.category .loop_area article.post{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #cccccc;
}
body.category .loop_area .entry-header h3.entry-title{
	font-size: 16px;
	margin-bottom: 0;
}


.sp_only{
	display: none;
}

@media only screen and (max-width: 768px) {
	.pc_only{
		display: none;
	}
	.sp_only{
		display: block;
	}
	ul#nav{
		display: flex;
		flex-wrap: wrap;
		float: none;
		margin: 0 3%;
	}
	ul#nav li{
		margin: 0;
		padding: 15px 0;
		flex-basis: 100%;
		text-align: center;
		border-bottom: dotted 1px #cccccc;
	}
	ul#nav li a{
		font-weight: bold;
	}
	header#header ul#nav li:last-child{
		padding: 0;
		border: none;
	}
	header#header ul#nav li:last-child a{
		margin: 15px auto;
	}
	body.page .ttl_cover h2{
		width: 100%;
		font-size: 32px;
	}
	.cnt_wrapper h2 span.jp{
		font-size: 28px;
	}
	.column_style.cnt_inner div.text_box,
	.column_style.cnt_inner div.img_box,
	#message .cnt_inner div.img_box,
	#message .cnt_inner div.text_box{
		float: none;
		width: 100%;
		padding: 0;
	}
	.container{
	  width: 90%;
	}
	body.page .ttl_cover .container{
		width: 100%;
	}
	#message .cnt_inner div.img_box figure{
		width: 65%;
		margin: 0 auto 30px;
	}
	.tablepress tbody td{
		display: block;
		border: none !important;
	}
	.tablepress.storeinfo tbody td{
		display: table-cell;
	}
	.tablepress tbody td.column-1{
		font-weight: bold;
	}
	#company .cnt_inner{
		flex-wrap: wrap;
	}
	#company .cnt_inner > div{
		flex-basis: 100%;
		min-height: 300px;
	}
	#company .cnt_inner .info_block{
		border-left: none;
	}
	#subVisual p#catchCopy{
		width: 90%;
		margin: 0 auto;
		font-size: 32px;
	}
	#subVisual p#catchCopy::after{
		width: 80%;
	}
	#service .cnt_inner ul li{
		flex-basis: 100%;
		margin-bottom: 30px;
	}
	#news .cnt_inner{
		padding: 30px;
	}
	.drawer-nav{
		z-index: 11111;
	}
}
