@charset "UTF-8";
/* CSS Document */


/*----------------------------------------------
↓↓↓店舗一覧↓↓↓
-----------------------------------------------*/

.rest-btn_culumn{
    display: flex;
	justify-content:center;
	align-items:center;
	margin: 40px 0 0;
}
button.rest-btn{
    width: 38px;
    height: 25px;
    position: relative;
    display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items:stretch;
	overflow: hidden;
}

button.rest-btn span{
    display: block;
    background: #595757;
	height: 5px;
	width:5px;
	margin-right: 6px;
}

button.rest-btn span:nth-of-type(even){
width:27px;
margin-right: 0;
}

button.rest-btn.switch span{
	height:10px;
	width:10px;
margin-right: 0;
}

button.dm_rest-btn{
    width: 280px;
	position: relative;
    display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	border: thin solid #595757;
	box-sizing: border-box;
	margin-left: 20px;
}

button.dm_rest-btn span{
    width: 280px;
	padding: 5px;
	display: flex;
	justify-content:center;
	align-items:center;
	overflow: hidden;
	color:#595757;
}
button.dm_rest-btn span:nth-of-type(2){
    display: none;
}
button.dm_rest-btn.switch span{
    display: none;
}
button.dm_rest-btn.switch span:nth-of-type(2){
    width: 280px;
	padding: 5px;
    display: flex;
	justify-content:center;
	align-items:center;
	overflow: hidden;
	color:#595757;
}

.pageLink_culumn{
	width: calc(100% - 140px);
	display: flex;
	justify-content:center;
	align-items:center;
	color:#595757;
	margin: 0 20px 20px 120px;
}
.pageLink_culumn a{
	margin: 0 10px;
}

.restWrapper{
	display: flex;
	flex-wrap: wrap;
}

.restBox{
	width: 260px;
	margin: 20px;
}

.restBox.fc_rest.hidden{
	display: none;
}
.restBox.fc_rest.switch,
.restBox.switch{
	border-top: thin solid #000;
	border-bottom: thin solid #000;
	padding: 10px 0;
}

.restBox>a{
	display: block;
	position: relative;
	z-index: 1;
}

.restImg{
	width: 260px;
	height: 220px;
	display: flex;
	justify-content:center;
	align-items:center;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
}
.restBox.fc_rest.switch .restImg,
.restBox.switch .restImg{
	height: 25px;
}
.restImg img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.restBox.fc_rest.switch .restImg img,
.restBox.switch .restImg img{
display: none;
}
.restImg .areaBox{
	position: absolute;
	display: flex;
	justify-content:center;
	align-items:center;
	z-index: 3;
	width: 100%;
	height: 25px;
	bottom: 0;
	box-sizing: border-box;
}

.restImg .areaTxt{
	display: flex;
	justify-content:center;
	align-items:center;
	background-color: #fff;
	z-index: 3;
	color: #595757;
	width: 70px;
	height: 25px;
	bottom: 0;
	box-sizing: border-box;
}

.restImg .dmTxt{
	display: flex;
	justify-content:center;
	align-items:center;
	background-color: rgb(230 0 0 / 1);
	z-index: 3;
	color: #fff;
	width: 70px;
	height: 25px;
	bottom: 0;
	box-sizing: border-box;
}


.restName{
	margin: 5px 0 0;
	text-align: center;
}

.restAddress{
	position: relative;
	padding-left: 10px;
	margin: 5px 0 0;
	text-align: center;
}

.restAddress::before{
	content: "";
	position: absolute;
	width: 15px;
	height:21px;
	background: url("../images/icon_map.svg") no-repeat;
	margin-left: -20px;
	top:2px;
}


.restReserv-Btn a,
.restReserv-phone a{
	display: flex;
	position: relative;
	width: 100px;
	height:40px;
	background: #000;
	color: #fff;
	justify-content:center;
	align-items:center;
	margin: 5px auto;
}

.restReserv-phone a{
	width: 85%;
	background: #000;
	color: #fff;
	justify-content:center;
	align-items:center;
	margin: 5px auto;
pointer-events: none
}


.restReserv-Btn p,
.restReserv-phone p{
	position: relative;
	padding-left: 20px;
}
.restReserv-Btn p::before,
.restReserv-phone p::before{
	content: "";
	position: absolute;
	width: 15px;
	height:24px;
	background: url("../images/icon_phone_w.svg") no-repeat;
	top:-2px;
	margin-left: -20px;
}


/*----------------------------------------------
↓↓↓社長メッセージ↓↓↓
-----------------------------------------------*/

.about-btn_culumn{
    display: flex;
	justify-content:center;
	align-items:center;
	margin: 40px 0 0;
}

.about-btn_culumn a{
    width: 280px;
	padding: 5px;
	position: relative;
    display: flex;
	justify-content:center;
	align-items:center;
	overflow: hidden;
	border: thin solid #595757;
	margin:0 10px;
}

.mainImgCulumn{
	position: relative;
	z-index: -1;
	width: 63%;
	height: 400px;
	margin: 0px auto 0;
	padding-top: 50px;
	overflow: hidden;
	transform: translateZ(-5px) scale(2);
}

.mainImgCulumn img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}


.shapes{
	width: 900px;
	height: 400px;
	background-color: rgb(230 0 0);
	clip-path: polygon(0 100%,60% 0,100% 24%,100% 100%);
	position: relative;
	margin: -300px 0 0 50%;
	z-index: 2;
}

.presidentPlofBox{
	position: absolute;
	left: 15%;
	top:310px;
	color: #fff;
	line-height: 1.2em;
	z-index: 3;
}

.presidentName{
	font-size:30px;
	line-height: 1.6em;
}

.about_contents{
	width: 100%;
	max-width: 600px;
	line-height: 2.0em;
	margin: 50px auto;
}


/*----------------------------------------------
↓↓↓会社概要↓↓↓
-----------------------------------------------*/

.mainImgCulumn.company{
	height: 350px;
}

.pageLink_culumn.company{
	display: flex;
	flex-wrap: wrap;
	margin: 20px 20px 20px 120px;
	padding-top: 20px;
}



/* ================================
   companyページ用：WP表ブロックリセット
================================ */

/* 余計な figure を無効化 */
.about_contents .wp-block-table {
  margin: 0;
}

/* Gutenberg 固有の fixed-layout を解除 */
.about_contents table.has-fixed-layout {
  table-layout: auto;
}

/* table を通常の table として扱う */
.about_contents table {
  width: 100%;
  border-collapse: collapse;
}

/* WPブロック表は td のみなので td で制御 */
.about_contents td:first-child {
  width: 100px;
  border-right: thin solid #000!important;;
  white-space: nowrap;
padding: 10px 0 10px 0px;
}

.about_contents td:last-child {
  width: calc(100% - 100px);
padding: 10px 0 10px 20px;
}


/*----------------------------------------------
↓↓↓マップ↓↓↓
-----------------------------------------------*/

.googlemapBox {
  max-width: calc(100% - 100px); /* ここに横幅を指定 */
	max-height: 700px;
	overflow: hidden;
	margin: 0 0 0 100px;
}
 
.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 30%;
}
 
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.accessBox{
	margin:30px 0 0;
}



/*----------------------------------------------
↓↓↓特徴↓↓↓
-----------------------------------------------*/


.pageLink_culumn.point{
	display: flex;
	flex-wrap: wrap;
	margin: 20px 20px 20px 120px;
	padding-bottom: 20px;
}

.mainImgCulumn.point{
	width: 85%;
	height: 300px;
    display: flex;
	justify-content:center;
	align-items:center;
	margin: 0px auto 0;
	padding-top: 0px;
	transform: translateZ(-5px) scale(1.5);
}


.pointCatch{
	width: calc(100% - 140px);
	position: absolute;
	top:-20px;
	text-align: center;
	font-size: 100px;
	color: rgb(230 0 0);
	z-index: 3;
	line-height: 0.4em;
}

.point_contents{
	max-width: 900px;
	margin: 60px auto 30px;
    display: flex;
	justify-content:center;
}

.point_contents_txt{
	width: calc(100% - 400px);
}
.point_contents_txt a{
	color: rgb(230 0 0);

}


.point_contents .imgBox{
	width: 350px;
	height: 240px;
	overflow: hidden;
	position: relative;
	margin-left: 50px;
}

.point_contents .imgBox img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}




/*----------------------------------------------
↓↓↓NEWS↓↓↓
-----------------------------------------------*/

.news-btn_culumn{
    display: flex;
	justify-content:center;
	align-items:center;
	margin: 40px 0 0;
}

button.news-btn{
    width: 300px;
	position: relative;
    display: flex;
	flex-wrap: wrap;
	border: thin solid #595757;
	box-sizing: border-box;
}

button.news-btn.switch{
	background: rgb(0 0 0 / .7);
	border: thin solid rgb(0 0 0 / .7);
}

button.news-btn span{
    width: 300px;
	padding: 5px;
    display: flex;
	justify-content:center;
	align-items:center;
	overflow: hidden;
	color:#595757;
}
button.news-btn span:nth-of-type(2){
    display: none;
}
button.news-btn.switch span{
    display: none;
}
button.news-btn.switch span:nth-of-type(2){
    width: 300px;
    display: flex;
	justify-content:center;
	align-items:center;
	overflow: hidden;
	color: #fff;
}

button.news-btn ul{
    display: none;
}

button.news-btn.switch ul{
	display: block;
	position: absolute;
	top: 100%;
	transform: scaleY(100%); /* ドロップダウンメニューの非表示 */
	transform-origin: center top; /* 変形を適応する基準を設定 */
	transition: 0.1s;
	z-index: 99;
	width:calc(100% + 2px);
	height: auto;
	left: -1px;
}

button.news-btn.switch li{
	border: thin solid rgb(0 0 0 / .7);
	border-bottom:thin solid #fff;
	box-sizing: border-box;
}
button.news-btn.switch li a{
	display: flex;
	position: relative;
	justify-content:center;
	align-items:center;
	width: 100%;
	background: rgb(0 0 0 / .7);
	z-index: 1;
	margin: 0;
	color: #fff;
	padding: 5px;
	box-sizing: border-box;
}
button.news-btn.switch li:first-child{
	border-top:thin solid #fff;
}

button.news-btn.switch li:last-child{
	border-bottom:none;
	border: thin solid rgb(0 0 0 / .7);
}



.news_culumn{
	width: calc(100% - 140px);
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	margin: 50px 20px 0 120px;
	box-sizing: border-box;
}

.news_culumn a{
	width: calc(25% + 1px);
	max-width: 300px;
	margin-top: -1px;
	margin-left: -1px;
}

.newsBox{
	width: 100%;
	height: auto;
	padding: 20px;
	border: thin solid #000;
	box-sizing: border-box;
	position: relative;
}

.newsThum{
	width: 100%;
	height: 180px;
	display: flex;
	justify-content:center;
	align-items:center;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 10px;
}

.newsThum img{
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.newsDay{
	width: 100%;
	position: relative;
	padding-left: 10px;
}
.newsDay::before{
content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.newsTxt{
	width: 100%;
	height: 45px;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* ブラウザがサポートしていない場合のフェールセーフ */
}





/*----------------------------------------------
↓↓↓ご意見・ご感想↓↓↓
-----------------------------------------------*/



.privacy_box{
	width:100%;
	height:200px;
	overflow:auto;
	border:thin solid #999;
	padding:20px;
	box-sizing: border-box;
	margin: 30px 0 0;
	}

.privacy_box p{
	font-size: 16px;
	}




/*----------------------------------------------
↓↓↓採用履歴書↓↓↓
-----------------------------------------------*/


/* モーダルウィンドウのスタイル */
.modal {
	position:absolute;
  width:100%;
  height: calc(100% - 200px);
  top:0;
  left:0;
  display:none;
  z-index:14;
}

.modal p{
margin-top: 0;
}

/* オーバーレイのスタイル */
.overLay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background-color:rgba(0,0,0,0.75); 
	z-index:15;
}
 
/* モーダルウィンドウの中身のスタイル */
.modal .inner {
	position:absolute;
  z-index:16;
  top:300px;
  left:20%;
	width: 80%;
  transform:translate(-15%,-250px);
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}



.modal .inner input.wpcf7-text,
.modal .inner textarea.wpcf7-textarea{
	width: 100%;
}

.modal .inner .input_50 input.wpcf7-text,
.modal .inner .input_50 textarea.wpcf7-textarea{
	width: 50%;
}

.modal .inner .input_30 input.wpcf7-text,
.modal .inner .input_30 textarea.wpcf7-textarea{
	width: 30%;
}


.entrysheet_sub{
	width:96%;
	background:#bbb;
	padding:5px 2%;
	margin-bottom:10px;
	}

.entrysheet_btn{
	width:200px;
	display:block;
	background:#cc0000;
	margin:10px auto;
	color:#fff;
	font-size:120%;
	text-align:center;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;
	}

.entrysheet_btn a{
	width:200px;
	display:block;
	padding:5px;
	margin:10px auto;
	color:#fff;
	font-size:120%;
	text-align:center;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;
	}

.entrysheet_btn:hover{
	background:#666;
	}

.fullpart_btnbox{
	width:420px;
	margin:0 auto;
	padding:10px 0 40px 0;
}

.fulltime_btn,
.parttime_btn{
	width:200px;
	display:block;
	background:#cc0000;
	float:left;
	}
	
.parttime_btn{
	margin:0 0 0 20px;
	}
	
.fulltime_btn a,
.parttime_btn a{
	width:200px;
	display:block;
	padding:5px;
	color:#fff;
	font-size:120%;
	text-align:center;
	}

.fulltime_btn:hover,
.parttime_btn:hover{
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
	}

	
td.resume_add_t1{
	width:16%;
	}

td.resume_add_t2{
	width:84%;
	}

	
	
span.wpcf7-list-item {
display: block;
}


.Rec_ShopSelect .wpcf7-list-item:nth-child(1) {
	margin-top: 35px;
	position: relative;
}
.Rec_ShopSelect .wpcf7-list-item:nth-child(1):before{
  content: "【新宿・渋谷エリア】";
  display: block;
  position: absolute;
  top: -25px;
  left: -5px;
}
	
	
.Rec_ShopSelect .wpcf7-list-item:nth-child(7) {
	margin-top: 35px;
	position: relative;
}
.Rec_ShopSelect .wpcf7-list-item:nth-child(7):before{
  content: "【池袋エリア】";
  display: block;
  position: absolute;
  top: -25px;
  left: -5px;
}

.Rec_ShopSelect .wpcf7-list-item:nth-child(9) {
	margin-top: 35px;
	position: relative;
}
.Rec_ShopSelect .wpcf7-list-item:nth-child(9):before{
  content: "【中央・台東エリア】";
  display: block;
  position: absolute;
  top: -25px;
  left: -5px;
}

	
.Rec_ShopSelect .wpcf7-list-item:nth-child(13) {
	margin-top: 35px;
	position: relative;
}
.Rec_ShopSelect .wpcf7-list-item:nth-child(13):before{
  content: "【品川エリア】";
  display: block;
  position: absolute;
  top: -25px;
  left: -5px;
}

	
.Rec_ShopSelect .wpcf7-list-item:nth-child(14) {
	margin-top: 35px;
	position: relative;
}
.Rec_ShopSelect .wpcf7-list-item:nth-child(14):before{
  content: "【埼玉エリア】";
  display: block;
  position: absolute;
  top: -25px;
  left: -5px;
}

	
.Rec_ShopSelect .wpcf7-list-item:nth-child(16) {
	margin-top: 35px;
	position: relative;
}
.Rec_ShopSelect .wpcf7-list-item:nth-child(16):before{
  content: "【京都市内エリア】";
  display: block;
  position: absolute;
  top: -25px;
  left: -5px;
}

	
	
	
	
	a.modalOpen{
		display: block;
		background: #E3EFF6;
		width: 270px;
		padding: 10px 10px 10px 30px;
		position: relative;
		color: #000!important;
		text-decoration: none!important;
		margin: 0 0 20px 0;
		font-size: 100%;
	}	
	a.modalOpen:before{
		content: ">>";
		position: absolute;
		font-size: 90%;
		left: 10px;
		top:8px;
	}	

	.modalTitle{
		display: block;
		background: #E3EFF6;
		width: 100%;
		padding: 10px;
		position: relative;
		color: #000;
		font-size: 120%;
		box-sizing: border-box;
	}
	
		.modalBtnBox{
			display: flex;
			width: 100%;
			margin-top: 20px;
		}
		.modalBtnBox>p{
			display: flex;
		}
		.modalBtnBox a{
			text-decoration: none!important;
	}
	.modalBtnBox .nextBtn{
		display: block;
		background: #cc0000;
		width: 150px;
		padding: 10px;
		position: relative;
		color: #fff;
		font-size: 120%;
		box-sizing: border-box;
		margin-right: 20px;
		text-align: center;
	}
	
	.modalBtnBox .backBtn,
	.modalBtnBox .closeBtn{
		display: block;
		background: #999;
		width: 150px;
		padding: 10px;
		position: relative;
		color: #fff;
		font-size: 120%;
		box-sizing: border-box;
		margin-right: 20px;
		text-align: center;
	}
	
	.modalBtnBox a.modalOpen:before{
		content: "";
	}	
	.modalBtnBox a.modalOpen{
		padding: 10px;
	}	
	
	
.Rec_TimeSelect .wpcf7-list-item:nth-child(1) {
	margin-top: 20px;
	position: relative;
}
.Rec_TimeSelect .wpcf7-list-item:nth-child(1):before{
  content: "「平日」";
  display: block;
  position: absolute;
  top: -25px;
  left: -5px;
}
.Rec_TimeSelect .wpcf7-list-item:nth-child(5) {
	margin-top: 35px;
	position: relative;
}
.Rec_TimeSelect .wpcf7-list-item:nth-child(5):before{
  content: "「土・日・祝」";
  display: block;
  position: absolute;
  top: -25px;
  left: -5px;
}






/*----------------------------------------------
↓↓↓404エラー↓↓↓
-----------------------------------------------*/

.error404{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 100px 0;
}






@media (max-width: 960px) {
  

/*----------------------------------------------
↓↓↓店舗一覧↓↓↓
-----------------------------------------------*/

.pageLink_culumn{
	width: 100%;
	margin: 0 0 20px 0;
}
.pageLink_culumn a{
	margin: 0 8px;
}

.restWrapper{
	display: flex;
	flex-wrap: wrap;
	width: 600px;
	margin: 0 auto;
}

	
.restReserv-phone a{
pointer-events: auto;
}


/*----------------------------------------------
↓↓↓社長メッセージ↓↓↓
-----------------------------------------------*/

.shapes{
	margin: -300px 0 0 40%;
}

/*----------------------------------------------
↓↓↓会社概要↓↓↓
-----------------------------------------------*/

.pageLink_culumn.company{
	width: 100%;
	margin: 20px 0 20px 0;
}

/*----------------------------------------------
↓↓↓マップ↓↓↓
-----------------------------------------------*/

.googlemapBox {
  max-width: 100%; /* ここに横幅を指定 */
	margin: 0 0 0 0;
}
	
.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
	

/*----------------------------------------------
↓↓↓特徴↓↓↓
-----------------------------------------------*/


.pageLink_culumn.point{
	width: 100%;
	margin: 20px 0 20px 0;
}

.pointCatch{
	width: 100%;
}
	
.point_contents_txt{
	width: calc(65% - 30px);
}

.point_contents .imgBox{
	width: 35%;
	margin-left: 30px;
}
	


/*----------------------------------------------
↓↓↓NEWS↓↓↓
-----------------------------------------------*/

.news_culumn{
	width: calc(100% - 40px);
	margin: 0 20px 0 20px;
}
	

.news_culumn a{
	width: 50%;
	max-width: 350px;
}
	
	

	
}



@media (max-width: 640px) {


/*----------------------------------------------
↓↓↓店舗一覧↓↓↓
-----------------------------------------------*/

.pageLink_culumn{
	flex-wrap: wrap;
}
.pageLink_culumn a{
	width: calc(25% + 1px);
	height: 40px;
	margin: 0;
	margin-top: -1px;
	margin-left: -1px;
	border: thin solid #595757;
	box-sizing: border-box;
	display: flex;
	justify-content:center;
	align-items:center;
	font-size: 80%;
}
.pageLink_culumn a:nth-of-type(4n-3){
border-left: none;
	}
.pageLink_culumn a:nth-of-type(4n){
border-right: none;
	}
	
	
.restWrapper{
	width: calc(100% - 20px);
	margin: 0 auto;
}

.restBox{
	width: calc(50% - 20px);
	margin: 10px;
}

.restImg{
	width: 100%;
	height: 180px;
	display: flex;
	justify-content:center;
	align-items:center;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
}
	

/*----------------------------------------------
↓↓↓社長メッセージ↓↓↓
-----------------------------------------------*/

.shapes{
	margin: -300px 0 0 35%;
}
	
	
/*----------------------------------------------
↓↓↓会社概要↓↓↓
-----------------------------------------------*/

.pageLink_culumn.company a{
	width: calc(50% + 1px);
	height: 40px;
}

.pageLink_culumn.company a:nth-of-type(2n-1){
border-left: none;
	}
.pageLink_culumn.company a:nth-of-type(2n){
border-right: none;
	}
	
.about_contents td:first-child {
	border-right: none!important;
	width: 100%;
}

.about_contents td:last-child {
	width: 100%;
	padding: 0px 0 10px 0px!important;
}
	
	
	
/*----------------------------------------------
↓↓↓特徴↓↓↓
-----------------------------------------------*/


.pageLink_culumn.point{
	width: 100%;
	margin: 20px 0 20px 0;
}

.pageLink_culumn.point a{
	width: calc(50% + 1px);
	height: 40px;
}

.pageLink_culumn.point a:nth-of-type(2n-1){
border-left: none;
	}
.pageLink_culumn.point a:nth-of-type(2n){
border-right: none;
	}

	
.point_contents{
	flex-wrap: wrap;
}
	
.point_contents_txt{
	width: 100%;
}

.point_contents .imgBox{
	width: 70%;
	height:  200px;
	margin: 20px 0;
}
	
	


/*----------------------------------------------
↓↓↓NEWS↓↓↓
-----------------------------------------------*/

.newsThum{
	height: 130px;
}
	





/*----------------------------------------------
↓↓↓採用履歴書↓↓↓
-----------------------------------------------*/

	
td.resume_add_t1{
	width:100%;
	border: none!important;
	margin: 5px 0 0!important;
	padding: 0!important;
	}

td.resume_add_t2{
	width:100%;
	border: none!important;
	margin: 0!important;
	padding: 0!important;
	}

.modalBtnBox{
	display: block;
	width: 100%;
	margin-top: 20px;
}
.modalBtnBox>p{
	display: block;

}
.modalBtnBox a.modalOpen{
	margin: 10px 0 0;
}	

.modalBtnBox .nextBtn,
.modalBtnBox .backBtn,
.modalBtnBox .closeBtn{
	width: 100%;
}
	
.modal .inner .input_30 input.wpcf7-text,
.modal .inner .input_30 textarea.wpcf7-textarea{
	width: 20%;
}

	
	
	
}
    
