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



@media only screen and (max-width:799px){
  
    th,td{
        display: list-item;
		list-style-type:none;
        border: none;
    } 
}


p.notes {
	font-size: 4vw;
	text-align: center;
	margin-bottom: 2em;
}
p.mg-b30 {
	margin-bottom: 1.5em!important;
}

.greenTitle.mg-b30 {
	margin-bottom: 1em!important;
}

.imgHissu {
	vertical-align: middle;
	padding-right: 3px;
}


/*お問い合わせフォーム*/
input,textarea,select{
	font-size:16px;
}

.tableform {
	margin-top: 2em;
}

.tableform table{
	margin:0 auto;
	margin-bottom: 2em;
	width:100%;
}
.tableform table th{
	background: #F1F1F1;
	font-size:15px;
	line-height: 1.8;
	padding:2%;
	width:100%;
	text-align:left;
	font-weight:normal;
}
.tableform table th span{
	background: #F1F1F1 url(../images/contact_req.png) no-repeat;
	background-position: right center;
	display: block;
}

.tableform table td{
	padding:20px 2%;
	font-size:15px;
	line-height: 1.8;
}

.tableform table td label{
	display:block;
}
.tableform table #add div,
.tableform table #mail div {
	margin-bottom: 10px;
}
.tableform table #mail div.sp {
	margin-bottom: 0!important;
}

#contact_confirm .tableform table #add span { /*確認ページの住所の行間調整*/
	margin-bottom: 0;
}
.tableform table p{
	display:none;
	font-size:14px;
}
.tableform table #name span{
	width: 2.1em;
	display: inline-block;
    text-align: right;
    margin-right: 15px;
}
.tableform table #add span{
	width: 4.1em;
	display:inline-block;
	text-align:right;
	margin-right:15px;
}
.tableform table #add p{
	display:none;
}

.tableform table td p .red{
	color:#BD0000;
	font-size:12px!important;
}


/*フォームサイズ*/
select{
	padding: 0.3em 1.5em 0.3em 0.5em;
	border: 1px solid #ccc;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	background: url(../images/select_icon.gif) no-repeat center right 0.5em,#fff;
    background-size: 8px;
}

input[type=text]{
	padding: 0.3em 0.5em;
	border: 1px solid #ccc;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	line-height: 1;
}

.tableform table #name input[type=text]{
	width: 80%;
	margin-bottom: 10px;
}
.tableform table #name input[name=mei_kana]{
	margin-bottom: 0;
}


.tableform table #mail input[type=text]{
	width: 100%;
}

.tableform table #add .wid01{
	width: 30%;
}
.tableform table #add .wid02{
	width: 70%;
}
.tableform table #number input[type=text]{
	width: 29%;
}
.tableform table .date select{
	margin-right: 4px;
}

.tableform table textarea{
	border: 1px solid #ccc;
	width:100%;
	height:200px;
	padding: 0.3em 0.5em;
	vertical-align:bottom;
	 -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.tableform table input[type="radio"] {
	margin-right: 3px;
}


/*ボタン*/
.btn{
	text-align:center;
}

input[type="submit"] { /*subumitボタン*/
	display: block;
    margin: 0 auto;
    padding: 0;
    width:90%;
    font-size: 5vw;
    line-height: 2.8em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    border: none;
	background:#ED6D1F;
	cursor: pointer;
}

.btn .gray{ /*修正ボタン*/
	display: block;
    margin: 0 auto 1em;
    padding: 0;
    width:90%;
    font-size: 5vw;
    line-height: 2.8em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    border: none;
	background:#999;
	cursor: pointer;
}

.btn div{ /*トップページへ戻るボタン*/
	border:none;
	border-radius: 5px;
	background:#ED6D1F;
	font-size: 5vw;
	width:90%;
	text-align:center;
	margin:0 auto;
}
.btn div a{
	color:#fff;
	font-weight:bold;
	line-height: 2.8em;
	display:block;
	padding:0;
}
.btn div a:hover{
	text-decoration:none;
	
}



/*電話*/
#area_tel{
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */

	border: 2px solid #ccc;     /* 枠線の装飾 */
	background-color: #fff;   /* 背景色 */
	width: 100%;
	padding: 5vw;
	margin-bottom: 4em;
}
#area_tel > div:first-child {
	padding: 1vw 0 6vw;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

#area_tel > div:first-child img {
	width: 80%;
}
#area_tel > div:last-child {
	padding-top: 6vw;
}
#area_tel > div:last-child ul li:nth-of-type(n+2) {
	margin-top: 6vw;
}

#area_tel > div:last-child ul li p.shop{
	font-size: 5vw;
	font-weight: bold;
	text-align: center;
}
#area_tel > div:last-child ul li a.sp{
	margin: 2vw 0 3vw;
	display: inline-block;
	width: 100%;
	font-size: 6.5vw;
	line-height: 1.3;
	text-align: center;
	padding: 2vw 0;
	font-weight: bold;
	background: #ED6E1D;
	color: #fff;
	border-radius: 5px;
    border: none;
}
#area_tel > div:last-child ul li a.sp span img{
	height: 4.5vw;
	vertical-align: baseline;
	padding-right: 2px;
}
#area_tel > div:last-child ul li a.sp span{
	font-size: 5.5vw;
	font-weight: bold!important;
}
#area_tel > div:last-child ul li p.time{
	font-size: 4.5vw;
	color: #333;
	line-height: 1.5;
}



@media screen and (min-width: 799px){

p.notes {
	font-size: 16px;
	margin-bottom: 60px;
}

p.mg-b30 {
	margin-bottom: 30px!important;
}

.greenTitle.mg-b30 {
	margin-bottom: 30px!important;
}
	
/*フローチャート*/
.flow {
	text-align: center;
	margin: 0 0 30px;
}

/*お問い合わせフォーム*/
.tableform {
	margin-top: 0;
}
.tableform table{
	border-top:2px solid #666666;
	border-bottom:2px solid #666666;
	margin-bottom: 50px;
}
.tableform table th{
	font-size:16px;
	width:220px;
	border-bottom:1px dotted #aaa;
	padding: 20px;
}
.tableform table td{
	font-size:16px;
	padding:15px;
	border-bottom:1px dotted #aaa;
}
.tableform table td label{
	display:inline;
}

.tableform table td p{
	display:inline-block!important;
	font-size:14px!important;
	line-height:1.7;
}

.tableform table #name div,
.tableform table #add div,
.tableform table #mail div {
	margin-bottom: 15px;
}
.tableform table #name p{
	margin-left:-15px;
}

.tableform table .radio div {
	margin-bottom: 5px;
}

label:hover{
	cursor:pointer;
}

/*フォームサイズ*/
.tableform table #name input[type=text] {
	width: 190px;
	margin-right:20px;
	margin-bottom: 0;
}

.tableform table #mail input[type=text] {
    width: 450px;
}
.tableform table #number input[type=text]{
	width: 120px;
}
.tableform table #add .wid01{
	width: 90px;
}
.tableform table #add .wid02{
	width: 500px;
}

.tableform table td.radio label{
	margin-right: 20px;
}



/*ボタン*/
input[type="submit"] { /*subumitボタン*/
	display: inline-block;
	margin: auto;
	width: 300px;
	font-size: 18px;
	padding: 3px 0 0;
}


.btn .gray{ /*修正ボタン*/
	display: inline-block;
	margin: auto;
	width: 300px;
	font-size: 18px;
	margin-right:20px;
	padding: 3px 0 0;
}

.btn div{ /*トップページへ戻るボタン*/
	display: inline-block;
	margin: auto;
	width: 300px;
	font-size: 18px;
}

.btn div a{
	padding: 3px 0 0;
}


/*電話*/
#area_tel{
	margin: 0 auto 100px;
	padding: 30px;
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#area_tel > div {
	display: table-cell;
	vertical-align: middle;
}
#area_tel > div:first-child {
	width: 300px;
	border-right: 1px solid #ccc;
	border-bottom: none;
	padding: 0 35px 0 5px;
	text-align: left;
}
#area_tel > div:first-child img {
	width: auto;
}
#area_tel > div:last-child {
	width: auto;
	padding: 0 0 0 30px;
	overflow: hidden;
}
#area_tel > div:last-child ul li {
	float: left;
	width: 260px;
}
#area_tel > div:last-child ul li:nth-of-type(odd) {
	margin-right: 25px;
}
#area_tel > div:last-child ul li:nth-of-type(n+2) {
	margin-top: 0;
}
#area_tel > div:last-child ul li:nth-of-type(n+3) {
	margin-top: 25px;
}
#area_tel > div:last-child ul li p.shop{
	font-size: 16px;
	text-align: left;
}
#area_tel > div:last-child ul li a.sp{
	display: none;
}
#area_tel > div:last-child ul li p.tel{
	font-size: 28px;
	font-weight: bold;
	color: #ED6E1D;
	line-height: 1.2;
}
#area_tel > div:last-child ul li p.tel img{
	padding-right: 2px;
	vertical-align:baseline
}
#area_tel > div:last-child ul li p.time{
	font-size: 14px;
}


	
}