@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:700&amp;display=swap");
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
}

body {
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: vdl-v7mincho, serif;
  font-weight: 700;
  font-style: normal;
  background: #222222;
}

br.smp {
  display: none;
}

#container {
  overflow: hidden;
}

#g-header {
  position: fixed;
  width: 200px;
  top: 0;
  bottom: 0;
  left: 0;
  background: #222222;
  z-index: 100;
}

#g-header .menu-area {
  /*background: #f22613;*/
  /*background: #f22613;*/
  background: #222222;
}

#g-header .logo {
  padding: 42px 45px 40px;
}

#g-header .menu {
  text-align: center;
}

#g-header .contents li {
  padding: 0 0 14px;
}

#g-header .contents li:last-child {
  padding-bottom: 0;
}

#g-header .contents a {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  /*color: #f22613;*/
  /*color: #222222;*/
  text-decoration: none;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  padding-bottom: 2px;
}

#g-header .contents a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #222222;
  transition: width 150ms cubic-bezier(0.39, 0.575, 0.565, 1) 0ms;
}

#g-header .contents a:hover::after {
  width: 100%;
}

#g-header .sns {
  padding: 40px 0;
  display: flex;
  justify-content: center;
}

#g-header .sns li {
  padding: 0 15px 0 0;
}

#g-header .sns li:last-child {
  padding-right: 0;
}

#g-header .sns a {
  opacity: 1;
  transition: opacity 150ms linear 0ms;
}

#g-header .sns a:hover {
  opacity: 0.6;
}

#g-header .qr {
  text-align: center;
  margin-top: 19px;
}

#smp-header {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 70px;
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#smp-header .logo {
  padding: 10px 0 0 13px;
}

#smp-header .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70px;
  padding: 15px;
  box-sizing: border-box;
  font-family: 'Roboto Condensed', sans-serif;
  background: #222222;
  color: #f22613;
  font-size: 1.2rem;
  cursor: pointer;
}

#smp-header .btn .btn-inner {
  position: relative;
  width: 40px;
  height: 40px;
}

#smp-header .btn .btn-inner::before, #smp-header .btn .btn-inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  /*background: #f22613;*/
  background: #f22613;
}

#smp-header .btn .btn-inner::before {
  top: 0;
}

#smp-header .btn .btn-inner::after {
  bottom: 0;
}

#smp-header .btn .btn-text {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}

#smp-header .btn .btn-text.close {
  display: none;
}

.smp-mode #header-area {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: calc(100% - 70px);
  left: 0;
  z-index: 200;
  overflow: hidden;
  /*background: #f22613;*/
  background: #222222;
  transform: translateY(-100%);
}

.smp-mode #g-header {
  width: 100%;
  height: 100%;
  background: transparent;
  align-items: center;
  justify-content: center;
  display: flex;
  overflow: auto;
  transform: translateY(-100%);
  transition: transform 500ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s, opacity 200ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  opacity: 0;
}

.smp-mode #g-header .menu-area {
  max-width: 270px;
  width: 100%;
  padding: 50px 0;
}

.smp-mode #g-header .logo {
  padding: 0 0 50px;
  text-align: center;
}

.smp-mode #g-header .logo img {
  width: 120px;
  height: auto;
}

.smp-mode #g-header .contents li {
  padding: 0;
  border-top: 1px solid #77000e;
}

.smp-mode #g-header .contents li:last-child {
  border-bottom: 1px solid #77000e;
}

.smp-mode #g-header .contents a {
  font-size: 2.5rem;
  display: block;
  text-align: center;
  padding: 0.5em 0;
}

.smp-mode #g-header .contents a:hover::after {
  display: none;
}

.smp-mode #g-header .sns {
  justify-content: space-between;
  padding: 50px 50px 0;
}

.smp-mode #g-header .sns img {
  width: 40px;
  height: auto;
}

.smp-mode #g-header .reserve {
  display: none;
}

.smp-mode #g-header .qr {
  display: none;
}

.smp-mode #smp-header {
  display: block;
}

.smp-mode #smp-header .logo {
  transition: opacity 200ms cubic-bezier(0.39, 0.575, 0.565, 1) 0ms;
}

.smp-mode.menu-opened #header-area {
  bottom: 0;
  transition: bottom 500ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s !important;
}

.smp-mode.menu-opened #g-header {
  transform: translateY(0);
  opacity: 1;
}

.smp-mode.menu-opened #g-header.scrollable {
  display: block;
}

.smp-mode.menu-opened #g-header.scrollable .menu-area {
  margin: 0 auto;
}

.smp-mode.menu-opened #smp-header {
  background: transparent;
}

.smp-mode.menu-opened #smp-header .logo {
  opacity: 0;
}

.smp-mode.menu-opened #smp-header .btn {
  background: transparent;
  color: #f22613;
}

.smp-mode.menu-opened #smp-header .btn .btn-inner::before, .smp-mode.menu-opened #smp-header .btn .btn-inner::after {
  background: #f22613;
}

.smp-mode.menu-opened #smp-header .btn .btn-text.close {
  display: flex;
}

.smp-mode.menu-opened #smp-header .btn .btn-text.menu {
  display: none;
}

.no-fixed-menu {
  position: relative;
}

.no-fixed-menu #g-header {
  position: absolute;
}

#contents .inner {
  margin-left: 200px;
}

.smp-mode #contents .inner {
  margin-left: 0;
}

.section-title {
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: underline;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.section-title .section-title-inner {
  display: inline-block;
  position: relative;
}

.section-title .title-text {
  padding-bottom: 0.2em;
}

.section-title .title-text.fadeInLeft {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
}

.section-title .underline {
  width: 100%;
  height: 0.1em;
  position: absolute;
  bottom: 0;
}

.section-title .underline.fadeInRight {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
}

.section-title.black .underline {
  background: #222222;
}

.section-title.red .underline {
  background: #f22613;
  /*background: #222222;*/
}

#mv {
  width: 100%;
  height: 100vh;
  position: relative;
}

#mv .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#mv .photo img {
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

#mv .inner {
  position: relative;
  height: 100%;
}

#mv .copy {
  position: absolute;
  top: 50%;
  right: 15.69767%;
  transform: translateY(-50%);
  width: 43.60465%;
}

#mv .copy img {
  width: 100%;
  height: auto;
}

#topics {
  position: absolute;
  right: 80px;
  bottom: 80px;
  left: 80px;
  width: calc(100% - 160px);
  display: flex;
  align-items: stretch;
  overflow: hidden;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
}

#topics h2 {
  background: #f22613;
  color: #222222;
  letter-spacing: 0.05em;
  padding: 0.8em 2.1em;
  display: flex;
  align-items: center;
}

#topics ul {
  background: #222222;
  width: 100%;
  color: #f22613;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}

#topics li {
  width: 100%;
}

#topics li .topic {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  padding: 16px 30px;
  box-sizing: border-box;
  line-height: 1.4;
}

#topics li a {
  display: flex;
  align-items: center;
  color: #f22613;
  text-decoration: none;
  transition: opacity 150ms linear 0ms;
  opacity: 1;
}

#topics a:hover {
  opacity: 0.6;
}

#topics .date,
#topics .text {
  font-size: 1.8rem;
}

#topics .date {
  padding: 0 1.5em 0 0;
}

#concept .grid-wrapper {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  -ms-grid-columns: 50% 50%;
}

#concept .grid-inner {
  padding: 100px 90px;
}

#concept .photo {
  position: relative;
  overflow: hidden;
}

#concept .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0px 0px;
     object-position: 0px 0px;
}

#concept .photo-animate {
  transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

#concept .text {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  letter-spacing: 0.15em;
  line-height: 2.2;
}

#concept .text span.animated {
  display: block;
}

#concept .text span.smp {
  display: inline;
}

#concept .photo-screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#concept .photo-screen.red {
  background: #f22613;
}

#concept .photo-screen.black {
  background: #222222;
}

#concept .text01 {
  background: #f22613;
  color: #222222;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

#concept .text01 .maincopy {
  padding: 3vw 0;
}

#concept .text01 .maincopy img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

#concept .photo01 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

#concept .photo01.hidden .photo-animate {
  transform: translateX(10%);
}

#concept .photo01.visible .photo-animate {
  transform: translateX(0);
}

#concept .text02 {
  background: #222222;
  color: #f22613;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-column: 2 / 3;
  grid-row: 2 / 4;
}

#concept .text02 .bounceIn {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

#concept .text02 strong {
  font-size: 1.6em;
  padding: 2.5em 0;
  display: inline-block;
}

#concept .photo02 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}

#concept .photo02.hidden .photo-animate {
  transform: translateX(-10%);
}

#concept .photo02.visible .photo-animate {
  transform: translateX(0);
}

#concept .photo03 {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}

#concept .photo03.hidden .photo-animate {
  transform: translateX(-10%);
}

#concept .photo03.visible .photo-animate {
  transform: translateX(0);
}

#concept .photo04 {
  grid-column: 1 / 2;
  grid-row: 4 / 5;
  -ms-grid-column: 1;
  -ms-grid-row: 4;
}

#concept .photo04.hidden .photo-animate {
  transform: translateX(-10%);
}

#concept .photo04.visible .photo-animate {
  transform: translateX(0);
}

#concept .photo05 {
  grid-column: 2 / 3;
  grid-row: 4 / 5;
  -ms-grid-column: 2;
  -ms-grid-row: 4;
}

#concept .photo05.hidden .photo-animate {
  transform: translateX(-10%);
}

#concept .photo05.visible .photo-animate {
  transform: translateX(0);
}

#food {
  /*background: #f22613;*/
  background: #fff;
  text-align: center;
  padding: 165px 0;
}

#food .section-title {
  margin: 0 0 2.5em;
}

#food-list {
  width: 100%;
  max-width: 1520px;
  padding: 0 50px;
  box-sizing: border-box;
  margin: 0 auto;
  display: -ms-grid;
  -ms-grid-columns: calc((100% - 100px) / 3) 50px calc((100% - 100px) / 3) 50px calc((100% - 100px) / 3);
  -ms-grid-rows: auto 50px auto 50px auto 50px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 50px;
}

#food-list li {
  border-radius: 20px;
  overflow: hidden;
  background: #222222;
  max-width: 440px;
  display: flex;
  flex-wrap: wrap;
}

#food-list li:nth-child(3n-2) {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
  -ms-grid-column: 1;
}

#food-list li:nth-child(3n-1) {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
  -ms-grid-column: 3;
}

#food-list li:nth-child(3n) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  -ms-grid-column: 5;
}

#food-list li:nth-child(1),
#food-list li:nth-child(2),
#food-list li:nth-child(3) {
  -ms-grid-row: 1;
}

#food-list li:nth-child(4),
#food-list li:nth-child(5),
#food-list li:nth-child(6) {
  -ms-grid-row: 3;
}

#food-list li:nth-child(7),
#food-list li:nth-child(8),
#food-list li:nth-child(9) {
  -ms-grid-row: 5;
}

#food-list li:nth-child(10),
#food-list li:nth-child(11),
#food-list li:nth-child(12) {
  -ms-grid-row: 7;
}

#food-list .name {
  /*color: #f22613;*/
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding: 2em 0em;
  width: 100%;
}

#food-list .photo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#food-more {
  border: 1px solid #222222;
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  padding: 1em;
  border-radius: 1.5em;
  text-align: center;
  margin: 25px 15px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: none;
}

#food-more .icon {
  width: 2em;
  height: 2em;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  background: #222222;
  color: #f22613;
  border-radius: 1em;
  overflow: hidden;
  text-align: center;
}

#food-more .plus {
  position: absolute;
  font-size: 1.8rem;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#media {
  background: #222222;
  text-align: center;
  padding: 165px 0;
  color: #f22613;
}

#media .section-title {
  margin: 0 0 2.5em;
}

#media .media-list {
  max-width: 900px;
  padding: 0 50px;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: left;
}

#media .media-list dt {
  font-size: 1.8rem;
  line-height: 1.5;
}

#media .media-list dd {
  margin: 1em 0 0;
}

#media .media-list dd p {
  font-size: 1.6rem;
  line-height: 1.5;
}

#media .media-list .photo-area {
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
}

#media .media-list .photo-area .photo img {
  width: 100%;
  height: auto;
}

#media .media-list .photo-area.col-3 .photo {
  width: calc(100% / 3);
}

#access {
  background: #f22613;
  text-align: center;
  padding: 165px 0 130px;
  color: #222222;
}

#access .inner {
  font-size: 2.2rem;
}

#access .section-title {
  margin: 0 0 1em;
}

#access p {
  letter-spacing: 0.15em;
  line-height: 2.2;
}

#access .name {
  font-size: 1.36em;
}

#access .opening-hours {
  letter-spacing: 0.15em;
}

#access .opening-hours-boxline {
  display: inline-block;
  margin: 5em auto -4em;
  padding: 0.2em 2em;
  font-size: 1.26em;
  border: 1px solid #000;
}

#access .opening-hours h3 {
  margin: 2.5em 0 1.5em;
  font-size: 1.1em;
  line-height: 1.6;
}

#access .opening-hours h4 {
  margin: 1em 0 0.5em;
  line-height: 1.6;
}

#access .opening-hours p {
  line-height: 1.8;
}

#access .opening-hours .qr {
  width: 120px;
  height: 120px;
  margin: 2em auto 0;
  border: 2px solid #000;
  padding: 10px;
}

#access .opening-hours .qr img {
  width: 100%;
  height: auto;
}

#access .opening-hours .note {
  font-size: 0.8em;
  margin: 0.5em 0 0;
}

#access-map .inner {
  position: relative;
  height: 540px;
  overflow: hidden;
}

#access-map iframe {
  filter: grayscale(100%) invert(100%);
  position: absolute;
  top: -150px;
}

.reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
}

.reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap * {
  font-family: sans-serif;
}

.reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_reserveGadgetsTitle {
  color: #f22613;
  /*color: #222222;*/
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 2em 0 1em;
}

.reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_reserveGadgetsList {
  border: none;
  padding: 0 20px;
  width: auto;
}

.reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_selectBoxTarget {
  color: #f22613;
  /*color: #222222;*/
  border: 1px solid #f22613;
  border-radius: 22px;
  overflow: hidden;
}

.reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_selectBoxTarget > input {
  font-size: 1.2rem;
  text-align: center;
  border: none;
  color: #f22613;
  background-color: transparent;
  cursor: pointer;
  padding: 11px 14px 11px 39px;
}

.reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_selectBoxTarget > span {
  padding: 0 34px 0 39px;
  line-height: 39px;
  text-align: center;
  font-size: 1.2rem;
}

.reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_calendarIcon {
  background-image: url("../img/reserve_calendar.png");
  background-position: 14px 50%;
}

.reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_personIcon {
  background-image: url("../img/reserve_person.png");
  background-position: 14px 50%;
}

.reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_selectBoxTargetArrow {
  padding: 0;
  background-color: transparent;
}

.reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_selectBoxTargetArrow:after {
  background-color: transparent;
  background-image: url("../img/reserve_arrow.png");
  top: 50%;
  margin-top: -14px;
  right: 5px;
}

.reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_selectBoxPulldown {
  width: 100%;
  box-sizing: border-box;
  top: 40px;
}

.reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_selectBoxPulldown > li > label {
  color: #222222;
}

.reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_selectBoxPulldown > li > label.selected > span {
  color: #f22613;
}

.reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_selectBoxPulldown > li > label:hover {
  /*background-color: #222222;*/
  background-color: #f22613;
}

.reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_selectBoxPulldown > li > label:hover.selected > span {
  color: #fff;
}

.reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_submitArea > a {
  /*background: #f22613;*/
  background: #222222;
  color: #222222;
  text-decoration: none;
  line-height: 1;
  padding: 12px;
  font-size: 1.6rem;
  border-radius: 3em;
}

.reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_reserveGadgetsList > li + li {
  margin-top: 15px;
}

#ui-datepicker-div {
  font-family: sans-serif;
}

#smp-reserve {
  display: none;
}

#smp-reserve .reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap {
  padding: 50px 0;
}

#smp-reserve .reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_reserveGadgetsTitle {
  font-size: 1.6rem;
  padding: 0 0 2em;
}

#smp-reserve .reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_reserveGadgetsList {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  -ms-grid-columns: calc((100% - 30px) / 3) 15px calc((100% - 30px) / 3) 15px calc((100% - 30px) / 3);
  gap: 15px;
  padding: 0 15px 16px;
}

#smp-reserve .reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_reserveGadgetsList > li:nth-child(1) {
  -ms-grid-column: 1;
}

#smp-reserve .reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_reserveGadgetsList > li:nth-child(2) {
  -ms-grid-column: 3;
}

#smp-reserve .reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_reserveGadgetsList > li:nth-child(3) {
  -ms-grid-column: 5;
}

#smp-reserve .reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_selectBoxTarget {
  border-radius: 30px;
}

#smp-reserve .reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_selectBoxTarget > input {
  font-size: 1.6rem;
}

#smp-reserve .reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_selectBoxTarget > span {
  font-size: 1.6rem;
  line-height: 47px;
}

#smp-reserve .reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_reserveGadgetsList > li + li {
  margin-top: 0;
}

#smp-reserve .reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_submitArea {
  display: flex;
  align-items: center;
}

#smp-reserve .reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_submitArea > a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smp-mode #pc-reserve-form {
  display: none;
}

.smp-mode #smp-reserve {
  display: block;
}

#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #222222;
  z-index: 999;
}

#loading-progress {
  width: 110px;
  height: 165px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -82px 0 0 -55px;
  overflow: hidden;
  background: url("../img/loading.png") no-repeat 0 0;
}

#loading-progress .loaded {
  display: block;
  width: 110px;
  position: absolute;
  left: 0;
  top: 100%;
  bottom: 0;
  right: 0;
  background: #f22613;
  /*background: #222222;*/
  transition: top 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  background: url("../img/loaded.png") no-repeat 0 100%;
}

#container:not(.smp-mode) #g-header {
  left: -200px;
  transition: left 500ms cubic-bezier(0.39, 0.575, 0.565, 1) 500ms;
}

#container:not(.smp-mode) #g-header .contents li {
  transform: translateX(-50%);
  opacity: 0;
  transition: transform 700ms cubic-bezier(0.39, 0.575, 0.565, 1) 500ms, opacity 700ms cubic-bezier(0.39, 0.575, 0.565, 1) 500ms;
}

#container:not(.smp-mode) #g-header .contents li:nth-child(2) {
  transition-delay: 500ms;
}

#container:not(.smp-mode) #g-header .contents li:nth-child(3) {
  transition-delay: 600ms;
}

#container:not(.smp-mode) #g-header .contents li:nth-child(4) {
  transition-delay: 700ms;
}

#container:not(.smp-mode) #g-header .contents li:nth-child(5) {
  transition-delay: 800ms;
}

#container.loaded:not(.smp-mode) #g-header {
  left: 0;
}

#container.loaded:not(.smp-mode) #g-header .contents li {
  transform: translateX(0);
  opacity: 1;
}

#container.loaded.smp-mode #header-area {
  transition: transform 500ms cubic-bezier(0.39, 0.575, 0.565, 1) 1000ms, bottom 500ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transform: translateY(0);
}

@media screen and (max-width: 1920px) {
  .section-title {
    font-size: 2.08333vw;
  }
  #concept .grid-inner {
    padding: 5.20833vw 0;
  }
  #concept .text {
    font-size: 1.14583vw;
  }
  #concept .text01 .maincopy img {
    max-width: 69.76%;
  }
  #media p {
    font-size: 1.14583vw;
  }
  #access .inner {
    font-size: 1.14583vw;
  }
}

@media screen and (max-width: 1720px) {
  #food-list {
    gap: 2.90698vw;
    -ms-grid-columns: calc((100% - 5.81395vw) / 3) 2.90698vw calc((100% - 5.81395vw) / 3) 2.90698vw calc((100% - 5.81395vw) / 3);
    -ms-grid-rows: auto 2.90698vw auto 2.90698vw auto 2.90698vw auto;
  }
  #food-list .name {
    font-size: 1.27907vw;
  }
}

@media screen and (max-width: 1200px) {
  .section-title {
    font-size: 2.5vw;
  }
  #mv .copy {
    right: 14.0625%;
    width: 39.0625%;
  }
  #concept .grid-inner {
    padding: 6.25vw 0;
  }
  #concept .text {
    font-size: 1.375vw;
  }
  #media p {
    font-size: 1.375vw;
  }
  #access .inner {
    font-size: 1.375vw;
  }
}

@media screen and (max-width: 1024px) {
  br.smp {
    display: block;
  }
  .section-title {
    font-size: 2rem;
  }
  #topics {
    border: 1px solid #f22613;
    right: 20px;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    font-size: 1.6rem;
  }
  #topics h2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 1rem;
    width: 2em;
    padding: 0;
    z-index: 10;
  }
  #topics h2 span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(90deg) translateX(-1.2em) translateY(1.1em);
  }
  #topics li {
    display: block;
  }
  #topics li .topic {
    display: block;
    padding: 12px 12px 12px 32px;
  }
  #topics li a {
    display: block;
  }
  #topics .date,
  #topics .text {
    width: 100%;
  }
  #topics .date {
    font-size: 1.2rem;
    padding: 0 0 0.5em;
  }
  #topics .text {
    font-size: 1.6rem;
  }
  #concept .grid-inner {
    padding: 70px 25px;
  }
  #concept .text {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  #concept .text span.smp {
    display: block;
  }
  #concept .text01 {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
  }
  #concept .text01 .maincopy {
    padding: 30px 0;
  }
  #concept .text01 .maincopy img {
    width: 100%;
    max-width: 300px;
  }
  #concept .photo01 {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2;
  }
  #concept .text02 {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
  }
  #concept .text02 strong {
    font-size: 2rem;
    padding: 1.5em 0;
    display: inline-block;
  }
  #concept .photo02 {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  #concept .photo03 {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
  #concept .photo04 {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  #concept .photo05 {
    grid-column: 2 / 3;
    grid-row: 5 / 6;
    -ms-grid-column: 2;
    -ms-grid-row: 5;
  }
  #food-list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    -ms-grid-columns: calc((100% - 2.90698vw) / 2) 2.90698vw calc((100% - 2.90698vw) / 2);
    -ms-grid-rows: auto 2.90698vw auto 2.90698vw auto 2.90698vw auto 2.90698vw auto 2.90698vw auto;
  }
  #food-list li:nth-child(2n-1) {
    -webkit-animation-delay: 0ms;
            animation-delay: 0ms;
    -ms-grid-column: 1;
  }
  #food-list li:nth-child(2n) {
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms;
    -ms-grid-column: 3;
  }
  #food-list li:nth-child(1),
  #food-list li:nth-child(2) {
    -ms-grid-row: 1;
  }
  #food-list li:nth-child(3),
  #food-list li:nth-child(4) {
    -ms-grid-row: 3;
  }
  #food-list li:nth-child(5),
  #food-list li:nth-child(6) {
    -ms-grid-row: 5;
  }
  #food-list li:nth-child(7),
  #food-list li:nth-child(8) {
    -ms-grid-row: 7;
  }
  #food-list li:nth-child(9),
  #food-list li:nth-child(10) {
    -ms-grid-row: 9;
  }
  #food-list li:nth-child(11),
  #food-list li:nth-child(12) {
    -ms-grid-row: 11;
  }
  #food-list .name {
    font-size: 1.6rem;
    padding: 1.5em 0em;
  }
  #media .media-list .photo-area.col-3 .photo {
    width: calc(100% / 2);
  }
  #access {
    padding: 90px 0;
  }
  #access .inner {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 750px) {
  #smp-reserve .reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap {
    max-width: 260px;
    margin: 0 auto;
  }
  #smp-reserve .reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_reserveGadgetsList {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto 15px auto 15px auto;
  }
  #smp-reserve .reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_reserveGadgetsList > li:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  #smp-reserve .reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_reserveGadgetsList > li:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  #smp-reserve .reserve_89bal #HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_reserveGadgetsList > li:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
}

@media screen and (max-width: 650px) {
  #mv {
    width: 100%;
    height: auto;
  }
  #mv .photo {
    position: relative;
  }
  #mv .photo img {
    position: static;
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
  #mv .object-fit-polyfill img {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    top: 0 !important;
    margin-top: 0 !important;
  }
  #mv .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #mv .copy {
    top: calc(2.73973% + 70px);
    left: 2.13333%;
    transform: none;
    width: 96%;
  }
  #food {
    padding: 50px 0 80px;
  }
  #food-list {
    padding: 0 15px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto 20z auto 20z auto 20z auto 20z auto 20z auto 20z auto 20z auto 20z auto 20z auto 20z auto 20z auto;
  }
  #food-list li {
    -webkit-animation-delay: 0ms;
            animation-delay: 0ms;
    max-width: 100%;
    display: block;
  }
  #food-list li:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  #food-list li:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  #food-list li:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  #food-list li:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  #food-list li:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
  #food-list li:nth-child(6) {
    -ms-grid-column: 1;
    -ms-grid-row: 11;
  }
  #food-list li:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 13;
  }
  #food-list li:nth-child(8) {
    -ms-grid-column: 1;
    -ms-grid-row: 15;
  }
  #food-list li:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 17;
  }
  #food-list li:nth-child(10) {
    -ms-grid-column: 1;
    -ms-grid-row: 19;
  }
  #food-list li:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 21;
  }
  #food-list li:nth-child(12) {
    -ms-grid-column: 1;
    -ms-grid-row: 23;
  }
  #food-list li.more-item {
    display: none;
  }
  #food-list .name {
    font-size: 1.9rem;
    letter-spacing: 0.05em;
    padding: 1.5em 0em;
  }
  #food-more {
    display: block;
  }
  #food.food-more #food-list li.more-item {
    display: block;
  }
  #food.food-more #food-more {
    display: none;
  }
  #media .media-list .photo-area.col-3 .photo {
    width: 100%;
  }
  #access .opening-hours-boxline {
    max-width: 80%;
    padding: 0.5em 0.8em;
    line-height: 1.1;
  }
}
