@charset "utf-8";

/*口コミ*/
.review {
    margin: 0 0 40px;
    padding: 30px;
    /* 上下の細い線で、ページ全体の中で「ここが特別な場所」であることを示します */
    border-top: 1px solid #dcd3c1;
    border-bottom: 1px solid #dcd3c1;
    background: #fdfcf9; /* わずかに温かみのある白 */
    position: relative;
}

.review .box-title {
    font-size: 1.3rem;
    color: #4a4440;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}

/* タイトルに「額縁」のような演出を加える */
.review .box-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #4a4440; /* タイトルの下に濃い線を引いて引き締める */
    margin: 15px auto 0;
}

.review p {
    margin: 0;
    color: #4a4440;
    line-height: 1.9;
    text-align: center;
}

/* 重要な部分は「地模様」のような帯で強調する */
.review p mark {
    background: transparent;    /* 背景を透明にして浮き上がりを抑える */
    color: #C8465B;             /* 上品な朱色（和の赤） */
    font-weight: bold;
    font-size: 1.1em;
    padding: 0 2px 2px 2px;
    
    /* 二重線で「重要」という格調を出す */
    border-bottom: 3px double #C8465B; 
    text-decoration: none;
}

p.plan_count {
	padding-left: 25px;
    padding-bottom: 5px;
    width: calc(100% + 50px);
    margin: 0 -25px;
    font-size: 11px;
}
p.plan_count .result_count{
	color: #e84c8c;
	font-weight: bold;
	font-size: 15px;
	margin-right: 2px;
}
@media only screen and (max-width: 640px) {
p.plan_count {
	margin-top: -10px;
	padding-right: 20px;
}
}

.onsen_list {
    width: 100%;
    max-width: 840px;
    margin: 20px 0px 50px;
}
.onsen_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.onsen_list ul li {
  display: inline-block;
  margin: 0 0 .5em 1em;
  padding: 0;
  margin-right: 10px;
}
.onsen_list ul li a {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 1em;
  background-color: #ff9934;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}
.onsen_list ul li a::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: '';
  width: 0;
  height: 0;
  border-color: transparent #ff9934 transparent transparent;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  -webkit-transition: .2s;
  transition: .2s;
}
.onsen_list ul li a::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #fff;
  border-radius: 100%;
}
.onsen_list ul li span {
  display: block;
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*アイキャッチ*/
.ban {
	display: block;
    margin: 0 auto;
}
.ban img {
	width: 100%;
}

h2 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 22px;
  color: #333;
  text-align: center;
  padding: 20px 0;
  margin: 60px auto 30px;
  max-width: 90%;
  border-top: 1px solid #c5a975;
  border-bottom: 3px double #c5a975; /* 二重線にしてリード文と差別化 */
  position: relative;
  letter-spacing: 0.1em;
}

/* 中央に小さなアクセントを置く */
h2::after {
  content: "◆";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff; /* 背景が白の場合 */
  padding: 0 10px;
  color: #d4af37;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  h2 { font-size: 18px; padding: 15px 0; }
}

.shop_name {
    width: 100%;
    padding: 0 10px 5px 0;
}

/* 親要素 */
.shop_name h3 {
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcd3c1;
  margin: 0;
}

.shop_name h3 a {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  color: #4a4440;
  font-family: "Sawarabi Mincho", "Yu Mincho", "MS Mincho", serif;
  text-decoration: none;
}

/* ✦のスタイル */
.shop_name h3 {
    text-align: left;
    
    /* 1. 上を詰め、下も少し締める（40px→20pxへ） */
    margin: 40px 0 20px; 
    
    padding-bottom: 15px; /* 線との距離をさらに詰める */
    
    /* 2. PCの左余白を削る（40px→20pxへ） */
    text-indent: 5px;   /* スマホ時はごくわずかに */
    
    font-weight: 500;
    letter-spacing: 0.3em;
    color: #1a1a1a;
    position: relative;
    line-height: 1.0;
}

/* PC用の設定：少しだけ広げる */
@media screen and (min-width: 768px) {
    .shop_name h3 {
        text-indent: 20px; /* PCでも広すぎない20pxへ */
    }
}

.shop_name h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #D4AF37 40%, rgba(212, 175, 55, 0) 100%);
}
.shop_name .text,
p.text {
  margin: 15px 0 15px;
  padding: 0;           /* 左線なし */
  border-left: none;    /* 線を削除 */
  padding-left: 15px;   /* ひし形の幅と合わせてインデント */
  color: #4a4440;
  line-height: 1.8;
  font-size: 14px;
}
.shop_area {
    display: block;
    color: #999;
    margin-top: -4px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: normal;
}
@media screen and (max-width: 640px) {
.shop_name h3 {
    line-height: 1;
	margin-bottom: 10px;
}
.shop_area {
    display: block;
    margin-top: 4px;
    margin-bottom: 10px;
    margin-left: 0;
}
}
@media screen and (max-width: 640px) {
h2 {
    font-size: 12px;
}
}

/*トップインフォ*/
.shop_top .top_img {
    position: relative;
    width: 40%;
    max-width: 320px;
    float: left;
}
.shop_top .top_img img {
    width: 100%;
	height: auto;
}
.shop_top .top_img .icon_wrapper {
    position: absolute;
    top: 0px;
    left: 0;
}
.shop_top .top_img .icon_wrapper .icon {
	font-weight: bold;
    display: inline-block;
    margin-right: 2px;
    padding: 2px 15px;
    border-bottom: solid 2px #bfa544;
    color: #fff;
    background: #a80005;
    background: -moz-linear-gradient(top, #bc0c11 0%, #7f0a0c 100%);
    background: -webkit-linear-gradient(top, #bc0c11 0%, #7f0a0c 100%);
    background: linear-gradient(top, #bc0c11 0%, #7f0a0c 100%);
    font-size: 1.4rem;
}

.shop_top .right_wrapper {
    width: 60%;
    float: left;
    padding-left: 10px;
}
@media screen and (max-width: 640px) {
.shop_top .top_img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    float: none;
}
.shop_top .right_wrapper {
    width: 100%;
    float: none;
    padding-left: 0;
}
}
.shop_top .right_wrapper .icon {
    margin-bottom: 15px; /* 少し余白を広げて整理 */
}

.shop_top .right_wrapper .icon li {
    display: inline-block;
    margin-right: 8px; /* 隣との隙間 */
    margin-bottom: 8px;
}

.shop_top .right_wrapper .icon li span {
    color: #8c8273; /* 文字色を落ち着いたブラウン系に */
    display: inline-block;
    padding: 3px 10px;
    line-height: 20px;
    border: 1px solid #dcd3c1; /* 枠線をゴールドベージュに */
    border-radius: 4px;        /* 少し丸みをつけて柔らかく */
    background: #fcfbf8;       /* 背景を薄いベージュに */
    font-size: 10px;
}

/* 無効な項目のスタイル */
.shop_top .right_wrapper .icon li .disable {
    color: #b3b3b3;
    background: #f9f9f9;
    border: 1px solid #e8e3dc;
    box-shadow: none;
}

/* 特別な項目のスタイル（super） */
.shop_top .right_wrapper .icon li .super {
    background-color: #f5f0e9; /* ベージュ系で強調 */
    border: 1px solid #dcd3c1;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05); /* 影を控えめに */
}

/* ノーマル強調（normal） */
.shop_top .right_wrapper .icon li .normal {
    background-color: #dcd3c1; /* ゴールドベージュで統一 */
    color: #fff;
    border: none;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.shop_top .right_wrapper .price {
    margin-top: 20px;
}

.shop_top .right_wrapper .price dt {
    position: relative;
    font-size: 12px;
    color: #8c8273; /* 項目名は少し薄いブラウンに */
    margin-bottom: 5px;
}

.shop_top .right_wrapper dt span {
    display: inline-block;
    background: #fff;
    padding-right: 10px;
    font-weight: bold;
}

.shop_top .right_wrapper .price dt::after {
    margin-top: -10px;
    margin-bottom: 10px;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    border-top: dotted 1px #dcd3c1; /* ドット線をゴールドベージュに */
}

.shop_top .right_wrapper .price dd {
    font-size: 14px;
    padding-bottom: 15px; /* 回答との間隔を少し広げて読みやすく */
    color: #4a4440;
    line-height: 1.6;
}
/* 枠を消したミニマルなベース */
.shop_top .text {
    margin: 20px 0;
    padding: 30px 0;
    background: transparent;
    border-top: 1px solid #c5a975;
    border-bottom: 1px solid #c5a975;
    color: #4a4440;
    line-height: 1.8;
    text-align: center;
}

/* <b>タグを「タイトル」として再定義 */
.shop_top .text b {
    display: block;
    font-family: "Noto Serif JP", serif; /* 明朝体で格式を */
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.15em; /* 文字間を広げて余裕を演出 */
    color: #4a4440;
    position: relative;
}

/* <b>の下に小さなゴールドのアクセントを添える */
.shop_top .text b::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #c5a975;
    margin: 15px auto 0;
}

.staff {
	display: block;
	position:relative;
	padding:5px 10px;
	font-weight :bold;
	font-size: 1.5rem;
	color:#ce0007;
	background:#fff;
	border-top:#ce0007 solid 2px;
	border-bottom:#ce0007 solid 2px;
    background-image: -webkit-gradient(linear, left top, right bottom,from(rgba(255, 255, 255, 0.0)),color-stop(0.4, rgba(255, 255, 255, 0.0)),color-stop(0.4, rgba(0, 0, 0, 0.1)),color-stop(0.6, rgba(0, 0, 0, 0.1)),color-stop(0.6, rgba(255, 255, 255, 0.0)),to(				rgba(255, 255, 255, 0.0)));
	background-image: -webkit-linear-gradient(top -45deg,transparent 40%,rgba(0, 0, 0, 0.1) 40%,rgba(0, 0, 0, 0.1) 60%,transparent 60%);
	background-image: -moz-linear-gradient(top -45deg,transparent 40%,rgba(0, 0, 0, 0.1) 40%,rgba(0, 0, 0, 0.1) 60%,transparent 60%);
	background-image: -o-linear-gradient(top -45deg,transparent 40%,rgba(0, 0, 0, 0.1) 40%,rgba(0, 0, 0, 0.1) 60%,transparent 60%);
	background-image: linear-gradient(to bottom -45deg,transparent 40%,rgba(0, 0, 0, 0.1) 40%,rgba(0, 0, 0, 0.1) 60%,transparent 60%);
	background-size:4px 4px;
	margin-bottom: 15px;
}
.staff:before{
	content:" ";
	position:absolute;
	top:100%;
	left:25px;
	width:0;
	height:0;
	border-width:11px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#ce0007;
}
.staff:after{
	content:" ";
	position:absolute;
	top:100%;
	left:28px;
	width:0;
	height:0;
	border-width:8px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#f0f0f0;
	z-index:1;
}

.star_1, .star_2, .star_3, .star_4, .star_5 {
    display: inline-flex;
    align-items: center;
    color: #802020; /* 朱色 */
    font-size: 1.2rem;
    font-family: sans-serif; /* 星が綺麗に表示されるフォント */
}

/* 一旦すべての星を「中抜き（のような薄い色）」にする */
.star_1 span:not(.s_score),
.star_2 span:not(.s_score),
.star_3 span:not(.s_score),
.star_4 span:not(.s_score),
.star_5 span:not(.s_score) {
    color: #dcd3c1; /* 薄いベージュ */
}

/* 評価数に合わせて「朱色」で塗りつぶす */
.star_1 span:nth-child(-n+1),
.star_2 span:nth-child(-n+2),
.star_3 span:nth-child(-n+3),
.star_4 span:nth-child(-n+4),
.star_5 span:nth-child(-n+5) {
    color: #F4526A; /* 朱色 */
}

.s_score {
    color: #4a4440;
    font-weight: bold;
    font-size: 12px;
    margin-left: 8px;
    font-family: serif;
}

.point {
	font-weight: bold;
	color: #ce0007;
}

/*プラン一覧*/
/* --- 旅館プランリスト：レイアウトと配色の完成版 --- */

/* --- プラン一覧：ゴールド基調の完成形 --- */

/* 見出し：ゴールドのボーダーで格式を出す */
.plun h4 {
    color: #4a4440;
    padding: 12px 15px;
    background: #fcfbf8;
    border: 1px solid #e8e3dc;
    border-top: 2px solid #D4AF37; /* ゴールドのライン */
    font-size: 14px;
    font-weight: bold;
    margin: 0;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", serif !important;
}

/* リスト全体の枠 */
.plun .plun_list {
    border: 1px solid #e8e3dc;
    border-top: none;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* 各プランの行：レイアウト崩れを防ぐ設定 */
.plun .plun_list li {
    display: flex;
    flex-wrap: wrap; /* スマホで自然に改行される設定 */
    align-items: flex-start;
    padding: 20px 15px;
    border-bottom: 1px dotted #e8e3dc;
}

/* リンクテキスト部分 */
.plun .plun_list li a {
    flex: 1 1 70%; /* 文章の幅を確保 */
    font-size: 14px;
    font-weight: 600;
    color: #4a4440;
    text-decoration: none;
    line-height: 1.6;
    position: relative;
    padding-left: 15px;
	letter-spacing: 1.5px;
}

/* リンクアイコンをゴールドに */
.plun .plun_list li a::before {
    content: "＞";
    position: absolute;
    left: 0;
    color: #D4AF37; 
    font-size: 0.9rem;
}

/* hover時はアクセントのピンクへ */
.plun .plun_list li a:hover {
    color: #C8465B;
    text-decoration: underline;
}

/* 金額部分：ゴールドで重厚に */
.plun .plun_list li b {
    flex: 1 1 100px;
    text-align: right;
    color: #D4AF37; 
    font-size: 1.25rem;
    font-family: "游明朝", "Yu Mincho", serif;
    margin-top: 5px;
}

.plun .plun_list li b span {
    font-size: 0.9rem;
    color: #4a4440;
    margin-left: 3px;
}

/* 金額部分 */
.plun .plun_list li b {
    /* 【復元】スマホで文章が長くなっても金額が下に落ちる設定 */
    flex: 1 1 100px;
    text-align: right;
    color: #C8465B;
    font-size: 15px;
    font-family: "游明朝", "Yu Mincho", serif;
    margin-top: 5px; /* 文章との余白 */
}

.plun .plun_list li b span {
    font-size: 0.9rem;
    color: #3A322E;
    margin-left: 3px;
}

/*フォトギャラリー*/
.photo h3 {
    display: none;
}
#photo .gallery {
    margin-top: 20px;
    display: -webkit-box;/* Android4.3以前ブラウザ用 */
    display: -webkit-flex;/* iOS8以前Safari用 */
    display: flex;
    -webkit-box-pack: center;/* Android4.3以前ブラウザ用 */
    -webkit-justify-content: center;/* iOS8以前Safari用 */
    justify-content: center;
}
#photo .gallery li {
    display: block;
    display: flexbox;
    -webkit-box-flex: 1; /*--- Android4.3以前ブラウザ用 ---*/
    -webkit-flex: 1; /*--- iOS8以前Safari用 ---*/
    flex: 1;
    padding: 0 1%;
}
#photo .gallery li:nth-child(1) {
    padding-left: 0;
}
#photo .gallery li:nth-last-child(1) {
    padding-right: 0;
}
#photo .gallery li img {
    display: block;
    max-width: 100%;
	height: auto;
}
#photo .gallery li p {
    margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
#photo .gallery,
#photo .gallery li {
    display: block;
    width: 100%;
    padding: 0;
}
#photo .gallery li img{
    width: 100%;
}
#photo .gallery li p {
    margin-bottom: 20px;
}
}

/*プラン一覧を見る*/
.bt_more {
    display: flex;
    justify-content: center;
    margin: 80px 0;
}

.bt_more a {
	position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    width: 90%;
    padding: 28px 40px !important;
    
    background: #fcfbf8 !important;
    
    /* 1. 枠線の定義 */
    border: 1px solid #dcd3c1 !important;
    
    /* 2. 二重枠の表現（box-shadowで内側に薄い線を追加） */
    box-shadow: inset 0 0 0 4px #fcfbf8, 
                inset 0 0 0 5px #dcd3c1,
                0 4px 10px rgba(0,0,0,0.08) !important; /* ボタンらしさを出す影（ここが重要） */
    
    color: #4a4440 !important;
    
    font-family: "游明朝", "Yu Mincho", "YuMincho", serif !important;
    font-weight: 500 !important;
    font-size: 1.7rem !important;
    letter-spacing: 0.35em !important;
    text-indent: 0.35em !important;
    font-feature-settings: "palt" 1 !important;
    
    text-decoration: none !important;
    /* 動きは最小限に留める */
    transition: box-shadow 0.3s ease !important;
}

/* ホバー時は影を深めて「浮き上がる」ことで押せることを強調 */
.bt_more a:hover {
    background: #f5f2ed !important;
    box-shadow: inset 0 0 0 4px #f5f2ed, 
                inset 0 0 0 5px #cbbfa9,
                0 8px 20px rgba(0,0,0,0.15) !important; /* 影を大きくして浮遊感を出す */
}
.bt_more a::before {
    content: '▶'; /* 矢印アイコン */
    position: absolute;
    left: 15px;
    color: #c0392b; /* アクセントカラーの赤 */
    font-size: 0.8rem;
}

/*予約*/
.bt_reserve {
    display: block;
    width: 340px;
    margin: 40px auto; 
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    background: #a80005; /* Old browsers */
    background: -moz-linear-gradient(top, #a80005 0%, #890005 100%);
    background: -webkit-linear-gradient(top, #a80005 0%, #890005 100%);
    background: linear-gradient(top, #a80005 0%, #890005 100%);
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    font-size: 2.4rem;
    font-weight: bold;
}
.bt_reserve:hover {
    background: #b70005; /* Old browsers */
    background: -moz-linear-gradient(top, #ce0007 0%, #ba0005 100%);
    background: -webkit-linear-gradient(top, #ce0007 0%, #ba0005 100%);
    background: linear-gradient(top, #ce0007 0%, #ba0005 100%);
    box-shadow: 2px 2px 16px rgba(0, 0, 0, .3);
}
@media only screen and (max-width: 640px) {
.bt_reserve  {
    width: 280px;
    font-size: 2rem;
}
}

/*コンパパックを探す*/
#pack_search img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

/*ランキング*/
#ranking .ranking_list {
    padding-bottom: 40px;
}
#ranking .ranking_list li a {
    display: table;
    width: 100%;
    padding: 10px 0;
    border-top: dotted 1px #c6ab38;
    border-bottom: dotted 1px #c6ab38;
    margin-bottom: 10px;
    background: #ffffef url(../img/index/bg_ranking.png) no-repeat right bottom;
    text-align : left;
}
#ranking .ranking_list li:nth-child(2) a {
    background-color: #f9f7ff;
}
#ranking .ranking_list li:nth-child(3) a {
    background-color: #fff7ef;
}
#ranking .ranking_list li a .hotel_photo {
    width: 90px;
    height: 60px;
    overflow: hidden;
    text-align: left;
}
#ranking .ranking_list li a .hotel_photo img {
    width: 100%;
}
#ranking .ranking_list li a .hotel {
    display: table-cell;
    width: 100%;
    padding-left: 10px;
    vertical-align: top;

}
#ranking .ranking_list li a .hotel img {
    display: block;
    width: 45px;
}
#ranking .ranking_list li a .hotel .rank_u4 {
    display: block;
    font-weight: bold;
    color: #848e68;
}
#ranking .ranking_list li a .hotel .rank_u4 i {
    padding-right: 6px;
    display: inline;
    font-size: 1.5rem;
}
#ranking .ranking_list li a .hotel b {
    font-size: 1.2rem;
    transition: all .2s ease;
}
@media only screen and (max-width: 640px) {
#ranking .ranking_list {
    width: 90%;
    margin: 0 auto;
}
}
#ranking .ranking_list li a .hotel i {
    display: block;
}
#ranking .ranking_list li a:hover {
    opacity: 0.8;
}
#ranking .ranking_list li a:hover .hotel b {
    color: #c6ab38;
}

/*画像から探す*/
#photo_search {
}
#photo_search ul {
    width: 100%;
    margin: 0 auto 40px;
}
#photo_search ul li {
    margin-bottom: 20px;
}
#photo_search ul a {
    display: block;
}
#photo_search ul a:hover {
    opacity: .8;
}
#photo_search ul a img {
    display: block;
    width: 100%;
}

/*前のページ・次のページ*/
ul.topic_nav {
	margin: 50px auto;
	text-align: center;
	width: 300px;
}
ul.topic_nav li {
	display: inline;
	background-repeat: no-repeat;
	margin-top: -30px;
	padding: 0 10px 0 5px;
}
ul.topic_nav li#back {
	background-image: url("../img/common/arrow_pre.png");
	padding-left: 25px;
	float: left;
	background-position: left center;
}
ul.topic_nav li#next {
	background-image: url("../img/common/arrow_next.png");
	padding-right: 25px;
	float: right;
	background-position: right center;
}
.news ul{
  margin: 30px 10px;
}
.news ul li{
  list-style: none;
  background: url(../img/common/point.png) no-repeat 20px 7px;
  padding:0 35px 10px 35px;
  border-bottom: 1px dotted #bfbfbf;
  margin: 0 0 10px 0;
}
.news ul li span{
  width: 130px;
  display: inline-block;
}

.feature {
 position: relative;
 margin: 2em auto;
 padding: 15px 35px 15px 25px;
 background-color: #FFE4E1; /* ボックス背景色 */
 color: #666666; /* 文章色 */
 box-shadow: 4px 4px 1px #FFB6C1; /* 影の色 */
}
.feature::before {
 position: absolute;
 content: '';
 top: -15px;
 right: 10px;
 height: 55px;
 width: 15px;
 border: 3px solid #C0C0C0; /*クリップ色 */
 background-color: none;
 border-radius: 12px;
 box-shadow: 1px 1px 2px #ccc; /*クリップ影*/
 transform: rotate(10deg);
 z-index: 1;
}
.feature::after {
 position: absolute;
 content: '';
 top: 0px;
 width: 10px; 
 right: 20px;
 border: solid 5px #FFE4E1; /*背景色と同じ色に！*/
 z-index: 2;
}
.seethrough {
 margin-top: 5px;
 font-size: 11px;
}
#shop_top .text a {
    color: #1a0dab ;
    text-decoration: underline;
}

.themelist {
    margin-top: 20px;
	margin-bottom: 30px;
}
.themelist li {
    font-size: 1.5rem;
	margin-bottom: 1em;
	list-style: disc;
	margin-left: 1em;
}
/* クチコミ全体の枠組み */
p.voice {
  margin: 0 0 40px 0;
  padding: 25px;
  background: #ffffff;        /* 背景白 */
  border: 1px solid #e8e3dc;
  border-radius: 6px;
  line-height: 1.8;
  color: #4a4440;
  font-size: 12px;
}

/* タイトル（bタグ） */
p.voice b {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcd3c1;
  color: #2c2926;
  font-size: 1.1rem;
}

/* リンクのデザイン：横幅を統一 */
p.voice a {
  display: inline-block;      /* 横幅を揃えるために調整 */
  min-width: 280px;           /* ここで最低限の横幅を固定 */
  margin-top: 20px;
  padding: 10px 20px;
  background: #fcfbf8;        /* リンクの背景色 */
  border: 1px solid #dcd3c1;
  color: #802020;             /* 文字色 */
  text-align: center;         /* 文字を中央揃え */
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* リンクにマウスを乗せた時の動き */
p.voice a:hover {
  background: #dcd3c1;        /* ホバーで色を濃くする */
  color: #4a4440;
}
h2 {
  all: unset !important;
  display: block !important;
  text-align: center !important;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif !important;
  
  /* フォントとバランス */
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #333 !important;
  letter-spacing: 0.25em !important;
  
  /* 余白を徹底的に絞る */
  /* 上側: 30px, 下側: 15px (ここで本文との距離を縮めます) */
  padding: 0 !important;
  margin: 50px auto 20px !important; 
  
  line-height: 1.4 !important;
}

/* 最初の1文字をピンクで強調 */
h2:first-letter {
  color: #f4526a !important;
  font-size: 22px !important; 
  font-weight: 600 !important;
}

.companion-difference {
    max-width: 1000px;
    margin: 25px auto 80px;
    padding: 0 20px;
}


/* タイトル部分 */
.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 32px;
    line-height: 1.5;
    color: #333;
    margin: 0 0 20px;
}

.section-title p {
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin: 0;
}


/* 比較ボックス */
.companion-box {
    display: flex;
    gap: 30px;
}


/* カード */
.companion-card {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}


/* カードタイトル */
.card-header {
    padding: 25px;
    text-align: center;
}

.card-header h3 {
    margin: 0;
    font-size: 16px;
}


/* ノーマル */
.normal .card-header {
    background: #e3f1f8;
    color: #3b6175;
}


/* ピンク */
.pink .card-header {
    background: #f8d9df;
    color: #8b3d50;
}


/* 本文 */
.card-body {
    padding: 30px;
}


.card-body p {
    font-size: 14px;
    line-height: 2;
    color: #555;
    margin: 0 0 20px;
	font-weight: normal;
}


.card-body p:last-child {
    margin-bottom: 0;
}


/* 注意書き */
.notice {
    margin-top: 40px;
    text-align: center;
}

.notice p {
    font-size: 13px;
    line-height: 1.8;
    color: #888;
    margin: 0;
}



/* スマホ対応 */
@media screen and (max-width:768px) {

    .companion-difference {
        margin: 50px auto;
        padding: 0;
    }


    .section-title h2 {
        font-size: 24px;
    }


    .section-title p {
        font-size: 14px;
        text-align: left;
    }


    .companion-box {
        display: block;
    }


    .companion-card {
        margin-bottom: 25px;
    }


    .card-header {
        padding: 20px;
    }


    .card-header h3 {
        font-size: 16px;
    }


    .card-body {
        padding: 20px;
    }


    .card-body p {
        font-size: 14px;
        line-height: 1.9;
    }

}

/* ボタン */
.companion-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 25px auto 0;
    padding: 11px 28px;
    border-radius: 3px;
    background: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}


/* ノーマルコンパニオン */
.normal .companion-btn {
    border: 1px solid #8aaebe;
    color: #54788a;
}


/* スーパーコンパニオン */
.pink .companion-btn {
    border: 1px solid #c99aa7;
    color: #9b6272;
}


/* 矢印 */
.companion-btn::after {
    content: "→";
    margin-left: 10px;
    transition: 0.3s;
}


/* hover */
/* ホバー */
.normal .companion-btn:hover {
    background: #e3f1f8;
}


.pink .companion-btn:hover {
    background: #f8e2e7;
}

.companion-btn:hover::after {
    margin-left: 15px;
}


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

    .companion-btn {
        width: 100%;
        box-sizing: border-box;
    }

}

.yadolist_name {
	margin-top: 100px !important;
}

/* =========================
   目次全体
========================= */
.page-toc {
  max-width: 1000px;
  margin: 50px auto;
  padding: 35px 40px 55px;
  background: #fff;
  border-top: 3px solid #a58a52;
}


/* =========================
   目次タイトル
========================= */
.page-toc-title {
  margin: 0 0 28px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ded8ce;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
}


/* =========================
   リスト
========================= */
.page-toc ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  row-gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}


/* =========================
   各項目
========================= */
.page-toc li {
  margin: 0;
  border-bottom: 1px solid #e5e0d8;
}


/* =========================
   リンク
========================= */
.page-toc li a {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 72px;
  padding: 15px 38px 15px 8px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.7;
  transition:
    background 0.25s ease,
    padding 0.25s ease;
}


/* =========================
   番号
========================= */
.page-toc li a span {
  flex-shrink: 0;
  width: 45px;
  margin-right: 14px;
  color: #a58a52;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 0.05em;
}


/* =========================
   矢印
========================= */
.page-toc li a::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #a58a52;
  font-size: 26px;
  font-weight: normal;
  transition: right 0.25s ease;
}


/* =========================
   ホバー
========================= */
.page-toc li a:hover {
  padding-left: 14px;
  background: #faf9f6;
}

.page-toc li a:hover::after {
  right: 5px;
}


/* =========================
   スマホ
========================= */
@media screen and (max-width: 767px) {

  .page-toc {
    margin: 30px 0;
    padding: 25px 20px 40px;
  }

  .page-toc-title {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .page-toc ul {
    display: block;
  }

  .page-toc li {
    margin-bottom: 8px;
    border-bottom: 1px solid #e5e0d8;
  }

  .page-toc li:last-child {
    margin-bottom: 0;
  }

  .page-toc li a {
    min-height: 64px;
    padding: 16px 35px 16px 5px;
    font-size: 14px;
  }

  .page-toc li a span {
    width: 40px;
    margin-right: 10px;
    font-size: 19px;
  }

}


/* =========================
   固定ヘッダーの
   アンカー位置調整
========================= */

#ranking-list,
#hotel-list,
#theme-list,
#companion-list,
#question-list {
  scroll-margin-top: 130px !important;
}

/* =========================================
   コンパニオン比較表
========================================= */

.companion-comparison {
  width: 100%;
  margin: 40px 0 80px;
}


/* =========================================
   見出し下の説明文
========================================= */

.comparison-heading {
  margin: 0 0 18px;
}

.comparison-heading p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.8;
}


/* =========================================
   横スクロール
========================================= */

.comparison-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin-top: 15px;
}


/* =========================================
   比較表
========================================= */

.comparison-table {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  color: #333;
  font-size: 13px;
  font-weight: 400;
}


/* =========================================
   ヘッダー
========================================= */

.comparison-table thead th {
  padding: 12px 9px;
  background: #f7f4f2;
  color: #333;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ddd;
}


/* =========================================
   表のセル
========================================= */

.comparison-table tbody th,
.comparison-table tbody td {
  padding: 12px 9px;
  background: #fff;
  color: #333;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ddd;
}


/* =========================================
   偶数行
========================================= */

.comparison-table tbody tr:nth-child(even) th,
.comparison-table tbody tr:nth-child(even) td {
  background: #fcfaf9;
}


/* =========================================
   順位
========================================= */

.comparison-table tbody .rank {
  width: 55px;
  min-width: 55px;
  text-align: center;
  font-weight: bold;
}


/* =========================================
   旅館名
========================================= */

.comparison-table tbody .hotel-name {
  width: 170px;
  min-width: 170px;
  text-align: left;
  font-weight: bold;
}


/* =========================================
   旅館名リンク
========================================= */

.comparison-table .hotel-name a {
  color: #1683c4;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.comparison-table .hotel-name a:hover {
  color: #f4526a ;
}


/* =========================================
   料金
========================================= */

.comparison-table tbody td.price {
  font-weight: bold;
  text-align: center;
}


/* =========================================
   ○ 対応あり
========================================= */

.comparison-table tbody td .available {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 30px;
  height: 30px;

  color: #e56b9b;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}


/* =========================================
   − 対応なし
========================================= */

.comparison-table tbody td .unavailable {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 30px;
  height: 30px;

  color: #aaa;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}


/* =========================================
   旅館名を横スクロール時に固定
========================================= */

.comparison-table .hotel-name {
  position: sticky;
  left: 0;
  z-index: 2;
}


/* =========================================
   ヘッダーの旅館名
========================================= */

.comparison-table thead .hotel-name {
  z-index: 3;
  background: #f7f4f2;
}


/* =========================================
   固定された旅館名の背景
========================================= */

.comparison-table tbody tr:nth-child(odd) .hotel-name {
  background: #fff;
}

.comparison-table tbody tr:nth-child(even) .hotel-name {
  background: #fcfaf9;
}


/* =========================================
   注意書き
========================================= */

.comparison-note {
  margin: 9px 0 0;
  color: #777;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.7;
}


/* =========================================
   スマートフォン
========================================= */

@media screen and (max-width: 767px) {

  .companion-comparison {
    margin: 35px 0 80px;
  }


  /* 説明文 */

  .comparison-heading p {
    font-size: 13px;
    line-height: 1.8;
  }


  /* 比較表 */

  .comparison-table {
    min-width: 850px;
    font-size: 12px;
  }


  /* ヘッダー */

  .comparison-table thead th {
    padding: 10px 8px;
  }


  /* セル */

  .comparison-table tbody th,
  .comparison-table tbody td {
    padding: 10px 8px;
  }


  /* 順位 */

  .comparison-table tbody .rank {
    width: 48px;
    min-width: 48px;
  }


  /* 旅館名 */

  .comparison-table tbody .hotel-name {
    width: 135px;
    min-width: 135px;
  }


  /* 料金 */

  .comparison-table tbody td.price {
    font-weight: bold;
  }


  /* ○ */

  .comparison-table tbody td .available {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }


  /* − */

  .comparison-table tbody td .unavailable {
    width: 28px;
    height: 28px;
    font-size: 15px;
  }


  /* 注意書き */

  .comparison-note {
    font-size: 10px;
  }

}