@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: #5f5f5f;
}
a {
	color: #5f5f5f;
	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: 1120px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}


/* header
------------------------------------------*/
#header {
}
.home header {
	height: 0;
}
#header-inner {
	position: relative;
	width: 100%;
	height: 130px;
	margin: 0 auto;
	z-index: 20;
}
.site-description {
	display: none;
}
.header-logo {
	position: absolute;
	top: 36px;
	left: 20px;
}
ul.header-link {
    display: flex;
    gap: 6px;
    position: absolute;
    top: 25px;
    right: 110px;
}
ul.main-mv-icon {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 8%;
    right: 2%;
}
ul.main-mv-icon img {
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
}
.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: 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 0;
	background: linear-gradient(to top, #ffe6eb 18.4%, #ffffff 18.4%);

}
#mainimage-inner {
	margin: 0 auto;
	width: 100%;
}
h2.mv-catch {
    position: absolute;
    top: 29%;
    left: 2.7vw;
    width: 32vw;
}
/* slideshow */
.slideshow {
    padding-left: 12.5%;
	position: relative;
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
	border-radius: 0 0 0 500px;
}

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


.drawer-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 90px;
    height: 90px;
    z-index: 1000;
    background: #ff8cb2;
    border-radius: 50%;
}
.is-drawer-open .drawer-btn {
    background: #fff;
}
.drawer-btn-bar {
	background:#fff;
	width:30px;
	height:2px;
	margin: -13px 0 0 -15px;
}
.is-drawer-open .drawer-btn-bar  {
	background: #ff8cb2;
}
.drawer-menu>ul {
    background: linear-gradient(#f99299, #f8b2ca);
    background-color: #faaaaf;
	position:fixed;
	top:0;
	left:auto;
	right:0;
	text-align:left;
	padding:100px 200px 0 60px;
	color:#fff;
	height:100vh;
}
.drawer-btn-bar:nth-child(2) {
    margin: -10px 0 0 -15px;
}
.is-drawer-open .drawer-btn-bar:nth-child(3) {
    margin: -13px 0 0 -15px;
}
.drawer-btn-bar:nth-child(3) {
    margin: -7px 0 0 -15px;
}
.is-drawer-open .drawer-btn-bar:nth-child(3) {
    margin: -13px 0 0 -15px;
}
.drawer-menu a{
	color:#fff;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 2.5;
	font-weight: bold;
}
.drawer-menu a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.drawer-menu>ul>li>ul{
	padding:10px 20px;
}
.menu-text2 {
	display: none;
}
.is-drawer-open .menu-text {
	display: none;
}
.is-drawer-open .menu-text2 {
	display: block;
	color: #ff8cb2;
}
.menu-text, .menu-text2 {
    color: #fff;
    font-size: 12px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    position: absolute;
    top: 55px;
    letter-spacing: 0;
    font-weight: bold;
}
.drawer-bg {
	background: rgb(255 255 255 / 0%);
}



/* content main
------------------------------------------*/
#content-inner {
	width: 1120px;
	margin: 0 auto;
	padding-bottom: 60px;
}

#main {
	/* float: right;
	width: 740px; */
	text-align: left;
}
.home #content-inner {
	width: 100%;
	padding: 0;	
}
.main-free1 {
    width: 1120px;
    margin: 0 auto 100px;
}
.main-free2 {
    width: 1120px;
    margin: 0 auto 100px;
}
.main-curriculum {
	padding-top: 100px;
	margin-bottom: 160px;
    background: linear-gradient(to top, #ffffff 22%, #ffe6eb 22%);
}
h2.main-curriculum-title {
	text-align: center;
	margin-bottom: 59px;
	line-height: 1.62;
}
.main-curriculum-inner {
    width: 1280px;
    margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:40px;
}
.main-curriculum-img img {
    border-radius: 30px 30px 0 0;
}
h3.main-curriculum-title {
    margin-top: -67px;
}
.main-curriculum-once {
    background: #51c188;
    color: #fff;
    border-radius: 30px;
	position: relative;
}
.main-curriculum-once:nth-child(2) {
	background: #5cacde;
}
.main-curriculum-once:nth-child(3) {
	background: #ff8cb2;
}
.main-curriculum-text {
    padding: 25px 30px 115px;
}
.main-curriculum-more {
    text-align: center;
    position: absolute;
    bottom: 40px;
    right: 110px;
}
.main-message {
    width: 1120px;
    margin: 0 auto 140px;
}
.main-message-inner {
    display: flex;
	justify-content: space-between;
    gap: 70px;
	position: relative;
}
.main-message-inner:before {
    content: "";
    width: 262px;
    height: 260px;
    background: url(/images/default/icon1.png) no-repeat;
    position: absolute;
    top: -106px;
    left: -280px;
    z-index: 1;
}
.main-message-inner:after {
    content: "";
    width: 81px;
    height: 75px;
    background: url(/images/default/icon2.png) no-repeat;
    position: absolute;
    bottom: 66px;
    left: 340px;
    z-index: 1;
}
.main-message-area {
    width: 450px;
}
h2.main-message-title {
    text-align: right;
    margin-top: 7px;
    margin-bottom: 80px;
}
h3.main-message-subtitle {
	margin-bottom: 55px;
}
.main-message-text {
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 55px;
}
ul.main-message-once {
    font-size: 20px;
    font-family: "Zen Maru Gothic", serif;
	font-weight: bold;
}
.main-message-once li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
}
.main-message-once li a:before {
	content: "";
	background: url(/images/default/more.png) no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.main-message-once li a:hover {
	text-decoration: none;
	opacity: 1;
}
.main-choose {
    background: #ffeaef;
    padding: 60px 0 160px 240px;
	border-radius: 200px 0  0 200px;
	margin: 0 0 0 calc(50vw - 840px);
	position: relative;
}
.main-choose:before {
    content: "";
    width: 342px;
    height: 240px;
    background: url(/images/default/icon5.png) no-repeat;
    position: absolute;
    bottom: -68px;
    left: 138px;
    z-index: 1;
}
h2.main-choose-title {
	padding-top: 60px;
}
.main-choose-area {
    overflow: hidden;
}
.main-choose-wrap {
    display: flex;
    width: 100%; /* GSAPで上書きされる */
	gap: 60px;
}
.main-choose-item {
	margin-top: 60px;
    display: flex;
    justify-content: flex-start;
    width: 920px !important; /* 固定幅に設定 */
    padding: 20px;
    box-sizing: border-box;
	background: #fff;
	gap: 30px;
	border-radius: 20px;
	position: relative;
	z-index: 2;
}

.main-choose-text {
	text-align: left;
}
.main-choose h3 {
    font-size: 28px;
    color: #3c3c3c;
    line-height: 1.57;
    text-align: left;
    border-bottom: dotted #ffc5d9 3px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.main-choose-img {
    width: 329px;
    height: 440px;
}
.main-choose-img img {
    width: 329px;
    height: 440px;
	object-fit: cover;
}
.main-choose-textarea {
	text-align: center;
    margin-top: 45px;
    width: 500px;
    font-size: 18px;
    line-height: 2;
}
.main-message-img {
    width: 760px;
    margin-left: -160px;
	position: relative;
    z-index: 2;
}
.main-space {
    width: 1120px;
    margin: 0 auto;
	position: relative;
	padding-bottom: 140px;
}
.main-space:before {
    content: "";
    width: 307px;
    height: 232px;
    background: url(/images/default/icon3.png) no-repeat;
    position: absolute;
    top: -100px;
    right: 113px;
    z-index: 1;
}
.main-space::after {
    content: "";
    width: 136px;
    height: 144px;
    background: url(/images/default/icon4.png) no-repeat;
    position: absolute;
    bottom: -120px;
    right: 145px;
	z-index: 3;
}
h2.main-space-title {
    margin: 0 0 81px -1px;
}
.main-space-inner {
    display: flex;
    gap: 65px;
    align-items: center;
}
.main-space-text {
    width: 375px;
}
.main-space-movie {
    width: 760px;
    margin-right: -80px;
}
.main-space iframe {
    max-width: 100%;
	width: 760px !important;
	height: 428px !important;
	object-fit: cover;
    border-radius: 5px;
}
h3.main-space-subtitle {
    margin-bottom: 50px;
}
.main-space-text {
    width: 375px;
    font-size: 18px;
    line-height: 1.9;
}
.main-program {
    padding: 185px 0 80px 0;
    width: 1120px;
    margin: 0 auto;
	position: relative;
}
.main-program:before {
    content: "";
    width: 248px;
    height: 67px;
    background: url(/images/default/icon.png) no-repeat;
    position: absolute;
    top: 80px;
    left: 435px;
    z-index: 1;
}
.main-program:after {
    content: "";
    width: 81px;
    height: 75px;
    background: url(/images/default/icon2.png) no-repeat;
    position: absolute;
    bottom: 71px;
    right: 271px;
    z-index: 1;
}
.main-program-inner {
    display: flex;
    justify-content: center;
}
.main-program-img1 {
    width: 529px;
    margin-right: -38px;
	margin-top: 46px;
	margin-left: -280px;
}
.main-program-img2 {
    width: 480px;
    margin-left: 12px;
    margin-top: -31px;
	margin-right: -280px;
}
.main-program-area {
    width: 696px;
}
h2.main-program-title {
	margin-bottom: 50px;
}
.main-program-text {
	text-align: center;
	font-size: 18px;
	line-height: 2;
}
.main-contact {
    background: url(/images/default/h2.jpg) repeat center center;
    width: 1120px;
    margin: 0 auto 140px;
    position: relative;
    padding: 69px 20px 80px;
    border-radius: 80px;
    text-align: center;
}

.main-contact:before {
	content: "";
	width: 1004px;
	height: 129px;
	background: url(/images/default/main-contact-bg.png) no-repeat;
	position: absolute;
	bottom: 0;
	left: 58px;
}
.main-contact-title {
	margin-bottom: 35px;
}
.main-contact-text {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 40px;
	color: #fff;
}
ul.main-contact-link {
	position: relative;
	z-index: 2;
    display: flex;
	gap: 10px;
    justify-content: center;
}
.main-menu1 {
    background-image: 
        url(/images/default/main-menu1-bg.jpg),
        url(/images/default/main-menu1-border.jpg);
    background-repeat: no-repeat, repeat;
    background-position: center 6px, left top;
    background-size: cover, auto;
}
.main-menu1-inner {
    width: 1120px;
    margin: 0 auto;
    padding: 96px 0 90px;
	position: relative;
}
.main-menu1-inner:before {
	content: "";
	width: 452px;
	height: 130px;
	background: url(/images/default/main-menu1-icon.png) no-repeat;
	position: absolute;
	top: 0;
	right: -80px;
}
h2.main-menu1-title {
    margin-bottom: 28px;
    margin-left: -17px;
}
.main-menu1-text img {
    margin-bottom: 20px;
    margin-left: -14px;
}
.main-menu1-text {
	color: #fff;
	font-size: 18px;
	line-height: 2;
	margin-bottom: 50px;
}
.main-menu1-more {
	margin-bottom: 20px;
}
.main-menu1-bottom {
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
    text-align: right;
}

.main-menu2 {
    background-image: 
        url(/images/default/main-menu2-bg.jpg),
        url(/images/default/main-menu2-border.jpg);
    background-repeat: no-repeat, repeat;
    background-position: center 6px, left top;
    background-size: cover, auto;
	margin-bottom: 140px;
}
.main-menu2-inner.clearfix {
    width: 1120px;
    margin: 0 auto;
    padding: 96px 0 90px;
    text-align: right;
	position: relative;
}
.main-menu2-inner:before {
	content: "";
	width: 452px;
	height: 130px;
	background: url(/images/default/main-menu2-icon.png) no-repeat;
	position: absolute;
	top: 0;
	left: -80px;
}
h2.main-menu2-title {
    margin-bottom: 27px;
    margin-right: -17px;
}
.main-menu2-text img {
    margin-bottom: 20px;
    margin-right: -16px;
}
.main-menu2-text {
	color: #fff;
	font-size: 18px;
	line-height: 2;
	margin-bottom: 50px;
}
.main-column {
	width: 1120px;
	margin: 0 auto;
	padding-bottom: 120px;
	position: relative;
}
.main-column:after {
    content: "";
    width: 86px;
    height: 85px;
    background: url(/images/default/icon6.png) no-repeat;
    position: absolute;
    top: -60px;
    left: 253px;
    z-index: 1;
}
h2.main-column-title {
	text-align: center;
	margin-bottom: 50px;
}
ul.main-column-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.main-column-list-img {
	width: 360px;
    height: 230px;
	margin-bottom: 15px;
}
.main-column-list-img img {
    width: 360px;
    height: 230px;
    object-fit: cover;
    border-radius: 20px;
}
h3.main-column-list-title a{
    font-weight: bold;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3.main-column-list-title a:hover {
	opacity: 1;
	text-decoration: none;
}
span.main-column-list-date {
    display: block;
    text-align: right;
    color: #ff79a5;
    font-size: 14px;
}
.main-column-more {
    text-align: center;
    margin-top: 55px;
}
.main-blog {
    position: relative;
    margin: 0 auto 20px;
    background: url(/images/default/main-blog-bg.jpg) repeat center center;
    padding: 120px 0 327px;
}
.main-blog-title {
	margin-bottom: 60px;
	text-align: center;
}
.main-blog-inner {
	max-width: 1120px;
	margin: 0 auto;
}
.main-blog-list {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}
.main-blog-list-item {
	margin-bottom: 10px;
}
.main-blog-list-img {
	width: 260px;
	height: 260px;
	margin-bottom: 15px;
}
.main-blog-list-img img{
	width: 260px;
	height: 260px;
	object-fit: cover;
	border-radius: 20px;
}
h3.main-blog-list-title a{
    font-weight: bold;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
h3.main-blog-list-title a:hover {
	opacity: 1;
	text-decoration: none;
}
span.main-blog-list-date {
    display: block;
    text-align: right;
    color: #ff79a5;
    font-size: 14px;
	margin-top: 5px;
}
.main-blog-more {
    text-align: center;
    margin-top: 55px;
}

.main-news {
    position: relative;
    background: #ffeaef;
    padding: 120px 160px 120px 0;
    border-radius: 0 200px 200px 0;
    margin: -220px calc(50vw - 720px) 140px 0;
}
.main-news:before {
    content: "";
    width: 81px;
    height: 75px;
    background: url(/images/default/icon2.png) no-repeat;
    position: absolute;
    bottom: -27px;
    right: 308px;
    z-index: 1;
}
.main-news-title {
	margin-bottom: 59px;
}
.main-news-inner {
    width: 1120px;
    margin-left: auto;
	display: flex;
	gap: 112px;	
}
.main-news-list {
    width: 840px;
}
.main-news-list-item {
    padding: 22px 0 20px;
	border-bottom: 2px dashed #ffa1c2;
	font-size: 16px;
}
.main-news-list-item:nth-child(1) {
    padding: 0 0 22px 0;
}
.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: 0.8;
	text-decoration: none;
}
.main-news-list-date {
	margin-right: 45px;
	color: #ff79a5;
}
.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 {
}

.main-gallery .slick-slide {
    margin: 0; /* スライド間の余白をなくす */
    padding: 0; /* スライド内部の余白をなくす */
}

.main-gallery .slick-track {
    display: flex !important; /* スライドの位置を整える */
}

.main-gallery .slick-slide img {
    width: 100%; /* 画像がスライド領域にぴったり収まるように */
    display: block; /* 画像の余計なスペースを防ぐ */
}


/* 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: #5f5f5f;
	-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/h2.jpg) repeat left top;
}
.footer-message {
	position: relative;
	width: 1120px;
	padding: 160px 0 120px;
	margin: 0 auto;
}
.footer-message:before {
    content: "";
    width: 1587px;
    height: 144px;
    background: url(/images/default/footer-message-bh.png) no-repeat;
    position: absolute;
    top: 0;
    left: -225px;
}
h2.footer-message-title {
	margin-bottom: 50px;
}
.footer-text {
    color: #fff;
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 50px;
}
ul.footer-message-link {
    display: flex;
    gap: 10px;
    justify-content: center;
}
ul.footer-message-link img {
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
}
#footer-inner {
    position: relative;
    width: 100%;
    background: #ffeaef;
    padding: 60px 0 0;
    margin: 0 auto;
    border-radius: 150px 150px 0 0;
	height: 247px;
}
.footer-bottom {
	position: relative;
    width: 1120px;
    margin: 0 auto;
}
.footer-logo {
    position: absolute;
    left: 0;
}
.footer-tel {
    position: absolute;
    right: 310px;
    top: 9px;
	line-height: 1;
}
.footer-contact {
    position: absolute;
    right: 0;
    top: 0;
}
.footer-contact img {
    filter: drop-shadow(5px 5px 10px #ffe5eb);
}
.footer-about {
    font-size: 15px;
    position: absolute;
    top: 75px;
    right: 0;
}
.footer-copyright {
    text-align: center;
    font-size: 12px;
    color: #ff79a5;
    padding: 15px 0;
    border-top: dotted #ffc8db 2px;
    position: absolute;
    top: 133px;
    width: 100%;
}
.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 20;
}

.pagetop-btn,
.pagetop-btn:hover {
    background-color: #FF8CB2;
	color: #fff !important;
	text-decoration: none;
}
.pagetop-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #FF8CB2;
    font-size: 18px;
    color: #fff;
}

@media screen and (max-width: 1220px) {
	.footer-bottom {
		width: 1060px;
		padding: 0 30px;
	}
}


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


/* heading */
.page-title-wrap2 {
    color: #3c3c3c;
    margin: 0 0 120px calc(50vw - 720px);
    border-radius: 120px 0 0 120px;
    background-color: #ffe6eb;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	height: 240px;
	position: relative;
}
.page-title-wrap2::after {
    content: "";
    width: 224px;
    height: 200px;
    background: url(/images/default/hi-icon.png) no-repeat;
    position: absolute;
    bottom: -40px;
    left: -100px;
	z-index: 3;
}
.page-title {
    font-family: "Zen Maru Gothic", serif;
    padding: 10px 0;
    font-size: 34px;
    font-weight: bold;
    color: #3c3c3c;
	width: 1120px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.page-title::after {
    content: "";
    width: 113px;
    height: 120px;
    background: url(/images/default/title-icon.png) no-repeat;
    position: absolute;
    top: -50px;
    right: -32px;
	z-index: 3;
}
.entry-title, .entry-content h2:not([class]) {
	margin: 0 0 25px;
                                padding: 23px 35px;
	color: #fff;
	font-family: "Zen Maru Gothic", serif;
	font-size: 24px;
	font-weight: bold;
	background: url(/images/default/h2.jpg) repeat center center;
	border-radius: 45px;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
	padding: 5px 0 12px 0;
	font-size: 22px;
	font-weight: bold;
	font-family: "Zen Maru Gothic", serif;
	background: url(/images/default/h3.png) repeat-x left bottom;
}
.h4, .entry-content h4:not([class]) {
	padding: 5px 5px 5px 35px;
	font-family: "Zen Maru Gothic", serif;
	font-size: 18px;
	position: relative;
	font-weight: bold;
}
.h4::before ,.entry-content h4:not([class])::before {
    content: "";
    width: 26px;
    height: 26px;
    background: url(/images/default/h4.png) no-repeat;
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
    left: 0;
	z-index: 3;
}
.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: 0;
	padding: 0;
	background: none;
	font-size: 12px;
	width: 1120px;
}
.breadcrumb a{
	color: #ff79a5;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	content: '\f015';
	padding: 0 5px 0 0;
	font-size: 11px;
	color: #ff79a5;
	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: #202020;
	background-color: #2e2e2e;
	color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary {
	border-color: #ccc;
	background-color: #fff;
	color: #5f5f5f;
}

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