@charset "UTF-8";
/*:root {
    --space-unit: 1em;
    --space-xxs:  calc(0.25 * var(--space-unit)); //4
    --space-xs:   calc(0.5 * var(--space-unit)); //8
    --space-sm:   calc(0.75 * var(--space-unit)); //12
    --space-md:   calc(1.25 * var(--space-unit)); //20
    --space-lg:   calc(2 * var(--space-unit)); //32
    --space-xl:   calc(3.25 * var(--space-unit)); //52
    --space-xxl:  calc(5.25 * var(--space-unit)); //64
}*/
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.1.0/dist/css/yakuhanjp.min.css);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.1.0/dist/css/yakuhanjp.min.css);


/*:root {
    --space-unit: 1em;
    --space-xxs:  calc(0.25 * var(--space-unit)); //4
    --space-xs:   calc(0.5 * var(--space-unit)); //8
    --space-sm:   calc(0.75 * var(--space-unit)); //12
    --space-md:   calc(1.25 * var(--space-unit)); //20
    --space-lg:   calc(2 * var(--space-unit)); //32
    --space-xl:   calc(3.25 * var(--space-unit)); //52
    --space-xxl:  calc(5.25 * var(--space-unit)); //64
}*/

.mdl-card-1-wrap, .mdl-card-2-wrap {
  padding-bottom: 40px; }

.mdl-card-1 {
  display: inline-block;
  width: 100%;
  margin-bottom: 16px; }
  .mdl-card-1__box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px;
    background-color: #fff; }
    .mdl-card-1__box::after {
      content: "";
      position: absolute;
      width: 16px;
      height: 27px;
      right: 16px;
      background-image: url("https://s.yimg.jp/images/lodge/pr/anniv/images/cmn_icon_arrow_right.png");
      background-repeat: none;
      background-size: 16px; }
  .mdl-card-1__info {
    display: block; }
  .mdl-card-1__title {
    margin-bottom: 8px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #3d3d3d; }
  .mdl-card-1__name {
    font-size: 1.4rem;
    font-weight: bold;
    color: #3d3d3d; }
  .mdl-card-1__image .card-1-image {
    width: 100%;
    vertical-align: bottom; }

.mdl-card-2 {
  display: inline-block;
  width: 100%;
  margin-bottom: 16px; }
  .mdl-card-2__image {
    width: 30%; }
  .mdl-card-2 .card-2-image {
    vertical-align: bottom; }
  .mdl-card-2__box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff; }
    .mdl-card-2__box::after {
      content: "";
      position: absolute;
      width: 16px;
      height: 27px;
      right: 16px;
      background-image: url("https://s.yimg.jp/images/lodge/pr/anniv/images/cmn_icon_arrow_right.png");
      background-repeat: none;
      background-size: 16px; }
  .mdl-card-2__title {
    margin-bottom: 8px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #3d3d3d; }
  .mdl-card-2__name {
    font-size: 1.4rem;
    font-weight: bold;
    color: #3d3d3d; }
  .mdl-card-2__info {
    padding: 0 24px; }

.mdl-card-modal__box {
  padding: 16px; }

.mdl-card-modal__title {
  margin-bottom: 8px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #3d3d3d; }

.mdl-card-modal__name {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #3d3d3d; }

.mdl-card-modal__text {
  margin-bottom: 8px;
  font-size: 1.2rem;
  color: #3d3d3d;
  text-align: justify; }

.mdl-card-modal__link {
  font-size: 1.2rem;
  color: #00B5E2; }

.mdl-card-modal .card-modal-image {
  width: 100%; }

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999; }

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%; }

.modal__content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%; }

.js-modal-close {
  width: 100%;
  display: inline-block;
  padding: 16px;
  text-align: right;
  color: #3d3d3d;
  font-size: 1.4rem; }

@media screen and (min-width: 600px) {
  .mdl-card-1 {
    width: 47.5%;
    margin: 0 1% 16px 1%; } }

@media screen and (min-width: 1024px) {
  .mdl-card-1 {
    width: 31%;
    margin-right: 0 1% 16px 1%; }
  .mdl-card-2 {
    width: 47.5%;
    margin: 0 1% 16px 1%; }
  .mdl-card-modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .mdl-card-modal__box {
      width: 77%;
      padding: 24px; } }

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

* {
  font: inherit; }

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, hr {
  margin: 0;
  padding: 0;
  border: 0; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  background-color: var(--color-bg, white); }

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

a {
  text-decoration: none; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

button, input, textarea, select {
  margin: 0; }

.btn, .form-control, .link, .reset {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select.form-control::-ms-expand {
  display: none; }

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top; }

input::-ms-clear {
  display: none; }

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

img, video, svg {
  max-width: 100%; }

/*:root {
    --space-unit: 1em;
    --space-xxs:  calc(0.25 * var(--space-unit)); //4
    --space-xs:   calc(0.5 * var(--space-unit)); //8
    --space-sm:   calc(0.75 * var(--space-unit)); //12
    --space-md:   calc(1.25 * var(--space-unit)); //20
    --space-lg:   calc(2 * var(--space-unit)); //32
    --space-xl:   calc(3.25 * var(--space-unit)); //52
    --space-xxl:  calc(5.25 * var(--space-unit)); //64
}*/
html {
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Roboto','YakuHanJP','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'; }

video {
  border: 4px solid #f0f0f0; }

.cf::after {
  content: "";
  display: block;
  clear: both; }

html {
  font-size: 62.5%;
  color: #3d3d3d; }

.wrapper {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.6, 0.1, 0.9);
       -o-transition-timing-function: cubic-bezier(0.1, 0.6, 0.1, 0.9);
          transition-timing-function: cubic-bezier(0.1, 0.6, 0.1, 0.9); }

.keyv {
  font-size: 1.4rem;
  padding: 60px 0 110px 0;
  background-color: #f0f0f0; }
  .keyv__wrapper {
    max-width: 918px;
    margin: 0 auto; }
  .keyv__image {
    margin-bottom: 20px; }
  .keyv__text {
    margin: 0 auto 10px auto;
    max-width: 600px;
    padding: 0 30px;
    line-height: 2em;
    text-align: justify; }
  .keyv__link {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    padding: 0 30px;
    color: #00B5E2; }

.gallery {
  position: relative;
  z-index: 10;
  padding: 64px 24px; }
  .gallery__wrapper {
    max-width: 918px;
    margin: 0 auto; }
  .gallery__title {
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px; }
  .gallery__subtitle {
    font-size: 3.2em;
    margin-bottom: 10px; }
  .gallery__caption {
    font-size: 1.2em;
    margin-bottom: 24px; }
  .gallery__list {
    margin-bottom: 24px; }
  .gallery__item {
    display: inline-block;
    width: 100%;
    margin-bottom: 16px; }
  .gallery__image {
    width: 100%; }

.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
      -ms-transform: translate(0, 45px);
          transform: translate(0, 45px);
  -webkit-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms; }

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

@media screen and (min-width: 600px) {
  .gallery__subtitle {
    margin-left: 1%; }
  .gallery__caption {
    margin-left: 1%; } }

@media screen and (min-width: 880px) {
  .gallery__item {
    width: 47.5%;
    margin: 0 1% 16px 1%; } }