html {
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
  font-size: 1.4em;
  line-height: 1.714285714285714em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  background-color: #e4e0d8;
}

header {
  border-top: 5px solid #e60012;
  background: #fff;
}

header h1 {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
}

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

@media screen and (max-width: 750px) {
  header h1 {
    width: 100%;
  }
  header h1 img {
    margin: 0 auto;
  }
}

.content {
  position: relative;
}

@media screen and (min-width: 751px) {
  .content {
    width: 1000px;
    margin: 0 auto 0 auto;
    padding: 0 16px 121px 16px;
  }
  .content .content-body {
    margin-left: 70px;
    margin-right: 70px;
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}

@media screen and (max-width: 750px) {
  .content {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .content .content-body {
    margin-left: 3%;
    margin-right: 3%;
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}

img, picture {
  max-width: 100%;
  display: block;
}

.section {
  margin-bottom: 5%;
}

.red {
  color: #E60012;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
}

.anchor {
  position: relative;
  top: -80px;
  display: block;
  width: 1px;
  height: 0;
}

@media screen and (max-width: 750px) {
  .anchor {
    top: calc(100vw * -0.08);
  }
}

#banners {
  position: fixed;
  bottom: 0;
  width: 1000px;
  background: #fff;
}

@media screen and (max-width: 750px) {
  #banners {
    width: 100%;
  }
}

#banners > a {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
}

#banners > a > img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 23px;
  margin-bottom: 23px;
  width: 90%;
}

@media screen and (max-width: 750px) {
  #banners > a > img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

#tanto-menu {
  width: 1000px;
  white-space: nowrap;
  overflow: visible;
  background-color: white;
  height: 80px;
  z-index: 1000;
}

@media screen and (max-width: 750px) {
  #tanto-menu {
    height: calc(100vw * 0.08);
  }
}

@media screen and (max-width: 750px) {
  #tanto-menu {
    width: 100%;
  }
}

#tanto-menu a {
  background-image: url(../tantoA/img20190809/menu_off.png);
  background-repeat: no-repeat;
  text-indent: -1000em;
  float: left;
  display: block;
  height: 80px;
}

@media screen and (max-width: 750px) {
  #tanto-menu a {
    height: calc(100vw * 0.081);
    background-size: cover;
  }
}

#tanto-menu a:hover {
  background-image: url(../tantoA/img20190809/menu_on.png);
}

#tanto-menu a:nth-child(1) {
  width: 166.5px;
  background-position-x: 0;
}

@media screen and (max-width: 750px) {
  #tanto-menu a:nth-child(1) {
    width: 16.65vw;
    background-position-x: 0;
  }
}

#tanto-menu a:nth-child(2) {
  width: 166.5px;
  background-position-x: -166.5px;
}

@media screen and (max-width: 750px) {
  #tanto-menu a:nth-child(2) {
    width: 16.65vw;
    background-position-x: -16.65vw;
  }
}

#tanto-menu a:nth-child(3) {
  width: 166.5px;
  background-position-x: -333px;
}

@media screen and (max-width: 750px) {
  #tanto-menu a:nth-child(3) {
    width: 16.65vw;
    background-position-x: -33.3vw;
  }
}

#tanto-menu a:nth-child(4) {
  width: 166.5px;
  background-position-x: -499.5px;
}

@media screen and (max-width: 750px) {
  #tanto-menu a:nth-child(4) {
    width: 16.65vw;
    background-position-x: -49.95vw;
  }
}

#tanto-menu a:nth-child(5) {
  width: 166.5px;
  background-position-x: -666px;
}

@media screen and (max-width: 750px) {
  #tanto-menu a:nth-child(5) {
    width: 16.65vw;
    background-position-x: -66.6vw;
  }
}

#tanto-menu a:nth-child(6) {
  width: 166.5px;
  background-position-x: -832.5px;
}

@media screen and (max-width: 750px) {
  #tanto-menu a:nth-child(6) {
    width: 16.65vw;
    background-position-x: -83.25vw;
  }
}

.clear {
  clear: both;
}

#shops {
  background-color: #e6002d;
  display: block;
  padding: 5px 75px;
}

@media screen and (max-width: 750px) {
  #shops {
    padding: 20px;
  }
}

#shops #shops-body {
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 60px;
}

@media screen and (max-width: 750px) {
  #shops #shops-body {
    padding: 20px;
    font-size: 0.9em;
  }
}

#shops #shops-body h2 {
  background-color: #e6002d;
  color: white;
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px;
  border-radius: 10px;
  line-height: 50px;
  font-size: 24px;
  text-indent: 20px;
  clear: both;
}

@media screen and (max-width: 750px) {
  #shops #shops-body h2 {
    margin-top: 40px;
  }
  #shops #shops-body h2:first-child {
    margin-top: 0;
  }
}

#shops #shops-body .left-block, #shops #shops-body .right-block {
  width: 50%;
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
  #shops #shops-body .left-block, #shops #shops-body .right-block {
    width: 100%;
    margin-bottom: 0;
  }
}

#shops #shops-body .left-block a, #shops #shops-body .right-block a {
  display: block;
}

#shops #shops-body .left-block a:link, #shops #shops-body .left-block a:hover, #shops #shops-body .left-block a:active, #shops #shops-body .left-block a:visited, #shops #shops-body .right-block a:link, #shops #shops-body .right-block a:hover, #shops #shops-body .right-block a:active, #shops #shops-body .right-block a:visited {
  color: #231815;
}

#shops #shops-body .left-block a .s, #shops #shops-body .right-block a .s {
  font-size: 0.75em;
}

#shops #shops-body .left-block {
  float: left;
}

#shops #shops-body .right-block {
  float: right;
}
