@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
}
body {
	font-size: 14px;
	line-height: 1.6;
	font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
}
a {
	color: #de7171;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #de7171;
	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;
	background: #fff url(/images/default/bg.png) no-repeat center -265px;
	-webkit-background-size: 100% 570px;
	background-size: 100% 570px;
}
body.home {
	background: #fff url(/images/default/bg.png) no-repeat center 145px;
	-webkit-background-size: 100% 570px;
	background-size: 100% 570px;
}
#container {
	overflow: hidden;
}
#content-inner {
	margin: 0 auto;
	padding-bottom: 60px;
	width: 980px;
}
#main {
	float: right;
	width: 720px;
	text-align: left;
}

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



/* header
------------------------------------------*/
#header {
	margin: 0 0 0 0;
	background: #ffdbd2;
}
#header-inner {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 145px;
	z-index: 1000;
}
.site-description {
	position: absolute;
	top: 27px;
	left: 0;
	font-size: 9px;
	color: #fff;
}
.header-addr{
	position: absolute;
	top: 50px;
	left: 0;
	font-size: 9px;
	color: #e58380;
}
.header-tel {
	position: absolute;
	top: 26px;
	right: -1px;
}
.header-tel li{
	float: left;
	margin-left: 9px;
}

.gnav {
	position: absolute;
	top: 98px;
}
.gnav-left{left: -19px;}
.gnav-right{right: -20px;}

/* 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 86px;
}
#mainimage-inner {
	margin: 0 auto;
	width: 980px;
}

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


/* main
------------------------------------------*/
.main-message {
	width: 980px;
	min-height: 614px;
	margin: 0 auto 69px;
	padding-left: 490px;
	text-align: left;
	background: url(/images/default/message-img1.jpg) no-repeat 0 0;
}
.main-message-inner {
}
.main-message-title {
	margin-bottom: 35px;
}
.main-message-text {
	position: relative;
	line-height: 2.05;
	padding-bottom: 30px;
}
.main-message-text:before,
.main-message-text:after{
	content:"";
	display: block;
	width: 330px;
	height: 234px;
	position: absolute;
	bottom: -244px;
	z-index: 5;
}
.main-message-text:before{
	right: 346px;
	background: url(/images/default/message-img2.jpg) no-repeat 0 0;
}
.main-message-text:after{
	right: 0;
	background: url(/images/default/message-img3.jpg) no-repeat 0 0;
}

.main-concept {
	margin: 0 0 69px 0;
	padding: 80px 0 70px;
	background: #ffe0d8 url(/images/default/concept-bgb.png) no-repeat 0 bottom;
	-webkit-background-size: 100% 44px;
	background-size: 100% 44px;
}
.main-concept-inner {
	width: 980px;
	margin: 0 auto;
}
.main-concept-title {
	margin-bottom: 56px;
	margin-left: -3px;
}
.main-concept ul{
	margin-left: -25px;
}
.main-concept li{
	float: left;
	width: 310px;
	margin-left: 25px;
	line-height: 1.8;
}
.main-concept li h3{
	margin-bottom: 20px;
	line-height: 1.5;
	letter-spacing: .5px;
	font-size: 18px;
	color: #de7171;
}
.concept-img{
	margin-bottom: 20px;
}

.main-message2 {
	margin: 0 0 60px;
	border-bottom: 1px #ffdcd3 solid;
}
.main-message2-inner {
}
.main-message2-title {
	margin-bottom: 32px;
}
.main-message2 .template{
	margin: 0;
}
.main-message2-text {
	line-height: 1.8;
}

.main-message3 {
}
.main-message3-inner {
}
.main-message3-text {
	line-height: 1.8;
}
.main-message3-text h3{
	margin-bottom: 25px;
	letter-spacing: -.5px;
	font-size: 18px;
	color: #de7171;
}


.main-blog {
	margin: 0 0 35px 0;
}
.main-blog-title {
	margin: 0 0 15px;
}
.main-blog-inner {
}
.main-blog-list {
}
.main-blog-list-item {
	padding: 15px 0;
	border-bottom: 1px #c8c8c8 dotted;
	color: #000;
}
.main-blog-list-item:last-child{border: none;}
.main-blog-list-img {
	float: left;
	margin: 0 15px 0 0;
	width: 130px;
	height: 90px;
	background: #eee;
}
.main-blog-list-title {
	font-size: 13px;
	margin: 0 0 10px 0;
	overflow: hidden;
}
.main-blog-list-title a {
	font-weight: bold;
	color: #000;
}
.main-blog-list-date {
	padding-right: 10px;
}
.main-blog-list-text {
	font-size: 12px;
	overflow: hidden;
}


/* sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 220px;
	text-align: left;
}
.side-nav {
	margin: 0 0 23px 0;
}
.side-nav h2{
	margin-bottom: 9px;
}
.side-nav li a {
	color: #666;
}
.side-nav-inner > ul > li > a {
	display: block;
	padding: 9px 5px 9px 22px;
	background: url(/images/default/snav-li.png) no-repeat 0px 45%;
}
.side-nav-inner > ul > li > ul {
	padding: 0px 5px 8px 10px;
	font-size: 12px;
}
.side-nav-inner > ul > li > ul > li:before{
	content:"└";
	margin-right: 5px;
}

.side-about {
	margin-bottom: 20px;
	padding: 25px 15px;
	color: #1b1b1b;
	font-size: 11px;
	background: #f3f3f3;
}
.side-about h2{
	margin-bottom: 16px;
	color: #de7171;
	font-size: 15px;
}

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


/* footer
------------------------------------------*/
.footer-gmap,
.footer-gmap iframe{
	height: 360px;
}

#footer {
	padding-top: 50px;
	background: #ffdbd2;
}
#footer-inner {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

.footer-addr{
	margin: 20px 0 40px;
	font-size: 11px;
	color: #e58380;
}
.footer-copyright {
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 10px;
	background: #ebaf9f;
}
.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 10;
}
.pagetop-btn-wrap  img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}



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

/* heading */
.page-title-wrap{
	height: 210px;
	padding-top: 89px;
	background: url(/images/default/page-title-bg.jpg) no-repeat center 0;
}
.page-title {
	display: inline-block;
	min-width: 676px;
	margin: 0 auto;
	padding: 13px;
	color: #fff;
	font-size: 25px;
	background: url(/images/default/page-title-bg.png) no-repeat center 0;
	-webkit-background-size: 100% 63px;
	background-size: 100% 63px;;
}
.entry-content h2, .entry-title {
	margin: 0 0 20px;
	padding: 15px;
	border-left: 2px solid #de7171;
	font-size: 20px;
	color: #de7171;
	background: #ffe0d8;
}
.entry-content h2 {
	margin: 0 0 20px;
}
.entry-title a,
.entry-content h2 a {
	color: #de7171;
}
.entry-content h3, .h3 {
	padding: 5px 10px;
	font-size: 18px;
	color: #9f864e;
	border-bottom: 1px #9f864e solid;
	
}
.entry-content h4, .h4 {
	padding: 10px;
	font-size: 15px;
	color: #f28f93;
	background: #f3f3f3;
}
.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: 22px 0;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	display: none;
	padding: 0 2px 0 4px;
	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 {
	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;
}


/* 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%;
}
.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: #F38E92;
	background-color: #F38E92;
	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: #F38E92;
	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: #F38E92;
	color: #fff;
}
