@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
}
body {
	font-size: 14px;
	line-height: 1.6;
	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: #666;
}
a {
	color: #32b16c;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #32b16c;
	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: 1060px;
	text-align: center;
	background: #fff;
}
body.home {
}
#container {
	overflow: hidden;
	padding-top: 200px;
}
#content-inner {
	margin: 0 auto;
	padding-bottom: 60px;
	width: 1060px;
}
#main {
	text-align: left;
}
.home #content-inner,
.home #main {
	float: none;
	width: 100%;
	padding: 0;
}
.template-type-blog #main {
	float: right;
	width: 740px;
}

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


/* header
------------------------------------------*/
#header {
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1000;
}
#header-inner {
	position: relative;
	margin: 0 auto;
	width: 1060px;
	height: 200px;
	text-align: left;
}
.site-description {
	position: absolute;
	top: 53px;
	left: 324px;
	width: 245px;
	color: #999999;
	font-size: 8px;
	letter-spacing: -1px;
	line-height: 1.5;
}
.header-logo {
	position: absolute;
	top: 42px;
	left: 0;
	width: 294px;
}
.header-tel {
	position: absolute;
	top: 45px;
	right: 0px;
}
.header-tel li{
	float: left;
	margin-left: 15px;
}
.gnav {
	position: absolute;
	top: 124px;
	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: rgba(255,255,255,.8); }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: #333; font-size: 11px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #bceed3; }
.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;
}
#mainimage-inner {
	margin: 0 auto;
	width: 1060px;
}

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

/* main
------------------------------------------*/
.main-news {
	margin: 0 0 96px;
	padding: 30px 0;
	background: #1dadb8;
}
.main-news-inner {
	width: 1060px;
	margin: 0 auto;
}
.main-news-title {
	float: left;
	width: 101px;
}
.main-news-list {
	float: left;
	width: 880px;
	margin-left: 37px;
}
.main-news-list-item {
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #fff;
}
.main-news-list-date {
	margin: 0 10px 0 0;
}
.main-news-list-item a {
	color: inherit;
}
.news-more{
	float: right;
	padding-top: 19px;
}

.main-message {
	width: 1060px;
	margin: 0 auto 90px;
	text-align: center;
}
.main-message-inner {
}
.main-message-title {
	margin-bottom: 35px;
}
.main-message-text {
	line-height: 2;
	font-size: 13px;
	color: #666;
}
.message-more{
	margin-top: 15px;
}

.mainbn1{
	width: 740px;
	margin: 0 auto 120px;
}
.mainbn1 li{
	margin-bottom: 20px;
}

.main-lesson{
	margin-bottom: 110px;
	padding: 109px 0 125px;
	text-align: center;
	background: url(/images/default/lesson-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.main-lesson-title{
	margin-bottom: 104px;
}
.main-lesson ul{
	font-size: 0;
}
.main-lesson li{
	position: relative;
	display: inline-block;
	width: 30%;
	margin: 0 20px;
	padding: 135px 20px 20px;
	font-size: 14px;
	background: #eee;
}
.main-lesson li > h3{
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -190px;
}
.lesson-more{
	margin-top: 35px;
}

.mainbn2{
	width: 870px;
	margin: 0 auto 80px;
}
.mainbn2 ul::after{
	display: block;
    clear: both;
    content: "";
}
.mainbn2 li{
	float: left;
	width: 415px;
	margin-bottom: 20px;
}
.mainbn2 li:nth-child(even){float: right;}

.main-blog {
	padding: 94px 0 70px;
	background: #eee;
}
.main-blog-title {
	margin-bottom: 56px;
	text-align: center;
}
.main-blog-inner {
	position: relative;
	width: 1060px;
	margin: 0 auto;
}
.blog-more{
	position: absolute;
	top: 1px;
	right: 0;
}
.main-blog-list {
}
.main-blog-list-item {
	float: left;
	width: 500px;
	margin-bottom: 35px;
}
.main-blog-list-item:nth-child(even){float: right;}
.main-blog-list-img {
	float: left;
	margin: 0 20px 0 0;
	width: 90px;
	height: 90px;
	background: #fff;
	padding: 5px;
}
.main-blog-list-title {
	overflow: hidden;
	color: #222;
}
.main-blog-list-title a {
	font-size: 15px;
	color: inherit;
}
.main-blog-list-date {
	display: block;
	padding: 5px 0;
	font-size: 11px;
}


/* 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: #1dadb8 url(/images/default/footer-bg.png) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
}
#footer-inner {
	position: relative;
	margin: 0 auto;
	width: 1060px;
	padding: 113px 0 150px;
	text-align: left;
}
.footer-logo{
	width: 244px;
}
.footer-info{
	float: left;
	width: 280px;
	color: #fff;
}
.footer-tel{
	margin: 30px 0 15px;
	font-size: 17px;
	letter-spacing: 2px;
}
.footer-tel a{color: inherit;}
.footer-copyright {
	margin-top: 24px;
	color: #fff;
	font-size: 11px;
}

.footer-nav {
	float: right;
	width: 550px;
	font-size: 13px;
	margin-right: -50px;
}
.footer-nav > ul {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}
.footer-nav li {
	padding-bottom: 15px;
}
.footer-nav li a {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
.footer-nav li ul{
	display: none;
}
.footer-nav li ul::after {
	display: block;
    clear: both;
    content: "";
}
.footer-nav li li{
	display: inline-block;
}
.footer-nav li li a{
	font-size: 10px;
	font-weight: normal;
}

.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: 75px 0;
	background: #1dadb8;
}
.page-title {
	display: none;
	width: 980px;
	margin: 0 auto;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
.entry-content h2, .entry-title {
	margin: 0 0 20px;
	padding: 25px 20px;
	border-left: 5px #1dadb8 solid;
	font-size: 17px;
	font-weight: bold;
	color: #222;
	background: #eee;
}
.entry-content h2 {
	margin: 0 0 20px;
}
.entry-title a,
.entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	position: relative;
	padding: 15px 20px;
	font-size: 15px;
	font-weight: bold;
	border: 1px #ccc solid;
}
.entry-content h3::before, .h3::before{
	content:"";
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -10px;
	background: #1dadb8;
}
.entry-content h4, .h4 {
	padding: 0 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	border-left: 3px solid #32b16c;
}
.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: 15px 0 65px;
	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 {
	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;
}

/* カテゴリとアーカイブが多い際にスクロールエリア化 */

/* .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: #32b16c;
	background-color: #32b16c;
	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: #32b16c;
	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: #32b16c;
	color: #fff;
}
