@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/* =========================
   混浴マップ：温泉施設ページ
========================= */

.konyoku-onsen-info {
  margin-top: 24px;
}

.konyoku-onsen-image {
  margin-bottom: 24px;
}

.konyoku-onsen-image img {
  display: block;
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
}

.konyoku-onsen-info h2 {
  margin-top: 32px;
  margin-bottom: 18px;
  padding: 12px 16px;
  font-size: 1.3em;
  border-left: 5px solid #666;
  background: #f5f5f5;
}

.konyoku-onsen-info p {
  margin-bottom: 14px;
  line-height: 1.8;
}

.konyoku-onsen-description {
  margin-bottom: 24px;
  line-height: 1.9;
}

.konyoku-last-verified {
  margin-top: 24px;
  font-size: 0.95em;
}

.konyoku-onsen-info a {
  display: inline-block;
  margin-top: 8px;
}

/* スマホ表示 */
@media screen and (max-width: 480px) {

  .konyoku-onsen-info {
    margin-top: 16px;
  }

  .konyoku-onsen-image img {
    border-radius: 6px;
  }

  .konyoku-onsen-info h2 {
    margin-top: 24px;
    padding: 10px 12px;
    font-size: 1.15em;
  }

  .konyoku-onsen-info p {
    font-size: 0.98em;
  }

}
/* 温泉施設ページではサイドバーを非表示 */
.single-onsen #sidebar {
  display: none;
}

/* 本文を横いっぱいに広げる */
.single-onsen #main {
  width: 100%;
  max-width: 100%;
}

/* 本文エリアを中央寄せ */
.single-onsen .content-in {
  max-width: 1000px;
  margin: 0 auto;
}
/* 温泉施設ページのSNSシェア・フォローボタンを非表示 */
.single-onsen .sns-share,
.single-onsen .sns-follow {
  display: none;
}
/* 温泉施設ページでは目次を非表示 */
.single-onsen .toc {
  display: none;
}
@import url('https://fonts.googleapis.com/css2?family=Yomogi&display=swap');

/* サイトタイトル */
.site-name-text {
  font-family: 'Yomogi', cursive;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

/* スマホ */
@media screen and (max-width: 480px) {
  .site-name-text {
    font-size: 30px;
  }
}