@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■
　　SP設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ CSS初期設定
------------------------------------------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;padding: 0;border: 0;font-weight: normal;font-size: 100%;vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, header, footer, aside, figure, figcaption, nav, section {display:block;}
body {line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {list-style: none;list-style-type: none;}

/*------------------------------------------
■ 本体
------------------------------------------*/

.container{
  margin: 0 auto;
}
.wi1000{
  width: 95%;
  margin: 0 auto;
}

.cover img{
  width: 100%;
}

.imgmax img{
  width: 100%;
  margin-top: -2px;
}

.contct{
  background-color: #ffcb3d;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.contct img{
  width: 95%;
  margin-top:20px;
}



/*==問い合わせフォームCSS====================== */
form {
width: 100%;
padding: 5% 0;
background-color: #feefe0;
margin-top:-5px;
font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

.tableform{
width: 94%;
margin-top: 50px;
padding: 0 3%;
margin: 0 auto;
font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
.tableform tbody tr th{
font-weight: bold;
vertical-align: middle;
width: 100%;
display: block;
box-sizing: border-box;
padding: 5% 0;
    font-size: 2.5rem;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/* margin-bottom: 10px; */
}
.tableform tbody tr td {
/* padding: 20px 30px; */
display: block;
width: 100%;
margin-bottom: 20px;
padding: 0;
font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.tableform tbody tr th span{
color: #f00;
padding-left: 10px;
    font-size: 2rem;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
.tableform tbody tr td input {
/* height: 30px; */
width: 100%;
font-size: 2.3rem;
box-sizing: border-box;
outline: none;
padding: 3%;
font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

textarea{
width: 100%;
font-size: 2.3rem;
box-sizing: border-box;
border: 1px solid;
outline: none;
padding: 3%;
height: 500px;
}
#contact-check label input{
vertical-align:middle;
width: 5%;
font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.formbutton_2 {
background-image: url("../img/btn_contact_confirm.jpg");
width: 77%;
background-size: cover;
height: 147px;
border: none;
}


.form_txt{
padding-top: 50px;
padding-bottom: 0px;
line-height: 1.5;
}


.form_tyui_txt{
font-weight: bold;
font-size: 1.3rem;
line-height: 1.5;
padding-top: 30px;
}
.spbr{
  display: block;
}
.thkwi{
  width: 95%;
  margin-top: 0 auto;
  margin-left: 2.5%;
}

.banner{
  text-align: center;
}
.banner img{
width: 90%;
}
footer{
    padding: 30px 10px;
  background-color: #3d1c06;
  color: #fff;
  line-height: 1.5;
  font-size: 1.5rem;
  padding-bottom:200px;
}
.copy{
  text-align: center;
  margin-top: 40px;
}
.company{
  padding-top: 10px;
}




.spFooterFlex {
  width: 80%;
  display: flex;
  position: relative;
  margin-left: 10%;
  padding: 15px 0;
}

.footer {
  height: auto;
}
.sp-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #ffb430;
  z-index: 9999;
  width: 100%;
}
.sp-footer::before {
  content: "";
  width: 15%;
  height: 100%;
  background-image: url("../img/footer_img.png");
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 3%;
}
.spFooterFlex li:first-child {
  margin-right: 3%;
}

.spFooterFlex li img{
  width: 100%;
  margin-left: 80px;
}
.spcall{
  margin-left: 0px;
}
