@charset "utf-8";



body,
.mainCt{
    display: flex;
    flex-direction: column;
    min-height:1000px;
    font-family: Arial, Helvetica, sans-serif;
}
.ft_tel{
    display: grid;
    grid-template-columns: 1fr 1fr;
    position:-webkit-sticky; 
    position:sticky; 
    text-align: center;
    bottom:0;
}
.tel{
    background-color: crimson;
    color: #fff;
    padding: 10px;
}
.line{
    background-color: #3AAE36;
    color: #fff;
    padding: 10px;
}

.line a{
    color: #fff; 
    text-align: center;
    text-decoration: none;
}
.tel a{
    color: #fff; 
    text-align: center;
    text-decoration: none;
}
img{
    display: inline;
}

#mainImg img{
    width:100%;
    height: auto;
}
.line-bt{
    text-align: center;
    box-sizing: border-box;
}

.line-bt img{
    text-align: center;
     width:100%;
    max-width: 375px;
    display: inline;
    padding-top:10px;
    padding-bottom: 10px;
}

.wrap h1{
    font-size:20px;
    text-align: center;
}

.mBorderBox{
    padding:10px;
    border: solid #EF7402 5px;
}
.mBorderBox2{
    padding:10px;
    background-color: #3AAE36;
    color: #fff;
}


.textBox{
    padding-top:20px;
    font-size: 12px;
    padding-left:32px;
    padding-right: 32px;
    padding-bottom:20px;
}

h2{
    font-size: 18px;
    box-sizing: border-box;
    text-align: center;
}
.under {
    width:350px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(transparent 50%, #FFC690 50%);


  }

  .under2 {
    width:200px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(transparent 50%, #FFC690 50%);

  }
  .under3 {
    width:280px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(transparent 50%, #FFC690 50%);

  }
  table{
      width:100%;
      max-width: 370px;
      font-size: 12px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;

  }
  thead{
      background-color: #C4C4C4;
  }
  th{
    border: 1px #D6D6D6 solid;
    padding:5px;
    background-color: #C4C4C4;
}
td{
    border: 1px #D6D6D6 solid;
    padding:5px;
}
.ft{
    background-color: #EF7402;
    text-align: center;
    padding: 3%;
}

.ft a{
    color: #fff;
    text-decoration: none;

}
.linkBt{
    background-color: #C4C4C4;
    padding: 5px;
   
}

.q{
    font-size: 12px;
    font-weight: 800;
   
}
.titleBody{
    background-color: #FFC690;
}
.a{
    font-size: 14px;
    color: #EF7402;
}
.orange2{
    color: #fff;
    text-shadow:0 0 3px #EF7402,0 0 3px #EF7402,0 0 3px #EF7402,0 0 3px #EF7402,0 0 3px #EF7402,0 0 3px #EF7402,0 0 3px #EF7402,0 0 3px #EF7402,0 0 3px #EF7402,0 0 3px #EF7402,0 0 3px #EF7402,0 0 3px #EF7402,0 0 3px #EF7402,0 0 3px #EF7402,0 0 3px #EF7402,0 0 3px #EF7402;
    font-size:30px;
    margin-right: 5px;
}
.orange{
    color: #EF7402;
    margin-right: 10px;
    font-size:20px
}
.red2{
    text-shadow:0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00;
    font-size:30px ;
    color: #fff;
    margin-right: 5px;
}
.red{
    color: red;
    margin-right: 10px;
}
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    }
    .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    }
    