@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 14px;
}
body {
	line-height: 2.1;
	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: #000;
}
a {
	color: #1f3689;
	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;
	padding-top: 94px;
}


/* header
------------------------------------------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 20;
}
#header-inner {
	display: flex;
	align-items: center;
	min-width: 1080px;
	margin: 0 auto;
}
.header-logo {
	margin: 0 auto 0 43px;
}
.header-middle {
}
.header-tel ul{
	display: flex;
	justify-content: end;
	gap: 24px;
}
.header-mail {
	margin-left: 33px;
}
.gnav {
	margin-top: 8px;
}

/* droppy */
.gnav-list {
	display: flex;
	justify-content: end;
	text-align: left; zoom: 1;
	margin-right: -16px;
}
.gnav-list > li {
	position: relative;
}
.gnav-list > li:not(:last-child)::after {
	content:"/";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -2px;
	color: #cfcfcf;
}
.gnav-list > li > a{
	display: block;
	padding: 0 16px;
	font-size: 16px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	text-decoration: none;
	transition: all .3s ease;
}
.gnav-list > li > a:hover{
	opacity: 0.7;
}

.gnav-list li { display: block; position: relative; z-index: 20; }
.gnav-list ul { display: none; position: absolute; top: 100%; left: 0; width: 120%; 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: 11px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #f5f5f5; }
.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;
}
#mainimage-inner {
	max-width: 1080px;
	margin: 0 auto;
}

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



/* content main
------------------------------------------*/
#content-inner {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.home #content-inner {
	width: 100%;
	padding: 0;
}

#main {
	text-align: left;
}

.main-about {
	margin: 0 auto 131px;
	padding: 103px 0 109px;
	background: url(/images/default/about-bg.png) no-repeat left calc(50vw - 266px) top -8px,
				linear-gradient(to right, #f5f5f5, #f5f5f5) no-repeat right top / calc(50% + 378px) 100%;
}
.main-about-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1600px;
	margin: 0 auto;
}
.main-about-image {
	position: relative;
	flex: 0 1 870px;
	margin-right: 92px;
}
.main-about-image::before{
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	background: #1f3689;
	position: absolute;
	bottom: -30px;
	left: -30px;
}
.main-about-image img{
	position: relative;
	z-index: 5;
}
.main-about-text{
	flex: 0 1 638px;
}
.main-about-title {
	margin-bottom: 30px;
}
.main-about-text h3{
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.8;
	color: #1f3689;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.main-about-text p + p{
	margin-top: 30px;
}

.main-naya {
	margin: 0 auto 174px;
	padding: 109px 0 124px;
	background: url(/images/default/naya-bg.jpg) no-repeat center center / cover;
}
.main-naya-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.main-naya-title {
	margin-bottom: 51px;
	text-align: center;
}
.main-naya-list li {
	display: flex;
	align-items: center;
	padding-right: 30px;
	background: #f5f5f5;
	letter-spacing: 2px;
	font-size: 25px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.main-naya-list li span{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-naya-list li::before {
	content:"";
	flex: 0 0 125px;
	display: block;
	width: 125px;
	height: 100px;
	margin-right: 30px;
}
.main-naya-list li:nth-child(1)::before {
	background: url(/images/default/naya1.png) no-repeat 0 0;
}
.main-naya-list li:nth-child(2)::before {
	background: url(/images/default/naya2.png) no-repeat 0 0;
}
.main-naya-list li:nth-child(3)::before {
	background: url(/images/default/naya3.png) no-repeat 0 0;
}
.main-naya-list li + li{
	margin-top: 20px;
}

.main-str {
	position: relative;
	max-width: 1600px;
	margin: 0 auto 136px;
	padding: 130px 0 77px;
	background: #f5f5f5;
}
.main-str-title {
	position: absolute;
	top: -22px;
	left: 50%;
	transform: translateX(-50%);
}
.main-str-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.main-str-top{
	margin-bottom: 70px;
	text-align: center;
	font-size: 20px;
	/* font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
}
.main-str-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;	  
}
.main-str-img{
	margin-bottom: 15px;
}
.main-str-text {
	font-size: 15px;
}
.main-str-text h3{
	margin-bottom: 10px;
	text-align: center;
	font-size: 26px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.main-menu {
	margin-bottom: 225px;
}
.main-menu-title {
	max-width: 1080px;
	margin: 0 auto 86px;
}
.main-menu-list > li{
	display: flex;
	/* align-items: center; */
}

.main-menu-list > li + li{
	margin-top: 1px;
}
.main-menu-list > li > div{
	flex: 0 0 50%;
}
.main-menu-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-menu-list > li:nth-child(even) .main-menu-img {
	order: 1;
}
.main-menu-body{
	display: flex;
	align-items: center;
	padding: 40px 0;
}
.main-menu-body > div{
	max-width: 640px;
	margin: 0 auto;
}
.main-menu-title2{
	margin-bottom: 40px;
}
.main-menu-text{
	line-height: 2.8;
}
.main-menu-more{
	margin-top: 60px;
}

.main-gallery {
	position: relative;
	padding: 114px 0 55px;
	background: linear-gradient(to right, #f5f5f5, #f5f5f5) no-repeat center center / 1600px 100%;
}
.main-gallery-title {
	position: absolute;
	top: -22px;
	left: 50%;
	transform: translateX(-50%);
}
.main-gallery-list {
}
.main-gallery-list-item {
	width: 400px;
	margin: 0 10px;
}
.main-gallery-list-img {
	margin-bottom: 5px;
}
.main-gallery-list-title > a {
	font-weight: bold;
	color: inherit;
}
.main-gallery-more {
	margin-top: 73px;
	text-align: center;
}
/* arrows */
.main-gallery .slick-arrow,
.main-gallery .slick-arrow::before {
	width: 60px;
	height: 60px;
}
.main-gallery .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -30px;
}
.main-gallery .slick-arrow.slick-prev {
	left: calc(50vw - 664px);
}
.main-gallery .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/main-gallery-prev.png) no-repeat center center;
}
.main-gallery .slick-arrow.slick-next {
	right: calc(50vw - 664px);
}
.main-gallery .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/main-gallery-next.png) no-repeat center center;
}

.main-banner {
	max-width: 1080px;
	margin: 109px auto 125px;
}
.main-banner-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}


.main-news {
	position: relative;
	max-width: 1080px;
	margin: 0 auto 119px;
}
.main-news-title {
	margin-bottom: 58px;
}
.main-news-list {
}
.main-news-list-item {
	padding: 40px 50px;
	background: #f5f5f5;
	font-size: 15px;
}
.main-news-list-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-news-list-title > a {
	color: inherit;
}
.main-news-list-date {
	margin-right: 50px;
}
.main-news-more {
	position: absolute;
	top: 12px;
	right: 0px;
}

.main-con {
	padding: 110px 0 101px;
	background: url(/images/default/con-bg.jpg) no-repeat center center / cover;
	text-align: center;
}
.main-con-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.main-con-title {
	margin-bottom: 20px;
}
.main-con-time{
	margin-bottom: 25px;
	line-height: 1.6;
	letter-spacing: 4px;
	font-size: 25px;
	color: #fff;
}
.main-con-time::before{
	content:"営業時間";
	display: inline-block;
	margin-right: 20px;
	padding: 0 20px;
	background: #fff;
	letter-spacing: 2px;
	font-size: 20px;
	color: #000;
}
.main-con-time:empty{
	display: none;
}
.main-con-text {
	letter-spacing: 2px;
	font-size: 18px;
	color: #fff;
}
.main-con-list{
	margin-top: 40px;
}
.main-con-list ul{
	display: flex;
	justify-content: space-between;
}


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



/* footer
------------------------------------------*/
#footer {
	background: #f5f5f5;
}
#footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1080px;
	margin: 0 auto;
	padding: 105px 0 104px;
	text-align: left;
}
.footer-left{
	flex: 0 0 400px;
}
.footer-logo{
	margin-bottom: 26px;
}
.footer-about table{
	width: 100%;
}
.footer-about th,
.footer-about td{
	padding: 4px 0;
}
.footer-about th{
	width: 100px;
}
.footer-about td{}


.footer-nav > ul{
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}
.footer-nav li {
	padding: 10px 0;
}
.footer-nav li a {
	font-size: 13px;
	color: inherit;
}
.footer-nav li a::before{
	content: '\f105';
	color: #1f3689;
	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;
}
.footer-nav li ul {
	display: none;
}

.footer-copyright {
	height: 60px;
	line-height: 60px;
	background: #1f3689;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

.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-wrap{
	padding: 70px 0;
	background: url(/images/default/naya-bg.jpg) no-repeat center center / cover;
}
.page-title {
	max-width: 1080px;
	margin: 0 auto;
	font-size: 40px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	color: #fff;
}
.entry-title, .entry-content h2:not([class]) {
	margin: 0 0 25px;
	padding: 20px 22px;
	border-bottom: 6px solid #353535;
	background: #1f3689;
	font-size: 23px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	color: #fff;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
	padding: 10px 20px;
	border-left: 3px solid #e1e1e1;
	background: #f5f5f5;
	font-size: 20px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
}
.h4, .entry-content h4:not([class]) {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	color: #3a51a6;
}
.h4::before, .entry-content h4:not([class])::before {
	content:"";
	display: block;
	width: 24px;
	height: 2px;
	margin-right: 10px;
	background: #3a51a6;
}
.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: 15px 0 30px;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	display: none;
	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;
}


/* 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 {
	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: 0 -10px 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: #1f3689;
	background-color: #1f3689;
	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: #1f3689;
	color: #fff;
}
