@charset "utf-8";
@import "reset.css";
@import "image.css";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css") ;
/*@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css") ;*/


@import url("meanmenu.css") print, screen and (max-width: 768px);
@import url("style_sp.css") screen and (max-width: 768px);/*_sp*/
@import url("style.css") print, screen and (min-width: 769px);
@import url("templates_sp.css") screen and (max-width: 768px);/*_sp*/
@import url("templates.css") print, screen and (min-width: 769px);




/* Contact Form 7カスタマイズ */
.inquiry th {
 text-align: left;
 font-size: 14px;
 color: #444;
 padding: 10px;
 width: 30%;
 background:#f7f7f7;
 border: solid 1px #d7d7d7;
 vertical-align: middle;
}
.inquiry td {
font-size: 13px;
 padding: 10px;	
border: solid 1px #d7d7d7;
}
/* 必須の調整 */
.haveto {
   font-size: 7pt;
   padding: 5px;
   background: #ff9393;
   color: #fff;
   border-radius: 2px;
   margin-right: 2px;
}
/* 任意の調整 */
.any {
   font-size: 7pt;
   padding: 5px;
   background: #93c9ff;
   color: #fff;
   border-radius: 2px;
   margin-right: 2px;
}
/* ラジオボタンを縦並び指定 */
.verticallist .wpcf7-list-item {
 display: block;
}
/* 送信ボタンのデザイン変更 */
.soushinbtn{
	padding:20px!important;
	width:40%;
	background: #FCCBDD!important;
	color: #000;
	font-size: 18px!important;
	border-radius: 0px!important;
	border:0;
	}
.soushinbtn:hover{
	background:#fff!important;
	color:#F993B9;
	border:2px solid #F993B9;
}
/* スマホContact Form 7カスタマイズ */
@media screen and (max-width: 768px) {
.inquiry th, .inquiry td {
display:block;
width: 95%!important;
border-top: none!important;
}
.inquiry tr:first-child th {
border-top: 1px solid #d7d7d7!important;
}
.soushinbtn{
width:80%!important;
}

.inquiry textarea,
.inquiry input[type="text"],
.inquiry input[type="tel"],
.inquiry input[type='email']  {
	width: 96%;

}


}








