@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 15px;
}
body {
	line-height: 1.6;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	/*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #131313;
}
a {
	color: #2b437a;
	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;
	background: url(/images/default/bg01.png) repeat top left;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}
#container-inner {
	margin-top: 100px;
}
.home #container-inner {
	margin-top: 0;
}


/* header
------------------------------------------*/
#header {
	content: '';
	position: absolute; /* initial 解除 */
	top: 0;
	left: 0;
	/* transform: translate(0, -50%); */
	width: 100%;
}
#header-inner {
	position: relative;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	z-index: 20;
}

.header-logo {
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translate(0, -50%);
}
.home .header-logo {
	margin-top: 30px;
}

.gnav {
	position: absolute;
	top: 21px;
	right: 114px;
	font-family: 'Shippori Mincho', serif;
}

/* 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: 13px; 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; }

.home .header-logo img,
.home .gnav-list li img {
	filter: invert(1);
}

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

#mainimage {
	position: relative;
	overflow: hidden;
	margin: 0 auto 0;
}
#mainimage-inner {
	min-width: 1080px;
	width: 100%;
	margin: 0 auto;
}
.site-description {
	position: absolute;
	bottom: 10px;
	left: 0;
	font-size: 11px;
	color: #8e8e8e;
}
#mainimage-inner ul li {
	position: relative;
}
#mainimage-inner ul li .mainimage-catch {
	content: '';
	position: absolute; /* initial 解除 */
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0, -50%);
	width: 80%;
    height: 74%;
	margin: 5vw auto 0;
	z-index: 50;
}
.mainimage-catch {
	font-family: 'Shippori Mincho', serif;
	color: #fff;
	font-size: 0.9vw;
	font-weight: normal;
	text-align: left;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 2.2;
}
.mainimage-catch a {
	position: relative;
	color: inherit;
	border-right: 1px #fff solid;
}
.mainimage-catch a:hover {
    text-decoration: none;
	opacity: 0.8;
}
.mainimage-catch a:after {
	content: '';
	position: absolute; /* initial 解除 */
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 14px;
	height: 14px;
	background: url(/images/default/icon01.png) no-repeat top left;
}
.mainimage-catch h3 {
	font-size: 1.8vw;
    margin-left: 20px;
}
.mainimage-catch p {
    margin-left: 40px;
}


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

/* arrows */
.main-course .slick-arrow,
.main-course .slick-arrow::before {
	width: 80px;
	height: 20px;
}
.main-course .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -10px;
}
.main-course .slick-arrow.slick-prev {
	left: -40px;
}
.main-course .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/main-arrow.png) no-repeat top left / 100% auto;
}
.main-course .slick-arrow.slick-next {
	right: -40px;
}
.main-course .slick-arrow.slick-next::before {
	content: "";
	transform: scale(-1, 1);
	background: url(/images/default/main-arrow.png) no-repeat top left / 100% auto;
}

/* 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 {
	/* float: right; */
	width: 100%;
	/* width: 740px; */
	text-align: left;
	line-height: 2;
}

.home #content-inner,
.home #main {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0;
}

.main-course {
	padding: 80px 0 90px;
}
.main-course:nth-child(even) {
	background: url(/images/default/bg02.png) repeat top left;
}
.main-course-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.main-course-title {
	margin-bottom: 50px;
	text-align: center;
}
.main-course-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.main-course-list-item {
	width: 332px;
	font-size: 15px;
}
.main-course-list-img {
	margin-bottom: 10px;
}
.main-course-list-img img {
	width: 100%;
}
.main-course-list-title {
	margin-bottom: 3px;
	overflow: hidden;
}
.main-course-list-title > a {
	display: block;
	margin-top: 3px;
	/* font-weight: bold; */
	color: inherit;
}
.main-course-list-date {
	display: none;
	margin-right: 10px;
}
.main-course-list-cat {
	display: inline-block;
	margin-right: 10px;
}
.main-course-list-cat a {
	display: block;
	padding: 0px 10px;
	color: #25375c;
	font-size: 15px;
	border: 1px #25375c solid;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-course-list-cat a:hover{
	opacity: .7;
}
.main-course .scroll-area {
	/* max-height: 100px; */
}
/* main-slinde */
.main-course .main-slinde {
	display: block;
}
.main-course .main-slinde li {
	margin: 0 12px;
}

.main-banner {
	padding: 60px 0;
}
.main-banner-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.main-banner-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.main-banner-list-item {}

.main-message {
	padding: 194px 0 90px;
	background:
	url(/images/default/main-message-bg.png) no-repeat 44.2% 90px,
	url(/images/default/bg02.png) repeat top left;
}
.main-message-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.main-message-title {
	margin-bottom: 120px;
	mix-blend-mode: multiply; /* 乗算 */
	background: url(/images/default/main-message-title.png) no-repeat top left;
}
.main-message-text {
	margin-bottom: 20px;
	padding-left: 277px;
	color: #131313;
	font-size: 15px;
}
.main-message-text h3 {
	font-family: 'Shippori Mincho', serif;
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.main-message-text p {
	margin-bottom: 5px;
}
.main-message-list {
	display: flex;
	flex-direction: row; /*row-reverse column-reverse*/
	flex-wrap: wrap;
	align-items: center; /* self-end self-start center */
	justify-content: flex-end; /* flex-start flex-end center nowrap space-between space-around */
}
.main-message-list li {
	font-family: 'Shippori Mincho', serif;
	color: #131313;
	font-size: 16px;
}
.main-message-list li:not(:last-child) { margin-right: 20px; }
.main-message-list li a {
	position: relative;
	padding-right: 20px;
	color: inherit;
	border-bottom: 1px #131313 solid;
}
.main-message-list li a:hover {
    text-decoration: none;
	opacity: 0.8;
}
.main-message-list li a:after {
	content: '';
	position: absolute; /* initial 解除 */
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 14px;
	height: 14px;
	background: url(/images/default/icon02.png) no-repeat top left;
}

.main-contact {
	padding: 87px 0 109px;
	background: url(/images/default/main-contact-bg.png) no-repeat top center / cover;
}
.main-contact-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.main-contact-title {
	margin-bottom: 30px;
	text-align: center;
}
.main-contact-text {
	margin-bottom: 50px;
	font-family: 'Shippori Mincho', serif;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.main-contact-text p {}
.main-contact-list {
	display: flex;
	flex-direction: row; /*row-reverse column-reverse*/
	flex-wrap: wrap;
	align-items: center; /* self-end self-start center */
	justify-content: center; /* flex-start flex-end center nowrap space-between space-around */
}
.main-contact-list-item {}
.main-contact-list-item:not(:last-child) { margin-right: 10px; }

.main-column {
	padding: 85px 0 80px;
}
.main-column-inner {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
}
.main-column-title {
	margin-bottom: 50px;
}
.main-column-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.main-column-list-item {
	margin-bottom: 10px;
	color: #131313;
	font-size: 14px;
}
.main-column-list-img {
	margin-bottom: 10px;
}
.main-column-list-img img {
	width: 100%;
}
.main-column-list-title {
	margin-bottom: 3px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main-column-list-title > a {
	display: block;
	margin-top: 3px;
	/* font-weight: bold; */
	color: inherit;
}
.main-column .form {
	display: flex;
	flex-direction: row; /*row-reverse column-reverse*/
	flex-wrap: wrap;
	align-items: self-end; /* self-end self-start center */
	justify-content: space-between; /* flex-end center nowrap space-between space-around */
}
.main-column-list-date {
	color: #25375c;
	font-size: 14px;
	line-height: 1.2;
	border-bottom: 1px #25375c solid;
}
.main-column-list-cat {
	display: inline-block;
}
.main-column-list-cat a {
	display: block;
	padding: 0px 10px;
	color: #25375c;
	font-size: 15px;
	border: 1px #25375c solid;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-column-list-cat a:hover{
	opacity: .7;
}
.main-column-list-text {
	font-size: 12px;
}
.main-column-more {
	position: absolute;
	top: 0px;
	right: 0px;
}
.main-column .scroll-area{
	/* max-height: 100px; */
}

.main-free {
	padding: 60px 0 100px;
}
.main-free-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.main-free-text {}
.main-free-text h2 {
	margin: 0 0 25px;
	padding: 10px 20px;
	font-family: 'Shippori Mincho', serif;
	color: #fff;
	font-size: 21px;
	/* font-weight: bold; */
	background:
	url(/images/default/h2-bg-tl.png) no-repeat top left / auto auto,
	url(/images/default/h2-bg-bl.png) no-repeat bottom left / auto auto,
	url(/images/default/h2-bg-tr.png) no-repeat top right / auto auto,
	url(/images/default/h2-bg-br.png) no-repeat bottom right / auto auto,
	url(/images/default/h2-bg-cr.png) repeat-y right center / auto auto,
	url(/images/default/h2-bg-cl.png) repeat-y left center / auto auto,
	url(/images/default/h2-bg-bc.png) repeat-x bottom center / auto auto,
	url(/images/default/h2-bg-tc.png) repeat-x top center / auto auto,
	#1f2942;
}
.main-free-text h3 {
	margin-bottom: 10px;
	padding: 5px 5px 5px 20px;
	font-family: 'Shippori Mincho', serif;
	color: #131313;
	font-size: 19px;
	/* font-weight: bold; */
	border-bottom: 1px #ccc solid;
	background: url(/images/default/h3-icon.png) no-repeat top 16px left;
}
.main-free-text h4 {
	margin-bottom: 10px;
	padding: 0 5px 0 20px;
	font-family: 'Shippori Mincho', serif;
	color: #131313;
	font-size: 17px;
	/* font-weight: bold; */
	background: url(/images/default/h4-icon.png) no-repeat top 12px left;
}
.main-free-text h5 {
	margin-bottom: 6px;
	padding: 5px 0;
	font-family: 'Shippori Mincho', serif;
	color: #1f2942;
	font-weight: bold;
	border-bottom: 1px #1f2942 dashed;
}
.main-free-text p {
	margin-bottom: 0.8rem;
}


/* 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 {
	background: #1f2942;
}
#footer-inner {
	position: relative;
	display: grid;
	grid-template-columns: 600px 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px 0;
}

.footer-about {
	text-align: left;
}
.footer-about-inner {
	display: flex;
	flex-direction: column; /*row-reverse column-reverse*/
	flex-wrap: wrap;
	align-items: self-start; /* self-end self-start center */
	justify-content: flex-start; /* flex-end center nowrap space-between space-around */
}
.footer-logo {
	margin-bottom: 20px;
	filter: invert(1);
}
.footer-about-text {
	color: #fff;
	font-size: 14px;
}
.footer-about-text p {}

.footer-contact {
	text-align: right;
}
.footer-contact-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-bottom: 30px;
}
.footer-contact-list-item {}
.footer-nav {}
.footer-nav li {
	color: #fff;
	font-size: 14px;
}
.footer-nav li a {
	color: inherit;
}
.footer-nav li a:before {
	content: '\f105';
	color: inherit;/*#fff*/
	padding-right: 6px;
	margin-left: -0px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free'; /* FontAwesome */
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.footer-nav li ul {
	display: none;
}

.footer-copyright {
	height: 60px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 60px;
	border-top: 1px #363f55 solid;
}

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


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


/* heading */
.page-title-wrap {
	/* margin: 0 0 30px 0; */
	padding: 80px 15px;
	background: url(/images/default/bg02.png) repeat top left;
}
.page-title-inner01 {}
.page-title-inner02 {}
.page-title {
	font-family: 'Shippori Mincho', serif;
	color: #131313;
	font-size: 25px;
	/* font-weight: bold; */
}
.entry-title, .entry-content h2:not([class]) {
	margin: 0 0 25px;
	padding: 10px 20px;
	font-family: 'Shippori Mincho', serif;
	color: #fff;
	font-size: 21px;
	/* font-weight: bold; */
	background:
	url(/images/default/h2-bg-tl.png) no-repeat top left / auto auto,
	url(/images/default/h2-bg-bl.png) no-repeat bottom left / auto auto,
	url(/images/default/h2-bg-tr.png) no-repeat top right / auto auto,
	url(/images/default/h2-bg-br.png) no-repeat bottom right / auto auto,
	url(/images/default/h2-bg-cr.png) repeat-y right center / auto auto,
	url(/images/default/h2-bg-cl.png) repeat-y left center / auto auto,
	url(/images/default/h2-bg-bc.png) repeat-x bottom center / auto auto,
	url(/images/default/h2-bg-tc.png) repeat-x top center / auto auto,
	#1f2942;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
	padding: 5px 5px 5px 20px;
	font-family: 'Shippori Mincho', serif;
	color: #1f2942;
	font-size: 19px;
	/* font-weight: bold; */
	border-bottom: 1px #ccc solid;
	background: url(/images/default/h3-icon.png) no-repeat top 16px left;
}
.h4, .entry-content h4:not([class]) {
	padding: 5px 5px 5px 20px;
	font-family: 'Shippori Mincho', serif;
	color: #1f2942;
	font-size: 17px;
	font-weight: bold; 
	background: url(/images/default/h4-icon.png) no-repeat top 16px left;
}
.h5, .entry-content h5:not([class]) {
	padding: 5px 0;
	font-family: 'Shippori Mincho', serif;
	color: #1f2942;
	font-weight: bold;
	border-bottom: 1px #1f2942 dashed;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {
	margin-bottom: 30px;
}
.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;
}


/* common-nav
------------------------------------------*/
.common-nav-list {
	color: #fff;
}
.common-nav-list a {
	font-family: 'Shippori Mincho', serif;
	color: inherit;
	font-size: 18px;
}
.common-nav-list .simple-accordion-btn:before,
.common-nav-list .simple-accordion-btn:after {
	background: #fff;
}
.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;
}
.common-nav-list li ul li {}
.common-nav-list li ul li a {
	padding: 0 10px;
	font-size: 15px;
}
.common-nav-list li ul li a:before {
	content: '\f105';
	color: inherit;/*#fff*/
	padding-right: 6px;
	margin-left: -0px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free'; /* FontAwesome */
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}


/* blog-nav
------------------------------------------*/
/* 1カラム */
.blog-nav-group {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.post-type-course .blog-nav-group {
	display: none;
}

.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: 10px;
}
.gallery-list-title {
	font-size: 15px;
}
.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;
}

/* media screen
------------------------------------------*/
@media screen and (max-width: 1080px) {
	/* タブレット用（指定px以下に適用されるCSS） */
	#footer-inner {
		display: flex;
		flex-direction: column; /*row-reverse column-reverse*/
		flex-wrap: wrap;
		align-items: center; /* self-end self-start center */
		justify-content: flex-start; /* flex-end center nowrap space-between space-around */
	}
	#footer-inner .footer-about {
		text-align: center;
	}
	#footer-inner .footer-about-inner {
		align-items: center;
		justify-content: flex-start;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px) {
	/* スマホ用（指定px以下に適用されるCSS） */
}


/* 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: #2b437a;
}

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

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

/* pagination */
.page-link {
	border-color: #2b437a;
	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: #2b437a;
	background-color: #2b437a;
	color: #fff;
}
