@charset "UTF-8";
/* CSS Document */






#live_hp {
	padding-bottom: 0px;	
	
}


#live_hp h1 {
	margin: 0px;

}



/* ■公演内容 ｜　■チケットお申込み方法=================== */


/* #662D8E →======
#live_hp_navi {

}

#live_hp_navi p {
	font-size: 14px;
	margin: 5px 10px;	

}

#live_hp_navi a {
	color: #ffd700;
}====== */



.hp_ba_box01 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-align: left;
	border: 2px solid #999;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 220%;
	margin: 20px;
}

.hp_ba_box_r_00 {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 13px;
	color: #333;
}




/* 公演日程表============================================ */

#live_hp_kouen {
	
}



#live_hp_kouen a {
	color: #b8860b;
}



#live_hp_kouen p {
	margin:0px;
	font-size:16px;
	line-height:180%;
	
}


#live_hp_kouen .kouen_block01 {
	margin-bottom: 20px;
	border-bottom: 1px dotted #646464;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}





/* 出 演、日 時など */
#live_hp_kouen h2 {
	line-height: 24px;
	font-size: 22px;
	color: #3C0;
	padding-left: 5px;
	margin-bottom: 5px;
	border-left-width: 16px;
	border-left-style: solid;
	border-left-color: #3C0;
}



/* 出 演者、日時、場所など */
#live_hp_kouen h3 {
	font-size: 22px;
	padding-left: 20px;
	font-weight: bold;
	color: #000000;
	line-height: 140%;
}


/* 日時の時間など */
#live_hp_kouen h4 {
	font-size:16px;
	margin:0px;
	padding-left: 35px;
	
}


#live_hp_kouen h5 {
	font-size: 18px;
	border: 2px solid #0000cc;
	padding: 3px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 5px;
}



/*前売りチケットお申込み方法　 */
#live_hp_kouen .maeuri01 {
	background-color:#166FC8;
	color:#FFFFFF;
	text-align: center;
	border-radius: 20px;
	margin-top:50px;
	
	margin-bottom:5px;
	font-size: 20px;
	font-weight: bold;
	padding-bottom:3px;
	padding-top:3px;
}

#live_hp_kouen .maeuri02 {
	font-size:16px;
	font-weight:bold;
	color:#CD0A14;
	padding-bottom: 20px;
}




#live_hp_kouen .maeuri02_line {
	font-size: 22px;
	font-weight: bold;
	margin: 10px;
	padding: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ff0000;
	border-bottom-color: #ff0000;
	color: #ff0000;
}

/* 公演内容*/
#live_hp_kouen .maeuri03 {
	color: #FFFFFF;
	background-color: #3C0;
	text-align: center;
	border-radius: 20px;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 10px;
}


/* カラー*/
.ke_font_14red {
	font-size: 14px;
	font-weight: bold;
	color: #7d1d12;
}







.ke_font_14brwn {
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}

.ke_font_18red {
	font-size: 18px;
	font-weight: bold;
	color: #ff0033;
}

/* 追加CSS*/
.kouen_block02 {
	margin-bottom: 20px;
	border: 1px solid #ff0033;
	padding: 10px;
	width: 90%;
	margin-right: 5px;
	margin-left: auto;
}


.ha24_font_24blc{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 140%;
	padding-top: 5px;
	padding-bottom: 5px;
}


.ha24_font_24blc{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	line-height: 140%;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* ＝＝＝＝260502t追加＝＝＝＝＝＝＝＝*/

/* ===== 全体 ===== */
body {
	/* = font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;= */
	background: #fafafa;
	color: #000;
	line-height: 1.9;
}

/* 中央レイアウト */
#main {
	max-width: 680px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* タイトル上部 */
#live_hp {
	font-size: 18px;   /* ← 17→18に微アップ */
 　 line-height: 1.85;
	margin-bottom: 20px;
	letter-spacing: 0.03em; /* 少し字間を広げる */
}

/* メイン画像 */
h1 img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* ナビ */
#live_hp_navi {
  background: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin: 25px 0;
}

/* セクションタイトル */
.maeuri03 {
	font-size: 22px;
	color: #1a2a44;
	padding-bottom: 6px;
	margin: 40px 0 20px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1a2a44;
}

/* ブロック */
.kouen_block01 {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 18px;
  border-radius: 8px;
  margin-bottom: 25px;
}

/* 見出し */
h2 {
	font-size: 1.6em;
	color: #1a2a44;
	margin-bottom: 10px;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 8px;
	font-weight: bold;
}

h4 {
  font-size: 14px;
  color: #555;
}

/* リンク */
a {
  color: #8b0000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* 区切り線 */
hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 30px 0;
}

/* リスト */
ul {
  padding-left: 20px;
}

li {
  margin-bottom: 6px;
}

/* 中央寄せ */
.ba_center_00 {
  text-align: center;
  margin: 20px 0;
}

/* 申込みボタン風 */
.ba_kako_text02_r a {
  display: inline-block;
  background: #1a2a44;
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 6px;
  margin-top: 10px;
}



/* ===== 強制上書き ===== */

/* 見出しをしっかり効かせる */
#live_hp h2 {
  font-size: 20px !important;
  color: #1a2a44 !important;
  margin-bottom: 10px !important;
}

#live_hp h3 {
  font-size: 16px !important;
  margin-bottom: 8px !important;
}

#live_hp h4 {
	font-size: 16px !important;
	color: #000 !important;
	font-weight: bold;
}

/* ブロックをしっかりカード化 */
#live_hp .kouen_block01 {
	background: #ffffff !important;
	border: 1px solid #ddd !important;
	border-radius: 8px !important;
	margin-bottom: 25px !important;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/* セクションタイトル強調 */
#live_hp .maeuri03 {
  font-size: 22px !important;
  border-bottom: 2px solid #ccc !important;
  padding-bottom: 6px !important;
  margin: 40px 0 20px !important;
}

/* ナビも強制 */
#live_hp_navi {
  background: #fff !important;
  padding: 15px !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
}

/* リンク色統一 */
#live_hp a {
  color: #8b0000 !important;
}

/* 申込みボタン目立たせるNG */
#live_hp a[href="#moushikomi"] {
	color: #b22222 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-weight: normal !important;
	background-image: none;
}




/* ←ここから追加 */
#live_hp {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif !important;
}

/* ===== h2（メイン見出し） ===== */
#live_hp h2 {
  font-size: 1.8em;
  font-weight: 800;  /* ←しっかり太く */
  color: #a61b1b !important; /* 上品な華やか赤 */
  border-left: 6px solid #a61b1b;
  padding-left: 12px;
  margin-top: 45px;
  letter-spacing: 0.03em;
}

/* ===== h3（サブ見出し） ===== */
#live_hp h3 {
  font-size: 1.4em;
  font-weight: 700;
  color: #333 !important;
  border-bottom: 3px solid #e5a4a4;
  padding-bottom: 5px;
  margin-top: 30px;
}


/* 申込みエリア強調 */
#moushikomi {
  display: block;
  margin-top: 40px;
}

/* #live_hp a[href*="#moushikomi"], */
/* このボックス内だけボタン化を解除 */
#live_hp .ba_kako_text02_r a {
  background: none !important;
  color: #b22222 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-weight: normal !important;
  display: inline !important;
}
#live_hp .ba_kako_text02_r a {
  text-decoration: underline;
}

#live_hp ul li strong {
  font-size: 0.9em;
  font-weight: 600;
}

/* ===== スマホでさらに見やすく =====
/* =@media screen and (max-width: 768px) {
  #live_hp {
    font-size: 17px;
  }
  #live_hp h2 {
    font-size: 1.6em;
  }
  #live_hp h3 {
    font-size: 1.3em; 
  }
}*/
/* スマホ */
@media screen and (max-width: 600px) {
  #main {
    padding: 15px;
  }

  .maeuri03 {
    font-size: 18px;
  }

  h2 {
    font-size: 16px;
  }
}

/* 260502追加ここまで＝＝＝＝ */

/* 260505追加ここから＝＝＝＝ */
/* セクションの間隔を整える */
#live_hp .kouen_block01 {
  margin-bottom: 50px;
}

/* 見出しと本文の間 */
#live_hp h2 + *,
#live_hp h3 + * {
  margin-top: 15px;
}


#live_hp ul {
  padding-left: 20px;
}

#live_hp li {
  margin-bottom: 8px;
}

#live_hp_navi {
  text-align: center;
}

/* ===== h2：しっかり目立たせる ===== */
#live_hp h2 {
	font-size: 3em;              /* ← 思い切って大きく */
	font-weight: 900;            /* ← かなり太く */
	color: #a61b1b !important;
	padding-left: 14px;
	margin-top: 50px;
	letter-spacing: 0.05em;
	border-left-width: 16px;
	border-left-style: solid;
	border-left-color: #a61b1b;
}

/* ===== h3：h2とのメリハリ ===== */
#live_hp h3 {
  font-size: 1.5em;
  font-weight: 800;
  color: #222 !important;
  border-bottom: 3px solid #e5a4a4;
  padding-bottom: 6px;
  margin-top: 35px;
}

#live_hp {
  font-size: 19px;   /* ← 18→19へ */
  line-height: 1.9;
}

/* 料金を強調 */
#live_hp .price {
  color: #c00000;
  font-size: 1.4em;
  font-weight: 800;
}


/* ナビの枠・背景を完全に削除 */
#live_hp_navi {
	background: none !important;
	margin: 0 !important;
	text-align: center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

/* タイトル部分の余白を整える */
#live_hp_navi p {
  margin: 5px 0;
  line-height: 1.5;
}

/* 区切り線を消す */
#live_hp_navi hr {
  display: none;
}

/* ナビリンクをすっきり */
#live_hp_navi a {
	text-decoration: none;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
}

#live_hp_navi a:hover {
  text-decoration: underline;  
}

#live_hp_navi hr {
  display: block;           /* 一度復活させる */
  border: none;
  border-top: 1px solid #ddd;
  margin: 12px 0;
}



/* ===== はみ出し完全防止 ===== */
#live_hp {
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden; /* ← 最終手段（効きます） */
}

/* 全要素を幅内に収める */
#live_hp * {
  box-sizing: border-box;
}

/* ブロックの余白を安全値に */
#live_hp .kouen_block01 {
  padding: 15px !important;
  box-sizing: border-box;
}

/* 表・画像のはみ出し防止 */
#live_hp img,
#live_hp table {
  max-width: 100%;
}

/* 長い文字のはみ出し防止（重要） */
#live_hp {
  word-break: break-word;
}


#live_hp_navi {
  border: none !important;
  background: none !important; /* 背景も消したい場合 */
}

/* 260505追加ここまで＝＝＝＝ */