@charset "utf-8";

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

/*ページ全体の設定*/
body {
  background: #fff;
  /* background-image: url("../images/profail_bg02.png")*/
}

/*リンクカラー*/
a {
  color: #fff;
  transition: 0.5s;
}

/*公式・温泉解説ボタン*/
.data_btn {
  margin: 40px 0px 40px 0px;
}

/*公式・温泉解説ボタンa*/
.button a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  border-radius: 9999px;
  max-width: 370px;
  padding: 15px 50px;
  font-family: "Noto Sans Japanese";
  color: #fff;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  /*background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);*/
  background: #8c31ba;
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  margin-bottom: 20px;
  font-size: 1.3rem;
}

/*公式・温泉解説ボタンa hover*/
.button a:hover {
  color: #fff;
  background-position: 99% 50%;
  transform: scale(1.05);
  /*ボックスの影*/
  box-shadow: 0 15px 15px rgba(87, 111, 230, 0.4);
}

/*公式・温泉解説ボタンbefore*/
.button.rogo :before {
  content: url("../img/common/analysis_repo_logo02.png");
 /*padding-top: 10px;*/
  /*width: 38px;*/
  height: 38px;	
}
/*英語版 公式・温泉解説ボタンbefore*/
.button.rogo2 :before {
  content: url("../img/common/analysis_repo_logo03.png");
 /*padding-top: 10px;*/
  /*width: 38px;*/
  height: 38px;	
}

/*公式・温泉解説ボタンafter*/
.button a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}


/*白背景*テキスト文字スペース*/
.bg-color02 {
  background: #ffffff;
  height: auto;
}

/*白背景*テキスト文字スペース*/
p.text {
  font-size: 1.0rem;
  line-height: 2.0rem;
  padding: 0 10px 10px 10px !important; 
  font-weight: bold;
}

/*テキスト文字 スペース*/
#main p {
  padding: 0px;
  margin: 0px 0px 0px !important;
}

/*コンテンツ背景 ネイビー*/
.bg-color03 {
  background: #31445c;/*濃い背景*/
}

.bg-color03b {
  background: #4d6c8a;/*中ぐらいの背景*/
}

.bg-color03a {
  background: #6c8eac;/*一番薄い背景*/
}

/*コンテンツ背景 タンジェリン*/
.bg-color04 {
  background: #f3a14f;/*濃い背景*/
}

/*コンテンツ背景 ブラウン*/
.bg-color05 {
  background: #361c13;/*濃い背景*/
}
/*コンテンツ背景 ボルドー*/
.bg-color06 {
  background: #7c1b1e;/*濃い背景*/
}


/*コンテンツの間のセクションのスペース*/
section {
  margin-bottom: 0px;
}

/*コンテンツセクションのスペース*/
#main section+section {
  margin-top: -10px;
}

/*こんな人に最適リスト*/
.suitable_li {
  display: block !important;
  margin-right: 1em !important;
  color: white;
  font-weight: normal !important;
  font-size: 1.1rem;
  line-height: 3.5rem;
  margin-bottom: 20px;
  padding-top: 10px;	
}

/*こんな人に最適リストbefore*/
.suitable_li:before {
  content: "";
  width: 0px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

/*泉質名ブロック*/
#senshitsu-gaiyou .senshitsu-name {
  font-size: 4.0em;
  /*padding-left: 8px;*/
}

/* 宿名 */
h1#yadoname {
  margin: 10px 10px 10px 0px;
  /*background-color: #32445c !important;*/
  color: white;
  background-color: transparent;	
}

/* 宿名の背景 */
h1#yadoname {
  margin: 12px 12px 12px 20px;
 /* background-color: #6c8eac;*/
}




/* 宿名の位置 */
p#yadoname_sub {
  padding-left: 30px;
}

/* フッター部分 */
footer {
  background: #3b516c;
}

/* カラム */
grid-m {
  margin-left: 35px;
}

/* カラム */
.grid-m {
  /*margin-left: 15px;*/
  padding: 10px;
  margin-bottom: 10px;
  background-size: contain;
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(393px, 1fr)) !important;
  row-gap: 0;
  column-gap: 0;
  width: 100%;
  /*padding: 5px*/
}
@media (min-width: 1921px){
.grid2 {
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)) !important;
 }
}
.grid3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  row-gap: 0;
  column-gap: 0;
}

/* 3カラム */
.grid3 {
  display: grid;
  row-gap: 0;
  column-gap: 0;
  width: 100%;
}

/* 泉質名 */
.point {
  font-weight: bold !important;
  color: #EA543B;
  font-size: 1.2em;
  margin: auto 2px !important;
}

/* スマホ版 泉質名 見出し; */
.point2 {
  font-weight: bold !important;
  color: #EA543B;
  font-size: 3.2em;
  margin: auto 2px !important;
  line-height: 3rem;
  font-family: corporate-logo-ver2;
}

.point2a {
    font-weight: bold !important;
    color: #7cb34d;
    font-size: 3.2em;
    margin: auto 2px !important;
    line-height: 3rem;
    font-family:"corporate-logo-ver2",sans-serif;
}

.point2b {
    font-weight: bold !important;
    color: #34ae4e;
    font-size: 3.2em;
    margin: auto 2px !important;
    line-height: 3rem;
    font-family: "corporate-logo-ver2",sans-serif;
}

/*温泉のキーワード 見出し部分*/
.point3 {
  font-weight: bold !important;
  color: #EA543B;
  font-size: 1.9em;
  margin: auto 2px !important;
  line-height: 3rem;
}

.point3gr {
  font-weight: bold !important;
  color: #7cb34d;
  font-size: 1.9em;
  margin: auto 2px !important;
  line-height: 3rem;
}

/*温泉のキーワード 説明部分*/
.point4 {
  font-weight: bold !important;
  color: #fff;
  font-size: 1.2em;
  margin: auto 2px !important;
  line-height: 1.5rem;
}

/* スマホ版 入浴剤吹き出し強調文字; */
.point5 {
    font-weight: bold !important;
    color: #EA543B;
    font-size: 3.2em;
    margin: auto 2px !important;
    line-height: 0rem;
}

/* 写真下テキストの風呂タイトルフォントサイズ */
span.point06 {
    font-weight: bold !important;
    color: #000;
    font-size: 1.3em;
}
/* キャッチコピー; */
.point7 {
  font-weight: bold !important;
  color: #fff;
  font-size: 1.6em;
  margin: auto 2px !important;
  line-height: 2rem;
  padding: 0 20px 0 20px !important;
  text-align: center;
}
/* 温泉は、～ */
span.point08 {
  font-weight: bold !important;
  font-size: 2.0em;
  color: #32445c;
}

.point9 {
    font-weight: bold !important;
    color: #33ae4e;
    font-size: 1.9em;
    margin: auto 2px !important;
    line-height: 3rem;
}
/*泉質名ブロック*/
table#senshitsu-gaiyou {
    /* margin: 20px 10px 20px 10px; */
    color: white;
    font-weight: bolder;
    text-align: center;
    width: 100%;
}

/*泉質名ブロック*/
#senshitsu-gaiyou td {
  padding: 9px;
}

/*温泉の特長 小見出し*/
h2.heading-9 {
  position: relative !important;
  padding: .5em .7em !important;
  border-radius: 10px !important;
  background-color: #62afb8 !important;
  color: #fff !important;
  font-weight: bolder;
}

/*温泉の特長 小見出しafter
h2.heading-9::after {
  content: '' !important;
  position: absolute !important;
  top: 100% !important;
  left: 30px !important;
  width: 0 !important;
  height: 0 !important;
  border: 11px solid transparent !important;
  border-top: 11px solid #62afb8 !important;
}*/

/*温泉の特長 小見出し*/
#yadodata h2 {
  clear: both;
  margin-top: 5px !important;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 18px;
  color: #ffffff;
  background: #e14a6a;
  line-height: 1.6em;
  border-radius: 20px;
}

/*温泉の特長 小見出しfirst-letter*/
#yadodata h2::first-letter {
  border-left: 0px solid #ffffff;
  padding-left: 0px;
}

/*温泉の特長 小見出し*/
#yadodata h2 {
  clear: both;
  margin-top: 5px !important;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 18px;
  color: #ffffff;
  background: #1d7ca0;
  line-height: 1.6em;
  border-radius: 0px;
}

h2.yadodata2 {
  margin-bottom: 0px !important;
}

/*美肌の湯リスト一部 囲い*/
.highlight {
  border: 2px solid #fff;
  /* 1pxの実線で黒っぽい枠線 */
  padding: 0.2em 0.5em;
  border-radius: 0.3em;
}

h2.heading-9 {
    text-align: center;
}
/*ヘッダーlogo*/
header {
  height: 40px;
}

/*ヘッダーlogo*/
header #logo {
  width: 230px;
  float: left;
  margin-top: 1%;
  margin-left: 0;
}

/*ヘッダーメニュー*/
#menubar {
  clear: both;
  height: 100px;
  text-align: center;
  background: #ffffff80;
  z-index: 100;
}

/*ヘッダーリスト*/
ul {
  list-style-type: none;
}

/*宿名Googleフォント指定*/
.rocknroll-one-regular {
  font-family: "uddigikyokasho-pro", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 4.2rem !important;
  margin-top: 30px !important;
}

/*宿名マージン*/
.rocknroll-one-regular {
  margin-top: 10px !important;
}

/*県名・地名*/
.white {
  margin-top: 10px !important;
  color: white;
  padding-left: 20px !important;
}

/*キャッチコピー*/
.catchtxt {
  font-size: 1.1rem;
}

/*画像のアニメーションふわっと表示*/
.anime {
  opacity: 0;
}

/*画像のアニメーションふわっと表示active*/
.anime.active {
  animation: 1s fadeup ease-in-out forwards;
}

/* スマホ見出し楕円形タイトル */
.heading-8 {
  display: inline-block !important;
  position: relative !important;
  padding: .5em 2.5em !important;
  border-radius: 50px !important;
  background-color: #30b0a8 !important;
  color: #fff !important;
}



/* スマホ見出し下文章 */
.small {
  font-size: 1.4rem;
  color: white;
  font-weight: normal;
}
@media screen and (max-width:560px) {
.small {
  font-size: 1.1rem;
  color: white;
}
}	
/* スマホ 湯の色・香りフォントサイズ */
span.small2 {
  font-size: 1.6rem;
}

/* スマホ 湯の色・香りの画像サイズ */
img.img-small {
  width: 20%;
  padding-left: 10px;
}

/* 吹き出し */
.balloon2-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #ffffff;
  font-size: 16px;
  border: solid 3px #ffffff;
  box-sizing: border-box;
  border-radius: 10px;
}

/* 吹き出し */
@media screen and (max-width:560px) {
.balloon2-top {
  position: relative;
  display: inline-block;
  margin: 1.0em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #ffffff;
  font-size: 16px;
  border: solid 3px #ffffff;
  box-sizing: border-box;
  border-radius: 10px;
}
}

/* 吹き出しbefore */
.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #31445c;
  z-index: 2;
}



/* 吹き出しafter */
.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #ffffff;
  z-index: 1;
}

/* 吹き出し */
.balloon2-top p {
  margin: 0;
  padding: 0;
}

/* 温泉のキーワードコンテンツの位置調整 */
.keywords {
  padding: 10px;
  width: 100%;
  display: block;
}

/* 温泉は、雨や雪などが地面に浸みこみ・・・・文字高さ */
.onsen-height {
  line-height: 25px !important;
 /* display: flex;*/
}
p.text.onsen-height {
    position: relative;
	padding-top: 10px !important;
}
.text.onsen-height::before {
  content: url(../img/common/onsenha_icon.png);
}	
.text.onsen-height::before {
    content: url(../img/common/onsenha_icon.png);
    position: absolute;
    top: 0;
    right: 45%;
    bottom: 0;
    opacity: 0.5;
    z-index: 0;
}	
/* 源泉の利用状況のテーブル */
.ta2 {
  table-layout: fixed;
  width: 100%;
  margin: 0;
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
@media screen and (max-width:560px) {
 .ta2 th {
    font-size: 0.8em;
}
}	
/*スマホサイトプロファイルとは？のマージンTOP 不要かも？*/
li.img-sp {
  margin-top: 5px;
  margin-left: 20px!important;
}

.img-sp {
  display: none;
}

/*温泉プロファイルとは？の色*/
#menubar li a {
    color: #000 !important;
    /*height: 94px;
    padding-top: 35px;*/		
}

/*温泉プロファイルロゴリンク色*/
#menubar li a:hover {
    background: #ffffff00;
}
 /*メイン画像のマージンTOP*/	
#contents {
    padding-top: 0px !important; 
}

.example {
  position: relative;
  }
.example p {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    font-weight: bold;
    font-size: 2em;
    font-family: Quicksand, sans-serif;
    background: #000000a1;
    line-height: 1;
    padding: 15px 15px;
}
/*メイン画像に風呂名の文字入れ*/	
@media screen and (max-width:560px) {
.example p {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    font-weight: bold;
    font-size: 1em;
    padding: 5px 5px;
}
}	
/*お風呂名アンダーライン*/	
.underline {
      border-bottom: 5px solid #1ac9ff;
      display: inline-block;
    }

input {
    display: none;
}

/* ポップアップwindow部分 */
#overlay {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 70;
    width: 100%;
    height: 100%;
}
/* オーバーレイの背景部分 */
#bg_gray {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 80;
}
/* ウィンドウ部分 */
#window {
    width: 90%;
    padding: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
    z-index: 90;
    opacity: 0;
}
/* 閉じるボタン */
#btn_cloth {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #CE5D8B;
    border-radius: 5px;
    z-index: 100;
    cursor: pointer;
}
#btn_cloth:hover {
    opacity: 0.7;
}
#btn_cloth span,
#btn_cloth span::before {
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #fff;
}
#btn_cloth span {
    transform: rotate(45deg);
}
#btn_cloth span::before {
    content: "";
    position: absolute;
    bottom: 0;
    transform: rotate(-90deg);
}


/* クリックで表示 */
#popup:checked ~ #overlay {
    visibility: visible;
}
#popup:checked ~ #overlay #window {
    animation: fadein 500ms forwards;
    animation-timing-function: ease-in-out;
}
@keyframes fadein {
    100% {
        opacity: 1;
    }
}


label#txt_label {
    text-align: right;
    display: block;
    width: auto;
    padding-top: 40px;
	font-weight: bolder;
	font-size: 1.1rem;
}

#txt_label {
    text-decoration: underline;
    cursor: pointer;
}
#txt_label:hover {
    opacity: 0.7;
}


#msg a {
    display: inline-block;
    color: #fff;
    background: #CE5D8B;
    border-radius: 20px;
    padding: 0.5em 1.5em;
    text-decoration: none;
}
#msg a:hover {
    opacity: 0.7;
}

.sample-box-01 {
    margin: 10px 10px 10px 10px;
    border: 2px solid #FF0004;
    padding: 1px;
}

.sample-box-02 {
	display: inline-block;
    margin: 10px 10px 10px 10px;
    border: 2px solid #FFF;
    padding: 1px;
}

.arrow {
  display: inline-block;
  width: 50px;
  height: 20px;
  background: #ea543b;
  clip-path: polygon(0 50%, 36.8% 0, 36.8% 31%, 100% 31%, 100% 69%, 36.8% 69%, 36.8% 100%);
  vertical-align: sub;
}
span.arrow {
    margin-right: -40px;
}
/*.ta3, .ta3 th {
    word-break: normal;
    border: 1px solid #ccc;
    padding: 5px;
}*/
.ta3 tbody {
    word-break: normal;
    border: 1px solid #ccc;
    padding: 5px;
}

.ta3 th {
    word-break: normal;
    border-top: 1px solid #ccc;
    padding: 5px;
}
.ta3, .ta3 th {
    word-break: break-all;
    border: 0px solid #ccc !important; 
	border-top: 1px solid #ccc !important;
    padding: 10px;
}
.ta5 {
    border: 2px solid #FF0004 !important; 
}
.ta5-wrap {
  border: 2px solid red;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;

}
.ta6-wrap {
  border: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
	word-break: break-all;
    border: 0px solid #ccc !important;
    border-top: 1px solid #ccc !important;
}
tbody.ta6 {
  border: 0px;
}

img.osmotic {
    float: left;
    margin-right: 10px;
}
/*スマホサイトページの設定--------------------------------------------------------------*/

/*PC or スマホサイト切り替え*/
@media screen and (max-width:560px) {
  .img-pc {
    display: none;
  }

  .img-sp {
    display: block;
  }
}

/*スマホサイトコンテンツ幅*/
@media screen and (max-width: 900px) {
  #contents {
    padding: 0;
  }
}

@media screen and (max-width: 1300px) {
  #contents {
    margin: 0;
  }
}

/* スマホコンテンツのスペースを０に */
@media screen and (max-width: 900px) {
  #main {
    padding: 0;
  }
}
/* スマホメイン画像のマージン */
@media screen and (max-width: 900px) {
    article#yadodata {
         margin-top: 0px !important; 
    }
}
/* スマホ画像のコンテンツ幅  不要かも？ */
@media screen and (max-width:560px) {
  img {
    max-width: 100%;
  }
}

/*スマホサイト改行*/

@media (max-width: 600px) {
  .br-sp {
    display: block;
	/*margin-top: 10px;*/
  }
}

/*スマホサイトヘッダー高さ*/
@media screen and (max-width: 900px) {
  header {
    height: 30px;
  }
}

@media screen and (max-width: 640px) {
  .tbl-r07 {
    min-width: 640px;
    margin: 0 10px 50px;
  }

  .tbl-r07 td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
}

/* 温泉コンテンツ カラムブロック位置 */
@media screen and (max-width:560px) {
  .grid-m {
    text-align: center;
    display: block;
    margin-left: 0px;
    /*margin-bottom: 30px;*/
    /*  padding: 20px;*/
  }
}

/* 温泉コンテンツ3カラムブロック */
@media screen and (max-width:560px) {
  .grid3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100%, 0fr)) !important;
    row-gap: 0;
    column-gap: 0;
    width: 100%;
  }
}

/* 温泉力チャートのブロックの位置 */
@media screen and (max-width: 560px) {
  .grid-m.pwcht {
    margin-right: 0px !important;
  }
}

/* h1 宿名のフォントサイズ */
@media screen and (max-width:560px) {
  h1#yadoname {
    /* width: 310px;*/
    font-size: 2.5rem !important;
  }
}

/* 宿名、住所等のコンテンツブロックの位置 */
@media screen and (max-width: 560px) {
  .yadonamebox {
    text-align: center;
  }
}

/* 宿名の英語の位置 */
@media screen and (max-width: 560px) {
  p#yadoname_sub {
    padding-left: 0px !important;
  }
}

/* pタグテキスト文字 白色 */
@media screen and (max-width: 560px) {
  p.white {
    padding: 0px !important;
  }
}

/* メニューバー温泉とは？の幅 */
@media screen and (max-width: 900px) {
  #menubar li {
    float: left;
    width: 29% !important;
  }
}

/* メニューバーの高さ */
@media screen and (max-width: 560px) {
  #menubar {
    height: 80px !important;
  }
}
/* スマホインビジュアルのの高さ */
@media screen and (max-width: 560px) {
  .sphed {
    height: 150px !important;
  }
}

@media screen and (max-width: 560px) {
.w100 img {
    width: 100%;
	height: 240px !important;
	object-fit: cover;
	/* margin-top: 80px;*/
  }
}

/* スマホメイン画像マージン;*/
@media screen and (max-width: 560px) {
.mt-80 img {
	 margin-top: 80px;
  }
}

/* ふわっと画像を出すアニメーションのスクロール位置 */
@media screen and (max-width: 640px) {
  .scroll {
    overflow-x: auto;
  }
}

/* スマホサイト温泉とは？ */
@media screen and (max-width: 560px) {
.text.onsen-height::before {
    right: 31%;
	top: 20%;
	bottom: 0;
}	
}	

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
	
/* ランゲージ */
.container {
  margin-top: 20px;
}

.accordion {
  width: 400px;
  margin: auto;

  .menu {
    position: relative;
    padding: 3% 0 3% 5%;
    background: #1eacdb;
    color: #fff;
    border-bottom: 1px solid #fff;
    list-style: none;

    .icon {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      width: 10px;
      height: 2px;
      margin: auto;
      background: #fff;
      content: "";
      transition: all 0.3s;

      &::before {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 2px;
        height: 10px;
        margin: auto;
        background: #fff;
        content: "";
      }
    }
   
  }
   .is-active .icon {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

  .subMenu {
    display: none;
    padding: 3% 0 3% 5%;
    background: #ffffffa8;

    li {
      padding: 2% 0;
      color: #1eacdb;
    }
  }
}

@media screen and (max-width: 560px) {
  .subMenu {
    padding: 3% 0 3% 0% !important;

    li {
      padding: 2% 0;
      color: #1eacdb;
    }
  }
	
@media screen and (max-width: 560px) {
	.menu {
        padding: 3% 0 3% 0%!important;
    }
}
	