@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
}
body {
	font-size: 13px;
	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;
	color: #333;
}
a {
	color: #0048ff;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #0048ff;
	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/bg.jpg) repeat center 0;
}
body.home {
}
#container {
	overflow: hidden;
}
#content{
	position: relative;
}
#content::before,
#content::after,
.news-wrap::before,
.news-wrap::after{
	content: "";
	display: block;
	position: absolute;
}
#content::before,
.news-wrap::before{
	top: 132px;
	left: -500px;
	width: 1309px;
	height: 888px;
	background: url(/images/default/cloud-left.png) no-repeat 0 0;
}
#content::after,
.news-wrap::after{
	top: -87px;
	right: -496px;
	width: 1216px;
	height: 888px;
	background: url(/images/default/cloud-right.png) no-repeat 0 0;
}
.home #content::before{top: 18px;}
.home #content::after{top: 148px;}
.news-wrap::before{top: 379px;}
.news-wrap::after{top: 112px;}

#content-inner {
	position: relative;
	margin: 0 auto;
	padding-bottom: 60px;
	width: 1040px;
	z-index: 5;
}
.home #content-inner {width: 100%;}
#main {
	text-align: left;
}

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


/* header
------------------------------------------*/
#header {
	position: relative;
	padding-bottom: 18px;
	background: url(/images/default/header-bg.png) repeat-x center bottom;
	-webkit-background-size: 385px 18px;
	background-size: 385px 18px;
	z-index: 1000;
}
#header-inner {
	background: #fff;
}
#header-inner2 {
	position: relative;
	margin: 0 auto;
	width: 1040px;
	height: 206px;
}
.site-description {
	position: absolute;
	top: 19px;
	right: 0;
	color: #666;
	font-size: 10px;
}
.header-logo {
	position: absolute;
	top: 38px;
	left: 2px;
}
.header-tel {
	position: absolute;
	top: 56px;
	right: 0px;
}
.gnav {
	position: absolute;
	top: 123px;
	left: 0;
}

/* 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: rgba(255,255,255,.8); }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: #333; font-size: 11px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #ecf8fb; }
.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;
	margin: -24px auto 156px;
}
#mainimage-inner {
	position: relative;
	margin: 0 auto;
	width: 1040px;
}

/* slideshow */
.slideshow {
	margin: 0 -440px;
}
.slideshow .slick-slide {
}
.slideshow .slick-slide img {
	width: 100%;
}

.p1-icon{
	position: absolute;
	bottom: -129px;
	left: 0;
}


/* main
------------------------------------------*/
.topbn{
	max-width: 1040px;
	margin: 0 auto 57px;
}

.main-plan {
	margin: 0 auto 110px;
	text-align: center;
}
.main-plan-title {
	margin-bottom: 120px;
}
.main-plan-inner {
	width: 1040px;
	margin: 0 auto;
}
.main-plan-list{
	position: relative;
}
.main-plan-list > li{
	position: relative;
	display: block;
	width: 318px;
	margin-bottom: 15px;
	padding-bottom: 60px;
}
.main-plan-list > li:nth-child(1){
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -159px;
}
.main-plan-list > li:nth-child(4),
.main-plan-list > li:nth-child(5){width: 396px;}
.main-plan-list > li:nth-child(4){margin-left: 101px;}
.main-plan-list > li:nth-child(5){margin-right: 101px;}
.main-plan-list > li:nth-child(2),
.main-plan-list > li:nth-child(4){float: left;}
.main-plan-list > li:nth-child(3),
.main-plan-list > li:nth-child(5){float: right;}
.main-plan-img {
	height: 272px;
	margin-bottom: 17px;
	padding: 16px 0;
}
.main-plan-img img{
	width: 260px;
	height: 240px;
	object-fit: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.main-plan-list > li:nth-child(1) .main-plan-img{background: url(/images/default/menu1-bg.png) no-repeat center 0;}
.main-plan-list > li:nth-child(2) .main-plan-img{background: url(/images/default/menu2-bg.png) no-repeat center 0;}
.main-plan-list > li:nth-child(3) .main-plan-img{background: url(/images/default/menu3-bg.png) no-repeat center 0;}
.main-plan-list > li:nth-child(4) .main-plan-img{background: url(/images/default/menu4-bg.png) no-repeat center 0;}
.main-plan-list > li:nth-child(5) .main-plan-img{background: url(/images/default/menu5-bg.png) no-repeat center 0;}
.main-plan-text {
	text-align: left;
	font-size: 12px;
	line-height: 2.4;
	letter-spacing: -1px;
}
.main-plan-text h3{
	margin-bottom: 10px;
	line-height: 1.6em;
	text-align: center;
	letter-spacing: 2px;
	font-size: 22px;
	font-weight: bold;
}
.main-plan-text h4{
	margin-bottom: 18px;
	line-height: 1.6em;
	text-align: center;
	letter-spacing: -2px;
	font-size: 14px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #e16a4e;
}
.plan-more{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.main-message {
	margin: 0 auto;
	background: url(/images/default/message-bg.jpg) no-repeat center 0;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.main-message-inner {
	position: relative;
	width: 1040px;
	margin: 0 auto;
	padding: 213px 0 180px;
}
.main-message-img {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -225px;
}
.main-message-img > div{
	position: relative;
}
.main-message-img > div::before{
	content:"";
	position: absolute;
	top: -25px;
	left: -125px;
	display: block;
	width: 700px;
	height: 465px;
	background: url(/images/default/message-img-bg.png) no-repeat 0 0;
}
.main-message-img img{
	position: relative;
	z-index: 5;
	width: 450px;
	height: 450px;
	padding: 10px;
	background: #fff;
	object-fit: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 2px 2px 4px 3px rgba(0,0,0,0.05);
}
.main-message-text {
	position: relative;
	z-index: 5;
	float: left;
	width: 536px;
	line-height: 2.2;
	letter-spacing: 0;
	font-size: 12px;
}
.main-message-title {
	margin-bottom: 37px;
}
.main-message-text p{margin-bottom: 5px;}
.message-more{margin-top: 30px;}

.news-wrap{
	position: relative;
	padding: 160px 0 145px;
}
.news-wrap-inner{
	position: relative;
	width: 940px;
	margin: 0 auto 110px;
	z-index: 5;
}
.main-news {
	position: relative;
	width: 430px;
	padding: 20px;
	background: #cc7605;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow:4px 12px 0px 0px rgba(0,0,0,0.1);
}
.main-news.float-right{background: #d38826;}
.main-news::before,
.main-news::after{
	content:"";
	display: block;
	position: absolute;
}
.main-news::before{
	width: 170px;
	height: 79px;
	top: -46px;
	left: 50%;
	margin-left: -85px;
	background: url(/images/default/news-bgt.png) no-repeat 0 0;
}
.main-news.float-left::after{
	width: 50px;
	height: 50px;
	bottom: 14px;
	right: -20px;
	background: url(/images/default/news-icon.png) no-repeat 0 0;
}
.main-news-inner {
	padding: 42px 15px 26px;
	background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.main-news-title {
	margin: 0 0 2px;
}
.main-news-list {
}
.main-news-list-item {
	min-height: 97px;
	padding: 20px 0 17px;
	font-size: 12px;
	border-bottom: 2px dotted #cccccc;
}
.main-news-list-img {
	float: left;
	margin: 0 15px 0 0;
	width: 60px;
	height: 60px;
	background: #eee;
}

.main-news-list-date {
	display: block;
	margin-bottom: 5px;
	color: #e16a4e;
}
.main-news-list-title > a {
	color: inherit;
}

.main-blog {
	position: relative;
	width: 1040px;
	margin: 0 auto;
	z-index: 5;
}
.main-blog-title {
	margin: 0 0 51px;
	text-align: center;
}
.main-blog-inner {
}
.main-blog-list {
	margin: 0 -20px;
}
.main-blog-list-item {
	float: left;
	width: 230px;
	margin: 0 20px;
}
.main-blog-list-img {
	width: 230px;
	height: 210px;
	margin-bottom: 15px;
	padding: 10px;
	background: #fff;
	box-shadow:0px 0px 5px 3px rgba(0,0,0,0.05);
}
.main-blog-list-img img{
	width: 210px;
	height: 190px;
	object-fit: cover;
}
.main-blog-list-title {
	margin: 0 0 12px 0;
	overflow: hidden;
}
.main-blog-list-title a {
	font-weight: bold;
	color: inherit;
}
.main-blog-list-text {
	font-size: 11px;
	color: #666;
	overflow: hidden;
}


/* sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 220px;
	text-align: left;
}
.side-nav {
	margin: 0 0 20px 0;
}
.side-nav li a {
}
.side-nav-inner > ul > li > a {
	display: block;
	padding: 5px 5px 5px 20px;
	font-size: 13px;
	background: url(/images/default/side-nav-btn-bg.png) no-repeat 3px 50%;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
}
.side-nav-inner > ul > li > ul {
	padding: 10px;
}
.side-nav-inner > ul > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}
.side-about {
	margin: 20px 0;
	padding: 10px;
	color: #fff;
	font-size: 11px;
	background: #222;
}

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


/* footer
------------------------------------------*/
#footer {
	padding-top: 30px;
	background: url(/images/default/footer-bg.png) repeat-x center 0;
}
#footer-inner {
	padding: 105px 0 120px;
	color: #e16a4e;
	background: #fff;
}

#footer-top{
	position: relative;
	width: 1040px;
	margin: 0 auto 50px;
	padding-bottom: 60px;
	border-bottom: 1px #ccc dashed;
}

.footer-left{
	float: left;
	width: 430px;
	text-align: left;
	font-size: 13px;
}
.footer-logo{
	margin: 0 0 21px 4px;
}
.footer-left p{
	margin-bottom: 7px;
}
.footer-left i{
	font-size: 16px;
	padding-right: 10px;
}
.footer-left small{
	font-size: 12px;
	opacity: 1;
}
.access-more{
	margin-top: 20px;
}

.footer-right{
	float: right;
	width: 489px;
	padding-top: 20px;
	text-align: right;
	font-size: 11px;
}
.footer-right table{
	width: 100%;
	margin: 24px 0 15px;
	font-size: 15px;
}
.footer-right tr{}
.footer-right th,
.footer-right td{
	padding: 8px 5px;
	text-align: center;
	vertical-align: middle;
	border: 1px #d5d2b6 solid;
}
.footer-right th{
	font-weight: normal;
	color: #fff;
	background: #e16a4e;
}
.footer-right th:first-child{width: 134px;}
.footer-right td{}

.footer-bottom{
	position: relative;
	width: 1040px;
	margin: 0 auto;
}
.footer-nav {
	text-align: right;
	font-size: 0;
}
.footer-nav li {
	display: inline-block;
	font-size: 12px;
}
.footer-nav li a {
	color: inherit;
}
.footer-nav li:not(:first-child) a::before{
	content: "|";
	padding: 0 10px;
}
.footer-nav li ul {
	display: none;
}

.footer-copyright {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
}
.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10;
}

/* Lower
------------------------------------------*/
/* link color */
.breadcrumb a,
.entry-content a {
}

/* heading */
.page-title-wrap{
	margin-top: -24px;
	background: url(/images/default/page-title-bg.jpg) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.page-title {
	display: none;
	width: 1040px;
	margin: 0 auto;
	padding: 120px 0 100px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;

}
.entry-content h2, .entry-title {
	position: relative;
	margin-bottom: 50px;
	padding: 63px 30px 58px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	background: url(/images/default/entry-title-bg.png) no-repeat 0 0;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	box-shadow:4px 7px 0px 0px rgba(0,0,0,0.1);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.entry-content h2::after, .entry-title::after {
	content:"";
	display: block;
	width: 108px;
	height: 50px;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -54px;
	background: url(/images/default/news-bgt.png) no-repeat 0 0;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.entry-content h2 {
	margin: 0 0 50px;
}
.entry-title a,
.entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	padding: 25px;
	font-size: 17px;
	color: #fff;
	background: url(/images/default/h3.png) no-repeat 0 0;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.entry-content h4, .h4 {
	padding: 0 0 0 5px;
	font-size: 15px;
	font-weight: bold;
	border-left: 5px solid #f8be36;
}
.entry-content h5, .h5 {
	font-weight: bold;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
}



/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {
	display: none;
}
.breadcrumb {
	padding: 0;
	margin: 30px 0 70px;
	background: none;
	font-size: 10px;
	color: #666;
}
.breadcrumb a{color: inherit;}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	display: none;
	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;
}


/* 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 {
	margin: 0 0 20px 0;
	text-align: left;
}
.blog-nav-title {
	text-align: center;
	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: #e16a4e;
	background-color: #e16a4e;
	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: #cc7605;
	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: #e16a4e;
	color: #fff;
}
