@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
.east_ikebukuro_royal {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  max-width: 100vw;
  min-height: 100vh;
  color: #333333;
  font-size: 16px;
  overflow: hidden;
}
.east_ikebukuro_royal * {
  box-sizing: border-box;
}
.east_ikebukuro_royal img,
.east_ikebukuro_royal svg {
  max-width: 100%;
  vertical-align: bottom;
}
.east_ikebukuro_royal a {
  color: #333;
  text-decoration: none;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  transition: 0.3s linear;
  backface-visibility: hidden;
}
.east_ikebukuro_royal a.tel_link {
  pointer-events: none;
}
.east_ikebukuro_royal a:hover {
  opacity: 0.8;
}
.east_ikebukuro_royal main {
  display: block;
}
.east_ikebukuro_royal table {
  border-collapse: collapse;
  border-spacing: 0;
}
.east_ikebukuro_royal * {
  box-sizing: border-box;
}
.east_ikebukuro_royal .inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.east_ikebukuro_royal .s_inner {
  width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.east_ikebukuro_royal .mt_l {
  margin-top: 100px;
}
.east_ikebukuro_royal .mt_m {
  margin-top: 60px;
}
.east_ikebukuro_royal .mt_s {
  margin-top: 20px;
}
.east_ikebukuro_royal .fz_l {
  font-size: 1.2em;
}
.east_ikebukuro_royal .fz_s {
  font-size: 0.8em;
}
.east_ikebukuro_royal .ta_center {
  text-align: center;
}
.east_ikebukuro_royal .fwb {
  font-weight: bold;
}
.east_ikebukuro_royal .font_libre {
  font-family: "Libre Baskerville", serif;
}
.east_ikebukuro_royal .font_serif {
  font-family: "Noto Serif JP", serif;
}
.east_ikebukuro_royal .c_red {
  color: #df1616;
}
.east_ikebukuro_royal .btn_more a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 60px;
  color: #F1851A;
  font-weight: bold;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.east_ikebukuro_royal .btn_more a::before {
  position: absolute;
  content: "";
  display: block;
  width: 37px;
  height: 38px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/ico_arrow.svg) no-repeat center top/contain;
  transition: 0.3s;
}
.east_ikebukuro_royal .btn_more a:hover::before {
  transform: translateY(-50%) scale(1.15);
}
.east_ikebukuro_royal .btn_block a {
  width: 429px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  background-color: #F1851A;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
}
.east_ikebukuro_royal .btn_block a::before {
  position: absolute;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: url(../img/ico_arrow_w.svg) no-repeat center top/contain;
  transition: 0.3s;
}
.east_ikebukuro_royal .btn_block a:hover {
  background-color: #fd9d3d;
  opacity: 1;
}
.east_ikebukuro_royal .btn_block a:hover::before {
  transform: translateY(-50%) translateX(6px);
}
.east_ikebukuro_royal .to_top {
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 1000;
  display: none;
}
.east_ikebukuro_royal .to_top a img {
  width: 70px;
}
.east_ikebukuro_royal .header {
  background-color: #fff;
  width: 100%;
  height: 6.5625vw;
  min-height: 100px;
  z-index: 100;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
}
.east_ikebukuro_royal .header .header_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 2.5vw;
  align-items: center;
  gap: 0.15625vw;
}
.east_ikebukuro_royal .header .header_wrap .logo_wrap {
  width: 22.7083333333vw;
  min-width: 350px;
}
.east_ikebukuro_royal .header .header_list {
  display: flex;
  width: 70.3125vw;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
  gap: 3.90625vw;
}
.east_ikebukuro_royal .header .header_nav {
  width: 100%;
}
.east_ikebukuro_royal .header .header_nav nav {
  height: 100%;
}
.east_ikebukuro_royal .header .header_nav ul {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 2.34375vw;
  align-items: center;
}
.east_ikebukuro_royal .header .header_nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #2D1508;
  position: relative;
  font-size: clamp(15px, 0.9375vw, 18px);
  height: 3.3854166667vw;
}
.east_ikebukuro_royal .header .header_nav ul li a::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2D1508;
  transition: 0.3s;
}
.east_ikebukuro_royal .header .header_nav ul li a:hover::before {
  width: 95%;
}
.east_ikebukuro_royal .header .header_reserve {
  background-color: #F1851A;
  height: 100%;
  transition: 0.3s;
}
.east_ikebukuro_royal .header .header_reserve a {
  display: flex;
  flex-direction: column;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 13.6458333333vw;
  min-width: 180px;
  height: 100%;
}
.east_ikebukuro_royal .header .header_reserve a .reserve_tit {
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: bold;
}
.east_ikebukuro_royal .header .header_reserve:hover {
  background-color: #fd9d3d;
}
.east_ikebukuro_royal .header .header_reserve:hover a {
  opacity: 1;
}
.east_ikebukuro_royal .pagination_common {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.east_ikebukuro_royal .pagination_common .swiper-pagination-bullet {
  background-color: #FFFFFF;
  opacity: 1;
  width: 7px;
  height: 7px;
  margin: 0 4px;
  transition: 0.3s;
}
.east_ikebukuro_royal .pagination_common .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
}
.east_ikebukuro_royal .iframe_wrap iframe {
  width: 100%;
}
.east_ikebukuro_royal .mv {
  position: relative;
  width: 100%;
}
.east_ikebukuro_royal .mv .iframe_wrap iframe {
  height: 694px;
}
.east_ikebukuro_royal .mv::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
  background-color: #000000;
  z-index: 2;
  pointer-events: none;
}
.east_ikebukuro_royal .mv .tit_wrap {
  position: absolute;
  left: 76px;
  top: 40%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
}
.east_ikebukuro_royal .mv .tit_wrap h2 {
  font-size: 40px;
}
.east_ikebukuro_royal .mv .tit_wrap p {
  font-size: 18px;
  margin-top: 40px;
}
.east_ikebukuro_royal .mv .mv_slide .swiper_wrap {
  width: 100%;
  position: relative;
}
.east_ikebukuro_royal .mv .mv_slide .swiper_wrap .swiper-pagination {
  position: absolute;
  right: 40px;
  left: auto;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
}
.east_ikebukuro_royal .about_top {
  width: 1008px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-right: 24px;
}
.east_ikebukuro_royal .about_top .flex_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.east_ikebukuro_royal .about_top .flex_wrap .map_wrap {
  width: 548px;
  position: relative;
}
.east_ikebukuro_royal .about_top .flex_wrap .map_wrap .hotel {
  position: absolute;
  width: 290px;
  left: 70px;
  top: 3px;
  z-index: 1;
}
.east_ikebukuro_royal .about_top .flex_wrap .text_wrap {
  width: 422px;
}
.east_ikebukuro_royal .about_top .flex_wrap .text_wrap h2 {
  color: #F1851A;
  font-size: 58px;
}
.east_ikebukuro_royal .about_top .flex_wrap .text_wrap .text {
  color: #2D1508;
  font-size: 26px;
  margin-top: 10px;
}
.east_ikebukuro_royal .about_top .flex_wrap .text_wrap .text span {
  color: #F1851A;
}
.east_ikebukuro_royal .about_top .flex_wrap .text_wrap .text span.fz_l {
  font-size: 36px;
  color: #137A5E;
}
.east_ikebukuro_royal .about_top .flex_wrap .text_wrap .detail {
  color: #5A5A5A;
  margin-top: 30px;
}
.east_ikebukuro_royal .tit_common .tit_main {
  color: #F1851A;
  font-size: 58px;
  font-family: "Libre Baskerville", serif;
  line-height: 1.2;
}
.east_ikebukuro_royal .tit_common h2 {
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
}
.east_ikebukuro_royal .plan_top {
  margin-top: 120px;
}
.east_ikebukuro_royal .plan_top .plan_wrap {
  margin-top: 60px;
  width: 984px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.east_ikebukuro_royal .plan_top .plan_wrap .box {
  width: 328px;
  padding-left: 12px;
  padding-right: 12px;
}
.east_ikebukuro_royal .plan_top .plan_wrap .box p {
  margin-top: 15px;
  color: #5A5A5A;
}
.east_ikebukuro_royal .plan_top .btn_block {
  margin-top: 30px;
}
.east_ikebukuro_royal .content_wrap .flex_wrap {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.east_ikebukuro_royal .content_wrap .flex_wrap .img_wrap {
  max-width: 676px;
}
.east_ikebukuro_royal .content_wrap .flex_wrap .img_wrap img {
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}
.east_ikebukuro_royal .content_wrap .flex_wrap .content_text {
  width: 375px;
}
.east_ikebukuro_royal .content_wrap .flex_wrap .content_text .text {
  font-weight: bold;
  color: #2D1508;
  font-size: 20px;
  margin-top: 40px;
  font-family: "Noto Serif JP", serif;
}
.east_ikebukuro_royal .content_wrap .flex_wrap .content_text .detail {
  margin-top: 30px;
  color: #5A5A5A;
}
.east_ikebukuro_royal .content_wrap .flex_wrap .content_text .btn_more {
  margin-top: 45px;
}
.east_ikebukuro_royal .content_wrap .flex_wrap .content_text .btn_more a {
  margin-left: 0;
}
.east_ikebukuro_royal .content_wrap .flex_wrap .content_text .content_dl {
  margin-top: 25px;
}
.east_ikebukuro_royal .content_wrap .flex_wrap .content_text .content_dl dl .dl_flex {
  display: flex;
  gap: 5px;
}
.east_ikebukuro_royal .content_wrap .flex_wrap .content_text .content_dl dl .dl_flex dt,
.east_ikebukuro_royal .content_wrap .flex_wrap .content_text .content_dl dl .dl_flex dd {
  padding-top: 15px;
  padding-bottom: 15px;
}
.east_ikebukuro_royal .content_wrap .flex_wrap .content_text .content_dl dl .dl_flex dt {
  width: 110px;
  text-align: center;
  border-bottom: 1px solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
}
.east_ikebukuro_royal .content_wrap .flex_wrap .content_text .content_dl dl .dl_flex dd {
  width: 257px;
  padding-left: 14px;
  border-bottom: 1px solid #D2CDCD;
}
.east_ikebukuro_royal .content_wrap.reverse .flex_wrap {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.east_ikebukuro_royal .content_wrap.content_slider .flex_wrap {
  padding-right: 40px;
  max-width: 1780px;
  justify-content: space-between;
  margin-left: 0;
}
.east_ikebukuro_royal .content_wrap.content_slider .flex_wrap .slide_wrap,
.east_ikebukuro_royal .content_wrap.content_slider .flex_wrap .iframe_wrap {
  width: calc(100% - 435px);
  min-width: 780px;
  height: 500px;
  position: relative;
}
.east_ikebukuro_royal .content_wrap.content_slider .flex_wrap .slide_wrap iframe,
.east_ikebukuro_royal .content_wrap.content_slider .flex_wrap .iframe_wrap iframe {
  height: 500px;
}
.east_ikebukuro_royal .content_wrap.content_slider .flex_wrap .slide_wrap .swiper_wrap,
.east_ikebukuro_royal .content_wrap.content_slider .flex_wrap .iframe_wrap .swiper_wrap {
  width: 1500px;
  position: absolute;
  right: 0;
  top: 0;
}
.east_ikebukuro_royal .content_wrap.content_slider .flex_wrap .slide_wrap .swiper_wrap .img_wrap,
.east_ikebukuro_royal .content_wrap.content_slider .flex_wrap .iframe_wrap .swiper_wrap .img_wrap {
  max-width: 100%;
}
.east_ikebukuro_royal .content_wrap.content_slider .flex_wrap .slide_wrap .swiper_wrap .img_wrap img,
.east_ikebukuro_royal .content_wrap.content_slider .flex_wrap .iframe_wrap .swiper_wrap .img_wrap img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.east_ikebukuro_royal .content_wrap.content_slider .flex_wrap .slide_wrap .swiper-pagination,
.east_ikebukuro_royal .content_wrap.content_slider .flex_wrap .iframe_wrap .swiper-pagination {
  position: absolute;
  right: -50px;
  left: auto;
  top: 25px;
  transform: rotate(90deg);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: 0.3s;
}
.east_ikebukuro_royal .content_wrap.content_slider .flex_wrap .slide_wrap .swiper-pagination .swiper-pagination-bullet,
.east_ikebukuro_royal .content_wrap.content_slider .flex_wrap .iframe_wrap .swiper-pagination .swiper-pagination-bullet {
  background-color: #C2C2C2;
}
.east_ikebukuro_royal .content_wrap.content_slider .flex_wrap .slide_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.east_ikebukuro_royal .content_wrap.content_slider .flex_wrap .iframe_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8E8E8E;
}
.east_ikebukuro_royal .content_wrap.content_slider .flex_wrap.in_iframe .slide_wrap {
  width: 100%;
}
.east_ikebukuro_royal .content_wrap.content_slider.reverse .flex_wrap {
  padding-right: 0;
}
.east_ikebukuro_royal .content_wrap.content_slider.reverse .flex_wrap .slide_wrap .swiper_wrap {
  right: auto;
  left: 0;
}
.east_ikebukuro_royal .content_wrap.content_slider.reverse .flex_wrap .slide_wrap .swiper_wrap .swiper-pagination {
  right: auto;
  left: -50px;
}
.east_ikebukuro_royal .content_wrap.spa_top {
  margin-top: 85px;
}
.east_ikebukuro_royal .content_wrap.spa_top .flex_wrap .iframe_wrap {
  min-width: unset;
}
.east_ikebukuro_royal .content_wrap.content01 {
  margin-top: 115px;
}
.east_ikebukuro_royal .content_wrap.content01 .flex_wrap {
  max-width: 1352px;
  padding-left: 196px;
  gap: 105px;
}
.east_ikebukuro_royal .content_wrap.content01 .flex_wrap .img_wrap {
  position: relative;
  z-index: 1;
}
.east_ikebukuro_royal .content_wrap.content01 .flex_wrap .img_wrap::before {
  position: absolute;
  content: "";
  display: block;
  width: 1005px;
  height: 450px;
  left: -45px;
  bottom: -56px;
  background-color: #FFF9F2;
  z-index: -1;
}
.east_ikebukuro_royal .content_wrap.content02 {
  margin-top: 160px;
}
.east_ikebukuro_royal .content_wrap.content02 .flex_wrap {
  max-width: 1312px;
  padding-right: 176px;
  gap: 60px;
}
.east_ikebukuro_royal .content_wrap.content02 .flex_wrap .img_wrap {
  position: relative;
  z-index: 1;
}
.east_ikebukuro_royal .content_wrap.content02 .flex_wrap .img_wrap::before {
  position: absolute;
  content: "";
  display: block;
  width: 925px;
  height: 450px;
  right: 55px;
  bottom: -53px;
  background-color: #FFF9F2;
  z-index: -1;
}
.east_ikebukuro_royal .content_wrap.access_top {
  margin-top: 180px;
}
.east_ikebukuro_royal .content_wrap.access_top .flex_wrap {
  width: 100%;
  padding-left: 196px;
  gap: 50px;
}
.east_ikebukuro_royal .content_wrap.access_top .flex_wrap .map_wrap {
  width: calc(100% - 425px);
}
.east_ikebukuro_royal .content_wrap.access_top .flex_wrap .map_wrap iframe {
  width: 100%;
  height: 490px;
}
.east_ikebukuro_royal .content_wrap.access_top .flex_wrap .content_text .map_more {
  margin-top: 10px;
  padding-left: 30px;
  position: relative;
  color: #5A5A5A;
}
.east_ikebukuro_royal .content_wrap.access_top .flex_wrap .content_text .map_more::before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 19px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(https://east.ikebukuro-royalhotel.com/rakuten/assets/img/ico_map.svg) no-repeat center top/contain;
}
.east_ikebukuro_royal.iframe_contents .spa_top {
  margin-top: 0;
}
.east_ikebukuro_royal .reserve_footer {
  margin-top: 160px;
  position: relative;
  background: url(https://east.ikebukuro-royalhotel.com/rakuten/assets/img/bg_reservation.jpg) no-repeat center top/cover;
  padding-top: 75px;
  padding-bottom: 75px;
  color: #fff;
}
.east_ikebukuro_royal .reserve_footer .reserve_wrap {
  position: relative;
  z-index: 2;
}
.east_ikebukuro_royal .reserve_footer::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: #F1851A;
  opacity: 0.8;
  z-index: 1;
}
.east_ikebukuro_royal .reserve_footer .tit_wrap {
  text-align: center;
}
.east_ikebukuro_royal .reserve_footer .tit_wrap .tit_main {
  font-size: 58px;
}
.east_ikebukuro_royal .reserve_footer .btn_wrap {
  display: flex;
  gap: 11px;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  margin-top: 40px;
}
.east_ikebukuro_royal .reserve_footer .btn_wrap .reserve_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 354px;
  height: 76px;
  background-color: #fff;
  font-size: 18px;
  color: #F1851A;
  position: relative;
}
.east_ikebukuro_royal .reserve_footer .btn_wrap .reserve_btn a span {
  position: relative;
  display: block;
  padding-left: 50px;
}
.east_ikebukuro_royal .reserve_footer .btn_wrap .reserve_btn a span::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.east_ikebukuro_royal .reserve_footer .btn_wrap .reserve_btn.room a span::before {
  width: 27px;
  height: 21px;
  background: url(https://east.ikebukuro-royalhotel.com/rakuten/assets/img/ico_room.svg) no-repeat center top/contain;
}
.east_ikebukuro_royal .reserve_footer .btn_wrap .reserve_btn.plan a span::before {
  width: 21px;
  height: 17px;
  background: url(https://east.ikebukuro-royalhotel.com/rakuten/assets/img/ico_plan.svg) no-repeat center top/contain;
}
.east_ikebukuro_royal .reserve_footer .tel_wrap {
  width: 720px;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
  align-items: center;
}
.east_ikebukuro_royal .reserve_footer .tel_wrap p {
  font-size: 20px;
}
.east_ikebukuro_royal .reserve_footer .tel_wrap p a {
  font-size: 37px;
  color: #fff;
}
.east_ikebukuro_royal .footer {
  background-color: #FFF9F2;
  padding-top: 70px;
  padding-bottom: 15px;
  color: #2D1508;
}
.east_ikebukuro_royal .footer .footer_wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 150px;
}
.east_ikebukuro_royal .footer .footer_wrap .footer_text {
  width: 436px;
}
.east_ikebukuro_royal .footer .footer_wrap .footer_text .logo_wrap {
  width: 100%;
}
.east_ikebukuro_royal .footer .footer_wrap .footer_text h3 {
  margin-top: 35px;
  font-weight: bold;
}
.east_ikebukuro_royal .footer .footer_wrap .footer_text .address {
  margin-top: 12px;
}
.east_ikebukuro_royal .footer .footer_wrap .footer_text .tel {
  margin-top: 12px;
}
.east_ikebukuro_royal .footer .footer_wrap .footer_text .sns_wrap {
  margin-top: 35px;
}
.east_ikebukuro_royal .footer .footer_wrap .footer_text .sns_wrap img {
  width: 35px;
}
.east_ikebukuro_royal .footer .footer_wrap .footer_nav_area {
  width: 440px;
}
.east_ikebukuro_royal .footer .footer_wrap .footer_nav_area .footer_nav_wrap {
  display: flex;
  justify-content: space-between;
}
.east_ikebukuro_royal .footer .footer_wrap .footer_nav_area .footer_nav_wrap .footer_nav li + li {
  margin-top: 15px;
}
.east_ikebukuro_royal .footer .footer_wrap .footer_nav_area .footer_nav_wrap .footer_nav li a {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.east_ikebukuro_royal .footer .footer_wrap .footer_nav_area .footer_nav_wrap .footer_nav li a::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2D1508;
  transition: 0.3s;
}
.east_ikebukuro_royal .footer .footer_wrap .footer_nav_area .footer_nav_wrap .footer_nav li a:hover::before {
  width: 95%;
}
.east_ikebukuro_royal .footer .footer_wrap .footer_nav_area .west_btn {
  margin-top: 70px;
}
.east_ikebukuro_royal .footer .footer_wrap .footer_nav_area .west_btn a {
  width: 440px;
  padding-right: 25px;
  background-color: #137A5E;
}
.east_ikebukuro_royal .footer .footer_wrap .footer_nav_area .west_btn a:hover {
  background-color: #39b08f;
}
.east_ikebukuro_royal .footer .footer_wrap .footer_nav_area .west_btn a::before {
  right: 20px;
}
.east_ikebukuro_royal .footer .copy {
  font-size: 14px;
  color: #5A5A5A;
  text-align: center;
}
.east_ikebukuro_royal .mv_under {
  position: relative;
  width: 100%;
}
.east_ikebukuro_royal .mv_under::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
  background-color: #000000;
  z-index: 2;
  pointer-events: none;
}
.east_ikebukuro_royal .mv_under .tit_wrap {
  position: absolute;
  left: 76px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
}
.east_ikebukuro_royal .mv_under .tit_wrap .tit_main {
  font-size: 58px;
  line-height: 1.2;
}
.east_ikebukuro_royal .mv_under .tit_wrap h1 {
  margin-top: 10px;
}
.east_ikebukuro_royal.page_rooms .header .header_nav ul li.rooms a::before, .east_ikebukuro_royal.page_entertain .header .header_nav ul li.entertain a::before, .east_ikebukuro_royal.page_access .header .header_nav ul li.access a::before {
  width: 95%;
}
.east_ikebukuro_royal .under_lead {
  margin-top: 120px;
  text-align: center;
  font-size: 26px;
  line-height: 1.8;
  color: #2D1508;
}
.east_ikebukuro_royal .under_lead span {
  font-size: 20px;
}/*# sourceMappingURL=east_ikebukuro_royal_common.css.map */