@charset "UTF-8";
@media screen and (max-width: 680px) {
  /*241003 photos-center 追加*/
  .photos-center ul.clearfix,
  .photos-top ul.clearfix,
  .photos-top-headline ul.clearfix,
  .photos-right ul.clearfix,
  .photos-right-headline ul.clearfix,
  .photos-left ul.clearfix,
  .photos-left-headline ul.clearfix,
  .photos-bottom ul.clearfix {
    width: 100% !important;
  }
}
/*予約番検索パネル追加*/
#reservationArea .inner-inner {
  display: block;
}

#search_489ban form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  padding: 0 10px 10px;
  font-size: 12px;
}

#search_489ban dl {
  margin-right: 0.7em;
}

#search_489ban dt {
  margin-right: 1em;
}

#search_489ban dt:nth-last-child(1) {
  margin-right: 0;
}

#search_489ban dl dt span {
  display: none;
  font-size: 70%;
}

.date_489ban label {
  display: block;
}

.inbox_489ban {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tag_489ban {
  width: 100%;
}

.tag_489ban dd .tag_list_489ban,
.tag_489ban dd .tag_mode_select_489ban {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tag_list_489ban {
  margin-bottom: 1em;
}

#search_489ban li {
  margin-right: 1em;
}

#search_489ban button {
  width: 150px;
  height: 60px;
  background: #1b5645 url(../img/searchBtn.png) no-repeat;
  border-radius: 4px;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}

@media screen and (min-width: 681px) {
  #search_489ban form {
    padding-right: 160px;
    padding-left: 0;
  }
  .inbox_489ban:nth-child(4) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .inbox_489ban:nth-child(4) dl {
    min-width: 65px;
  }
  #search_489ban dl.child_489ban {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    letter-spacing: -1px;
  }
  #search_489ban button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 680px) {
  #reservationArea {
    display: block;
  }
  #reservationArea .inner {
    width: 100%;
  }
  .inbox_489ban:nth-child(3) {
    display: block;
    margin-top: 1em;
    margin-right: 1em;
  }
  .inbox_489ban:nth-child(4) {
    display: block;
    margin-top: 1em;
  }
  #search_489ban dl.child_489ban {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.5em;
    margin-right: 0;
  }
  #search_489ban button {
    margin: 1em auto;
  }
}
/*おすすめプラン*/
#recommend {
  display: none;
}

.top_planlist .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0 40px;
}

.top_planlist h2 {
  color: #fff;
  line-height: 80px;
  height: 80px;
  background: transparent;
}

.top_planlist h2:before {
  background: url(../img/h2_bg_white.png) no-repeat center left;
  padding-left: 70px;
  content: "";
}

.top_planlist h2:after {
  background: url(../img/h2_bg_white.png) no-repeat center right;
  padding-right: 70px;
  content: "";
}

.top_planlist .contentTitle p {
  display: inline;
  color: #333333;
}

#ranking_489ban {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#ranking_489ban:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

#ranking_489ban .PlanView {
  margin: 0 0 35px;
  padding: 0 1%;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#ranking_489ban .PlanView img {
  max-width: 100%;
}

#ranking_489ban .PlanView .rank_no {
  margin: 0 auto -15px;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  background: #991a1a;
  border-radius: 30px;
  z-index: 5;
  position: relative;
}

#ranking_489ban .PlanView .picture {
  margin: 0 auto 10px;
  text-align: center;
}

#ranking_489ban .PlanView .plan {
  margin: 0 0 10px;
  color: #fff;
  font-size: 14px;
}

#ranking_489ban .PlanView .plan a {
  color: #fff;
}

#ranking_489ban .PlanView .comment {
  font-size: 13px;
  line-height: 1.6;
  margin: auto 0 0 0;
}

#ranking_489ban .PlanView .roomlist,
#ranking_489ban .PlanView .planlist,
#ranking_489ban .PlanView .pblist {
  margin: 10px 0;
}

#ranking_489ban .PlanView .room_list_header,
#ranking_489ban .PlanView .planlist_header,
#ranking_489ban .PlanView .pblist_header {
  margin: 15px 0;
  font-weight: bold;
}

#ranking_489ban .PlanView .roomlist a,
#ranking_489ban .PlanView .planlist a,
#ranking_489ban .PlanView .pblist a {
  display: block;
  margin: 10px 0;
  padding: 3px;
  color: #991a1a;
  font-weight: bold;
  text-align: center;
  background: #ededed;
  border-radius: 5px;
}

#ranking_489ban .PlanView .roomlist a:hover,
#ranking_489ban .PlanView .planlist a:hover,
#ranking_489ban .PlanView .pblist a:hover {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  background: #991a1a;
}

/* 個別設定 同期通信を指定の場合のみ以下のスタイルが有効になります */
#ranking_489ban div[id^=rank_] > div {
  margin: 0 auto;
  max-width: 320px;
}

/* 個別設定 非同期通信を指定の場合のみ以下のスタイルが有効になります */
#ranking_489ban .PlanView.rank_1 {
  margin: 0 auto 25px;
  width: 100%;
}

#ranking_489ban .PlanView.rank_2 {
  float: left;
}

#ranking_489ban .PlanView.rank_3 {
  float: right;
}

#ranking_489ban .PlanView > div {
  margin: 0 auto;
  max-width: 320px;
}

#ranking_489ban .PlanView .explan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#event {
  overflow: hidden;
  color: #333;
  background: #fff !important;
}

#event h2 {
  color: #333;
  line-height: 60px;
  height: 60px;
  background: transparent;
}

#event h2:before {
  background: url(../img/h2_bg_black.png) no-repeat center left;
  padding-left: 70px;
  content: "";
}

#event h2:after {
  background: url(../img/h2_bg_black.png) no-repeat center right;
  padding-right: 70px;
  content: "";
}

#event .moreBtn a,
#page-event .moreBtn a {
  border: 1px solid #333;
  color: #333;
  text-align: center;
  background: url(../img/arrowB.png) no-repeat right 10px center;
  background-size: 10px 20px;
}

/*お料理ページメニュー並び修正*/
@media screen and (max-width: 768px) {
  #page-dishes .pagelink6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #page-dishes .pagelink6 li {
    margin-right: 0;
    width: 49%;
  }
  #page-dishes .pagelink6 li a {
    width: 100%;
    margin-right: 0;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url(../img/arrowB.png) no-repeat right 5px center;
    background-size: 5px 10px;
  }
  #page-dishes .pagelink6 li:nth-last-child(1) a {
    padding: 0 25px;
  }
  #page-dishes .pagelink6 br {
    display: none;
  }
  #page-dishes .pagelink6::after {
    content: none;
  }
}
/***210519トップページの修正***/
#event {
  display: none;
}

.top_planlist {
  background: #fff;
}

.top_planlist h2,
#ranking_489ban .PlanView .plan a {
  color: #000;
}

.top_planlist h2:before {
  background: url(../img/h2_bg_black.png) no-repeat center left;
}

.top_planlist h2:after {
  background: url(../img/h2_bg_black.png) no-repeat center right;
}

#ranking_489ban .PlanView .roomlist a,
#ranking_489ban .PlanView .planlist a,
#ranking_489ban .PlanView .pblist a {
  border: 1px solid #991a1a;
}

#snsArea,
#bannerArea {
  background: #666e68;
}

#bannerArea {
  padding-bottom: 40px;
}

#main {
  margin: 40px 0 0;
}

.top_planlist .moreBtn a {
  border: 1px solid #333;
  color: #333;
  text-align: center;
  background: url(../img/arrowB.png) no-repeat right 10px center;
  background-size: 10px 20px;
}

.top_planlist .moreBtn a:hover {
  background-position: right 5px center;
  opacity: 1;
}

.top_planlist .moreBtn a {
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  #bannerArea {
    padding-bottom: 0;
  }
}
/***220518トップページの修正***/
#special ul.benefit {
  margin-left: 65px;
}

#special ul.benefit li.benefit04 {
  width: 260px;
  background: url(../img/benefit04_v2.png) no-repeat;
}

/* トップページ５０周年バナー */
.bnr_50th {
  position: relative;
}

.bnr_50th img {
  max-width: 100%;
  vertical-align: bottom;
}

.bnr_50th p {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 1.5625vw;
  position: absolute;
  bottom: 13%;
  right: 18%;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .bnr_50th p {
    bottom: 3.90625vw;
    font-size: 2.734375vw;
    right: 11.328125vw;
  }
}
.reserve_area .ttl {
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: #3b3b3b;
  padding: 5px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.reserve_area .bnr_wrap {
  background-color: #f6f6f6;
  padding: 35px 0;
}
.reserve_area .bnr_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reserve_area .bnr_wrap ul li a {
  display: block;
  max-width: 490px;
}
.reserve_area .bnr_wrap ul li a img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .reserve_area .bnr_wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reserve_area .bnr_wrap ul li a {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.directin-sp-form .directin-sp-form-submit-button button {
  background: #205645;
}

#reservationArea .directin-sp-form-input.directin-sp-form-date-input input[type=text] {
  padding: 4px 4px 4px 38px;
}

/* 宿泊日・日程未定・人数・客室数 */
.directin-sp-form .directin-sp-form-input label .directin-sp-form-label,
.directin-sp-form .directin-sp-form-input label .directin-sp-form-checkbox-label,
.directin-sp-form .directin-sp-form-guest-room-input-group .directin-sp-form-guest-room-separator {
  color: #000;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #reservationArea .directin-sp-form-input.directin-sp-form-date-input input[type=text] {
    padding: 4px;
  }
}
header h1 a {
  margin-left: auto;
  margin-right: auto;
}

footer .infoAddress {
  float: none;
  width: auto;
}
footer .infoAddress h4 {
  margin-left: auto;
  margin-right: auto;
}
footer .copyright {
  margin-top: 60px;
}

#news, .nav {
  display: none !important;
}

.top_aisatu {
  margin-top: 80px;
  margin-bottom: 80px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  text-align: center;
  line-height: 2.2;
  font-size: 22px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.close_aisatu {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  padding-top: 40px;
  padding-bottom: 80px;
  text-align: center;
  font-size: 18px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.close_aisatu .to_naspa {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #000;
}
.close_aisatu .to_naspa p.btn_to_naspa {
  margin-top: 40px;
}
.close_aisatu .to_naspa p.btn_to_naspa a {
  text-align: center;
  border: 1px solid #000;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 40px 10px;
  position: relative;
}
.close_aisatu .to_naspa p.btn_to_naspa a::after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

@media screen and (max-width: 768px) {
  header h1 {
    padding-top: 10px;
    padding-left: 10px;
  }
  header h1 a {
    background-position: center top;
  }
  footer .infoAddress {
    float: none;
    width: auto;
  }
  footer .infoAddress h4 {
    margin-left: auto;
    margin-right: auto;
  }
  footer .copyright {
    margin-top: 60px;
  }
  .top_aisatu {
    margin-top: 16vw;
    margin-bottom: 16vw;
    width: 90%;
    line-height: 2.2;
    font-size: 4.8vw;
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  .close_aisatu {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8vw;
    padding-bottom: 120px;
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
  .close_aisatu .aisatu_text {
    text-align: left;
  }
  .close_aisatu .to_naspa {
    margin-top: 13.3333333333vw;
    padding-top: 13.3333333333vw;
  }
  .close_aisatu .to_naspa p.btn_to_naspa {
    margin-top: 8vw;
  }
  .close_aisatu .to_naspa p.btn_to_naspa a {
    padding: 2.1333333333vw 13.3333333333vw 2.1333333333vw;
  }
  .close_aisatu .to_naspa p.btn_to_naspa a::after {
    right: 3.7333333333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}/*# sourceMappingURL=編集用.css.map */