<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Scss Document */
body {
  background-color: #e9e6d9; }

#main a {
  color: #fff;
  text-decoration: none;
  border-bottom: #fff 2px dotted; }

#movie {
  position: relative;
  width: 100%;
  padding-top: calc(9 / 16 * 100%);
  margin: 2% auto;
  overflow: hidden; }

#movie2 {
  width: 100%;
  margin: 2% auto; }

#movie .tvo-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0; }

#header {
  background: url("../../images/common/header_mobile.jpg") center no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 18.6666666667%;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 0.7rem;
  font-size: 0em; }
  @media (min-width: 768px) {
    #header {
      background: url("../../images/common/header_tablet.jpg") center no-repeat;
      width: 100%;
      height: 0;
      padding-bottom: 10.4166666667%;
      background-size: contain;
      margin: 0 auto;
      margin-bottom: 1rem;
      font-size: 0em; } }

#main, #archives {
  font-size: 0.9rem;
  line-height: 175%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff; }

@media (min-width: 768px) {
  #main {
    font-size: 1.1rem;
    line-height: 200%; }

  #movie {
    position: relative;
    width: 65%;
    padding-top: calc(9 / 16 * 65%);
    margin: 2% auto;
    overflow: hidden; }

  #movie2 {
    width: 65%;
    margin: 2% auto; } }
#story, #location, #lunch, #archives, .photos {
  background-color: #66ccbf;
  width: 94.6666666667%;
  padding: 2.6666666667% 5.3333333333%;
  margin: 3% auto;
  border-radius: 5px; }
  @media (min-width: 1366px) {
    #story, #location, #lunch, #archives, .photos {
      width: 1366px; } }
  #story h1, #location h1, #lunch h1, #archives h1, .photos h1 {
    margin: 0.5rem 0;
    font-family: 'Sawarabi Mincho', sans-serif;
    text-align: center;
    color: #246055; }
    @media (max-width: 767px) {
      #story h1, #location h1, #lunch h1, #archives h1, .photos h1 {
        font-size: 1.3rem; } }
  #story h2, #location h2, #lunch h2, #archives h2, .photos h2 {
    font-family: 'Sawarabi Mincho', sans-serif;
    text-align: center;
    font-size: 1.0rem; }
    @media (min-width: 768px) {
      #story h2, #location h2, #lunch h2, #archives h2, .photos h2 {
        font-size: 1.4rem; } }
  @media (min-width: 768px) {
    #story .photo, #location .photo, #lunch .photo, #archives .photo, .photos .photo {
      width: 65%;
      margin: 0 auto;
      text-align: center; } }

.photos ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.photos li {
  width: 25%;
  padding: 1px; }
  @media (max-width: 767px) {
    .photos li {
      width: 50%; } }

#archives {
  background-color: #e9e6d9;
  width: 94.6666666667%;
  padding: 2.6666666667% 0;
  margin: 3% auto;
  border-radius: 5px; }

#archives div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

#archives img {
  margin: 0.25rem 0; }

#archives a {
  display: block;
  background-color: #66ccbf;
  width: 49%;
  margin: 0.5rem 1px;
  padding: 0.5rem;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
  text-decoration: none; }

@media (min-width: 768px) {
  #archives div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }

  #archives a {
    display: block;
    background-color: #66ccbf;
    width: 23.2558139535%;
    margin: 0.5rem;
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    text-decoration: none; } }
@media (min-width: 1366px) {
  #archives div {
    width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }

  #archives a {
    display: block;
    background-color: #66ccbf;
    width: 23.2558139535%;
    margin: 0.5rem;
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    text-decoration: none; } }
a.go_story {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  width: 50%;
  margin: 2% auto;
  padding: 0.5rem 0;
  text-align: center;
  background-color: #fff;
  color: #246055;
  font-size: 0.9rem;
  text-decoration: none;
  border: none; }
</pre></body></html>