@charset "UTF-8";
*{
	box-sizing: border-box;
}
#lp_page section{
	max-width: 1000px;
}

#lp_page .no_padding{
	padding: 0!important;
	margin: 0 auto!important;
}
#lp_page section h2{
	text-align: center;
}
#lp_page section h2 img{
	margin: 2em 0;
}
#lp_page section h2.green{
	margin: 0 auto 1em;
	padding: 0;
}
#lp_page section h3{
	color: #333;
	border: none;
}
#lp_page section h4{
	color: #333;
	border: none;	
}
#lp_page section h5{
	color: #333;
	border: none;
}
#lp_page dl, #lp_page ul, #lp_page li, #lp_page dt, #lp_page dd{
	margin: 0;
}
#lp_page li{
	list-style: none;
}

#lp_page .center{
	text-align: center;
}
#lp_page .ivory_bg{
	background: #f5dcb4;
}
#lp_page .orange_bg{
	background: #fe6601;
	color: #fff;
}
#lp_page .light_green_bg{
	background: #82cc7f;
}
#lp_page .green_bg{
	background: #008a01;
	color: #fff;
}
#lp_page .orange{
	color: #fe6601!important;
}
#lp_page .green{
	color: #008a01!important;
}
#lp_page .bold{
	font-weight: bold;
}
#lp_page a{
	text-decoration: none;
}
#lp_page a:hover,
#lp_page a:active{
	opacity: 0.5;
}
#main-area{
	position: relative;
}

#pr_1{
	z-index: 99999;
	position: relative;
}
#block_01 > ul,
#pr_1 ul{
	display: flex;
	flex-wrap: wrap;
}
#pr_1 li{
	border: 5px solid;
	border-radius: 20px;
	margin: 5px;
	padding: 0;
	text-align: center;
	background: #fff;
	overflow: hidden;
	width: calc(25% - 10px);
}
#pr_1 li.o{
	border-color: #fe6601;
}
#pr_1 li.g{
	border-color: #008a01;
}
#pr_1 li p.title{
	margin: 0;
	padding: 0;
	line-height: 2;
}
#pr_1 li p.orange{
	padding: 10px 0;
	margin: 0;
}
#pr_1 li a.green{
	display: block;
	width: 100%;
	cursor: pointer;
	padding: 1em 0 1em;
	margin: 0;
}
#pr_1 li a.green:hover,
#pr_1 li a.green:active{
	background: #eee;
}


#block_01 > ul li{
	border: 6px #fff solid;
	background: #008a01;
	border-radius: 20px;
	padding: 0;
	text-align: center;
	overflow: hidden;
	box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, .2);
}
#block_01 > ul li div{
	width: 100%;
	color: #fff;
	padding: 1em;
}
#block_01 > ul li p{
	margin: 0;
}
#block_01 > ul li p span{
	font-weight: 600;
}

#block_02{
	background-image: url(/images/lp/bg_001.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 0;
}
#block_02 h2{
	text-align: left!important;
}
#block_02 > div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#block_02 > div img{
	margin: 5px;
	width: calc(50% - 10px);
}
#block_04 .flex_box li{
	position: relative;
}
#block_04 .flex_box li dl{
	border: 5px solid #008a01;
	background: #fff;
	border-radius: 20px;
	height: 100%;
	overflow: hidden;
	background: #008a01;
}
#block_04 p.num{
	border-radius: 50%;
	position: absolute;
	top: -38px;
	
	text-align: center;
	width: 1.5em;
}
#block_04 dl dt{
	color: #fe6601;
	font-weight: bold;
	text-align: center;
	background: #fff;
}
#block_04 dl dd{
	
	color: #fff;
	padding: 1em;
}
#block_06 .slide_box dt{
	cursor: pointer;
	position: relative;
	background: #008a01;
	color: #fff;
	padding: 10px 1em;
	font-weight: bold;
	margin-bottom: 20px;
}
#block_06 .slide_box dt::after{
	content: '+';
	position: absolute;
	right: 20px;
}
#block_06 .slide_box dt .num{
	margin-right: 0.5em;
}
#block_06 .slide_box dd{
	padding: 0 0 1em;
	margin: 0;
}
#block_06 .slide_box dd#d_1 > ul{
	display: flex;
	flex-wrap: wrap;
}
#block_06 .slide_box dd#d_1 > ul li{
	padding: 0 1em;	
	width: 50%;
	text-align: center;
}
#block_06 .slide_box dd#d_1 p{
	padding: 1em;
	margin: 0;
}
#block_06 .slide_box dd#d_1 .title{
	text-align: center;
	background: #666;
	color: #fff;
	padding: 10px;
}
#block_06 .slide_box dd td,
#block_06 .slide_box dd th{
	width: 50%;
}
#block_06 .slide_box dd#d_2 table{
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	background: #eff6fc;
}
#block_06 .slide_box dd#d_2 th,
#block_06 .slide_box dd#d_2 td{
	border-right: 1px #ccc solid;
}

#block_06 .slide_box dd#d_3 td{
	background: #eff6fc;
}
#block_07 h2{
	margin-bottom: 0!important;
}

#block_07 #step_box > div{
	border-radius: 20px;
	border: 3px solid #fe6501;
}

#block_07 #step_box dl {
	display: table;
	padding: 1em 0;
}
#block_07 #step_box dl.line{
	border-bottom: 5px solid #af7d36;
}
#block_07 #step_box dl dt{
	display: table-cell;
	font-weight: bold;
}
#block_07 #step_box dl dd{
	display: table-cell;
}
#block_07 #step_box span.green{
	border: 1px solid #008a01;
	border-radius: 50%;
	margin-right: 10px;
	padding: 0 6px;
}



.contact_box div.tel,
.contact_box a{
	text-align: center;
	display: block;
	border-radius: 10px;
	color: #fff;
	font-weight: 600;
}
.contact_box a:hover,
.contact_box a:active{
	color: #fff;
}
.contact_box div.tel p,
.contact_box a p{
	margin: 0;
	padding: 0;
}

.contact_box .tel{
	background: linear-gradient(#f5c226, #d06e33);
	position: relative;
}
.contact_box a.mail{
	background: linear-gradient(#8af189, #20a31e);
}


.contact_box .tel p::before{
	content:url(/images/lp/tel.png);
	vertical-align: middle;
	transform: scale(0.1);
	margin-right: 5px;
}
.contact_box a.mail p::before{
	content: url(/images/lp/mail.png);
	vertical-align: middle;
	transform: scale(0.1);
	margin-right: 5px;
}
.contact_box .tel span{
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
}

#block_08{
	background: #82cc7f;
}
#block_08 h2 img{
	margin: 0!important;
}

#block_08 dt{
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
	background: #d9e7f2;
	color: #2843b8;
	margin-top: 20px;
	padding: 10px;
	overflow: hidden;
}

#block_08 dt p{
	font-weight: bold;
	margin: 0;
}
#block_08 dt::after{
	content:'▼';
	position: absolute;
}
#block_08 dd{
	padding: 1em 2em 2em;
	background: #fff;
	font-weight: 500;
}

#block_09 > div{
	border:#fa6604 5px solid;
	border-radius: 20px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#block_09 > div h3{
	font-size: 2.5rem;
	padding: 10px 1em;
	margin: 1em 0 10px 0;
}
#block_09 > div .peple{
	text-align: center;
	width: 30%;
	padding: 3em 1em 0;
}
#block_09 > div .coment{
	width: 70%;
}
#block_09 > div .coment p{
	padding: 1em;
}

#block_10 li .area-name{
	color: #fff;
	padding: 10px;
	text-align: center;
	width: 100%;
}
#block_10 li {
	border: 3px solid;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 1em;
}
#block_10 li p{
	padding: 1em 1em 0;
	line-height: 1.3;
	margin: 0;
}
#block_10 li#a {
	border-color: #33cd99;
}
#block_10 li#a .area-name{
	background: #33cd99;
}
#block_10 li#b {
	border-color: #9800cb;
}
#block_10 li#b .area-name{
	background: #9800cb;
}
#block_10 li#c {
	border-color: #3266cc;
}
#block_10 li#c .area-name{
	background: #3266cc;
}
#block_10 li#d {
	border-color: #ff67cf;
}
#block_10 li#d .area-name{
	background: #ff67cf;
}

@media (min-width : 480px){
	
	
}/*横幅480px以上*/

@media (min-width: 768px) {
	#lp_page .flex_box{
		display: flex;
		flex-wrap: wrap;
		justify-content:space-around;
	}
	#pr_price li,
	.l-quarter{
		width: 25%;
	}
	.l-half{
		width: 50%;
	}
	.l-third{
		width: 32%;
	}
	#main-area section img{
		margin-bottom: 15em;
	}
	#main-area #bottom{
		background-image: url(/images/lp/main-bottom-bg.png);
		background-position: bottom center;
		background-repeat: no-repeat;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 3;
		background-size: cover;
		height: 340px;
		padding-top: 5em;
	}
	#lp_page section{
		margin:0 auto 3.5em;
	}
	
	
	#lp_page section h2.green{
		font-size: 3.5rem;
	}
	#block_01 .flex_box li{
		width: 45%;
	}
	#lp_page li,
	#lp_page th, #lp_page td,
	#lp_page dt, #lp_page dd,
	#lp_page p{
		font-size: 2rem;
	}
	#block_04 dl dt{
		padding: 1.5em 0;
		font-size: 3rem;
		height: 5em;
	}
	#block_04 .last dl dt{
		padding-top: 2em;
	}
	#block_04 p.num{
		font-size: 5rem;
		left: 37%;
	}
	#block_06 .slide_box dt{
		font-size: 3rem;
	}
	#block_06 .slide_box dt::after{
		font-size: 4rem;
	}
	#block_06 .slide_box dt .num{
		font-size: 4rem;
	}
	#lp_page section h3{
		font-size: 2rem;
	}
	#lp_page section h4{
		font-size: 2.8rem;
	}
	#lp_page section h5{
		font-size: 2.5rem;
	}

	#lp_page section{
		padding: 2em 1em;
	}
	#block_07 img.step_mark{
		position: absolute;
		top: -5em;
		left: 1em;
	}
	#block_07 #step_box{
		padding-top: 3em;
	}
	#block_07 #step_box > div{
		position: relative;
		padding:5em 2em 2em;
		margin-top: 6em;
	}
	#block_07 #step_box dl dt{
		font-size: 3rem;
		width: 8em;
	}
	#block_07 #step_box .first > p{
		float: left;
	}
	#block_07 #step_box .tel-mail-box{
		float: right;
		width: 500px;
	}
	.contact_box .tel p{
		font-size: 4rem!important;
	}
	.contact_box a.mail p{
		font-size: 3rem!important;
	}
	.contact_box a.mail{
		padding: 2em 0 0;
	}
	.contact_box .tel{
		padding: 2em 0 1.3em;
	}
	#block_08 dt div{
		width: 10%; 
	}
	#block_08 dt p{
		font-size: 2rem;
		width: 80%;
		padding: 15px 15px 0 15px;
	}
	#block_08 dt::after{
		right:1em;
		top: 30px;
		font-size: 4rem;
	}
	#block_08 dl.slide_box{
		padding: 0 2em;
	}
	#block_10 li {
		width: 48%;
	}
	#block_10 li .area-name{
		font-size: 2rem;
	}
	#pr_1 li p.title{
		font-size: 2.5rem;
	}
	#pr_1 li p.orange{
		font-size: 5rem;
	}
	#pr_1 li a.green{
		font-size: 2.5rem;
	}
	
	#block_01 > ul li p{
		font-size: 2.5rem;
	}
	#block_01 > ul li p span{
		font-size: 5rem;
	}
	#block_01 > ul li{
		margin: 0 15px 30px;
		width: calc(50% - 30px);
	}
	#block_02{
		padding-top: 6em!important;
	}
	#block_06 .slide_box dd#d_1 .title{
		font-size: 3rem;
		margin: 0 2em 20px;
	}
	
	
}/*横幅768px以上*/


@media (max-width: 767px) {
	#block_06 .slide_box dd#d_1 p{
		padding: 1em 0;
		text-align: left;
	}
	#block_06 .slide_box dd#d_1 .title{
		font-size: 1.5rem;
		margin: 0 0 10px;
	}
	#lp_page section h2{
		
	}
	#block_01 > ul li{
		margin: 0 5px 10px;
		width: calc(50% - 10px);
	}
	#block_01 > ul li p{
		font-size: 1.5rem;
	}
	#block_01 > ul li p span{
		font-size: 2rem;
	}
	#pr_1 li a.green{
		font-size: 1.2rem;
	}
	#pr_1 li p.orange{
		font-size: 2rem;
	}
	#pr_1 li p.title{
		font-size: 1.1rem;
		line-height: 3;
	}
	#block_10 li .area-name{
		font-size: 1.6rem;
	}
	#block_08 dl.slide_box{
		padding: 0 1em;
	}
	#block_08 dt div{
		width: 15%; 
	}
	#block_08 dt p{
		font-size: 1.6rem;
		width: 78%;
		padding: 0 10px;
	}
	#block_08 dt::after{
		right: 14px;
		top: 20px;
		font-size: 2rem;
	}
	.contact_box .tel{
		padding: 2em 0 0.3em;
		margin-bottom: 10px;
	}
	.contact_box a.mail{
		padding: 1em 0;
	}
	.contact_box .tel p{
		font-size: 3rem!important;
	}
	.contact_box a.mail p{
		font-size: 2.3rem!important;
	}
	
	
	#block_07 #step_box dl dt{
		font-size: 1.5rem;
		width: 6em;
	}
	
	#block_07 #step_box > div{
		padding:0 1em 1em;
		margin-bottom: 10px;
	}
	
	
	#block_07 img.step_mark{
		height: 60px;
	}
	#lp_page section{
		padding: 1em;
	}
	
	#lp_page section h3{
		font-size: 1.6rem;
	}
	#lp_page section h4{
		font-size: 1.5rem;
	}
	#lp_page section h5{
		font-size: 1.2rem;
	}
	#block_06 .slide_box dt{
		font-size: 2rem;
	}
	#block_06 .slide_box dt::after{
		font-size: 3rem;
	}
	#block_06 .slide_box dt .num{
		font-size: 3rem;
	}
	#block_04 p.num{
		font-size: 4rem;
		left: 0;
	}
	#block_04 .flex_box li{
		margin-bottom: 4em;
	}
	#block_04 .flex_box li.last{
		margin-bottom: 0;
	}
	#block_04 dl dt{
		font-size: 2rem;
		padding: 1em 0;
	}
	#lp_page li,
	#lp_page th, #lp_page td,
	#lp_page dt, #lp_page dd,
	#lp_page p{
		font-size: 1.3rem;
	}
	#lp_page section h2.green{
		font-size: 2rem;
		padding: 1em 0 1em;
	}
	#pr_price li{
		width: calc(50%);
	}
	#main-area section img{
		
	}
	#main-area #bottom{
		background: #039902;
	}
	#lp_page section h2 img{
		margin: 0;
	}
	#block_09 div.last{
		margin-bottom: 0;
	}
	#block_07 #step_box div.first > img,
	#block_07 #step_box div.first > h4{
		float: left;
	}
	#block_07 #step_box div.first > img{
		margin-right: 1em;
		margin-bottom: 1em;
	}
	#block_07 #step_box div.first div {
		clear: both;
	}
	#block_07 #step_box > div h4{
		padding: 1em 0 ;
		margin: 0;
	}
}/*横幅767px以下*/


/* ============================================
   旧base.cssから移植したLP用カスタムCSS
   ============================================ */

/* ----- LPヘッダー 電話・お問い合わせボタン ----- */
.tel-mail-box p{
	margin-bottom: 3px;
	text-align: center;
	justify-content: end;
}
.tel-mail-box > div{
	display: flex;
	flex-wrap: wrap;
}
.tel-mail-box .tel-text,
.tel-mail-box a{
	display: block;
	width: 50%;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
	border: 5px solid #fff;
}
.tel-mail-box a:hover,
.tel-mail-box a:active{
	opacity: 0.8;
}
.tel-mail-box .tel{
	background: #fe6601;
}
.tel-mail-box a.mail{
	background: #039902;
}
.tel-mail-box a.mail-text,
.tel-mail-box .tel-text{
	font-weight: bold;
	color: #fff;
	background-repeat: no-repeat;
	font-size: 2.5rem;
	padding-top: 8px;
}
.tel-mail-box .tel-text{
	background-image: url(/images/lp/tel.png);
	background-size: 23px;
	background-position: 0.9em;
	padding-left: 34px;
}
.tel-mail-box a.mail-text{
	background-image: url(/images/lp/mail.png);
	background-size: 42px;
	background-position: 1em;
	padding-left: 47px;
}

/* ----- ヘッダー・フッター共通 ----- */
.keni-footer-panel_wrap{
	display: none;
}
a:hover img,
a:active img{
	opacity: 0.8;
}
.keni-header_inner{
	overflow: hidden;
}
.keni-header .site-title,
.keni-header_col1 .site-title{
	font-size: 3.0rem;
}
.keni-header_cont,
.keni-header_col1 .keni-header_cont{
	background-color: transparent;
}

/* ----- Contact Form 7 スタイル ----- */
.wpcf7-form{
	max-width: 800px;
	margin: auto;
	border: 2px solid #ddd;
}
.wpcf7-form table{
	margin: 0;
	padding: 0;
}
.wpcf7-form tr{
	border: 3px solid #fff;
	background: #ffece0;
}
.wpcf7-form tr:nth-child(odd){
	background: #d6ffd6;
}
.wpcf7-form th{
	background:inherit!important;
	border: none;
	vertical-align: middle;
	font-size: 16px!important;
	white-space: nowrap;
}
.wpcf7-form table span.red{
	color: red;
	font-size: 0.9em;
	margin-left: 5px;
}
.wpcf7-form table p{
	margin: 0;
	padding: 0;
}
.wpcf7-form td{
	vertical-align: middle;
	padding: 1em;
	border: none;
	font-size: 14px;
}
.wpcf7-form input[type=submit]{
	padding: 10px 20px;
	background: green;
	color: #fff;
	border: none;
	cursor: pointer;
}
.wpcf7-form input#zip{
	max-width: 10em;
}
.wpcf7-form input#tel{
	max-width: 15em;
}
#note {
	margin: 2em 1em;
	padding: 2em;
	border: 3px solid #00b900;
}
.wpcf7 form.sent .wpcf7-response-output{
	position: fixed;
	top: 15em;
	left: 2em;
	right: 2em;
	padding: 2em;
	z-index: 9999;
	background: #f2f2f2;
}
.wpcf7 form.sent .wpcf7-response-output.close{
	display: none;
}

/* ----- スマートフォン用（767px以下） ----- */
@media (max-width: 767px) {
	.pc{
		display: none;
	}

	.wpcf7 form.sent .wpcf7-response-output{
		top: 1em;
		left: 0;
		right: 0;
		padding: 1em;
	}
	#note {
		font-size: 14px;
	}
	.wpcf7-form th, .wpcf7-form td{
		display: block;
	}
	.wpcf7-form td{
		font-size: 12px!important;
	}
	.wpcf7-form th{
		text-align: left;
		padding-top: 2em;
		font-size: 14px!important;
	}

	.keni-header .site-title, 
	.keni-header_col1 .tel-mail-box > p{
		font-size: 1rem!important;
	}

	.tel-mail-box > div a img{
		height: 25px;
	}
	
	#sp-contact{
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 9999999;
	}
	#foot-tel-mail{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	#foot-tel-mail div{
		width: 50%;
	}
	#foot-tel-mail a{
		display: block;
		width: 100%;
		background: #97e295;
		border: 1px #fff solid;
		text-align: center;
		padding: 10px 0;
		cursor: pointer;
	}
	#foot-tel-mail a img{
		height: 30px;
	}
	#foot-tel-mail a:hover,
	#foot-tel-mail a:active{
		background: #7ad378;
	}
	.tel-mail-box p{
		font-size: 1rem;
	}
	.keni-slider_wrap::before{
		padding-top:66.66%;
	}

	.keni-footer_outer .footer-menu {
		display: block;
	}

	.keni-footer_outer .footer-menu > div {
		display: block;
	}

	.keni-footer_outer .footer-menu li {
		width: 50%;
	}
}

/* ----- LPページでグローバルナビを非表示 ----- */
.keni-gnav_wrap {
	display: none !important;
}
/* ========================================
   LPヘッダー - style.cssの影響を打ち消し
======================================== */
.tel-mail-box {
    display: block !important;
    align-items: initial !important;
    gap: 0 !important;
}
.tel-mail-box p {
    margin-bottom: 3px !important;
    text-align: center !important;
}
.tel-mail-box > div {
    display: flex !important;
    flex-wrap: wrap !important;
}
.tel-mail-box .tel-text,
.tel-mail-box a {
    display: block !important;
    width: 50% !important;
    padding: 10px !important;
    text-align: center !important;
    border-radius: 10px !important;
    border: 5px solid #fff !important;
}
.tel-mail-box a.tel {
    background: #fe6601 !important;
}
.tel-mail-box a.mail {
    background: #039902 !important;
}
/*---------------------------------------------------------------------
	generated by Keni Template Maker Ver.8.0 on 2023-09-18 15:00:25
----------------------------------------------------------------------*/