/* Page Hero */
.page-hero {
  position: relative;
  width: 100%;
  height: 500px;
  margin-top: 35px;
  overflow: hidden;
}

.page-hero img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .page-hero {
    height: 190px;
    margin-top: 10px;
  }
}


/* heading */
.heading {
  margin: 100px 0 50px;
  text-align: center;
}

.heading .heading__title {
  font-size: 32px;
  font-weight: 1000;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .heading {
    margin: 28px 0;
  }

  .heading .heading__title {
    font-size: 18px;
  }
}


/* Visit Access */
.visit-access {
  margin-bottom: 150px;
  padding: 0;
}

.visit-access .visit-access__item {
  display: -webkit-box;
  display: flex;
}

.visit-access .visit-access__item:not(:first-child) {
  margin-top: 50px;
}

.visit-access .visit-access__image {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
}

.visit-access .visit-access__dots {
  bottom: 10px;
}

.visit-access .visit-access__body {
  -webkit-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 50%;
  padding-left: 40px;
}

.visit-access .visit-access__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

.visit-access .visit-access__label {
  font-size: 14px;
}

.visit-access .visit-access__text {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.02em;
}

.visit-access .visit-access__text a {
  text-decoration: underline;
}

.visit-access .visit-access__text a:hover {
  text-decoration: none;
}

.visit-access .visit-access__note {
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #5b5b5b;
}

.visit-access > .visit-access__note {
  margin-top: 10px;
  color: #000;
}

@media (max-width: 768px) {
  .visit-access {
    margin-bottom: 100px;
  }

  .visit-access .visit-access__item {
    display: block;
  }

  .visit-access .visit-access__item:not(:first-child) {
    margin-top: 30px;
  }

  .visit-access .visit-access__image {
    max-width: 100%;
  }

  .visit-access .visit-access__image img {
    width: 100%;
  }

  .visit-access .visit-access__dots {
    bottom: 0;
  }

  .visit-access .visit-access__body {
    max-width: 100%;
    margin-top: 15px;
    padding: 0;
  }

  .visit-access .visit-access__title {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .visit-access .visit-access__text {
    font-size: 12px;
    line-height: 18px;
  }

  .visit-access .visit-access__note {
    margin-top: 5px;
    font-size: 11px;
    line-height: 14px;
  }

  .visit-access > .visit-access__note {
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 0.02em;
  }
}


/* Cafe */
.cafe {
  margin-bottom: 100px;
}

.cafe .cafe__list {
  display: -webkit-box;
  display: flex;
  margin: 0 -50px;
}

.cafe .cafe__list:not(:first-child) {
  margin-top: 40px;
}

.cafe .cafe__item {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 15px 50px;
}

.cafe .cafe__item:last-child {
  border-left: 1px solid #e9efeb;
}

.cafe .cafe__title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.cafe .cafe__note {
  margin: 50px 0 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .cafe {
    margin-bottom: 50px;
  }

  .cafe .cafe__list {
    display: block;
    margin: 0;
  }

  .cafe .cafe__list:not(:first-child) {
    margin-top: 0;
  }

  .cafe .cafe__item {
    margin-top: 40px;
    padding: 0;
  }

  .cafe .cafe__item:last-child {
    border-left: none;
  }

  .cafe .cafe__title {
    font-size: 14px;
  }

  .cafe .cafe__note {
    margin-top: 20px;
    font-size: 11px;
    line-height: 14px;
  }
}


/* Cafe List */
.cafe-list {
  margin-top: 25px;
}

.cafe-list .cafe-list__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.cafe-list .cafe-list__item:not(:first-child) {
  margin-top: 17px;
}

.cafe-list .cafe-list__item.cafe-list__item--sep {
  margin-top: 2.4em;
}

.cafe-list .cafe-list__name {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.cafe-list .cafe-list__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-right: 60px;
}

.cafe-list .cafe-list__title {
  display: inline-block;
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 0.02em;
}

.cafe-list .cafe-list__en {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #aaaaaa;
}

.cafe-list .cafe-list__option {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 18px;
}

.cafe-list .cafe-list__price {
  margin: 0;
  line-height: 18px;
}

.cafe-list .cafe-list__img {
  margin-top: 35px;
}

.cafe-list .cafe-list__img img {
  width: 100%;
}

@media (max-width: 1100px) {
  .cafe-list .cafe-list__wrapper {
    display: block;
    padding-right: 60px;
  }

  .cafe-list .cafe-list__option {
    display: block;
    margin: 0;
    line-height: 18px;
  }
}

@media (max-width: 768px) {
  .cafe-list {
    margin-top: 8px;
  }

  .cafe-list .cafe-list__item:not(:first-child) {
    margin-top: 9px;
  }

  .cafe-list .cafe-list__item.cafe-list__item--sep {
    margin-top: 1.4em;
  }

  .cafe-list .cafe-list__name {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .cafe-list .cafe-list__wrapper {
    padding: 0;
  }

  .cafe-list .cafe-list__title {
    padding: 0;
    font-size: 12px;
    line-height: 1;
  }

  .cafe-list .cafe-list__en {
    margin-top: -2px;
    font-size: 11px;
    line-height: 12px;
  }

  .cafe-list .cafe-list__option {
    margin-top: -2px;
    font-size: 12px;
    line-height: 1;
  }

  .cafe-list .cafe-list__price {
    font-size: 12px;
    line-height: 18px;
  }
}


/* SM Hero */
.sm-hero {
  margin-top: 35px;
}

@media (max-width: 768px) {
  .sm-hero {
    margin: 10px -20px -12px;
  }

  .sm-hero img {
    width: 100%;
  }
}


/* Awards */
.awards .heading {
  margin-top: 50px;
}

.awards .awards__wrapper {
  padding: 45px 0;
  background-color: #f4f4f4;
}

.awards .awards__title {
  text-align: center;
  font-size: 26px;
  line-height: 1.5384615385;
  letter-spacing: 0.02em;
  font-weight: bold;
}

.awards .awards__text {
  max-width: 750px;
  margin: 50px auto 0;
  font-size: 16px;
}

.awards .awards__inner {
  margin-top: 50px;
}

.awards .awards__inner + .awards__header {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .awards .heading {
    margin: 25px 0 20px;
  }

  .awards .heading__title {
    font-size: 14px;
  }

  .awards .awards__title {
    line-height: 1.357142857142857;
    font-size: 14px;
  }

  .awards .awards__wrapper {
    padding: 30px 0;
  }

  .awards .awards__text {
    margin: 20px auto 0;
    font-size: 12px;
  }

  .awards .awards__inner {
    margin-top: 30px;
  }

  .awards .awards__inner + .awards__header {
    margin-top: 30px;
  }
}


/* Awards List */
.awards-list {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 -20px;
}

.awards-list .awards-list__item {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
}

.awards-list .awards-list__item:nth-of-type(n + 3) {
  margin-top: 40px;
}

.awards-list .awards-list__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 30px 60px;
  background-color: #fff;
  height: 100%;
}

.awards-list .awards-list__thumb {
  -webkit-flex: 0 0 180px;
  flex: 0 0 180px;
  max-width: 180px;
  padding-right: 40px;
}

.awards-list .awards-list__thumb.awards-list__thumb--lg {
  -webkit-flex: 0 0 210px;
  flex: 0 0 210px;
  max-width: 210px;
}

.awards-list .awards-list__thumb img {
  width: 100%;
}

.awards-list .awards-list__body {
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: space-between;
  justify-content: space-between;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.awards-list .awards-list__head {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.awards-list .awards-list__head.awards-list__head--center {
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.awards-list .awards-list__logo {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 12px;
}

.awards-list .awards-list__title {
  font-size: 12px;
  line-height: 1.4347826087;
}

.awards-list .awards-list__label {
  display: inline-block;
  margin: 10px 0 0;
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
}

.awards-list .awards-list__label.awards-list__label--gold {
  color: #c7971e;
}

.awards-list .awards-list__label.awards-list__label--silver {
  color: #869295;
}

.awards-list .awards-list__label.awards-list__label--bronze {
  color: #ca6d00;
}

.awards-list .awards-list__name {
  display: block;
  margin: 35px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.awards-list .awards-list__link {
  display: block;
  padding: 16px 0;
  text-align: center;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.awards-list .awards-list__link.awards-list__link--hidden {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .awards-list {
    margin: 0 -10px;
  }

  .awards-list .awards-list__item {
    padding: 0 10px;
  }

  .awards-list .awards-list__wrapper {
    padding: 20px;
  }

  .awards-list .awards-list__thumb {
    -webkit-flex: 0 0 140px;
    flex: 0 0 140px;
    max-width: 140px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .awards-list {
    display: block;
    margin: 0 -20px;
  }

  .awards-list .awards-list__item {
    max-width: 100%;
    padding: 0;
  }

  .awards-list .awards-list__item:not(:first-child) {
    margin-top: 10px;
  }

  .awards-list .awards-list__thumb {
    -webkit-flex: 0 0 138px;
    flex: 0 0 138px;
    max-width: 138px;
    padding-right: 30px;
  }

  .awards-list .awards-list__body {
    padding-top: 10px;
  }

  .awards-list .awards-list__head {
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .awards-list .awards-list__logo {
    -webkit-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    padding-right: 10px;
  }

  .awards-list .awards-list__title {
    font-size: 10px;
    transform: scale(0.85);
    transform-origin: top left;
  }

  .awards-list .awards-list__label {
    margin: 5px 0 0;
    font-size: 15px;
  }

  .awards-list .awards-list__name {
    margin: 25px 0;
    font-size: 14px;
  }

  .awards-list .awards-list__link {
    padding: 8px 0;
    font-size: 10px;
  }
}


/* Movie */
._movie {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px -22px 0;
}

._movie ._movie__item {
  position: relative;
  -webkit-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 22px;
  cursor: pointer;
}

._movie ._movie__item:hover {
  opacity: 0.6;
}

._movie ._movie__item.is-active:hover {
  opacity: 1;
}

._movie ._movie__item a {
  display: block;
}

._movie ._movie__item:nth-of-type(n + 4) {
  margin-top: 40px;
}

._movie ._movie__body {
  position: relative;
  overflow: hidden;
}

._movie ._movie__body::before {
  display: block;
  padding-top: 71.428571428571429%;
  content: "";
}

._movie ._movie__body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

._movie ._movie__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.545, 0.080, 0.520, 0.975);
}

._movie ._movie__thumb.is-active {
  opacity: 0;
  z-index: -1;
}

._movie ._movie__thumb::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  transform: translateY(-50%) translateX(-50%);
  z-index: 5;
  content: "";
}

._movie ._movie__thumb::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 21.7px;
  border-color: transparent transparent transparent #fff;
  transform: translateY(-50%) translateX(-50%);
  content: "";
}

._movie ._movie__thumb img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  min-width: 100%;
  max-width: inherit;
  height: 100%;
  transform: translateX(-50%);
}

._movie ._movie__caption {
  margin: 10px 0 0;
  font-size: 16px;
}

@media (max-width: 768px) {
  ._movie {
    display: block;
    margin: 30px 0 0;
  }

  ._movie ._movie__item {
    max-width: 100%;
    padding: 0;
  }

  ._movie ._movie__item:not(:first-child) {
    margin-top: 40px;
  }
}


/* What */
._what {
  max-width: 940px;
  margin: 0 auto;
  padding: 75px 20px;
}

._what ._what__title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

._what ._what__text {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.02em;
}

._what ._what__text:not(:first-child) {
  margin-top: 30px;
}

@media (max-width: 768px) {
  ._what {
    padding: 30px 20px;
  }

  ._what ._what__title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  ._what ._what__text {
    font-size: 14px;
    line-height: 24px;
  }

  ._what ._what__text:not(:first-child) {
    margin-top: 20px;
  }
}


/* Flow */
._flow {
  padding: 40px 0 36px;
  background-color: #e9efeb;
}

._flow ._flow__title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

._flow ._flow__wrapper {
  max-width: 1140px;
  margin: 0 auto;
}

._flow ._flow__inner .slick-track {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  counter-reset: flow;
}

@media (max-width: 768px) {
  ._flow ._flow__title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  ._flow ._flow__inner {
    display: block;
    margin: 0;
    padding: 0 20px;
  }
}


/* Flow item */
._flow-item {
  height: auto;
  padding: 0 20px;
}

._flow-item ._flow-item__wrapper {
  height: 100%;
  background-color: #fff;
}

._flow-item ._flow-item__head {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

._flow-item ._flow-item__head::before {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #000;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  counter-increment: flow;
  content: counter(flow);
}

._flow-item ._flow-item__name {
  padding-left: 17px;
  font-size: 19px;
  font-weight: bold;
}

._flow-item ._flow-item__body {
  padding: 0 25px 20px;
}

._flow-item ._flow-item__img {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
  height: 131px;
  padding-bottom: 1px;
  border-bottom: 1px solid #707070;
}

._flow-item ._flow-item__text {
  margin: 25px 0 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  ._flow-item {
    padding: 0;
  }

  ._flow-item ._flow-item__head::before {
    width: 65px;
    height: 65px;
  }

  ._flow-item ._flow-item__name {
    padding-left: 23px;
    font-size: 25px;
  }

  ._flow-item ._flow-item__img {
    height: 172px;
  }

  ._flow-item ._flow-item__img img {
    width: auto;
    height: 100%;
  }

  ._flow-item ._flow-item__body {
    padding: 0 30px 20px;
  }

  ._flow-item ._flow-item__text {
    margin: 30px 0 0;
  }
}


/* Flow Arrow */
._flow-arrow {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin: 25px -30px 0;
  padding: 0 20px;
}

._flow-arrow ._flow-arrow__item {
  cursor: pointer;
  padding: 0 30px;
}

._flow-arrow ._flow-arrow__item:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  ._flow-arrow {
    margin: 15px -20px 0;
  }

  ._flow-arrow ._flow-arrow__item {
    padding: 0 20px;
  }

  ._flow-arrow ._flow-arrow__item img {
    width: 10px;
    height: auto;
  }
}
