#footer {
  margin-top: 6.3rem;
}
/***************************************
footer_container
***************************************/
.footer_up_side {
  background-color: #e5e2de;
  padding: 6rem 0 6.7rem;
  /* LINE QR 表示の際は削除 ↓ */
  padding-bottom: 0;
}
/*||room_container||*/
.room_container {
  margin-bottom: 5.4rem;
}
.room_block {
  margin-bottom: 3rem;
}
.room_img {
  display: block;
  width: 94.5%;
  margin: 0 auto;
}
.room_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.youtube-container {
  position: relative;
  width: 94.5%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  background: #000;
}
.youtube-container iframe {
  position: absolute;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.youtube-thumbnail {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 28px;
  background-image: url("../images/youtube_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
/*||line_container||*/
.line_container {
  width: 84%;
  margin: 0 auto;
  text-align: center;
}
.line_title_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.line_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  margin-right: 1rem;
}
.line_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.line_title {
  font-size: 2rem;
  line-height: 1;
}
.line_qrcord {
  width: 100px;
  margin: 0 auto 0.8rem;
}
.line_qrcord img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.line_name {
  font-size: 0.875rem;
  color: #000;
  text-decoration: underline;
  transition: all 0.5s;
}
.line_name:hover {
  opacity: 0.6;
  color: #000;
  transition: all 0.5s;
}
.line_bottom_txt {
  font-size: 0.75rem;
  line-height: 1.66;
  margin-top: 1.8rem;
}
/*||||*/
.footer_container {
  background-color: #464646;
  padding: 5rem 0 6rem;
}
.footer_block {
  width: 84%;
  margin: 0 auto;
  color: #fff;
}
.footer_logo {
  display: block;
  width: 150px;
  margin-bottom: 2.6rem;
}
.footer_logo img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
.footer_address {
  font-size: 0.75rem;
  line-height: 2;
  margin-bottom: 1.6rem;
}
.footer_map_txt {
  color: #fff;
  position: relative;
  text-decoration: underline;
  transition: all 0.5s;
}
.footer_map_txt:hover {
  opacity: 0.6;
  color: #fff;
  transition: all 0.5s;
}
/*.footer_map_txt::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 1px;
  left: 0;
}*/
.footer_tel {
  font-size: 1.375rem;
  margin-bottom: 2rem;
}
.footer_tel a {
  color: #fff;
  transition: all 0.5s;
}
.footer_tel a:hover {
  opacity: 0.6;
  color: #fff;
  transition: all 0.5s;
}
.footer_sns_block {
  margin-bottom: 4.7rem;
}
.footer_link_block {
  display: flex;
  margin-bottom: 2.4rem;
}
.footer_link {
  font-size: 0.625rem;
  color: #969696;
  transition: all 0.5s;
}
.footer_link:hover {
  opacity: 0.6;
  color: #969696;
  transition: all 0.5s;
}
.footer_link_block .footer_link:first-child {
  margin-right: 1.5rem;
}
.footer_copy {
  font-size: 0.6875rem;
  color: #969696;
}
/***************************************
movie_container
***************************************/
.movie_container {
  background-color: #ededea;
  padding: 6rem 0 6.7rem;
  /* LINE QR 表示の際は削除 ↓ */
  margin-bottom: 0 !important;
}
.movie_container .section_title {
  font-size: 1.5rem;
  line-height: 1.4;
}

/***************************************

***************************************/