@charset "UTF-8";
@media screen and (min-width: 360px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 480px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 640px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1040px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1439px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1039px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 639px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 479px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 359px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  .hidden-md-down {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .hidden-sm-down {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hidden-xs-down {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hidden-ipad-up {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .hidden-md-up {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .hidden-sm-up {
    display: none;
  }
}

@media screen and (min-width: 360px) {
  .hidden-xs-up {
    display: none;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: scroll;
}
@media screen and (min-width: 640px) {
  html {
    min-width: 1020px;
  }
}

body {
  overflow-x: clip;
  height: 100%;
  word-break: break-all;
  color: #000;
}

section {
  padding: initial;
}

.contents {
  overflow: initial;
  overflow-x: initial;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a:link {
  color: initial;
  text-decoration: none;
}

a {
  transition: 0.3s all;
  color: #333;
  opacity: 1;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

i, em {
  font-style: normal;
}

h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin-bottom: 0;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

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

p {
  margin-bottom: 0;
}

button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
}

#otonasama {
  position: relative;
  font-family: "Noto Sans JP", Meiryo, メイリオ, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-feature-settings: "palt";
  color: #343434;
  background-image: url(../img/bg_sakura.png), url(../img/bg.png);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: contain;
}
@media screen and (max-width: 639px) {
  #otonasama {
    background-image: url(../img/bg_sakura_sp.png), url(../img/bg_sp.png);
  }
}
#otonasama img {
  max-width: 100%;
  height: auto;
}
#otonasama .content-inner {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
#otonasama .content-inner--s {
  max-width: 700px;
  margin: 0 auto;
}
#otonasama .mv {
  position: relative;
  padding-bottom: 100px;
  background: #FDE5DA url(../img/bg_mv.png);
  background-size: 7%;
  object-fit: cover;
  mask-image: url(../img/mask.svg), url(../img/mask2.svg);
  mask-position: center calc(100% + 2px), bottom center;
  mask-repeat: no-repeat, repeat;
  mask-size: contain, cover;
  mask-composite: exclude;
}
@media screen and (max-width: 639px) {
  #otonasama .mv {
    background-size: 25%;
  }
}
#otonasama .mv-title {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.start-mv #otonasama .mv-title {
  transition: 0.8s ease-in 0.2s;
  opacity: 1;
}
#otonasama .mv-img {
  opacity: 0;
}
.start-mv #otonasama .mv-img {
  transition: 1s ease-in 1s;
  opacity: 1;
}
#otonasama .mv .lead {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  #otonasama .mv .lead {
    text-align: left;
  }
}
#otonasama .mv .note {
  margin-top: 1em;
  font-size: 1.4rem;
}
@media screen and (max-width: 639px) {
  #otonasama .mv .note {
    text-align: left;
  }
}
#otonasama .section {
  padding: 50px 0 200px;
}
@media screen and (max-width: 639px) {
  #otonasama .section {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 639px) {
  #otonasama .section > .content-inner {
    padding: 0 20px !important;
  }
}
#otonasama .section .bnr {
  display: block;
  max-width: 720px;
  margin: 0 auto 100px;
}
#otonasama .shop-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 240px;
}
@media screen and (max-width: 639px) {
  #otonasama .shop-list {
    gap: 120px;
  }
}
@media screen and (max-width: 639px) {
  #otonasama .shop-list-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
#otonasama .shop-list-item h2 {
  margin: 0 auto 1em;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4em;
  color: #A57B51;
}
@media screen and (max-width: 639px) {
  #otonasama .shop-list-item h2 {
    margin-bottom: 0.5em;
    font-size: 3.2rem;
    order: 2;
  }
}
#otonasama .shop-list-item:nth-child(even) .shop-item-row {
  flex-direction: row-reverse;
}
#otonasama .shop-item-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  #otonasama .shop-item-row {
    display: contents;
  }
}
#otonasama .shop-item-img {
  width: 52%;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(6, 0, 1, 0.16);
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  #otonasama .shop-item-img {
    width: 100%;
    margin: 0 auto 20px;
    order: 1;
  }
}
#otonasama .shop-item-img img {
  width: 100%;
}
#otonasama .shop-item-txt {
  width: 43%;
  text-align: left;
}
@media screen and (max-width: 639px) {
  #otonasama .shop-item-txt {
    width: 100%;
    padding: 0 20px;
    order: 3;
  }
}
#otonasama .shop-item-detail > dt {
  padding-bottom: 0.5em;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4em;
  color: #EF568A;
}
@media screen and (max-width: 639px) {
  #otonasama .shop-item-detail > dt {
    text-align: center;
  }
}
#otonasama .shop-item-detail > dd:first-of-type {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 639px) {
  #otonasama .shop-item-detail > dd:first-of-type {
    text-align: center;
  }
}
#otonasama .shop-item-detail > dd:first-of-type::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 5em;
  height: 1px;
  background: #060001;
}
@media screen and (max-width: 639px) {
  #otonasama .shop-item-detail > dd:first-of-type::after {
    left: calc(50% - 2.5em);
  }
}
#otonasama .shop-item-detail > dd > span {
  display: inline-block;
}
#otonasama .shop-item-detail > dd .limited {
  display: inline-block;
  margin-right: 2em;
  padding: 0 0.2em;
  line-height: 1.4em;
  border: 1px solid #060001;
}
#otonasama .shop-item-detail > dd .price {
  font-size: 1.8rem;
  font-weight: 500;
}
#otonasama .shop-item-detail > dd .price strong {
  font-size: 2rem;
  font-weight: 500;
}
#otonasama .shop-item-detail > dd .term {
  width: 100%;
  margin-top: 0.2em;
}
@media screen and (max-width: 639px) {
  #otonasama .shop-item-detail .menu {
    font-size: 1.6rem;
  }
}
#otonasama .shop-item-detail .menu > dl {
  display: flex;
  flex-wrap: wrap;
}
#otonasama .shop-item-detail .menu > dl dt::after {
  content: "：";
  display: inline-block;
  padding: 0 0.2em;
}
#otonasama .shop-item-detail .menu > dl dd {
  flex: 1;
}
#otonasama .shop-item-detail .note {
  font-size: 1.5rem;
}
#otonasama .shop-item-detail .floor {
  margin-top: 0.5em;
  font-weight: 600;
}/*# sourceMappingURL=styles.css.map */