@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
}
body {
	font-size: 14px;
	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: #333;
}
a {
	color: #355ebc;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #355ebc;
	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: #f4f4f4;
}
body.home {
}
#container {
	overflow: hidden;
}
#content-inner {
	margin: 0 auto;
	padding-bottom: 100px;
	width: 980px;
}
#main {
	width: 980px;
	text-align: left;
}

.entry {
	margin: 0 0 20px 0;
}
.entry-content {
	margin: 0 0 30px 0;
	padding: 0 40px 40px;
	background: #fff;
	box-shadow: 0 2px 2px 2px rgba(0,0,0,.1);
}



/* header
------------------------------------------*/
#header {
	margin-bottom: 17px;
	background: url(/images/default/header-bg.png) repeat-x center 0;
	box-shadow: 0 2px 2px 2px rgba(0,0,0,.1);
}
.home #header {
	margin-bottom: 27px;
}
#header-inner {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 162px;
	z-index: 1000;
}
.site-description {
	display: none;
	position: absolute;
	top: 15px;
	left: 0;
	color: #aaa;
	font-size: 11px;
}
.header-logo {
	position: absolute;
	top: 0;
	left: 0;
}
.header-mail {
	position: absolute;
	top: 29px;
	right: 0;
}
.header-btn {
	position: absolute;
	top: 29px;
	right: 163px;
}
.gnav {
	position: absolute;
	top: 100px;
	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: #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 40px;
	padding-bottom: 10px;
}
#mainimage img{
	box-shadow: 0 2px 2px 2px rgba(0,0,0,.1);
}


/* main
------------------------------------------*/
.main-pickup{
	margin-bottom: 40px;
	box-shadow: 0 2px 2px 2px rgba(0,0,0,.1);
}
.main-pickup-inner{
	padding: 40px 40px 50px;
	background: #fff;
}
.main-pickup-list-img{
	float: left;
	width: 290px;
}
.main-pickup-list-body{
	float: right;
	width: 580px;
}
.main-pickup-list-header{
	margin-bottom: 25px;
	height: 32px;
}
.main-pickup-list-cat{
	display: inline-block;
	padding: 0 15px;
	color: #fff;
	font-weight: bold;
	text-align:center;
	line-height: 32px;
	background: #3a61b9;
}
.main-pickup-list-date{
	float: right;
	color: #767676;
	font-size: 16px;
	font-weight: bold;
}
.main-pickup-list-date:before {
	padding-right: 5px;
	content: '\f017';
	color: #3c599e;
	font-weight: normal;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main-pickup-list-title{
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: bold;
}
.main-pickup-list-title a{
	color: #333;
}
.main-pickup-list-text{
	line-height: 1.8;
}

.main-review{
	margin-bottom: 40px;
	box-shadow: 0 2px 2px 2px rgba(0,0,0,.1);
}
.main-review-title{
	position: relative;
	width: 980px;
	height: 77px;
}
.main-review-title a{
	position: absolute;
	top: 23px;
	right: 19px;
}
.main-review-inner{
	padding: 40px 40px 50px;
	background: #fff;
}
.main-review-list-item{
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: #dfdfdf 1px solid;
}
.main-review-list-img{
	float: left;
	width: 154px;
}
.main-review-list-body{
	float: right;
	width: 672px;
}
.main-review-list-header{
	margin-bottom: 20px;
	height: 32px;
}
.main-review-list-cat{
	display: inline-block;
	padding: 0 15px;
	color: #fff;
	font-weight: bold;
	text-align:center;
	line-height: 32px;
	background: #3a61b9;
}
.main-review-list-date{
	float: right;
	color: #767676;
	font-size: 16px;
	font-weight: bold;
}
.main-review-list-date:before {
	padding-right: 5px;
	content: '\f017';
	color: #3c599e;
	font-weight: normal;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main-review-list-title{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
.main-review-list-title a{
	color: #333;
}
.main-review-list-text{
	line-height: 1.8;
}
.main-review .scroll-area,
.main-review .scroll-area .cs-bar,
.main-review .scroll-area .cs-bar-inner{
	height: 592px;
}
.main-review .scroll-area{
	position: relative; 
	overflow: hidden;
}
.main-review .scroll-area .cs-content{
	padding: 0 42px 0 0;
}
.main-review .scroll-area .cs-bar{
	position: absolute;
	top: 0;
	right: 2px;
	width: 2px;
	background: #ccc;
}
.main-review .scroll-area .cs-bar-inner{
	position: absolute;
	top: 0;
	right: -2px;
	width: 6px;
}
.main-review .scroll-area .cs-drag{
	background: #7c99dd;
}

.main-greeting{
	box-shadow: 0 2px 2px 2px rgba(0,0,0,.1);
}
.main-greeting-inner{
	padding: 40px 40px 50px;
	background: #fff;
}
.main-greeting-img{
	float: left;
	width: 290px;
}
.main-greeting-txt{
	float: right;
	width: 580px;
}
.main-greeting-txt strong{
	padding-bottom: .5em;
	color: 16px;
}
.main-greeting-txt p{
	padding-bottom: 1em;
}


/* 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 {
	background: url(/images/default/footer-bg.png) repeat-x center 0;
}
#footer-inner {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 302px;
}
.footer-logo {
	position: absolute;
	top: 43px;
	left: 0;
	width: 100%;
	text-align: center;
}
.footer-btn {
	position: absolute;
	top: 173px;
	left: 0;
	width: 100%;
	text-align: center;
}
.footer-copyright {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 11px;
}
.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 {
	position: relative;
	margin: 0 0 24px 0;
	padding: 25px 0 25px 27px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background: #f44f6d;
}
.page-title:after{
	display: block;
	content: "";
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	border: #fff 1px solid;
}
.entry-content h2, .entry-title {
	margin: 0 0 20px;
	padding: 25px 0 25px 80px;
	border-top: 2px solid #f44f6d;
	border-bottom: 1px solid #e5e5e5;
	color: #f44f6d;
	font-size: 20px;
	font-weight: bold;
	background: url(/images/default/entry-title-bg.png) no-repeat 20px 50%;
}
.entry-content h2 {
	margin: 0 -40px 40px;
}
.entry-title a,
.entry-content h2 a {
	color: #f44f6d;
}
.entry-content h3, .h3 {
	padding: 12px 15px;
	font-size: 18px;
	font-weight: bold;
	background: #fceef1;
}
.entry-content h4, .h4 {
	padding: 0 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	background: url(/images/default/entry-h4-bg.png) no-repeat 0 50%;
}
.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-bottom: 30px;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	padding: 0 2px 0 4px;
	content: '\f015';
	color: #355ebc;
	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-area{
	margin: 50px 0;
	padding: 40px 40px 20px;
	background: #fff;
	box-shadow: 0 2px 2px 2px rgba(0,0,0,.1);
}

/* 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%;
	text-align: center;
}
.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;
}
