@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* mvIndex */
.mvIndex {
	width: 100%;
	height: 100vh;
	max-height: 1100px;
	min-height: 700px;
	background-image: url("/img/index/bg_mv.jpg");
	background-size: cover;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mvIndex__content {
	background-color: rgba(255,255,255, .7);
	padding: 50px 65px;
	border-radius: 30px;
	position: relative;
}

.mvIndex__content::after {
	display: block;
	content: "";
	border: 2px solid #24a33b;
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 26px;
}

.mvIndex__h1 {
	font-size: 24px;
	text-align: center;
}

.mvIndex__h1-ttl {
	display: block;
	width: 250px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	background-color: #24a33b;
	font-size: 24px;
	font-weight: 600;
	color: #FFF;
	border-radius: 40px;
	margin: 0 auto 25px auto;
}

.mvIndex__h1-txt {
	font-size: 40px;
	font-weight: 600;
	display: block;
	margin-top: 10px;
	background:linear-gradient(transparent 70%, #a7e8b1 70%);
	margin-bottom: 30px;
}

.mvIndex__box {
	display: flex;
	justify-content: space-between;
}

.mvIndex__item {
	background-color: #24a33b;
	width: 105px;
	height: 105px;
	border-radius: 55px;
	font-size: 15px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.mvIndex__item::after {
	display: block;
	content: "";
	width: 95px;
	height: 95px;
	border: 1px solid #FFF;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 50px;
}



/* about */
.about__wrapper {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.about__left {
	width: 45%;
}

.about__img {
	display: block;
	width: 100%;
	height: auto;
}

.about__right {
	width: 45%;
}

.about__h2 {
	margin-bottom: 30px;
}

.about__h3 {
	font-size: 20px;
	font-weight: 600;
	color: #563116;
	margin-bottom: 20px;
}

.about__btn {
	margin: 30px 0 0 auto;
}



/* bgContainer */
.bgContainer {
	background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)),url("/img/index/bg_bgContainer.jpg");
	background-size: cover;
	background-position: center center;
}




/* news */
.news__wrapper {
	background-color: rgba(255,255,255, .9);
	border-radius: 30px;
	position: relative;
	padding: 55px 55px 65px 55px;
	display: flex;
	justify-content: space-between;
}

.news__wrapper::before {
	display: block;
	content: "";
	border: 2px solid #24a33b;
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 26px;
	z-index: 0;
}

.news__left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 25%;
}

.news__right {
	width: 70%;
	position: relative;
}

.news__item {
	border-bottom: 1px solid #000;
	margin-top: 25px;
	padding-bottom: 15px;
}

.post__date {
	display: inline;
	margin-right: 25px;
}

.post__h3 {
	display: inline;
}

.post__link {
	position: relative;
}

.news__btn.pc {
	margin-top: 30px;
}

.news__btn.sp {
	display: none;
}



/* service */
.service {
	background-color: rgba(180,237,187,.7);
	border-radius: 200px 0 0 0;
}

.service__h2 {
	margin-bottom: 50px;
}

.service__box {
	display: flex;
	justify-content: space-between;
}

.service__item {
	width: 45%;
	margin-bottom: 70px;
	transition: .2s;
}

.service__item:hover {
	opacity: .8;
}

.service__thumbnail {
	position: relative;
	display: block;
	transition: .2s;
	border-radius: 300px 300px 0 0;
	background-size: cover;
	background-position: center center;
}

.service__thumbnail::before {
	display: block;
	content: "";
	padding-top: 80%;
}

.service__item--01 .service__thumbnail {
	background-image: url("/img/index/img_service_01.jpg");
}

.service__item--02 .service__thumbnail {
	background-image: url("/img/index/img_service_02.jpg");
}

.service__h3 {
	background-color: #24a33b;
	text-align: center;
	color: #FFF;
	font-weight: 600;
	font-size: 20px;
	padding: 15px 0;
	margin-bottom: 30px;
}

.service__btn {
	margin: 0 auto;
}



/* localNav */
.localNav {
	display: flex;
}

.localNav__item {
	width: 50%;
}

.localNav__item--price {
	background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)),url("/img/index/bg_localNav_01.jpg");
	background-size: cover;
	background-position: center center;
}

.localNav__item--facility {
	background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)),url("/img/index/bg_localNav_02.jpg");
	background-size: cover;
	background-position: center center;
}

.localNav__h2 {
	margin-bottom: 50px;
}

.localNav__txt {
	width: 90%;
	max-width: 500px;
	margin: 0 auto 50px auto;
}

.localNav__btn {
	margin: 0 auto;
}



/* faq */
.faq__h2 {
	margin-bottom: 50px;
}

.faq__box {
	margin-bottom: 70px;
}

.faq__item {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.faq__item-question {
	font-weight: 600;
	font-size: 16px;
	background-color: #24a33b;
	padding: 15px 60px 15px 70px;
	border-radius: 7px;
	position: relative;
}

.faq__item-question p {
	color: #FFF;
}

.faq__item-question::before {
	display: inline-block;
	content: "Q";
	background-color: #FFF;
	color: #24a33b;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 20px;
	margin-right: 10px;
	position: absolute;
	left: 25px;
	top: 11px;
}

.faq__item-answer {
	padding: 15px 60px 15px 70px;
	margin-top: 18px;
	display: none;
	position: relative;
}

.faq__item-answer::before {
	display: inline-block;
	content: "A";
	background-color: #24a33b;
	color: #FFF;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 20px;
	position: absolute;
	left: 25px;
	top: 11px;
}

.faq__item:first-child .faq__item-answer {
	display: block;
}

.acco__btn {
	background-color: transparent;
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 12px;
	top: 20px;
}

.acco__btn:hover {
	cursor: pointer;
}

.acco__btn::before {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background-color: #FFF;
	position: absolute;
	top: 10px;
	left: 8px;
}

.acco__btn::after {
	content: "";
	display: block;
	width: 2px;
	height: 20px;
	background-color: #FFF;
	position: absolute;
	top: 1px;
	left: 17px;
	transition: .2s;
}

.acco__btn--open::after {
	opacity: 0;
}

.faq__item:first-child .acco__btn::after {
	opacity: 0;
}

.faq__item:first-child .acco__btn--open::after {
	opacity: 1;
}

.faq__btn {
	margin: 0 auto;
}









/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){


	
	
}



/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

@media screen and (max-width: 959px){



	
	

}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 767px){

/* mvIndex */
.mvIndex {
	width: 100%;
	height: 450px;
	max-height: auto;
	min-height: auto;
	padding-top: 50px;
}

.mvIndex__content {
	background-color: rgba(255,255,255, .7);
	padding: 30px 15px;
	border-radius: 20px;
	position: relative;
	width: calc(100% - 20px);
}

.mvIndex__content::after {
	display: block;
	content: "";
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	position: absolute;
	top: 6px;
	left: 6px;
	border-radius: 16px;
}

.mvIndex__h1 {
	font-size: 16px;
	text-align: center;
}

.mvIndex__h1-ttl {
	width: 160px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin: 0 auto 15px auto;
}

.mvIndex__h1-txt {
	font-size: 22px;
	font-weight: 600;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
}

.mvIndex__box {
	display: flex;
	justify-content: space-between;
}

.mvIndex__item {
	width: 75px;
	height: 75px;
	border-radius: 55px;
	font-size: 11px;
}

.mvIndex__item::after {
	width: 69px;
	height: 69px;
	top: 2px;
	left: 2px;
}



/* about */
.about__wrapper {
	display: block;
}

.about__left {
	width: 100%;
}

.about__img {
	margin: 0 auto;
	width: 60%;
}

.about__right {
	width: 100%;
	margin-bottom: 50px;
}

.about__h2 {
	margin-bottom: 20px;
}

.about__h3 {
	font-size: 16px;
	font-weight: 600;
	color: #563116;
	margin-bottom: 10px;
}

.about__btn {
	margin: 20px auto 0 auto;
}

	

/* news */
.news__wrapper {
	border-radius: 20px;
	padding: 35px 35px 45px 35px;
	display: block;
}

.news__wrapper::before {
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	top: 6px;
	left: 6px;
	border-radius: 16px;
}

.news__left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}

.news__right {
	width: 100%;
}

.news__item {
	border-bottom: 1px solid #000;
	margin-top: 20px;
	padding-bottom: 10px;
}

.post__date {
	display: block;
	margin-right: 0;
	margin-bottom: 5px;
}

.post__h3 {
	display: block;
	overflow-x: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.post__h3 a {
	position: relative;
}

.news__btn.sp {
	display: block;
	margin: 30px auto 0 auto;
}



/* service */
.service {
	border-radius: 100px 0 0 0;
}

.service__h2 {
	margin-bottom: 30px;
}

.service__item {
	width: 48%;
	margin-bottom: 30px;
}

.service__thumbnail::before {
	padding-top: 80%;
}

.service__h3 {
	text-align: center;
	color: #FFF;
	font-weight: 600;
	font-size: 12px;
	padding: 7px 0;
	margin-bottom: 15px;
}

.service__btn {
	margin: 0 auto;
}
	
	

/* localNav */
.localNav {
	display: block;
}

.localNav__item {
	width: 100%;
}

.localNav__h2 {
	margin-bottom: 30px;
}

.localNav__txt {
	width: calc(100% - 40px);
	margin: 0 auto 30px auto;
}

.localNav__btn {
	margin: 0 auto;
}
	
	
	
/* faq */
.faq__h2 {
	margin-bottom: 30px;
}
	
.faq__box {
	margin-bottom: 30px;
}
	
.faq__item {
	margin-bottom: 20px;
}

.faq__item-question {
	font-size: 14px;
	padding: 10px 35px 10px 40px;
	border-radius: 5px;
}

.faq__item-question::before {
	display: inline-block;
	content: "Q";
	background-color: #FFF;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	left: 10px;
	top: 9px;
}

.faq__item-answer {
	padding: 0 0 10px 40px;
	margin-top: 15px;
}

.faq__item-answer::before {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 20px;
	left: 10px;
	top: 0px;
}

.acco__btn {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 8px;
	top: 10px;
}

.acco__btn:hover {
	cursor: pointer;
}

.acco__btn::before {
	width: 15px;
	height: 1px;
	top: 11px;
	left: 5px;
}

.acco__btn::after {
	width: 1px;
	height: 15px;
	top: 4px;
	left: 12px;
}

	

	
	

	
}