main {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0vw;
}

section {
  padding: 0 6.6666666667vw;
}
section .inner {
  margin: 0 auto;
}

header {
  height: 17.3333333333vw;
}
header .logo {
  display: none;
}

[data-ruby] {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 6.4vw;
  line-height: 1;
  letter-spacing: 0.64vw;
  text-align: center;
  font-weight: normal;
  color: #fff;
}
[data-ruby]:after {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0.32vw;
  text-align: center;
}

/*-----------------------------------------------------------------
xxx
-----------------------------------------------------------------*/
#main-image {
  padding: 4vw;
  position: relative;
  background: url(../img/top/main-image-bg-sp.jpg) center center no-repeat;
  background-size: contain;
  height: 133.3333333333vw;
}
#main-image .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 14.8vw;
}
#main-image .scroll {
  width: 1.8666666667vw;
  position: absolute;
  left: 10.4vw;
  bottom: 0vw;
}
#main-image .scroll img {
  display: block;
}

#guide h2 {
  color: #fff;
}
#guide h2:before {
  content: "";
  width: 0.2666666667vw;
  height: 9.3333333333vw;
  background-color: #fff;
  margin: 0 auto 6.6666666667vw;
}
#guide h2:after {
  color: #d1b175;
  margin-top: 2.6666666667vw;
}
#guide .description {
  display: flex;
  flex-wrap: wrap;
  margin-top: 9.6vw;
}
#guide .description .boxes {
  display: flex;
}
#guide .description .img.boxes {
  flex-direction: column;
}
#guide .description .img.boxes .box + .box {
  margin-top: 7.7333333333vw;
}
#guide .description .text {
  width: 100%;
  color: #fff;
  margin-top: 7.7333333333vw;
}
#guide .description .text.boxes {
  flex-direction: column;
}
#guide .description .text.boxes .box + .box {
  margin-top: 6.6666666667vw;
  border-top: 0.2666666667vw solid #fff;
  padding-top: 6.6666666667vw;
}
#guide .description .text.boxes .box dl dt {
  font-size: 4.5333333333vw;
  line-height: 1;
  letter-spacing: 0.4533333333vw;
}
#guide .description .text.boxes .box dl dd {
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  margin-top: 4.6666666667vw;
  letter-spacing: 0.3733333333vw;
}
#guide .description .text.boxes .box p {
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
}
#guide .description .text.boxes .box p + p {
  margin-top: 4vw;
}
#guide .description .text.boxes .box p:first-of-type {
  margin-bottom: 12.6666666667vw;
}
#guide .description .text.boxes .box p:last-of-type {
  margin-bottom: 0;
}
#guide .description .text.boxes .box table th {
  font-weight: normal;
  padding-right: 1em;
  text-align: left;
}
#guide .description .maps {
  width: 100%;
  margin-top: 14.6666666667vw;
}
#guide .description .maps.boxes {
  flex-direction: column;
}
#guide .description .maps.boxes .box {
  width: 100%;
}
#guide .description .maps.boxes .box + .box {
  margin-top: 8.6666666667vw;
}
#guide .description .maps.boxes .box dl dt {
  font-size: 4.5333333333vw;
  line-height: 1;
  letter-spacing: 0.4533333333vw;
  text-align: center;
  color: #fff;
}
#guide .description .maps.boxes .box dl dd {
  margin-top: 4vw;
}
#guide .description .maps.boxes .box dl dd iframe {
  width: 100%;
  height: 61.3333333333vw;
}

#reservation {
  margin-top: 16vw;
  position: relative;
  background: url(../img/top/reservation-bg-sp.jpg) center top no-repeat;
  background-size: cover;
}
#reservation .box {
  margin: 0 auto;
  background-color: rgba(228, 194, 129, 0.85);
  padding: 0 5.3333333333vw 9.6vw;
}
#reservation .box h2 {
  color: #000;
}
#reservation .box h2:before {
  content: "";
  width: 0.2666666667vw;
  height: 7.7333333333vw;
  background-color: #000;
  margin: 0 auto 4.8vw;
}
#reservation .box h2:after {
  margin-top: 2.6666666667vw;
  color: #000000;
}
#reservation .box p {
  margin-top: 6vw;
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
}
#reservation .box dl {
  display: flex;
  flex-wrap: wrap;
  width: 72.4vw;
  margin: 5.3333333333vw auto 0;
}
#reservation .box dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39.2vw;
  height: 5.3333333333vw;
  background-color: #29251e;
  text-align: center;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1.0833333333;
}
#reservation .box dl dt:nth-child(n+3) {
  margin-top: 1.3333333333vw;
}
#reservation .box dl dd {
  display: flex;
  align-items: center;
  width: 33.2vw;
  height: 5.3333333333vw;
  font-size: 3.2vw;
  line-height: 1.0833333333;
  padding-left: 3.3333333333vw;
}
#reservation .box dl dd:nth-child(n+3) {
  margin-top: 1.3333333333vw;
}
#reservation .box .tel {
  display: flex;
  justify-content: center;
  margin-top: 5.3333333333vw;
}
#reservation .box .tel .icon-tel {
  display: flex;
  align-items: center;
  height: 7.3333333333vw;
  background: url(../img/common/icon-tel.png) left center no-repeat;
  background-size: 7.3333333333vw auto;
  padding-left: 10vw;
  font-size: 5.3333333333vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: normal;
}
#reservation .box strong {
  display: block;
  text-align: center;
  font-size: 4.5333333333vw;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 6.6666666667vw;
  font-weight: normal;
}
#reservation .box .img {
  margin: 3.7333333333vw auto 0;
  width: 49.6vw;
}

#menu {
  position: relative;
}
#menu .inner {
  position: relative;
  padding-bottom: 46vw;
}
#menu .inner::before {
  content: "";
  display: block;
  width: 43.2vw;
  height: 46vw;
  background: url(../img/top/menu-symbol-sp.png) center top no-repeat;
  background-size: contain;
  position: absolute;
  right: 0vw;
  bottom: -6.2666666667vw;
  z-index: 10;
}
#menu h2 {
  color: #fff;
}
#menu h2:before {
  content: "";
  width: 0.2666666667vw;
  height: 9.3333333333vw;
  background-color: #fff;
  margin: 0 auto 6.5333333333vw;
}
#menu h2:after {
  color: #d1b175;
  margin-top: 1.3333333333vw;
}
#menu .boxes {
  margin-top: 9.2vw;
  position: relative;
  z-index: 20;
}
#menu .boxes .box {
  display: flex;
  flex-wrap: wrap;
}
#menu .boxes .box + .box {
  margin-top: 10.6666666667vw;
}
#menu .boxes .box .img img {
  display: block;
}
#menu .boxes .box .description {
  width: 100%;
  color: #fff;
  margin-top: 6vw;
}
#menu .boxes .box .description h3 {
  font-size: 4.5333333333vw;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
#menu .boxes .box .description dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 3.7333333333vw;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 6.6666666667vw;
}
#menu .boxes .box .description dl dt {
  width: 45.3333333333vw;
}
#menu .boxes .box .description dl dt:nth-child(n+3) {
  margin-top: 2.6666666667vw;
}
#menu .boxes .box .description dl dd {
  width: 41.3333333333vw;
  text-align: right;
}
#menu .boxes .box .description dl dd:nth-child(n+3) {
  margin-top: 2.6666666667vw;
}
#menu .boxes .box .description p {
  font-size: 3.7333333333vw;
  line-height: 1;
  margin-top: 2.6666666667vw;
  text-align: right;
}

#info {
  position: relative;
  background-color: #fff;
}
#info .inner {
  padding: 8.8vw 0 9.3333333333vw;
}
#info h2 {
  color: #010101;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 6.6666666667vw;
}
#info h2:before {
  content: "";
  width: 0.2666666667vw;
  height: 16vw;
  background-color: #000;
  position: absolute;
  left: 0;
  top: -8.8vw;
}
#info h2:after {
  color: #d1b175;
  margin-left: 4vw;
}
#info .boxes {
  margin-top: 8vw;
}
#info .boxes .box {
  font-size: 3.7333333333vw;
  line-height: 1.2857142857;
  letter-spacing: 0.1em;
}
#info .boxes .box + .box {
  margin-top: 6.6666666667vw;
}
#info .boxes .box .title {
  margin-top: 3.3333333333vw;
}
#info .boxes .box .title a {
  text-decoration: none;
}
#info .link {
  text-align: center;
  margin-top: 8.6666666667vw;
}
#info .link a {
  font-size: 3.7333333333vw;
  line-height: 1.2857142857;
  letter-spacing: 0.1em;
  text-decoration: none;
}