@charset "utf-8";

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

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


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


/* header
------------------------------------------*/
#header {
}
#header.fixed {
	position: fixed;
	left: 0;
	top: -120px;
	width: 100%;
	z-index: 100;
	background-color: #ffffff;
}
#header-inner {
	position: relative;
	width: 1080px;
	height: 80px;
	margin: 0 auto;
	z-index: 20;
}
.site-description {
	font-size: 11px;
	color: #81664c;
	width: 1080px;
	margin: 0 auto;
	text-align: right;
}
.header-address {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 11px;
	color: #aaa;
}
.header-logo {
	position: absolute;
	top: 5px;
	left: 5px;
}
.header-tel {
	position: absolute;
	top: 23px;
	right: 47px;
}
.header-mail {
	position: absolute;
	top: 23px;
	right: 0;
}
.gnav {
	position: absolute;
	top: 22px;
	left: 390px;
}

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

/* slideshow */
.slideshow {
	margin: 0 60px;
	position: relative;
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
}

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 18px;
	height: 140px;
}
.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-45%);
}
.slideshow .slick-arrow.slick-prev {
	left: -40px;
}
.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/mainimage-arrow.png) no-repeat center center;
}
.slideshow .slick-arrow.slick-next {
	right: -40px;
}
.slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/mainimage-arrow.png) no-repeat center center;
}

.main-voice .slick-arrow.slick-prev,
.main-voice .slick-arrow.slick-next {
	margin-top: -3rem;
}
.main-voice .slick-arrow.slick-prev::before,
.main-voice .slick-arrow.slick-next::before {
	width: 44px;
	height: 44px;
	content: "";
}
.main-voice .slick-arrow.slick-prev {
	left: 0;
}
.main-voice .slick-arrow.slick-prev::before {
	background: url(/images/default/voice-arrow-prev.png) no-repeat center center;
}
.main-voice .slick-arrow.slick-next {
	right: 0;
}
.main-voice .slick-arrow.slick-next::before {
	background: url(/images/default/voice-arrow-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
------------------------------------------*/
#content-inner {
	margin: 0 auto;
	padding-bottom: 100px;
}

#main {
	text-align: left;
	width: 1080px;
	margin: 0 auto;
}
.home #main {
	width: 100%;
}

.main-message {
	margin: 0 auto 20px;
}
.main-message-inner {
}
.main-message-title {
	margin-bottom: 10px;
}
.main-message-text {
}
.main-message-text p {
	margin-bottom: 5px;
}

.main-news {
	position: relative;
	margin: 70px auto 20px;
	width: 1080px;
}
.main-news-title {
	margin-bottom: 20px;
}
.main-news-inner {
}
.main-news-list {
}
.main-news-list-item:first-of-type {
	border-top: 1px dashed #e1dad1;
}
.main-news-list-item {
	padding: 15px 0;
	border-bottom: 1px dashed #e1dad1;
	font-size: 13px;
}
.main-news-list-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-news-list-title > a {
	color: #251403;
}
.main-news-list-date {
	margin-right: 10px;
	color: #ad8736;
	font-size: 15px;
}
.main-news-list-cat {
	display: inline-block;
	margin-right: 10px;
}
.main-news-list-cat a {
	display: block;
	padding: 0 10px;
	background: #eee;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-news-list-cat a:hover{
	opacity: .7;
}
.main-news-more {
	position: absolute;
	top: 0px;
	right: 0px;
}
.main-news .scroll-area{
	max-height: 100px;
}

.main-blog {
	position: relative;
	margin: 60px auto 20px;
	width: 1080px;
}
.main-blog-title {
	margin-bottom: 30px;
	text-align: center;
}
.main-voice .main-blog-inner {
	margin-top: 30px;
}
.main-voice .main-blog-list {
	margin: 0 -15px;
}
.main-blog-list {
	display: flex;
}

.blog .main-blog-title {
	margin-bottom: 0;
}
.main-voice .main-blog-list-item {
	margin-left: 15px;
	margin-right: 15px;
	width: auto;
}
.main-blog-list-item {
	margin-right: 32px;
	margin-bottom: 10px;
	width: 246px;
}
.main-blog-list-img {
	width: 246px;
	height: auto;
}
.main-blog-list-img img {
	width: 246px;
	height: 190px;
}
.main-voice .main-blog-list-img {
	width: 194px;
	height: 194px;
	background: #eee;
}
.main-voice .main-blog-list-img img {
	height: auto;
}
.main-voice .main-blog-list-title {
	text-align: center;
	margin-top: 10px;
}

.main-blog-list-title {
	margin-bottom: 3px;
	overflow: hidden;
	margin-top: 15px;
}
.main-blog-list-title > a {
	display: block;
	margin-top: 3px;
	font-weight: bold;
	color: #251403;
}
.main-blog-list-date {
	margin-right: 10px;
	color: #ad8736;
	font-size: 15px;
	margin-bottom: 10px;
}
.main-blog-list-cat {
	display: inline-block;
	margin-right: 10px;
}
.main-blog-list-cat a {
	display: block;
	padding: 0px 10px;
	background: #eee;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-blog-list-cat a:hover{
	opacity: .7;
}
.main-blog-list-text {
	font-size: 12px;
}
.main-blog-more {
	text-align: center;
	margin-top: 30px;

}

.main-gallery {
	position: relative;
	margin: 0 auto 20px;
}
.main-gallery-title {
	margin-bottom: 10px;
}
.main-gallery-inner {
}
.main-gallery-list {
}
.main-gallery-list-item {
}
.main-gallery-list-img {
	margin-bottom: 5px;
}
.main-gallery-list-title > a {
	font-weight: bold;
	color: inherit;
}
.main-gallery-more {
	position: absolute;
	top: 0px;
	right: 0px;
}

.main-banner {
	width: 1080px;
	margin: 80px auto 0;
}
.main-banner .banners {
	display: flex;
	flex-wrap: nowrap;
}
.main-banner .banner-item {
	margin-right: 25px;
}
.main-banner .banner-item:last-of-type {
	margin-right: 0;
}

.main-course {
	background: url(/images/default/customs-bg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: 60px 0 80px;
	margin-top: 85px;
}
.main-course p {
	margin-top: 45px;
	font-size: 16px;
	color: #ffffff;
	line-height: 32px;
}

.main-grandmenu {
	background: url(/images/default/bg01.jpg) repeat center center;
	padding: 76px 0 90px;
	margin: 0 auto;
}
.main-grandmenu-title {
	text-align: center;
}
.grandmenu-inner {
	width: 1080px;
	margin: 70px auto 0;
}

.grandmenu-wrapper {
	margin-top: 40px;
	position: relative;
}

.grandmenu-wrapper.block1 .grandmenu-image,
.grandmenu-wrapper.block3 .grandmenu-image {
		margin-left: -338px;
}
.grandmenu-wrapper.block2 .grandmenu-image,
.grandmenu-wrapper.block4 .grandmenu-image {
		margin-right: -338px;
		text-align: right;
}


.grandmenu-wrapper .grandmenu-text {
	position: absolute;
	background: url(/images/default/grandmenu-subtitle-bg.jpg) no-repeat center center;
	width: 480px;
	height: 380px;
	top: 50%;
	transform: translateY(-50%);
	padding: 40px;
}
.grandmenu-wrapper.block1 .grandmenu-text,
.grandmenu-wrapper.block3 .grandmenu-text {
		right: 0;
}

.grandmenu-text .text {
	color: #ffffff;
	font-size: 15px;
	margin-top: 25px;
	line-height: 30px;
}
.grandmenu-text .more {
	margin-top: 25px;
	text-align: center;
}
.main-reason {
	width: 1080px;
	margin: 0 auto;
}
.main-reason-title {
	text-align: center;
}
.reasons {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 15px;
}
.reasons .reason {
	margin-right: 30px;
	width: 340px;
}
.reasons .reason:last-of-type {
	margin-right: 0;
}
.reason .reason-text {
	text-align: center;
	color: #251403;
	font-size: 15px;
	margin-top: 18px;
}

.main-voice {
	margin-top: 65px;
}

.main-reserve {
	background: url(/images/default/reserve-bg01.jpg) no-repeat center center;
	background-size: cover;
	padding: 75px 0 20px;
	margin-top: 100px;
}

.main-reserve-title {
	text-align: center;
}

.main-reserve-inner {
	background: url(/images/default/reserve-bg02.png) no-repeat center center;
	padding: 100px 110px;
	width: 1080px;
	margin: 30px auto 0;
}
.main-reserve-inner .subtitle {
	text-align: center;
}

.reserve-box {
	margin-top: 26px;
	display: flex;
	flex-wrap: nowrap;
}
.reserve-tel {
	margin-right: 24px;
}
.reserve-date {
	color: #251403;
	margin-top: 10px;
	text-align: right;
}
.reserve-line {
	margin-right: 10px;
}
.reserve-body {
	margin-top: 30px;
	font-size: 16px;
	color: #251403;
	text-align: center;
}

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

.side-search {
	margin-bottom: 20px;
}

.side-nav {
	margin-bottom: 20px;
}
.side-nav-title {
	margin-bottom: 10px;
}
.side-nav li a {
}
.side-nav-list > li > a {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
	font-size: 13px;
}
.side-nav-list > li > a::before{
	content: '\f105';
	padding-right: 5px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #333;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.side-nav-list > li > ul {
	padding: 10px;
}
.side-nav-list > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}

.side-about {
	margin-bottom: 20px;
	padding: 10px;
	background: #222;
	font-size: 12px;
	color: #fff;
}

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

/* sidemenu
------------------------------------------*/
.sidemenu {
	position: fixed;
	right: 0;
	top: 100px;
}

/* footer
------------------------------------------*/
.footer-map, .footer-map iframe{
	height: 550px;
}
.footer-map {
	border-top: 1px solid #e1dad1;
}
#footer {
	background: url(/images/default/bg01.jpg) repeat center center;
	border-top: 3px solid #90806b;
}
#footer-inner {
	position: relative;
	width: 1080px;
	padding: 30px 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.footer-left {
}
.footer-left .logo {
	text-align: left;
}
.footer-left .text {
	margin-top: 10px;
	margin-left: 5px;
	text-align: left;
	font-size: 12px;
	line-height: 28px;
}
.footer-left .text h2 {
	font-size: 19px;
}

.footer-left .sns {
	margin-top: 30px;
	text-align: left;
}
.footer-left .sns li {
	display: inline-block;
	margin-right: 5px;
}

.footer-right {
	margin-left: auto;
	position: relative;
}
.fnav2,.fav3 {
	margin-left: 30px;
}
.footer-nav {
	margin-bottom: 20px;
	font-size: 11px;
	display: flex;
}
.footer-nav li {
	text-align: left;
}
.footer-nav li a {
	display: block;
	color: #251403;
	font-size: 15px;
	margin-bottom: 8px;
}
.footer-nav li a:before {
	content: "";
	padding-right: 20px;
	background: url(/images/default/footer-arrow01.png) no-repeat center center;
}

.footer-nav li .child li a {
	margin-left: 15px;
}
.footer-nav li .child li a::before {
	font-weight: normal;
	background: url(/images/default/footer-arrow02.png) no-repeat center center;
}

.footer-copyright {
	font-size: 11px;
	color: #81664c;
	position: absolute;
	bottom: 30px;
	right: 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 {
	background: url(/images/default/bg01.jpg) repeat left center;
	margin: 0 0 30px 0;
	padding: 66px 15px;
	font-size: 20px;
	font-weight: bold;
	color: #573310;
	border-top: 3px solid #90806b;
}
.entry-title, .entry-content h2 {
	margin: 0 0 25px;
	padding: 12px 30px;
	background: url(/images/default/h2-bg.png) no-repeat left center / 100% 100%;
	font-size: 22px;
	color: #ffffff;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	padding: 5px 15px;
	background: url(/images/default/h3-bg.png) no-repeat left center;
	font-size: 20px;
	color: #251403;
}
.entry-content h4, .h4 {
	padding: 5px 24px;
	background: url(/images/default/h4-bg.png) no-repeat left center;
	font-size: 18px;
	color: #251403;
}
.entry-content h5, .h5 {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {
	width: 1080px;
	margin: 0 auto;
}
.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 {
	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;
}
.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 {
}
.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: #08b7b5;
	background-color: #08b7b5;
	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: #08b7b5;
	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: #eee;
	background-color: #08b7b5;
	color: #fff;
}

/* form */
.inquiry-type .wpcf7-list-item {
	display: block;
}
