/* ヘッダー店名のテキスト色 */
#header .header_info .shop {
    color: #000000;
}

/* ヘッダー営業時間のテキスト色 */
#header .header_info .time {
    color: #oooooo;
}

/* ヘッダー電話番号のテキスト色 */
#header .header_info .tel {
    color: #daa520;
}
#main_con .block1,#main_con .block2{
display:block;
width:100%;
}
#main_con .block2{/*rightbox*/
padding-left:0%;
}
/* X(Twitter)アイコン色変更 */
.sns .sns02 {
    background-color: #000000; /* ←背景の色 */
}

/* =========================
   癒刻｜キャスト画像 高級トーン設計
========================= */

/* キャスト画像（全体表示・縮小） */
img.photo-has-2 {
  object-fit: contain !important;   /* ★ 全体が必ず映る */
  display: block !important;
  width: 96% !important;
  height: auto !important;
  margin: 5px 4px 0px!important;
  border-radius: 12px;               /* 上品な角丸 */
  padding: 0  auto 0px;                      /* 余白で格上げ */

/* キャスト1枠全体の余白（呼吸感） */
#list li {
  margin-bottom: 0px !important;
}
