@charset "UTF-8";

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0 auto;
  font-family: "fot-udkakugo-large-pr6n", serif;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: justify;
}

img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#wrapper {
  margin: 0 auto;
  max-width: 640px;
  background: #FFF;
}

#mv {
  position: relative;
  height: 50vh;
  background: url("../img/mv-2.jpg") no-repeat border-box left top;
  background-size: cover;
}

#mv .read {
  writing-mode: vertical-rl;
  padding: 10px;
  line-height: 1.4;
  color: #4a4b6b;
  font-size: 1.8rem;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff;
}

#mv .read .mark {
  font-size: 1.2rem;
  padding: 10px;
  background: #4a4b6b;
  color: #fff;
  text-shadow: none;
  letter-spacing: 2px;
}

#mv .read .wanted {
  display: block;
  padding: 4px 5px;
  letter-spacing: 6px;
}

#mv .catch {
  position: absolute;
  top: 0;
  right: 20px;
  width: auto;
  height: 60%;
}

#mv .badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 260px;
}

#mv a {
  position: absolute;
  bottom: 6%;
  left: 5.9375%;
  width: 88.125vw;
  max-width: 564px;
}

.shoplist {
  height: 100vh;
}

@media screen and (min-width: 640px) {
  .shoplist {
    max-width: 640px;
  }
}

.shoplist>div {
  height: 50vh;
}

.shoplist>div h2 {
  text-align: center;
  color: #fff;
  background: #4a4b6b;
  padding: 10px 0;
  font-size: 1.8rem;
}

.shoplist>div ul {
  display: grid;
  place-content: center;
  place-items: center;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, calc((50vh - 1.8rem - 40px) / 3));
  gap: 1px;
}

.shoplist>div ul li {
  color: #4a4b6b;
  text-align: center;
  width: 33.3333333333vw;
  box-sizing: border-box;
  padding: calc(((50vh - 1.8rem - 20px) / 3 - 1.6rem) / 2.6) 0;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 640px) {
  .shoplist>div ul li {
    width: calc(640px / 3);
  }
}


.shoplist .map {
  /* display: grid;
  place-content: center;
  grid-template-columns: 1fr;
  grid-template-rows: calc(50vh - 7rem) 7rem;
  row-gap: 20px; */
  display: flex;
  flex-direction: column;
  height: 50vh;
}

.shoplist .map img {
  width: 80%;
  height: auto;
  margin: 20px auto;
}

.shoplist p {
  text-align: center;
}

.shoplist p a {
  color: #fff;
  background: #4a4b6b;
  text-decoration: none;
  padding: 20px;
  display: block;
  width: 80%;
  margin: auto;
  border-radius: 1rem;
}

#three {
  margin-top: -8rem;
  text-align: center;
}

#three img {
  width: 540px;
  max-width: 90%;
}

#three a {
  text-decoration: none;
  background: #B98B50;
}

#three a>p {
  color: #fff;
  background: #B98B50;
  width: 540px;
  max-width: 90%;
  margin: auto;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 1.5rem 0 0.8rem;
}

#three a>p::after {
  content: "»";
  display: block;
  font-size: 1.6rem;
  text-align: center;
  transform: rotate(90deg);
}

#three img:nth-child(n+3) {
  margin-top: 20px;
}

.border {
  width: 540px !important;
  max-width: 90%;
  height: 45px;
  max-height: 7.5vw;
  margin: 4em auto 2em;
  background: url("../img/ribbon.png") no-repeat border-box center top/cover;
}

.content,
.narrow {
  display: block;
  width: 540px;
  max-width: 90%;
  margin: 0 auto;
}

.desc {
  width: 540px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 3em;
  line-height: 2;
}

.add {
  background: url("../img/bg.jpg");
  background-color: #FFF5EB;
  margin-top: 2rem;
  padding: 2rem 0 2.5rem;
}

.add figcaption {
  font-size: 1rem;
}

p.sub {
  color: #B98B50;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: min(6vw, 1.9rem);
  text-align: center;
  margin: 0 auto 1rem;
}

.point {
  margin-bottom: 4rem;
}

.title {
  margin-bottom: 1rem;
}

.point1 img.title {
  width: 65.31vw;
  max-width: 418px;
  margin-left: 0px;
}

.point2 img.title {
  width: 75vw;
  max-width: 480px;
  margin-left: 0px;
}

.point3 img.title {
  width: 83.28vw;
  max-width: 533px;
  margin-left: 0px;
}

.point .add .desc {
  max-width: 100%;
  margin-top: 1.5em;
  margin-bottom: 0em;
}

.narrow.photo {
  margin: -1.5rem auto 4rem;
}

.button {
  padding-top: 30px;
}

.button a:nth-child(n+2) img {
  margin-top: 16px;
}

.btn_line img {
  width: 88.125vw;
  max-width: 564px;
}

.btn_web img {
  width: 87.5vw;
  max-width: 560px;
}

#voice {
  background: url("../img/bg.jpg");
  background-color: #FFF5EB;
  margin-top: 2rem;
  padding: 3rem 0 0.1rem;
}

#voice img {
  width: 44.53vw;
  max-width: 285px;
}

.og_name {
  width: 8em;
  margin: 0.5em auto;
  border-radius: 0.5em;
  background-color: #FD8278;
  color: white;
  font-size: 1rem;
  text-align: center;
}

#voice p.sub {
  margin-top: 1rem;
  margin-bottom: -1.4rem;
}

img.about {
  width: 32.19vw;
  max-width: 206px;
  padding-bottom: 2rem;
}

img.qa {
  width: 47.19vw;
  max-width: 302px;
  padding-bottom: 2rem;
}

.detail table {
  width: 100%;
  border-left: 1px solid #434343;
  border-right: 1px solid #434343;
  border-bottom: 1px solid #434343;
  border-collapse: collapse;
}

.detail table th {
  background: #f7e0e6;
  padding: 5px 0;
  text-align: center;
  font-size: 15px;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
}

.detail table td {
  background: #fff;
  padding: 5px 15px;
  text-align: left;
  font-size: 13px;
}

.detail table .border_td {
  border-top: 1px solid #bfbfbf;
}

.detail table .border_td td:first-child {
  border-right: 1px solid #bfbfbf;
}

.detail table td .txt_tit {
  font-size: 16px !important;
  font-weight: bold;
}

.detail table td .red_clr {
  color: #d03756;
}

.insta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1px;
}

/*  アコーディオン
 *---------------------------------------------------------- */
.acMenu dt {
  display: block;
  padding: 10px 45px 10px 45px;
  text-align: left;
  cursor: pointer;
  background: #f7e0e6;
  border-bottom: 1px solid #c9234e;
  font-size: 15px;
  color: #0a0a0a;
  position: relative;
  line-height: 1.4;
}

.acMenu dt::before {
  content: "Q";
  color: #c9234e;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -8px;
  line-height: 13px;
  font-size: 20px;
}

.acMenu dt:after {
  border-right: 2px solid #c9234e;
  border-top: 2px solid #c9234e;
  transform: rotate(135deg);
  content: "";
  display: block;
  height: 8px;
  right: 15px;
  margin-top: -8px;
  position: absolute;
  top: 55%;
  width: 8px;
}

.acMenu dt.active:after {
  border-right: 2px solid #c9234e;
  border-top: 2px solid #c9234e;
  transform: rotate(-45deg);
  content: "";
  display: block;
  height: 8px;
  right: 15px;
  margin-top: -8px;
  position: absolute;
  top: 55%;
  width: 8px;
}

.acMenu dd {
  padding: 10px 10px 10px 15px;
  line-height: 1.5em;
  text-align: left;
  display: none;
  font-size: 13px;
  border-bottom: 1px solid #c9234e;
}

.acMenu dd::before {
  content: "A.";
}

footer {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 0.8rem;
  text-align: center;
}

.fixed_footer {
  display: none;
}

nav {
  position: sticky;
  top: calc(100vh - 12rem);
  width: 100vw;
  max-width: 640px;
  height: 12rem;
  margin: auto;
  background-color: #efefef;
  border-top: 1px solid #fff;
  z-index: 100;
}

nav ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 50%);
}

nav ul li {
  text-align: center;
  border: 1px solid #fff;
}

nav ul li.form {
  margin: 2rem 0.5rem 2rem 2rem;
  background: #4a4b6b;
}

nav ul li.form a {
  font-family: var(--font-min);
}

nav ul li.line {
  margin: 2rem 2rem 2rem 0.5rem;
  background: #06c755;
}

nav ul li.line a {
  font-family: var(--font-rou);
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 2.4rem 0;
}

@media screen and (max-width: 780px) {
  footer {
    margin-bottom: 30vw;
  }

  .fixed_footer {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #fff;
    background: #151515;
  }

  .fixed_footer li:last-child {
    border-style: none;
  }

  .fixed_footer li {
    width: 50%;
    float: left;
    border-right: 1px solid #fff;
    box-sizing: border-box;
  }
}

/*# sourceMappingURL=style.css.map */