@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;
}
p{
	line-height: 2;
}
.text_bold{
	font-weight: bold;
}
.text_gray{
	color: #333;
}
.text_red{
	color: #e60012;
}
.max_respon{
	max-width: 100%;
}
.clear{
	clear: both;
}
li{
	list-style: none;
}
.center{
	text-align: center;
}
.text_left{
	text-align: left;
}
.text_right{
	text-align: right;
}

/*----------------------------------------
	text
----------------------------------------*/
@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*/

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

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

@media print, screen and (min-width: 750px){
	.sd-trigger{
		max-width: 100px;
		left: calc(50% + 150px);
		right: auto;
	}
	.sp_mv{
		display: none;
	}
	.pc_mv{
		display: block;
		width: 100%;
		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{
	overflow: hidden;
}
.main_frame,
.lp_frame{
	margin-left: auto;
	margin-right: auto;
}

.main_frame{
	box-sizing: border-box;
	width: 100%;
	max-width: 750px;
	position: relative;
}
.lp_frame{
	background: #fff;
	width: 88%;
	max-width: 660px;
}
.tel{
	display: block;
	text-align: center;
	color:#595757;
	text-decoration: none;
	width: 100%;
}

@media print, screen and (min-width: 770px){
	.sp_only{
		display: none !important;
	}
	.btn_hover{
		display: block;
		position: relative;
	}
}/*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;
	}
}/*END*/

@media screen and (max-width: 769px){
	.pc_mv{
		display: none;
	}
	.sp_mv{
		width: 100%;
	}
}/*END*/

/*----------------------------------------
	map
----------------------------------------*/
.map{
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 80% 0 0;
	position: relative;
}
.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{
	display: block;
	background: #e2e2e2;
	color: #000;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

/*----------------------------------------
	追加
----------------------------------------*/
.black{
	background: #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: #fff;
	position: relative;
}
#bk:before{
	content: "";
	background: #d3d3d3;
	background-image: repeating-linear-gradient(0deg, #bcbcbc 0px 1px, transparent 1px 50px), repeating-linear-gradient(90deg, #bcbcbc 0px 1px, transparent 1px 50px);
	width: 100%;
	height: 100%;
	position: fixed;
    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{
	background: #fff;
	box-shadow: 0 0 50px 0px rgb(0 0 0 / 30%);
	/* overflow-x: hidden; */
	position: relative;
	z-index: 2;
}

@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,
	.ribbon_r{
		display: none;
		}
}/*END*/

/*----------------------------------------
	header
----------------------------------------*/
header{
	position: relative;
}
.drawer{
	display: flex;
	justify-content: center;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.8);
	color: #d0c077;
	width: 100%;
	height: 100vh;
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 50;
	transform: translateX(100%);
	transition: 0.5s ease-in-out;
}
.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;
}
.open .drawer,
.open .drawer ul li{
	transform: translateX(0);
}
.drawer_close{
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
}
.drawer_close span{
	display: inline-block;
	background: #fff;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	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{
	background: #fff;
	border-radius: 0%;
	width: 60px;
	height: 60px;
	cursor: pointer;
	position: fixed;
	top: 0;
	left: calc(50% + 190px);
	z-index: 51;
	transform: translateY(-100%);
	transition: all 0.5s;
}
.btn_menu_works.btn_menu_works_in {
	transform: translateY(0%);
}
.btn_menu_works span{
	border-radius: 10px;
	width: 60%;
	height: 2px;
	position: absolute;
	left: 20%;
	transition: all 0.4s;
}
.btn_menu_works span,
.open .btn_menu_works span{
	background: #000;
}
.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,
.open .btn_menu_works .menu{
	display: none;
}
.open .btn_menu_works .close{
	display: block;
}
.drawer_close{
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
}
.drawer_close span{
	display: inline-block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	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{
		width: 50px;
		height: 50px;
		top: 0;
		left: auto;
		right: 0;
	}
	.btn_menu_works span{
		width: 70%;
		left: 15%;
	}
	.btn_menu_works span:nth-child(1){
		top: 15px;
	}
	.btn_menu_works span:nth-child(3){
		top: 35px;
	}
	.btn_menu_works span:nth-child(2),
	.open .btn_menu_works span:nth-child(1),
	.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{
	width: 16%;
	max-width: 840px;
	position: fixed;
	top: 50px;
	left: 7%;
	z-index: 2;
}
.sp_menu{
	display: none;
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	bottom: -0.1%;
	left: 0;
	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 {
	line-height:1.286
}
input::-webkit-input-placeholder {
	color: #000;
	text-align: left;
	position: relative;
}
::placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
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{
	display: inline-block;
	border-radius: 5px;
	border: none;
	background: #f3e8b2;
	color: #393b54;
	font-size: 1.8rem;
	line-height: 1;
	margin-left: 10px;
	padding: 4px 7px;
}
.nini{
	display: inline-block;
	background: #e5e5ed;
	border-radius: 5px;
	border: none;
	color: #393b54;
	line-height: 1;
	font-size: 1.8rem;
	margin-left: 10px;
	padding: 4px 7px;
}
.contact th{
	background: #393b54;
	font-weight: bold;
	color: #fff;
	text-align: left;
	width: 100%;
	max-width: 270px;
	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;
	background: #fff;
	width:100%;
	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;
	border: 1px solid #fff;
	width:49%;
}

/* 希望日程　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,
.preview_hide.preview_none,
.kakunin.preview_none {
	display: none;
}
.preview_ttl.preview_ttl_show {
	display: block;
}
.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{
		display: block;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	.base.contact td span.text_red{
		display: inline-block;
		margin-left: 0;
		padding-top: 6px;
	}
	.mw_wp_form .vertical-item{
		width: 100%;
	}
	.form_sp_hide{
		display: none;
		position: relative;
	}
	.mw_wp_form td.error{
		display: block !important;
		background: #fff7f8;
	}
}/*END*/

select,
textarea,
input[type="text"],
input[type="tel"]{
	border: 0;
	border-radius: 0;
	border: 1px solid #fff;
	box-sizing: border-box;
	font-size: 1.8rem;
	color:#000;
	-webkit-appearance: none;
	text-align: left;
	padding: 10px 15px;
	transition: all .4s;
}
select,
textarea,
button,
input[type="text"],
input[type="tel"],
input[type="button"],
input[type="submit"]{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
}
button,
input[type="submit"]{
	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,
.mw_wp_form_confirm .btn_submit input,
.btn_back button {
	background: transparent;
	border: none;
	background-size: 100%;
	background-position: center;
	font-size: 0;
	max-width: 100%;
	min-width: 0;
	width: 90%;
	min-height: 0;
	height: auto;
	aspect-ratio: 55 / 13;
	transition: .4s;
}
.btn_submit input {
	background-image: url(../images/flyer_noresponse/btn_check.png);
}
.mw_wp_form_confirm .btn_submit input {
	background-image: url(../images/flyer_noresponse/btn_send.png);
}
.btn_back button {
	background-image: url(../images/flyer_noresponse/btn_back.png);
	border-radius: 0;
	color: #fff;
}
.btn_submit:hover input,
.mw_wp_form_confirm .btn_submit:hover input,
.btn_back:hover button {
	background-color: transparent;
	background-size: 100%;
	background-position: center;
	opacity: 0.8;
}
.btn_submit:hover input {
	background-image: url(../images/flyer_noresponse/btn_check.png);
}
.mw_wp_form_confirm .btn_submit:hover input {
	background-image: url(../images/flyer_noresponse/btn_send.png);
}
.btn_back:hover button {
	background-image: url(../images/flyer_noresponse/btn_back.png);
}

/*個人情報保護方針*/
a.privacy_check_txt {
	display: block;
	color: #000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

@media screen and (max-width: 768px){
	select,
	textarea,
	input[type="text"],
	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;
	line-height: 1.2;
	margin-left: 0;
	padding: 9px 0 9px 45px;
	cursor: pointer;
	position: relative;
}
.radio label:before,
.check label:before {
	content: "";
	background: #fff;
	border: 1px solid #7d7d7d;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	margin-top: -13px;
	position: absolute;
	top: 50%;
	left: 10px;
}
.radio label:before{
	width: 20px;
	height: 20px;
	margin-top: -10px;
	left: 12px;
}
.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 {
	content: "";
	border-radius: 50%;
	background: #c9151e;
	width: 16px;
	height: 16px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	left: 15px;
}
.check input[type="checkbox"]:checked + label::after {
	display: block;
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 50%;
}
.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;
	font-size: 1.3rem;
	color: #575757;
	padding: 15px 25px;
}
.contact_part th{
	background: none;
	font-weight: bold;
	color: #000;
	text-align: left;
	width: 100%;
	max-width: 270px;
	padding: 15px 20px 5px 0;
}
.mw_wp_form_preview .contact_part th{
	max-width: 100%;
}
.contact_part td{
	display: block;
	background: none;
	box-sizing: border-box;
	line-height: 1.6;
	margin-bottom: 10px;
	padding: 0;
}
.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,
.contact_part .nini{
	display: inline-block;
	border-radius: 5px;
	border: none;
	line-height: 1;
	font-size: 1.2rem;
	margin-left: 10px;
	padding: 4px 7px;
}
.contact_part .hissu{
	background: #eb6877;
	color: #fff;
}
.contact_part .nini{
	background: #fff;
	color: #bfbfbf;
}
.mw_wp_form .contact_part .horizontal-item + .horizontal-item{
	margin-left: 0;
}
.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{
		display: inline-block;
		margin-left: 0;
		padding-top: 6px;
	}
}/*END*/

/*----------------------------------------
	チラシLP用モーダルの記述
----------------------------------------*/ 
.popup {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
.popup.is-show {
	opacity: 1;
	visibility: visible;
}
.popup-inner {
	text-align: center;
	max-width: min(600px,90%);
	margin: 0 auto;
	position: relative;
	top: 20%;
	z-index: 2;
}
.popup-inner img {
	width: 100%;
}
.close-area {
	display:inline-block;
	text-align:center;
	cursor: pointer;
}
.black-background {
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#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{
    width: 70%;
	position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
}