@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 15px;
}
body {
	line-height: 1.6;
	font-family: -apple-system, BlinkMacSystemFont, 'futura PT', "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: #333;
}
a {
	color: #333;
	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 {
	position: relative;
	z-index: 100;
	background: url(/images/default/header-bg.png) repeat-x center 0;
}
#header-inner {
	position: relative;
	width: 45vw;
	max-width: 650px;
	height: 96px;
	z-index: 20;
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
	align-items: center;
	padding: 1px 0 0 52px;
}
.site-description {
	font-size: 11px;
	color: #665e4d;
}
.header-logo {
}
.header-inner2{
	position: fixed;
	top: 20px;
	right: 171px;
	display: flex;
	gap: 11px;
}

/* site-nav
------------------------------------------*/
#site-nav {
	position: fixed;
	top: 0;
	z-index: 3000;
	width: 140px;
	height: 120px;
	position: fixed;
	top: 0;
	right: 0;

}
body.is-site-nav-open #site-nav,
body.is-site-nav-open .site-nav-blocker {
	width: 100%;
	height: 100%;
}

/* site-nav-trigger */
.site-nav-trigger {
	position: fixed;
	top: 10px;
	right: 54px;
	cursor: pointer;
	z-index: 700;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.site-nav-trigger:hover {
	opacity: 0.8;
}
.site-nav-trigger .in {
}
.site-nav-trigger .in img{
	/* width: 140px;
	height: 120px; */
}

/* site-nav-trigger on */
body.is-site-nav-open .site-nav-trigger {
	/*background: none;*/
}
body.is-site-nav-open .site-nav-trigger .in {
	content: url(/images/default/header-menu2.png);
}

/* site-nav-detail */
.site-nav-detail {
	position: fixed;
	top: 0;
	right: -330px;
	width: 385px;
	height: 100%;
	padding: 0 40px;
	color: #fff;
	text-align: left;
	background: #fff;
	z-index: 200;
	-webkit-transition: all 0.7s cubic-bezier(0.46,-0.51,0,1.25);
	transition: all 0.7s cubic-bezier(0.46,-0.51,0,1.25);
	-webkit-transform: translateX(340px);
	-ms-transform: translateX(340px);
	transform: translateX(340px);
}
body.is-site-nav-open .site-nav-detail {
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
	background: rgba(255, 255, 255, 0.85);
}

.site-nav-detail .in {
	overflow: hidden;
	margin-top: 86px;
	height: calc(100vh - 172px);
}
.site-nav-detail .scroll {
	height: 100%;
	margin-right: -20px;
	overflow-y: scroll;
}
.site-nav-detail nav {
	display: table;
	width: 100%;
	height: 73%;
}

.site-nav-list {
	display: table-cell;
	padding: 0 0 50% 0;
	height: 100%;
	vertical-align: middle;
}
.site-nav-list li a::before {
	content: '\f138';
	padding: 0 20px 0 0;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #efb125;
}
.site-nav-list li a {
	display: block;
	color: #5f432a;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: bold;
}
.site-nav-list > li {
	padding: 6px 0;
}
.site-nav-list > li > a {
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 2.9;
	color: #333;
}
.site-nav-list > li > a:before {
}
.site-nav-list a:hover {
	opacity: 0.7;
	/* padding-left: 17px; */
}
.site-nav-list > li > ul {
	margin: 0 0 10px;
}
.site-nav-list > li > ul > li {
}
.site-nav-list > li > ul > li > a {
	font-size: 14px;
	line-height: 2;
}
.site-nav-list > li > ul > li > a:before {
	content: '-';
	padding-right: 5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.site-nav-list ul ul {
	display: none;
}






.gnav {
	position: absolute;
	top: 100px;
	left: 0;
}

/* 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(255,255,255,.8); }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: inherit; font-size: 11px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #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 {
	position: relative;
	overflow: hidden;
}

#mainimage-inner {
	margin: 0 auto;
	width: 1800px;
}
#mainimage-inner video{
	width: 1800px;
}
.mainimage-copy{
	position: absolute;
	bottom: 50px;
	right: 115px;
}

/* slideshow */
.slideshow {
	/* margin: 0 calc((-1180px + 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;
}

#main {
	text-align: left;
}
.home #main,
.home #content-inner {
	width: 100%;
}


/* お知らせ */
.main-news {
	position: relative;
	margin: -7px auto 0;
	padding: 55px 0 35px;
	background: #fcf9f3;
}
.main-news-title {
	margin: 5px 0 10px;
}
.main-news-inner {
	width: 1080px;
	margin: auto;
}
.main-news-inner2{
	display: flex;
	gap: 44px;
	align-items: center;
}
.main-news-list {
}
.main-news-list-item {
	padding: 5px 0;
	font-size: 15px;
}
.main-news-list-title {
	/* display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden; */
	width: 750px; /* 省略せずに表示するサイズを指定 */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main-news-list-title > a {
	font-weight: bold;
	color: #4f4227;
	width: 500px; /* 省略せずに表示するサイズを指定 */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main-news-list-date {
	font-size: 15px;
	margin-right: 0px;
	color: #938872;
}
.main-news-list-cat {
	display: inline-block;
	margin-right: 10px;
}
.main-news-list-cat a {
	display: block;
	padding: 0 10px;
	background: #eee;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-news-list-cat a:hover{
	opacity: .7;
}
.main-news-more {
	text-align: right;
	margin-top: -5px;
}

/* はじめての自転車を、楽しく安全なものに */
.main-trouble{
	padding-top: 118px;
}
.main-trouble-title{
	text-align: center;
	margin-bottom: 73px;
}
.main-trouble-inner{
	position: relative;
	width: 1080px;
	margin: auto;
	padding: 69px 41px 65px 41px;
	background: url(/images/default/main-trouble-bg.png) no-repeat center center;
}
.main-trouble-inner::before{
	content: '';
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 837px;
	height: 97px;
	background: url(/images/default/main-trouble-illustration.png) no-repeat center center;
}
.main-trouble-inner ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px 14px;
}

/* 自転車の乗り方、ただしく教えられますか */
.main-trouble2-title{
	width: 100%;
	height: 351px;
	margin: auto;
	background: url(/images/default/main-trouble2-title.png) no-repeat center center / cover;
}

/* 感動の瞬間をお手伝い致します */
.main-message{}
.main-message-inner{
	padding: 110px 0;
	background: url(/images/default/main-message-bg.png) no-repeat center center / contain;
}
.main-message-text{
	text-align: center;
}
.main-message-text h3{
	font-size: 28px;
	font-weight: bold;
	color: #4f4227;
	margin-bottom: 25px;
}
.main-message-text p{
	font-size: 16px;
	font-weight: bold;
	color: #4f4227;
	line-height: 2.4;
}

/* 画像横スクロール部分 */
.main-message-slide{
	margin-top: 30px;
	margin-bottom: 118px;
}
.main-message-slide .slick-track li{
	margin: 0 25px;
}
.main-message-slide .slick-track li:nth-child(2n){
	margin-top: 80px;
}

/* 8つの特徴 */
.main-point{
	counter-reset: number 0;
}
.main-point-inner{
	width: 1300px;
	margin: auto;
	padding: 80px 0 82px;
	background: #fcf7ed;
	border-radius: 30px;
}
.main-point-title{
	text-align: center;
	margin-bottom: 55px;
}
.main-point-list{
	width: 1080px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 38px 24px;
}
.main-point-list li{
	width: 252px;
	min-height: 348px;
	padding: 74px 34px 31px;
	background: #fff;
	text-align: center;
	border-radius: 10px;
	position: relative;
}
.main-point-list li::before{
	content: "0" counter(number) "";; 
	counter-increment: number 1;
	font-size: 60px;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #4296d3;
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translate(-50%, -50%);
	border-bottom: 2px solid #4296d3;
	height: 85px;
}
.main-point-text{
	width: 180px;
}
.main-point-text h3{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #4f4227;
}
.main-point-text img{
	margin-bottom: 15px;
}
.main-point-text p{
	text-align: left;
	color: #4f4227;
	list-style: 1.8;
}

.main-point-follow{
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	color: #4f4227;
	padding: 28px 0;
	width: 926px;
	border: 2px solid #eaddc2;
	border-radius: 20px;
	margin: 52px auto 0;
}

/* 一緒に始めましょう!~お問い合わせはこちら部分 */
.main-try-title{
	width: 100%;
	height: 351px;
	margin: auto;
	background: url(/images/default/main-try-title.png) no-repeat center center / cover;
}

/* お申込みはこちら */
.main-con{
	padding: 40px 0 80px;
	background: #fcf6eb;
}
.main-con-title{
	text-align: center;
	margin-bottom: 46px;
}
.main-con-inner{
	width: 1080px;
	margin: auto;
}
.main-con-inner ul{
	display: flex;
	justify-content: center;
	gap: 20px;
}

/* ご挨拶 */
.main-greeting{
	padding-bottom: 70px;
	background: #fcf6eb;
}
.main-greeting-inner{
	width: 1080px;
	margin: auto;
	display: flex;
	gap: 68px;
}
.main-greeting-profile{
	margin-right: 37px;
}
.main-greeting-text{
	margin-top: 14px;
	max-width: 697px;
	font-size: 16px;
	color: #4f4227;
}
.main-greeting-title{
	margin-bottom: 30px;
}
.main-greeting-text p{
	line-height: 2;
}
.main-greeting-inner2{
	font-size: 11px;
	font-weight: bold;
	color: #4f4227;
	text-align: center;
}
.main-greeting-image{
	margin-bottom: 15px;
}
.main-greeting-name{
	font-size: 13px;
}
.main-greeting-inner2 strong{
	font-size: 18px;
	margin-left: 5px;
}

/* レッツ チャリトレバナー */
.main-greeting-banner{
	text-align: center;
	background: #fcf6eb;
	padding-bottom: 118px;
}

/* 体験者の声 */
.main-voice{
	padding: 118px 0 130px;
	background: url(/images/default/main-voice-bg.png) repeat center center;
}
.main-voice-title{
	text-align: center;
	margin-bottom: 40px;
}
.main-voice-inner{
	width: 1080px;
	margin: auto;
}
.main-voice-list li{
	margin-bottom: 15px;
}
.main-voice-list li:last-child{
	margin-bottom: 0px;
}
.main-voice-list li:nth-child(2n-1){
	background: url(/images/default/main-voice-list-bg1.png) no-repeat center center;
	padding: 49px 100px 45px 49px;
}
.main-voice-list li:nth-child(2n){
	background: url(/images/default/main-voice-list-bg2.png) no-repeat center center;
	padding: 49px 49px 45px 90px;
}
.main-voice-text{
	max-width: 930px;
	color: #4f4227;
}
.main-voice-subtitle{
	font-size: 18px;
	font-weight: bold;
	color: #4f4227;
	position: relative;
	padding-left: 60px;
	margin-bottom: 20px;
}
.main-voice-text p{
	line-height: 1.8;
}
.main-voice-label{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
.main-voice-more{
	text-align: center;
	margin-top: 50px;
}

/* チャリトレコラム */
.main-blog {
	padding: 105px 0 55px;
	position: relative;
	margin: 0 auto;
}
.main-blog-title {
	text-align: center;
	margin-bottom: 46px;
}
.main-blog-inner {
	width: 1080px;
	margin: auto;
}
.main-blog-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 42px;
}
.main-blog-list-item {
	margin-bottom: 10px;
}
.main-blog-list-img {
	margin-bottom: 19px;
}
.main-blog-list-img img{
	width: 332px;
	height: 244px;
	border-radius: 15px;
	object-fit: cover;
}
.main-blog-list-title {
	margin-bottom: 3px;
	overflow: hidden;
}
.main-blog-list-title > a {
	display: block;
	margin-top: 3px;
	font-weight: bold;
	color: #4f4227;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-blog-list-wrap{
	display: flex;
	justify-content: space-between;
	margin-bottom: 13px;
}
.main-blog-list-date {
	display: block;
	margin-right: 10px;
	color: #938872;
}
.main-blog-list-cat {
	display: block;
	margin-right: 10px;
}
.main-blog-list-cat a {
	display: block;
	padding: 2px 30px 1px;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	color: #fff;
	border-radius: 15px;
}
.main-blog-list-cat a:hover{
	opacity: .7;
}
.main-blog-list-text {
	font-size: 12px;
}
.main-blog-more {
	margin-top: 55px;
	text-align: center;
}

.main-blog-list-cat .cat-blog{
	background: #54a5e0;
}
.main-blog-list-cat .cat-column{
	background: #e59400;
}

/* フリースペース１ */
.main-free1-inner{
	width: 1080px;
	margin: 0 auto;
}
/* フリースペース２ */
.main-free2-inner{
	width: 1080px;
	margin: 0 auto;
}

/* 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 {
	padding: 85px 0 35px;
	background: #358ac8;
}
#footer-inner {
	position: relative;
	width: 1080px;
	margin: 0 auto 55px;
	display: flex;
	justify-content: space-between;
}
.footer-logo{
	text-align: left;
	margin-bottom: 25px;
}
.footer-policy{
	display: flex;
	gap: 15px;
	font-size: 12px;
	color: #fff;
}
.footer-policy1 p,
.footer-policy2 p{
	color: #fff;
}
.footer-con-wrap{
	display: flex;
	align-items: center;
	gap: 17px;
	margin-bottom: 22px;
}
.footer-inner3 p{
	text-align: right;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.3px;
}
.footer-copyright {
	text-align: center;
	font-size: 11px;
	color: #fff;
	letter-spacing: 1px;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 20;
}


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 20px;
}
.entry-content {}
.entry-content a{
	color: #d8b76d;
}


/* heading */
.page-title {
	margin: 0 0 30px 0;
	padding: 80px 15px 100px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	background: url(/images/default/h1-bg.png) no-repeat center center / cover;
}
.entry-title, .entry-content h2 {
	margin: 0 0 25px;
	padding: 30px;
	font-size: 22px;
	font-weight: bold;
	background: #f2f7fb;
	border: 1px solid #bed2e2;
	border-radius: 10px;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	margin: 2.6rem 0 1.6rem 0;
	padding: 5px 5px 20px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
.entry-content h3::before,
.h3::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #74aedc;
	border-radius: 2px;
}
.entry-content h4, .h4 {
	padding: 5px 20px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.entry-content h4::before,
.h4::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 12px;
	height: 12px;
	background: url(/images/default/h4-before.png) no-repeat center center;
}
.entry-content h5, .h5 {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: center;
	margin: -105px 0 150px;
	padding: 0;
	background: none;
	font-size: 12px;
	color: #fff;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: #fff;
}
.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;
	color: #d8b76d;
}
.breadcrumb a{
	color: #d8b76d;
}


/* 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
------------------------------------------*/
/* 1カラム */
.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: #358ac8;
	background-color: #358ac8;
	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: #9e9e9e;
	color: #fff;
}
