@charset "UTF-8";
/* ==========================================================================
   studio.scss - studio.html 専用スタイル
   ========================================================================== */
/* ==========================================================================
   変数定義 - Variables
   ========================================================================== */
/* ----- 色 : ベース ----- */
/* ----- 色 : ゴールド系 ----- */
/* ----- 色 : ブラウン系 ----- */
/* ----- 色 : クリーム系 ----- */
/* ----- 色 : グラデーション (左→右 #704816 → #d7a43b) ----- */
/* ----- 色 : 赤 (キャンペーン帯) ----- */
/* ----- 色 : フッター ----- */
/* ----- 色 : その他 ----- */
/* ----- フォント ----- */
/* ----- レイアウト ----- */
/* ----- ブレイクポイント ----- */
/* ==========================================================================
   Mixin
   ========================================================================== */
/* ----- メディアクエリ ----- */
/* ----- インナーラッパー ----- */
/* ----- ゴールドのグラデーション文字 (左→右) ----- */
/* ----- ゴールド左→右の背景 (タグなど) ----- */
/* ----- 2重線バー (heading-line, sub-title などの装飾) ----- */
/* ----- カード共通の影 ----- */
/* ----- ピル型ボタン ----- */
/* ==========================================================================
   page-head (下層ページ共通)
   ========================================================================== */
.page-head {
  position: relative;
  width: 100%;
  height: 36rem;
  display: block;
  overflow: hidden;
  background: #fff;
  /* ----- 下部 2重ウェーブ ----- */ }
  @media (max-width: 767px) {
    .page-head {
      height: 24rem; } }
  .page-head__bg {
    position: absolute;
    inset: 0; }
    .page-head__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3; }
    .page-head__bg .ph {
      height: 100%;
      width: 100%; }
      .page-head__bg .ph span {
        min-height: 34rem; }
  .page-head__heading {
    position: absolute;
    left: 8%;
    top: 20rem;
    z-index: 2;
    text-align: left;
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .page-head__heading {
        left: 0;
        width: 100%;
        top: 10rem;
        align-items: center; } }
    .page-head__heading .jp {
      font-size: 4.8rem;
      font-weight: 500;
      line-height: 1.1; }
      @media (max-width: 767px) {
        .page-head__heading .jp {
          font-size: 3.2rem; } }
    .page-head__heading .en {
      font-family: bodoni-std, sans-serif;
      font-size: 2.2rem;
      margin-top: .4rem;
      margin-left: .7rem;
      line-height: 1;
      background: linear-gradient(to right, #704816 0%, #d7a43b 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent; }
      @media (max-width: 767px) {
        .page-head__heading .en {
          font-size: 1.6rem;
          margin-left: 0; } }
  .page-head__wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9rem;
    z-index: 2;
    pointer-events: none; }
  .page-head__wave-gold {
    position: absolute;
    bottom: 0.6rem;
    left: 0;
    width: 100%;
    height: 6rem;
    background: rgba(197, 160, 74, 0.55);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0,38 Q360,8 720,28 T1440,38 L1440,60 L0,60 Z' fill='black'/></svg>") no-repeat center/100% 100%;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0,38 Q360,8 720,28 T1440,38 L1440,60 L0,60 Z' fill='black'/></svg>") no-repeat center/100% 100%; }
  .page-head__wave-white {
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    width: 100%;
    height: 6rem;
    background: #ffffff;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0,42 Q360,0 720,28 T1440,42 L1440,60 L0,60 Z' fill='black'/></svg>") no-repeat center/100% 100%;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0,42 Q360,0 720,28 T1440,42 L1440,60 L0,60 Z' fill='black'/></svg>") no-repeat center/100% 100%; }

/* ==========================================================================
   レイアウト図 (Layout)
   ========================================================================== */
.layout {
  padding: 10rem 0 8rem;
  background: #ffffff; }
  @media (max-width: 767px) {
    .layout {
      padding: 6rem 0 5rem; } }
  .layout__heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 5rem; }
    @media (max-width: 767px) {
      .layout__heading {
        margin-bottom: 2rem; } }
    .layout__heading .en {
      display: inline-block;
      font-family: bodoni-std, sans-serif;
      font-size: 6rem;
      line-height: 1.2;
      background: linear-gradient(to right, #704816 0%, #d7a43b 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent; }
      @media (max-width: 767px) {
        .layout__heading .en {
          font-size: 4.8rem; } }
    .layout__heading .jp {
      display: block;
      font-size: 1.6rem;
      line-height: 1;
      color: #6e4a23;
      font-weight: 700;
      margin-bottom: -1.8rem; }
      @media (max-width: 767px) {
        .layout__heading .jp {
          font-size: 1.2rem; } }
  .layout__plan {
    width: 92%;
    max-width: 84rem;
    margin: 0 auto;
    background: transparent;
    display: block; }
    .layout__plan img {
      width: 100%;
      height: auto;
      display: block; }

/* ==========================================================================
   スタジオ紹介 (Studio)
   ========================================================================== */
.studio {
  /* ----- イントロ ----- */
  /* ----- 設備紹介 + レンタル品 ----- */
  /* ----- RULE ----- */
  /* ----- 駐車場・駐輪場 ----- */
  /* ----- ギャラリー ----- */
  /* ----- 運営会社 ----- */ }
  .studio__intro {
    padding: 6rem 0 4rem;
    text-align: center; }
    @media (max-width: 767px) {
      .studio__intro {
        padding: 2rem 0; } }
    .studio__intro p {
      font-size: 2.8rem;
      line-height: 2; }
      @media (max-width: 767px) {
        .studio__intro p {
          font-size: 1.8rem;
          text-align: left; }
          .studio__intro p .sp-hidden {
            display: none; } }
  .studio__facility {
    padding: 4rem 0 8rem; }
    @media (max-width: 767px) {
      .studio__facility {
        padding: 2rem 0 4rem; } }
    .studio__facility .grid {
      width: 92%;
      max-width: 100rem;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1.4fr;
      gap: 4rem;
      align-items: start; }
      @media (max-width: 767px) {
        .studio__facility .grid {
          grid-template-columns: 1fr; } }
    .studio__facility .box {
      background: transparent;
      padding: 0;
      border-radius: 0; }
      .studio__facility .box .title {
        font-size: 2.8rem;
        color: #704816;
        text-align: center;
        margin-bottom: 2rem;
        line-height: 1.3;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1.5rem; }
        @media (max-width: 767px) {
          .studio__facility .box .title {
            font-size: 2.2rem; } }
        .studio__facility .box .title strong {
          flex-shrink: 0; }
        .studio__facility .box .title:after {
          content: "";
          width: 100%;
          height: 4px;
          border-top: 1px solid #d6a33a;
          border-bottom: 1px solid rgba(214, 163, 58, 0.5); }
    @media (max-width: 767px) {
      .studio__facility .facility-list {
        padding: 0 1rem; } }
    .studio__facility .facility-list li {
      position: relative;
      padding-left: 2.4rem;
      font-size: 1.6rem;
      line-height: 2; }
      @media (max-width: 767px) {
        .studio__facility .facility-list li {
          font-size: 1.4rem; } }
      .studio__facility .facility-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.6em;
        border: 0.3rem solid #eec969;
        width: 1.6rem;
        height: 1.6rem;
        border-radius: 50%; }
    .studio__facility .rental-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 1rem;
      margin-bottom: 2.5rem; }
      @media (max-width: 767px) {
        .studio__facility .rental-grid {
          grid-template-columns: repeat(3, 1fr); } }
      .studio__facility .rental-grid .item {
        text-align: center; }
        .studio__facility .rental-grid .item .pic {
          aspect-ratio: 1 / 1;
          border-radius: 0.4rem;
          margin-bottom: 0.6rem;
          display: flex;
          align-items: center;
          justify-content: center;
          padding-bottom: 2rem;
          position: relative;
          border: 1px solid #eec969;
          margin-bottom: 1rem; }
        .studio__facility .rental-grid .item .price {
          font-size: 1.5rem;
          font-weight: 600;
          line-height: 1.3;
          font-family: "Zen Kaku Gothic New", sans-serif;
          position: absolute;
          right: 1rem;
          bottom: .5rem; }
          @media (max-width: 767px) {
            .studio__facility .rental-grid .item .price {
              font-size: 1.3rem; } }
        .studio__facility .rental-grid .item .name {
          font-size: 1.5rem;
          line-height: 1.2;
          font-weight: 600;
          font-family: "Zen Kaku Gothic New", sans-serif;
          margin-top: 0.2rem; }
          @media (max-width: 767px) {
            .studio__facility .rental-grid .item .name {
              font-size: 1.4rem; }
              .studio__facility .rental-grid .item .name br {
                display: none; } }
    .studio__facility .note {
      font-size: 1.6rem;
      line-height: 1.6; }
      @media (max-width: 767px) {
        .studio__facility .note {
          font-size: 1.5rem; } }
  .studio__rule {
    padding: 8rem 0;
    background: rgba(249, 234, 195, 0.2);
    text-align: center; }
    @media (max-width: 767px) {
      .studio__rule {
        padding: 4rem 0; } }
    .studio__rule .rules {
      width: 92%;
      max-width: 90rem;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 3rem; }
      @media (max-width: 767px) {
        .studio__rule .rules {
          grid-template-columns: 1fr; } }
    .studio__rule .rule-item .rule-icon {
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
      background: #fff;
      margin: 0 auto 1.4rem;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #c5a04a;
      font-size: 2.4rem;
      box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.05); }
      @media (max-width: 767px) {
        .studio__rule .rule-item .rule-icon {
          width: 3.2rem;
          height: 3.2rem;
          font-size: 2rem;
          margin-bottom: 1rem; } }
    .studio__rule .rule-item .title {
      font-size: 2.4rem;
      border-bottom: 1px solid #d9b96a;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      font-weight: 700; }
      @media (max-width: 767px) {
        .studio__rule .rule-item .title {
          font-size: 2rem; } }
    .studio__rule .rule-item .desc {
      font-size: 1.6rem;
      line-height: 1.9;
      text-align: left; }
      @media (max-width: 767px) {
        .studio__rule .rule-item .desc {
          font-size: 1.4rem; } }
  .studio__parking {
    background: #ffffff;
    position: relative;
    overflow: hidden; }
    .studio__parking .grid {
      width: 100%;
      max-width: none;
      display: grid;
      grid-template-columns: 1fr 50%;
      gap: 0;
      align-items: stretch; }
      @media (max-width: 767px) {
        .studio__parking .grid {
          grid-template-columns: 1fr; } }
    .studio__parking .left {
      padding: 0 6%;
      max-width: 64rem;
      margin-left: auto;
      text-align: center;
      padding-top: 8rem; }
      @media (max-width: 767px) {
        .studio__parking .left {
          padding-top: 3rem; } }
      .studio__parking .left .title {
        font-size: 3.6rem;
        margin: 0;
        line-height: 1.1; }
        @media (max-width: 767px) {
          .studio__parking .left .title {
            font-size: 2.4rem; } }
      .studio__parking .left .en {
        display: block;
        font-family: bodoni-std, sans-serif;
        font-size: 1.8rem;
        margin: 0 0 2.4rem;
        background: linear-gradient(to right, #704816 0%, #d7a43b 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent; }
        @media (max-width: 767px) {
          .studio__parking .left .en {
            font-size: 1.6rem; } }
      .studio__parking .left .sub-title {
        font-size: 2rem;
        font-weight: 700;
        text-align: center;
        padding-bottom: 1.8rem;
        margin: 7rem 0 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.4rem;
        position: relative; }
        @media (max-width: 767px) {
          .studio__parking .left .sub-title {
            font-size: 1.7rem;
            margin-top: 4rem;
            margin-bottom: .8rem; } }
        .studio__parking .left .sub-title:after {
          content: "";
          width: 24rem;
          height: 1px;
          background: rgba(110, 74, 35, 0.5);
          position: absolute;
          left: 50%;
          margin-left: -12rem;
          bottom: 0;
          opacity: 0.3; }
          @media (max-width: 767px) {
            .studio__parking .left .sub-title:after {
              width: 18rem;
              margin-left: -9rem; } }
        .studio__parking .left .sub-title .icon {
          color: #d6a33a;
          font-size: 2.4rem; }
          @media (max-width: 767px) {
            .studio__parking .left .sub-title .icon {
              font-size: 2rem; } }
      .studio__parking .left .desc-text {
        font-size: 1.6rem;
        line-height: 1.8; }
        @media (max-width: 767px) {
          .studio__parking .left .desc-text {
            font-size: 1.5rem; } }
    .studio__parking .lot {
      display: grid;
      grid-template-columns: 18rem 1fr;
      align-items: center;
      gap: 1.6rem;
      padding: 1.6rem 0;
      text-align: left; }
      .studio__parking .lot .mini-map {
        width: 18rem;
        height: 12rem;
        border: 1px solid #d6a33a;
        overflow: hidden;
        background: #ececec; }
        .studio__parking .lot .mini-map iframe {
          width: 100%;
          height: 100%;
          border: 0;
          display: block;
          filter: grayscale(1); }
      .studio__parking .lot .info {
        font-size: 1.4rem;
        line-height: 1.5; }
        @media (max-width: 767px) {
          .studio__parking .lot .info {
            font-size: 1.2rem; } }
        .studio__parking .lot .info .name {
          font-size: 1.8rem;
          font-weight: 700;
          margin: 0; }
          @media (max-width: 767px) {
            .studio__parking .lot .info .name {
              font-size: 1.5rem; } }
        .studio__parking .lot .info .addr {
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500;
          font-size: 1.4rem;
          margin: 0.4rem 0 0.8rem; }
        .studio__parking .lot .info .gmap {
          display: inline-flex;
          align-items: center;
          gap: 0.4rem;
          background: #eec969;
          color: #4a2d08;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-size: 1.4rem;
          font-weight: 600;
          padding: 0.3rem 1.2rem;
          border-radius: 0.3rem;
          text-decoration: none; }
          @media (max-width: 767px) {
            .studio__parking .lot .info .gmap {
              font-size: 1.2rem; } }
          .studio__parking .lot .info .gmap .icon {
            color: #d6a33a;
            font-size: 1.8rem; }
    .studio__parking .photo {
      background: #ececec;
      aspect-ratio: auto;
      width: 50vw;
      max-width: 128rem;
      border-radius: 0;
      min-height: 50rem; }
      @media (max-width: 767px) {
        .studio__parking .photo {
          width: 100vw;
          height: 50vw;
          min-height: 0;
          margin-top: 1rem; } }
      .studio__parking .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
  .studio .layout {
    padding: 8rem 0;
    background: rgba(249, 234, 195, 0.2);
    position: relative; }
    @media (max-width: 767px) {
      .studio .layout {
        padding: 5rem 0 3rem; } }
    .studio .layout__heading {
      position: absolute;
      top: 20rem;
      width: 94%;
      max-width: 84rem; }
      @media (max-width: 767px) {
        .studio .layout__heading {
          position: static;
          margin: 0 auto; } }
  .studio__gallery {
    padding: 0 0 8rem 0;
    background: rgba(249, 234, 195, 0.2); }
    @media (max-width: 767px) {
      .studio__gallery {
        padding-bottom: 4rem; } }
    .studio__gallery .grid {
      width: 92%;
      max-width: 100rem;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 5rem; }
      @media (max-width: 767px) {
        .studio__gallery .grid {
          gap: 2rem;
          grid-template-columns: 1fr; } }
    .studio__gallery .item {
      text-align: center; }
      .studio__gallery .item:nth-last-of-type(1) {
        grid-column: 1 / -1;
        max-width: 50rem;
        margin: 0 auto; }
      .studio__gallery .item .pic {
        aspect-ratio: 3 / 2;
        position: relative;
        overflow: hidden;
        margin-bottom: 1rem; }
        .studio__gallery .item .pic .tag {
          position: absolute;
          top: 1.2rem;
          left: 1.2rem;
          width: 5.6rem;
          height: 5.6rem;
          border-radius: 50%;
          background: rgba(34, 172, 56, 0.4);
          color: #ffffff;
          display: flex;
          align-items: center;
          justify-content: center;
          font-family: bodoni-std, sans-serif;
          font-size: 2.8rem; }
          @media (max-width: 767px) {
            .studio__gallery .item .pic .tag {
              width: 4.8rem;
              height: 4.8rem;
              font-size: 2rem; } }
      .studio__gallery .item .caption {
        font-size: 1.8rem; }
        @media (max-width: 767px) {
          .studio__gallery .item .caption {
            font-size: 1.5rem; } }
        .studio__gallery .item .caption small {
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-size: 1.4rem; }
          @media (max-width: 767px) {
            .studio__gallery .item .caption small {
              font-size: 1.2rem; } }
  .studio__company {
    padding: 6rem 0 6rem; }
    @media (max-width: 767px) {
      .studio__company {
        padding: 4rem 0; } }
    .studio__company .row {
      width: 92%;
      max-width: 90rem;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 20rem 1fr;
      gap: 3rem; }
      @media (max-width: 767px) {
        .studio__company .row {
          gap: 1.5rem;
          grid-template-columns: 1fr; } }
    .studio__company-name {
      font-size: 2.2rem;
      font-weight: 700; }
      @media (max-width: 767px) {
        .studio__company-name {
          font-size: 1.6rem;
          text-align: center; } }
    .studio__company .label {
      font-size: 2.8rem;
      color: #6e4a23; }
      @media (max-width: 767px) {
        .studio__company .label {
          text-align: center;
          font-size: 2rem; } }
    .studio__company .data {
      font-size: 1.4rem;
      line-height: 1.6;
      font-family: "Zen Kaku Gothic New", sans-serif; }
      @media (max-width: 767px) {
        .studio__company .data {
          font-size: 1.3rem; } }
      .studio__company .data div {
        display: grid;
        grid-template-columns: 4em 1fr; }
      .studio__company .data dt {
        font-weight: 500;
        color: #704816; }
      .studio__company .data dd {
        font-size: 1.6rem;
        margin: 0; }
        @media (max-width: 767px) {
          .studio__company .data dd {
            font-size: 1.4rem; } }
