@charset "utf-8";
/*
●全サイズ共通設定、スマホ（iPhone5Sタテ画面）479px以下のレイアウト
・ヘッダーナビ
・キービジュアル
・コンテンツ全体
・コンテンツ　#main　インフォ
・コンテンツ　#main　かんたんメニュー
・コンテンツ　#side　ご予約
・フッターTopボタンの設定
・フッター

・レスポンシブ用、sidrの設定
・スケッチ、イラストページ展示用
・汎用class-主にh2見出し

●480〜767（iPhone5S、ヨコ画面）
・キービジュアル（Sq=Wideの切り替え発生）
・コンテンツ　#main　かんたんメニュー

●768〜960（iPad4、タテ画面。サイド領域出現）
・コンテンツ　#main　かんたんメニュー
・ご予約
・フッターTopボタンの設定＞右下に位置変更
・フッター

●960〜それ以上（iPad4ヨコ画面、およびパソコン向け。上にナビ出現）
・ヘッダー＞スマホ用ナビが消え、パソコン用のナビが出現
・キービジュアル
・コンテンツ　#main　かんたんメニュー
・ご予約
・フッター
*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");

:root {
  --main-color: #6fb358;
  --sub-color: #009786;
  --sub-color2: #c1cf03;
  --bg-color: red;
  --text-color: #1a1a1a;
  --sans-f: "Noto Sans JP", sans-serif;
  --serif-f: "Noto Serif JP", serif;
}

/*============================================================
全サイズ共通設定、スマホ（iPhone5Sタテ画面）479px以下のレイアウト
============================================================*/
body {
  font-family: var(--sans-f);
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  background: #fff;
  background-image: url("../img/yatiho-bg8.jpg");
  position: relative;
  min-height: 100%;
  max-width: 100%;
  /* padding: 0 3%; */
  background-size: cover;
  /*--背景画像のサイズ--*/
  background-attachment: fixed;
  /*--背景画像の固定--*/
  background-repeat: repeat-y;
  /*--背景画像の繰り返し--*/
  background-position: center center;
  /*--背景画像の位置--*/
  background-origin: padding-box;
}

#innerHeader,
#key,
#content,
#contentTop,
#footerTop,
#innerFooter {
  max-width: 960px;
  margin: 0 auto;
}

a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  border: 0;
  width: 100%;
  aspect-ratio: 16/9;
}

/*====================
ヘッダーナビ
====================*/
header {
  height: 70px;
  background: #ffffff;
  /*ヘッダー背景の色*/
}

header h1 img {
  margin: 10px 0 0 10px;
  /*左上ロゴのマージン*/
}

header .hdNav {
  display: none;
}

/*====================
キービジュアル
====================*/
#key #keyWide {
  display: none;
}

#key {
  text-align: center;
  margin-bottom: 20px;
}

/*====================
info
====================*/
.info {
  width: calc(100% - 15%);
  padding: 10px 30px;
  margin: 30px auto;
  background-color: #fff;
  border: 2px solid;
  border-image: linear-gradient(45deg, var(--main-color), var(--sub-color)) 1;

  .info-text {
    line-height: 1.5;
    display: grid;
    place-items: center;
    background-size: 25px;

    @media all and (min-width: 750px) {
      background:
        url("../img/info/snow.svg") no-repeat top 10px left 20px,
        url("../img/info/snow.svg") no-repeat top 10px right 20px;
      background-size: 40px;
    }

    h2 {
      width: fit-content;
      font-size: 2rem;
      font-weight: bold;
      color: #333;
      padding: 5px 0;
      position: relative;
      text-transform: uppercase;
      letter-spacing: 1px;
      background: linear-gradient(45deg, var(--main-color), var(--sub-color));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block;
    }

    h2::before,
    h2::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 30px;
      height: 2px;
      background-color: var(--sub-color);
    }

    h2::before {
      left: -40px;
    }

    h2::after {
      right: -40px;
    }

    p {
      margin: 10px 0;
      text-align: left;
    }

    ul {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;

      li {
        &::before {
          content: "■";
          font-size: 0.7rem;
          margin-right: 5px;
          color: var(--sub-color);
        }
      }
    }
  }
}

/*====================
コンテンツ全体
====================*/
#content {
  padding: 0 10px;
  text-align: center;
}

/*----------------------------------
   information
----------------------------------*/
.information_box {
  margin: 20px auto;
  background-color: #fff;
  border: 2px solid #b93333;
  max-width: 350px;
  width: 90%;
  height: auto;
  display: flex;
  justify-content: center;
  align-content: center;
}

.information_inner {
  position: relative;
  font-family: serif;
  font-weight: bold;
  text-align: center;
  color: var(--text-color);
  margin: 25px 3% 0 3%;
}

.information_img img {
  display: none;
}

.information_inner_zen {
  font-size: 1.6em;
  color: var(--text-color);
  font-weight: bold;
}

.information_inner h2 {
  font-size: 1.9em;
  padding-top: 20px;
  line-height: 50px;
}

.information_bt {
  font-size: 1.5em;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 20px;
}

.information_bt a {
  color: #fff;
}

.information_bt:hover {
  opacity: 0.7;
}

/*====================
コンテンツ　#main　インフォ
====================*/
#infoMenu {
  margin: 0 0 10px 0;
}

#infoSetsumei {
  margin-top: 10px;
}

#infoMenu #infoText,
.container #infoText,
#aboutMenu #infoText,
#aboutPolicy #infoText,
#content .policyTxt #infoText {
  padding: 10px;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  /*左下の角丸*/
  border-bottom-right-radius: 5px;
  /*下の角丸*/
  border-left: var(--sub-color) solid 2px;
  border-right: var(--sub-color) solid 2px;
  border-bottom: var(--sub-color) solid 2px;
}

#infoText p,
#infoText dl dd {
  text-align: justify;
  line-height: 1.5em;
  font-size: 16px;
}

#infoMenu #infoText dl {
  margin-top: 20px;
  /*上下の間*/
}

.osusumeMizu dd {
  border-top: dotted 1px #4f4f4f;
  padding-top: 8px;
  margin-bottom: 5px;
  font-size: 1.1em;
  /*水の香里おすすめ、フォントサイズ*/
}

.osusumeMizu dt img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*====================
コンテンツ　#main　新着情報
====================*/
#infoShin {
  margin: 0 0 10px 0;
}

#infoShin #infoBox {
  background: #fff;
  height: 350px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px;
  border-left: var(--sub-color) solid 2px;
  border-right: var(--sub-color) solid 2px;
  border-bottom: var(--sub-color) solid 2px;
  overflow:auto;
}

#infoShin #infoBox p {
  text-align: left;
}

#infoShin #infoBox .infoshin-day-new-text {
  border-bottom: 1px solid #999999;
  padding: 1px 0 6px 0;
}

#infoShin #infoBox .infoshin-day-new-text p {
  height: inherit;
}

#infoShin #infoBox .infoshin-day-new {
  text-align: left;
  font-size: 17px;
  margin-bottom: 2px;
}

#infoShin #infoBox .infoshin-day-new::after {
  content: "NEW";
  margin-left: 8px;
  background-color: rgba(0, 163, 33, 1.00);
  padding: 0 10px;
  display: inline-block;
  margin-top: 5px;
  border-radius: 5px;
  color: #fff;
}

#infoShin #infoBox a {
  color: rgba(0, 110, 0, 1.00);
  transition: all 1s ease;
}

#infoShin #infoBox a:hover {
  color: var(--main-color);
  transition: all 1s ease;
}

#infoShin #infoBox #feed {
  line-height: 1.2em;
}

#infoShin #infoBox #feed a {
  color: inherit;
}

#infoShin #infoBox #feed a:hover {
  color: rgb(207, 31, 31);
}

#infoShin #infoBox #feed dl {
  height: 280px;
  overflow: auto;
  line-height: 1.2;
}

#infoShin #infoBox #feed dl dt {
  text-align: left;
  display: flex;
  gap: 10px;
  font-size: 17px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #555555;
}

#infoShin #infoBox #feed dl dd {
  text-align: left;
  margin: 0 10px 5px 10px;
  display: block;
}

#infoShin #infoBox #feed dl dd:not(:last-child) {
  border-bottom: dotted 1px #4f4f4f;
  /*新着、下ボーダー線*/
}

#infoShin #infoBox #feed .infoBox-text {
  font-size: 1rem;
}

/*====================
コンテンツ　#main　hotstay 源泉掛け流し
====================*/

#stayText p,
#faText p {
  text-align: left;
  margin: 5px 0 20px 0;
  /*文字のスペース*/
}

/*主に、下段のリスト。スマホ解像度用*/
#main #stayMenu #stayText .hotUl h3 {
  text-align: left;
  font-weight: bold;
  border-bottom: solid 1px #c99f63;
  border-left: solid 10px #c99f63;
  padding-left: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hotUl dl dt:not(:last-child) {
  float: inherit;
  text-align: left;
  display: block;
}

.hotUl dl {
  display: block;
  text-align: left;
}

.hotUl dl:not(:last-child) {
  padding-bottom: 8px;
  margin-bottom: 5px;
  border-bottom: dotted 1px #4f4f4f;
}

/*いい湯のはなし・小および基本*/
#stayYugawara {
  margin-bottom: 10px;
}

#stayYugawara #stayText #yugaRight {
  width: 100%;
}

#stayYugawara #stayText #yugaLeft {
  width: 100%;
}

.yugaUl {
  text-align: left;
  margin: 10px 0;
}

.yugaUl dl {
  font-size: 1em;
}

.yugaUl dl:not(:last-child) {
  padding-bottom: 8px;
  margin-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: dotted 1px #4f4f4f;
}

/*====================
コンテンツ　#main　facilities 施設案内
====================*/
/*主に、下段のリスト。スマホ解像度用*/

#faMenu #faText .annaiList .faUl h3 {
  text-align: left;
  font-weight: bold;
  border-bottom: solid 1px #c99f63;
  border-left: solid 10px #c99f63;
  padding-left: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.faUl dl dt:not(:last-child) {
  float: inherit;
  text-align: left;
  display: block;
}

.faUl dl {
  display: block;
  text-align: left;
}

.faUl dl:not(:last-child) {
  padding-bottom: 8px;
  margin-bottom: 5px;
  border-bottom: dotted 1px #4f4f4f;
}

/*----------------------------------
  宿泊案内 部屋写真
----------------------------------*/
.room {
  max-width: 600px;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

/*----------------------------------*/

/*====================
コンテンツ　#main　インフォ
====================*/

.annaiList p {
  margin: 5px 0 20px 0;
  /*文字に対してマージンかけている*/
}

.amenity img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 300px;
}

.amenity-h1 {
  margin: 10px auto;
  font-size: 23px;
}

/*====================
コンテンツ　#main　about 入浴の嗜み
====================*/

#aboutMenu {
  margin: 0 0 10px 0;
}

#aboutMenu #infoText dl {
  margin-bottom: 40px;
}

#infoMenu #infoText h3,
#stayMenu #stayText h3,
#mapMenu #mapText h3,
#aboutMenu #infoText dl h3 {
  text-align: left;
  font-weight: bold;
  border-bottom: solid 1px var(--main-color);
  border-left: solid 10px var(--main-color);
  padding-left: 5px;
  margin-bottom: 10px;
  /*各ページのh3設定*/
}

#aboutMenu #infoText dd {
  text-align: left;
}

/*====================
コンテンツ　#main　Googleマップ
====================*/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*====================
コンテンツ　#main　access アクセス
====================*/
#mapMenu {
  margin: 0 0 10px 0;
}

#mapMenu #mapText {
  padding: 10px;
  background: #fff;
  border-bottom-left-radius: 5px;
  /*左下の角丸*/
  border-bottom-right-radius: 5px;
  /*下の角丸*/
}

#mapMenu .mapOkoshi {
  margin: 10px 0 0 0;
  text-align: left;
}

#mapMenu .mapOkoshi h3 {
  text-align: left;
  font-weight: bold;
  border-bottom: solid 1px #c99f63;
  border-left: solid 10px #c99f63;
  padding-left: 5px;
  margin-bottom: 10px;
}

#mapMenu .mapOkoshi ul {}

#mapMenu .mapOkoshi ul li {
  margin: 10px 0;
}

#mapMenu .mapOkoshi p {
  text-align: left;
  margin: 0 0 20px 0;
  font-size: 0.8em;
  /*フォント大きさ*/
}

/*====================
コンテンツ　#main　かんたんメニュー
====================*/
#stayMenu,
#faMenu,
#easyMenu {
  margin: 0 0 10px 0;
}

#stayMenu #stayText,
#stayYugawara #stayText,
#faMenu #faText,
#easyMenu #easyText {
  padding: 8px;
  background: #fff;
  border-bottom-left-radius: 5px;
  /*左下の角丸*/
  border-bottom-right-radius: 5px;
  /*下の角丸*/
  border-left: var(--sub-color) solid 2px;
  border-right: var(--sub-color) solid 2px;
  border-bottom: var(--sub-color) solid 2px;
}

#stayMenu #stayText ul {
  text-align: left;
}

#stayMenu #stayText ul li {
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--sub-color);
}

#easyText p {
  text-align: center;
}

/*ここから下は調整難しい*/
#easyMenu #easyText article {
  text-align: center;
  width: 48%;
  float: left;
  padding: 0 1%;
  margin: 10px 0;
}

#easyMenu #easyText article h3 {
  display: none;
  /*h3は不可視にした*/
  margin-top: 3px;
  font-size: 0.9em;
  font-feature-settings: "palt";
  /*字詰め設定*/
}

#easyMenu #easyText article p {
  padding: 0 5%;
  font-size: 15px;
  line-height: 1.5em;
  margin-top: 10px;
  margin-bottom: -9px;
}

#easyMenu #easyText article img {
  width: 100%;
  height: auto;
  max-width: 180px;
}

#infoMenu #infoText #infoSetsumei dl dt a:hover {
  opacity: 0.7;
}

#easyMenu #easyText article a:hover {
  opacity: 0.7;
}

/*------------------------------------*/
/*ここからおすすめプランCSS*/

#planText {
  text-align: center;
  padding: 0 10px 0 10px;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  /*左下の角丸*/
  border-bottom-right-radius: 5px;
  /*下の角丸*/
  border-left: var(--sub-color) solid 2px;
  border-right: var(--sub-color) solid 2px;
  border-bottom: var(--sub-color) solid 2px;
}

#planText article {
  text-align: center;
  max-width: 47%;
  /*ここら辺の調整むずかしい*/
  padding: 15px 1.5%;
  /*ここら辺の調整むずかしい*/
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  min-height: 0px;
}

#planText article h3 {
  font-size: 15px;
  font-feature-settings: "palt";
  /*字詰め設定*/
  padding: 5px 1px;
  margin: 0 auto;
  text-align: left;
}

#planText article p {
  padding: 0 5px;
  font-size: 12px;
  line-height: 1.5em;
  display: block;
  color: #000000;
  height: auto;
  text-align: left;
}

#planText article img {
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}

#planText article a:hover {
  opacity: 0.7;
}

.plan-box {
  float: left;
  margin: 0 auto;
  width: 95%;
  padding: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.plan-box h3 {
  font-size: 15px;
  text-align: left;
}

.plan-box a {
  color: inherit;
}

#planview_1 {
  margin: 0 0 10px 0;
}

#right {
  text-align: center;
  font-size: 0.9em;
}

/*====================
コンテンツ　#side　ご予約
====================*/
#komaReservation {
  margin: 0 0 10px 0;
  background-color: var(--sub-color);
  color: #fff;
  border-radius: 7px;
  border-left: var(--sub-color) solid 2px;
  border-right: var(--sub-color) solid 2px;
  border-bottom: var(--sub-color) solid 2px;
}

#komaReservation ul {
  padding: 5px;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  /*左下の角丸*/
  border-bottom-right-radius: 5px;
  /*下の角丸*/
}

#komaReservation ul li {
  width: 90%;
  height: 50px;
  margin: 10px auto;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  background-color: var(--sub-color);
}

#komaReservation ul li a:link,
#komaReservation ul li a:visited {
  display: block;
  text-decoration: none;
  color: #fff;
}

#komaReservation ul li a:hover {
  border-radius: 5px;
  background-color: var(--main-color);
  /*ホバーした時のボタン色*/
  transition: all 0.5s;
  /*ホバーした時のボタン色が変わる速度*/
  color: #fff;
}

#komaReservation ul li a:hover {}

/*====================
コンテンツ　#side　施設情報
====================*/
#komaGuide {
  margin: 0 0 10px 0;
}

#komaGuide address {
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
}

#komaGuide .komaguide-top {
  font-size: 16px;
  margin-bottom: -20px;
  line-height: 1.5rem;
}

#komaGuide address dl {
  margin: -20px 0;
}

#komaGuide address dl dt {
  font-size: 16px;
  margin: 7px 0;
}

#komaGuide address dl dt span {
  margin: 0 10px;
}

#komaGuide address .yousitu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}

#komaGuide address .yousitu-1 {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  color: var(--text-color);
  letter-spacing: -0.1rem;
  margin-bottom: -5px;
}

#komaGuide address .yousitu i {
  font-size: 19px;
  margin-top: 5px;
}

#komaGuide address .yousitu-2 {
  font-size: 15px;
  display: block;
  min-width: 100px;
  width: 100%;
  margin: 10px auto 0 auto;
  line-height: 1.7rem;
}

#komaGuide hr {
  margin-bottom: 15px;
}


/*----------------------------------
   予約ボタン設置
----------------------------------*/

.telNo-box {
  border-radius: 5px;
  position: relative;
  background-color: #309018;
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--sans-f);
  font-weight: 700;
}

.telNo-box a {
  display: grid;
  font-size: 1.6rem;
  line-height: 32px;
  padding: 11px 0 11px 0;
  color: #fff;
  font-weight: 400;
  place-content: center;
}

.telNo-box a:hover {
  opacity: 0.7;
}

.icon {
  margin-right: 5px;
  font-size: 1.3rem;
  margin-top: -3px;
}

.telNo-box ul li {
  font-size: 1.5rem;
  margin-bottom: 2px;
}



/*----------------------------------
   ご予約・問い合わせ追加
----------------------------------*/

p.tel-box-subtext {
  display: block;
  text-align: center;
  font-size: 18px;
  margin: 30px auto 5px auto;
  font-weight: 500;
  position: relative;
  color: var(--text-color);

}

/* p.tel-box-subtext::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: -1%;
  background-color: #8e2528;
  height: 2px;
  min-width: 390px;
  width: 100%;
} */

/*----------------------------------
   dish menu
----------------------------------*/
.dish-photo {
  margin-top: 10px;
  margin-bottom: -25px;
}

.dish-box h3 {
  font-size: 16px;
}

/*----------------------------------*/

/*====================
周辺観光
====================*/
.sightseeing-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 20px;
}

.sightseeing-box1 img,
.sightseeing-box2 img,
.sightseeing-box3 img,
.sightseeing-box4 img,
.sightseeing-box5 img,
.sightseeing-box6 img {
  width: 100%;
}

.sightseeing-box1 h2,
.sightseeing-box2 h2,
.sightseeing-box3 h2,
.sightseeing-box4 h2,
.sightseeing-box5 h2,
.sightseeing-box6 h2 {
  font-size: 20px;
  padding: 10px 0;
}

.sightseeing-box5 {
  margin-bottom: 10px;
}

.sightseeing-box6 a {
  width: 70%;
  margin: 0 auto;
  outline: none;
  border: none;
  color: #fff;
  border-radius: 5px;
  padding: 20px 30px;
  background-color: var(--main-color);
  margin-bottom: 20px;
  font-size: 16px;
}

/*----------------------------------*/
#komaGuide #infoText {
  padding: 20px;
  background: #fff;
  border-bottom-left-radius: 5px;
  /*左下の角丸*/
  border-bottom-right-radius: 5px;
  /*下の角丸*/
  border-left: var(--sub-color) solid 2px;
  border-right: var(--sub-color) solid 2px;
  border-bottom: var(--sub-color) solid 2px;
}

#komaGuide #yumeguri a:hover {
  opacity: 0.7;
}

/*====================
フッターTopボタンの設定
====================*/
/*
#footerTop{
    text-align:center;
}
*/

.toTop {
  width: 200px;
  height: 50px;
  margin: 30px auto 30px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  background: var(--sub-color);
  /*ボタン背景色*/
  color: #fff;
  font-size: 16px;
}

.toTop a {
  display: block;
}

.toTop i {
  margin-right: 5px;
}

/*ホバーのリンク色設定など*/
.toTop a:link,
.toTop a:visited {
  color: #fff;
  text-decoration: none;
}

.toTop a:hover {
  opacity: 0.7;
}

/*====================
フッター（Ft<a>はSP用を使う。PC向けを隠しておく）
====================*/
footer #pcFt {
  display: none;
}

footer {
  background: #fff;
  /*フッター背景色*/
  padding: 10px;
  height: 50px;
  text-align: center;
  margin-bottom: 70px;
  /*スマホfNav用の処置*/
}

footer #spFt {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 5px;
  text-align: center;
}

footer #innerFooter a:link,
footer #innerFooter a:visited {
  color: var(--main-color);
  /*footer内リンク色*/
}

footer #innerFooter a:hover {
  text-decoration: underline;
  /*footer内リンク、乗せると下線出る*/
}

footer small {
  color: #ffffff;
  font-size: 11px;
}

/*====================
フッターナビ　※スマホ専用
====================*/
#fNav {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 2px solid #316745;
  /*ボタンの上仕切り色*/
  border-bottom: 2px solid #316745;
  /*ボタンの下仕切り色*/
  z-index: 100;
}

#fNav ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#fNav li {
  text-align: center;
  display: table-cell;
  background-color: #00a95f;
  /*ボタンの色*/
  opacity: 0.7;
  /*ボタン透明*/
}

#fNav li:not(:last-child) {
  border-right: 2px solid #004d25;
  /*ボタン仕切り色*/
}

#fNav ul a {
  display: block;
  padding: 8px 0;
}

/*====================
レスポンシブ用、sidrの設定
====================*/
#spNav #right-menu {
  position: absolute;
  top: 12px;
  /*三メニューの上からの調整に使う*/
  display: block;
  width: 50px;
  text-align: center;
  right: 5px;
  color: var(--sub-color);
  font-size: 30px;
}

#spNav #right-menu i:hover {}

#spNav #right-sidr a:hover {}

#spNav #right-sidr a i {
  margin-right: 12px;
}

/*====================
汎用class-文字色などの装飾変更
====================*/
.textRed {
  color: red;
}

/*====================
汎用class-主にh2見出し
====================*/
.infoH2 {
  height: 30px;
  line-height: 30px;
  background: #015a56;
  /*h2見出しの背景色*/
  border-top-left-radius: 5px;
  /*h2左上の角丸*/
  border-top-right-radius: 5px;
  /*h2右上の角丸*/
}

.infoH2 i {
  margin-right: 5px;
}

.infoH2 h2 {
  font-size: 16px;
  font-feature-settings: "palt";
  /*字詰め設定*/
  color: #fff;
}

/*====================
コンテンツ　プライバシーポリシー※ここは一画面・ここはスマホ用
====================*/
.policyTxt {
  margin: 20px 0 30px 0;
  /*キービジュアル無いので、上に少しマージン*/
  padding: 0 10px;
}

.policyTxt #infoText ul {
  margin: 20px 0 20px 0;
  padding: 10px 10px 0 10px;
  background-color: #fdeff2;
  /*個人情報リスト・背景の色*/
}

.policyTxt #infoText ul dl {
  display: inline-block;
  margin: 5px 0 0 0;
}

.policyTxt #infoText ul dl:not(:last-child) {
  border-bottom: dotted 1px #4f4f4f;
}

.policyTxt #infoText dt {
  display: block;
  text-align: left;
  margin-bottom: 5px;
}

.policyTxt #infoText dd {
  text-align: left;
  margin-bottom: 10px;
}

.policyTxt #infoText p,
.policyTxt #infoText dt,
.policyTxt #infoText dd {
  line-height: 150%;
}

/*============================================================
●480〜767（iPhone5S、ヨコ画面）
============================================================*/
@media screen and (min-width: 480px) {
  /*
body{
background:blue;
}
*/

  /*--GoToキャンペーン用バナー--*/
  #goto_sp {
    display: none;
  }

  #goto_pc {
    display: block;
    height: auto;
    width: 98%;
    margin: -5px auto 15px auto;
    text-align: center;
  }

  /*----------------------------------*/

  .banner-content-box {
    margin: 0 15px 18px 15px;
    text-align: center;
  }

  /*----------------------------------*/

  /*----------------------------------
     information_box
  ----------------------------------*/
  .information_box {
    margin: 30px auto;
    background-color: #fff;
    border: 2px solid #b93333;
    max-width: 700px;
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-content: center;
  }

  .information_inner {
    position: relative;
    font-family: serif;
    font-weight: bold;
    text-align: center;
    color: #000000;
    margin: 25px 3% 0 3%;
  }

  .information_img img {
    display: none;
  }

  .information_inner_zen {
    font-size: 1.8em;
    color: #b93333;
    font-weight: bold;
  }

  .information_inner h2 {
    font-size: 2.2em;
    padding-top: 10px;
  }

  .information_bt {
    font-size: 1.5em;
    padding: 10px;
    background-color: #b93333;
    margin-bottom: 30px;
    border-radius: 20px;
  }

  .information_bt a {
    color: #fff;
  }

  .information_bt:hover {
    opacity: 0.7;
  }

  /*====================
キービジュアル（Sq=Wideの切り替え発生）
====================*/
  #key #keySq {
    display: none;
  }

  #key #keyWide {
    display: block;
  }

  /*====================
コンテンツ　#main　インフォ
====================*/
  /*ここからPC用になる*/
  #stayMenu #stayText,
  #stayYugawara #stayText,
  #infoMenu #infoText,
  #faMenu #faText,
  #aboutMenu #infoText,
  #mapMenu #mapText,
  #content .policyTxt #infoText {
    padding: 20px;
    border-left: var(--sub-color) solid 2px;
    border-right: var(--sub-color) solid 2px;
    border-bottom: var(--sub-color) solid 2px;
    -webkit-border-left: var(--sub-color) solid 2px;
    -webkit-border-right: var(--sub-color) solid 2px;
    -webkit-border-bottom: var(--sub-color) solid 2px;
  }

  #infoMenu #infoText dl {
    margin-top: 30px;
    /*上下の間*/
  }

  #infoMenu #infoText dl dt {
    width: 34%;
    display: block;
    float: right;
  }

  #infoMenu #infoText dl dd {
    width: 64%;
    float: left;
  }

  .osusumeMizu dt img {
    max-width: 95%;
    height: auto;
    float: right;
    vertical-align: bottom;
  }

  /*====================
コンテンツ　#main　新着情報
====================*/
  #infoShin #infoBox dl dt {}

  #infoShin #infoBox dl dd {
    margin: 0 20px 5px 20px;
  }

  /*====================
コンテンツ　#main　hotstay 源泉掛け流し
====================*/
  /*主に、下段のリスト。この解像度より幅広になる*/
  #main #stayMenu #stayText .hotUl h3 {
    text-align: left;
    padding-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hotUl dl dt:not(:last-child) {
    float: left;
    text-align: left;
    display: block;
    width: 26%;
  }

  .hotUl dl:last-child dt {
    /*margin-bottom: 25px;改行対策*/
  }

  .hotUl dl dd {
    float: right;
    display: block;
    width: 74%;
  }

  /*いい湯のはなし・中*/
  #stayYugawara #stayText #yugaRight {
    width: 100%;
  }

  #stayYugawara #stayText #yugaLeft {
    width: 100%;
  }

  .yugaUl {
    text-align: left;
    margin: 10px 0;
  }

  .yugaUl dl {
    margin-bottom: 10px;
    font-size: 1em;
  }

  .yugaUl dt {
    float: left;
    width: 20%;
  }

  .yugaUl dd {
    float: right;
    text-align: left;
    width: 80%;
  }

  /*====================
コンテンツ　#main　facilities 施設案内
====================*/
  /*主に、下段のリスト。この解像度より幅広になる*/
  #faMenu #faText .annaiList .faUl {}

  #faMenu #faText .annaiList .faUl h3 {
    text-align: left;
    padding-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #faMenu #faText .annaiList .faUl dl {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
  }

  #faMenu #faText .annaiList .faUl dl dt:not(:last-child) {
    float: left;
    width: 22%;
  }

  #faMenu #faText .annaiList .faUl dl dd {
    float: right;
    width: 78%;
  }

  /*====================
コンテンツ　#main　adout 入浴の嗜み
====================*/

  #aboutMenu #infoText dl dt {
    display: block;
    float: right;
    margin-left: 10px;
  }

  /*====================
コンテンツ　#main　access アクセス
====================*/

  #mapMenu .mapOkoshi p {
    font-size: 0.9em;
    /*フォントの大きさ*/
  }

  /*====================
コンテンツ　#main　かんたんメニュー
====================*/
  /*ここから下は調整難しい*/
  #easyMenu #easyText article {
    text-align: center;
    width: 30%;
    float: left;
    padding: 0 1.555%;
    margin: 10px 0;
  }

  #easyMenu #easyText article p {
    padding: 0 5%;
    font-size: 0.9em;
    line-height: 1.5em;
  }

  #easyMenu #easyText article img {
    width: 100%;
    height: auto;
    max-width: 200px;
  }

  /*====================
コンテンツ　#side　ご予約
====================*/
  #komaReservation ul li {
    font-size: 100%;
  }

  /*====================
コンテンツ　#side　施設情報
====================*/
  #komaGuide address {
    text-align: left;
    font-size: 14px;
  }

  .telNo {
    font-size: 26px;
  }
}

/*==ここまで480～767===========*/

/*============================================================
●768〜960（iPad4、タテ画面。サイド領域出現）
============================================================*/
@media screen and (min-width: 768px) {
  /*
body{
background:yellow;
}
*/

  /*--GoToキャンペーン用バナー--*/
  #goto_pc {
    display: block;
    height: auto;
    width: 90%;
    margin: -5px auto 15px auto;
    text-align: center;
  }

  #goto_sp {
    display: none;
  }

  #main {
    width: 68%;
    float: left;
  }

  #side {
    width: 30%;
    float: right;
  }

  /*----------------------------------
     information
  ----------------------------------*/
  .information_box {
    margin: 30px auto;
    background-color: #fff;
    border: 2px solid #b93333;
    max-width: 790px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-content: center;
  }

  .information_inner {
    position: relative;
    font-family: serif;
    font-weight: bold;
    text-align: center;
    color: #000000;
    margin: 25px 3% 0 3%;
  }

  .information_img img {
    display: block;
    position: absolute;
    left: -9%;
    top: -10%;
  }

  .information_inner_zen {
    font-size: 1.8em;
    color: #b93333;
    font-weight: bold;
  }

  .information_inner h2 {
    font-size: 1.8em;
    padding-top: 30px;
  }

  .information_bt {
    font-size: 1.5em;
    padding: 10px;
    background-color: #b93333;
    margin-bottom: 30px;
    border-radius: 20px;
  }

  .information_bt a {
    color: #fff;
  }

  .information_bt:hover {
    opacity: 0.7;
  }

  /*====================
コンテンツ　#main　新着情報
====================*/
  #infoShin {
    margin: 20px 0 0 0;
    height: auto;
  }

  #planview_1 {
    margin: 20px 0 0 0;
  }

  #mapMenu {
    margin: 20px 0 0 0;
  }

  /*いい湯のはなし・大*/
  #stayYugawara {
    margin: 20px 0 0 0;
  }

  #stayYugawara #stayText #yugaRight {
    float: right;
    width: 40%;
  }

  #stayYugawara #stayText #yugaLeft {
    float: left;
    width: 60%;
  }

  .yugaUl {
    text-align: left;
    margin: 0 auto;
    padding-left: 10px;
  }

  .yugaUl dl {
    margin-bottom: 10px;
    font-size: 0.8em;
  }

  .yugaUl dt {
    float: left;
    width: 35%;
  }

  .yugaUl dd {
    float: right;
    text-align: left;
    width: 65%;
  }

  /*====================
コンテンツ　#main　かんたんメニュー
====================*/
  #easyMenu {
    margin: 20px 0 80px 0;
  }

  /*====================
コンテンツ　#side　ご予約
====================*/
  #komaReservation {
    margin: 0 0 20px 0;
  }

  #komaReservation ul li {
    font-size: 80%;
  }

  /*====================
コンテンツ　#side　施設情報
====================*/
  #komaGuide {
    margin: 0 0 20px 0;
  }

  #komaGuide address {
    text-align: left;
    font-size: 13px;
  }

  #komaGuide address .yousitu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 5px auto 15px auto;
  }

  #komaGuide address .yousitu i {
    font-size: 19px;
    margin-top: 0px;
  }

  #komaGuide address .yousitu-1 {
    font-size: 19px;
    min-width: 100px;
    margin-bottom: -2px;
  }


  #komaGuide address .yousitu-2 {
    font-size: 16px;
    min-width: 90px;
    margin-bottom: 0;
    line-height: 1.5rem;
  }

  #komaGuide hr {
    margin-bottom: 15px;
  }


  .telNo {
    font-size: 19px;
  }

  /*====================
コンテンツ　#side　Facebook
====================*/
  .facebook-wrapper {
    margin: 0 0 60px 0;
  }


  /*=====================
	dish h3
======================*/
  .dish-box h3 {
    font-size: 19px;
  }

  /*====================
フッターTopボタンの設定＞右下に位置変更
====================*/
  #footerTop {
    float: right;
    width: 960px;
    margin: 0 auto;
    position: relative;
    /*上へボタンを配置する際、ポジションの基点にする*/
    padding: 0;
  }

  .toTop {
    width: 160px;
    height: 50px;
    margin: 30px auto 30px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    /*ピクセル指定でポジション配置*/
    top: -80px;
    /*上へ78px*/
    right: 0;
    /*右から0px*/
    border-radius: 5px 5px 0 0;
    background: var(--sub-color);
    /*ボタン背景の色*/
    color: #fff;
    font-size: 16px;
  }

  .toTop a:link {
    display: block;
    color: #fff;
  }

  /*====================
フッター（Ft<p>をcenter寄せ改行PC用を出す、SP用<p>は隠す）
====================*/
  footer #spFt {
    display: none;
  }

  footer {
    height: 70px;
    background: #fff;
    /*フッター背景の色*/
    padding: 10px;
    margin-bottom: 0px;
    /*スマホfNav用の処置、0にして消す*/
    display: grid;
    place-content: center;
  }

  footer #pcFt {
    display: block;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 5px;
    text-align: center;
  }

  footer small {
    color: var(--main-color);
    /*footer内リンク色*/
    font-size: 14px;
  }

  /*====================
フッターナビ　※スマホ専用
====================*/
  #fNav {
    display: none;
  }

  /*====================
コンテンツ　プライバシーポリシー※ここは一画面・ここからPC用
====================*/
  .policyTxt {
    margin: 40px 0 180px 0;
    /*下の隙間、広めに取る*/
    padding: 0 30px;
  }

  .policyTxt #infoText ul {
    margin: 20px 0 20px 0;
  }

  .policyTxt #infoText dt {
    float: left;
    width: 36%;
    text-align: left;
  }

  .policyTxt #infoText dd {
    float: right;
    width: 64%;
    text-align: left;
    margin-bottom: 10px;
  }

  .policyTxt #infoText p,
  .policyTxt #infoText dt,
  .policyTxt #infoText dd {
    line-height: 200%;
  }

  /* address tel */
  .telNo-box ul li:nth-child(1) {
    font-size: 1.2rem;
    margin-bottom: 1px;
  }

  .telNo-box ul li:nth-child(2) {
    font-size: 1.4rem;
  }
}

/*==ここまで768～960===========*/

/*============================================================
●960〜それ以上（iPad4ヨコ画面、およびパソコン向け。上にナビ出現）
============================================================*/
@media screen and (min-width: 961px) {
  /*
body{
background:red;
}
*/

  /*--GoToキャンペーン用バナー--*/
  #goto_pc {
    display: block;
    height: auto;
    width: 100%;
    margin: -5px auto 15px auto;
    text-align: center;
  }

  #goto_sp {
    display: none;
  }

  /*----------------------------------
     information
  ----------------------------------*/

  .information_box {
    margin: 30px auto;
    background-color: #fff;
    border: 2px solid #b93333;
    max-width: 910px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-content: center;
  }

  .information_inner {
    position: relative;
    font-family: serif;
    font-weight: bold;
    text-align: center;
    color: #000000;
    margin: 25px 3% 0 3%;
  }

  .information_img img {
    position: absolute;
    left: -9%;
    top: -10%;
  }

  .information_inner_zen {
    font-size: 1.8em;
    color: #b93333;
    font-weight: bold;
  }

  .information_inner h2 {
    font-size: 1.8em;
    padding-top: 30px;
  }

  .information_bt {
    font-size: 1.5em;
    padding: 10px;
    background-color: #b93333;
    margin-bottom: 30px;
    border-radius: 20px;
  }

  .information_bt a {
    color: #fff;
  }

  .information_bt:hover {
    opacity: 0.7;
  }

  /*----------------------------------*/

  #content {
    padding: 0;
    text-align: center;
  }

  #main {
    width: 640px;
    float: left;
  }

  #side {
    width: 300px;
    float: right;
  }

  /*====================
ヘッダー＞スマホ用ナビが消え、パソコン用のナビが出現
====================*/
  #spNav {
    display: none;
    /*スマホ用ナビを消す*/
  }

  header .hdNav {
    display: block;
    /*パソコン用ナビを出す。この時点では素状態で見れた状態じゃない*/
  }

  header #headerLeft {
    float: left;
  }

  header #headerRight ul {
    float: right;
  }

  header .hdNav ul li {
    width: auto;
    /*ピクセル数で指定するのもアリ*/
    float: left;
    text-align: center;
  }

  /* ナビゲーションの６個目の背景だけを変更 */
  header .hdNav ul li:nth-child(6) {
    background-color: var(--sub-color);
    /*ナビの背景色*/
    color: #fff;
  }

  header .hdNav ul li:nth-child(6) a:link {
    color: #fff;
  }

  header .hdNav ul li a {
    display: block;
    padding: 0 15px 0 15px;
    color: var(--sub-color);
  }

  header .hdNav ul li a:link,
  header .hdNav ul li a:visited {
    display: block;
    /*a要素にblockすると文字だけでなく余白部分もリンクボタンになる*/
    height: 70px;
    /*高さは数値で指定*/
    text-decoration: none;
    /*テキストのいらない装飾を無しにする*/
    color: var(--sub-color);
    line-height: 70px;
    /*heightと同じにすると文字高さが中心揃えになる*/
  }

  header .hdNav ul li a:hover {
    color: #fff;
    /*ホバー時のテキストカラー*/
    background-color: var(--main-color);
    /*ホバー時の背景カラー*/
  }

  /*====================
キービジュアル
====================*/

  #infoText p {
    text-align: left;
    font-size: 100%;
    line-height: 1.5;
  }

  /*====================
コンテンツ　#main　access アクセス
====================*/

  #mapMenu .mapOkoshi p {
    font-size: 1em;
    /*フォントの大きさ*/
  }

  /*====================
コンテンツ　#main　かんたんメニュー
====================*/
  /*ここから下は調整難しい*/
  #easyMenu #easyText article {
    text-align: center;
    width: 200px;
    float: left;
    padding: 0 3.333px;
    margin: 10px 0;
  }

  #easyMenu #easyText article p {
    padding: 0 10px;
    font-size: 100%;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: -9px;
  }

  #easyMenu #easyText article img {
    width: 190px;
    height: auto;
  }

  /*====================
コンテンツ　#side　ご予約
====================*/
  #komaReservation ul li {
    font-size: 100%;
  }

  /*====================
コンテンツ　#side　施設情報
====================*/
  #komaGuide address {
    text-align: left;
    font-size: 14px;
  }

  .telNo {
    font-size: 26px;
    pointer-events: none;
  }

  .telNo-box ul li:nth-child(1) {
    font-size: 1.2rem;
    margin-bottom: 2px;
  }

  .telNo-box ul li:nth-child(2) {
    font-size: 1.7rem;
  }

  /* 湯めぐり */
  #infoText .yumeguri-bt {
    display: block;
    margin: 3px auto 0 auto;
    text-align: center;
  }

  /*周辺観光にボタンを追加*/
  .sightseeing-box6 a {
    padding: 20px 0;
    cursor: pointer;
    transition: ease 1s;
  }

  .sightseeing-box6 a:hover {
    opacity: .7;
    background-color: rgba(19, 122, 196, 1.00);
  }
}