@charset "UTF-8";
/* メディアクエリ記述サンプル
.box {
    @include pc {
      background-color: red;
    };
    @include tab {
      background-color: blue;
    };
    @include sp {
      background-color: yellow;
    };
  }
*/
@media (min-width: 769px) {
  .add-pc {
    display: contents;
  }
}
@media (max-width: 680px) {
  .add-pc {
    display: none;
  }
}
@media (max-width: 768px) {
  .add-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .add-tab {
    display: none;
  }
}
@media (max-width: 680px) {
  .add-tab {
    display: contents;
  }
}
@media (max-width: 768px) {
  .add-tab {
    display: none;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}
@media (max-width: 680px) {
  .only-sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .only-sp {
    display: contents;
  }
}

.top-information-body pre {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
.top-information-body pre a {
  color: #073e81;
}

.iframe-reservation-list {
  position: relative;
}
.iframe-reservation-list iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

@media (min-width: 769px) {
  .twitter-embed {
    width: 820px;
    height: 400px;
    margin: 0 auto;
    overflow: scroll;
    overflow-x: hidden;
    padding: 0px 10px 0px 0px;
  }
}
@media (max-width: 680px) {
  .twitter-embed {
    max-width: 100%;
    height: 20vh;
    margin: 0 auto;
    overflow: scroll;
    overflow-x: hidden;
    padding: 0vw 0vw 0vw 0vw;
  }
}
@media (max-width: 768px) {
  .twitter-embed {
    max-width: 100%;
    height: 25vh;
    margin: 0 auto;
    overflow: scroll;
    overflow-x: hidden;
    padding: 0vw 0vw 0vw 0vw;
  }
}

.oc-portal {
  background-color: #EEE;
  background-image: url(../../img/main_bg_v1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}
@media (min-width: 769px) {
  .oc-portal {
    padding: 45px 0px 0px 0px;
  }
}
@media (max-width: 768px) {
  .oc-portal {
    padding: 20px 0px 20px 0px;
  }
}
.oc-portal h2 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #073e81;
}
@media (min-width: 769px) {
  .oc-portal h2 {
    font-size: 5.875rem;
    padding: 0px 0px 5px 0px;
  }
}
@media (max-width: 768px) {
  .oc-portal h2 {
    font-size: 2.8125rem;
    padding: 0px 0px 5px 0px;
  }
}
.oc-portal .info-list {
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .oc-portal .info-list {
    flex-wrap: wrap;
    width: 1190px;
    margin: auto auto;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .oc-portal .info-list {
    margin-top: 2vw;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 0vw 2vw 0vw 2vw;
  }
}
.oc-portal .info-list .flex-box {
  background-color: #FFF;
  cursor: pointer;
  position: relative;
}
@media (min-width: 769px) {
  .oc-portal .info-list .flex-box {
    width: calc(33% - 20px);
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
  .oc-portal .info-list .flex-box:nth-of-type(3n) {
    margin-right: 0px;
  }
  .oc-portal .info-list .flex-box:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .oc-portal .info-list .flex-box {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .oc-portal .info-list .flex-box {
    width: 46vw;
    border-radius: 10px;
    margin-right: 2vw;
    margin-bottom: 2vw;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    /*&:nth-last-child(-n+2) { margin-bottom: 0vw;}*/
  }
  .oc-portal .info-list .flex-box:nth-child(even) {
    margin-right: 0vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .oc-portal .info-list .flex-box {
    padding-bottom: 30px;
  }
}
.oc-portal .info-list .flex-box .photo img {
  width: 100%;
}
@media (min-width: 769px) {
  .oc-portal .info-list .flex-box .photo img {
    border-radius: 10px 10px 0px 0px;
  }
}
@media (max-width: 768px) {
  .oc-portal .info-list .flex-box .photo img {
    border-radius: 10px 10px 0px 0px;
  }
}
.oc-portal .info-list .flex-box .days {
  color: #000;
  font-weight: 700;
  background-color: #F2FA00;
  display: inline-block;
  line-height: 1.1;
}
@media (min-width: 769px) {
  .oc-portal .info-list .flex-box .days {
    font-size: 30px;
    margin: 17px 15px 0px 15px;
  }
}
@media (max-width: 768px) {
  .oc-portal .info-list .flex-box .days {
    font-size: 20px;
    margin: 10px 10px 0px 10px;
  }
}
.oc-portal .info-list .flex-box .days .week {
  font-size: 60%;
  margin-left: -6px;
}
.oc-portal .info-list .flex-box .days .time {
  font-size: 80%;
}
.oc-portal .info-list .flex-box .texts {
  color: #444;
}
@media (min-width: 769px) {
  .oc-portal .info-list .flex-box .texts {
    font-size: 18px;
    margin: 10px 15px 0px 15px;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .oc-portal .info-list .flex-box .texts {
    font-size: 14px;
    margin: 5px 10px 0px 10px;
    line-height: 1.4;
  }
}
.oc-portal .info-list .flex-box .link {
  text-align: right;
  position: absolute;
}
@media (min-width: 769px) {
  .oc-portal .info-list .flex-box .link {
    margin: 7px 15px 0px 15px;
    bottom: 13px;
    right: 0px;
  }
}
.oc-portal .info-list .flex-box .link:before {
  content: "詳しく見る>>";
}
@media (max-width: 768px) {
  .oc-portal .info-list .flex-box .link {
    margin: 7px 10px 0px 10px;
    bottom: 10px;
    right: 0px;
    font-size: 80%;
  }
}
.oc-portal .info-list .flex-box .link:before {
  content: "詳しく見る>>";
}
@media (min-width: 769px) {
  .oc-portal .info-list .last-child {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .oc-portal .info-list .spacer {
    width: 46vw;
  }
}/*# sourceMappingURL=index.css.map */