@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 13px;
}
body {
	line-height: 1.6;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	/* 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: #444;
}
a {
	color: #40a692;
	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;
}
*/


/* Layout
------------------------------------------*/
body {
	min-width: 980px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}


/* header
------------------------------------------*/
#header {
	background: #f7f7f7;
}
#header-inner {
	position: relative;
	width: 980px;
	height: 140px;
	margin: 0 auto;
	height: 136px;
	background: url(/images/default/header-bg.jpg) no-repeat 0 0;
	z-index: 20;
}
.site-description {
	position: absolute;
	top: 7px;
	left: 0;
	color: #8d8d8d;
	font-size: 77%;
}
.logo{
	position: absolute;
	top: 44px;
	left: 0;
}
.header-tel{
	position: absolute;
	top: 44px;
	right: 149px;
}
.header-mail{
	position: absolute;
	top: 44px;
	right: 0;
}
.header-eng{
	position: absolute;
	top: 0;
	right: 0;
}
.gnav{
	position: absolute;
	top: 109px;
	left: 0;
	background: #074495;
}
.gnav a,
.gnav img{
	display: block;
}

/* 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: 100%; background: #074495; }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: inherit; font-size: 11px; zoom: 1; color: #fff;}
.gnav-list ul li a:hover { text-decoration: none; background: #f7f7f7; color: #444;}
.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;
	background: #074495;
}
#mainimage-inner {
	margin: 0 auto;
	width: 980px;
}

/* slideshow */
.slideshow {
	margin: 0 calc((-1920px + 980px)/ 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
------------------------------------------*/
#content{
	background: #fff url(/images/default/topparts01-bg.jpg) repeat-x 0 0;
}
#content-inner {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 60px;
}

#main {
	float: left;
	width: 710px;
	text-align: left;
}

.home #content{
	background: none;
}
.home #content-inner {
	width: 100%;
	padding: 0;
}
.home #main{
	float: none;
	width: 100%;
	text-align: left;
}

/*topparts*/
#topparts01{
	background: #fff url(/images/default/topparts01-bg.jpg) repeat-x 0 0;
}
#topparts01-inner{
	margin: 0 auto 40px;
	width: 980px;
}
#topparts01 ul{
	display: flex;
	justify-content: space-between;
	gap: 32px;
}
#topparts01 li{
	flex: 0 1 221px;
}
.main-products-img{
	margin: 0 0 12px 0;
	border: #d7d7d7 1px solid;
}
.main-products-text h3{
	margin: 0 0 5px 0;
	color: #1b1b1b;
	font-size: 138.5%;
	font-weight: bold;
	text-align: left;
}
.main-products-text h3 a{
	display: flex;
	align-items: center;
	color: #1b1b1b;
	transition: all .3s ease;
	text-decoration: none;
}
.main-products-text h3 a:hover{
	opacity: 0.7;
}
.main-products-text h3 a::after{
	content: '\f144';
	color: #3E9F8E;
	margin-left: auto;
	transform: scale(0.7);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.main-products-text p{
	color: #444;
	font-size: 93%;
	line-height: 1.7;
	text-align: left;
}

#topparts02{
	margin: 0 0 62px 0;
	background: #2962b9;
}
#topparts02-inner{
	margin: 0 auto;
	padding: 0 0 40px 0;
	width: 980px;
}
#topparts02 ul{
	display: flex;
	justify-content: space-between;
	gap: 31px;
}
#topparts02 li{
	flex: 0 1 306px;
}
.main-products2-img{
	margin: 0 0 12px 0;
	text-align: center;
}
.main-products2-text h3{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #fff;
	color: #fff;
	font-size: 123.1%;
	font-weight: bold;
}
.main-products2-text h3 a{
	color: #fff;
	display: flex;
	align-items: center;
	transition: all .3s ease;
	text-decoration: none;
}
.main-products2-text h3 a:hover{
	opacity: 0.7;
}
.main-products2-text h3 a::after{
	content: '\f144';
	color: #fff;
	margin-left: auto;
	transform: scale(0.7);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.main-products2-text p{
	color: #fff;
	font-size: 93%;
	line-height: 1.7;
	text-align: left;
}

.information{
	position: relative;
	width: 980px;
	margin: 0 auto 80px;
}
.information h2{}
.information h2 a{
	position: absolute;
	top: 7px;
	right: 1px;
}
.information li{
	padding: 12px 0;
	color: #444;
	font-size: 100%;
	font-weight: bold;
	border-bottom: #ddd 1px dashed;
}
.information li div{
	margin: 0 0 3px 0;
}
.information li a{
	color: #444;
	font-weight: normal;
}

/* content sidebar
------------------------------------------*/
#sidebar {
	float: right;
	width: 240px;
	text-align: left;
}

.snav{
	margin: 0 0 10px 0;
}
.snav-title{
	padding: 25px 0;
	width: 240px;
	height: 78px;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	text-align: center;
	background: url(/images/default/snav-title-bg.jpg) no-repeat 0 0;
}
.snav-list a{
	display: block;
	color: #444;
}
.snav-list > li > a{
	display: flex;
	align-items: center;
	margin-bottom: 1px;
	padding: 16px 5px;
	background: #ebf0f6;
	font-size: 100%;
}
.snav-list > li > a::before{
	content: '\f144';
	color: #3E9F8E;
	margin-right: 5px;
	transform: scale(0.7);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.snav-list > li > ul{
	padding: 10px;
}
.snav-list > li > ul > li > a{
	display: block;
	padding: 2px;
	font-size: 85%;
}
.side-nav-list > li > a {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
	font-size: 13px;
}
.side-nav-list > li > a::before{
	content: '\f105';
	padding-right: 5px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #333;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.side-nav-list > li > ul {
	padding: 10px;
}
.side-nav-list > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}

.side-about {
	margin-bottom: 20px;
	padding: 10px;
	background: #222;
	font-size: 12px;
	color: #fff;
}

.side-banner {
}
.side-banner-list {
}
.side-banner-list > li {
	margin-bottom: 10px;
}


/* footer
------------------------------------------*/
#footer {
	background: #dde6f3;
}
#footer-inner {
	display: flex;
	justify-content: space-between;
	width: 980px;
	padding: 69px 0 48px;
	margin: 0 auto;
}
.footer-logo{
	margin-bottom: 23px;
}
.footer-about{
	text-align: left;
	line-height: 1.9;
}
.footer-about h3{
	font-weight: bold;
}
.footer-left{
	flex: 0 0 400px;
	text-align: left;
}
.fmap{
	position: relative;
	flex: 0 0 533px;
	padding-bottom: 25px;
}
.footer-gmap ,
.footer-gmap .googlemap,
.footer-gmap iframe{
	min-height: 152px;
	height: 100%;
}
.mapmore{
	position: absolute;
	bottom: 0;
	right: 0;
}

.footer-copyright {
	height: 38px;
	line-height: 38px;
	background: #00378a;
	text-align: center;
	color: #c6d2e4;
	font-size: 77%;
}

.pagetop-btn-wrap {
	text-align: center;
	z-index: 20;
}


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 60px;
}
.entry-content {}


/* heading */
.page-title-wrap{
	background: #074495 url(/images/default/page-title-area-inner-bg.jpg) no-repeat center 0;
}
.page-title {
	display: none;
	width: 980px;
	margin: 0 auto;
	padding: 80px 0 54px;
	text-align: left;
	font-size: 153.9%;
	font-weight: bold;
	color: #fff;
}
.entry-title, .entry-content h2 {
	margin: 0 0 25px;
	padding: 0px 0 30px 0;
	height: 47px;
	color: #113263;
	font-size: 138.5%;
	font-weight: bold;
	text-indent: 18px;
	background: url(/images/default/entry-title-bg.png) no-repeat 0 bottom;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	margin: 2.5rem 0 1.5rem 0;
	padding: 12px;
	border-bottom: 2px solid #638FCE;
	background: #EEF2FB;
	font-size: 108%;
	font-weight: bold;
	color: #113263;
}
.entry-content h4, .h4 {
	margin: 1.2rem 0 0.8rem 0;
	padding: 5px 22px;
	color: #113263;
	font-size: 108%;
	font-weight: bold;
	background: url(/images/default/h4-bg.jpg) no-repeat 0 45%;
}
.entry-content h5, .h5 {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	padding: 16px 0;
	margin: 0;
	background: none;
	font-size: 10px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	content: '\f015';
	color: #3E9F8E;
	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;
}


/* 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;
}
.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: 1rem;
	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;
}


/* Gallery
------------------------------------------*/
/* 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 li {
	padding: 0 5px 10px;
}

/* 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: #2962B9;
	background-color: #2962B9;
	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: #2962B9;
	color: #fff;
}
