@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
}
body {
	font-size: 14px;
	line-height: 2.0;
	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: #fff;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #fff;
	text-decoration: underline;
}
/* use hover animation */
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;
}

.gnav {
	font-family: 'Noto Sans JP', sans-serif;
}

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

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


/* header
------------------------------------------*/
#header {
	height: 80px;
	background:rgba(0,0,0,0.75);
	z-index: 1000;
	position: fixed;
	width:100%;
}
.site-description {
	position: absolute;
	top: 30px;
	left: 120px;
	color: #aaa;
	font-size: 10px;
}
.header-logo {
	position: absolute;
	top: 10px;
	left: 20px;
}
#header .mail {
	position: absolute;
	top: 20px;
	left: 1300px;
	width:160px;
}
#header .tel {
	position: absolute;
	top: 20px;
	left: 1120px;
	width:160px;
}
.gnav {
	position: absolute;
	top: 15px;
	left: 380px;
}
.gnav-list>li>a,
.gnav-list>li>span{
	text-align:center;
	padding-top:10px;
	height:50px;
	display:block;
	text-decoration:none;
	color:transparent;
}

.gnav-list>li:nth-child(1)>a{
	width:120px;
	background: url(/images/default/gnav01.png) no-repeat center 17.5px;
}
.gnav-list>li:nth-child(2)>a{
	width:100px;
	background: url(/images/default/gnav02.png) no-repeat center 17.5px;
}
.gnav-list>li:nth-child(3)>a{
	width:100px;
	background: url(/images/default/gnav03.png) no-repeat center 17.5px;
}
.gnav-list>li:nth-child(4)>a{
	width:90px;
	background: url(/images/default/gnav04.png) no-repeat center 17.5px;
}
.gnav-list>li:nth-child(5)>a{
	width:120px;
	background: url(/images/default/gnav05.png) no-repeat center 17.5px;
}
.gnav-list>li:nth-child(6)>a{
	width:70px;
	background: url(/images/default/gnav06.png) no-repeat center 17.5px;
}
.gnav-list>li:nth-child(7)>a{
	width:80px;
	background: url(/images/default/gnav07.png) no-repeat center 17.5px;
}

.gnav-list>li>a:hover,
.gnav-list>li>span:hover{
	background:none;
	color:#fff;
}

/* 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: 110%; left: 0; width: 100%; background: rgba(0,0,0,0.5); }
.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: #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 -58px auto;
}
#mainimage-inner {
	margin: 0 auto;
	width: 1020px;
}

/* slideshow */
.slideshow {
	margin: 0 -510px;
}
.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 {
	bottom:30px;
}
.slideshow .slick-dots li {
}
.slick-dots li button::before {
	color: transparent;
	border:2px solid #fff;
	border-radius:50%;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
	color: #fff;
	font-size:10px;
}

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

.main-message {
	background: url(/images/default/bg01.png) no-repeat center 0;
	padding:160px 0 80px;
}
.main-message>div,
.main-reason>div,
.main-biz>div,
.main-gallery>div,
.main-info>div,
#footer-inner,
.fixed-footer>div{
	width:1020px;
	margin:0 auto;
	position:relative;
	text-align:left;
}
.main-message h2{
	text-align:right;
}
.main-message .text{
	padding:100px 0 0 250px;
}
.main-message .text p,
.main-info h2{
	padding-bottom:30px;
}
.main-reason {
	background: url(/images/default/bg02.png);
	padding:50px 0;
}
.main-reason h2 img {
	margin:-100px 0 30px;
}
.main-reason em{
	display:block;
	text-align:center;
	padding:50px 0;
}
/* .main-reason .text {
	padding:15px 0 0 30px;
} */
.main-biz,
.main-info {
	padding:100px 0;
}
.main-biz li {
	margin-top:50px;
	width:324px;
	float:left;
}
.main-biz li:nth-child(2){
	margin:50px 24px 0;
}
.main-biz li a{
	padding-top:380px;
	display:block;
}
.main-biz li span{
	background:#fff;
	display:block;
}
.main-biz li:nth-child(1) a{
	background: url(/images/default/biz01.png) no-repeat 0 0;
	background-size:324px auto;
}
.main-biz li:nth-child(1) a:hover{
	background: url(/images/default/biz01.png) no-repeat -20px -20px;
	background-size:364px auto;
}
.main-biz li:nth-child(2) a{
	background: url(/images/default/biz02.png) no-repeat 0 0;
	background-size:324px auto;
}
.main-biz li:nth-child(2) a:hover{
	background: url(/images/default/biz02.png) no-repeat -20px -20px;
	background-size:364px auto;
}
.main-biz li:nth-child(3) a{
	background: url(/images/default/biz03.png) no-repeat 0 0;
	background-size:324px auto;
}
.main-biz li:nth-child(3) a:hover{
	background: url(/images/default/biz03.png) no-repeat -20px -20px;
	background-size:364px auto;
}
.main-para{
	background: url(/images/default/bg04.png) no-repeat center 0;
	background-size:cover;
	background-attachment: fixed;
	padding-top:450px;
}
.main-gallery{
	background: url(/images/default/bg03.png);
	padding:100px 0;
}
.main-gallery em {
	position:absolute;
	top:0;
	right:0;
}
.main-gallery h2 img{
	margin:-10px 0 50px;
}
.main-gallery li{
	width:220px;
	float:left;
	margin:0 0 15px 30px;
}
.main-gallery li:first-child{
	width:auto;
	margin:0;
}
.main-gallery .date,
.main-info .date {
	color:#666;
	display:block;
	font-size:11px;
	height:15px;
}
.main-banner li {
	width:33.3%;
	float:left;
}
.main-banner li a{
	display:block;
}
.main-banner li:nth-child(1) a{
	background: url(/images/default/img01.png) no-repeat 0 0;
	background-size:33.3vw auto;
}
.main-banner li:nth-child(1) a:hover{
	background: url(/images/default/img01.png) no-repeat -2vw -2vw;
	background-size:37.3vw auto;
}
.main-banner li:nth-child(2) a{
	background: url(/images/default/img02.png) no-repeat 0 0;
	background-size:33.3vw auto;
}
.main-banner li:nth-child(2) a:hover{
	background: url(/images/default/img02.png) no-repeat -2vw -2vw;
	background-size:37.3vw auto;
}
.main-banner li:nth-child(3) a{
	background: url(/images/default/img03.png) no-repeat 0 0;
	background-size:33.3vw auto;
}
.main-banner li:nth-child(3) a:hover{
	background: url(/images/default/img03.png) no-repeat -2vw -2vw;
	background-size:37.3vw auto;
}

.main-info>div {
	position:relative;
}
.main-info em{
	position:absolute;
	top:15px;
	right:15px;
	display:block;
	width:100px;
}
.main-info li {
	border-bottom:1px solid #222;
	padding:15px 0;
	overflow:hidden;
}
.main-info .image {
	float:left;
	margin-right:20px;
}

#footer {
	border-top:1px solid #222;
	font-size:13px;
}
#footer-inner {
	padding:60px 0;
}
#footer .logo {
	padding-bottom:20px;
}

.col-sm-4 .fnav>ul>li {
	width:50%;
	float:left;
}
.fnav>ul>li>a{
	background: url(/images/default/icon01.png) no-repeat 0 5px;
	padding:0 0 0 10px;
}
.fnav>ul>li>ul>li>a{
	padding:0 0 0 20px;
	font-size:11px;
}

.footer-copyright {
	border-top:1px solid #222;
	padding:20px 0 20px;
	text-align: center;
	color: #999;
	font-size: 11px;
}
.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0px;
	z-index: 10;
}

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

/* heading */

.page-title {
	display:table-cell;
	width:1020px;
	height:360px;
	line-height:1.0;
	text-align:center;
	vertical-align:middle;
	font-size:34px;
	font-weight:bold;
}
.page-title span{
	color:#B79960;
	font-size:14px;
}
.entry-content h2, .entry-title {
	margin: 0 0 60px;
	padding: 15px 0;
	text-align:center;
	font-size: 30px;
	font-weight: bold;
	background: url(/images/default/title02.png) no-repeat center bottom;
}
.entry-content h2 {
	margin: 0 0 60px;
}
.entry-title a,
.entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	margin: 1.8rem 0 1.2rem 0;
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
	background: url(/images/default/bg03.png);
}
.entry-content h4, .h4 {
	padding: 0 0 0 5px;
	font-size: 15px;
	font-weight: bold;
	border-left: 3px solid #79541E;
}
.entry-content h5, .h5 {
	font-weight: bold;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
}



/* Breadcrumb
------------------------------------------*/

.breadcrumb-wrap {
	width:100%;
}
.breadcrumb-wrap,
.breadcrumb,
.breadcrumb-item {
	display:inline-block;
	text-align:right;
}
.breadcrumb {
	padding: 20px 0;
	margin-bottom: 10px;
	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:#B79960;
}


/* 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 20px;
	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 {
	margin-bottom:20px;
}
.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;
}
