@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*--------------------------------------
UPDATE:2025-11-08
kansai-gourmand.com
--------------------------------------*/

/*--------------------------------------
  表スタイル
--------------------------------------*/
table {
  font-size: 0.85em;
}

/*--------------------------------------
  表スタイル（歴代評価）
--------------------------------------*/
table.history {
	font-size: 0.85em;
	text-align: center;
}
table.history td.eval{
	color: #bd2333;
}

/*--------------------------------------
  2025/05/17 追加：テーブルヘッダーの罫線を表示させるため
--------------------------------------*/
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: #e0e0e0;
}

/*--------------------------------------
  カードタイプレストラン情報
--------------------------------------*/
.cardtype__restaurant {
  display: block;
  margin: 13px 13px 8px;
  color: #b5b5b5;
  font-size: 13px;
  font-weight: bold;
}
.cardtype__restaurant-eval {
  display: block;
  margin: 8px 13px 0px;
  color: #bd2333;
  font-size: 13px;
  font-weight: bold;
}

/*--------------------------------------
  記事一覧を横長スタイルにした場合
--------------------------------------*/

.sidelong__restaurant {
  display: block;
  margin: 0;
  color: #b5b5b5;
  font-size: 13px;
  font-weight: bold;
}

.sidelong__article-info {
  display: table-cell;
  vertical-align: middle;
}

.sidelong h2 {
  display: -webkit-box;
  overflow: hidden;
  height: 4.2em;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/*--------------------------------------
  レストランページタイトル
--------------------------------------*/
.area-restaurant-title {
  display: block;
}

.area-restaurant-title h1 {
  color: #bd2333;
}

.area-restaurant-title p {
  color: #bd2333;
  margin: 0 0 5px 0 ;
}

/*--------------------------------------
  画像キャプション
--------------------------------------*/
.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    font-size: 0.8em;
    text-align: center;
    color: #555d66;
}

/*--------------------------------------
  引用
--------------------------------------*/
.entry-content blockquote:before {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 15px;
    font-family: FontAwesome;
    font-size: 1.5em;
    vertical-align: middle;
    line-height: 1;
    content: "\f10d";
    color: #BDBDBD;
}

.entry-content blockquote {
    font-size: 0.9em;
    border: solid 1px #d9d9d9;
}

.entry-content blockquote cite {
    display: block;
    color: #d9d9d9;
    font-size: 0.8em;
    text-align: right;
}


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