@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　かんたんメニュー
・ご予約
・フッター
*/
/*============================================================
全サイズ共通設定、スマホ（iPhone5Sタテ画面）479px以下のレイアウト
============================================================*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  background-image: url(../img/wagara28.jpg);
}

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

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

a:active {
  text-decoration: none;
}

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

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

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

header .hdNav {
  display: none;
}

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

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

/*====================
コンテンツ全体
====================*/
#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;
  letter-spacing: -1px;
  text-align: center;
  color: #000000;
  margin: 25px 3% 0 3%;
}

.information_img img {
  display: none;
}

.information_inner_zen {
  font-size: 1.6em;
  color: #b93333;
  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: #b93333;
  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,
#content .policyTxt #infoText {
  padding: 10px;
  background-color: #fff;
  border-bottom-left-radius: 5px; /*左下の角丸*/
  border-bottom-right-radius: 5px; /*下の角丸*/
}

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

#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;
  border-bottom-left-radius: 5px; /*左下の角丸*/
  border-bottom-right-radius: 5px; /*下の角丸*/
  padding: 15px;
}

#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　hotspa 源泉掛け流し
====================*/

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

/*主に、下段のリスト。スマホ解像度用*/
#main #spaMenu #spaText .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;
}

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

#spaYugawara #spaText #yugaRight {
  width: 100%;
}

#spaYugawara #spaText #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;
}

.yugaUl dt {
}

.yugaUl dd {
}

/*====================
コンテンツ　#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;
}

/*====================
コンテンツ　#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,
#spaMenu #spaText h3,
#mapMenu #mapText h3,
#aboutMenu #infoText dl h3 {
  text-align: left;
  font-weight: bold;
  border-bottom: solid 1px #c99f63;
  border-left: solid 10px #c99f63;
  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;
}

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

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

#spaMenu #spaText,
#spaYugawara #spaText,
#faMenu #faText,
#easyMenu #easyText {
  padding: 10px;
  background: #fff;
  border-bottom-left-radius: 5px; /*左下の角丸*/
  border-bottom-right-radius: 5px; /*下の角丸*/
}

#easyText p {
  text-align: left;
}

/*ここから下は調整難しい*/
#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: 0.8em;
  line-height: 1.5em;
}

#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; /*下の角丸*/
}

#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: darkorange;
  color: #fff;
  border-radius: 7px;
}

#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: darkorange;
}

#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: crimson; /*ホバーした時のボタン色*/
  transition: all 0.5s; /*ホバーした時のボタン色が変わる速度*/
  color: #fff;
}
#komaReservation ul li a:hover {
  opacity: 0.7;
}

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

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

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

.telNo-box {
  border-radius: 5px;
  position: relative;
  background-color: #309018;
  margin-top: 10px;
}

.telNo-box a {
  display: block;
  font-size: 1.5em;
  line-height: 25px;
  padding: 10px 0 10px 40px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.telNo-box a:hover {
  opacity: 0.7;
  margin-top: 3px;
}

.fa-phone-alt {
  position: absolute;
  left: 5%;
  top: 40%;
}

.telNo-box2 {
  border-radius: 5px;
  position: relative;
  background-color: #b93333;
  margin: 10px 0 10px 0;
}

.telNo-box2 a {
  display: block;
  font-size: 1.5em;
  line-height: 25px;
  padding: 10px 0 10px 40px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.15em;
}

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

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

p.tel-box-subtext {
  display: block;
  margin-bottom: 10px;
  padding: 20px 0 0 0;
  font-weight: 500;
  position: relative;
}
p.tel-box-subtext::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: -5px;
  background-color: #8e2528;
  height: 2px;
  width: 270px;
}

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

#komaGuide #infoText {
  padding: 20px;
  background: #fff;
  border-bottom-left-radius: 5px; /*左下の角丸*/
  border-bottom-right-radius: 5px; /*下の角丸*/
}

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

/*====================
コンテンツ　#side　湯もと小町館Facebook
====================*/
#fbBox {
  margin: 0 0 10px 0;
  text-align: center;
}

.facebook-wrapper {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.facebook-wrapper .fb-page {
  width: 100%;
}

.facebook-wrapper .fb-page span,
.facebook-wrapper iframe {
  width: 100% !important;
}

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

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

.toTop a {
  display: block;
}

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

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

.toTop a:hover {
  color: #fca84a;
}

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

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

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

footer #innerFooter a:link,
footer #innerFooter a:visited {
  color: #faf099; /*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: #faf099;
  font-size: 30px;
}

#spNav #right-menu i:hover {
  color: #fca84a;
}

#spNav #right-sidr a:hover {
  color: #fca84a;
}

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

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

/*====================
汎用class-主にh2見出し
====================*/
.infoH2 {
  height: 30px;
  line-height: 30px;
  background: #330c0f; /*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;
    letter-spacing: -1px;
    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;
    letter-spacing: -1px;
    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用になる*/
  #spaMenu #spaText,
  #spaYugawara #spaText,
  #infoMenu #infoText,
  #faMenu #faText,
  #aboutMenu #infoText,
  #mapMenu #mapText,
  #content .policyTxt #infoText {
    padding: 20px;
  }

  #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　hotspa 源泉掛け流し
====================*/
  /*主に、下段のリスト。この解像度より幅広になる*/
  #main #spaMenu #spaText .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%;
  }
  /*いい湯のはなし・中*/
  #spaYugawara #spaText #yugaRight {
    width: 100%;
  }

  #spaYugawara #spaText #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;
    letter-spacing: -1px;
    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;
  }

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

  #spaYugawara #spaText #yugaRight {
    float: right;
    width: 40%;
  }

  #spaYugawara #spaText #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;
  }

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

  /*====================
フッター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: -78px; /*上へ78px*/
    right: 0; /*右から0px*/
    border-radius: 5px 5px 0 0;
    background: #b93333; /*ボタン背景の色*/
    color: #fff;
    font-size: 16px;
  }

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

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

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

  footer small {
    color: #ffffff;
    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%;
  }
} /*==ここまで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;
    letter-spacing: -1px;
    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 a {
    display: block;
    padding: 0 15px 0 15px;
  }

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

  header .hdNav ul li a:hover {
    color: #fca84a; /*ホバー時のテキストカラー*/
    background-color: #8e2528; /*ホバー時の背景カラー*/
  }
  /*====================
キービジュアル
====================*/

  #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;
  }

  #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-2 {
    pointer-events: none;
  }
}
/*====================
コンテンツ　#side　Facebook
====================*/

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

/*====================
フッター
====================*/
/*==ここまで961～それ以上======*/

/*----------------------------------
  ふるさと納税バナー
----------------------------------*/
.hurusato-inner-pc a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 780px) {
  .hurusato-inner-pc {
    display: none;
  }

  .hurusato-inner-sp {
    display: block;
    max-width: 900px;
    height: auto;
    width: 100%;
    margin: 0px auto 0 auto;
  }
}

@media screen and (min-width: 781px) {
  .hurusato-inner-pc {
    display: block;
    max-width: 100%;
    margin-top: -15%;
  }

  .hurusato-inner-pc a {
    color: #000;
    text-align: left;
  }

  .hurusato-inner-sp {
    display: none;
  }
}


/*====================
ベストレートバナーPC
====================*/
@media screen and (min-width:768px){
  .slider{position: relative;}
#bnr_bestrate_sp{display: none;}
#bnr_bestrate_pc a { position: absolute; background-color: #000000a3; color: #fff; align-items: center; padding: 15px; border: 1px solid #4d4832; box-sizing: border-box; left: 10px; bottom: 10px; z-index: 10;}
#bnr_bestrate_pc a:hover { text-decoration: none; opacity: 0.7;}
.emblem { width: 170px; margin: 0 auto;}
.emblem img { height: auto;}
.discount p { font-size: 14px; margin: 6px 0 0 0; background: linear-gradient(to bottom, #f9f0b1, #d4af37); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: bold; text-align: center; font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
.discount p span { display: inline-block; border-bottom: 2px solid #d4af37; letter-spacing: 3px; margin-left: 4px;}
.discount p span em { font-size: 36px; line-height: 1.2;}
.notes { list-style: none; padding: 0; margin-top: 12px; font-size: 12px; line-height: 1.6;}
.notes p {   text-align: center;   margin-top: 10px;}
.slide_bnr{ width:1000px; height: 400px;position: relative;        margin: 0 auto;}}


/*============================================================
●ベストレートバナースマホ
============================================================*/
@media screen and (max-width:768px){
#bnr_bestrate_pc{display: none;}
  #bnr_bestrate_sp {
  background-color: #201b15;
  color: #fff;
  display: block;
  margin: 20px auto 0;  
  padding: 20px;
  max-width: calc(100% - 40px);
  border: 2px solid #b4af9f;
  box-sizing: border-box;
  text-align: center;
}
#bnr_bestrate_sp a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.emblem img {
  height: auto;
  width: 170px;
}
.discount p {
  font-size: 14px;
  margin: 10px 0 0 0;
  background: linear-gradient(to bottom, #f9f0b1, #d4af37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 1px;
}
.discount p+p {
  margin: 13px 0 0 0;
}
.discount p span {
  display: inline-block;
  border-bottom: 2px solid #d4af37;
  letter-spacing: 2px;
}
.discount p span em {
  font-size: 34px;
  line-height: 1;
  letter-spacing: 3px;
}
.notes {
  list-style: none;
  padding: 0;
  margin-top: 25px;
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
  color: #fff;
}
.notes p {
  text-align: center;
  margin-top: 12px;
  padding: 6px;
  background-color: #a5831a;
  font-size: 0.8rem;
}}

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