@charset "utf-8";
/*
Title: チラシLP
Last Updated: 2023-5-15
Author: zeal
*/

/*----------------------------------------
	全体
----------------------------------------*/

html{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	font-size:62.5%;
	color: #000;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	font-weight: 500;
}
body{ font-size:1.4rem; font-size: 1.4em; }
img{
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
}

a{
	color:#f18e1d;
	transition: all 0.4s;
}
a:hover{
	color:#ecbe8a;
	transition: all 0.4s;
}
a img:hover{
	opacity: 0.7;
}
.blue{background: #083B6D}
.skyblue{background: #7ECEF4}
.gray{background: #e6e7e7}
.beige{background: #fef3ec}
.max_respon{max-width: 100%;}
/*----------------------------------------
	text
----------------------------------------*/

p{ line-height: 2; }
.text_bold{ font-weight: bold; }
.text_gray{ color: #333; }
.text_red{ color: #e60012; }

@media print, screen and (min-width: 770px){
	.text_16{ font-size:1.6rem !important; }
	.text_18{ font-size:1.8rem !important; }
	.text_21{ font-size:2.1rem !important; }
	.text_22{ font-size:2.2rem !important; }
	.text_24{ font-size:2.4rem !important; }
	.text_26{ font-size:2.6rem !important; }
	.text_28{ font-size:2.8rem !important; }
	.text_36{ font-size:3.6rem !important; }


}/*END*/

@media print, screen and (min-width: 480px) and ( max-width: 769px){
	/* .text_16{ font-size:2vw !important; }
	.text_18{ font-size:2.2vw !important; } */
	.text_21{ font-size:2.7vw !important; }
	.text_22{ font-size:2.8vw !important; }
	.text_24{ font-size:3vw !important; }
	.text_26{ font-size:3.2vw !important; }
	.text_28{ font-size:3.4vw !important; }
	.text_36{ font-size:4.2vw !important; }

}/*END*/

@media screen and (max-width: 479px){
	/* .text_16{ font-size: 1.1rem !important; } */
	/* .text_18{ font-size: 1.1rem !important; } */
	.text_21{ font-size: 1.2rem !important; }
	.text_22{ font-size: 1.2rem !important; }
	.text_24{ font-size: 1.2rem !important; }
	.text_26{ font-size: 1.3rem !important; }
	.text_28{ font-size: 1.4rem !important; }
	.text_36{ font-size: 1.6rem !important; }

}/*END*/

.clear{ clear: both; }
li{ list-style:none; }
.center{ text-align:center; }
.text_left{ text-align:left; }
.text_right{ text-align:right; }

.op{
	transition: all 0.4s;
}
.op:hover{
	filter: alpha(opacity=70);
	-moz-opacity:070;
	opacity:0.70;
	transition: all 0.4s;
}

/*----------------------------------------
	header
----------------------------------------*/

.sd-trigger{
	position: fixed;
	top: 0;
	right: 0;
	width: 16%;
	cursor: pointer;
	background: #fff;
	z-index: 7;
}
#sd{
	box-sizing: border-box;
	background: #fff;
}
#sd li a{
	display: block;
	text-decoration: none;
	padding: 20px 2% 20px 4%;
	color:#000;
	border-bottom: 1px solid #ccc;
}
#sd li a:hover{
	color: #14557a;
}

@media print, screen and (min-width: 750px){
	.sd-trigger{
  left: calc(50% + 150px);
	right: auto;
	max-width: 100px;
}

	.sp_mv{
		display: none;
	}
	.pc_mv{
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

}/*END*/

@media screen and (max-width: 769px){
		.sd-trigger{
  max-width: 25%;
}

	.pc_mv{
		display: none;
	}
	.sp_mv{
		width: 100%;
	}

}/*END*/


/*----------------------------------------
	layout
----------------------------------------*/

#container{
	overflow: hidden;
}
.main_frame{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.lp_frame{
	width: 88%;
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}
.overflow{
	overflow: hidden;
}

.tel{
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color:#595757;
}

@media print, screen and (min-width: 770px){

	.sp_only{
		display: none !important;
	}
	.btn_hover{
		position: relative;
		display: block;
	}


}/*END*/

@media print, screen and (min-width: 600px){

	.sp_br{
		display: none;
	}

}/*END*/

@media screen and (max-width: 769px){

	.pc_only{
		display: none !important;
	}

}/*END*/


/*----------------------------------------
	header
----------------------------------------*/

@media print, screen and (min-width: 770px){

	.sp_mv{
		display: none;
	}
	.pc_mv{
	}

}/*END*/

@media screen and (max-width: 769px){

	.pc_mv{
		display: none;
	}
	.sp_mv{
		width: 100%;
	}

}/*END*/
/*----------------------------------------
	map
----------------------------------------*/

.map{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 80% 0 0;
	text-align: center;
}
.map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.map iframe:not(:target){
	left: 0\9;
	top: 0\9;
}
.map iframe{
	left: 0\9;
	top: 0\9;
}
@media all and (-ms-high-contrast: none) {
.map iframe{
		left: 50%\9 !important;
		top: 50%\9 !important;
	}
}
.map{ z-index: 2; }/*chrome対策*/

@media screen and (max-width: 1049px){

	.map{ padding: 80% 0 0; }

}/*END*/

@media screen and (max-width: 769px){

	.map{ padding: 80% 0 0; }

}/*END*/





/*----------------------------------------
	footer
----------------------------------------*/
.copyright{
	color: #000;
	background: #e2e2e2;
	text-align: center;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
}





/*----------------------------------------
	追加
----------------------------------------*/
.black{
	background-color: #000000;
	padding-bottom: 25px;
	position: relative;
}
.lp_frame{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
.btn{
	display: block;
	width: 100%;
}

#bk{
	background-color: #fff;
	position: relative;
}

#bk:before{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	/* background-image: url("./images/no_response/background.jpg");
	background-size: contain; */
	/* background-color : #fefbc6; */
	z-index: 1;

	content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #d3d3d3;
	background-image: repeating-linear-gradient(0deg, #bcbcbc 0px 1px, transparent 1px 50px), repeating-linear-gradient(90deg, #bcbcbc 0px 1px, transparent 1px 50px);
    z-index: 1;
}
.ribbon_l{
	  position: fixed;
    top: 0;
    left: 0;
    background: url("../images/no_response/background-rbn.jpg") center top repeat-y;
    background-size: 100%;
    height: 100vh;
    width: 4.5%;
    max-width: 50px;
    box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%);
    z-index: 1;
}
.ribbon_r{
	  position: fixed;
    top: 0;
    right: 0;
    background: url("../images/no_response/background-rbn.jpg") center top repeat-y;
    background-size: 100%;
    height: 100vh;
    width: 4.5%;
    max-width: 50px;
    box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%);
    z-index: 1;
}
#frame{
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 50px 0px rgb(0 0 0 / 30%);
	/* overflow-x: hidden; */
}

@media screen and (min-width: 750px){
	.lp_frame{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	.check .lp_frame{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
#frame{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
	.contact_bk .ttl{
	position: absolute;
	top:100px;
}
	.contact_bk{
	padding:180px 0 50px;
}
}/*END*/
@media screen and (max-width: 751px){

		.ribbon_l{
		  display: none;
		
	}

	.ribbon_r{
	  display: none;
	}


}/*END*/
/*----------------------------------------
	header
----------------------------------------*/

header{
	position: relative;
}
.drawer{
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	color: #d0c077;
	display: flex;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transform: translateX(100%);
	transition: 0.5s ease-in-out;
	z-index: 50;
}
.drawer ul{
	text-align: center;
	padding-top: 100px;
}
.drawer ul li{
	position: relative;
	transform: translateX(-150px);
	transition: transform 0.5s ease;
}
.drawer ul li:nth-child(2){ transition-delay: 0.15s; }
.drawer ul li:nth-child(3){ transition-delay: 0.25s; }
.drawer ul li:nth-child(4){ transition-delay: 0.35s; }
.drawer ul li:nth-child(5){ transition-delay: 0.45s; }
.drawer ul li:nth-child(6){ transition-delay: 0.55s; }
.drawer ul li:nth-child(7){ transition-delay: 0.65s; }
.drawer ul li:nth-child(8){ transition-delay: 0.4s; }
.drawer ul li:nth-child(9){ transition-delay: 0.45s; }
.drawer ul li:nth-child(10){ transition-delay: 0.5s; }
.drawer ul li:nth-child(11){ transition-delay: 0.55s; }
.drawer ul li:nth-child(12){ transition-delay: 0.6s; }
.drawer ul li a{
	display: inline-block;
	font-size: 2rem;
	color: #fff;
	text-decoration: none;
	padding: 15px;
}

.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.open .drawer ul li{
	transform: translateX(0);
}
.drawer_close{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.drawer_close span{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	background: #fff;
	height: 2px;
	width: 100%;
	transition: all 0.4s;
}
.drawer_close span:nth-child(1){
	transform: rotate(45deg);
}
.drawer_close span:nth-child(2){
	transform: rotate(-45deg);
}
.drawer_close:hover span{
	background: #bd0d23;
}

@media screen and (max-width: 768px){

	.drawer_close{
		width: 30px;
		height: 30px;
	}
	.drawer ul li a{
		font-size: 1.8rem;
	}


}/*END*/




.btn_menu_works{
	position: fixed;
	width: 60px;
	height: 60px;
	left: calc(50% + 190px);
	top: 0px;
	cursor: pointer;
	transition: all 0.5s;
	z-index: 51;
	border-radius: 50% 50%;
	background-color: #000;
	border-radius: 0%;
	transform: translateY(-100%);
}
.btn_menu_works.btn_menu_works_in {
	transform: translateY(0%);
}
.btn_menu_works span{
	position: absolute;
	left: 20%;
	width: 60%;
	height: 2px;
	transition: all 0.4s;
	background-color: #fff;
	border-radius: 10px;
}
.open .btn_menu_works span{
	background-color: #fff;
}
.btn_menu_works span:nth-child(1){
	top: 20px;
}
.btn_menu_works span:nth-child(2){
	top: 30px;
}
.btn_menu_works span:nth-child(3){
	top: 40px;
}
.open .btn_menu_works span:nth-child(1){
	transform: rotate(45deg);
	top:30px;
}
.open .btn_menu_works span:nth-child(2){
	opacity: 0;
}
.open .btn_menu_works span:nth-child(3){
	transform: rotate(-45deg);
	top:30px;
}

.btn_menu_works .close{
	display: none;
}
.open .btn_menu_works .close{
	display: block;
}
.open .btn_menu_works .menu{
	display: none;
}




.drawer_close{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.drawer_close span{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	width: 100%;
	transition: all 0.4s;
}
.drawer_close span:nth-child(1){
	transform: rotate(45deg);
}
.drawer_close span:nth-child(2){
	transform: rotate(-45deg);
}

@media screen and (max-width: 768px){

	.btn_menu_works{
		left: auto;
		width: 50px;
		height: 50px;
		right: 0px;
		top: 0px;
	}
	.btn_menu_works span{
		width: 70%;
		left: 15%;
	}

	.btn_menu_works span:nth-child(1){
		top: 15px;
	}
	.btn_menu_works span:nth-child(2){
		top: 25px;
	}
	.btn_menu_works span:nth-child(3){
		top: 35px;
	}

	.open .btn_menu_works span:nth-child(1){
		top: 25px;
	}
	.open .btn_menu_works span:nth-child(3){
		top: 25px;
	}

}/*END*/



/*----------------------------------------
	content
----------------------------------------*/
.rela{
	position: relative;
}
.block {
	display: block;
}

.enntry_form_area .inner{
	padding: 5.5% 4%;
	background: #e2e2e2;
}

.bg_logo{
	position: fixed;
	top: 50px;
	left: 7%;
	width: 16%;
	max-width: 840px;
	z-index: 2;
}

.sp_menu{
	width: 100%;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 10;
}
.sp_menu a{
	display: block;
}
.sp_menu ul{
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.sp_menu ul li{
	float: left;
	width: calc(100% / 2);
}
.sp_menu ul li:nth-of-type(2){
	float: right;
}


@media screen and (max-width: 899px){

	.bg_logo{
		display: none;
	}

}/*END*/


@media screen and (max-width: 749px){
	.sp_menu ul{
		max-width: 768px;
	}

}/*END*/

/*----------------------------------------
	お問い合わせ
----------------------------------------*/
::placeholder {
  color: #000;
	padding-top: 0.15em;
	line-height:1.286
}
input::-webkit-input-placeholder {
	color: #000;
  position: relative;
	text-align: left;
}
input:-moz-placeholder {
color: #000;
padding-top: 0.15em;
}
input::-moz-placeholder {
color: #000;
padding-top: 0.15em;
}
input:-ms-input-placeholder {
color: #000;
padding-top: 0.15em;
}

input, select {
	width: 100%;
}
.form_annotation {
	font-weight:normal!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
}
@media screen and (max-width: 599px){
.form_annotation p{
	font-size: 1.2rem!important;
}
p.form_annotation{
	font-size: 1.2rem!important;
}
}
.p_t0 {
	padding-top: 0px!important;
}
.hissu{
	background: #f3e8b2;
	color: #393b54;
	border-radius: 5px;
	line-height: 1;
	display: inline-block;
	padding: 4px 7px;
	font-size: 1.2rem;
	margin-left: 10px;
	border: none;
	font-size: 1.8rem;
}
.nini{
	background: #e5e5ed;
	color: #393b54;
	border-radius: 5px;
	line-height: 1;
	display: inline-block;
	padding: 4px 7px;
	font-size: 1.2rem;
	margin-left: 10px;
	border: none;
	font-size: 1.8rem;
}
.contact th{
	width: 100%;
	max-width: 270px;
	font-weight: bold;
	color: #fff;
	background: #393b54;
	text-align: left;
		padding: 15px 4.5%;
}
.contact td{
	background: #fff;
	box-sizing: border-box;
		padding: 4.5% 4.5%;
		line-height: 1.6;
}
.contact td span.text_red{ margin-left: 10px; }
.mwform-radio-field,
.mwform-checkbox-field{
	display: block;
	width:100%;
	background: #fff;
	margin-bottom: 10px;
	padding-left: 0px;
	box-sizing: border-box;
}
.contact_part td.form_flex_parts {
	display:flex!important;
	justify-content:space-between;
	gap: 10px;
}
.form_flex_parts .mwform-radio-field,
.form_flex_parts .mwform-checkbox-field{
	display: inline-block;
	width:49%;
	border: 1px solid #fff;
}
/* 希望日程　flex */
#date_area .form_flex_parts input,
#date_area02 .form_flex_parts input {
	flex: 2.8;
}
#date_area .form_flex_parts select,
#date_area02 .form_flex_parts select {
	flex: 1.5;
	padding-right: 0;
}
.kakunin .mwform-checkbox-field{ margin-right: 0; }
.mw_wp_form .vertical-item{ display: inline-block; }
.mw_wp_form .vertical-item + .vertical-item{ margin-top: 0 !important; }
.btn_area{ text-align: center; }

.mwform-radio-field.vertical-item{
	margin-bottom: 15px;
}

.add .zip,
.add .pref{
	margin-bottom: 10px;
}
.add .zip input,
.add .pref select{
	margin-left: 8px;
}

/*error*/
.mw_wp_form .error{
	font-size: inherit !important;
	color: inherit !important;
}
.mw_wp_form span.error{
	padding-top: 6px;
}
.mw_wp_form td.error{
	display: table-cell !important;
	background: #fff7f8;
}
#kind_area + span.error,
#method_area + span.error,
#date_area + span.error,
#date_area + span.error + span.error,
#date_area02 + span.error,
#date_area02 + span.error + span.error {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*確認画面での表示調整*/
.preview_ttl {
	display: none;
}
.preview_ttl.preview_ttl_show {
	display: block;
}
.preview_hide.preview_none {
	display: none;
}
.kakunin.preview_none {
	display: none;
}
.mw_wp_form_confirm .form_annotation p{
	color: #8a8a8a;
	font-size: 1.2rem!important;
}
@media screen and (max-width: 768px){

	.btn_area button,
	.btn_area input{
		margin-bottom: 10px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.base.contact td span.text_red{
		margin-left: 0;
		padding-top: 6px;
		display: inline-block;
	}
	.mw_wp_form .vertical-item{
		width: 100%;
	}
	.form_sp_hide{
		position: relative;
		display: none;
	}
	.mw_wp_form td.error{
		display: block !important;
		background: #fff7f8;
	}

}/*END*/
select,
textarea,
input[type="text"],
input[type="tel"]{
	padding: 10px 15px;
	box-sizing: border-box;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	transition: all 0.4s;
	font-size: 1.8rem;
	border: 0px;
	color:#000;
	-webkit-appearance: none;
	border-radius: 0;
	text-align: left;
	border: 1px solid #fff;
}
input[type="button"]{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
}
button,
input[type="submit"]{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	transition: all 0.4s;
}
select{
	/* background: url("images/common/select_arrow.gif") right center no-repeat #fff; */
	background-size: auto 100%;
	padding-right: 60px;
}
.form1{ width: 70px; }
.form2{ width: 120px; }
.form3{ width: 200px; }
.form4{ width: 400px; }
.form_all{ width: 100%; }


.btn_submit input {
	font-size: 0;
	width: 90%;
	height: auto;
	max-width: 100%;
	transition: .4s;
	background-color: transparent;
	border: none;
	background-image: url(../images/no_response/btn_check.png);
	background-size: 100%;
	background-position: center;
	aspect-ratio: 55 / 13;
	min-width: 0;
	min-height: 0;
}
.mw_wp_form_confirm .btn_submit input {
	font-size: 0;
	width: 90%;
	height: auto;
	max-width: 100%;
	transition: .4s;
	background-color: transparent;
	border: none;
	background-image: url(../images/no_response/btn_send.png);
	background-size: 100%;
	background-position: center;
	aspect-ratio: 55 / 13;	
	min-width: 0;
	min-height: 0;
}
.btn_back button {
	font-size: 0;
	width: 90%;
	height: auto;
	max-width: 100%;
	transition: .4s;
	background-color: transparent;
	border-radius: 0px;
	border: none;
	background-image: url(../images/no_response/btn_back.png);
	background-size: 100%;
	background-position: center;
	aspect-ratio: 55 / 13;	
	min-width: 0;
	min-height: 0;
	color: #fff;
}
.btn_submit:hover input {
	background-color: transparent;
	background-image: url(../images/no_response/btn_check.png);
	background-size: 100%;
	background-position: center;
	opacity: 0.8;
}
.mw_wp_form_confirm .btn_submit:hover input {
	background-color: transparent;
	background-image: url(../images/no_response/btn_send.png);
	background-size: 100%;
	background-position: center;
	opacity: 0.8;
}
.btn_back:hover button {
	background-color: transparent;
	background-image: url(../images/no_response/btn_back.png);
	background-size: 100%;
	background-position: center;
	opacity: 0.8;
}


/*個人情報保護方針*/
a.privacy_check_txt {
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #000;
}
@media screen and (max-width: 768px){
	select,
	textarea{
		font-size: 1.6rem;
	}
	input[type="text"]{
		font-size: 1.6rem;
	}
	input[type="text"].hasDatepicker{
		font-size: 1.6rem;
	}
	.radio label:not(:target),
	.check label:not(:target){
		font-size: 1.6rem!important;
	}
	.form3,
	.form4{
		width: 100%;
	}
}/*END*/
/*----------------------------------------
	checkbox radiobtn
----------------------------------------*/
.radio input[type="radio"],
.check input[type="checkbox"]{
	display: none;
}
.radio label,
.check label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 0px;
	padding: 9px 0 9px 45px;
	line-height: 1.2;
}
.radio label:before,
.check label:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 10px;
	width: 25px;
	height: 25px;
	margin-top: -13px;
	background: #fff;
	border: 1px solid #7d7d7d;
	border-radius: 50%;
}
.radio label:before{
	left: 12px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}
.check label:before{ border-radius: 0; }
.radio label,
.check label{
	margin-left: 0\9;
	padding: 11px\9;
	line-height:2;
}
.radio label:not(:target),
.check label:not(:target){
	margin-left: 10px\9;
	padding: 11px 0 11px 25px\9;
	line-height:2;
	width: 100%;
	box-sizing: border-box;
}
.radio label:before,
.check label:before{
	display: none\9;
}
.radio label:not(:target):before,
.check label:not(:target):before{
	display: inline-block\9;
}
.radio input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -7px;
	border-radius: 50%;
	background: #c9151e;
}
.check input[type="checkbox"]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
}
.check input[type="checkbox"]:checked + label::after {
	left: 14px;
	width: 18px;
	height: 12px;
	margin-top: -8px;
	border-left: 4px solid #c9151e;
	border-bottom: 4px solid #c9151e;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.contact_part{
	width: 100%;
}
.contact_text{
	background: #fbeced;
	padding: 15px 25px;
	font-size: 1.3rem;
	color: #575757;
}
.contact_part th{
	width: 100%;
	max-width: 270px;
	font-weight: bold;
	color: #000;
	background: none;
	text-align: left;
	padding: 15px 20px 5px 0px;
}
.mw_wp_form_preview .contact_part th{
	max-width: 100%;
}
.contact_part td{
	background: none;
	box-sizing: border-box;
	padding: 0px;
	line-height: 1.6;
	display: block;
	margin-bottom: 10px;
}
.contact_part td.pt_0{
	padding-top: 0;
}
.contact_part td.pb_0{
	padding-bottom: 0;
}
.radio span.error {
	margin-top: 5px;
	margin-bottom: 10px;
}
.base.contact_part td span.text_red{ margin-left: 10px; }

.contact_part .hissu {
  background: #eb6877;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  display: inline-block;
  padding: 4px 7px;
  font-size: 1.2rem;
  margin-left: 10px;
  border: none;
}

.contact_part .nini {
  background: #fff;
  color: #bfbfbf;
  border-radius: 5px;
  line-height: 1;
  display: inline-block;
  padding: 4px 7px;
  font-size: 1.2rem;
  margin-left: 10px;
  border: none;
}
.mw_wp_form .contact_part .horizontal-item + .horizontal-item {
	margin-left: 0px;
}

.radio span.mwform-radio-field.horizontal-item:nth-child(6) {
	display: block;
	margin-top: 20px;
}

@media screen and (max-width: 768px){

	.base.contact_part td span.text_red{
		margin-left: 0;
		padding-top: 6px;
		display: inline-block;
	}

}/*END*/

/*----------------------------------------
	チラシLP用モーダルの記述
----------------------------------------*/ 
.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}
.popup.is-show {
	opacity: 1;
	visibility: visible;
}
.popup-inner {
	position: relative;
	margin: 0 auto;
	max-width: min(600px,90%);
	top: 20%;
	text-align: center;
	z-index: 2;
}
.popup-inner img {
	width: 100%;
}
.close-area {
	display:inline-block;
	cursor: pointer;
	text-align:center;
}
.black-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
	cursor: pointer;
}
#id_wdp_border{
	width: 100vw;
	height: 10px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}


/*----------------------------------------
	チラシLP用の記述
----------------------------------------*/
/*btn関係*/
.btn_link{
	display: block;
	width: 80%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
}
.btn_link img {
	transition: .4s;
}
.btn_link:hover img {
	transform: translateY(5px);
}
.btn_tel {
	display: block;
	width: 100%;
	position: absolute;
}
.btn_tel img {
	transition: .4s;
}
.btn_link01{
	bottom: 31.8%;
}
.btn_link02{
	bottom: 5.5%;
}
.btn_link03{
    bottom: 21%;
}
.btn_link04{
	bottom: 2.8%;
}
.btn_link05{
	bottom: 4%;
}
.btn_link06{
	bottom: 7%;
}
.btn_tel01{
    bottom: 14%;
}
.btn_tel02{
    bottom: 9%;
}







/*----------------------------------------
	no_response
----------------------------------------*/

.no_response .enntry_form_area .inner{
	background: #e2e2e2;
}



/*----------------------------------------
	btn
----------------------------------------*/

.btn01{
position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
}


