@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
}
body {
	font-size: 14px;
	line-height: 1.9;
	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: #000;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #000;
	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: 1040px;
	text-align: center;
	background: url(/images/default/title01.png) repeat-x center 160px;
}
body.home {
	background: #fff;
}
#container {
	overflow: hidden;
}
#content-inner {
	margin: 0 auto;
	padding-bottom: 60px;
	width: 1040px;
}
#main {
	float: right;
	width: 1040px;
	text-align: left;
}

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


/* header
------------------------------------------*/
#header {
	margin: 0 0 0 0;
	background: url(/images/default/header-bg.png) repeat-x center 0;
}
#header-inner {
	position: relative;
	margin: 0 auto;
	width: 1040px;
	height: 160px;
	z-index: 1000;
}
.site-description {
	position: absolute;
	top: 10px;
	right:0;
	color: #aaa;
	font-size: 10px;
}
.header-logo {
	position: absolute;
	top: 20px;
	left: 0;
}
.header-tel {
	position: absolute;
	top: 55px;
	right: 200px;
	width:180px;
}
.header-mail {
	position: absolute;
	top: 55px;
	right: 0;
	width:180px;
}
.gnav {
	position: absolute;
	top: 115px;
	left: -30px;
	width:1140px;
}

/* 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: 100%; left: 0; width: 100%; background: #444; }
.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: #222; }
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }


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

#mainimage {
	position: relative;
	overflow: hidden;
	margin: 0 auto 0 auto;
	background:#FEF2F2;
}
#mainimage-inner {
	margin: 0 auto;
	width: 1040px;
}

/* slideshow */
.slideshow {
	margin: 0 -30px;
}
.slideshow .slick-slide {
	padding:20px 10px;
}
.slideshow .slick-slide img {
	width: 100%;
	border:4px solid #fff;
	box-shadow:0px 0px 5px 2px rgba(0,0,0,0.1);
}

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 62px;
	height: 62px;
}
.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -31px;
}
.slideshow .slick-arrow.slick-prev {
	left: -31px;
}
.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/btn-prev.png) no-repeat center center;
}
.slideshow .slick-arrow.slick-next {
	right: -31px;
}
.slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/btn-next.png) no-repeat center center;
}

/* dots */
.slideshow .slick-dots {
}
.slideshow .slick-dots li {
}
.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;
}

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

.main-news {
	background:#E0516B;
	color:#fff;
	margin-top:-25px;
}
.main-news>div,
.main-time>div,
.main-check>div,
.main-treat>div>div,
.main-feat>div,
.main-info>div,
.main-about>div,
.main-contact>div,
.main-message>div{
	width:1040px;
	margin:0 auto;
	position:relative;
	text-align:left;
}
.main-news h2{
	position:absolute;
	top:20px;
	left:0;
	padding-right:30px;
	margin-right:30px;
	border-right:1px dotted rgba(255,255,255,0.5);
	line-height:15px;
}
.main-news ul {
	padding:15px 0 15px 180px;
}
.main-news ul a{
	margin-left:10px;
	color:#fff;
}
.main-time,
.main-check p,
.main-feat,
.main-about,
.main-contact p,
.main-message,
.main-message p{
	padding:50px 0;
	text-align:center;
}
.main-time table{
	width:100%;
	border-collapse:collapse;
	margin:20px 0;
	text-align:center;
}
.main-time th{
	padding:15px;
	border:1px solid #E0516B;
	background:#FEF2F2;
}
.main-time td{
	padding:15px;
	border:1px solid #E0516B;
	color:#E0516B;
}
.main-time td strong{
	color:#000;
}
.main-check {
	background: url(/images/default/bg01.png);
	padding:70px 0;
}
.main-check ul{
	background: url(/images/default/check-bg.png) no-repeat center 0;
	padding:32.5px 0 40px 130px;
	margin-top:30px;
}
.main-check li{
	font-size:16px;
	line-height:50px;
}
.main-check li strong {
	color:#E0516B;
}
.main-treat h2,
.main-treat p,
.main-about h2 {
	margin-bottom:30px;
}
.main-treat01{
	background: url(/images/default/treat01-bg.png) no-repeat center 0;
	background-size:cover;
}
.main-treat02{
	background: url(/images/default/treat02-bg.png) no-repeat center 0;
	background-size:cover;
}
.main-treat03{
	background: url(/images/default/treat03-bg.png) no-repeat center 0;
	background-size:cover;
}
.main-treat01 .text{
	padding:50px 0 50px 500px;
}
.main-treat02 .text{
	padding:50px 500px 50px 0;
}
.main-feat h2,
.main-feat h3,
.main-feat li>div>div {
	margin-bottom:20px;
}
.main-feat em,
.main-about em {
	display:block;
	padding:0 60px 20px;
	text-align:center;
}
.main-info li {
	padding:15px 0;
	border-bottom:1px dotted #ccc;
}
.main-info .date{
	display:block;
	color:#999;
}
.main-about .googlemap {
	border:1px solid #E0516B;
	padding:1px 1px 0;
}
.main-about table{
	width:100%;
	margin-bottom:30px;
}
.main-about th{
	padding:15px 0;
	color:#E0516B;
}
.main-about tr{
	padding:15px 0;
	border-bottom:1px dotted #ccc;
}
.main-contact{
	background: url(/images/default/contact-bg.png) no-repeat center 0;
	background-size:cover;
	padding:50px 0;
}
.main-contact>div {
	width:780px;
	background:#fff;
	padding:50px;
	text-align:center;
}
.main-contact .tel,
.main-contact .mail {
	display:inline-block;
	vertical-align:middle;
	padding:0 10px;
}

#footer {
}
#footer-inner {
}
.footer-copyright {
	background:#E0516B;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 11px;
	padding:10px 0;
}
.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom:20px;
	right:20px;
	z-index: 10;
}

/* Lower
------------------------------------------*/
/* link color */
.breadcrumb a,
.entry-content a {
	color:#E0516B;
}

.page-title,
.entry-content h2, .entry-title,
.entry-content h3, .h3,
.entry-content h4, .h4,
.entry-content h5, .h5 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* heading */
.page-title {
	line-height:120px;
	font-size: 28px;
	text-align:left;
}
.entry-content h2, .entry-title {
	margin: 0 0 20px;
	padding: 15px 0 15px 30px;
	border-bottom: 1px solid #DCB67F;
	font-size: 22px;
	background: url(/images/default/title02.png) no-repeat 0 0;
}
.entry-content h2 {
	margin: 0 0 20px;
}
.entry-title a,
.entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	padding: 5px 15px;
	font-size: 18px;
	background: #FEF2F2;
}
.entry-content h4, .h4 {
	padding: 0 0 0 25px;
	font-size: 16px;
	background: url(/images/default/title04.png) no-repeat 0 5px;
}
.entry-content h5, .h5 {
	font-weight: bold;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
}



/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {
	display: none;
}
.breadcrumb {
	padding: 10px 0;
	margin-bottom: 20px;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	padding: 0 5px 0 0;
	content: '\f015';
	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:#E0516B;
}


/* 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 {
	width:240px;
	margin: 50px 0 20px 25px;
	text-align: left;
	float:right;
}
.blog-nav:nth-child(1){
	margin: 50px 0 20px 0;
	float: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;
	font-size: 0.8rem;
	border-bottom: 1px solid #ddd;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 50%;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	margin-top: -6px;
	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,
.blog-nav .scroll-area .cs-bar,
.blog-nav .scroll-area .cs-bar-inner {
	height: 200px;
}
.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: #eee;
}
.blog-nav .scroll-area .cs-bar-inner {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
}
.blog-nav .scroll-area .cs-drag {
	background: #aaa;
} */


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

/* single */
.gallery-detail {
	padding: 0 15px 15px 15px;
	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%;
	text-align: center;
	vertical-align: middle;
}
.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: #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: #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;
}
