@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
}
body {
	font-size: 14px;
	line-height: 1.6;
	font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
a {
	color: #006898;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #006898;
	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: 910px;
	text-align: center;
	background: #fff;
}
body.home {
}
#container {
	overflow: hidden;
}
#content-inner {
	margin: 0 auto;
	padding-bottom: 60px;
	width: 910px;
}
#main {
	/* float: right; */
	width: 100%;
	text-align: left;
}

.entry {
	margin: 0 0 20px 0;
}
.entry-content {
	line-height: 1.8;
}

#main iframe {
	width: 100%;
}



/* header
------------------------------------------*/
#header {
	background: url(../../images/default/header-bg.png) repeat-x center 0;
}
#header-inner {
	position: relative;
	margin: 0 auto;
	width: 910px;
	height: 148px;
	z-index: 1000;
}
.site-description {
	position: absolute;
	top: 7px;
	right: 0;
	color: #878787;
	font-size: 12px;
}
.header-logo {
	position: absolute;
	top: 8px;
	left: 0;
}
.header-mail {
	position: absolute;
	top: 43px;
	right: 3px;
}
.gnav {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* 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: 100%; left: 0; width: 100%; background: #444; }
.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: #222; }
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }



/* mainimage
------------------------------------------*/
#mainimage {
	background: url(../../images/default/mainimage-bg.jpg) no-repeat center 0;
}
#mainimage-inner {
	margin: 0 auto;
	padding: 22px 0 20px;
	width: 910px;
}

/* slideshow */
.slideshow {
	margin: 0 -45px;
	padding: 5px;
	height: 400px;
	background: #fff;
	box-shadow: 1px 0 3px rgba(0,0,0,.3);
}
.slideshow .slick-slide {
	overflow: hidden;
	height: 390px;
}
.slideshow .slick-slide img {
	width: 100%;
}



/* main
------------------------------------------*/
.main-banner {
	margin: 0 auto 28px;
	width: 910px;
}
.main-banner .row {
	margin: 0 -5px;
}
.main-banner .row > div {
	margin-bottom: 10px;
	padding: 0 5px;
}
.main-banner .row > div img {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	        box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

.main-message {
	margin-bottom: 30px;
}
.main-message-title {
	margin-bottom: 20px;
}
.main-message-text {
	line-height: 1.7;
}
.main-message-text p {
	margin-bottom: 11px;
}
.main-message-text :last-child {
	margin-bottom: 0;
}
.main-message-text .template-img-right {
	margin-bottom: 0;
}
.main-message-text iframe {
	vertical-align: top;
}

.main-news {
}
.main-news-title {
	margin-bottom: 8px;
}
.main-news-inner {
}
.main-news-list {
}
.main-news-list-item {
	padding: 12px 0;
	border-bottom: 1px solid #ddd;
}
.main-news-list-img {
	float: left;
	margin-right: 20px;
	width: 120px;
	height: auto;
}
.main-news-list-img img {
	width: 100%;
	height: auto;
}
.main-news-list-title {
}
.main-news-list-title .date {
	margin-right: 10px;
	font-size: 13px;
}
.main-news-list-title a {
	font-size: 14px;
	font-weight: bold;
}
.main-news-list-text {
	overflow: hidden;
	font-size: 13px;
	line-height: 1.7;
}



/* sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 265px;
	text-align: left;
}

.side-nav {
	margin-bottom: 25px;
}
.side-nav h2 {
	margin-bottom: 7px;
}
.side-nav li a {
}
.side-nav-inner > ul > li,
.side-nav .cs-content > ul > li {
	margin-bottom: 5px;
}
.side-nav-inner > ul > li:last-child,
.side-nav .cs-content > ul > li:last-child {
	margin: 0;
}
.side-nav-inner > ul > li > a,
.side-nav .cs-content > ul > li > a {
	display: block;
	padding: 5px 0 5px 15px;
	line-height: 1.4;
	background: url(../../images/default/side-nav-btn-bg.png) no-repeat 0 center;
	border-bottom: 1px dashed #0778cc;
}
.side-nav-inner > ul > li > ul,
.side-nav .cs-content > ul > li > ul {
	padding: 10px;
}
.side-nav-inner > ul > li > ul > li > a,
.side-nav .cs-content > ul > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}

.side-nav .scroll-area,
.side-nav .scroll-area .cs-bar,
.side-nav .scroll-area .cs-bar-inner{
	height: 206px;
}
.side-nav .scroll-area{
	position: relative;
	overflow: hidden;
}
.side-nav .scroll-area .cs-content{
	padding: 0 20px 0 0;
}
.side-nav .scroll-area .cs-bar{
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	background: #eee;
}
.side-nav .scroll-area .cs-bar-inner{
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
}
.side-nav .scroll-area .cs-drag{
	background: #1196c2;
}



/* footer
------------------------------------------*/
#footer {
	margin: 0 auto;
	width: 910px;
	text-align: left;
	border-top: 1px solid #006898;
}
#footer-inner {
	padding: 18px 0 13px;
}

.footer-logo {
	float: left;
	font-size: 24px;
}
.footer-logo a {
	color: inherit;
}

.footer-nav {
	float: right;
	padding-top: 10px;
}
.footer-nav ul {
	float: left;
	margin-right: 16px;
	width: 195px;
}
.footer-nav ul:last-child {
	margin: 0;
}
.footer-nav ul li {
	margin: 0 0 2px 20px;
	list-style: disc;
	list-style-position: outside;
	line-height: 1.4;
}
.footer-nav ul li:last-child {
	margin-bottom: 0;
}
.footer-nav li a {
}

.footer-copyright {
	clear: both;
	padding-top: 40px;
	font-size: 12px;
	text-align: center;
}

.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-area {
	padding-top: 22px;
	text-align: left;
	background: url(../../images/default/page-title-area-bg.png) repeat-x center 0;
}
.page-title-area-inner {
	margin: 0 auto;
	width: 910px;
	height: 150px;
	padding-left: 35px;
	line-height: 150px;
	background: url(../../images/default/page-title-bg.png) no-repeat 0 0;
	box-shadow: 1px 0 3px rgba(0,0,0,.3);
}
.page-title {
	font-size: 28px;
	font-weight: bold;
	display: none;
}
.entry-content h2, .entry-title {
	margin: 0 0 20px;
	padding: 0 0 0 35px;
	height: 40px;
	font-size: 15px;
	font-weight: bold;
	line-height: 42px;
	background: url(../../images/default/entry-title-bg.png) no-repeat 0 0;
}
.entry-content h2 {
	margin: 0 0 20px;
}
.entry-title a,
.entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	padding: 0 0 0 10px;
	height: 30px;
	font-weight: bold;
	line-height: 31px;
	background: url(../../images/default/entry-h3-bg.png) no-repeat 0 0;
}
.entry-content h4, .h4 {
	padding: 0 0 0 20px;
	font-weight: bold;
	background: url(../../images/default/entry-h4-bg.png) no-repeat 0 6px;
}
.entry-content h5, .h5 {
	font-weight: bold;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
}



/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {
	display: block;
	margin: 15px 0 20px;
}
.breadcrumb {
	padding: 0;
	margin: 0 !important;
	background: none;
	font-size: 11px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	padding: 0 5px;
	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
------------------------------------------*/
/* 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 {
}
.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;
}
.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: #006898;
	background-color: #006898;
	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;
}

.section__heading,
.section__heading02 {
    position: relative;
    margin: 30px 0 20px!important;
    padding-bottom: 35px!important;
    border-bottom: 1px solid #e6e7ed;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}
.section__heading02 {
	padding-bottom: 10px!important;
}
.section__heading:after,
.section__heading02:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 4px;
    background-color: #f4b800;
}
.main-news-inner {
	margin: 60px 0 0;
}
.c-list {
	margin: 10px 0 0 160px;
}
.c-list li {
	list-style: disc;
}
.c-list02 {
	margin: 10px 0 10px 30px;
}
.c-list02 li {
	list-style: disc;
}
.text-link {
	margin: 10px 0 0 150px;
}
.text-link a {
	position: relative;
}
.text-link a:after {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0px 0 0;
    border-top: 2px solid #006898;
    border-right: 2px solid #006898;
    content: "";
    transform: rotate(45deg);
}

@media only screen and (min-width: 770px) {
    .loopSlider {
        height: 240px;
    }
}
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 240px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
@media only screen and (min-width: 770px) {
    .loopSliderWrap {
        height: 240px;
    }
}
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 240px;
    overflow: hidden;
    position: absolute;
}
@media only screen and (min-width: 770px) {
    .loopSlider ul {
        height: 240px;
    }
}
.loopSlider ul {
    height: 240px;
    float: left;
    overflow: hidden;
}
@media only screen and (min-width: 770px) {
    .loopSlider ul li {
        width: 360px;
        height: 240px;
    }
}
.loopSlider ul li {
    width: 360px;
    height: 240px;
    float: left;
    display: inline;
    overflow: hidden;
}
.loopSlider ul li img {
    width: 100%;
    height: auto;
}

.bold {
	font-weight: bold;
}

.size-small {
	max-width: 320px;
}