@charset "utf-8";
/*
Theme Name: Aichi Mishin 2025
Theme URI: https://aichimishin.com/
Description: 愛知ミシンの2025テーマ
Author: Web Design Office CROSSROAD
Author URI: http://www.wdcro.com/
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, dl, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {	margin: 0; padding: 0; border: 0; font-style:normal; font-weight: normal; font-size: 100%; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html{ overflow-y: scroll; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
input, textarea { margin: 0; padding: 0; }
ol, ul{ list-style:none; }
table{ border-collapse: collapse; border-spacing:0; }
caption, th{ text-align: left; }
a:focus {outline:none; }
.clearfix:after {content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { min-height: 1px; }
* html .clearfix { height: 1px;
/*\*//*/
height: auto; overflow: hidden;
/**/
}
.clear , .cl { clear:both; }
/*--------↑↑↑↑↑-resrt↑↑↑↑↑--------------*/
body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	margin: 0px auto;
	text-align: center;
	color: #2D2D2D;
	letter-spacing: 0.05em;
}
a {
	color: #1276DF;
}
a:hover {
	color: #C83030;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a , a img {
	transition: 0.3s ease-in-out;
}
iframe {
	max-width: 100%;
}
.anchor {
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-header*/
header {
	width: 100%;
	background: url("image/header-bg.jpg");
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#header*/
#header {
	margin: 0px auto;
	max-width: 1200px;
}
@media only screen and (max-width: 1200px) {
	#header {
		width: 96%;
		margin: 0 2%;
	}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#header-left*/
#header-left {
	text-align: left;
	float: left;
	width: 30%;
	max-width: 300px;
}
@media only screen and (max-width:800px) {
	#header-left {
		text-align: center;
		width: 100%;
		max-width: none;
	}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#header-right*/
#header-right {
	text-align: right;
	float: right;
	width: 60%;
	max-width: 600px;
}
@media only screen and (max-width:800px) {
	#header-right {
		display: none;
	}
}
#header-tel {
	width: 50%;
	float: left;
}
#header-mail {
	width: 50%;
	float: right;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#header-menu-wrap*/
#header-menu-wrap {
	width: 100%;
	clear: both;
	background: #2F2A2A;
	border-top: 1px solid #FFFFFF;
}
@media only screen and (max-width:800px) {
	#header-menu-wrap {
		display: none;
	}
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#header-menu*/
#header-menu {
	margin: 0px auto;
	max-width: 1200px;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#header-menu ul li*/
#header-menu ul li {
	display: inline;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#header-menu ul li a*/
#header-menu ul li a {
	float: left;
	height: 60px;
	background: #2F2A2A;
	border-left: 1px solid #FFFFFF;
	box-sizing: border-box;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5px;
}
@media only screen and (max-width:900px) {
	#header-menu ul li a {
		font-size: 0.9em;
	}
}
/*--------------------------------------------*/
#header-home a {
	width: 10%;
}
/*--------------------------------------------*/
#header-repair a {
	width: 20%;
}
/*--------------------------------------------*/
#header-shop a {
	width: 12%;
}
/*--------------------------------------------*/
#header-works a {
	width: 12%;
}
/*--------------------------------------------*/
#header-sales a {
	width: 14%;
}
/*--------------------------------------------*/
#header-postage a {
	width: 20%;
}
/*--------------------------------------------*/
#header-news a {
	width: 12%;
	border-right: 1px solid #FFFFFF;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#header-menu ul li a:hover*/
#header-menu ul li a:hover {
	background: #F0850E;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#header-menu ul li.current*/
#header-menu ul li.current a {
	background-color: #6C0808;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#breadcrumb-wrap*/
#breadcrumb-wrap {
	width: 100%;
	clear: both;
	background: #EFE7E7;
	border-top: 1px solid #FFFFFF;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#breadcrumb*/
#breadcrumb {
	margin: 0px auto;
	max-width: 1200px;
	text-align: left;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	color: #1B1B1B;
}
@media only screen and (max-width:1200px) {
	#breadcrumb {
		width: 96%;
		padding: 0 2%;
	}
}
#breadcrumb ul {
	padding: 5px 10px;
}
#breadcrumb ul li {
	display: inline;
	margin: 0 7px 0 0;
}
#breadcrumb a {
	color: #1B1B1B;
}
#breadcrumb a:hover {
	color: #F0850E;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#main-wrap*/
#home-image-wrap {
    width: 100%;
    background: url("image/home-image-bg.jpg") repeat-x top center;
}
#home-image {
	margin: 0px auto;
	max-width: 1200px;
}
#main-wrap {
	width: 100%;
	line-height: 1.8;
}
@media only screen and (max-width:700px) {
	#main-wrap {
		letter-spacing: normal;
	}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#wrap*/
#main {
	margin: 0px auto;
	max-width: 1200px;
	text-align: left;
	display: flex;
}
@media only screen and (max-width:1400px) {
	#main {
		max-width: 1000px;
	}
}
@media only screen and (max-width:1040px) {
	#main {
		margin: 0px 2%;
	}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#contents*/
#contents {
	flex: 1;
	margin-right: 6%;
}
@media only screen and (max-width:1000px) {
	#contents {
	margin: 0 2.5% 0 0;
	}
}
@media only screen and (max-width:800px) {
	#contents {
	margin: 0 2%;
	}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article*/
article {
	width: 100%;
	margin: auto;
	padding: 0 0 50px 0;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post*/
article .post {
	padding: 0px;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article h1*/
article h1 {
	font-size: 1.6em;
	margin: 30px 0;
	background: #fcb900;
    color: #121212;
    padding: 7px 15px;
}
@media only screen and (max-width:800px) {
	article h1 {
		font-size: 1.4em;
		margin: 10px 0;
	}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article h2*/
article h2 {
	font-size: 1.5em;
	padding: 5px 2%;
	margin: 20px 0;
	clear: both;
	color: #FFFFFF;
	background: #374255;
}
@media only screen and (max-width:800px) {
article h2 {
	font-size: 1.2em;
	margin: 20px 0 10px 0;
	padding: 5px 10px;
}
}
article h2 a , article h2 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.privacy-policy article h2*/
.privacy-policy article h2 {
	margin: 50px 0 10px 0;
	padding: 0;
	color: #1E4880;
	background-color: transparent;
	border-left: none;
	
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-h3*/
article h3 {
	font-size: 1.4em;
	margin: 30px 0 0 0;
	padding: 0 0 5px 0;
	color: #065774;
	font-weight: bold;
}
@media only screen and (max-width:800px) {
article h3 {
	font-size: 1.0em;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article  h4*/
article h4 {
	font-size: 1.2em;
	margin: 10px 0;
	color: #105E5D;
	font-weight: bold;
}
@media only screen and (max-width:800px) {
article h4 {
	font-size: 1.0em;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article p*/
article p {
	margin: 20px 0;
}
article .post h3+p {
	/*margin: 0 0 20px 0;*/
}
@media only screen and (max-width:800px) {
article p {
	margin: 0 0 10px 0;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post .blog-date*/
article .post .blog-date {
	font-size: 1.1em;
	text-align: right;
	color: #878787;
	margin-right: 2%;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post ul*/
article .post ul {
	margin: 20px 0;
}
article .post ul li {
	list-style-type: square;
	margin: 0 0 0.7em 2em;
}
article .post ul li:last-child {
	margin: 0 0 0 2em;
}
@media only screen and (max-width:800px) {
    article .post ul li {
        margin: 0 0 0.5em 0.5em;
    }
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post ol*/
article .post ol {
	margin: 20px 0;
}
@media only screen and (max-width:700px) {
article .post ol {
	margin: 0 0 10px 0;
}
}
article .post ol li {
	list-style-type: decimal;
	margin: 0 0 0.7em 2em;
}
@media only screen and (max-width:800px) {
    article .post ol li {
        margin: 0 0 0.5em 0.5em;
    }
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post .f1*/
article .post .f1 {
	padding: 20px;
	margin: 0 0 20px 0;
	background-color: #E6ECF1;
	border: 3px solid #76A8D3;
	display: grid;
}
article .post .f1 h3 {
	margin: 0; 
	color: #5E307C;
}
article .post .f1 p {
	margin: 0 0 20px 0; 
}
article .post .f1 p:last-child {
	margin: 0;
}
article .post .f1 ul {
	margin: 0; 
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post .f2*/
article .post .f2 {
	padding: 15px;
	margin: 0 0 20px 0;
	background-color: #EBEBEB;
	display: grid;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-table*/
table {
	margin: 0 0 30px 0;
	width: 100%;
	border: 1px solid #bcbcbc;
}
@media only screen and (max-width:700px) {
table {
	margin: 0 0 10px 0;
}
}
table td {
	padding: 8px 15px;
	border: 1px solid #bcbcbc;
}
@media only screen and (max-width:800px) {
    table td {
        padding: 5px 8px;
        font-size: 0.9em;
    }
}
.t1 table td:nth-child(1) {
	background: #EDEDED;
	font-weight: bold;
}
.t2 table tr:nth-child(1) td , .t2 table td:nth-child(1) {
	background: #EDEDED;
	font-weight: bold;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-table.t-form*/
table.t-form {
	border-collapse: separate;
	border-spacing: 8px;
	border: none;
}
table.t-form td {
	padding: 7px 12px;
	background: #f0f0f0;
	color: #111;
}
table.t-form td:nth-child(1) {
	white-space: nowrap;
	font-weight: bold;
	background: #CFDDE1;
	vertical-align: top;
	text-align: right;
}
@media only screen and (max-width:1000px) {
	table.t-form td:nth-child(1) {
		white-space: normal;
		text-align: left;
	}
}
@media only screen and (max-width:800px) {
	table.t-form td {
		display: block;
		text-align: left;
	}
}
.hissu {
	font-size: 0.9em;
	font-weight: bold;
	padding: 3px 10px 4px 10px;
	margin: 0px 10px;
	color: #FFF;
	background: #B51E21;
	border-radius: 5px;
	white-space: nowrap;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.wpcf7-list-item*/
.wpcf7-list-item {
	display: block;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 0.8em;
	font-weight: bold;
	color: #C00;
}
.wpcf7 .wpcf7-not-valid {
    background-color: #FDC3C3;
}
.wpcf7-text , .wpcf7-textarea {
/*	max-width: 50%;*/
}
.submit {
    text-align: center;
}
.wpcf7-submit {
	font-size: 1.5em;
    color: #FFFFFF;
    background: #FF3A1E;
    margin: 0 auto;
	padding: 10px 25px;
}
@media only screen and (max-width:800px) {
    .wpcf7-submit {
        font-size: 1.1em;
    }
}
.wpcf7-response-output {
	margin: 10px auto;
	padding: 10px 15px;
}
.wpcf7-response-output[role=alert] {
	border: 3px solid #0072BB !important;
	background-color: #0072BB;
	color: #FFF;
	font-size: 1.2em;
}
span.wpcf7-list-item {
	display: block !important;
}
.form-width {
	width: 90%;
}
.form-width1 {
	width: 100px;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.pagenavi*/
.pagenavi {
	text-align: center;
	clear:both;
	padding: 20px 0;
	position: relative;
	font-size: 0.9em;;
	background: none;
	margin: 10px 0 20px;
	vertical-align: middle;
}
.pagenavi span, .pagenavi a {
	display: inline-block;
	margin: 2px 2px 2px 0;
	padding: 5px 10px ;
	text-decoration: none;
	width: auto;
	color: #FFF;
	background: #444;
}
.pagenavi a:hover{
	color: #FFF;
	background: #C00;
}
.pagenavi .current{
	background: #666;
	color: #FFF;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .catch*/
article .catch {
	padding: 20px 0;
	border-bottom: 1px dotted #AEAEAE;
}
article .works-catch {
	padding: 20px 2%;
	margin: 20px 0;
	border: 1px solid #EDEBE1;
	background: linear-gradient(to top right, #EDEBE1, #F8F8F8);
	border-radius: 5px;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .catch .wp-post-image*/
article .catch img {
	float: left;
	max-width: 25%;
}
@media only screen and (max-width:800px) {
article .catch img {
	margin: 0 15px 0 0;
	max-width: 40%;
	min-width: 120px;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .catch h2 , article .catch h3*/
article .catch h2 , article .catch h3 {
	width: 70%;
	float: right;
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 5px 0;
	color: #065774;
	border-bottom: 1px solid #065774;
	background: rgba(0,0,0,0.00);
}
article .catch h2 a , article .catch h3 a {
	text-decoration: none;
	color: #065774;
}
article .catch h2.no-image  , article .catch h3.no-image {
	width: 100%;
}
@media only screen and (max-width:800px) {
article .catch h2 , article .catch h3 {
	width: 100%;
	float: none;
	font-size: 1.0em;
	padding: 0 0 10px 0;
	margin-bottom: 15px;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .catch p*/
article .catch p {
	margin: 0;
	width: 70%;
	float: right;
}
article .catch .blog-date {
	padding: 0;
	font-weight: bold;
	margin: 0;
	text-align: right;
	font-size: 0.9em;
	color: #5A6F72;
}
article .catch p.no-image {
	width: 100%;
}
@media only screen and (max-width:800px) {
article .catch p {
	width: 100%;
	float: none;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .left-box*/
article .flexbox {
	display: flex;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.sales*/
.home-sales {
	display: flex;
	flex-wrap: wrap;
}
.home-sales-image {
	width: 31.3333%;
	margin: 10px 1%;
	border: 1px solid #BDBDBD;
	box-sizing: border-box;
	background: #EFEFEF;
	float: left;
}
@media only screen and (max-width:800px) {
	.home-sales-image {
		width: 48%;
	}
}
.home-sales-image p {
	font-size: 0.9em;
	margin: 0 !important;
	padding: 10px;
}
.home-sales-image a:hover img {
	opacity: 0.75;
}
.home-sales-price {
	float: right;
	font-size: 1.1em;
}
.home-sales-price strong {
	font-size: 1.6em;
	color: #C8171A;
	font-weight: normal;
}
.sales-cat {
	display: flex;
	flex-wrap: wrap;
}
.each-sales:nth-child(odd) {
	width: 48%;
	margin: 10px 2% 30px 0;
	float: left;
}
.each-sales:nth-child(even) {
	width: 48%;
	margin: 10px 0 30px 2%;
	float: right;
}
@media only screen and (max-width:800px) {
	.each-sales:nth-child(odd) , .each-sales:nth-child(even) {
		width: 96%;
		margin: 10px 2% 30px 2%;
		float: none;
	}
}
.each-sales a:hover img {
	opacity: 0.75;
}
.each-sales h2 {
	font-size: 1em;
	padding: 5px 4%;
	margin: 0;
}
.each-sales p {
	margin: 0 !important;
}
.each-sales h2 a:hover {
	text-decoration: underline;
}
.each-sales-table {
	margin: 20px 0 0 0;
	font-size: 0.9em;
}
.each-sales-table td {
	padding: 5px 8px;
}
.each-sales-table td:nth-child(1) {
	background: #E7E7E7;
}
.sales-top-image {
	margin: 30px 0 0 0;
}
.sales-top-image img {
    width: 100%;
}
.sales-image-block {
    position: relative;
}
.sales-image-block p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 3px 10px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: rgba(224,8,12,0.77);
}
.each-sales .sales-image-block p {
    font-size: 1.5em;
}
.sales-top-image .sales-image-block p {
    font-size: 1.8em;
}
h1.sales-h1 {
	font-size: 1.5em;
	background: #212A4B;
	color: #FFFFFF;
	padding: 0.5em 2em;
	margin: 0;
}
@media only screen and (max-width:800px) {
    h1.sales-h1 {
        font-size: 1.0em;
        padding: 0.4em;
    }
}
.sales-table {
	margin: 50px 0;
}
.sales-table td:nth-child(1) {
	background: #E7E7E7;
}
.sales-table-price {
	font-size: 1.5em;
}
.sales-image-box {
	width: 31.3333%;
	float: left;
	margin: 10px 1%;
	padding: 5px;
	border: 1px solid #BDBDBD;
	box-sizing: border-box;
	overflow:hidden;
}
.sales-image-box a:hover img {
	transform:scale(1.2);
}
.sub-category {
	border: 3px solid #409F48;
	margin: 50px 0;
}
.sub-category h2 {
	background: #C5E5C8;
	margin: 0;
	border-bottom: 1px dashed #409F48;
	color: #325235;
	font-weight: bold;
	font-size: 1.4em;
}
.sub-category ul {
	margin: 20px;
}
.sub-category ul li {
	margin: 0 0 0.7em 1em;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.works*/
.home-works {
	display: flex;
	flex-wrap: wrap;
}
.home-works-image {
	width: 31.3333%;
	margin: 10px 1%;
	background: #EEEEEE;
	float: left;
}
@media only screen and (max-width:800px) {
	.home-works-image {
		width: 48%;
	}
}
.home-works-image p {
	font-size: 0.9em;
	margin: 0 !important;
	padding: 10px;
}
.home-works-image a:hover img {
	opacity: 0.75;
}
.works-cat {
	display: flex;
	flex-wrap: wrap;
}
.each-works:nth-child(odd) {
	width: 48%;
	margin: 10px 2% 30px 0;
	background: #EFEFEF;
	float: left;
}
.each-works:nth-child(even) {
	width: 48%;
	margin: 10px 0 30px 2%;
	background: #EFEFEF;
	float: right;
}
@media only screen and (max-width:800px) {
	.each-works:nth-child(odd) , .each-works:nth-child(even) {
		width: 96%;
		margin: 10px 2% 30px 2%;
		float: none;
	}
}
.each-works img {
	width: 100%;
}
.each-works a:hover img {
	opacity: 0.75;
}
.each-works h2 {
	font-size: 1em;
	padding: 5px 4%;
	margin: 0;
}
.each-works h2 a:hover {
	text-decoration: underline;
}
.each-works h3 {
	font-size: 1.1em;
	padding: 5px 4%;
	margin: 0;
}
.each-works p {
	padding: 5px 4%;
	margin: 0;
}
.works-top-image {
	margin: 30px 0 0 0;
}
h1.works-h1 {
	font-size: 1.5em;
	background: #212A4B;
	color: #FFFFFF;
	padding: 0.5em 1em;
	margin: 0;
}
@media only screen and (max-width:800px) {
    h1.works-h1 {
        font-size: 1.0em;
        padding: 0.4em;
    }
}
.works-date {
	font-size: 0.9em;
	text-align: right;
	color: #878787;
	margin: 0 !important;
	background: #EFEFEF;
	padding: 0.2em 1em;
}
.works-table {
	margin: 50px 0;
}
.works-table td:nth-child(1) {
	background: #E7E7E7;
}
.trouble {
	border: 3px solid #F8D730;
	margin: 50px 0;
}
.trouble h2 {
	background: #FBF1BE;
	margin: 0;
	border-bottom: 1px dashed #F8D730;
	color: #7F6C0C;
	font-weight: bold;
	font-size: 1.4em;
}
.trouble p {
	margin: 30px !important;
}
@media only screen and (max-width:800px) {
    .trouble h2 {
        font-size: 1.2em;
    }
    .trouble p {
	    margin: 12px !important;
    }
}
.repairing {
	border: 3px solid #68AFD3;
	margin: 50px 0;
}
.repairing h2 {
	background: #D9E8F0;
	margin: 0;
	border-bottom: 1px dashed #68AFD3;
	color: #1C5F82;
	font-weight: bold;
	font-size: 1.4em;
}
.repairing p {
	margin: 30px !important;
}
@media only screen and (max-width:800px) {
    .repairing h2 {
        font-size: 1.2em;
    }
    .repairing p {
	    margin: 12px !important;
    }
}
.works-image-box {
	width: 31.3333%;
	float: left;
	margin: 10px 1%;
	padding: 5px;
	border: 1px solid #BDBDBD;
	box-sizing: border-box;
	overflow:hidden;
}
@media only screen and (max-width:800px) {
    .works-image-box {
        padding: 2px;
    }
}
.works-image-box a:hover img {
	transform:scale(1.2);
}
.manufacturer-box {
	border: 3px solid #3F5EB0;
	margin: 50px 0;
}
.manufacturer-box h2 {
	background: #CCD5EF;
	margin: 0;
	border-bottom: 1px dashed #3F5EB0;
	color: #182D66;
	font-weight: bold;
	font-size: 1.4em;
}
.manufacturer-box ul {
	margin: 20px 0 !important;
}
@media only screen and (max-width:800px) {
    .manufacturer-box h2 {
        font-size: 1.2em;
    }
    .manufacturer-box ul {
	    margin: 10px 0 !important;
    }
}
.manufacturer-box ul li {
	display: inline;
	white-space: nowrap;
	margin: 0 0 0.7em 1em;
	color: #7A7A7A;
}
.area-box {
	border: 3px solid #409F48;
	margin: 50px 0;
}
.area-box h2 {
	background: #C5E5C8;
	margin: 0;
	border-bottom: 1px dashed #409F48;
	color: #325235;
	font-weight: bold;
	font-size: 1.4em;
}
.area-box ul {
	margin: 20px 0 !important;
}
@media only screen and (max-width:800px) {
    .area-box h2 {
        font-size: 1.2em;
    }
    .area-box ul {
	    margin: 10px 0 !important;
    }
}
.area-box ul li {
	display: inline;
	white-space: nowrap;
	margin: 0 0 0.7em 1em;
	color: #7A7A7A;
}
.archive-box {
	border: 3px solid #808080;
	margin: 50px 0;
}
.archive-box h2 {
	background: #EBEBEB;
	margin: 0;
	border-bottom: 1px dashed #808080;
	color: #353535;
	font-weight: bold;
	font-size: 1.4em;
}
.archive-box ul {
	margin: 20px 0 !important;
}
.archive-box p {
	margin: 20px;
}
@media only screen and (max-width:800px) {
    .archive-box h2 {
        font-size: 1.2em;
    }
    .archive-box ul {
        margin: 10px 0 !important;
    }
    .archive-box p {
        margin: 12px;
    }
}
.archive-box ul li {
	display: inline;
	white-space: nowrap;
	margin: 0 0 0.7em 1em;
	color: #7A7A7A;
}
.search-box {
	border: 3px solid #808080;
	margin: 50px 0;
}
.search-box h2 {
	background: #EBEBEB;
	margin: 0;
	border-bottom: 1px dashed #808080;
	color: #353535;
	font-weight: bold;
	font-size: 1.4em;
}
@media only screen and (max-width:800px) {
    .search-box h2 {
        font-size: 1.2em;
    }
}
.search-box form , .search-box p {
	margin: 20px;
}

.flow-box {
	padding: 15px 5%;;
	border-radius: 5px;
	margin: 10px 0;
	border: 3px solid #85A6B3;
	background: linear-gradient(to top right, #EFEFEF, #FFFFFF);
}
article .post .flow-box h3 {
	margin: 0;
}
article .post .flow-box p {
	margin: 0;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.voice-card*/
.voice-card {
	width: 31.333%;
	margin: 20px 1%;
	float: left;
	position: relative;
	border: 1px solid #BDBDBD;
	box-sizing: border-box;
	overflow:hidden;
}
.home .voice-card {
	width: 23%;
}
@media only screen and (max-width:800px) {
	.home .voice-card {
		width: 31.333%;
	}
	.home .voice-card:nth-child(7) , .home .voice-card:nth-child(8) {
		display: none;
	}
}
.voice-card a:hover img {
	transform:scale(1.2);
}
.voice-card p {
	position: absolute;
	font-size: 0.9em;
	margin: 0 !important;
	padding: 7px 5%;
	bottom: 0;
	left: 0;
	line-height: 1.2em;
	background: rgba(0,0,0,0.7);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
	color: #FFFFFF;
}
.voice-card p a {
	color: #FFFFFF;
	text-decoration: none;
}
.voice-card p a:hover {
	color: #F4FF49;
	text-decoration: underline;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.main-navi*/
.main-navi {
	margin: 70px 0;
	font-size: 0.8em;
}
.main-navi-left {
	width: 40%;
	float: left;
}
.main-navi-right {
	width: 40%;
	float: right;
}
@media only screen and (max-width:800px) {
	.main-navi-left , .main-navi-right {
		width: 48%;
	}
}
.main-navi-left a , .main-navi-right a {
	display: block;
	border: 1px solid #dddddd;
	text-decoration: none;
	color: #393939;
	font-weight: bold;
}
.main-navi-left a {
	padding: 10px 10px 10px 25px;
	background: url("image/main-navi-left.png") no-repeat left center;
}
.main-navi-right a {
	padding: 10px 25px 10px 10px;
	background: url("image/main-navi-right.png") no-repeat right center;
}
.main-navi-left a:hover , .main-navi-right a:hover {
	background-color: #FFF0F1;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.detail a*/
.detail a {
	float: right;
	color: #FFF;
	padding: 7px 35px 7px 15px;
	line-height: 1em;
	font-weight: bold;
	background: #EB4B0C url(image/detail-bg.png) no-repeat right center;
	text-decoration: none;
	font-size: 0.9em;
	display: block;
	margin: 10px 0 20px 20px;
	border-radius: 3px;
}
.detail a:hover {
	background-color: #D1244F;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-..bottom-banner*/
.bottom-banner img {
	margin: 10px 0;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-holidays-calendar*/
.holidays-calendar {
	background: url("image/calendar-bg.jpg");
	padding: 30px 4%;
	margin: 50px 0;
}
.holidays-calendar h3 {
	margin: 0;
	color: #3D1E4F;
}
.xo-month-wrap {
	width: 40%;
	margin: 0 5%;
	float: left;
}
@media only screen and (max-width:1400px) {
	.xo-month-wrap {
		width: 46%;
		margin: 0 2%;
	}
}
@media only screen and (max-width:800px) {
	.xo-month-wrap {
		width: 96%;
		margin: 0 2%;
		float: none;
	}
}
.other-month {
	display: none;
}
.xo-event-calendar table.xo-month .month-dayname td {
	padding: 0 !important
}
.xo-event-calendar table.xo-month .month-dayname td div,
.xo-event-calendar table.xo-month .month-week {
	line-height: 1.5em !important;
	height: 2em !important;
}
.xo-event-calendar table.xo-month .month-dayname td div {
	padding: 0;
	text-align: center !important;
	font-size: 1em !important;
}
.month-event-space {
	display: none;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#sidebar*/
#sidebar {
	width: 300px;
	margin-bottom: 50px;
}
@media only screen and (max-width:1400px) {
	#sidebar {
		width: 270px;
		font-size: 0.95em;
		letter-spacing: normal;
	}
}
@media only screen and (max-width:1000px) {
	#sidebar {
		width: 220px;
		font-size: 0.9em;
		letter-spacing: normal;
	}
}
@media only screen and (max-width:800px) {
	#sidebar {
		display: none;
	}
}
.sticky {
	position: sticky;
	top: 80px;
}
#sidebar nav {
	margin: 30px 0;
	padding: 1px 1px 0 1px;
	border: 1px solid #C89E9F;
}
#sidebar h3 {
	text-align: center;
	padding: 70px 5px 20px 5px;
	margin-bottom: 1px;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	background-repeat: no-repeat , no-repeat;
	background-position: center 20px , center center;
}
#sidebar h3#sidebar-repair {
	background-image: url("image/sidebar-repair-h3.png") , url("image/sidebar-h3-bg.jpg");
}
#sidebar h3#sidebar-sale {
	background-image: url("image/sidebar-sale-h3.png") , url("image/sidebar-h3-bg.jpg");
}
#sidebar h3#sidebar-about {
	background-image: url("image/sidebar-about-h3.png") , url("image/sidebar-h3-bg.jpg");
}
#sidebar li a {
	background: #F0DBDB;
	margin-bottom: 1px;
	display: block;
	text-decoration: none;
	color: #1A1919;
	font-size: 0.95em;
	padding: 7px 11px;
}
#sidebar li a:hover {
	background: #FFEBA9;
}
#sidebar li.current a {
	background: #D8AEAE;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#response-wrap*/
#response-wrap {
	background: url("image/response-wrap-bg.png") top center;
	position: fixed;
	bottom: 0;
	z-index: 99;
	width: 100%;
	padding: 5px 0;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#response*/
#response {
	text-align: center;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
#response ul {
	text-align: center;
	margin: 0 auto;
}
#response ul li {
	display: inline;
}
#response ul li a {
	float: left;
	display: inline-block;
	margin: 5px 0.5%;
	background-position: center center;
	background-repeat: no-repeat;
	height: 60px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	/*border: 1px solid #FFFFFF;*/
}
#response ul li#response-home a {
	width: 11%;
	background-image: url("image/response-home.png");
}
#response ul li#response-tel a {
	width: 37%;
	background-image: url("image/response-tel.png");
}
#response ul li#response-consultation a {
	width: 37%;
	background-image: url("image/response-consultation.png");
}
#response ul li#response-top a {
	width: 11%;
	background-image: url("image/response-top.png");
}
@media only screen and (min-width:800px) {
	#response ul li#response-menu a {
		display: none;
	}
}
@media only screen and (max-width:1000px) {
	#response ul li#response-home a {
	background-image: url("image/response-home1.png");
	}
	#response ul li#response-tel a {
	background-image: url("image/response-tel1.png");
	}
	#response ul li#response-consultation a {
	background-image: url("image/response-consultation1.png");
	}
	#response ul li#response-top a {
	background-image: url("image/response-top1.png");
	}
}
@media only screen and (max-width:800px) {
	#response ul li a {
		width: 19% !important;
		background-color: #FFFFFF;
		border-radius: 3px;
	}
	#response ul li#response-home a {
		background-image: url("image/response-home2.png");
	}
	#response ul li#response-tel a {
		background-image: url("image/response-tel2.png");
	}
	#response ul li#response-consultation a {
	background-image: url("image/response-consultation2.png");
	}
	#response ul li#response-top a {
		background-image: url("image/response-top2.png");
	}
	#response ul li#response-menu a {
		background-image: url("image/response-menu2.png");
	}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-footer*/
footer {
	width: 100%;
	clear: both;
	background-image: url("image/footer-bg.jpg") , url("image/footer-bg1.jpg");
	background-repeat: repeat-x , repeat;
	background-position: top left , top left;
	padding: 40px 0 80px 0;
}
#footer {
	max-width: 1200px;
	margin: 0 auto;
	clear: both;
}
@media only screen and (max-width:1200px) {
#footer {
	width: 100%;
	margin: 0;
	padding: 20px 0;
}
}
@media only screen and (max-width:800px) {
#footer {
	padding: 20px 0 50px 0;
}
}
#footer-left {
	width: 45%;
	margin: 0 2% 0 3%;
	float: left;
	text-align: left;
}
#footer-right {
	width: 45%;
	margin: 0 3% 0 2%;
	float: right;
	text-align: left;
}
@media only screen and (max-width:800px) {
	#footer-left , #footer-right {
		width: 96%;
		margin: 0 2%;
		float: none;
	}
}
#footer h3 {
	font-size: 1.3em;
	color: #FFFFFF;
	margin: 10px 0;
}
@media only screen and (max-width:800px) {
	#footer h3 {
		text-align: center;
	}
}
#footer ul {
	margin: 5px 0 30px 15px;
}
#footer ul li {
	margin: 5px;
}
#footer ul li a {
	text-decoration: none;
	font-size: 0.9em;
	padding: 3px 5px;
	color: #fff;
}
#footer ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
@media only screen and (max-width:800px) {
#footer ul li {
	display: block;
	margin: 0 0;
}
#footer ul li a {
	display: block;
	margin: 5px;
	padding: 7px 10px;
	background: #F0EEEB;
	font-size: 0.9em;
	font-weight: normal;
	color: #333;
}
	#footer ul li a:hover {
	color: #333;
	text-decoration: none;
}
}
#footer p {
	padding: 15px;
	font-size: 0.7em;
	color: #FFF;
}
#footer p a {
	color: #fff;
}