@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 16px;
}
body {
	line-height: 1.7;
	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: #212121;
}
a {
	color: #cc6b03;
	text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
}

/* 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: 1080px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}


/* header
------------------------------------------*/
#header {
	background: url(/images/default/header-border.png) repeat-x top;
	padding-top: 4px;
}
#header-inner {
	margin: 0 auto;
	background: url(/images/default/header-bg.png) repeat-x bottom;
}
.site-description {
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 11px;
	color: #aaa;
	display: none;
}
.header-logo {
	margin: auto;
	padding: 15px 0 24px;
}
.header-inner2{
	position: relative;
	width: 1080px;
	margin: auto;
}
.header-tel {
	position: absolute;
	top: -4px;
	right: 191px;
}
.header-mail {
	position: absolute;
	top: -5px;
	right: 0;
}
.gnav {
	width: 1080px;
	margin: 20px auto 0;
	/* position: absolute;
	top: 150px;
	left: 50%;
	transform: translateX(-50%); */
}

/* droppy */
.gnav-list { position: relative; text-align: left; zoom: 1; }
.gnav-list li { float: left; display: block; position: relative; z-index: 20; }
.gnav-list ul { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(221,242,252,.8); }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: #212121; font-size: 14px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #5fbee9;color: #fff; }
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }


/* mainimage
------------------------------------------*/
/* 横スライド
.slideshow .slick-list {overflow: visible;}
*/

#mainimage {
	overflow: hidden;
	margin: 25px auto 0;
}
#mainimage-inner {
	width: 100%;
	margin: 0 auto;
}
.mainimage-copy{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-52%, -50%);
	width: 40%;
}

/* slideshow */
.slideshow {
	width: 80%;
	position: relative;
	margin: 0 -340px 0 16%;
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
	border-radius: 60px;
}

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 20px;
	height: 30px;
}
.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-dotted {
	margin-bottom: 30px;
}
.slideshow .slick-dots {
	bottom: -30px;
}
.slideshow .slick-dots li {
}
.slideshow .slick-dots li button::before {
	color: #ccc;
}
.slideshow .slick-dots li button:hover::before,
.slideshow .slick-dots li button:focus::before,
.slideshow .slick-dots li.slick-active button::before {
	color: #666;
}


/* content main
------------------------------------------*/
#content-inner {
	width: 1080px;
	margin: 0 auto;
}
.home #content-inner {
	width: 100%;
	margin: auto;
}

#main {
	text-align: left;
}
.main-btn{
	position: fixed;
	bottom: 130px;
	right: 5px;
	z-index: 1000;
}

/* ごあいさつ */
.main-message {
	margin: -240px auto 0;
	padding: 240px 0 90px;
	background: url(/images/default/main-message-bg.png) no-repeat center top / cover;
}
.main-message-inner {
	position: relative;
	width: 1080px;
	margin: 0 auto;
}
.main-message-title {
	text-align: center;
	margin-bottom: 25px;
}
.main-message-text {
	text-align: center;
	margin-bottom: 45px;
}
.main-message-image1 img,
.main-message-image2 img,
.main-message-image3 img{
	border-radius: 50%;
	border: 7px solid #fff;
}
.main-message-image1{
	position: absolute;
	top: 85px;
	left: -75px;
}
.main-message-image2{
	position: absolute;
	top: 260px;
	left: -180px;
}
.main-message-image3{
	position: absolute;
	top: 155px;
	right: -200px;
}
.main-message-more{
	text-align: center;
}
.main-message-text p {
	margin-bottom: 5px;
}

/* 公文式学習って何？ */
.main-about{
	padding: 85px 0 90px;
	background: url(/images/default/main-point-bg.png) repeat center top;
}
.main-about-title{
	text-align: center;
	margin-bottom: 15px;
}
.main-about-inner{
	/* width: 1080px; */
	margin: auto;
}
.main-about-text{
	text-align: center;
	margin-bottom: 60px;
}
.main-about-text h3{
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 5px;
}
.main-about-text p{
	line-height: 2.2;
}
.main-point-list{

}
.main-point-list li{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.main-point-list li:last-child{
	margin-bottom: 60px;
}
.main-point-list li:nth-child(2n){
	flex-direction: row-reverse;
}
.main-point-image{
	width: 57vw;
	border-radius: 0 4% 4% 0 / 0 10% 10% 0;
}
.main-point-image img{
	width: 100%;
	border-radius: 0 4% 4% 0 / 0 10% 10% 0;
}
.main-point-list li:nth-child(2n) .main-point-image{
	width: 57vw;
	border-radius: 4% 0 0 4% / 10% 0 0 10%;
}
.main-point-list li:nth-child(2n) .main-point-image img{
	width: 100%;
	border-radius: 4% 0 0 4% / 10% 0 0 10%;
}
.main-point-text{
	position: relative;
	width: 570px;
	margin-left: -180px;
	padding: 45px 50px;
	border-radius: 25px;
	background: url(/images/default/main-point-text-bg.png) repeat center center;
}
.main-point-list li:nth-child(2n) .main-point-text{
	margin-right: -180px;
}
.main-point-text h3{
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	line-height: 1.4;
}
.main-point-text p{
	line-height: 2.2;
}
.main-point-label{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 14px;
	border-radius: 50%;
	background: url(/images/default/main-point-text-bg.png) repeat center center;
}
.main-point-illust{
	position: absolute;
	bottom: 5%;
	right: 5%;
	transform: translate(100%, 0);
}
.main-point-list li:nth-child(2n) .main-point-text .main-point-illust{
	left: 0;
	transform: translate(-30%, 0);
}
.main-point-more{
	text-align: center;
}

/* 学習内容 */
.main-subject{
	padding: 100px 0 90px;
}
.main-subject-title{
	text-align: center;
	margin-bottom: 40px;
}
.main-subject-inner{
	width: 1080px;
	margin: auto;
}
.main-subject-list{
	display: flex;
}
.main-subject-list li{
	width: 340px;
	margin-right: 30px;
	background: #feefa6;
	border-radius: 25px;
	position: relative;
	padding-bottom: 70px;
}
.main-subject-list li:last-child{
	margin-right: 0;
}
.main-subject-image{
	margin-bottom: 25px;
}
.main-subject-text{
	position: relative;
	text-align: center;
	margin-bottom: 15px;
	padding: 0 35px;
	font-size: 15px;
	line-height: 1.8;
}
.main-subject-text h6{
	font-size: 11px;
	margin-top: 10px;
	text-align: left;
}
.main-subject-more{
	/* text-align: center;
	margin-bottom: 30px; */
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.main-subject-image{
	position: relative;
}
.main-subject-label{
	position: absolute;
	top: -15px;
	left: 58px;
}
.main-subject-list2{
	margin-top: 65px;
	display: flex;
	background: #feefa6;
	border-radius: 25px;
}
.main-subject-text2{
	width: 680px;
}
.main-subject-image2{
	position: relative;
	width: 400px;
}
.main-subject-image2{
	height: 100%;
}
.main-subject-image2 img{
	object-fit: cover;
	border-radius: 25px 0 0 25px;
}
.main-subject-label2 img{
	border-radius: 0;
}
.main-subject-label2{
	position: absolute;
	top: -20px;
	left: 62px;
}
.main-subject-text2{
	text-align: center;
	padding: 26px 40px 39px 40px;
}
.main-subject-more2{
	text-align: center;
	margin-top: 20px;
}
.main-subject-ptice{
	text-align: center;
	margin-top: 40px;
}


/* 公文式学習の流れ */
.main-flow{
}
.main-flow-title{
	text-align: center;
	padding: 33px 0 25px;
	background: url(/images/default/main-flow-title-bg.jpg) repeat center center;
}
.main-flow-inner{
	padding: 60px 0 80px;
	background: url(/images/default/main-point-bg.png) repeat center center;
}
.main-flow-illust{
	position: relative;
	text-align: center;
}
.main-flow-more{
	position: absolute;
	text-align: center;
	top: 580px;
	left: 50%;
	transform: translatex(-50%);
}

/* やる気アップの仕組み */
.main-structure{
	padding: 100px 0;
	background: url(/images/default/main-structure-bg.png) repeat center center;
}
.main-structure-title{
	text-align: center;
	margin-bottom: 30px;
}
.main-structure-inner{
	width: 1080px;
	margin: auto;
	position: relative;
}
.main-structure-list{
	display: flex;
	justify-content: space-between;
}
.main-structure-list li{
	position: relative;
	width: 336px;
}
.main-structure-image{
	position: relative;
	width: 100%;
	border-radius: 50%;
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
}
.main-structure-image img{
	object-fit: cover;
	border-radius: 50%;
	padding: 10px;
	border: 2px dashed #cfa267;
}
.main-structure-label{
	position: absolute;
	bottom: 20px;
	left: 0;
	transform: translate(6%, 10%);
}
.main-structure-label img{
	border: none;
	border-radius: 0;
}
.main-structure-text{
	font-size: 15px;
	text-align: center;
}
.main-structure-illust1{
	position: absolute;
	top: -30px;
	left: -100px;
}
.main-structure-illust2{
	position: absolute;
	bottom: 115px;
	right: -100px;
}

/* スタッフ紹介 */
.main-staff{
	padding: 80px 0 96px;
	background: url(/images/default/main-staff-bg.jpg) no-repeat center center / cover;
}
.main-staff-inner{
	position: relative;
	width: 1080px;
	margin: auto;
}
.main-staff-illust{
	position: absolute;
	top: 100px;
	left: -160px;
}
.main-staff-title{
	margin-bottom: 40px;
}
.main-staff-text{
	width: 640px;
	line-height: 1.8;
}
.main-staff-text h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.main-staff-more{
	margin-top: 30px;
}

/* 生徒さん、保護者様さまの声 */
.main-voice{
	padding: 100px 0;
}
.main-voice-title{
	text-align: center;
	margin-bottom: 50px;
}
.main-voice-inner{
	width: 1080px;
	margin: auto;
}
.main-voice-list{
	display: flex;
	justify-content: center;
}
.main-voice-list-item{
	width: 330px;
	margin-right: 45px;
}
.main-voice-list-item:last-child{
	margin-right: 0;
}
.main-voice-list-image-inner{
	position: relative;
}
.main-voice-tape1,
.main-voice-tape2,
.main-voice-tape3{
	position: absolute;
	top: -15%;
	left: 50%;
	transform: translate(-50%, 15%)
}
.main-voice-list-img{
	position: relative;
	padding: 7px;
	border: 1px solid #c6c4c2;
}
.main-voice-list-cat{
	position: absolute;
	bottom: 15px;
	left: 15px;
	padding: 0 15px;
	font-size: 13px;
	background: #fff;
	border-radius: 20px;
}
.main-voice-list-cat a{
	color: #212121;
}
.main-voice-list-title{
	margin: 10px 0 15px;
	font-size: 15px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-voice-list-title a{
	color: #212121;
}
.main-voice-list-text{
	font-size: 13px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.main-voice-more{
	margin-top: 30px;
	text-align: center;
}

/* お知らせ */
.main-news {
	margin: 0 auto;
	padding: 85px 0 80px;
	background: url(/images/default/main-structure-bg.png) repeat center center;
}
.main-news-inner {
	position: relative;
	width: 1080px;
	margin: auto;
}
.main-news-title {
	margin-bottom: 20px;
}
.main-news-list {
	padding: 30px 50px;
	border: 4px solid #fbefc0;
	border-radius: 25px;
	background: #fff;
}
.main-news-list-item {
	padding: 10px 0;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
	font-size: 13px;
}
.main-news-list-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-news-list-title > a {
	font-size: 16px;
	color: inherit;
}
.main-news-list-date {
	margin-right: 16px;
	color: #cc6b03;
	font-size: 16px;
}
.main-news-more {
	position: absolute;
	top: 0px;
	right: 0px;
}
.main-news-information-more{
	text-align: right;
	margin-top: 30px;
}
/* 体験学習について */
.main-try{
	margin-bottom: 102px;
	padding: 85px 0;
	background: url(/images/default/main-try-bg.jpg) no-repeat center center / cover;
}
.main-try-inner{
	position: relative;
	width: 1080px;
	margin: auto;
}
.main-try-title{
	text-align: center;
	margin-bottom: -45px;
}
.main-try-inner2{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 55px 0 40px;
	background: #fff;
	border-radius: 25px;
}
.main-try-image{
	width: 360px;
	margin-right: 25px;
}
.main-try-text{
	width: 600px;
	line-height: 2.2;
}
.main-try-illsut{
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(-40%, -15%);
}
.main-try-more{
	text-align: center;
	margin-top: -30px;
}

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

.side-search {
	margin-bottom: 20px;
}

.side-nav {
	margin-bottom: 20px;
}
.side-nav-title {
	margin-bottom: 10px;
}
.side-nav li a {
}
.side-nav-list > li > a {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
	font-size: 13px;
}
.side-nav-list > li > a::before{
	content: '\f105';
	padding-right: 5px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #333;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.side-nav-list > li > ul {
	padding: 10px;
}
.side-nav-list > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}

.side-about {
	margin-bottom: 20px;
	padding: 10px;
	background: #222;
	font-size: 12px;
	color: #fff;
}

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

/* gmap */
.googlemap,.googlemap iframe {
	border-top: 3px solid #0492d2;
	height: 563px;
}

/* footer
------------------------------------------*/
#footer {
	padding-top: 5px;
	background: url(/images/default/header-border.png) repeat-x center top;
}
#footer-inner {
	margin: 0 auto;
}

/* 教室案内 */
.footer-info{
	position: relative;
	padding-bottom: 60px;
	background: url(/images/default/footer-info-bg.png) no-repeat center top;
}
.footer-info-title{
	width: 700px;
	margin: 0 auto 41px;
}
.footer-info-illust1{
	position: absolute;
	top: 0;
	left: 0;
}
.footer-info-illust2{
	position: absolute;
	bottom: 0;
	right: 0;
}
.footer-info-text{
	text-align: left;
}
.footer-info-text table{
	margin: auto;
	width: 1080px !important;
}
.footer-info-text tr{
	border-bottom: 2px solid #fff;
}
.footer-info-text tr:last-child{
	border-bottom: none;
}
.footer-info-text td:nth-child(odd){
	margin-right: 5px;
	background: #5fbee9;
	color: #fff;
	padding: 10px 20px;
	border-right: 2px solid #fff;
}
.footer-info-text td:nth-child(even){
	width: 900px !important;
	margin-right: 5px;
	background: #ddf2fb;
	padding: 16px 25px;
}

/* フッター問い合わせ */
.footer-con{
	padding: 20px 0;
	background: url(/images/default/main-flow-title-bg.jpg) repeat center center;
}
.footer-con-inner{
	width: 1080px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	border-radius: 20px;
	padding: 15px 25px;
	position: relative;
}
.footer-con-text{
	text-align: left;
	font-size: 13px;
}
.footer-con-illust1{
	/* margin-left: -60px; */
	/* margin: 0px 0px -15px -70px; */
	position: absolute;
	top: 10px;
	left: -75px;
}
.footer-con-illust2{
	/* margin: 0 -25px -40px 0px; */
	position: absolute;
	bottom: -9px;
	right: -30px;
}

.footer-nav {
	font-size: 11px;
	padding: 35px 0 15px;
	background: url(/images/default/footer-nav-bg.png) repeat center center;
}
.footer-nav li {
	display: inline-block;
	color: #fff;
	font-size: 16px;
}
.footer-nav-list{
	margin-bottom: 15px;
}
.footer-nav li:not(:last-child)::after {
	content:"|";
	padding: 0 15px;
}
.footer-nav li a {
	color: inherit;
}
.footer-nav li ul {
	display: none;
}

.footer-copyright {
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0px;
	width: 100%;
	z-index: 20;
	border-bottom: 3px solid #0492d2;
}
.pagetop-btn-wrap img{
	bottom: 0;
	right: 10vw;
	position: fixed;
}


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


/* heading */

.page-title-wrap{
	background: url(/images/default/h1-bg.png) repeat center center;
}
.page-title {
	margin: 25px auto 30px;
	width: 1080px;
	padding: 65px 15px;
	font-size: 26px;
	font-weight: bold;
	color: #5b534b;
}
.page-title h1{
	width: 1080px;
	margin: auto;
}
.entry-title, .entry-content h2 {
	margin: 0 0 25px;
	padding: 20px 60px 30px;
	background: url(/images/default/h2-bg.png) no-repeat center center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
    width: 1080px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	padding: 5px 25px;
	background: url(/images/default/h3-border.png) repeat-x center bottom;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
.entry-content h3:before {
	content:'';
	position: absolute;
	top: 13px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 4px solid #f18903;
	border-radius: 50%;
}
.entry-content h4, .h4 {
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
}
.entry-content h4:before {
	content: '\f138';
	padding: 0 5px 0 0;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #0492d2;
}
.entry-content h5, .h5 {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 10px 0 10px;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	content: '\f015';
	padding: 0 5px 0 0;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	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-group {
	display: flex;
	justify-content: space-between;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}


.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;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 0.8rem;
	color: inherit;
}
.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{
	max-height: 200px;
}


/* Gallery
------------------------------------------*/
/* archive */
.gallery-list {
}
.gallery-list-item {
	padding: 0 15px 15px;
}
.gallery-list-img {
	margin-bottom: 3px;
}
.gallery-list-title {
	font-size: 13px;
}
.gallery-list-more {
	text-align: right;
}

/* single */
.gallery-detail {
	margin-bottom: 20px;
	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 0px 20px;
}
.ba-detail-once {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after {
	position: relative;
	width: 45%;
}
.ba-detail-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}
.ba-detail-arrow i {
	font-size: 30px;
}
.ba-detail-sub li {
	padding: 0 15px 15px;
}


/* Colors
------------------------------------------*/
/* arrows */
.slick-next::before,
.slick-prev::before {
	color: #fff;
}

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

/* SimpleBar */
.scroll-area{
	overflow: auto;
}
.simplebar-track.simplebar-vertical{
	width: 11px;
}
.simplebar-track.simplebar-horizontal {
	height: 11px;
}
.scroll-area .simplebar-scrollbar::before {
	background: #aaa;
}

/* 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: #d7eaf2;
	background-color: #ddf2fb;
	color: #212121;
}

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