@charset "UTF-8";

body {
	background: #fff;  /* 2022（白黒変更） #000->#fff */
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

#page {
	max-width: 640px;
	margin: 0 auto;
}

img {
	line-height: 1;
}



/* =====================================================
	::before要素の非表示
 ===================================================== */

h1:not(.site-title):before,
.entry .entry-title:before,
h2::before {
	display: none;
}

/* =====================================================
	header
 ===================================================== */

header.site-header {
	/* background: #000;   2022 #000->#fff*/
	background: #fff;   /*2022（白黒変更） #000->#fff*/
	position: fixed;
	z-index: 1000;
	width: 100%;
	margin: 0;
	padding: 0;
}

.site-title a:link,
.site-title a:visited {
	/* 2022
	color: #c7c696;
	*/
	color: #c7c696;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding-left: 10px;
}

/* =====================================================
	home  .content > section > main
 =====================================================
	.background
 ===================================================== */

.home .background {
	position: fixed;
	z-index: -10;
	max-width: 640px;
		/* margin: 0 auto; */
	/* 2023_背景のイメージに合わせ、上方向に余白設置 */
	margin: 4rem auto 0 auto;
}


/* =====================================================
	top -> スライダー広告(2022/03/05追加)
 ===================================================== */

 .home .slider {
	display: flex;
	justify-content: center;
	margin: 44px 0 0;
	margin-left: auto;
	margin-right: auto;
 }

 /* =====================================================
	top -> トップページ広告
 ===================================================== */

 .home .ad_frontpg {
	display: flex;
	justify-content: center;
	margin: 3em .5em;
	margin-left: auto;
	margin-right: auto;
 }

/* =====================================================
	.section0 -> トップメイン画像
 ===================================================== */

.home .section0 {
	position: relative;
	/* height: 140vw; */
	/* 2023 */
	height: 130vw;
	z-index: 1;
	margin: 0;
	padding: 0;
	/* 2022/3/5 トップページ上部スライダー広告実装
	40pxはheader固定分と思われる
	padding: 40px 0 0;
*/
}

/* 2023 */
/* p.presents {
	margin: -0.5rem auto;
} */

.home .section0 .presents {
	margin: -10px 0 0 5px;
	width: 50%;
}

/*
.home .section0 .presents {
	position: absolute;
	width: 60vw;
	top: 60px;
	right: 14px;
	margin: 0;
}
*/

.home .section0 .main-visual {
	margin: -0.15rem 0 0 0;
	padding: 0;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* 2022 トップページロゴ（ALL THAT JAZZ）*/
/* 2023 SHIZUOKA STREET */
.home .section0 .main-visual_2 {
	margin: -9.9rem 0 0 5px;
	padding: 0;
	/* justify-content: center; */
	width: 48%;
}

/* 2022 トップページロゴ(30TH ANNIVERSARY) */
/* 2023 IN&OUT JAZZ */
.home .section0 .main-aniv {
	margin: -0.4rem 0 0 -5px;
	padding: 0;
	/* justify-content: center; */
	width: 62%;
}

.home .section0 time {
	display: block;
	margin: -1.6rem 0 0 1.5rem;
	padding: 0;
	/* justify-content: center; */
	width: 55%;
/*
	position: absolute;
	width: 70vw;
	bottom: 0;
	left: 14px;
	margin: 0;
	padding: 0;
	*/
}

/* =====================================================
	.section1 -> NEWS
 ===================================================== */

.home .section1 {
	display: block;
	position: relative;
	/* background: #000;  2022 newsセクション白くする？黒のままでもいいかも？*/
	/* background: #fff; */  /* 2022（白黒変更） #000 -> #fff*/
	background:rgba(255,255,255,0.6); /* 2022 背景色を白かつ透明度の設定*/
	margin: -3vh 0 0;
	padding: 14px;
	word-break: break-all;
	z-index: 100;
}

.home .section1 h2 {
	width: 60vw;
	margin: 0 auto;
}

.home .section1 ul{
	 padding: 0;
	 margin: 0;
	 /* background: #000;  */
	 background: #fff;  /* 2022（白黒変更） #000 -> #fff*/
}

.home .section1 dt {
	/* color: #fff;  2022 背景白にしたのに伴い文字を黒くする？#fff->#000*/
	color: #000;  /*2022（白黒変更） #fff->#000*/
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

.home .section1 dd {
	font-size: 14px;
	text-align: justify;
	margin: 0;
	padding: 0;
}

.home .section1 dd p{
	/* color: #fff;  2022 背景白にしたのに伴い文字を黒くする？#fff->#000*/
	color: #000;  /*2022（白黒変更） #fff->#000*/
	font-size: 13px;
	line-height: 1.4;
}

.home .section1 dd p a {
	/* color: #fff;  2022 背景白にしたのに伴い文字を黒くする？#fff->#000*/
	color: #000;  /*2022（白黒変更） #fff->#000*/
}

/* =====================================================
	.section2 -> 青葉シンボルロード
 ===================================================== */

.home .section2 {
	background-image: url('images/2022/sec2-bg.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	height: 47vw;
	position: relative;
	/* 2022/2/20 広告の上下余白修正
		margin-top: 50vw;
	*/
	margin-top: 40vw;
}

.home .section2 h2 {
	position: absolute;
	width: 70vw;
	left: 0;
	bottom: -29px;
}

.home .section2 time {
	position: absolute;
	width: 31vw;
	top: -11vw;
	right: 14px;
}

.home .section2 h3 {
	position: absolute;
	width: 70vw;
	bottom: 28vw;
	left: 25vw;
}

.home .section2 .text {
	position: absolute;
	width: 60vw;
	bottom: 6vw;
	left: 25vw;
}

/* =====================================================
	.section3 -> jazzin
 ===================================================== */

.home .section3 {
	background-image: url('images/2022/sec3-bg.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	height: 44.5vw;
	position: relative;
	margin-top: 50vw;
}

.home .section3 h2 {
	position: absolute;
	width: 42vw;
	left: 0;
	bottom: -29px;
}

.home .section3 time {
	position: absolute;
	width: 48vw;
	top: -12vw;
	right: 14px;
}

.home .section3 p {
	position: absolute;
}
.home .section3 .p1 {
	width: 70vw;
	bottom: 20vw;
	left: 25vw;
}
.home .section3 .p2 {
	width: 70vw;
	bottom: 14vw;
	left: 25vw;
}
.home .section3 .p3 {
	width: 70vw;
	bottom: 4vw;
	left: 25vw;
}
.home .section3 .p4 {
	width: 70vw;
	bottom: 0;
	left: 25vw;
}

/* =====================================================
	.section4 -> 札の辻
 ===================================================== */

.home .section4 {
	background-image: url('images/2022/sec4-bg.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	height: 52vw;
	position: relative;
	/* 2024 */
	margin-top: 22vw;
}

.home .section4 h2 {
	position: absolute;
	width: 80vw;
	top: -22px;
	left: 0;
}

.home .section4 time {
	position: absolute;
	width: 76vw;
	bottom: 12vw;
	left: 14px;
}

.home .section4 .text {
	position: absolute;
	width: 66vw;
	bottom: -5vw;
	left: 14px;
}

/* =====================================================
	.section5 -> 両替町
 ===================================================== */

.home .section5 {
	background-image: url('images/2023/sec5-bg.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	/*height: 47vw;*/
	height: 52vw;
	position: relative;
	margin-top: 22vw;
}

.home .section5 h2 {
	position: absolute;
	width: 80vw;
	top: -22px;
	left: 0;
}

/* 2023 */
/* .home .section5 time {
	position: absolute;
	width: 60vw;
	bottom: 12vw;
	left: 14px;
} */
.home .section5 time {
	position: absolute;
	width: 76vw;
	bottom: 10vw;
	left: 14px;
}

.home .section5 .text {
	position: absolute;
	width: 70vw;
	bottom: -5vw;
	left: 14px;
}

/* =====================================================
	.section6 -> 協賛とか
 ===================================================== */

.home .section6 {
	margin-top: 8vw;
	background:rgba(255,255,255,0.6); /* 2022 背景色を白かつ透明度の設定*/
}

.home .section6 h2{
	width: 38vw;
	margin: 0 auto;
	padding: 15px 0 0 0; /* 2022 画像の上部に余白を開ける */
}

.home .section6 p{
  /* 2021の背景が黄色系でもじが黄色だとみづらいため黒色に変更
	color: #c7c696;
	*/
	color: #000; /* 2022 #dc4c14; -> 000 */
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
	font-size: 12px;
}

.home .sns-row {
	display: flex;
	max-width: 180px;
	margin: 0 auto;
}

.home .sns {
	width: 33.333vw;
	margin: 10px;
}

.home .icon-fb {
	width: 30vw;
}

/* =====================================================
	.section7 -> アルティエ
 ===================================================== */

 .home .section7 {
	background-image: url('images/2022/sec7-bg.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	height: 52vw;
	position: relative;
	margin-top: 22vw;
}

.home .section7 h2 {
	position: absolute;
	width: 80vw;
	top: -22px;
	left: 0;
}

.home .section7 time {
	position: absolute;
	width: 76vw;
	bottom: 12vw;
	left: 14px;
}

.home .section7 .text {
	position: absolute;
	width: 66vw;
	bottom: -5vw;
	left: 14px;
}


/* =====================================================
	.section8 -> フードコート
 ===================================================== */

 .home .section8 {
	background-image: url('images/2023/sec8-bg.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	height: 52vw;
	position: relative;
	/* margin-top: 22vw; */
	margin-top: 0;
}

.home .section8 h2 {
	position: absolute;
	width: 80vw;
	top: -22px;
	left: 0;
}

.home .section8 time {
	position: absolute;
	width: 76vw;
	bottom: 12vw;
	left: 14px;
}

.home .section8 .text {
	position: absolute;
	width: 70vw;
	bottom: -5vw;
	left: 14px;
}

/* =====================================================
	.section9 -> veltiro
 ===================================================== */

 .home .section9 {
	background-image: url('images/2024/sec9-bg.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	height: 52vw;
	position: relative;
	/* 2022/2/20 広告の上下余白修正
		margin-top: 50vw;
	*/
	margin-top: 0vw;
}

.home .section9 h2 {
	position: absolute;
	width: 80vw;
	top: -22px;
	left: 0;
}

.home .section9 time {
	position: absolute;
	width: 76vw;
	bottom: 12vw;
	left: 14px;
}

.home .section9 .text {
	position: absolute;
	width: 66vw;
	bottom: -5vw;
	left: 14px;
}

/* =====================================================
	.section10 -> 創造舎
 ===================================================== */

 .home .section10 {
	background-image: url('images/2024/sec10-bg.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	/*height: 47vw;*/
	height: 52vw;
	position: relative;
	margin-top: 22vw;
}

.home .section10 h2 {
	position: absolute;
	width: 80vw;
	top: -22px;
	left: 0;
}

/* 2023 */
/* .home .section5 time {
	position: absolute;
	width: 60vw;
	bottom: 12vw;
	left: 14px;
} */
.home .section10 time {
	position: absolute;
	width: 76vw;
	bottom: 10vw;
	left: 14px;
}

.home .section10 .text {
	position: absolute;
	width: 70vw;
	bottom: -5vw;
	left: 14px;
}

/* =====================================================
	.icon-free .andmore
 ===================================================== */

.home .icon-free {
	position: absolute;
	width: 16vw;
	bottom: 5vw;
	right: 20px;
	margin: 0;
	padding: 0;
}

.home .andmore {
	position: absolute;
	width: 20vw;
	bottom: 0;
	right: 14px;
}

/* =====================================================
	footer
 ===================================================== */

#colophon .site-info {
	margin: 0;
	padding: 0 0 10px;
}

footer p {
	text-align: center;
}

footer small {
	color: #c7c696;
	font-size: 10px;
}

footer .ad_front_footer {
	display: flex;
	justify-content: center;
	margin: 1em 0 .5em;
	margin-left: auto;
	margin-right: auto;
}






/* =====================================================

	PC用(min-width:641px)

 ===================================================== */

@media screen and (min-width: 641px){

	/* =====================================================
	header
 ===================================================== */

	.site-branding {
		margin: 0;
	}

	.site-title a:link,
	.site-title a:visited {
		margin: 0;
		padding: 0;
	}

/* =====================================================
	home  .content > section > main
	=====================================================
	.background
 ===================================================== */

	.home .background {
	margin: 7rem auto 0 auto;
}


	/* =====================================================
	top -> スライダー広告(2022/03/05追加)
 ===================================================== */
	/*
 .home .slider {
	display: flex;
	justify-content: center;
	margin: 32px 0 0;
	margin-left: auto;
	margin-right: auto;
 }
	*/
	/* =====================================================
	.section0 -> トップページメイン画像
 ===================================================== */

	.home .section0 {
		height: 740px;
		padding: 0;
		/* 2022/3/5 トップページ上部スライダー広告実装
		32pxはheader固定分と思われる（スマホ用の設定では40pxになっていて微妙に異なる）
		padding: 32px 0 0;
	*/
	}

	.home .section0 .presents {
		margin: 0 0 0 5px;
		width: 50%;
	}

	/* /* 2022/03/05 なぜかPC用の設定だけ上部のpaddingがなかったのでスマホと同様の指定にするためコメントアウト */

	.home .section0 .main-visual {
		margin: -0.3rem 0 0 0;
		padding: 0;
	}

	/* 2023 */
	.home .section0 .main-visual_2 {
		margin: -15.5rem 0 0 10px;
	}

	/* 2023 */
	.home .section0 .main-aniv {
		margin: -8px 0 0 -9px;
	}



	.home .section0 time {
		margin: -1.5rem 0 0 2.5rem;
	}

	/* =====================================================
	.section1 -> news
 ===================================================== */

	.home .section1 {
		/* margin: 0; */
		margin: 50px 0 0 0; /* 2022 news&topixの位置修正 */
		padding: 14px;
		z-index: 100;
	}

	.home .section1 h2 {
		width: 50%;
		padding: 0;
	}

	.home .section1 ul{
		max-width: 400px;
		margin: 0 auto;
		padding: 0;
	}

	.home .section1 dt {
		/* color: #fff; */
		color: #000;  /* 2022（白黒変更） #fff->#000 */
		font-size: 18px;
		font-weight: bold;
		line-height: 1.4;
		margin: 0;
		padding: 0;
	}

	.home .section1 dd {
		text-align: justify;
		margin: 0;
		padding: 0;
	}

	.home .section1 dd p{
		/* color: #fff; */
		color: #000;  /* 2022（白黒変更） #fff->#000 */
		font-size: 13px;
		line-height: 1.4;
	}

	.home .section1 dd p a {
		/* color: #fff; */
		color: #000;  /* （白黒変更） #fff->#000 */
	}

	/* =====================================================
	.section2 -> 青葉シンボルロード
 ===================================================== */

	/* 2022/2/20
	広告の上下の余白調整
		.home .section2 {
		height: 298px;
		margin-top: 300px;
	}
	*/
	.home .section2 {
		height: 298px;
		margin-top: 250px;
	}


	.home .section2 h2 {
		width: 70%;
		left: 0;
		bottom: -32px;
	}

	.home .section2 time {
		width: 33%;
		top: -75px;
		right: 14px;
	}

	.home .section2 h3 {
		width: 70%;
		bottom: 210px;
		left: 160px;
	}

	.home .section2 .text {
		width: 60%;
		bottom: 75px;
		left: 160px;
	}

		/* =====================================================
	.section3 -> jazzin
 ===================================================== */

	.home .section3 {
		height: 296px;
		margin-top: 300px;
	}

	.home .section3 h2 {
		width: 44%;
		left: 0;
		bottom: -32px;
	}

	.home .section3 time {
		width: 50%;
		top: -80px;
		right: 14px;
	}

	.home .section3 .p1 {
		width: 70%;
		bottom: 170px;
		left: 160px;
	}
	.home .section3 .p2 {
		width: 70%;
		bottom: 120px;
		left: 160px;
	}
	.home .section3 .p3 {
		width: 70%;
		bottom: 58px;
		left: 160px;
	}
	.home .section3 .p4 {
		width: 70%;
		bottom: 28px;
		left: 160px;
	}

	/* =====================================================
	.section4 -> 札の辻
 ===================================================== */

	.home .section4 {
		height: 308px;
		/* 2024 */
		margin-top: 140px;
	}

	.home .section4 h2 {
		width: 80%;
		top: -22px;
		/*
		top: -22px;
		*/
		left: 0;
	}

	.home .section4 time {
		width: 78%;
		bottom: 96px;
		left: 14px;
	}

	.home .section4 .text {
		width: 70%;
		bottom: -15px;
		left: 14px;
	}

	/* =====================================================
		.section5 -> 両替町
	 ===================================================== */

	.home .section5 {
		height: 270px;
		margin-top: 140px;
	}

	.home .section5 h2 {
		width: 80%;
		top: -22px;
		left: 0;
	}

	/* 2023 */
	/* .home .section5 time {
		width: 52%;
		bottom: 62px;
		left: 14px;
	} */
	.home .section5 time {
		width: 78%;
		bottom: 72px;
		left: 14px;
	}

	.home .section5 .text {
		width: 75%;
		bottom: -15px;
		left: 14px;
	}

	/* =====================================================
	.section6 -> 協賛とか
 ===================================================== */

	.home .section6 {
		margin-top: 60px;
	}

	.home .section6 h2{
		width: 38%;
	}

	.home .section6 p{
		font-size: 18px;
	}

	.home .sns-row {
		display: flex;
		max-width: 240px;
		margin: 0 auto;
	}

	.home .sns {
		width: 33.333vw;
		margin: 10px;
	}

	.home .icon-fb {
		width: 30vw;
	}

	/* =====================================================
	.section7 -> アルティエ
 ===================================================== */

 .home .section7 {
	height: 308px;
	margin-top: 140px;
}

.home .section7 h2 {
	width: 80%;
	top: -22px;
	left: 0;
}

.home .section7 time {
	width: 78%;
	bottom: 96px;
	left: 14px;
}

.home .section7 .text {
	width: 70%;
	bottom: -15px;
	left: 14px;
}


/* =====================================================
	.section8 -> フードコート
 ===================================================== */

 .home .section8 {
	height: 308px;
	/* margin-top: 140px; */
	margin-top: 0;
}

.home .section8 h2 {
	width: 80%;
	top: -22px;
	left: 0;
}

.home .section8 time {
	width: 78%;
	bottom: 96px;
	left: 14px;
}

.home .section8 .text {
	width: 72%;
	bottom: -15px;
	left: 14px;
}

	/* =====================================================
	.section9 -> Veltiro
 ===================================================== */

	.home .section9 {
	height: 308px;
	margin-top: 140px;
}
	.home .section9 h2 {
		width: 80%;
		top: -22px;
		/*
		top: -22px;
		*/
		left: 0;
	}

	.home .section9 time {
		width: 78%;
		bottom: 96px;
		left: 14px;
	}

	.home .section9 .text {
		width: 70%;
		bottom: -15px;
		left: 14px;
	}

		/* =====================================================
		.section10 -> 創造舎
	 ===================================================== */

	 .home .section10 {
		height: 270px;
		margin-top: 140px;
	}

	.home .section10 h2 {
		width: 80%;
		top: -22px;
		left: 0;
	}

	/* 2023 */
	/* .home .section10 time {
		width: 52%;
		bottom: 62px;
		left: 14px;
	} */
	.home .section10 time {
		width: 78%;
		bottom: 72px;
		left: 14px;
	}

	.home .section10 .text {
		width: 75%;
		bottom: -15px;
		left: 14px;
	}

	/* =====================================================
	.icon-free .andmore
 ===================================================== */

	.home .icon-free {
		width: 18%;
		bottom: 26px;
		right: 20px;
		margin: 0;
		padding: 0;
	}

	.home .andmore {
		width: 20%;
		bottom: 0;
		right: 14px;
	}

	/* =====================================================
	footer
 ===================================================== */

	footer small {
		font-size: 14px;
	}
}







/* ================================================

前回データ引き継ぎ - .page

===================================================
	                 page-slug.php   list
	                 archive-news.php
	 ================================================ */
.page .title{
	padding: 0 1em;

}
/* jazzout（青葉シンボルロード） */
.page-id-9 .title {
	/* background: url(images/out-bg.png); 2022*/
	background-origin: border-box;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
}

/* 両替町 */
.page-id-427 .title {
	/* background: url(images/ryou-bg.png); 2022*/
	background-origin: border-box;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
}

/* 札の辻 */
.page-id-13 .title {
	/* background: url(images/fuda-bg.png); 2022*/
	background-origin: border-box;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
}

/* アルティエ
本番pageID：1662
開発pageID：1266
*/
.page-id-1266 .page-id-1662 .title {
	/* background: url(images/fuda-bg.png); 2022*/
	background-origin: border-box;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
}

.page .title h1 img{
	height: auto;
	max-width: 50%;
	/* position: relative; */
}

.page .band-list .day,
.page .shop-list .shops{
	font-size: 16px;
	margin-bottom: 3em;
}

.page .band-list .day h2,
.page .shop-list .shops h2{
	font-size: 22px;
	padding: .3em .1em .3em .5em;
	margin: 1em 0 .5em .6em;
	border-radius: 8px 8px 0 0;
	display: inline;
/* 	background: #ff0; */
  /* color: #fff; */
	color: #000;  /* 2022（白黒変更） #fff->#000 */
	border: 1px solid #d7000f; /* 2022 #ff0 -> #d7000f */
	border-bottom: none;
}
.page .band-list .day h3,
.page .shop-list .shops h3,
.news-list .news-item h3{
	font-size: 20px;
	padding: 0 0 .5em .5em;
	margin: 1em 0 .5em;
	border-left: 5px solid #d7000f; /* 2022 #ff0 -> #d7000f */
}
.page .band-list .day ul,
.page .shop-list .shops ul,
.news-list ul{
	list-style: none;
	padding: 1em 1em 0;
	border-top: 1px solid #d7000f; /* 2022 #ff0 -> #d7000f */
	margin-top: 3px;
}
/*
.page .band-list .day li,
.page .shop-list .shops li{

}
*/
.page .band-list .day a,
.page .shop-list .shops a{
	text-decoration: none;
}
.page .band-list .day p,
.page .shop-list .shops p,
.news-list .news-item p{
	margin: 0 1em;
	font-size: 16px;
}
.page .band-list .day p img,
.page .shop-list .shops p img{
	margin: 1em auto 0;
}

.page .band-list .detail,
.page .shop-list .detail{
	text-align: right;
	margin: 5px 0 20px;
	font-size: 12px;
	border-bottom: 1px dotted #550;
	padding-bottom: 1em;
}

.page .band-list .ad,
.page .shop-list .ad{
/*	width: 100%;
	max-width: 575px;
	display: block;
	*/
	display: flex;
	justify-content: center;
	margin: 1em 0 .5em;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px dotted #550;
	padding-bottom: 1em;
}

/* 2024 バンド、店舗一覧ページの途中の広告で一番最後の場合表示しない */
/* .page .band-list .ad:last-child,
.page .shop-list .ad:last-child{
	display: none;
} */


#page .detail a{
	color: #d7000f; /* 2022 #ff0 -> #d7000f */
	font-size: 12px;
	font-weight: bold;
}


/* ================================================
	                      shop & band
	 ================================================ */

.single .entry-header{
/*  display: none; */
	/* text-align: center; */
	padding: 0;
	margin: 0;
}
.single .entry-header img{
	/* max-width: 100%; */
	max-width: 50%;
	padding: 0 1rem;
}
.single .entry-content section{
	margin-top: 0;
}

.shop-name,
.band-name{
	font-size: 28px;
}
.entry-content h2{
	font-size: 16px;
	font-weight: bold;
	margin: 2em 0 0;
}
.entry-content h2{
	border-bottom: 1px solid #d7000f; /* 2022 #ff0 -> #d7000f */
	padding-bottom: .5em;
	margin-bottom: .5em;
}
/*
.entry-content h2:after{
	content: "《";
}
.entry-content h2:before{
	content: "》";
}
*/
.entry-content p{
	font-size: 16px;
	line-height: 1.6em;
	margin: 0;
}

.entry .entry-content .shop-image-main,
.entry .entry-content .band-image-main{
	width: 100%;
	max-width: 392px;
	/* border: 1px solid #550; 2022写真の枠線を目田なくするため*/
	border: 1px solid #fff;
	display: block;
	margin: auto;
}
.entry .entry-content .map-link{
	text-decoration: none;
}

/* 2024 */
.entry .entry-content > *,
.entry .entry-summary > * {
  margin: 0 0 32px 0;
  max-width: 100%;
}

@media screen and (min-width: 641px){
	.single .entry-header img{
		/* max-width: 72%; */
		max-width: 50%;
	}
}

/* ================================================
	                    チケットについて
	 ================================================ */
.entry-content .ticket-shop-list li,
.entry-content .ticket-shop-list a{
	font-size: 16px;
}


/* ================================================
	                    .page 追記
	 ================================================ */

.page h1,
.page h3,
.page h3 a,
.page p,
.page p a,
.page ul,
.page li a,
.category h1,
.category h3,
.category p,
.single-post h1,
.single-post h2,
.single-post h3,
.single-post p,
.single-post p a{
	/* color: #fff; */
	color: #000;  /* （白黒変更） #fff->#000 */
}

#primary .day .band-name a {
	/* color: #fff; */
	color: #000;  /* 2022（白黒変更） #fff->#000 */
}

/* page-id-159 -> jazzin */
/* page-id-2907 -> VELTIRO（本番） */
/* page-id-1518 -> VELTIRO（開発） */
.page-id-159 .entry-title,
.page-id-2907 .entry-title,
.page-id-1518 .entry-title{
	display: none;
}

.page-id-159 .has-small-font-size {
	margin-top: 0;
}

.category .entry .entry-title {
	text-align: center;
}

.page .band-list {
	margin-top: 10px;
}

/*以下の黄色の設定->*/
.page ul.tab {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #d7000f; /* 2022 #ff0 -> #d7000f */
	margin-bottom: 35px;
	padding: 0 4px;
}

.page li.day-title {
	float: left;
	cursor: pointer;
}

.page li.day-title h2 {
	font-size: 20px;
	padding: .3em .1em .4em .8em;
	margin: 1em 0 .5em .6em;
	border-radius: 8px 8px 0 0;
	display: inline;
	/* color: #fff; */
	color: #000;  /* 2022（白黒変更） #fff->#000 */
	line-height: 1;
	border: 1px solid #d7000f; /* 2022 #ff0 -> #d7000f */
	border-bottom: none;
}


@media screen and (max-width:374px) {
	.page li.day-title h2 {
		font-size: 18px;
	}
}

.page li.day-title.active h2 {
	color:#000;  /* 2022（白黒変更）で白黒入れ替えるとアクティブ状態で背景の白色と同化し見づらくなるため白くしない */
	background: #d7000f; /* 2022 #ff0 -> #d7000f */
}

.day-hide {
	display: none;
}

.page .band-list .day ul {
	padding: 0 1em;
	border-top: none;
}
