@charset "utf-8";

/* HOME
-------------------------------------------------------------------*/
.home .mv{
	position:relative;
}

.home .mv .box{
	position:relative;
}

.home .mv h1{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:250px;
	z-index:99;
	text-align:center;
}

.home .mv .slider img{
	min-height:750px;
	height: 100vh;
	width: 100%;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
}

.home .area01{
	padding:80px 20px 0 20px;
	margin:0 0 100px 0;
}

.home .area01 .box{
	display:flex;
	align-items:center;
	padding:0 0 100px 0;
	background: url(../img/top/area01-line.png?20250108) repeat-x bottom center;
}

.home .area01 .box .img{
	min-width:520px;
	min-height:564px;
	width:520px;
}

.home .area01 .box .txt-box{
	width:100%;
	text-align:center;
}

.home .area01 .box .txt-box h2{
	font-size:46px;
	line-height:1.4em;
	padding:80px 0 20px 0;
	background: url(../img/top/area01-ico.png?20250108) no-repeat top center;
	position:relative;
	font-weight:600;
	color:#509D4C;
}

.home .area01 .box .txt-box .arrow{
	padding:20px 0;
}

.home .area01 .box .txt-box .txt{
	font-weight:500;
	line-height:2em;
}

.m-tit{
	font-family: "Outfit", serif;
	text-align:center;
	font-size:44px;
	font-weight:600;
	line-height:1.2em;
	padding:0 0 20px 0;
	background: url(../img/common/arrow.png?20250108) no-repeat bottom center;
	color:#509D4C;
}

.m-tit span{
	display:block;
	font-size:16px;
	font-weight:500;
	font-family: "Noto Sans JP", sans-serif;
	color: #333333;
}

.home .area02 .box ul{
	padding:80px 0;
}

.home .area02 .box ul li{
	background: #fff;
	box-shadow: 3px 3px 12px rgba(87, 87, 87, 0.16);
	border:1px solid #CFEDCD;
	height:300px;
	display:flex;
	margin:0 0 35px 0;
}

.home .area02 .box ul li .img{
	width:50%;
	height:300px;
}

.home .area02 .box ul li .txt-box{
	width:50%;
	box-sizing:border-box;
	height:300px;
	padding:30px;
	position:relative;
}

.home .area02 .box ul li .txt-box .day{
	font-size:14px;
	color:#858585;
	line-height:1.4em;
	padding:0 0 5px 0;
}

.home .area02 .box ul li .txt-box h3{
	font-size:26px;
	line-height:1.4em;
	font-weight:500;
	padding:0 0 10px 0;
}

.home .area02 .box ul li .txt-box .txt{
	line-height:2em;
	font-weight:500;
}

.home .area02 .box ul li .txt-box .btn{
	position:absolute;
	right:30px;
	bottom:30px;
}

.m-btn a{
	display:block;
	color:#fff;
	height:50px;
	line-height:50px;
	text-align:center;
	width:200px;
	border-radius: 5px;
    background: #509D4C;
	position:relative;
}

.m-btn a:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
}

.home .area03{
	padding:80px 20px;
	text-align:center;
	background: #eff7ef;
}

.home .area03 .box{
	display:flex;
	align-items:center;
	justify-content:center;
}

.home .area03 .box .img{
	min-width:55%;
	width:55%;
	order:2;
}

.home .area03 .box h2{
	margin:0 0 60px 0;
}

.home .info{
	padding:80px 20px;
}

.home .info .box{
    padding:80px 50px;
	background:#509D4C;
}

.home .info .box h2{
	color:#fff;
}

.home .info .box .m-tit span {
    color: #fff;
}

.home .info .box .box-in{
	display:flex;
	padding:50px 0 0 0;
}

.home .info .box .box-in .img{
	width:450px;
	min-width:450px;
	height:340px;
	margin:0 30px 0 0;
}

.home .info .box .box-in ul li{
	position:relative;
	padding:0 0 10px 20px;
	color:#fff;
}

.home .info .box .box-in ul li:after{
	content:"";
	background: #DBF5DA;
	position:absolute;
	left:0;
	top:0;
	width:5px;
	height:24px;
}

.home .info .box .box-in ul li a{
	color:#fff;
	text-decoration:underline;
}

@media screen and (max-width: 800px) {
.home .mv h1{
	max-width:90%;
	bottom:10%;
	top:150px;
}

.home .mv .slider img{
	min-height:500px;
	height: 100vh;
}

.home .area01{
	padding:20px 20px 0 20px;
}

.home .area01 .box{
	display:block;
	padding:0 0 60px 0;
	margin:0 0 60px 0;
}

.home .area01 .box .img{
	min-width:inherit;
	min-height:inherit;
	width:100%;
	text-align:center;
	margin:0 0 30px 0;
}

.home .area01 .box .txt-box h2{
	font-size:36px;
	padding:70px 0 20px 0;
	background: url(../img/top/area01-ico.png) no-repeat top center;
	background-size:60px;
}

.home .area01 .box .txt-box .txt{
	text-align:center;
}

.m-tit{
	font-size:36px;
	padding:0 0 20px 0;
}

.m-tit span{
	font-size:15px;
}

.home .area02{
	padding:0 20px;
}

.home .area02 .box ul{
	padding:40px 0;
}

.home .area02 .box ul li{
	height:auto;
	display:block;
	margin:0 0 20px 0;
}

.home .area02 .box ul li .img{
	width:100%;
	height:auto;
}

.home .area02 .box ul li .coverimg:before {
	padding-top: 60%;
}

.home .area02 .box ul li .txt-box{
	width:100%;
	height:auto;
	padding:20px;
}

.home .area02 .box ul li .txt-box .day{
	font-size:13px;
	padding:0 0 5px 0;
}

.home .area02 .box ul li .txt-box h3{
	font-size:20px;
	padding:0 0 5px 0;
}

.home .area02 .box ul li .txt-box .btn{
	position:static;
	padding:20px 0 0 0;
}

.m-btn a{
	height:45px;
	line-height:45px;
	width:200px;
	margin:0 auto;
}

.home .area03{
	padding:60px 20px;
	background:#F4F4F4;
}

.home .area03 .box{
	display:block;
}

.home .area03 .box .img{
	min-width:inherit;
	max-width:400px;
	margin:0 auto 20px;
	width:100%;
}

.home .area03 .box h2{
	margin:0 0 60px 0;
}

.home .info{
	padding:60px 20px;
	background:#121B3A;
}

.home .info .box{
    padding:0;
	background:none;
}

.home .info .box .box-in{
	display:block;
	padding:30px 0 0 0;
}

.home .info .box .box-in .img{
	width:100%;
	min-width:inherit;
	height:auto;
	margin:0 0 30px 0;
}

.home .info .box .box-in .coverimg:before {
    padding-top: 75%;
}
	
.home .info .box .box-in ul li:after {
    top: 6px;
}

}


/* CONTACT
-------------------------------------------------------------------*/
.contact{
	padding:80px 20px 120px 20px;
	background:#F4F4F4;
	text-align:center;
}

.contact .box{
	width:680px;
	margin:0 auto;
}

.contact .box .txt{
	padding:50px 0;
	font-weight:500;
	line-height:1.8em;
}

.contact .box .m-btn a{
	width:320px;
	margin:auto;
	background:url(../img/top/btn-ico.png) no-repeat 95% center #509D4C;
}

.contact .box .m-btn a:after{
	display:none;
}


.form dl{
	display:flex;
	margin:0 0 30px 0;
}

.form dl dt{
	position:relative;
	padding:15px 0 0 0;
	min-width:200px;
	width:200px;
	box-sizing:border-box;
	color:#6C4207;
	font-weight:600;
}

.form dl.none dt{
	padding:0;
}

.form dl dd{
	width:100%;
}

.form input, .form textarea {
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    padding: 13px;
	background:#fff;
    box-sizing: border-box;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	border:2px solid #A87836;
	border-radius:8px;
}

.form dl.num input{
	width:200px;
}

.form dl.num em{
	padding:0 5px 0 0;
}

.form .wpcf7-radio {
    display: block;
    padding:0;
}

.form .wpcf7-radio>* {
    display:inline-block;
	margin:0;
}

.form .wpcf7-radio input[type="radio"] {
    display: none;
}

.form .wpcf7-radio .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
    cursor: pointer;
}

.form .wpcf7-list-item > label{
	display:inline-block;
	margin:0 0 0 20px;
	color:#6C4207;
	font-weight:700;
}

.form .wpcf7-list-item.first > label{
	margin:0;
}

.form .wpcf7-radio .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    width: 20px;
	height:20px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
	background:#F8F8F8;
}

.form .wpcf7-radio .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    width: 10px;
	height:10px;
    top: 50%;
	left: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #6C4207;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.form .wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
}

.contact .wpcf7-response-output{
	max-width:700px;
	margin:30px auto 0 !important;
	text-align:center;
}

.check .wpcf7-list-item-label{
	position:relative;
	cursor:pointer;
	color:#6C4207;
}

.check input[type="checkbox"] {
	position: absolute;
	opacity: 0;/*既存のチェックボックスを非表示に*/
}

.check .wpcf7-list-item-label:before {/*チェック枠*/
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    top: 0;
    margin: 0 10px 5px 0;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background: #fff;
    border: 1px solid #A87836;
}

.check input[type="checkbox"]:checked + .wpcf7-list-item-label:after {/*チェックアイコン*/
	content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 2px;
	width: 20px;
	height: 14px;
    background: url(../img/common/check-solid.svg) no-repeat center;
    background-size: contain;
}

.wpcf7-list-item {
    display: block;
	margin:0;
}

.form dl.checkbox dd .wpcf7-list-item{
	margin:0 0 10px 0;
}

.contact .check{
    text-align: center;
	padding:20px 0 30px 0;
}

.conbtn input[type="submit"], .conbtn input[type="button"] {
	display: block;
    width: 280px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #A87836;
    background: #A87836;
    line-height: 53px;
    height: 55px;
    margin: 0 auto;	
    transition: all 0.3s;
    -webkit-appearance: none;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
    cursor: pointer;
    outline: none;
    font-size: 18px;
	color:#fff;
	letter-spacing:0.1em;
	border-radius:40px;
}

.conbtn input[type="submit"]:hover, .conbtn input[type="button"]:hover {
    background: #fff;
	color:#6C4207;
}

@media screen and (max-width: 800px) {
.contact{
	padding:60px 20px 80px 20px;
}

.contact .box{
	width:100%;
	margin:0 auto;
}

.contact .box .txt{
	padding:30px 0;
}

.contact .box .m-btn{
	padding:30px 0 0 0;
}

.contact .box .m-btn a{
	width:300px;
	margin:20px auto 0;
    background: url(../img/top/sp/btn-ico.png) no-repeat 95% center #509D4C;
	background-size:13px;
}

.form dl{
	display:block;
	margin:0 0 30px 0;
}

.form dl dt{
	padding:0 0 10px 0;
	min-width:inherit;
	width:100%;
}

.form dl.none dt{
	padding:0 0 10px 0;
}

.form input, .form textarea {
    padding: 10px;
}
	
.form .wpcf7-radio>* {
    display: block;
}

.form .wpcf7-list-item > label{
	margin:10px 0 0 0;
}

.form .wpcf7-list-item.first > label{
	margin:0;
}

.contact .wpcf7-response-output{
	max-width:inherit;
	margin:20px auto 0 !important;
}

.check .wpcf7-list-item-label:before {/*チェック枠*/
    margin: 1px 10px 5px 0;
}

.check input[type="checkbox"]:checked + .wpcf7-list-item-label:after {/*チェックアイコン*/
    top: 1px;
	left: 1px;
}

.contact .check{
	padding:10px 0 30px 0;
}

.conbtn input[type="submit"], .conbtn input[type="button"] {
    width: 260px;
    font-size: 16px;
}
}

/* THANKS/404
-------------------------------------------------------------------*/
.thanks_area{
	padding:200px 0 160px 0;
	text-align:center;
}

.thanks_area h1{
	font-size:28px;
	line-height:1.6em;
	font-weight:700;
	padding:50px 0;
	width:720px;
	border-bottom:1px solid #121B3A;
	margin:0 auto;
}

.thanks_area .txt{
	line-height:2em;
	padding:50px 0;
	font-weight:500;
}

.thanks_area .m-btn a{
	margin:0 auto;
}

@media screen and (max-width: 800px) {
.thanks_area{
	padding:120px 20px 60px 20px;
	text-align:left;
}

.thanks_area h1{
	font-size:20px;
	padding:30px 0;
	box-sizing:border-box;
	width:100%;
	text-align:center;
}

.thanks_area .txt{
	padding:30px 0 40px 0;
}

}


/* MEMBER
-------------------------------------------------------------------*/
.single-cms .mv{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 405px;
	position:relative;
}

.single-cms .mv:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
}

.single-cms .mv .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.single-cms .mv .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-cms .mv .box h1 {
    font-size: 46px;
    line-height: 1.4em;
    color: #fff;
    font-weight: 500;
	position:relative;
	z-index:2;
}

.detail-area .img-txt {
    padding: 80px 20px;
}

.detail-area .img-txt .box{
}

.detail-area h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4em;
    padding: 5px 20px 5px 70px;
    background: url(../img/common/tit-logo.png) no-repeat left 5px;
    margin: 0 0 40px 0;
}

.detail-area .img-txt .box-in{
	margin:0 0 35px 0;
	display:flex;
	border: 1px solid #E8D0D0;
	box-shadow: 3px 3px 6px rgba(87, 87, 87, 0.2);
}

.detail-area .img-txt .box-in .img{
	min-width:50%;
	width:50%;
	min-height:300px;
}

.detail-area .img-txt .box-in .coverimg:before {
    padding-top: 55%;
}

.detail-area .img-txt .box-in .txt-box{
	padding:30px;
	width:100%;
}

.detail-area .img-txt .box-in .txt-box h3{
	font-size:26px;
	line-height:1.4em;
	padding:0 0 20px 0;
	border-bottom:1px solid #BA1B20;
	font-weight:500;
}

.detail-area .img-txt .box-in .txt-box .txt{
	line-height:1.8em;
	padding:20px 0 0 0;
	font-weight:500;
}

.detail-area .m-txt-area{
	padding:60px 20px 120px 20px;
}

.detail-area .m-txt-area h3{
	font-size:30px;
	line-height:1.4em;
	font-weight:500;
	padding:10px 0 20px 30px;
	position:relative;
	margin:0 0 30px 0;
	border-left:7px solid #CFEDCD;
	border-bottom:3px solid #CFEDCD;
}

.detail-area .m-txt-area .wp-block-group{
	padding:50px;
	border: 1px solid #CFEDCD;
	box-shadow: 3px 3px 6px rgba(87, 87, 87, 0.2);
}

.detail-area .m-txt-area p{
	padding:0 0 40px 0;
	line-height:2em;
}

.detail-area .m-txt-area a{
	text-decoration:underline;
	color:#BA1B20;
}

.cms-btn{
    width: 320px;
    background: url(../img/top/btn-ico.png) no-repeat 95% center #509D4C;
	text-align:center;
	text-decoration:none !important;
	color:#fff !important;
    height: 50px;
    line-height: 50px;
	border-radius:5px;
}

.wp-block-list li{
	position:relative;
	padding:0 0 20px 20px;
}

.wp-block-list li:after{
	content:"";
	background: #BA1B20;
	border-radius: 2px;
	transform: rotate(-45deg);
	position:absolute;
	left:0;
	top:8px;
	width:10px;
	height:10px;
}

@media screen and (max-width: 800px) {
.single-cms .mv{
    height: 400px;
}

.single-cms .mv .box h1 {
    font-size: 36px;
    line-height: 1.4em;
}

.single-cms .img-txt {
    padding: 60px 20px;
}

.detail-area h2{
    font-size: 24px;
    padding: 60px 0 0 0;
    background: url(../img/common/tit-logo.png) no-repeat top center;
	background-size:40px;
    margin: 0 0 30px 0;
}

.detail-area .img-txt .box-in{
	margin:0 0 25px 0;
	display:block;
}

.detail-area .img-txt .box-in .img{
	min-width:inherit;
	width:100%;
	min-height:inherit;
}

.detail-area .img-txt .box-in .coverimg:before {
    padding-top: 60%;
}

.detail-area .img-txt .box-in .txt-box{
	padding:20px;
}

.detail-area .img-txt .box-in .txt-box h3{
	font-size:20px;
	padding:0 0 15px 0;
}

.detail-area .img-txt .box-in .txt-box .txt{
	padding:20px 0 0 0;
}

.detail-area .m-txt-area{
	padding:60px 20px;
}

.detail-area .m-txt-area h3{
	font-size:22px;
	padding:10px 0 20px 20px;
	margin:0 0 30px 0;
	border-left: 5px solid #CFEDCD;
    border-bottom: 2px solid #CFEDCD;
}


.detail-area .m-txt-area .wp-block-group{
	padding:20px;
}

.detail-area .m-txt-area p{
	padding:0 0 30px 0;
}

.wp-block-list li{
	padding:0 0 15px 20px;
}

.wp-block-list li:after {
    top: 6px;
}
	
.cms-btn {
    width: 280px;
	margin:auto;
}
}