@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
}
body {
	font-size: 16px;
	line-height: 1.75;
	word-break: break-all;
	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: #131313;
}
a {
	color: #004da4;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #004da4;
	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: 60px;
	width: 980px;
}
.home #content-inner {width: 100%;padding: 0;}
#main {
	text-align: left;
}
.template-type-blog #main {
	float: right;
	width: 740px;
}
.entry {
	margin: 0 0 20px 0;
}
.entry-content {
}


/* header
------------------------------------------*/
#header {
	margin: 0 0 0 0;
	background: url(/images/default/header-bg.png) repeat-x center bottom;
}

.header-top {
	background: #333;
}
.site-description {
	width: 980px;
	margin: 0 auto;
	height: 36px;
	line-height: 36px;
	text-align: left;
	font-size: 12px;
	color: #fff338;
}

#header-inner {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 142px;
	z-index: 1000;
}
.header-logo {
	position: absolute;
	top: 17px;
	left: 0;
}
.header-contact {
	position: absolute;
	top: 19px;
	right: -2px;
	width: 406px;
	text-align: left;
	line-height: 1.6;
	font-size: 13px;
}
.header-contact-top{
	margin-bottom: 4px;
}
.header-tel{
	float: left;
	width: 194px;
	margin-right: 10px;
}
.header-tel li:first-child{margin-bottom: 10px;}
.header-contact-text{
	font-size: 13px;
	font-weight: bold;
	text-shadow:
		white 2px 0px,  white -2px 0px,
		white 0px -2px, white 0px 2px,
		white 2px 2px , white -2px 2px,
		white 2px -2px, white -2px -2px,
		white 1px 2px,  white -1px 2px,
		white 1px -2px, white -1px -2px,
		white 2px 1px,  white -2px 1px,
		white 2px -1px, white -2px -1px;
}

.header-track {
	width: calc(100% + 1063px);
	height: 70px;
}
.header-track img {
	display: block;
	padding-left: calc(100% - 1063px);
    white-space: nowrap;

    animation-name: marquee;
    animation-duration: 16s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
#header .header-track img {
	padding-right: 0 calc(50% - 515px);
}
@keyframes marquee {
    from    { transform: translate(0%); }
    100%,to { transform: translate(-100%); }
}

.gnav {
	border-top: 1px #151515 solid;
	border-bottom: 1px #151515 solid;
	background: #fff;
}

/* droppy */
.gnav-list { position: relative; text-align: left; zoom: 1;
	width: 980px;
	margin: 0 auto;
}
.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(255,255,255,.8); }
.gnav-list li:nth-child(3) ul { width: 170%;}
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: inherit; font-size: 11px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #e6e6e6; }
.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 50px;
}
#mainimage-inner {
	margin: 0 auto;
	width: 980px;
}

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


/* main
------------------------------------------*/
.news-wrap{
	display: flex;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto 60px;
}
.news-wrap > div{
	width: 474px;
}
.news-wrap h2{
	text-align: center;
	margin-bottom: 30px;
}

.main-up{}
.main-up-inner{
	height: 550px;
	padding: 25px 15px 25px 25px;
	border: 5px #fef012 solid;
}
.main-up-list > li{
	margin-bottom: 15px;
	padding: 0 3px 15px;
	border-bottom: 1px #ce1f2e solid;
}
.main-up-date{
	font-size: 15px;
	font-weight: bold;
	color: #004da4;
}
.main-up a{
	text-decoration: underline;
	color: inherit;
}
.main-up .scroll-area,
.main-up .scroll-area .cs-bar,
.main-up .scroll-area .cs-bar-inner {
	height: 486px;
}
.main-up .scroll-area {
	position: relative;
	overflow: hidden;
}
.main-up .scroll-area .cs-content {
	padding: 0 20px 0 0;
}
.main-up .scroll-area .cs-bar {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	background: #eee;
}
.main-up .scroll-area .cs-bar-inner {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
}
.main-up .scroll-area .cs-drag {
	background: #004da4;
}

.main-news {}
.main-news-title {}
.main-news-inner {}
.main-news-list {}
.main-news-list-item {}
.main-news-list-img{
	margin-bottom: 10px;
}
.main-news-list-img img{
	/* width: 474px;
	height: 364px;
	object-fit: cover; */
}
.main-news-list-date {
	margin: 0 10px 0 0;
}

.main-news-list-title a{
	display: block;
	padding: 16px;
	background: #333;
	color: #fff338;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
}

.news-cat {
/*	  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;*/
		  text-align:center;
		  margin:0 auto;
	}
.news-cat a {

	font-size: 14px;
	color: inherit;
}


.news-more{
	margin-top: 15px;
	text-align: center;
}

.main-message{
	padding: 66px 0 76px;
	margin-bottom:100px;
	text-align: center;
	background: url(/images/default/message-bg.jpg) no-repeat center center / cover;
}
.main-message-inner{}
.main-message-title{
	margin-bottom: 40px;
}
.main-message-text{
	line-height: 2;
	color: #fff;
	font-size: 15px;
}
.main-message-text ul{
	margin-bottom: 35px;
	text-align: center;
	font-family: "ヒラギノ丸ゴ Pro W4";
}
.main-message-text li{
	display: inline;
	padding: 0 0 4px 22px;
	border-bottom: 1px #ce1f2e solid;
	background: url(/images/default/message-li.png) no-repeat 0 42%;
	line-height: 2.3;
	font-size: 18px;
	font-weight: bold;
}
.main-message-text li::after{
	content:"";
	display: block;
	margin-bottom: 5px;
}
.main-message-text p{
	font-family: "ヒラギノ丸ゴ Pro W4";

}
.message-more{
	margin-top: 30px;
}

.main-service{
	width: 980px;
	margin: 50px auto 56px;
}
.main-service-title{
	margin-bottom: 35px;
	text-align: center;
}
.main-service-list{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}
.main-service-list li{
	position: relative;
	margin-bottom: 24px;
}
.main-service-text{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	line-height: 1.6;
	text-align: center;
	color: #fff;
}
.main-service-text h3{
	margin-bottom: 8px;
	font-size: 28px;
	font-weight: bold;
}
.main-service-list > li > a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/images/default/service-li.png) no-repeat right bottom;
	z-index: 5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-service-list > li > a:hover{
	background-color: rgba(255, 255, 255, 0.3);
}

.main-free{
	width: 980px;
	margin: 0 auto 80px;
	padding: 30px;
	border: 1px #e6e6e6 solid;
	text-align: center;
	font-size: 16px;
}

/* sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 220px;
	text-align: left;
}
.side-nav {
	margin: 0 0 20px 0;
}
.side-nav li a {
}
.side-nav-inner > ul > li > a {
	display: block;
	padding: 5px 5px 5px 20px;
	font-size: 13px;
	background: url(/images/default/side-nav-btn-bg.png) no-repeat 3px 50%;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
}
.side-nav-inner > ul > li > ul {
	padding: 10px;
}
.side-nav-inner > ul > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}
.side-about {
	margin: 20px 0;
	padding: 10px;
	color: #fff;
	font-size: 11px;
	background: #222;
}

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


/* footer
------------------------------------------*/
#footer {
	background: #e6e6e6;
	padding-top: 60px;
}
.footerbn{
	width: 980px;
	margin: 0 auto 13px;
}
#footer-inner {
	display: flex;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto;
	padding: 17px 0 40px;
}

.footer-map{
	width: 500px;
	order: 2;
}

.footer-info{
	width: 450px;
	text-align: left;
}
.footer-logo{
	width: 220px;
	margin-bottom: 25px;
}
.footer-about{
	margin-bottom: 12px;
	font-size: 15px;
}
.footer-more1{
	margin-bottom: 15px;
}

.footer-copyright {
	height: 50px;
	line-height: 50px;
	background: #333;
	font-size: 11px;
	color: #e1e1e1;
}

.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-wrap{
	padding: 35px 0;
	background: #333;
}
.page-title {
	display: block;
	width: 980px;
	margin: 0 auto;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.entry-content h2, .entry-title {
	margin: 0 0 20px;
	padding: 8px 0;
	border-bottom: 3px solid #e01b2c;
	font-size: 20px;
	font-weight: bold;
	color: #004da4;
}
.entry-content h2 {
	margin: 0 0 20px;
}
.entry-title a,
.entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	margin: 1.8rem 0 1.4rem 0;
	padding: 0 0 3px 20px;
	border-bottom: 1px #000 solid;
	background: url(/images/default/message-li.png) no-repeat 0 45%;
	font-size: 19px;
	font-weight: bold;
}
.entry-content h3 a, .h3 a{
	color: inherit;
}
.entry-content h4, .h4 {
	font-size: 17px;
	font-weight: bold;
}
.entry-content h4::before, .h4::before {
	content: '\f138';
	color: #004da4;
	padding-right: 5px;
	transform: scale(0.8);
	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;
}
.entry-content h5, .h5 {
	font-weight: bold;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
}


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

.breadcrumb-wrap {
	margin-bottom: 40px;
	border-bottom: 1px #c1c1c1 solid;
	text-align:left;
}

.breadcrumb {
	width: 980px;
	margin: 5px auto;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	display: none;
	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;
}


/* 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-group{
	float: left;
	width: 220px;
}
.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: 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,
.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 */
.gal-nav{
	margin-bottom: 30px;
}
.gal-nav-list {
}
.gal-nav-list > li{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin-bottom: 10px;
	border: 1px #333 solid;
}
.gal-nav-list > li > span{
	display: block;
	width: 180px;
	height: 40px;
	background: #333;
	padding-top: 5px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.gal-nav-list > li > span > a{
	display: block;
	color: #fff;
}
.gal-nav-list > li > select{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 28px;
	padding: 0 10px;
	border: none;
}
.gal-nav-list > li > select > option{
	background: #444;
	color: #fff;
}
/*
.gal-nav-list > li > select:focus > option:hover,
.gal-nav-list > li > select:focus > option:checked{
	background: #222 !important;
}
*/


.gallery-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.gallery-list-item {
	flex: 0 0 475px;
	margin-bottom: 50px;
}
.gallery-list-title {
	margin-bottom: 10px;
	padding-left: 8px;
	border-left: 5px solid #333;
	font-size: 16px;
	font-weight: bold;
}
.gallery-list-table{
	width: 100%;
	background: #999;
	border: 1px solid #8e8e8e;
}
.gallery-list-table tr{
	border-bottom: 1px solid #8e8e8e;
}
.gallery-list-table th,
.gallery-list-table td{
	padding: 8px 10px;
	font-size: 14px;
}
.gallery-list-table th{
	width: 116px;
	font-weight: normal;
	color: #fff;
}
.gallery-list-table td{
	background: #fff;
}
.gallery-list-body{
	padding: 20px;
	border: 1px solid #8e8e8e;
	border-top: none;
}
.gallery-list-img {
	display: flex;
	align-items: center;
	text-align: center;
	width: 435px;
	height: 435px;
}

.gallery-list-more{
	margin-top: 20px;
}

/* 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;
}
.gallery-list-item{
}

/* 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: #004da4;
	background-color: #004da4;
	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: #e01b2c;
	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: #004da4;
	background-color: #004da4;
	color: #fff;
}
