@charset "UTF-8";

/*--------------------------------
全体
---------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

a .p__link {
  color: #58b4b2;
  text-decoration: none;
  transition: color .3s ease;
}



img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 30px;
  overflow-x: hidden;
}

.container__nav {
    margin: 0 auto;
    padding: 0 30px;
    overflow-x: hidden;
    position: relative;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1;
}

.container__nav::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
}

.spbr {
  display: none;
}

/*--------------------------------
mv
---------------------------------*/
.mv {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('/img/coworking-higasiginza_mv.jpg');
  background-size: cover;
  height: 500px;
  background-position: center;
  position: relative;
}

.mv::before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4)
}


.mv__title {
 color:#fff;
 position: relative;
 z-index: 1;
}

.mv__title h1 {
 font-size:  18px;
 font-weight: 800;
 text-align: center;
 background: black;
 width: fit-content;
 margin-inline: auto;
 padding: 4px 10px;
 font-family: "M PLUS 1p", sans-serif;
 font-style: normal;
 position: relative;
z-index: 2;
}



.mv__site-title__sub {
 font-size: 50px;
 text-align: center;
  background: black;
 width: fit-content;
 margin-inline: auto;
 padding: 2px 20px;
 margin-top: -10px;
   font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
    position: relative;
  z-index: 1;
}

.mv__txt-block {
 margin-top: 20px;
}

.mv__txt {
 font-size: 20px;
 font-weight: 800;
 letter-spacing: 0.1em;
 text-align: center;
 background: black;
 width: fit-content;
 margin-inline: auto;
 padding: 2px 10px;
 margin-top: -5px;
}

.mv__txt-time {
 font-size: 20px;
 font-weight: 800;
 letter-spacing: 0.1em;
 text-align: center;
 background: black;
 width: fit-content;
 margin-inline: auto;
 padding: 2px 10px;
}

.mv__txt-time__title {
 font-size: 20px;
 font-weight: 800;
 letter-spacing: 0.1em;
 text-align: center;
 background: black;
 width: fit-content;
 margin-inline: auto;
 padding: 2px 10px 0px;
}

.mv__txt__cap {
 font-size: 14px;
 letter-spacing: 0.1em;
 text-align: center;
 background: black;
 width: fit-content;
 margin-inline: auto;
 padding: 5px;
}

/*--------------------------------
header
---------------------------------*/

.nav {
    max-width: 1040px;
    padding: 20px 0;
    margin-inline: auto;
}

.nav__menu {
    font-size: 20px;
    font-weight: 800;
}

.nav__menu-list {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__menu-list a {
 flex: auto;
 padding: 20px 0;
 text-decoration: none;
 color: #000; 
 transition: color 0.3s ease; 
}

.nav__menu-list a:hover {
  color: #58b4b2; 
}


/*--------------------------------
コンセプト
---------------------------------*/
.consept {
  text-align: center; 
  padding: 0 20px;
}

.consept__logo {
    width: 300px;
    align-items: center;
    padding: 40px 0;
    margin-inline: auto;
}

.consept__title {
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 20px;
  letter-spacing: 0.05em;

}

.consept__txt {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.75;
}

/*--------------------------------
コンテンツ
---------------------------------*/

.contents {
    background-color: #f5f7c3;
    text-align: center;
    padding: 80px 20px 180px;
}

.contents__w {
    background-color: #fff;
    text-align: center;
    padding: 80px 20px 180px;
}

.contents__g {
    background-color: #f2f2f2;
    text-align: center;
    padding: 80px 20px 180px;
}

.contents__dg {
    background-color: #3d3d3d;
    text-align: center;
    padding: 80px 20px 180px;
}

.contents__title { 
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.contents__read { 
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 20px;
    letter-spacing: 0.05em;
}

.contents__title__w { 
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #fff;
}

.contents__read__w { 
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 20px;
    letter-spacing: 0.05em;
    color: #fff;
}


.contents__txt { 
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.75;
    padding-bottom: 80px;
}

.contents__txt:last-child {
  padding-bottom: 0;
}

.contents__txt-cap {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.contents__txt-left {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-align: left;
}

.contents__txt-left-cap {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.contents__sub {
  max-width: 640px;
  margin-inline: auto;
}

.contents__subtitle {
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 20px;
    letter-spacing: 0.05em;
}

.contents__link-bn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
    display: block;
  background: #333;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  padding: 18px 0;
  width: 300px;
  text-align: center;
  transition: opacity 0.3s;
}

.contents__link-bn:hover {
  opacity: 0.8;
}

/*--------------------------------
プライス
---------------------------------*/

/* リスト全体 */
.price {
  list-style: none;
    padding: 40px 0 60px;
}

.price__list {
    max-width:  600px;
    margin-inline: auto;
    padding-bottom: 20px;
}

/* 各行（2カラム） */
.pirce__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;

}

/* 見出し行 */
.price__list-item-title__time {
font-size: 16px;
  font-weight: 800;
  padding-bottom: 10px;
width: 260px;
}
.price__list-item-title__price {
  font-size: 16px;
  font-weight: 800;
  padding-bottom: 10px;
width: 340px;
}

/* 左側（プラン名など） */
.price__list-item__txt {
  font-size: 24px;
  font-weight: 600;
  padding: 20px 0;
  width: 260px;
}

/* 右側（料金） */
.price__list-item__txt__price {
  font-size: 30px;
  font-weight: 800;
  width: 340px;
}


/* 割引前の価格 */
.price__small {
  text-decoration: line-through;
  color: #9a9a9a;
  font-weight: 600;
  font-size: .8em;
}

/* 割引後の価格 */
.price__atention {
  color: #d87a1d;
  font-weight: 800;
  font-size: 1.15em;
}

/* 「OPEN記念プライス〜」 */
.price__list-item__txt-cap {
  color: #d87a1d;
  font-size: 14px;
  font-weight: 600;
  padding-top: 6px;
}

/* 補足文 */
.price__list-cap {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

/*--------------------------------
設備
---------------------------------*/
.facilities__img-block {
    margin-bottom: 80px;
    text-align: center;
}

.img__floor-map {
    max-width: 1100px;
    padding: 40px 0 60px;
}

.img__icon__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 60px;
    max-width: 720px;
    margin-inline: auto;
}

.img__icon-txt {
  font-size: 14px;
}

.img__icon-txt span {
  font-size: 12px;
}

/*--------------------------------
Information
---------------------------------*/
.info__wrapper {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-top: 40px;
}

.info__sns 
.twitter-timeline {
  width: 340px;
  min-height: 450px;
}

.info__calendar iframe {
  width: 600px;
  height: 450px;
  border: 0;
  border: 0; 
}

@media (max-width: 767px) {
  .info__wrapper {
    grid-template-columns: 1fr; /* 縦並び */
    gap: 24px;
  }

  .info__sns .twitter-timeline {
    min-height: 480px;
  }
  .info__calendar iframe {
      width: 100%;
  }
}



/*--------------------------------
フォトギャラリー
---------------------------------*/
.photo-gallery__block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
    max-width: 1040px;
  margin: 0 auto;
}

.photo-gallery__img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.photo-gallery__img img {
  display: block;
  width: 100%;
  height: auto;
}

.photo-gallery__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3); 
  pointer-events: none;
}

.photo-gallery__img:hover::after {
  background: transparent;
}

/*--------------------------------
FAQ
---------------------------------*/

.faq__list {
    text-align: left;
    max-width: 640px;
    padding-bottom: 60px;
    margin-inline: auto;
}

.faq__list:last-child {
    padding-bottom: 0; 
}

.faq__list dt {
  position: relative;
  padding-left: 1.5em;  
    padding-bottom: 10px;  
  font-weight: bold;
  line-height: 1.6;
}

.faq__list dt::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
}

.faq__list dd {
    padding-bottom: 40px; 
    padding-left: 1.5em;  
}

.faq__list dd a {
  color: #1ba4a2
}

.faq__list dd:last-child {
    padding-bottom: 0; 
}

/*--------------------------------
アクセス
---------------------------------*/
.access__map {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}

.access__map-img-blck {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: -40px;
    margin-inline: auto;
}

.access__map-img {
  flex: 0 0 220px;
}

/*--------------------------------
コンタクト
---------------------------------*/

.contact__link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}


/*--------------------------------
フッター
---------------------------------*/
.footer {
  background: #333;
  color: #fff;
  padding: 40px 20px 20px;
}

.footer__txt {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 16px;
  text-align: left;
  padding-left: 50px;
}

.footer__txt:a {
  color: #fff;
  text-decoration: underline;
}

.footer__copyright {
    font-size: 12px;
    text-align: center;
    color: #b0b0b0;
}


/*--------------------------------
SP版
---------------------------------*/
@media (max-width: 767px) {

  .container {
    padding: 0 10px;
  }

  .spbr {
    display: inline;
  }

  br.nobr-sp {
    display: none;
  }

/*--------------------------------
sp__MV部分
---------------------------------*/
.mv {
  height: 440px; 
  background-position: center;
  }

.mv__title h1 {
  font-size: 14px;
  padding: 8px 12px;
}

.mv__site-title__sub {
  font-size: 35px;
  line-height: 1.25em;
  padding: 4px 12px;
  margin-top: 0px;
}
.mv__txt, .mv__txt-time {
  font-size: 16px;
  padding: 4px 8px;
}

.mv__txt-time__title {
  font-size: 16px;
  padding: 4px 8px;
}

.mv__txt__cap {
  font-size: 12px;
}


/*--------------------------------
SP__nav
---------------------------------*/

/*--------------------------------
sp__コンセプト
---------------------------------*/
.consept {
  margin-bottom: 60px;
  }
  .consept__logo {
    width: 200px;
    padding-bottom: 20px;
  }
  .consept__title {
    font-size: 16px;
    padding-bottom: 16px;
  }
  .consept__txt {
    font-size: 13px;
    line-height: 1.6;
    text-align: left; /* スマホでは読みやすさ重視 */
  }

/*--------------------------------
sp__コンテンツ
---------------------------------*/
.contents,
.contents__w,
.contents__g,
.contents__dg {
  padding: 40px 16px 60px;
}
.contents__title,
.contents__title__w {
  font-size: 24px;
}

.contents__read,
.contents__read__w {
  font-size: 12px;
}

.contents__txt {
  font-size: 14px;
  padding-bottom: 40px;
}

.contents__subtitle {
  font-size: 18px;
}

/*--------------------------------
sp__プライス
---------------------------------*/
.pirce__list-item {
  align-items: center;
}

.price__list-item-title__time,
.price__list-item-title__price {
  font-size: 12px;
}

.price__list-item__txt {
  font-size: 16px;
  padding: 20px 0;
}
.price__list-item__txt__price {
  font-size: 20px;
  padding: 20px 0;
}

.price__list-item__txt-cap {
  padding: 0;
}

/*--------------------------------
sp__設備
---------------------------------*/
.img__icon__list {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0 20px;
}

.img__icon-txt {
  font-size: 12px;
  line-height: 1.3em;
  padding-top: 10px;
}

.img__icon-txt span {
  font-size: 10px;
}

/*--------------------------------
sp__フォトギャラリー
---------------------------------*/
.photo-gallery__block {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

/*--------------------------------
sp__ACCESS
---------------------------------*/
.access__map iframe {
  height: 300px;
}

.access__map-img-blck {
  margin-top: 10px;
  padding: 0 20px;
  }

.access__map-img {
  flex: 0 0 33%;
}

/*--------------------------------
sp__フッター
---------------------------------*/
.footer__txt {
  padding-left: 0;
  font-size: 12px;
}

}

/*--------------------------------
ハンバーガーメニュー
---------------------------------*/
.hamburger,
.hamburger-menu { 
  display: none;
 }

@media (max-width: 767px) {
  .nav { 
    display: none;
    
   }

  .sp-nav { 
    display: block;
    position: fixed;
    top: calc(env(safe-area-inset-top, 0px) + 10px);   /* ノッチ対策 */
    right: calc(env(safe-area-inset-right, 0px) + 12px);
    left: auto;
  }

  .hamburger {
    display: block;
    width: 44px;
    height: 44px;
    position: relative;
    margin: 0;
    background: transparent;
    border: 0; 
    cursor: pointer;
  }

  .hamburger__line,
  .hamburger__line::before,
  .hamburger__line::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
  }
  
  .hamburger__line { 
    top: 50%; 
    transform: 
    translateY(-50%);
   }

  .hamburger__line::before { 
    top: -8px;
   }

  .hamburger__line::after  { 
    top:  8px;
   }


  /* オーバーレイ（閉じている時は非表示） */
   .sp-menu{
    position: fixed; inset: 0;
    background: rgba(0,0,0,.32);
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity .25s ease;
    z-index: 1000;
  }
  .js-header.js-active .sp-menu{
    opacity: 1; visibility: visible; pointer-events: auto;
  }

  /* メニュー本体：右からスライドイン */
  .hamburger-menu{
    position: absolute; top: 0; right: 0; height: 100%;
    width: min(70%, 260px);
    background: #fff;
    box-shadow: -8px 0 16px rgba(0,0,0,.08);
    transform: translateX(100%);  
    transition: transform .6s ease-out; 
    will-change: transform;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
  }

  .hamburger-menu.is-menu-open{
    transform: translateX(0); 
  }


  .hamburger-menu__list { 
    display:flex; 
    flex-direction: column; 
    gap: 8px; 
    padding-top: 40px;
   }

  .hamburger-menu__item {
    font-size: 18px;
    font-weight: 800;
    }

  .hamburger-menu__item a { 
    display: block; 
    padding: 16px 0; 
    text-align: center;
   }

  .hamburger-menu__close {
    position: absolute; 
    top: 8px; 
    right: 8px;
    width: 40px; 
    height: 40px; 
    border: 0; 
    background: transparent; 
    cursor: pointer;
  }

  .hamburger-menu__close::before,
  .hamburger-menu__close::after {
    content: ""; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    width: 30px; 
    height: 2px; 
    background:#000; 
    transform-origin:center;
  }

  .hamburger-menu__close::before { 
    transform: translate(-50%,-50%) rotate(45deg);
   }

  .hamburger-menu__close::after  { 
    transform: translate(-50%,-50%) rotate(-45deg); }

  /* 開いたとき（JSが .js-header に js-active、.js-menu に is-menu-open を付与） */
  .js-header.js-active .sp-menu { 
    display: block;
   }

  .hamburger-menu.is-menu-open  { 
    transform: translateX(0);
   }

  .js-header.js-active 
  .hamburger__line::before { 
    transform: translateY(8px) rotate(45deg);
   }

  .js-header.js-active 
  .hamburger__line::after  { 
    transform: translateY(-8px) rotate(-45deg);
   }

  .sp-menu {
  transition: opacity .25s ease, visibility .25s ease;
}

}

/*--------------------------------
追従バナー
---------------------------------*/
.fixed-banner {
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 300px;
}

.fixed-banner a img {
  display: block;
  width: 100%;
  height: auto;
}

.fixed-banner__close {
  position: absolute;
  right: 0;
  width: 25px;
  cursor: pointer;
}

.fixed-banner.is-hidden {
   display: none !important;
  }

@media (max-width: 767px) {
  .fixed-banner {
  width: 50%;
  }

.fixed-banner__close {
  top: -20px;
  width: 15%;
}

}

/*--------------------------------
モーダルウィンド
---------------------------------*/
.modal {
 margin: 0;
  padding: 0;
  border: none;
  max-width: unset;
  max-height: unset;
  max-width: none;
  z-index: 1000;
}

.modal::backdrop {
  display: none;
}

.modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .8);
}


.modal__inner {
  position: fixed;
  left: 50%;
  top: calc(50% + env(safe-area-inset-top, 0px) / 2);
  transform: translate(-50%, -50%);
  width: min(96vw, 1040px);
  height: min(92vh, 640px);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  z-index: 2;
  padding: 0 40px;
}


.modal__img {
  flex: 0 0 730px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__img img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.modal__cap {
  flex: 1;
  min-width: 0; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}
.modal__cap-nom { 
  font-size: 12px;
  color: #000;
 }


.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  width: 20px;
  border: none;
  cursor: pointer;
}

.modal__close:hover { 
  opacity: .85;
 }


/*--------------------------------
モーダルswiper
---------------------------------*/
.modal__swiper {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}

.swiper-slide {
  display: flex !important;
  gap: 24px;
  align-items: stretch;
  box-sizing: border-box;
}


.swiper-button {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  display: flex;
  z-index: 3;
  gap: 60px;
}

/* デフォルト矢印を消す */
.modal__swiper .swiper-button-prev::after,
.modal__swiper .swiper-button-next::after {
  display: none;
}

.modal__swiper .swiper-button-prev,
.modal__swiper .swiper-button-next {
  width: 12px;
  height: 12px;
  display: grid;
  place-items: center;
  cursor: pointer;
  position: static;
}


.modal__swiper .swiper-button-prev {
   left: 50px;
   }

.modal__swiper .swiper-button-next {
   right: 50px;

   }


.modal__swiper .swiper-button-prev img,
.modal__swiper .swiper-button-next img {
  width: 16px;
  display: block;
  pointer-events: none;
}

/* =========================
   Page scroll lock
========================= */
.is-scrollLock {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}


/*--------------------------------
sp__モーダル
---------------------------------*/

@media (max-width: 767px) {
  .modal__inner {
    position: fixed;
    left: 50%;   
    top: calc(50% + env(safe-area-inset-top, 0px) / 2);
    transform: translate(-50%, -50%);
    width: 90%; 
    height: auto;
    padding: 20px 20px 0px;
  }

  .modal__swiper { 
    height: 100%;
   }

  .swiper-slide {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 0px;
  }

  .modal__img {
    flex: 0 0 auto;
  }

  .modal__img img {
    padding-top: 50px;
    width: 100%;
    height: 100%;
    object-fit: contain; 
  }



  .modal__cap {
    flex: 0 0 auto;
    min-height: 0;       
    padding: 20px 0px 80px;             
    overflow: auto;
  }
}
