/*
Theme Name:  FeaturesPaintingMeister
Theme URI:
Description:
Version: 1.0
Author: 
Author URI:
*/


body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#333;
	font-size:15px;
	line-height:1.75;
	letter-spacing:0.01em;
	text-align:justify;
}
a {
	color: #333;
	text-decoration: none;
	transition: 0.3s ease-out;
}
a:hover {
	color:#e9a91e;
}

::selection{background-color:#e9a91e; color: #FFF;}
::-moz-selection{background-color:#e9a91e; color: #FFF;}

body , header , footer{
	min-width:1000px;
}



/*============================================================================

	#mainvisual　＊　下層のMV

============================================================================*/
#mainvisual {
	width: 100%;
	height:180px;
	background: url(images/bg_01.png);
}
#mainvisual .inner {
	width: 100%;
	max-width: 1000px;
	height: inherit;
	margin: auto;
	background: url(images/mv_under01.png) center top no-repeat;
}


/*------------------------------ ページごとにMV変更 ------------------------------*
.page-template-blog #mainvisual {background: url(images/MV_01.jpg) center top no-repeat;}
.page-template-products #mainvisual {background: url(images/MV_02.jpg) center top no-repeat;}
.page-id-94 #mainvisual {background: url(images/MV_03.jpg) center top no-repeat;}
.page-id-169 #mainvisual {background: url(images/MV_04.jpg) center top no-repeat;}
.single #mainvisual {background: url(images/MV_01.jpg) center top no-repeat;}






/*==================================================================

	ぱんくず

==================================================================*/
.breadcrumbs {	
	width:100%;
	margin:0 auto 20px;
	font-size:13px;
	color:#333;
}	
.breadcrumbs p {	
	width:100%;
	margin:auto;
}	
.breadcrumbs i {	
	color:#e5a22e;
	margin-right:5px;
}	
.breadcrumbs a {	
	color:#333;
}	





/*==================================================================

	main

==================================================================*/
main {
	margin-top: 30px;
}
main #wrapper {
	width: 1000px;
	margin: auto;
	padding-bottom: 80px;
}


/*---------- 右カラム＊メインコンテンツ ----------*/
#container {
	position: relative;
	float: right;
	width: 740px;
}
#container section {
	margin-bottom: 50px;
}


/*---------- 左カラム＊メニューバー ----------*/
#sidebar {
	position: relative;
	float: left;
	width: 230px;
}



/*==================================================================

	 タイトル

==================================================================*/
#mainvisual h2 {
	margin-left: 50px;
	padding-top: 65px;
	font-size: 25px;
	font-weight: bold;
	color: #6c5122;
}

#container h2{
	width: 100%;
	margin-bottom: 40px;
	padding: 15px 20px;
	border-top: 2px solid #68b551;
	border-bottom: 2px solid #68b551;
	box-sizing: border-box;
	font-size: 21px;
	font-weight: bold;
	color: #2e542d;
}

h3 {
	position: relative;
	width: 100%;
	margin-bottom: 25px;
	box-sizing: border-box;
	padding: 10px 25px 10px 25px;
	color: #FFF;
	letter-spacing: 1.3px;
	font-size: 18px;
	font-weight: bold;
	background: url(images/bg_04.png);
}
h3::before {
	position:relative;
	top:-1px;
	margin-right: 15px;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
}
h3.no-i::before {
	display:none;
}

h4 {
	position: relative;
	margin-bottom: 30px;
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
}
h4::before {
	position: absolute;
	content: "";
	top: -2px;
	left: 0;
	width: 10px;
	height: 35px;
	background: url(images/bg_04.png);
}

h5 {
	position: relative;
	margin-bottom: 5px;
	padding-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color:#6c5122;
}



/*==================================================================

	text

==================================================================*/
.text {
	position:relative;
	margin-bottom:50px;
}
.text p {
	margin-bottom:1em;
}
.text:last-of-type{
	margin-bottom:0;
}




/*==================================================================

	table

==================================================================*/
table {
	width:100%;
	margin-bottom:50px;
	border-top: 2px solid #edba4b;
	border-bottom: 2px solid #edba4b;
}
table:last-of-type {
	margin-bottom:0;
}
table th{
	width: 20%;
	min-width: 170px;
	color: #745012;
	font-weight:bold;
}
table td{
	width: 80%;
}
table th , table td {
	padding:15px 30px;
	box-sizing: border-box;
	border-bottom: 1px dashed #edba4b;
}
table tr:last-of-type th , table tr:last-of-type td {
	border-bottom: none;
}



/*==================================================================

	list

==================================================================*/

/*------------------------------ 左に黄色の●のシンプルリスト ------------------------------*/
ul.list01 {
	position:relative;
}
ul.list01 li {
	position:relative;
	margin-bottom:5px;
	padding-left:17px;
}
ul.list01 li::before {
	position:absolute;
	content:"";
	top:9px;
	left:3px;
	width:6px;
	height:6px;
	background:#e9a91e;
	border-radius:100%;
}



/*==================================================================

	btn

==================================================================*/

/*------------------------------ btn01 ------------------------------*/
.btn01 {
	text-align: center;
	background: url(images/bg_04.png);
	border-radius: 20px;
	transition: 0.3s ease-out;
    width: 230px;
    margin: auto;
}
.btn01 a {
	position: relative;
	display: block;
	padding: 5px 25px;
	color: #FFF;
}
.btn01 a i {
	margin-right: 5px;
}

.btn01:hover {
	background: url(images/bg_03.png);
	border-radius: 5px;
}



/*------------------------------ btn02 ------------------------------*
.btn02 a {
	position: relative;
	padding-left: 60px;
	color: rgba(255,255,255,1);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
}
.btn02 a::before {
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 55px;
	height: 1px;
	background: #FFF;
	transition: 0.3s ease-out;
}
.btn02 a:hover {
	padding-left: 40px;
	color: rgba(255,255,255,.8);
}
.btn02 a:hover::before {
	left: -10px;
	width: 40px;
}


/*------------------------------ btn03 ------------------------------*
.btn03 a {
	position:relative;
	display:inline-block;
	margin-top:5px;
	padding:5px 40px;
	color:#FFF;
	background:#a39176;
	border:1px solid #a39176;
}
.btn03 a:hover {
	color:#a39176;
	background:#eee9e1;
	cursor:pointer;
}




/*==================================================================

		$投稿ページ(single.php)

==================================================================*/
#post_thumbnail {
	float:right;
	width:auto;
	max-width:350px;
	margin-bottom:30px;
	margin-left:30px;
	text-align:center;
}
#post_thumbnail img {
	width:auto;
	height:auto;
	margin:auto;
	max-width:100%;
	max-height:400px;
}
time {
	display: block;
    margin-top: -20px;
    margin-bottom: 40px;
    padding: 4px 10px 10px;
    border-bottom: 1px dashed #eee;
    text-align: right;
    font-size: 13px;
	color:#7d5833;
}
time i {margin-right:10px;}

/*------------------------------ページネーション------------------------------*/
.single_nav {
	text-align:center;
	border-top:1px solid #eee;
    margin-top: 90px;
    padding-top: 50px;
}
.single_nav p {
	display:inline-block;
}
.single_nav a {
	margin:0 10px;
    padding: 10px 20px;
    background: #68b551;
	color:#FFF;
}
.single_nav a:hover {
	color:#daf0d4;
}
.single_nav .single_prev a , .single_nav .single_next a {
    background: #daf0d4;
	color:#333;
}
.single_nav .single_prev a:hover , .single_nav .single_next a:hover {
	color:#68b551;
}





/*==================================================================

		$投稿一覧ページ(blog.php)

==================================================================*/
.archive_post_content {
	position:relative;
   margin-bottom: 60px;
}
.archive_post_content h3.entry-title {
	padding-left:145px;
   padding-right: 10px;
 	white-space: nowrap;  
 	overflow: hidden;  
 	text-overflow: ellipsis;  -webkit-text-overflow: ellipsis;  -o-text-overflow: ellipsis; 
}
.archive_post_content .date {
	position:absolute;
	top:11px;
	left:10px;
	padding:4px 10px 2px;
	border-radius:5px;
   background: url(images/bg_01.png);
	font-size:13px;
	color:#7d5833;
}
.archive_post_content .archive_post_img {
	float:right;
	width:200px;
	margin-left:20px;
}
.archive_post_content .archive_post_img img {
	width:100%;
	height:auto;
}

/*------------------------------ページネーション------------------------------*/
div.pagenum {
	text-align:center;
}
div.pagenum ul.page-numbers li  {
   display: inline-block;
   min-width: 20px;
}
div.pagenum ul.page-numbers li .page-numbers  {
	background: #daf0d4;
   padding: 7px 10px;
}
div.pagenum ul.page-numbers li .current {
   background :#68b551;
	color:#FFF;
}
div.pagenum ul.page-numbers li:hover a {
	color:#68b551;
}






/*==================================================================

		$お問い合わせページ　＊　Contact Form 7カスタマイズ

==================================================================*/
@media(max-width:500px) {
	.inquiry th,.inquiry td {
		display:block!important;
		width:100%!important;
		border-top:none!important;
		-webkit-box-sizing:border-box!important;
		-moz-box-sizing:border-box!important;
		box-sizing:border-box!important;
	}
	.inquiry tr:first-child th{ border-top:1px solid #d7d7d7!important; }
	.inquiry .haveto,.inquiry .any { font-size:12px; }
}

.inquiry {
	width:100%;
	margin-bottom:40px !important;
	border-top: 2px solid #edba4b;
	border-bottom: 2px solid #edba4b;
}
.inquiry th{
	width:30%;
	min-width: 200px;
	color: #745012;
	font-weight:bold;
}
.inquiry td{
	width: 70%;
}
.inquiry th , .inquiry td {
	padding:15px 20px;
	box-sizing: border-box;
	border-bottom: 1px dashed #edba4b;
}
.inquiry tr:last-of-type th , .inquiry tr:last-of-type td {
	border-bottom: none;
}
.inquiry td input{
	width:80%;
	padding:10px 20px;
    box-sizing: border-box;
}
.inquiry td textarea{
	width:100%;
	padding:10px 20px;
    box-sizing: border-box;
}

/*------------------------------ 必須 ------------------------------*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:10px;
 position:relative;
 bottom:1px;
}
/*------------------------------ 任意 ------------------------------*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:10px;
 position:relative;
 bottom:1px;
}

/*------------------------------ スパム防止 ------------------------------*/
.spam {
	width:100%;
	padding:10px;
	background:#f7f7f7;
	text-align:center;
    font-size: 14px;
	box-sizing:border-box;
}
.spam .wpcf7-form-control-wrap {
    margin-right: 10px;
}

/*------------------------------ 送信ボタン ------------------------------*/
#formbtn{
 display: block;
 padding:15px;
 width:300px;
 background:#edba4b;
 color:#fff;
    font-size: 15px;
 border-radius:2px;
 margin:25px auto 0;
 border:2px solid #edba4b;
	-webkit-appearance: none;
}
#formbtn:hover{
 background:#fff;
 color:#edba4b;
 border:2px solid #edba4b;
}



/*==================================================================

		$商品説明BOX

==================================================================*/
.product_box {
	position:relative;
	float:left;
	width:240px;
	margin-bottom: 15px;
	margin-right:10px;
	box-sizing:border-box;
	border:1px solid #ccc;
	padding:10px;
}
.product_box:nth-child(3n) { margin-right:0; }
.product_box .product_box_list {
	margin-top:10px;
	padding:10px;
	background:#eee;
	font-size:12px;
}

.product_box .ph {
	height: 293px;
}
.product_box .ph img {
	width:100%;
	height:auto;
}
.product_box .ph .ph_main {
	width:218px;
	height:218px;
}
.product_box .ph .ph_main img {
	position: absolute;
	width: 218px;
	height: 218px;
	object-fit: contain;
}
.product_box .ph .ph_thumb {
	display:flex;
	margin-top:7px;
}
.product_box .ph .ph_thumb span {
	display:block;
}
.product_box .ph .ph_thumb span:nth-child(2) {
	margin:0 7px;
}
.product_box .ph .ph_thumb span img {
	width: 68px;
	height: 68px;
	object-fit: cover;
}



/*==================================================================

		$選ばれる理由

==================================================================*/
#features_nav {
	display:flex;
	justify-content:space-between;
}
#features_nav li{
	width:33%;
	text-align:center;
}
#features_nav li a{
	display:block;
	padding:10px 0;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background: url(images/bg_02.png);
	opacity:.8;
	border-radius: 5px;
}
#features_nav li a:hover{
	background: url(images/bg_03.png);
	opacity:1;
}
#features_nav li:nth-child(2){
	margin:0 10px;
}

/*------------------------------ 機械設備 ------------------------------*/
div#n2-ss-2 .n2-style-c371bed12e94c3d9e638bf8bdeb281dd-simple {
    padding: 10px 20px !important;
}
div#n2-ss-2 .nextend-bar-horizontal div * {
    display: block !important;
	line-height:2;
}




/*==================================================================

		$Q&A

==================================================================*/
#qa_list dl{
	margin-bottom:40px;
}
#qa_list dl dt{
	position:relative;
	margin-bottom:5px;
    padding: 12px 20px 12px 60px;
	background:#f2fcf1;
	font-size: 15px;
    font-weight: bold;
    color: #2e542d;
}
#qa_list dl dt:before{
	position:absolute;
	content:"Q";
    top: 0;
    left: 0;
    width: 45px;
	height:100%;
    line-height: 43px;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	background: url(images/bg_03.png);
}	
	
#qa_list dl dd{
	position:relative;
	background:#fff8e0;
    padding: 12px 20px 12px 60px;
}
#qa_list dl dd:before{
	position:absolute;
	content:"A"; 
    top: 0;
    left: 0;
    width: 45px;
	height: 100%;
    line-height: 43px;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	background: url(images/bg_04.png);
}		
	
	
	
/*==================================================================

		$ご注文の流れ

==================================================================*/
#order_nav {
	display:flex;
	justify-content:space-between;
}
#order_nav li{
	width:49%;
	text-align:center;
}
#order_nav li a{
	display:block;
	padding:10px 0;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background: url(images/bg_02.png);
	opacity:.8;
	border-radius: 5px;
}
#order_nav li a:hover{
	background: url(images/bg_03.png);
	opacity:1;
}
	
	
	
	
	
	
	
	
	

