@charset "UTF-8";
/*!
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
/**
 # Foundation
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* reset for form */
input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

:root {
  --primary-color: #003136;
  --secondary-color: #EFF2F2;
  --accent-color: #FBFAF3;
}

:root {
  --mincho-font: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  --primary-font: "Sorts Mill Goudy",serif;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif,-apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "メイリオ", Meiryo, sans-serif;
  color: #000;
  text-align: left;
  background-color: #FFF;
  font-size: 1.5rem;
  font-weight: normal;
  overflow-x: hidden;
  font-weight: 400;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pc {
  display: block !important;
}

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

.smp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .smp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 4.06vw;
    padding: 0;
  }
  html {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

/**
 # Layout
 */
/*--------------------------------------------------------------
    # footer.scss
--------------------------------------------------------------*/
.l--breadcrumb {
  line-height: 2;
  box-sizing: content-box;
  max-width: 1190px;
  margin: 200px auto 25px;
  padding: 0 20px;
}

.l--breadcrumb ol {
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}

.l--breadcrumb ol li {
  color: #7e6b6b;
}

.l--breadcrumb ol li:not(:last-child)::after {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 18px;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
}

.l--breadcrumb a {
  display: inline-block;
  text-decoration: none;
  transition: .3s;
  color: #7e6b6b;
  outline: 0;
}

.l--bigFooter {
  position: relative;
}

.l--pagetop {
  position: absolute;
  top: -160px;
  right: 50px;
}

.l--pagetop a {
  display: inline-block;
  overflow: hidden;
  padding: 70px 0 10px;
  text-decoration: none;
  color: #7e6b6b;
}

.l--pagetop a::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  content: '';
  -webkit-animation: scrollUp 2.5s cubic-bezier(1, 0, 0, 1) infinite;
  animation: scrollUp 2.5s cubic-bezier(1, 0, 0, 1) infinite;
  background: #7e6b6b;
}

.l--pagetop .txt {
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-decoration: none;
  letter-spacing: .2em;
  text-transform: uppercase;
}

@-webkit-keyframes scrollUp {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@keyframes scrollUp {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

.l--cta {
  display: flex;
  line-height: 1.5;
}

.l--cta-contact {
  background: #a7a7a7;
}

.l--cta-item {
  display: flex;
  width: 50%;
  min-height: 500px;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.l--cta-contact__ttl {
  font-size: 2.4rem;
}

.l--cta-contact__txt {
  font-size: 1.2rem;
  margin-top: 15px;
}

.l--cta-contact__info {
  margin-top: 22px;
  padding-top: 30px;
  border-top: 1px solid;
}

.l--cta-inner {
  width: calc(100% - 60px);
  max-width: 400px;
}

.l--cta-menu {
  background: #e3e3e3;
}

.l--cta-menu__list li {
  margin: 0 0 10px;
}

.l--cta-contact__btn {
  margin-top: 22px;
}

.c-btn-footer:focus, .c-btn-footer:hover {
  color: #fff;
  border-color: currentColor;
  background: #cbcbcb;
}

.c-btn-footer {
  color: #7e6b6b;
  outline: 0;
  font-size: 1.5rem;
  position: relative;
  display: block;
  padding: 20px 50px;
  transition: all .3s;
  text-decoration: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 2px;
  background: #fafafa;
}

.c-btn-footer:after {
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  display: block;
  width: 14px;
  height: 10px;
  margin: auto;
  content: '';
  transition: all .3s;
  background: url(../images/home/ico_arw_r.svg) center center/contain no-repeat;
}

.c-btn-footer:focus::after, .c-btn-footer:hover::after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background: url(../images/home/ico_arw_r_wh.svg) center center/contain no-repeat;
}

.p-risonare__name {
  line-height: 1.357;
}

.p-risonare__tel {
  font-family: Roboto,sans-serif;
  font-size: 1.71428em;
  line-height: 1.333;
  margin-top: .3em;
}

.p-risonare__biztime {
  font-size: .85714em;
  margin-top: 1em;
}

.p-risonare__biztime dt {
  font-weight: inherit;
  float: left;
  clear: left;
  margin-right: 1em;
}

.l--footer {
  margin: 0 auto;
  padding: 100px 0 86px;
}

.l--footer__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.l--wrap {
  line-height: 1.8;
  box-sizing: content-box;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.l--nav-footer li {
  margin-bottom: 10px;
}

.l--nav-footer li a {
  transition: .3s;
  color: #7e6b6b;
  outline: 0;
  font-size: 1.4rem;
}

.l--nav-footer a {
  text-decoration: none;
}

.l--nav-footer a:hover {
  opacity: 0.45;
}

.u-mt30 {
  margin-top: 30px !important;
}

.l--copyright {
  font-size: 1.2rem;
  margin-top: 80px;
  text-align: center;
  color: #7e6b6b;
}

.l--nav-footerSub {
  margin-top: 70px;
}

.l--nav-footerSub li {
  margin-bottom: 10px;
}

.l--nav-footerSub li a {
  text-decoration: none;
  transition: .3s;
  color: #7e6b6b;
  outline: 0;
}

.l--nav-footerSub li a:hover {
  opacity: 0.45;
}

.c-icon--blank::after {
  display: inline-block;
  width: .78em;
  height: 1em;
  margin-left: .2em;
  content: '';
  vertical-align: baseline;
  background: url(../images/home/ico_blank.svg) 0 0/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .l--breadcrumb {
    max-width: initial;
    margin: 26.66667vw auto 5.33333vw;
    padding: 0 5.33333vw;
  }
  .l--pagetop {
    position: absolute;
    top: -36.66vw;
    right: 5.33333vw;
  }
  .l--cta {
    display: block;
  }
  .l--cta-item {
    display: flex;
    width: auto;
    min-height: 0;
    padding: 16vw 0 16vw;
  }
  .l--cta-contact {
    padding: 18.66667vw 0 21.33333vw;
  }
  .l--cta-contact__ttl {
    font-size: 6.4vw;
  }
  .l--cta-contact__txt {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
  .l--cta-contact__info {
    margin-top: 5.86667vw;
    padding-top: 8vw;
  }
  .l--cta-inner {
    width: calc(100% - 60px);
  }
  .l--cta-contact__btn {
    margin-top: 5.33333vw;
  }
  .l--footer {
    margin: 0 auto;
    padding: 32vw 0 18.66667vw;
  }
  .l--footer__inner {
    display: block;
  }
  .l--nav-footer {
    display: none;
  }
  .l--wrap {
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
  }
  .l--footer-logo {
    text-align: center;
  }
  .l--copyright {
    font-size: 3.2vw;
    margin-top: 16vw;
  }
  .l--nav-footerSub {
    margin-top: 16vw;
  }
  .l--nav-footerSub li {
    margin-bottom: 2.66667vw;
    font-size: 3.46667vw;
  }
}

/*--------------------------------------------------------------
    # header.scss
--------------------------------------------------------------*/
.l--header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  height: 110px;
}

.l--header__inner {
  position: relative;
  height: 110px;
}

.l--header-logo {
  position: absolute;
  top: 30px;
  left: 27px;
  width: 118px;
  display: block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.l--header-logo:hover {
  opacity: 0.45;
}

.l--header-logo img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .l--header {
    height: 18.66667vw;
  }
  .l--header__inner {
    position: relative;
    height: 18.66667vw;
  }
  .l--header-logo {
    top: 5.33333vw;
    left: 5.33333vw;
    width: 26.66667vw;
  }
}

/**
 # Objects -  Compornent -
 */
/**
 # Objects -  project -
 */
/*
    animation.scss
---------------------------------------------------------------------------- */
/*
    home[keyvisual]
--------------------------------------------------------------*/
body.loading .h--hero__inner {
  opacity: 0.0;
  background-color: #FFF;
  transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s;
}

body.loaded .h--hero__inner {
  opacity: 1;
  background-color: #666;
  transform: translateX(0) scale(1);
}

body.loading .h--hero-images {
  opacity: 1.0;
  transform: translateX(0) scale(1.05);
  transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s;
}

body.loaded .h--hero-images {
  opacity: 0.7;
  transform: translateX(0) scale(1);
}

body.loading .h--hero-title {
  opacity: 0;
  -webkit-filter: blur(60px);
  filter: blur(60px);
  transform: translateY(10px) scale(1.05);
  transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.5s;
}

body.loaded .h--hero-title {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  transform: translateY(0px) scale(1);
}

body.loading .h--hero-logos01 {
  opacity: 0.0;
  transform: translateY(0px) scale(1);
  transition: 2s cubic-bezier(0.09, 0.43, 0.1, 0.79) 1.05s;
  mix-blend-mode: color-dodge;
}

body.loaded .h--hero-logos01 {
  opacity: 1;
  transform: translateY(0px) scale(1);
  mix-blend-mode: overlay;
}

body.loading .h--hero-logos02 {
  opacity: 0.0;
  transform: translateY(0px) scale(1);
  transition: 2s cubic-bezier(0.09, 0.43, 0.1, 0.79) 1.05s;
}

body.loaded .h--hero-logos02 {
  opacity: 0.7;
  transform: translateY(0px) scale(1);
}

body.loading .l--header {
  transform: translateY(-80px);
  opacity: 0;
  transition: 1.05s cubic-bezier(0.09, 0.83, 0.1, 0.79) 1.25s;
}

body.loaded .l--header {
  transform: translateY(0);
  opacity: 1;
}

/*
    home[h--message]
--------------------------------------------------------------*/
.h--message-titleblock {
  opacity: 0;
  transform: translateY(100px) scale(1);
  transition: 0.5s ease-out 0.25s;
}

.h--message-titleblock.lazyloaded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.h--message-contents {
  opacity: 0;
  transform: translateY(100px) scale(1);
  transition: 0.5s ease-out 0.75s;
}

.h--message-contents.lazyloaded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/*
    home[h--point]
--------------------------------------------------------------*/
.h--point-cbox-content {
  opacity: 0;
  transform: translateY(100px) scale(1);
  transition: 0.5s ease-out 0.25s;
}

.h--point-cbox-content.lazyloaded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.h--point-cbox-images {
  opacity: 0;
  transform: translateX(100px) scale(1);
  transition: 0.5s ease-out 0.55s;
}

.h--point-cbox-images.lazyloaded {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.h--point-cbox:nth-child(2) .h--point-cbox-images {
  opacity: 0;
  transform: translateX(-100px) scale(1);
  transition: 0.5s ease-out 0.55s;
}

.h--point-cbox:nth-child(2) .h--point-cbox-images.lazyloaded {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.h--point-photobox:nth-child(1n) figure {
  opacity: 0;
  transition: 0.25s ease-out 0.15s;
  transform: translateX(0) scale(0.95);
}

.h--point-photobox:nth-child(2n) figure {
  opacity: 0;
  transition: 0.25s ease-out 0.15s;
  transform: translateX(0) scale(0.95);
}

.h--point-photobox:nth-child(3n) figure {
  opacity: 0;
  transition: 0.25s ease-out 0.15s;
  transform: translateX(0) scale(0.95);
}

.h--point-photobox:nth-child(1n) figure.lazyloaded {
  opacity: 1.0;
  transition: 0.25s ease-out 0.15s;
  transform: translateX(0) scale(1);
}

.h--point-photobox:nth-child(2n) figure.lazyloaded {
  opacity: 1.0;
  transition: 0.25s ease-out 0.55s;
  transform: translateX(0) scale(1);
}

.h--point-photobox:nth-child(3n) figure.lazyloaded {
  opacity: 1.0;
  transition: 0.25s ease-out 1.15s;
  transform: translateX(0) scale(1);
}

@media screen and (max-width: 768px) {
  .h--point-cbox-content {
    opacity: 0;
    transform: translateY(100px) scale(1);
    transition: 0.5s ease-out 0.25s;
  }
  .h--point-cbox-content.lazyloaded {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .h--point-cbox-images {
    opacity: 0;
    transform: translateY(100px) scale(1);
    transition: 0.5s ease-out 0.55s;
  }
  .h--point-cbox-images.lazyloaded {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .h--point-cbox:nth-child(2) .h--point-cbox-images {
    opacity: 0;
    transform: translateY(100px) scale(1);
    transition: 0.5s ease-out 0.55s;
  }
  .h--point-cbox:nth-child(2) .h--point-cbox-images.lazyloaded {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/*
    home[h--ceremony]
--------------------------------------------------------------*/
.h--ceremony-title {
  opacity: 0;
  transform: translateY(100px) scale(1);
  transition: 0.5s ease-out 0.25s;
}

.h--ceremony-title.lazyloaded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.h--ceremony-contents {
  opacity: 0;
  transform: translateY(100px) scale(1);
  transition: 0.5s ease-out 0.50s;
}

.h--ceremony-contents.lazyloaded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.h--ceremony-box-photo {
  opacity: 0;
  transform: translateX(-200px) scale(1);
  transition: 0.75s ease-out 0.25s;
}

.h--ceremony-box-photo.lazyloaded {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.h--ceremony-box:nth-child(2n) .h--ceremony-box-photo {
  opacity: 0;
  transform: translateX(200px) scale(1);
  transition: 0.75s ease-out 0.25s;
}

.h--ceremony-box:nth-child(2n) .h--ceremony-box-photo.lazyloaded {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.h--ceremony-box-title {
  opacity: 0;
  transform: translateY(50px) scale(1);
  transition: 1.0s ease-out 0.50s;
}

.h--ceremony-box-title.lazyloaded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media screen and (max-width: 768px) {
  .h--ceremony-box-photo {
    opacity: 0;
    transform: translateY(200px) scale(1);
    transition: 0.75s ease-out 0.25s;
  }
  .h--ceremony-box-photo.lazyloaded {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .h--ceremony-box:nth-child(2n) .h--ceremony-box-photo {
    opacity: 0;
    transform: translateY(200px) scale(1);
    transition: 0.75s ease-out 0.25s;
  }
  .h--ceremony-box:nth-child(2n) .h--ceremony-box-photo.lazyloaded {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .h--ceremony-box-title {
    opacity: 0;
    transform: translateY(50px) scale(1);
    transition: 1.0s ease-out 0.50s;
  }
  .h--ceremony-box-title.lazyloaded {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/*
    home[h--zoma]
--------------------------------------------------------------*/
.h--zoma-title {
  opacity: 0;
  transform: translateY(50px) scale(1);
  transition: 0.5s ease-out 0.25s;
}

.h--zoma-title.lazyloaded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.h--zoma-mainphoto {
  opacity: 1.0;
  transform: translateY(0) scale(1.05);
  transition: 1.0s ease-out 0.0s;
}

.h--zoma-mainphoto.lazyloaded {
  opacity: 1;
  background-position: center center;
  transform: translateY(0) scale(1);
}

.h--zoma-info-photo {
  opacity: 0;
  transform: translateY(50px) scale(1);
  transition: 0.5s ease-out 0.25s;
}

.h--zoma-info-photo.lazyloaded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.h--zoma-info-content {
  opacity: 0;
  transform: translateY(50px) scale(1);
  transition: 0.5s ease-out 0.75s;
}

.h--zoma-info-content.lazyloaded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/*
    home[h--schedule]
--------------------------------------------------------------*/
.h--schedule-title {
  opacity: 0;
  transform: translateY(50px) scale(1);
  transition: 0.5s ease-out 0.25s;
}

.h--schedule-title.lazyloaded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.h--schedule-subtitle {
  opacity: 0.0;
  transform: translateY(0) scale(0.95);
  transition: 0.5s ease-out 0.25s;
}

.h--schedule-subtitle.lazyloaded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.h--schedule-daytitle {
  opacity: 0.0;
  transform: translateY(0) scale(0.95);
  transition: 0.5s ease-out 0.25s;
}

.h--schedule-daytitle.lazyloaded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.h--schedule-content {
  opacity: 0;
  transform: translateY(50px) scale(1);
  transition: 0.5s ease-out 0.25s;
}

.h--schedule-content.lazyloaded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/*
    home[h--price]
--------------------------------------------------------------*/
.h--price__inner {
  opacity: 0;
  transform: translateY(50px) scale(1);
  transition: 0.5s ease-out 0.25s;
}

.h--price__inner.lazyloaded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/*
    home[h--cta]
--------------------------------------------------------------*/
.h--cta__inner {
  opacity: 0;
  transform: translateY(50px) scale(1);
  transition: 0.5s ease-out 0.25s;
}

.h--cta__inner.lazyloaded {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/**
 # Objects -  pages -
 */
/*--------------------------------------------------------------
    # _home.scss
--------------------------------------------------------------*/
/*  config & common
--------------------------------------------------------------*/
.h--main-content {
  background-color: var(--secondary-color);
  padding: 160px 0 0;
}

.c--title {
  margin: 0 0 35px;
}

.c--title span {
  display: block;
}

.c--titleEn {
  font-size: 4.2rem;
  font-family: var(--primary-font);
  letter-spacing: 0.12em;
  color: var(--primary-color);
  margin: 0 0 25px;
  line-height: 1.0;
}

.c--titleJp {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  font-family: var(--mincho-font);
  font-weight: 400;
  position: relative;
}

.c--titleJp:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 140px;
  height: 1px;
  background-color: var(--primary-color);
  vertical-align: super;
  margin: 0 0 0 0.8em;
}

@media screen and (max-width: 768px) {
  .h--main-content {
    padding: 21.33333vw 0 0;
  }
  .c--title {
    margin: 0 0 5.33333vw;
  }
  .c--titleEn {
    font-size: 6.4vw;
    margin: 0 0 4vw;
  }
  .c--titleJp {
    font-size: 3.46667vw;
  }
  .c--titleJp:after {
    content: "";
    width: 16vw;
  }
}

/*  hero
--------------------------------------------------------------*/
.h--hero {
  margin: 0;
  padding: 110px 20px 0;
  background-color: var(--secondary-color);
}

.h--hero__inner {
  background-color: #666;
  height: 55.71428571vw;
  position: relative;
}

.h--hero-title {
  position: absolute;
  z-index: 30;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 11.60493827vh;
  height: 66.04938272vh;
}

.h--hero-title img {
  width: 100%;
  vertical-align: bottom;
}

.h--hero-images {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.70;
  overflow: hidden;
  width: 100%;
  height: 55.71428571vw;
  background-image: url(../images/home/hero__main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 5;
}

.h--hero-images__wrap {
  width: 100%;
  height: 55.71428571vw;
  overflow: hidden;
}

.h--hero-scroll {
  position: absolute;
  z-index: 10;
  right: 0;
  left: 0;
  bottom: -30px;
  margin: auto;
  max-width: 100px;
}

.h--hero-scroll-text {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  display: block;
  text-align: center;
  color: #FFF;
}

.h--hero-scroll-in {
  width: 1px;
  height: 50px;
  background-color: #FFF;
  position: relative;
  margin: 15px auto 0;
}

.h--hero-scroll-in:after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: var(--primary-color);
  display: block;
  animation: scroll 2s infinite normal;
  position: absolute;
  top: 0;
  left: 0;
}

.h--hero-logos01 {
  width: 96.78571429vw;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 7.407407407vh;
  z-index: 20;
  mix-blend-mode: overlay;
}

.h--hero-logos01 img {
  width: 100%;
  vertical-align: bottom;
}

.h--hero-logos02 {
  width: 96.78571429vw;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -16.29411765vw;
  z-index: 10;
  opacity: 0.45;
}

.h--hero-logos02 img {
  width: 100%;
  vertical-align: bottom;
}

@keyframes scroll {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    opacity: 0.45;
    top: 30px;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .h--hero {
    margin: 0;
    padding: 18.66667vw 0 0;
  }
  .h--hero__inner {
    background-color: #16607C;
    height: 133.33333vw;
  }
  .h--hero-title {
    width: 16vw;
    height: 90.66667vw;
  }
  .h--hero-images {
    height: 133.33333vw;
  }
  .h--hero-images__wrap {
    width: 100%;
    height: 133.33333vw;
  }
  .h--hero-scroll {
    bottom: -6.66vw;
    max-width: 21.33333vw;
  }
  .h--hero-scroll-text {
    font-size: 3.73333vw;
  }
  .h--hero-scroll-in {
    width: 0.26667vw;
    height: 10.66667vw;
    margin: 2.66667vw auto 0;
  }
  .h--hero-scroll-in:after {
    content: "";
    width: 0.26667vw;
    height: 2.66667vw;
  }
  .h--hero-logos01 {
    width: 96vw;
    bottom: 10.29411765vw;
  }
  .h--hero-logos02 {
    width: 96vw;
    bottom: -16.29411765vw;
  }
}

/*  section [message]
--------------------------------------------------------------*/
.h--message {
  padding: 0 20px 200px;
  position: relative;
  z-index: 15;
}

.h--message__inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h--message-subtitle {
  font-family: var(--mincho-font);
  letter-spacing: 0.03em;
  font-size: 2.4rem;
  line-height: 1.91667;
  font-weight: 300;
}

.h--message-titleblock {
  width: 45.83333%;
}

.h--message-contents {
  width: 47.91667%;
}

.h--message-contents p {
  font-size: 1.5rem;
  line-height: 2.53333;
  margin: 0 0 2.5em;
  font-weight: 300;
}

.h--message-contents p:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .h--message {
    padding: 0 5.33333vw 21.33333vw;
  }
  .h--message__inner {
    max-width: initial;
    display: block;
  }
  .h--message-subtitle {
    font-size: 4vw;
    font-weight: 400;
    margin: 0 0 5.33333vw;
  }
  .h--message-titleblock {
    width: auto;
  }
  .h--message-contents {
    width: auto;
  }
  .h--message-contents p {
    font-size: 3.46667vw;
    line-height: 2.30769;
    margin: 0 0 1.5em;
  }
}

/*  section [point]
--------------------------------------------------------------*/
.h--point {
  padding: 0 30px 150px;
}

.h--point-cbox {
  background: white;
  background: linear-gradient(90deg, white 0%, white 88%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  margin: 0 0 150px;
}

.h--point-cbox:before {
  content: "";
  display: block;
  background-color: var(--primary-color);
  width: 1px;
  height: 100px;
  transform: rotate(45deg);
  position: absolute;
  top: -30px;
  left: 20px;
}

.h--point-cbox__inner {
  display: flex;
  justify-content: space-between;
}

.h--point-cbox:nth-child(2n) {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12%, white 12%, white 100%);
}

.h--point-cbox:nth-child(2n):before {
  transform: rotate(135deg);
  position: absolute;
  left: inherit;
  right: 20px;
}

.h--point-cbox:nth-child(2n) .h--point-cbox-content {
  order: 2;
}

.h--point-cbox:nth-child(2n) .h--point-cbox-content__inner {
  padding: 40px 18.46153846% 60px 60px;
}

.h--point-cbox:nth-child(2n) .h--point-cbox-images {
  order: 1;
}

.h--point-cbox:nth-child(3) {
  margin: 0;
}

.h--point-cbox-content {
  width: 48.50746%;
}

.h--point-cbox-content__inner {
  padding: 40px 0 60px 18.46153846%;
}

.h--point-cbox-content p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.13333;
}

.h--point-cbox-images {
  width: 46.26866%;
}

.h--point-cbox-images img {
  width: 100%;
  vertical-align: bottom;
}

.h--point-cbox-images img {
  top: -30px;
  position: relative;
}

.h--point-cbox-title {
  font-family: var(--mincho-font);
  font-weight: 300;
  color: var(--primary-color);
  padding: 0 0 20px;
  margin: 0 0 40px;
  font-size: 2.8rem;
  line-height: 1.64286;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #C5DADD;
  display: inline-block;
}

.h--point-cbox-numbering {
  margin: 0 0 40px;
  position: relative;
}

.h--point-cbox-numbering:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid var(--primary-color);
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 60%;
  left: -30px;
  box-sizing: border-box;
}

.h--point-cbox-numbering .numbering-title {
  font-size: 3.6rem;
  letter-spacing: 0.12em;
  color: var(--primary-color);
  font-family: var(--primary-font);
  margin: 0 20px 0 0;
}

.h--point-cbox-numbering .numbering-number {
  font-size: 7.2rem;
  font-family: var(--mincho-font);
  color: var(--primary-color);
  font-weight: 400;
}

.h--point-photobox {
  position: relative;
}

.h--point-photobox:before {
  content: "";
  display: inline-block;
  padding-top: 52.94117647%;
}

.h--point-photobox figure {
  position: absolute;
}

.h--point-photobox figure img {
  width: 100%;
  vertical-align: bottom;
}

.h--point-photobox01 {
  width: 20%;
  top: -1.85714vw;
  right: 22.85714vw;
}

.h--point-photobox02 {
  width: 31.42857%;
  top: 10.71429vw;
  left: 13.57143vw;
}

.h--point-photobox03 {
  width: 39.28571%;
  top: 25.71429vw;
  left: 50vw;
}

@media screen and (max-width: 768px) {
  .h--point {
    padding: 0 5.33333vw 21.33333vw;
  }
  .h--point-cbox {
    background: white;
    margin: 0 0 10.66667vw;
  }
  .h--point-cbox:before {
    width: 1px;
    height: 16vw;
    top: -6.66vw;
    left: 2.66667vw;
  }
  .h--point-cbox__inner {
    display: block;
  }
  .h--point-cbox:nth-child(2n) {
    background: white;
  }
  .h--point-cbox:nth-child(2n):before {
    transform: rotate(45deg);
    position: absolute;
    left: inherit;
    left: 2.66667vw;
  }
  .h--point-cbox:nth-child(2n) .h--point-cbox-content__inner {
    padding: 5.33333vw;
  }
  .h--point-cbox-content {
    width: auto;
  }
  .h--point-cbox-content__inner {
    padding: 5.33333vw;
  }
  .h--point-cbox-content p {
    font-size: 3.46667vw;
  }
  .h--point-cbox-images {
    width: auto;
  }
  .h--point-cbox-images img {
    width: 100%;
    vertical-align: bottom;
  }
  .h--point-cbox-images img {
    top: inherit;
  }
  .h--point-cbox-title {
    padding: 0 0 2.66667vw;
    margin: 0 0 5.33333vw;
    font-size: 5.33333vw;
    line-height: 1.64286;
    display: block;
  }
  .h--point-cbox-title br {
    display: none;
  }
  .h--point-cbox-numbering {
    margin: 0 0 2.66667vw;
    padding: 0;
    position: relative;
  }
  .h--point-cbox-numbering:before {
    content: "";
    width: 2.66667vw;
    height: 2.66667vw;
    top: 60%;
    left: 0;
  }
  .h--point-cbox-numbering .numbering-title {
    font-size: 4.26667vw;
    margin: 0 2.66667vw 0 0;
    padding: 0 0 0 8vw;
  }
  .h--point-cbox-numbering .numbering-number {
    font-size: 11.2vw;
  }
  .h--point-photobox {
    position: relative;
  }
  .h--point-photobox:before {
    content: "";
    display: inline-block;
    padding-top: 52.94117647%;
  }
  .h--point-photobox figure {
    position: absolute;
  }
  .h--point-photobox figure img {
    width: 100%;
    vertical-align: bottom;
  }
  .h--point-photobox01 {
    width: 25.71429%;
    top: -1.85714vw;
    right: 16vw;
  }
  .h--point-photobox02 {
    width: 35.71429%;
    top: 16vw;
    left: 2.66667vw;
  }
  .h--point-photobox03 {
    width: 42.85714%;
    top: 37.33333vw;
    left: 42.66667vw;
  }
}

/*  section [ceremony]
--------------------------------------------------------------*/
.h--ceremony {
  padding: 110px 30px 70px;
  background-color: #FFF;
}

.h--ceremony__message-block {
  max-width: 960px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h--ceremony-title {
  width: 45.83333%;
  font-family: var(--mincho-font);
  letter-spacing: 0.03em;
  font-size: 2.4rem;
  line-height: 1.91667;
  font-weight: 300;
}

.h--ceremony-contents {
  width: 47.91667%;
}

.h--ceremony-contents p {
  font-size: 1.5rem;
  line-height: 2.53333;
  margin: 0 0 2.5em;
  font-weight: 300;
}

.h--ceremony-contents p:last-child {
  margin: 0;
}

.h--ceremony-box {
  margin: 0 0 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h--ceremony-box:nth-of-type(2n) .h--ceremony-box-photo {
  order: 2;
}

.h--ceremony-box:nth-of-type(2n) .h--ceremony-box-title {
  order: 1;
  padding: 0 0 0 8.95522%;
}

.h--ceremony-box-photo {
  width: 57.46269%;
}

.h--ceremony-box-photo img {
  width: 100%;
  vertical-align: bottom;
}

.h--ceremony-box-title {
  width: 37.31343%;
  color: var(--primary-color);
  font-family: var(--mincho-font);
  line-height: 1.64286;
  font-size: 2.8rem;
  letter-spacing: 0.12em;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .h--ceremony {
    padding: 16vw 5.33333vw 8vw;
  }
  .h--ceremony__message-block {
    max-width: initial;
    margin: 0 auto 8vw;
    display: block;
  }
  .h--ceremony-contents {
    width: auto;
  }
  .h--ceremony-contents p {
    font-size: 3.46667vw;
    line-height: 2.30769;
    margin: 0 0 1.5em;
  }
  .h--ceremony-box {
    margin: 0 0 8vw;
    display: block;
  }
  .h--ceremony-box:nth-of-type(2n) .h--ceremony-box-title {
    order: 1;
    padding: 0;
  }
  .h--ceremony-box-photo {
    width: auto;
  }
  .h--ceremony-box-photo img {
    width: 100%;
    vertical-align: bottom;
  }
  .h--ceremony-box-title {
    width: auto;
    margin: 2.66667vw 0 0;
    line-height: 1.8;
    font-size: 5.33333vw;
    text-align: center;
  }
}

/*  section [zoma]
--------------------------------------------------------------*/
.h--zoma {
  padding: 70px 0 170px;
}

.h--zoma-title {
  text-align: center;
  margin: 0 0 60px;
}

.h--zoma-title span {
  display: block;
}

.h--zoma-titleJp {
  color: var(--primary-color);
  font-family: var(--mincho-font);
  font-weight: 300;
  font-size: 1.8rem;
  margin: 0 0 15px;
  line-height: 2.11111;
  letter-spacing: 0.03em;
}

.h--zoma-titleEn {
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 4.2rem;
  letter-spacing: 0.12em;
}

.h--zoma-mainphoto {
  width: 100%;
  height: 55.71428571vw;
  background-image: url(../images/home/zoma__mainphoto.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #00203B;
  position: relative;
}

.h--zoma-mainphoto figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
  line-height: 2.53333;
  font-size: 1.5rem;
  color: #FFF;
}

.h--zoma-info {
  background-color: #00203B;
  padding: 100px 30px;
}

.h--zoma-info__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.h--zoma-info-photo {
  width: 55.45455%;
}

.h--zoma-info-photo img {
  width: 100%;
  vertical-align: bottom;
}

.h--zoma-info-photo figcaption {
  display: block;
  margin: 30px 0 0;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: right;
  line-height: 2.53333;
}

.h--zoma-info-content {
  width: 40%;
  padding: 6.56% 0 0;
}

.h--zoma-info-content-box {
  border: 1px solid #254662;
}

.h--zoma-info-content-box__inner {
  padding: 30px;
}

.h--zoma-info-content-box h3 {
  color: #FFF;
  font-weight: 600;
  font-size: 1.4rem;
  margin: 0 0 10px;
}

.h--zoma-info-content-box h3:nth-child(3) {
  margin: 30px 0 10px;
}

.h--zoma-info-content-box p {
  color: #FFF;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.85714;
}

@media screen and (max-width: 768px) {
  .h--zoma {
    padding: 8vw 0 10.66667vw;
  }
  .h--zoma-title {
    margin: 0 0 8vw;
  }
  .h--zoma-titleJp {
    font-size: 4vw;
    margin: 0 0 2.66667vw;
    line-height: 2;
  }
  .h--zoma-titleEn {
    font-size: 7.46667vw;
  }
  .h--zoma-mainphoto {
    width: 100%;
    height: 128vw;
  }
  .h--zoma-mainphoto figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 90.66667vw;
    text-align: left;
    line-height: 2.30769;
    font-size: 3.46667vw;
    color: #FFF;
  }
  .h--zoma-mainphoto figcaption br {
    display: none;
  }
  .h--zoma-info {
    padding: 8vw 5.33333vw;
  }
  .h--zoma-info__inner {
    max-width: initial;
    display: block;
  }
  .h--zoma-info-photo {
    width: auto;
  }
  .h--zoma-info-photo img {
    width: 100%;
    vertical-align: bottom;
  }
  .h--zoma-info-photo figcaption {
    margin: 4vw 0 0;
    font-size: 2.93333vw;
    text-align: left;
    line-height: 1.53846;
  }
  .h--zoma-info-content {
    width: auto;
    padding: 8vw 0 0;
  }
  .h--zoma-info-content-box__inner {
    padding: 5.33333vw;
  }
  .h--zoma-info-content-box h3 {
    font-size: 4vw;
    margin: 0 0 2.66667vw;
  }
  .h--zoma-info-content-box h3:nth-child(3) {
    margin: 5.33333vw 0 2.66667vw;
  }
  .h--zoma-info-content-box p {
    font-size: 3.2vw;
    line-height: 1.42857;
  }
}

/*  section [schedule]
--------------------------------------------------------------*/
.h--schedule {
  padding: 0 30px 140px;
}

.h--schedule__inner {
  max-width: 1100px;
  box-sizing: border-box;
  border: 3px solid var(--primary-color);
  margin: 0 auto;
  background-color: #FFF;
  position: relative;
  padding: 0 50px 140px;
}

.h--schedule-title {
  text-align: center;
  margin: 0 0 60px;
}

.h--schedule-title span {
  display: block;
}

.h--schedule-titleJp {
  color: var(--primary-color);
  font-family: var(--mincho-font);
  font-weight: 300;
  font-size: 1.8rem;
  margin: 0 0 15px;
  line-height: 2.11111;
  letter-spacing: 0.03em;
}

.h--schedule-titleEn {
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 4.2rem;
  letter-spacing: 0.12em;
}

.h--schedule-subtitle {
  background-color: #00203B;
  width: 620px;
  height: 70px;
  position: relative;
  margin: 0 auto 30px;
  top: -30px;
  text-align: center;
  color: #FFF;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 7.0rem;
}

.h--schedule-subtitle:before {
  content: "";
  background-color: #00203B;
  width: 70px;
  height: 60px;
  position: absolute;
  top: 20px;
  left: -50px;
}

.h--schedule-subtitle:after {
  content: "";
  background-color: #00203B;
  width: 70px;
  height: 60px;
  position: absolute;
  top: 20px;
  right: -50px;
}

.h--schedule-daytitle {
  max-width: 600px;
  margin: 0 auto 50px;
  border-bottom: 10px solid #EEF2F2;
  padding: 0 0 30px;
  text-align: center;
  font-family: var(--mincho-font);
  font-size: 7.2rem;
}

.h--schedule-daytitle em {
  font-family: var(--primary-font);
  color: #003136;
  font-size: 4.2rem;
  letter-spacing: 0.12em;
  position: relative;
  top: -0.2em;
}

.h--schedule-content {
  display: flex;
  max-width: 1000px;
  justify-content: space-between;
}

.h--schedule-content-box {
  width: 66%;
}

.h--schedule-content-box dl {
  padding: 0 0 80px;
  position: relative;
}

.h--schedule-content-box dl:before {
  content: "";
  background-color: #EEF2F2;
  width: 6px;
  height: 100%;
  display: block;
  position: absolute;
  left: 7px;
}

.h--schedule-content-box dl:last-child:before {
  display: none;
}

.h--schedule-content-box dl dt {
  position: relative;
  padding: 0 0 0 50px;
  margin: 0 0 15px;
  font-size: 2.4rem;
  color: var(--primary-color);
  font-weight: 600;
}

.h--schedule-content-box dl dt em {
  font-family: var(--primary-font);
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  margin: 0 40px 0 0;
  position: relative;
  top: -5px;
}

.h--schedule-content-box dl dt:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3px solid var(--primary-color);
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
}

.h--schedule-content-box dl dd {
  padding: 0 0 0 180px;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.73333;
}

.h--schedule-content-photo {
  width: 28%;
  position: relative;
}

.h--schedule-content-photo img {
  width: 100%;
  vertical-align: bottom;
}

.h--schedule-content-photo figure {
  position: absolute;
}

.h--schedule-content-photo01 {
  left: 180px;
  top: 20px;
  width: 130px;
}

.h--schedule-content-photo02 {
  left: 0px;
  top: 190px;
  width: 240px;
}

.h--schedule-content-photo03 {
  left: 70px;
  top: 500px;
  width: 240px;
}

.h--schedule-content-photo04 {
  left: 0px;
  top: 730px;
  width: 280px;
}

.h--schedule-content-photo05 {
  left: 70px;
  top: 0px;
  width: 240px;
}

.h--schedule-content-photo06 {
  left: 0px;
  top: 230px;
  width: 280px;
}

.h--schedule-content-photo07 {
  left: 70px;
  top: 470px;
  width: 240px;
}

.h--schedule-content-photo08 {
  left: 70px;
  top: -20px;
  width: 240px;
}

.h--schedule-content-photo09 {
  left: 0px;
  top: 80px;
  width: 160px;
}

.h--schedule-content-photo10 {
  left: 30px;
  top: 260px;
  width: 280px;
}

@media screen and (max-width: 768px) {
  .h--schedule {
    padding: 0 5.33333vw 16vw;
  }
  .h--schedule__inner {
    max-width: initial;
    border: 2px solid var(--primary-color);
    padding: 0 2.66667vw 2.66667vw;
  }
  .h--schedule-title {
    margin: 0 0 8vw;
  }
  .h--schedule-titleJp {
    font-size: 4vw;
    margin: 0 0 4vw;
    line-height: 1.66667;
  }
  .h--schedule-titleEn {
    font-size: 7.46667vw;
  }
  .h--schedule-subtitle {
    width: 93.33333vw;
    height: 13.33333vw;
    margin: 0 -4.66vw 2.66667vw;
    top: -6.668vw;
    font-size: 4.8vw;
    line-height: 13.33333vw;
  }
  .h--schedule-subtitle:before {
    content: "";
    background-color: #00203B;
    width: 10.66667vw;
    height: 8vw;
    top: 8vw;
    left: -6.66vw;
  }
  .h--schedule-subtitle:after {
    content: "";
    background-color: #00203B;
    width: 10.66667vw;
    height: 8vw;
    top: 8vw;
    right: -6.66vw;
  }
  .h--schedule-daytitle {
    max-width: initial;
    margin: 0 auto 8vw;
    border-bottom: 1.33333vw solid #EEF2F2;
    padding: 0 0 2.66667vw;
    font-size: 8vw;
  }
  .h--schedule-daytitle em {
    font-size: 5.33333vw;
    top: -0.2em;
  }
  .h--schedule-content {
    display: flex;
    max-width: initial;
  }
  .h--schedule-content-box {
    width: 66%;
  }
  .h--schedule-content-box dl {
    padding: 0 0 8vw;
  }
  .h--schedule-content-box dl:before {
    content: "";
    width: 1.06667vw;
    left: 0.8vw;
  }
  .h--schedule-content-box dl dt {
    padding: 0 0 0 5.33333vw;
    margin: 0 0 2.66667vw;
    font-size: 4.26667vw;
    line-height: 1.25;
  }
  .h--schedule-content-box dl dt em {
    display: block;
    font-size: 5.33333vw;
    margin: 0;
    top: -2.23vw;
  }
  .h--schedule-content-box dl dt:before {
    content: "";
    display: block;
    width: 2.66667vw;
    height: 2.66667vw;
    border: 2px solid var(--primary-color);
  }
  .h--schedule-content-box dl dd {
    padding: 0 0 0 5.33333vw;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .h--schedule-content-box dl dd br {
    display: none;
  }
  .h--schedule-content-photo {
    width: 28%;
    position: relative;
  }
  .h--schedule-content-photo img {
    width: 100%;
    vertical-align: bottom;
  }
  .h--schedule-content-photo figure {
    position: absolute;
  }
  .h--schedule-content-photo01 {
    left: 2.66667vw;
    top: 16vw;
    width: 16vw;
  }
  .h--schedule-content-photo02 {
    left: 0px;
    top: 72vw;
    width: 21.33333vw;
  }
  .h--schedule-content-photo03 {
    left: 0;
    top: 136vw;
    width: 24vw;
  }
  .h--schedule-content-photo04 {
    left: 0px;
    top: 173.33333vw;
    width: 24vw;
  }
  .h--schedule-content-photo05 {
    left: 0px;
    top: 21.33333vw;
    width: 24vw;
  }
  .h--schedule-content-photo06 {
    left: 0px;
    top: 72vw;
    width: 24vw;
  }
  .h--schedule-content-photo07 {
    left: 0;
    top: 128vw;
    width: 24vw;
  }
  .h--schedule-content-photo08 {
    left: 0;
    top: 16vw;
    width: 24vw;
  }
  .h--schedule-content-photo09 {
    display: none;
  }
  .h--schedule-content-photo10 {
    left: 0;
    top: 61.33333vw;
    width: 24vw;
  }
}

/*  section [price]
--------------------------------------------------------------*/
.h--price {
  background-color: #FFF;
  padding: 100px 30px 90px;
}

.h--price__inner {
  max-width: 960px;
  margin: 0 auto;
}

.h--price-title {
  color: var(--primary-color);
  font-size: 3.5rem;
  font-family: var(--mincho-font);
  font-weight: 300;
  text-align: center;
  margin: 0 0 70px;
}

.h--price-title span {
  display: block;
  margin: 20px 0 0;
  font-size: 1.5rem;
  color: #000;
}

.h--price-subtitle {
  font-weight: 600;
  font-size: 1.8rem;
  color: var(--primary-color);
  padding: 0 0 20px;
  border-bottom: 1px solid var(--primary-color);
  margin: 0 0 60px;
}

.h--price-detail {
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px;
}

.h--price-detail-title {
  color: var(--primary-color);
  font-size: 1.8rem;
  font-weight: 600;
  width: 19.79167%;
}

.h--price-detail-list {
  width: 77.08333%;
  display: flex;
  flex-wrap: wrap;
}

.h--price-detail-list li {
  width: 32.43243%;
  font-weight: 400;
  padding: 0 0 0 25px;
  margin: 0 0 15px;
  position: relative;
}

.h--price-detail-list li:before {
  content: "";
  display: block;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 40%;
}

.h--price-total {
  padding: 20px 60px;
  background-color: #EEF2F2;
  margin: 0 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h--price-total-count {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 2.0rem;
}

.h--price-total-price {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 3.2rem;
}

.h--price-total-price em {
  font-size: 2.0rem;
}

.h--price-cautionlist li {
  color: #717171;
  font-size: 1.3rem;
  margin: 0 0 15px;
}

.h--price-cautionlist li:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .h--price {
    background-color: #FFF;
    padding: 10.66667vw 5.33333vw 10.66667vw;
  }
  .h--price__inner {
    max-width: initial;
  }
  .h--price-title {
    font-size: 5.33333vw;
    margin: 0 0 8vw;
  }
  .h--price-title span {
    margin: 2.66667vw 0 0;
    font-size: 3.46667vw;
  }
  .h--price-subtitle {
    font-size: 4vw;
    padding: 0 0 4vw;
    margin: 0 0 8vw;
  }
  .h--price-detail {
    display: block;
    margin: 0 0 8vw;
  }
  .h--price-detail-title {
    font-size: 4vw;
    width: auto;
    margin: 0 0 5.33333vw;
  }
  .h--price-detail-list {
    width: auto;
  }
  .h--price-detail-list li {
    width: 42.66667vw;
    padding: 0 0 0 2.66667vw;
    margin: 0 0 5.33333vw;
    font-size: 3.2vw;
  }
  .h--price-detail-list li:before {
    content: "";
    width: 1.33333vw;
    height: 1.33333vw;
    top: 1.06667vw;
  }
  .h--price-total {
    padding: 5.33333vw 5.33333vw;
    margin: 0 0 8vw;
  }
  .h--price-total-count {
    font-size: 4vw;
  }
  .h--price-total-price {
    font-size: 5.33333vw;
  }
  .h--price-total-price em {
    font-size: 4vw;
  }
  .h--price-cautionlist li {
    font-size: 3.2vw;
    margin: 0 0 4vw;
  }
}

/*  section [h--cta]
--------------------------------------------------------------*/
.h--cta {
  padding: 120px 30px 90px;
}

.h--cta-title {
  font-size: 3.5rem;
  color: var(--primary-color);
  font-family: var(--mincho-font);
  text-align: center;
  font-weight: 300;
  margin: 0 0 50px;
}

.h--cta__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.h--cta-contents {
  background-color: #FFF;
}

.h--cta-contents__inner {
  padding: 80px 110px;
}

.h--cta-contents-photo {
  margin: 0 0 30px;
}

.h--cta-contents-photo img {
  width: 100%;
  vertical-align: bottom;
}

.h--cta-contents-text {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 300;
  margin: 0 0 30px;
  text-align: center;
}

.h--cta-contents-list {
  display: flex;
  max-width: 390px;
  margin: 0 auto 30px;
  flex-wrap: wrap;
}

.h--cta-contents-list li {
  width: 90px;
  text-align: center;
  border: 2px solid #000;
  box-sizing: border-box;
  padding: 5px;
  font-size: 1.3rem;
  margin: 0 10px 10px 0;
}

.h--cta-contents-list li:nth-child(4n) {
  margin: 0 0 10px 0;
}

.h--cta-contents-button {
  display: flex;
  background-color: #00203B;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 720px;
  height: 100px;
  margin: 0 auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.h--cta-contents-button:link {
  text-decoration: none;
}

.h--cta-contents-button:visited {
  text-decoration: none;
}

.h--cta-contents-button:hover {
  text-decoration: none;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.6));
}

.h--cta-contents-button:hover i {
  right: 20px;
}

.h--cta-contents-button i {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  display: block;
  position: absolute;
  width: 43px;
  height: 15px;
  background-image: url(../images/home/arrow__wh01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  right: 30px;
  top: 40px;
}

.h--cta-contents-button span {
  color: #FFF;
  font-size: 2.0rem;
  letter-spacing: 0.03em;
  font-family: var(--mincho-font);
}

@media screen and (max-width: 768px) {
  .h--cta {
    padding: 10.66667vw 5.33333vw;
  }
  .h--cta-title {
    font-size: 5.33333vw;
    margin: 0 0 5.33333vw;
  }
  .h--cta__inner {
    max-width: initial;
  }
  .h--cta-contents__inner {
    padding: 5.33333vw;
  }
  .h--cta-contents-photo {
    margin: 0 0 5.33333vw;
  }
  .h--cta-contents-text {
    font-size: 4vw;
    line-height: 1.86667;
    margin: 0 0 5.33333vw;
  }
  .h--cta-contents-list {
    display: flex;
    max-width: initial;
    margin: 0 auto 5.33333vw;
  }
  .h--cta-contents-list li {
    width: 17.33333vw;
    padding: 1.33333vw 0.53333vw;
    font-size: 2.66667vw;
    margin: 0 2.66667vw 2.66667vw 0;
  }
  .h--cta-contents-list li:nth-child(4n) {
    margin: 0 0 2.66667vw 0;
  }
  .h--cta-contents-button {
    width: auto;
    height: 18.66667vw;
  }
  .h--cta-contents-button i {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
    display: block;
    position: absolute;
    width: 5.73333vw;
    height: 2vw;
    background-image: url(../images/home/arrow__wh01.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    right: 5.33333vw;
    top: 8vw;
  }
  .h--cta-contents-button span {
    font-size: 4.8vw;
  }
}

/*--------------------------------------------------------------
    # _components.scss
--------------------------------------------------------------*/
/*  Common [titleBlock]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    # _pages.scss
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    # _stay.scss
--------------------------------------------------------------*/
/*  stay [tomamu]
--------------------------------------------------------------*/
@font-face {
  font-family: "Notera";
  src: url("../font/Notera.eot");
  src: url("../font/Notera.woff") format("woff"), url("../font/Notera.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* stay */
.wrap {
  box-sizing: content-box;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.wrap.-narrow {
  max-width: 980px;
}

.stay {
  margin-top: 120px;
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #d6e9e7;
  letter-spacing: .1em;
  line-height: 1.75;
}

.stay img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: .5s;
  transition: .5s;
}

.stay__headline {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
}

.stay__lead {
  margin-top: 25px;
  font-family: "Lato", "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  /*
		> span {
			position: relative;
			&::before,
			&::after {
				content: "";
				position: absolute;
				top: 50%;
				width: 338px;
				height: 16px;
				background: url(/assets/img/common/ic_line.png) left center no-repeat;
			}
			&::before {
				right: calc(100%  + 20px);
				transform: translateY(-50%);
			}
			&::after {
				left: calc(100%  + 20px);
				transform: translateY(-50%) scale(-1, -1);
			}
		}
		*/
}

@media only screen and (max-width: 768px) {
  .stay {
    margin-top: 65px;
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .stay__headline {
    font-size: 2.2rem;
  }
  .stay__lead {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  .stay__lead > span:before, .stay__lead > span:after {
    content: none;
  }
}

/* enjoy-schedule */
.enjoy-schedule {
  position: relative;
  margin-top: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
  border: 1px solid #878787;
}

.enjoy-schedule__headline {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 484px;
  height: 62px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.enjoy-schedule__headline:before, .enjoy-schedule__headline:after {
  content: "";
  position: absolute;
  top: 13px;
  width: 60px;
  height: 62px;
  border: 1px solid #878787;
  background-color: #fff;
}

.enjoy-schedule__headline:before {
  left: -37px;
}

.enjoy-schedule__headline:after {
  right: -37px;
}

.enjoy-schedule__headline > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  height: 100%;
  border: 1px solid #878787;
  background-color: #fff;
}

.enjoy-schedule__headline br {
  display: none;
}

.enjoy-schedule__unit {
  margin-top: 80px;
}

.enjoy-schedule__unit:first-child {
  margin-top: 0;
}

.enjoy-schedule__unit:first-child .enjoy-schedule__item:first-child {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.enjoy-schedule__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.enjoy-schedule__day {
  font-family: "Crimson Text", sans-serif;
  font-size: 70px;
  font-size: 7rem;
  letter-spacing: normal;
  line-height: 1;
}

.enjoy-schedule__day span {
  margin-right: 5px;
  font-family: "Notera", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: normal;
}

.enjoy-schedule__lead {
  margin-left: 40px;
  font-size: 16px;
  font-size: 1.6rem;
}

.enjoy-schedule__contents {
  margin-top: 35px;
}

.enjoy-schedule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.enjoy-schedule__item:not(:first-child) {
  margin-top: 50px;
}

.enjoy-schedule__item.-rev .enjoy-schedule__text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-preferred-size: 335px;
  flex-basis: 335px;
}

.enjoy-schedule__item.-rev .enjoy-schedule__photo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-preferred-size: calc(600 / 980 * 100%);
  flex-basis: calc(600 / 980 * 100%);
  margin-right: 45px;
  margin-left: 0;
}

.enjoy-schedule__item.-rev + .enjoy-schedule__sub {
  margin-top: -25px;
}

.enjoy-schedule__item.-typeL {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.enjoy-schedule__item.-has-illust {
  margin-bottom: 80px;
}

.enjoy-schedule__text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-preferred-size: 280px;
  flex-basis: 280px;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 1;
}

.enjoy-schedule__text p {
  margin-bottom: 20px;
  line-height: 1.75;
}

.enjoy-schedule__time {
  color: #acacac;
  font-family: "Crimson Text", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: normal;
  line-height: 1;
}

.enjoy-schedule__headline-day {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.enjoy-schedule__photo {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-preferred-size: calc(680 / 980 * 100%);
  flex-basis: calc(680 / 980 * 100%);
  margin-left: 20px;
}

.enjoy-schedule__illust {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: -14.286%;
}

.enjoy-schedule__illust.-other01 {
  top: 0;
  bottom: auto;
  margin-top: -12.755%;
  margin-bottom: 0;
}

.enjoy-schedule__illust.-other02 {
  right: calc(700 / 980 * 100%);
  margin-bottom: -4.592%;
}

.enjoy-schedule__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  margin-top: 25px;
}

.enjoy-schedule__sub + .enjoy-schedule__item {
  margin-top: 25px;
}

.enjoy-schedule__sub.-rev {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: -25px;
}

.enjoy-schedule__sub.-rev .enjoy-schedule__sub-photo, .enjoy-schedule__sub.-rev .enjoy-schedule__sub-illust {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.enjoy-schedule__sub.-rev .enjoy-schedule__sub-illust {
  margin-right: 0;
  margin-left: 40px;
}

.enjoy-schedule__sub-photo {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 34.694%;
}

.enjoy-schedule__sub-photo-2nd {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -ms-flex-preferred-size: calc(680 / 980 * 100%);
  flex-basis: calc(680 / 980 * 100%);
  margin-top: 25px;
  margin-right: calc(230 / 980 * 100%);
}

.enjoy-schedule__sub-photo-2nd:last-child {
  margin-right: calc(200 / 980 * 100%);
}

.enjoy-schedule__sub-photo-2nd + .enjoy-schedule__sub-illust {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin: -100px 0 0 calc(30 / 980 * 100%);
}

.enjoy-schedule__sub-photo-2nd + .enjoy-schedule__sub-illust.-small {
  margin-top: -80px;
}

.enjoy-schedule__sub-illust {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 20.408%;
  margin-top: 115px;
  margin-right: 40px;
}

.enjoy-schedule__sub-illust.-other01 {
  position: absolute;
  top: -50px;
  right: calc(700 / 980 * 100%);
  width: 16.327%;
  margin-top: 0;
  margin-right: 0;
}

.enjoy-schedule__sub-illust.-other02 {
  width: 16.327%;
  margin-top: 45px;
}

.enjoy-schedule__sub-illust.-small img {
  width: 60%;
}

.enjoy-schedule__column {
  margin-top: 100px;
}

.enjoy-schedule__item-only {
  margin-top: 40px;
}

@media only screen and (max-width: 980px) {
  .enjoy-schedule__illust {
    margin-bottom: -22.286%;
  }
  .enjoy-schedule__illust.-other02 {
    margin-bottom: -16.592%;
  }
}

@media only screen and (max-width: 767px) {
  .enjoy-schedule {
    margin: 50px -5.334vw 0;
    padding-top: 60px;
    padding-bottom: 80px;
    border-right: 0;
    border-left: 0;
  }
  .enjoy-schedule__headline {
    max-width: 250px;
    height: 70px;
    font-size: 1.6rem;
  }
  .enjoy-schedule__headline:before, .enjoy-schedule__headline:after {
    width: 30px;
    height: 70px;
  }
  .enjoy-schedule__headline:before {
    left: -13px;
  }
  .enjoy-schedule__headline:after {
    right: -13px;
  }
  .enjoy-schedule__headline br {
    display: block;
  }
  .enjoy-schedule__unit {
    margin-top: 55px;
  }
  .enjoy-schedule__unit:first-child {
    margin-top: 0;
  }
  .enjoy-schedule__header {
    display: block;
  }
  .enjoy-schedule__day {
    font-size: 5rem;
  }
  .enjoy-schedule__day span {
    font-size: 5rem;
  }
  .enjoy-schedule__lead {
    margin-top: 25px;
    margin-left: 0;
  }
  .enjoy-schedule__contents {
    margin-top: 35px;
  }
  .enjoy-schedule__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .enjoy-schedule__item:not(:first-child) {
    margin-top: 35px;
  }
  .enjoy-schedule__item.-rev .enjoy-schedule__text {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-left: 6.667vw;
  }
  .enjoy-schedule__item.-rev .enjoy-schedule__photo {
    margin-right: 7.334vw;
    margin-left: -5.334vw;
  }
  .enjoy-schedule__item.-rev + .enjoy-schedule__sub {
    margin-top: 15px;
  }
  .enjoy-schedule__item.-rev.-typeL .enjoy-schedule__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 10px;
  }
  .enjoy-schedule__item.-rev.-typeL .enjoy-schedule__photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 0;
  }
  .enjoy-schedule__item.-rev.-typeL .enjoy-schedule__illust {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .enjoy-schedule__item.-typeL .enjoy-schedule__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 0;
  }
  .enjoy-schedule__item.-typeL .enjoy-schedule__photo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 77.334vw;
    margin: 20px 0 0;
  }
  .enjoy-schedule__item.-has-illust {
    margin-bottom: 0;
  }
  .enjoy-schedule__text, .enjoy-schedule__photo {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .enjoy-schedule__text {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .enjoy-schedule__time {
    font-size: 5rem;
  }
  .enjoy-schedule__headline-day {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .enjoy-schedule__headline-day br {
    display: none;
  }
  .enjoy-schedule__photo {
    margin-left: 4vw;
    margin-right: -5.334vw;
  }
  .enjoy-schedule__photo > img {
    width: 100%;
    height: auto;
  }
  .enjoy-schedule__illust {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    position: static;
    width: 26.667vw;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .enjoy-schedule__illust.-other01 {
    margin-top: 10px;
    margin-bottom: -24vw;
  }
  .enjoy-schedule__illust.-other02 {
    margin-left: auto;
    margin-bottom: 0;
  }
  .enjoy-schedule__sub {
    margin-top: 15px;
  }
  .enjoy-schedule__sub + .enjoy-schedule__item {
    margin-top: 25px;
  }
  .enjoy-schedule__sub.-rev {
    margin-top: 15px;
  }
  .enjoy-schedule__sub.-rev .enjoy-schedule__sub-illust {
    margin-right: 0;
    margin-left: 20px;
  }
  .enjoy-schedule__sub-photo {
    width: 45.334vw;
  }
  .enjoy-schedule__sub-photo > img {
    width: 100%;
    height: auto;
  }
  .enjoy-schedule__sub-photo-2nd {
    margin-top: 15px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 29.334vw;
  }
  .enjoy-schedule__sub-photo-2nd:last-child {
    margin-right: 29.334vw;
  }
  .enjoy-schedule__sub-photo-2nd + .enjoy-schedule__sub-illust {
    margin: -13.334vw 0 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .enjoy-schedule__sub-photo-2nd + .enjoy-schedule__sub-illust.-small {
    margin-top: -10.667vw;
  }
  .enjoy-schedule__sub-illust {
    width: 26.667vw;
    margin-top: 65px;
    margin-right: 20px;
  }
  .enjoy-schedule__sub-illust.-other01 {
    position: static;
    width: 21.334vw;
    margin-top: 65px;
    margin-right: 20px;
  }
  .enjoy-schedule__sub-illust.-other02 {
    width: 21.334vw;
    margin-top: 65px;
  }
  .enjoy-schedule__sub-illust > img {
    width: 100%;
  }
  .enjoy-schedule__column {
    margin-top: 80px;
  }
  .enjoy-schedule__item-only {
    margin-top: 20px;
  }
}

/* column-schedule */
.column-schedule {
  position: relative;
  border: 1px solid #222;
  padding: 35px;
}

.column-schedule__headline {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 120px;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #222;
  border-left: 1px solid #222;
  background-color: #fff;
  font-family: "Lato", "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
  line-height: 1.5;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.column-schedule__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.column-schedule__unit-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-schedule__unit-headline {
  margin-bottom: 10px;
  font-weight: bold;
}

.column-schedule__unit-photo {
  -ms-flex-preferred-size: 41.026%;
  flex-basis: 41.026%;
  margin-left: 30px;
}

.column-schedule__headline-sub {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.column-schedule__list-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 780px;
  margin: 25px auto 0;
  text-align: center;
}

.column-schedule__list-photo li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-schedule__list-photo li:not(:first-child) {
  margin-left: 8px;
}

.column-schedule__list-photo li > img {
  width: 100%;
}

.column-schedule__list-photo li > p {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .column-schedule__unit {
    display: block;
  }
  .column-schedule__unit-photo {
    margin-top: 20px;
    margin-left: 0;
  }
  .column-schedule__unit-photo > img {
    width: 100%;
  }
  .column-schedule__headline-sub {
    text-align: left;
    margin-bottom: 10px;
  }
  .column-schedule__list-photo {
    display: block;
    margin-top: 15px;
  }
  .column-schedule__list-photo li:not(:first-child) {
    margin-top: 8px;
    margin-left: 0;
  }
  .column-schedule__list-photo li > img {
    width: 80%;
  }
  .column-schedule__text {
    text-align: left;
    line-height: 1.75;
  }
}

/* access */
.access {
  margin-top: 100px;
  margin-bottom: 100px;
  line-height: 1.75;
}

.access__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.access__photo {
  -ms-flex-preferred-size: 48.98%;
  flex-basis: 48.98%;
}

.access__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 45px;
}

.access__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 5px;
  padding-bottom: 15px;
  color: #eb8287;
  font-size: 20px;
  font-size: 2rem;
}

.access__name {
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #d5d5d5;
  font-weight: bold;
  width: 80%;
}

.access__address {
  font-size: 13px;
  font-size: 1.3rem;
}

.access__map {
  margin-top: 20px;
  width: 80%;
}

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

.access__btn {
  margin: 25px;
}

.text-more:not(:first-child) {
  margin-top: 50px;
}

.text-more {
  margin-bottom: 25px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .access {
    margin-top: 75px;
    margin-bottom: 80px;
  }
  .access__unit {
    display: block;
  }
  .access__photo {
    display: none;
  }
  .access__text {
    display: block;
    margin-left: 0;
  }
  .access__headline {
    display: block;
    padding-top: 0;
    padding-bottom: 15px;
    font-size: 1.8rem;
  }
  .access__inner {
    margin: 0 5.334vw;
  }
  .access__name {
    width: 100%;
  }
  .access__map {
    text-align: center;
    width: 100%;
  }
  .access__text-more {
    margin: 15px 4vw 0;
    text-align: left;
  }
  .access__text-more br {
    display: block;
  }
  .access__btn {
    max-width: none;
    margin: 15px 4vw 0;
  }
}

/* btn
------------------------------ */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn:before, .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn:before {
  width: 28px;
  border-top: 2px solid #222;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn:after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.btn.-default {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 580px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  padding: 3px 70px;
  border: 2px solid #222;
  background-color: #fff;
  color: #222;
  text-align: center;
}

.btn.-default:before, .btn.-default:after {
  right: 30px;
}

.btn.-default:hover {
  background-color: #222;
  color: #fff;
}

.btn.-default:hover:before {
  border-top-color: #fff;
}

.btn.-default:hover:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.-primary {
  height: 40px;
  padding: 3px 40px 3px 15px;
  border: 2px solid #222;
  background-color: #fff;
  color: #222;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .1em;
}

.btn.-primary:before, .btn.-primary:after {
  right: 18px;
}

.btn.-primary:before {
  width: 16px;
  border-top-width: 1px;
  -webkit-transform: none;
  transform: none;
}

.btn.-primary:after {
  width: 6px;
  height: 6px;
  border-top-width: 1px;
  border-right-width: 1px;
  -webkit-transform: translateY(-50%) translateY(0.5px) rotate(45deg);
  transform: translateY(-50%) translateY(0.5px) rotate(45deg);
}

.btn.-primary:hover {
  background-color: #222;
  color: #fff;
}

.btn.-primary:hover:before {
  border-top-color: #fff;
}

.btn.-primary:hover:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.-primary[target="_blank"]:before {
  right: 19px;
  width: 8px;
  height: 11px;
  border: 1px solid #222;
  box-shadow: -3px -3px 0 -1px #fff, -3px -3px 0 0 #222;
  -webkit-transform: translateY(-50%) translateY(1px);
  transform: translateY(-50%) translateY(1px);
}

.btn.-primary[target="_blank"]:after {
  content: none;
}

.btn.-primary[target="_blank"]:hover:before {
  border-color: #fff;
  box-shadow: -3px -3px 0 -1px #222, -3px -3px 0 0 #fff;
}

.btn.-more {
  height: 44px;
  padding: 3px 70px 3px 3px;
  border-bottom: 2px solid #222;
  color: #222;
  font-family: "Lato", "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
}

.btn.-more:before, .btn.-more:after {
  right: 5px;
}

.btn.-finder {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #ffc8bf;
  color: #222;
  font-family: "Lato", "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
}

.btn.-finder:before, .btn.-finder:after {
  content: none;
}

.btn.-finder:hover {
  background-color: #222;
  color: #fff;
}

.btn.-finder:hover:before {
  border-top-color: #fff;
}

.btn.-finder:hover:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.-detail {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 3px 50px;
  border-radius: 10px;
  background-color: #ffc8bf;
  color: #222;
  text-align: center;
}

.btn.-detail:before, .btn.-detail:after {
  right: 17px;
}

.btn.-detail:hover {
  background-color: #222;
  color: #fff;
}

.btn.-detail:hover:before {
  border-top-color: #fff;
}

.btn.-detail:hover:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

@media only screen and (max-width: 768px) {
  .btn:before {
    width: 18px;
  }
  .btn:after {
    width: 7px;
    height: 7px;
  }
  .btn.-default {
    height: 60px;
    width: calc(100% - 30px);
    padding-right: 45px;
    padding-left: 15px;
  }
  .btn.-default:before, .btn.-default:after {
    right: 15px;
  }
  .btn.-default[type="submit"] {
    padding-left: 45px;
    text-align: center;
  }
  .btn.-primary {
    padding-right: 35px;
  }
  .btn.-primary:before, .btn.-primary:after {
    right: 12px;
  }
  .btn.-primary:before {
    width: 12px;
  }
  .btn.-primary:after {
    width: 5px;
    height: 5px;
  }
  .btn.-primary[target="_blank"]:before {
    right: 12px;
  }
  .btn.-more {
    height: 30px;
    padding-right: 35px;
  }
  .btn.-more:before, .btn.-more:after {
    right: 10px;
  }
  .btn.-finder {
    height: 60px;
    padding: 5px 10px;
  }
  .btn.-finder:hover {
    background-color: #ffc8bf;
    color: #222;
  }
  .btn.-finder:hover:before {
    border-top-color: #222;
  }
  .btn.-finder:hover:after {
    border-top-color: #222;
    border-right-color: #222;
  }
  .btn.-detail {
    height: 60px;
    padding-right: 45px;
    padding-left: 15px;
    font-size: 1.3rem;
    text-align: left;
  }
}

@media only screen and (max-width: 374px) {
  .btn.-longtext {
    font-size: 1.2rem;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .btn.-finder:hover {
    background-color: #ffc8bf;
    color: #222;
  }
  .btn.-finder:hover:before {
    border-top-color: #222;
  }
  .btn.-finder:hover:after {
    border-top-color: #222;
    border-right-color: #222;
  }
}

/**
 # Objects -  utility -
 */
/*========== utility.scss ==========*/
.u-radius5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.u-radiusC {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pc {
  display: block !important;
}

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

.smp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .smp {
    display: block !important;
  }
}

/*--------------------------------------------------------------
    # _print.scss
--------------------------------------------------------------*/
@media print {
  .l--header {
    opacity: 100;
    position: relative;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
