@charset "utf-8";

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

/* Typography
------------------------------------------*/
/* html {
} */
/* body {
	font-size: 16px;
	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: #523725;
}
a {
	color: #F4B352;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #F4B352;
	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: 1200px;
	text-align: center;
	background: #fff;
}
body.home {
} */
#container {
	overflow: hidden;
	padding-top: 120px;
}
.home #container {
	padding: 0;
}
#content-inner {
	margin: 0 auto;
	padding-bottom: 60px;
	width: 1200px;
}
.home #content-inner {
	width: 100%;
	padding: 0;
}
#main {
	text-align: left;
}
.template-type-blog #main {
	float: right;
	width: 900px;
}

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


/* header
------------------------------------------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-top: 3px #5BA642 solid;
	background: rgba(255,255,255,.8);
	z-index: 1000;
}
#header-inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	height: 117px;
}
.site-description {
	position: absolute;
	top: 20px;
	left: 260px;
	width: 360px;
	text-align: left;
	font-size: 11px;
}
.header-logo {
	position: absolute;
	top: 11px;
	left: 0px;
}
.header-tel {
	position: absolute;
	top: 16px;
	right: 249px;
	text-align: right;
	font-size: 13px;
}
.header-tel p{
	margin-top: 5px;
	margin-right: -3px;
}
.header-mail {
	position: absolute;
	top: -3px;
	right: 0;
}
.header-link-sns {
	position: absolute;
	top: 77px;
	right: 0;
	display: flex;
}
.header-link{
	height: 30px;
	line-height: 30px;
	font-size: 15px;
}	
.header-link a{
	color: inherit;
	font-weight: bold;
	letter-spacing: 2px;
}
.header-link a::before{
	content: '\f105';
	color: #5BA642;
	padding-right: 5px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.header-sns{
	display: flex;
	margin-left: 10px;
}
.header-sns li{
	margin-left: 10px;
}

.gnav {
	position: absolute;
	bottom: 0;
	left: -23px;
}

/* droppy */
.gnav-list {
	position: relative; text-align: left; zoom: 1;
}
.gnav-list li { float: left; display: block;  z-index: 1000; }
.gnav-list > li > a{
	display: block;
	padding: 15px 14px;
	font-size: 16px;
	font-weight: bold;
	color: #3f2212;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.gnav-list > li > a:hover{
	opacity: 0.7;
}
.gnav-list > li > ul > li > a::before{
	content: '\f105';
	color: #5EB335;
	padding-right: 5px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.gnav-list > li ul { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(255,255,255,.9); }
.gnav-list > li ul li { float: none; }
/* .gnav-list > li li a { display: block; padding: 5px 10px; color: inherit; font-size: 11px; zoom: 1; }
.gnav-list > li li a:hover { text-decoration: none; background: #fff; } */
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }

.gnav-list > li ul.gnav-list1{
	top: 100%;
	left: calc(600px - 50vw);
	width: 104vw;
	padding: 30px calc(50vw - 600px);
	background: rgba(244,239,228,.9);
	text-align: center;
}
.gnav-list > li ul.gnav-list1 > li{
	display: inline-block;
	width: 220px;
	margin: 0 20px 20px 0;
}
.gnav-list1-img{
	width: 220px;
	height: 130px;
	margin-bottom: 10px;
	background: #eee;
}
.gnav-list1-img img{
	width: 220px;
	height: 130px;
	object-fit: cover;
}
.gnav-list1-img > a{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.gnav-list1-img > a:hover{
	background-color: rgba(255, 255, 255, 0.3);
}
.gnav-list > li ul .gnav-list1-img a{
	padding: 0;
}
.gnav-list1-img img{
	width: 220px;
	height: 130px;
	object-fit: cover;
}
.gnav-list > li ul.gnav-list1 > li > a{
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #523725;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.gnav-list > li ul.gnav-list1 > li > a::before{
	content:"";
}


/* main movie
------------------------------------------*/
.main-movie{
	position: relative;
	height: 100vh;
	& video{
		width: 100%;
		height: 100vh;
		object-fit: cover;
	}
	& a{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
		display: block;
		width: 100%;
		height: 100%;
		transition: all .3s ease;
		&:hover{
			background-color: rgba(255, 255, 255, 0.3);
		}
	}
}


/* mainimage
------------------------------------------*/
.slideshow .slick-list {
	overflow: visible;
}
#mainimage {
	position: relative;
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 40px 0;
	background: url(https://www.yeiwa.co.jp/images/default/p1-bg.jpg) repeat center 0;
}
#mainimage-inner {
	margin: 0 auto;
	width: 100%;
}

/* slideshow */
.slideshow {
}
.slideshow .slick-slide {
}
.slideshow .slick-slide.slick-current img {
	width: 100%;
	/*
	ファーストビューで収める時
	height: 100vh;
	object-fit: cover;
	*/
	animation: sample 8s infinite;
	animation-iteration-count: 1;
	transform: scale(1);
}
@keyframes sample {
from {
	opacity:0;
	transform:scale(1.05);
}
}



/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 60px;
	height: 60px;
}
.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -30px;
}
.slideshow .slick-arrow.slick-prev {
	left: -30px;
}
.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(https://www.yeiwa.co.jp/images/default/slideshow-prev.png) no-repeat center center;
}
.slideshow .slick-arrow.slick-next {
	right: -30px;
}
.slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(https://www.yeiwa.co.jp/images/default/slideshow-next.png) no-repeat center center;
}

/* dots */
.slideshow .slick-dotted {
	margin-bottom: 30px;
}
.slideshow .slick-dots {
	bottom: -30px;
}
.slideshow .slick-dots li {
}
.slideshow .slick-dots li button::before {
	color: #ccc;
}
.slideshow .slick-dots li button:hover::before,
.slideshow .slick-dots li button:focus::before,
.slideshow .slick-dots li.slick-active button::before {
	color: #5EB335;
}

/* main
------------------------------------------*/
.main-news {
	position: relative;
	width: 1200px;
	margin: 0 auto 61px;
	padding: 40px 20px;
	background: url(https://www.yeiwa.co.jp/images/default/news-bg.jpg) repeat center 0;
}
.main-news-inner {
}
.main-news-title {
	float: left;
	width: 163px;
	padding-top: 10px;
	padding-left: 12px;
}
.main-news-list {
	float: right;
	width: 920px;
}
.main-news-list-item {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}
.main-news-list-date {
	margin: 0 30px 0 0;
}
.main-news-list-date::before{
	content: '\f105';
	color: #5BA642;
	padding-right: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.main-news-list-item a {
	color: inherit;
}
.news-more{
	position: absolute;
	bottom: 40px;
	left: 35px;
}
.main-news .scroll-area,
.main-news .scroll-area .cs-bar,
.main-news .scroll-area .cs-bar-inner {
	height: 100px;
}
.main-news .scroll-area {
	position: relative;
	overflow: hidden;
}
.main-news .scroll-area .cs-content {
	padding: 0 20px 0 0;
}
.main-news .scroll-area .cs-bar {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	background: #eee;
}
.main-news .scroll-area .cs-bar-inner {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
}
.main-news .scroll-area .cs-drag {
	background: #aaa;
}

.main-ie{
	margin-bottom: 103px;
	padding: 100px 0 107px;
	background: url(https://www.yeiwa.co.jp/images/default/ie-bg.jpg) no-repeat center center / cover;
	color: #fff;
	text-align: center;
	line-height: 1.8;
	font-size: 16px;
}
.main-ie-inner{
	max-width: 800px;
	margin: 0 auto;
}
.main-ie-more{
	margin-top: 90px;
}

.main-blog {
	width: 1200px;
	margin: 0 auto 99px;
}
.main-blog-title {
	margin-bottom: 67px;
}
.main-blog-inner {
}
.main-blog-list{
	margin-right: -45px;
}
.home .main-blog-list {
	margin: 0;
	/* margin-left: -45px; */
}
.main-blog-list-item {
	position: relative;
	float: left;
	width: 370px;
	margin: 0 45px 55px 0;
}
.main-blog-list-img {
	width: 370px;
	height: 280px;
	margin-bottom: 10px;
	background: #eee;
}
.blog-cat{
	position: absolute;
	top: 10px;
	right: 8px;
	background: #868695;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	opacity: .9;
}
.blog-cat.cat-post-beams{background: #F3AB3F;}
.blog-cat.cat-original{background: #E47477;}
.blog-cat.cat-garage{background: #C2DA3F;}
.blog-cat.cat-lyndal{background: #82A9F2;}
.blog-cat.cat-vintage{background: #52B74D;}
.blog-cat.cat-japanese{background: #B09682;}
.blog-cat.cat-others{background: #868695;}
.blog-cat a{
	display: block;
	min-width: 170px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	opacity: 1;
}
.main-blog-list-title {
	margin-bottom: 10px;
	padding: 15px 0;
	border-bottom: 1px #AA9B92 dotted;
	overflow: hidden;
}
.main-blog-list-title a {
	color: inherit;
	font-weight: bold;
	font-size: 19px;
}
.main-blog-list-date {
	display: block;
	text-align: right;
	font-size: 12px;
}
.main-blog-list-text {
	font-size: 13px;
	color: #6D594C;
	overflow: hidden;
}
.blog-more{
	margin-top: 20px;
	text-align: center;
}

/* arrows */
.main-blog .slick-arrow,
.main-blog .slick-arrow::before {
	width: 40px;
	height: 40px;
}
.main-blog .slick-arrow {
	position: absolute;
	top: 28%;
}
.main-blog .slick-arrow.slick-prev {
	left: -50px;
}
.main-blog .slick-arrow.slick-prev::before {
	content: "";
	background: url(https://www.yeiwa.co.jp/images/default/slideshow-prev.png) no-repeat center center;
	-webkit-background-size: 40px;
	background-size: 40px;
}
.main-blog .slick-arrow.slick-next {
	right: -50px;
}
.main-blog .slick-arrow.slick-next::before {
	content: "";
	background: url(https://www.yeiwa.co.jp/images/default/slideshow-next.png) no-repeat center center;
	-webkit-background-size: 40px;
	background-size: 40px;
}


.main-gallery {
	margin-bottom: 79px;
	padding: 63px 0 60px;
	background: url(https://www.yeiwa.co.jp/images/default/p1-bg.jpg) repeat center 0;
}
.main-gallery-title {
	width: 1200px;
	margin: 0 auto 67px;
}
.main-gallery-inner {
}
.main-gallery-list {
}
.main-gallery li{
	width: 300px;
	margin: 0 20px;
	background: #fff;
}
.main-gallery-list-img {
	margin: 0 0 3px 0;
}
.main-gallery-body{
	padding: 15px 15px;
}
.main-gallery-list-title {
	text-align: center;
	margin-bottom: 10px;
}
.main-gallery-list-title a {
	font-size: 18px;
	color: inherit;
}
.main-gallery-list-text{
	font-size: 14px;
}
/* arrows */
.main-gallery .slick-arrow,
.main-gallery .slick-arrow::before {
	width: 40px;
	height: 40px;
}
.main-gallery .slick-arrow {
	position: absolute;
	top: 50%;
}
.main-gallery .slick-arrow.slick-prev {
	left: 200px;
}
.main-gallery .slick-arrow.slick-prev::before {
	content: "";
	background: url(https://www.yeiwa.co.jp/images/default/slideshow-prev.png) no-repeat center center;
	-webkit-background-size: 40px;
	background-size: 40px;
}
.main-gallery .slick-arrow.slick-next {
	right: 200px;
}
.main-gallery .slick-arrow.slick-next::before {
	content: "";
	background: url(https://www.yeiwa.co.jp/images/default/slideshow-next.png) no-repeat center center;
	-webkit-background-size: 40px;
	background-size: 40px;
}

.main-rank {
	width: 1200px;
	margin: 0 auto 50px;
}
.main-rank-inner {
}
.main-rank-title {
	margin-bottom: 25px;
}
.main-rank-list{
	margin-left: -25px;
	counter-reset: sample;
}
.main-rank-list > li{
	position: relative;
	float: left;
	width: 220px;
	margin-left: 25px;
}
.main-rank-list > li::before{
	counter-increment: sample;
	content:counter(sample);
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #ACAC9D;
	z-index: 10;
}
.main-rank-list > li:nth-child(1)::before{background: #D9A300}
.main-rank-list > li:nth-child(2)::before{background: #757584}
.main-rank-list > li:nth-child(3)::before{background: #B16627}
.main-rank-text {
	padding: 10px 0;
	font-size: 13px;
}
.main-rank-text h3{
	margin: 5px 0;
	font-weight: bold;
}
.main-rank-list-date{
	font-size: 11px;
}
.main-rank-text ul::after{
	display: block;
    clear: both;
    content: "";
}
.main-rank-text li{
	font-size: 11px;
	float: left;
	margin-right: 20px;
}
.main-rank-text li a::before{
	content: "#";
	color: inherit;
}

.main-cat{
	width: 1200px;
	margin: 0 auto 63px;
	padding: 36px 40px 33px;
	background: url(https://www.yeiwa.co.jp/images/default/news-bg.jpg) repeat center 0;
}
.main-cat h2{
	margin-bottom: 28px;
}
.main-cat ul{
	margin-left: -11px;
}
.main-cat ul::after{
	display: block;
    clear: both;
    content: "";
}
.main-cat li{
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0 0 10px 11px;
	font-size: 14px;
	background: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.main-cat li a{
	padding: 0 20px;
	color: inherit;
}
.main-cat li a::before{
	content: "#"
}

/* sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 260px;
	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(https://www.yeiwa.co.jp/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
------------------------------------------*/
.footerbn{
	padding: 85px 0 45px;
	background: url(https://www.yeiwa.co.jp/images/default/p1-bg.jpg) repeat center 0;
}
.footerbn-inner{
	width: 1200px;
	margin: 0 auto;
}
.footerbn1 p{
	margin-bottom: 40px;
}
.footerbn1 ul::after{
	display: block;
    clear: both;
    content: "";
}
.footerbn1 li{
	float: left;
	width: 580px;
	margin-bottom: 40px;
}
.footerbn1 li:nth-child(even){float: right;}
.footerbn2 ul{
	margin: 0 -20px;
}
.footerbn2 ul::after{
	display: block;
    clear: both;
    content: "";
}
.footerbn2 li{
	float: left;
	width: 270px;
	margin: 0 20px 40px;
}

#footer {
}
#footer-inner {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	padding: 75px 0 85px;
}
.footer-logo{
	position: absolute;
	top: 50%;
	left: 1px;
	margin-top: -33px;
	width: 235px;
}
.footer-sns{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -23px;
}
.footer-sns li{
	float: left;
	margin-left: 26px;
}
.footer-info{
	padding: 5px 0 0 270px;
	text-align: left;
	font-size: 14px;
}

#footer-inner2{
	background: #3F2012;
}
#footer-inner3{
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.footer-nav {
	height: 60px;
	line-height: 60px;
	text-align: left;
	font-size: 14px;
}
.footer-nav li {
	display: inline-block;
	margin-right: 20px;
}
.footer-nav li a {
	color: #fff;
}
.footer-nav li a::before{
	content: '\f105';
	color: inherit;
	padding-right: 6px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.footer-nav li ul {
	display: none;
}
.footer-copyright {
/*	position: absolute;
	top: 0;
	right: 0;*/
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 12px;
}
.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10;
}



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

.fixed-mail{
	position: fixed;
	top: 200px;
	right: 0;
	z-index: 10;
}
/* heading */
.page-title-wrap{
	background-image: url(https://www.yeiwa.co.jp/images/default/p1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-title {
	display: none;
	width: 1200px;
	margin: 0 auto;
	padding: 35px 0;
	font-size: 40px;
/* 	font-weight: bold;
  	text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
*/
/* added by narematsu 2022-12-27 */
    color:#ffffff;
}
.entry-content h2, .entry-title {
	margin: 0 0 20px;
	padding: 10px 20px 10px 45px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	background: #F3AB3F url(https://www.yeiwa.co.jp/images/default/entry-title-bg.png) no-repeat 13px 45%;
}
.entry-content h2 {
	margin: 0 0 20px;
}
.entry-title a,
.entry-content h2 a {
	color: #fff;
}
.entry-content h3, .h3 {
	padding: 0 0 8px 32px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px #563725 solid;
	background: url(https://www.yeiwa.co.jp/images/default/h3.png) no-repeat 1px 30%;
}
.entry-content h4, .h4 {
	padding: 0 0 5px;
	font-size: 16px;
	font-weight: bold;
	color: #5EB335;
	border-bottom: 1px #AA9B92 dotted;
}
.entry-content h4::before, .h4::before {
	content: '\f138';
	color: #F4B352;
	padding-right: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.entry-content h5, .h5 {
	font-weight: bold;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
}



/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {
	display: none;
}
.breadcrumb {
	padding: 0;
	margin: 15px 0;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	color: #F4B352;
	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 {
	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 */
.gal-nav{
	margin: 0 0 40px 0;
	padding: 20px;
	border: #5EB335 2px solid;
}
.gal-nav li{
	display: inline-block;
	margin: 5px;
}
.gal-nav li a{
	display: block;
	padding: 5px 10px;
	color: #202020;
	font-size: 13px;
	font-weight: bold;
}
.gal-nav li a::before{
	content: '\f105';
	color: #F1A027;
	padding-right: 5px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;	
}

.gallery-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px 4px;
}
.gallery-list-item {
	position: relative;
}
.gallery-list-img {
	margin-bottom: 3px;
}
.gallery-list-title {
	position: relative;
	padding: 20px 35px 20px 20px;
	font-size: 18px;
	font-weight: bold;
}
.gallery-list-title::after{
	content: '\f105';
	color: inherit;
	padding-right: 5px;
	font-size: 30px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -24px;
}
.gallery-list-item > 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;
}
.gallery-list-item > a:hover{
	background-color: rgba(255, 255, 255, 0.3);
}


/* single */
.gallery-detail {
	padding: 0 15px 15px 15px;
	text-align: center;
}
.gallery-detail-row {
}
.gallery-detail-col {
}
.gallery-detail-main {
	text-align: left;
}
.gallery-detail-main .entry-content{
	margin-left: -10px;
}
.gallery-detail-sub {
}
.gallery-detail-sub li {
}
.gal-detail-sub{
	margin: 0 -10px;
}
.gal-detail-sub li{
	float: left;
	width: 220px;
	margin: 0 10px 20px;
}

/* works-voice */
.works-title{
	width: 1200px;
	margin: 0 auto;
	padding: 39px 0 69px;
}
.works-title-inner{
	position: relative;
	z-index: 10;
	width: 980px;
	margin: -129px auto 0;
	padding: 20px 30px;
	border-left: 6px #F4B352 solid;
	text-align: left;
	background: rgba(255,255,255,.9);
}
.works-title h1{
	font-size: 50px;
}
.works-date{
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}
.works-tag{
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.works-tag li{
	float: left;
	margin-left: 10px;
}
.works-tag li a{
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	border: 1px #F4B352 solid;
	color: #F4B352;
	font-size: 14px;
	background: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.works-tag li a::before{
	content: "#"
}

/*  property */
.property-list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-bottom: 40px;
}
.property-list > li{
	background: #f9f5ee;
}
.property-list-text{
	padding: 15px;
}
.property-list h2{
	margin-bottom: 5px;
	font-weight: bold;
}
.property-list-text-once {
	display: flex;
	margin-bottom: 5px;
	font-size: 13px;
}
.property-list-text-once span{
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 60px;
	text-align: center;
	margin-right: 8px;
	background: #382f1d;
	color: #fff;
}

table.property-table{
	width: 100%;
	margin-bottom: 20px;
}
.property-table tr{}
.property-table th,
.property-table td{
	padding: 5px;
	border: 1px #aaa solid;
	text-align: center;
}
.property-table th{
	color: #fff;
	font-weight: normal;
	background: #382f1d;
}
.property-table td{}

.property-img{
	margin-bottom: 20px;
	text-align: center;
}
.property-img-main{
	margin-bottom: 20px;
}
.property-img-sub{
	margin: 0 -10px;
}
.property-img-sub li{
	float: left;
	width: 220px;
	margin: 0 10px 20px;
}

.gal-detail-con{
	display: flex;
	justify-content: center;
	gap: 40px;
	margin: 40px 0 80px;
}
.gal-detail-back{text-align: center;}

/* 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: #F77D81;
	background-color: #F77D81;
	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: #5EB335;
	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: #5EB335;
	background-color: #5EB335;
	color: #fff;
}
