
/* Added for static HTML maintenance + mobile stability */

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

a[href^="tel:"] {
  touch-action: manipulation;
}

header #header ul#tel a,
.inquerybbq a {
  display: inline-block;
}

@media (max-width: 700px) {

  html {
    border-top-width: 0;
    margin-top: 0;
  }

  body {
    padding-top: 52px;
  }

  section > div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  .bbqimages img {
    width: 90%;
    display: block;
    margin: 0 auto 16px;
  }

  .course {
    width: 90%;
    min-width: 0;
    display: block;
    margin: 20px auto;
  }

  .course h4 {
    font-size: 1.35em;
    line-height: 1.4;
  }

  .course ul li {
    line-height: 1.5;
    padding: 25px 0;
    text-indent: 0;
    display: flex;
    justify-content: space-between;
  }

  .course ul li em {
    /*position: static;
    display: inline;
    text-align: right;*/
    margin-top: 20px;
  }

  .step {
    width: 92%;
    padding: 56px 0 28px;
    margin: 20px auto 56px;
  }

  .step p:nth-child(2) {
    float: none;
    width: auto;
    padding: 0 20px;
    font-size: 1.5em;
    line-height: 1.4;
    margin-bottom: 12px;
  }

  .step p {
    padding: 0 20px;
  }

  .step .circle {
    left: 50%;
    transform: translateX(-50%);
    top: -38px;
    width: 76px;
    height: 76px;
    font-size: 1.4em;
  }

  .step .circle:before {
    padding-top: 10px;
    padding-bottom: 6px;
  }

  #map {
    width: 92%;
    height: auto;
  }

  #map iframe {
    height: 320px;
  }

  #overview {
    width: 92%;
  }

  #overview dl,
  #overview dt,
  #overview dd {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }

  #overview dt {
    padding: 12px 14px;
    background: #eef;
  }

  #overview dd {
    padding: 12px 14px 16px;
  }

  #areaoption dl {
    width: 92%;
  }

  #areaoption dt,
  #areaoption dd {
    display: block;
    width: 100%;
    text-align: left;
  }

  #areaoption dd {
    padding-bottom: 12px;
    border-bottom: 1px solid #ccd;
  }

  .spotdata {
    width: 92%;
    min-width: 0;
    display: block;
    margin: 0 auto 28px;
  }
  .section #service .text{
    width: 90%;
  }
}
