@charset "utf-8";

.room-colors {
  position: absolute;
}

body::before {
  /* background: url(../images/common/background.jpg); */
  /* background-color:#efefef; */
  background-size: cover; /* cover指定 */
  content: ""; /* 画像を表示させる為に必要*/
  display: block; /*ブロックボックスで表示*/
  position: fixed; /* 擬似要素全体を固定 */
  width: 100%; /* 横幅を画面全体 */
  height: 100vh; /* 縦幅を画面全体 */
  top: 0; /* 上からの配置を0 */
  left: 0; /* 左からの配置を0 */
  z-index: -1; /*背景画像になるように重ね順を-1*/
}

.bg-color {
  background-color: #231815;
}

.bg-spacecore {
  background-color: #f7f3ed;
}

.equipment {
  background-color: #fafafa;
}

/* .bg-entrance {
  background: url(../images/design/bg_entrance.jpg);
  background-size: cover;
}



.bg-access2 {
  background: url(../images/access/bg_access2.jpg);
  background-size: cover;
}

.bg-location {
  background: url(../images/location/bg_location.webp);
} */

.bg-access,
.bg-location {
  background-color: #f5f4f4;
}

.bg_redev {
  background-color: #bfc0c0;
}
.-mt-5 {
  margin-top: -2rem;
}

.title-color {
  color: #b5a102;
  letter-spacing: 0.4rem;
}

.title-bg-color {
  background-color: #f5f4f4;
}

/* .bg_border{
  background: linear-gradient(to top, transparent 24px, #333 24px, transparent 25px);
} */

.bg_border {
  background: linear-gradient(
    to top,
    transparent 16px,
    #b5a102 17px,
    #b5a102 25px,
    #b5a102 34px,
    transparent 35px
  );
}

.room-table {
  min-width: 600px;
}

.room-table td.room-number {
  color: #333;
  background-color: #fff;
  height: 70px;
  width: 40px;
  min-width: 40px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #333;
  margin-right: 1em;
}

.room-table td {
  padding: 1px;
  background-color: #fff;
  border: 2px solid #333;
  min-width: 60px;
}

.room-table td.bg-fa {
  background-color: #eee;
}

.room-table td.bg-none {
  background-color: #fff;
  border: none;
}

.room-table a {
  text-decoration: none;
  display: block;
  height: 72px;
  padding-top: 1em;
}

.room-table a:link {
  text-decoration: none;
}

.room-table td a:hover,
.room-table td a.selected {
  background-color: #80cbf1;
  color: #fff;
}

.btn01 {
  max-width: 600px;
  font-size: 1.5em;
}

.h-260 {
  height: 260px;
}

.h-280 {
  height: 280px;
}

.h-300 {
  height: 300px;
}

.h-340 {
  height: 340px;
}

.title-col {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  text-align: center;
  height: 55px;
  line-height: 1;
}

.title-col2 {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  text-align: center;
  height: 40px;
  line-height: 1;
}

.bdr-2 {
  border-right: 1px solid #000;
}
.title-lh {
  line-height: 0.5;
  letter-spacing: 0.15em;
}

.letter-space {
  line-height: 1;
  letter-spacing: 0.15em;
}

.letter-space-big {
  line-height: 1.8;
  letter-spacing: 0.3em;
}

.writing-v,
.writing-vw {
  writing-mode: vertical-rl;
  letter-spacing: 0.3rem;
}

.ls-short {
  letter-spacing: 0em;
  margin-top: 0.4em;
}

.lh-16 {
  line-height: 1.6;
}

.max-w-xl {
  max-width: 768px;
}

.max-w-lg {
  max-width: 600px;
}

.mw-300px {
  max-width: 300px;
}

.w-40 {
  width: 40%;
}

.h-145px {
  height: 145px;
}

.bg-plan {
  width: fit-content;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-cover {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-title {
  background-position: top left;
  background-repeat: no-repeat;
}

.bg-box {
  position: absolute;
  padding: 1em;
  top: 2em;
  left: 2em;
  color: #fff;
  max-width: 500px;
  width: 75%;
  background-color: rgb(0, 0, 0, 0.4);
}

.triangle {
  width: 16px;
  height: 20px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.overflow-break {
  min-width: 0;
  overflow-wrap: break-word;
}

.location-name {
  float: none;
}

/* .outline th{
  vertical-align: middle;
  background: #f4f4f4;
}

.outline td{
  vertical-align: middle;
  background: #fff;
} */

.bg-interior {
  background-color: rgba(0, 16, 60, 0.4);
}

.h-180 {
  max-height: 180px;
}

.w-80px {
  width: 80px;
  max-width: 80px;
}

.w-33 {
  width: 33.3333333333333%;
}

.w-harf {
  width: 50%;
}

.w-130 {
  width: 130px;
  max-width: 130px;
}

.w-150 {
  width: 150px;
  max-width: 150px;
}

.mw-200px {
  max-width: 200px;
}

.mw-120px {
  max-width: 150px;
}

.w-187px {
  width: 187px;
}

.w-270px {
  width: 270px;
}

.mw-400px {
  max-width: 400px;
}

.mw-600px {
  max-width: 600px;
}

.font-xl {
  font-size: 3rem;
}

.lh-3 {
  line-height: 1.3;
}

.lh-0 {
  line-height: 0.5;
}

.bg-black {
  background-color: #000;
}

.bg-space {
  background-color: #221815;
}

.position-lg-absolute {
  position: absolute;
}

.font-as {
  font-size: 0.6rem;
  line-height: 1.8;
}

.col-5-grid {
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-left: 15px;
}

.triangle1 {
  /*1色パターン：border-topだけに色指定*/
  border-bottom: 20px solid #000;
  border-right: 20px solid transparent;
  display: inline-block;
}

.triangle2 {
  /*1色パターン：border-bottomだけに色指定*/
  border-top: 20px solid #000;
  border-left: 20px solid transparent;
  display: inline-block;
}

.mw-roomdetail {
  max-width: 100%;
}

.w-sm-50 {
  width: 50%;
}

.location-title {
  border-left: 5px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  line-height: 1.5;
}

.lo-col-title {
  border-left: 5px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  line-height: 1.5;
}

.title-border {
  border-left: 5px solid #000;
  border-bottom: 1px dotted #000;
  text-align: center;
}

.location-h3 {
  font-size: 1.6rem;
}

/* ========== Decorated Title ========== */
.decorated-title-wrap {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-bottom: 0;
  position: relative;
  display: inline-block;
}

.decorated-title-top-bar {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  padding-top: 1rem;
}

.decorated-title-text {
  line-height: 0.3;
}

.decorated-title-bottom-bar {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 2px solid #00a0d4;
  padding-top: 0.7rem;
}

.decorated-title-deco-right-top,
.decorated-title-deco-right-bottom,
.decorated-title-deco-left-top,
.decorated-title-deco-left-bottom {
  position: absolute;
  font-size: 0.875em; /* .small */
  font-family: sans-serif;
}

.decorated-title-deco-right-top {
  top: 0.4rem;
  right: -0.5em;
}
.decorated-title-deco-right-bottom {
  bottom: 0.1rem;
  right: -0.5em;
}
.decorated-title-deco-left-top {
  top: 0.4rem;
  left: -0.5em;
}
.decorated-title-deco-left-bottom {
  bottom: 0.1rem;
  left: -0.5em;
}

.title-color {
  color: #333;
}

.section-title-text {
  color: #333;
  border-bottom: 1px solid #333;
}

/* 機器カード */
.equipment-card,
.security-card {
  background: #fff;
  padding: 1rem;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.equipment-card__image {
  margin-bottom: 1rem;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 150px;
}

.equipment-card__image img {
  width: auto;
  height: 150px;
}

.equipment-card__title {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.8rem;
}

.roomFacilities .equipment-card__title {
  border-bottom: 1px solid #333;
  padding-bottom: 0.5rem;
  font-family: "Sawarabi Mincho", "Hiragino Mincho ProN", serif;
}

.equipment-card__text {
  font-size: 1rem;
  color: #333;
  text-align: justify;
}

.security-card__title {
  border-bottom: 1px solid #333;
  padding-bottom: 0.5rem;
  font-family: "Sawarabi Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.8rem;
}

.security-card__text {
  font-size: 1rem;
  font-family: "Sawarabi Mincho", "Hiragino Mincho ProN", serif;
  color: #333;
  text-align: justify;
  margin-bottom: 1em;
}

.security-card__image {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.security-card__image img {
  width: auto;
}

.small {
  font-size: 0.75rem;
}

.bg-color {
  background-color: #5a87a6;
}

.main-catch {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

/* プレースホルダー画像用のスタイル */
.img-placeholder {
  width: 100%;
  height: 200px;
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  font-weight: bold;
  border: 1px solid #ccc;
}

.img-placeholder-sm {
  height: 150px;
}

.ex-small {
  font-size: 0.5rem;
}

.h-153px {
  height: 153px;
}

.h-200px {
  height: 200px;
}

.bg-skyblue {
  background-color: #80cbf1;
}

.bg-facility {
  background-color: #f2ebe4;
}

/* 1枚目のイメージ色 */
.title-color {
  color: #80cbf1;
}

.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.lh-16 {
  line-height: 1.6;
}

.letter-space {
  letter-spacing: 0.15em;
}

.material-box {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.vertical-text {
  writing-mode: vertical-rl;
}

.color-sample-box {
  background-color: #f8f8f8;
  padding: 15px;
  border: 1px solid #eee;
}

.room-color-table {
  background-color: #333;
  color: #fff;
  width: 100%;
  text-align: center;
}

/*------------------------max-width:1080px------------------------------------*/
@media screen and (max-width: 1080px) {
  .col-5-grid {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

/*------------------------min-width:992px------------------------------------*/
@media screen and (min-width: 992px) {
  .col-5-1 {
    flex: 0 0 20%;
  }

  .kitchen-panel {
    margin-top: -28px;
  }

  .color-position {
    top: 20px;
    right: 20px;
    width: 450px;
  }

  .bg-lg-none {
    background-image: none;
  }
}

/*------------------------max-width:991px------------------------------------*/
@media screen and (max-width: 992px) {
  .room-colors {
    position: relative;
  }
  .position-lg-absolute {
    position: relative;
  }

  .bg-lg-color {
    background-color: #231815;
  }
}

/*------------------------min-width: 768px------------------------------------*/

@media screen and (min-width: 768px) {
  .w-md-20 {
    width: 20%;
  }
  .position-md-absolute {
    position: absolute;
  }

  .text-md-white {
    color: white;
  }

  .lc_top_color {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

/*------------------------max-width: 768px------------------------------------*/
@media screen and (max-width: 768px) {
  .font-as {
    font-size: 1rem;
    line-height: 1.3;
  }

  .lc_top_color {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .col-5-grid {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .btn01 {
    font-size: 1.2em;
  }

  .title-lh {
    line-height: 1.4;
  }

  .bg-box {
    position: relative;
    color: #fff;
    max-width: 500px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 1);
  }

  .location-name {
    float: left;
  }

  .bg_border {
    /*background: none;*/
    letter-spacing: 0.2rem;
  }

  .font-xl {
    font-size: 2.5rem;
  }

  .h1.lh-harf {
    font-size: 2rem;
  }

  .font-sp {
    font-size: 0.8em;
  }

  .h-260,
  .h-280,
  .h-300,
  .h-340 {
    height: auto;
  }

  .mw-roomdetail {
    max-width: 75%;
  }
}

/*------------------------max-width: 540px------------------------------------*/
@media screen and (max-width: 540px) {
  .mw-roomdetail {
    max-width: 50%;
  }

  .w-sm-50 {
    width: 100%;
  }

  .w-sm-240px {
    width: 240px;
  }

  .w-sm-160px {
    width: 160px;
  }

  .location-h3 {
    font-size: 1.3rem;
  }

  /* .writing-v,.writing-vw {writing-mode: horizontal-tb;letter-spacing: .3rem;} */
}

/* security.html specific */
.security-main-bg {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .security-bg-woman {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background: url(../images/security/bg_woman.webp) no-repeat right bottom;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
  }
}

.table-img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.equipment-card {
  z-index: 1;
  position: relative;
}

@media screen and (min-width: 768px) {
  .border-end-md {
    border-right: 1px solid #ddd;
  }
}

.access .lead-text {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 2rem;
}

.access .main-title {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.access .railway-map-container {
  margin-bottom: 4rem;
}

.access .access-time-details {
  padding-top: 2rem;
  margin-top: 4rem;
}

.access .details-title {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #333;
  padding-bottom: 0.3rem;
  display: inline-block;
}

.access .time-list-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.access .time-list {
  flex: 1;
  list-style: none;
  padding: 0;
}

.access .time-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1rem;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 0.3rem;
}

.access .time-list li .station-info {
  display: flex;
  flex-direction: column;
}

.access .time-list li .station-name {
  font-size: 1.5rem;
}

.access .time-list li .station-name span {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}

.access .time-list li .time-info {
  text-align: right;
}

.time-info {
  min-width: 80px;
}

.time-info span {
  display: block;
}

.access .time-list li .minutes {
  font-size: 1.5rem;
}

.access .time-list li .minutes span {
  font-size: 0.7rem;
  display: inline-block;
}

.access .footnote {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #666;
  margin-top: 2rem;
}

.w-150px {
  width: 150px;
}

@media screen and (max-width: 991px) {
  .access .station-photos-row {
    flex-direction: column;
  }
  .access .station-photos-left,
  .access .station-photos-right {
    width: 100%;
  }
  .access .access-svg-overlay {
    right: 0;
  }
  .access .time-list-container {
    display: block;
  }
}

.location-fixed-bg {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50vw;
  height: 50vh;
  max-width: 600px;
  max-height: 600px;
  background: url(../images/design/mo2.svg) no-repeat right bottom;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
