@charset "UTF-8";
.main_visual_wrap {
  background-image: url(../../img/forest/main_visual.webp);
}
.main_visual_wrap h2.main_logo {
  margin-bottom: 0;
}
.main_visual_wrap h2.main_logo img {
  height: 260px;
}

@media (max-width: 767px) {
  .main_visual_wrap h2.main_logo {
    margin-bottom: 0;
  }
  .main_visual_wrap h2.main_logo img {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .main_visual_wrap {
    background-image: url(../../img/forest/main_visual_sp.webp);
  }
}

.main_visual_wrap p.main_catch strong {
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .main_visual_wrap p.main_catch strong {
    font-size: 1.1rem;
  }
}

.bread_2 br {
  display: none;
}

@media (min-width: 1025px) {
  .s_plan_mv {
    display: block;
  }
}

@media (max-width: 1024px) {
  .s_plan_mv {
    display: none;
  }
}

.sec_title {
  margin-bottom: 50px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.75rem;
  line-height: 1.6;
  color: #222222;
  text-align: center;
}
.sec_title.-first {
  margin-top: 50px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .sec_title {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .sec_title {
    font-size: 1.3rem;
    line-height: 2rem;
    margin-bottom: 30px;
  }
}

#special {
  overflow: hidden;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  #special {
    margin-bottom: 40px;
  }
}

#special .slick_container {
  margin-bottom: 60px;
}

/* room_type */
#room_type {
  border-top: 1px solid #DDDDDD;
  overflow: hidden;
  width: 100%;
  padding: 65px 0 80px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #room_type {
    padding: 40px 0 60px;
  }
}

@media (max-width: 767px) {
  #room_type {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
  }
}

#room_type p.sub_ttl {
  margin-bottom: 55px;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  color: #444444;
  text-align: center;
}

#room_type .pd_btn_wrap .plan_detail_btn2 {
  margin: 0 auto;
}

#room_type .slick-prev {
  top: 47%;
  left: 130px;
  /* 任意の値 */
}

@media (min-width: 768px) and (max-width: 1024px) {
  #room_type .slick-prev {
    left: 20px;
  }
}

@media (max-width: 767px) {
  #room_type .slick-prev {
    background: url(../../img/common/btn_prev_w.svg) no-repeat center;
    background-size: cover;
    top: 28%;
    left: 10px;
    z-index: 1;
  }
  #room_type .slick-prev img {
    display: none;
  }
}

#room_type .slick-next {
  top: 47%;
  right: 130px;
  /* 任意の値 */
}

@media (min-width: 768px) and (max-width: 1024px) {
  #room_type .slick-next {
    right: 20px;
  }
}

@media (max-width: 767px) {
  #room_type .slick-next {
    background: url(../../img/common/btn_next_w.svg) no-repeat center;
    background-size: cover;
    top: 28%;
    right: 10px;
    z-index: 1;
  }
  #room_type .slick-next img {
    display: none;
  }
}

.room_type_slider {
  margin: 0 auto 70px !important;
}

@media (max-width: 1024px) {
  .room_type_slider {
    margin-top: -70px !important;
  }
}

@media (max-width: 767px) {
  .room_type_slider {
    margin-top: 30px !important;
    margin-bottom: 70px !important;
  }
}

.room_type_slider img {
  width: 100%;
}

.room_type_slider .slick-list {
  overflow: visible !important;
  padding: 0px 155px !important;
}

@media (max-width: 1024px) {
  .room_type_slider .slick-list {
    overflow: hidden !important;
    padding: 0 !important;
  }
}

.room_type_slider .slick-slide {
  margin: 10px 50px;
}

@media (max-width: 767px) {
  .room_type_slider .slick-slide {
    margin: 0 0 30px;
  }
}

.room_type_slider .slick-center {
  margin-top: -40px;
}

.room_type_slider .slick-center .room_title_wrap {
  display: flex;
}

@media (max-width: 1024px) {
  .room_type_slider .slick-center {
    margin-top: 10px;
  }
}

.room_type_slider .arrows .slick-next {
  right: 30px;
}

.room_box {
  margin-bottom: 40px;
  padding: 50px 0 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .room_box {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .room_box {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

.room_box .room_photo img {
  max-width: 100%;
}

.room_box .room_title_wrap {
  display: none;
  align-content: center;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .room_box .room_title_wrap {
    display: block;
    margin-top: 0;
  }
}

.room_box .room_title_wrap .link_btn {
  margin-left: auto;
}

@media (max-width: 767px) {
  .room_box .room_title_wrap .link_btn {
    margin-left: 0;
    text-align: center;
  }
}

.room_box h3.room_name {
  font-family: "Cormorant Infant", serif;
  font-size: 1.7rem;
  line-height: 40px;
  color: #222222;
}

@media (max-width: 767px) {
  .room_box h3.room_name {
    width: 100%;
    margin: 15px auto;
    font-size: 1.5rem;
  }
}

.room_box h3.room_name .sub_name {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 0.9rem;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .room_box h3.room_name .sub_name {
    display: block;
    margin-left: 0;
    margin-top: -7px;
  }
}

.room_box .room_txt {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 0.9rem;
  color: #444444;
  line-height: 1.3rem;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .room_box .room_txt {
    line-height: 1.5rem;
  }
}

.room_box .pd_btn_wrap {
  display: inline-block;
  float: right;
}

.r_type_btn {
  margin-top: 0px;
}

@media (max-width: 767px) {
  .r_type_btn {
    margin-top: 80px;
  }
}

#breakfast {
  width: 100%;
  margin-bottom: 80px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #breakfast {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  #breakfast {
    margin-bottom: 40px;
  }
}

#breakfast .bf_main_v img {
  width: 100%;
}

#breakfast .bf_box {
  position: relative;
  z-index: 1;
  width: 800px;
  margin: -70px auto 0;
  padding: 60px;
  background-color: #F5F5F5;
  font-size: 0.9rem;
  line-height: 1.7rem;
  text-align: center;
}

@media (max-width: 1024px) {
  #breakfast .bf_box {
    width: 90%;
    margin: -40px auto 0;
    padding: 60px 40px;
  }
}

@media (max-width: 767px) {
  #breakfast .bf_box {
    margin: -40px auto 0;
    padding: 40px 20px 30px;
  }
}

#breakfast .bf_box .sec_title {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #breakfast .bf_box p:not([class]) {
    text-align: left;
  }
}

/* #pleasure */
#pleasure {
  width: 1170px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #pleasure {
    width: 90%;
  }
}

@media (max-width: 767px) {
  #pleasure {
    width: 90%;
  }
}

.pls_box {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .pls_box {
    display: block;
  }
}

.pls_box .pls_box_col {
  width: 360px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pls_box .pls_box_col {
    width: 31%;
  }
}

@media (max-width: 767px) {
  .pls_box .pls_box_col {
    width: auto;
  }
}

.pl_cont {
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pl_cont {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .pl_cont {
    margin-bottom: 30px;
  }
}

.pl_cont .pl_photo {
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .pl_cont .pl_photo {
    margin-bottom: 15px;
  }
}

.pl_cont .pl_photo img {
  width: 100%;
}

.pl_cont h3 {
  color: #222222;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .pl_cont h3 {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .pl_cont h3 {
    font-size: 18px;
  }
}

.pl_cont p {
  color: #444444;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
}

.pl_cont p.cap_txt {
  font-size: 0.7rem;
  margin: 0 0 20px;
}

.pl_cont .pl_link {
  color: #888888;
  font-size: 0.8rem;
  line-height: 1.5rem;
}

.pl_cont .pl_link a {
  display: inline-block;
  background: url(../../img/top/icon_circ_arrow_r2.svg) no-repeat left center;
  background-size: 16px auto;
  min-height: 16px;
  padding-left: 24px;
  color: #888888;
  text-decoration: underline;
}

.pl_cont .pl_link a:hover {
  text-decoration: none;
}

/* stay plan */
#stay_plan_page {
  padding: 50px 0;
  background-color: #fff;
}

@media (max-width: 1024px) {
  #stay_plan_page {
    margin: 0 auto;
  }
}

#stay_plan_page .tab_special_content {
  background: none;
  margin: 40px 0 40px;
  padding: 0;
}

@media (max-width: 767px) {
  #stay_plan_page .tab_special_content {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  #stay_plan_page .pd_btn_wrap .plan_detail_btn2 {
    width: 100%;
  }
}

#stay_plan_page .wrapper {
  width: 1170px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #stay_plan_page .wrapper {
    width: 90% !important;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #stay_plan_page .wrapper {
    width: 90% !important;
    margin: 0 auto;
  }
}

#stay_plan_page .note {
  font-size: .8rem;
}

.tab_inner {
  width: 1170px;
  margin: 0 auto 80px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tab_inner {
    width: 90% !important;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .tab_inner {
    width: 90% !important;
    margin: 0 auto;
  }
}

.plan_wrap {
  margin: 0;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .plan_wrap {
    margin-top: 0px;
  }
}

.plan_photo_thumb {
  padding: 0;
}

@media (min-width: 1025px) {
  .plan_photo_thumb {
    float: right;
    width: 360px;
  }
}

@media (max-width: 1024px) {
  .plan_photo_thumb {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}

.plan_photo_thumb img {
  width: 100%;
}

.plan_detail {
  padding: 0;
}

@media (min-width: 1025px) {
  .plan_detail {
    width: 730px;
  }
}

@media (max-width: 1024px) {
  .plan_detail {
    width: auto;
  }
}

.plan_detail h3.plan_title {
  margin-left: 0;
  margin-bottom: 25px;
  color: #222222;
  line-height: 1.4;
}

.plan_detail p {
  margin-bottom: 25px;
  line-height: 1.7;
  font-size: 14px;
  color: #444444;
}

.s_plan_container {
  width: 100%;
  position: relative;
}

.s_plan_container .stay_plan_slider {
  width: 100%;
}

.s_plan_container .arrows {
  width: 100%;
  position: absolute;
  top: 50%;
}

@media (max-width: 767px) {
  .s_plan_container .arrows {
    width: 90%;
    margin: 0 auto;
  }
}

.s_plan_container .arrows .slick-prev {
  left: 20px;
}

@media (max-width: 767px) {
  .s_plan_container .arrows .slick-prev {
    left: 10px;
  }
}

.s_plan_container .arrows .slick-next {
  right: 20px;
}

@media (max-width: 767px) {
  .s_plan_container .arrows .slick-next {
    right: 10px;
  }
}

.slick-next {
  right: -50px;
}

@media (max-width: 767px) {
  .slick-next {
    top: 105%;
    right: 10px;
  }
}

.slick-prev {
  left: -50px;
}

@media (max-width: 767px) {
  .slick-prev {
    top: 105%;
    left: 10px;
  }
}

@media (max-width: 767px) {
  button.slick-prev {
    left: -5px;
  }
}

@media (max-width: 767px) {
  button.slick-next {
    right: -5px;
  }
}

ul.stay_plan_tab {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 50px;
}

@media (max-width: 1024px) {
  ul.stay_plan_tab {
    justify-content: flex-start;
    width: 90%;
    margin-bottom: 0;
  }
}

ul.stay_plan_tab li {
  /* width: 130px; */
  float: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  ul.stay_plan_tab li {
    width: 20%;
    margin: 0 0 10px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  ul.stay_plan_tab li {
    width: 20%;
    height: auto;
    margin-bottom: 15px;
    font-size: 0.8rem;
  }
}

ul.stay_plan_tab li.active {
  background-color: #9F9691;
  color: #fff;
  position: relative;
}

ul.stay_plan_tab li.active a:before {
  content: none;
}

dl.plan_info {
  overflow: hidden;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 768px) and (max-width: 1024px) {
  dl.plan_info {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  dl.plan_info {
    padding: 15px 0;
    line-height: 1.8rem;
  }
}

dl.plan_info dt {
  float: left;
  clear: both;
  width: 3.5em;
  padding: 3px 0;
  font-weight: bold;
}

dl.plan_info dd {
  float: left;
  padding: 3px 0;
}

dl.plan_info dd.f_st_dd:after {
  content: "／";
}

@media (min-width: 768px) and (max-width: 1024px) {
  dl.plan_info dd.f_st_dd:after {
    content: "";
  }
}

@media (max-width: 767px) {
  dl.plan_info dd.f_st_dd:after {
    content: "";
  }
}

.ft_pager {
  width: 100%;
  height: 40px !important;
  margin: 0;
  height: 0;
  background-color: #f9f9f9;
}

.ft_pager ul {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 0;
}

.ft_pager ul li {
  margin: 0;
  padding: 0;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.ft_pager ul li a {
  width: 100%;
  height: 40px;
  display: inline-block;
  color: #454545;
}

.ft_pager ul li.prev {
  background: url("../../img/common/btn_prev.svg") no-repeat left center;
  background-size: 17px 17px;
}

.ft_pager ul li.next {
  background: url("../../img/common/btn_next.svg") no-repeat right center;
  background-size: 17px 17px;
}

.ft_pager ul li.active a {
  background-color: #e1e1e1;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ft_pager .is_sp {
    display: block !important;
  }
}

ul.ft_bnr_link {
  display: flex;
  justify-content: center;
  width: 900px;
  margin: 40px auto;
}

@media (max-width: 1024px) {
  ul.ft_bnr_link {
    display: block;
    width: 90%;
    margin: 40px auto;
  }
}

@media (max-width: 767px) {
  ul.ft_bnr_link {
    margin: 20px auto;
  }
}

ul.ft_bnr_link li {
  width: calc(50% - 10px);
  margin: 0;
  padding: 0;
}

@media (max-width: 1024px) {
  ul.ft_bnr_link li {
    width: 100%;
    margin: 10px 0;
    float: none;
    display: block;
    border-top: 1px solid #cbcbcb;
  }
}

@media (max-width: 767px) {
  ul.ft_bnr_link li {
    width: 100%;
    margin: 10px 0;
    float: none;
    display: block;
    border-top: 1px solid #cbcbcb;
  }
}

ul.ft_bnr_link li span {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

ul.ft_bnr_link li span .font_l {
  display: inline-block;
  margin-right: 10px;
  font-family: "Cormorant Infant", serif;
  font-size: 25px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  ul.ft_bnr_link li:last-child {
    border-bottom: 1px solid #cbcbcb;
  }
}

@media (max-width: 767px) {
  ul.ft_bnr_link li:last-child {
    border-bottom: 1px solid #cbcbcb;
  }
}

ul.ft_bnr_link a {
  display: block;
}

@media (max-width: 1024px) {
  ul.ft_bnr_link a {
    background: url(../../img/common/btn_next.svg) no-repeat right center;
    background-size: 30px auto;
    padding: 20px 0;
  }
}

ul.ft_bnr_link img {
  width: 100%;
}

/* 宿泊プラン詳細 */
#stay_plan_detail {
  width: 1170px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #stay_plan_detail {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #stay_plan_detail {
    width: 90%;
    margin: 0 auto;
  }
}

#stay_plan_detail .plan_wrap {
  margin: 0;
}

#stay_plan_detail h3.plan_title {
  margin-left: 0;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cbcbcb;
  font-size: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #stay_plan_detail h3.plan_title {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #stay_plan_detail h3.plan_title {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}

#stay_plan_detail dl,
#stay_plan_detail dt,
#stay_plan_detail dd {
  box-sizing: border-box;
  font-size: 0.9rem;
}

#stay_plan_detail dl {
  background: #e3e3e3;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
}

#stay_plan_detail dt,
#stay_plan_detail dd {
  padding: 15px 10px 0 20px;
  border-top: 1px solid #c7c7c7;
}

#stay_plan_detail dt {
  width: 20%;
  float: left;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #stay_plan_detail dt {
    width: 100%;
    padding-bottom: 10px;
    float: none;
    text-align: center;
  }
}

@media (max-width: 767px) {
  #stay_plan_detail dt {
    width: 100%;
    margin: 0;
    padding-bottom: 10px;
    float: none;
    text-align: center;
  }
}

#stay_plan_detail dd {
  background: #fff;
  margin-left: 20%;
  padding-bottom: 10px;
  border-left: 1px solid #c7c7c7;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #stay_plan_detail dd {
    margin-left: 0;
    padding: 20px 10px;
    border-left: none;
  }
}

@media (max-width: 767px) {
  #stay_plan_detail dd {
    margin-left: 0;
    padding: 20px 10px;
    border-left: none;
  }
}

#stay_plan_detail dd:after {
  content: '';
  display: block;
  clear: both;
}

#stay_plan_detail ul.sub_cap {
  margin: 35px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #stay_plan_detail ul.sub_cap {
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  #stay_plan_detail ul.sub_cap {
    margin: 10px 0;
  }
}

#stay_plan_detail ul.sub_cap li {
  line-height: 1.4rem;
  font-size: 0.9rem;
  color: #444444;
}

#stay_plan_detail .btn_wrap {
  display: flex;
  justify-content: center;
  margin: 20px 0 60px;
}

@media (max-width: 1024px) {
  #stay_plan_detail .btn_wrap {
    margin-top: 30px;
    display: block;
  }
}

#stay_plan_detail .btn_wrap .plan_detail_btn01 {
  margin: 0 5px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #stay_plan_detail .btn_wrap .plan_detail_btn01 {
    margin: 0;
  }
}

@media (max-width: 1024px) {
  #stay_plan_detail .btn_wrap .plan_detail_btn01:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (max-width: 1024px) {
  #stay_plan_detail .plan_detail_btn01 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #stay_plan_detail .plan_detail_btn01 {
    margin-right: 20px;
    margin-left: 20px;
  }
}

#stay_plan_detail .flexslider {
  width: 360px;
  float: left;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  z-index: 0;
}

@media (max-width: 1024px) {
  #stay_plan_detail .flexslider {
    width: auto;
    float: none;
    margin: 0 auto 40px !important;
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  #stay_plan_detail .flexslider {
    width: 100%;
    margin: 0 auto 25px !important;
  }
}

#stay_plan_detail .flexslider .slides {
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  #stay_plan_detail .flexslider .slides li {
    width: 100% !important;
  }
}

#stay_plan_detail .flexslider .slides li {
  position: relative;
  z-index: 1;
}

#stay_plan_detail .flexslider .slides span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(68, 68, 68, 0.9);
  width: 100%;
  padding: 7px;
  color: #fff;
  text-align: right;
  font-size: .7rem;
  line-height: 1;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #stay_plan_detail .flexslider .slides span {
    padding: 10px;
    font-size: .8rem;
  }
}

#stay_plan_detail .flexslider img {
  max-width: 100%;
}

#stay_plan_detail .flex-control-thumbs {
  position: static;
  text-align: right !important;
}

#stay_plan_detail .flex-control-thumbs li {
  float: none !important;
  display: inline-block;
  width: 20% !important;
}

#stay_plan_detail .flex-control-thumbs li:not(:last-child) {
  margin-right: 7px;
}

@media (max-width: 767px) {
  #stay_plan_detail .flex-control-thumbs li:not(:last-child) {
    margin-right: 4px;
  }
}

#stay_plan_detail .plan_detail {
  padding: 0;
}

@media (min-width: 1025px) {
  #stay_plan_detail .plan_detail {
    float: right;
    width: 760px;
  }
}

@media (max-width: 1024px) {
  .menu_photo {
    margin-bottom: 30px;
  }
}

.pl_link2 {
  margin: 30px 0;
  padding-left: 18px;
  color: #444444;
  font-size: 0.9rem;
  background: url("../../img/common/icon_circ_arrow_l2.svg") no-repeat left top;
  background-size: 14px 14px;
}

.pl_link2 a {
  color: #444444;
}

.sns_icon_wrap {
  width: 100%;
  text-align: center;
}

ul.sns_icon {
  margin: 0 auto 55px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.sns_icon li {
  width: 30px;
  margin-right: 20px;
}

ul.sns_icon li:last-child {
  margin-right: 0;
}

ul.sns_icon a {
  display: block;
}

.plan_photo_thumb .thumb {
  margin-bottom: 10px;
}

@media (min-width: 1025px) {
  .mv_plan_detail {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mv_plan_detail {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .mv_plan_detail {
    display: block;
    width: 100%;
  }
}

.mv_plan_detail img {
  width: 100%;
}

.rsv_area {
  background: #fff;
  padding: 20px 10px;
}

@media (max-width: 767px) {
  .rsv_area {
    padding: 0;
    padding-top: 70px;
    padding-bottom: 20px;
  }
}

/*リンク*/
@media (min-width: 768px) and (max-width: 1024px) {
  .info_btn_wrap2 li:first-child {
    margin-right: 15px;
  }
  .info_btn_wrap2 li:nth-child(2) {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .info_btn_wrap2 li:first-child {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .info_btn_wrap2 li:nth-child(2) {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}

.info_btn_wrap2 {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: -ms-wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto;
}

.info_btn_wrap2 li a {
  display: block;
  margin: -60px auto 0px;
  width: 300px;
}

@media (max-width: 768px) {
  .info_btn_wrap2 {
    display: block;
    margin: 50px auto;
  }
  .info_btn_wrap2 li a {
    display: block;
    margin: 0px auto;
    width: 90%;
  }
}

.topic3 .link_btn a {
  background: #9F9691;
}

.rsv_area_wrap {
  height: auto;
}

.info_btn_wrap2 {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: -ms-wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .info_btn_wrap2 li:first-child {
    margin-right: 15px;
  }
  .info_btn_wrap2 li:nth-child(2) {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .info_btn_wrap2 li:first-child {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .info_btn_wrap2 li:nth-child(2) {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}

.info_btn_wrap2 {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: -ms-wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto;
}

.info_btn_wrap2 li a {
  display: block;
  margin: -60px auto 0px;
  width: 300px;
}

@media (max-width: 768px) {
  .info_btn_wrap2 {
    display: block;
    margin: 50px auto;
  }
  .info_btn_wrap2 li a {
    display: block;
    margin: 0px auto;
    width: 90%;
  }
}



/*******************************************
 2023/2/24 ページネーション用スタイル追加
*********************************************/
.ft_pager ul li.prev,
.ft_pager ul li.next {
  background: none;
}
.disabled {
  opacity:0;
  pointer-events:none;
}
.ft_pager ul li.first {
  background: url(https://www.tokyostationhotel.jp/img/common/btn_prev.svg) no-repeat right center;
  background-size: 17px 17px;
}
.ft_pager ul li.last {
  background: url(https://www.tokyostationhotel.jp/img/common/btn_next.svg) no-repeat left center;
  background-size: 17px 17px;
}
@media (max-width: 767px) {
  .ft_pager ul li.first {
    background: url(../../img/common/btn_prev.svg) no-repeat right center;
    background-size: 17px 17px;
    width: 8%;
  }
  .ft_pager ul li.last {
    background: url(../../img/common/btn_next.svg) no-repeat left center;
    background-size: 17px 17px;
    width: 8%;
  }
  .col-xs-2 {
    width: 12.666667%;
  }
  li.col-xs-2.col-md-1.pageNumbers {
    font-size: 12px;
    width: 96%;
  }
}
#stay_plan_page .tab_inner {
    width: 100%;
}
@media (min-width: 1025px) {
#stay_plan_page .plan_pagination {
    width: 1170px;
    margin: 0 auto 80px;
}
}