@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 16px;
}
body {
	line-height: 1.8;
	/* 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;*/
	font-family: "Noto Sans JP", sans-serif;
	color: #444;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	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;
}
*/

.main-block .title02 {
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	font-weight:700;
}

/* Layout
------------------------------------------*/
body {
	min-width: 1080px;
	text-align: center;
	background: url(../images/bg02.png);
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}
body:not(.home) #container {
	background: url(../images/bg05.png) no-repeat center 0 / 100% auto;
}

/* header
------------------------------------------*/

#header-inner {
	position: relative;
	height: 0;
	z-index: 20;
}
.site-description {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	color: transparent;
}
#header .logo {
	position: absolute;
	top: 40px;
	left: 60px;
}

#header .banner ul{
	position: absolute;
	top: 30px;
	right: 150px;
	display: flex;
}
#header .banner ul li {
	margin:0 -5px;
}

.drawer_hidden {
  display: none;
}
.drawer_open {
  display: flex;
	height: 70px;
	width: 70px;
  justify-content: center;
  align-items: center;
  position:absolute;
	top: 30px;
	right: 60px;
  z-index: 100;
  cursor: pointer;
	background:#41A436;
	border-radius:20px;
}
#drawer_input:checked ~ .drawer_open {
  position: fixed;
}
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
	height: 2px;
  width: 25px;
	background: #fff;
  transition: 0.5s;
  position: absolute;
}
.drawer_open span {
	background: rgba(255, 255, 255, 0);
}
.drawer_open span:before {
	bottom: 6px;
}
.drawer_open span:after {
	top: 6px;
}

#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
#drawer_input:checked ~ .nav_content {
  left: 0;
}

.nav_content {
	margin-left: calc(-520px + 100%);
	width: 520px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 99;
	background: #fff;
	transition: .5s;
	/* overflow: scroll; */
	padding:120px 0 0 80px;
}
.nav_list li {
	text-align:left;
	font-size:18px;
	line-height:2.5;
}
.nav_list li a:before {
	content: '\f105';
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	margin:0 10px 0 0;
}
.nav_list li li {
	padding:0 0 0 20px;
}

/* .nav_list ul {
  display: none;
} 
.nav_list li.has-submenu {
  position: relative;
  padding-right: 25px;
}
.nav_list li.has-submenu:before {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
  margin-right: 10px;
  transition: transform 0.3s ease-in-out;
}
.nav_list li.has-submenu.active:before {
  content: "-";
}
.nav_list li.has-submenu:before {
  display: inline-block;
}*/


/* droppy
.gnav-list { position: relative; text-align: left; zoom: 1; }
.gnav-list li { float: left; display: block; position: relative; z-index: 20; }
.gnav-list ul { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(255,255,255,.8); }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: inherit; font-size: 14px; zoom: 1; }
.gnav-list ul 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; } */

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

#mainimage {	
	overflow: hidden;
	margin: auto;
	padding:90px 60px;
}
#mainimage-inner {
	/* margin: 0 auto;
	width: 1080px; */
	position: relative;
}
#mainimage-inner>img{
	position:absolute;
	bottom:0;
	left:0;
	width:50%;
}

/* slideshow */
.slideshow {
	/* margin: 0 calc((-1800px + 1080px)/ 2); */
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
}

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 20px;
	height: 30px;
}
.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.slideshow .slick-arrow.slick-prev {
	left: 30px;
}
.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/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(/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: #666;
}


/* content main
------------------------------------------*/

body:not(.home) #content {
	background: url(../images/bg07.png) repeat-y center top;
	border-radius:50px;
	overflow:hidden;
	width:1260px;
	margin:0 auto;
	padding:40px 90px;
}

body:not(.home) #content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 60px;
}
body:not(.home) #main {
	text-align: left;
}

.main-block,
.main-block h2,
.main-block h3,
.main-block h4,
.main-block h5 {
	font-weight:700;
}

.main-block .title01 {
	color:#fff;
	background:#91C423;
	display:inline-block;
	font-size:22px;
	padding:10px 30px;
	border-radius:50px;
	position:relative;
}
.main-block .title01:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #91C423 transparent transparent transparent;
	border-width: 10px 10px 0 10px;
}

.main-block .title02{
	background:#91C423;
	color:#fff;
	font-size:20px;
	border-radius:50px;
	padding:5px 30px;
}

.main-price {
	background: url(../images/bg01.png) no-repeat center top / cover;
	padding:0 0 80px;
}
.main-price h3 {
	font-size:48px;
	line-height:1.5;
	background: url(../images/parts01.png) no-repeat center center;
	margin:40px 0;
}
.main-price ul {
	display: flex;
	justify-content: center;
	gap:16px;
	margin:0 0 40px;
}
.main-price li {
	width:348px;
	background:#fff;
	border-radius:40px;
	overflow:hidden;
	padding:0 0 20px;
}
.main-price .ttl {
	background:#279E1A;
	color:#fff;
	font-size:20px;
	padding:15px 0;
	margin:0 0 15px;
}
.main-price .ttl span{
	display:block;
	font-size:16px;
}
.main-price .sub02 {
	font-size:14px;
	background:#FFDE4D;
	color:#0B7700;
	display:inline-block;
	padding:5px 20px;
	margin:10px 0;
	border-radius:20px;
}
.main-price table {
	margin:0 24px;
	text-align:left;
	font-size:20px;
	width:300px;
}
.main-price tr:nth-of-type(1) {
	border-bottom:1px dashed #ccc;
}
.main-price th span{
	display:block;
	font-size:10px;
	padding:0 0 10px;
}
.main-price td{
	font-size:30px;
	padding:0 0 10px 40px;
}
.main-contact {
	background: url(../images/bg06.png);
	position: relative;
	padding:100px 0 40px;
}
.main-contact h2 {
	background: url(../images/parts02.png) no-repeat center center;
	height: 109px;
	padding: 60px 0 0;
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	text-align: center;
}
.main-contact h3 {
	font-size:42px;
}
.main-contact h3 span{
	font-size:24px;
	display:block;
}
.main-contact ul,
.main-map ul {
	display: flex;
	justify-content: center;
}
.main-contact li,
.main-map li {
	margin:30px -10px 0;
}
.main-freearea {
	padding:40px 0;
}
.main-coating {
	width:1260px;
	background:#fff url(../images/parts05.png) no-repeat 0 0;
	margin:0 auto 100px;
	border-bottom-left-radius:50px;
	border-bottom-right-radius:50px;
	padding:90px;
}
.main-coating h3{
	background: url(../images/parts03.png) no-repeat center 0;
	font-size:38px;
	line-height:1.5;
	height:205px;
	padding:40px 0 0;
}
.main-coating h3 span{
	display:block;
	color:#0E9101;
	font-size:42px;
}
.main-coating h4 {
	font-size:18px;
	margin:20px 0 0;
}
.main-coating ul {
	width:1080px;
	margin:0 auto;
	text-align:left;
}
.main-coating li{
	display: flex;
	gap:40px;
	margin:60px 0 0;
}
.main-coating li:nth-of-type(even){
	flex-direction: row-reverse;
}
.main-coating .image {
	min-width:577px;
}
.main-coating .ttl {
	color:#0E9101;
	font-size:34px;
	line-height:1.5;
	padding:30px 0;
}
.main-check {
	background:#EDF7D7;
	border-radius:40px;
	margin:60px 0 0;
	text-align:left;
	padding:40px;
}
.main-check h2{
	background: url(../images/parts04.png) no-repeat center 0;
	height:80px;
	color:#0E9101;
	font-size:26px;
	padding:10px 0 0 120px;
	margin:0 0 20px;
}
.main-check .text {
	padding:0 0 0 20px;
	line-height:2.5;
}
.main-deodorant {
	background: url(../images/bg01.png) no-repeat center top / cover;
}
.main-deodorant h3{
	background: url(../images/parts06.png) no-repeat center 50px;
	font-size:28px;
	color:#0E9101;
	height:185px;
	margin:20px 0 20px;
}
.main-deodorant h3 span {
	display:block;
	font-size:46px;
	line-height:1.5;
	color:#444;
}
.main-deodorant h4 {
	font-size:18px;
}
.main-deodorant ul {
	display: flex;
	justify-content: center;
	gap:40px;
	margin:60px 0 100px;
}
.main-deodorant li {
	width:520px;
	background:#fff;
	border-radius:40px;
	overflow:hidden;
}
.main-deodorant .cont {
	padding:20px;
}
.main-deodorant .ttl {
	background:#FFDE4D;
	color:#0B7700;
	display:inline-block;
	padding:5px 20px;
	border-radius:20px;
	width:100%;
}
.main-deodorant .ttl02 {
	font-size:28px;
}
.main-deodorant .text {
	text-align:left;
}
.main-deodorant table {
	font-size:18px;
	width:100%;
	border:1px dashed #ccc;
	text-align:left;
	margin:20px 0;
}
.main-deodorant th {
	padding:0 0 0 120px;
	line-height:1;
}
.main-deodorant th span{
	display:block;
	font-size:10px;
	padding:0 0 10px;
}
.main-deodorant td{
	font-size:30px;
	padding:0 60px 0 0
}
.main-contact02 h2 {
	background: url(../images/parts07.png) no-repeat center center;
}
.main-contact02 h4 {
	font-size:14px;
}
.main-service {
	padding:80px 0;
}
.main-service h2 {
	background: url(../images/parts08.png) no-repeat center 0;
	color:#0E9101;
	font-size:24px;
}
.main-service h3 {
	font-size:46px;
	line-height:1.5;
	margin:20px 0 50px;
}
.main-service li {
	display: flex;
	justify-content: center;
	gap:58px;
	margin:30px 0 0;
}
.main-service .image{
	width:556px;
}	
.main-service .cont {
	width:466px;
	text-align:left;
}
.main-service h4 {
	color:#0E9101;
	font-size:18px;
	padding:40px 0 0;
}
.main-service h5 {
	color:#0E9101;
	font-size:32px;
}
.main-service .bttn {
	margin:60px 0 0;
}
.main-guide {
	background: url(../images/bg03.png) no-repeat center 0 / cover;
	color:#fff;
	font-size:18px;
	padding:80px 0;
}
.main-guide h3{
	font-size:44px;
}
.main-guide .text {
	margin:20px 0 60px;
}
.main-article {
	background: url(../images/bg04.png) no-repeat center 0 / cover;
	padding:80px 0;
}
.main-gallery {
	margin:0 0 80px;
}
.main-gallery h3,
.main-blog h3 {
	font-size:44px;
}
.main-gallery ul {
	display: flex;
	justify-content: center;
	gap:20px;
	margin:40px 0;
}
.main-gallery li {
	width:250px;
	text-align:left;
}
.main-gallery .image img,
.main-blog .image img {
	border-radius:40px;
}
.main-blog ul {
	display: flex;
	justify-content: center;
	gap:30px;
	margin:40px 0;
}
.main-blog li {
	width:340px;
	text-align:left;
}
.main-map {
	background:#329A1E;
	margin:120px 0 0;
	padding:60px 0 40px;
	color:#fff;
}
.main-map h3 {
	font-size:30px;
	margin:20px 0 40px;
}
.main-map h4 {
	background: url(../images/parts09.png) no-repeat center 20px;
	font-size:24px;
	margin:60px 0 0;
}

#footer {
	background: #329A1E;
	color:#fff;
	padding:0 0 80px
}
#footer-inner {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	text-align:left;
	display: flex;
}
#footer-inner .block02 {
	margin-left:auto;
	text-align:right;
}
.footer-copyright {
	font-size:12px;
	margin:20px 0 0;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 20;
}


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

/* heading */
.page-title {
	margin: 0 0 30px 0;
	padding: 160px 0 80px;
	font-size: 32px;
	font-weight: 700;
}
.entry-title, .entry-content h2:not([class]) {
	margin: 0 0 25px;
	padding: 30px 30px;
	border-radius:10px;
	background: #0E9101;
	color:#fff;
	font-size: 24px;
	font-weight: 700;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
	padding: 20px;
	border-radius:10px;
	border:3px #0E9101 solid;
	background: #EAFAE8;
	color:#0E9101;
	font-size: 20px;
	font-weight: 700;
}
.h4, .entry-content h4:not([class]) {
	padding: 20px;
	background: url(../images/parts10.png) no-repeat 0 50%;
	font-size: 18px;
	font-weight: 700;
}
.h5, .entry-content h5:not([class]) {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 10px 0 30px;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	content: '\f015';
	padding: 0 5px 0 0;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#ED7E64;
}


/* 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
------------------------------------------*/
/* 1カラム*/

.blog-nav-group {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}

.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;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 0.8rem;
	color: inherit;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	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;
}

.blog-nav .scroll-area{
	max-height: 200px;
}


/* Gallery
------------------------------------------*/

.post-type-gallery #main img{
	border-radius:10px;
}

/* archive */
.gallery-list {
}
.gallery-list-item {
	padding: 0 15px 15px;
}
.gallery-list-img img{
	margin-bottom: 5px;
}
.gallery-list-title {
	font-size: 13px;
}
.gallery-list-more {
	text-align: right;
}

/* single */
.gallery-detail {
	margin-bottom: 20px;
	text-align: center;
}

.gallery-detail-row {
}
.gallery-detail-col {
}
.gallery-detail-main {
	margin-bottom: 20px;
}
.gallery-detail-sub ul{
	display: flex;
	flex-wrap: wrap;
}
.gallery-detail-sub li {
	/* padding: 0 5px 10px; */
	flex-basis: calc(20% - 10px);
	margin: 5px;
}

/* before-after */
.ba-detail {
	padding: 0 0px 20px;
}
.ba-detail-once {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after {
	position: relative;
	width: 45%;
}
.ba-detail-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}
.ba-detail-arrow i {
	font-size: 30px;
}
.ba-detail-sub li {
	padding: 0 15px 15px;
}


/* Colors
------------------------------------------*/
/* arrows */
.slick-next::before,
.slick-prev::before {
	color: #fff;
}

/* dots */
.slick-dots li button::before {
	color: #ccc;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
	color: #666;
}

/* SimpleBar */
.scroll-area{
	overflow: auto;
}
.simplebar-track.simplebar-vertical{
	width: 11px;
}
.simplebar-track.simplebar-horizontal {
	height: 11px;
}
.scroll-area .simplebar-scrollbar::before {
	background: #aaa;
}

/* 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: #202020;
	background-color: #2e2e2e;
	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: #333;
}

.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: #333;
}
.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;
}
