@charset "utf-8";
/* add font */

@font-face {
	font-family: "ArimaKoshi-Regular";
	src: url("../fonts/ArimaKoshi-Regular.eot") format('eot'),
	     url("../fonts/ArimaKoshi-Regular.woff") format('woff'),
	     url("../fonts/ArimaKoshi-Regular.otf")  format('truetype');
}

@font-face {
	font-family: "ArimaKoshi-Bold";
	src: url("../fonts/ArimaKoshi-Bold.eot") format('eot'),
	     url("../fonts/ArimaKoshi-Bold.woff") format('woff'),
	     url("../fonts/ArimaKoshi-Bold.otf")  format('truetype');
}



/* common */
.contents {
	padding: 100px 0;
}

.text-s {
	font-size: 18px;
	font-family: "ArimaKoshi-Bold";
}
.desc {
	line-height:2;
}

.lp-catch {
	text-align:center;
	margin-bottom: 80px;
}
.lp-catch.left {
	text-align:left;
}
.lp-catch__title {
	font-size: var(--base-fontL-size);
	font-weight: normal;
	line-height: 1.2;
	margin-top: 20px;
}
.lp-catch__title-s {
	font-size: 26px;
	margin-top:10px;
}
.lp-catch__desc {
	margin-top: 30px;
}
.lp-desc {
	text-align:center;
}
.lp-tel {
	text-align:center;
	margin: 20px auto;
}
.lp-tel a {
    display: inline-block;
    color: #574747;
    background: #fff;
    font-size: var(--base-fontL-size);
    font-family: "ArimaKoshi-Bold";
    letter-spacing: 10px;
    padding: 10px 70px 5px;
}
.lp-tel a i {
	display: inline-block;
	width: 25px;
	height: 45px;
	vertical-align: middle;
	margin-right: 10px;
	background-image: url("../img/lp/icon_tel.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.contents {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* page-fv */
#lp-fv {
    display: flex;
    flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#lp-fv img {
	width: 100%;
	height: auto;
	max-width: 1630px;
}
.lp-fv__in {
    color: #fff;
    width: 100%;
    max-width: 800px;
    line-height: 1;
    padding: 60px 60px 350px;
    text-align: center;
    background: rgba(69,51,51,0.9);
    position: relative;
}
.lp-fv__in h1 {
	font-size: var(--base-fontL-size);
	font-weight: normal;
    line-height: 1.5;
}
.lp-fv__in .area {
	font-size: 14px;
	margin-top: 30px;
}
.lp-fv__in .date {
	font-size: 30px;
	margin-top: 30px;
}
.lp-fv__in .img {
    position: absolute;
    bottom: -25%;
	left:0;
}
.lp-fv__in .img img {
    max-width: 80%;
}

/* lp-date-place */
#lp-date-place {
	text-align:center;
	background-image: url("../img/lp/date_place_bg.jpg");
	color: #fff;
}
.lp-date-place__in {
    display: inline-block;
    padding: 80px;
    background: rgba(69,51,51,0.9);
    border-radius: 10px;
}
.lp-date-place__in .text01 {
	font-size: 30px;
	line-height: 2;
}
.lp-date-place__in .text02 {
	font-size: 21px;
	margin-top: 50px;
	line-height: 2;
}

/* lp-want */
#lp-want {
	background-color: #aea29a;
	color: #fff;
}
.lp-want__in {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.lp-want__in .info {
    width: 50%;
    white-space: nowrap;
    position: relative;
    z-index: 10;
}
.lp-want__list > li {
    font-size: 24px;
    line-height: 2;
}
.lp-want__in .img {
    width: 50%;
}

.lp-want__info {
	color: #4f3e3d;
    padding: 100px;
    margin-top: 120px;
    border-radius: 10px;
    text-align: center;
    background: rgba(161,148,140,0.9);
}
.lp-want__info .lp-catch {
	margin-bottom: 40px;
}
.lp-want__info .lp-catch__title-s {
	margin-top:20px;
}
.lp-want__info-member {
    font-size: 12px;
    display: inline-block;
    padding: 8px 30px 10px;
    border: solid 1px;
    border-radius: 1000px;
}
.lp-want__info-illust {
    margin-top: 70px;
}
.lp-want__info-illust__lis {
    display: flex;
    align-items: end;
}
.lp-want__info-illust__lis > li {
    margin-left: 6%;
}
.lp-want__info-illust__lis > li:first-child {
    margin-left: 0;
}

/* lp-concept */
#lp-concept {
	background-color: #574747;
	color: #fff;
	overflow: hidden;
}
.lp-concept__in {
    display: flex;
    flex-wrap: wrap;
}
.lp-concept__in .info {
    width: 50%;
    padding-right: 5%;
}
.lp-concept__in .info .detail {
    color: #4f3e3d;
    width: calc(100% - 16px);
    padding: 40px 30px;
    margin-top: 100px;
    margin-left: 16px;
    line-height: 2.2;
    background-color: #fff;
    position: relative;
}
.lp-concept__in .info .detail:before {
    content: '';
    display: block;
    width: 16px;
    height: 100%;
    background: url(../img/lp/concept_text_bg.png) repeat-y top;
    position: absolute;
    left: -16px;
    top: 0;
}
.lp-concept__in .img {
    width: 50%;
}
.lp-concept__in .img img {
    max-width: calc(100% + 100px);
}

/* slide */
.lp-concept__slide {
    margin-top: 250px;
    position: relative;
}
.lp-concept__slide .slider-main {
	overflow: visible;
}
.lp-concept__slide .slider-main .swiper-slide {
    filter: grayscale(100%);
	padding: 0 10px;
}
.lp-concept__slide .swiper-button-next,
.lp-concept__slide .swiper-button-prev {
    color: var(--base-color6);
    width: 108px;
    height: 108px;
	margin-top: -55px;
    background: #fff;
    border: solid 2px var(--base-color6);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.lp-concept__slide .swiper-button-next:hover,
.lp-concept__slide .swiper-button-prev:hover {
    background: var(--base-color6);
    color: var(--base-color1);
}
.lp-concept__slide .swiper-button-next {
	right: -55px;
}
.lp-concept__slide .swiper-button-prev {
	left: -55px;
}
.lp-concept__slide .slider-thumbnail-wrap {
    position: relative;
	padding: 0 10px;
}
.lp-concept__slide .slider-thumbnail .swiper-slide {
	opacity: 0.3;
}

.lp-concept__slide .slider-main .swiper-slide-active {
    filter: grayscale(0);
}
.lp-concept__slide .slider-thumbnail .swiper-slide-active {
	opacity: 1;
}

/* lp-highlights */
#lp-highlights {
    padding-top: 220px;
}
#lp-highlights .lp-catch {
	margin-bottom: 220px;
}
.lp-highlights__list > li {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}
.lp-highlights__list > li:last-child {
    margin-bottom: 0;
}
.lp-highlights__list > li .info {
    width: 50%;
    padding-right: 5%;
}
.lp-highlights__list > li .info .text-s {
    color: #aa9c93;
}
.lp-highlights__list > li .info .title {
	font-size: var(--base-fontL-size);
	font-weight: 500;
	margin-top: 60px;
}
.lp-highlights__list > li .info .desc {
	margin-top: 100px;
}
.lp-highlights__list > li .img {
    width: 50%;
    padding-left: 5%;
}
.lp-highlights__list > li .img img {
    max-width: calc(100% + 100px);
    border-radius: 20px;
    overflow: hidden;
}

.nursery-bnr {
    margin-top: 200px;
    display: flex;
    flex-wrap: wrap;
    border: solid 3px;
    border-radius: 20px;
    overflow: hidden;
}
.nursery-bnr .info {
    width: 55%;
    padding: 70px 15px;
    text-align: center;
}
.nursery-bnr .info .icon {
	margin-top:10px;
}
.nursery-bnr .info h3 {
	font-size: var(--base-fontL-size);
	font-weight: 500;
	margin-top: 10px;
}
.nursery-bnr .info .text {
	margin-top: 20px;
}
.nursery-bnr .img {
    width: 45%;
    background: url("../img/lp/nursery_img.jpg") center top no-repeat;
    background-size: cover;
}

/* lp-event */
#lp-event {
	/* background-color: #574747; */
	color: #4f3e3d;
}
.lp-event__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.lp-event__list >li {
    max-width: 372px;
    width: 40%;
    margin: 0 5%;
}

.lp-event__list >li .title-wrap {
    position: relative;
		margin-bottom: 10px;
    border: solid 3px #aea29a;
} 
.lp-event__list > li .title-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #4f3e3d;
	opacity: 0.5;
}
.lp-event__list >li .title-wrap .title {
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.lp-event__list >li .title-wrap .title h3 {
	font-size: 26px;
	font-weight: 500;
	margin-bottom:20px;
	color: #ffffff;
}
.lp-event__list >li .title-wrap .title .lp-arrow {
    display: block;
    width: 100px;
    height: 2px;
	margin: auto;
    background: #fff;
    position: relative;
}
.lp-event__list >li .title-wrap .title .lp-arrow:after {
	content: '';
	display:block;
	width: 6px;
	height: 6px;
	border-top:solid 2px #fff;
	border-right:solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	right:0;
	top: -3px;
}
.lp-event__list >li .desc:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent var(--base-color4);
}

/* lp-childcare */
#lp-childcare {
	text-align:center;
	/* background-image: url("../img/lp/childcare_bg.jpg"); */
	background-color: #fbf8f2;
	color: #574747;
	padding: 60px 0;
}
.lp-childcare__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.lp-childcare__list > li {
    width: 350px;
    height: 0;
    padding-top: 350px;
    margin: 0 5%;
    position: relative;
    background: #aea29a;
    border: solid 3px;
}
.lp-childcare__list > li a {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background: url("../img/lp/out_link.png") no-repeat right 10px bottom 10px;
    background-size: 20px;
    text-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}
.lp-childcare__list > li a .box {
    width: 100%;
}
.lp-childcare__list > li a .box p {
    min-height: 100px;
    line-height: 3;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* lp-benefits */
#lp-benefits {
	text-align:center;
	background-color: #574747;
	color: #fff;
}


/* lp-venue */
#lp-venue {
	text-align:center;
	background-image: url("../img/lp/venue_bg.jpg");
	color: #fff;
}


/* lp-staff */
#lp-staff {
	text-align:center;
	background-color: #aea29a;
}


/* lp-faq */
#lp-faq {
	background-color: var(--base-color7);
}


/* lp-contact */
#lp-contact {
}

.slide-info{
	padding: 10px;
}

.slide-info .title{
	font-size: var(--base-fontL-size);
    font-weight: 500;
    margin-top: 20px;
}

.slide-info .desc{
	margin-top: 10px;
}

.mwform-checkbox-field label, .mwform-radio-field label {
	font-size: 16px;
}
.lp-reserve--status {
	margin-bottom: 40px;
}
.lp-reserve--status_table {
	width: 100%;
	overflow-x: scroll;
}
.lp-reserve--status_table::-webkit-scrollbar{
  display: none;
}
.table-status {
	width: 100%;
	max-width: 800px;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: solid 1px var(--base-color6);
	margin: 0 auto;
}
.table-status th {
	padding: 10px;
	background: var(--base-color7);
	border-bottom: solid 1px var(--base-color6);
}
.table-status td {
	padding: 10px;
	border-bottom: solid 1px var(--base-color6);
}
@media (max-width: 815px) {
	.table-status {
		font-size: 12px;
	}
	.table-status th {
		font-size: 10px;
	}
	.table-status th,
	.table-status td {
		padding: 2px;
	}
}

@media (max-width: 815px) {
	.contact-form input,
	.contact-form textarea,
	.contact-form select {
		width: 100%;
		max-width: 100%;
	}
}

/* childcare */
.childcareimage {
	width: 400px;
	margin-bottom: 24px;
}


@media (max-width: 815px) {

	.text-s {
		font-size: 11px;
	}
	.lp-catch {
		margin-bottom: 40px;
	}
	.lp-catch__title {
		margin-top: 20px;
	}
	.lp-tel a {
		display: block;
		padding: 10px 0 5px;
	}
	#lp-fv {
		/* padding-top: 50px; */
	}
	.lp-fv__in {
		max-width: 80%;
		padding: 20px 20px 30%;
	}
	.lp-fv__in h1 {
		font-size: 18px;
	}
	.lp-fv__in .area {
		font-size: 14px;
		margin-top: 20px;
	}
	.lp-fv__in .date {
		font-size: 16px;
		margin-top: 20px;
	}
	.lp-fv__in .img {
		bottom: -15%;
	}
	.lp-fv__in .img img {
		max-width: 60%;
	}
	
	/* lp-date-place */
	.lp-date-place__in {
		padding: 40px 20px;
	}
	.lp-date-place__in .text01 {
		font-size: 18px;
	}
	.lp-date-place__in .text02 {
		font-size: 15px;
		margin-top: 30px;
	}
	
	/* lp-want */
	.lp-want__in {
		display: block;
	}
	.lp-want__in .info {
		width: 100%;
		white-space: normal;
		margin-bottom: 30px;
	}
	.lp-want__list > li {
		font-size: 18px;
	}
	.lp-want__in .img {
		width: 100%;
		text-align: center;
	}

	.lp-want__info {
		padding: 50px;
		margin-top: 60px;
	}
	.lp-want__info-illust {
		margin-top: 30px;
	}
	/* lp-concept */
	.lp-concept__in {
		display: block;
	}
	.lp-concept__in .info {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.lp-concept__in .info .detail {
		margin-top: 50px;
	}
	.lp-concept__in .img {
		width: 100%;
		text-align: center;
	}
	.lp-concept__in .img img {
		max-width: 100%;
	}
	.lp-concept__slide {
		margin-top: 100px;
	}
	.lp-concept__slide .swiper-button-next,
	.lp-concept__slide .swiper-button-prev {
		width: 40px;
		height: 40px;
		top: 65%;
	}
	.lp-concept__slide .swiper-button-prev {
		left: -15px;
	}
	.lp-concept__slide .swiper-button-next {
		right: -15px;
	}
	.lp-concept__slide .swiper-button-prev:after,
	.lp-concept__slide .swiper-button-next:after {
		font-size: 20px;
	}
	.lp-concept__slide .slider-thumbnail-wrap .swiper-button-prev,
	.lp-concept__slide .slider-thumbnail-wrap .swiper-button-next {
		display:none;
	}
	
	/* lp-highlights */
	#lp-highlights {
		padding-top: 120px;
	}
	#lp-highlights .lp-catch {
		margin-bottom: 120px;
	}
	.lp-highlights__list > li {
		display: block;
	}
	.lp-highlights__list > li .info {
		width: 100%;
		padding-right: 0;
		margin-bottom: 50px;
	}
	.lp-highlights__list > li .info .title {
		margin-top: 30px;
	}
	.lp-highlights__list > li .info .desc {
		margin-top: 50px;
	}
	.lp-highlights__list > li .img {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.lp-highlights__list > li .img img {
		max-width: 100%;
	}

	.nursery-bnr {
		margin-top: 100px;
		display: block;
	}
	.nursery-bnr .info {
		width: 100%;
	}
	.nursery-bnr .img {
		width: 100%;
		height: 200px;
	}

	.lp-event__list {
		justify-content: space-between;
	}
	.lp-event__list >li {
		max-width: 100%;
		width: 48%;
		margin: 0;
	}
	.lp-event__list >li .title-wrap .title h3 {
		font-size: 15px;
	}
	.lp-event__list >li .desc {
		font-size: 12px;
	}

	.lp-childcare__list {
		justify-content: space-between;
	}
	.lp-childcare__list > li {
		width: 48%;
		padding-top: 48%;
		margin: 0;
		border: solid 2px;
	}
	.lp-childcare__list > li a .box p {
		font-size: 12px;
		line-height: 2;
		margin-bottom: 0px;
	}
	.lp-childcare__list > li .icon img {
		width: auto;
		height: 30px;
	}

	.slide-info .title{
		margin-top: 10px;

	}


}

/* add */
.contact-tel {
	padding: 24px 16px;
}
.lp-tokuten {
	background-color: #ffffff;
	position: relative;
	width: fit-content;
	margin: 0 auto 40px auto;
	padding: 24px;
	border-radius: 8px;
}
.lp-tokuten .title {
	width: fit-content;
	border: 1px solid #4f3e3d;
	padding: 4px 16px;
	margin-bottom: 16px;
	border-radius: 8px;
}
.lp-tokuten ul {
	margin-left: 24px;
}
.lp-tokuten ul li {
	list-style: disc;
	margin-bottom: 8px;
}