@charset "UTF-8";
@import url(base.css);

@media screen and (min-width: 769px) {
.sp {
	display: none !important;
}
* html body {
	background: url(null) fixed;
}
body {
	margin: 0;
	padding: 0;
	font-size: 13px;
 *font-size:small;
 *font:x-small;
	font-family: Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	/*font-family:Verdana, YuGothic, '游ゴシック', 'Hiragino Sana', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Roboto, Droid Sans, Osaka, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;*/
	background: #f1f1f1 !important;
}
html {
	overflow-x: hidden;
	background: #f1f1f1;
}
a {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #7F7F7F;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
a:active {
	color: #000;
	text-decoration: none;
}
a:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
a img {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/*common*/
h2 {
	font-family: 'Lato', sans-serif;
	font-size: 136% !important;
	font-weight: 400 !important;
	letter-spacing: 0.2em;
	line-height: 1.1em;
	margin-bottom: 15px !important;
}
h2 span {
	font-size: 60%;
	font-weight: bold;
	letter-spacing: 0.1em;
}
h2.thin {
	font-family: 'Lato', sans-serif;
	font-weight: 100 !important;
	font-size: 156%;
	letter-spacing: 0.2em;
	line-height: 0.8em;
}
h2.thin span {
	letter-spacing: 0.3em;
	font-size: 40%;
	font-weight: 900 !important;
}
#wrapper {
	background: #f1f1f1;
}
#content {
	width: 1000px;
	margin: 0 auto;
}
header {
	height: 60px;
	padding-top: 70px;
	margin-bottom: 50px;
}
header h1 {
	width: 247px;
	float: left;
	margin-right: 50px;/*ONLINESHOP有り*//*margin-right:180px;ONLINESHOP無し*/
}
header nav {
	font-weight: bold;
	font-size: 92%;
	padding-top: 25px;
	width: 560px;/*ONLINESHOP有り*/
	/*width:440px;ONLINESHOP無し*/
	float: left;
}
header nav ul li {
	float: left;
}
header nav ul li a {
	margin: 15px 7px;
	position: relative;
	display: inline-block;
	transition: .3s;
	font-size: 15px;
}
header nav ul li a:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #000;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
header nav ul li a:hover::after {
	width: 100%;
}
header .sns {
	float: right;
	padding-top: 15px;
}
header .sns ul li {
	float: left;
	padding-top: 20px;
}
header .sns ul li a {
	padding: 5px 10px;
}
header .sns ul li.center a {
	border-left: 1px solid#000;
	border-right: 1px solid#000;
}
#mainvisual {
	width: 1000px;
	margin: 0 auto;
}
#content .newsArea {
	height: 100px;
	background: #fff url(../img/illust-box.jpg) no-repeat 30px 30px;
	padding: 30px 0 15px 125px;
	margin-bottom: 40px;
}
#content .newsArea h2.thin {
	width: 100px;
	float: left;
	margin-right: 40px;
	padding-top: 20px;
	text-align: center;
}
#content .newsArea .latest {
	width: 720px;
	float: right;
}
#content .newsArea .latest dl {
	margin-bottom: 15px;
	height: 20px;
	vertical-align: middle;
}
#content .newsArea .latest dl dd.category {
	background: #000;
	color: #fff;
	font-size: 64%;
	display: inline;
	padding: 0 2px 0 3px;
	float: left;
	margin-right: 10px;
	letter-spacing: 0.15em;
}
#content .newsArea .latest dl dd.date {
	font-style: italic;
	float: left;
	margin-right: 15px;
	font-size: 92%;
	line-height: 0.9em;
}
#content .newsArea .latest dl dd.title {
	font-size: 92%;
	line-height: 0.9em;
}
#content .restoration {
	float: left;
	margin-right: 36px;
	margin-bottom: 50px;
}
#content .shop,#content .ev_sc {
	float: right;
	margin-bottom: 50px;
	margin-right: 0;
}
#content .blog {
	clear: both;
}

#sub.news #content .blog {
	width: 1000px;
	margin-bottom: 50px;
}
#sub.news #content .listBox ul {
	width: 1033px;
	overflow: hidden;
}
#sub #content .blog {
	width: 742px;
	float: right;
	margin-bottom: 50px;
}
#sub #content .listBox ul {
	width: 775px;
	overflow: hidden;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#sub #content .listBox ul li {
	width: 225px;
	float: left;
	margin-right: 33px;
	margin-bottom: 20px;
}
#sub #content .btn-blogcate {
	width: 230px;
	float: right;
}
#sub #content .btn-blogcate .archiveArea {
	margin-bottom: 20px;
}
#sub #content .btn-blogcate .archiveArea select {
	height: 40px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 100%;
	padding: 7px;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #000;
}
#sub #content .btn-blogcate .old-blog {
	text-align: center;
}
#sub #content .btn-blogcate .old-blog a {
	font-size: 114%;
	line-height: 0.9em;
	display: block;
	color: #000;
	text-align: center;
	padding: 10px 0;/*border: 2px solid #000;*/
}
#sub #content .btn-blogcate .old-blog a i {
	transition: all .5s;
	font-size: 85%;
}
#sub #content .btn-blogcate .old-blog a:hover i {
	transform: translate(0, 5px);
	-webkit-transform: translate(0, 5px);
}
#content .os {
	width: 1000px;
	margin-bottom: 10px;
}
#content .listBox ul {
	width: 1033px;
	overflow: hidden;
}
#content .listBox ul li {
	width: 225px;
	float: left;
	margin-right: 33px;
	margin-bottom: 20px;
}
#content .listBox ul li dl dd.thumb {
	width: 225px;
	height: 226px;
	overflow: hidden;
	margin-bottom: 10px;
}
#content .listBox ul li dl dd.thumb img {
	height: 100%;
	width: auto;
}
#content .listBox ul li dl dd.date {
	font-style: italic;
	font-size: 85%;
	line-height: 0.9em;
	margin-bottom: 3px;
}
#content .listBox ul li dl dd.title {
	font-size: 85%;
}
#content .illust {
	height: 135px;
	width: 100%;
	background: url(../img/illust-chair01.jpg) no-repeat right top;
}
footer {
	padding-bottom: 50px;
	clear: both;
}
footer .leftArea {
	width: 50%;
	float: left;
	font-size: 71%;
	line-height: 1.7em;
}
footer .leftArea .logo {
	float: left;
	margin-right: 20px;
}
footer .leftArea .copy {
	padding-top: 5px;
}
footer .leftArea address {
	font-weight: bold;
	font-style: normal !important;
}
footer .rightArea {
	float: right;
	width: 50%;
	font-size: 78%;
	padding-top: 20px;
}
footer .rightArea ul li {
	float: right;
	margin-left: 30px;
}
footer .rightArea ul li a {
	position: relative;
	display: inline-block;
	transition: .3s;
}
footer .rightArea ul li a:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #000;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
footer .rightArea ul li a:hover::after {
	width: 100%;
}
.space {
	margin-bottom: 100px;
}
/*inview-action*/
 /*----- 上へスライド -----*/
.inviewUp {
	opacity: 0;
	transform: translate(20px, -40px);
	-webkit-transform: translate(20px, -40px);
	transition: .8s;
}
.Up {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/*----- ズームイン -----*/
.inviewzoomIn {
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transition: .8s;
}
.zoomIn {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	transition: .8s;
}
.fadeInUp {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/*sub_common*/
#sub .pageTitle {
	height: 280px;
	margin-bottom: 15px;
}
#sub .pageTitle h2 {
	padding-top: 80px;
	font-size: 5em !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-align: center;/*ソリッド*/
	/*text-shadow:#f1f1f1 1px 1px 0px, #f1f1f1 -1px 1px 0px,
             #f1f1f1 1px -1px 0px, #f1f1f1 -1px -1px 0px;*/
	/*外光*/
	/*text-shadow: 0 0 15px #CDCDCD;*/
}
#sub .page_dscrpt {
	padding-top: 20px;
	margin-bottom: 50px;
	position: relative;
}
#sub h3 {
	text-align: center;
	font-size: 114%;
	margin-bottom: 20px;
}
#sub h4 {
	padding: 13px 0;
	font-size: 149%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
	position: relative;
}
#sub h4 span {
	position: absolute;
	font-size: 65%;
	text-align: right;
	right: 15px;
	padding-top: 5px;
}
#sub.blog h4 {
	font-size: 114%;
}
#sub.blog h4 span {
	font-size: 85%;
}
#sub.blog h5 {
	padding: 10px 0;
	text-align: center;
	background: #224d2f;
	color: #fff;
	margin-bottom: 15px;
}
#sub h5 {
	font-size: 107%;
	margin-bottom: 5px;
}
#sub .page_dscrpt .text p {
	text-align: center;
	font-size: 90%;
	line-height: 2.3em;
}
#sub .illusut div {
	position: absolute;
}
#sub article {
	margin-bottom: 80px;
}
#sub article.item {
	font-size: 85%;
}
#sub #content article.item.blogSec {
	width: 742px;
	float: right;
	margin-bottom: 50px;
}
#sub #content .btn-blogcate {
	width: 230px;
	margin-right: 28px;
	float: left;
}
#sub #content .btn-blogcate .archiveArea {
	margin-bottom: 10px;
}
#sub #content .btn-blogcate .archiveArea select {
	height: 40px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 100%;
	padding: 7px;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #000;
}
#sub #content .btn-blogcate .old-blog {
	text-align: center;
}
#sub #content .btn-blogcate .old-blog a {
	font-size: 100%;
	line-height: 0.9em;
	display: block;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	background: #224d2f;
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;/*border: 2px solid #000;*/
}
#sub #content .btn-blogcate .old-blog a i {
	transition: all .5s;
	font-size: 85%;
}
#sub #content .btn-blogcate .old-blog a:hover i {
	transform: translate(0, 5px);
	-webkit-transform: translate(0, 5px);
}
#sub table.table01 {
	width: 100%;
	font-size: 85%;
	margin-bottom: 30px;
}
#sub table.table01 tr {
	border-bottom: 1px solid #e8ecec;
}
#sub table.table01 tr:last-child {
	border: none;
}
#sub table.table01 th {
	border-right: 1px solid #e8ecec;
	text-align: center;
	font-weight: normal;
	background: #e1dbb0;
	padding: 18px 0;
}
#sub table.table01 th:last-child {
	border: none;
}
#sub table.table01 td {
	border-right: 1px solid #e8ecec;
	text-align: center;
	background: #fff;
	padding: 18px 0;
}
#sub table.table01 td:last-child {
	border: none;
}
#sub table.table02 {
	width: 100%;
	font-size: 85%;
	margin-bottom: 15px;
}
#sub table.table02 tr {
	border-bottom: 1px solid #e8ecec;
}
#sub table.table02 tr:last-child {
	border: none;
}
#sub table.table02 th {
	border-right: 1px solid #e8ecec;
	text-align: center;
	font-weight: normal;
	background: #e1dbb0;
	padding: 12px 0;
}
#sub table.table01 th:last-child {
	border: none;
}
#sub table.table02 td {
	border-right: 1px solid #e8ecec;
	text-align: center;
	background: #fff;
	padding: 12px 0;
}
#sub table.table02 td:last-child {
	border: none;
}
/*about*/
#sub.about .pageTitle {
	background: url(../img/about/bg_title_about.jpg) no-repeat 0 0;
}
#sub.about .illusut .position01 {
	left: 20px;
	top: 30px;
}
#sub.about .illusut .position02 {
	left: 150px;
	top: 160px;
}
#sub.about .illusut .position03 {
	right: 100px;
	top: 50px;
}
#sub.about .illusut .position04 {
	right: 50px;
	top: 150px;
}
#sub.about .linkArea {
	width: 100%;
	margin-bottom: 100px;
	overflow: hidden;
}
#sub.about .linkArea ul {
	overflow: hidden;
	width: 1005px;
}
#sub.about .linkArea ul li {
	width: 330px;
	height: 200px;
	float: left;
	margin: 0 5px 15px 0;
}
#sub.about .linkArea ul li.btn-repair {
	background: url(../img/about/btn-repair.jpg) no-repeat 0 0;
}
#sub.about .linkArea ul li.btn-shop {
	background: url(../img/about/btn-shop.jpg) no-repeat 0 0;
}
#sub.about .linkArea ul li.btn-blog {
	background: url(../img/about/btn-access.jpg) no-repeat 0 0;
}
#sub.about .linkArea ul li a {
	text-align: center;
	width: 330px;
	height: 140px;
	padding-top: 60px;
	color: #fff;
	display: block;
	background: rgba(0,0,0,0.30);
	font-size: 92%;
	line-height: 2.1em;
}
#sub.about .linkArea ul li a:hover {
	background: rgba(0,0,0,0.50);
}
#sub.about .linkArea ul li a span {
	font-family: 'Montserrat', sans-serif;
	/*font-weight: bold;*/
	font-size: 220%;
	letter-spacing: 0.2em;
	margin-bottom: 0;
}
#sub.about .linkArea ul li a i {
	transition: all .5s;
}
#sub.about .linkArea ul li a:hover i {
	transform: translate(0, 7px);
	-webkit-transform: translate(0, 7px);
}
/*repair*/
#sub.repair .pageTitle {
	background: url(../img/repair/bg_title_repair.jpg) no-repeat 0 0;
}
#sub.repair .illusut .position01 {
	left: 80px;
	top: 0;
}
#sub.repair .illusut .position02 {
	left: 100px;
	top: 160px;
}
#sub.repair .illusut .position03 {
	right: 100px;
	top: 50px;
}
#sub.repair .hajimeni {
	background: url(../img/repair/bg-hajimeni.jpg) no-repeat 0 0;
	width: 900px;
	height: 475px;
	padding: 205px 50px 0;
	color: #fff;
}
#sub.repair .hajimeni h3 {
	text-align: left;
	font-size: 142%;
	margin-bottom: 10px;
	height: 30px;
	background: url(../img/repair/img-hajimeni.png) no-repeat 80px 0;
	padding-top: 35px;
}
#sub.repair .hajimeni .text {
	margin-bottom: 20px;
	font-size: 85%;
	line-height: 2.3em;
	width: 55%;
	float: left;
}
#sub.repair .hajimeni .text.caution {
	font-size: 78%;
	line-height: 1.8em;
	float: left;
	clear: both;
}
#sub.repair .hajimeni .fr-logo {
	float: right;
	margin-top: -20px;
}
#sub.repair .repairType .text {
	font-size: 92%;
	margin-bottom: 40px;
}
#sub.repair .repairType .type {
	overflow: hidden;
	margin-bottom: 30px;
}
#sub.repair .repairType .type ul li {
	font-size: 114%;
	text-align: center;
	padding: 20px 0;
	width: 218px;
	margin: 0 30px 30px 0;
	background: #e1dbb0;
	border: 1px solid #000;
	float: left;
}
#sub.repair .repairType .btn-repair {
	margin-bottom: 20px;
}
#sub.repair .repairType .btn-repair a {
	display: block;
	background: #224d2f;
	color: #fff;
	font-size: 107%;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#sub.repair .repairType .btn-repair a:hover {
	background: #636363;
}
#sub.repair .repairType .underLine {
}
#sub.repair .flow .box {
	position: relative;
	margin-bottom: 80px;
}
#sub.repair .flow .box:after {
	border-top: 45px solid #fff;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
	content: "";
	position: absolute;
	bottom: -65px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
	left: 50%;/* 中央寄せに使用 */
	margin-left: -90px; /* 中央寄せに使用 */
}
#sub.repair .flow .none:after {
	border: none !important; /* 最後のボックスだけ三角形を表示しない */
}
#sub.repair .flow .box .imgFlow {
	position: absolute;
}
#sub.repair .flow .box .imgFlow.item01 {
	bottom: -40px;
	right: 50px;
}
#sub.repair .flow .box .imgFlow.item02 {
	bottom: -30px;
	right: 60px;
}
#sub.repair .flow .box h5 {
	font-size: 122%;
	padding: 15px 20px;
	margin: 0;
	background: #e1dbb0;

}
#sub.repair .flow .box h5 span {
	float: right;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 143%;
	margin-top: -5px;
}
#sub.repair .flow .box .bg_white {
	background: #fff;
	padding: 35px 50px;
}
#sub.repair .flow .box .inner {
	width: 250px;
	float: left;
	margin-right: 75px;
}
#sub.repair .flow .box .inner:last-child {
	margin-right: 0;
}
#sub.repair .flow .box .inner h6 {
	text-align: center;
	font-size: 122%;
	margin-bottom: 10px;
}
#sub.repair .flow .box p.text {
	font-size: 85%;
	line-height: 1.8em;
}
#sub.repair .flow .box .inner p.text {
	height: 190px;
}
#sub.repair .flow .box .inner .btn a {
	display: block;
	background: #224d2f;
	color: #fff;
	font-size: 107%;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#sub.repair .flow .box .inner .btn a:hover {
	background: #636363;
}
#sub.repair .flow .box .inner .tel {
	padding-top: 5px;
}
#sub.repair .flow .box .inner .tel a {
	text-align: center;
	display: block;
	font-size: 122%;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
#sub.repair .flow .box .inner .tel a span {
	font-size: 150%;
}
#sub.repair .delivery {
	width: 890px;
	padding: 50px;
	background: #fff;
	border: 5px solid #e1e1e1;
}
#sub.repair .delivery h3 {
	width: 260px;
	margin: 0 auto 30px;
	text-align: center !important;
	font-size: 156%;
	background: linear-gradient(transparent 85%, #e1dbb0 0%);
}
#sub.repair .delivery .text {
	font-size: 92%;
	text-align: center;
	margin-bottom: 40px;
}
#sub.repair .delivery .box {
	margin-bottom: 30px;
}
#sub.repair .delivery .box .nom {
	width: 50px;
	height: 100%;
	vertical-align: middle;
	font-size: 280%;
	padding: 40px 40px 40px 0;
	float: left;
	border-right: 2px solid #000;
	font-family: 'Montserrat', sans-serif;
}
#sub.repair .delivery .box .inner {
	width: 750px;
	float: right;
}
#sub.repair .delivery .box .inner .name {
	font-weight: bold;
	font-size: 114%;
	margin-bottom: 10px;
}
#sub.repair .delivery .box .inner .dscrpt {
	font-size: 92%;
	line-height: 1.6em;
}
#sub.repair .delivery .box .inner .dscrpt a {
	padding: 0 .3em;
	background-image: linear-gradient(rgba(220,220,220,1.00) 50%, rgba(130,45,36,1.00) 50%);
	background-position: 0 0;
	background-size: auto 200%;
	transition: .3s;
}
#sub.repair .delivery .box .inner .dscrpt a:hover {
	background-position: 0 100%;
	color: #fff;
}
/*price*/
#sub.price .pageTitle {
	background: url(../img/price/bg_title_price.jpg) no-repeat 0 0;
}
#sub.price .page_dscrpt .pageLink {
	width: 840px;
	margin: 0 auto;
}
#sub.price .page_dscrpt .pageLink ul li {
	float: left;
	margin-right: 47px;
}
#sub.price .page_dscrpt .pageLink ul li a {
	display: block;
}
#sub.price .page_dscrpt .pageLink ul li a {
	font-weight: bold;
	font-size: 92%;
	vertical-align: middle;
	width: 150px;
}
#sub.price .page_dscrpt .pageLink ul li.long a {
	width: 200px;
}
#sub.price .page_dscrpt .pageLink ul li a img {
	margin-right: 5px;
	float: left;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
#sub.price .page_dscrpt .pageLink ul li a:hover img {
	transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
}
#sub.price .page_dscrpt .pageLink ul li a p {
	padding-top: 13px;
}
#sub.price article .text {
	font-size: 85%;
	line-height: 2.0em;
	margin-bottom: 30px;
}
#sub.price .inner h5 {
	position: relative;
	padding: .75em 1em 0 20px;
	margin-bottom: 5px;
}
#sub.price .inner h5::after {
	position: absolute;
	top: 1em;
	left: 0;
	z-index: 2;
	content: '';
	width: 10px;
	height: 10px;
	border: 3px solid #000;
	border-radius: 100%
}
#sub.price .inner .subText {
	font-size: 85%;
	margin-bottom: 15px;
	line-height: 1.7em;
}
#sub.price .takeOver .leftArea {
	width: 50%;
	float: left;
}
#sub.price .takeOver .leftArea p {
	padding-right: 40px;
}
#sub.price .takeOver .leftArea p a {
	padding: 0 .3em;
	background-image: linear-gradient(rgba(208,208,208,1.00) 50%, rgba(0,0,0,1.00) 50%);
	background-position: 0 0;
	background-size: auto 200%;
	transition: .3s;
}
#sub.price .takeOver .leftArea p a:hover {
	background-position: 0 100%;
	color: #fff;
}
#sub.price .takeOver .rightArea {
	width: 50%;
	float: right;
}
#sub.price .other .otherItem ul {
	width: 1030px;
	overflow: hidden;
}
#sub.price .other .otherItem li {
	width: 225px;
	float: left;
	text-align: center;
	margin: 0 30px 15px 0;
}
#sub.price .other .otherItem li img {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}
/*shop*/
#sub.shop .pageTitle {
	background: url(../img/shop/bg_title_shop.jpg) no-repeat 0 0;
}
#sub.shop .illusut .position01 {
	left: 180px;
	top: 10px;
}
#sub.shop .illusut .position02 {
	left: 120px;
	top: 120px;
}
#sub.shop .illusut .position03 {
	right: 190px;
	top: 40px;
}
#sub.shop .illusut .position04 {
	right: 150px;
	top: 120px;
}
#sub.shop .page_dscrpt .text {
	margin-bottom: 20px;
}
#sub.shop .page_dscrpt .text p.telArea a {
	display: block;
	font-size: 184%;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
#sub.shop .page_dscrpt .text p.telArea a span {
	font-size: 180%;
}
#sub.shop .page_dscrpt .btn-black {
	width: 300px;
	margin: 0 auto 30px;
}
#sub.shop .page_dscrpt .btn-black a {
	text-align: center;
	display: block;
	background: #000;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#sub.shop .page_dscrpt .btn-black a:hover {
	background: #636363;
}
#sub.shop .imgArea {
	margin-bottom: 80px;
}
#sub.shop .imgArea ul li {
	float: left;
	margin: 0;
}
#sub.shop .accessMap {
	margin-bottom: 100px;
}
#sub.shop .accessMap .leftArea {
	width: 48%;
	float: left;
	margin-right: 2%;
}
#sub.shop .accessMap .rightArea {
	width: 48%;
	float: right;
	margin-left: 2%;
}
#sub.shop .accessMap .leftArea p.text {
	font-size: 95%;
	line-height: 1.7em;
	margin-bottom: 20px;
}
#sub.shop .accessMap #map {
	width: 100%;
	height: 390px;
}
/*onlinestore-index*/
#sub.onlinestore .pageTitle {
	background: url(../img/onlinestore/bg_title_oS-index.jpg) no-repeat 0 0;
}
#sub.onlinestore .product {
	width: 1032px;
	overflow: hidden;
}
#sub.onlinestore .product .box {
	float: left;
	background: #fff;
	margin: 0 31px 32px 0;
	width: 206px;
	padding: 10px;
}
#sub.onlinestore .product .box dl dt {
	width: 206px;
	height: 165px;
	overflow: hidden;
	margin-bottom: 20px;
}
#sub.onlinestore .product .box dl dt img {
	width: 100%;
	height: auto;
}
#sub.onlinestore .product .box dl dd {
	font-size: 85%;
	text-align: center;
	line-height: 1.4em;
	height: 50px;
}
/*onlinestore-single*/
#bx-pager {
	display: table;
	width: 100%;
}
#bx-pager > a {
	display: table-cell;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
}
#bx-pager > a:last-child {
	border-right: none;
}
#bx-pager img {
	display: block;
	width: 100%;
}
#sub.onlinestore .prdct_single .leftArea {
	width: 45%;
	float: left;
}
#sub.onlinestore .prdct_single .leftArea .bx-wrapper .bx-controls .bx-controls-direction {
	display: none;
}
#sub.onlinestore .prdct_single .leftArea .bx-wrapper {
	overflow: hidden;
	width: 480px !important;
	height: 300pxa;
}
#sub.onlinestore .prdct_single .leftArea .bx-wrapper img {
	width: 450px;
	height: auto;
}
#sub.onlinestore .prdct_single .leftArea #bx-pager a img {
	opacity: 0.6;
	filter: alpha(opacity=50);
}
#sub.onlinestore .prdct_single .leftArea #bx-pager a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#sub.onlinestore .prdct_single .rightArea {
	width: 50%;
	float: right;
}
#sub.onlinestore .prdct_single .rightArea .inner {
	font-size: 85%;
	line-height: 1.8em;
}
#sub.onlinestore .prdct_single .rightArea .inner .text {
	margin-bottom: 15px;
}
#sub.onlinestore .prdct_single .rightArea .inner h5 {
	margin-bottom: 0;
	font-size: 95%;
}
/*カート*/
.formArea {
	font-size: 92%;
}
.formArea form input, .formArea form button, .formArea form textarea, .formArea form select {
	height: 40px;
	margin: 5px auto;
	padding: 10px 20px;
	background: #fff;
	/*border: none;*/
	border-radius: 0;
	outline: none;
	color: #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.formArea form input.btnWhite {
	padding: 0px 10px;
}
.formArea form .select option {
	padding: 20px;
}
.formArea form input:focus {
	border: solid 2px #000;
}
.formArea form input.btn {
	display: block;
	background: #000;
	color: #fff;
	font-size: 107%;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	height: 54px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.formArea form input.btn:hover {
	background: #636363;
}
.formArea .btnArea {
	width: 70%;
	margin: 0 auto;
}
.formArea .btnArea input.btnMini {
	width: 45%;
	margin-right: 10px;
	float: left;
	display: block;
	background: #000;
	color: #fff;
	font-size: 85%;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.formArea input.btnMini:hover, .formArea form input[type="button"]:hover, .formArea form input[type="submit"]:hover {
	background: #636363;
	outline: none;
}
.formArea input[type="text"], .formArea input[type="submit"], .formArea textarea {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #A6A6A6;
}
.formArea input[type="text"]:focus, .formArea textarea:focus, .formArea submit:focus {
	box-shadow: 0 0 7px #A6A6A6;
	border: 1px solid #A6A6A6;
}
.formArea table {
	font-size: 92%;
}
.formArea .tableCart tr {
	border: 1px solid #A6A6A6;
}
.formArea .tableCart td {
	padding: 10px;
	border-right: 1px solid #A6A6A6;
	background: #F8F8F8;
}
.formArea .tableCart td:last-child {
	border-right: none;
}
.formArea .tableCart .gray {
	background: #666 !important;
}
.formArea .tableCart .gray select {
	border: 1px solid #A6A6A6;
}
#sub.onlinestore .hanbai {
	width: 850px;
	padding: 50px 70px 50px;
	background: #fff;
	border: 5px solid #e1e1e1;
}
#sub.onlinestore .hanbai h3 {
	width: 260px;
	margin: 0 auto 50px;
	text-align: center !important;
	font-size: 156%;
	background: linear-gradient(transparent 85%, #e1dbb0 0%);
}
#sub.onlinestore .hanbai ul li {
	font-size: 85%;
	list-style: disc;
	margin-bottom: 8px;
}
/*blog*/
#sub.blog .pageTitle {
	background: url(../img/blog/bg_title_blog.jpg) no-repeat 0 0;
}
#sub.blog .item .dateArea {
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}
#sub.blog .item img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}
#sub.blog .item img.alignleft {
	float: left;
	margin: 0 15px 5px 0;
}
#sub.blog .item img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sub.blog .item img.alignnone {
	margin: 5px 0 5px 0;
}
#sub.blog .btn-blogcate {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}
#sub.blog .btn-blogcate h5 {
	padding: 10px 0;
	text-align: center;
	background: none;
	color: #000;
	border: 2px solid #000;
	margin-bottom: 15px;
}
#sub.blog .btn-blogcate ul {
	width: 1033px;
	overflow: hidden;
}
#sub.blog .btn-blogcate ul li {
	float: left;
	width: 480px;
	margin: 0 33px 0 0;
	text-align: center;
	border-radius: 5px;
}
#sub.blog .btn-blogcate ul li.blogShop {
/*background:url(../img/blog/bg_blog-shop.jpg) no-repeat 0 0;
	-moz-background-size:cover;
	background-size:cover;*/
}
#sub.blog .btn-blogcate ul li.blogRepair {
/*background:url(../img/blog/bg_blog-repair.jpg) no-repeat 0 0;
	-moz-background-size:cover;
	background-size:cover;*/
}
/*ページャー*/
#sub.blog .pagenate {
	width: 742px;
	float: right;
}
#sub.blog .pagenate a {
	background: #224d2f;
	color: #fff;
}
#sub.blog .pagenate a:hover {
	background: #ccc;
	color: #000;
}
#sub.blog .pagenate span {
	background: #ccc;
	color: #000;
}
#sub.blog .pagenate a, #sub.blog .pagenate span {
	padding: 6px 12px;
	float: left;
	margin: 0 10px 10px 0;
}
#sub.blog .btn-blogcate ul li a {
	font-size: 114%;
	line-height: 0.9em;
	display: block;
	/*    background: rgba(0,0,0,0.30);*/
	color: #000;
	text-align: center;
	width: 100%;
	padding: 17px 0 10px;
	border: 2px solid #000;
}
#sub.blog .btn-blogcate ul li a i {
	transition: all .5s;
	font-size: 85%;
}
#sub.blog .btn-blogcate ul li a:hover i {
	transform: translate(0, 5px);
	-webkit-transform: translate(0, 5px);
}
#sub #prevnext {
	clear: both;
	margin: 0 auto 50px;
	;
	width: 40%;
}
#sub #prevnext a {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
}
#sub #prevnext a:hover {
	background: #636363;
}
#prevnext #prevBtn {
	color: #fff;
	float: left;
	background: #224d2f;
	padding: 2px 30px;
}
#prevnext #nextBtn {
	color: #fff;
	float: right;
	background: #224d2f;
	padding: 2px 30px;
}
/*legal*/
#sub.legal .pageTitle {
	background: url(../img/legal/bg_title_legal.jpg) no-repeat 0 0;
}
/*privacypolicy*/
#sub.privacypolicy .pageTitle h2 {
	letter-spacing: 0.1em;
}
#sub.privacypolicy .pageTitle {
	background: url(../img/privacypolicy/bg_title_privacypolicy.jpg) no-repeat 0 0;
}
#sub.privacypolicy .inner .text {
	margin-bottom: 50px;
}
/*news*/
#sub.news .pageTitle {
	background: url(../img/news/bg_title_news.jpg) no-repeat 0 0;
}
#sub.news .item img {
	max-width: 1000px;
	height: auto;
}
#sub.news .item img.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
#sub.news .item img.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
#sub.news .item img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
#sub.news .item img.alignnone {
	margin: 15px 0 15px 0;
}
/*contact*/
#sub.contact .pageTitle {
	background: url(../img/contact/bg_title_contact.jpg) no-repeat 0 0;
}
#sub.contact .conForm dl {
	width: 80%;
	margin: 0 auto;
	font-size: 92%;
	vertical-align: middle;
}
#sub.contact .conForm dl dt {
	padding: 2%;
	width: 26%;
	float: left;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
}
#sub.contact .conForm dl dt span {
	font-size: 79%;
	color: red;
}
#sub.contact .conForm dl dt span.small {
	color: #000;
}
#sub.contact .conForm dl dd {
	padding: 2%;
	width: 66%;
	float: right;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
#sub.contact .conForm dl dd span.caution {
	font-size: 85%;
	padding-left: 10px;
}
#sub.contact .conForm dl dd input, #sub.contact .conForm dl dd textarea {
	font-size: 114%;
	padding: 7px;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: none;
}
#sub.contact .conForm dl dd input.short {
	width: 60%;
}
#sub.contact .conForm dl dd .wpcf7c-conf {
	background-color: #FFFADF;
}
#sub.contact .conForm .btnArea {
	padding-top: 30px;
	width: 50%;
	margin: 0 auto;
}
#sub.contact .conForm .btn {
	text-align: center;
}
#sub.contact .conForm .btn input {
	font-size: 107%;
	text-align: center;
	background: #224d2f;
	color: #fff;
	margin: 0 auto;
	padding: 15px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: none;
}
#sub.contact .conForm .btn input.check {
	clear: both;
	width: 28%;
}
#sub.contact .conForm .btn input.back {
	width: 35%;
	float: left;
}
#sub.contact .conForm .btn input.send {
	width: 35%;
	float: right;
}
#sub.contact .conForm input:focus, #sub.contact .conForm textarea:focus {
	box-shadow: 0 0 7px #A6A6A6;
	border: 1px solid #A6A6A6;
}

#sub.contact .toRepair {
	margin-bottom: 50px;
}
#sub.contact .toRepair h5 {
    font-size: 122%;
    padding: 15px 20px;
    margin: 0;
    background: #e1dbb0;
	text-align: center;
}
#sub.contact .toRepair .innerArea {
    background: #fff;
    padding: 35px 50px;
}
#sub.contact .toRepair .innerArea .left {
	width: 65%;
	float: left;
}
#sub.contact .toRepair .innerArea .left p {
	font-size: 14px;
	line-height: 2.1em;
	text-align: center;
}
#sub.contact .toRepair .innerArea .right {
	width: 30%;
	float: right;
}
#sub.contact .toRepair .innerArea .right a {
	display: block;
	margin-bottom: 10px;
	padding: 5px 0;
    font-size: 15px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border: 2px solid #224d2f;
	text-align: center;
}
#sub.contact .toRepair .innerArea .right a:first-child {
	background: #fff;
	color: #333;
}
#sub.contact .toRepair .innerArea .right a:first-child:hover {
	background: #636363;
	color: #fff;
	border: 2px solid #636363;
}
#sub.contact .toRepair .innerArea .right a:last-child {
	background: #224d2f;
	color: #fff;
}
#sub.contact .toRepair .innerArea .right a:last-child:hover {
	background: #636363;
	border: 2px solid #636363;
}
	
	
}
