@charset "utf-8";

/**
 *
 * TopPage
 *
 */

/*===============================================
●index.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px){
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　;
}

.main-visual {
	position: relative;

}
/*メインイメージスライダー*/
.m_img_area .m_img {
	position: relative;
	z-index: 0;
}
.m_img_area .m_img::before {
	content: "";	/*下のグラデ*/
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 400px;
	left: 0;
	bottom: 0;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.m_img_area .swiper-wrapper {
	will-change: transform;
	-webkit-backface-visibility: hidden;
}
.m_img_area .main_slider {
	/*height: 100vh;*/
	transition: opacity 0.6s ease, transform 0.3s ease;
}
.m_img_area .main_slider .slide {
	width: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	will-change: transform;
	height: 100vh;
}
.m_img_area .main_slider .slide_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: left center;
	background-size: cover;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	will-change: transform;
	animation: bgAnime 30s infinite linear;
}
.m_img_area .main_slider .slide_bg.pc_img {
	display: block;
}
.m_img_area .main_slider .slide_bg.sp_img {
	display: none;
}
.m_img_area .main_slider .swiper-slide-next .slide_bg {
	animation: none;
}
.main-visual-content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
}
.slide-2 .main-visual-content,
.slide-3 .main-visual-content,
.slide-4 .main-visual-content,
.slide-5 .main-visual-content,
.slide-6 .main-visual-content {
	background: rgba(0,0,0,0.3);
}
.main-visual-content .main-visual-title {
	text-align: center;
	color: white;
	font-size: 50px;
	line-height: 1.3em;
	font-weight: normal;
}
.main-visual-content .main-visual-title small {
	font-size: 40px;
}
.main-visual-content .main-visual-p {
	text-align: center;
	color: white;
	font-size: 35px;
	line-height: 1.3em;
	margin-top: 40px;
}
@keyframes bgAnime {
0% {
	background-position: left center;
}
100% {
	background-position: right center;
}
}

.swiper-pagination {
	
}
.swiper-pagination-bullet {
	background: white;
}
/*
MAIN BANNERS
*/
.main-banners {
	position: relative;
	padding: 65px 0;
}
.main-banners .box-content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 80px;
}
.main-banners a:hover {
	opacity: 0.7;
}
/* TITLE MAIN */
.title-main {
	text-align: center;
	font-size: 35px;
	color:#50330E;
	line-height: 1.5em;
	margin: 10px auto 50px;
	position: relative;
	font-weight: normal;
	line-height: 2em;

}
.title-main:before {
	content: "TREATMENT";
	color: #DADADA;
	opacity: 0.48;
	text-align: center;
	display: block;
	margin: 0px auto 0px;
	font-family: 'Cinzel', serif;
	font-size: 100px;
	letter-spacing: 0.05em;
}

/* main treat */
.main-treat {
	position: relative;
	padding-top: 1px;
	padding-bottom: 40px;
	background: #F3F3EF;
}
.main-treat .box-content {
	margin: 0 auto;
	box-sizing: border-box;
}
.main-treat .title-main {
	margin-top: -30px;
	margin-bottom: 90px;
}
.main-treat .list-treat {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 44px;
}
.main-treat .list-treat > li {
	margin-bottom: 30px;
}
.main-treat .list-treat > li a {
	display: block;
	position: relative;
}

.main-treat .list-treat > li a:hover {
	text-decoration: none !important;
}
.main-treat .list-treat > li a:hover {
	opacity: 0.7;
}
.main-treat .list-treat > li a img {
	display: block;
	margin: 0 auto 5px;
	position: relative;
	z-index: 2;
}

.main-treat .list-treat > li p {
	text-align: center;
	font-size: 15px;
	margin-top: 15px;
	line-height: 1.6em;
	color: #333333;
	padding: 0 5px;
	text-align: left;
}

/* main news */
.main-news {
	position: relative;
	padding-top: 100px;
}
.main-news .title-main:before {
	content: "NEWS";
	color: #E0D0BA;
	z-index: -1;
	position: relative;

}
.main-news .box-content {
	margin: 0 auto;
	box-sizing: border-box;
}
.main-news .box-news {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 100px;
}
.main-news .main-news-title {
	color :white;
	font-size: 20px;
	background: #3F3C69;
	line-height: 60px;
	padding-left: 20px;
}
.main-news .box-news > div:nth-child(2) .main-news-title {
	color :white;
	font-size: 20px;
	background: #B6AB9C;
	line-height: 60px;
}
.list-news {

}
.list-news > li {
	position: relative;
	border-bottom: 1px solid #272727;
	padding: 10px 10px;
}
.list-news .news-time {
	font-size: 14px;
	color: #333333;
	display: block;
	line-height: 1.57em;

}
.list-news .news-cat {
	position: absolute;
	left: 110px;
	top: 6px;
	width: 171px;
}
.list-news .news-cat a {
	font-size: 16px;
	color: #fff !important;
	font-weight: normal;
	text-decoration: underline !important;
	background: #ffc926;
	border-radius: 5px;
	padding: 0 5px;
	line-height: 30px;
	display: block;
	text-align: center;
	border-radius: 25px;
}
.list-news .news-cat a.cat-dayoff {
	background: #2ca2ce;
}
.list-news .news-cat a.cat-dayoff-2 {
	background: #47b299;
}
.list-news .news-cat a.cat-blog {
	background: #f3bbb4;
}

.list-news .news-cat a:hover {
	text-decoration: none !important;
	color: ##574129 !important;
}
.list-news .news-title {
	font-size: 14px;
	color: #333333;
	margin: 0;
	line-height: 1.57em;
}
.list-news .news-title a {
	font-size: 14px;
	color: #333333 !important;
	text-decoration: none !important;
}
.list-news .news-title a:hover {
	text-decoration: underline !important;
	color: ##574129 !important;
}

/*
MAIN LINKS
*/
.main-links {
	position: relative;
	background: url(../img/top/main-links-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.banner-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0 100px;
}
.banner-items .banner-item {
	position: relative;
	padding: 5px 28px;
	background: url(../img/top/banner-item-1.jpg) 0 0 no-repeat;
	background-size: cover;
	height: 250px;
	box-sizing: border-box;
}
.banner-items .banner-item:nth-child(2) {
	background: url(../img/top/banner-item-2.jpg) 0 0 no-repeat;
	background-size: cover;
}
.banner-items .banner-item .banner-item-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.banner-items .banner-item .banner-item-link:hover {
	background: rgba(255,255,255,0.3);
}
.banner-items .banner-item .banner-item-title {
	font-size: 23px;
	line-height: 2.7em;
	color: #fff;
	margin: 0;
}
.banner-items .banner-item:nth-child(2) .banner-item-title {
	color: #B75B61;
}
.banner-items .banner-item p {
	color :white;
	font-size: 15px;
	line-height: 1.86em;
}
.banner-items .banner-item:nth-child(2) p {
	color: #333333;
}
.banner-items .banner-item .banner-link-click {
	
}
.banner-items .banner-item .banner-link-click > a {
	display: block;
	text-align: center;
	color: #fff;
	background: #6D604D;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 36px;
}
.banner-items .banner-item:nth-child(2) .banner-link-click > a {
	background:#B75B61;
}
.banner-items .banner-item .banner-link-click > a:after {
	content: "";
	display: inline-block;
	background: url(../img/top/banner-link-click.png) center center no-repeat;
	background-size: contain;
	width: 25px;
	height: 4px;
	vertical-align: middle;
	margin-left: 10px;
}
.ic-mail {
	display: inline-block;
	background: url(../img/top/ic-mail.png) center center no-repeat;
	background-size: contain;
	width: 25px;
	height: 19px;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.ic-mail-2 {
	display: inline-block;
	background: url(../img/top/ic-mail-2.png) center center no-repeat;
	background-size: contain;
	width: 26px;
	height: 25px;
	vertical-align: middle;
	margin-right: 10px;	
	position: relative;
	top: -2px;
}

/*
MAIN OCC
*/
.main-occ {
	position: relative;
	padding: 80px 0 80px;
}
.main-occ .title-main:before {
	content: "OCCLUSION";
}
.main-occ .main-occ-content {
	position: relative;
}
.main-occ .main-occ-pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 477px;
}
.main-occ .main-occ-content-inner {
	padding-left: 515px;
}
.main-occ .main-occ-content-title {
	font-size: 32px;
	line-height: 1.78em;
	margin-bottom: 25px;
	color: #333333;
	font-weight: normal;
}
.main-occ .main-occ-content-title span {
	font-size: 40px;
	color: #A58255;
	font-weight: normal;
}
.main-occ .main-occ-content-inner p {
	font-size: 16px;
	line-height: 1.56em;
	margin-bottom: 30px;
}

/*
MAIN KAMI
*/
.main-kami {
	position: relative;
	background: url(../img/top/mainkamibg.jpg) center center no-repeat;
	background-size: cover;
	padding: 65px 0;
}
.main-kami .main-kami-title {
	text-align: center;
	color: white;
	margin-bottom: 20px;
	font-weight: normal;
}
.main-kami .main-kami-title span {
	font-size: 35px;
	display: inline-block;
	font-weight: normal;
}
.main-kami .main-kami-title span:before {
	content: "";
	display: inline-block;
	width: 100px;
	height: 1px;
	margin-right: 45px;
	vertical-align: middle;
	background: #fff;
}
.main-kami .main-kami-title span:after {
	content: "";
	display: inline-block;
	width: 100px;
	height: 1px;
	margin-left: 45px;
	vertical-align: middle;
	opacity: 1;
	visibility: visible;
	background: #fff;
}
.main-kami .main-kami-pic {
	width: 590px;
	margin: 0 auto;
}
.main-kami p {
	color :white;
	font-size: 16px;
	line-height: 1.56em;
	margin-bottom: 35px;
}
.main-kami .main-kami-list {
	list-style-type: none;
	list-style-position: inside;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	margin-bottom: 35px;
	padding: 0 15px;
}
.main-kami .main-kami-list > li {
	font-size: 16px;
	color: #fff;
	position: relative;
	padding-left: 20px;
}
.main-kami .main-kami-list > li:before {
	content: "■";
	position: absolute;
	left: 0;
	top: 0;
}
.main-kami .main-kami-name {
	text-align: right;
	color: #fff;
	font-size: 20px;
	line-height: 2em;
}
.main-kami .main-kami-name span {
	font-size: 35px;
}

/*
MAIN REASON
*/
.main-reason {
	position: relative;
	padding-top: 190px;
	padding-bottom: 190px;
}
.main-reason .title-main:before {
	content: "REASON";
	color: #8681CE;
	position: relative;
	z-index: -1;
}
.box-reason {
	position: relative;
	padding-top: 135px;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 65px;
}
.box-reason.box-reason-2 {
	justify-content: flex-start;
	padding-top: 80px;
}
.box-reason .reason-pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 750px;
}
.box-reason.box-reason-2 .reason-pic {
	left: auto;
	right: 0;
}
.box-reason .reason-content {
	background: rgba(255,255,255,0.9);
	position: relative;
	width: 645px;
	box-shadow: 3px 0px 15px rgba(0,0,0,0.16);
	padding: 60px 40px;
	box-sizing: border-box;
}
.box-reason .reason-title {
	font-size: 30px;
	color: #3C377D;
	margin-bottom: 40px;
	font-weight: normal;
}
.box-reason p {
	font-size: 16px;
	line-height: 1.56em;
	margin-bottom: 25px;
	color: #333333;
}
.box-reason p:last-child {
	margin-bottom: 0;
}
.box-reason p.num {
	font-family: 'Cinzel', serif;
	font-size: 100px;
	position: absolute;
	right: 40px;
	top: -70px;
	color: #3C377D;
	width: 95px;
	margin: 0;
	line-height: 1;
}
.box-reason.box-reason-2 p.num {
	right: auto;
	left: 40px;
}
.box-reason p.num:before {
	display: block;
	content: "REASON";
	font-family: 'Cinzel', serif;
	border-bottom: 1px solid #3C377D;
	font-size: 20px;
	text-align: center;
}
.box-reason p a {
	font-size: 16px;
	color: #795D39;
	text-decoration: underline;
}
.box-reason p a:hover {
	text-decoration: none;
}

/*
MAIN PHILO
*/
.main-philo {
	position: relative;
	background: url(../img/top/main-philo-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 1px 0 70px;
}
.main-philo .title-main:before {
	content: "PHILOSOPHY";
	color: #E0D0BA;
	position: relative;
	z-index: 1;
}
.main-philo .title-main {
	margin-top: -20px;
	color: #fff;
	position: relative;
	z-index: 2;
}
.main-philo .main-philo-pic {
	width: 700px;
	margin: 0 auto 35px;
}
.main-philo p {
	color :white;
	font-size: 16px;
	line-height: 1.56em;
	margin-bottom: 35px;
}
.main-philo .philo-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 25px 50px;
}
.main-philo .philo-list > li {
	color :white;
	font-size: 16px;
	line-height: 1.56em;
}
.main-philo .philo-list > li .type {
	font-size: 17px;
}


/* MAIN FEATURE */
.main-feature {
	padding-top: 80px;
	position: relative;
	overflow: hidden;

}
.main-feature .main-feature-stick-1 {
	background: url(../img/top/feature-stick-1.png) 0 0 no-repeat;
	background-size: contain;
	width: 214px;
	height: 337px;
	position: absolute;
	left: -50px;
	top: -50px;
}
.main-feature .main-feature-stick-2 {
	background: url(../img/top/feature-stick-2.png) 0 0 no-repeat;
	background-size: contain;
	width: 203px;
	height: 340px;
	position: absolute;
	right: -50px;
	top: -50px;
}
.main-feature .main-feature-stick-3 {
	background: url(../img/top/feature-stick-3.png) 0 0 no-repeat;
	background-size: contain;
	width: 118px;
	height: 117px;
	position: absolute;
	right: -50px;
	top: 50%;
}

.main-feature .box-content {

}
.list-feature {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
}
.list-feature > li {
	position: relative;
	width: 33%;
}
.list-feature .feature {
	padding: 40px 15px;
}
.list-feature .feature .feature-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.list-feature .feature .feature-link:hover + .feature-num + .feature-pic img {
	opacity: 0.7;
}
.list-feature .feature .feature-num {
	position: absolute;margin: 0 auto;transform: translate(-50%, 0);left: 55px;top: -15px;width: 91px;
}
.list-feature .feature a {
	display: block;
	width: 100%;
	height: 100%;

	position: relative;
	padding: 30px;
	box-sizing: border-box;
}

.list-feature .feature a:hover {
	opacity: 0.7;
}
.list-feature .feature .feature-pic {
	margin-bottom: 15px;
}
.list-feature .feature .feature-pic img {
	transition: 0.3s ease;
}
.list-feature .feature .feature-title {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #ed9fb8;
	line-height: 35px;
	text-decoration: none;
	margin: 0 auto;
	position: relative;
	line-height: 1.19em;
}
.list-feature li:nth-child(2) .feature .feature-title {
	color: #46b299;
}
.list-feature li:nth-child(3) .feature .feature-title {
	color: #2ca0cc;
}
.list-feature li:nth-child(4) .feature .feature-title {
	color: #85b200;
}
.list-feature li:nth-child(5) .feature .feature-title {
	color: #ff9226;
}
.list-feature .feature .feature-title + p {
	font-size: 16px;

	line-height: 1.8em;
	margin-top: 10px;
	margin-bottom: 0;
}





/* MAIN ABOUT */
.main-about {
	position: relative;
	padding-top: 80px;
	background: #f8f5e0;
	text-align: center;
	padding-bottom: 130px;
}
.main-about .title-main:before {
	content: "";
	background: url(../img/top/title-main-about.png) center top no-repeat;
	background-size: contain;
}
.main-about .box-content {
	
	box-sizing: border-box;

	position: relative;
}
.main-about .main-about-stick-1 {
	content: "";
	display: block;
	position: absolute;
	left: -90px;
	top: 20px;
	background: url(../img/top/main-about-stick-1.png) 0 0 no-repeat;
	background-size: contain;
	width: 192px;
	height: 192px;
}
.main-about .main-about-stick-2 {
	content: "";
	display: block;
	position: absolute;
	right: -10px;
	top: -40px;
	background: url(../img/top/main-about-stick-2.png) 0 0 no-repeat;
	background-size: contain;
	width: 167px;
	height: 167px;
}
.main-about .main-about-stick-3 {
	content: "";
	display: block;
	position: absolute;
	left: 40%;
	top: 40%;
	background: url(../img/top/main-about-stick-3.png) 0 0 no-repeat;
	background-size: contain;
	width: 123px;
	height: 123px;
}


.main-about .main-about-content {
	position: relative;
	padding-left: 530px;
}
.main-about .main-about-content img {
	position: absolute;
	left: 0;
	top: 0;
	width: 500px;
	border-radius: 15px;
}
.main-about p {
	font-size: 18px;
	margin-bottom: 30px;
	text-align: left;
	line-height: 1.8em;
}
.main-about-feats {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.main-about-feats .main-about-feats-title {
	font-weight: bold;
	font-size: 28px;
	color: #ec9fb8;
	margin-bottom: 25px;
	text-align: left;
}
.main-about-feats ul {
	list-style: none;
}
.main-about-feats ul li {
	font-size: 18px;
	position: relative;
	text-align: left;
	padding-left: 23px;
	margin-bottom: 10px;
}
.main-about-feats ul li:before {
	content: "●";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: #eea0b8;
}


}
/*===============================================
●index.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　;
}
.main-visual {
	position: relative;

}
/*メインイメージスライダー*/
.m_img_area .m_img {
	position: relative;
	z-index: 0;
}

.m_img_area .swiper-wrapper {
	will-change: transform;
	-webkit-backface-visibility: hidden;
}
.m_img_area .main_slider {
	/*height: 100vh;*/
	transition: opacity 0.6s ease, transform 0.3s ease;
}
.m_img_area .main_slider .slide {
	width: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	will-change: transform;
	height: 250px;
}
.m_img_area .main_slider .slide_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: left center;
	background-size: cover;
	
	-webkit-backface-visibility: hidden;
	will-change: transform;
	animation: bgAnime 10s infinite linear;
}
.m_img_area .main_slider .slide_bg.pc_img {
	display: none;
}
.m_img_area .main_slider .slide_bg.sp_img {
	display: block;
}
.m_img_area .main_slider .swiper-slide-next .slide_bg {
	animation: none;
}
.main-visual-content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	z-index: 10;
}
.slide-2 .main-visual-content,
.slide-3 .main-visual-content,
.slide-4 .main-visual-content,
.slide-5 .main-visual-content,
.slide-6 .main-visual-content {
	background: rgba(0,0,0,0.3);
}
.main-visual-content .main-visual-title {
	text-align: center;
	color: white;
	font-size: 17px;
	line-height: 1.3em;
	position: relative;
	z-index: 10;
	font-weight: normal;
}
.main-visual-content .main-visual-title small {
	font-size: 15px;
}
.main-visual-content .main-visual-p {
	text-align: center;
	color: white;
	font-size: 13px;
	line-height: 1.3em;
	margin-top: 20px;
}
@keyframes bgAnime {
0% {
	background-position: left center;
}
100% {
	background-position: right center;
}
}
.swiper-pagination-bullet {
	background: white;
}
/*
MAIN BANNERS
*/
.main-banners {
	position: relative;
	padding: 25px 15px;
}
.main-banners .box-content {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 10px;
}
.main-banners a:hover {
	opacity: 0.7;
}
/* TITLE MAIN */
.title-main {
	text-align: center;
	font-size: 18px;
	color:#50330E;
	line-height: 1.5em;
	margin: 10px auto 30px;
	position: relative;
	font-weight: normal;
	line-height: 2em;

}
.title-main:before {
	content: "TREATMENT";
	color: #DADADA;
	opacity: 0.48;
	text-align: center;
	display: block;
	margin: 0px auto 0px;
	font-family: 'Cinzel', serif;
	font-size: 40px;
	letter-spacing: 0.05em;
}

/* main treat */
.main-treat {
	position: relative;
	padding-top: 1px;
	padding-bottom: 40px;
	background: #F3F3EF;
}
.main-treat .box-content {
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}
.main-treat .title-main {
	margin-top: -10px;
	margin-bottom: 30px;
}
.main-treat .list-treat {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 15px;
}
.main-treat .list-treat > li {
	margin-bottom: 30px;
}
.main-treat .list-treat > li a {
	display: block;
	position: relative;
}

.main-treat .list-treat > li a:hover {
	text-decoration: none !important;
}
.main-treat .list-treat > li a:hover {
	opacity: 0.7;
}
.main-treat .list-treat > li a img {
	display: block;
	margin: 0 auto 5px;
	position: relative;
	z-index: 2;
}

.main-treat .list-treat > li p {
	text-align: center;
	font-size: 15px;
	margin-top: 10px;
	line-height: 1.5em;
	color: #333333;
	padding: 0 5px;
	text-align: left;
}

/* main news */
.main-news {
	position: relative;
	padding-top: 40px;
}
.main-news .title-main:before {
	content: "NEWS";
	color: #E0D0BA;
	z-index: -1;
	position: relative;

}
.main-news .box-content {
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}
.main-news .box-news {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 30px;
}
.main-news .main-news-title {
	color :white;
	font-size: 17px;
	background: #3F3C69;
	line-height: 40px;
	padding-left: 20px;
}
.main-news .box-news > div:nth-child(2) .main-news-title {
	color :white;
	font-size: 17px;
	background: #B6AB9C;

}
.list-news {

}
.list-news > li {
	position: relative;
	border-bottom: 1px solid #272727;
	padding: 10px 10px;
}
.list-news .news-time {
	font-size: 14px;
	color: #333333;
	display: block;
	line-height: 1.57em;

}
.list-news .news-cat {
	position: absolute;
	left: 110px;
	top: 6px;
	width: 171px;
}
.list-news .news-cat a {
	font-size: 16px;
	color: #fff !important;
	font-weight: normal;
	text-decoration: underline !important;
	background: #ffc926;
	border-radius: 5px;
	padding: 0 5px;
	line-height: 30px;
	display: block;
	text-align: center;
	border-radius: 25px;
}
.list-news .news-cat a.cat-dayoff {
	background: #2ca2ce;
}
.list-news .news-cat a.cat-dayoff-2 {
	background: #47b299;
}
.list-news .news-cat a.cat-blog {
	background: #f3bbb4;
}

.list-news .news-cat a:hover {
	text-decoration: none !important;
	color: ##574129 !important;
}
.list-news .news-title {
	font-size: 14px;
	color: #333333;
	margin: 0;
	line-height: 1.57em;
}
.list-news .news-title a {
	font-size: 14px;
	color: #333333 !important;
	text-decoration: none !important;
}
.list-news .news-title a:hover {
	text-decoration: underline !important;
	color: ##574129 !important;
}

/*
MAIN LINKS
*/
.main-links {
	position: relative;
	background: url(../img/top/main-links-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 60px 15px;
}
.banner-items {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 10px;
}
.banner-items .banner-item {
	position: relative;
	padding: 5px 15px 50px;
	background: url(../img/top/banner-item-1.jpg) 0 0 no-repeat;
	background-size: cover;

	box-sizing: border-box;
}
.banner-items .banner-item:nth-child(2) {
	background: url(../img/top/banner-item-2.jpg) 0 0 no-repeat;
	background-size: cover;
}
.banner-items .banner-item .banner-item-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.banner-items .banner-item .banner-item-link:hover {
	background: rgba(255,255,255,0.3);
}
.banner-items .banner-item .banner-item-title {
	font-size: 18px;
	line-height: 2em;
	color: #fff;
	margin: 0;
}
.banner-items .banner-item:nth-child(2) .banner-item-title {
	color: #B75B61;
}
.banner-items .banner-item p {
	color :white;
	font-size: 14px;
	line-height: 1.86em;

}
.banner-items .banner-item:nth-child(2) p {
	color: #333333;
}
.banner-items .banner-item .banner-link-click {
	
}
.banner-items .banner-item .banner-link-click > a {
	display: block;
	text-align: center;
	color: #fff;
	background: #6D604D;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 36px;
}
.banner-items .banner-item:nth-child(2) .banner-link-click > a {
	background:#B75B61;
}
.banner-items .banner-item .banner-link-click > a:after {
	content: "";
	display: inline-block;
	background: url(../img/top/banner-link-click.png) center center no-repeat;
	background-size: contain;
	width: 25px;
	height: 4px;
	vertical-align: middle;
	margin-left: 10px;
}
.ic-mail {
	display: inline-block;
	background: url(../img/top/ic-mail.png) center center no-repeat;
	background-size: contain;
	width: 25px;
	height: 19px;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.ic-mail-2 {
	display: inline-block;
	background: url(../img/top/ic-mail-2.png) center center no-repeat;
	background-size: contain;
	width: 26px;
	height: 25px;
	vertical-align: middle;
	margin-right: 10px;	
	position: relative;
	top: -2px;
}

/*
MAIN OCC
*/
.main-occ {
	position: relative;
	padding: 40px 15px 40px;
}
.main-occ .title-main:before {
	content: "OCCLUSION";
}
.main-occ .main-occ-content {
	position: relative;
}
.main-occ .main-occ-pic {
	margin-bottom: 15px;
}
.main-occ .main-occ-content-inner {

}
.main-occ .main-occ-content-title {
	font-size: 22px;
	line-height: 1.78em;
	margin-bottom: 25px;
	color: #333333;
	font-weight: normal;
}
.main-occ .main-occ-content-title span {
	color: #A58255;
	font-weight: normal;
}
.main-occ .main-occ-content-inner p {
	font-size: 15px;
	line-height: 1.56em;
	margin-bottom: 30px;
}

/*
MAIN KAMI
*/
.main-kami {
	position: relative;
	background: url(../img/top/main-kami-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 40px 15px;
}
.main-kami .main-kami-title {
	text-align: center;
	color: white;
	margin-bottom: 20px;
	font-weight: normal;
}
.main-kami .main-kami-title span {
	font-size: 18px;
	display: inline-block;
	font-weight: normal;
}
.main-kami .main-kami-title span:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 1px;
	margin-right: 15px;
	vertical-align: middle;
	background: #fff;
}
.main-kami .main-kami-title span:after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 1px;
	margin-left: 15px;
	vertical-align: middle;
	opacity: 1;
	visibility: visible;
	background: #fff;
}
.main-kami .main-kami-pic {
	text-align: center;
	margin: 0 auto;
}
.main-kami p {
	color :white;
	font-size: 15px;
	line-height: 1.56em;
	margin-bottom: 35px;
}
.main-kami .main-kami-list {
	list-style-type: none;
	list-style-position: inside;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 10px;
	margin-bottom: 35px;

}
.main-kami .main-kami-list > li {
	font-size: 15px;
	color: #fff;
	position: relative;
	padding-left: 20px;
}
.main-kami .main-kami-list > li:before {
	content: "■";
	position: absolute;
	left: 0;
	top: 0;
}
.main-kami .main-kami-name {
	text-align: right;
	color: #fff;
	font-size: 18px;
	line-height: 2em;
}
.main-kami .main-kami-name span {
	font-size: 25px;
}

/*
MAIN REASON
*/
.main-reason {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
.main-reason .title-main:before {
	content: "REASON";
	color: #8681CE;
	position: relative;
	z-index: -1;
}
.box-reason {
	position: relative;
	margin-bottom: 65px;
}
.box-reason.box-reason-2 {

}
.box-reason .reason-pic {

}
.box-reason.box-reason-2 .reason-pic {

}
.box-reason .reason-content {
	background: rgba(255,255,255,0.9);
	position: relative;

	box-shadow: 3px 0px 15px rgba(0,0,0,0.16);
	padding: 40px 20px 20px;
	box-sizing: border-box;
	margin: 15px;
}
.box-reason .reason-title {
	font-size: 20px;
	color: #3C377D;
	margin-bottom: 25px;
	font-weight: normal;
	line-height: 1.5em;
}
.box-reason p {
	font-size: 15px;
	line-height: 1.56em;
	margin-bottom: 25px;
	color: #333333;
}
.box-reason p:last-child {
	margin-bottom: 0;
}
.box-reason p.num {
	font-family: 'Cinzel', serif;
	font-size: 50px;
	position: absolute;
	right: 20px;
	top: -40px;
	color: #3C377D;
	width: 55px;
	margin: 0;
	line-height: 1;
	text-shadow: 
	white 2px 0px 2px, white -2px 0px 2px,
	white 0px -2px 2px, white -2px 0px 2px,
	white 2px 2px 2px, white -2px 2px 2px,
	white 2px -2px 2px, white -2px -2px 2px,
	white 1px 2px 2px, white -1px 2px 2px,
	white 1px -2px 2px, white -1px -2px 2px,
	white 2px 1px 2px, white -2px 1px 2px,
	white 2px -1px 2px, white -2px -1px 2px,
	white 1px 1px 2px, white -1px 1px 2px,
	white 1px -1px 2px, white -1px -1px 2px;
}
.box-reason.box-reason-2 p.num {

}
.box-reason p.num:before {
	display: block;
	content: "REASON";
	font-family: 'Cinzel', serif;
	border-bottom: 1px solid #3C377D;
	font-size: 10px;
	text-align: center;
}
.box-reason p a {
	font-size: 16px;
	color: #795D39;
	text-decoration: underline;
}
.box-reason p a:hover {
	text-decoration: none;
}

/*
MAIN PHILO
*/
.main-philo {
	position: relative;
	background: url(../img/top/main-philo-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 1px 15px 70px;
}
.main-philo .title-main:before {
	content: "PHILOSOPHY";
	color: #E0D0BA;
	position: relative;
	z-index: 1;
}
.main-philo .title-main {
	margin-top: -20px;
	color: #fff;
	position: relative;
	z-index: 2;
}
.main-philo .main-philo-pic {

	margin: 0 auto 35px;
}
.main-philo p {
	color :white;
	font-size: 15px;
	line-height: 1.56em;
	margin-bottom: 35px;
}
.main-philo p.center {
	text-align: left;
}
.main-philo .philo-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 25px 50px;
}
.main-philo .philo-list > li {
	color :white;
	font-size: 16px;
	line-height: 1.56em;
}
.main-philo .philo-list > li .type {
	font-size: 17px;
}


/* MAIN FEATURE */
.main-feature {
	padding-top: 80px;
	position: relative;
	overflow: hidden;

}
.main-feature .main-feature-stick-1 {
	background: url(../img/top/feature-stick-1.png) 0 0 no-repeat;
	background-size: contain;
	width: 214px;
	height: 337px;
	position: absolute;
	left: -50px;
	top: -50px;
}
.main-feature .main-feature-stick-2 {
	background: url(../img/top/feature-stick-2.png) 0 0 no-repeat;
	background-size: contain;
	width: 203px;
	height: 340px;
	position: absolute;
	right: -50px;
	top: -50px;
}
.main-feature .main-feature-stick-3 {
	background: url(../img/top/feature-stick-3.png) 0 0 no-repeat;
	background-size: contain;
	width: 118px;
	height: 117px;
	position: absolute;
	right: -50px;
	top: 50%;
}

.main-feature .box-content {

}
.list-feature {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
}
.list-feature > li {
	position: relative;
	width: 33%;
}
.list-feature .feature {
	padding: 40px 15px;
}
.list-feature .feature .feature-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.list-feature .feature .feature-link:hover + .feature-num + .feature-pic img {
	opacity: 0.7;
}
.list-feature .feature .feature-num {
	position: absolute;margin: 0 auto;transform: translate(-50%, 0);left: 55px;top: -15px;width: 91px;
}
.list-feature .feature a {
	display: block;
	width: 100%;
	height: 100%;

	position: relative;
	padding: 30px;
	box-sizing: border-box;
}

.list-feature .feature a:hover {
	opacity: 0.7;
}
.list-feature .feature .feature-pic {
	margin-bottom: 15px;
}
.list-feature .feature .feature-pic img {
	transition: 0.3s ease;
}
.list-feature .feature .feature-title {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #ed9fb8;
	line-height: 35px;
	text-decoration: none;
	margin: 0 auto;
	position: relative;
	line-height: 1.19em;
}
.list-feature li:nth-child(2) .feature .feature-title {
	color: #46b299;
}
.list-feature li:nth-child(3) .feature .feature-title {
	color: #2ca0cc;
}
.list-feature li:nth-child(4) .feature .feature-title {
	color: #85b200;
}
.list-feature li:nth-child(5) .feature .feature-title {
	color: #ff9226;
}
.list-feature .feature .feature-title + p {
	font-size: 16px;

	line-height: 1.8em;
	margin-top: 10px;
	margin-bottom: 0;
}





/* MAIN ABOUT */
.main-about {
	position: relative;
	padding-top: 80px;
	background: #f8f5e0;
	text-align: center;
	padding-bottom: 130px;
}
.main-about .title-main:before {
	content: "";
	background: url(../img/top/title-main-about.png) center top no-repeat;
	background-size: contain;
}
.main-about .box-content {
	
	box-sizing: border-box;

	position: relative;
}
.main-about .main-about-stick-1 {
	content: "";
	display: block;
	position: absolute;
	left: -90px;
	top: 20px;
	background: url(../img/top/main-about-stick-1.png) 0 0 no-repeat;
	background-size: contain;
	width: 192px;
	height: 192px;
}
.main-about .main-about-stick-2 {
	content: "";
	display: block;
	position: absolute;
	right: -10px;
	top: -40px;
	background: url(../img/top/main-about-stick-2.png) 0 0 no-repeat;
	background-size: contain;
	width: 167px;
	height: 167px;
}
.main-about .main-about-stick-3 {
	content: "";
	display: block;
	position: absolute;
	left: 40%;
	top: 40%;
	background: url(../img/top/main-about-stick-3.png) 0 0 no-repeat;
	background-size: contain;
	width: 123px;
	height: 123px;
}


.main-about .main-about-content {
	position: relative;
	padding-left: 530px;
}
.main-about .main-about-content img {
	position: absolute;
	left: 0;
	top: 0;
	width: 500px;
	border-radius: 15px;
}
.main-about p {
	font-size: 18px;
	margin-bottom: 30px;
	text-align: left;
	line-height: 1.8em;
}
.main-about-feats {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.main-about-feats .main-about-feats-title {
	font-weight: bold;
	font-size: 28px;
	color: #ec9fb8;
	margin-bottom: 25px;
	text-align: left;
}
.main-about-feats ul {
	list-style: none;
}
.main-about-feats ul li {
	font-size: 18px;
	position: relative;
	text-align: left;
	padding-left: 23px;
	margin-bottom: 10px;
}
.main-about-feats ul li:before {
	content: "●";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: #eea0b8;
}


}