@charset "UTF-8";
/*--------------------------------------------
基本設定（レイアウト） CSS
----------------------------------------------*/
.sp_hide {
  display: block;
}

span.sp_hide {
  display: inline;
}

.sp_show {
  display: none;
}

.br_hide {
  display: none;
}

.sp_show2 {
  display: none;
}

.t_center {
  text-align: center;
}

.inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

a.btn_pink {
  line-height: 1.2em;
  font-size: 2rem;
  color: #FFF;
  background: linear-gradient(to bottom, #F8918B, #DB645E);
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 15px 0;
  margin: 0 auto;
}
a.btn_pink:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 15px;
  background: url(../images/common_new/arrow_pink_btn.png) no-repeat center center;
  background-size: contain;
  margin-right: 5px;
}
a.btn_pink:hover {
  text-decoration: none;
  opacity: 0.5;
  transition: all ease 0.3s;
}

a.contact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 1.1rem;
}
a.contact_btn:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url(../images/common_new/contact_icon.png) no-repeat center center;
  background-size: contain;
  margin-right: 5px;
}

/*flex_box*/
.flex_box {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

/*remodal*/
.remodal {
  background: none !important;
  max-width: 1200px !important;
  padding: 0 !important;
}
@media only screen and (max-width: 750px) {
  .remodal .remodal-wrapper {
    padding: 10px 10px 0;
  }
}

/*header*/
header.new_header {
  position: fixed; /* ヘッダーバーを固定 */
  top: 0;
  width: 100%;
  background-color: #FFF;
  z-index: 9999;
  height: 134px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

/*head_sec01*/
header.new_header .head_sec01 {
  height: 65px;
  background: #F2F2F2;
}
header.new_header .head_sec01 .inner {
  height: 100%;
  justify-content: space-between;
}
header.new_header .head_sec01 .inner h1 {
  width: 235px;
  margin: 0;
}
header.new_header .head_sec01 .inner h1 a {
  display: block;
}
header.new_header .head_sec01 .inner h1 a img {
  width: 100%;
}
header.new_header .head_sec01 .inner .tel_area .tel {
  width: 220px;
}
header.new_header .head_sec01 .inner .tel_area .tel img {
  width: 100%;
}
header.new_header .head_sec01 .inner .tel_area .tel_hotel {
  width: 236px;
}
header.new_header .head_sec01 .inner .tel_area .tel_hotel img {
  width: 100%;
  height: 21px;
}
header.new_header .head_sec01 .inner .tel_area .contact_btn {
  margin: 0 35px 0 0;
}

/*Languageドロップダウンメニュー*/
header.new_header .nav_language {
  width: 160px;
  height: 30px;
  margin: 0 0 0 25px;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  z-index: 101;
}
header.new_header .nav_language .language_title {
  position: relative;
  list-style: none;
  width: 100%;
  height: 30px;
  background: #4D3B3B;
  border: 1px solid #C9C9C9;
  color: #FFF;
}
header.new_header .nav_language .language_title span {
  width: calc(100% - 20px);
  text-align: center;
  padding: 2px 10px 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
header.new_header .nav_language .language_title span:hover {
  cursor: pointer;
}
header.new_header .nav_language .language_title span img {
  vertical-align: middle;
  margin-left: 15px;
  width: 6px;
  display: inline-block;
}
header.new_header .nav_language .language_title {
  /*a {
      display: block;
      width: 100%;
      height: 30px;
      text-align: center;
      color: #FFF;
      font-size: 12px;
      line-height:1;
      background: #4D3B3B;
      transition: 0.5s;
      text-decoration: none;
      box-sizing: border-box;
      &:hover{
          opacity: 1.0;
          background: #9A926D !important;
          color: #FFF;
      }
  }*/
}
header.new_header .nav_language .language_title a {
  display: block;
  width: 100%;
  height: 30px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  background: #9A926D;
  transition: 0.5s;
  text-decoration: none;
  box-sizing: border-box;
}
header.new_header .nav_language .language_title a:hover {
  opacity: 1;
  background: #9A926D !important;
  color: #FFF;
}
header.new_header .nav_language .language_title .language_subtitle {
  top: 31px;
  left: -1px;
  position: absolute;
  width: calc(100% + 2px);
  display: none;
}
header.new_header .nav_language .language_title .language_subtitle p {
  /*overflow: hidden;
  height: 0;*/
  transition: 0.2s;
  width: 100% !important;
}
header.new_header .nav_language .language_title .language_subtitle p a {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
header.new_header .nav_language .language_title:hover > .language_subtitle > p, header.new_header .nav_language .language_title.lang_active > .language_subtitle > p {
  /*overflow: visible;
  height: 30px;*/
}

header.new_header .head_sec02 {
  height: 65px;
  position: relative;
  z-index: 100;
}
header.new_header .head_sec02:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #F8918B, #DB645E);
}
header.new_header .head_sec02 ul li {
  width: 14.28%;
  height: 32px;
  margin: 16.5px 0;
  border-left: 1px dotted #B2AE98;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
header.new_header .head_sec02 ul li:last-child {
  width: 14.28%;
  height: 32px;
  border-right: 1px dotted #B2AE98;
}
header.new_header .head_sec02 ul li a {
  line-height: 1;
}
header.new_header .head_sec02 ul li a img {
  height: 35px;
}

/*ドロップダウンメニュー*/
.nav_drop {
  width: 100%;
  height: 65px;
  margin: 0 0 0 0;
  padding: 0 !important;
  z-index: 5;
  font-family: "Noto Serif JP", serif;
  line-height: 100%;
  position: relative;
}
.nav_drop .drop_title {
  box-sizing: border-box;
  list-style: none;
  width: 100%;
  height: 65px;
  padding-top: 0;
  text-align: center;
  position: relative;
}
.nav_drop .drop_title span:hover {
  cursor: pointer;
}
.nav_drop .drop_title > a {
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  transition: 0.5s;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
}
.nav_drop .drop_title .nav_btn_area {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.nav_drop .drop_title .nav_btn_area img {
  height: 35px;
}
.nav_drop .drop_title .drop_inner {
  display: none; /* js */
  height: 0;
  width: 100% !important;
  background-color: rgba(255, 255, 255, 0.95);
  top: 134px;
  left: 0px;
  position: fixed;
  z-index: 1;
  padding: 40px 0;
}
.nav_drop .drop_title .drop_inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: -4px;
  background: linear-gradient(to right, #F8918B, #DB645E);
}
.nav_drop .drop_title .drop_inner li {
  height: auto;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 100%;
  border: 0;
  margin: 0;
}
.nav_drop .drop_title .drop_inner li:last-child {
  width: auto !important;
  height: auto !important;
  border-right: none !important;
}
.nav_drop .drop_title .drop_inner.drop_active {
  height: auto;
  padding: 40px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.nav_drop .drop_title .drop_inner .box_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .nav_drop .drop_title .drop_inner .box_wrap {
    padding: 0 20px;
  }
}
.nav_drop .drop_title .drop_inner .box_wrap .nav_box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  width: calc(33.33% - 15px);
  font-size: 1.5rem;
}
.nav_drop .drop_title .drop_inner .box_wrap .nav_box .img_area {
  width: 49%;
  max-width: 200px;
  margin: 0 20px 0 0;
}
.nav_drop .drop_title .drop_inner .box_wrap .nav_box .img_area img {
  width: 100%;
}
.nav_drop .drop_title .drop_inner .box_wrap .nav_box .link_area {
  width: 50%;
  min-width: 140px;
}
.nav_drop .drop_title .drop_inner .box_wrap .nav_box .link_area ul {
  width: 100%;
}
.nav_drop .drop_title .drop_inner .box_wrap .nav_box .link_area ul li a {
  transition: all ease 0.3s;
}
.nav_drop .drop_title .drop_inner .box_wrap .nav_box .link_area ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.nav_drop .drop_title .drop_inner .box_wrap .nav_box .link_area ul .top_link {
  font-weight: 700;
  margin: 0 0 20px;
}
.nav_drop .drop_title .drop_inner .box_wrap .nav_box .link_area ul .top_link a {
  width: 100%;
  display: block;
  position: relative;
  padding: 8px 0;
  text-align: left;
}
.nav_drop .drop_title .drop_inner .box_wrap .nav_box .link_area ul .top_link a:after {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  margin: 2px 10px 0 0;
  background: url(../images/common_new/drop_arrow.png) no-repeat center center;
  background-size: auto;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3D(0, -50%, 0);
}
.nav_drop .drop_title .drop_inner .box_wrap .nav_box .link_area ul .sub_link_list {
  height: auto;
}
.nav_drop .drop_title .drop_inner .box_wrap .nav_box .link_area ul .sub_link_list ul li {
  border: none;
  height: auto;
  font-size: 1.4rem;
  display: block;
}
.nav_drop .drop_title .drop_inner .box_wrap .nav_box .link_area ul .sub_link_list ul li a {
  width: 100%;
  display: block;
  position: relative;
  padding: 8px 0;
  text-align: left;
}
.nav_drop .drop_title .drop_inner .box_wrap .nav_box .link_area ul .sub_link_list ul li a:before {
  content: "・";
}
.nav_drop .drop_title .drop_inner .box_wrap .nav_box .link_area ul .sub_link_list ul li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  margin: 2px 10px 0 0;
  background: url(../images/common_new/drop_arrow.png) no-repeat center center;
  background-size: auto;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3D(0, -50%, 0);
}
.nav_drop .drop_title:hover > .drop_subtitle > p {
  overflow: visible;
  height: 50px;
}
.nav_drop .drop_title:hover > .drop_subtitle > .drop_inner {
  overflow: visible;
  height: 50px;
}

#contents {
  padding: 20px 0 0 0;
  margin: 0 auto;
}

/* パンくず */
#breadcrumb {
  width: 100%;
  max-width: 960px;
  margin: 0px auto 20px auto;
}

#breadcrumb ol li {
  float: left;
  padding: 0px 10px 0 14px;
  background: url(../images/arrow_breadcrumb.png) center left no-repeat;
}

#breadcrumb ol li.home {
  background: none !important;
  padding-left: 0 !important;
}

#pagetop {
  position: fixed;
  bottom: 90px;
  right: 15px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
#pagetop img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  #pagetop {
    width: 40px;
    bottom: 53px;
  }
}

#reserve_btn {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9999;
  width: 10.83%;
  max-width: 130px;
  transform: translate3d(0, -50%, 0);
  cursor: pointer;
  transition: all ease 0.3s;
}
#reserve_btn a {
  width: 100%;
  display: block;
}
#reserve_btn img {
  width: 100%;
  display: block;
}
#reserve_btn.navi_opn {
  top: calc(50% + 40px);
}
@media screen and (max-height: 1024px) {
  #reserve_btn {
    top: calc(50% + 90px);
  }
}

/*footer_new*/
footer.footer_new {
  width: 100%;
  background: #FFF;
  padding: 0;
  box-sizing: border-box;
}
footer.footer_new a {
  transition: all ease 0.3s;
}
footer.footer_new a:hover {
  opacity: 0.5;
  text-decoration: none;
}
footer.footer_new .footer_bg {
  background: url(../images/common_new/footer_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  footer.footer_new .footer_bg {
    height: 280px;
    background: url(../images/common_new/footer_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
footer.footer_new .footer_cont {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  footer.footer_new .footer_cont {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}
footer.footer_new #sitemap_new {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  padding: 100px 0;
  width: 100%;
  position: relative;
}
footer.footer_new #sitemap_new > div {
  width: 15%;
}
footer.footer_new #sitemap_new > div > div {
  padding: 0 0 0 1em;
}
footer.footer_new #sitemap_new > div ul li {
  margin: 10px 0 0;
}
footer.footer_new #sitemap_new > div ul li:first-of-type {
  margin: 0;
}
footer.footer_new #sitemap_new > div ul li a {
  font-size: 1.2rem;
  color: #FFF;
}
footer.footer_new #sitemap_new > div ul li a[target=_blank]:after {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/common_new/icon_window.png) no-repeat center center;
  background-size: contain;
  margin: 0 0 0 5px;
}
footer.footer_new #sitemap_new > div.normal_link ul li a {
  font-size: 1.4rem;
  font-weight: 700;
}
footer.footer_new #sitemap_new h3 {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.4rem;
}
footer.footer_new #sitemap_new h3 a {
  color: #FFF;
}
footer.footer_new #sitemap_new h4 {
  padding: 15px 0;
  font-size: 1.4rem;
  font-weight: 700;
}
footer.footer_new #sitemap_new h4:first-of-type {
  padding: 0 0 15px;
}
footer.footer_new #sitemap_new h4 a {
  color: #FFF;
}

/* フッター(バナー) new */
#banner_new {
  width: 100%;
  background: #FFF;
  overflow: hidden;
}
#banner_new .banner_cont {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 0px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #banner_new .banner_cont {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  #banner_new .banner_cont {
    flex-wrap: wrap;
    width: 90%;
  }
}
#banner_new .banner_cont .address_area {
  max-width: 400px;
  color: #3E3D3D;
}
@media screen and (max-width: 1200px) {
  #banner_new .banner_cont .address_area {
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #banner_new .banner_cont .address_area {
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
#banner_new .banner_cont .address_area .footer_logo_sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  #banner_new .banner_cont .address_area .footer_logo_sns {
    width: 90%;
    margin: 0 auto 20px;
  }
}
#banner_new .banner_cont .address_area .logo {
  width: 220px;
  display: block;
}
#banner_new .banner_cont .address_area .logo img {
  width: 100%;
}
#banner_new .banner_cont .address_area .sns_link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: center;
}
#banner_new .banner_cont .address_area .sns_link li {
  width: 30px;
}
#banner_new .banner_cont .address_area .sns_link li:nth-of-type(2) {
  margin: 0 0 0 10px;
}
#banner_new .banner_cont .address_area .sns_link li:nth-of-type(3) {
  margin: 0 0 0 10px;
}
#banner_new .banner_cont .address_area .sns_link li a {
  display: block;
  width: 100%;
}
#banner_new .banner_cont .address_area .sns_link li a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #banner_new .banner_cont .address_area address {
    display: block;
    margin: 0 auto;
  }
}
#banner_new .banner_cont .address_area address span:before {
  content: "";
  width: 15px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/common_new/icon_contact.png) no-repeat center center;
  background-size: contain;
  margin: 0 3px 0 10px;
}
@media screen and (max-width: 980px) {
  #banner_new .banner_cont .address_area address span {
    display: block;
    margin: 5px auto 0;
  }
}
#banner_new .banner_cont ul.guide {
  width: 65%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 768px) {
  #banner_new .banner_cont ul.guide {
    flex-direction: column;
    width: 100%;
    margin: 25px 0 0;
  }
}
#banner_new .banner_cont ul.guide li {
  width: 328px;
}
#banner_new .banner_cont ul.guide li:first-of-type {
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  #banner_new .banner_cont ul.guide li {
    width: 305px;
    margin: 0 auto;
    padding: 0;
  }
  #banner_new .banner_cont ul.guide li:first-of-type {
    padding-right: 0;
    padding-bottom: 10px;
  }
}
#banner_new .banner_cont ul.guide li a {
  border: 0;
  background: #FFF;
  width: 100%;
}
#banner_new .banner_cont ul.guide li a img {
  width: 100%;
}

/* hotel_link */
.hotel_link {
  background: #4D3B3B;
  padding: 50px 0;
}
.hotel_link .hotel_link_cont {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 1200px) {
  .hotel_link .hotel_link_cont {
    width: calc(100% - 40px);
    padding: 15px 20px;
    justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  .hotel_link .hotel_link_cont {
    flex-direction: column;
    width: calc(100% - 20px);
    padding: 15px 10px;
    justify-content: space-between;
  }
}
.hotel_link .left_link {
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .hotel_link .left_link {
    margin: 0 0 40px;
    min-width: inherit;
  }
}
.hotel_link .left_link ul li {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .hotel_link .left_link ul li {
    margin: 15px 0 0;
  }
}
.hotel_link .left_link ul li:first-of-type {
  margin: 0;
}
.hotel_link .left_link ul li a {
  color: #FFF;
  font-size: 1.6rem;
}
.hotel_link .left_link ul li a:before {
  content: "";
  width: 8px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/common_new/footer_arrow01.png) no-repeat center center;
  background-size: contain;
  margin: 0 15px 0 0;
}
.hotel_link .right_link ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .hotel_link .right_link ul {
    width: 350px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .hotel_link .right_link ul {
    flex-wrap: wrap;
    width: 305px;
    justify-content: flex-start;
  }
}
.hotel_link .right_link ul li {
  margin: 0 0 0 15px;
}
.hotel_link .right_link ul li:first-of-type {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .hotel_link .right_link ul li {
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .hotel_link .right_link ul li {
    margin: 0 0 15px 5%;
    width: 21.25%;
  }
  .hotel_link .right_link ul li:nth-of-type(4n+1) {
    margin: 0;
  }
}
.hotel_link .right_link ul li a {
  width: 75px;
  color: #FFF;
  display: block;
  text-align: center;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .hotel_link .right_link ul li a {
    width: 100%;
  }
}
.hotel_link .right_link ul li a img {
  width: 100%;
  display: block;
  margin: 0 0 5px;
}

/*copyright new*/
.copyright.new {
  width: 100%;
  background: #FFF;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .copyright.new {
    padding: 30px 0 82px;
  }
}

.copyright.new p {
  color: #3E3D3D;
  font-size: 1.1rem;
  text-align: center;
  padding: 5px 0px;
}
@media screen and (max-width: 768px) {
  .copyright.new p {
    font-size: 1rem;
  }
}

/***********************************
幅が960px以下の場合
***********************************/
@media screen and (max-width: 960px) {
  #title {
    margin: 0 10px 15px 10px;
    width: 98%;
  }
  nav .etc {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #breadcrumb {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  #comment {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  #banner .banner_cont {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  footer {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 800px) {
  #banner ul li .sns a span {
    display: block;
    font-size: 1.3rem;
  }
  #banner ul li .sns .cell {
    padding: 5px 0px;
  }
  #banner ul li .sns a img {
    width: 25px;
    height: auto;
  }
  /*#banner ul li.pointcard a,
  #banner ul li.shigaku a,
  #banner ul li.office a {
      font-size: 1.3rem;
  }*/
}
/***********************************
幅が640px以下の場合
***********************************/
@media screen and (max-width: 768px) {
  /* 非表示設定 */
  .sp_hide {
    display: none;
  }
  span.sp_hide {
    display: none;
  }
  .sp_show {
    display: block;
  }
  .sp_show2 {
    display: inline-block;
  }
  img {
    width: 100%;
    height: auto;
  }
  header, header.new_header {
    height: auto;
  }
  a.btn_pink {
    font-size: 1.6rem;
  }
  a.btn_pink:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 15px;
    background: url(../images/common_new/arrow_pink_btn.png) no-repeat center center;
    background-size: contain;
    margin-right: 5px;
  }
  #header {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px 10px 15px;
    background-color: #fff;
  }
  #header h1 {
    float: left;
    width: 80%;
    margin: 0;
    padding: 0;
  }
  #header h1 img {
    width: 100%;
    height: auto;
    max-width: 200px;
    display: block;
  }
  #header p {
    float: right;
    width: 20%;
    padding-left: 30px;
    text-align: right;
    box-sizing: border-box;
  }
  #header p img {
    width: 100%;
    height: auto;
    max-width: 38px;
  }
  #breadcrumb {
    display: none;
  }
  #contents {
    margin: 45px auto 0 auto;
  }
  .banner_cont div.sns {
    float: none;
    width: 95%;
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0 auto 20px;
  }
  .banner_cont .sns ul li {
    background-color: #E7DDD8;
    margin-top: 5px;
  }
  .banner_cont .sns ul li.cell {
    padding: 10px 0px;
    width: 50%;
  }
  .banner_cont .sns ul li a {
    color: #484646;
    display: block;
  }
  .banner_cont .sns ul li a span {
    display: inline;
  }
  .banner_cont .sns ul li a img {
    margin-right: 5px;
    width: 30px;
    height: auto;
  }
  .banner_cont .sns li.pointcard a img {
    width: 48px;
    height: auto;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    position: absolute;
    top: 12%;
    left: 10px;
  }
  /* iOS8.4.1以降で2タップで1クリックとなるため設定 */
  footer ul.footer_nav li a:hover, footer ul.footer_nav li a:hover, footer ul.footer_nav li a:hover {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    opacity: 1;
  }
  /*スマホ用　languageドロップダウンメニュー*/
  .langmenu_wrapper {
    width: 90%;
    max-width: 195px;
    margin: 10px auto 0px auto;
    border: 1px solid #C9C9C9;
  }
  li.langmenu a {
    font-size: 1.2rem;
  }
  li.langmenu > div {
    background: #4D3B3B;
    padding: 0 15px;
    cursor: pointer;
  }
  li.langmenu > div span {
    display: block;
    background: url(../images/common_new/icon_lang.png) no-repeat center right;
    background-size: 7px 7px;
    padding: 7px 30px 7px 7px;
    text-shadow: none;
    color: #FFF;
  }
  li.langmenu ul {
    display: block;
  }
  li.langmenu ul li {
    text-align: left;
    border-top: solid #E7DDD8 1px;
    background-image: url(../images/common_new/lang_arrow.png);
    background-repeat: no-repeat;
    background-color: #A29477;
    background-size: 7px 14px;
    background-position: 91.5% 13px;
    color: #FFF;
  }
  li.langmenu ul li:last-child {
    border-bottom: solid #E7DDD8 1px;
  }
  li.langmenu ul li a {
    text-shadow: none;
    display: block;
    padding: 8px 15px;
    color: #FFF;
  }
  li.langmenu .submenu {
    display: none;
    background: #4D3B3B;
  }
  /* 下部固定 */
  #b_menu.new {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 9999;
    border-top: 1px solid #ccc;
  }
  #b_menu.new li {
    /*flex-grow: 2;*/
    margin: 0;
    text-align: center;
    background: #4D3B3B;
    border-right: 1px solid #aaa;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2;
    list-style: none;
    width: 50%;
  }
  #b_menu.new li:last-child {
    /*flex-grow: 2;*/
    border-right: none;
    background: #4D3B3B;
  }
  #b_menu.new li a {
    display: block;
    padding: 10px 0;
    color: #fff;
  }
  #b_menu.new li .tel img {
    width: 16px;
    margin-right: 5px;
    vertical-align: text-top;
  }
  #b_menu.new li .modaal-btn img {
    width: 16px;
    margin-right: 5px;
    vertical-align: text-top;
  }
  #b_menu.new li:nth-child(2) p {
    padding-top: 10px;
  }
  #b_menu.new li:last-child a {
    padding: 10px 0;
    background: none;
    background-size: inherit;
    font-size: 1.6rem;
  }
}
/*popup*/
.cc-window.cc-banner {
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
  .cc-window.cc-bottom {
    bottom: 50px !important;
  }
}

.cc-message {
  font-size: 12px;
  line-height: 160%;
  color: #FFF;
}

a.cc-link {
  text-decoration: underline;
}

.cc-compliance {
  justify-content: center;
}

.cc-compliance a {
  text-decoration: none !important;
  transition: 0.3s;
}

.cc-compliance a:hover {
  opacity: 0.5;
}

.cc-window.cc-invisible {
  opacity: 0 !important;
}

/*ボタンを押すと非表示にするクラス*/
@media screen and (max-width: 768px) {
  .cc-revoke.cc-bottom {
    bottom: 50px !important;
    left: 10px !important;
  }
}

/*許可・拒否後のボタン位置*/
/*--------------------------------------------
DYNA IBE
----------------------------------------------*/
.dyna_ibe {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .dyna_ibe {
    padding-top: 50px;
  }
}
.dyna_ibe .inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.dyna_ibe.new .inner {
  width: 100%;
}
.dyna_ibe .group {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  min-height: 120px;
}
@media screen and (max-width: 768px) {
  .dyna_ibe .group {
    flex-direction: column;
  }
}
.dyna_ibe {
  /*タブ*/
}
.dyna_ibe .tab-group {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  align-items: stretch;
  width: 200px;
}
@media screen and (max-width: 1240px) {
  .dyna_ibe .tab-group {
    width: 17%;
  }
}
@media screen and (max-width: 768px) {
  .dyna_ibe .tab-group {
    flex-direction: row;
    width: 100%;
  }
}
.dyna_ibe .tab {
  width: 100%;
  height: 124px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-grow: 1;
  background: #ECECEC;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  list-style: none;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .dyna_ibe .tab {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .dyna_ibe .tab {
    height: 63px;
  }
}
.dyna_ibe .tab.tab-active {
  background: url("../images/common_new/tab_on_bg.png") no-repeat;
  background-size: cover;
  color: #FFF;
}
.dyna_ibe .tab.tab-active:after {
  content: "";
  display: block;
  width: 15px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate3d(0, -50%, 0);
  background: url("../images/common_new/tab_arrow.png") no-repeat center center;
}
@media screen and (max-width: 768px) {
  .dyna_ibe .tab.tab-active:after {
    bottom: -22px;
    right: inherit;
    left: 50%;
    top: inherit;
    transform: translate3d(-50%, 0, 0) rotate(90deg);
  }
}
.dyna_ibe .tab:first-of-type {
  border: 0;
  line-height: 40px;
}
.dyna_ibe .panel-group {
  width: calc(100% - 200px);
  height: auto;
  background: #F9F9F9;
}
@media screen and (max-width: 1240px) {
  .dyna_ibe .panel-group {
    width: 83%;
  }
}
@media screen and (max-width: 768px) {
  .dyna_ibe .panel-group {
    width: 100%;
  }
}
.dyna_ibe .panel {
  display: none;
  opacity: 0;
  transition: all 0.2s ease-out;
  width: 100%;
}
.dyna_ibe .panel.tab-show {
  display: block;
  opacity: 1;
}
.dyna_ibe .panel_content {
  height: 100%;
  padding: 30px 25px 0 60px;
}
.dyna_ibe .search_cont {
  height: 248px;
  width: 100%;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .dyna_ibe .search_cont {
    height: auto;
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .dyna_ibe .search_cont {
    padding: 30px 0;
  }
}
.dyna_ibe .search_title {
  width: 190px;
  flex-basis: 190px;
  margin-right: 20px;
}
@media screen and (max-width: 1240px) {
  .dyna_ibe .search_title {
    width: 200px;
    flex-basis: initial;
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .dyna_ibe .search_title {
    width: 160px;
  }
}
.dyna_ibe .search_title img {
  width: 100%;
}
.dyna_ibe {
  /*フォームのパーツ*/
}
.dyna_ibe form.directin-sp-form {
  width: 100%;
  max-width: 920px;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  padding: 0px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .dyna_ibe form.directin-sp-form {
    flex-direction: column;
  }
}
.dyna_ibe form.directin-sp-form input,
.dyna_ibe form.directin-sp-form select {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
.dyna_ibe form.directin-sp-form input[type=text] {
  vertical-align: middle;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #707070;
  background: none;
  padding: 10px;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .dyna_ibe form.directin-sp-form input[type=text] {
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    background-color: white;
  }
}
.dyna_ibe form.directin-sp-form select {
  width: auto;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  text-align: center;
  background: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #707070;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .dyna_ibe form.directin-sp-form select {
    width: 100%;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    background-color: white;
  }
}
@media screen and (max-width: 768px) {
  .dyna_ibe form.directin-sp-form .dyna_ibe_label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }
}
.dyna_ibe .joken_cont {
  max-width: 710px;
  position: relative;
  font-size: 1.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1240px) {
  .dyna_ibe .joken_cont {
    width: calc(100% - 40px);
    max-width: 648px;
  }
}
.dyna_ibe .joken_cont .joken {
  flex-wrap: wrap;
  padding: 0 0 15px;
  box-sizing: border-box;
  font-size: 1.4rem;
}
@media screen and (max-width: 1240px) {
  .dyna_ibe .joken_cont .joken {
    font-size: 1.3rem;
    padding: 0 0 15px 0;
  }
}
.dyna_ibe .joken_cont .joken li {
  width: 100%;
  justify-content: space-around;
  box-sizing: border-box;
  padding: 8px 0px 5px 10px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .dyna_ibe .joken_cont .joken li {
    padding: 0 0 0 0;
  }
}
.dyna_ibe .joken_cont .joken li {
  /*タイプ・チェックイン・アウト*/
}
.dyna_ibe .joken_cont .joken li.date {
  width: 100%;
  padding: 0 0 15px;
  margin: 0 0 10px;
  border-bottom: 1px dotted #CCC;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .dyna_ibe .joken_cont .joken li.date {
    flex-wrap: wrap;
  }
}
.dyna_ibe .joken_cont .joken li.date .dyna_ibe_room-selector {
  text-align: center;
}
@media screen and (max-width: 850px) {
  .dyna_ibe .joken_cont .joken li.date .dyna_ibe_room-selector {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 850px) {
  .dyna_ibe .joken_cont .joken li.date .dyna_ibe_room-selector select {
    width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .dyna_ibe .joken_cont .joken li.date .dyna_ibe_room-selector select {
    width: 100%;
  }
}
.dyna_ibe .joken_cont .joken li.date .dyna_ibe_input-group {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .dyna_ibe .joken_cont .joken li.date .dyna_ibe_input-group {
    flex-wrap: wrap;
    gap: 5px 14px;
  }
}
.dyna_ibe .joken_cont .joken li.date .dyna_ibe_label {
  display: block;
  text-align: center;
}
.dyna_ibe .joken_cont .joken li.date input[type=text] {
  width: 140px;
  padding-left: 44px;
  background-image: url(../images/common_new/icon_calender.png);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: left 8px center;
  margin: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .dyna_ibe .joken_cont .joken li.date input[type=text] {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .dyna_ibe .joken_cont .joken li.date .type {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .dyna_ibe .joken_cont .joken li.date .check {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .dyna_ibe .joken_cont .joken li.date .check div {
    width: calc(50% - 7px);
  }
}
@media screen and (max-width: 768px) {
  .dyna_ibe .joken_cont .joken li.date .mitei {
    width: 100% !important;
  }
}
.dyna_ibe .joken_cont .joken li {
  /*名・室*/
}
.dyna_ibe .joken_cont .joken li.room {
  width: 50%;
  padding: 5px 0 0;
  border-right: 1px dotted #CCC;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 1240px) {
  .dyna_ibe .joken_cont .joken li.room {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .dyna_ibe .joken_cont .joken li.room {
    width: 100%;
    border-right: none;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.dyna_ibe .joken_cont .joken li.room .dyna_ibe_input-group {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .dyna_ibe .joken_cont .joken li.room .dyna_ibe_input-group {
    width: 100%;
    gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  .dyna_ibe .joken_cont .joken li.room div {
    width: calc(50% - 7px);
  }
}
.dyna_ibe .joken_cont .joken li.smoking {
  width: 50%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .dyna_ibe .joken_cont .joken li.smoking {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .dyna_ibe .joken_cont .joken li.smoking .dyna_ibe_input {
    width: 100%;
  }
}
.dyna_ibe .joken_cont .joken li.smoking select {
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px 0 15px;
}
@media screen and (max-width: 768px) {
  .dyna_ibe .joken_cont .joken li.smoking select {
    display: block;
    width: 100%;
    margin: 0 0 0 0;
  }
}
.dyna_ibe .btn_search {
  width: 100%;
  max-width: 638px;
  box-sizing: border-box;
  margin: 0 auto;
}
.dyna_ibe .btn_search a {
  display: block;
  width: 100%;
  height: 45px;
  background: url(../images/common_new/search_btn.png) center center no-repeat;
  border-radius: 5px;
  line-height: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .dyna_ibe .btn_search a {
    height: 44px;
    background: url(../images/common_new/search_btn_sp.png) center center no-repeat #43330A;
    background-size: auto 45px;
  }
}

@media screen and (max-width: 768px) {
  #ui-datepicker-div {
    width: 95% !important;
    left: 2.5% !important;
  }
}
#ui-datepicker-div.ui-datepicker table th {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #ui-datepicker-div.ui-datepicker.ui-widget .ui-datepicker-title {
    margin: 0 2em;
  }
  #ui-datepicker-div.ui-datepicker.ui-widget .ui-datepicker-title select.ui-datepicker-month {
    width: 4.3em !important;
    font-size: 13px;
    height: 23px;
  }
  #ui-datepicker-div.ui-datepicker.ui-widget .ui-datepicker-title select.ui-datepicker-year {
    width: 4.5em !important;
    font-size: 13px;
    height: 23px;
  }
}

/*宿泊プランで検索*/
.dyna_ibe .search_plan_box {
  width: 100%;
  max-width: 920px;
  height: 248px;
  margin: 0px auto;
  align-items: center;
}
@media screen and (max-width: 1240px) {
  .dyna_ibe .search_plan_box {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    padding: 30px 0;
  }
}
.dyna_ibe .search_plan_box .plan_btn {
  width: calc(100% - 260px);
  max-width: 660px;
}
@media screen and (max-width: 1240px) {
  .dyna_ibe .search_plan_box .plan_btn {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .dyna_ibe .search_plan_box .plan_btn {
    width: calc(100% - 40px);
  }
}
.dyna_ibe .search_plan_box .plan_btn a {
  color: #FFF;
  text-align: center;
  display: block;
  width: calc(100% - 30px);
  border-radius: 5px;
  padding: 15px;
  font-size: 1.6rem;
  background: #403414;
  transition: all ease 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  cursor: pointer;
  border: 0;
}
.dyna_ibe .search_plan_box .plan_btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.dyna_ibe .search_plan_box .plan_btn a:before {
  content: "";
  width: 8px;
  height: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  background: url("../images/common_new/sub_arrow02.png") no-repeat center left;
}
.dyna_ibe .search_plan_box .plan_btn a:first-child {
  margin: 0 0 20px;
}

/*会員登録*/
#search.dyna_ibe .search_link_list {
  flex-wrap: wrap;
  font-family: "Noto Sans Japanese", "Noto Sans JP", "メイリオ", Meiryo;
  justify-content: center;
  padding: 40px 0 0 0;
}
#search.dyna_ibe .search_link_list li:last-child {
  width: 100%;
  text-align: center;
}
#search.dyna_ibe .search_link_list li a:before {
  content: "";
  display: inline-block;
  background: url("../images/common_new/search_nav_arrow.png") no-repeat center left;
  width: 15px;
  height: 14px;
  padding: 0 5px 0 0;
}
#search.dyna_ibe .search_link_list li .red {
  color: #f00;
}
#search.dyna_ibe.stay_only .search_link_list {
  padding: 40px 0 120px 0;
}
#search.dyna_ibe.stay_only ul.search_link_list li {
  margin: 0 15px;
}
#search.dyna_ibe.new ul.search_link_list {
  max-width: 600px;
  display: flex;
  justify-content: center;
  margin: 0 auto 10px auto;
}
@media screen and (max-width: 768px) {
  #search.dyna_ibe.new ul.search_link_list {
    padding: 30px 0;
  }
}
#search.dyna_ibe.new ul.search_link_list li {
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  #search.dyna_ibe.new ul.search_link_list li {
    margin: 10px 0px;
  }
}
#search.dyna_ibe.new ul.search_link_list li:before {
  content: none;
  color: white;
}
#search.dyna_ibe.new ul.search_link_list li.box {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #fff;
  padding: 1em;
  margin-top: 15px;
}
#search.dyna_ibe.new ul.search_link_list a {
  color: white;
}

.remodal-close {
  position: absolute;
  top: -40px !important;
  right: 0 !important;
  width: 20px !important;
}
.remodal-close:before {
  content: "" !important;
  display: none !important;
}
.remodal-close img {
  width: 100% !important;
}/*# sourceMappingURL=common_new_top.css.map */