@charset "utf-8";
/*
	PC,SPで共通に使いまわすclass
*/

body.lp2025{
	line-height: 180%;
	font-size: 16px;
	color: #333;
	background: #fff;
	font-family:  sans-serif;
	font-weight: 400;
	font-style: normal;
}

.mb10 {margin-bottom: 8px !important;}
.mb20 {margin-bottom: 16px !important;}
.mb30 {margin-bottom: 24px !important;}
.mb40 {margin-bottom: 32px !important;}
.mb50 {margin-bottom: 40px !important;}
.mb60 {margin-bottom: 48px !important;}
.mb70 {margin-bottom: 56px !important;}
.mb80 {margin-bottom: 64px !important;}
.mt10 {margin-top: 8px !important;}
.mt20 {margin-top: 16px !important;}
.mt30 {margin-top: 24px !important;}
.mt40 {margin-top: 32px !important;}
.mt50 {margin-top: 40px !important;}
.mt60 {margin-top: 48px !important;}
.mt70 {margin-top: 56px !important;}
.mt80 {margin-top: 64px !important;}
}

input,button,textarea,select{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.grecaptcha-badge {
    bottom: 100px !important;
}
a {
  color: #106290;
  text-decoration: underline;
}
a:hover {color: #106290; text-decoration: none;}

a:hover img {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}

hr {border: solid  #EEE;border-width: 1px 0 0 0;}

.left {float: left;}
.right {float: right;}
sup{
	font-size: 10px;
	vertical-align: top;
	position: relative;
	top: -0.3em;
}
.sup_{
	font-size: 10px;
	vertical-align: top;
	position: relative;
	top: 0.3em;
	color: #333 !important;
}
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.small{font-size: 12px;}
.sml{font-size: 12px !important;}

hr{margin: 60px 0;}

.strong{
	background-color: #ffff66;
	font-weight: bold;
}
.zero{
	font-size: 24px;
	color: #00a73c;
	font-family: "a-otf-ud-shin-go-pr6n",sans-serif;
	line-height: 120%;
}

@charset "utf-8";

.header{
 	position: absolute;
}
@media screen and (max-width: 1200px) {
.sp_header {
	position: absolute;
	}
	.btnarea{
	margin-top: 16px;
}
}
/* --------------------------------------------------
  Header
--------------------------------------------------*/
  .lp_header {
	width: 100%;
	z-index: 1;
	}

  .lp_header .header__heading {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
    display: flex;
	justify-content: space-between;
    }
    .lp_header .header__heading .logo{
    	padding: 40px 0;	
    }
    .lp_header .header__heading .logo img{
    	width: auto;
    	height: 50px;
	}
	.lp_header .header__heading .logo_c{
    	padding: 40px 0;		
    }
    .lp_header .header__heading .logo_c img{
    	width: auto;
    	height: 50px;
	}
@media screen and (max-width: 988px) {
	.lp_header .header__heading {
	    padding:0 30px;	
	    }
}
@media screen and (max-width: 768px) {
	  .lp_header .header__heading {
	    padding:20px 30px;	
	    }
	.lp_header .header__heading .logo{
	    	padding:  0;
	    	width: 48%;	
	    }
	    .lp_header .header__heading .logo img{
	    	width: 100%;
	    	height: auto;
		}
		.lp_header .header__heading .logo_c{
	    	padding:  0;
	    	width: 48%;	
	    }
	    .lp_header .header__heading .logo_c img{
	    	width: 100%;
	    	height: auto;
		}
}
/* --------------------------------------------------
  lp_mvarea
--------------------------------------------------*/
.lp_mvarea{
	background:url(../img/bg_ttl.jpg) no-repeat center center;
	background-size: cover;
}
.lp_mvarea .inner{
	max-width: 1008px;
	margin: 0 auto;
	padding: 100px 0;
}
.lp_mvarea .sp_ttl{display: none;}
.lp_mvarea .thanks{
	color: #fff;
	text-align: center;
	font-size: 36px;
}
@media screen and (max-width: 988px) {
	.lp_mvarea{
	    padding:0 30px;	
	    }
	.lp_mvarea img{width: 100%; height: auto;}   
	 
}
@media screen and (max-width: 768px) {
	.lp_mvarea{
		background:url(../img/bg_ttl_sp.jpg) no-repeat center center;
		background-size: cover;
		padding:0 30px;
	}
	.lp_mvarea .inner{
		padding: 60px 0;
	}
	.lp_mvarea .pc_ttl{display: none;}
	.lp_mvarea .sp_ttl{
		display: inherit;
	}
	.lp_mvarea .sp_ttl img{width: 100%; height: auto;}
}
/* --------------------------------------------------
  lp_mvarea
--------------------------------------------------*/
.lp2025 .btn_area{
	background: #fff;
	border: solid 2px #000;
	border-radius: 12px;
	padding: 40px 20px 20px 20px;
	position: relative;
	text-align: center;
}
.lp2025 .btn_area h3{
	margin-top:-70px;
}
.lp2025 .btn_area h3 img{
	width: 228px;
	height: auto;
}
.lp2025 .btn_area .btn_inner{
	display: flex;
	justify-content: space-between;
}
.lp2025 .btn_area .btn_inner a{
	width: 49%;
}
.lp2025 .btn_area .btn_inner a img{
	width: 100%;height: auto;
}

@media screen and (max-width: 768px) {
	.lp2025 .btn_area{
		padding: 40px 20px 20px 20px;
		position: relative;
		text-align: center;
	}
	.lp2025 .btn_area .btn_inner{
		flex-direction: column;
	}
	.lp2025 .btn_area .btn_inner a{
		width: 100%;
	}
	.lp2025 .btn_area .btn_inner a:first-child{
		margin-bottom: 20px;
	}
}
/* --------------------------------------------------
  lp_contact
--------------------------------------------------*/
.lp_contact{
	background:#edece6;
	border-top: solid 1px #dedeca;
	border-bottom: solid 1px #dedeca;
}
.lp_contact .inner{
	max-width: 988px;
	margin: 0 auto;
	padding: 60px 0 100px;
}
.lp_contact .inner h2{
	text-align: center;
	margin-bottom: 60px;
}
.lp_contact .inner #contact_form{
	
	background: #fff;
	border:solid 1px #dedeca;
	border-radius: 12px;
	padding: 60px;
}
.lp_contact .inner #contact_form h3{
	font-size: 42px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}
.lp_contact .inner #contact_form p{
	font-size: 18px;
	text-align: center;
}
.lp_contact .inner #contact_form table{
	width: 100%;
	text-align: left !important;
}
.lp_contact .inner #contact_form table p{
	margin: 0;padding: 0;
	text-align: left !important;
}
.lp_contact .inner #contact_form table th{
	width: 30%;
	padding: 10px 0;
	position: relative;
	vertical-align: middle;
	text-align: left !important;
}
.lp_contact .inner #contact_form .contact-required{
	display: block;
	color: #fff;
	font-size: 14px;
	background: #b50505;
	border-radius: 14px;
	text-align: center;
	width: 46px;
	margin-bottom: 10px;
}
.lp_contact .inner #contact_form table td .wpcf7-list-item{display: block;}
.lp_contact .inner #contact_form table td{
	padding: 10px 0;
	text-align: left !important;
}
.lp_contact .inner #contact_form table td input.wpcf7-form-control{
	border-radius: 7px;
	border:solid 1px #ccc;
	font-size: 16px;
	padding: 4px;
	width: 30%;
}
.lp_contact .inner #contact_form table td input.wpcf7-validates-as-required{
	background: #f7c3c3;
	width: 100%;
}
.lp_contact .inner #contact_form table td .address-block{
	margin-bottom: 10px;
}
.lp_contact .inner #contact_form table td .address-block .area{
	width: 100%;
}
.lp_contact .inner #contact_form table td .address-block .adress-other{
	width: 100%;
}
.lp_contact .inner #contact_form table td .address-block-fb{
	display: flex;
	justify-content: space-between;
}
.lp_contact .inner #contact_form table td .address-block-item{
	width: 48%;
}
.lp_contact .inner #contact_form table td .address-block-item input{
	width: 100%;
}
.lp_contact .inner #contact_form table td textarea{
	border-radius: 7px;
	border:solid 1px #ccc;
	font-size: 16px;
	padding: 4px;
	width: 100%;
	background: #f7c3c3;
}
.lp_contact .inner #contact_form #submit{
	text-align: center;
	}
.lp_contact .inner #contact_form #submit .wpcf7-submit{
	background: #e33f00;
	color: #fff;
	width: 320px;
	border-radius: 12px;
	padding: 8px 0;
	font-size: 30px;
	font-weight: bold;
	border: 0;
}
.wpcf7-spinner{display: block !important;}
@media screen and (max-width: 988px) {
	.lp_contact{
		padding: 0 30px;
	}
}
@media screen and (max-width: 768px) {
	.lp_contact{
		padding: 0 30px;
	}
	.lp_contact .inner{
		padding: 40px 0 40px;
	}

	.lp_contact .inner h2 img{width: 100%; height: auto;}
	.lp_contact .inner #contact_form{
		margin-top: 40px;
		background: #fff;
		border:solid 1px #dedeca;
		border-radius: 12px;
		padding:40px 30px 0;
	}
	.lp_contact .inner #contact_form h3{
		font-size: 36px;
		margin-bottom: 20px;
	}
	.lp_contact .inner #contact_form p{
		font-size: 16px;
		margin-bottom: 30px;
	}
	.lp_contact .inner #contact_form table th{
		width: 100%;
		padding: 10px 0 0;
		position: relative;
		vertical-align: top;
		display: block;
	}
	.lp_contact .inner #contact_form table td{
		padding: 10px 0;
		display: block;
		width: 100%;
	}
	.lp_contact .inner #contact_form #submit .wpcf7-submit{
		width: 240px;
	}
}
/* --------------------------------------------------
  lp_nayami
--------------------------------------------------*/
.lp_nayami{
	background:url(../img/bg_nayami.jpg) no-repeat top center #f6eb00;
	background-size: cover;
	border-top:5px #000 solid;
	border-bottom:5px #000 solid;
}
.lp_nayami .inner_illust{
	max-width: 988px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
}
.lp_nayami .inner_illust img{ max-width: 880px; height: auto;}
.lp_nayami02{
	background:#f6eb00;
}
.lp_nayami02 .inner{
	max-width: 988px;
	margin: 0 auto;
	padding: 40px 0 60px;
}
.lp_nayami02 .inner h2{ margin-bottom: 50px; text-align: center;}
@media screen and (max-width: 988px) {
	.lp_nayami02{
		padding: 0 30px;
	}
}
@media screen and (max-width: 768px) {
	.lp_nayami .inner_illust img{ max-width: 100%; height: auto;}
	.lp_nayami02{
		padding: 0 30px;
	}
	.lp_nayami02 .inner{
		padding: 40px 0 60px;
	}
	.lp_nayami02 .inner h2{ margin-bottom: 50px; text-align: center;}
	.lp_nayami02 .inner h2 img{width: 100%; height: auto;}
}
/* --------------------------------------------------
  lp_jisseki
--------------------------------------------------*/
.lp_jisseki{
	background:#fff;
}
.lp_jisseki .inner{
	max-width: 988px;
	margin: 0 auto;
	padding: 80px 0 100px;
}
.lp_jisseki .inner h2{
	margin-bottom: 50px;
	text-align: center;
}
.lp_jisseki .inner h2 img{
	width: auto;
	height: 128px;
}
.lp_jisseki .box{
	background:#edece6;
	border: solid 1px #dedeca;
	border-radius: 12px;
	padding: 32px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

.lp_jisseki .box .ph{
	width: 40%;
}
.lp_jisseki .box .ph img{
	width: 100%; height: auto;
}
.lp_jisseki .box .txtbox{
	width: 56%;
}
.lp_jisseki .box .txtbox h4{
	font-size: 28px;
	line-height: 120%;
	margin-bottom: 10px;
}
.lp_jisseki .box .txtbox ul{
	border-top:#dedeca solid 1px;
}
.lp_jisseki .box .txtbox li{
	border-bottom:#dedeca solid 1px;
	padding: 10px 0;
}
.lp_jisseki .box .txtbox li span{
	font-weight: bold;
	padding-left: 20px;
}
.lp_jisseki .box .txtbox li .price{
	font-size: 38px;
	color: #c80f00;
}
.lp_jisseki .box .txtbox li .yen{
	font-size: 28px;
	color: #c80f00;
	padding: 0;
}
@media screen and (max-width: 988px) {
	.lp_jisseki{
		padding: 0 30px;
	}
}
@media screen and (max-width: 768px) {
	.lp_jisseki .inner{
		padding: 60px 0px 80px;
	}
	.lp_jisseki .inner h2{
		margin-bottom:40px;
		text-align: center;
	}
	.lp_jisseki .inner h2 img{
		width: auto;
		height: 100px;
	}
	.lp_jisseki .box{
		padding: 20px;
		margin-bottom: 20px;
		flex-direction: column;
	}
	
	.lp_jisseki .box .ph{
		width: 100%;
		margin-bottom: 20px;
	}
	.lp_jisseki .box .ph img{
		width: 100%; height: auto;
	}
	.lp_jisseki .box .txtbox{
		width: 100%;
	}
	.lp_jisseki .box .txtbox h4{
		font-size: 24px;
		line-height: 120%;
		margin-bottom: 16px;
	}
}
/* --------------------------------------------------
  lp_hikaku
--------------------------------------------------*/
.lp_hikaku{
	background:#edece6;
}
.lp_hikaku .inner{
	max-width: 988px;
	margin: 0 auto;
	padding: 80px 0 100px;
}
.lp_hikaku .inner h2{
	margin-bottom: 30px;
	text-align: center;
}
.lp_hikaku .inner h2 img{
	width: auto;
	height: 128px;
}
.lp_hikaku .inner p{
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}
.lp_hikaku .inner p{
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}
.lp_hikaku .hikaku_sp{display: none;}
.lp_hikaku .hikaku_pc{
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.lp_hikaku .hikaku_pc li{
	width: 48%;
}
.lp_hikaku .hikaku_pc li img{
	width: 100%; height: auto;
}
@media screen and (max-width: 988px) {
	.lp_hikaku{
		padding: 0 30px;
	}
}
@media screen and (max-width: 768px) {
	.lp_hikaku{
		padding: 0 30px;
	}
	.lp_hikaku .inner{
		padding: 60px 0 80px;
	}
	.lp_hikaku .inner h2{
		margin-bottom: 20px;
	}
	.lp_hikaku .inner h2 img{
		width: auto;
		height: 100px;
	}
	.lp_hikaku .inner p{
		text-align: center;
		font-size: 18px;
		margin-bottom: 30px;
	}
	.lp_hikaku .inner p{
		text-align: center;
		font-size: 16px;
		margin-bottom: 30px;
	}
	.lp_hikaku .hikaku_pc{display: none;}
	.lp_hikaku .hikaku_sp{
		padding: 0 ;
		display: flex;
		justify-content: space-between;
		margin-bottom: 80px;
	}
	.lp_hikaku .hikaku_sp li{
		width: 48%;
	}
	.lp_hikaku .hikaku_sp li img{
		width: 100%; height: auto;
	}
}
/* --------------------------------------------------
  lp_qanda
--------------------------------------------------*/
.lp_qanda{
	background:url(../img/bg_faq.jpg) no-repeat top center ;
	background-size: cover;
}
.lp_qanda .inner{
	max-width: 988px;
	margin: 0 auto;
	padding: 80px 0 100px;
}
.lp_qanda .inner h2{
	margin-bottom: 30px;
	text-align: center;
}
.lp_qanda .inner h2 img{
	width: auto;
	height: 128px;
}
.lp_qanda .inner p{
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}
.lp_qanda .inner .qa_list{
	background:#edece6;
	border: solid 1px #dedeca;
	border-radius: 12px;
	padding: 24px 32px 32px 32px;
	margin-bottom: 20px;
}
.lp_qanda .inner .qa_list dt{
	font-weight: bold;
	background:url(../img/icon_q.png) no-repeat left center  ;
	background-size:35px 39px ;
	padding: 12px 0 12px 45px;
	margin-bottom: 5px;
	line-height: 120%;
	font-size: 20px;
}
.lp_qanda .inner .qa_list dd{
	background:#fff;
	border: solid 1px #dedeca;
	border-radius: 12px;
	padding: 24px;
}
.lp_qanda .inner .qa_list dd p{
	background:url(../img/icon_a.png) no-repeat left top  ;
	background-size:40px 40px ;
	padding: 0px 0 0 48px;
	text-align: left;
	margin-bottom: 0;
}
@media screen and (max-width: 988px) {
	.lp_qanda{
		padding: 0 30px;
	}
}
@media screen and (max-width: 768px) {
	.lp_qanda{
		padding: 0 30px;
	}
	.lp_qanda .inner{
		padding: 60px 0 80px;
	}
	.lp_qanda .inner h2{
		margin-bottom: 20px;
		text-align: center;
	}
	.lp_qanda .inner h2 img{
		width: auto;
		height: 100px;
	}
	.lp_qanda .inner p{
		text-align: center;
		font-size: 16px;
		margin-bottom: 30px;
	}
	.lp_qanda .inner .qa_list{
		background:#edece6;
		border: solid 1px #dedeca;
		border-radius: 12px;
		padding: 10px 16px 16px 16px;
		margin-bottom: 20px;
	}
	.lp_qanda .inner .qa_list dt{
		font-weight: bold;
		background:url(../img/icon_q.png) no-repeat left center  ;
		background-size:35px 39px ;
		padding: 12px 0 12px 45px;
		margin-bottom: 5px;
		line-height: 120%;
		font-size: 18px;
	}
	.lp_qanda .inner .qa_list dd{
		background:#fff;
		border: solid 1px #dedeca;
		border-radius: 12px;
		padding: 16px;
	}
	.lp_qanda .inner .qa_list dd p{
		background:url(../img/icon_a.png) no-repeat left top  ;
		background-size:40px 40px ;
		padding: 0px 0 0 48px;
		text-align: left;
		margin-bottom: 0;
	}
}
/* --------------------------------------------------
  lp_fixed_btn
--------------------------------------------------*/
.lp_fixed_btn{display: none;}
@media screen and (max-width: 768px) {
	.lp_fixed_btn{
		position: sticky;
		bottom: 0;
		left: 0;
		display:inherit;
		display: flex;
		justify-content: space-between;
	}
	.lp_fixed_btn img{width: 100%; height: auto;}
	.lp_fixed_btn .free{width: 15.4%;}
	.lp_fixed_btn .btn{width: 42.8%;}
}
/* --------------------------------------------------
  Footer
--------------------------------------------------*/
#footer{
	padding: 0;
	background:#edece6;
}
#footer .inner{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	line-height: 140%;
}
#footer .inner .logo{width: 20%;}
#footer .inner .logo img{width: 100%; height: auto;}
#footer .inner .company{width: 36%;}
#footer .copyright{
	text-align: center;
	font-size: 14px;
	padding: 12px 0 ;
	border-top: solid 1px #dedeca;
}
@media screen and (max-width: 988px) {
	#footer{
		padding: 0 30px;
	}
}
@media screen and (max-width: 768px) {
	#footer{
		padding:0 30px;
		background:#edece6;
	}
	#footer .inner{
		padding: 40px 0;
		flex-direction: column;
	}
	#footer .inner .logo{width: 100%; text-align: center;}
	#footer .inner .logo img{width: auto; height: 50px;}
	#footer .inner .company{width: 100%; margin-top: 30px;}
	#footer .copyright{
		text-align: center;
		font-size: 14px;
		padding: 12px 0 ;
		border-top: solid 1px #dedeca;
	}
}
