@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 16px;
}
body {
	line-height: 2.4;
	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: inherit;
	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;
}
*/

.gnav {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1500ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* Layout
------------------------------------------*/
body {
	min-width: 1080px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}

/* header
------------------------------------------*/
#header {
	position:fixed;
	top:0;
	left:0;
	z-index:50;
	width:100%;
	-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;
}
#header.scrolled {
	background: rgba(0,0,0,0.75);
	-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;
}
#header-inner {
	position: relative;
	width:100%;
	height: 120px;
}
.site-description {
	position: absolute;
	bottom:-30px;
	left: 20px;
	font-size: 10px;
	color: transparent;
}
.home .site-description {
	color: transparent;
}
#header .logo {
	position: absolute;
	top: 20px;
	left: 20px;
}

#header .logo .logo01 {
    display: none;
}
#header .logo .logo02 {
    display: block;
}

#header .banner {
	position: absolute;
	top: 20px;
	right: 20px;
}
#header .hlink {
	position: absolute;
	top: 25px;
	right: 60px;
}
#header .hlink li{
	display:inline-block;
}
#header .hlink li a{
	padding:7.5px 25px;
	color:#fff;
}
#header .hlink li:nth-of-type(1) a{
	background:#142A4F;
}
#header .hlink li:nth-of-type(2) a{
	background:#C11636;
}
.header-translate {
	position:absolute;
	top: 70px;
	right: 20px;
}
.gnav {
	position: absolute;
	top: 30px;
	right: 320px;
}
.gnav-list>li {
	margin:0 30px 0 0;
}
.gnav-list>li>a,
.gnav-list>li>span{
	color:#fff;
	font-weight:bold;
}

/* droppy */
.gnav-list { position: relative; text-align: left; zoom: 1; }
.gnav-list li { float: left; display: block; position: relative; z-index: 20; }
.gnav-list ul { display: none; position: absolute; top: 100%; left: 0; width: 250%; background: rgba(255,255,255,.8); }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: inherit; font-size: 14px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #fff; }
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }


/* mainimage
------------------------------------------*/
/* 横スライド
.slideshow .slick-list {overflow: visible;}
*/

#mainimage {
	position: relative;
	/* overflow: hidden;
	margin: 0; */
}
#mainimage-inner {
	/* margin: 0 auto;
	width: 1080px; */
}

/* slideshow */
.slideshow {
	/* margin: 0 calc((-1180px + 1080px)/ 2); */
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
}

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 20px;
	height: 30px;
}
.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.slideshow .slick-arrow.slick-prev {
	left: 30px;
}
.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/slideshow-prev.png) no-repeat center center;
}
.slideshow .slick-arrow.slick-next {
	right: 30px;
}
.slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/slideshow-next.png) no-repeat center center;
}

/* dots */
.slideshow .slick-dotted {
	margin-bottom: 30px;
}
.slideshow .slick-dots {
	bottom: -30px;
}
.slideshow .slick-dots li {
}
.slideshow .slick-dots li button::before {
	color: #ccc;
}
.slideshow .slick-dots li button:hover::before,
.slideshow .slick-dots li button:focus::before,
.slideshow .slick-dots li.slick-active button::before {
	color: #666;
}


/* content main
------------------------------------------*/
body:not(.home) #content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 60px;
}
body:not(.home) #main {
	text-align: left;
}
.template-type-blog #main,
.single-gallery #main {
	float: left;
	width: 840px;
}
.template-type-blog #sidebar,
.single-gallery #sidebar {
	float: right;
	width: 200px;
	text-align: left;
}
.single-reserve #sidebar {
	display:none;
}

.reserve-template-default .breadcrumb-item a:not(.home a) {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
}

.main-block button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.main-message {
	background: url(/images/default/bg01.png) no-repeat center center / cover;
	padding:100px 0;
}
.main-case,
.main-performance,
.main-blog {
	padding:100px 0;
}
.main-solution{
	background: url(/images/default/bg02.png) no-repeat center center / cover;
}
.main-solution > div{
	background: url(/images/default/parts01.png) no-repeat center top;
	padding:140px 0 100px;
}
.main-performance ul {
	margin:0 0 40px;
}
.main-performance li {
	margin:60px 0 0;
	padding:0 0 120px;
	background: url(/images/default/bg03.png) repeat-y center top;
}
.main-performance li:nth-of-type(even) {
	background: url(/images/default/bg04.png) repeat-y center top;
}
.main-performance li>div {
	width:1080px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
.main-performance li:nth-of-type(odd) .image{
	position:absolute;
	top:80px;
	right:-480px;
}
.main-performance li:nth-of-type(even) .image{
	position:absolute;
	top:80px;
	left:-480px;
}
.main-performance .cont {
	width:780px;
}
.main-performance li:nth-of-type(even) .cont{
	margin:0 0 0 300px;
}
.main-performance .ttl {
	background:#C11636;
	color:#fff;
	font-size:34px;
	font-weight:bold;
	padding:0 40px;
	display: flex;
	align-items: center;
}
.main-performance li:nth-of-type(even) .ttl{
	padding:0 0 0 280px;
}
.main-performance .ttl span{
	font-size:64px;
	margin:0 0 0 20px;
}
.main-performance h3 {
	font-weight:bold;
	font-size:24px;
	padding:10px 0;
}
.main-performance .data {
	margin:40px 0 0;
	position:relative;
	z-index:10;
}
.main-performance li:nth-of-type(even) .data{
	margin:40px -110px 0 110px;
}

/* .main-performance table {
	width:500px;
	border-top:1px solid #ddd;
	vertical-align:center;
	line-height:1;
}
.main-performance li:nth-of-type(even) h3,
.main-performance li:nth-of-type(even) table {
	margin:0 0 0 280px;
}
.main-performance tr {
	border-bottom:1px solid #ddd;
}
.main-performance tr:nth-last-child(2),
.main-performance tr:nth-last-child(1) {
	font-size:21px;
}
.main-performance th {
	padding:20px 0;
} */

.main-service{
	background: url(/images/default/bg05.png) no-repeat center top / 100% auto;
	padding:100px 0 100px;
}
.main-service .image {
	margin:60px 0 -60px;
}
.main-service .cont{
	margin:0 5%;
	padding:100px 80px 60px;
	background:#F5F5F5;
}
.main-service .cont p a img{
	width:220px;
	margin:20px 0 0;
}
.main-flow .image{
	margin:40px auto;
}
.main-flow .cont li{
	display:inline-block;
	margin:60px 10px 100px;
}
.main-greeting{
	background: url(/images/default/bg07.png) no-repeat center top / cover;
	padding:160px 0 160px;
	color:#fff;
}
.main-greeting > div {
	width:1080px;
	margin:0 auto;
	text-align:left;
	position:relative;
	padding:0 0 0 400px;
}
.main-greeting .image {
	position:absolute;
	bottom:-160px;
	left:-140px;
}
.main-greeting h2 {
	margin:0 0 40px;
}
/* .main-greeting h3 {
	font-size:32px;
	font-weight:bold;
}
.main-greeting h4 {
	font-size:28px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
} */
.main-blog ul {
	width:1080px;
	margin:0 auto;
	display: flex;
	justify-content: center;
	gap:40px;
}
.main-blog li {
	width:240px;
	text-align:left;
	margin:60px 0;
	position:relative;
}
.main-blog li .cat a{
	background:#142A4F;
	color:#fff;
	position:absolute;
	top:142px;
	left:0;
	padding:0 10px;
}
.main-blog .date{
	font-size:14px;
	color:#999;
}
.main-contact{
	background: url(/images/default/bg08.png) no-repeat center top / cover;
	padding:100px 0 100px;
}
.main-contact .banner li{
	display:inline-block;
	margin:60px 10px 40px;
}
.main-contact .time{
	color:#fff;
	margin:20px 0 0;
}

#footer {
	background: #C11636;
	color:#fff;
}
#footer .logo {
	padding:60px 0 40px;
}
.fnav {
	margin-right:-120px;
}
.fnav a{
	color:#fff;
}
.fnav>ul {
	width:980px;
	margin:40px auto 0;
	text-align:left;
	column-count:3;
}
.fnav>ul>li:nth-of-type(1) {
}
.fnav>ul>li:nth-of-type(2) {
}
.fnav>ul>li:nth-of-type(3) {
}
.fnav>ul>li{
	break-inside:avoid;
	background: url(/images/default/icon05.png) no-repeat 0 12.5px;
	padding:0 0 0 15px;
}
.fnav>ul>li li{
	background: url(/images/default/icon06.png) no-repeat 0 15px;
	padding:0 0 0 10px;
}
.footer-copyright {
	border-top:1px solid rgba(255,255,255,0.25);
	font-size: 11px;
	padding:10px 0;
	margin:60px 0 0;
}
.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 20;
}

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


/* heading */
.page-title {
	background: url(/images/default/ttl01.png) no-repeat center 0 / cover;
	font-size:38px;
	font-weight:bold;
	padding:200px 0 100px;
	color: #fff;
}
.entry-title, .entry-content h2:not([class]) {
	margin: 0 0 25px;
	padding: 5px 20px;
	background: #C11636;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
	margin: 2.8rem 0 1.8rem 0;
	padding: 0 15px;
	border-bottom: 3px solid #142A4F;
	background: url(/images/default/icon03.png) no-repeat 0 50%;
	font-size: 24px;
	font-weight: bold;
}
.h4, .entry-content h4:not([class]) {
	margin: 2rem 0 1.2rem 0;
	padding: 5px 20px;
	background: url(/images/default/icon04.png) no-repeat 0 50%;
	font-size: 20px;
	font-weight: bold;
}
.h5, .entry-content h5:not([class]) {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}

/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 10px 0 30px;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	/* content: '\f015';
	padding: 0 5px 0 0;
	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
------------------------------------------*/
/* 1カラム
.blog-nav-group {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}
*/

.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;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 0.8rem;
	color: inherit;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 42.5%;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	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{
	max-height: 200px;
} */

.single-gallery .blog-nav-cal,
.single-gallery .blog-nav-arc{
	display:none;
}

/* Gallery
------------------------------------------*/

.gallery-nav {
	background:#F5F5F5;
	padding:40px;
	margin:0 0 40px;
}
.gallery-nav>ul>li>a{
	font-size:22px;
	font-weight:bold;
	color:#143874;
	display:inline-block;
	width:120px;
}
.gallery-nav>ul>li>ul {
	display:inline-block;
}
.gallery-nav>ul>li>ul>li {
	display:inline-block;
	background: url(/images/default/icon03.png) no-repeat 0 50% / 6px 12px;
	padding:0 15px 0 15px;
}

.gallery-result {
	background:#F5F5F5;
	padding:40px;
}
.gallery-result table {
	width:100%;
	border-top:1px solid #ddd;
	vertical-align:center;
	line-height:1;
}
.gallery-result tr {
	border-bottom:1px solid #ddd;
}
.gallery-result th {
	padding:20px 0;
	width:40%;
}
.gallery-result td {
	font-size:20px;
}
.gallery-map iframe {
	width:100%;
	margin:40px 0;
}

/* archive */
.gallery-list {
}
.gallery-list-item {
	padding: 0 15px 15px;
}
.gallery-list-img {
	margin-bottom: 3px;
}
.gallery-list-title {
	font-size: 13px;
}
.gallery-list-more {
	text-align: right;
}

/* single */
.gallery-detail {
	margin-bottom: 20px;
	text-align: center;
}
.gallery-detail-row {
}
.gallery-detail-col {
}
.gallery-detail-main {
}
.gallery-detail-sub {
}
.gallery-detail-sub ul {
	margin:20px 5px;
	display: flex;
	flex-wrap: wrap;
}
.gallery-detail-sub li {
	width:calc(100%/5);
	padding:0 5px 20px;
}

/* before-after */
.ba-detail {
	padding: 0 0px 20px;
}
.ba-detail-once {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after {
	position: relative;
	width: 45%;
}
.ba-detail-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}
.ba-detail-arrow i {
	font-size: 30px;
}
.ba-detail-sub li {
	padding: 0 15px 15px;
}


/* Colors
------------------------------------------*/
/* arrows */
.slick-next::before,
.slick-prev::before {
	color: #fff;
}

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

/* SimpleBar */
.scroll-area{
	overflow: auto;
}
.simplebar-track.simplebar-vertical{
	width: 11px;
}
.simplebar-track.simplebar-horizontal {
	height: 11px;
}
.scroll-area .simplebar-scrollbar::before {
	background: #aaa;
}

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

.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: #333;
}
.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;
}
