/*お問い合せ
-------------------------------------------------------------------------------------*/
/*.box_form{ border:#EEE solid 10px;}*/
.box_form{
text-align: left;}
.box_form h3{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	background: #ec6919;
	padding: 20px;
	color: #fff;
}

.box_form h5{
	font-size: 18px;
	color:#ec6919;
	margin:20px 0;
}

/*フォームテーブル*/
.box_form table{
	border-collapse:collapse;
	margin-bottom:20px;
	width:100%;
}
.box_form table table{
	width:auto;
}
.box_form table th{ width:30%;}
.box_form table th.icon{ /*width:10%;*/}
.box_form table td{ width:70%;}
.box_form table th .icon{
	display:block;
	float:right;
	}
.box_form table th.icon{
	border-width:1px 1px 1px 0px ;
	}
.iconhissu{
    background: #ff4d4d;
    color:#fff;
    padding: 2px 8px;
    border-radius: 4px;
}
.iconnini{
    background: #06c;
    color:#fff;
    padding: 2px 8px;
    border-radius: 4px;
}

.box_form table th,
.box_form table td{
	/*border-bottom:1px solid #CCC;*/
	border:#DDD solid;
	padding:8px 5px;
	line-height:1.2em;
	vertical-align:top;
}
.box_form table th{

	vertical-align:middle;
	
	background-color:#EEE;
	font-weight:bold;
	font-size:17px;
	border-width:1px 0px 1px 1px ;
	}

.box_form table td{
	border-width:1px 1px 1px 1px ;
	}
/*table in table*/
.box_form table table{ margin:0;}
.box_form table table th,
.box_form table table td{
	vertical-align:middle;
	padding:0 5px 3px 5px;
	border:0;
	}
.box_form table table th{ text-align:center; vertical-align:middle;}	

/*エラー*/	
.box_form .err_txt{ font-size:11px; color:#FF0000;}

/*
input関連*/
label:hover{ cursor:pointer;}
input[type="radio"]{cursor:pointer;}

.box_form input[type="text"],
.box_form select,
.box_form textarea{
	border:0;
	padding:3px;
	font-size:1.0em;
	color:#333;
	border:solid 1px #AAA;
	margin:0 0 3px;
	width:300px;
	color:#666;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}
.box_form textarea{ width:99%; height:13em;}


.box_form select{width:80px;}

.box_form input:focus,
.box_form textarea:focus{
    border:solid 1px #EEA34A;
	padding:3px;

	/*font-size:1.2em;*/
	/*text-transform:uppercase;*/
/*	font-weight:bold;*/
	color:#333;
	/*cursor:pointer;*/
}

.box_form .btn{ text-align:center; padding:10px;}
.box_form .btn input{
	text-align:center;
	/*display:block;*/
	border:solid 1px #FFF;
	padding:20px 90px;
	margin:0 auto 20px auto;
	font-size:30px;
	/*text-transform:uppercase;*/
	font-weight:bold;
	color:#FFF;
	cursor:pointer;	

	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	background-color:#F60;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F90), color-stop(0.00, #F60));
	background: -webkit-linear-gradient(#F90, #F60);
	background: -moz-linear-gradient(#F90, #F60);
	background: -o-linear-gradient(#F90, #F60);
	background: -ms-linear-gradient(#F90, #F60);
	background: linear-gradient(#F90, #F60);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F90', endColorstr='#F60', GradientType=0);

	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);

	}
.box_form .btn input:hover{
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;	
	}

	
.box_form input.sizeS{ width:100px;}

.bnr_waribiki{
/*	position:relative;*/
margin-top:12px;
	}


.bnr_waribiki p{
	/*position:absolute;*/
	}
.bnr_waribiki a{
	display:block;
	line-height:104px;
	background:url(../img/bg_btn_waribiki.png) no-repeat;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	
}
.bnr_waribiki a:hover{
	

	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;	
	
	
	}
.bnr_waribiki .line1{ font-size:26px;}
.bnr_waribiki .line2a{ font-family:"Arial Black", Gadget, sans-serif;  font-size:40px;}
.bnr_waribiki .line2b{ font-size:26px;}

.sub_tbl th{
	background: none !important;
}

/*　お問い合わせBOX　予約専用設定
-----------------------------------------------------------------------------------------------------------------------------------------*/

#contact .tel_box{	}
#contact .tel_box h5{
	font-size:22px !important;
	line-height:1.1em;
	}
#contact .tel_box p{}	

#contact .tel_box .tel_info .left{
	}
#contact .tel_box .tel_info .left .tel_no{
	}
#contact .tel_box .tel_info .left p.tel_no_sub{
	}	
#contact .tel_box .tel_info .right{
	}
#contact .tel_box .tel_info .right p.muryo{
}

/*2店舗設定*/
#contact .tel_box .tenpo2 .tel_info .left .tel_no span{	}



/*　タブ切替メニュー
-----------------------------------------------------------------------------------------------------------------------------------------*/
.btn_menu ul{
	list-style-type:none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	justify-content: space-evenly;
	text-align:center;
	margin:1em;
	background: #fff09b;
	padding:30px;
	border:1px solid #cecece;

}
.btn_menu ul li{
	margin:0 1%;
	flex-grow: 1;
}

/*.btn_menu ul li:nth-child(4n){
	margin-right:0;
}*/
.btn_menu ul li a{
	display:block;
	text-align: center;
	background: #65AE46;
	color: #fff;
	border-radius: 4px;
	padding:22px 0.5em;
	font-size: 20px;
	/*width: 160px;*/
	
	
}
.btn_menu ul li.select a,
.btn_menu ul li a:hover{
	background: #1b5f00;
		 }

.tab_content .hide{display:none;}



/*LINE問合せメッセージ*/
.form_notice {
    font-size: 1.1rem;
    background: #06c755;
    color: #fff;
    border-radius: 8px;
    line-height: 2.2rem;
    font-weight: bold;
    text-align: center;
    padding: 1.2rem 1.2rem!important;
    margin: 0px 0px 10px 0px!important;

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

    .form_notice {
        line-height: 1.8rem;
        font-size: 1.0rem;
    }

}


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

        .box_form{}
        .box_form h5{}

        .box_form{}
        .box_form table{ width:100% !important; }
        .box_form table table{width:100%;}

        .box_form table .icon{
            display:block;
            text-align:left !important;
            float:right  !important;
            margin-right:5px;
            }


        .box_form th,
        .box_form td{
            display:block;
            width:100% !important;
            }

        .box_form td{

            clear:both;
            zoom:100%;

        }

        .box_form td:after{
            content: "";
            display: block;
            clear: both;
            }



        .box_form th img{ width:auto;}

        .box_form table table{ margin:0;}
        .box_form table table th,
        .box_form table table td{
            vertical-align:middle;
            padding:0 0px 3px 0px;
            border:0;
            }


        .box_form table .sub_tbl table th{
            float:none;
            background:#FFF;
            font-size:13px;
            text-align:left !important;
            }
        .box_form table th.icon.box_form table td{ width:65%;}


        /*エラー*/	
        .box_form .err_txt{ font-size:11px; color:#FF0000;}

        /* input関連*/
        label:hover{ cursor:pointer;}
        input[type="radio"]{cursor:pointer;}

        .box_form input[type="text"],
        .box_form select,
        .box_form textarea{
            font-size:1.0em;
            margin:0 0 3px;

        }

        .box_form label{
            display:inline-block;}

        .box_form select{width:80px;}


        .box_form input[type="text"]{ width:100%!important;}
        .box_form select{ width:50%;}

        .box_form textarea{
            width:98%;
            height:5em;
            }


        .box_form input.sizeS{ width:30%;}
        .box_form input.sizeM{ width:50%;}
        .box_form input.sizeL{ width:95%;}
        .box_form input.calendar{ width:100% !important;}



        .box_form .btn{ text-align:center; padding:10px;}
        .box_form .btn input{
            text-align:center;
            border:solid 1px #FFF;
            padding:15px 0px;
            width:90%;
            margin:0 auto 20px auto;
            font-size:25px;
            font-weight:bold;
            color:#FFF;

            }

  }
  /* スマホ縦 */
  @media screen and (max-width: 480px) {


    .box_form{
        padding:0 4px;
    }

    .box_form h3{}
    .box_form h4{}
    .box_form h5{
        font-size: 18px;
    }

  }
      

/* LINEお問い合わせのサンクスページ */
.box_line_guide{
  padding: 50px 0;
  margin: 0 5%;
}

.box_line_note{
  position: relative;
  padding: 10px 0;
  background: #fff100;
  margin-bottom:40px;
}

.box_line_note:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}

.box_line_note p{
	font-weight:bold;
	font-size: 16px;
}

.box_line_note strong{
    font-size: 120%;
    border-bottom: 4px solid #ff3333;
    margin: auto .4em;
}

.btn_line_friend{
  text-align: center;
}
.btn_line_friend a{
  display: inline-block;
  background:#02C755;
  color: #FFF;
  font-weight: bold;
  vertical-align: middle;
  padding: 0.5em 2em; 
  font-size: 20px;
  border-radius: 10px;
}
.btn_line_friend a:hover{
  text-decoration: none;
  opacity: 0.7;
}

.btn_line_friend a img{
 vertical-align: middle;
}


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

  .box_line_guide{
    margin: 0 5%;
  }
  .btn_line_friend a{
   font-size: 4vw;
   padding: 0.5em;
   }
  .btn_line_friend a img{
    width: 50px;
  }


}





/* オンライン見積フォーム関連*/

.online_nodata_txt{
    text-align: center;
    padding: 4em 2em;
}
.online_nodata_txt a{
    text-decoration: underline;
    color: #0B78DD;

}
.online_nodata_txt .btn{
    padding: 0;
    margin-bottom: 40px;
}

.online_nodata_txt .btn a{
    background-color:#005638;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 12px 24px;

    color: #fff;
    font-size: 120%;
    text-decoration: none;
}

.online_nodata_txt .btn a:hover{
    opacity: 0.7;
}

.online_nodata_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}


.pack_detail{}
.pack_detail p{
	margin-bottom: 10px;
	margin-top: -50px;
	padding-top: 50px;
}
.pack_detail p img{ width:100%;}
