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

#container{
	font-family: 'Noto Sans JP', sans-serif;
}

/* Layout
------------------------------------------*/
body {
	min-width: 1020px;
	text-align: center;
	background:#FFF9E7 url(/images/default/bg-common.png) repeat-x center 0;
}
body.home {
	background:#FFF9E7 url(/images/default/bg-home.png) repeat-x center 0;
}
#container {
	overflow: hidden;
}
.home #container {
	background: url(/images/default/bg01.png) repeat-x center 645px;
}
#content-inner {
	margin: 0 auto;
	padding-bottom: 100px;
	width: 1020px;
}
#main {
	float: right;
	width: 750px;
	text-align: left;
}

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


/* header
------------------------------------------*/
#header {
}
#header-inner {
	position: relative;
	margin: 0 auto;
	width: 1020px;
	height: 265px;
	z-index: 1000;
}
.site-description {
	position: absolute;
	top: 60px;
	left: 150px;
	font-size: 11px;
}
.header-btn {
	position: absolute;
	top: 50px;
	right:0;
}
.header-btn li{
	float:left;
	margin:0 0 0 10px;
}
.header-logo {
	position: absolute;
	top: 40px;
	left: 0;
	width:120px;
}
.gnav {
	position: absolute;
	top: 160px;
	left: 0;
}

.gnav-fixed {
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	width:100%;
	background:#eee;
	display:none;
	padding:10px 0;
}
.gnav-fixed>div{
	width:1020px;
	margin:0 auto;
}

/* 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(0,0,0,0.75); }
.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: #FDD100; color:#000; }
.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;
}
#mainimage-inner {
	margin: 0 auto;
	width: 1020px;
}

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

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 19px;
	height: 29px;
}
.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.slideshow .slick-arrow.slick-prev {
	left: 20px;
}
.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/slideshow-prev.png) no-repeat center center;
}
.slideshow .slick-arrow.slick-next {
	right: 20px;
}
.slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/slideshow-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,
.main-exte,
.main-trou>div{
	position: relative;
	margin: 0 auto;
	width: 1020px;
	text-align:left;
}
.main-news {
	background:#fff;
	padding:30px;
	margin: -20px auto 50px;
}
.main-news .date{
	margin:0 20px 0 -20px;
	color:#999;
}
.main-exte {
	padding:200px 0;
}
.main-exte .image img{
	position:absolute;
	top:80px;
	right:20px;
	box-shadow:-30px 40px 0px 0px #FDD100;
}
.main-exte .text01 ul {
	padding:30px 0 0 0;
}
.main-exte .text01 li {
	width:300px;
	border-bottom:1px solid #ccc;
	padding:10px 0 10px 40px;
}
.main-exte .text01 li:nth-child(1){
	background:url(/images/default/icon-01.png) no-repeat 0 15px;
	background-size:32.5px 20px;
}
.main-exte .text01 li:nth-child(2){
	background:url(/images/default/icon-02.png) no-repeat 0 15px;
	background-size:32.5px 20px;
}
.main-exte .text01 li:nth-child(3){
	background:url(/images/default/icon-03.png) no-repeat 0 15px;
	background-size:32.5px 20px;
}
.main-exte .text01 li:nth-child(4){
	background:url(/images/default/icon-04.png) no-repeat 0 15px;
	background-size:32.5px 20px;
}
.main-exte .text02 {
	position:absolute;
	top:320px;
	right:-150px;
	background:#fff url(/images/default/icon01.png) no-repeat 50px 50px;
	padding:70px;
	z-index:10;
}
.main-exte .text02 p{
	padding:0 0 10px;
}
.main-exte .text02 p strong{
	font-size:22px;
}
.main-trou{
	background:url(/images/default/bg02.png) no-repeat center 0;
	padding:100px 0 0;
}
.main-trou .text01{
	overflow:hidden;
	padding:50px 0;
}
.main-trou .text01 li{
	display:block;
	width: calc(100%/5);
	float:left;
	text-align:center;
	padding:0 30px;
	border-left:1px solid rgba(0,0,0,0.10);
}
.main-trou .text01 li:last-child{
	border-right:1px solid rgba(0,0,0,0.10);
}
.main-trou .text01 li img{
	width:120px;
}
.main-trou .text02{
	width: 800px;
	margin: 0 110px 80px;
	border:1px solid #ddd;
	background:#fff;
	padding:50px;
}
.main-trou .text02 p img{
	float:left;
	margin:0 30px 0 0;
}
.main-trou .text02 p strong{
	font-size:20px;
	display:block;
	padding:10px 0;
}

.home #main {
	font-size:12px;
}

.main-hair {
	background: url(/images/default/incr-bg.png) no-repeat center center;
	background-size:cover;
	padding:40px;
	margin-bottom:50px;
}
.main-hair>div>div{
	padding:20px 200px 20px 0;
}
.main-item h2,
.main-column h2,
.main-blog h2{
	text-align:center;
	padding-bottom:20px;
}
.main-item li,
.main-column,
.main-blog{
	padding-bottom:30px;
}
.main-item li a:last-child{
	background: url(/images/default/icon02.png) no-repeat 0 50%;
	padding:0 0 0 10px;
}
.main-banner {
	border:1px solid #ddd;
	background:#fff;
	padding:40px;
	margin-bottom:50px;
}
.main-banner li{	
	border-right:1px solid #ddd;
	text-align:center;
}
.main-banner li:last-child{
	border-right:none;
}
.main-column li h3{
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 10px;
}
.main-blog li .image{
	border:10px solid #fff;
}
.main-blog li h3{
	font-weight:bold;
	line-height:1.4;
}
.main-message {
	background: url(/images/default/about-bg.png) no-repeat center center;
	background-size:cover;
	border:1px solid #ddd;
	padding:40px;
}
.main-message>div>div{
	padding:20px 220px 0 0;
}

/* sidebar
------------------------------------------*/

#sidebar {
	float: left;
	width: 230px;
	text-align: left;
}
.side-nav {
	margin: 0 0 20px 0;
	border:1px solid #ddd;
	background:#fff;
	padding:25px 14px;
}
.side-nav h2{
	margin: 0 0 10px 0;
}
.side-nav-inner > ul > li > a {
	display: block;
	padding: 3px 5px 3px 10px;
	font-size: 13px;
	background: url(/images/default/icon02.png) no-repeat 0 50%;
}
.side-nav-inner > ul > li > ul {
	/* padding: 10px; */
	display:none;
}
.side-nav-inner > ul > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}

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


/* footer
------------------------------------------*/

.footer-map .googlemap,
.footer-map .googlemap iframe{
	height:500px;
}

#footer {
	background:#fff;
}
#footer-inner {
	position: relative;
	margin: 0 auto;
	width: 1020px;
	text-align: center;
	font-size: 13px;
}
.footer-nav {
	padding:50px 0 30px;
}
.footer-nav li {
	display: inline;
	padding: 0 10px;
	border-right:1px solid #999;
}
.footer-nav li:last-child{
	border-right:none;
}
.footer-logo img {
	width:120px;
}
.footer-about p a img{
	max-width:230px;
	padding:20px 0 30px;
}
.footer-about li{
	display:inline-block;
	margin:0 20px 80px;
}
.footer-copyright {
	width: 100%;
	text-align: center;
	font-size: 11px;
	color:#fff;
	background: url(/images/default/bg01.png) repeat-x center 0;
	padding:20px 0;
}
.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 {
	padding:35px 0 85px;
	font-size: 30px;
	font-weight: bold;
}
.entry-content h2, .entry-title {
	margin: 0 0 20px;
	padding:25px 20px;
	border: 1px solid #ddd;
	font-size: 18px;
	font-weight: bold;
	background:#fff url(/images/default/title02.png) no-repeat 0px 50%;
}
.entry-content h2 {
	margin: 0 0 20px;
}
.entry-title a,
.entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	background:url(/images/default/title03.png) no-repeat 0px bottom;
}
.entry-content h4, .h4 {
	padding: 0 0 0 5px;
	font-size: 15px;
	font-weight: bold;
	border-left: 3px solid #FDD100;
}
.entry-content h5, .h5 {
	font-weight: bold;
	border-bottom: 1px dotted rgba(0,0,0,0.5);
}



/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {
	display: none;
}
.breadcrumb {
	padding: 0;
	margin-bottom: 20px;
	background: none;
	font-size: 11px;
}
.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; */
	display:none;
}


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

/* カテゴリとアーカイブが多い際にスクロールエリア化 */

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