@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  position: relative;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

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

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

address {
  font-style: normal;
}

@media screen and (min-width: 481px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 576px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  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: 1240px) {
  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: 1239px) {
  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: 767px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 1239px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media screen and (max-width: 1039px) {
  .hidden-pc-down {
    display: none !important;
  }
}

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

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

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

@media screen and (max-width: 374px) {
  .hidden-xxs-down {
    display: none !important;
  }
}

@media screen and (min-width: 1240px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media screen and (min-width: 1040px) {
  .hidden-pc-up {
    display: none !important;
  }
}

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

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

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

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

@media screen and (min-width: 375px) {
  .hidden-xxs-up {
    display: none !important;
  }
}

.pl-0 {
  padding-left: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pl-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.pl-1 {
  padding-left: 10px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pl-1 {
  padding-right: 10px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pl-2 {
  padding-right: 20px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pl-3 {
  padding-right: 30px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pl-4 {
  padding-right: 40px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.pl-5 {
  padding-left: 50px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pl-5 {
  padding-right: 50px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.ml-5 {
  margin-left: 50px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mr-5 {
  margin-right: 50px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.pl-6 {
  padding-left: 60px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pl-6 {
  padding-right: 60px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.ml-6 {
  margin-left: 60px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mr-6 {
  margin-right: 60px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.pl-7 {
  padding-left: 70px !important;
}

.pt-7 {
  padding-top: 70px !important;
}

.pl-7 {
  padding-right: 70px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

.ml-7 {
  margin-left: 70px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mr-7 {
  margin-right: 70px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.pl-8 {
  padding-left: 80px !important;
}

.pt-8 {
  padding-top: 80px !important;
}

.pl-8 {
  padding-right: 80px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.ml-8 {
  margin-left: 80px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.mr-8 {
  margin-right: 80px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.pl-9 {
  padding-left: 90px !important;
}

.pt-9 {
  padding-top: 90px !important;
}

.pl-9 {
  padding-right: 90px !important;
}

.pb-9 {
  padding-bottom: 90px !important;
}

.ml-9 {
  margin-left: 90px !important;
}

.mt-9 {
  margin-top: 90px !important;
}

.mr-9 {
  margin-right: 90px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

.pl-10 {
  padding-left: 100px !important;
}

.pt-10 {
  padding-top: 100px !important;
}

.pl-10 {
  padding-right: 100px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

.ml-10 {
  margin-left: 100px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.mr-10 {
  margin-right: 100px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

html {
  font-size: 62.5%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.7em;
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

.content-inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

.content-inner--s {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (min-width: 768px) {
  .content-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeup {
  opacity: 0;
}
.fadeup.scrollin {
  animation-name: fadeUp;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

#header {
  display: none;
}

#header .header-fix-wrap,
#header .HeaderBody.is-fixed,
.pageGuide,
.main,
.menu-column {
  position: relative !important;
  top: auto;
  left: auto;
  z-index: 1;
}

.is-popup {
  position: fixed;
}

.contents-wrap {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contents-wrap {
    width: auto;
  }
}

.menu-column {
  margin: 0 auto;
}

.share-sns-column {
  position: relative;
  background: #fff;
  z-index: 1;
}

.lp-wrapper {
  display: flex;
  width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

.aside {
  display: flex;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
  background: #000;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .aside {
    display: none;
  }
}
.aside-l, .aside-r {
  position: relative;
}
@media screen and (max-width: 767px) {
  .aside-l, .aside-r {
    display: none;
  }
}
.aside-l {
  width: calc((100vw - 495px) * 0.6);
}
.aside-l .aside__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  vertical-align: bottom;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s ease-in;
}
.aside-l .aside__img img:nth-child(1) {
  z-index: 3;
}
.aside-l .aside__img img:nth-child(2) {
  z-index: 2;
}
.aside-l .aside__img img:nth-child(3) {
  z-index: 1;
}
.aside-l .aside__img img.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.aside-l .aside__title {
  position: absolute;
  top: 3vw;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
}
.aside-l .aside__title img {
  width: 55%;
  max-width: 400px;
  height: auto;
}
.aside-l .aside__lead {
  position: absolute;
  display: inline-block;
  top: 4vw;
  left: 1vw;
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  text-align: center;
  writing-mode: vertical-rl;
  z-index: 5;
}
.aside-l .aside__sitename {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 1vw;
  width: 15px;
  transform: translateY(-50%);
  z-index: 5;
}
.aside-l .aside__online {
  position: absolute;
  display: inline-block;
  bottom: 2vw;
  right: 1vw;
  z-index: 5;
}
.aside-l .aside__online img {
  width: 6vw;
  height: auto;
}
.aside-r {
  width: calc((100vw - 495px) * 0.4 - 15px);
  margin-left: 495px;
  padding-left: 15px;
  background: #000;
}
.aside-r .nav-pc {
  top: 0;
  right: 0;
  height: 100%;
  max-width: 35.54vh;
}
@media screen and (max-width: 1439px) {
  .aside-r .nav-pc {
    width: auto;
    max-width: 320px;
  }
}
.aside-r .nav-item {
  position: relative;
  display: block;
  width: 100%;
  height: 20vh;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .aside-r .nav-item:hover {
    opacity: 1;
  }
  .aside-r .nav-item:hover > img {
    transform: scale(1.1);
  }
  .aside-r .nav-item:hover .nav-item-cover {
    opacity: 1;
    background: rgba(0, 0, 0, 0);
  }
  .aside-r .nav-item:hover .nav-item-title {
    opacity: 1;
  }
}
.aside-r .nav-item > img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-position: 50%;
     object-position: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in;
}
.aside-r .nav-item-cover {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease-in;
  z-index: 1;
  opacity: 1;
}
.aside-r .nav-item-title {
  position: relative;
  display: inline-block;
  font-size: 2.7rem;
  text-align: center;
  z-index: 1;
  opacity: 1;
  transition: all 0.4s ease-in;
  transform: translate(0, 10px);
}
.aside-r .nav-item-title figure {
  display: inline-block;
  margin-bottom: 0.2em;
}
.aside-r .nav-item-title figure img {
  height: 1.8vw;
  width: auto;
}
@media screen and (min-width: 1240px) {
  .aside-r .nav-item-title figure img {
    height: 27px;
  }
}
.aside-r .nav-item-title .jp {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .aside-r .nav-item-title .jp {
    font-size: 2.8vw;
  }
}

.main-content {
  max-width: 495px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-left: calc((100vw - 495px) * 0.6);
  opacity: 0;
  background: #fff;
  transition: opacity 0.4s ease-in;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main-content {
    max-width: 100%;
    margin: 0 auto;
    border: none;
  }
}
.is-start .main-content {
  opacity: 1;
}
.main-content section {
  padding: 0 3% 130px;
}
.main-content section > section {
  position: relative;
  margin: 0 -3.18%;
  padding-top: 100px;
  padding-left: 10%;
}
.main-content section .section-mv {
  display: block;
  margin: 0 -3.2% 90px;
}
.main-content section .ttl {
  margin: 0 auto 15px;
  text-align: center;
}
.main-content section .lead {
  position: relative;
  margin: 0 auto 1em;
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  line-height: 1.75em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-content section .lead {
    font-size: 3.45vw !important;
  }
}
.main-content section .reserve-link {
  text-align: center;
}
.main-content section .reserve-link dt {
  margin: 0 auto 15px;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .main-content section .reserve-link dt {
    font-size: 3.05vw;
  }
}
.main-content section .btn {
  display: inline-block;
  padding: 0.2em 0.5em;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
  text-decoration: none;
  color: #fff;
  line-height: 1.2em;
  text-align: center;
  border-radius: 9999px;
  background: #BAA10A;
}
@media screen and (max-width: 767px) {
  .main-content section .btn {
    font-size: 2.85vw;
  }
}
.main-content section .item-list.spacer {
  position: relative;
  margin-top: 60px;
  padding-top: 170px;
}
.main-content section .item-list.spacer::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100% - 1px) / 2);
  display: inline-block;
  width: 1px;
  height: 67px;
  background: #fff;
}
.main-content section .item-list.column2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-content section .item-list.column2 > li {
  width: 48%;
}
.main-content section .item-list.column2 > li:not(:nth-child(-n+2)) {
  margin-top: 36px;
}
.main-content section .item-list.column2 > li p {
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .main-content section .item-list.column2 > li p {
    font-size: 3.05vw !important;
  }
}
.main-content section .item-list.column2 > li p small {
  font-size: 0.84em !important;
  font-weight: 500;
}
.main-content section .item-list.column2 > li p.spec {
  font-size: 1.2rem !important;
}
@media screen and (max-width: 767px) {
  .main-content section .item-list.column2 > li p.spec {
    font-size: 2.44vw !important;
  }
}
.main-content section .item-list.column2 > li p.spec small {
  font-size: 0.84em !important;
  font-weight: 500;
}
.main-content section .item-list > li {
  position: relative;
}
.main-content section .item-list > li .btn-detail {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  .main-content section .item-list > li .btn-detail:hover {
    opacity: 1;
  }
  .main-content section .item-list > li .btn-detail:hover::before {
    transform: rotate(90deg);
  }
  .main-content section .item-list > li .btn-detail:hover::after {
    transform: rotate(180deg);
  }
}
.main-content section .item-list > li .btn-detail::before, .main-content section .item-list > li .btn-detail::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 30px;
  display: inline-block;
  width: 7.5%;
  height: 1px;
  background: #000;
  z-index: 1;
  transition: transform 0.2s ease-in;
}
.main-content section .item-list > li .btn-detail::after {
  transform: rotate(90deg);
}
.main-content section .item-list > li .btn-detail.white::before, .main-content section .item-list > li .btn-detail.white::after {
  background: #fff;
}
.main-content section .item-list > li figure {
  margin: 0 auto 15px;
  background: #000;
}
.main-content section .item-list > li figure img {
  transition: opacity 0.3s ease-in;
}
.main-content section .item-list > li p {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
}
@media screen and (max-width: 767px) {
  .main-content section .item-list > li p {
    font-size: 3.2vw;
  }
}
.main-content section .item-list > li p.new {
  position: relative;
}
.main-content section .item-list > li p.new::after {
  position: absolute;
  top: 0;
  right: 25%;
  content: "NEW";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
  border: 1px solid #fff;
  border-radius: 100%;
}
.main-content section .item-list > li p.spec {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .main-content section .item-list > li p.spec {
    font-size: 2.84vw !important;
  }
}
.main-content section .item-list > li p.spec .price {
  font-size: 1.5em;
}
.main-content section .item-list > li p.note {
  font-size: 1.2rem !important;
}
@media screen and (max-width: 767px) {
  .main-content section .item-list > li p.note {
    font-size: 2.44vw !important;
  }
}

#introduction {
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 30px;
}
#introduction .logo {
  margin: 0 auto 80px;
  text-align: center;
}
#introduction .logo img {
  width: 48%;
  margin: 0 auto 40px;
  filter: brightness(0);
}
#introduction .logo span {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  #introduction .logo span {
    font-size: 4.1vw;
  }
}
#introduction figure {
  display: block;
  margin: 0 auto 40px;
  padding: 0;
}
#introduction .copy {
  margin: 0 auto 100px;
}
#introduction .copy .lead, #introduction .copy .copy__sub {
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
#introduction .copy .lead {
  font-size: 1.9rem;
  margin-bottom: 20px;
  line-height: 1.24;
}
@media screen and (max-width: 767px) {
  #introduction .copy .lead {
    font-size: 3.87vw !important;
  }
}
#introduction .copy__sub {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #introduction .copy__sub {
    font-size: 3.05vw;
  }
}
#introduction .reserve-ttl {
  margin-bottom: 20px;
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  line-height: 1.24;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #introduction .reserve-ttl {
    font-size: 4vw !important;
  }
}
#introduction .reserve-date {
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #introduction .reserve-date {
    font-size: 5.3vw !important;
  }
}
#introduction .reserve-date span {
  font-size: 2em;
}

#special {
  padding-top: 130px;
  padding-left: 10%;
  padding-right: 10%;
  background: #A30001;
}
#special .lead {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #special .lead {
    font-size: 3.45vw;
  }
}
#special .item-list > li:not(:last-child) {
  margin-bottom: 100px;
}
#special .item-list > li figure .brand-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: auto;
  transform: translate(-10%, -25%);
  z-index: 1;
}
#special .item-list > li p {
  color: #fff;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  #special .item-list > li p {
    font-size: 3.25vw;
  }
}

#cake {
  padding-bottom: 0;
}
#cake > section#cake02 {
  background: #CABC94;
}
#cake > section#variety {
  background: #fff;
}
#cake > section h3 {
  margin: 0 auto 25px;
  font-size: 3.1rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", serif;
  color: #fff;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #cake > section h3 {
    font-size: 6.9vw;
  }
}
#cake .item-list.spacer {
  padding-top: 115px;
}
#cake .item-list.spacer::after {
  background: #000;
}
#cake .nav-cake {
  position: absolute;
  top: 100px;
  left: 1%;
}
.is-fixed #cake .nav-cake {
  position: fixed;
  top: 5px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .is-fixed #cake .nav-cake {
    left: calc((100vw - 495px) * 0.605);
  }
}
#cake .nav-cake-link li a {
  display: inline-block;
  min-height: 120px;
  padding: 1em 0.5em;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
  text-align: center;
  line-height: 1em;
  text-decoration: none;
  color: #000;
  writing-mode: vertical-rl;
  border: 1px solid #000;
  border-radius: 5px;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  #cake .nav-cake-link li a {
    font-size: 3vw;
  }
}
@media screen and (min-width: 769px) {
  #cake .nav-cake-link li a:hover {
    color: #fff;
    background: #000;
  }
}
#cake .nav-cake-link li a.is-active {
  color: #fff;
  background: #000;
}
#cake .nav-cake-link li:last-child a {
  color: #009BE4;
  border-color: #009BE4;
}
@media screen and (min-width: 769px) {
  #cake .nav-cake-link li:last-child a:hover {
    color: #fff;
    background: #009BE4;
  }
}
#cake .nav-cake-link li:last-child a.is-active {
  color: #fff;
  background: #009BE4;
}

#icecake {
  background: #C5DCE0;
}
#icecake > section {
  margin: 0 -3%;
  padding-top: 100px;
  padding-left: 10%;
  padding-bottom: 0;
  background: transparent;
}
#icecake .reserve-link {
  margin-top: 80px;
  text-align: center;
}
#icecake .reserve-link dt {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#icecake .reserve-link dt::before, #icecake .reserve-link dt::after {
  content: "";
  display: inline-block;
  width: 7.5%;
  padding-top: 10%;
  background: url(../img/cream.png) center no-repeat;
  background-size: contain;
}
#icecake .reserve-link dt > span {
  display: inline-block;
  padding: 0 0.5em;
}
#icecake .reserve-link .btn {
  background: #6EC4EE;
}
#icecake .item-list:not(.column2) > li:not(:last-child) {
  margin-bottom: 100px;
}
#icecake .item-list:not(.column2) > li figure .brand-name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: auto;
  transform: translate(5%, -25%);
  z-index: 1;
}

#stollen {
  background: #fff;
}
#stollen .lead {
  margin-bottom: 100px;
}

#calendar {
  background: #fff;
}
#calendar .lead {
  margin-bottom: 100px;
}

.foot-content {
  padding-bottom: 200px !important;
  text-align: center;
  background: #fff url(../img/line.png) bottom center no-repeat !important;
  background-size: 90% !important;
}
.foot-content .banner {
  margin: 0 auto 160px;
  padding: 90px 8%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.foot-content .banner dt {
  padding-bottom: 1em;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .foot-content .banner dt {
    font-size: 3.25vw;
  }
}
.foot-content .banner dd:not(:last-of-type) {
  margin-bottom: 70px;
}
.foot-content .foot-logo {
  margin: 0 auto 30px;
  text-align: center;
}
.foot-content .foot-logo img {
  width: 33%;
  margin: 0 auto 40px;
  filter: brightness(0);
}
.foot-content .foot-link {
  display: inline-block;
  margin: 0 auto;
}
.foot-content .foot-link > li {
  text-align: left;
}
.foot-content .foot-link > li a {
  display: inline-block;
  font-size: 1.2rem;
  font-family: "Tenor Sans", cursive;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .foot-content .foot-link > li a {
    font-size: 2.44vw;
  }
}
@media screen and (min-width: 769px) {
  .foot-content .foot-link > li a:hover::before {
    background: #000;
  }
}
.foot-content .foot-link > li a::before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin-right: 0.2em;
  border: 1px solid #000;
  border-radius: 100%;
  transition: all 0.2s ease-in;
}

.nav-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    z-index: 100;
  }
}
.nav-sp > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333333333%;
  padding: 10px;
  text-align: center;
  background: #A30001;
}
.nav-sp > a:nth-child(2) {
  background: #BAA10A;
}
.nav-sp > a:nth-child(3) {
  background: #000;
}
.nav-sp > a img {
  max-width: 100%;
  width: 60%;
  height: auto;
}

.popup {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .popup {
    margin-top: 0;
  }
}
.popup[id^=special] .row, .popup[id=frozen-01] .row, .popup[id=frozen-02] .row, .popup[id=frozen-03] .row {
  flex-direction: row-reverse;
}
.popup[id^=special] .row .image, .popup[id=frozen-01] .row .image, .popup[id=frozen-02] .row .image, .popup[id=frozen-03] .row .image {
  width: 48%;
}
.popup[id^=special] .row .text, .popup[id=frozen-01] .row .text, .popup[id=frozen-02] .row .text, .popup[id=frozen-03] .row .text {
  width: 48%;
}
.popup[id^=special] .row .text p, .popup[id=frozen-01] .row .text p, .popup[id=frozen-02] .row .text p, .popup[id=frozen-03] .row .text p {
  line-height: 1.6em;
  text-align: justify;
}
.popup[id^=special] .row .text p.patissier, .popup[id=frozen-01] .row .text p.patissier, .popup[id=frozen-02] .row .text p.patissier, .popup[id=frozen-03] .row .text p.patissier {
  margin: 0 auto 1em;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .popup[id^=special] .row .text p.patissier, .popup[id=frozen-01] .row .text p.patissier, .popup[id=frozen-02] .row .text p.patissier, .popup[id=frozen-03] .row .text p.patissier {
    font-size: 2.84vw;
  }
}
.popup[id^=special] .row .text p.patissier .name, .popup[id=frozen-01] .row .text p.patissier .name, .popup[id=frozen-02] .row .text p.patissier .name, .popup[id=frozen-03] .row .text p.patissier .name {
  font-size: 1.29em;
}
.popup[id^=reservation] .popup-inner {
  text-align: center;
}
.popup[id^=reservation] .btn-popup-clese {
  float: none;
  margin: 50px auto 0;
  transform: none;
  border-radius: 4px;
}
.popup[id^=reservation] .btn-popup-clese::before {
  display: none;
}
.popup[id^=reservation] .btn-popup-clese span {
  padding: 0 1em;
}
.popup[id^=reservation] .btn-popup-clese span::before, .popup[id^=reservation] .btn-popup-clese span::after {
  display: none;
}
.popup#reservation-flozen .popup-inner {
  background: #D0E7EB;
}
.popup .btn-popup-clese {
  position: relative;
  float: right;
  display: inline-block;
  text-decoration: none;
  background: #000;
  transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .popup .btn-popup-clese {
    transform: translateY(0);
  }
}
.popup .btn-popup-clese::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -35px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 35px;
  border-color: transparent transparent #000 transparent;
}
.popup .btn-popup-clese span {
  position: relative;
  display: flex;
  align-items: center;
  height: 35px;
  padding: 0 1em;
  padding-right: 50px;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
  letter-spacing: 1px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .popup .btn-popup-clese span {
    font-size: 2.8vw;
  }
}
.popup .btn-popup-clese span::before, .popup .btn-popup-clese span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #fff;
}
.popup .btn-popup-clese span::before {
  transform: rotate(-45deg);
}
.popup .btn-popup-clese span::after {
  transform: rotate(45deg);
}
.popup-inner {
  padding: 40px 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .popup-inner {
    max-height: 85svh;
    overflow: auto;
  }
}
.popup-inner .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 20px;
}
.popup-inner .row .image {
  margin-bottom: 10px;
}
.popup-inner .name small {
  font-size: 0.8em;
}
.popup-inner .spec {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 auto 10px;
}
.popup-inner .spec .item-no {
  display: inline-block;
  margin-right: 10px;
  padding: 0 0.5em;
  line-height: 1.2em;
  vertical-align: middle;
  border: 1px solid #000;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .popup-inner .spec .item-no {
    font-size: 3.04vw;
  }
}
.popup-inner .spec .icon-alcohol {
  display: inline-block;
  margin-left: 10px;
  line-height: 1em;
}
.popup-inner .spec .icon-alcohol::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background: url(../img/icon-alcohol.png) center no-repeat;
  background-size: contain;
}
.popup-inner .spec .icon-alcohol.no-alcohol::before {
  background-image: url(../img/icon-noalcohol.png);
}
.popup-inner .spec p {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .popup-inner .spec p {
    font-size: 2.64vw;
  }
}
.popup-inner .spec p.note {
  display: inline-block;
  margin: 0 0 0.2em;
  padding: 0.2em 0.5em;
  line-height: 1.2em;
  border: 1px solid #000;
  font-size: 1.2rem !important;
}
@media screen and (max-width: 767px) {
  .popup-inner .spec p.note {
    font-size: 2.44vw !important;
  }
}
.popup-inner .frozen-time {
  font-size: 1.3rem;
  margin-bottom: 8px;
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  .popup-inner .frozen-time {
    font-size: 2.64vw;
  }
}
.popup-inner .btn {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
  text-decoration: none;
  color: #000;
  line-height: 1.2em;
  text-align: center;
  border-radius: 4px;
  background: #BAA10A;
}
@media screen and (max-width: 767px) {
  .popup-inner .btn {
    font-size: 2.8vw;
  }
}
.popup-inner .btn-wrap {
  margin: 0 auto 50px;
}
.popup-inner .cut {
  text-align: center;
}

.mfp-content {
  width: 94%;
  max-width: 500px;
}
.mfp-content .popup-inner {
  width: 100%;
  height: 100%;
}
.mfp-content .text p {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .mfp-content .text p {
    font-size: 3.45vw;
  }
}
.mfp-content .item-detail {
  margin-bottom: 20px;
}
.mfp-content .item-detail__txt {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .mfp-content .item-detail__txt {
    font-size: 3.45vw;
  }
}
.mfp-content .item-detail__sub {
  display: inline-block;
  margin-top: 5px;
  font-size: 1.3rem;
}
.mfp-content .text__sub {
  margin-top: 5px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .mfp-content .text__sub {
    font-size: 2.84vw;
  }
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.4;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mb-0 {
  margin-bottom: 0px;
}/*# sourceMappingURL=styles.css.map */