﻿@charset "utf-8";
/* ===========================================================
 *
 * アールシーエスSP　スタイルシート
 * Last UpDate : 2024/09/02
 *
=========================================================== */

/* ----------------------------------------------------------
	style.css

	index
	 1 - ページ共通css
	 2 - リンクの色
	 3 - 見出し
	 4 - 背景
	 5 - レイアウト
	 6 - ヘッダー
	 7 - フッター
	 8 - グローバルナビゲーションgNavi
	 9 - ローカルナビゲーションlNavi
	10 - コンテンツ

---------------------------------------------------------- */

/* ----------------------------------------------------------
 1 - ページ共通css
---------------------------------------------------------- */
@import "general.min.css";
@import "fonts.min.css";
@import "/css/fonts.css";

html { }

body {
	color: #333;
	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		Verdana,
		sans-serif;
	background: #c4ab85;
}

img,video {
  max-width: 100%;
  height: auto;
}

.emp03 { color: #007bd0; }

.mb10e { margin-bottom: 1.0em; }
.mb15e { margin-bottom: 1.5em; }


.form_header_txt01{	font-size: 15px; line-height: 1.6em; letter-spacing: 1px; width: 96%; margin: 0 auto; }
.form_header_txt01 a{ font-weight: bold; text-decoration: underline; }
.form_header_txt01 a:hover{ text-decoration: none; }


.contactSecTxt a{ color: #00f !important; text-decoration: underline !important;  }
.contactSecTxt a:hover{ text-decoration: none !important;  }

/* 非表示用 */
.noneSP		{ display: none !important; }

/* ----------------------------------------------------------
 2 - リンクの色
---------------------------------------------------------- */
a:link		{ color:#333; text-decoration:none; }
a:visited	{ color:#333; text-decoration:underline; }
a:hover		{ color:#004f8a; text-decoration:none; }
a:active	{ color:#004f8a; text-decoration:none; }

/* ----------------------------------------------------------
 3 - 見出し
---------------------------------------------------------- */


h1{ background: #786752; color: #fff; font-size: 20px; letter-spacing: 1px; text-align: center; padding: 20px 0; margin-bottom: 20px; }
h1 span{ font-size: 14px; }
	
h1.topH1{ background: none; padding: 0; margin: 0; }
h1.topH1 img{ vertical-align: baseline; }

h2{ border-top: 1px solid #927d63; border-bottom: 1px solid #927d63; color: #666; padding: 10px 0 10px 10px; font-size: 18px; margin-bottom: 30px; }
h3{ color: #000; vertical-align: middle; font-size: 17px; margin-bottom: 20px; }
h3:before{ content: "●"; color: #f90; margin-right: 8px; }

h3.timerset{ padding: 20px 0 0 0; height: 60px; background-image: url(../../products/images/img_timerset01.png); background-repeat:  no-repeat; background-size: contain; background-position: 85% bottom; }

h4{ position: relative; padding: 0 0 0 16px; vertical-align: middle; font-size: 15px; margin-bottom: 10px; color: #8c8c8c; }
h4:before,
h4:after{ position: absolute; top: 0; bottom: 0; left: 0; margin: auto; content: ""; vertical-align: middle; }
h4:before{ left: 3px; width: 4px; height: 4px; border-top: 2px solid #926a60; border-right: 2px solid #926a60; transform: rotate(45deg); }

.news_sec h4{ font-size: 15px; background-color: #f6f2f1; color: #333; padding: 10px; }
.news_sec h4:before,
.news_sec h4:after{ display: none; }

h5{ font-size: 14px; color: #444; padding: 10px 0 5px 0; border-bottom: 2px dotted #ddd; margin-bottom: 10px; }


/* ----------------------------------------------------------
 6 - ヘッダー
---------------------------------------------------------- */
header { height: auto; width: 100%; position: relative; min-height: 45px; background: #fff; margin-bottom: 10px; -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4); -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4); box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4); }
header #header{ width: 100%; height: auto; left: 0; right: 0; z-index: 9999; }
	header .headerLogo{ position: absolute; top: 10px; left: 0; right: 0; margin: 0 auto; text-align: center; }
	header .headerCart{ position: absolute; top: 7px; right: 20px; }
	header .headerCart a{ color: #cd5200; font-size: 23px; }
.headerTxt{ color: #fff; font-size: 14px; font-weight: bold; letter-spacing: 1px; background: #3c3329; padding: 4px 0; text-align: center; }

.drawer-nav{ overflow: scroll !important;}

/* ----------------------------------------------------------
 7 - フッター
---------------------------------------------------------- */
/*
footer .pageTop{ padding: 60px 0; }
footer .pageTop a{ display: block; width: 80px; height: 80px; border-radius: 80px; background: #926a60; color: #fff; margin: 0 auto; text-align: center; line-height: 80px; padding-top: 12px; }
footer .pageTop a i.fa{ font-size: 50px; }
*/

footer .pageTop{
	position: fixed;
	right: 10px;
	bottom: 45px;
	cursor: pointer;
	transition: .3s;
  
	/*デフォルトで非表示にする*/
	opacity: 0;
	visibility: hidden;
}
/*このクラスが付与されると表示する*/
footer .pageTop.active{
	opacity: 1;
	visibility: visible;
}
footer .pageTop a{ display: block; width: 40px; height: 40px; border-radius: 100%; background: rgba(146,106,96,.5); color: #fff; margin: 0 auto; text-align: center; line-height: 40px; padding-top: 0px; }
footer .pageTop a i.fa{ font-size: 30px; }


footer .footerSecBtn{ width: 90%; margin: 0 auto;  }
footer .footerSecBtn01,
footer .footerSecBtn02,
footer .footerSecBtn03{ text-align: center; margin-bottom: 20px; }
footer .footerSecBtn01 a{ display: block; background: #cd5200; padding: 20px 0; font-size: 21px; color: #fff; border: 1px solid #cd5200; border-radius: 10px; letter-spacing: 1px; text-decoration: none; }
footer .footerSecBtn01 i,
footer .footerSecBtn02 i,
footer .footerSecBtn03 i{ font-size: 1.3em; margin-right: 10px; }

footer .footerSecBtn04Fb,
footer .footerSecBtn04Insta{ text-align: center; margin-bottom: 20px; }
footer .footerSecBtn04Fb a{ display: block; background: #4267b2; padding: 20px 0; font-size: 21px; color: #fff; border: 1px solid #4267b2; border-radius: 10px; letter-spacing: 1px; text-decoration: none; }
footer .footerSecBtn04Insta a{ display: block; background: #262626; padding: 20px 0; font-size: 21px; color: #fff; border: 1px solid #262626; border-radius: 10px; letter-spacing: 1px; text-decoration: none; }
footer .footerSecBtn04Fb i.fa,
footer .footerSecBtn04Insta i.fa{ font-size: 1.3em; margin-right: 10px; }

footer .footerSecBtn02 a{ display: block; background: #f90; padding: 20px 0; font-size: 21px; color: #fff;border: 1px solid #f90; border-radius: 10px; letter-spacing: 1px; text-decoration: none; }

footer .footerSecBtn03 a{ display: block; background: #926a60; padding: 20px 0; font-size: 21px; color: #fff;border: 1px solid #926a60; border-radius: 10px; letter-spacing: 1px; text-decoration: none; }

footer #footerSitemap{ overflow: hidden; margin-top: 50px; }

.accordion div{	cursor: pointer }
.accordion li > ul > li > ul{ display:none; }

/*ACCORDION*/
.accordion {
	width: 100%;
	border-top: 1px solid #ccc;
}
.accordion a { display: block; background: #786752; text-decoration: none; font-size: 15px; font-weight: 700; padding: 15px; border-bottom: 1px solid #ccc; color: #fff; }
	.accordion a{ text-decoration: none; }
.accordion > li a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}
.accordion > li a:hover{
}
.accordion > li a:after, .accordion > li a.active:after{
	font-size: 15px;
	position: absolute;
	right: 20px;
	color: #fff;
}
.accordion > li a.toggle:after{
	font-family: FontAwesome;
	content: '\f078';
}
.accordion > li a.active:after{
	font-family: FontAwesome;
	content: '\f077';
}
.accordion > ul > li > ul > li > ul {
	display: none;
}
.accordion > li > ul > li > ul > li a{
	display: block;
	color: #fff;
	font-size: 14px;
	background-color: #9d8970;
	border-bottom: 1px solid #fff;
	padding: 15px;
	position: relative;
}
.accordion > li > ul > li a:hover{
	background-color: #5c4f3f;
}

footer #footerSitemap .footerFB a{ display: block; background: #4267b2; }
footer #footerSitemap .footerInsta a{ display: block; background: #262626; }

footer .footerCopyright{ background: #786752; color: #fff; text-align: center; padding: 10px 0; }
#footer2nd{ background: #c4ab85; padding-top: 40px; }

/* ----------------------------------------------------------
 8 - グローバルナビゲーションgNavi
---------------------------------------------------------- */

/* ----------------------------------------------------------
 9 - ローカルナビゲーション
---------------------------------------------------------- */
#lNavi{ display: none; }

/* ----------------------------------------------------------
 10 - コンテンツ
---------------------------------------------------------- */
#wrapper2nd{ background: #fff; }
#contents {	width: 100%; height: auto; }
#contents:after { content: ""; display: block; clear: both; }

#breadcrumbs { display: none; }

.main_nav{ width: 94%; margin: 0 auto; }
.main_nav_tit{ position: relative; color: #926a60; font-size: 18px; font-weight: bold; padding-left: 25px; margin-bottom: 10px; }
.main_nav_tit:before{ display: block; content: ""; position: absolute; left: 0; top: 6px; width: 16px; height: 16px; border-radius: 100%; background-color: #926a60; }
.main_nav_list{ border: 2px solid #926a60; border-radius: 8px; padding: 15px 15px 10px 10px; margin-bottom: 30px; }
.main_nav_item{ position: relative; color: #926a60; margin-bottom: 5px; }
.main_nav_item:before{ position: absolute; content: ""; display: block; top: 8px; left: 3px; width: 5px; height: 5px; border-radius: 100%; background-color: #926a60;  }
.main_nav_item a{ color: #926a60; font-size: 14px; text-decoration: none; margin-left: 15px; }
.main_nav_item a:hover{ opacity: .6; }
.main_nav_item ul{ margin-left: 30px; }
.main_nav_item ul li{ position: relative; }
.main_nav_item ul li:after{ position: absolute; display: block; content: ""; top: 50%; left: 0; width: 6px; height: 1px; background-color: #926a60; }
.main_nav_item ul li a{ font-size: 13px; }

.repair_btn{ width: 100%; margin-top: 20px; }
.repair_btn a{ display: block; color: #fff; font-size: 15px; font-weight: bold; letter-spacing: 1px; text-align: center; background-color: #cd5200; border: 1px solid #cd5200; padding: 10px;	border-radius: 10px; text-decoration: none; }
.repair_btn a:hover{ color: #cd5200; background-color: #fff; }

.commonTit01 {
	color: #8c8c8c;
	font-size: 18px;
	font-weight: bold;
	min-height: 13px;
	background: url(/images/ico_arrow02.png) no-repeat 0 6px;
	margin-bottom: 15px;
	padding-left: 20px;
}

/************** トップページ **************/
#topImg{ overflow: hidden; width: 100%; height: auto; margin-bottom: 20px; }
#topImg img{ width: 100%; height: auto; }

.topBnr{ text-align: center; margin-bottom: 20px; }
.topBnr ul{ display: flex; justify-content: center; }
.topBnr ul li{ margin: 0 1%; }

.top_btn{ width: 96%; margin: 0 auto 20px auto; }
.top_btn img{ width: 100%; height: auto; }
.top_btn a:hover{ opacity: .6; }


#contents .topSe2{ overflow: hidden; margin-bottom: 60px; }
#contents .topSec01{ width: 100%; overflow: hidden; margin-bottom: 10px; -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4); -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4); box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4); }
#contents .topSec:after{ content: ""; display: block; clear: both; }

#contents .topSecImg img{ width:100%; height: auto; }
#contents .topSecBtn{ overflow: hidden; }
#contents .topSecBtn a{ background: #fff; width: 100%; text-align: center; }

#contents .topSecBtn a{
	position: relative;
	display: inline-block;
	padding: 10px 0;
	color: #666;
	vertical-align: middle;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
#contents .topSecBtn a:before,
#contents .topSecBtn a:after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 35px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#contents .topSecBtn a:before{
	width: 23px;
	height: 23px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #dc4848;
}
#contents .topSecBtn a:after{
	right: 44px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#contents .topSecProducts{ background: #786752; position: relative; margin-bottom: 30px; margin-top: 40px; }
#contents .topSecProductsTitIco{ position: absolute; top: -30px; left: 0; right: 0; text-align: center; }
#contents .topSecProductsTit{ font-size: 26px; letter-spacing: 3px; color: #fff; text-align: center; padding: 20px 0 0 0; }
#contents .topSecProductsTit h2{ border-top: 0px; border-bottom: 0px; color: #fff; padding: 0; font-size: 26px; margin-bottom: 0; }
#contents .topSecProductsTit span{ display: block; font-size: 11px; color: #fff; padding: 0 0 10px 0; }
#contents .topSecBtn02 a{ background: #786752; width: 100%; text-align: center; }
#contents .topSecBtn02 a{
	position: relative;
	display: inline-block;
	padding: 10px 0;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
#contents .topSecBtn02 a:before,
#contents .topSecBtn02 a:after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 35px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#contents .topSecBtn02 a:before{
	width: 23px;
	height: 23px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
#contents .topSecBtn02 a:after{
	right: 44px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #786752;
	border-right: 2px solid #786752;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#contents .topSecVoice{ background: #f8f5e6; -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4); -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4); box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4); }
#contents .topSecVoice:after{ content: ""; display: block; clear: both; }
#contents .topSecVoiceTit{ text-align: center; color: #666; font-size: 24px; letter-spacing: 1px; padding: 20px 0; }
#contents .topSecVoiceTit h2{ border-top: 0px; border-bottom: 0px; padding: 20px 0 20px 0; font-size: 24px; margin-bottom: 0; }
#contents .topSecVoice ul{ width: 85%; margin: 0 auto 10px auto; overflow: hidden; }
#contents .topSecVoice ul li{ float: left; width: 32%; margin-right: 2%; text-align: center; }
#contents .topSecVoice ul li img{ width: 100%; height: auto;  }
#contents .topSecVoice ul li:nth-child(3n){ margin-right: 0; }
#contents .topSecVoiceBtn a{ width: 100%; text-align: center; }
#contents .topSecVoiceBtn a{
	position: relative;
	display: inline-block;
	padding: 10px 0;
	color: #dc4747;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#contents .topSecVoiceBtn a:before,
#contents .topSecVoiceBtn a:after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 35px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#contents .topSecVoiceBtn a:before{
	width: 23px;
	height: 23px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #dc4747;
}
#contents .topSecVoiceBtn a:after{
	right: 44px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#contents .topSecVoice02{ background: #f8f5e6; -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4); -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4); box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4); margin-bottom: 20px; }
#contents .topSecVoice02:after{ content: ""; display: block; clear: both; }
#contents .topSecVoice02Tit{ text-align: center; color: #666; font-size: 24px; letter-spacing: 1px; padding: 20px 0; }
#contents .topSecVoice02Tit h2{ border-top: 0px; border-bottom: 0px; padding: 20px 0 20px 0; font-size: 24px; margin-bottom: 0; }


#contents .topSecVoice02 ul{ width: 96%; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
#contents .topSecVoice02 ul li{ flex-basis: 48%; margin-bottom: 30px; }
#contents .topSecVoice02 ul li .topSecVoice02Img{ margin-bottom: 10px; }
#contents .topSecVoice02 ul li .topSecVoice02Img img{ width: 100%; height: auto; }
#contents .topSecVoice02 ul li .topSecVoice02Txt{ text-align: center; font-size: 11px; line-height: 1.2; font-weight: bold; margin-bottom: 5px; }
#contents .topSecVoice02 ul li .topSecVoice02Btn{ width: 90%; margin: 0 auto; }
#contents .topSecVoice02 ul li .topSecVoice02Btn a{ display: block; color: #fff; font-weight: bold; background: #786752; padding: 3px; text-align: center; border-radius: 40px; }
#contents .topSecVoice02 ul li .topSecVoice02Btn a:hover{}



.voiceSec{ background: url("../images/bg_voice01.jpg") no-repeat; background-size: cover; padding-bottom: 0; width: 100% !important; }
.voiceSec .voiceSecTxt{ background: #fff; text-align: center; padding-bottom: 40px; padding-top: 30px; }
.voiceSec ul{ width: 90%; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 40px; padding-top: 40px; }
.voiceSec ul li{ flex-basis: 47%; margin-bottom: 30px; }
.voiceSec ul li img{ width: 100%; height: auto; box-shadow: 0 0 8px #666; }
.voiceSecBtn{ width: 80%; margin: 0 auto; text-align: center; }
.voiceSecBtn a:hover{ opacity: 0.6; }

.voiceSecBtn02{ width: 90%; margin: 0 auto; padding-bottom: 40px; }
.voiceSecBtn02 a{ display: block; font-size: 20px; letter-spacing: 1px; color: #fff; background-color: #dc4747; border: 2px solid #dc4747; text-align: center; padding: 5px; font-family: tbudrgothic-std, sans-serif; font-weight: 900; font-style: normal; border-radius: 10px; letter-spacing: 2px; }
.voiceSecBtn02 a:hover{ color: #dc4747; background-color: #fff; }


.topGalleryList01{ display: flex; justify-content: space-between; flex-wrap: wrap; padding-bottom: 0 !important; }
.topGalleryItem{ flex-basis: 32%; margin-bottom: 30px; margin-right: 0 !important; float: none !important; width: auto !important; }
.topGalleryItem img{ width: 100%; height: auto; }



#contents .topSec02{ background: #fff5e5; margin-bottom: 10px; -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4); -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4); box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4); }
#contents .topSec02 ul{ overflow: hidden; padding: 0 20px 40px 20px; }
#contents .topSec02 ul li{ float: left; width: 49%; margin-right: 2%; text-align: center; }
#contents .topSec02 ul li:last-child{ margin-right: 0; }

#contents .topSec03{ background: #fff; -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4); -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4); box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4); }
#contents .topSec03 ul{ overflow: hidden; padding: 0 20px 40px 20px; }
#contents .topSec03 ul li{ width: 100%; text-align: center; }
#contents .topSec03 ul li:last-child{ margin-right: 0; }


.topNav03{ }
.topNav03 ul{ display: flex; justify-content: space-between; }
.topNav03 ul li{ flex-basis: 32%; }
.topNav03 ul li img{ width: 100%; height: auto; }


/************** 商品一覧 products **************/
#contents .performTb01 {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	width: 94%;
	margin: 0 auto;
}

#contents .performTb01 th {
	padding: 10px;
	font-weight: normal;
}
#contents .performTb01 th.pfTh01 {
	width: 17%;
	font-size: 14px;
	color: #fff;
	background-color: #926a60;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#contents .performTb01 th.pfTh02 {
	width: 15%;
	background-color: #f8f5e6;
	text-align: left;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#contents .performTb01 td {
	font-size: 13px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#contents .performTb01 td.pfImg01 a:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#contents .performTb01 td.pfBlank {
	border: none;
}
#contents .productsSec01Txt{ width: 94%; margin: 0 auto 40px auto; }



#contents .productsSec{ width: 94%; margin: 0 auto; }
#contents .productsSecBtn{ overflow: hidden; margin-bottom: 40px; }
#contents .productsSecBtn ul{ display: flex; justify-content: space-between; flex-wrap: wrap; }
#contents .productsSecBtn ul li{ flex-basis: 49%; text-align: center; margin-bottom: 10px; }
#contents .productsSecBtn ul li a{ display: block; background: #fff; padding: 10px 0; font-size: 17px; font-weight: bold; color: #926a60; border: 1px solid #926a60; border-radius: 15px; letter-spacing: 1px; text-decoration: none; }
#contents .productsSecBtn ul li a:hover{ background: #926a60; color: #fff; }

#contents .seihinSecBtn{ width: 80%; margin: 0 auto 20px auto; }
#contents .seihinSecBtn a{ display: block; background: #926a60; color: #fff; font-weight: bold; font-size: 14px; text-align: center; text-decoration: none; padding: 10px 20px; border: 2px solid #926a60; }
#contents .seihinSecBtn a:hover{ background: #fff; color: #926a60; }


#contents .productsSec01{ overflow: hidden; margin-bottom: 60px; }
#contents .productsSec01Img{ text-align: center; margin: 40px 0; width: 100%; height: auto; }
#contents .productsSec01Img img{ width: 100%; height: auto; }
#contents .productsSec01 table{ width: 100%; border-collapse: collapse; margin-bottom: 20px; border: 1px solid #ccc; }
#contents .productsSec01 table tr th{ width: 25%; text-align: left; font-weight: normal; padding: 10px; background: #f1f1f1; border: 1px solid #ccc; font-size: 14px; }
#contents .productsSec01 table tr td{ width: 75%; padding: 10px; font-size: 14px; border: 1px solid #ccc; }
#contents .productsSec01 table tr td ul{ display: block; margin-left: 20px; }
#contents .productsSec01 table tr td ul li{ list-style-type: disc; margin-bottom: 5px; }

#contents .productsSec01Btn{ overflow: hidden; margin-bottom: 40px; }
#contents .productsSec01Btn a{ display: block; background: #fff; padding: 15px 0; font-size: 16px; font-weight: bold; text-align: center; color: #f90; border: 2px solid #f90; border-radius: 15px; letter-spacing: 1px; text-decoration: none; }
#contents .productsSec01Btn a:hover{ background: #f90; color: #fff; }


/* ギャラリー */
#productsSec .mod_gallery{
	float: left;
	width: 190px;
}
#productsSec .mod_gallery_navi {
	padding-left: 15px;
}
#productsSec .mod_gallery_navi:after {
	content: "";
	display: block;
	clear: both;
}
#productsSec .mod_gallery_navi li {
    width: 20px !important;
    height: 20px;
    float: left;
    background: none;
	margin-left: 5px;
	padding: 0 !important;
	border: none !important;
}
#productsSec .mod_gallery_navi li:first-child {
	margin-left: 0;
}
#productsSec .mod_gallery_navi li a {
    display:block;
}
#productsSec .mod_gallery_navi li a:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#productsSec .mod_gallery_navi li a:active {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}




#productsSec{ width: 100%; margin: 0 auto 80px auto; }

#productsSec .productsSec04Txt{	font-size: 16px; background: #cd5200; color: #fff; text-align: center; padding: 15px 10px 11px 10px; letter-spacing: .5px; margin-bottom: 30px; font-family: "heisei-maru-gothic-std",sans-serif; }


#productsSec ul.productsSec04{ }
#productsSec ul.productsSec04 > li{ margin-bottom: 40px; border: 4px solid #f8f5e6; padding-bottom: 20px; }
#productsSec ul.productsSec04 > li .productsSec04Tit{ background: #f8f5e6; font-size: 13px; letter-spacing: 1px; text-align: center; padding: 5px; }
#productsSec ul.productsSec04 > li .productsSec04Tit span{ display: block; color: #926a5f; font-size: 20px; font-weight: bold; }
#productsSec ul.productsSec04 > li .productsSec04Price{ margin: 10px 0; font-weight: bold; font-size: 20px; text-align: center; }
#productsSec ul.productsSec04 > li .productsSec04Price span{ font-size: 12px; margin-left: 5px; }
#productsSec ul.productsSec04 > li > ul{ display: flex; justify-content: space-between; }
#productsSec ul.productsSec04 > li > ul > li{ flex-basis: 49%; padding-top: 10px; }
#productsSec ul.productsSec04 > li > ul > li:first-child{ border-right: 1px solid #f8f5e6; }
#productsSec ul.productsSec04 > li > ul > li .mod_gallery:after{ display: block; clear: both; }
#productsSec ul.productsSec04 > li .productsSec04Info{ border-top: 1px solid #f8f5e6; }
#productsSec ul.productsSec04 > li .productsSec04Info p{ text-align: center; margin: 10px 0; }
#productsSec ul.productsSec04 > li .productsSec04Btn{ width: 200px; margin: 0 auto; }
#productsSec ul.productsSec04 > li .productsSec04Btn a{ display: block; color: #fff; font-size: 16px; letter-spacing: 1px; text-align: center; padding: 10px 0; background: #f90; border: 1px solid #f90; border-radius: 40px; font-family: "heisei-maru-gothic-std",sans-serif; text-decoration: none; }
#productsSec ul.productsSec04 > li .productsSec04Btn a:hover{ color: #f90; background-color: #fff; }


/* ギャラリー */
#productsSec ul.productsSec04 > li > ul > li .mod_gallery{
	float: none;
	width: 150px;
	margin: 0 auto;
}
#productsSec ul.productsSec04 > li > ul > li .mod_gallery_photo {
    margin: 0 0 10px 0;
	position: relative;
}
#productsSec ul.productsSec04 > li > ul > li .mod_gallery_photo img {
	position: absolute;
	width: 100%;
	height: auto;
	max-width: 150px;
}


#productsSec ul.productsSec05{ }
#productsSec ul.productsSec05 > li{ margin-bottom: 40px; border: 4px solid #f8f5e6; padding-bottom: 20px; }
#productsSec ul.productsSec05 > li .productsSec05Tit{ background: #f8f5e6; font-size: 13px; letter-spacing: 1px; text-align: center; padding: 5px; margin-bottom: 10px; }
#productsSec ul.productsSec05 > li .productsSec05Tit span{ display: block; color: #926a5f; font-size: 20px; font-weight: bold; }
#productsSec ul.productsSec05 > li .productsSec05Price{ margin: 10px 0; font-weight: bold; font-size: 20px; text-align: center; }
#productsSec ul.productsSec05 > li .productsSec05Price span{ font-size: 12px; margin-left: 5px; }
#productsSec ul.productsSec05 > li > ul{ }
#productsSec ul.productsSec05 > li > ul > li{ text-align: center; }
#productsSec ul.productsSec05 > li .productsSec05Info{ border-top: 1px solid #f8f5e6; }
#productsSec ul.productsSec05 > li .productsSec05Info p{ text-align: center; margin: 10px 0; }
#productsSec ul.productsSec05 > li .productsSec05Btn{ width: 200px; margin: 0 auto; }
#productsSec ul.productsSec05 > li .productsSec05Btn a{ display: block; color: #fff; font-size: 16px; letter-spacing: 1px; text-align: center; padding: 10px 0; background: #f90; border: 1px solid #f90; border-radius: 40px; font-family: "heisei-maru-gothic-std",sans-serif; text-decoration: none; }
#productsSec ul.productsSec05 > li .productsSec05Btn a:hover{ color: #f90; background-color: #fff; }

.productsSecNav{}
.productsSecNav nav{ width: 94%; margin: 0 auto 20px auto; }
.productsSecNav nav ul{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.productsSecNav nav ul li{ flex-basis: 48%; margin-bottom: 10px; }
.productsSecNav nav ul li a{ display: block; text-align: center; padding: 10px; color: #cd5200; border: 1px solid #cd5200; font-size: 14px; font-weight: bold; }

#contents .priceSec{ background: #f3eee7; text-align: center; padding-bottom: 5px; margin-bottom: 5px; }
#contents .priceSecTit01{ font-size: 14px; font-weight: bold; color: #fff; background: #926a60; padding: 5px; letter-spacing: 1px; margin-bottom: 10px; }
#contents .priceSecTit02{ font-size: 20px; font-weight: bold; }
#contents .priceSecTit02 span{ font-size: 12px; font-weight: bold; }
#contents .priceSecTit03{ font-size: 12px; margin-bottom: 10px; }
#contents .priceSecTit03 span{ font-size: 12px; }
#contents .priceSecBtn01{ margin-bottom: 5px; }
#contents .priceSecBtn01 a{ display: block; background: #f90; color: #fff; text-align: center; font-size: 12px; font-weight: bold; padding: 10px; border: 2px solid #f90; text-decoration: none; border-radius: 5px; }
#contents .priceSecBtn01 a i{ font-size: 20px; margin-right: 10px; }
#contents .priceSecBtn01 a:hover{ background: #fff; color: #f90; }

#contents .priceSecTimer{ width: 94%; margin: 0 auto 30px auto; }

#contents .priceSecBtn02{}
#contents .priceSecBtn02 a{ display: block; background: #fff; color: #232f3e; text-align: center; font-size: 12px; font-weight: bold; padding: 5px 10px; border: 2px solid #232f3e; text-decoration: none; border-radius: 5px; }
#contents .priceSecBtn02 a i{ font-size: 14px; margin-right: 10px; }
#contents .priceSecBtn02 a:hover{ background: #232f3e; color: #f90; }

	
.cartBtn{ font-size: 12px; font-weight: bold; border: 2px solid #f90; background-color: #f90; color: #fff; padding: 5px 0px; text-align: center; letter-spacing: 1px; width: 100%; border-radius: 5px; }
.cartBtn:hover{	background-color: #fff;	color: #f90; transition: 0.5s ease-in-out;
}
.cartBtn i{	margin-right: 5px; }


.priceSecBtn00{ display: block; text-align: center; color: #fff; font-size: 11px; font-weight: bold; background: #999; padding: 5px; letter-spacing: 1px; border: 2px solid #999; border-radius: 5px; margin-bottom: 5px; }
.priceSecBtn00 i{ margin-right: 10px;  }

/************** 商品一覧＞暖話室1000型H products/danwa1000h **************/

.gallerySec{ width: 100%; }
.gallerySecImg{	width: 100%; height: auto; }
.gallerySecImg img{	width: 100%; height: auto; }
.gallerySecImg li .bxCaption{ padding: 10px; letter-spacing: 0.1em; font-size: 12px; text-align: center; }
.gallerySecNav { background: #c4ab85; overflow: hidden; padding: 10px 10px 0 10px; }
.gallerySecNav li{ float: left;	width: 15%;	margin-right: 0.8%; margin-left: 0.8%; margin-bottom: 10px; }
.gallerySecNav li.gallerySecNavTit { font-size: 14px; font-weight: bold; color: #926a5f; width: 100%; border: none; margin-left: 0; margin-right: 0; }
.gallerySecNav li a img{ max-width: 100%; width: 100%; height: auto; box-sizing: border-box; }
.gallerySecNav li a { display: block; width: 100%; height: auto; }
.gallerySecNav li a.active { box-shadow: 0 0 0 2px #ccc inset; border: 2px solid #ccc; }
.gallerySecNav li a.active img { z-index: 1; position: relative; }
.gallerySec:after{ content: ""; display: block; clear: both; }

.gallerySecTxt{ padding: 20px 10px; line-height: 1.6; font-size: 14px; }
.gallerySecTxt ul{ margin-left: 20px; }
.gallerySecTxt ul li{ list-style-type: disc; }
.gallerySecTit{ font-size: 17px; font-weight: bold; }

.gallerySecPrice{ background: #f3eee7; padding: 20px; margin-bottom: 40px; }
.gallerySecPriceTit01{ font-size: 16px; }
.gallerySecPriceTit02{ font-size: 18px; font-weight: bold; margin-bottom: 10px; }
.gallerySecPriceBtn{ width: 90%; margin: 0 auto;  }
.gallerySecPriceBtn01{ text-align: center; margin-bottom: 10px; }
.gallerySecPriceBtn01 a{ display: block; background: #cd5200; padding: 15px 0; font-size: 21px; color: #fff; border: 1px solid #cd5200; border-radius: 10px; letter-spacing: 1px; text-decoration: none; }
.gallerySecPriceBtn01 i.fa{ font-size: 1.3em; margin-right: 10px; }

.productsSec02 ul{ width: 94%; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
.productsSec02 ul li{ flex-basis: 46%; margin-bottom: 20px; }
.productsSec02 ul.productsList02{ width: 94%; margin: 0 auto; display: block; }

.colorSec{ overflow: hidden; margin-bottom: 30px; }
.colorSecImg{ margin-bottom: 10px; }
.colorSecTxt{ min-height: 100px; }
	.colorSecTit01{ font-size: 15px; font-weight: bold; margin-bottom: 5px; }
	.colorSecTit01 span{ font-size: 12px; }
	.colorSecTxt01{ font-size: 14px; line-height: 1.7; }
.colorSecImg01{ width: 100%; height: auto; }
.colorSecImg01 img{ width: 100%; height: auto; }
.colorSecTit02{ font-size: 15px; font-weight: bold; margin-bottom: 5px; text-align: center; }

p.productsAtt{ width: 94%; margin: 0 auto 40px auto; }

	
.bx-wrapper .bx-viewport{ height: 420px !important; }



.productsSec03{ width: 100%; margin: 20px auto 0 auto; }



.productsSec03 ul{}
.productsSec03 ul li{ display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; padding-bottom: 10px; border-bottom: 1px dotted #c4ab85; margin-bottom: 10px; }

.products_sec{ width: 96%; margin: 0 auto; }
.products_sec_tit{ flex-basis: 100%; display: flex; justify-content: space-between; align-items: center; background-color: #f3eee7; padding: 10px 5px; margin-bottom: 10px; }
.products_sec_tit h4{ flex-basis: 50%; position: relative; color: #333; font-size: 17px; line-height: 1; padding-left: 20px; margin-bottom: 0; }
.products_sec_tit h4 span{ font-size: 13px; }
.products_sec_tit h4:before{ position: absolute; display: block; content: ""; top: 3px; left: 5px; width: 10px; height: 10px; background-color: #c4ab85; border-radius: 100%; border-top: 0; border-right: 0; }
.products_sec_tit h4:after{ display: none; }
.products_sec_tit01{ display: inline-block; color: #fff; background-color: #926a60; font-size: 11px; font-weight: bold; letter-spacing: 1px; padding: 2px; }
.products_sec_price{ font-size: 18px; font-weight: bold; text-align: right; }
.products_sec_price span{ font-size: 12px; }

.products_sec_detail{ display: flex; justify-content: space-between; align-items: center; }
.products_sec_img{ flex-basis: 50%; }
.products_sec_img img{ width: 100%; height: auto; }
.products_sec_btn{ flex-basis: 45%; }
.products_sec_btn01{ }
.products_sec_btn01_official{ margin-bottom: 20px; }

.cart_btn{ font-size: 15px; font-weight: bold; border: 2px solid #f90; background-color: #f90; color: #fff; padding: 15px 5px; text-align: center; letter-spacing: 1px; width: 100%; border-radius: 5px; min-height: 60px; }
.cart_btn:hover{ background-color: #fff; color: #f90; transition: 0.5s ease-in-out; }
.cart_btn i{ margin-right: 5px; }


.products_sec_btn01_amazon{}
.products_sec_btn01_amazon a{ display: block; border: 2px solid #333; color: #333; font-size: 15px; font-weight: bold; text-align: center; letter-spacing: 1px; padding: 20px 5px 15px 5px; border-radius: 5px; min-height: 60px; }
.products_sec_btn01_amazon a i{ margin-right: 5px; }
.products_sec_btn01_amazon a:hover{ background-color: #333; color: #fff; }


.products_sec_btn00{ background-color: #999; width: 100%; min-height: 60px; color: #fff; font-size: 15px; font-weight: bold; text-align: center; letter-spacing: 1px; border-radius: 5px; line-height: 60px; }
.products_sec_btn00 i{ margin-right: 5px; }


.productsSec03 ul li:first-child{ padding-top: 10px; border-top: 1px dotted #c4ab85; }
.productsSec03 ul li .productsSec03Img{ flex-basis: 12%; }
.productsSec03 ul li .productsSec03Tit{ flex-basis: 45%; }
.productsSec03 ul li .productsSec03Color{ font-size: 16px; font-weight: bold; }
.productsSec03 ul li .productsSec03Color span{ font-size: 13px; }
.productsSec03 ul li .productsSec03Price{ font-size: 18px; font-weight: bold; text-align: right; }
.productsSec03 ul li .productsSec03Price span{ font-size: 12px; }
.productsSec03 ul li .productsSec03Btn{ flex-basis: 39%; }



/************** 商品紹介＞ナショナルダイアルタイマーWH3101 products/timer **************/
.staffSec .timerSecImg {
	width: 42.5%;
	margin: 0 auto 60px;
}
.emp01 {
	font-size: 17px;
	font-weight: bold;
}
.staffSec li {
	font-size: 14px;
}
.staffSec ol li:before {
	content: "(" counter(cnt) ") ";
	margin-right: 2px;
}
.staffSec ol li {
	list-style-position: inside;
    counter-increment: cnt;
}
.timerSec {
	background-color: #f3eee7;
	padding: 30px 5%;
	margin-bottom: 80px;
}
.timerSec .priceTxt01 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 25px;
}
.timerSec .cartBtn01 a {
	background-color: #cd5200;
	color: #fff;
	display: block;
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	padding: 15px 0;
	border-radius: 10px;
}
.timerSec .cartBtn01 a i {
	color: #fff;
}
h4.timer {
	width: 94%;
	margin: 0 auto 20px;
	display: block;
}
	
.timerSec01 ul{ margin-left: 2.5em; }
.timerSec01 ul li{ list-style-type: disc; }
.timerSec01 ol{ margin-left: 2.5em; }
.timerSec01 ol li{ counter-increment: cnt; }
.timerSec01 ol li:before{ display: inline-block; content: "(" counter(cnt) ") "; margin-left: -2em; width: 2em; }

/* ガラスサイドテーブル */
#main .seihinSec{  }
#main .seihinSecBtn{ width: 60%; margin: 0 auto; }
#main .seihinSecBtn a{ display: block; background: #926a60; color: #fff; font-weight: bold; font-size: 16px; text-align: center; text-decoration: none; padding: 10px 20px; border: 2px solid #926a60; }
#main .seihinSecBtn a:hover{ background: #fff; color: #926a60; }

#main .seihinSec > ul{ }
#main .seihinSec > ul > li{ text-align: center; margin-bottom: 60px; }
#main .seihinSec > ul > li .seihinSecTit{ color: #cd5200; font-weight: bold; font-size: 17px; font-family: "heisei-maru-gothic-std", sans-serif; text-align: center; padding: 12px 0 6px 0; border: 1px solid #cd5200; border-radius: 40px; margin-bottom: 25px; }
#main .seihinSec > ul > li .seihinSecTit span{ font-size: 13px; }
#main .seihinSec > ul > li .seihinSecImg{ margin-bottom: 20px; }
#main .seihinSec > ul > li .seihinSecTxt{ min-height: 120px; font-size: 13px; line-height: 1.8em; text-align: left; overflow: hidden; }
#main .seihinSec > ul > li .seihinSecTxt span{ font-weight: bold; }



/************** お客様サポート＞電気代が安い理由 electric **************/
#contents .electricSec,
#contents .maintenanceSec,
#contents .anzenSec,
#contents .kodawariSec,
#contents .hikakuSec,
#contents .companySec,
#contents .staffSec,
#contents .pressSec,
#contents .privacySec,
#contents .sitemapSec,
#contents .contactSec,
#contents .voiceSec{ width: 94%; margin: 0 auto 80px auto; }
#contents .electricSecTxt{ font-size: 14px; line-height: 1.7; margin-bottom: 30px; }
#contents .electricSecTxt span{ color: #cc5700; }
#contents .electricSecTxt ul{ overflow: hidden; margin-top: 10px; }
#contents .electricSecTxt ul li{ list-style-type: disc; list-style-position: inside; line-height: 1.8; }
#contents .electricSecTxt ol{ overflow: hidden; margin-top: 10px; }
#contents .electricSecTxt ol li{ list-style-type: decimal; list-style-position: inside; line-height: 1.8; margin-bottom: 20px; }
#contents .electricSecTxt ol li > span{ font-weight: bold; color: #333; }
#contents .electricSecTxt01{ font-size: 14px; line-height: 1.7; margin-bottom: 30px; color: #cc5700; }
#contents .electricSecTit{ font-weight: bold; font-size: 16px; }
#contents .electricSecTit span{ color: #cc5700; }
#contents .electricSecTxt p{ margin-bottom: 10px; }

#contents .electricSec table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 10px;
}
#contents .electricSec table th.th01, #contents .electricSec table th.th02,#contents .electricSec table th.th03 {
	font-size: 13px;
	font-weight: normal;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#contents .electricSec table th.th01 {
	width: 24%;
	padding: 5px;
	background-color: #f8f5e6;
}
#contents .electricSec table th.th02 {
	width: 52%;
	padding: 5px;
	background-color: #f2b33d;
}
#contents .electricSec table th.th03 {
	padding: 5px;
	background-color: #ffe2b5;
}
#contents .electricSec table td {
	font-size: 12px;
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
#contents .electricSec table td.td01 {
	font-weight: bold;
	text-align: center;
}
#contents .electricSec table th span,
#contents .electricSec table td span{ font-size: 10px; }

#contents .electricSecImg{ margin-bottom: 30px; }
#contents .electricSecImg img{ width: 100%; height: auto; }

#contents .electricSecBtn{ overflow: hidden; margin-bottom: 40px; }
#contents .electricSecBtn a{ display: block; background: #f90; padding: 15px 0; font-size: 16px; font-weight: bold; text-align: center; color: #fff; border: 2px solid #f90; border-radius: 15px; letter-spacing: 1px; text-decoration: none; }
#contents .electricSecBtn a:hover{ background: #fff; color: #f90; }

#contents .pdfLink01{ min-height: 33px; padding: 10px 0 10px 50px; background: url(../images/ico_pdf01.png) no-repeat 0 0; font-size: 14px; letter-spacing: 0.1em; margin-bottom: 10px; }

/************** お客様サポート＞よくある質問 faq **************/

#contents ul.faqList01 li { padding: 40px 0; border-bottom: 1px solid #ccc; }
#contents ul.faqList01 li:first-child {	padding-top: 0; }
#contents .faqSecQ,
#contents .faqSecA { width: 100%; min-height: 60px; }
#contents .faqSecQ { color: #926a5f; font-size: 17px; font-weight: bold; margin-bottom: 10px; padding: 12px 0 0 17%; background: url(../faq/images/ico_q01.png) no-repeat 0 0; background-size: 13%; }
#contents .faqSecA { font-size: 14px; line-height: 1.6em; letter-spacing: 0.1em; padding-left: 17%; background: url(../faq/images/ico_a01.png) no-repeat 0 0; background-size: 13%; }

#contents .faqVideo{ position: relative; width: 100%; padding-top: 56.25%; }
#contents .faqVideo iframe{ position: absolute; top: 0; right: 0; width: 100%; height: 100%; }


.faq_q_list{ width: 96%; border: 2px solid #f90; border-radius: 15px; padding: 20px; margin: 0 auto 30px auto; }
.faq_q_list01{ margin-left: 50px; }
.oteire_list01{ margin-left: 30px; }

.faq_q_list01 li,
.oteire_list01 li{ position: relative; list-style-type: decimal-leading-zero; font-size: 14px; margin-bottom: 5px; letter-spacing: 1px; color: #926a5f;  }
.faq_q_list01 li a,
.oteire_list01 li a{ text-decoration: none; color: #926a5f; font-weight: bold; }
.faq_q_list01 li a:hover,
.oteire_list01 li a:hover{ text-decoration: underline; opacity: 0.6; }

.faq_q_list01 li::marker{ font-size: 16px; font-family: neuzeit-grotesk, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif; font-weight: 700; font-style: normal; }

.oteire_list01 li::marker{  font-family: neuzeit-grotesk, sans-serif; font-weight: 700; font-style: normal; font-size: 18px; }

.faq_q_list01 li:before{ position: absolute; content: 'Q'; left: -2.7em; font-family: neuzeit-grotesk, sans-serif; font-weight: 700; font-style: normal; font-size: 20px; }

.oteire_list01 li:before{ position: absolute; content: ''; left: 0; font-family: neuzeit-grotesk, sans-serif; font-weight: 700; font-style: normal; font-size: 20px; }

.faq_sec_a01_list{ margin-left: 30px; margin-bottom: 25px; }
.faq_sec_a01_item{ padding: 0 !important; border-bottom: 0 !important; list-style-type: disc; }
.faq_sec_a01_item:first-child {	padding-top: 0; }



.faq_sec_q{ padding: 0 0 0 0 !important; background: none !important; }
.faq_sec_q01{ width: 80px; font-size: 20px; color: #cd5200; font-family: neuzeit-grotesk, sans-serif; font-weight: 700; font-style: normal; border: 2px solid #cd5200; padding: 3px 10px; border-radius: 40px; text-align: center; margin-bottom: 10px; }
.faq_sec_q01_tit{  }

.faq_sec_a{ padding: 12px 0 12px 0 !important; background-image: none !important; background-color: #f7fcff !important; }
.faq_sec_a01{ width: 80px; font-size: 20px; color: #027de1; font-family: neuzeit-grotesk, sans-serif; font-weight: 700; font-style: normal; border: 2px solid #027de1; padding: 3px 10px; border-radius: 40px; text-align: center; margin-bottom: 10px; }
.faq_sec_a01_txt{ flex-basis: 87%; }

.faq_top_btn{ margin-top: 20px; text-align: right; }
.faq_top_btn a{ color: #926a5f; text-decoration: none; letter-spacing: 1px; }





/************** お客様サポート＞メンテナンス maintenance **************/
#contents .maintenanceSecTit01 {
	font-size: 14px;
	min-height: 24px;
	background: url(../maintenance/images/ico_balloon01.png) no-repeat 0 0;
	margin-bottom: 20px;
	padding: 2px 0 0 35px;
}
#contents .maintenanceSecTxt01 {
	background-color: #f0f0f0;
	padding: 15px;
}
#contents .maintenanceSecTxt02 {
	float: left;
	width: 495px;
	margin-right: 25px;
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
#contents .maintenanceSecImg01 {
	float: left;
	width: 320px;
}
#contents .maintenanceSecImg02 {
	float: left;
	width: 400px;
}
#contents .maintenanceSec table{ width: 100%; border-collapse: collapse; margin-bottom: 10px; }
#contents .maintenanceSec table th{ background: #fbf7ec; text-align: left; font-weight: normal; font-size: 14px; padding: 10px; border: 1px solid #ccc; }
#contents .maintenanceSec table td{ padding: 10px;font-size: 13px; border: 1px solid #ccc;}
#contents .maintenanceSecAtt{ background: #fbf7ec; padding: 10px; font-size: 13px; line-height: 1.5; margin-bottom: 30px; }
#contents .maintenanceSecAtt span{ color: #cc5700; font-weight: bold; }
/************** お客様サポート＞商品展示・取扱店舗 shop **************/
.staffSec .txt01 {
	font-size: 14px;
	margin-bottom: 70px;
}
/*accordion*/
.menuList {
    width: 100%;
    border-bottom: none;
    list-style: none;
}
.main_menu {
    position:relative;
    margin-bottom: 20px;
    padding:10px;
    line-height:20px;
    border:1px solid #786752;
    cursor:pointer;
}
.main_menu span {
    display:block;
	text-align: center;
    font-size: 18px;
    font-weight: bold;
	position: relative;
}
.main_menu span:after {
	position: absolute;
	right: 3%;
	content: '\f107';
    font-family: fontawesome;
	color: #786752;
}
.main_menu span.open:after {
	position: absolute;
	right: 3%;
	content: '\f106';
    font-family: fontawesome;
	color: #786752;
}
.sub_menu {
    display:none;
}
.sub_menu li a {
	display: block;
    margin-bottom: 15px;
    padding: 10px;
    background: #ffe7ce;
    border: 1px solid #ffe7ce;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.staffSec .shopTit {
	font-weight: bold;
	font-size: 18px;
	color: #cc5200;
	padding-bottom: 7px;
	border-bottom: 1px solid #cc5200;
	margin-bottom: 20px;
}
.staffSec .shopSec01 {
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
}
.staffSec .shopSec01 .shopSec01Txt .shopSec01Name01 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
}
.staffSec .shopSec01 .shopSec01Txt .shopSec01Add01 {
	font-size: 14px;
	margin-bottom: 20px;
}
.staffSec .shopSec01 .shopSec01Txt .shopSec01Add01 .shopSec01Map01 {
	width: 42.5%;
	margin: 3% 0;
}
.staffSec .shopSec01 .shopSec01Txt .shopSec01Add01 .shopSec01Map01 a {
	display: block;
	color: #f90;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 5px 0;
	margin: 2px 0;
	background-color: #fff;
	border: 1px solid #f90;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
}
.staffSec .shopSec01 .shopSec01Txt .shopSec01Add01 .shopSec01Map01 i.fa {
	font-size: 1.2em;
	margin-right: 5px;
}
.staffSec .shopSec01 .shopSec01Txt .shopSec01Txt01 {
	font-size: 14px;
}
.staffSec .shopSec01 .shopSec01Txt .shopSec01Txt01 li:before {
	display: inline;
	content: "※";
}
.staffSec .shopSec01 .shopSec01Txt .shopSec01Txt01 li, .staffSec .shopSec01 .shopSec01Txt .shopSec01Txt01 p {
	margin-bottom: 15px;
}
.staffSec .shopSec01 .shopSec01Txt .shopSec01Txt01 ul:last-child {
	margin-bottom: 30px;
}
.staffSec .shopSec01 .shopSec01Txt .shopSec01Txt01 ul:last-child li {
	margin-bottom: 0;
}
.staffSec .shopSec01 .shopSec01Img {
	width: 52.5%;
	margin: auto;
}
.staffSec .shopSec01 .shopSec01Img ul {
	margin-bottom: 30px;
}
.staffSec .shopSec01 .shopSec01Img li {
	margin-bottom: 25px;
}
.staffSec .shopSec01 .shopSec01Img li:last-child {
	margin-bottom: 0;
}
.staffSec .shopSec01 .shopSec01Pagetop a {
	display: block;
	color: #f90;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 5px 0;
	margin: 2px auto;
	background-color: #fff;
	border: 1px solid #f90;
	width: 42.5%;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
}
/************** 私たちについて＞安全へのこだわり anzen **************/
#contents .anzenSec ol{ counter-reset: my-counter; list-style: none; padding: 0; }
#contents .anzenSec ol li{ margin-bottom: 10px; padding: 10px 10px 10px 30px; position: relative; font-size: 16px; border: 1px solid #cc5200; border-radius: 15px; font-weight: bold; }
#contents .anzenSec ol li:before{ content: counter(my-counter); counter-increment: my-counter; background-color: #cc5200; color: #fff; display: block; float: left; line-height: 22px; margin-left: -25px; text-align: center; height: 22px; width: 22px; border-radius: 50%; }
#contents .anzenSec ol li a{ color: #cc5200; text-decoration: none; }
#contents .anzenSec ol li span{ font-size: 11px; }
#contents .anzenSec01{}
#contents .anzenSec01Tit{ color: #cc5200; margin-bottom: 10px; padding: 10px 10px 10px 30px; position: relative; font-size: 16px; border: 1px solid #cc5200; border-radius: 15px; font-weight: bold; }
#contents .anzenSec01Tit span{ display: block; float: left; font-size: 22px; line-height: 22px; margin-left: -25px; text-align: center; width: 22px; height: 22px; border-radius: 50%; }
#contents .anzenSec01Tit01{ color: #cc5200; font-weight: bold; font-size: 15px; margin-bottom: 5px; }
#contents .anzenSec table{ width: 100%; border-collapse: collapse; margin-bottom: 20px; }
#contents .anzenSec table th{ background: #fbf7ec; text-align: left; font-weight: normal; font-size: 13px; padding: 10px; border: 1px solid #ccc; }
#contents .anzenSec table td{ padding: 10px;font-size: 12px; border: 1px solid #ccc; }
#contents .anzenSec table td.td01{ font-size: 17px; font-weight: bold; color: #fff;	background-color: #1987e5; }


.anzenSecMovie{ width: 96%; margin: 0 auto; }
.anzenSecMovie ul{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 30px; }
.anzenSecMovie ul li{ flex-basis: 100%; margin-bottom: 40px; }
.anzenSecMovie ul li h3{ background: #f90; color: #fff; text-align: center; border-radius: 5px; padding: 5px; }
.anzenSecMovie ul li .anzenSecMovie01{ position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.anzenSecMovie ul li .anzenSecMovie01 iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.anzenSecMovie p{ font-size: 14px; margin-bottom: 20px; }

.anzenSecImg13{ width: 96%; margin: 0 auto; }
.anzenSecImg13 ul{ display: flex; justify-content: space-between; margin-bottom: 20px; }
.anzenSecImg13 ul li{ flex-basis: 32%; }
.anzenSecImg13 ul li img{ width: 100%; height: auto; }
.anzenSecImg13 p{ font-size: 14px; }



/************** 私たちについて＞快適暖房へのこだわり kodawari **************/
#contents .kodawariSec ul{ overflow: hidden; margin-bottom: 10px; }
#contents .kodawariSec ul li:before{ font-family: "FontAwesome"; content: "\f046"; color: #cc5200; font-size: 24px; margin-right: 10px; }
#contents .kodawariSec ul li{ font-size: 16px; line-height: 1.8; }

h3.kodawari01 { background: url(../kodawari/images/h4_01.png) no-repeat 0 0; background-size: 18%; border-bottom: 2px solid #ffd28f; }
h3.kodawari02 { background: url(../kodawari/images/h4_02.png) no-repeat 0 0; background-size: 18%; border-bottom: 2px solid #ffd28f; }
h3.kodawari03 { background: url(../kodawari/images/h4_03.png) no-repeat 0 0; background-size: 18%; border-bottom: 2px solid #ffd28f; }
h3.kodawari04 { background: url(../kodawari/images/h4_04.png) no-repeat 0 0; background-size: 18%; border-bottom: 2px solid #ffd28f; }
h3.kodawari05 { background: url(../kodawari/images/h4_05.png) no-repeat 0 0; background-size: 18%; border-bottom: 2px solid #ffd28f; }
h3.kodawari01, h3.kodawari02, h3.kodawari03, h3.kodawari04, h3.kodawari05 { color: #666; min-height: 85px; margin-bottom: 10px; padding: 5px 0 0 20%; font-size: 17px; }
h3.kodawari01:before, h3.kodawari02:before, h3.kodawari03:before, h3.kodawari04:before, h3.kodawari05:before { display: none; }

#contents .kodawariSecTit{ width: 190px; background: #cd5200; color: #fff; font-weight: bold; letter-spacing: 1px; font-size: 18px; text-align: center; padding: 3px 0;  border-radius: 20px; margin: 0 auto 5px auto; }

/************** 私たちについて＞他の暖房器との比較 hikaku **************/
#contents .hikakuSec ul{ overflow: hidden; margin-bottom: 10px; }
#contents .hikakuSec ul li{ list-style-type: disc; list-style-position: inside; line-height: 1.7; }
#contents .hikakuSec table{ margin-bottom: 20px; }
#contents .hikakuTb01 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ccc;
}

#contents .hikakuTb01 th {
	padding: 3px;
	font-weight: normal;
}
#contents .hikakuTb01 th.hikakuTh01 {
	width: 13%;
	font-size: 14px;
	text-align: center;
	background-color: #f8f5e6;
	border: 1px solid #ccc;
}
#contents .hikakuTb01 th.hikakuTh02 {
	width: 22%;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
}

#contents .hikakuTb01 td {
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
}

#contents .hikakuTb01 td.hikakuBlank {
	border: none;
}
#contents .hikakuTb01 td img{ width: 50% !important; }

/************** 私たちについて＞会社概要 company **************/
#contents .companySec table{ width: 100%; border-collapse: collapse; margin-bottom: 20px; }
#contents .companySec table th{ display: block; background: #f8f5e6; padding: 5px; font-size: 14px; font-weight: normal; text-align: left; }
#contents .companySec table td{ display: block; font-size: 13px; padding: 5px; }
#contents .companySecMap{ position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; margin-bottom: 20px; }
#contents .companySecMap iframe,
#contents .companySecMap object,
#contents .companySecMap embed{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#contents .companySec ul{ overflow: hidden; margin-bottom: 10px; }
#contents .companySec ul li{ font-size: 16px; line-height: 1.6; }
#contents .companySec ul li:before{ font-family: "FontAwesome"; content: "\f071"; color: #666; font-size: 24px; margin-right: 10px; }

#contents .companySec i.fa{ margin-left: 10px; }

/************** 私たちについて＞開発者の想い thought **************/
#contents .thoughtSecImg{ margin: 0 auto 30px auto; text-align: center; }
#contents .thoughtSecTxt{ font-size: 14px; line-height: 1.7; margin-bottom: 30px; font-family: "Sawarabi Mincho"; }
/************** 私たちについて>工場スタッフの思い staff **************/
.staffSec img {
	width: 100%;
}
.staffSec .staffSecImg01 {
	margin-bottom: 20px;
}
.staffSec .staffSecImg02 {
	margin-bottom: 50px;
}
.staffSec .staffSecImg02:after {
	clear: both;
	display: block;
	content: "";
}
.staffSec .staffSecImg02 .staffSecImg02Img {
	width: 47.5%;
	margin-right: 5%;
	float: left;
}
.staffSec .staffSecImg02 .staffSecImg02Img:last-child {
	margin-right: 0;
}
.staffSec .staffSecImg03 {
	width: 55%;
	margin: 0 auto 30px;
}
.staffSec .staffSecTxt {
	font-size: 14px;
	margin-bottom: 70px;
}
.staffSec .staffSecTxt:last-child {
	margin-bottom: 0;
}
.staffSec .staffSecTxt li:before {
	content: '';
	margin-right: 0;
	font-size: 14px;
}
.staffSec .staffSecTxt li {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 14px;
}
/************** 私たちについて>プレスリリース press **************/
.pressSec img {
	width: 100%;
}
.pressSec ul:after {
	clear: both;
	display: block;
	content: "";
}
.pressSec li {
	width: 47.5%;
	margin: 0 5% 50px 0;
	float: left;
}
.pressSec li:nth-child(2n) {
	margin-right: 0;
}
.pressSec li .pressListTit01 {
	background: url(../press/images/ico_book01.png) no-repeat left center;
	padding-left: 30px;
	font-size: 15px;
}
.pressSec .txt01 {
	font-size: 14px;
}
.pressSec .pressSecImg01 {
	margin-bottom: 30px;
}
.pressSec .pressSecImg01:last-child {
	margin-bottom: 0;
}
.pressSec .pressList01 li {
	margin-bottom: 30px;
}
.pressSec .pressList01 li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
/************** 私たちについて>通販掲載実績 mailorder **************/
.productsSec01 img {
	width: 100%;
}
.productsSec01 .txt01 {
	font-size: 14px;
}
.productsSec01 .mailorderList01, .productsSec01 .mailorderList02 {
	width: 93.75%;
	margin: 0 auto 50px;
}
.productsSec01 .mailorderList01:last-child {
	margin-bottom: 0;
}
.productsSec01 .mailorderList01:after {
	clear: both;
	display: block;
	content: "";
}
.productsSec01 .mailorderList01 li {
	width: 47.2%;
	margin: 0 5.6% 50px 0;
	float: left;
}
.productsSec01 .mailorderList01 li.column02 {
	width: 100%;
	margin-right: 0;
}
.productsSec01 .mailorderList01 li:nth-child(2n) {
	margin-right: 0;
}
.productsSec01 .mailorderList01 li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.productsSec01 li .mailorderListTit01 {
	font-size: 14px;
	height: 65px;
	text-align: center;
}
/************** 当サイトについて>特定商取引法に関する記載 commerce **************/
span.sup {
    font-size: 80%;
    vertical-align: super;
}
.emp02 {
	color: #cc5200;
}
/************** 当サイトについて>プライバシーポリシー privacy **************/
.privacySec .txt01, .privacySec li {
	font-size: 14px;
	letter-spacing: 1px;
}
.privacySec li {
	list-style-type: decimal;
    list-style-position: inside;
}
/************** サイトマップ sitemap **************/
.sitemapSec {
	margin-top: 60px;
}
.sitemapSec li:before {
	font-family: fontawesome;
	content: '\f10c';
	color: #f90;
	font-weight: bold;
	margin: 4px 10px 0 0;
	float: left;
	font-size: 16px;
}
.sitemapSec li {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 35px;
}
.sitemapSec li a {
	display: block;
}
.sitemapSec li ul {
	margin: 15px 0 0 55px;
}
.sitemapSec li ul li:before {
	font-family: fontawesome;
	content: '\f105';
	color: #926a5f;
	margin: 3px 5px 0 0;
	float: left;
	font-weight: normal;
}
.sitemapSec li ul li {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
}

/************** お問い合わせ contact **************/
#contents .contactSecTxt{ font-size: 14px; line-height: 1.7; margin-bottom: 30px; }
#contents .contactSecTxt span.blue{ color: #007bd0; }
#contents .contactSecTxt span.red{ color: #f00; }
#contents .contactSecTxt ul{ margin-left: 20px; }
#contents .contactSecTxt ul li{ list-style-type: disc; list-style-position: inherit; font-size: 14px; line-height: 1.7; }
#contents .contactSec textarea{ max-width: 100%; }

/************** お預かりサービス azukari **************/
#contents .azukariSec{}
#contents .azukariSec01{ position: relative; }
#contents .azukariSec01Tit{ position: absolute; top: 0; background: rgba(255,255,255,0.5); width: 100%; padding: 10px; }
#contents .azukariSec01Tit span{ display: block; color: #cc5200; font-size: 22px; font-weight: bold; letter-spacing: 1px; text-align: center;
text-shadow:
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}
#contents .azukariSec01Img{}
#contents .azukariSec02{ position: relative; background: #cc5200; padding-bottom: 110px; }
#contents .azukariSec02 ul{ position: absolute; top: -50px; width: 90%; margin: 0 auto; left: 0; right: 0; }
#contents .azukariSec02 ul li{ float: left; width: 32%; margin-right: 2%; text-align: center; line-height: 1; }
#contents .azukariSec02 ul li .azukariSec02Bg{ background: #fff; border-radius: 50%; width: 110px; height: 110px; padding-top: 5px; }
#contents .azukariSec02 ul li:last-child{ margin-right: 0; }
#contents .azukariSec02 ul li span{ display: block; font-family: "vdl-v7marugothic",sans-serif; font-weight: 700; color: #786752; font-size: 15px; text-align: center; }
#contents .azukariSec02Tit{ position: absolute; bottom: 10px; left: 0; right: 0; margin: auto; color: #fff; font-size: 17px; text-align: center; }
#contents .azukariSec03{ position: relative; background: #fe980f; color: #fff; font-size: 22px; font-weight: bold; text-align: center; padding: 10px 0; margin-bottom: 30px; }
#contents .azukariSec03:before{ position: absolute; content: ""; top: 100%; left: 50%; margin-left: -15px; border: 15px solid transparent; border-top: 15px solid #fe980f; }
#contents .azukariSec04{ font-size: 16px; padding: 0 5% 20px 5%; border-bottom: 1px solid #fe980f; margin-bottom: 40px; }
#contents .azukariSec04 br{ display: none; }
#contents .azukariSec05{}
#contents .azukariSec05 ul li{ width: 90%; margin: 0 auto 60px auto; }
#contents .azukariSec05 ul li .azukariSec05Ico{ width: 65px; height: 65px; background: #786752; border-radius: 50%; text-align: center; margin: 0 auto 10px; padding-top: 13px; }
#contents .azukariSec05 ul li .azukariSec05Tit{ font-size: 23px; font-weight: bold; color: #786752; text-align: center; margin-bottom: 20px; }
#contents .azukariSec05 ul li .azukariSec05Img{ text-align: center; margin-bottom: 20px; }
#contents .azukariSec05 ul li .azukariSec05Img img{ width: 100%; height: auto; }
#contents .azukariSec05 ul li .azukariSec05Txt{ font-size: 15px; margin-bottom: 20px; }
#contents .azukariSec05 ul li ul{ width: 100%; }
    #contents .azukariSec05 ul li ul:after{ content: ""; display: block; clear: both; }
#contents .azukariSec05 ul li ul li{ float: left; width: 49%; margin: 0 2% 3% 0; border: 1px solid #fe980f; }
#contents .azukariSec05 ul li ul li:nth-child(2n){ margin: 0 0 3% 0; }
#contents .azukariSec05 ul li ul li .azukariSec05Tit01{ color: #fff; background: #fe980f; font-size: 17px; font-weight: bold; width: 100%; padding: 5px; text-align: center; letter-spacing: 1px;}
#contents .azukariSec05 ul li ul li .azukariSec05Img01{ text-align: center; margin-top: 5px; }
#contents .azukariSec05 ul li ul li .azekariSec05Price{ color: #666; font-size: 18px; font-weight: bold; text-align: center; margin-bottom: 10px; }


.azukariFaq{ overflow: hidden; margin-bottom: 80px; }
.azukariFaq .accordionbox{
	width: 100%;
	background: #fff;
	margin: 0 auto 10px;
	padding: 1px;
}
.azukariFaq .accordionbox:nth-child(odd) dt{ background: #fff; }
.azukariFaq .accordionbox:nth-child(even) dt{ background: #fff; }

.azukariFaq .accordionlist dt{
    display:block;
    border: 1px solid #2d910c;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
    /*
.azukariFaq .accordionlist dt:first-child{
    border-top: none !important;
}
    */
.azukariFaq .accordionlist dt .title{
    padding-left: 10px;
	float: left;
    padding-top: 10px;
    width: 79%;
    font-size: 16px;
}
.azukariFaq .accordionlist dt .title p{ margin-top: 5px; }
.azukariFaq .accordionlist dt .faqSecTitQ01{ float: left; background: #2d910c; width: 40px; height: 40px; color: #fff; font-size: 20px; text-align: center; line-height: 40px; border-radius: 50%; margin: 5px 0 0 5px; }
.azukariFaq .accordionlist dd{
    display:none;
	background: #fff;
	padding: 10px;
    font-size: 15px;
    line-height: 1.7;
    border: 1px solid #cd5301;
}
.azukariFaq .accordion_icon,
.azukariFaq .accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.azukariFaq .accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
    margin-top: 10px;
}
.azukariFaq .accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #2d910c;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.azukariFaq .accordion_icon span:nth-of-type(1) {
    top: 15px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.azukariFaq .accordion_icon span:nth-of-type(2) {
    top: 15px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/*＋、－切り替え*/
.azukariFaq #accordion1 .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.azukariFaq #accordion1 .accordion_icon.active span:nth-of-type(2) {
	top: 15px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* cleatfix */
.azukariFaq .clearfix {zoom:1;}
.azukariFaq .clearfix:after {
	content : ""    ;
	display : block ;
	clear   : both  ;
}

#contents .azukariSec06{}
#contents .azukariSec06Ico{ width: 65px; height: 65px; background: #786752; border-radius: 50%; text-align: center; margin: 0 auto 10px; padding-top: 13px; }
#contents .azukariSec06Tit{ font-size: 23px; font-weight: bold; color: #786752; text-align: center; margin-bottom: 20px; }
#contents .azukariSec06Img{ text-align: center; margin-bottom: 20px; }

#contents .azukariSec06 ul li{ padding: 20px 0; }
#contents .azukariSec06 ul li .azukariSec06Tit01{ width: 90%; margin: 0 auto; font-size: 20px; font-weight: bold; }
#contents .azukariSec06 ul li .azukariSec06Tit01 span{ float: left; display: block; width: 40px; height: 40px; border-radius: 50%; background: #fe980f; color: #fff; font-size: 23px; text-align: center; line-height: 40px; margin: -5px 10px 10px 0; }
#contents .azukariSec06 ul li .azukariSec06Img{ width: 90%; margin: 0 auto 10px auto; text-align: center; }
#contents .azukariSec06 ul li .azukariSec06Img img{ width: 100%; height: auto; }
#contents .azukariSec06 ul li .azukariSec06Txt{ width: 90%; margin: 0 auto; font-size: 16px; }
#contents .azukariSec06 ul li .azukariSec06Txt p{ font-size: 14px; }
#contents .azukariSec06 ul li:nth-child(odd){ position: relative; background: #ffe0c1; }
#contents .azukariSec06 ul li:nth-child(odd):before{ position: absolute; content: ""; top: 100%; left: 50%; margin-left: -15px; border: 15px solid transparent; border-top: 15px solid #ffe0c1; z-index: 11; }
#contents .azukariSec06 ul li:nth-child(even){ position: relative; background: #fff5d7; }
#contents .azukariSec06 ul li:nth-child(even):before{ position: absolute; content: ""; top: 100%; left: 50%; margin-left: -15px; border: 15px solid transparent; border-top: 15px solid #fff5d7; z-index: 11; }

#contents .azukariSec07{ background: #ffe0c1; }
#contents .azukariSec07Tit{ width: 125px; margin: 0 5% 10px 5%; display: block; font-size: 18px; color: #fff; font-weight: bold; letter-spacing: 1px; padding: 5px; text-align: center; background: #786752; }
#contents .azukariSec07Txt{ width: 90%; margin: 0 auto; font-size: 16px; padding-bottom: 20px; }

#contents .azukariSec08{ width: 90%; margin: 30px auto; }
#contents .azukariSec08Tit{ border-top: 1px solid #786752; border-bottom: 1px solid #786752; font-size: 18px; text-align: center; padding: 5px 0; font-weight: bold; margin-bottom: 20px; }
#contents .azukariSec08Txt{ font-size: 16px; }

#contents .azukariSec09{ width: 90%; margin: 0 auto 60px auto; }
#contents .azukariSec09Ico{ width: 65px; height: 65px; background: #786752; border-radius: 50%; text-align: center; margin: 0 auto 10px; padding-top: 13px; }
#contents .azukariSec09Tit{ font-size: 23px; font-weight: bold; color: #d80000; text-align: center; margin-bottom: 20px; }
#contents .azukariSec09 ul{}
#contents .azukariSec09 ul li{ font-size: 16px; list-style-position: inside; list-style-type: disc; border-bottom: 1px solid #ccc; padding: 0 0 10px 0; margin: 0 0 10px 0; }

#contents .azukariSec10{ width: 90%; margin: 0 auto 60px auto; }
#contents .azukariSec10Ico{ width: 65px; height: 65px; background: #786752; border-radius: 50%; text-align: center; margin: 0 auto 10px; padding-top: 13px; }
#contents .azukariSec10Tit{ font-size: 23px; font-weight: bold; color: #786752; text-align: center; margin-bottom: 20px; }
#contents .azukariSec10 table{ width: 100%; border-collapse: collapse; margin-bottom: 20px; }
#contents .azukariSec10 table th{ display: block; border: 1px solid #ccc; padding: 10px; text-align: center; font-size: 18px; background: #ffb973; }
#contents .azukariSec10 table td{ display: block; border: 1px solid #ccc; padding: 10px; text-align: center; font-size: 17px; }
#contents .azukariSec10 ul{ margin-left: 1em; margin-bottom: 30px; }
#contents .azukariSec10 ul li{ text-indent: -1em; font-size: 16px; margin-bottom: 5px; }
#contents .azukariSec10 ul li:before{ content: "※"; display: inline; }
#contents .azukariSec10Btn{ margin-bottom: 100px; }
#contents .azukariSec10Btn a{ display: block; background: #ff4d4d; border-radius: 10px; padding: 15px; color: #fff; font-weight: bold; text-align: center; font-size: 19px; position: relative; }
#contents .azukariSec10Btn a:before{ content: ""; width: 8px; height: 8px; border-top: 2px solid #fff; border-right: 2px solid #fff; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: 50%; right: 20px; margin-top: -4px; }


/* コスメフォーム */
.cosmeSec{ width: 90%; margin: 0 auto; overflow: hidden; }
#nittoSec dt{ font-weight: bold; }

#contents .cosmeSec a:link		{ color:#046fbf; text-decoration:underline; }
#contents .cosmeSec a:visited	{ color:#046fbf; text-decoration:underline; }
#contents .cosmeSec a:hover		{ color:#004f8a; text-decoration:none; }
#contents .cosmeSec a:active	{ color:#004f8a; text-decoration:none; }

#nittoSec a:link	{ color:#046fbf; text-decoration:underline; }
#nittoSec a:visited	{ color:#046fbf; text-decoration:underline; }
#nittoSec a:hover	{ color:#004f8a; text-decoration:none; }
#nittoSec a:active	{ color:#004f8a; text-decoration:none; }

#nittoSec .nittoSec01{ width: 100%; overflow: hidden; margin: 0 auto; padding: 15px 0; }
#nittoSec .nittoSec01Img{ width: 100%; margin-bottom: 10px; text-align: center; }
#nittoSec .nittoSec01Txt{ width: 100%; text-align: center; }

#nittoSec {}
#nittoSec dl{ background: #f8f5e6; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; }
#nittoSec dt,
#nittoSec dd{ padding: 10px !important; border-top: 1px solid #ccc; }
#nittoSec dd{ background: #fff !important;  }
#nittoSec dd:after{ content: ""; display: block; clear: both; }
#nittoSec .mfp_achroma,
#nittoSec .mfp_colored{ background: none; }


/* お客様の声 sp/voice */
#contents .voiceSec{ padding-bottom: 60px; }
#contents .voiceSec p{ font-size: 14px; line-height: 1.7; margin-bottom: 30px; } 
#contents .voiceSec .voice01SecInt01{ font-weight: bold; color: #cd5200; } 
#contents .voice01SecTxt01{ font-size: 14px; line-height: 1.7; margin-bottom: 30px; } 
#contents .voice01SecImg01{ text-align: center; margin-bottom: 20px; } 
#contents .voice04SecImg02{ text-align: center; margin-bottom: 20px; } 

#contents .voicelNavi{}
#contents .voicelNaviSec01{ background: #f8f5e6; border-top: 3px solid #cd5200; padding: 0 15px 20px; margin-bottom: 15px; }
#contents .voicelNaviSec01Tit{ color: #926a5f; font-weight: bold; font-size: 17px; letter-spacing: 0.05em; border-bottom: 1px solid #ccc; padding: 10px; margin-bottom: 10px; }
#contents .voiceNav01{ padding-left: 10px; }
#contents .voiceNav01 li{ font-size: 14px; min-height: 9px; padding-left: 15px; margin-top: 8px; background: url(/images/ico_arrow03.png) no-repeat 0 5px; }
#contents .voiceNav01 li:frist-child{ margin-top: 0; }
#contents .voiceNav01 li a{	text-decoration:none; }

ol.voice04List01{ margin-left: 30px; }
ol.voice04List01 li{ list-style-type: decimal; font-size: 15px; margin-bottom: 5px; }


/************** ModalWindow **************/
/* 見出し */
.modal-options h2 { min-width: auto; color: #fff; font-size: 14px !important; text-align: left; background-color: transparent; padding: 0; font-weight: 700 !important; }
.modal-options h3 { color: #926a60; font-size: 15px; margin-bottom: 20px; padding: 0 0 5px 0; border-top: none; border-bottom: 1px solid #cd5200; font-weight: 700; }
.modal-options h4 { position: relative; min-height: auto; background: none; margin-bottom: 8px; padding: 0 0 0 15px; font-size: 14px; line-height: 1.2em; font-weight: 700; }
.modal-options h4:before { position: absolute; content: ""; width: 10px; height: 10px; border-radius: 100%; background-color: #f90; left: 0; top: 2px; }

/* コンテンツ */
.modal-options .modalContents { width: 95%; margin: 0 auto; padding-top: 15px; }
.modal-options .modalSec { margin-bottom: 30px; }
.modal-options .modalSec p { font-size: 13px; word-wrap: break-word; overflow-wrap: break-word; }
.modal-options .modalSecList li { margin-top: 15px; }
.modal-options .modalSecList li:first-child { margin-top: 0; }


/* お預かりフォーム　追記 */
/* 　第1案　*/

.danbo_images01 {
    display: flex;
}


.danbo_images01 img {
	border: 2px solid #ccc!important;
	margin: 18px 0px;
	width: 85%;
	height: auto;
}

.clear{
	clear: both;
}

/*  第2案 */
.input_example02 {
	
	margin: 18px 0px 12px 0px;
}


.danbo_images02{
	display: flex;
}
	


.danbo_images02 img{
	margin: 18px 0px;
	float: left;
    border: 2px solid #ccc!important;
    height: auto;
    width: 85%;
}






.zadankai_sec{}
.zadankai_sec_tit{ background-color: #006535; font-size: 25px; color: #fff; padding: 20px; margin-bottom: 40px; letter-spacing: 1px; }
.zadankai_sec_tit span{ display: block; font-family: neuzeit-grotesk, sans-serif; font-weight: 700; font-style: normal; margin-bottom: 10px; }
.zadankai_list{ width: 90%; margin: 0 auto; }
.zadankai_item{ font-size: 16px; line-height: 1.9; padding-bottom: 15px; border-bottom: 1px solid #ccc; margin-bottom: 15px; }
.zadankai_item:after{ content: ""; display: block; clear: both; }
.zadankai_item_txt01{ display: block; font-size: 18px; font-weight: bold; margin: 5px 0; line-height: 1.6; }
.zadankai_item_txt02{ font-size: 15px; font-weight: bold; background-color: rgba(211,239,91,.5); }
.zadankai_item_txt03{ font-size: 15px; font-weight: bold; background-color: rgba(111,214,247,.5); }
.zadankai_item_txt04{ font-size: 15px; font-weight: bold; background-color: rgba(255,138,180,.5); }
.zadankai_item_txt05{ font-size: 15px; font-weight: bold; background-color: rgba(250,175,63,.5); }

.zadankai_item_img01{ margin-bottom: 20px; }
.zadankai_item_img02{ float: right; margin: 0 0 20px 20px; width: 30%; text-align: right; }
.zadankai_item_img03{ float: right; margin: 0 0 20px 20px; width: 30%; }
.zadankai_item_img03 img,
.zadankai_item_img05 img{ width: 100%; height: auto; }
.zadankai_item_img05{ float: right; margin: 0 0 20px 20px; width: 40%; }

.zadankai_btn{ padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #ccc; text-align: center; }
.zadankai_btn a{ display: block; color: #fff; font-size: 16px; letter-spacing: 1px; text-align: center; font-weight: 900; padding: 10px 40px; background: #f90; border: 1px solid #f90; border-radius: 40px; text-decoration: none; }
.zadankai_btn a:hover{ background-color: #fff; color: #f90; }

.zadankai_products{ width: 96%; margin: 60px auto 0 auto; }
.zadankai_products_tit{ font-size: 25px; font-weight: 900; margin-bottom: 20px; }
.zadankai_products_list{ display: flex; justify-content: space-between; }
.zadankai_products_item{ flex-basis: 48%; text-align: center; }
.zadankai_products_item a:hover{ opacity: .6; }
.zadankai_products_item h3{ text-align: left; font-size: 13px; }
.zadankai_products_item:nth-child(1) img{ width: 130px; height: 130px; }
.zadankai_products_item:nth-child(2) img{ width: 150px; height: 150px; }
.zadankai_products_item:nth-child(1) .zadankai_products_btn{ margin-top: 32px; }
.zadankai_products_img{}


.zadankai_products_btn{ width: 90%; margin: 10px auto 0 auto; }
.zadankai_products_btn a{ display: block; color: #f90; font-size: 16px; font-weight: 900; letter-spacing: 1px; text-align: center; padding: 10px 0 6px 0; background: #fff; border: 2px solid #f90; border-radius: 5px; font-family: "heisei-maru-gothic-std",sans-serif; text-decoration: none; }
.zadankai_products_btn a:hover{ color: #fff; background-color: #f90; }




/* くるねこ大和様 */
.kuruneko .headerTxt{ background-color: #cd5300; }
.kuruneko_sec_txt{ width: 90%; margin: 0 auto; }
.kuruneko_sec_txt p{ margin-bottom: 10px; }


.kuruneko_sec_img{ width: 100%; margin: 0 auto; }
.kuruneko_list{ width: 90%; margin: 0 auto; }
.kuruneko_item img{ width: 100%; height: auto; }

.kuruneko_sec_sns{ width: 90%; margin: 30px auto 0 auto; }
.kuruneko_sec_sns_list{}
.kuruneko_sec_sns_item{ margin-bottom: 30px; }
.kuruneko_sec_sns_item a{ display: flex; align-items: center; background: #f9f9f9; border: 1px solid #ccc; border-radius: 10px; padding: 10px 15px; text-decoration: none; font-family: fot-tsukuardgothic-std, sans-serif; font-weight: 700; font-style: normal; line-height: 1.4; }
.kuruneko_sec_sns_ico{ width: 30px; margin-right: 10px; }
.kuruneko_sec_sns_ico img{ width: 100%; height: auto; }
.kuruneko_sec_sns_tit{ font-size: 14px; font-weight: bold; }

.kuruneko_sec_thanks{ width: 90%; margin: 40px auto 120px auto; font-size: 16px; font-weight: bold; color: #926a5e; background-color: #f8f5e6; padding: 20px; border-radius: 10px; font-family: fot-tsukuardgothic-std, sans-serif; font-weight: 700; font-style: normal; line-height: 1.5; }
.kuruneko_sec_thanks p{ margin-bottom: 20px; }



/* お知らせ */
.top_news{ }
.top_news_sec{ width: 96%; margin: 0px auto 30px auto; border: 4px solid #ffe6d5; padding: 10px 20px; background-color: #fff; }
.top_news_tit i{ display: none; }
.top_news_tit{}
.top_news_tit h2{ border-top: 0px; border-bottom: 0px; padding: 0px 0 10px 0; font-size: 22px; margin-bottom: 0; text-align: center; }
.top_news_list{}
.top_news_item{ padding-bottom: 10px; border-bottom: 1px solid #ccc; margin-bottom: 10px; }
.top_news_date01{ font-size: 11px; }
.top_news_tit02{ font-size: 15px; }


.top_news_btn01{ width: 120px; margin: 0 0 0 auto; }
.top_news_btn01 a{ display: block; background-color: #926a60; border: 1px solid #926a60; padding: 5px; border-radius: 30px; color: #fff; font-size: 14px; text-align: center; text-decoration: none; }
.top_news_btn01 a:hover{ background-color: #fff; color: #926a60; }
.top_news_btn01 a i{ margin-right: 5px; vertical-align: middle; }

.news_sec_date{ text-align: right; font-size: 14px; margin-top: 10px; margin-bottom: 0px; margin-right: 20px; }
.news_sec{}
.news_sec p{ font-size: 16px; letter-spacing: 1px; line-height: 1.7; margin-bottom: 20px; }
.news_sec strong{ text-decoration: underline; }
.news_sec .wp-block-table,
.news_sec .wp-block-image{ margin: 0 !important; }

.news_sec_btn{ width: 120px; margin: 0 20px 20px auto; }
.news_sec_btn a{ display: block; background-color: #926a60; border: 1px solid #926a60; padding: 5px; border-radius: 30px; color: #fff; font-size: 14px; text-align: center; text-decoration: none; }
.news_sec_btn a:hover{ background-color: #fff; color: #926a60; }
.news_sec_btn a i{ margin-right: 5px; vertical-align: middle; }

.news_item h2{ margin-bottom: 0; }
.news_item .news_sec_date{ display: block; text-align: left; font-size: 12px; font-weight: normal; margin-top: 0; margin-bottom: 0; }

.wp-block-table table{ margin-bottom: 10px; }
.wp-block-table th,
.wp-block-table td{ font-size: 13px; border: 2px solid #ccc !important; }


}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 SP CSS END
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 PC CSS
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
@media print, screen and (min-width:1025px){

/* 非表示用 */
.nonePC		{ display: none !important; }

/************** お問い合わせ contact **************/
#contents .contactSec{ width: 1130px; margin: 0 auto; }
#contents .contactSecTxt{ font-size: 14px; line-height: 1.7; margin-bottom: 30px; }
#contents .contactSecTxt span.blue{ color: #007bd0; }
#contents .contactSecTxt span.red{ color: #f00; }
#contents .contactSecTxt ul{ margin-left: 20px; }
#contents .contactSecTxt ul li{ list-style-type: disc; list-style-position: inherit; font-size: 14px; line-height: 1.7; }
#contents .contactSec textarea{ max-width: 100%; }



