@charset "UTF-8";
#map_canvas,
#access_map {
  width: 100%;
  height: 400px;
}

#map_canvas iframe,
#access_map iframe {
  width: 100%;
  height: 100%;
}

#map_canvas table .logo_img {
  width: 300px;
  height: 26px;
}

@media screen and (max-width: 989px) {
  #map_canvas table .logo_img {
    width: 100%;
  }
}

#map_canvas table th,
#map_canvas table td {
  border: none;
  padding: 10px 0px;
}

#map_canvas table td {
  padding-top: 5px;
}

#map_canvas table td.lh120 {
  padding-bottom: 0;
}

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

.section .anchorList {
  margin: 30px 0 0px;
}

.planMainBlock img {
  margin: 0 auto 20px;
  display: block;
}

/*電車*/
.bgGray {
  display: flex;
  margin: 40px 0 30px;
  padding: 15px 20px 0;
}

.bgGray ul {
  width: 50%;
  margin: 0 0 15px;
}

.bgGray ul li {
  background: none;
}

.planMainBlock {
  position: relative;
}

.planMainBlock .btnS {
  position: absolute;
  right: 42px;
  top: 30px;
}

#sec_jr .planMainBlock h3 {
  margin: 40px 0 30px;
  text-align: center;
  font-size: 2.1rem;
}

#sec_jr .planMainBlock .btnS {
  position: static;
}

@media screen and (max-width: 989px) {
  #sec_jr .planMainBlock .btnS {
    margin-left: 0;
  }
}

.access_box {
  margin: 30px 0 0;
}

.access_box dl {
  display: inline-block;
  vertical-align: top;
  margin: 0 22px 30px 0;
  width: 200px;
  font-size: 1.3rem;
}

@media screen and (max-width: 989px) {
  .access_box dl {
    margin: 0 0 20px;
    width: 100%;
  }
}

.access_box dl:nth-child(4n) {
  margin-right: 0;
}

.access_box dt {
  position: relative;
  margin-bottom: 12px;
}

.access_box dt img {
  margin-bottom: 0;
}

.access_box dt:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid #d2c878;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 45%;
  right: -19px;
}

@media screen and (max-width: 989px) {
  .access_box dt:after {
    content: none;
  }
}

.access_box dl:nth-child(4n) dt:after {
  content: none;
}

.access_box dl dd strong {
  display: block;
  margin-bottom: 5px;
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 989px) {
  #map_canvas_out .roomTopBlock .titleBlock {
    display: flex;
    flex-direction: column;
  }
  #map_canvas_out .roomTopBlock .titleBlock .imgBlock {
    order: 3;
  }
  #map_canvas_out .roomTopBlock .titleBlock .anchorList {
    order: 4;
  }
  #map_canvas_out .roomTopBlock .btnM.sp {
    margin-bottom: 15px;
  }
  .logo_img {
    width: 250px;
  }
  .roomTopBlock .titleBlock .imgBlock {
    width: 100%;
  }
  .planMainBlock .btnS {
    position: static;
    max-width: 100%;
  }
  .planMainBlock img {
    margin: 0;
    width: 100%;
  }
}

@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;
  }
}

.planMainBlock h3 {
  margin: 35px 0 15px;
  font-size: 1.8rem;
}

.planMainBlock h3:first-child {
  margin-top: 0;
}

.planMainBlock p {
  margin-bottom: 20px;
}

.planMainBlock p + .disc {
  margin-top: -20px;
}

.planMainBlock .disc li {
  font-size: 1.4rem;
}

.planMainBlock .disc li::before {
  content: '・';
}

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

.planMainBlock .imgBlock p {
  margin-top: 10px;
}

.tableWrap table {
  margin-bottom: 20px;
}

.tableWrap + p + p {
  margin-bottom: 0;
}

/* YouTube */
div.section.YouTube {
  padding: 0;
  margin-bottom: 50px;
  background: #24272a;
  text-align: center;
}

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

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 */
  div.section.YouTube {
    padding: 0;
    margin-bottom: 30px;
  }
  .videoModal {
    height: calc(100% - 110px);
    padding: 55px 0;
  }
}

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