@charset "UTF-8";

/* -------------------------- */
/*           Camp us          */
/* -------------------------- */

/*header*/
@media screen and (max-width: 768px) {
	.m-header-campus__nav-link{
		font-size: 22px;
	}
	.reserve-link .m-header-campus__nav-link{
		line-height: 22px;
	}
	.reserve-link a span{
		font-size: 14px;
		font-weight: 400;
	}
}
@media screen and (min-width: 769px) {
	.m-header-campus .m-header-campus__logo{
		padding: 15px 0;
	}
	.reserve-link{
		margin-left: 15px;
	}
	.reserve-link a{
		text-align: center;
		line-height: 15px;
	}
	.reserve-link a span{
		font-size: 10px;
	}
}


@media screen and (min-width: 769px){
	.reserve-link a{
		border: 1px solid #000;
		padding: 6px 30px;
	}
}
.m-footer-campus__suggestion,
.m-contact-main__suggestion{
	text-align: center;
	padding-bottom: 20px;
}
.m-contact-main__suggestion{
	margin-top: 30px;
}
.m-footer-campus__suggestion p{
	font-size: 13px;
}
.m-contact-main__suggestion p{
	font-size: 14px;
}
.m-footer-campus__suggestion .m-footer-campus__text--en{
	margin-top: 35px;
}
.m-footer-campus__suggestion .m-footer-campus__conditions,
.m-contact-main__suggestion .m-contact-main__conditions{
	margin-top: 10px;
	position: relative;
	padding-top: 20px;
}
.m-footer-campus__suggestion .m-footer-campus__conditions::before,
.m-contact-main__suggestion .m-contact-main__conditions::before{
	content: "";
	width: 1px;
	height: 15px;
	background-color: #999;
	position: absolute;
	left: 50%;
	top:0;
}

@media screen and (min-width: 769px){
	.m-footer-campus__suggestion p{
		font-size: 14px;
	}
	.m-contact-main__suggestion p{
		font-size: 15px;
	}
}

.address{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 30px;
	position: relative;
}
.address::before{
	content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 100vw;
    z-index: 2;
    background-color: #dcdccc;
    top: 0;
}
.address:after {
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 100vw;
    z-index: 2;
    top: 1px;
    background-color: #fff;
}
.address img{
	width: 100px;
	height: auto;
}
.address p{
	font-size: 13px;
	margin-top: 10px;
}
@media screen and (min-width: 769px){
	.address img{
		width: 80px;
	}
	.address p{
		font-size: 12px;
	}
}


.m-footer{
	position: relative;
}
.m-footer .japantravel{
	position: absolute;
	right: 0;
	top: 344px;
}
.page-template-page-en .m-footer .japantravel{
	top: 190px;
}
.m-footer .japantravel a{
	display: flex;
	border: 1px solid #d1d2c2;
	padding: 10px;
	color: #000;
	text-decoration: none;
	align-items: center;
}
.m-footer .japantravel figure{
	width: 130px;
	margin-right: 10px;
	padding-top: 2px;
	margin-bottom: 0;
}
.m-footer .japantravel a p{
	font-size: 12px;
	line-height:  18px;
}

.m-footer .ametsuchi{
	position: absolute;
	right: 0;
	top: 250px;
}
.m-footer .ametsuchi a{
	display: flex;
	border: 1px solid #d1d2c2;
	padding: 10px 27px 10px 22px;
	color: #000;
	text-decoration: none;
	align-items: center;
}
.m-footer .ametsuchi figure{
	width: 110px;
	padding: 0 15px 0 5px;
	margin-right: 5px;
}
.m-footer .ametsuchi a dt{
	font-size: 13px;
	line-height: 19px;
}
.m-footer .ametsuchi a dd{
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #a78053;
	margin-top: 3px;
}
@media screen and (max-width: 768px){
	.m-footer .japantravel{
		position: relative;
		right: auto;
		top: auto;
	}
	.page-template-page-en .m-footer .japantravel{
		top: auto;
	}
	.m-footer .japantravel a{
		width: 280px;
		margin: 40px auto 0;
		justify-content: center;
	}
	.m-footer .japantravel figure{
		width: 90px;
		margin-right: 5px;
	}
	.m-footer .japantravel a p{
		font-size: 11px;
		line-height: 16px;
	}
	.m-footer .ametsuchi{
		position: relative;
		right: auto;
		top: auto;
	}
	.m-footer .ametsuchi a{
		width: 280px;
		margin: 20px auto 0;
		display: block;
		padding: 10px;
	}
	.m-footer .ametsuchi figure{
		width: 100px;
		padding: 0;
		margin: 0 auto 10px;
	}
	.m-footer .ametsuchi a h3{
		margin-bottom: 4px;
	}
}


@media screen and (min-width: 769px){
	.m-footer .m-footer__img {
	    width: 50%;
	}
}


.campus .access_map{
	margin-bottom: 30px;
}
.access_map{
	z-index: 2;
	text-align: center;
	margin: 30px auto 0;
	position: relative;
	max-width: 720px;
}
.access_map .vis_sp{
	display: none;
}

@media screen and (max-width: 768px){
	.access_map{
		width: 100%;
		padding: 0 40px;
	}
}
@media screen and (max-width: 500px){
	.access_map{
		width: 100%;
		padding: 0 30px;
	}
	.access_map .vis_pc{
		display: none;
	}
	.access_map .vis_sp{
		display: block;
	}
}

/*stay*/
.m-campus-stay{
	background-color: #fff;
	padding: 60px 0;
}
.m-campus-stay .m-campus-about__text{
	font-size: 14px;
	line-height: 30px;
}
.m-campus-stay .m-campus-about__en{
	font-size: 14px;
	line-height: 22px;
	margin-top: 15px;
}
.m-campus-stay .recommended-col{
	text-align: center;
	margin-top: 30px;
}
.m-campus-stay .recommended-head{
	display: inline-block;
	margin: 0 auto 30px;
	border-bottom: 4px solid #179659;
	padding-bottom: 10px;
	text-align: center;
}
.m-campus-stay .recommended-head h3{
	font-size: 18px;
}
.m-campus-stay .recommended-head .m-campus-about__en{
	font-size: 13px;
	line-height: 1;
	margin-top: 5px;
}
.m-campus-stay .btn-reserve{
 	background-color: #179659;
 	color: #fff;
 	text-align: center;
 	max-width: 400px;
 	width: 100%;
 	margin: 50px auto 0;
 	padding: 24px 0;
 	display: block;
 	text-decoration: none;
 	border-radius: 5px;
 	font-family: Roboto,sans-serif;
 	transition: .3s;
 }
 .m-campus-stay .btn-reserve:hover{
 	opacity: .6;
 }
@media screen and (min-width: 500px) {
	.m-campus-stay{
		text-align: center;
	}
}
@media screen and (min-width: 769px) {
	.m-campus-stay{
		padding: 100px 0;
		text-align: center;
	}
    .m-campus-stay .m-campus-about__en {
        margin-top: 20px;
    }
    .m-campus-stay .recommended-col{
    	margin-top: 50px;
    }
    .m-campus-stay .recommended-head h3{
    	font-size: 20px;
    }
    .m-campus-stay .recommended-head .m-campus-about__en{
    	font-size: 14px;
    }
    .m-campus-stay .recommended-col .m-campus-about__text{
    	position: relative;
    	padding-bottom: 30px;
    	margin-bottom: 30px;
    }
    .m-campus-stay .recommended-col .m-campus-about__text::after{
    	content: "";
    	width: 30px;
    	height: 1px;
    	background-color: #d3d3d3;
    	display: block;
    	position: absolute;
    	left: 50%;
    	bottom: 0;
    	margin-left: -15px;
    }
}



/*reserve*/
.text-required{
	font-size: 13px;
	text-align: right;
	color: #e06969;
	margin-bottom: 5px;
}
.form-reserve .m-list-form__title label strong{
	background-color: transparent;
	color: #e06969;
	padding: 0;
}
.m-contact-main .m-contact-main__text{
	margin-bottom: 20px;
}
.m-contact-main__en{
	font-family: Roboto, sans-serif;
	font-size: 15px;
	line-height: 30px;
	text-align: left!important;
}
.m-contact-main__en br{
	display: none;
}
.m-list-form__content.reserve-check{
	background-color: #fff;
	padding: 15px 15px 5px 15px;
	border-radius: 10px;
}
.m-list-form__content.reserve-check label{
	font-size: 13px;
}
.mwform-checkbox-field-text{
	display: inline-block;
}
.m-list-form__content .input-short input,
.m-list-form__content .input-short select{
	width: 40%;
	margin-right: 10px;
}
.m-list-form__content .input-short span{
 	margin-right: 10px;
}
.m-list-form__content .input-short select{
 	background-color: #fff;
 	padding: 15px 12px;
}
.m-list-form__content p{
	font-size: 12px;
	margin-top: 5px;
}
@media screen and (min-width: 769px) {
	.m-contact-main__en{
		text-align: center!important;
	}
	.m-contact-main__en br{
		display: block;
	}
	.m-list-form__content.reserve-check{
		padding: 20px 20px 10px 20px;
		margin-top: 10px;
	}
    .m-list-form__item.list-w100 {
        display: block;
        margin-bottom: 30px;
    }
    .list-w100 .m-list-form__title {
        width: 100%;
    }
    .list-w100 .m-list-form__content {
        width: 100%;
        margin-top: 10px;
    }
    .m-list-form__content.reserve-check label{
		font-size: 14px;
	}
    .m-list-form__content .input-short input,
    .m-list-form__content .input-short select{
    	width: 30%;
    }
    .m-list-form__content .input-short select{
     	padding: 30px 25px;
    }
    .m-list-form__content p{
    	font-size: 14px;
    	margin-top: 10px;
    }
}


@charset "UTF-8";

/*20250311追記*/
.m-campus-kv__sub{
	position: absolute;
	left:25px;
	bottom: 25px;
	background-color: #000;
	padding: 7px 10px 6px;
	text-align: center;
	color: #fff;
	width: calc(100% - 50px);
}
.m-campus-kv__sub dt{
	border-bottom: 1px solid #666;
	padding-bottom: 6px;
	margin-bottom: 5px;
	font-size: 13px;
}
.m-campus-kv__sub dd{
	font-size: 11px;
	font-family: Roboto,sans-serif;
	letter-spacing: 0.05rem;
}
.m-campus-mess__title{
	margin-bottom: 30px;
}
.m-campus-mess__title dt img{
	max-width: 300px;
}
.m-campus-mess__title dd{
	font-family: Roboto,sans-serif;
	margin-top: 5px;
	font-size: 13px;
}
.m-campus-room__item{
	align-items: flex-start;
}
.m-campus-room__img{
	margin-bottom: 5px;
}
.m-campus-room__name span{
	font-size: 13px;
	font-weight: 400;
}
.m-campus-room__kome{
	font-size: 13px;
}
.m-campus-room__kome--en{
	font-family: Roboto,sans-serif;
	padding-left: 1.5rem;
}
.page-template-page-campus-test .m-footer{
	padding-top: 0;
}
.m-campus-gallery__text p{
	font-size: 14px;
	line-height: 23px;
}
.m-campus-gallery__text--01{
	width: 55%;
	margin-top: 0;
	margin-right: -10px;
}
.m-campus-gallery__text--02{
	width: 52%;
	margin-top: 15vw;
}
.m-campus-gallery__text--03{
	width: 52%;
	margin-left: 0;
	margin-top: 10vw;
}
.m-campus-gallery__text--04{
	width: 48%;
	margin-top: 40vw;
}
.m-campus-gallery__text--05{
	width: 42%;
	margin-top: 8vw;
	margin-left: -5px;
}
.m-campus-gallery__text--06{
	width: 50%;
	margin-top: 9vw;
	margin-right: 0;
}


.m-campus-gallery__img--02{
	margin-top: -20px;
	margin-right: -25px;
}
.m-campus-gallery__img--03{
	position: relative;
	left: 0;
	top: 0;
	margin-left: 35px;
	margin-top: 70px;
}
.m-campus-gallery__img--04{
	margin-top: -20px;
}
.m-campus-gallery__img--05{
	margin-left: 0;
	margin-top: 80px;
	width: 35%;
}
.m-campus-gallery__img--07{
	left: 0;
	margin-top: -30px;
	margin-right: -25px;
}

.m-campus-gallery__img--10{
	width: 52%;
	margin-top: 40px;
	margin-left: -25px;
}
.m-campus-gallery__img--11{
	width: 48%;
	margin-right: -25px;
	margin-top: 40px;
}
.m-campus-gallery__img--12{
	width: 58%;
	position: absolute;
	left: 10%;
	top: 48.5%;
}
.m-campus-gallery__img--13{
	width: 45%;
	margin-left: 0;
	margin-top: 210px;
}
.m-campus-gallery__img--14{
	width: 45%;
	margin-left: 0;
	margin-top: 60px;
}
.m-campus-gallery__img--15{
	width: 45%;
	margin-right: -25px;
	margin-top: -20px;
}
.m-campus-gallery__img--16{
	width: 60%;
	margin-left: -25px;
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
	.m-campus-gallery__img--01{
		width: 50%;
	}
	.m-campus-gallery__img--02{
		width: 45%;
	}
	.m-campus-gallery__img--07{
		width: 63%;
	}
}
@media screen and (min-width: 400px) {
	.m-campus-gallery__text--01{
		width: 50%;
	}
	.m-campus-gallery__text--02{
		width: 45%;
	}
	.m-campus-gallery__text--06{
		width: 45%;
	}
}
@media screen and (min-width: 600px) {
	.m-campus-kv__sub dt{
		font-size: 14px;
	}
	.m-campus-kv__sub dd{
		font-size: 12px;
		padding: 0 10px;
	}
}
@media screen and (min-width: 769px) {
	.m-campus-kv__sub{
		left: 10%;
		bottom: 10%;
		width: auto;
	}
	.m-campus-mess{
		position: relative;
	}
	.m-campus-mess__title{
		position: absolute;
		right: 0;
		top: 140px;
		margin-bottom: 0;
	}
	.m-campus-mess__title dt{
		text-align: right;
	}
	.m-campus-mess__title dt img{
		max-width: 410px;
	}
	.m-campus-mess__title dd{
		font-size: 15px;
		text-align: right;
	}
	.m-campus-mess__content{
		transform: translateY(-140px);
	}
	.m-campus-mess__imgBox{
		margin-top: 60px;
	}
	.m-campus-room__list{
		align-items: flex-start;
	}
	.m-campus-room__img{
		margin-bottom: 0;
	}
	.m-campus-room__name span{
		font-size: 14px;
	}
	.m-campus-room__kome{
		font-size: 14px;
		margin-top: 0;
	}

	.m-campus-gallery__img--10{
		width: 48%;
		margin-top: 50px;
		margin-left: 50px;
	}
	.m-campus-gallery__img--11{
		width: 35%;
		margin-right: 80px;
		margin-top: 40px;
	}
	.m-campus-gallery__img--12{
		width: 48%;
		left: 16%;
		top: 47%;
	}
	.m-campus-gallery__img--13{
		width: 40%;
		margin-left: 50px;
		margin-top: 300px;
	}
	.m-campus-gallery__img--14{
		width: 40%;
		margin-left: 60px;
		margin-top: 60px;
	}
	.m-campus-gallery__img--15{
		width: 33%;
		margin-right: 60px;
		margin-top: -20px;
	}
	.m-campus-gallery__img--16{
		width: 48%;
		margin-left: 30px;
		margin-top: 80px;
	}

	.m-campus-gallery__img--02{
		margin-top: -30px;
		margin-right: 50px;
	}
	.m-campus-gallery__img--03{
		margin-left: 185px;
		margin-top: 80px;
	}
	.m-campus-gallery__img--04{
		margin-top: -30px;
	}
	.m-campus-gallery__img--05{
		margin-left: 50px;
		margin-top: 80px;
		width: 30%;
	}
	.m-campus-gallery__img--07{
		left: 0;
		margin-top: -20px;
		margin-right: 0;
	}

	.m-campus-gallery__text p{
		font-size: 18px;
		line-height: 32px;
		text-align: left;
	}
	.m-campus-gallery__text--01{
		width: 35%;
		margin-top: 10%;
	}
	.m-campus-gallery__text--02{
		width: 35%;
		margin-top: 120px;
	}
	.m-campus-gallery__text--03{
		width: 30%;
		margin-left: 120px;
		margin-top: 40px;
	}
	.m-campus-gallery__text--04{
		width: 33%;
		margin-top: 270px;
	}
	.m-campus-gallery__text--05{
		width: 25%;
		margin-top: 10%;
		margin-left: 100px;
	}
	.m-campus-gallery__text--06{
		width: 30%;
		margin-top: 70px;
		margin-right: 70px;
	}
}
@media screen and (min-width: 992px) {
	.m-campus-gallery__img--10{
		width: 48%;
		margin-top: 50px;
		margin-left: 140px;
	}
	.m-campus-gallery__img--11{
		width: 30%;
		margin-right: 160px;
		margin-top: 30px;
	}
	.m-campus-gallery__img--12{
		width: 48%;
		left: 16%;
		top: 47.5%;
	}
	.m-campus-gallery__img--13{
		width: 40%;
		margin-left: 100px;
		margin-top: 430px;
	}
	.m-campus-gallery__img--14{
		width: 40%;
		margin-left: 180px;
		margin-top: 60px;
	}
	.m-campus-gallery__img--15{
		width: 30%;
		margin-right: 90px;
		margin-top: -80px;
	}
	.m-campus-gallery__img--16{
		width: 48%;
		margin-left: 120px;
		margin-top: 80px;
	}

	.m-campus-gallery__img--02{
		margin-top: -60px;
		margin-right: 120px;
	}
	.m-campus-gallery__img--03{
		margin-left: 285px;
		margin-top: 80px;
	}
	.m-campus-gallery__img--04{
		margin-top: -30px;
	}
	.m-campus-gallery__img--05{
		margin-left: 150px;
		margin-top: 80px;
		width: 30%;
	}
	.m-campus-gallery__img--07{
		left: 0;
		margin-top: -50px;
		margin-right: 80px;
	}

	.m-campus-gallery__text p{
		font-size: 18px;
		line-height: 32px;
		letter-spacing: 0.15rem;
	}
	.m-campus-gallery__text--01{
		width: 35%;
		margin-top: 110px;
	}
	.m-campus-gallery__text--02{
		width: 30%;
		margin-top: 180px;
	}
	.m-campus-gallery__text--03{
		width: 30%;
		margin-left: 240px;
		margin-top: 70px;
	}
	.m-campus-gallery__text--04{
		width: 43%;
		margin-top: 500px;
	}
	.m-campus-gallery__text--05{
		width: 25%;
		margin-top: 140px;
		margin-left: 210px;
	}
	.m-campus-gallery__text--06{
		width: 30%;
		margin-top: 120px;
		margin-right: 50px;
	}
}


/*footer*/
.m-campus-price {
	margin-top: 50px;
	overflow-x: scroll;
}
.m-campus-price table{
	min-width: 990px;
	width: 100%;
}
.m-campus-price th{
	background-color: #169659;
	color: #fff;
	font-weight: 400;
	padding: 10px 0;
	font-size: 13px;
	line-height: 20px;
	width: 10.5%;
}
.m-campus-price th:first-of-type{
	width: 26.5%;
}
.m-campus-price th span,
.m-campus-price td span{
	margin-top: 10px;
	display: block;
}
.m-campus-price th small,
.m-campus-price td small{
	font-size: 11px;
}
.m-campus-price td{
	background-color: #f7f5e6;
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
}
.m-campus-price__text{
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	margin-top: 10px;
}
.m-campus-policy{
	margin-top: 60px;
	border-top: 4px solid #169659;
	border-bottom: 4px solid #169659;
}
.m-campus-policy h3{
	font-size: 15px;
	font-weight: 400;
	width: 220px;
	text-align: center;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: -27px;
	padding: 0 15px;
	transform: translateY(0%) translateX(-50%);
	-webkit- transform: translateY(0%) translateX(-50%);
}
.m-campus-policy h3 span{
	font-size: 13px;
}
.m-campus-policy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	padding: 20px 0;
}
.m-campus-policy li{
	width: 50%;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	padding: 15px;
}

.m-campus-policy li:nth-child(1),
.m-campus-policy li:nth-child(3){
	border-right: 1px solid #e9e9e9;
}
.m-campus-policy .m-campus-policy__en{
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}
.address::before,
.address::after{
	display: none;
}
.m-campus-contactbtn{
	margin-top: 70px;
}
.m-campus-contact__col{
	text-align: center;
}
.m-campus-contact__head{
	display: inline-block;
	margin: 0 auto;
	border-bottom: 4px solid #179659;
	padding-bottom: 10px;
}
.m-campus-contact__head h3{
	font-weight: 700;
	font-size: 15px;
}
.m-campus-contact__head span{
	font-family: Roboto,sans-serif;
	font-size: 13px;
}
.m-campus-contact__col p{
	font-size: 13px;
	margin-top: 10px;
}
.m-campus-stay .btn-reserve{
	margin-top: 25px;
}
.m-footer__otherLink a{
	/* text-decoration: none;
	color: #000;
	width: 40%!important;
	margin: 0 15px 30px; */
}
.m-footer__otherLink a p{
	font-size: 12px;
	color: #000;
	margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
	.m-campus-stay .m-campus-about__text br{
		display: none;
	}
	.m-campus-contact__col{
		margin-bottom: 40px;
	}
	.m-campus-contact__col:last-of-type{
		margin-bottom: 0;
	}
	.m-campus-policy li:nth-child(1),
	.m-campus-policy li:nth-child(2){
		border-bottom: 1px solid #e9e9e9;
	}
}
@media screen and (min-width: 769px) {
	.m-campus-price th{
		padding: 20px 0;
		font-size: 14px;
	}
	.m-campus-price__text{
		font-size: 14px;
		line-height: 26px;
	}
	.m-campus-policy h3{
		font-size: 16px;
		padding: 0 30px;
		width: auto;
	}
	.m-campus-policy h3 span{
		font-size: 14px;
	}
	.m-campus-policy ul{
		padding: 35px 0;
		align-items: center;
	}
	.m-campus-policy li{
		width: 25%;
		border-right: 1px solid #e9e9e9;
		border-bottom: none;
		font-size: 15px;
		line-height: 26px;
		padding: 0 15px;
	}
	.m-campus-policy li:last-child{
		border: none;
	}
	.m-campus-policy .m-campus-policy__en{
		font-size: 14px;
		line-height: 22px;
		margin-top: 15px;
	}
	.m-campus-contactbtn{
		display: flex;
		justify-content: center;
		margin-top: 100px;
		flex-wrap: wrap;
	}
	.m-campus-contact__col{
		width: 46%;
		margin: 0 2%;
	}
	.m-campus-contact__line{
		margin: 0 40px 50px;
	}
	.m-campus-contact__head h3{
		font-size: 16px;
	}
	.m-campus-contact__head span{
		font-size: 14px;
	}
	.m-campus-contact__col p{
		font-size: 13px;
	}

	.m-footer__otherLink a{
		width: 14%!important;
	}
	.m-footer__otherLink a img {
        max-width: 150px;
    }
}
@media screen and (min-width: 991px) {
	.m-campus-contactbtn{
		justify-content: space-between;
	}
	.m-campus-contact__col{
		width: 31%;
		margin: 0;
	}
	.m-campus-contact__line{
		margin: 0;
	}
}


/*RESERVE*/
.smf-item__label {
    position: relative;
}
.smf-item:has([data-validations~="required"]) .smf-item__label__text::after {
	content: "必須";
	display: inline-block;
	padding: 4px 6px 5px;
	color: #fff;
	background-color: #e06969;
	font-size: 11px;
	font-weight: normal;
	line-height: 1;
	margin-left: 1em;
	border-radius: 4px;
}
.campus-reserve .smf-item__label__text{
	font-size: 14px;
	font-weight: bold;
}
.campus-reserve input[type=text],
.campus-reserve input[type=email],
.campus-reserve input[type=url],
.campus-reserve input[type=tel]{
	width: 100%;
	padding: 30px 20px!important;
	border:none!important;
}
.campus-reserve input[type=date]{
	width: 100%;
	padding: 25px 20px!important;
	border:none!important;
	font-size: 14px;
}
.campus-reserve textarea,
.campus-reserve select{
	border: none!important;
	padding: 30px 20px!important;
}
.smf-form .guests-col .smf-select-control{
	width: 200px;
}
.smf-form .guests-col select{
	width: 100%;
}
.smf-form .smf-select-control__toggle:before{
	right: 15px!important;
}
.campus-reserve .smf-item{
	padding: 30px 0!important;
	align-items: center;
	border-bottom: 1px solid #ddd;
}
.campus-reserve .smf-item.room{
	padding-bottom: 50px!important;
}
.campus-reserve .smf-item.sns-input input:first-of-type{
	margin-bottom: 10px;
}
.campus-reserve .smf-item__col--controls p{
	font-size: 14px;
	margin: 10px 0 5px;
}
.campus-reserve .smf-item.w-holizontal{
	display: block;
}
.campus-reserve .smf-item.w-holizontal .smf-item__col--label,
.campus-reserve .smf-item.w-holizontal .smf-item__col--controls{
	max-width: 100%!important;
}
.campus-reserve .smf-item.w-holizontal .smf-item__col--label{
	margin-bottom: 10px;
}
.campus-reserve .stay-input .smf-item__controls{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.campus-reserve .stay-input .smf-item__controls>div{
	width: 40%;
}
.campus-reserve .stay-input .smf-item__controls .smf-select-control{
	width: 100%;
}
.campus-reserve .stay-input .smf-item__controls select{
	width: 100%;
	font-size: 14px;
}
.campus-reserve .stay-input .stay-text{
	width: 10%;
	padding-left: 10px;
}
.campus-reserve .room .smf-radio-buttons-control__control{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.campus-reserve .room .smf-label{
	width: 32%;
}
.campus-reserve .room .smf-label:nth-child(1)::before{
	content: "";
    display: inline-block;
    width: 100%;
    height: 180px;
    background-image: url('../img/campus/room-reserve01.jpg');
    background-position: center;
    background-size: contain;
}
.campus-reserve .room .smf-label:nth-child(2)::before{
	content: "";
    display: inline-block;
    width: 100%;
    height: 180px;
    background-image: url('../img/campus/room-reserve02.jpg');
    background-position: center;
    background-size: contain;
}
.campus-reserve .room .smf-label:nth-child(3)::before{
	content: "";
    display: inline-block;
    width: 100%;
    height: 180px;
    background-image: url('../img/campus/room-reserve03.jpg');
    background-position: center;
    background-size: contain;
}
.campus-reserve .room .smf-radio-button-control{
	font-size: 14px;
}
.campus-reserve .smf-button-control__control{
	max-width: 350px;
	width: 100%;
	border: none!important;
	background-color: #179659!important;
	color: #fff!important;
	background-image: none!important;
	padding: 25px 0!important;
	font-size: 16px;
	margin-top: 30px!important;
}


[data-screen="confirm"] .smf-placeholder{
	background-color: #efefef;
	padding: 20px;
}
.smf-complete-content{
	text-align: center;
}
.smf-complete-content p{
	line-height: 30px;
}

.campus-reserve .stay-input .stay-title{
	display: none;
}
.smf-form .smf-radio-button-control{
	display: block!important;
}
.smf-form .smf-radio-button-control input{
	margin: 0 auto;
	display: block!important;
}
.smf-radio-button-control__label{
	display: block;
	width: 100%;
	position: relative;
	margin-top: 5px;
	text-align: center;
}
.smf-radio-buttons-control__control .smf-label .smf-radio-button-control__label::after{
	display: block;
	position: absolute;
	left: 0;
	bottom: -20px;
	font-size: 13px;
	width: 100%;

}

.smf-radio-buttons-control__control .smf-label:nth-child(1) .smf-radio-button-control__label::after{
	content: "FAMILY ROOM (DORMITORY ROOM)";
}
.smf-radio-buttons-control__control .smf-label:nth-child(2) .smf-radio-button-control__label::after{
	content: "FRIENDS ROOM (DORMITORY ROOM)";
}
.smf-radio-buttons-control__control .smf-label:nth-child(3) .smf-radio-button-control__label::after{
	content: "PRIVATE ROOM";
}


.privacy-check .smf-item__label__text{
	position: absolute;
	left: 50%;
	top: -8px;
	transform: translateY(0%) translateX(-50%);
  	-webkit- transform: translateY(0%) translateX(-50%);
  	margin-left: -.5em;
}

.privacy-check .smf-checkbox-control__label{
	font-size: 13px;
	display: block;
	width: 100%;
	text-align: center;
}
.privacy-check .smf-checkboxes-control__control .smf-label{
	text-align: center;
	position: relative;
}
.privacy-check .smf-checkbox-control{
	display: block!important;
	text-align: center;
}
.privacy-check .smf-checkboxes-control__control .smf-label::before{
	content: "I have confirmed Mori-no-Kuni Valley Policy.";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -20px;
	font-size: 13px;
	transform: translateY(0%) translateX(-50%);
	-webkit- transform: translateY(0%) translateX(-50%);
	width: 100%;
	text-align: center;
}
.campus-reserve .smf-item.privacy-check{
	padding-bottom: 20px!important;
}


.accordion-003 {
    margin-bottom: 7px;
    background-color: #ebe9db;
    padding: 10px;
    margin-top: 40px;
    border-radius: 10px;
}

.accordion-003 summary {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 11px;
    line-height: 18px;
    width: 100%;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 2px solid #000000b3;
    border-right: 2px solid #000000b3;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003 .m-campus-policy {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    transition: transform .5s, opacity .5s;
    border: none;
    padding: 0;
    background-color: #fff;
    border-radius: 10px;
}
.accordion-003[open] .m-campus-policy {
    transform: none;
    opacity: 1;
}
.accordion-003 .m-campus-policy ul{
	margin-top: 15px;
	padding: 0;
}
.accordion-003 .m-campus-policy li{
	padding: 0 5px 5px 5px;
}
.accordion-003 .m-campus-policy p{
	font-size: 12px;
	line-height: 18px;
}
@media screen and (min-width: 769px) {
	.accordion-003 {
	    padding: 15px;
	}
	.accordion-003 summary{
		font-size: 13px;
	}
	.accordion-003 .m-campus-policy {
		padding: 0 5px;
	}
	.accordion-003 .m-campus-policy ul{
		padding: 20px 0;
	}
	.accordion-003 .m-campus-policy li{
		border-color: #ccc;
		padding: 15px;
	}
	.accordion-003 .m-campus-policy p{
		font-size: 13px;
		line-height: 20px;
	}
}


@media screen and (min-width: 768px) {
	.privacy-check .smf-checkboxes-control__control .smf-label::before{
		bottom: -23px;
		font-size: 14px;
	}
	.privacy-check .smf-checkbox-control__label{
		font-size: 14px;
	}
	.privacy-check .smf-item__label__text{
		margin-left: 0;
		top: -16px;
	}
}
@media screen and (max-width: 767px) {
	.campus-reserve .room .smf-label{
		width: 100%;
		margin-bottom: 50px;
		text-align: center;
	}
	.campus-reserve .room .smf-label:last-child{
		margin-bottom: 0;
	}
	.privacy-check .smf-checkboxes-control__control .smf-label{
		text-align: left;
	}
}
@media screen and (max-width: 639px) {
	.campus-reserve .smf-placeholder[data-name="stay-cal"] .smf-text-control{
		width: 100%!important;
	}
	.campus-reserve input[type=text],
	.campus-reserve input[type=email],
	.campus-reserve input[type=url],
	.campus-reserve input[type=tel]{
		padding: 20px 15px!important;
	}
	.campus-reserve input[type=date]{
		padding: 20px 15px!important;
		height: 55px;
		width: 250px!important;
	}
	.campus-reserve textarea,
	.campus-reserve select{
		padding: 20px 15px!important;
	}
	.campus-reserve .stay-input .smf-item__controls>div{
		width: 70%;
		margin-bottom: 20px;
	}
	.campus-reserve .stay-input .stay-text{
		width: 30%;
	}
	.campus-reserve .stay-input .stay-title{
		display: block;
		width: 100%;
	}
	.campus-reserve select.stay-num{
		width: 250px!important;
	}

	.campus-reserve .smf-button-control__control{
		font-size: 14px;
	}
	.smf-complete-content p{
		font-size: 14px;
		line-height: 28px;
	}
}

.page-template-page-campus-reserve .address,
.page-template-page-campus-contact .address{
	margin-top: 0;
}





/* -------------------------- */
/*         森の国 Valley       */
/* -------------------------- */

.linkcard{
	margin-bottom: 30px!important;
}
.lkc-external-wrap{
	max-width: 100%!important;
	border: none!important;
	background-color: #f2f2eb!important;
	padding: 15px!important;
}
.lkc-external-wrap a{
	margin-top: 0!important;
}
.lkc-external-wrap a::after{
	display: none!important;
}
.lkc-external-wrap .lkc-title-text{
	font-weight: normal!important;
	font-size: 15px!important;
}
.lkc-external-wrap .lkc-url{
	margin-top: 10px;
	font-size: 12px!important;
	color: #666!important;
}

@media screen and (max-width: 600px){
	.lkc-thumbnail{
		float: none!important;
		max-width: 300px!important;
		max-height: 100%!important;
		margin: 0 auto 10px!important;
	}
	.lkc-thumbnail-img{
		width: 100%!important;
		max-width: 300px!important;
		max-height: 100%!important;
	}
	.lkc-content{
		height: auto!important;
	}
	.lkc-external-wrap .lkc-title-text{
		font-size: 14px!important;
	}
}

@media screen and (min-width: 769px){
	.m-top-about__text {
	    font-size: 18px;
	    letter-spacing: .06rem;
	    line-height: 46px;
	}
}
.m-single-news__content a{
	display: inline;
}

.fix-btn{
	position: fixed;
	bottom: 30px;
	right: 40px;
	display: flex;
	justify-content: space-between;
	width: 400px;
	z-index: 500;
}
.fix-btn a{
	width: 49%;
	padding: 8px 15px;
	border: 1px solid #ddd;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	color: #000;
	z-index: 500;
	background-color: #fff;
	border-radius: 5px;
	transition: .3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_partner img{
	width: 40px;
	height: 40px;
	margin-right: 5px;
}
.btn_reserve:hover,
.btn_partner:hover{
	background-color: #179659;
	text-decoration: none;
	color: #fff;
	opacity: 1;
	border-color: #179659;
}
/*.btn_reserve.is-hidden{
	visibility: hidden;
 	opacity: 0;
}*/
.m-top-message .m-top-field__mainBtn{
	margin-top: 60px;
}
.m-top-will figure{
	max-width: 900px;
	margin: 0 auto;
}

.banner-impact{
	position: fixed;
	bottom: 100px;
	right: 40px;
	width: 240px;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	z-index: 500;
	background-color: #179659;
}
.banner-impact__inner{
	padding: 7px 0 7px 15px;
	transition: .3s;
	position: relative;
}
.banner-impact span{
	font-size: 13px;
	line-height: 1;
	font-family: Roboto, sans-serif;
}
.banner-impact p{
	font-size: 20px;
	line-height: 25px;
	font-family: Roboto, sans-serif;
	margin-top: -2px;
}
.banner-impact img{
	position: absolute;
	width: 76px;
	height: auto;
	right: 10px;
	bottom: 10px;
}
.banner-impact:hover{
	text-decoration: none;
	opacity: .8;
}
.fix-btn .dis-sp{
	display: none;
}
@media screen and (min-width: 769px){
	.m-top-mind__link:first-of-type{
		left: -40%;
	}
	.m-top-mind__link:nth-of-type(2){
		left: -52%;
		top: 37%;
	}
	.m-top-mind__link:nth-of-type(3){
		top: 65%;
		left: -15%;
	}
	.m-top-mind__link:nth-of-type(4){
		left: auto;
		right: -40%;
	}
	.m-top-mind__link:nth-of-type(5){
		top: 37%;
		left: auto;
		right: -52%;
	}
	
	.m-top-mind__link:nth-of-type(6){
		left: auto;
		top: 65%;
		right: -15%;
	}

}
@media screen and (min-width: 992px){
	.m-top-mind__link:first-of-type{
		left: -23%;
	}
	.m-top-mind__link:nth-of-type(2){
		left: -39%;
	}
	.m-top-mind__link:nth-of-type(3){
		left: 0%;
		top: 68%;
	}
	.m-top-mind__link:nth-of-type(4){
		right: -23%;
	}
	.m-top-mind__link:nth-of-type(5){
		right: -39%;
	}
	.m-top-mind__link:nth-of-type(6){
		right: 0;
		top: 68%;
	}
	.m-top-field__mainBtn{
		min-width: 400px;
	}
}
@media screen and (max-width: 991px){
	.banner-impact{
		bottom: 70px;
		right: 15px;
	}
	.fix-btn{
		bottom: 15px;
		right: 15px;
		width: 360px;
	}
	.fix-btn a{
		width: 48.5%;
		padding: 5px 0;
		font-size: 12px;
		line-height: 16px;
	}
	.btn_partner img{
		width: 34px;
		height: 34px;
	}
}
@media screen and (max-width: 767px){
	.fix-wrap{
		display: flex;
		justify-content: space-between;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 500;
	}
	.fix-btn{
		width: 60%;
		position: static;
		right: auto;
		bottom: auto;
		border-top: 1px solid #eee;
	}
	.fix-btn a{
		padding: 0;
		font-size: 12px;
		line-height: 16px;
		border: none;
		border-radius: 0;
	}
	.fix-btn .btn_reserve{
		width: 45%;
		border-right: 1px solid #eee;
		text-align: center;
	}
	.fix-btn .btn_partner{
		width: 55%;
	}
	.btn_partner img{
		width: 34px;
		height: 34px;
	}
	.banner-impact{
		position: static;
		bottom: auto;
		right: auto;
		width: 40%;
	}
	.banner-impact__inner{
		padding: 5px 0 5px 58px;
		transition: .3s;
		position: relative;
		width: 155px;
		margin: 0 auto;
	}
	.banner-impact span{
		font-size: 10px;
	}
	.banner-impact p{
		font-size: 14px;
		line-height: 18px;
	}
	.banner-impact img{
		width: 50px;
		right: auto;
		left: 0;
		bottom: 7px;
	}
	.m-fotoer__suncrea{
		padding-bottom: 120px;
	}
	.fix-btn .dis-sp{
		display: block;
	}
}
@media screen and (max-width: 375px){
	.fix-btn .btn_reserve{
		width: 42%;
	}
	.fix-btn .btn_partner{
		width: 58%;
	}
	.banner-impact{
		padding-left: 7px;
	}
	.banner-impact__inner{
		padding: 5px 0 5px 52px;
		width: 100%;
	}
	.banner-impact p{
		font-size: 13px;
		line-height: 17px;
	}
	.banner-impact img{
		width: 47px;
	}
}

/* .m-top-will{
	background-color: #fff;
	padding: 100px 0;
}
@media screen and (min-width: 769px) {
    .m-top-will {
        padding: 150px 0;
    }
    .m-top-will .m-heading {
        align-items: flex-start;
        display: flex;
        gap: 15px;
        justify-content: space-between;
    }
    .m-top-will .m-heading__secondary {
        margin-top: 0;
        width: 70%;
    }
    .m-top-will figure{
    	padding: 0 100px;
    }
} */

.m-top-stay{
	background-color: #fff;
	padding: 100px 0;
}
.m-top-stay.page-en{
	padding: 0 0 100px;
}

.m-hotel__col{
	position: relative;
	display: block;
	background-color: #f2f2eb;
	margin-top: 40px;
	text-decoration: none;
}
.m-hotel__col:hover{
	text-decoration: none;
}
.m-hotel__col .m-hotel__title{
	display: block;
	background-color: #179659;
	color: #fff;
	padding: 20px;
	text-decoration: none;
	border-radius: 10px 10px 0 0;
	font-size: 16px;
	position: relative;
}

.m-hotel__col .m-hotel__title:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 28px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translate(40%, -50%);
    transition: .3s;
    width: 28px;
}
.m-hotel__col .m-hotel__title:after {
    content: url(../img/common/slide-arrow.svg);
    display: block;
    margin: auto;
    position: absolute;
    right: 38px;
    top: 19px;
    width: 8px;
    z-index: 1;
}
.m-hotel__inner{
	padding: 15px;
}
.m-hotel__inner dl{
	border-bottom: 1px solid #d0d0be;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.m-hotel__inner dt{
	background-color: #d5d5bf;
	text-align: center;
	border-radius: 60px;
	padding: 5px 0;
	margin-bottom: 10px;
}
.m-hotel__inner dt span{
	width: 100%;
	text-align: center;
	line-height: 22px;
	color: #000;
}
.m-hotel__inner dt span br{
	display: none;
}
.m-hotel__inner li{
	font-size: 14px;
	margin-bottom: 5px;
	color: #000;
}
.m-hotel__inner figure{
	width: 160px;
	height: auto;
	margin: 0 auto 10px;
	height: 74px;
	display: flex;
	align-items: center;
}
.m-hotel__inner figure.logo-campus{
	width: 80px;
}
.m-hotel__inner .horizontal-img{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.m-hotel__inner .horizontal-img img{
	width: 48%;
}
@media screen and (min-width: 769px) {
    .m-top-stay {
        padding: 150px 0;
    }
    .m-top-stay.page-en{
		padding: 0 0 150px;
	}
    .m-top-stay .m-heading {
        align-items: flex-start;
        display: flex;
        gap: 15px;
        justify-content: space-between;
    }
    .m-top-stay .m-heading__secondary {
        margin-top: 0;
        width: 70%;
    }
    .m-hotel{
    	display: flex;
    	justify-content: space-between;
    }
    .m-hotel__col{
    	width: 49%;
    	margin-top: 0;
    }
    .m-hotel__inner{
    	padding: 20px;
    }
    .m-hotel__inner dl{
    	padding-bottom: 30px;
    	margin-bottom: 20px;
    }
    .m-hotel__inner figure{
    	width: 180px;
    	height: 84px;
    }
    .m-hotel__inner figure.logo-campus{
    	width: 100px;
    }
}
@media screen and (min-width: 992px) {
	.m-hotel__col{
    	width: 48%;
    }
    .m-hotel__col .m-hotel__title{
    	padding: 30px;
    	font-size: 20px;
    }
    .m-hotel__col .m-hotel__title:after {
	    top: 26px;
	}
	.m-hotel__inner{
    	padding: 30px;
    }
    .page-jp .m-hotel__inner dl{
    	display: flex;
    	justify-content: flex-start;
    	border-bottom: 1px solid #d0d0be;
    	padding-bottom: 30px;
    	margin-bottom: 20px;
    }
    .page-jp .m-hotel__inner dt{
    	width: 110px;
    	height: 110px;
    	background-color: #d5d5bf;
    	text-align: center;
    	border-radius: 110px;
    	display: flex;
    	align-items: center;
    	margin-bottom: 0;
    	padding: 0;
    }
    .page-jp .m-hotel__inner dt span{
    	width: 100%;
    	text-align: center;
    	line-height: 22px;
    }
    .page-jp .m-hotel__inner dt span br{
    	display: block;
    }
    .page-jp .m-hotel__inner dd{
    	padding-left: 20px;
    }
    .m-hotel__inner li{
    	font-size: 16px;
    }
    .m-hotel__inner figure{
    	width: 200px;
    	margin: 0 auto 20px;
    	height: 94px;
    }
    .m-hotel__inner figure.logo-campus{
    	width: 112px;
    }
    .m-hotel__inner .horizontal-img{
    	margin-top: 20px;
    }
}

.page-template-page-en .btn_reserve{
	display: none;
}
.m-news__recent-primary .c-link {
	text-decoration: none;
}

.m-single-projects__overview dd a{
	color: #000;
}
.m-single-projects__overview dd a:hover{
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.m-single-projects__overview dt,
	.m-single-projects__overview dd{
		font-size: 14px;
	}
	.m-single-projects__overview dd{
		padding-left: 15px;
	}
}
@media screen and (min-width: 769px) {
	.m-single-projects__overview dt{
		width: 145px;
	}
}
@media screen and (max-width: 768px) {
    .m-top-news .m-heading__primary {
        font-size: 45px;
    }
}
.m-single-news__lead{
	line-height: 2;
}
.m-single-news__content a, .m-single-news__content p{
	font-size: 1.5rem;
	line-height: 2;
}
.m-single-news__content h3{
	line-height: 1.8;
}


/*partner*/
main.partner-contents{
	background-color: #f2f2ea;
	padding-top: 250px;
}
.partner-head{
	background: url(../img/partner/partner-main.webp) no-repeat center;
	background-size: cover;
	height: 800px;
	width: 100%;
	position: relative;
}
.partner-head__col{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
  	-webkit- transform: translateY(-50%) translateX(-50%);
}
.partner-head__title{
	text-align: center;
}
.partner-head h1{
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	display: inline-block;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	color: #fff;
}
.partner-head figure{
	width: 430px;
	margin-top: 80px;
}
@media screen and (max-width: 991px) {
	main.partner-contents{
		padding-top: 150px;
	}
	.partner-head{
		height: 600px;
	}
	.partner-head h1{
		font-size: 22px;
		padding-bottom: 10px;
	}
	.partner-head figure{
		width: 360px;
		margin-top: 60px;
	}
}
@media screen and (max-width: 767px) {
	main.partner-contents{
		padding-top: 120px;
	}
	.partner-head{
		height: 400px;
	}
	.partner-head h1{
		font-size: 20px;
	}
	.partner-head figure{
		width: 280px;
		margin-top: 45px;
	}
}


.l-content-partner{
	background-color: #f2f2ea;
	padding-top: 80px;
}
.l-content-partner a{
	text-decoration: none;
}
.l-content-partner h2{
	font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1.5;
    margin-bottom: 35px;
    margin-top: 90px;
    padding-top: 25px;
    position: relative;
}
.l-content-partner h2:before {
    background-color: #179659;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}
@media screen and (min-width: 769px) {
	.l-content-partner h2{
		font-size: 26px;
	    margin-bottom: 40px;
	    margin-top: 130px;
	    padding-top: 35px;
	}
    .l-content-partner h2:before {
        width: 60px;
    }
}
.partner-concept p{
	font-size: 17px;
	line-height: 38px;
	margin-bottom: 40px;
	text-align: center;
}
.partner-concept figcaption{
	font-size: 18px;
	line-height: 26px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.partner-concept figcaption::after{
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background-color: #000;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -15px;
}
.partner-concept figure{
	text-align: center;
	padding-top: 50px;
}
@media screen and (max-width: 991px) {
	.l-content-partner{
		padding-top: 60px;
	}
	.partner-concept p{
		font-size: 16px;
		line-height: 35px;
		margin-bottom: 30px;
	}
	.partner-concept figcaption{
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 15px;
		margin-bottom: 25px;
	}
	.partner-concept figure{
		padding-top: 40px;
		max-width: 620px;
		width: 90%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.l-content-partner{
		padding-top: 40px;
	}
	.partner-concept p{
		text-align: left;
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 25px;
	}
	.partner-concept p br{
		display: none;
	}
	.partner-concept figcaption{
		font-size: 14px;
		line-height: 22px;
	}
	.partner-concept figure{
		padding-top: 30px;
		width: 100%;
	}
}


.partner-about__wrap{
	margin-bottom: 80px;
}
.partner-about__wrap h4{
	background-color: #179659;
	color: #fff;
	border-radius: 10px 10px 0 0;
	padding: 20px 0 20px 50px;
	font-size: 18px;
	font-weight: normal;
}
.partner-about__inner{
	padding: 40px 50px;
	background-color: #e4e4da;
}
.partner-about__col{
	display: flex;
	justify-content: space-between;
}
.partner-kojin .partner-about__detail{
	width: 45%;
	position: relative;
	padding-bottom: 90px;
}
.partner-about__detail h3{
	color: #179659;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 25px;
}
.partner-about__detail .partner-about__text{
	margin-bottom: 20px;
	transform: translateY(-15px);
}
.partner-about__detail dl{
	margin-bottom: 20px;
}
.partner-about__detail dt{
	background-color: #a0a08a;
	color: #fff;
	font-size: 13px;
	padding: 2px 6px 4px 6px;
	display: inline-block;
	margin-bottom: 5px;
}
.partner-about__detail dd.partner-price{
	font-size: 40px;
	line-height: 1;
	font-family: Roboto, sans-serif;
	font-weight: 600;
}
.partner-about__detail dd.partner-price span{
	font-size: 14px;
	font-weight: normal;
}
.partner-about__detail dd.partner-price small{
	font-size: 13px;
	font-weight: normal;
	display: inline-block;
	transform: translateY(-10px);
}
.partner-about__detail dd li{
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 5px;
}
.partner-point{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.partner-point__col{
	display: flex;
	justify-content: space-between;
	width: 47.5%;
	margin-bottom: 30px;
}
.partner-point__col div{
	width: 48%;
	padding-right: 20px;
}
.partner-point__col figure{
	width: 52%;
}
.partner-point__col h5{
	font-weight: normal;
	font-size: 15px;
	line-height: 23px;
	margin-top: 0;
	margin-bottom: 15px;
}
.partner-point__col p{
	font-size: 14px;
	line-height: 23px;
}

.partner-about__photo{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	margin-bottom: 50px;
}
.partner-about__photo li{
	width: 31%;
}
.partner-about__photo p{
	font-size: 13px;
	margin-top: 5px;
}
.partner-apply{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background-color: #179659;
	color: #fff;
	width: 100%;
	text-align: center;
	border-radius: 10px;
	padding: 30px 0;
}
.partner-apply img{
	width: 14px;
}
.partner-about__contact{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 5px solid #cecec3;
	padding-top: 40px;
}
.partner-about__contact dt{
	width: 22%;
	text-align: center;
}
.partner-about__contact dd{
	width: 78%;
}
.partner-about__contact p{
	font-size: 14px;
	line-height: 23px;
}
.partner-telmail{
	display: flex;
	margin-top: 20px;
}
.partner-telmail a{
	color: #000;
}
.partner-telmail .partner-about__mail{
	display: block;
	width: 280px;
	background-color: #cfcfbc;
	padding: 15px 0;
	text-align: center;
	border-radius: 10px;
	margin-right: 30px;
}
.partner-telmail .partner-about__tel{
	font-size: 36px;
	font-family: Roboto, sans-serif;
	font-weight: 600;
}
.partner-telmail .partner-about__tel span{
	font-size: 20px;
}
@media screen and (max-width: 991px) {
	.partner-about__wrap{
		margin-bottom: 60px;
	}
	.partner-about__wrap h4{
		padding: 15px 0 15px 30px;
		font-size: 17px;
	}
	.partner-about__inner{
		padding: 20px 30px 30px 30px;
	}
	.partner-kojin .partner-about__detail{
		width: 47%;
		padding-bottom: 70px;
	}
	.partner-about__detail h3{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.partner-about__detail dl{
		margin-bottom: 20px;
	}
	.partner-about__detail dt{
		font-size: 12px;
		padding: 1px 5px 3px 5px;
	}
	.partner-about__detail dd.partner-price{
		font-size: 36px;
	}
	.partner-about__detail dd.partner-price span{
		font-size: 13px;
	}
	.partner-about__detail dd.partner-price small{
		font-size: 12px;
	}
	.partner-about__detail dd li{
		font-size: 14px;
		line-height: 22px;
	}
	.partner-point{
		margin-bottom: 30px;
	}
	.partner-point__col{
		width: 100%;
	}
	.partner-point__col div{
		width: 50%;
	}
	.partner-point__col figure{
		width: 50%;
	}

	.partner-about__photo{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.partner-about__photo li{
		width: 32%;
	}
	.partner-about__photo p{
		font-size: 12px;
		letter-spacing: -0.01rem;
	}
	.partner-apply{
		padding: 25px 0;
		font-size: 15px;
	}
	.partner-about__contact{
		padding-top: 30px;
	}
	.partner-about__contact dt{
		width: 24%;
		font-size: 14px;
	}
	.partner-about__contact dd{
		width: 76%;
	}
	.partner-about__contact p{
		font-size: 13px;
		line-height: 21px;
	}
	.partner-telmail{
		margin-top: 10px;
	}
	.partner-telmail .partner-about__mail{
		width: 220px;
		padding: 15px 0;
		margin-right: 20px;
		font-size: 14px;
	}
	.partner-telmail .partner-about__tel{
		font-size: 30px;
	}
	.partner-telmail .partner-about__tel span{
		font-size: 15px;
	}
}
@media screen and (max-width: 767px) {
	.partner-about__wrap{
		margin-bottom: 50px;
	}
	.partner-about__wrap h4{
		padding: 10px 0 10px 25px;
		font-size: 15px;
	}
	.partner-about__inner{
		padding: 15px 25px;
	}
	.partner-about__col{
		flex-wrap: wrap;
	}
	.partner-kojin .partner-about__detail{
		width: 100%;
		padding-bottom: 0;
		margin-bottom: 35px;
	}
	.partner-about__detail h3{
		font-size: 19px;
		margin-bottom: 15px;
	}
	.partner-about__detail .partner-about__text{
		transform: translateY(-10px);
		font-size: 14px;
	}
	.partner-about__detail dl{
		margin-bottom: 15px;
	}
	.partner-point{
		margin-bottom: 10px;
	}
	.partner-point__col{
		flex-wrap: wrap;
	}
	.partner-point__col div{
		width: 100%;
	}
	.partner-point__col h5{
		margin-bottom: 5px;
	}
	.partner-point__col h5 br{
		display: none;
	}
	.partner-point__col figure{
		width: 100%;
		max-width: 350px;
		margin: 10px auto 0;
	}
	.partner-about__photo{
		max-width: 320px;
		width: 100%;
		margin: 0 auto 30px;
		flex-wrap: wrap;
	}
	.partner-about__photo li{
		width: 100%;
		margin-top: 25px;
	}
	.partner-about__photo p{
		font-size: 12px;
		letter-spacing: -0.01rem;
	}
	.partner-apply{
		padding: 20px 0;
		font-size: 14px;
		position: relative;
		bottom: auto;
		left: auto;
	}
	.partner-about__contact{
		padding-top: 25px;
		border-top-width: 3px;
	}
	.partner-about__contact{
		flex-wrap: wrap;
	}
	.partner-about__contact dt{
		width: 100%;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.partner-about__contact dd{
		width: 100%;
	}
	.partner-telmail{
		margin-top: 10px;
		flex-wrap: wrap;
	}
	.partner-telmail .partner-about__mail{
		max-width: 350px;
		width: 100%;
		margin: 0 auto;
	}
	.partner-telmail .partner-about__tel{
		text-align: center;
		width: 100%;
	}
}


.patner-donation__copy{
	text-align: center;
	font-size: 15px;
	line-height: 26px;
}
.partner-donation__price{
	text-align: center;
	margin-top: 40px;
}
.partner-donation__price dt,
.partner-donation__kouza dt{
	background-color: #a0a08a;
	color: #fff;
	font-size: 13px;
	padding: 2px 6px 4px 6px;
	display: inline-block;
	margin-bottom: 5px;
}
.partner-donation__price dd{
	font-size: 40px;
	line-height: 1;
	font-family: Roboto, sans-serif;
	font-weight: 600;
}
.partner-donation__price dd span{
	font-size: 14px;
}
.partner-donation__price p{
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.partner-donation__price ul{
	width: fit-content;
	margin: 0 auto;
}
.partner-donation__price li{
	text-align: left;
	font-size: 14px;
}
.partner-donation__kouza{
	text-align: center;
	margin-top: 40px;
}
.partner-donation__kouza p{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}
.partner-donation__kouza li{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
.partner-donation__kouza small{
	font-size: 13px;
}
.partner-project{
	margin-top: 80px;
}
.partner-project h3{
	font-weight: normal;
	text-align: center;
	font-size: 20px;
}
.partner-project__wrap{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
	justify-content: center;
}
.partner-project__col{
	width: 30%;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	padding: 65px 32px 25px;
	margin: 70px 1.5% 0;
}
.partner-project__keyword{
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	background-color: #000;
	color: #fff;
	font-size: 34px;
	font-weight: 500;
	top: -40px;
	left: 50%;
	margin-left: -50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.partner-project__col dl{
	border-bottom: 1px dashed #000;
	padding-bottom: 25px;
	margin-bottom: 20px;
}
.partner-project__col dt{
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}
.partner-project__col dd{
	font-size: 15px;
	line-height: 25px;
}
.partner-project__col:nth-child(5) dd{
	height: 75px;
}
.partner-project__col p{
	font-size: 14px;
	display: flex;
	text-align: center;
	height: 45px;
	align-items: center;
	justify-content: center;
}
.project-green .partner-project__keyword{
	background-color: #00a13f;
}
.project-green dt{
	color: #00a13f;
}
.project-brown .partner-project__keyword{
	background-color: #c26c36;
}
.project-brown dt{
	color: #c26c36;
}
.project-yellow .partner-project__keyword{
	background-color: #f7b100;
}
.project-yellow dt{
	color: #f7b100;
}
.project-blue .partner-project__keyword{
	background-color: #008ad5;
}
.project-blue dt{
	color: #008ad5;
}
.project-pink .partner-project__keyword{
	background-color: #c65676;
}
.project-pink dt{
	color: #c65676;
}
.partner-donation .partner-about__contact{
	border-bottom: 5px solid #cecec3;
	padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
	.partner-donation__price{
		margin-top: 30px;
	}
	.partner-donation__price dt,
	.partner-donation__kouza dt{
		font-size: 12px;
		padding: 1px 4px 3px 4px;
	}
	.partner-donation__price dd{
		font-size: 34px;
	}
	.partner-donation__price dd span{
		font-size: 12px;
	}
	.partner-donation__price p{
		font-size: 13px;
		margin-top: 15px;
	}
	.partner-donation__price li{
		font-size: 13px;
	}
	.partner-donation__kouza{
		margin-top: 30px;
	}
	.partner-donation__kouza p{
		font-size: 13px;
	}
	.partner-donation__kouza small{
		font-size: 12px;
	}
	.partner-project{
		margin-top: 70px;
	}
	.partner-project h3{
		font-size: 18px;
	}
	.partner-project__wrap{
		margin-bottom: 50px;
	}
	.partner-project__col{
		width: 46%;
		padding: 55px 26px 20px;
		margin: 50px 1.5% 0;
	}
	.partner-project__keyword{
		width: 74px;
		height: 74px;
		border-radius: 74px;
		font-size: 30px;
		top: -30px;
		margin-left: -37px;
	}
	.partner-project__col dl{
		padding-bottom: 20px;
		margin-bottom: 15px;
	}
	.partner-project__col dt{
		font-size: 16px;
	}
	.partner-project__col dd{
		font-size: 14px;
		line-height: 23px;
	}
	.partner-project__col:nth-child(3) dd{
		height: 69px;
	}
	.partner-project__col:nth-child(5) dd{
		height: auto;
	}
	.partner-project__col p{
		font-size: 13px;
		height: 45px;
	}
	.partner-donation .partner-about__contact{
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.patner-donation__copy{
		font-size: 14px;
		line-height: 24px;
		text-align: left;
	}
	.patner-donation__copy br{
		display: none;
	}
	.partner-donation__price{
		margin-top: 25px;
	}
	.partner-donation__kouza{
		margin-top: 25px;
	}
	.partner-project{
		margin-top: 50px;
	}
	.partner-project h3{
		font-size: 16px;
	}
	.partner-project__wrap{
		margin-bottom: 40px;
	}
	.partner-project__col{
		width: 100%;
		padding: 50px 22px 15px;
		margin: 40px 0 0;
	}
	.partner-project__keyword{
		width: 70px;
		height: 70px;
		border-radius: 70px;
		font-size: 26px;
		top: -25px;
		margin-left: -35px;
	}
	.partner-project__col dl{
		padding-bottom: 20px;
		margin-bottom: 15px;
	}
	.partner-project__col dt{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.partner-project__col dd{
		font-size: 14px;
		line-height: 23px;
	}
	.partner-project__col:nth-child(3) dd{
		height: auto;
	}
	.partner-project__col p{
		font-size: 13px;
		height: 45px;
	}
	.partner-donation .partner-about__contact{
		padding-bottom: 20px;
		border-bottom-width: 3px;
	}
}


/*20260217*/
.m-top-message:before {
    background: rgba(0, 0, 0, .55);
}
.m-top-message__map{
	position: absolute;
	right: 0;
	bottom: 0;
}
.m-top-message__map img{
	width: 630px;
	height: auto;
}