@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
}
body {
	font-size: 14px;
	line-height: 2;
	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: #444;
}
a {
	color: #ee7615;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #ee7615;
	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 {
}
#container {
	overflow: hidden;
}
#content-inner {
	margin: 0 auto;
	padding-bottom: 60px;
	width: 980px;
}
.home #content-inner {
	padding-bottom: 0;
	width: 100%;
}
#main {
	text-align: left;
}

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


/* header
------------------------------------------*/
#header {
	margin: 0 0 0 0;
	background: url(/images/default/header-bg.jpg) repeat-x center 0;
}
#header-inner {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 170px;
	z-index: 1000;
}
.site-description {
	position: absolute;
	top: 2px;
	left: 0;
	color: #aaa;
	font-size: 11px;
}
.header-logo {
	position: absolute;
	top: 24px;
	left: 0;
}
.header-form {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 430px;
	padding-top: 36px;
	background: url(/images/default/header-form.png) no-repeat top left;
}
.header-tel {
	float: left;
}
.header-mail {
	float: right;
}
.gnav {
	position: absolute;
	top: 91px;
	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: #ee7615; }
.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: #ee944b; }
.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;
	padding: 30px 0;
	background: url(/images/default/main-bg.jpg) repeat;
}
#mainimage-inner {
	margin: 0 auto;
	width: 980px;
}

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

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 60px;
	height: 60px;
}
.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-dots {
}
.slideshow .slick-dots li {
}
.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;
}


/* main
------------------------------------------*/
.main-news {
	margin: 0 0 20px 0;
}
.main-news-inner {
	width: 980px;
	margin: 34px auto;
}
.main-news-title {
	float: left;
}
.main-news-list {
	float: right;
	width: 780px;
	padding-bottom: 10px;
}
.main-news-list-item {
	padding: 10px 0 0;
}
.main-news-list-date {
	margin: 0 10px 0 0;
}
.main-news .news-cat {}
.main-news-list-title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.main-news-list-title a {
	color: inherit;
}
.main-news .news-cat a {
	color: #ee7615;
	padding: 2px 8px;
	border: 1px #ee7615 solid;
}
.main-news-list-item a {
	font-weight: bold;
}

.main-course {
	padding: 34px 0 66px;
	background: url(/images/default/main-bg2.jpg) repeat;
}
.main-course-title {
	text-align: center;
}
.main-course-inner {
	width: 980px;
	margin: 0 auto;
}
.main-course-list {
	margin: 38px 0 46px;
}
.main-course-list-item {
	margin-bottom: 20px;
	background: #fff;
	border: 2px #ccc solid;
	border-radius: 8px 8px 0 0;
}
.main-course-subtitle {
	text-align: center;
	background: #ccc;
}
.main-course-list-item:nth-child(4n+1) { border-color: #eb6877; }
.main-course-list-item:nth-child(4n+1) .main-course-subtitle { background-color: #eb6877; }
.main-course-list-item:nth-child(4n+2) { border-color: #4ab53e; }
.main-course-list-item:nth-child(4n+2) .main-course-subtitle { background-color: #4ab53e; }
.main-course-list-item:nth-child(4n+3) { border-color: #3993d9; }
.main-course-list-item:nth-child(4n+3) .main-course-subtitle { background-color: #3993d9; }
.main-course-list-item:nth-child(4n+4) { border-color: #ee7615; }
.main-course-list-item:nth-child(4n+4) .main-course-subtitle { background-color: #ee7615; }
.main-course-img {
	padding: 20px;
}
.main-course-list-item:nth-child(odd) .main-course-img { float: left; }
.main-course-list-item:nth-child(even) .main-course-img { float: right; }
.main-course-textbox {
	width: 448px;
	padding: 32px 16px;
}
.main-course-list-item:nth-child(odd) .main-course-textbox { float: right; }
.main-course-list-item:nth-child(even) .main-course-textbox { float: left; }
.main-course-text {
	margin-bottom: 60px;
}
.main-course-text ul {}
.main-course-text ul > li {
	padding-left: 22px;
	color: #ee7615;
	font-size: 18px;
	background: url(/images/default/main-course-icon.png) no-repeat left top 8px;
}
.main-course-text li > ul > li {
	padding-left: 0;
	margin-left: -22px;
	color: #000;
	font-size: 14px;
	background: none;
}
.main-course-more {}
.main-course-list-item:nth-child(odd) .main-course-more { float: right;}

.main-banner-inner {
	width: 980px;
	margin: 0 auto;
}
.main-banner-list {}
.main-banner-list-item {
	float: left;
	width: 480px;
	margin: 0 20px 20px 0;
}
.main-banner-list-item:nth-child(even) { margin-right: 0; }
.main-banner-img {
	width: 100%;
}
.main-banner-text {
	margin-top: 20px;
}

.main-feature {
	padding: 48px 79px;
	background: url(/images/default/main-bg.jpg) repeat;
}
.main-feature-title {
	text-align: center;
}
.main-feature-inner {
	width: 980px;
	margin: 0 auto;
}
.main-feature-list {
	margin-top: 60px;
}
.main-feature-list-item {
	position: relative;
	float: left;
	width: 188px;
	margin-right: 10px;
}
.main-feature-list-item:nth-child(5) { margin-right: 0; }
.main-feature-img {
	width: 160px;
	margin: 0 auto;
}
.main-feature-img img {
	border-radius: 50%;
}
.main-feature-text {}
.main-feature-text h3 {
	min-height: 42px;
	margin: 10px 0;
	text-align: center;
	color: #ee7615;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
}
/* main-feature icon */
.main-feature-list-item:nth-child(1):before {
	position: absolute; top: -27px; left: -10px;
	z-index: 10;
	content: url(/images/default/main-feature-icon01.png);
	width: 62px; height: 62px;
}
.main-feature-list-item:nth-child(2):before {
	position: absolute; top: -27px; left: -10px;
	z-index: 10;
	content: url(/images/default/main-feature-icon02.png);
	width: 62px; height: 62px;
}
.main-feature-list-item:nth-child(3):before {
	position: absolute; top: -27px; left: -10px;
	z-index: 10;
	content: url(/images/default/main-feature-icon03.png);
	width: 62px; height: 62px;
}
.main-feature-list-item:nth-child(4):before {
	position: absolute; top: -27px; left: -10px;
	z-index: 10;
	content: url(/images/default/main-feature-icon04.png);
	width: 62px; height: 62px;
}
.main-feature-list-item:nth-child(5):before {
	position: absolute; top: -27px; left: -10px;
	z-index: 10;
	content: url(/images/default/main-feature-icon05.png);
	width: 62px; height: 62px;
}

.main-message {
	padding: 118px 0 108px;
	background: url(/images/default/main-message-bg.png) no-repeat top center;
}
.main-message-inner {
	width: 980px;
	margin: 0 auto;
}
.main-message-title {
	float: left;
}
.main-message-img {
	float: right;
	width: 300px;
	padding-bottom: 56px;
	background: url(/images/default/message-image-name.png) no-repeat bottom;
}
.main-message-img img {
	width: 100%;
}
.main-message-text {
	float: left;
	width: 650px;
	margin-top: 30px;
	letter-spacing: -0.6px;
}
.main-message-text p {
	margin-bottom: 20px;
}

.main-result {
	padding: 35px 0 80px;
	background: #f2f9ff url(/images/default/main-result-bg.png) no-repeat top;
	background-size: 100% auto;
}
.main-result-title {
	text-align: center;
}
.main-result-inner {
	position: relative;
	width: 980px;
	margin: 43px auto 0;
}
.main-result-year {
	position: absolute;
	top: -150px;
	right: 170px;
	width: 177px;
	height: 91px;
	padding-top: 14px;
	color: #fff;
	font-size: 32px;
	text-align: center;
	background: url(/images/default/main-result-year-bg.png) no-repeat;
}
.main-result-year span {
	font-size: 20px;
}
.main-result-list {
	display: table;
	width: 100%;
	border-collapse: separate;
    border-spacing: 10px 0;
	margin: 10px 0 30px;
}
.main-result-list li {
	display: table-cell;
	padding: 20px;
}
.main-result-list li:first-child {
	width: 16%;
	color: #eb7e33;
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.main-result-subtitle {
	background: #fffad2;
}
.main-result-text {
	width: 84%;
	background: #ffffff;
}
.main-result-more {
	text-align: center;
}

.main-safety {
	padding: 77px 0 90px;
	background: url(/images/default/main-safety-bg.jpg) no-repeat top center;
	background-size: cover;
}
.main-safety-title {
	text-align: center;
}
.main-safety-inner {
	width: 980px;
	margin: 55px auto 0;
}
.main-safety-list {}
.main-safety-list-item {
	float: left;
	width: 310px;
	margin-right: 10px;
	padding: 38px;
	background: rgba(255,255,255,0.8);
	border: 2px #ccc solid;
	border-radius: 8px;
}
.main-safety-list-item:nth-child(3n) {
	margin-right: 0;
}
.main-safety-img {
	text-align: center;
}
.main-safety-text {
	margin-top: 8px;
	letter-spacing: -2px;
}

.main-blog {
	padding: 39px 0 84px;
	background: #fffad2;
}
.main-blog-title {
	text-align: center;
}
.main-blog-inner {
	width: 980px;
	margin: 0 auto;
}
.main-blog-list {
	margin: 54px 0 60px;
}
.main-blog-list-item {
	float: left;
	width: 230px;
	margin-right: 20px;
	font-size: 15px;
}
.main-blog-list-item:nth-child(4n) {
	margin-right: 0;
}
.main-blog-list-img {}
.main-blog-list-img img {
	border-radius: 4px;
}
.main-blog-list-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main-blog-list-title a {
	color: inherit;
	font-weight: bold;
}
.main-blog-list-date {
	display: block;
	margin: 10px 0;
	color: #ee7615;
}
.main-blog-more {
	text-align: center;
}

.main-column {
	padding: 39px 0 84px;
	/* background: #fffad2; */
}
.main-column-title {
	text-align: center;
}
.main-column-inner {
	width: 980px;
	margin: 0 auto;
}
.main-column-list {
	margin: 54px 0 60px;
}
.main-column-list-item {
	float: left;
	width: 230px;
	margin-right: 20px;
	font-size: 15px;
}
.main-column-list-item:nth-child(4n) {
	margin-right: 0;
}
.main-column-list-img {}
.main-column-list-img img {
	border-radius: 4px;
}
.main-column-list-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main-column-list-title a {
	color: inherit;
	font-weight: bold;
}
.main-column-list-date {
	display: block;
	margin: 10px 0;
	color: #ee7615;
}
.main-column-more {
	text-align: center;
}


/* 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: #fffad2;
}
#footer-inner {
	width: 980px;
	margin: 0 auto;
	padding: 79px 0 69px;
}

.footer-gmap {
	float: left;
}
.googlemap {}
.googlemap iframe {
	width: 440px;
	height: 360px;
}

.footer-about {
	float: right;
	width: 480px;
	text-align: left;
}
.footer-form {}
.footer-tel {
	float: left;
}
.footer-mail {
	float: right;
}
.footer-logo {
	width: 210px;
	margin: 45px 0 24px;
}
.footer-about-inner {}
.footer-about-inner h3 {
	margin: 10px;
}
.footer-about-inner h3 span {
	font-weight: bold;
}
.footer-about-inner ul {
	display: table;
	width: 480px;
	border-collapse: separate;
	border-spacing: 10px 0;
	border-top: 1px #c9c9c9 solid;
}
.footer-about-inner ul:last-child {
	border-bottom: 1px #c9c9c9 solid;
}
.footer-about-inner ul > li {
	display: table-cell;
}
.footer-about-inner ul > li:first-child {
	width: 110px;
}


.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10;
}

.footer-copyright {
	height: 40px;
	color: #fff;
	font-size: 11px;
	line-height: 40px;
	background: #ee7615;
}

/* Lower
------------------------------------------*/
/* link color */
.breadcrumb a,
.entry-content a {
}
/* heading */
.page-title-wrap {}
.page-title-wrap2 {
	padding: 30px 0;
	margin-bottom: 10px;
	background: url(/images/default/main-bg.jpg) repeat center;
}
.page-title {
	width: 980px;
	margin: 0 auto;
	padding: 10px 15px;
	color: #ee7615;
	font-size: 36px;
	font-weight: bold;
	background: #fff;
	border: 4px #ee7615 solid;
}
.entry-content h2, .entry-title {
	margin: 0 0 20px;
	padding: 8px 38px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	background: #ee7615 url(/images/default/h2-icon.png) no-repeat left 15px center;
	border-radius: 8px;
}
.entry-content h2 {
	margin: 0 0 20px;
}
.entry-title a,
.entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	padding: 10px 30px;
	color: #ee7615;
	font-size: 24px;
	font-weight: bold;
	background: url(/images/default/h3-icon.png) no-repeat left center;
}
.entry-content h4, .h4 {
	padding: 10px 30px;
	font-size: 18px;
	font-weight: bold;
	background: #fffad2 url(/images/default/h4-icon.png) no-repeat left 14px center;
}
.entry-content h5, .h5 {
	font-weight: bold;
	border-bottom: 1px #ee7615 dashed;
}


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

.breadcrumb-wrap {
	/* display:none; */
	width:100%;
	text-align:left;
}
.breadcrumb-wrap,
.breadcrumb,
.breadcrumb-item {
	display:inline-block;
}

.breadcrumb {
	padding: 0;
	margin-bottom: 20px;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	padding: 0 5px 0 0;
	content: '\f015';
	color: #ee7615;
	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 {
	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 {
	float: left;
	width: 24%;
	margin: 0 1% 20px 0;
	text-align: left;
}
.blog-nav:last-child {
	margin-right: 0;
}
.blog-nav-title {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
/* カテゴリとアーカイブが多い際にスクロールエリア化 */

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