@charset "UTF-8";

/* ---------------------------------

 Page CSS - 各ページ用CSS

 --------------------------------- */
/* ---------------------------------
 page common #ページ共通パーツ
--------------------------------- */
/* page_head_cover ---- */
.page_head_cover {
  width: 100%;
  height: 500px;
  position: relative;
  background-color: #696FB1;
}

.page_head_cover img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  opacity: 0.7;
}

.page_head_cover .page_title {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.page_head_cover .page_title .page_title_en {
  font-size: 3rem;
  text-align: center;
  line-height: 3.5rem;
}

.page_head_cover .page_title h1.page_title_h1 {
  width: 100%;
  text-align: center;
}

.page_head_cover .page_title h1.page_title_h1 span {
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
  background-color: #1E748F;
  ;
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 896px) {
  .page_head_cover {
    height: 250px;
  }

  .page_head_cover img {
    height: 250px;
  }

  .page_head_cover .page_title .page_title_en {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

/* page_contents ---- */
.page_contents {
  width: 100%;
  padding: 100px 0;
}

.page_contents .page_contents_inner {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}

.page_contents_h2 {
  width: 100%;
  font-size: 1.7rem;
  text-align: center;
}

@media screen and (min-width: 897px) {
  .page_contents_txt {
    text-align: center;
  }
}

@media screen and (max-width: 896px) {
  .page_contents {
    padding: 50px 0;
  }

  .page_contents_h2 {
    font-size: 1.3rem;
  }
}

/* ---------------------------------
 room #お部屋
--------------------------------- */
.room_link {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.room_link a.room_link_btn {
  display: block;
  width: 48%;
  text-align: center;
  color: #fff;
  padding: 15px;
  position: relative;
}

.room_link a.room_link_btn.bg_blue {
  background-color: #696FB1;
}

.room_link a.room_link_btn.bg_indigo {
  background-color: #1E748F;
  ;
}

.room_link a.room_link_btn::before {
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

@media screen and (max-width: 896px) {
  .room_h2 {
    font-size: 1.5rem;
  }

  .room_link a.room_link_btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* room_facility_list --------------- */
.room_facility_list {
  width: 100%;
  margin-top: 100px;
}

.room_facility_list h3.room_facility_h3 {
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
}

.room_facility_list .slick-list {
  margin: 0 -10px;
}

.room_facility_list .slick-slide {
  margin: 0 10px;
}

/* 矢印の色のカスタム */
.room_facility_list .slide-arrow {
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

.room_facility_list .prev-arrow {
  left: -30px;
  top: -20px;
  color: #1E748F;
  ;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(25%) rotate(-135deg);
  z-index: 1;
}

.room_facility_list .next-arrow {
  right: -30px;
  top: -20px;
  color: #1E748F;
  ;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}

.room_facility_list button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}

.room_facility_list h4.room_facility_h4 {
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.room_facility_list p {
  text-align: center;
}

.room_facility_list p:empty {
  display: none;
}

@media screen and (max-width: 896px) {
  .room_facility_list .prev-arrow {
    left: 0px;
  }

  .room_facility_list .next-arrow {
    right: 0px;
  }
}

h3.room_box_h3 {
  width: 100%;
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 20px;
}

.room_box_photo {
  width: 100%;
  margin: 50px 0;
}

.room_box_note {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.room_box_note .room_box_note_txt {
  width: 45%;
  margin-right: 5%;
}

.room_box_note .room_box_note_item {
  width: 50%;
  padding: 30px;
}

.room_box_note .room_box_note_item.bg_white {
  background-color: #fff;
}

.room_box_note .room_box_note_item.bg_gray {
  background-color: #EFEFF3;
}

.room_box_note .room_box_icon {
  width: 100%;
  margin-bottom: 20px;
}

.room_box_note .room_box_icon span {
  width: auto;
  padding: 5px 30px;
  background-color: #1E748F;
  ;
  color: #fff;
  border-radius: 99999px;
}

.room_box_note table.room_box_table {
  width: 100%;
}

.room_box_note table.room_box_table th,
.room_box_note table.room_box_table td {
  border-bottom: 1px solid #DADADF;
  padding: 10px;
}

.room_box_note table.room_box_table th {
  text-align: left;
  width: 25%;
}

.room_box_note table.room_box_table td {
  width: 75%;
}

@media screen and (max-width: 896px) {
  h3.room_box_h3 {
    font-size: 1.5rem;
  }

  .room_box_photo {
    margin: 25px 0;
  }

  .room_box_note .room_box_note_txt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .room_box_note .room_box_note_item {
    width: 100%;
    padding: 20px 15px;
  }
}

/* ---------------------------------
 meal #お食事
--------------------------------- */
#meal .page_head_cover {
  background-color: #dccad0;
}

.meal_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.meal_box .meal_title {
  width: 180px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.meal_box .meal_title h3 {
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 2.0rem;
  letter-spacing: 2px;
  display: block;
}

.meal_box .meal_title h3 span {
  display: inline-block;
  background-color: #1E748F;
  ;
  color: #fff;
  padding: 20px 5px;
}

.meal_box .meal_title h4 {
  writing-mode: vertical-rl;
  display: block;
  text-align: left;
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin-left: 10px;
}

.meal_box .meal_data {
  flex: 1;
}

.meal_box .meal_data_menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.meal_box .meal_data_menu .meal_data_photo {
  width: 67%;
}

.meal_box .meal_data_menu .meal_data_txt {
  width: 30%;
  margin-left: 3%;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 8px #DADADF;
}

.meal_box .meal_data_menu .meal_data_txt h5.menu_name {
  width: 100%;
  font-weight: bold;
  font-size: 1.3rem;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 3px solid #1E748F;
  ;
}

@media screen and (max-width: 896px) {
  .meal_box .meal_title {
    width: 100%;
  }

  .meal_box .meal_title h3 {
    width: 100%;
    writing-mode: horizontal-tb;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
  }

  .meal_box .meal_title h3 span {
    display: inline-block;
    background-color: #1E748F;
    ;
    color: #fff;
    padding: 5px 20px;
  }

  .meal_box .meal_title h4 {
    width: 100%;
    writing-mode: horizontal-tb;
    display: block;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .meal_box .meal_data {
    flex: auto;
    width: 100%;
  }

  .meal_box .meal_data_menu .meal_data_photo {
    width: 100%;
    margin-bottom: 20px;
  }

  .meal_box .meal_data_menu .meal_data_txt {
    width: 100%;
    margin-left: 0;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 8px #DADADF;
  }
}

/* ---------------------------------
 spa #温泉・サウナ
--------------------------------- */
/* .page_contents_spa_bg {
  background-image: url('../img/common/deco_nami.png');
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: auto 60%;
} */

.spa_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.spa_box .spa_img {
  width: 65%;
  position: relative;
}

.spa_box .spa_img .spa_img_title {
  padding: 30px 10px;
  background-color: #1E748F;
  ;
  color: #fff;
  position: absolute;
  top: -20px;
  left: 30px;
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 1.7rem;
  letter-spacing: 2px;
}

.spa_box .spa_note {
  width: 30%;
  margin-left: 5%;
}

.spa_box .spa_note h3.spa_note_h3 {
  font-size: 1.3rem;
}

.spa_box .spa_note .onsen_about_box {
  margin-top: 20px;
  width: 100%;
  padding: 20px;
}

.spa_box .spa_note .onsen_about_box table.onsen_about_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}

.spa_box .spa_note .onsen_about_box table.onsen_about_table th {
  width: 30%;
  padding: 10px;
  background-color: #1E748F;
  ;
  color: #fff;
}

.spa_box .spa_note .onsen_about_box table.onsen_about_table td {
  width: 70%;
  padding: 10px;
}

@media screen and (max-width: 896px) {
  .spa_box .spa_img {
    width: 100%;
    margin-bottom: 20px;
  }

  .spa_box .spa_note {
    width: 100%;
    margin-left: 0;
  }

  .spa_box .spa_note h3.spa_note_h3 {
    font-size: 1.1rem;
  }

  .spa_box .spa_img .spa_img_title {
    padding: 15px 5px;
    top: -10px;
    left: 15px;
    font-size: 1.3rem;
  }
}

/* ---------------------------------
 stay #過ごし方
--------------------------------- */
.stay_box {
  width: 100%;
}

.stay_box h3.stay_title {
  width: 100%;
  text-align: center;
  padding-top: 70px;
  position: relative;
  font-size: 1.7rem;
}

.stay_box h3.stay_title::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}

.stay_box h3.stay_title.icon_gray::before {
  background-image: url('../img/stay/stays_icon_gray.svg');
}

.stay_box h3.stay_title.icon_white::before {
  background-image: url('../img/stay/stays_icon_white.svg');
}

.stay_item_box {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.stay_item_box .stay_item_box_img {
  width: 50%;
}

.stay_item_box .stay_item_box_txt {
  width: 47%;
  margin-left: 3%;
}

.stay_item_box .stay_item_box_txt h4 {
  width: 100%;
  margin-bottom: 20px;
}

.stay_item_box .stay_item_box_txt h5 {
  width: 100%;
  margin-top: 20px;
  font-size: 1.0rem;
}

.stay_box h4.h4_subtitle::before {
  content: none;
}

.bg_col_base .stay_box .stay_item_box {
  flex-direction: row-reverse;
}

.stay_box .top_con_link {
  margin-top: 20px;
}

@media screen and (max-width: 896px) {
  .stay_box h3.stay_title {
    padding-top: 70px;
    font-size: 1.3rem;
  }

  .stay_item_box {
    margin-top: 25px;
  }

  .stay_item_box .stay_item_box_img {
    width: 100%;
  }

  .stay_item_box .stay_item_box_txt {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

/* ---------------------------------
 qa #よくある質問
--------------------------------- */
.qa_link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.qa_link a.btn_qp {
  display: inline-block;
  padding: 10px 36px 10px 16px;
  background-color: #1E748F;
  ;
  color: #fff;
  text-align: center;
  position: relative;
  white-space: nowrap;
  box-sizing: border-box;
}

.qa_link a.btn_qp::before {
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  color: #fff;
  line-height: 1;
  width: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

@media screen and (max-width: 896px) {
  .qa_link {
    justify-content: start;
  }

  .qa_link a.btn_qp {
    width: 48%;
    margin-bottom: 15px;
    font-size: 13px;
    text-align: left;
  }
}

.qa_box {
  width: 100%;
  margin-bottom: 100px;
}

.qa_box_item {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 30px;
}

.qa_box_item dt {
  padding-bottom: 20px;
  border-bottom: 1px solid #1E748F;
  ;
  margin-bottom: 20px;
  position: relative;
}

.qa_box_item dd {
  margin: 0;
  position: relative;
}

.qa_box_item dt span {
  font-weight: bold;
}

.qa_box_item dt span,
.qa_box_item dd span {
  display: inline-block;
  margin-left: 34px;
  margin-top: 5px;
  line-height: 1.6;
}

.qa_box_item dt::before {
  content: "Q";
  display: inline-block;
  padding-right: 10px;
  color: #1E748F;
  ;
  position: absolute;
  top: -6px;
  left: 0;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.qa_box_item dd::before {
  content: "A";
  display: inline-block;
  padding-right: 10px;
  position: absolute;
  top: -6px;
  left: 0;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

@media screen and (max-width: 896px) {
  .qa_box {
    margin-bottom: 50px;
  }
}

.a_link {
  text-decoration: underline 1px solid #1E748F;
  text-underline-offset: 5px;
}

/* ---------------------------------
 news #ニュース
--------------------------------- */
/* news single ------------------------------- */
.news_contents {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}

.news_date {
  width: 100%;
  margin-bottom: 20px;
}

h2.news_title {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.news_cate {
  padding: 1px 10px;
  display: inline-block;
  background-color: #1E748F;
  ;
  margin-left: 15px;
  color: #fff;
  font-size: 14px;
}

.article_news {
  width: 100%;
  padding: 30px;
  border: 1px solid #DADADF;
}

a.btn_tp {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 15px 10px;
  margin: 10px auto;
  border: 1px solid #696FB1;
  color: #1E748F;
  ;
  text-align: center;
}

a.btn_tp:hover {
  background-color: #696FB1;
  color: #fff;
}

@media screen and (max-width: 896px) {
  h2.news_title {
    font-size: 1.2rem;
  }

  .article_news {
    padding: 20px;
  }
}

/* news_list -------------- */
h3.news_list_h3 {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.3rem;
}

ul.news_list {
  width: 100%;
  list-style: none;
  padding: 0;
}

ul.news_list li {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  margin: 15px 0;
}

ul.news_list .cate {
  padding: 1px 10px;
  display: inline-block;
  background-color: #1E748F;
  ;
  margin: 0 10px;
  color: #fff;
  font-size: 14px;
}

/* news archive ------------------------------- */
ul.news_archive_box {
  width: 100%;
  margin-top: 50px;
  list-style: none;
  padding: 0;
}

ul.news_archive_box li {
  width: 100%;
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid #D9D9D9;
}

ul.news_archive_box li:first-child {
  border-top: 1px solid #D9D9D9;
}

ul.news_archive_box li .cate {
  padding: 1px 10px;
  display: inline-block;
  background-color: #1E748F;
  ;
  margin-left: 10px;
  color: #fff;
  font-size: 14px;
}

h3.news_archive_title {
  width: 100%;
  margin-top: 5px;
  font-size: 1.2rem;
}

@media screen and (max-width: 896px) {
  h3.news_archive_title {
    font-size: 1.0rem;
  }
}

/* ---------------------------------
 surrounding #周辺観光
--------------------------------- */
#surrounding .page_head_cover {
  background-color: unset;
}

#surrounding .page_contents .page_contents_inner {
  display: flex;
}

#surrounding .top .page_contents_inner .text,
#surrounding .top .page_contents_inner img {
  width: 50%;
}

@media screen and (max-width: 896px) {
  #surrounding .page_contents .page_contents_inner {
    display: block;
  }

  #surrounding .top .page_contents_inner .text,
  #surrounding .top .page_contents_inner img {
    width: 100%;
  }

  #surrounding .top .page_contents_inner img {
    margin-top: 20px;
  }
}

/* surrounding_list ---------------- */
.surrounding_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.surrounding_list .surrounding_list_box {
  width: 42%;
  margin: 0 6% 5% 2%;
}

.surrounding_list .surrounding_list_box h3.surrounding_list_h3 {
  margin: 10px 0;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 896px) {
  .surrounding_list .surrounding_list_box {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

@media screen and (min-width: 897px) {
  .surrounding_list>*:nth-child(even) {
    transform: translateY(120px);
  }
}

.surrounding_list .top_room_linkbtn {
  margin-top: 20px;
}

/* surrounding_main ---------------- */
.surrounding_main {
  width: 100%;
}

.surrounding_main h2.surrounding_title {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.surrounding_main .surrounding_img {
  width: 100%;
}

.surrounding_main .surrounding_txt {
  width: 100%;
  margin: 30px 0;
}

.surrounding_main dl.surrounding_dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #D9D9D9;
}

.surrounding_main dl.surrounding_dl dt {
  width: 20%;
  padding: 10px;
  color: #1E748F;
  ;
  font-weight: bold;
}

.surrounding_main dl.surrounding_dl dd {
  width: 80%;
  padding: 10px;
  margin: 0;
}

.surrounding_main .surrounding_googlemap {
  width: 100%;
  margin-top: 30px;
}

.surrounding_main .surrounding_googlemap iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 896px) {
  .surrounding_main dl.surrounding_dl dt {
    width: 30%;
  }

  .surrounding_main dl.surrounding_dl dd {
    width: 70%;
  }

  .surrounding_main .surrounding_googlemap iframe {
    height: 300px;
  }
}