@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
}
body {
	font-size: 14px;
	line-height: 1.6;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	/*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #222;
}
a {
	color: #968547;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #968547;
	text-decoration: underline;
}
/* use hover animation */
/*
a, a:hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
*/


/* Layout
------------------------------------------*/
body {
	min-width: 980px;
	text-align: center;
	background: url(/images/default/bg.jpg) repeat center 0;
}
body.home {
}
#container {
	overflow: hidden;
}
#content-inner {
	margin: 0 auto;
	padding-bottom: 60px;
	width: 980px;
}
#main {
	text-align: left;
}
.home #content-inner,
.home #main {
	width: 100%;
	padding: 0;
}

.template-type-blog #main{
	float: right;
	width: 710px;
}

.entry {
	margin: 0 0 20px 0;
}
.entry-content {
}



/* header
------------------------------------------*/
#header {
	margin: 0 0 0 0;
	background: url(/images/default/header-bg.jpg) repeat center bottom;
}
#header-inner {
	background: url(/images/default/header-bg.png) repeat-x center 0;
}
#header-inner2 {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 120px;
	z-index: 1000;
}
.site-description {
	position: absolute;
	top: 0px;
	left: 155px;
	height: 40px;
	line-height: 40px;
	font-size: 10px;
	color: #2b1301;
}
.header-logo {
	position: absolute;
	top: 3px;
	left: -1px;
	width: 145px;
}
.header-tel {
	position: absolute;
	top: 0px;
	right: 229px;
}
.header-mail{
	position: absolute;
	top: 7px;
	right: 188px;
}

.header-nav{
	position: absolute;
	top: 5px;
	right: -10px;
	display: flex;
}
.header-nav > li {
  position: relative;
}
.header-nav > li a {
	display: flex;
	align-items: center;
	margin: 0 10px;
	padding: 5px 0 0 0;
	height: 100%;
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
	color: #692e2e;
	text-decoration: none;
	transition: all .3s ease;
	&:hover{
		opacity: 0.7;
	}
}
.header-nav > li a span {
	margin-left: 5px;
	padding-top: 1px;
	font-size: 11px;
	font-weight: bold;
	color: #2b1301;
}


/*
.header-shop{
	position: absolute;
	top: 0px;
	right: -10px;
}
.header-shop li{float: left;}
.header-search{
	position: absolute;
	top: 65px;
	right: 0px;
}
 */
.gnav {
	position: absolute;
	top: 54px;
	right: -10px;
}

/* droppy */
.gnav-list { position: relative; text-align: left; zoom: 1; }
.gnav-list li { float: left; display: block; position: relative; z-index: 1000; }
.gnav-list ul { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: #444; }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: #fff; font-size: 11px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #222; }
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }



/* mainimage
------------------------------------------*/
/* 横スライド用css
.slideshow .slick-list {
	overflow: visible;
}
*/

#mainimage {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
#mainimage-inner {
	margin: 0 auto;
	width: 980px;
}

/* slideshow */
.slideshow {
	margin: 0 -470px;
}
.slideshow .slick-slide {
}
.slideshow .slick-slide img {
	width: 100%;
}

/* main
------------------------------------------*/
.main-news {
	margin: 0 0 56px;
	padding: 14px 0;
	background: #fff;
	border-bottom: 1px #f4f0ee solid;
}
.main-news-inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.main-news-title {
	float: left;
	width: 198px;
	margin-left: -1px;
}
.main-news-list {
	float: right;
	width: 745px;
}
.main-news-list-item {
	height: 32px;
	line-height: 32px;
}
.main-news-list-date {
	margin: 0 20px 0 0;
	color: #929292;
}
.main-news-list-item a {
	color: inherit;
}
.news-more{
	position: absolute;
	top: 3px;
	right: 0;
}

.main-pick {
	width: 980px;
	margin: 0 auto 32px;
}
.main-pick-inner {
	margin: 0 auto;
}
.main-pick-title {
	margin-bottom: 28px;
	text-align: center;
}
.main-pick ul{}
.main-pick li{
	position: relative;
	float: left;
	width: 478px;
	margin-bottom: 24px;
	padding: 10px;
	border: 1px #dfd6d2 solid;
	background: #f9f7f6;
}
.main-pick li:nth-child(even){float: right;}
.main-pick-text {
	padding: 11px 4px 3px;
}
.main-pick li a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-pick li a:hover{
	background-color: rgba(255, 255, 255, 0.3);
}
.main-pick .pick-label{
	position: absolute;
	top: -1px;
	right: -2px;
}


.main-newitems {
	width: 980px;
	margin: 0 auto 55px;
}
.main-newitems h2{
	margin-bottom: 27px;
	text-align: center;
}
.main-newitems-list{
	margin: 0 -10px;
}
.main-newitems-list .slick-slide {
	width: 250px;
	padding: 0 10px;
}
.main-newitems-img {
	position: relative;
	margin: 0 0 15px;
	padding: 4px;
	border: 1px #dfd6d2 solid;
	background: #fff;
	& a{
		display: block;
	}
	& img{
		width: 220px;
		height: 198px;
		object-fit: cover;
	}
}
.main-newitems-text a {
	color: inherit;
}
.main-newitems-price {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px #a7948a dotted;
	text-align: right;
	font-weight: bold;
	color: #222;
}
.main-newitems-price .tax{
	font-size: 11px;
}

/* arrows */
.main-newitems  .slick-arrow,
.main-newitems  .slick-arrow::before {
	width: 52px;
	height: 52px;
}
.main-newitems  .slick-arrow {
	position: absolute;
	top: 94px;
}
.main-newitems  .slick-arrow.slick-prev {
	left: -66px;
}
.main-newitems  .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/newitems-prev.png) no-repeat center center;
}
.main-newitems  .slick-arrow.slick-next {
	right: -66px;
}
.main-newitems  .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/newitems-next.png) no-repeat center center;
}


.main-cat {
	width: 980px;
	margin: 0 auto 38px;
	padding-top: 56px;
	background: url(/images/default/cat-bgt.png) no-repeat center 0;
}
.main-cat.main-cat2{
	margin-bottom: 88px;
}
.main-cat-inner {
	margin: 0 auto;
	padding-bottom: 48px;
	background: url(/images/default/cat-bgb.png) no-repeat center bottom;
}
.main-cat-title {
	margin-bottom: 38px;
	text-align: center;
}
.main-cat1 ul{
	margin: 0 -11px;
}
.main-cat li{
	position: relative;
	float: left;
	border: 1px #dfd6d2 solid;
}
.main-cat1 li{
	padding: 4px;
	width: 312px;
	margin: 0 11px 12px;
	background: #fff url(/images/default/cat-li.png) no-repeat 297px center;
}
.main-cat-text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 14px 0 0 28px;
	text-align: center;
	line-height: 1.6;
	font-size: 13px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	color: #675000;
}
.main-cat-text strong{
	font-size: 18px;
	font-family: 'Quintessential', cursive;
	font-weight: normal;
	color: #3b2a21;
}
.main-cat li a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-cat li a:hover{
	background-color: rgba(255, 255, 255, 0.3);
}
.main-cat2 ul{
	margin: 0 -10px;
}
.main-cat2 li{
	padding: 1px;
	width: 230px;
	margin: 0 10px 12px;
	background: #fff url(/images/default/cat-li.png) no-repeat 213px center;
}
.main-cat2 .main-cat-img{
	position: relative;
	float: left;
	width: 105px;
}
.main-cat2 .main-cat-img::after{
	content:"";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background: linear-gradient(90deg, rgba(0,0,0,0) 70%, rgba(255,255,255,1) 87%);
}
.main-cat2 .main-cat-text{
	position: relative;
	padding-left: 90px;
	text-align: left;
	z-index: 8;
}

.main-insta {
	width: 980px;
	margin: 0 auto 63px;
}
.main-insta-inner {
	margin: 0 auto;
}
.main-insta-title {
	margin-bottom: 33px;
	text-align: center;
}
.insta-more{
	text-align: center;
	margin-top: 32px;
}
.blog-more img,
.insta-more img{
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.26);
}

.main-blog {
	width: 980px;
	margin: 0 auto 64px;
}
.main-blog {margin-bottom: 107px;}
.main-blog-title {
	margin: 0 0 32px;
	text-align: center;
}
.main-blog-inner {
}
.main-blog-list {
	margin: 0 -10px;
}
.main-blog-list-item {
	position: relative;
	float: left;
	width: 230px;
	margin: 0 10px;
}
.main-blog-list-img {
	width: 230px;
	height: 220px;
	margin-bottom: 12px;
	padding: 1px;
	border: 1px #dfd6d2 solid;
	background: #fff;
}
.blog-cat{
	position: absolute;
	top: 0;
	left: 0;
	min-width: 96px;
}
.blog-cat a{
	display: block;
	padding: 5px 25px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #999;
}
.blog-cat.cat-buying a{background: #57220a;}
.blog-cat.cat-maintenance a{background: #5c2063;}
.blog-cat.cat-repair a{background: #2f2d74;}
.main-blog-list-title {
	margin: 0 0 5px 0;
	overflow: hidden;
}
.main-blog-list-title a {
	color: inherit;
}
.main-blog-list-date {
	display: block;
	color: #909090;
}
.main-blog-list-text {
	font-size: 12px;
	overflow: hidden;
}
.blog-more{
	margin-top: 25px;
	text-align: center;
}
.blog-more ul{
	/*display: flex;*/
	justify-content: center;
	gap: 20px;
}

.blog-more ul li{
	padding-top: 14px;
}
.main-message {
	padding: 66px 0 70px;
	background: url(/images/default/message-bg.jpg) no-repeat center center / cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.main-message-inner {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
.main-message-title {
	margin-bottom: 30px;
}
.main-message-text {
	line-height: 2.2;
	color: #fff;
}
.main-message-more{
	margin-top: 50px;
	& ul{
		display: flex;
		justify-content: center;
		gap: 14px;
	}
	& li{
		box-shadow:0px 0px 6px 0px rgba(0,0,0,0.26);
	}
}



/* sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 240px;
	text-align: left;
}
.side-nav {
	margin: 0 0 20px 0;
}
.side-nav li a {
}
.side-nav-inner > ul > li > a {
	display: block;
	padding: 5px 5px 5px 20px;
	font-size: 13px;
	background: url(/images/default/side-nav-btn-bg.png) no-repeat 3px 50%;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
}
.side-nav-inner > ul > li > ul {
	padding: 10px;
}
.side-nav-inner > ul > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}
.side-about {
	margin: 20px 0;
	padding: 10px;
	color: #fff;
	font-size: 11px;
	background: #222;
}

.side-banner {
}
.side-banner ul {
}
.side-banner ul li {
	margin-bottom: 10px;
}


/* footer
------------------------------------------*/
.footer-gmap,
.footer-gmap iframe{
	height: 362px;
}

#footer {
	padding-top: 66px;
	background: url(/images/default/footer-bg.jpg) repeat center 0;
}
#footer-inner {
	position: relative;
	width: 820px;
	margin: 0 auto;
	padding-bottom: 45px;
	text-align: center;
	color: #fff;
}

.footer-cal{
	position: absolute;
	top: -25px;
	right: 168px;
	text-align: center;
}
.footer-cal h2{
	margin-bottom: 3px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.footer-logo{}
.footer-info{
	margin: 20px 0 30px;
}
.footer-mail{}
.footer-mail img{
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.26);
}
.footer-nav {
	margin-top: 40px;
	text-align: center;
	font-size: 0;
}
.footer-nav li {
	display: inline-block;
	margin: 0 20px;
}
.footer-nav li a {
	padding-left: 15px;
	font-size: 14px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #fff;
	background: url(/images/default/cat-li.png) no-repeat 0 center;
}
.footer-nav li ul {
	display: none;
}
.footer-copyright {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 12px;
	color: #ab9d9d;
	background: url(/images/default/copy-bg.png) repeat center 0;
}
.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10;
}



/* Lower
------------------------------------------*/
/* link color */
.breadcrumb a,
.entry-content a {
}

/* heading */
.page-title-wrap{
	background: url(/images/default/page-title-bg.jpg) no-repeat center 0;
}
.page-title {
	display: none;
	width: 980px;
	margin: 0 auto;
	padding: 33px 0;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.entry-content h2, .entry-title {
	margin: 0 0 20px;
	padding: 3px 0 17px 30px;
	font-size: 20px;
	font-weight: bold;
	background: url(/images/default/entry-title-bg.png) no-repeat 0 bottom;
}
.entry-content h2 {
	margin: 0 0 20px;
}
.entry-title a,
.entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	margin: 2.4rem 0 1.8rem 0;
	padding: 10px 12px;
	font-size: 18px;
	font-weight: bold;
	border-left: 4px solid #754f3a;
	background: #f6f6f6;
}
.entry-content h4, .h4 {
	margin: 1.8rem 0 1.4rem 0;
	padding: 0 0 0 18px;
	font-size: 16px;
	font-weight: bold;
	background: url(/images/default/h4.png) no-repeat 0 45%;
}
.entry-content h5, .h5 {
	font-weight: bold;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
}



/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {
	display: none;
}
.breadcrumb {
	text-align: right;
	padding: 0;
	margin: 10px 0 25px;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	color: #b69b32;
	padding: 0 2px 0 4px;
	content: '\f015';
	font-size: 11px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* common-nav
------------------------------------------*/
.common-nav-list li {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(186,186,186,0.5);
}
.common-nav-list li a {
	padding: 5px;
	font-size: 13px;
}


/* blog-nav
------------------------------------------*/
.blog-nav-group {
	float: left;
	width: 240px;
}
.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
}
.blog-nav-title {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 15px;
	font-weight: bold;
}
.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 2.5rem;
	font-size: 0.8rem;
	border-bottom: 1px solid #ddd;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 50%;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	margin-top: -6px;
	text-align: center;
	content: '\f105';
	font-size: 12px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.blog-nav-list li li a {
	padding-left: 3.5rem;
}
.blog-nav-list li li a::after {
	left: 2.25rem;
}
.blog-nav-list li li li a {
	padding-left: 4rem;
}


/* Gallery
------------------------------------------*/
/* archive */
.gallery-list {
}
.gallery-list-row {
}
.gallery-list-col {
	padding: 0 15px 15px;
}
.gallery-list-item {
}
.gallery-list-img {
	margin-bottom: 3px;
}
.gallery-list-title {
	font-size: 13px;
}

/* single */
.gallery-detail {
	padding: 0 15px 15px 15px;
	text-align: center;
}
.gallery-detail-row {
}
.gallery-detail-col {
}
.gallery-detail-main {
}
.gallery-detail-sub {
}
.gallery-detail-sub li {
	padding: 0 5px 10px;
}

/* before-after */
.ba-detail {
	padding: 0 10px 20px;
}
.ba-detail-main {
	display: table;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after {
	display: table-cell;
	width: 45%;
	text-align: center;
}
.ba-detail-arrow {
	display: table-cell;
	width: 10%;
	text-align: center;
	vertical-align: middle;
}
.ba-detail-arrow i {
	font-size: 30px;
}
.ba-detail-sub li {
	padding: 0 15px 15px;
}



/* Colors
------------------------------------------*/
/* btns */
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
	border-color: #a0892f;
	background-color: #a0892f;
	color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary {
	border-color: #a0892f;
	background-color: #fff;
	color: #444;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary {
	border-color: #202020;
	background-color: #fff;
	color: #202020;
}

/* pagination */
.page-link {
	border-color: #9e9e9e;
	color: #444;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover {
	border-color: #999999;
	background-color: #a0892f;
	color: #fff;
}
