/*
Theme Name:  Reno Kids
Theme URI:
Description:
Version: 1.0
Author: 
Author URI:
*/


body {
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	color:#333;
	font-size:16px;
	line-height:1.75;
	letter-spacing:0.03em;
	text-align:justify;
}
a {
	color: #333;
	text-decoration: none;
	transition: 0.3s ease-out;
}
a:hover {
	color:#9d7f6a;
}
b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}

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

body , header , footer{
	min-width: 400px;
	max-width: 1920px;
	margin: auto;
}



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

	#mainvisual　＊　下層のh2

============================================================================*/
#top_title_under {
	height: 200px;
	background: url(images/bg_02.png);
	background-size: 1920px auto;
	background-position: bottom center;
	text-align: center;
}
#top_title_under h2 {
	position: relative;
	margin-bottom: 0;
	padding-top: 45px;
	font-size: 30px;
	font-weight: bold;
	color: #2e0301;
	letter-spacing: 2px;
}
#top_title_under h2::before {
	position: absolute;
	content: "";
	top: auto;
	left: 50%;
	margin-top: 12px;
	margin-left:-310px;
	width: 35px;
	height: 36px;
	background: url(images/top_img01.png);
	background-size: 35px auto;
}
#top_title_under h2::after {
	position: absolute;
	content: "";
	top: auto;
	left: 50%;
	margin-top: 12px;
	margin-left: 270px;
	width: 35px;
	height: 36px;
	background: url(images/top_img02.png);
	background-size: 35px auto;
}

@media screen and (max-width:900px) {
	#top_title_under h2 {
		padding-top: 45px;
		font-size: 25px;
	}
	#top_title_under h2::before {
		margin-left:-260px;
	}
	#top_title_under h2::after {
		margin-left: 220px;
	}
}
@media screen and (max-width:640px) {
	#top_title_under {
		height: 200px
	}
	#top_title_under h2 {
		padding-top: 87px;
		font-size: 18px;
	}
	#top_title_under h2::before {
		margin-left:-180px;
		width: 18px;
		height: 18px;
		background: url(images/top_img01.png);
		background-size: 18px auto;
	}
	#top_title_under h2::after {
		margin-left: 160px;
		width: 18px;
		height: 18px;
		background: url(images/top_img02.png);
		background-size: 18px auto;
	}
}



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

	main

==================================================================*/
main {
	background: #f2f1e2;
}

main #wrapper {
	width: 95%;
	max-width: 1000px;
	margin: auto;
	padding: 60px 0 80px;
}
main #wrapper section {
	position:relative;
	margin: 0 auto 80px;
}
main #wrapper section:last-child {
	margin-bottom: 0;
}






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

	 タイトル

==================================================================*/
h2 {
	position: relative;
	margin-bottom: 70px;
	font-size: 30px;
	font-weight: bold;
	color: #2e0301;
	text-align: center;
	letter-spacing: 2px;
}
h2::before {
	position: absolute;
	content: "";
	top: 73px;
	left: 50%;
	margin-left: -82px;
	width: 80px;
	height: 4px;
	background: #bca885;
}
h2::after {
	position: absolute;
	content: "";
	top: 73px;
	left: 50%;
	margin-left: 2px;
	width: 80px;
	height: 4px;
	background: #8eae8e;
}

h3 {
	position: relative;
	margin-top: 5px;
	margin-bottom: 30px;
	padding-left: 25px;
	font-size: 23px;
	font-weight: bold;
}
h3::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 4px;
	height: 20px;
	background: #bca885;
}
h3::after {
	position: absolute;
	content: "";
	top: 23px;
	left: 0;
	width: 4px;
	height: 20px;
	background: #8eae8e;
}

h4 {
	position: relative;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	color:#68512e;
}

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




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

	table

==================================================================*/
table {
	background:#FFF;
	width:100%;
	margin-top: 20px;
	margin-bottom:70px;
}
table:last-of-type {
	margin-bottom:0;
}
table th{
	color: #fff;
	background:#b8a27f;
	border-bottom: 1px solid #fff !important;
}
table tr:last-of-type th {
	border-bottom: 1px solid #e6e6e6 !important;
}
table th , table td {
	padding:15px 20px;
	border: 1px solid #e6e6e6;
}



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

	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:5px;
	height:5px;
	background:#cfa972;
	border-radius:100%;
}




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

	btn

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

/*------------------------------ btn01 ------------------------------*
.btn01 {
	margin-top: 60px;
	text-align: center;
}
.btn01 a {
	position: relative;
	border: 1px solid #666;
	padding: 15px 40px;
	transition: 0.3s ease-out;
}
.btn01 a::before {
	position: absolute;
	content: "";
	top: 50%;
	left: -40px;
	width: 50px;
	height: 1px;
	background: #666;
	transition: 0.3s ease-out;
}
.btn01 a:hover {
	color: #6c503d;
	border: 1px solid #6c503d;
	background: rgba(255,255,255,.4);
}
.btn01 a:hover::before {
	left: -20px;
	width: 40px;
	background: #6c503d;
}



/*------------------------------ 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;
}




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

		$youtube

==================================================================*/
.youtube {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

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

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

==================================================================*
.archive_post_content {
	border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.archive_post_content .date {
	position:absolute;
	margin-bottom:10px;
	padding:5px 10px 7px;
   background: #eee;
	font-size:13px;
   line-height: 2;
}
.archive_post_content h3 {
   top: 4px;
    margin-left: 140px;
    width: 86%;
    box-sizing: border-box;
	font-size:18px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

/*------------------------------ページネーション------------------------------*
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: #ccc;
    padding: 10px 10px;
}
div.pagenum ul.page-numbers li .current {
    background :#222;
	color:#FFF;
}



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

		$投稿ページ(single.php)

==================================================================*
#post_thumbnail {
	float:right;
	width:auto;
	max-width:350px;
	margin-bottom:30px;
	margin-left:30px;
	text-align:center;
	background:#eee9e1;
}
#post_thumbnail img {
	width:auto;
	height:auto;
	margin:auto;
	max-width:100%;
	max-height:400px;
	border:10px solid #eee9e1;
}
time {
	display: block;
    margin-top: -20px;
    margin-bottom: 40px;
    padding: 0px 10px 10px;
    border-bottom: 1px dashed #eee;
    text-align: right;
    font-size: 15px;
}
time i {
	margin-right:5px;
}

/*------------------------------ページネーション------------------------------*
.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: 5px 20px 7px;
    background: #f3eedf;
}



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

		$お問い合わせページ　＊　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;
	border-bottom:solid 1px #fff;
}
.inquiry th{
	width:30%;
	padding:20px 20px;
	border-top:solid 1px #fff;
}
.inquiry td{
	padding:20px 0;
	border-top:solid 1px #fff;
}
.inquiry td input{
	width:50%;
	padding:10px 20px;
    box-sizing: border-box;
}
.inquiry td select{
	padding:10px 20px;
}
.inquiry td textarea{
	width:100%;
	padding:10px 20px;
    box-sizing: border-box;
}
.spam {
	padding:5px 10px;
	background:#fcfaf4;
	text-align:center;
}
.spam span {
	margin-right:5px;
}
.contact_privacytext {
	text-align:center;
	text-decoration-line:underline;
}

/*------------------------------ 必須 ------------------------------*
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:15px;
 position:relative;
 bottom:1px;
}
/*------------------------------ 任意 ------------------------------*
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:15px;
 position:relative;
 bottom:1px;
}
/*------------------------------ 送信ボタン ------------------------------*
#formbtn{
 display: block;
 padding:15px;
 width:350px;
 background:#a39176;
 color:#fff;
 font-size:15px; 
 border-radius:2px;
 margin:25px auto 0;
 border:1px solid #a39176;
	-webkit-appearance: none;
}
#formbtn:hover{
 background:#fff;
 color:#a39176;
 border:1px solid #a39176;
}




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

		$見積もりページ

==================================================================*/
.wq-Form {
    background: none !important;
}
.wq-Form .wq-Quantity, .wq-Form .wq-Selector, .wq-Form .wq-Slider {
    border: none !important;
}

/*運搬・組み立て単価*/
#wq-option-detail-28-397-wrapper span.wq--price::before, #wq-option-detail-28-398-wrapper span.wq--price::before {
    content: '@';
}

/*本体・オプションなどタイトル*/
.wq-Form .wq-Quantity>.wq--head, .wq-Form .wq-Selector>.wq--head, .wq-Form .wq-Slider>.wq--head {
	border-radius: 15px 15px 0px 0px !important;
	background: url(images/bg_02.png);
    background-size: 1920px auto;
    background-position: center top;
	padding: 15px 40px !important;
	font-size: 20px !important;
    font-weight: bold;
    color: #2e0301 !important;
	border-bottom: none !important;
}
@media screen and (max-width:640px) {
	.wq-Form .wq-Quantity>.wq--head, .wq-Form .wq-Selector>.wq--head, .wq-Form .wq-Slider>.wq--head {
		padding: 10px 30px !important;
		font-size: 17px !important;
	}
}

/*ミニリーフ、デスクワゴンなど選択できる項目一覧*/
.wq-Form .wq-Selector>.wq--body {
	background: #FFF;
	border-radius: 0 0 15px 15px;
}
.wq-Form .wq-Option {
    width: 20% !important;
}
@media screen and (max-width:640px) {
	.wq-Form .wq-Option, .wq-Form .wq-Option>.wq--label>.wq--main, .wq-Form .wq-Option>.wq--label>.wq--media, .wq-Form .wq-Quantity>.wq--head>.wq--media, .wq-Form .wq-Selector>.wq--body, .wq-Form .wq-Selector>.wq--head>.wq--media, .wq-Form .wq-Slider>.wq--head>.wq--media {display: block !important;}
	.wq-Form .wq-Option>.wq--label {flex-direction: inherit !important;}
	.wq-Form .wq-Option {width: 100% !important;}
}

/*ミニリーフ、デスクワゴンなど選択できる項目一覧　詳細*/
.wq-Form .wq-Option>.wq--label {
	padding: 20px 10px !important;
}
@media screen and (max-width:640px) {
	.wq-Form .wq-Option>.wq--label {
    	padding: 10px 10px 5px!important;
    	border-top: 1px solid #e6e6e6;
	}
	.wq-Form .wq-Option>.wq--label>.wq--main>.wq--name {text-align: left !important; font-size: 14px !important;}
	.wq-Form .wq-Option>.wq--label>.wq--main>.wq--prices {text-align: left !important;}
}

/*台数*/
.wq-Form .wq-Quantity>.wq--body, .wq-Form .wq-Slider>.wq--body {
	background: #FFF;
	border-radius: 0 0 15px 15px;
	padding: 20px 40px !important;
}

/*合計*/
.wq-Form .wq-Monitor>.wq--entries {
	background: none !important;
	border: none !important;
}
.wq-Form .wq-Monitor>.wq--entries>.wq--entry.wq-for-header {
	border-radius: 15px 15px 0px 0px !important;
	background: url(images/bg_02.png);
    background-size: 1920px auto;
    background-position: center top;
	padding: 3px 0 !important;
	font-size: 17px !important;
    font-weight: bold;
    color: #2e0301 !important;
	border-bottom: none !important;
}
.wq-Form .wq-Monitor>.wq--entries>.wq--entry>.wq-for-category {
	padding-left: 30px !important;
}
.wq-Form .wq-Monitor>.wq--entries>.wq--entry>.wq-for-price {
	padding-right: 30px !important;
}
.wq-Form .wq-Monitor>.wq--entries>.wq--entry {
	background: #FFF;
}
.wq-Form .wq-Monitor>.wq--footer {
	max-width: 100% !important;	
	margin-bottom: 60px;
	border-radius: 0 0 15px 15px;
}
.wq-Form .wq-Monitor>.wq--footer>.wq--entry {
	padding: 0 20px;
	border: none !important;
	border-top: 2px solid #c9baa0 !important;
}
@media screen and (max-width:640px) {
	.wq-Form .wq-Monitor>.wq--entries>.wq--entry.wq-for-header {padding: 15px 30px!important;}
}

/*エラー表示*/
.wq-Form .wq-Control>.wq--body>.wq--message, .wq-Form .wq-Quantity>.wq--head>.wq--message, .wq-Form .wq-Selector>.wq--head>.wq--message, .wq-Form .wq-Slider>.wq--head>.wq--message, .wq-Form .wq-WNavigator>.wq--base .wq--message {
	background: #dd4522 !important;
    padding: 6px 15px;
    border-radius: 20px;
    color: #FFF !important;
    border: 2px solid #FFF;
}
@media screen and (max-width:640px) {
	.wq-Form .wq-Control>.wq--body>.wq--message, .wq-Form .wq-Quantity>.wq--head>.wq--message, .wq-Form .wq-Selector>.wq--head>.wq--message, .wq-Form .wq-Slider>.wq--head>.wq--message, .wq-Form .wq-WNavigator>.wq--base .wq--message {
		background: rgba(221,69,34,.7)!important;
		z-index: 5;
	}
}

/*名前住所フォーム*/
.wq-Attributes {
	background: #FFF;
	border-radius: 15px;
	padding: 30px 40px;
}
.wq-Form .wq-Attributes>:not(:last-child), .wq-Form .wq-HNavigator>.wq--items>:not(:last-child) {
	margin-bottom: 10px !important;
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}
.wq-Form .wq-Control>.wq--header{
	width: 25% !important;
	padding:15px 15px !important;
}
.wq-Form .wq-Control>.wq--body {
	border-left: 1px solid #e6e6e6;
	padding:10px 15px !important;
}
.wq-Form .wq-Control>.wq--header>.wq--required {
	font-size: 13px !important;
}
.wq-Form .wq-Checkbox>label, .wq-Form .wq-Radio>label {
	margin-bottom: 10px !important;
}
@media screen and (max-width:640px) {
	.wq-Attributes {padding: 20px;}
	.wq-Form .wq-Control>.wq--header{width: 100% !important; padding:5px 0 0 !important;}
	.wq-Form .wq-Control>.wq--body {border:none;padding:0 0 5px !important;}
}

/*名前住所フォーム＊最後の項目の線がつかない問題の解決*/
.wq-Form .wq-Control:nth-of-type(11){
	border-bottom: 1px solid #e6e6e6;
}
.wq-Form .wq-for-action .wq--body {
	border-left: none;
}

/*名前住所フォーム＊送信ボタン*/
.wq-Form .wq-for-action .wq--header {
	width: 0 !important;
	padding: 0 !important;
}
.wq-Dialog .wq-Button, .wq-Form .wq-Button {
	margin: 0 auto !important;
	padding: 13px 70px !important;
    border-radius: 5px !important;
}
@media screen and (max-width:782px) {
	.wq-Form .wq-Control>.wq--body {box-sizing: border-box;}
}

/*見積りフォーム内・スクロールバーが出るのを禁止して折り返し*/
.wq-Form .wq-Option, .wq-Form .wq-Option>.wq--label>.wq--main, .wq-Form .wq-Option>.wq--label>.wq--media, .wq-Form .wq-Quantity>.wq--head>.wq--media, .wq-Form .wq-Selector>.wq--body, .wq-Form .wq-Selector>.wq--head>.wq--media, .wq-Form .wq-Slider>.wq--head>.wq--media {
    flex-wrap: wrap !important;
}