@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
/* Typography
------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500');
@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru');

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

html {
}
body {
	font-size: 14px;
	line-height: 1.6;
	font-family: "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #333;
}
a {
	color: #20a9af;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #20a9af;
	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: #fff;
}
body.home {
}
#container {
	overflow: hidden;
}
#content-inner {
	margin: 0 auto;
	padding-bottom: 100px;
	width: 980px;
}
body.home #content-inner {
	width: auto;
}
#main {
	float: right;
	width: 700px;
	text-align: left;
}
body.home #main {
	float: none;
	width: auto;
}

.entry {
	margin: 0 0 30px 0;
}
.entry-content {
	line-height: 2.2;
}



/* header
------------------------------------------*/
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.3);
	z-index: 1000;
}
#header * {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header-inner {
	margin: 0 auto;
	padding: 20px 45px 0 25px;
	min-width: 980px;
	height: 94px;
}
.header-logo {
	float: left;
	line-height: 1;
}
.header-logo img {
	width: 100%;
}
.header-mail {
	padding-top: 10px;
	float: right;
}

.gnav {
	float: right;
	padding-top: 10px;
	margin-right: 45px;
}
.gnav-list {
}
.gnav-list li {
	float: left;
}
.gnav-list li a {
	display: block;
	padding: 0 15px;
	height: 34px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 34px;
	color: #222;
}

@media screen and (max-width: 1400px) {
	#header-inner {
		margin: 0 auto;
		padding: 20px 15px 0;
		min-width: 980px;
		height: 94px;
	}
	.header-logo {
		padding-top: 5px;
		width: 350px;
	}
	.header-mail {
		display: none;
	}
	.gnav {
		margin: 0;
	}
	.gnav-list li a {
		padding: 0 12px;
	}
}



/* mainimage
------------------------------------------*/
#mainimage {
}
#mainimage-inner {
	position: relative;
	height: 100vh;
}
.mainimage-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}

/* slideshow */
.slideshow {
}
.slideshow .slick-slide {
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


/* main
------------------------------------------*/
.main-news {
	position: relative;
	margin: -50px auto 0;
	width: 980px;
	z-index: 1000;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-news h2{
	width: 200px;
	background: #222;
	height: 152px;
	display: flex;
	align-items: center;
}
.main-news-main{
	padding: 10px 20px;
	width: 780px;
	background: #1f5ab2;
}
.main-news ul li{
	padding: 10px 0;
}
.main-news ul li:not(:last-child){
	border-bottom: #8facd5 1px solid;
}
.main-news ul li h3 .date{
	margin-right: 20px;
	color: #8facd5;
}
.main-news ul li h3 a {
	font-size: 15px;
	color: #fff;
}

.main-mission {
	background: url(/images/default/main-mission-bg.png) no-repeat center 0;
}
.main-mission-inner {
	margin: 0 auto;
	padding: 93px 0 82px;
	width: 980px;
	text-align: center;
}
.main-mission-title {
	margin-bottom: 44px;
}
.main-mission-list {
	margin: 0 -25px 45px 0;
}
.main-mission-list-item {
	float: left;
	margin-right: 25px;
	width: 310px;
}
.main-mission-btn {
}

.main-contents {
	margin-bottom: 112px;
}
.main-contents-list {
}
.main-contents-list-item {
	float: left;
	width: 33.333%;
}
.main-contents-list-item a {
	display: block;
	position: relative;
	padding: 100px 20px 0;
	height: 400px;
	text-align: center;
	background: url(/images/default/main-contents-list-item-bg01.png) no-repeat center center;
	background-size: cover;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.main-contents-list-item.item02 a { background-image: url(/images/default/main-contents-list-item-bg02.png); }
.main-contents-list-item.item03 a { background-image: url(/images/default/main-contents-list-item-bg03.png); }
.main-contents-list-item a:hover {
	opacity: 0.7;
}
.main-contents-list-item a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/images/default/main-contents-list-item-dot.png) repeat 0 0;
}
.main-contents-list-item img {
	position: relative;
	z-index: 100;
}

.main-banner {
	position: relative;
	margin: 0 auto 45px;
	width: 980px;
}
.main-banner::before {
	content: '';
	position: absolute;
	top: 17px;
	left: -85px;
	right: -200%;
	height: 275px;
	background: #e2ebf7;
	z-index: -10;
}
.main-banner-inner {
}
.main-banner-title {
	margin-bottom: 36px;
	text-align: center;
}
.main-banner-text:last-child {
	margin: 0;
}
.main-banner-text .row {
	margin: 0 -10px;
}
.main-banner-text .row > div {
	margin-bottom: 25px;
	padding: 0 10px;
}
.main-banner-list {
	margin-right: -20px;
}
.main-banner-list-item {
	float: left;
	margin-right: 20px;
}

.main-gallery {
	margin: 0 auto 75px;
	width: 980px;
}
.main-gallery-title {
	margin-bottom: 35px;
	text-align: center;
}
.main-gallery-inner {
}
.main-gallery-list {
	margin: 0 -25px 10px 0;
}
.main-gallery-list-item {
	position: relative;
	float: left;
	margin: 0 25px 24px 0;
	width: 310px;
}
.main-gallery-list-img {
	margin-bottom: 15px;
	height: 207px;
}
.main-gallery-list-cat {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}
.main-gallery-list-cat a {
	display: block;
	padding: 0 5px;
	min-width: 100px;
	max-width: 150px;
	height: 30px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #20a9af;
	line-height: 30px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.main-gallery-list-cat a:hover {
	opacity: 0.7;
}
.main-gallery-list-title {
	margin-bottom: 2px;
}
.main-gallery-list-title a {
	color: inherit;
}
.main-gallery-list-title span {
	display: block;
}
.main-gallery-list-title .date {
	margin-bottom: 4px;
	color: #858585;
	letter-spacing: 0.1em;
}
.main-gallery-list-title .title {
	font-weight: bold;
}
.main-galler-btn {
	text-align: center;
}

.main-message {
	margin-bottom: 25px;
	background: url(/images/default/main-message-bg.jpg) no-repeat center 0;
}
.main-message-inner {
	position: relative;
	margin: 0 auto;
	padding-top: 84px;
	width: 980px;
	min-height: 755px;
	text-align: center;
}
.main-message-title {
	margin-bottom: 17px;
	line-height: 1;
}
.main-message-text {
	color: #fff;
	line-height: 2.4;
}
.main-message-text p {
	margin-bottom: 10px;
}
.main-message-text > :last-child {
	margin-bottom: 0;
}
.main-message-text .row {
	margin: 33px -12px 0;
}
.main-message-text .row > div {
	margin-bottom: 25px;
	padding: 0 12px;
}

.main-blog {
	margin: 0 auto;
	width: 980px;
}
.main-blog-title {
	margin-bottom: 47px;
	text-align: center;
}
.main-blog-inner {
}
.main-blog-list {
	margin-bottom: 40px;
}
.main-blog-list-item {
	padding: 21px 0 18px;
	border-bottom: 1px solid #ddd;
}
.main-blog-list-title {
	font-size: 15px;
	font-weight: bold;
}
.main-blog-list-title a {
	color: inherit;
}
.main-blog-list-title .date {
	margin-right: 30px;
	color: #888;
	letter-spacing: 0.1em;
}
.main-blog-btn {
	text-align: center;
}


/* sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 240px;
	text-align: left;
}

.side-nav {
	margin-bottom: 40px;
}
.side-nav h2 {
	margin-bottom: 10px;
}
.side-nav li a {
	color: inherit;
}
.side-nav-inner > ul > li > a {
	display: block;
	padding: 11px 0 11px 18px;
	font-size: 15px;
	background: url(/images/default/side-nav-btn-bg.png) no-repeat 0 center;
	border-bottom: 1px dotted #adadad;
}
.side-nav-inner > ul > li > ul {
	padding: 10px;
}
.side-nav-inner > ul > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}

.side-banner {
}
.side-banner ul {
}
.side-banner ul li {
	margin-bottom: 20px;
}
.side-banner ul li:last-child {
	margin: 0;
}


/* footer
------------------------------------------*/
#footer {
	color: #fff;
	background: #333;
}

.footer-map .googlemap {
	height: 460px;
	background: #e5e3df; /* ロード時の背景色 */
}
.footer-map .googlemap iframe {
	vertical-align: top;
	height: 100%;
}

.footer-detail {
	margin: 0 auto;
	padding: 67px 0 50px;
	width: 980px;
}

.footer-logo {
	margin-bottom: 36px;
}

.footer-nav {
	margin-bottom: 40px;
	text-align: left;
}
.footer-nav-item {
	float: left;
	width: 240px;
}
.footer-nav-item.item02 {
	width: 265px;
}
.footer-nav-item.item03 {
	width: 260px;
}
.footer-nav-item.item04 {
	width: auto;
}
.footer-nav-item h4 {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
}
.footer-nav-item ul li {
	padding-left: 20px;
	font-size: 13px;
	letter-spacing: 0.2em;
	line-height: 2.5;
	background: url(/images/default/footer-nav-btn-bg.png) no-repeat 0 center;
}
.footer-nav-item ul li a {
	color: inherit;
}

.footer-btn {
	text-align: center;
}
.footer-btn ul {
	letter-spacing: -0.4em;
}
.footer-btn ul li {
	display: inline-block;
	letter-spacing: normal;
}

.footer-bottom {
	border-top: 1px solid #717171;
}
.footer-bottom-inner {
	overflow: hidden;
	margin: 0 auto;
	width: 980px;
	height: 66px;
	font-size: 13px;
	font-weight: bold;
	line-height: 68px;
}
.footer-text {
	float: left;
}
.footer-text ul li {
	float: left;
	margin-right: 20px;
}

.footer-copyright {
	float: right;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 40px;
	z-index: 200;
}



/* Lower
------------------------------------------*/
/* link color */
.breadcrumb a,
.entry-content a {
}

/* heading */
.page-title-area {
	margin-bottom: 90px;
	background: url(/images/default/page-title-area-bg.jpg) no-repeat center 0;
}
.page-title-area-inner {
	margin: 0 auto;
	padding-top: 285px;
	width: 980px;
	height: 560px;
}

.page-title {
	display: none;
	margin-bottom: 10px;
	font-size: 48px;
	font-weight: bold;
}
/* .entry-content h2, .entry-title {
	margin: 0 0 35px;
	padding: 0 0 0 0;
	height: 88px;
	font-size: 30px;
	font-weight: bold;
	line-height: 88px;
	background: url(/images/default/entry-title-bg.png) no-repeat 0 0;
} */
/* ----------
22/11/25 added by nakazato 
---------- */
.entry-content h2, .entry-title {
	margin: 0 0 35px;
	padding: 0 0 0 0;
	height: 88px;
	font-size: 18px;
	font-weight: bold;
	line-height: 88px;
	background: url(/images/default/entry-title-bg.png) no-repeat 0 0;
}
.entry-content h2 {
	margin: 0 0 35px;
}
.entry-title a,
.entry-content h2 a {
	color: inherit;
}
/* .entry-content h3, .h3 {
	margin: 2.2rem 0 1.2rem 0;
	padding: 0 0 0 22px;
	height: 67px;
	font-size: 24px;
	font-weight: bold;
	line-height: 68px;
	background: url(/images/default/entry-h3-bg.png) no-repeat 0 0;
} */
/* ----------
22/11/25 added by nakazato 
---------- */
.entry-content h3, .h3 {
	margin: 2.2rem 0 1.2rem 0;
	padding: 0 0 0 22px;
	height: 67px;
	font-size: 17px;
	font-weight: bold;
	line-height: 68px;
	background: url(/images/default/entry-h3-bg.png) no-repeat 0 0;
}
.entry-content h4, .h4 {
	padding: 0 0 0 23px;
	font-size: 17px;
	font-weight: bold;
	background: url(/images/default/entry-h4-bg.png) no-repeat 0 center;
}
.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: 10px;
	background: none;
	font-size: 12px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
}
.breadcrumb-item a {
	color: inherit;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	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;
}


/* Gallery
------------------------------------------*/
.gallery-list-nav {
	margin-bottom: 40px;
	padding: 20px 0px 10px 25px;
	border: 2px solid #1f5ab2;
}
.gallery-list-nav ul li {
	float: left;
	margin: 0 20px 10px 0;
}
.gallery-list-nav ul li a {
	padding-right: 20px;
	color: inherit;
	font-weight: bold;
	text-decoration: none;
	background: url(/images/default/gallery-list-nav-btn-bg.png) no-repeat right center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.gallery-list-nav ul li a:hover,
.gallery-list-nav ul li.current-cat a{
	opacity: 0.7;
}

/* archive */
.gallery-list {
}
.gallery-list-row {
	margin: 0 -10px;
}
.gallery-list-col {
	padding: 0 10px 25px;
}
.gallery-list-item {
}
.gallery-list-img {
	margin-bottom: 10px;
}
.gallery-list-title {
	font-size: 13px;
}

/* single */
.gallery-detail{
	margin-bottom: 20px;
}

.gallery-detail-main{
	overflow: hidden;
	position: relative;
	margin-bottom: 16px;
	height: 465px;
	text-align: center;
	line-height: 0;
}

.gallery-detail-main .control .prev,
.gallery-detail-main .control .next{
	position: absolute;
	top: 50%;
	z-index: 1000;
	transition: all 0.3s ease;
}
.gallery-detail-main .control .prev:hover,
.gallery-detail-main .control .next:hover{
	opacity: 0.7;
}
.gallery-detail-main .control .prev span,
.gallery-detail-main .control .next span{
	display: block;
	overflow: hidden;
	margin-top: -35px;
	width: 24px;
	height: 70px;
	text-align: left;
	text-indent: 100%;
	line-height: 1;
	white-space: nowrap;
}
.gallery-detail-main .control .prev { left: 0; }
.gallery-detail-main .control .prev span { background: url(/images/default/gallery-detail-prev.png) no-repeat 0 0; }
.gallery-detail-main .control .next { right: 0; }
.gallery-detail-main .control .next span { background: url(/images/default/gallery-detail-next.png) no-repeat 0 0; }

.gallery-detail-main .loading{
	position: absolute;
	top: 50%;
	margin-top: -7px;
	width: 100%;
	z-index: 100;
}

.gallery-detail-main .screen{
	width: 100%;
	height: 100%;
}
.gallery-detail-main .screen a,
.gallery-detail-main .screen span{
	display: inline-block;
}
.gallery-detail-main .screen a{
	transition: all 0.3s ease;
}
.gallery-detail-main .screen a:hover{
	opacity: 0.85;
}
.gallery-detail-main .image-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 0;
}
.gallery-detail-sub{
}
.gallery-detail-sub ul {
	margin-right: -8px;
}
.gallery-detail-sub ul li {
	overflow: hidden;
	float: left;
	width: 110px;
	height: 110px;
	margin: 0 8px 8px 0;
}
.gallery-detail-sub ul li a{
	opacity: 0.6;
	transition: all 0.3s ease;
}
.gallery-detail-sub ul li a:hover { opacity: 0.8; }
.gallery-detail-sub ul li.selected a { opacity: 1; }

.gallery-detail-meta{
	margin: 0 0 30px;
}
.gallery-detail-meta .table th,
.gallery-detail-meta .table td{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 1.5;
}
.gallery-detail-meta .table th{
	width: 20%;
}


/* 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: #20a9af;
	background-color: #20a9af;
	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;
}
