@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@500;700;900&display=swap");
/*
●全サイズ共通設定、スマホ（iPhone5Sタテ画面）479px以下のレイアウト
・ヘッダーナビ
・キービジュアル
・コンテンツ全体
・コンテンツ　#main　インフォ
・コンテンツ　#main　かんたんメニュー
・コンテンツ　#side　ご予約
・フッターTopボタンの設定
・フッター

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

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

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

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

/*----------------------------------
   変数
----------------------------------*/
:root {
  --main-color: #884898;
  --sub-color: #1830a6;
  --bg-color: #e2e3f2;
  --serif: "Noto Serif JP";
  --sans: "Noto Sans JP";
}

/*============================================================
全サイズ共通設定、スマホ（iPhone5Sタテ画面）479px以下のレイアウト
============================================================*/
body {
  font-family: var(--sans);
  font-family: "Noto Sans JP";
  font-family: "Noto Serif JP";
  font-size: 16px;
  line-height: 1.5;
  color: black;
  background-color: var(--bg-color);
  background-repeat: repeat;
  width: auto;
}

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

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

a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

.sp-none {
  display: none;
}

.sp-on {
  display: block;
}

/*====================
ヘッダーナビ
====================*/

.logo img {
  padding-top: 10px;
  max-width: 240px;
}

.logo img a:hover {
  text-decoration: none;
}

/*----------------------------------
     共済ボタン追加
  ----------------------------------*/

.kyousai-sp a {
  display: block;
  margin: 0 auto;
  background: rgb(128, 21, 212);
  background: linear-gradient(
    298deg,
    rgba(128, 21, 212, 1) 0%,
    rgba(176, 93, 255, 1) 100%
  );
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  padding: 20px 0;
  font-weight: normal;
  font-family: var(--sans);
}
/*----------------------------------*/

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

#key {
  text-align: center;
  margin: 0 auto 15px auto;
}

/*====================
コンテンツ全体
====================*/
.header {
  background-color: #fff;
  height: 100px;
}

.header .logo {
  padding-left: 2%;
  padding-top: 17px;
}

.header .logo a:hover ::before {
  pointer-events: none;
}

.pc {
  display: none;
}

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

/*====================
コンテンツ　#main　インフォ
====================*/
#infoMenu {
  margin: 0 0 16px 0;
  background-color: var(--main-color);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px; /*左下の角丸*/
  border-bottom-right-radius: 5px; /*下の角丸*/
}

#infoSetsumei {
  margin-top: 10px;
}

#infoSetsumei h3 {
  font-size: 1.3em;
  font-feature-settings: "palt";
}
#infoSetsumei p {
  font-feature-settings: "palt";
}

#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 {
  padding: 0 0 7px 0;
  text-align: justify;
}

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

/*----------------------------------
   会議室ページ
----------------------------------*/
#infoText .conference-box {
  width: 100%;
}
#infoText .conference-box img {
  width: 100%;
  margin-bottom: -20px;
}
#infoText .conference-box-inner {
  padding: 6px 0;
  margin-top: 10px;
}

/* 会議室のテーブルタグ */
.tbl-r02 {
  width: 100%;
  margin: 10px 0;
  padding: 0 0px;
}

.tbl-r02 th {
  background: var(--main-color);
  border: solid 1px #ccc;
  text-align: center;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  font-family: var(--sans);
}
.tbl-r02 td {
  border: solid 1px gray;
  background-color: rgba(250, 100, 245, 0.05);
  padding: 10px;
  font-size: 16px;
  font-family: var(--sans);
}

.conference-box-inner-title {
  margin: 15px 0 20px 0;
  text-align: left;
  padding-left: 10px;
  letter-spacing: 4px;
}

.conference-box-inner-h1 {
  background: var(--main-color);
  color: #fff;
  padding: 10px;
  font-family: var(--sans);
  font-size: 1.1em;
}

.conference-box-inner-h1 span {
  display: none;
}

.conference-box {
  margin-top: 10px;
  margin-bottom: 10px;
}

.conference-box-inner-bt {
  background: var(--sub-color);
  border: none;
  margin: 10px auto 10px auto;
  border-radius: 5px;
}

.conference-box-inner-bt a {
    width: 350px;
    padding: 20px 20px;
  display: block;
  color: #fff;
  font-size: 1.1rem;
}

.conference-box-inner-bt2 {
  background: #e0841a;
  border: none;
  margin: 0px auto 20px auto;
  border-radius: 5px;
}

.conference-box-inner-bt2 a {
  width: 350px;
     padding: 20px 20px;
  display: block;
  color: #fff;
  font-size: 1.2rem;
}

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

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

#infoShin #infoBox {
  height: 215px;
  background: #fff;
  border-bottom-left-radius: 5px; /*左下の角丸*/
  border-bottom-right-radius: 5px; /*下の角丸*/
}

#infoShin #infoBox dl {
  height: 200px;
  width: 100%;
  overflow: auto;
  line-height: 1.2;
  overflow-x: hidden;
  padding: 5px 0 0 0;
}

#infoShin #infoBox dl dt {
  text-align: left;
  margin: 0 0 0 10px;
  font-size: 1.1em;
  padding-top: 0.6em;
  padding-left: 0.5em;
}

#infoShin #infoBox dl dd {
  text-align: left;
  margin: 0 10px 0 10px;
  padding-left: 5px;
  font-size: 15px;
  display: block;
  position: relative;
}

#infoShin #infoBox dl dd::before {
  content: "";
  display: none;
}

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

.day {
  margin: 10px;
  font-size: 15px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}

/*====================
コンテンツ　おすすめ情報
====================*/
.recommendation {
  text-align: center;
  padding: 0 10px 0 10px;
  height: auto;
  padding: 20px;
  background-color: #fff;
  border-bottom-left-radius: 5px; /*左下の角丸*/
  border-bottom-right-radius: 5px; /*下の角丸*/
  .recommendation-inner{
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: #fff;
    picture{
      max-width: 100%;
      height: auto;
      img{
        width: 100%;
        height: auto;
        object-fit: cover;
      }
    }
    p{
      width: 100%;
      letter-spacing: 0.05em;
      text-align: left;
      font-size: 16px;
      font-family: var(--sans);
      line-height: 1.5;
    }
  }
  @media screen and (min-width: 768px) {
    .recommendation-inner{
      flex-direction: row;
      align-items: flex-start;
    }
  }
}

/*====================
コンテンツ　おすすめ情報 ここまで
====================*/

/*====================
コンテンツ　#main　客室
====================*/

.roomText p,
#faText p {
  text-align: left;
  margin: 5px 0 20px 0; /*文字のスペース*/
  font-size: 17px;
  font-family: var(--sans);
}

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

.cf_2 {
  margin-top: 10px;
  clear: both;
}

.cf_3 {
  float: left;
  margin-top: -5px;
}

/*----------------------------------
   会議ページ
----------------------------------*/
.conference-box-inner .conference-box-inner-h2 {
  font-size: 17px;
  color: #fff;
  background-color: var(--main-color);
  font-family: var(--sans);
  font-weight: bold;
  margin-top: 20px;
  padding: 5px 0;
}

.conference-box-inner-p {
  font-family: var(--sans);
  font-size: 17px;
  padding: 10px 0;
}

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

#faMenu #faText .annaiList .faUl h3 {
  text-align: left;
  border-bottom: solid 1px var(--main-color);
  border-left: solid 10px var(--main-color);
  padding-left: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-family: var(--sans);
}

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

.faUl dl {
  display: block;
  text-align: left;
  font-family: var(--sans);
  font-weight: normal;
}

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

.facilities_content1 {
  margin-bottom: 10px;
  float: left;
  width: 50%;
  clear: left;
}

.facilities_content1 a {
  display: inline-block;
  text-align: center;
  margin: 40px;
  text-decoration: none;
  color: white;
}

.facilities_content2 {
  margin-bottom: -14px;
  float: right;
  width: 50%;
  clear: right;
}

.facilities_content3 {
  margin-bottom: 10px;
  float: right;
  width: 50%;
  clear: right;
}

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

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

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

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

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

#infoMenu #infoText h3,
#roomMenu .roomText h3,
#mapMenu #mapText h3,
#aboutMenu #infoText dl h3 {
  text-align: left;
  border-bottom: solid 1px var(--main-color);
  border-left: solid 10px var(--main-color);
  padding-left: 5px;
  padding-bottom: 2px;
  font-size: 1em;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: normal;
}

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

.map-text {
  border-radius: 5px;
  font-size: 15px;
  height: auto;
  background-color: #fff;
  margin-top: 20px;
  text-align: center;
  border: 3px solid var(--main-color);
}

.map-text-contents {
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.7em;
}

.map-text-contents-list {
  font-family: Noto Sans jp;
  display: flex;
  flex-direction: column;
}

/*====================
コンテンツ　#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; /*フォント大きさ*/
}

/*----------------------------------
   スライダー下のサムネ
----------------------------------*/
.sp-thumbnails {
  display: none;
}

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

#roomMenu .roomText,
#spaYugawara .roomText,
#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 {
  display: flex;
  flex-direction: column;
  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: 20px;
  text-align: center;
  font-family: var(--sans);
}

#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; /*下の角丸*/
  display: flex;
  flex-direction: column;
}

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

#planText article h3 {
  font-size: 1em;
  font-feature-settings: "palt"; /*字詰め設定*/
  padding: 5px 5px;
  margin: 5px auto;
  text-align: left;
  text-decoration: underline;
  display: block;
  position: relative;
  font-family: var(--sans);
}

#planText article p::after {
  content: "";
  border-top: 1px solid #4f4f4f;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#planText article p {
  padding: 0 5px;
  font-size: 1em;
  line-height: 1.5em;
  display: block;
  color: #000000;
  height: auto;
  text-align: left;
  padding-top: 10px;
  position: relative;
  font-family: var(--sans);
}

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

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

#hight {
  float: left;
  margin: 0 auto;
  width: 100%;
  display: table;
}

#row {
  float: left;
  margin: 0 auto;
  width: 100%;
}

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

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

/*====================
コンテンツ　#side　ご予約
====================*/
#komaReservation {
  margin: 0 0 16px 0;
  color: #fff;
  border-radius: 7px;
}

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

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

#komaReservation ul li a {
  font-size: 1.3em;
  font-family: var(--sans);
  line-height: 25px;
  padding: 15px 0;
}

/*----------------------------------*/
#komaReservation .side-bt-1 {
  line-height: 1.5em;
}

#komaReservation .side-bt-2 {
  line-height: 2em;
}

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

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

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

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

#komaGuide address {
  background: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 15px 5px 15px;
  font-family: var(--sans);
}

 .telNo {
  box-sizing: border-box;
  font-size: 25px;
  width: 100%;
  color: var(--main-color);
  border: 4px solid var(--main-color);
  background-color: #ffff;
  /* font-weight: normal; */
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  margin: 15px auto;
  display: block;
  padding: 10px 10px;
}

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

#komaGuide #infoText img {
  width: 100%;
}

#komaGuide #yumeguri {
  margin-top: 15px;
  margin-bottom: 15px;
}

#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: blueviolet; /*ボタン背景色*/
  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 {
  color: #fca84a;
}

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

footer {
  background: #fff; /*フッター背景色*/
  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: blueviolet; /*footer内リンク色*/
}

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

footer small {
  color: blueviolet;
  font-size: 11px;
}
/*====================
フッターナビ　※スマホ専用
====================*/
#fNav {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 2px solid var(--main-color); /*ボタンの上仕切り色*/
  border-bottom: 2px solid var(--main-color); /*ボタンの下仕切り色*/
  z-index: 100;
}

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

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

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

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

/*====================
レスポンシブ用、sidrの設定
====================*/
#spNav #right-menu {
  position: absolute;
  top: 24px;
  display: block;
  width: 50px;
  text-align: center;
  right: 20px;
  color: var(--main-color);
  font-size: 36px;
}

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

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

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

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

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

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

.infoH2 h2 {
  font-size: 20px;
  font-feature-settings: "palt";
  color: #fff;
  padding-top: 4px;
}

/*====================
コンテンツ　プライバシーポリシー※ここは一画面・ここはスマホ用
====================*/
.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%;
}
/*----------------------------------
   380~480
----------------------------------*/
@media screen and (min-width: 300px) and (max-width: 480px) {
  .telNo {
    font-size: 25px;
    text-align: center;
  }

  #komaReservation {
    margin: 20px auto;
    color: #fff;
    border-radius: 7px;
  }

  #easyMenu {
    margin: 20px 0;
  }

  #easyMenu #easyText article p {
    font-size: 0.9em;
  }
}

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

  .header {
    background-color: #fff;
    height: 100px;
  }

  .header .logo {
    padding-left: 2%;
    padding-top: 17px;
  }

  /*----------------------------------
       header
    ----------------------------------*/

  /*============================================================
banner-content ベストレートバナー
============================================================*/

  .banner-content {
    margin: 0 15px 2% 15px;
  }

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

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

  #key #keyWide {
    display: block;
  }

  /*----------------------------------
   客室
----------------------------------*/

  /*----------------------------------
   会議ページ
----------------------------------*/
  .conference-box-inner .conference-box-inner-h2 {
    font-size: 1.2em;
    font-weight: bold;
  }

  .conference-box-inner-p {
    font-size: 1.2em;
    padding: 10px 10px 0 10px;
    line-height: 1.7;
  }
  /*====================
コンテンツ　#main　インフォ
====================*/
  /*ここからPC用になる*/
  #roomMenu .roomText,
  #spaYugawara .roomText,
  #infoMenu #infoText,
  #faMenu #faText,
  #aboutMenu #infoText,
  #mapMenu #mapText,
  #content .policyTxt #infoText {
    padding: 15px 15px 30px 15px;
  }

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

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

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

  /*====================
コンテンツ　#main　新着情報
====================*/
    
  #infoShin #infoBox dl {
    display: flex;
    flex-direction: column;
  }
    
    #infoShin #infoBox dl:first-child{
        padding-top: 10px;
    }

  #infoShin #infoBox dl dt {
    float: right;
    width: 100%;
    font-size: 1em;
    font-weight: 700;
    padding: 10px;
    margin-bottom: -10px;
  }

  #infoShin #infoBox dl dd {
    font-family: var(--sans);
    font-weight: lighter;
    font-size: 1em;
    font-feature-settings: "palt";
    position: relative;
    padding: 2px 0 5px 7px;
  }

  #infoShin #infoBox dl dd::before {
    content: "";
    border-left: 3px dotted var(--main-color);
    top: 0px;
    left: -5px;
    height: 30px;
    position: absolute;
  }
    #infoShin #infoBox dl dd a{
        color:rgba(172,50,219,1.00);
    }
    
    #infoShin #infoBox dl dd a:hover{
        opacity: .7;
    }


  .day {
    margin-top: 5px;
  }

  /*====================
コンテンツ　#main　facilities 施設案内
====================*/
  /*主に、下段のリスト。この解像度より幅広になる*/
  #faMenu #faText .annaiList .faUl {
    clear: both;
    font-family: var(--sans);
  }

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

  /*----------------------------------
     room
  ----------------------------------*/
  .roomText h3 {
    font-family: var(--sans);
    font-weight: normal;
    font-size: 1.3em;
  }
}

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

/*============================================================
●768〜960（iPad4、タテ画面。サイド領域出現）
============================================================*/
@media screen and (min-width: 768px) {
  .sp-none {
    display: block;
    padding: 15px 0;
    background-color: var(--sub-color);
    font-family: var(--sans);
    border-radius: 5px;
  }

  .sp-none a {
    color: #fff;
  }

  .header {
    background-color: #fff;
  }

  .banner-content {
    text-align: center;
  }

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

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

  #infoMenu #infoText h3,
  #roomMenu .roomText h3,
  #mapMenu #mapText h3,
  #aboutMenu #infoText dl h3 {
    font-size: 1.1em;
  }

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

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

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

  .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;
    background-color: var(--main-color);
  }

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

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

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

  .telNo {
    font-size: 20px;
    letter-spacing: -1px;
    width: 100%;
    color: var(--main-color);
    border: 4px solid var(--main-color);
    background-color: #ffff;
    /* font-weight: normal; */
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    margin: 10px auto;
    display: block;
  }

  /*----------------------------------
   room
----------------------------------*/
  .roomText h3 {
    font-family: var(--sans);
    font-weight: normal;
    font-size: 1.3em;
  }

  .roomText p {
    font-family: var(--sans);
    line-height: 1.7;
    font-size: 17px;
    margin-bottom: -10px;
  }

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

/* roomの写真切り替え */
  .slide-items {
    width: 100%;
    height: 100%;
  }

  .slide-items img {
    width: 100%;
    object-fit: cover;
  }

  .slick-prev.slick-arrow{
    display: none;
  }
  /*====================
コンテンツ #side
====================*/

  /*----------------------------------
   PCだけ表示-お問い合わせボタン
----------------------------------*/

  .contact-mail {
    position: relative;
    min-height: 50px;
    width: 100%;
    margin: 10px 0;
  }

  .contact-mail:hover {
    background-color: var(--main-color);
  }

  .contact-mail h1 a {
    font-size: 19px;
    width: 100%;
    font-weight: normal;
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
  }

  .material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 27px;
    font-size: 40px;
    top: -5px;
  }

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

  footer {
    height: 70px;
    background: #ffffff; /*フッター背景の色*/
    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: blueviolet;
    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%;
  }
}
/*-----エッジ対応--------*/
@supports (-ms-ime-align: auto) {
  #footerTop {
    float: right;
    width: 960px;
    margin: 0 auto;
    /*上へボタンを配置する際、ポジションの基点にする*/
    padding: 0;
  }

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

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

@media screen and (min-width: 768px) and (max-width: 960px) {
  .contact-mail h1 a {
    left: 60%;
  }

  .material-symbols-outlined {
    font-size: 1.8em;
    top: -2px;
    left: 0%;
  }
}

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

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

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

  /*----------------------------------
     スライダー下のサムネ表示
  ----------------------------------*/
  .sp-thumbnails {
    display: block;
  }

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

  #fNav {
    display: none;
  }

  .pc {
    display: block;
  }

  .kyousai-sp {
    display: none;
  }

  .header {
    background-color: #fff;
    height: 80px;
    color: var(--main-color);
    display: block;
    padding-top: 50px;
    position: relative;
  }

  .logo {
    margin-top: -12px;
    max-width: 100%;
  }

  .header a {
    color: var(--main-color);
    font-family: var(--serif);
    font-size: 1.1rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
  }

  .header a::before {
    background: var(--main-color);
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.3s;
  }

  .header a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .header .logo a:hover {
    text-decoration: none;
  }

  .header-inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header-inner-l {
    position: absolute;
    top: 0px;
    display: block;
  }

  .header-inner-l a:hover {
    outline: 2px solid #0b65c9;
    opacity: 0.7;
  }

  .header-inner-l a:hover::before {
    content: none;
  }

  .logo img {
    display: block;
    max-width: 90%;
    padding: 0;
    margin: 0;
  }

  .header-lists {
    max-width: 98%;
  }

  .header-lists ul {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
  }

  .header-lists ul li {
    font-size: 1.5em;
    margin-left: 20px;
    box-sizing: border-box;
    padding-right: 20px;
    border-right: 1px dotted var(--sub-color);
  }

  .header-lists ul li:nth-child(6) {
    border-right: none;
  }

  .icon_2 {
    color: #6f3b00;
  }

  /*----------------------------------
     おすすめプラン
  ----------------------------------*/

  #planText {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .hight-img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .hight-img img {
    transition-duration: 0.5s;
  }

  .hight-img img:hover {
    transform: scale(1.2);
    transition-duration: 0.5s;
  }

  #planText #hight h3 {
    font-size: 1em;
  }
  #planText #hight p {
    font-size: 0.9em;
  }
  #planText #row h3 {
    font-size: 1em;
  }
  #planText #row p {
    font-size: 0.9em;
  }

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

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

  #infoText p,
  #infoText dl dd {
    line-height: 1.5em;
    padding: 0 0 7px 0;
  }

  /*----------------------------------
   infoBox
----------------------------------*/
  #infoShin #infoBox dl {
    
  }

  /*----------------------------------
     見出しの文字
  ----------------------------------*/
  .infoH2 h2 {
    font-size: 1.12em;
    letter-spacing: 0.2em;
  }

  /*----------------------------------
  料理ページ
  ----------------------------------*/
  .roomText .dish-img img {
    min-height: 500px;
  }

  .roomText .dish-img2 img {
    object-fit: cover;
    width: 700px;
    height: 500px;
  }

  /*----------------------------------
   会議室ページ
----------------------------------*/
  #infoText .conference-box {
    width: 100%;
  }
  #infoText .conference-box img {
    object-fit: cover;
    width: 95%;
    height: 300px;
    margin-bottom: -20px;
  }
  #infoText .conference-box-inner {
    padding: 10px 0;
    max-width: 600px;
    flex-direction: row;
    gap: 10px;
  }

  /* 会議室のテーブルタグ */
  .tbl-r02 {
    width: 97%;
    margin: 15px;
    padding: 0 10px;
    border-spacing: 50px;
  }

  .tbl-r02 th {
    padding: 10px;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: var(--sans);
  }
  .tbl-r02 td {
    font-size: 16px;
    font-family: var(--sans);
  }

  .conference-box-inner .conference-box-inner-h2 {
    font-size: 1em;
    font-weight: bold;
    width: 95%;
    box-sizing: border-box;
    margin: 13px auto 0 auto;
  }

  .conference-box-inner-p p {
    font-size: 100px;
  }

  .br-none {
    display: none;
  }

  .conference-box-inner-title {
    padding: 10px 10px 10px 30px;
    font-size: 1.15em;
    font-weight: 100;
    letter-spacing: 0;
  }

  .conference-box-inner-h1 {
    position: relative;
    font-size: 1.2em;
    font-family: var(--sans);
    left: 0px;
    background: #fff;
    color: var(--main-color);
    overflow: hidden;
    padding: 10px 45px;
    border: 2px solid var(--main-color);
    width: 80%;
    margin: 0 auto 8px auto;
  }

  .conference-box-inner-h1:before {
    position: absolute;
    top: -150%;
    left: -100px;
    width: 200px;
    height: 300%;
    content: "";
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: var(--main-color);
  }

  .conference-box-inner-h1 span {
    font-size: 40px;
    position: absolute;
    z-index: 1;
    top: -11px;
    left: 0px;
    display: block;
    padding-top: 3px;
    padding-left: 16px;
    color: #fff;
  }

  .conference-box-inner-bt {
    margin: 10px auto 25px auto;
    height: 100px;
    width: 450px;
    padding-left:10px ;
    padding-right: 10px;
    font-size: 1.3em;
    background: var(--main-color);
    border: none;
    border-radius: 5px;;
  }

  .conference-box-inner-bt:hover {
    opacity: .7;
  }

  .conference-box-inner-bt a {
    color: #fff;
  }

  .conference-box-inner-bt2 {
    margin: 10px auto 25px auto;
    height: 100px;
    width: 450px;
    border: none;
    border-radius: 5px;;
  }

  .conference-box-inner-bt2:hover {
    opacity: .7;
  }

  .conference-box-inner-bt2 a {
    color: #fff;
  }

  .conference-box-underline {
    display: block;
    margin: 0 auto;
    height: 20px;
    width: 95%;
    border-top: 2px dotted var(--main-color);
  }

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

  #infoSetsumei h3 {
    font-feature-settings: "palt";
    font-size: 1.2rem;
  }
  #infoSetsumei p {
    text-align: left;
    font-size: 17px;
    line-height: 1.5;
  }

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

  /*-----------------------------------------------------
	map-text
------------------------------------------------------*/
  .map-text {
    border-radius: 5px;
    width: 100%;
    height: 200px;
    background-color: #fff;
    margin-top: 20px;
    text-align: left;
  }

  .map-text-contents {
    padding: 20px 0 10px 30px;
  }

  .map-text-contents-list {
    font-family: Noto Sans jp;
    display: flex;
    flex-direction: column;
  }

  .map-text-contents-list a {
    color: var(--main-color);
  }

  .map-text-contents-list-item {
    line-height: 2.5;
  }

  .map-text-contents-list-item .icon {
    padding-left: 50px;
  }

  /*----------------------------------
     room
  ----------------------------------*/
  .roomText-h3 {
    font-size: 1em;
  }

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

  #easyMenu #easyText article .easyText-img {
    object-fit: cover;
    width: 180px;
    height: 180px;
    overflow: hidden;
  }

  #easyMenu #easyText article img {
    object-fit: cover;
    width: 180px;
    height: 180px;
    transition-duration: 0.5s;
  }

  #easyMenu #easyText article img:hover {
    transform: scale(1.2);
    transition-duration: 0.5s;
  }

  #easyMenu #easyText article p {
    font-size: 100%;
    line-height: 1.5;
    padding-top: 4px;
    text-align: center;
    margin-left: 5px;
    font-family: var(--sans);
    font-feature-settings: "palt";
    width: 170px;
  }

  #easyMenu #easyText article .easyText-contact {
    text-align: left;
    margin-left: -5px;
  }

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

  /*====================
コンテンツ　#side　施設情報
====================*/

  #komaReservation ul li a {
    font-size: 1.1em;
  }

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

  .annaiList {
    font-size: 1.1em;
    line-height: 1.7;
  }

  .telNo {
    box-sizing: border-box;
    font-size: 25px;
    line-height: 1.1em;
    width: 100%;
    color: var(--main-color);
    border: 4px solid var(--main-color);
    background-color: #ffff;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    pointer-events: none;
  }

  .access_img {
    display: contents;
  }

  /*----------------------------------
     room
  ----------------------------------*/
  #roomMenu {
    box-sizing: border-box;
  }

  .roomText h3 {
    font-family: var(--sans);
    font-weight: normal;
    font-size: 1.3em;
  }

  /*====================
フッター
====================*/
  footer {
    margin-bottom: 0px; /*スマホfNav用の処置*/
  }

  .toTop {
    width: 160px;
    height: 50px;
    margin: 0 0;
    text-align: center;
    float: right;
    clear: both;
    position: sticky;
    background: var(--main-color); /*ボタン背景の色*/
    color: #fff;
    font-size: 16px;
  }
}
/*==ここまで961～それ以上======*/
