@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 15px;
}
body {
	line-height: 2.0;
	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: #333;
}
a {
	color: #333;
	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;
}
*/

.gnav,
.main-message h3,
.page-title {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.tel a{
	font-family: "Cardo", serif;
}

/* Layout
------------------------------------------*/
body {
	min-width: 1080px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}

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

#header {
	height:0;
	position: relative;
	z-index:10;
}

#header-block{
	background: #000;
}
#header-inner {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	padding:20px 0;
	text-align:left;
}
.site-description {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 10px;
	color: #666;
}
#header-inner .sns {
	position:absolute;
	bottom:15px;
	right:0;
	display: flex;
	gap:10px;
}
#header a {
	color:#fff;
}
#header a:hover {
	color:#999;
}
.gnav {
	background:rgba(0,0,0,0.6);
	padding:15px 0;
}
.gnav-list {
	display: flex;
	justify-content: center;
	font-size:16px;
}
.gnav-list>li a:hover{
	text-decoration:none;
}
.gnav-list>li:not(:last-of-type) a:after{
	content:"/";
	color:#666;
	margin:0 27.5px;
}

/* droppy */
.gnav-list { position: relative; zoom: 1; }
.gnav-list li { 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 {
	position: relative;
	overflow: hidden;
	/* margin: 20px auto 20px; */
}

#mainimage > img {
	position:absolute;
	bottom:20%;
	left:10%;
}

#mainimage-inner {
	/* margin: 0 auto;
	width: 1080px; */
}

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

/* arrows */
.main-gallery .slick-arrow,
.main-gallery .slick-arrow::before {
	width: 60px;
	height: 60px;
}
.main-gallery .slick-arrow {
	position: absolute;
	top: 45%;
	/* margin-top: -30px; */
}
.main-gallery .slick-arrow.slick-prev {
	left: 17.5%;
}
.main-gallery .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/btn-prev.png) no-repeat center center;
}
.main-gallery .slick-arrow.slick-next {
	right: 17.5%;
}
.main-gallery .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/btn-next.png) no-repeat center center;
}

.slick-prev::before,
.slick-next::before {
  opacity: 1;}

.slick-prev:hover,
.slick-next:hover {
  opacity: .75;}

/* 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-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 60px;
}
body:not(.home) #main {
	text-align: left;
}
/* .template-type-blog #main {
	float: right;
	width: 820px;
}
.template-type-blog #sidebar {
	float: left;
	width: 220px;
	text-align: left;
} */
.main-free {
	width:1080px;
	margin:40px auto;
	text-align:left;
	border:1px solid #ccc;
}
.main-free > div{
	border:5px solid #eee;
	padding:10px 40px 40px;
}
.main-free p,
.main-message p{
	margin:30px 0 0;
}
.main-blog {
	background: url(/images/default/blog-bg.png) no-repeat center 0;
	padding:100px 0;
}
.main-blog > div {
	width:1080px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
.main-blog .bttn {
	position:absolute;
	top:0;
	right:0;
}
.main-blog .text {
	margin:60px 0 20px;
}
.main-blog ul {
	display: flex;
	flex-wrap: wrap;
	gap:32px;
}
.main-blog li{
	width:246px;
}
.main-blog .image {
	position:relative;
}
.main-blog .cat a {
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	background:#000;
	padding:0 10px;
}
.main-blog .date {
	color:#927F46;
	font-size:13px;
}
.main-gallery {
	background:#000;
	padding:240px 0 100px;
	margin:0 -10%;
	position:relative;
}
.main-gallery h2 {
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-540px;
}
.main-gallery .bttn{
	position:absolute;
	top:140px;
	right:50%;
	margin-right:-540px;
}
.main-gallery li {
	margin:0 20px;
	text-align:left;
}
.main-gallery a {
	color:#fff;
}
.main-feature {
	padding:100px 0;
}
.main-feature ul {
	display: flex;
	justify-content: center;
	gap:40px;
	margin:40px 0 0;
}
.main-feature li {
	width:330px;
	text-align:left;
}
.main-feature h3{
	font-size:20px;
	font-weight:bold;
	border-top:2px solid #927F46;
	border-bottom:1px solid #ccc;
	padding:10px 0;
	margin:2px 0 10px;
}
.main-reason {
	background:#000 url(/images/default/reason-bg.png) no-repeat center 0;
	padding:100px 0;
	color:#fff;
}
.main-reason ul {
	width:1080px;
	margin:60px auto 0;
	text-align:left;
	display: flex;
	flex-wrap: wrap;
	gap:42px;
}
.main-reason li {
	width:518px;
}
.main-message {
	width:1080px;
	margin:100px auto;
	padding:0 0 0 520px;
	min-height:560px;
	text-align:left;
	position:relative;
}
.main-message .image {
	position:absolute;
	top:-40px;
	left:-360px;
}
.main-message h3 {
	font-size:18px;
}
.main-contact {
	padding:100px 0;
	background: url(/images/default/contact-bg.png) no-repeat center 0 / cover;
	color:#fff;
}
.main-contact .block {
	display: flex;
	align-items: center;
	justify-content: center;
	gap:20px;
	line-height:1;
	text-align:right;
	margin:40px 0;
}
.main-contact .tel i {
	color:#877337;
	font-size:36px;
}
.main-contact .tel a{
	color:#fff;
	font-size:58px;
}
.main-contact .time br{
	display:none;
}
.main-banner ul,
.main-banner03 ul{
	width:1080px;
	margin:0 auto;
	padding:100px 0;
	display: flex;
	flex-wrap: wrap;
	gap:30px;
}
.main-instagram {
	background:#eee;
	padding:100px 0;
}
.main-instagram > div {
	width:1080px;
	margin:0 auto;
}
.main-youtube ul{
	width:1080px;
	margin:0 auto;
	padding:100px 0 20px;
	display: flex;
	flex-wrap: wrap;
	gap:30px;
}
.main-youtube li iframe{
	width:520px;
	height:290px;
}

.main-about {
	background:#000;
	color:#fff;
	padding:100px 0;
}
.main-about a {
	color:#fff;
}
.main-about > ul > li {
	width:1080px;
	margin:0 auto;
	display: flex;
	flex-direction: row-reverse;
	text-align:left;
	gap:60px;
}
.main-about .block {
	display: flex;
	justify-content: center;
	gap:20px;
	line-height:1;
	margin:40px 0;
}
.main-about .tel i {
	color:#877337;
	font-size:20px;
}
.main-about .tel a{
	font-size:34px;
}
.main-about .banner {
	max-width:180px;
}
.main-about .sns {
	display: flex;
	gap:10px;
	font-size:20px;
}
.main-about a:hover {
	color:#999;
}
.main-map iframe {
	height:500px;
	margin-bottom:-10px;
}

.fixed-banner {
	background:rgba(0,0,0,0.6);
	position:fixed;
	bottom:0;
	left:0;
	z-index:50;
	width:100%;
	padding:10px 0;
}
.fixed-banner > div{
	width:1080px;
	margin:0 auto;
	text-align:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background:#fff;
	line-height:1.25;
	font-size:13px;
	padding:0 10px 0 0;
}
.fixed-banner .tel i {
	color:#877337;
	font-size:28px;
}
.fixed-banner .tel a{
	font-size:44px;
}
#footer {
	background: #000;
	padding:20px 0 100px;
	color:#fff;
	font-size:13px;
}
#footer a{
	color:#fff;
}
#footer-inner {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
}
.footer-copyright {
	margin-left:auto;
}

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


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


/* heading */

.title-wrap {
	background: url(/images/default/title01.png) no-repeat center 0 / cover;
	padding:260px 0 80px;
}
.page-title {
	font-size:28px;
	color: #fff;
	width:1080px;
	margin:0 auto;
	text-align:left;
}
.entry-title, .entry-content h2:not([class]) {
	margin: 75px 0 25px;
	line-height:80px;
	background: url(/images/default/title02.png) no-repeat 0 0;
	font-size: 24px;
	color:#fff;
	padding:0 0 0 30px;
}
.entry-title {
	margin-top: 0;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
	margin: 2.8rem 0 1.8rem 0;
	padding: 5px 0 5px 25px;
	background: url(/images/default/title03.png) no-repeat 0 bottom;
	font-size: 22px;
}
.h4, .entry-content h4:not([class]) {
	margin: 1.8rem 0 1.4rem 0;
	padding: 0 0 0 20px;
	background: url(/images/default/title04.png) no-repeat 0 50%;
	font-size: 20px;
}
.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 10px;
	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; */
	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
------------------------------------------*/

/* 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
------------------------------------------*/
/* archive */
.gallery-list {
}
.gallery-list-item {
	padding: 0 15px 15px;
}
.gallery-list-img {
	margin-bottom: 3px;
}
.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 {
}
.gallery-detail-sub li {
	padding: 0 5px 10px;
}

/* 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;
}
