@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP");
.viewer {
  z-index: -1; }

.ban_bestrate {
  text-align: center;
  margin: 0 auto;
  background: url(../img/bg_bestrate_pc.png) no-repeat center top; }

.ban_bestrate img {
  vertical-align: bottom; }

@media screen and (max-width: 680px) {
  .ban_bestrate {
    background: url(../img/bg_bestrate_sp.png) no-repeat center top;
    background-size: cover; }
  .ban_bestrate img {
    width: 100%; } }

/* 問い合わせフォーム */
#page-mailform .flowchart .active .number {
  border: #4a5a3d;
  background: #4a5a3d; }

#page-mailform .flowchart .number {
  border: #4a5a3d; }

#form_wrap input.sendBtn {
  background: #4a5a3d; }

#form_wrap table.form_table th {
  background: #dfe1d2; }

/* 検索パネル フローティング */
#float_menu {
  position: fixed;
  /*	top: 140px;*/
  top: 200px;
  right: 0;
  z-index: +2; }

#float_menu h3 {
  background: #4a5a3d;
  padding: 10px;
  border-radius: 9px 0 0 9px;
  font-size: 20px !important;
  color: #fff;
  font-family: 'Noto Serif JP', sans-serif;
  text-align: center;
  cursor: pointer;
  width: 50px;
  float: left; }

#float_menu h3 span:after {
  content: url(../img/ico_fl_panel_left.png);
  display: block; }

#float_menu h3.active span:after {
  content: url(../img/ico_fl_panel_right.png);
  display: block; }

#float_menu .onlineserviceX {
  display: none;
  background: #dfe1d2;
  font-size: 14px;
  overflow: hidden;
  padding: 5px;
  border: 1px solid #1a9490;
  border-radius: 0 0 0 9px;
  width: 230px; }

#float_menu .onlineserviceX .onlineservice #hd_search {
  font-size: 16px;
  text-align: center;
  margin: 0 auto 5px auto;
  color: #1a9490;
  background: none;
  width: auto;
  cursor: auto; }

#float_menu .booking-search input {
  border: 1px solid #aaa;
  padding: 5px;
  width: 4em;
  font-size: 12px;
  text-align: center; }

#float_menu .booking-search input.btns {
  margin: auto;
  font-size: 16px;
  background: #1a9490;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px; }

#float_menu .booking-search input.btns:hover {
  opacity: 0.8; }

#float_menu .booking-search select {
  padding: 5px; }

#float_menu .booking-search {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #333; }

#float_menu .fl_panel_table td {
  padding: 3px 0; }

#float_menu .onlineserviceX .booking-buttons-inner,
#float_menu .onlineserviceX .booking-links-inner {
  font-size: 12px !important; }

#float_menu .onlineserviceX .booking-buttons-inner li,
#float_menu .onlineserviceX .booking-links-inner li {
  border-bottom: 1px dotted #ccc;
  font-size: 12px; }

@media screen and (max-width: 680px) {
  #float_menu {
    display: none; } }

/* TOPページコンテンツ */
#top_sec01 {
  text-align: center;
  position: relative;
  max-height: 540px;
  min-height: 540px;
  overflow: hidden;
  background: url(../img/bg_top_sec01_pc.jpg) no-repeat center center;
  background-size: cover; }

#top_sec01 .sec_inner {
  width: 960px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

#top_sec01 .sec_inner .text {
  float: right;
  margin: 20px -80px 20px 0; }

#top_sec01 .sec_inner .btn {
  position: absolute;
  top: 35%;
  right: 300px; }

#top_sec01 .sec_inner .btn a {
  display: block;
  padding: 20px 5px;
  border: 1px solid #fff; }

#top_sec01 .sec_inner .btn a:hover {
  background: rgba(255, 255, 255, 0.2); }

@media screen and (max-width: 680px) {
  #top_sec01 {
    text-align: center;
    position: relative;
    width: 100%;
    max-height: 100%;
    min-height: 100%;
    overflow: hidden;
    background: #dfe1d2 url(../img/bg_top_sec01_sp.png) no-repeat center top;
    background-size: contain;
    padding: 70% 0 30px 0; }
  #top_sec01 .sec_inner {
    width: 100%;
    margin: 0 auto;
    position: relative; }
  #top_sec01 .sec_inner .text {
    float: none;
    margin: 0 auto; }
  #top_sec01 .sec_inner .text img {
    width: 100%; }
  #top_sec01 .sec_inner .btn {
    position: absolute;
    top: 15%;
    left: 10%; }
  #top_sec01 .sec_inner .btn a {
    display: block;
    padding: 15px 5px;
    border: 1px solid #fff;
    width: 30px; }
  #top_sec01 .sec_inner .btn a:hover {
    background: none; } }

#top_sec02 {
  text-align: center;
  position: relative;
  max-height: 380px;
  min-height: 380px;
  overflow: hidden;
  background: url(../img/bg_top_sec02_pc.jpg) no-repeat center center;
  background-size: cover; }

#top_sec02 .sec_inner {
  width: 960px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

#top_sec02 .sec_inner .text {
  float: left;
  margin: 40px 0 10px 0; }

#top_sec02 .sec_inner .text2 {
  width: 310px;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left; }

#top_sec02 .sec_inner .btn {
  position: absolute;
  top: 200%;
  left: 0; }

#top_sec02 .sec_inner .btn a {
  display: block;
  padding: 0; }

#top_sec02 .sec_inner .btn a:hover {
  opacity: 0.8; }

@media screen and (max-width: 680px) {
  #top_sec02 {
    text-align: center;
    position: relative;
    width: 100%;
    max-height: 100%;
    min-height: 100%;
    overflow: hidden;
    background: #dfe1d2;
    padding: 0 0 20px 0; }
  #top_sec02 .sec_inner {
    width: 100%;
    margin: 0 auto;
    position: relative; }
  #top_sec02 .sec_inner .text {
    float: none;
    margin: 0 auto; }
  #top_sec02 .sec_inner .text img {
    width: 100%; }
  #top_sec02 .sec_inner .text2 {
    width: 94%;
    position: relative;
    margin: 10px auto; }
  #top_sec02 .sec_inner .btn {
    position: relative;
    width: 40%;
    margin: 20px auto; }
  #top_sec02 .sec_inner .btn a:hover {
    opacity: 1; } }

#top_sec03 {
  text-align: center;
  position: relative;
  max-height: 380px;
  min-height: 380px;
  overflow: hidden;
  background: url(../img/bg_top_sec03_pc.jpg) no-repeat center center;
  background-size: cover; }

#top_sec03 .sec_inner {
  width: 960px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

#top_sec03 .sec_inner {
  width: 960px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

#top_sec03 .sec_inner .text {
  float: right;
  margin: 40px 40px 10px 0; }

#top_sec03 .sec_inner .text2 {
  width: 310px;
  position: absolute;
  top: 100%;
  right: 0;
  text-align: left; }

#top_sec03 .sec_inner .btn {
  position: absolute;
  top: 200%;
  right: 110px; }

#top_sec03 .sec_inner .btn a {
  display: block;
  padding: 0; }

#top_sec03 .sec_inner .btn a:hover {
  opacity: 0.8; }

@media screen and (max-width: 680px) {
  #top_sec03 {
    text-align: center;
    position: relative;
    width: 100%;
    max-height: 100%;
    min-height: 100%;
    overflow: hidden;
    background: #dfe1d2;
    padding: 0 0 20px 0; }
  #top_sec03 .sec_inner {
    width: 100%;
    margin: 0 auto;
    position: relative; }
  #top_sec03 .sec_inner .text {
    float: none;
    margin: 0 auto; }
  #top_sec03 .sec_inner .text img {
    width: 100%; }
  #top_sec03 .sec_inner .text2 {
    width: 94%;
    position: relative;
    margin: 10px auto; }
  #top_sec03 .sec_inner .btn {
    position: relative;
    width: 40%;
    margin: 20px auto;
    right: 0; }
  #top_sec03 .sec_inner .btn a:hover {
    opacity: 1; } }

#recommends {
  background: url(../img/bg_recommends.jpg);
  background-size: cover;
  letter-spacing: -.4em;
  text-align: center;
  overflow: hidden;
  padding: 50px 0; }

#recommends .column {
  letter-spacing: normal;
  width: 309px;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px; }

#recommends .column .column-inner {
  border: none; }

#recommends .column .photos-left {
  float: none;
  height: 230px;
  margin: 0 0 10px 0;
  overflow: hidden; }

#recommends .column .photos-left a {
  display: block; }

#recommends .column .plandetail-left {
  float: none;
  margin: 0 0 20px 0;
  text-align: left;
  color: #fff; }

#recommends .column-inner h3 {
  font-size: 16px;
  color: #fff;
  line-height: 1.4; }

#recommends .column-inner h3 a {
  color: #fff; }

@media screen and (max-width: 680px) {
  #recommends {
    padding: 0 0 30px 0; }
  #recommends .column {
    letter-spacing: normal;
    width: 96%;
    display: block;
    vertical-align: top;
    margin: 0 auto 20px auto; }
  #recommends .column .photos-left {
    float: left;
    width: 30% !important;
    height: auto;
    margin: 0 10px 10px 0;
    overflow: hidden; }
  #recommends .column .plandetail-left {
    float: left;
    width: calc(70% - 10px); }
  #recommends .column-inner h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 10px 0; }
  #recommends .column-inner p {
    font-size: 13px;
    font-weight: normal; } }

#news {
  background: #dfe1d2 url(../img/bg_top_news.jpg) center top;
  background-size: cover;
  overflow: hidden;
  padding: 50px 0; }

#news .column {
  letter-spacing: normal;
  width: 960px;
  margin: 0 auto;
  padding: 0 0 20px 0; }

#news .column-inner {
  margin: 0;
  border: none; }

#news .column-inner h3 {
  font-size: 16px;
  color: #59493f;
  line-height: 1.4;
  text-decoration: underline; }

#news .column-inner p.statement_link a,
#page-detail p.statement_link a,
#page-rooms p.statement_link a,
#page-guide p.statement_link a {
  width: 180px;
  text-align: center;
  color: #59493f;
  background: #fff url(../img/arrow_br.png) no-repeat right 8px center; }

#news .column-inner p.statement_link a:hover,
#page-detail p.statement_link a:hover,
#page-rooms p.statement_link a:hover,
#page-guide p.statement_link a:hover {
  background: #59493f url(../img/arrow_wh.png) no-repeat right 6px center;
  background-size: 10px;
  text-decoration: none;
  color: #fff; }

@media screen and (max-width: 680px) {
  #news {
    padding: 0; }
  #news .column {
    letter-spacing: normal;
    width: 96%;
    margin: 0 auto;
    padding: 0 0 20px 0; }
  #news .column .photos-left {
    float: left;
    width: 30% !important;
    height: auto;
    margin: 0 10px 10px 0;
    overflow: hidden; }
  #news .column .plandetail-left {
    float: left;
    width: calc(70% - 10px); }
  #news .column-inner h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 10px 0; }
  #news .column-inner p {
    font-size: 13px;
    font-weight: normal; }
  #news .column-inner p.statement_link a {
    width: 150px;
    margin: 20px auto; }
  #page-detail .content {
    padding-bottom: 100px; }
  #news .column-inner p.statement_link a,
  #page-detail p.statement_link a,
  #page-guide p.statement_link a {
    margin: 20px auto; } }

#snsarea {
  background: #dfe1d2 url(../img/bg_top_news.jpg) center bottom;
  background-size: cover;
  overflow: hidden;
  padding: 70px 0; }

#snsarea .sec_inner {
  width: 960px;
  margin: auto; }

#snsarea .sec_inner ul {
  overflow: hidden; }

#snsarea .sec_inner ul li {
  float: left;
  margin-right: 21px; }

#snsarea .sec_inner ul li:last-child {
  margin: 0; }

#snsarea .sec_inner ul li a:hover {
  opacity: 0.8; }

@media screen and (max-width: 680px) {
  #snsarea {
    padding: 20px 0; }
  #snsarea .sec_inner {
    width: 96%;
    margin: auto; }
  #snsarea .sec_inner ul {
    width: 90%;
    margin: auto; }
  #snsarea .sec_inner ul li {
    float: none;
    margin: 0 auto 10px auto; }
  #snsarea .sec_inner ul li:last-child {
    float: none; }
  #snsarea .sec_inner ul li img {
    width: 100%; } }

#top_access {
  background: url(../img/bg_top_access_pc.jpg);
  background-size: cover;
  overflow: hidden;
  padding: 70px 0; }

#top_access .sec_inner {
  width: 960px;
  margin: auto; }

#top_access .sec_inner h2.ttl_h2_ul {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin: 30px 0;
  letter-spacing: 0.1em;
  /*height: 46px;
	line-height: 46px;*/
  font-size: 32px;
  font-weight: bold;
  color: #59493f;
  background: url(../img/bg_rec_ttl.png) no-repeat center bottom -10px;
  border: none; }

#top_access .sec_inner h3.ttl_h3 {
  margin: -100px auto -110px auto;
  padding: 0;
  text-align: center; }

#top_access .read {
  text-align: center;
  font-size: 14px;
  color: #59493f;
  line-height: 2;
  padding: 20px 0; }

#top_access iframe {
  margin: 30px auto; }

@media screen and (max-width: 680px) {
  #top_access {
    background: url(../img/bg_top_access_sp.jpg);
    padding: 30px 0; }
  #top_access .sec_inner {
    width: 96%;
    margin: auto; }
  #top_access .sec_inner h2.ttl_h2_ul {
    font-size: 20px;
    background: url(../img/bg_rec_ttl.png) no-repeat center bottom 5px;
    background-size: 40%; }
  #top_access .sec_inner h3.ttl_h3 {
    width: 100%;
    margin: -60px auto; }
  #top_access .sec_inner h3.ttl_h3 img {
    width: 100%; }
  #top_access .read {
    font-size: 12px; }
  #top_access iframe {
    margin: 0 auto 30px auto; } }

#top_banner {
  background: #dfe1d2;
  overflow: hidden;
  padding: 80px 0 100px 0; }

#top_banner .sec_inner {
  width: 960px;
  margin: auto; }

#top_banner .sec_inner ul {
  letter-spacing: -.4em;
  overflow: hidden; }

#top_banner .sec_inner ul li {
  letter-spacing: normal;
  display: inline-block;
  width: 230px;
  height: 63px;
  margin: 0 13px 20px 0; }

#top_banner .sec_inner ul li:nth-child(4n) {
  margin: 0 0 20px 0; }

#top_banner .sec_inner ul li a:hover {
  opacity: 0.8; }

@media screen and (max-width: 680px) {
  #top_banner {
    padding: 30px 0 80px 0; }
  #top_banner .sec_inner {
    width: 96%; }
  #top_banner .sec_inner ul li {
    width: 49%;
    height: auto;
    margin: 0 1% 10px 0; }
  #top_banner .sec_inner ul li:nth-child(even) {
    margin: 0 0 10px 0; }
  #top_banner .sec_inner ul li:nth-child(4n) {
    margin: 0 1% 10px 0; }
  #top_banner .sec_inner ul li a:hover {
    opacity: 1; }
  #top_banner .sec_inner ul li img {
    width: 100%; } }

/* 下層ページ　アンカーリンク */
.anchor ul {
  letter-spacing: -.4em;
  text-align: left;
  overflow: hidden; }

.anchor ul li {
  letter-spacing: normal;
  display: inline-block;
  width: calc(94% / 4);
  margin: 0 2% 10px 0; }

.anchor ul li:nth-child(4n) {
  margin: 0 0 10px 0; }

.anchor ul li a {
  display: block;
  width: 100%;
  background: #fff url(../img/arrow_anc_brwn.png) no-repeat right 10px center;
  text-decoration: none;
  color: #59493f;
  padding: 10px;
  text-align: center; }

.anchor ul li a:hover {
  display: block;
  width: 100%;
  background: #59493f url(../img/arrow_anc_white.png) no-repeat right 10px center;
  text-decoration: none;
  color: #fff; }

@media screen and (max-width: 680px) {
  .anchor ul li {
    width: calc(98% / 2); }
  .anchor ul li:nth-child(2n) {
    margin: 0 0 10px 0; } }

/* bestrate */
#page-bestrate .content {
  background: url(../img/bg_bestrate_pc.jpg) center top;
  background-size: cover; }

#page-bestrate .content .inner {
  width: 100%; }

#page-bestrate .breadcrumbs {
  width: 960px;
  margin: 10px auto 30px auto; }

#page-bestrate .content .inner {
  width: 960px;
  margin: auto; }

#page-bestrate h2 {
  display: none; }

#page-bestrate #bestrate {
  background: #fff;
  margin-bottom: 150px;
  padding: 0 80px 80px 80px;
  overflow: hidden; }

#page-bestrate #bestrate .medal {
  text-align: center;
  margin: 50px auto 0 auto; }

#bestrate h3.bestrate_h3 {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 36px;
  color: #6a3933;
  text-align: center;
  margin: 0 auto 20px auto;
  position: relative; }

#bestrate h3.bestrate_h3:before {
  content: '';
  width: 160px;
  height: 1px;
  background: #6a3933;
  position: absolute;
  left: 70px;
  top: 55%; }

#bestrate h3.bestrate_h3:after {
  content: '';
  width: 160px;
  height: 1px;
  background: #6a3933;
  position: absolute;
  right: 70px;
  top: 55%; }

#bestrate h4.bestrate_h4 {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 24px;
  color: #6a3933;
  text-align: center;
  padding: 30px 0; }

#page-bestrate #bestrate .text {
  font-size: 14px;
  color: #333;
  line-height: 1.8; }

#page-bestrate #bestrate .text .red {
  color: #a40000; }

#page-bestrate #bestrate .text .large {
  font-size: 18px; }

#page-bestrate #bestrate .text2 {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 18px;
  color: #333;
  padding: 80px 70px;
  overflow: hidden; }

#page-bestrate #bestrate .text2 .image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }

#page-bestrate #bestrate .text2 ul {
  display: inline-block;
  vertical-align: middle; }

#page-bestrate #bestrate .text2 .red {
  color: #a40000; }

#page-bestrate #bestrate .btn_area ul {
  letter-spacing: -.4em; }

#page-bestrate #bestrate .btn_area ul li {
  letter-spacing: normal;
  display: inline-block;
  width: 380px;
  margin-right: 20px;
  text-align: center; }

#page-bestrate #bestrate .btn_area ul li:las-child {
  margin-right: 0; }

#page-bestrate #bestrate .btn_area ul li a {
  /*display: block;*/
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 20px;
  color: #fff;
  background: #6a3933;
  line-height: 50px;
  border: 1px solid #6a3933;
  position: relative; }

#page-bestrate #bestrate .btn_area ul li a.pcmode {
  display: block; }

#page-bestrate #bestrate .btn_area ul li a.spmode {
  display: none; }

@media screen and (max-width: 680px) {
  #page-bestrate #bestrate .btn_area ul li a.pcmode {
    display: none; }
  #page-bestrate #bestrate .btn_area ul li a.spmode {
    display: block; } }

#page-bestrate #bestrate .btn_area ul li:last-child a {
  display: block;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 20px;
  color: #6a3933;
  background: #fff;
  line-height: 50px;
  border: 1px solid #6a3933; }

#page-bestrate #bestrate .btn_area ul li a:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff; }

#page-bestrate #bestrate .btn_area ul li:last-child a:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #6a3a33; }

#page-bestrate #bestrate .btn_area ul li a:hover {
  color: #6a3933;
  background: #fff; }

#page-bestrate #bestrate .btn_area ul li a:hover:after {
  border-color: transparent transparent transparent #6a3a33; }

#page-bestrate #bestrate .btn_area ul li:last-child a:hover {
  color: #fff;
  background: #6a3933; }

#page-bestrate #bestrate .btn_area ul li:last-child a:hover:after {
  border-color: transparent transparent transparent #fff; }

#page-bestrate #bestrate .text3 {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 12px;
  color: #333;
  padding: 40px 0 0 0;
  overflow: hidden;
  text-align: right; }

@media screen and (max-width: 680px) {
  #page-bestrate .breadcrumbs {
    width: 96%;
    margin: 10px auto 30px auto; }
  #page-bestrate .content .inner {
    width: 96%;
    margin: auto; }
  #page-bestrate #bestrate {
    background: #fff;
    margin-bottom: 150px;
    padding: 0 20px 50px 20px;
    overflow: hidden; }
  #bestrate h3.bestrate_h3 {
    font-size: 22px; }
  #bestrate h3.bestrate_h3:before {
    width: 15%;
    left: 20px; }
  #bestrate h3.bestrate_h3:after {
    width: 15%;
    right: 20px; }
  #bestrate h4.bestrate_h4 {
    font-size: 18px;
    padding: 20px 0 10px 0; }
  #page-bestrate #bestrate .text {
    padding: 0 0 30px 0; }
  #page-bestrate #bestrate .text2 {
    font-size: 14px;
    padding: 20px 0 30px 0; }
  #page-bestrate #bestrate .text2 .image {
    display: block;
    margin-right: 0; }
  #page-bestrate #bestrate .text2 img {
    width: 100%;
    margin-right: 0; }
  #page-bestrate #bestrate .btn_area ul li {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  #page-bestrate #bestrate .btn_area ul li a {
    font-size: 16px; }
  #page-bestrate #bestrate .btn_area ul li:last-child a {
    font-size: 16px; } }

/* 笹井温泉物語 */
#page-gensen .content {
  background: url(../img/bg_monogatari_pc.jpg) no-repeat center top;
  background-size: 100%; }

#page-gensen .content .inner {
  width: 100%; }

#page-gensen .breadcrumbs {
  width: 960px;
  margin: 10px auto 30px auto; }

#page-gensen .content .inner {
  margin: auto; }

#page-gensen h2.hd {
  width: 386px;
  height: 45px;
  background: url(../img/ttl_gensen_pc.png) no-repeat center center;
  text-indent: -9999px;
  border: none;
  margin: 50px auto; }

#page-gensen .sec01 {
  background: #dfe1d2; }

#page-gensen .sec01 img.ph01 {
  width: 100%; }

#page-gensen .sec01 .sec_inner {
  width: 960px;
  margin: auto;
  padding: 50px 0;
  text-align: center;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 18px;
  color: #59493f;
  line-height: 2; }

#page-gensen .sec02 {
  background: #dfe1d2;
  position: relative;
  overflow: hidden;
  padding: 0 0 30px 0; }

#page-gensen .sec02 img {
  width: 100%; }

#page-gensen .sec02 .sec_inner {
  width: 960px;
  margin: auto;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 18px;
  color: #59493f;
  line-height: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

#page-gensen .sec03 {
  position: relative;
  overflow: hidden;
  padding: 0;
  z-index: +1; }

#page-gensen .sec03 img {
  width: 100%; }

#page-gensen .sec03 .sec_inner {
  width: 1000px;
  margin: auto;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 18px;
  color: #59493f;
  line-height: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden; }

#page-gensen .sec03 .sec_inner .text {
  float: right; }

#page-gensen .sec04 {
  background: #dfe1d2;
  position: relative;
  overflow: hidden;
  margin-top: -80px;
  padding: 0;
  height: 400px; }

#page-gensen .sec04 .image {
  float: right; }

#page-gensen .sec04 img {
  width: 100%; }

#page-gensen .sec04 .sec_inner {
  width: 960px;
  margin: auto;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 18px;
  color: #59493f;
  line-height: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 37%;
  overflow: hidden; }

#page-gensen .sec04 .sec_inner .text {
  text-align: center; }

@media screen and (max-width: 680px) {
  #page-gensen .content {
    background-size: 200%; }
  #page-gensen .breadcrumbs {
    width: 96%;
    margin: 10px auto 0 auto; }
  #page-gensen .content .inner {
    width: 100%;
    margin: auto; }
  #page-gensen h2.hd {
    width: 70%;
    background-size: contain;
    margin: 20px auto; }
  #page-gensen .sec01 .sec_inner {
    width: 100%;
    padding: 30px 0;
    font-size: 16px; }
  #page-gensen .sec01 .sec_inner {
    width: 96%;
    margin: auto;
    text-align: left; }
  #page-gensen .sec02 {
    padding: 0; }
  #page-gensen .sec02 img {
    vertical-align: bottom; }
  #page-gensen .sec02 .sec_inner {
    background: url(../img/bg_gensen_sec02_sp.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    margin: auto;
    padding: 20px 2%;
    position: relative;
    top: auto;
    transform: translatey(0);
    font-size: 16px; }
  #page-gensen .sec03 img {
    vertical-align: bottom; }
  #page-gensen .sec03 .sec_inner {
    width: 100%;
    background: url(../img/bg_gensen_sec02_sp.jpg) no-repeat top center;
    background-size: cover;
    font-size: 16px;
    position: relative;
    top: 0;
    transform: translateY(0); }
  #page-gensen .sec03 .sec_inner .text {
    float: none;
    padding: 20px 2%; }
  #page-gensen .sec04 {
    margin-top: 0;
    height: auto;
    background: #dfe1d2 url(../img/bg_gensen04_sp.png) no-repeat right -50% top -30%;
    background-size: 80%;
    padding-bottom: 80px; }
  #page-gensen .sec04 .image {
    display: none; }
  #page-gensen .sec04 .sec_inner {
    width: 100%;
    font-size: 16px;
    padding: 20px 2%;
    position: relative;
    top: 0;
    overflow: hidden; }
  #page-gensen .sec04 .sec_inner .text {
    text-align: left; } }

@media screen and (max-width: 320px) {
  #page-gensen .content {
    background-size: 240%; } }

/* お料理 */
#page-dishes .content {
  background: url(../img/bg_monogatari_pc.jpg) no-repeat center top;
  background-size: 100%; }

#page-dishes .content .inner {
  width: 100%; }

#page-dishes .breadcrumbs {
  width: 960px;
  margin: 10px auto 30px auto; }

#page-dishes .content .inner {
  margin: auto; }

#page-dishes h2.hd {
  width: 386px;
  height: 45px;
  background: url(../img/ttl_dishes_pc.png) no-repeat center center;
  text-indent: -9999px;
  border: none;
  margin: 50px auto; }

#page-dishes .sec01 {
  background: #dfe1d2;
  padding: 0 0 20px 0; }

#page-dishes .sec01 img.ph01 {
  width: 100%; }

#page-dishes .sec01 .sec_inner {
  width: 960px;
  margin: auto; }

#page-dishes .sec01 .text_l {
  font-size: 30px;
  font-family: 'Noto Serif JP', sans-serif;
  color: #59493f;
  text-align: center;
  letter-spacing: 2px;
  margin: auto;
  padding: 50px 0; }

#page-dishes .sec01 .text {
  font-size: 20px;
  font-family: 'Noto Serif JP', sans-serif;
  color: #59493f;
  text-align: center;
  letter-spacing: 2px;
  margin: auto;
  padding: 20px 0; }

#page-dishes .sec01 .sub_text {
  letter-spacing: -.4em; }

#page-dishes .sec01 .sub_text .sub_txt2 {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px; }

#page-dishes .sec01 .sub_text .sub_txt2 h4 {
  font-size: 20px;
  font-family: 'Noto Serif JP', sans-serif;
  color: #59493f;
  letter-spacing: 2px;
  padding-bottom: 10px; }

#page-dishes .sec01 .sub_text .sub_txt2 p {
  font-size: 14px;
  color: #333; }

#page-dishes .sec01 .sub_text .sub_image {
  letter-spacing: normal;
  display: inline-block;
  width: 265px;
  vertical-align: middle; }

#page-dishes .sec02 {
  background: #edefe6;
  padding: 50px 0; }

#page-dishes .sec02 img.ph01 {
  width: 100%; }

#page-dishes .sec02 .sec_inner {
  width: 960px;
  margin: auto;
  text-align: center; }

#page-dishes .sec02 .sec_inner .read {
  font-size: 14px;
  color: #333;
  padding: 20px 0; }

#page-dishes .sec02 .sec_inner ul {
  letter-spacing: -.4em;
  text-align: center;
  margin: auto; }

#page-dishes .sec02 .sec_inner ul li {
  letter-spacing: 2px;
  display: inline-block;
  width: 316px;
  margin: 0 4px 20px 0;
  vertical-align: top; }

#page-dishes .sec02 .sec_inner ul li img {
  vertical-align: bottom;
  margin-bottom: 5px; }

#page-dishes .sec02 .sec_inner ul li a img:hover {
  opacity: 0.8; }

#page-dishes .sec02 .sec_inner ul li .name {
  font-size: 20px;
  font-family: 'Noto Serif JP', sans-serif; }

#page-dishes .sec02 .sec_inner ul li .name span {
  font-size: 14px;
  font-family: normal;
  padding-left: 1em; }

#page-dishes .sec03 {
  background: #dfe1d2;
  padding: 75px 0; }

#page-dishes .sec03 .image {
  text-align: center; }

#page-dishes .sec03 .sec_inner {
  width: 960px;
  margin: auto; }

#page-dishes .sec03 img.ph01 {
  width: 100%;
  /*margin-bottom: 50px;*/
  padding-bottom: 20px;
  /*border-bottom: 1px solid #333;*/ }

#page-dishes .sec03 .sec_inner ul {
  padding-left: 1.5em; }

#page-dishes .sec03 .sec_inner ul li {
  list-style: square;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  text-indent: -3em;
  padding-left: 3em; }

@media screen and (max-width: 680px) {
  #page-dishes .content {
    background-size: 200%; }
  #page-dishes .breadcrumbs {
    width: 96%;
    margin: 10px auto 0 auto; }
  #page-dishes .content .inner {
    width: 100%;
    margin: auto; }
  #page-dishes h2.hd {
    width: 70%;
    background-size: contain;
    margin: 20px auto; }
  #page-dishes .sec01 .sec_inner {
    width: 96%;
    margin: auto; }
  #page-dishes .sec01 .text_l {
    font-size: 22px;
    padding: 20px 0; }
  #page-dishes .sec01 .text {
    font-size: 16px;
    padding: 20px 0; }
  #page-dishes .sec01 .sub_text {
    position: relative; }
  #page-dishes .sec01 .sub_text .sub_txt2 {
    display: inline-block; }
  #page-dishes .sec01 .sub_text .sub_txt2 h4 {
    font-size: 18px;
    line-height: 1.4; }
  #page-dishes .sec01 .sub_text .sub_txt2 {
    width: 67%;
    padding-right: 2%; }
  #page-dishes .sec01 .sub_text .sub_image {
    width: 40%;
    position: absolute;
    right: -6%;
    top: 15%; }
  #page-dishes .sec02 {
    padding: 40px 0 0 0; }
  #page-dishes .sec02 .sec_inner {
    width: 96%; }
  #page-dishes .sec02 .sec_inner .sec02_ttl {
    width: 80%;
    margin: auto; }
  #page-dishes .sec02 .sec_inner .sec02_ttl img {
    width: 100%; }
  #page-dishes .sec02 .sec_inner .read {
    padding: 20px 0; }
  #page-dishes .sec02 .sec_inner ul {
    text-align: left; }
  #page-dishes .sec02 .sec_inner ul li {
    width: 49%;
    margin: 0 2% 20px 0;
    text-align: center; }
  #page-dishes .sec02 .sec_inner ul li:nth-child(even) {
    margin: 0 0 20px 0; }
  #page-dishes .sec02 .sec_inner ul li img {
    width: 100%; }
  #page-dishes .sec02 .sec_inner ul li .name {
    font-size: 16px; }
  #page-dishes .sec02 .sec_inner ul li .name span {
    display: block;
    padding-left: 0;
    font-size: 12px; }
  #page-dishes .sec03 {
    padding: 30px 0 100px 0; }
  #page-dishes .sec03 .sec_inner {
    width: 96%;
    /*border-top: 1px solid #333;*/
    padding: 0; }
  #page-dishes .sec03 img.ph01 {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }
  #page-dishes .sec03 .sec_inner ul li {
    font-size: 14px;
    text-indent: -0.5em;
    padding-left: 0.5em;
    margin-bottom: 10px; } }

@media screen and (max-width: 320px) {
  #page-dishes .content {
    background-size: 240%; } }

/* モール温泉 */
#page-moor .content {
  background: url(../img/bg_monogatari_pc.jpg) no-repeat center top;
  background-size: 100%; }

#page-moor .content .inner {
  width: 100%; }

#page-moor .breadcrumbs {
  width: 960px;
  margin: 10px auto 30px auto; }

#page-moor .content .inner {
  margin: auto; }

#page-moor h2.hd {
  width: 386px;
  height: 81px;
  background: url(../img/ttl_moor_pc.png) no-repeat center center;
  text-indent: -9999px;
  border: none;
  margin: 50px auto 40px auto; }

#page-moor .sec01 {
  background: #dfe1d2;
  padding: 0 0 150px 0; }

#page-moor .sec01 img.ph01 {
  width: 100%; }

#page-moor .sec01 .sec_inner {
  width: 960px;
  margin: auto; }

#page-moor .sec01 .sec_inner .read {
  text-align: center;
  padding: 50px 0; }

#page-moor .sec01 .sec_inner .sub_text {
  overflow: hidden;
  padding: 0 0 40px 0; }

#page-moor .sec01 .sec_inner .sub_text .image {
  float: left;
  margin-right: 30px;
  width: 245px; }

#page-moor .sec01 .sec_inner .sub_text h4 {
  font-size: 20px;
  font-family: 'Noto Serif JP', sans-serif;
  color: #333;
  line-height: 1.8;
  padding: 10px 0 20px 0; }

#page-moor .sec01 .sec_inner .sub_text p {
  font-size: 14px;
  line-height: 1.8; }

#page-moor .sec01 .sec_inner ul {
  letter-spacing: -.4em; }

#page-moor .sec01 .sec_inner ul li {
  letter-spacing: normal;
  display: inline-block;
  width: 318px;
  margin-right: 3px; }

#page-moor .sec01 .sec_inner ul li:nth-child(3n) {
  margin-right: 0; }

#page-moor .sec01 .sec_inner .text {
  font-size: 14px;
  padding: 30px 0 50px 0; }

#page-moor .sec01 .sec_inner .text span {
  padding: 0 0 10px 20px; }

#page-moor .sec01 .sec_inner img {
  vertical-align: bottom; }

#page-moor .sec01 .sec_inner .ttl_detail {
  font-size: 18px;
  font-family: 'Noto Serif JP', sans-serif;
  color: #59493f;
  text-align: center;
  padding: 0 0 20px 0; }

#page-moor .sec01 .sec_inner .detail {
  border-collapse: collapse;
  width: 100%; }

#page-moor .sec01 .sec_inner .detail th {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 30px;
  white-space: nowrap;
  vertical-align: middle;
  border-top: 1px solid #929678; }

#page-moor .sec01 .sec_inner .detail td {
  padding: 10px 30px;
  vertical-align: middle;
  border-top: 1px solid #929678; }

#page-moor .sec01 .sec_inner .detail tr:last-child th,
#page-moor .sec01 .sec_inner .detail tr:last-child td {
  border-bottom: 1px solid #929678; }

@media screen and (max-width: 680px) {
  #page-moor .content {
    background-size: 260%; }
  #page-moor .breadcrumbs {
    width: 96%;
    margin: 10px auto 0 auto; }
  #page-moor .content .inner {
    width: 100%;
    margin: auto; }
  #page-moor h2.hd {
    width: 70%;
    background-size: contain;
    margin: 20px auto; }
  #page-moor .content .sec_inner {
    width: 94%;
    margin: auto; }
  #page-moor .sec01 {
    padding: 0 0 100px 0; }
  #page-moor .sec01 .sec_inner .read {
    width: 90%;
    margin: auto;
    padding: 30px 0; }
  #page-moor .sec01 .sec_inner .read img {
    width: 100%; }
  #page-moor .sec01 .sec_inner .sub_text {
    padding: 0 0 20px 0; }
  #page-moor .sec01 .sec_inner .sub_text .image {
    margin-right: 2%;
    width: 30%; }
  #page-moor .sec01 .sec_inner .sub_text .image img {
    width: 100%; }
  #page-moor .sec01 .sec_inner .sub_text h4 {
    font-size: 18px;
    line-height: 1.4; }
  #page-moor .sec01 .sec_inner ul li {
    display: inline-block;
    width: 33%;
    margin-right: 0.5%; }
  #page-moor .sec01 .sec_inner ul li img {
    width: 100%; }
  #page-moor .sec01 .sec_inner .text {
    padding: 20px 0; }
  #page-moor .sec01 .sec_inner .text span {
    display: block;
    padding: 10px 5px; }
  #page-moor .sec01 .sec_inner .detail th {
    padding: 10px; }
  #page-moor .sec01 .sec_inner .detail td {
    padding: 10px; } }

@media screen and (max-width: 320px) {
  #page-moor .content {
    background-size: 290%; } }

/* 観光案内 */
#page-guide .content {
  background: #dfe1d2 url(../img/bg_monogatari_pc.jpg) no-repeat center top;
  background-size: 100%; }

#page-guide .content .inner {
  width: 100%; }

#page-guide .breadcrumbs {
  width: 960px;
  margin: 10px auto 30px auto; }

#page-guide .content .inner {
  margin: auto; }

#page-guide .column {
  width: 960px;
  margin: auto; }

#page-guide h2.hd {
  width: 386px;
  height: 81px;
  background: url(../img/ttl_guide_pc.png) no-repeat center center;
  text-indent: -9999px;
  border: none;
  margin: 50px auto 40px auto; }

#page-guide #guide {
  background: #dfe1d2; }

#page-guide #guide .sec01 img {
  width: 100%; }

#page-guide #guide .sec_inner {
  width: 960px;
  margin: auto;
  padding: 20px 0; }

#page-guide #guide .sec_inner .read {
  font-size: 30px;
  font-family: 'Noto Serif JP', sans-serif;
  color: #59493f;
  text-align: center;
  letter-spacing: 2px; }

#page-guide #guide .sec_inner .anchor {
  letter-spacing: -.4em;
  text-align: center;
  margin: 50px auto; }

#page-guide #guide .sec_inner .anchor li {
  letter-spacing: normal;
  display: inline-block; }

#page-guide #guide .sec_inner .anchor li a {
  display: block;
  color: #59493f;
  text-decoration: underline;
  background: url(../img/ico_arrow_btm_green.png) no-repeat left center;
  margin: 0 30px;
  padding: 0 20px; }

#page-guide #guide .sec_inner .anchor li a:hover {
  opacity: 0.8;
  text-decoration: none; }

#page-guide .column-inner {
  margin: 0;
  padding: 0 0 30px 0;
  border: none; }

#page-guide h3.ttl_h3 {
  text-align: center;
  margin-bottom: 40px; }

#page-guide #event h3.ttl_h3 {
  text-align: center;
  margin-bottom: -60px; }

#page-guide .guide_listA {
  letter-spacing: -.4em;
  text-align: left; }

#page-guide .guide_listA li {
  letter-spacing: normal;
  display: inline-block;
  width: 48%;
  margin: 0 4% 30px 0;
  vertical-align: top; }

#page-guide .guide_listA li:nth-child(even) {
  margin: 0 0 40px 0; }

#page-guide .guide_listA li h4 {
  background-color: #fff;
  background-image: url(../img/ico_dot_brown.png), url(../img/ico_dot_brown.png), url(../img/ico_dot_brown.png), url(../img/ico_dot_brown.png);
  background-repeat: no-repeat;
  background-position: top 3px left 3px, top 3px right 3px, bottom 3px left 3px, bottom 3px right 3px;
  background-size: 3px;
  font-size: 18px;
  font-weight: bold;
  color: #59493f;
  margin-bottom: 15px;
  padding: 4px 10px;
  min-height: 37px;
  line-height: 1.2;
  border-radius: 5px;
  border: 1px solid #59493f;
  position: relative; }

#page-guide .guide_listA li h4 span {
  font-size: 16px;
  background: #59493f;
  color: #fff;
  margin: 0 20px 0 0;
  padding: 1px 20px;
  border-radius: 50px;
  width: 7em;
  display: inline-block;
  text-align: center; }

#page-guide .guide_listA li .sub_box {
  font-size: 14px;
  color: #333;
  margin-bottom: 30px;
  overflow: hidden; }

#page-guide .guide_listA li .sub_box .image {
  float: left;
  margin: 0 10px 0 0; }

#page-guide .guide_listA li .sub_box .text {
  margin-bottom: 10px;
  padding-bottom: 10px; }

#page-guide .guide_listB {
  letter-spacing: -.4em;
  text-align: left; }

#page-guide .guide_listB li {
  letter-spacing: normal;
  display: inline-block;
  width: 48%;
  margin: 0 4% 30px 0;
  vertical-align: top; }

#page-guide .guide_listB li:nth-child(even) {
  margin: 0 0 40px 0; }

#page-guide .guide_listB li h4 {
  background-color: #59493f;
  background-image: url(../img/ico_dot_white.png), url(../img/ico_dot_white.png), url(../img/ico_dot_white.png), url(../img/ico_dot_white.png);
  background-repeat: no-repeat;
  background-position: top 3px left 3px, top 3px right 3px, bottom 3px left 3px, bottom 3px right 3px;
  background-size: 3px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
  padding: 7px 20px;
  min-height: 37px;
  line-height: 1.2;
  border-radius: 5px;
  border: 1px solid #fff;
  position: relative; }

#page-guide .guide_listB li .sub_box {
  font-size: 14px;
  color: #333;
  margin-bottom: 30px; }

#page-guide .guide_listB li .sub_box .text {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333; }

.btn_guide {
  text-align: center;
  margin: 10px auto; }

.btn_guide a {
  color: #59493f;
  text-decoration: none;
  display: block;
  background: #fff url(../img/arrow_br.png) no-repeat right 8px center;
  width: 180px;
  line-height: 33px;
  margin: auto; }

.btn_guide a:hover {
  color: #fff;
  text-decoration: none;
  background: #59493f url(../img/arrow_wh.png) no-repeat right 6px center; }

.btn_brown {
  text-align: center;
  margin: 10px auto; }

.btn_brown a {
  display: block;
  text-align: center;
  color: #fff;
  background: #59493f;
  width: 390px;
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  font-family: 'Noto Serif JP', sans-serif;
  text-decoration: none;
  margin: auto;
  position: relative;
  border: 1px solid #59493f; }

.btn_brown a:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 8px;
  border-color: transparent transparent transparent #ffffff; }

.btn_brown a:hover {
  color: #59493f;
  background: #fff;
  text-decoration: none; }

.btn_brown a:hover:after {
  border-color: transparent transparent transparent #59493f; }

#ski,
#golf,
#outdoor,
#tourism,
#event,
#btn {
  background: #dfe1d2;
  padding: 0 0 80px 0; }

#ski .sub_inner,
#golf .sub_inner,
#outdoor .sub_inner,
#tourism .sub_inner,
#event .sub_inner {
  width: 960px;
  margin: auto; }

@media screen and (max-width: 680px) {
  #ski .sub_inner,
  #golf .sub_inner,
  #outdoor .sub_inner,
  #tourism .sub_inner,
  #event .sub_inner {
    width: 100%;
    margin: auto; }
  #page-guide .content {
    background-size: 240%; }
  #page-guide .breadcrumbs {
    width: 96%;
    margin: 10px auto 0 auto; }
  #page-guide .content .inner {
    width: 100%;
    margin: auto; }
  #page-guide h2.hd {
    width: 70%;
    background-size: contain;
    margin: 20px auto; }
  #page-guide #event h3.ttl_h3 {
    margin-top: -10px;
    margin-bottom: 0; }
  #page-guide .column {
    width: 96%;
    margin: auto; }
  #page-guide #guide .sec_inner {
    width: 96%; }
  #page-guide #guide .sec_inner .read {
    font-size: 20px; }
  #page-guide #guide .sec_inner .anchor {
    margin: 20px auto; }
  #page-guide #guide .sec_inner .anchor li a {
    margin: 0;
    padding: 10px 20px; }
  #page-guide h3.ttl_h3 {
    text-align: center;
    margin-bottom: 40px; }
  #page-guide h3.ttl_h3 img {
    width: 90% !important;
    margin: auto; }
  #page-guide .photos-left {
    float: left;
    width: 30% !important;
    margin: 0 10px 10px 0; }
  #golf, #outdoor, #tourism, #event, #btn {
    padding: 0; }
  #ski {
    padding: 0 0 80px 0; }
  .btn_brown a {
    width: 80%;
    font-size: 16px; }
  .btn_brown a:after {
    right: 10px; }
  #page-guide .guide_listA li {
    display: block;
    width: 100%;
    margin: 0 0 30px 0; }
  #page-guide .guide_listA li:nth-child(even) {
    margin: 0 0 30px 0; }
  #page-guide .guide_listB li {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
    vertical-align: top; }
  #page-guide .guide_listB li:nth-child(even) {
    margin: 0 0 30px 0; }
  #page-guide .guide_listA li .sub_box .text {
    margin-bottom: 0;
    padding-bottom: 0; }
  #page-guide .guide_listA li .sub_box {
    margin-bottom: 10px; }
  #page-guide .guide_listA li .btn_guide {
    margin: 0 auto 30px auto; }
  #page-guide .guide_listA li h4 {
    font-size: 16px; }
  #page-guide .guide_listA li h4 span {
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 1px 10px;
    width: 6em; }
  #page-guide .guide_listB li h4 {
    font-size: 16px; } }

@media screen and (max-width: 320px) {
  #page-guide .content {
    background-size: 290%; } }

/* 施設案内 */
#page-facilities .content {
  background: #dfe1d2 url(../img/bg_monogatari2_pc.png) no-repeat center top;
  background-size: 100%; }

#page-facilities .content .inner {
  width: 100%; }

#page-facilities .content .column-inner {
  border: none; }

#page-facilities .breadcrumbs {
  width: 960px;
  margin: 10px auto 30px auto; }

#page-facilities .content .inner {
  width: 100%;
  margin: auto; }

#page-facilities h2.hd {
  width: 386px;
  height: 45px;
  background: url(../img/ttl_facilities_pc.png) no-repeat center center;
  text-indent: -9999px;
  border: none;
  margin: 50px auto; }

#page-facilities .column {
  width: 960px;
  margin: auto; }

#page-facilities .column.last_child {
  padding-bottom: 100px; }

#page-facilities table.spa_tableA {
  width: 100%;
  display: table; }

#page-facilities table.spa_tableA th {
  width: 25%; }

#page-facilities table.spa_tableA td {
  width: 75%; }

#page-facilities table.spa_tableB {
  width: 100%;
  display: table; }

#page-facilities table.spa_tableB th {
  text-align: center; }

#page-facilities table.spa_tableB td {
  width: calc(100% / 9);
  text-align: center; }

@media screen and (max-width: 680px) {
  #page-facilities .content {
    background-size: 260%; }
  #page-facilities .breadcrumbs {
    width: 96%;
    margin: 10px auto 0 auto; }
  #page-facilities .content .inner {
    width: 100%;
    margin: auto; }
  #page-facilities h2.hd {
    width: 70%;
    background-size: contain;
    margin: 20px auto; }
  #page-facilities .column {
    width: 96%; } }

/* 客室 */
#page-rooms .content {
  background: #dfe1d2 url(../img/bg_monogatari2_pc.png) no-repeat center top;
  background-size: 100%; }

#page-rooms .content .inner {
  width: 100%; }

#page-rooms .content .column-inner {
  border: none; }

#page-rooms .breadcrumbs {
  width: 960px;
  margin: 10px auto 30px auto; }

#page-rooms .content .inner {
  width: 100%;
  margin: auto; }

#page-rooms h2.hd {
  width: 386px;
  height: 45px;
  background: url(../img/ttl_rooms_pc.png) no-repeat center center;
  text-indent: -9999px;
  border: none;
  margin: 50px auto; }

#page-rooms h3 {
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: normal;
  font-size: 22px; }

#page-rooms .column {
  width: 960px;
  margin: auto; }

#page-rooms .column.last_child {
  padding-bottom: 100px; }

#page-rooms p.statement_link a {
  margin: 20px auto; }

@media screen and (max-width: 680px) {
  #page-rooms .content {
    background-size: 260%; }
  #page-rooms .breadcrumbs {
    width: 96%;
    margin: 10px auto 0 auto; }
  #page-rooms .content .inner {
    width: 100%;
    margin: auto; }
  #page-rooms h2.hd {
    width: 70%;
    background-size: contain;
    margin: 20px auto; }
  #page-rooms .column {
    width: 96%; }
  #page-rooms p.statement_link a {
    width: 80%;
    height: 45px;
    line-height: 45px; } }

@media screen and (max-width: 320px) {
  #page-rooms .content {
    background-size: 290%; } }

/* フォトギャラリー */
#page-gallery .content {
  background: #dfe1d2 url(../img/bg_monogatari2_pc.png) no-repeat center top;
  background-size: 100%; }

#page-gallery .content .inner {
  width: 100%; }

#page-gallery .content .column-inner {
  border: none; }

#page-gallery .breadcrumbs {
  width: 960px;
  margin: 10px auto 30px auto; }

#page-gallery .content .inner {
  width: 100%;
  margin: auto; }

#page-gallery .photos-bottom,
#page-gallery .imagesurfingnormal {
  width: 960px !important; }

#page-gallery h2.hd {
  width: 386px;
  height: 45px;
  background: url(../img/ttl_gallery_pc.png) no-repeat center center;
  text-indent: -9999px;
  border: none;
  margin: 50px auto; }

#page-gallery h3 {
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: normal;
  font-size: 22px; }

#page-gallery .column {
  width: 960px;
  margin: auto; }

#page-gallery .column.last_child {
  padding-bottom: 100px; }

@media screen and (max-width: 680px) {
  #page-gallery .content {
    background-size: 260%; }
  #page-gallery .breadcrumbs {
    width: 96%;
    margin: 10px auto 0 auto; }
  #page-gallery .content .inner {
    width: 100%;
    margin: auto; }
  #page-gallery h2.hd {
    width: 70%;
    background-size: contain;
    margin: 20px auto; }
  #page-gallery .column {
    width: 96%; }
  #page-gallery .photos-bottom,
  #page-gallery .imagesurfingnormal {
    width: 100% !important; } }

@media screen and (max-width: 320px) {
  #page-gallery .content {
    background-size: 290%; } }

/* アクセス */
#page-access .content {
  background: #dfe1d2 url(../img/bg_monogatari2_pc.png) no-repeat center top;
  background-size: 100%; }

#page-access .content .inner {
  width: 100%; }

#page-access .content .column-inner {
  border: none; }

#page-access .breadcrumbs {
  width: 960px;
  margin: 10px auto 30px auto; }

#page-access .content .inner {
  width: 100%;
  margin: auto; }

#page-access h2.hd {
  width: 386px;
  height: 45px;
  background: url(../img/ttl_access_pc.png) no-repeat center center;
  text-indent: -9999px;
  border: none;
  margin: 50px auto; }

#page-access h3 {
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: normal;
  font-size: 22px; }

#page-access .column {
  width: 960px;
  margin: auto; }

#page-access .column.last_child {
  padding-bottom: 100px; }

#page-access table {
  width: 100%; }

#page-access .access_map {
  letter-spacing: -.4em; }

#page-access .access_map li {
  letter-spacing: normal;
  display: inline-block;
  width: 50%; }

@media screen and (max-width: 680px) {
  #page-access .content {
    background-size: 260%; }
  #page-access .breadcrumbs {
    width: 96%;
    margin: 10px auto 0 auto; }
  #page-access .content .inner {
    width: 100%;
    margin: auto; }
  #page-access h2.hd {
    width: 70%;
    background-size: contain;
    margin: 20px auto; }
  #page-access .column {
    width: 96%; }
  #page-access .access_map li {
    display: block;
    width: 100%; }
  #page-access #link a img {
    width: auto !important; } }

@media screen and (max-width: 320px) {
  #page-access .content {
    background-size: 290%; } }

/* 観劇を愉しむ */
#page-theater .content {
  background: #dfe1d2 url(../img/bg_monogatari2_pc.png) no-repeat center top;
  background-size: 100%; }

#page-theater .content .inner {
  width: 100%; }

#page-theater .content .column-inner {
  border: none; }

#page-theater .breadcrumbs {
  width: 960px;
  margin: 10px auto 30px auto; }

#page-theater .content .inner {
  width: 100%;
  margin: auto; }

#page-theater h2.hd {
  width: 386px;
  height: 45px;
  background: url(../img/ttl_theater_pc.png) no-repeat center center;
  text-indent: -9999px;
  border: none;
  margin: 50px auto; }

#page-theater h3 {
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: normal;
  font-size: 22px; }

#page-theater .column {
  width: 960px;
  margin: auto; }

#page-theater .column.last_child {
  padding-bottom: 100px; }

#page-theater .column.last_child .photos-conformity-left div {
  height: 250px !important; }

#page-theater .column.last_child .photos-conformity-left div img {
  margin-bottom: 5px; }

#page-theater .column.last_child .photos-conformity-left div span.caps {
  padding-top: 0; }

.btn_kangeki {
  text-align: center;
  margin: 10px auto; }

.btn_kangeki a {
  color: #59493f;
  text-decoration: none;
  display: block;
  background: #fff url(../img/arrow_br.png) no-repeat right 8px center;
  width: 240px;
  line-height: 33px;
  margin: auto; }

.btn_kangeki a:hover {
  color: #fff;
  text-decoration: none;
  background: #59493f url(../img/arrow_wh.png) no-repeat right 6px center; }

@media screen and (max-width: 680px) {
  #page-theater .content {
    background-size: 260%; }
  #page-theater .breadcrumbs {
    width: 96%;
    margin: 10px auto 0 auto; }
  #page-theater .content .inner {
    width: 100%;
    margin: auto; }
  #page-theater h2.hd {
    width: 70%;
    background-size: contain;
    margin: 20px auto; }
  #page-theater .column {
    width: 96%; }
  #page-theater .column.last_child .photos-conformity-left div {
    width: 32% !important;
    height: auto !important;
    min-height: 240px;
    margin-right: 1%; } }

@media screen and (max-width: 420px) {
  #page-theater .column.last_child .photos-conformity-left div {
    width: 32% !important;
    height: auto !important;
    min-height: 230px;
    margin-right: 1%; } }

@media screen and (max-width: 320px) {
  #page-theater .content {
    background-size: 290%; } }

/* キャンセルポリシー・プライバシーポリシー・会社案内 */
#page-about .content {
  background: #dfe1d2 url(../img/bg_monogatari2_pc.png) no-repeat center top;
  background-size: 100%; }

#page-about .content .inner {
  width: 100%; }

#page-about .content .column-inner {
  border: none; }

#page-about .breadcrumbs {
  width: 960px;
  margin: 10px auto 30px auto; }

#page-about .content .inner {
  width: 100%;
  margin: auto; }

#page-about h2.hd {
  width: auto;
  height: 45px;
  background: url(../img/ttl_about_pc.png) no-repeat center center;
  text-indent: -9999px;
  border: none;
  margin: 50px auto; }

#page-about h3 {
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: normal;
  font-size: 22px; }

#page-about .column {
  width: 960px;
  margin: auto; }

#page-about .column.last_child {
  padding-bottom: 100px; }

#page-about ol.num {
  padding-left: 1.5em;
  font-size: 14px;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", "游ゴシック", YuGothic,  sans-serif;
  color: #333; }

#page-about ol.num li {
  list-style: decimal; }

#page-about table.cancel_pc {
  width: 100%; }

#page-about table.cancel th,
#page-about table.cancel td {
  text-align: center; }

@media screen and (max-width: 680px) {
  #page-about .content {
    background-size: 260%; }
  #page-about .breadcrumbs {
    width: 96%;
    margin: 10px auto 0 auto; }
  #page-about .content .inner {
    width: 100%;
    margin: auto; }
  #page-about h2.hd {
    width: 90%;
    height: 75px;
    background: url(../img/ttl_about_sp.png) no-repeat center center;
    background-size: contain;
    margin: 20px auto; }
  #page-about .column {
    width: 96%; }
  #page-about .column.last_child .photos-conformity-left div {
    width: 32% !important;
    height: auto !important;
    min-height: 240px;
    margin-right: 1%; }
  #page-about table.cancel_sp {
    width: 100%;
    border: none;
    border-collapse: collapse;
    display: table; }
  #page-about table.cancel_sp th {
    border-width: 1px; }
  #page-about table.cancel_sp td {
    width: 50%;
    border-width: 1px;
    text-align: center; } }

@media screen and (max-width: 320px) {
  #page-about .content {
    background-size: 290%; } }

/* 日帰りのお客様 */
#page-day_trip .content {
  background: #dfe1d2 url(../img/bg_monogatari2_pc.png) no-repeat center top;
  background-size: 100%; }

#page-day_trip .content .inner {
  width: 100%; }

#page-day_trip .content .column-inner {
  /*border: none;*/ }

#page-day_trip .breadcrumbs {
  width: 960px;
  margin: 10px auto 30px auto; }

#page-day_trip .content .inner {
  width: 100%;
  margin: auto; }

#page-day_trip h2.hd {
  width: 474px;
  height: 45px;
  background: url(../img/ttl_day_trip_pc.png) no-repeat center center;
  text-indent: -9999px;
  border: none;
  margin: 50px auto; }

#page-day_trip h3 {
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: normal;
  font-size: 22px; }

#page-day_trip h4 {
  font-size: 16px;
  font-family: 'Noto Serif JP', sans-serif; }

#page-day_trip .column {
  width: 960px;
  margin: auto; }

#page-day_trip .column.last_child {
  padding-bottom: 100px; }

#page-day_trip table {
  width: 100%; }

.dayuse_table {
  border-collapse: collapse;
  width: 100%; }

.dayuse_table th {
  width: 30%; }

.obi_red {
  color: #fff;
  font-weight: bold;
  padding: 5px;
  background: #b22222;
  width: 16em;
  text-align: center;
  border-radius: 5px; }

.obi_red2 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px;
  background: #b22222;
  width: 14em;
  text-align: center;
  border-radius: 5px; }

.daytrip_table {
  width: 100%; }

.daytrip_table th {
  text-align: center;
  width: 25%; }

.num {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #b22222; }

.en {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #b22222; }

@media screen and (max-width: 680px) {
  #page-day_trip .content {
    background-size: 260%; }
  #page-day_trip .breadcrumbs {
    width: 96%;
    margin: 10px auto 0 auto; }
  #page-day_trip .content .inner {
    width: 100%;
    margin: auto; }
  #page-day_trip h2.hd {
    width: 70%;
    background-size: contain;
    margin: 20px auto; }
  #page-day_trip .column {
    width: 96%; }
  #page-day_trip td {
    display: block;
    width: 100%; }
  .dayuse_table th {
    width: 100%;
    display: block; }
  .dayuse_table td {
    width: 100%;
    display: block; } }

@media screen and (max-width: 320px) {
  #page-day_trip .content {
    background-size: 290%; } }

/* 団体のお客様 */
#page-group .content {
  background: #dfe1d2 url(../img/bg_monogatari2_pc.png) no-repeat center top;
  background-size: 100%; }

#page-group .content .inner {
  width: 100%; }

#page-group .content .column-inner {
  border: none; }

#page-group .breadcrumbs {
  width: 960px;
  margin: 10px auto 30px auto; }

#page-group .content .inner {
  width: 100%;
  margin: auto; }

#page-group h2.hd {
  width: 610px;
  height: 45px;
  background: url(../img/ttl_group_pc.png) no-repeat center center;
  text-indent: -9999px;
  border: none;
  margin: 50px auto; }

#page-group h2.group_h2 {
  border: none; }

#page-group h3 {
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: normal;
  font-size: 22px; }

#page-group .column {
  width: 960px;
  margin: auto; }

#page-group .column.last_child {
  padding-bottom: 100px; }

#page-group table {
  width: 100%; }

@media screen and (max-width: 680px) {
  #page-group .content {
    background-size: 260%; }
  #page-group .breadcrumbs {
    width: 96%;
    margin: 10px auto 0 auto; }
  #page-group .content .inner {
    width: 100%;
    margin: auto; }
  #page-group h2.hd {
    width: 70%;
    background-size: contain;
    margin: 20px auto; }
  #page-group .column {
    width: 96%; }
  #page-group h2.group_h2 {
    width: 70%;
    margin: 30px auto 20px auto; }
  #page-group h2.group_h2 img {
    width: 100%; }
  #page-group .btn_kangeki {
    margin: 10px auto 30px auto; } }

@media screen and (max-width: 320px) {
  #page-group .content {
    background-size: 290%; } }

/* 旅行会社様 */
#page-travel_agency .content {
  background: #dfe1d2 url(../img/bg_monogatari2_pc.png) no-repeat center top;
  background-size: 100%; }

#page-travel_agency .content .inner {
  width: 100%; }

#page-travel_agency .content .column-inner {
  /*border: none;*/ }

#page-travel_agency .breadcrumbs {
  width: 960px;
  margin: 10px auto 30px auto; }

#page-travel_agency .content .inner {
  width: 100%;
  margin: auto; }

#page-travel_agency h2.hd {
  width: 386px;
  height: 45px;
  background: url(../img/ttl_travel_agency_pc.png) no-repeat center center;
  text-indent: -9999px;
  border: none;
  margin: 50px auto; }

#page-travel_agency h3 {
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: normal;
  font-size: 22px; }

#page-travel_agency .column {
  width: 960px;
  margin: auto; }

#page-travel_agency .column.last_child {
  padding-bottom: 100px; }

#page-travel_agency table {
  width: 100%; }

@media screen and (max-width: 680px) {
  #page-travel_agency .content {
    background-size: 260%; }
  #page-travel_agency .breadcrumbs {
    width: 96%;
    margin: 10px auto 0 auto; }
  #page-travel_agency .content .inner {
    width: 100%;
    margin: auto; }
  #page-travel_agency h2.hd {
    width: 70%;
    background-size: contain;
    margin: 20px auto; }
  #page-travel_agency .column {
    width: 96%; } }

@media screen and (max-width: 320px) {
  #page-travel_agency .content {
    background-size: 290%; } }

/*230313検索パネル追従用追記*/
.nav_wrap {
  height: 40px; }

@media screen and (min-width: 681px) {
  #reservation_area {
    height: 117px;
    padding-top: 16px;
    position: relative;
    z-index: 100; }
  #reservation_area #frmplanseekY.fixed {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    background: inherit;
    z-index: 9998;
    height: 81px;
    padding-top: 16px; }
  #reservation_area #frmplanseekY .inner-inner {
    display: flex;
    align-items: flex-start; }
  #reservation_area #frmplanseekY h3.search_title {
    margin-right: 12px;
    font-size: 20px;
    float: none; }
    #reservation_area #frmplanseekY h3.search_title span {
      display: block; }
      #reservation_area #frmplanseekY h3.search_title span.small {
        font-size: 11px; }
  #reservation_area #frmplanseekY .search_btn01 ul {
    width: auto; }
    #reservation_area #frmplanseekY .search_btn01 ul li {
      width: auto; }
      #reservation_area #frmplanseekY .search_btn01 ul li input {
        width: 130px; }
  #reservation_area #frmplanseekY .search_btn02 ul {
    width: auto; }
  #reservation_area #frmplanseekY .search_btn03 ul {
    width: auto; }
  #reservation_area #frmplanseekY .search_btn04 ul {
    width: auto; }
    #reservation_area #frmplanseekY .search_btn04 ul .checktext2 {
      padding-left: 70px; }
  #reservation_area #frmplanseekY .search_btn05 ul input.button {
    width: 170px;
    background-size: contain;
    padding: 0;
    background-position: center top;
    height: 50px; }
  #reservation_area #frmplanseekY ul.search_btns li {
    display: flex;
    align-items: center;
    gap: 10px; }
    #reservation_area #frmplanseekY ul.search_btns li p.reservetitle {
      white-space: nowrap; } }

#reservation_area #frmplanseekY #search_489ban form {
  display: flex;
  align-items: flex-start;
  gap: 16px; }
  #reservation_area #frmplanseekY #search_489ban form dl {
    display: flex;
    align-items: center;
    gap: 12px; }
    #reservation_area #frmplanseekY #search_489ban form dl dt {
      padding-left: 8px;
      border-left: 6px solid #59493f;
      line-height: 1.2; }
    #reservation_area #frmplanseekY #search_489ban form dl.date_489ban {
      position: relative;
      padding-bottom: 24px; }
      #reservation_area #frmplanseekY #search_489ban form dl.date_489ban dd label {
        position: absolute;
        bottom: 0;
        right: 0; }
  #reservation_area #frmplanseekY #search_489ban form .inbox_489ban {
    display: flex;
    align-items: center;
    gap: 16px; }
  #reservation_area #frmplanseekY #search_489ban form button {
    position: relative;
    width: 140px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    background-image: linear-gradient(to bottom, #7F6A5D, #372D27); }
    #reservation_area #frmplanseekY #search_489ban form button::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 12px;
      transform: translateY(-50%);
      border-left: 8px solid #fff;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }

#recommends {
  text-align: left;
  letter-spacing: 0; }
  #recommends .recommend_content {
    width: 90%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    #recommends .recommend_content img {
      max-width: 100%; }
    #recommends .recommend_content #recommend_489ban {
      display: flex;
      flex-wrap: wrap;
      gap: 50px 30px; }
      #recommends .recommend_content #recommend_489ban .PlanView {
        width: 300px; }
        #recommends .recommend_content #recommend_489ban .PlanView .explan {
          color: #fff; }
          #recommends .recommend_content #recommend_489ban .PlanView .explan .plan a {
            display: block;
            color: #fff;
            font-weight: bold;
            font-size: 16px; }
          #recommends .recommend_content #recommend_489ban .PlanView .explan .roomlist p.room_list_header {
            background-color: #968342;
            padding: 5px 12px;
            margin-top: 5px; }
          #recommends .recommend_content #recommend_489ban .PlanView .explan .roomlist ul {
            margin-top: 3px; }
            #recommends .recommend_content #recommend_489ban .PlanView .explan .roomlist ul li a {
              padding-left: 1em;
              display: block;
              position: relative;
              color: #fff; }
              #recommends .recommend_content #recommend_489ban .PlanView .explan .roomlist ul li a::before {
                content: "・";
                top: 0;
                left: 0;
                position: absolute; }
  #recommends p.more {
    margin-top: 60px; }

@media screen and (max-width: 680px) {
  footer .copyright {
    padding-bottom: calc(80 / 375 * 100vw); }
  .move:not(.stop) {
    transform: translateY(calc(50 / 375 * -100vw)); }
  .modal-overlay {
    z-index: 9997; }
  .float_to_reserve {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9996; }
    .float_to_reserve ul {
      display: flex; }
      .float_to_reserve ul li {
        background-color: #fff;
        width: 25%; }
        .float_to_reserve ul li a, .float_to_reserve ul li .btn_hm {
          display: flex;
          gap: calc(6 / 375 * 100vw);
          justify-content: flex-end;
          align-items: center;
          flex-direction: column;
          padding: calc(10 / 375 * 100vw);
          color: #4a5a3d;
          line-height: 1;
          height: 100%; }
          .float_to_reserve ul li a span, .float_to_reserve ul li .btn_hm span {
            display: block; }
            .float_to_reserve ul li a span.ico_wrap, .float_to_reserve ul li .btn_hm span.ico_wrap {
              width: calc(26 / 375 * 100vw); }
              .float_to_reserve ul li a span.ico_wrap img, .float_to_reserve ul li .btn_hm span.ico_wrap img {
                width: 100%; }
            .float_to_reserve ul li a span.jp, .float_to_reserve ul li .btn_hm span.jp {
              font-size: calc(16 / 375 * 100vw); }
        .float_to_reserve ul li .btn_hm {
          gap: calc(9 / 375 * 100vw); }
          .float_to_reserve ul li .btn_hm .hm {
            position: relative;
            width: calc(30 / 375 * 100vw);
            height: calc(22 / 375 * 100vw); }
            .float_to_reserve ul li .btn_hm .hm span {
              width: 100%;
              display: block;
              position: absolute;
              left: 0;
              height: calc(2 / 375 * 100vw);
              background-color: #4a5a3d; }
              .float_to_reserve ul li .btn_hm .hm span:nth-child(1) {
                top: 0; }
              .float_to_reserve ul li .btn_hm .hm span:nth-child(2) {
                top: calc(10 / 375 * 100vw); }
              .float_to_reserve ul li .btn_hm .hm span:nth-child(3) {
                bottom: 0; }
        .float_to_reserve ul li.to_reserve {
          width: 50%;
          background-color: #4a5a3d; }
          .float_to_reserve ul li.to_reserve a {
            color: #fff; }
  #reservation_area #frmplanseekY h3.search_title {
    float: none; }
  #reservation_area #frmplanseekY #search_489ban form {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    gap: 14px; }
    #reservation_area #frmplanseekY #search_489ban form dl {
      display: block; }
      #reservation_area #frmplanseekY #search_489ban form dl dt {
        padding-left: 6px;
        border-left-width: 4px;
        text-align: left; }
      #reservation_area #frmplanseekY #search_489ban form dl dd {
        margin-top: 5px; }
      #reservation_area #frmplanseekY #search_489ban form dl.date_489ban {
        padding-bottom: 24px;
        padding-right: 28px; }
        #reservation_area #frmplanseekY #search_489ban form dl.date_489ban dd label {
          right: 28px; }
    #reservation_area #frmplanseekY #search_489ban form .inbox_489ban {
      gap: 14px; }
    #reservation_area #frmplanseekY #search_489ban form button {
      margin-top: 5px;
      width: 200px;
      height: 50px;
      border-radius: 5px;
      font-size: 16px; }
  #recommends .recommend_content #recommend_489ban {
    display: block; }
    #recommends .recommend_content #recommend_489ban .PlanView {
      width: auto; }
      #recommends .recommend_content #recommend_489ban .PlanView + .PlanView {
        margin-top: 30px; }
      #recommends .recommend_content #recommend_489ban .PlanView .explan .plan a {
        font-size: 14px; }
      #recommends .recommend_content #recommend_489ban .PlanView .explan .roomlist p.room_list_header {
        padding: 3px 8px;
        margin-top: 4px; }
      #recommends .recommend_content #recommend_489ban .PlanView .explan .roomlist ul {
        margin-top: 3px; }
  #recommends p.more {
    margin-top: 50px; } }

.appeal_box {
  background-color: #fff;
  padding: 20px 30px;
  font-family: 'Noto Serif JP', serif;
  width: 960px;
  margin-left: auto;
  margin-right: auto; }
  .appeal_box h4 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px; }
    .appeal_box h4 span {
      display: inline-block;
      position: relative;
      z-index: 1; }
      .appeal_box h4 span::after {
        z-index: -1;
        content: "";
        display: block;
        position: absolute;
        width: 120%;
        height: 10px;
        background-color: #ffd4d7;
        bottom: 1px;
        left: 50%;
        transform: translateX(-50%) skew(-45deg); }
  .appeal_box .content_wrap {
    margin-top: 10px;
    display: flex;
    justify-content: space-between; }
    .appeal_box .content_wrap .img_area {
      display: flex;
      gap: 10px; }
      .appeal_box .content_wrap .img_area img {
        object-fit: cover;
        vertical-align: bottom; }
      .appeal_box .content_wrap .img_area .big_img img {
        width: 380px;
        height: 250px; }
      .appeal_box .content_wrap .img_area .sub_img .img_wrap img {
        width: 200;
        height: 120px; }
      .appeal_box .content_wrap .img_area .sub_img .img_wrap + .img_wrap {
        margin-top: 10px; }
    .appeal_box .content_wrap .text {
      width: 300px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .appeal_box .content_wrap .text p {
        text-align: center;
        font-size: 24px; }
        .appeal_box .content_wrap .text p span {
          display: inline-block;
          position: relative;
          z-index: 1; }
          .appeal_box .content_wrap .text p span::after {
            z-index: -1;
            content: "";
            display: block;
            position: absolute;
            width: 110%;
            height: 20px;
            background-color: #f8ff59;
            bottom: 0px;
            left: 50%;
            border-radius: 10px;
            transform: translateX(-50%);
            filter: blur(3px); }

.restaurant_notes {
  padding-top: 10px; }

@media screen and (max-width: 680px) {
  .appeal_box {
    padding: 16px 14px;
    width: 96%; }
    .appeal_box h4 {
      font-size: calc(18 / 375 * 100vw);
      letter-spacing: calc(1 / 375 * 100vw); }
      .appeal_box h4 span::after {
        height: calc(8 / 375 * 100vw); }
    .appeal_box .content_wrap {
      margin-top: calc(10 / 375 * 100vw);
      display: block; }
      .appeal_box .content_wrap .img_area {
        display: block; }
        .appeal_box .content_wrap .img_area .big_img img {
          width: 100%;
          height: auto;
          aspect-ratio: 38 / 25; }
        .appeal_box .content_wrap .img_area .sub_img {
          display: flex;
          justify-content: space-between;
          margin-top: calc(10 / 375 * 100vw); }
          .appeal_box .content_wrap .img_area .sub_img .img_wrap {
            width: 49%; }
            .appeal_box .content_wrap .img_area .sub_img .img_wrap img {
              width: 100%;
              height: auto;
              aspect-ratio: 20 / 12; }
            .appeal_box .content_wrap .img_area .sub_img .img_wrap + .img_wrap {
              margin-top: 0; }
      .appeal_box .content_wrap .text {
        margin-top: calc(12 / 375 * 100vw);
        width: auto;
        display: block; }
        .appeal_box .content_wrap .text p {
          font-size: calc(18 / 375 * 100vw); }
          .appeal_box .content_wrap .text p span::after {
            height: calc(16 / 375 * 100vw);
            bottom: 0px;
            filter: blur(2px); } }

/*# sourceMappingURL=HPM.css.map */