@charset "utf-8";

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

/* Typography
------------------------------------------*/
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

html {
}
body {
	font-size: 14px;
	line-height: 1.6;
	font-family: "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #392d26;
}
a {
	color: #496846;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #496846;
	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: #fff;
}
body.home {
}
#container {
	overflow: hidden;
}
#content-inner {
	margin: 0 auto;
	padding-bottom: 140px;
	width: 980px;
}
body.home #content-inner {
	padding: 0;
	width: auto;
}
#main {
	text-align: left;
}
body.shop #main {
	float: right;
	width: 720px;
}

.entry {
	margin: 0 0 60px 0;
}
.entry-content {
	line-height: 2.1;
}



/* header
------------------------------------------*/
#site-description {
	position: absolute;
	top: 21px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 980px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	z-index: 200;
}

#header-wrap {
	position: relative;
	margin-bottom: 60px;
	height: 100px;
	z-index: 1000;
}
body.home #header-wrap {
	margin: 0;
}
#header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
}
#header.fixed{
	position: fixed;
	top: 0;
	z-index: 2000;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
body.scroll #header.fixed{
	/*opacity: 0.65;*/
}
#header-inner {
	position: relative;
	margin: 0 auto;
	padding-top: 30px;
	width: 980px;
	height: 100px;
}
.header-logo {
	float: left;
}
.gnav {
	float: right;
}

/* 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: 70px; left: -20%; width: 140%; background: rgba(25,93,57,0.9); }
.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: rgba(255,255,255,0.2); }
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }



/* mainimage
------------------------------------------*/
#mainimage {
}
#mainimage-inner {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 860px;
}

.mainimage-title {
	position: absolute;
	top: 114px;
	right: -185px;
	z-index: 100;
}

/* slideshow */
.slideshow {
	overflow: hidden;
	position: relative;
	margin: 0 -470px;
}
.slideshow::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 220px;
	background: url(../../images/default/slideshow-frame.png) repeat-x center 0;
	z-index: 100;
}
.slideshow .slick-slide {
	overflow: hidden;
	width: 1920px;
	height: 860px;
}
.slideshow .slick-slide img {
	width: 100%;
}



/* main
------------------------------------------*/
.main-message {
	color: #fff;
	background: url(../../images/default/main-message-bg.jpg) no-repeat center 0;
}
.main-message-inner {
	margin: 0 auto;
	padding-top: 95px;
	width: 980px;
	height: 650px;
}
.main-message-title {
	margin-bottom: 22px;
}
.main-message-text {
	overflow: hidden;
	margin-bottom: 46px;
	height: 245px;
	font-weight: bold;
	line-height: 2.1;
}
.main-message-text p {
	margin-bottom: 10px;
}
.main-message-text :last-child {
	margin-bottom: 0;
}

.main-banner {
	margin: 0 auto;
	padding: 75px 0 87px;
	width: 980px;
}
.main-banner-title {
	margin-bottom: 60px;
	text-align: center;
}
.main-banner-text .row {
	margin: 0 -16px;
}
.main-banner-text .row > div {
	margin-bottom: 28px;
	padding: 0 16px;
}

.main-project-group {
	padding: 95px 0 80px;
	background: #f3f4f0;
}
.main-project-group-inner {
	margin: 0 auto;
	width: 980px;
}

.main-concept {
	position: relative;
	padding: 0 0 75px;
}
.main-concept-title {
	margin-bottom: 20px;
}
.main-concept-detail {
	float: left;
	width: 420px;
}
.main-concept-text {
	margin-bottom: 33px;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2;
	-webkit-font-feature-settings: 'palt';
	        font-feature-settings: 'palt';
}
.main-concept-img {
	float: right;
	margin-top: 20px;
}

.main-project {
	padding: 35px 40px;
	background: #fff;
}
.main-project-title {
	position: relative;
	margin-bottom: 25px;
}
.main-project-title a {
	position: absolute;
	top: -2px;
	right: 0;
	line-height: 1;
}
.main-project-list {
}
.main-project-list-item {
	margin-bottom: 25px;
}
.main-project-list-item:last-child {
	margin: 0;
}
.main-project-list-img {
	float: left;
	width: 100px;
	margin-right: 20px;
	height: 80px;
}
.main-project-list-title {
	margin-bottom: 5px;
	padding-top: 4px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.main-project-list-title a {
	color: inherit;
}
.main-project-list-text {
	overflow: hidden;
	font-size: 13px;
}

.main-gallery {
	margin: 0 auto;
	padding: 70px 0 80px;
	width: 980px;
	margin-bottom: 20px;
}
.main-gallery-title {
	margin-bottom: 30px;
	text-align: center;
}
.main-gallery-text {
	margin-bottom: 25px;
	font-size: 15px;
	letter-spacing: 0.1em;
	text-align: center;
	-webkit-font-feature-settings: 'palt';
	        font-feature-settings: 'palt';
}
.main-gallery-inner {
}
.main-gallery-list {
	margin: 0 -20px 5px 0;
}
.main-gallery-list-item {
	float: left;
	margin: 0 20px 30px 0;
	width: 230px;
	line-height: 1.5;
}
.main-gallery-list-img {
	margin-bottom: 13px;
	height: 140px;
}
.main-gallery-list-title {
	font-size: 13px;
}
.main-gallery-list-title a {
	color: inherit;
}
.main-gallery-btn {
	text-align: center;
}

.main-blog {
	color: #fff;
	background: url(../../images/default/main-blog-bg.jpg) no-repeat center 0;
}
.main-blog-inner {
	margin: 0 auto;
	padding-top: 80px;
	width: 980px;
	height: 615px;
}
.main-blog-title {
	position: relative;
	margin-bottom: 39px;
}
.main-blog-title span {
	position: absolute;
	top: 4px;
	left: 172px;
	width: 600px;
	font-size: 13px;
	letter-spacing: 0.1em;
	-webkit-font-feature-settings: 'palt';
	        font-feature-settings: 'palt'
}
.main-blog-title a {
	position: absolute;
	top: 3px;
	right: 0;
	line-height: 1;
}
.main-blog-inner {
}
.main-blog-list {
}
.main-blog-list-item {
	margin-bottom: 27px;
}
.main-blog-list-item:last-child {
	margin: 0;
}
.main-blog-list-img {
	float: left;
	margin-right: 20px;
	width: 150px;
	height: 100px;
}
.main-blog-list-meta {
	margin-bottom: 6px;
	padding-top: 3px;
	font-weight: bold;
	line-height: 18px;
}
.main-blog-list-meta .date {
	margin-right: 15px;
	font-size: 12px;
}
.main-blog-list-meta .cat {
	display: inline-block;
	padding: 0 5px;
	width: 85px;
	height: 18px;
	color: inherit;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	line-height: 16px;
	border: 1px solid #fff;
}
.main-blog-list-title {
	margin-bottom: 3px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.main-blog-list-title a {
	color: inherit;
}
.main-blog-list-text {
	overflow: hidden;
	font-size: 13px;
}

.main-catch {
	margin: 0 auto;
	padding: 80px 0;
	width: 980px;
}



/* sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 220px;
	text-align: left;
}

.side-nav {
}
.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;
}



/* footer
------------------------------------------*/
#footer {
}
#footer-inner {
}

.footer-banner {
	margin-bottom: 50px;
	background: #f7f8f5;
}
.footer-banner-inner {
	margin: 0 auto;
	padding: 30px 0 13px;
	width: 980px;
}
.footer-banner-text .row {
	margin: 0 -6px
}
.footer-banner-text .row > div {
	margin-bottom: 12px;
	padding: 0 6px;
}

.footer-nav {
	margin: 0 auto 35px;
	width: 980px;
	padding: 21px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #bbb;
}
.footer-nav ul {
	letter-spacing: -0.4em;
}
.footer-nav ul li {
	display: inline;
	margin: 0 21px;
	letter-spacing: 0.06em;
}
.footer-nav li a {
	color: inherit;
}
.footer-nav li ul {
	display: none;
}

.footer-about {
	margin: 0 auto;
	width: 980px;
	text-align: left;
}
.footer-about-logo {
	float: left;
	padding-top: 6px;
}
.footer-about-text {
	float: right;
	width: 795px;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 2;
}
.footer-about-text .row {
	margin: 0;
	align-items: center;
}
.footer-about-text .row > div{
	margin: 0;
	padding: 6px 0 11px;
}
.footer-about-text .row > div.col-5 {
	padding-right: 60px;
	flex: 0 0 290px;
	max-width: 290px;
	border-right: 1px solid #bbb;
}
.footer-about-text .row > div.col-7 {
	padding-left: 60px;
}

.footer-copyright {
	padding: 45px 0 35px;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.site-btn {
	position: fixed;
	top: 140px;
	right: 0;
	z-index: 2000;
	display: none;
}
.site-btn li {
	margin-bottom: 3px;
}
.site-btn li:last-child {
	margin: 0;
}



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

/* heading */
.page-title-area {
	color: #fff;
	text-shadow: 0 0 4px rgba(0,0,0,0.4);
	background: url(../../images/default/page-title-area-bg.jpg) no-repeat center 0;
}
.page-title-area-inner {
	margin: 0 auto;
	padding-top: 125px;
	width: 980px;
	height: 310px;
}
.page-title {
	display: none;
	font-size: 28px;
	font-weight: bold;
}
.entry-content h2, .entry-title {
	margin: 0 0 25px;
	padding: 12px 0 12px;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-width: 2px 0;
	border-style: solid;
	border-color: #ddd;
}
.entry-content h2 {
	margin: 0 0 25px;
}
.entry-title a,
.entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	position: relative;
	margin: 1.8rem 0 1.3rem 0;
	padding: 10px 10px 8px 46px;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.05em;
	background: #f1f2ee;
}
.entry-content h3::before, .h3::before {
	content: '';
	position: absolute;
	top: 18px;
	left: 15px;
	width: 21px;
	height: 21px;
	background: url(../../images/default/entry-h3-bg.png) no-repeat 0 0;
}
.entry-content h4, .h4 {
	position: relative;
	padding: 0 0 6px 0;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.entry-content h4::before, .h4::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #989286;
}
.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: 0 !important;
	background: none;
	font-size: 12px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
}
.breadcrumb-item a {
	color: inherit;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	padding: 0 5px;
	color: inherit;
}
.breadcrumb-item.home:before {
	display: none;
}


/* 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{
	padding-top: 60px;
}
.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
}
.blog-nav-title {
	margin-bottom: 10px;
	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: 8px 0 8px 20px;
	color: inherit;
	font-size: 13px;
	border-bottom: 1px solid #ddd;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 14px;
	left: 3px;
	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 .scroll-area,
.blog-nav .scroll-area .cs-bar,
.blog-nav .scroll-area .cs-bar-inner{
	height: 170px;
}
.blog-nav .scroll-area{
	position: relative;
	overflow: hidden;
}
.blog-nav .scroll-area .cs-content{
	padding: 0 20px 0 0;
}
.blog-nav .scroll-area .cs-bar{
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	background: #f7f8f5
}
.blog-nav .scroll-area .cs-bar-inner{
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
}
.blog-nav .scroll-area .cs-drag{
	background: #d3d5c8;
}



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

/* single */
.gallery-detail {
	padding: 0 10px 30px 0px;
	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%;
}
.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: #195d39;
	background-color: #195d39;
	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: #ccc;
	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: #9e9e9e;
	color: #fff;
}
