@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 15px;
}
body {
	line-height: 1.9;
	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: #0e172d;
}
a {
	color: #6b758a;
	text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	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: 1080px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}


/* header
------------------------------------------*/
#header {
	box-shadow: 0px 6px 16px -6px rgba(0,0,0,0.3);
}
#header-inner {
	display: flex;
	width: 1080px;
	margin: 0 auto;
	padding: 19px 0 30px;
	z-index: 20;
}
.header-logo {
	margin-right: auto;
}
.header-con{
	display: flex;
	gap: 15px;
	padding-top: 16px;
}
.header-tel {}
.header-mail {}
.gnav {
	background: #c2173b;
}

/* droppy */
.gnav-list {
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	position: relative; text-align: left; zoom: 1; }
.gnav-list li {display: block; position: relative; z-index: 20; }
.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: inherit; font-size: 14px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #e3e5ea; }
.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 {
	position: relative;
	overflow: hidden;
}
#mainimage-inner {
	margin: 0 auto;
	width: 1080px;
}

/* slideshow */
.slideshow {
	margin: 0 calc((-1920px + 1080px)/ 2);
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
}

/* 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;
	padding-bottom: 60px;
}
.home #content-inner {
	width: 100%;
	padding: 0;
}

#main {
	text-align: left;
}

.main-news {
	padding: 25px 0;
	background: #f8f6f0;
}
.main-news-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1080px;
	margin: 0 auto;
}
.main-news-header{
	flex: 0 0 194px;
	text-align: center;
}
.main-news-title {
	margin-bottom: 18px;
}
.main-news-list {
	flex: 0 0 810px;
}
.main-news-list-item {
	padding: 10px 0;
	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-weight: bold;
	color: inherit;
	font-size: 16px;
}
.main-news-list-date {
	margin-right: 15px;
	font-size: 14px;
	color: #6b758a;
}
.main-news-list-text {
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.main-inc{
	max-width: 1080px;
	margin: 90px auto 0;
	text-align: center;
	.main-inc-title{
		margin-bottom: 35px;
	}
	& h3{
		margin-bottom: 30px;
		line-height: 1.6;
		font-size: 22px;
		font-weight: bold;
		color: #0e172d;
	}
	.text-center{
		gap: 28px;
		flex-flow: row nowrap;
		text-align: left !important;
		.col-sm-6{
			flex: 1 1 50%;
			padding: 20px 28px;
			border: 2px solid #c2173b;
			border-radius: 15px;
		}
	}
	& h4{
		margin-bottom: 15px;
		font-size: 24px;
		font-weight: bold;
		color: #c2173b;
		border-bottom: 1px solid #c2173b;
	}
}


.main-about {
	max-width: 1080px;
	margin: 90px auto;
}
.main-about-title {
	margin-bottom: 51px;
	text-align: center;
}
.main-about-list{
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 68px;
}
.main-about-list::after{
	content: '\f00d';
	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;
	font-size: 30px;
	color: #0e172d;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.main-about-list > li{
	flex: 0 0 508px;
	position: relative;
	overflow: hidden;
	border: 2px solid #c2173b;
	border-radius: 20px;
}
.main-about-list-title {
	padding: 5px 10px;
	background: #c2173b;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-about-list-title small{
	font-size: 20px;
	font-weight: bold;
	opacity: 1;
}
.main-about-img {
	aspect-ratio: 504/260;
	object-fit: cover;
}
.main-about-text {
	padding: 15px 25px;
}
.main-about-text h4{
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
	color: #0e172d;
}

.main-about-title2{
	margin-bottom: 31px;
	text-align: center;
}
.about-banner-list{
	display: flex;
	flex-flow: wrap;
	gap: 24px;
	margin-bottom: 50px;
}
.about-banner-list > li{
	flex: 0 0 344px;
}
.about-banner-img {
	margin-bottom: 10px;
}
.about-banner-img img{
	border-radius: 8px;
}

.main-about-title3{
	text-align: center;
	margin-bottom: 35px;
}
.main-about-text3{
	max-width: 840px;
	margin: 0 auto;
}
.main-about-text3 ul{
	display: flex;
	/* flex-flow: wrap; */
	/* justify-content: space-between; */
	gap: 14px;
}
.main-about-text3 li{
	padding: 15px 25px;
	border: 1px solid #132041;
	border-radius: 5px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	color: #12234a;
}
.main-about-more{
	margin-top: 30px;
	text-align: center;
}

.main-trial {
	padding: 105px 0 103px;
	background: url(/images/default/trial-bg.jpg) no-repeat center center / cover;
	text-align: center;
}
.main-trial-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.main-trial-title {
	margin-bottom: 36px;
}

.course-fee{
	padding: 89px 0 90px;
	background: #f8f6f0;
}
.course-fee > div{
	max-width: 1080px;
	margin: 0 auto;
}
.main-course-title{
	margin-bottom: 41px;
	text-align: center;
}
.main-course-list{
	display: flex;
	flex-flow: wrap;
	gap: 24px;
	margin-bottom: 59px;
}
.main-course-list > li{
	flex: 0 0 252px;
	position: relative;
	overflow: hidden;
	border: 2px solid #c2173b;
	border-radius: 10px 10px 0 0;
	background: #fff;
}
.main-course-list > li.course-wide{
	flex: 0 0 100%;
}
.main-course-list-title {
	padding: 5px 10px;
	background: #c2173b;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-course-text {
	padding: 10px 18px 18px;
}
.main-course-text h4{
	margin-bottom: 15px;
	padding: 10px 0;
	border-bottom: 1px solid #d6d6d6;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #12234a;
}
.main-course-text h5{
	font-weight: bold;
}

.main-fee{
	margin-bottom: 40px;
}
.main-fee-title{
	margin-bottom: 10px;
	text-align: center;
}
.main-fee-text{
	margin-bottom: 50px;
}
.main-fee table{
	width: 100%;
}
.main-fee table th,
.main-fee table td{
	padding: 20px 38px;
	background: #fff;
	border: 1px solid #d6d6d6;
}
.main-fee table th{
	font-size: 21px;
}
.main-fee table th strong{
	display: inline-block;
	margin-right: 12px;
	padding: 5px 10px;
	font-size: 19px;
	background: #12234a;
	color: #fff;
}
.main-fee table td{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

.main-fee table tr:first-child th{
	padding: 5px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	border: 1px solid rgba(0,0,0,0);
	background: #f8f6f0;
}
.main-fee table tr:first-child th:nth-child(2) {
	border-radius: 10px 0 0 0;
}
.main-fee table tr:first-child th:nth-child(n+2) {
	background: #c2173b;
	border-right: 1px solid #fff;
}
.main-fee table tr:first-child th:last-child {
	border-radius: 0 10px 0 0;
	border: 1px solid rgba(0,0,0,0);
}
.main-fee table tr:nth-child(2) th,
.main-fee table tr:nth-child(2) th{
	border-top: 2px solid #c2173b;
}
.main-fee table tr:last-child th,
.main-fee table tr:last-child td{
	border-bottom: 2px solid #c2173b;
}
.main-fee table tr:nth-child(n+2) > th:first-child{
	border-left: 2px solid #c2173b;
}
.main-fee table tr:nth-child(n+2) > td:last-child{
	border-right: 2px solid #c2173b;
}

.main-fee2{
	padding: 66px 150px 55px;
	background: url(/images/default/fee-bg.jpg) no-repeat center center / cover;
	border-radius: 15px;
}
.main-fee2-title{
	margin-bottom: 16px;
	text-align: center;
}
.main-fee2-text{
	font-size: 19px;
	font-weight: bold;
	color: #fff;
}
.main-fee2-text li{
	display: flex;
	align-items: center;
}
.main-fee2-text li::before{
	content: '\f00c';
	color: inherit;
	margin-right: 5px;
	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;
}
.main-fee-more{
	margin-top: 30px !important;
	text-align: center;
}

.main-voice {
	max-width: 1080px;
	margin: 92px auto 90px;
}
.main-voice-title {
	margin-bottom: 42px;
	text-align: center;
}
.main-voice-list {}
.main-voice-list-item {
	width: 332px;
	margin-right: 42px;
}
.main-voice-list-img {
	margin-bottom: 10px;
}
.main-voice-list-title {
	margin-bottom: 5px;
	overflow: hidden;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: inherit;
}
.main-voice-list-text {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-voice-more {
	margin-top: 25px;
	text-align: center;
}

/* arrows */
.main-blog-slide .slick-arrow,
.main-blog-slide .slick-arrow::before {
	width: 35px;
	height: 35px;
}
.main-blog-slide .slick-arrow {
	position: absolute;
	top: 110px;
}
.main-blog-slide .slick-arrow.slick-prev {
	left: -45px;
}
.main-blog-slide .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/main-voice-prev.png) no-repeat center center;
}
.main-blog-slide .slick-arrow.slick-next {
	right: -45px;
}
.main-blog-slide .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/main-voice-next.png) no-repeat center center;
}

.main-phi {
	padding: 91px 0 90px;
	background: #f8f6f0;
}
.main-phi-title {
	margin-bottom: 41px;
	text-align: center;
}
.main-phi-inner {
	display: flex;
}
.main-phi-img{
	flex: 0 0 calc(50vw - 120px);
	margin-right: 60px;
}
.main-phi-img img{
	height: 100%;
	object-fit: cover;
}
.main-phi-text {
	flex: 0 0 600px;
}
.main-phi-text h3 {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;
}
.main-phi-text ul {
	display: flex;
	gap: 15px;
	margin-top: 30px;
}

.main-blog {
	max-width: 1080px;
	margin: 90px auto;
}
.main-blog-title {
	margin-bottom: 42px;
	text-align: center;
}
.main-blog-list-item {
	float: left;
	width: 240px;
	margin-right: 40px;
}
.main-blog-list-img {
	position: relative;
	margin-bottom: 10px;
}
.main-blog-list-title {
	margin-bottom: 3px;
	overflow: hidden;
	font-weight: bold;
}
.main-blog-list-title > a {
	display: block;
	margin-top: 3px;
	font-weight: bold;
	color: inherit;
}
.main-blog-list-cat {
	position: absolute;
	bottom: 4px;
	left: 4px;
	display: inline-block;
}
.main-blog-list-cat a {
	display: block;
	padding: 0px 10px;
	background: #fff;
	border: 1px solid #c2173b;
	color: #c2173b;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-blog-list-cat a:hover{
	opacity: .7;
}
.main-blog-list-text {
	margin: 5px 0;
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-blog-list-date {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #6b758a;
}
.main-blog-more {
	margin-top: 30px;
	text-align: center;
}

.mainbn{
	padding: 60px 0;
	background: #f8f6f0;
}
.mainbn-inner{
	max-width: 1080px;
	margin: 0 auto;
}
.mainbn ul{
	display: flex;
	gap: 24px;
}
.mainbn img{
	border-radius: 10px;
}

/* 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;
}


/* footer
------------------------------------------*/
.footer-gmap,
.footer-gmap iframe{
	height: 500px;
}

#footer {
	padding: 60px 0 110px;
	border-top: 3px solid #c2173b;
}
#footer-inner {
	position: relative;
	width: 1080px;
	margin: 0 auto;
}

.footer-logo{
	margin-bottom: 51px;
	text-align: center;
}

.footer-main{
	display: flex;
	justify-content: space-between;
}
.footer-about{
	position: relative;
	flex: 0 0 470px;
	text-align: left;
	font-size: 14px;
}
.footer-about hr{
	margin: 0 0 25px;
	border-color: #d6d6d6;
}
.footer-about * + hr{
	margin: 25px 0;
}
.footer-about ul{
	display: flex;
	gap: 12px;
	margin-top: 20px;
}
.footer-about ul.sns{
	position: absolute;
	bottom: 15px;
	right: 0;
	margin: 0;
}
.footer-img{
	flex: 0 0 530px;
}
.footer-img img{
	height: 100%;
	object-fit: cover;
}
.footer-copyright {
	margin-top: 8px;
	text-align: right;
	font-size: 12px;
	color: #9a9a9a;
}

.fix-footer{
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 10px calc(50% - 540px);
	background: #c2173b;
	z-index: 20;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 130px;
	right: 30px;
	z-index: 20;
}


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 60px;
}
.entry-content {}


/* heading */
.page-title-wrap{
	padding: 60px 0;
	background: #f8f6f0;
}
.page-title {
	max-width: 1080px;
	margin: 0 auto;
	font-size: 25px;
	font-weight: bold;
}
.entry-title, .entry-content h2:not([class]) {
	display: flex;
	align-items: center;
	margin: 0 0 25px;
	padding: 12px;
	background: #c2173b;
	border-radius: 10px;
	font-size: 23px;
	font-weight: bold;
	color: #fff;
	&::before{
		padding-bottom: 5px;
		content: '\f138';
		color: inherit;
		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-title a, .entry-content h2:not([class]) a {
	color: inherit;
}

.h3, .entry-content h3:not([class]) {
	display: flex;
	align-items: center;
	margin: 2.2rem 0 1.5rem 0;
	padding: 10px 15px;
	background: #12234a;
	border-radius: 10px;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	&::before{
		padding-bottom: 5px;
		content: '\f105';
		color: inherit;
		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;
	}
}
.h4, .entry-content h4:not([class]) {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	&::before{
		content: '\f138';
		color: #6b758a;
		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;
	}
}
.h5, .entry-content h5:not([class]) {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 5px 0 35px;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	display: none;
	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;
}


/* 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;
	margin-top: 30px;
}
.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: #12234a;
	background-color: #12234a;
	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: #333;
}

.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: #c2173b;
	color: #fff;
}
