<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*$btn-request-off-color:*/
/*#9e7013*/
/*#BD8617;*/
/*$btn-request-on-color:#db9b1a;*/
/*$btn-reserve-off-color:#9c9e73;
$btn-reserve-on-color:#b5b886;*/
.movie-head {
  text-align: center;
  padding-top: 4rem; }
  .movie-head .title01 {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0rem 3rem;
    font-size: 1.2rem; }
    .movie-head .title01:before, .movie-head .title01:after {
      content: "";
      width: 1rem;
      border: 1px solid #000;
      position: absolute;
      top: 0;
      bottom: 0; }
    .movie-head .title01:before {
      left: 0;
      border-right: none; }
    .movie-head .title01:after {
      right: 0;
      border-left: none; }
  .movie-head .title02 {
    margin-top: 2rem;
    text-align: center;
    display: block; }
    .movie-head .title02 p {
      font-size: 1.8rem;
      line-height: 1.4;
      display: inline-block;
      border-bottom: 1px solid #000;
      padding: 0 2rem 0.3rem 2rem;
      margin-bottom: 0.2rem; }
    .movie-head .title02 b {
      font-size: 2.7rem;
      line-height: 1.4;
      font-weight: lighter;
      display: block;
      letter-spacing: 0.6rem;
      transform: translateX(0.5rem); }

.section-contents-inner {
  max-width: 1100px;
  margin: auto;
  width: 90%; }

.bg01 {
  background: #dfd8d2; }

.bg02 {
  background: #fce2ba; }

.bg03 {
  background: #bce1df; }

.bg04 {
  background: #f8c5ac; }

.contents-container {
  padding: 0 !important; }

.bg01,
.bg02,
.bg03,
.bg04 {
  margin-top: 4rem; }
  .bg01 .section-contents-inner,
  .bg02 .section-contents-inner,
  .bg03 .section-contents-inner,
  .bg04 .section-contents-inner {
    padding: 1.2rem 0 3rem;
    width: 90%;
    margin: auto; }
  .bg01 .ttl01,
  .bg02 .ttl01,
  .bg03 .ttl01,
  .bg04 .ttl01 {
    text-align: center;
    margin-top: 2rem;
    font-size: 1.2rem; }
  .bg01 .ttl02,
  .bg02 .ttl02,
  .bg03 .ttl02,
  .bg04 .ttl02 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 1.7rem;
    line-height: 1.4; }
  .bg01 .movie-box,
  .bg02 .movie-box,
  .bg03 .movie-box,
  .bg04 .movie-box {
    margin: auto;
    margin-top: 1.5rem;
    margin-bottom: 2rem; }

.bg03 {
  margin-bottom: 4rem; }

.movie-box {
  background-color: #000; }
  .movie-box video {
    width: 100%;
    height: auto;
    display: block; }
  .movie-box .movie-inner {
    position: relative;
    width: 100%; }
  .movie-box .movie-play-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    transition: 0.3s ease 0s opacity;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .movie-box .movie-play-btn::after {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      content: "";
      display: block;
      width: 100px;
      height: 100px;
      background-image: url(../images/movie/play-icon.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
    @media screen and (max-width: 600px) {
      .movie-box .movie-play-btn::after {
        width: 75px;
        height: 75px; } }
  .movie-box.js--movieplay .movie-play-btn {
    opacity: 0;
    pointer-events: none; }
  .movie-box#movie_1 {
    margin-bottom: 5rem; }
  .movie-box#movie_1 .movie-play-btn {
    background-image: url(../images/movie/movie01.jpg); }
  .movie-box#movie_2 .movie-play-btn {
    background-image: url(../images/movie/movie02.jpg); }
  .movie-box#movie_3 .movie-play-btn {
    background-image: url(../images/movie/movie03.jpg); }
  .movie-box#movie_4 .movie-play-btn {
    background-image: url(../images/movie/movie04.jpg); }
  .movie-box#movie_5 .movie-play-btn {
    background-image: url(../images/movie/movie05.jpg); }
</pre></body></html>