@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul, ol {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
#record img {
  max-width: 100%;
}

.l-container {
  width: 100%;
  overflow: hidden;
}

.l-content {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MSPゴシック", "MS PGothic", sans-serif;
  position: relative;
  background-color: #ffffff;
  max-width: 750px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}

.l-content a {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
}

.l-content a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .l-content a:hover {
    opacity: 1;
  }
}

.shop {
  padding: 4.6666666667% 0 13.3333333333%;
  background: url("../img/bg_red.jpg") no-repeat center top;
  background-size: 100%;
}

.shop_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shop_sns li {
  max-width: 12%;
  margin-right: 4.6666666667%;
}
.shop_sns li:last-child {
  margin-right: 0;
}

.shop * {
  text-align: center;
}

.shop_lead {
  margin-top: 8.6666666667%;
}

.shop_lead-title,
.shop_lead-text {
  color: #1d2088;
}

.shop_lead-title {
  font-size: 37px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .shop_lead-title {
    font-size: 18px;
  }
}

.shop_lead-title span {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.shop_lead-text {
  font-size: 29px;
  line-height: 1.72;
  margin-top: 4%;
}
@media screen and (max-width: 750px) {
  .shop_lead-text {
    font-size: 14px;
  }
}

.shop_list {
  margin-top: 12%;
}

.shop_list-title {
  width: 23.7333333333%;
  margin: 0 auto;
}

.shop_list-name {
  color: #0000ff;
  font-size: 30px;
  line-height: 1.63;
  margin-top: 4%;
}
@media screen and (max-width: 750px) {
  .shop_list-name {
    font-size: 15px;
  }
}

.genre {
  padding: 7.3333333333% 0 8%;
  background: url("../img/bg_record.jpg") no-repeat center top;
  background-size: 100%;
}

.genre_title {
  width: 23.2%;
  margin: 0 auto;
}

.genre_text {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 4%;
}
@media screen and (max-width: 750px) {
  .genre_text {
    font-size: 15px;
  }
}

.genre_lead {
  color: #ffff00;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-top: 2%;
}
@media screen and (max-width: 750px) {
  .genre_lead {
    font-size: 17px;
  }
}

.concierge {
  background: url("../img/bg_yellow.jpg") no-repeat center top;
  background-size: 100%;
}

.concierge_content {
  padding-bottom: 16%;
}

.concierge_text {
  font-size: 27px;
  line-height: 1.66;
  padding: 0 8%;
}
@media screen and (max-width: 750px) {
  .concierge_text {
    font-size: 13px;
  }
}

.info {
  font-size: 22px;
  padding: 0 8%;
}
@media screen and (max-width: 750px) {
  .info {
    font-size: 90%;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

#btn-f-top {
  position: fixed;
  z-index: 1000;
  right: 10px;
  bottom: 15px;
  width: 50px;
  height: 50px;
}