@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 16px;
}
body {
	line-height: 1.8;
	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: #2c2c2c;
}
a {
	color: #2c2c2c;
	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: 1160px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}


/* header
------------------------------------------*/
#header {
	height: 80px;
}
.home #header {
	height: 0;
}
.home #header-inner {
	position: relative;
	height: 0;
	margin: 0 auto;
	z-index: 20;
}
.site-description {
	display: none;
}
.header-logo {
	position: absolute;
	top: 22px;
	left: 30px;
	z-index: 2;
}
ul.header-link {
    display: flex;
    gap: 10px;
    position: relative;
    top: 17px;
    right: 130px;
    justify-content: flex-end;
}
.gnav {
	position: absolute;
	top: 100px;
	left: 0;
}
/* site-nav
------------------------------------------*/
#site-nav {
	display: none;
	position: fixed;
	top: 8px;
	z-index: 3000;
}
.default #site-nav {
	display: block;
}
body.is-site-nav-open #site-nav,
body.is-site-nav-open .site-nav-blocker {
	width: 100%;
	height: 100%;
}

/* site-nav
------------------------------------------*/
#site-nav {
	position: fixed;
	z-index: 3000;
	position: fixed;
	height: 100px;
	width: 96px;
	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: 0;
	right: 0;
	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 {
	height: 100%;
	z-index: 100;
}

/* 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: 430px;
	height: 100%;
    padding: 0 40px 0 0;
	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: linear-gradient(#f99299, #f8b2ca);
    background-color: #faaaaf;
}

.site-nav-detail .in {
	overflow: hidden;
	margin-top: 86px;
	height: calc(100vh - 110px);
}
.site-nav-detail .scroll {
	height: 100%;
	margin-right: -20px;
	overflow-y: scroll;
}
.site-nav-detail nav {
	display: table;
	width: 100%;
	height: 73%;
    padding: 20px 45px;
}
.site-nav-list {
	display: table-cell;
	padding: 0 0 50% 0;
	height: 100%;
	vertical-align: middle;
}

.site-nav-list li a {
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: bold;
	color: #fff;
}
.site-nav-list li a:hover {
	opacity: 0.6;
}
.site-nav-list > li {
	padding: 1px 0;
}
.site-nav-list > li > a {
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 2.5;
}
.site-nav-list > li > a:before {
}

.site-nav-list a:hover {
	opacity: 0.7;
	/* padding-left: 17px; */
}
.site-nav-list > li > ul {
    margin: 0px 0 10px 30px;
}
.site-nav-list > li > ul > li {
}
.site-nav-list > li > ul > li > a {
	font-size: 16px;
	line-height: 2;
	font-weight: bold;
}
.site-nav-list > li > ul > li > a:before {
	content: '―';
	padding: 0 3px 0 0;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.site-nav-list ul ul {
	display: none;
}

/* 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: 14px; 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;
	margin: 0 auto 30px;
}
#mainimage-inner {
	margin: 0 auto;
	width: 100%;
}
h2.mv-catch1 {
    position: absolute;
    top: 10vw;
    right: 6vw;
	width: 29vw;
}
h3.mv-catch2 {
    position: absolute;
    left: 6vw;
	top: 36vw;
	width: 29vw;
}
.mv-news-area {
    position: absolute;
    top: 44vw;
    right: 0;
}
.main-news {
    position: relative;
    background: url(/images/default/main-news-bg.png) no-repeat;
    height: 133px;
    width: 700px;
    margin-left: auto;
}
.main-news-title {
    position: absolute;
    left: 32px;
    top: 27px;
}
.main-news-inner {
}
.main-news-list {
    position: relative;
    top: 26px;
    left: 170px;
    width: 500px;
}
.main-news-list-item {
	padding: 6px 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	text-align: left;
}
.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;
}

.main-news-list-title > a:hover{
	opacity: .7;
	text-decoration: none;
}
.main-news-more {
    position: absolute;
    top: 69px;
    left: 30px;
}
/* slideshow */
.slideshow {
}
.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: 1160px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.home #content-inner {
	width: 100%;
	padding: 0;
}
#main {
	/* float: right;
	width: 740px; */
	text-align: left;
}
.main-area {
    background: url(/images/default/main-bg.jpg) repeat;
    padding: 88px 0 0;
}
.main-merit {
    width: 1160px;
    margin: 0 auto;
    position: relative;
}
.main-merit::before {
    content: "";
    background: url(/images/default/main-merit-icon1.png) no-repeat;
    width: 376px;
    height: 238px;
    position: absolute;
    left: -50px;
    top: -88px;
    transform: translateX(-50%);
}
.main-merit::after {
    content: "";
    background: url(/images/default/main-merit-icon2.png) no-repeat;
    width: 349px;
    height: 244px;
    position: absolute;
    right: -387px;
    top: -88px;
    transform: translateX(-50%);
}
h2.main-merit-title {
    text-align: center;
    margin-bottom: 35px;
}
.main-merit-inner {
}
.main-merit-textarea {
    text-align: center;
    font-size: 18px;
    width: 845px;
    margin: 0 auto 60px;
    line-height: 1.9;
}
.main-merit-textarea p{
	margin-bottom: 30px;
}
.main-merit-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.main-merit-once {
    width: 250px;
    text-align: center;
	position: relative;
}
.main-merit-once::before {
    content: "";
    background: url(/images/default/main-merit-title-icon1.png) no-repeat;
    width: 66px;
    height: 77px;
    position: absolute;
    left: -2px;
    top: -20px;
    transform: translateX(-50%);
}
.main-merit-once:nth-child(2)::before {
    background: url(/images/default/main-merit-title-icon2.png) no-repeat;
	width: 81px;
}
.main-merit-once:nth-child(3)::before {
    background: url(/images/default/main-merit-title-icon3.png) no-repeat;
	width: 81px;
}
.main-merit-once:nth-child(4)::before {
    background: url(/images/default/main-merit-title-icon4.png) no-repeat;
	width: 84px;
}

.main-merit-img {
    margin-bottom: 30px;
}
.main-merit-title {
    font-size: 22px;
    line-height: 1.35;
    color: #ef8692;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: bold;
    margin-bottom: 15px;
}
.main-eiken {
    background: url(/images/default/main-eiken-bg.png) no-repeat center top / cover;
	padding-bottom: 79px;
}
.main-eiken-inner {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    gap: 61px;
}
.main-eiken-left {
    margin-left: -61px;
}
h2.main-eiken-title {
    margin-bottom: 25px;
    padding-top: 70px;
}
.main-eiken-title2 {
    font-size: 22px;
    line-height: 1.5;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: bold;
	position: relative;
	padding-left: 70px;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.main-eiken-title2::before {
	content: '';
    background: url(/images/default/main-eiken-icon1.png) no-repeat;
    width: 60px;
	height: 61px;
	position: absolute;
	top: 0;
	left: 0;
}
.main-eiken-once:nth-child(2) .main-eiken-title2::before {
    background: url(/images/default/main-eiken-icon2.png) no-repeat;
}
.main-eiken-once:nth-child(3) .main-eiken-title2::before {
    background: url(/images/default/main-eiken-icon3.png) no-repeat;
}
.main-eiken-textarea {
    margin-top: 200px;
	width: 640px;
}
.main-eiken-once {
    margin-bottom: 30px;
}
.main-online {
    padding: 90px 0;
    margin: 0 auto;
    width: 1160px;
}
h2.main-online-title {
    text-align: right;
    margin-bottom: 60px;
}
.main-online-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.main-online-once {
    background: #ef8692;
    border-radius: 20px;
	color: #fff;
}
.main-online-once:nth-child(2) {
    background: #61a4d3;
}
.main-online-once:nth-child(3) {
    background: #f0a86d;
}
.main-online-more {
	text-align: center;
}
.main-online-img {
    margin-bottom: 20px;
}
h3.main-online-title {
    text-align: center;
    margin-bottom: 20px;
}
.main-online-text {
    padding: 0 20px 20px;
    line-height: 1.6;
    letter-spacing: -1px;
}
.main-online-more img {
	margin-bottom: 30px;
}
.main-contact {
    background: url(/images/default/main-contact-bg.jpg) no-repeat center top / cover;
    padding: 109px 0 100px;
}
.main-contact-title {
    text-align: center;
    margin-bottom: 20px;
}
.main-contact-text {
    text-align: center;
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 40px;
}
.main-contact-more {
    text-align: center;
}
.main-feature {
    background: url(/images/default/main-feature-bg.jpg) repeat-x center bottom;
    background-color: #FBDDDF;
}
.main-feature-inner {
    width: 1160px;
    margin: 0 auto;
    padding: 100px 0 90px;
	position: relative;
}
.main-feature-inner::before {
	content: '';
    background: url(/images/default/main-feature-img.png) no-repeat;
    width: 901px;
	height: 566px;
	position: absolute;
	top: 0;
	right: -224px;
}
.main-feature-title {
    margin-left: -2px;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}
.main-feature-text {
    font-size: 18px;
    line-height: 1.94;
    margin-bottom: 50px;
	position: relative;
	z-index: 2;
}
.main-feature-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
	position: relative;
	z-index: 2;
}
.main-feature-once {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    display: flex;
	gap: 30px;
	align-items: center;
}
.main-feature-img img {
    width: 200px;
    height: 200px;
    object-fit: cover;
	border-radius: 10px;
}
.main-feature-text2 {
    width: 300px;
	font-size: 14px;
    line-height: 1.5;
}
.main-feature-text2 h3 {
    font-size: 22px;
    line-height: 1.35;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    border-bottom: dotted 2px #ef8692;
	padding-bottom: 5px;
	margin-bottom: 10px;
	letter-spacing: -0.8px;
}
.main-banner {
    background: url(/images/default/main-banner-bg.jpg) no-repeat center / cover;
}
.main-banner ul {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    gap: 25px;
    padding: 40px 0;
}
.main-insta {
    width: 1160px;
    margin: 0 auto;
    padding: 80px 0 99px;
}
h2.main-insta-title {
    text-align: center;
    margin-bottom: 50px;
}


.main-blog {
    margin: 0 auto 100px;
}
h2.main-blog-title {
    text-align: center;
    margin-bottom: 50px;
}
.main-blog-inner {
}
.main-blog-list {
	margin-bottom: 50px;
}
.main-blog-list li {
    margin: 0 10px;
	width: 330px;
}
.main-blog-list-item {
}
.main-blog-list-img {
    width: 330px;
    height: 217px;
	margin-bottom: 5px;
}
.main-blog-list-img img {
    width: 330px;
    height: 217px;
	object-fit: cover;
}
.main-blog-list-title > a {
	font-weight: bold;
	color: inherit;
}
.main-blog-list-title > a:hover {
    text-decoration: none;
    opacity: .8;
}

.main-blog-more {
	text-align: center;
}

.main-blog .slick-prev{
	top: 50%;
	left: 10%;
	transform: translate(-15%, -50%);
	width: 60px;
	height: 60px;
	background: url(/images/default/slideshow-prev.png) no-repeat center center;
}
.main-blog .slick-prev::before{
	content: '';
	display: none;
}
.main-blog .slick-next{
	top: 50%;
	right: 10%;
	transform: translate(-10%, -50%);
	width: 60px;
	height: 60px;
	background: url(/images/default/slideshow-next.png) no-repeat center center;
}
.main-blog .slick-next::before{
	content: '';
	display: none;
}



/* 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: #2c2c2c;
	-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 {
	background: url(/images/default/main-bg.jpg) repeat;
	border-top: #ef8692 solid 4px;
	padding: 36px 0 20px;
}
#footer-inner {
    position: relative;
    width: 1160px;
    margin: 0 auto;
}
.footer-logo {
    text-align: left;
}
.footer-tel {
    position: absolute;
    top: 7px;
    right: 262px;
}
.footer-contact {
    position: absolute;
    top: -5px;
    right: 0;
}
.footer-address {
    font-size: 14px;
    text-align: right;
	margin-top: 15px;
	margin-bottom: 15px;
}
.footer-copyright {
    text-align: center;
    font-size: 12px;
    color: #ef8692;
}

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


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 60px;
}
.entry-content {
	line-height: 2;
	font-size: 14px;
}

.entry-content a {
	color: #ef8692;
}

/* heading */

.page-title {
    margin: 0 auto 30px;
    font-size: 34px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	width: 1160px;
	text-align: left;
}
.page-title-wrap2 {
    background: linear-gradient(70deg, #fbd3d5, #fbe8f5);
	clip-path: polygon(0 0, 100% 0%, 100% 66.7%, 0% 100%);
	padding: 90px 15px;
}
.entry-title, .entry-content h2:not([class]) {
    margin: 0;
	padding: 15px 47px 15px 100px;
    border: solid #ff9ba0;
    border-radius: 45px;
    font-size: 26px;
    font-weight: bold;
    position: relative;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	margin-bottom: 50px;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.entry-title::before,.entry-content h2:not([class])::before {
    content: "\f0da";
    position: absolute;
    left: 38px;
    border-radius: 50px;
    top: 0;
    width: 80px;
    background: linear-gradient(to bottom, #f08894, #f7b0c7);
    transform: translateX(-50%);
    font-family: 'Font Awesome 5 Free';
    padding-left: 5px;
    color: #fff;
    height: 100%;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h3, .entry-content h3:not([class]) {
	margin: 2.8rem 0 1.8rem 0;
	padding: 5px;
  border-bottom: 2px dotted #f7abc1;
  font-size: 22px;
  font-weight: bold;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.h4, .entry-content h4:not([class]) {
	margin: 1.8rem 0 1.2rem 0;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.h4::before, .entry-content h4:not([class])::before {
    content: url(/images/default/h4.png);
    padding: 0 10px 0 0;
}
.h5, .entry-content h5:not([class]) {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;

}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-end;
	margin: -10px 0 60px;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb a{
	color: #ef8692;
}
.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;
	color: #ef8692;
}



/* 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: #f58a92;
    background-color: #f58a92;
	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: #2c2c2c;
}

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