@charset "UTF-8";
/* ::::::::::::::::::::::::::::::::: アクセス ::::::::::::::::::::::::::::::::: */
.roomTopBlock .img {
  padding: 10px;
}

@media screen and (max-width: 989px) {
  .roomTopBlock .img {
    padding: 5px;
  }
}

.roomTopBlock .img img {
  max-width: 100%;
}

.roomTopBlock .googlemap {
  box-sizing: border-box;
  width: 100%;
  height: 500px;
  padding: 0 10px 10px;
}

@media screen and (max-width: 989px) {
  .roomTopBlock .googlemap {
    height: 320px;
    padding: 0 5px 5px;
  }
}

.roomTopBlock .googlemap #map_canvas {
  background: #000;
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 989px) {
  .roomTopBlock .googlemap #map_canvas {
    height: 320px;
  }
}

.roomTopBlock .googlemap + .note {
  margin-bottom: -1.5em;
  padding-right: 10px;
  text-align: right;
  color: #888;
  font-size: 1.2rem;
}

@media screen and (max-width: 989px) {
  .roomTopBlock .titleBlock {
    display: flex;
    flex-direction: column;
  }
}

.roomTopBlock .titleBlock .imgBlock {
  width: 260px;
}

@media screen and (max-width: 989px) {
  .roomTopBlock .titleBlock .imgBlock {
    order: 1;
  }
}

.roomTopBlock .titleBlock .title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 989px) {
  .roomTopBlock .titleBlock .title {
    margin-bottom: 5px;
  }
}

.roomTopBlock .titleBlock p + p {
  margin-top: 1.5em;
}

@media screen and (max-width: 989px) {
  .roomTopBlock .titleBlock p + p {
    margin-top: 1em;
  }
}

.section .tabListL li.active a {
  position: relative;
  background: #638fa2;
  overflow: visible;
}

.section .tabListL li.active a::after {
  content: "";
  background: #638fa2;
  width: 8px;
  height: 8px;
  left: 0;
  bottom: -3px;
  right: 0;
  z-index: 1;
  transform: rotate(45deg);
  margin: 0 auto;
  position: absolute;
}

.section .tabListL li a {
  display: block;
}

@media screen and (max-width: 989px) {
  .section .tabListL li a {
    display: flex;
    padding: 5px 5px;
  }
}

.planMainBlock {
  margin-bottom: 0;
}

.planMainBlock .imgBlock {
  display: block;
  max-width: 640px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 989px) {
  .planMainBlock .imgBlock {
    margin-top: -20px;
  }
}

.planMainBlock .imgBlock p {
  margin: 10px 0 0;
}

.section .map_table {
  border-collapse: collapse;
  width: 150px;
}

.section .map_table.wide {
  width: auto;
}

.section .map_table th,
.section .map_table td {
  border: none;
  padding: 10px 0px;
}

.section .map_table td {
  padding-top: 5px;
}

@media screen and (max-width: 989px) {
  .freeArea .imgBlock {
    position: relative;
    padding-top: 20px;
    overflow: visible;
  }
  .imgBlock .mapBtn {
    position: absolute;
    top: 10px;
    left: -5px;
    opacity: 0.8;
  }
  .cboxPhoto {
    width: 480px !important;
    height: auto !important;
  }
}

.accessBlock {
  padding: 40px;
}

@media screen and (max-width: 989px) {
  .accessBlock {
    padding: 25px 5% 25px;
  }
}

.accessBlock h3 {
  margin: 0 0 15px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 989px) {
  .accessBlock h3 {
    margin: 0 0 10px;
  }
}

.accessBlock p {
  margin: 0 0 30px;
}

@media screen and (max-width: 989px) {
  .accessBlock p {
    margin: 0 0 20px;
  }
}

.accessBlock p:last-child {
  margin-bottom: 0;
}

.accessBlock .tableWrap table {
  margin-bottom: 15px;
}

@media screen and (max-width: 989px) {
  .accessBlock .tableWrap table {
    width: 800px;
  }
}

.accessBlock .tableWrap table th {
  width: 40%;
}

.accessBlock .tableWrap table th:first-child {
  width: 20%;
}

.accessBlock .tableWrap table td {
  vertical-align: top;
}

.accessBlock .tableWrap table tr:last-child th {
  text-align: center;
}

.movieBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 40px;
}

@media screen and (max-width: 989px) {
  .movieBlock {
    display: block;
    padding: 30px 5%;
  }
}

/* YouTube */
div.section.YouTube {
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 989px) {
  div.section.YouTube {
    width: 100%;
  }
  div.section.YouTube + .YouTube {
    margin-top: 25px;
  }
}

div.section.YouTube .inner {
  background: #24272a;
  margin-bottom: 0;
}

div.section.YouTube img {
  vertical-align: top;
  margin-bottom: 0;
}

div.section.YouTube .title {
  margin: 10px 0 0;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

div.section.YouTube p.inner a {
  position: relative;
  display: block;
}

div.section.YouTube p.inner a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0), rgba(34, 34, 34, 0.25) 50%, rgba(34, 34, 34, 0.35));
}

div.section.YouTube p.inner a span.img img {
  transition: all 0.8s ease;
}

div.section.YouTube p.inner a:hover span.img img {
  transform: scale(1.07);
  opacity: 0.8;
}

div.section.YouTube p.inner span.mark {
  position: absolute;
  width: 110px;
  padding: 100px 0 0;
  background: url(../../img/top/mark_video.svg) no-repeat center top;
  background-size: 90px 90px;
  color: #FFF;
  z-index: 20;
  font-size: 1.3rem;
  left: 0;
  top: 50%;
  right: 0;
  margin: 0 auto;
  transform: translateY(-47%);
}

.videoModal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1500;
  background: #000;
  display: none;
}

.videoModal button {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 1501;
  background: none;
}

@media screen and (max-width: 989px) {
  /* YouTube */
  .videoModal {
    height: calc(100% - 110px);
    padding: 55px 0;
  }
}

.videoModal iframe {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
