@charset "UTF-8";
/*ローディング*/
.loader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #EFEFEF;
  z-index: 20000; }
  .loader .loader-logo {
    max-width: 400px;
    width: 70%;
    height: auto;
    margin-top: 50px;
    animation: sk-scaleout 3s ease 0s 1 alternate forwards running; }
    .loader .loader-logo img {
      display: block; }

/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    opacity: 0;
    transform: translateY(0%); }
  100% {
    opacity: 1;
    transform: translateY(-100%); } }
#footer {
  margin-bottom: 120px; }
  @media (min-width: 450px) {
    #footer {
      margin-bottom: 64px; } }

/*
---------------------------------------------------------------------------------------------------------------------
トップ動画
---------------------------------------------------------------------------------------------------------------------
*/
.Top-Movie {
  background-position: center 0%;
  background-size: cover;
  height: 100vh;
  max-height: 1000px;
  position: relative; }
  .Top-Movie .wrap-video {
    height: 100vh; }
    .Top-Movie .wrap-video video {
      position: fixed;
      overflow: hidden;
      z-index: -9999999999;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      width: auto;
      background-position: center center; }
  .Top-Movie .TopCopy {
    color: #fff;
    position: absolute;
    bottom: 175px;
    left: 5%; }
    @media (min-width: 768px) {
      .Top-Movie .TopCopy {
        bottom: 150px; } }
    .Top-Movie .TopCopy p {
      font-family: "A1 Gothic B";
      font-size: 1.2em;
      line-height: 1.2em;
      letter-spacing: 0.12em;
      margin-bottom: 5px; }
      @media (min-width: 450px) {
        .Top-Movie .TopCopy p {
          font-size: 1.8em; } }
    .Top-Movie .TopCopy h1 {
      font-family: "A1 Gothic M";
      font-size: 1.3em;
      line-height: 1.2em;
      letter-spacing: 0.1em;
      font-feature-settings: "palt"; }
      @media (min-width: 450px) {
        .Top-Movie .TopCopy h1 {
          font-size: 2.25em; } }

/*
---------------------------------------------------------------------------------------------------------------------
予約パネル
---------------------------------------------------------------------------------------------------------------------
*/
#Reserve {
  width: 100%;
  height: 120px;
  position: fixed;
  bottom: 0;
  background-color: #efefef;
  z-index: 600; }
  @media (min-width: 450px) {
    #Reserve {
      height: 64px; } }

/*
---------------------------------------------------------------------------------------------------------------------
MVお知らせ
---------------------------------------------------------------------------------------------------------------------
*/
.News {
  background-color: rgba(51, 51, 51, 0.7);
  width: 100%;
  height: 55px;
  font-size: 0.9em;
  padding-left: 5%; }
  @media (min-width: 768px) {
    .News {
      height: 50px;
      font-size: 1.0em; } }
  .News .NewsText {
    padding-top: 8px; }
    @media (min-width: 768px) {
      .News .NewsText {
        display: flex;
        padding-top: 12px; } }
    .News .NewsText p {
      color: #fff;
      line-height: 1.3em; }
      @media (min-width: 768px) {
        .News .NewsText p {
          line-height: 1.6em; } }
      .News .NewsText p .Category {
        margin-right: 10px; }
    .News .NewsText h3 {
      font-size: 0.95em;
      margin-top: 1px; }
      .News .NewsText h3 a {
        color: #fff; }

.NewsBtn {
  position: absolute;
  right: 5%;
  margin-top: -25px; }
  .NewsBtn a {
    color: #fff; }

a.LineBtn.White.ViewAll:hover {
  color: #fff; }

/*
---------------------------------------------------------------------------------------------------------------------
ポップアップ
---------------------------------------------------------------------------------------------------------------------
*/
.PopUp {
  background-color: #fff;
  max-width: 600px;
  width: 90%;
  height: 300px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  .PopUp p {
    font-size: 1em;
    text-align: center;
    color: #333; }

/*
---------------------------------------------------------------------------------------------------------------------
ジャーナル・ルーム・アクティビティ・フード・ガイド・コンセプト・インフォメーション
---------------------------------------------------------------------------------------------------------------------
*/
.TitleCommon {
  margin: 50px 0 20px; }
  @media (min-width: 1024px) {
    .TitleCommon.yoko {
      display: flex;
      margin: 100px 0 20px; } }
  .TitleCommon h4 {
    font-size: 2.5em;
    font-family: "FOT-筑紫ゴシック Pro E";
    margin: 0 30px 20px 0; }
    .TitleCommon h4.ConceptText {
      margin: 0 0 30px 0; }
    .TitleCommon h4.NewsText {
      margin: 0 0 80px 0; }
      @media (min-width: 1024px) {
        .TitleCommon h4.NewsText {
          margin: 0 0 30px 0; } }
  .TitleCommon h2 {
    font-size: 1.40em;
    line-height: 1.4em;
    margin-right: 20px; }
    .TitleCommon h2.info {
      margin-right: inherit; }
    @media (min-width: 1024px) {
      .TitleCommon h2 {
        margin-top: 2px; } }
    @media (min-width: 1480px) {
      .TitleCommon h2 {
        font-size: 1.60em;
        margin-top: 0px; } }
  .TitleCommon ul {
    margin: 10px 0 0;
    line-height: 0.7em;
    max-width: 1000px;
    width: 100%; }
    @media (min-width: 1024px) {
      .TitleCommon ul {
        width: 80%;
        margin-top: 0px; } }
    .TitleCommon ul li {
      font-size: 0.8em;
      color: #777777;
      font-feature-settings: "palt";
      display: inline-block;
      margin: 0 2px 0;
      line-height: 1.45em; }

/*
---------------------------------------------------------------------------------------------------------------------
アクティビティ・フード
---------------------------------------------------------------------------------------------------------------------
*/
.Activity {
  position: relative;
  background-color: #F7F7F7; }
  .Activity .ActivityBack {
    height: 100%;
    position: absolute;
    bottom: 0px; }
    @media (min-width: 1024px) {
      .Activity .ActivityBack {
        bottom: -38%; } }
    @media (min-width: 1280px) {
      .Activity .ActivityBack {
        bottom: -38%; } }

.Food {
  background-color: #F7F7F7; }
  @media (min-width: 1024px) {
    .Food {
      padding-bottom: 200px; } }

.contents {
  width: 100%; }
  @media (min-width: 1024px) {
    .contents {
      display: flex;
      padding-top: 200px; } }
  .contents .Text {
    position: relative;
    z-index: 100;
    width: 90%;
    margin: 10% auto 0;
    padding-bottom: 100px; }
    @media (min-width: 768px) {
      .contents .Text {
        margin-top: 5%; } }
    @media (min-width: 1024px) {
      .contents .Text {
        width: 40%; }
        .contents .Text.left {
          margin-right: 4%;
          padding-left: 4%; }
        .contents .Text.right {
          margin-left: 4%;
          padding-right: 4%; } }
    @media (min-width: 1280px) {
      .contents .Text {
        margin-top: 11%; }
        .contents .Text.left {
          margin-right: 6%;
          padding-left: 5%; }
        .contents .Text.right {
          margin-left: 6%;
          padding-right: 5%; } }
    @media (min-width: 1680px) {
      .contents .Text {
        margin-top: 240px; } }
    .contents .Text h2 {
      margin: 40px 0px 0 0px; }
    .contents .Text p {
      text-align: justify;
      font-size: 0.8em;
      line-height: 1.8em;
      margin-top: 10px; }
      @media (min-width: 1480px) {
        .contents .Text p {
          font-size: 0.9em;
          line-height: 2.2em;
          margin-top: 20px; } }
    .contents .Text .journalBox {
      color: #333333;
      text-align: justify;
      display: flex;
      margin-top: 50px; }
      @media (min-width: 1024px) {
        .contents .Text .journalBox {
          position: absolute;
          bottom: 25px;
          width: 87%; } }
      @media (min-width: 1480px) {
        .contents .Text .journalBox {
          bottom: 40px; } }
      .contents .Text .journalBox .journalsvg {
        margin-right: 8px;
        border-right: 1px solid #333333;
        padding-right: 2px; }
        .contents .Text .journalBox .journalsvg img {
          width: 12px;
          height: auto;
          margin-right: 5px; }
      .contents .Text .journalBox .journal-Text p {
        font-size: 0.85em;
        margin-bottom: 10px;
        margin-top: 0px;
        line-height: 0.8em; }
      .contents .Text .journalBox .journal-Text h3 {
        font-family: "FOT-筑紫ゴシック Pro B";
        font-size: 1.15em;
        margin-bottom: 10px;
        line-height: 1.2em; }
        @media (min-width: 1280px) {
          .contents .Text .journalBox .journal-Text h3 {
            font-size: 1.3em;
            margin-bottom: 20px; } }
      .contents .Text .journalBox .journal-Text h6 {
        font-size: 0.75em;
        letter-spacing: 0.05em; }
        @media (min-width: 1280px) {
          .contents .Text .journalBox .journal-Text h6 {
            font-size: 0.85em; } }
      .contents .Text .journalBox .journal-Text a {
        color: #333333; }
    .contents .Text .activity-Btn {
      text-align: right;
      margin-top: 10px;
      position: relative; }
    .contents .Text .journal-Btn {
      position: absolute;
      right: 0px;
      bottom: 70px; }
      @media (min-width: 1024px) {
        .contents .Text .journal-Btn {
          bottom: -30px; } }
  .contents .Photo {
    z-index: 100; }
    @media (min-width: 1024px) {
      .contents .Photo {
        width: 60%; }
        .contents .Photo.Right img {
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px; }
        .contents .Photo.Left img {
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px; } }
    .contents .Photo img {
      width: 100%;
      height: auto; }

/*
---------------------------------------------------------------------------------------------------------------------
ガイドマップ
---------------------------------------------------------------------------------------------------------------------
*/
.Guide {
  background-color: #E3E3E3;
  background-size: 200%,cover;
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .Guide {
      background-size: 100%,cover; } }
  @media (min-width: 1024px) {
    .Guide {
      background-size: cover;
      height: 550px; } }
  @media (min-width: 1250px) {
    .Guide {
      height: 850px; } }
  .Guide .Map {
    position: absolute;
    bottom: 260px;
    left: -20px;
    right: 0;
    width: 170%; }
    @media (min-width: 768px) {
      .Guide .Map {
        bottom: 200px;
        left: 5%;
        right: inherit;
        width: 100%; } }
    @media (min-width: 1024px) {
      .Guide .Map {
        bottom: -3px;
        width: 70%; } }
    @media (min-width: 1480px) {
      .Guide .Map {
        left: 10%;
        width: auto; } }
    .Guide .Map img {
      width: 100%;
      height: auto; }
  .Guide .Guide-In {
    max-width: 1280px;
    width: 90%;
    margin: 0px auto 0; }
    .Guide .Guide-In .GuideBox {
      color: #333333;
      padding-top: 12%;
      position: relative; }
      @media (min-width: 768px) {
        .Guide .Guide-In .GuideBox {
          padding-top: 5%; } }
      @media (min-width: 1250px) {
        .Guide .Guide-In .GuideBox {
          padding-top: 15%; } }
      .Guide .Guide-In .GuideBox h2 {
        margin-bottom: 10%; }
      .Guide .Guide-In .GuideBox h3 {
        font-size: 1.0em;
        line-height: 1.6em;
        margin-top: 40px; }
    .Guide .Guide-In .GuideBoxBack {
      background-color: #F7F7F7;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 30px;
      width: 100%;
      height: 350px;
      margin: auto;
      color: #333333; }
      @media (min-width: 1024px) {
        .Guide .Guide-In .GuideBoxBack {
          left: inherit;
          top: 0;
          bottom: 0;
          right: 0;
          padding: 60px;
          width: 40%;
          height: 450px; } }
      .Guide .Guide-In .GuideBoxBack img {
        max-width: 450px;
        width: 90%;
        height: auto; }
      .Guide .Guide-In .GuideBoxBack h4 {
        margin-top: 10px; }
      .Guide .Guide-In .GuideBoxBack h5 {
        margin-top: 30px;
        font-size: 1.125em;
        line-height: 2em; }
      .Guide .Guide-In .GuideBoxBack h6 {
        margin-top: 20px;
        font-size: 1.0em; }
        .Guide .Guide-In .GuideBoxBack h6 a {
          position: relative;
          display: inline-block;
          text-decoration: none; }
          .Guide .Guide-In .GuideBoxBack h6 a::after {
            position: absolute;
            bottom: 0px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #333333;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          .Guide .Guide-In .GuideBoxBack h6 a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
      .Guide .Guide-In .GuideBoxBack a {
        color: #333333; }
      .Guide .Guide-In .GuideBoxBack .Guide-Btn {
        position: absolute;
        margin-left: 45px;
        margin-top: 60px; }

/*
---------------------------------------------------------------------------------------------------------------------
コンセプト
---------------------------------------------------------------------------------------------------------------------
*/
.Concept {
  background: #B8B8B8 url(../img/BackConcept.webp);
  background-size: cover;
  background-blend-mode: multiply;
  height: 100vh;
  position: relative;
  color: #fff; }
  @media (min-width: 768px) {
    .Concept {
      height: 680px; } }
  @media (min-width: 1480px) {
    .Concept {
      height: 800px; } }
  .Concept .ConceptBox {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 270px;
    position: absolute;
    margin: auto;
    max-width: 600px;
    width: 90%;
    text-align: center; }
    .Concept .ConceptBox h2 {
      margin-bottom: 50px; }
    .Concept .ConceptBox p {
      text-align: justify;
      line-height: 1.8em;
      font-size: 0.9em;
      margin-bottom: 20px; }
    .Concept .ConceptBox .Concept-Btn {
      position: absolute;
      right: 0; }
      .Concept .ConceptBox .Concept-Btn a {
        color: #fff; }

/*
---------------------------------------------------------------------------------------------------------------------
インフォメーション
---------------------------------------------------------------------------------------------------------------------
*/
.Information {
  height: 100%;
  padding: 100px 0 140px;
  background-color: #F7F7F7; }
  .Information .InfoTitle {
    text-align: center; }
    .Information .InfoTitle h2 {
      margin-bottom: 50px;
      color: #777; }
  .Information .infoWidth {
    max-width: 1090px;
    width: 90%;
    margin: auto;
    position: relative; }
    .Information .infoWidth .Concept-Btn {
      position: absolute;
      right: 0; }
  .Information .infoBox {
    color: #333333;
    margin-bottom: 50px; }
    .Information .infoBox .Photo a {
      transition: .5s; }
      .Information .infoBox .Photo a img {
        width: 100%;
        height: auto;
        border-radius: 5px; }
      .Information .infoBox .Photo a:hover {
        opacity: 0.8; }
    .Information .infoBox p {
      font-size: 0.8em;
      margin-top: 20px; }
    .Information .infoBox h3 {
      font-size: 0.9em;
      margin-top: 10px; }
      .Information .infoBox h3 a {
        color: #333333;
        transition: .5s; }
        .Information .infoBox h3 a:hover {
          color: #666666; }

@media only screen and (min-width: 1024px) {
  .info-column .col-lg-4 {
    padding: 30px; }

  .info-column {
    margin: 0 -30px; } }
