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

section .inner {
  width: 1000px;
  margin: 0 auto;
}

[data-ruby] {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 3.2rem;
  letter-spacing: 3.2px;
  text-align: center;
  font-weight: normal;
  color: #fff;
}

/*-----------------------------------------------------------------
xxx
-----------------------------------------------------------------*/
#main-image {
  padding: 30px;
  position: relative;
  background: url(../img/top/main-image-bg.jpg) center center no-repeat;
  height: 768px;
}
#main-image .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 111px;
}
#main-image .logo.delighter {
  transition: all 0.3s ease-out;
  transform: translateX(-100%);
  opacity: 0;
}
#main-image .logo.delighter.started {
  transform: none;
  opacity: 1;
}
#main-image .logo.delighter.started.ended {
  border: solid red 10px;
}
#main-image .scroll {
  width: 14px;
  position: absolute;
  left: 78px;
  bottom: 0px;
}
#main-image .scroll img {
  display: block;
}

#guide h2 {
  color: #fff;
}
#guide h2:before {
  content: "";
  width: 1px;
  height: 70px;
  background-color: #fff;
  margin: 0 auto 50px;
}
#guide h2:after {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 1.8px;
  text-align: center;
  color: #d1b175;
  margin-top: 10px;
}
#guide .description {
  display: flex;
  flex-wrap: wrap;
  margin-top: 65px;
}
#guide .description .boxes {
  display: flex;
}
#guide .description .img {
  width: 500px;
}
#guide .description .img.boxes {
  flex-direction: column;
}
#guide .description .img.boxes .box + .box {
  margin-top: 30px;
}
#guide .description .text {
  width: 427px;
  color: #fff;
  margin-left: 73px;
}
#guide .description .text.boxes {
  flex-direction: column;
}
#guide .description .text.boxes .box + .box {
  margin-top: 22px;
  border-top: 1px solid #fff;
  padding-top: 22px;
}
#guide .description .text.boxes .box dl dt {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 1.8px;
}
#guide .description .text.boxes .box dl dd {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-top: 16px;
  letter-spacing: 1.4px;
}
#guide .description .text.boxes .box p {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
#guide .description .text.boxes .box p + p {
  margin-top: 16px;
}
#guide .description .text.boxes .box p:first-of-type {
  margin-bottom: 50px;
}
#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: 70px;
}
#guide .description .maps.boxes {
  flex-direction: row;
}
#guide .description .maps.boxes .box {
  width: 470px;
}
#guide .description .maps.boxes .box + .box {
  margin-left: 60px;
}
#guide .description .maps.boxes .box dl dt {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 1.8px;
  text-align: center;
  color: #fff;
}
#guide .description .maps.boxes .box dl dd {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-top: 25px;
}
#guide .description .maps.boxes .box dl dd iframe {
  width: 100%;
  height: 332px;
}

#reservation {
  margin-top: 120px;
  position: relative;
  background: url(../img/top/reservation-bg.jpg) center top no-repeat;
  background-size: auto 100%;
}
#reservation .box {
  width: 880px;
  padding-bottom: 50px;
  margin: 0 auto;
  background-color: rgba(228, 194, 129, 0.85);
}
#reservation .box h2 {
  color: #000;
}
#reservation .box h2:before {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #000;
  margin: 0 auto 19px;
}
#reservation .box h2:after {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 1.8px;
  text-align: center;
  color: #d1b175;
  margin-top: 10px;
  color: #000000;
}
#reservation .box p {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
}
#reservation .box dl {
  display: flex;
  flex-wrap: wrap;
  width: 340px;
  margin: 25px auto 0;
}
#reservation .box dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 24px;
  background-color: #29251e;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
#reservation .box dl dt:nth-child(n+3) {
  margin-top: 10px;
}
#reservation .box dl dd {
  display: flex;
  align-items: center;
  width: 170px;
  height: 24px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  padding-left: 17px;
}
#reservation .box dl dd:nth-child(n+3) {
  margin-top: 10px;
}
#reservation .box .tel {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
#reservation .box .tel .icon-tel {
  display: flex;
  align-items: center;
  height: 45px;
  background: url(../img/common/icon-tel.png) left center no-repeat;
  background-size: 45px auto;
  padding-left: 65px;
  font-size: 3.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  text-decoration: none;
}
#reservation .box strong {
  display: block;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 2.8px;
  margin-top: 50px;
  font-weight: normal;
}
#reservation .box .img {
  margin: 32px auto 0;
  width: 280px;
}

#menu {
  position: relative;
}
#menu .inner {
  position: relative;
  padding-bottom: 150px;
}
#menu .inner::before {
  content: "";
  display: block;
  width: 169px;
  height: 515px;
  background: url(../img/top/menu-symbol.png) center top no-repeat;
  background-size: contain;
  position: absolute;
  left: -150px;
  bottom: -30px;
  z-index: 10;
}
#menu h2 {
  color: #fff;
}
#menu h2:before {
  content: "";
  width: 1px;
  height: 70px;
  background-color: #fff;
  margin: 0 auto 49px;
}
#menu h2:after {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 1.8px;
  text-align: center;
  color: #d1b175;
  margin-top: 10px;
}
#menu .boxes {
  margin-top: 69px;
  position: relative;
  z-index: 20;
}
#menu .boxes .box {
  display: flex;
}
#menu .boxes .box:nth-of-type(odd) {
  flex-direction: row;
}
#menu .boxes .box:nth-of-type(even) {
  flex-direction: row-reverse;
}
#menu .boxes .box .img {
  width: 500px;
}
#menu .boxes .box .img img {
  display: block;
}
#menu .boxes .box .description {
  width: 500px;
  color: #fff;
  padding: 45px 60px;
}
#menu .boxes .box .description h3 {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 2.8px;
  text-align: center;
}
#menu .boxes .box .description dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.4px;
  margin-top: 60px;
}
#menu .boxes .box .description dl dt {
  width: 50%;
}
#menu .boxes .box .description dl dt:nth-child(n+3) {
  margin-top: 20px;
}
#menu .boxes .box .description dl dd {
  width: 50%;
  text-align: right;
}
#menu .boxes .box .description dl dd:nth-child(n+3) {
  margin-top: 20px;
}
#menu .boxes .box .description p {
  margin-top: 20px;
  text-align: right;
}

#info {
  position: relative;
  background-color: #fff;
}
#info .inner {
  padding: 59px 49px 45px;
}
#info h2 {
  color: #010101;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
#info h2:before {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #000;
  position: absolute;
  left: -49px;
  top: -59px;
}
#info h2:after {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 1.8px;
  text-align: center;
  color: #d1b175;
  margin-left: 30px;
}
#info .boxes {
  margin-top: 60px;
}
#info .boxes .box {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.4px;
  display: flex;
}
#info .boxes .box + .box {
  margin-top: 28px;
}
#info .boxes .box .title {
  margin-left: 30px;
}
#info .boxes .box .title a {
  text-decoration: none;
}
#info .link {
  text-align: right;
  margin-top: 35px;
}
#info .link a {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.4px;
  text-decoration: none;
}