/*==================================
メインビジュアルの個別設定
==================================*/
#ContMainSlider {
background: url(../img/concert_header_202405.jpg) no-repeat center center;
background-size: cover;
}

#ContMainSlider .ContMainTitleBG {
background: -webkit-linear-gradient(left, rgba(30,92,128,0.8) 0%,rgba(30,92,128,0) 100%);
background: linear-gradient(to right, rgba(30,92,128,0.8) 0%,rgba(30,92,128,0) 100%);
}

/*==================================
ページコンテンツの設定
==================================*/
#PageCategoryWrapper form#pageCategory {
width: 100%;
}

#PageCategoryWrapper li {
	position: relative;
}

#PageCategoryWrapper li a i {
padding-right: 10px;
padding-left: 0;
top:0;
}

@media screen and (min-width: 1200px) {
#PageCategoryWrapper li a {
font-size: 0.85em;
padding-left: 19px;
padding-right: 19px;
}
}

@media screen and (max-width: 1200px) {
#PageCategoryWrapper li a {
font-size: 0.85em;
padding-left: 1.4vw;
padding-right: 1.4vw;
}
}


@media screen and (max-width: 980px) {
#PageCategoryWrapper li a {
font-size: 1.4vw;
}
}

@media screen and (max-width: 940px) {
#PageCategoryWrapper li a {
padding-left: 1.3vw;
padding-right: 1.3vw;
}
}

@media screen and (max-width: 900px) {
#PageCategoryWrapper li a {
}
}

@media screen and (max-width: 850px) {
#PageCategoryWrapper li a {
padding-left: 9px;
padding-right: 9px;
}
}

@media screen and (max-width: 820px) {
#PageCategoryWrapper li a {
padding-left: 7px;
padding-right:7px;
}
}

@media screen and (max-width: 800px) {
#PageCategoryWrapper li a {
padding-left: 5px;
padding-right:5px;
}
}

@media screen and (max-width: 750px) {
#PageCategoryWrapper li a {
padding-left: 5px;
padding-right:5px;
font-size: 0.9em;
}
}

/* コンサートカテゴリの選択 */
#PageCategoryWrapper li a i {
position: absolute;
right: -5px;
top:50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

#PageCategoryWrapper nav#concertCategory,
#PageCategoryWrapper nav#regularCategory {
position: absolute;
top:60px;
left: 0;
z-index: 10;
min-width: 220px;
	max-width: 260px;
	width: 200%;
background: rgba(255,255,255,0.95);
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
padding-top: 10px;
padding-bottom: 10px;
display: none;
}

#PageCategoryWrapper nav#concertCategory a,
#PageCategoryWrapper nav#regularCategory a {
display: block;
padding: 10px;
padding-left: 20px;
font-size: 0.85rem;
color: #222;
text-decoration: none;
	text-align: left;
	border: 0;
}

#PageCategoryWrapper nav#concertCategory a i,
#PageCategoryWrapper nav#regularCategory a i {
padding-right: 5px;
color: #2979A4;
		position: relative;
	right: inherit;
	top:inherit;
	transform: none;
}

#PageCategoryWrapper nav#concertCategory a:hover i,
#PageCategoryWrapper nav#regularCategory a:hover i {
padding-right: 3px;
padding-left: 2px;
color: #2979A4;
transition: all 0.3s ease;
}

#PageCategoryWrapper nav#concertCategory a:hover,
#PageCategoryWrapper nav#regularCategory a:hover {
color: #2979A4;
font-weight: 700;
}


/*==================================
コンサートタイトル
==================================*/
#ConcertTitle {
margin-bottom: 30px;
border-top: 5px solid #000;
display: inline-block;
}

#ConcertTitle h3 {
font-size: 1.3em;
line-height: 1.5;
}

#ConcertTitle h3 .cancel {
	color:#BE272D;
}

#ConcertTitle h3 span {
display: inline-block;
padding-left: 10px;
padding-right: 10px;
margin-left: 10px;
font-family: Georgia, "Times New Roman", Times, "serif";
color: #999;
font-size: 0.8em;
border-top: 5px solid #999;
padding-top: 10px;
position: relative;
top:-5px;
}

#ConcertTitle h3 span em {
position: relative;
top:5px;
font-style: italic;
}

@media screen and (max-width: 750px) {
#ConcertTitle {
font-size: 0.8em;
}
}

@media screen and (max-width: 320px) {
#ConcertTitle {
font-size: 0.65em;
}
}

/* シーズンタイトル */
.season_title {
padding-top: 20px;
border-bottom: 3px solid #CCC;
line-height: 1.7;
padding-bottom: 5px;
}

.season_title h4 {
font-family: 'Noto Serif JP', sans-serif;
color: #666;
font-weight: 700;
position: relative;
font-size: 1.2em;
letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
.season_title {
font-size: 0.9em;
}
}

/*==================================
コンサート一覧
==================================*/
/* コンサートボックス全体 */
#ConcertWrapper {
position: relative;
overflow: hidden;
padding-bottom: 40px;
}

#ConcertWrapper .innerBox {
padding-left: 20px;
padding-right: 20px;
}

/* 定期演奏会のみ */
.teikiLead {
padding-top: 20px;
font-size: 0.85rem;
line-height: 1.7;
padding-bottom: 20px;
}

.teikiLead p {
padding-bottom: 15px;
}

.teikiLead .linkBtn {
display: inline-block;
padding-right: 10px;
}

.teikiLead .linkBtn a {
background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(234,234,234,1) 100%); 
background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(234,234,234,1) 100%); 
padding: 8px;
padding-left: 10px;
padding-right: 10px;
border: 1px solid #DDD;
color: #222;
text-decoration: none;
}

.teikiLead .linkBtn a:hover {
background: #CCC;
}

.teikiLead .linkBtn a i {
padding-right: 3px;
color: #2979A5;
}

@media screen and (max-width: 800px) {
.teikiLead {
border-bottom: 1px dotted #999;
}
.teikiLead .linkBtn {
display: block;
padding-right:0;
padding-bottom: 10px;
width: 50%;
min-width: 290px;
margin: auto;
}
.teikiLead .linkBtn a {
display: block;
}
}

@media screen and (max-width: 320px) {
.teikiLead .linkBtn {
display: block;
padding-right:0;
padding-bottom: 10px;
width: 100%;
min-width:inherit;
margin: auto;
font-size: 0.9em;
}
}

#TicketInfo p.link01 {
padding-top: 10px;
}

#TicketInfo p.link01.regularBtn {
padding-bottom: 10px;
padding-top: 20px;
}

#TicketInfo p.link01 a {
background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(234,234,234,1) 100%); 
background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(234,234,234,1) 100%); 
padding: 8px;
padding-left: 10px;
padding-right: 10px;
border: 1px solid #DDD;
color: #222;
text-decoration: none;
}

#TicketInfo p.link01 a span {
display: inline-block;
background: url(../img/link01_arrow.png) no-repeat left center;
background-size: 1em;
padding-left: 1.4em;
}

#TicketInfo p.link01 a:hover {
background: #CCC;
}

#TicketInfo p.link01 a i {
padding-right: 3px;
color: #2979A5;
}

#TicketInfo a {
word-break: break-all;
}

.kitara_ticket {
border-top: 1px solid #EEE;
padding-top: 15px;
margin-top: 10px;
clear: both;
}

.kitara_ticket img {
height: 35px;
}

@media screen and (max-width: 375px) {
#TicketInfo p.link01 a {
font-size: 0.85em;
padding-left: 8px;
padding-right: 8px;
font-feature-settings : "palt" 1;
}
#TicketInfo p.link01 a i {
padding-right: 2px;
}
}


/*==================================
リードボックス 2019.4.9
==================================*/
.concert_lead_flexbox {
display: flex;
justify-content:space-between;
flex-wrap: wrap;
background: #F8F8F8;
border: 1px solid #CCC;
padding: 1.2em;
}

@media screen and (max-width: 750px) {
.concert_lead_flexbox {
display: block;
}
}

/* イメージ画像 */
.concert_lead_img {
width: 20%;
}

.concert_lead_img.teiki {
width: 30%;
}

@media screen and (max-width: 750px) {
.concert_lead_img,
.concert_lead_img.teiki {
width: 60%;
margin: auto;
padding-bottom: 10px;
}
}

.concert_lead_img img {
display: block;
border: 1px solid #CCC;
box-sizing: border-box;
}

.concert_lead_text {
width: 78%;
}

.concert_lead_text.teiki {
width: 68%;
}

@media screen and (max-width: 750px) {
.concert_lead_text,
.concert_lead_text.teiki {
width: 100%;
}
}

.concert_lead_text h5 {
font-size: 1.4em;
font-weight: 700;
margin-bottom: 10px;
color: #2979A4;
border-bottom: 2px solid #2979A4;
}

.concert_lead_text dl {
overflow: hidden;
padding-bottom: 10px;
}

.concert_lead_text dt {
width: 170px;
float: left;
font-weight: 700;
}

@media screen and (max-width: 750px) {
.concert_lead_text dt {
width: 100%;
float:none;
}
}

.concert_lead_text dd {
margin-left: 180px;
}

@media screen and (max-width: 750px) {
.concert_lead_text dd {
margin-left: 0;
padding-bottom: 10px;
}
}

.concert_lead_text dd a {
color: #2979A4;
}

.concert_lead_text dd a i {
padding-right: 3px;
opacity: 0.5;
}

.concert_lead_text span {
display: block;
clear: both;
padding-bottom: 20px;
}

.concert_lead_text p {
margin: 0;
padding: 0;
}

.concert_lead_text ol {
margin: 0;
padding: 0;
margin-left: 1.4em;
margin-bottom: 20px;
}

.concert_lead_text ol a {
color: #2979A4;
}

.concert_lead_text ol a i {
padding-right: 3px;
opacity: 0.5;
}


.teikiLead .concert_lead_text .linkBtn a {
background: #2979A4;
border: 1px solid #2979A4;
color: #FFF;
text-decoration: none;
border-radius: 3px;
box-shadow: 0 2px 0 rgba(40, 121, 164,0.3);
}

.teikiLead .concert_lead_text .linkBtn a i {
color: #FFF;
opacity: 0.5;
}



/* コンサート一覧用ボックス */
.ConcertListWrapper {
overflow: hidden;
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 1px dotted #999;
}

#ConcertWrapper .ConcertListWrapper:last-child {
border-bottom: 0;
}

.ConcertListWrapper a {
text-decoration: none;
color: #222;
display: block;
overflow: hidden;
padding: 3px;
}

.ConcertListWrapper .ConcertPhoto {
width: 240px;
height: 240px;
overflow: hidden;
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
float: left;
box-sizing: border-box;
}

.ConcertListWrapper .ConcertPhoto img {
display: block;
transition: all 0.3s ease;
width: 100%;
}

.ConcertListWrapper .ConcertText {
margin-left: 260px;
line-height: 1.7;
}

/* コンサートのカテゴリ */
.ConcertListWrapper .ConcertText em {
font-size: 0.8em;
font-weight: 700;
padding-bottom: 1px;
border-bottom: 2px solid #999;
color: #999;
}

/* カテゴリ：定期演奏会 */
.ConcertListWrapper .ConcertText em.cat_01 {
color: #993300;
border-bottom: 2px solid #993300;
}

/* カテゴリ：札響名曲シリーズ */
.ConcertListWrapper .ConcertText em.cat_02 {
color: #669966;
border-bottom: 2px solid #669966;
}

/* カテゴリ：札響特別演奏会 */
.ConcertListWrapper .ConcertText em.cat_03 {
color: #d68284;
border-bottom: 2px solid #d68284;
}

/* カテゴリ：東京公演 */
.ConcertListWrapper .ConcertText em.cat_03 {
color: #2476a6;
border-bottom: 2px solid #2476a6;
}

/* カテゴリ：その他のコンサート */
.ConcertListWrapper .ConcertText em.cat_05 {
color: #cccc00;
border-bottom: 2px solid #cccc00;
}

/* 月別表示 */
#ArchiveTitle strong {
background: #222;
padding: 15px;
padding-left: 20px;
padding-right: 20px;
font-size: 1.2rem;
color: #FFF;
display: inline-block;
font-weight: 500;
}

/* 月別表示部分のリンク */
#ArchiveLinkPrev,
#ArchiveLinkNext {
display: inline-block;
font-size: 1.2rem;
margin-left: -3px;
}

#ArchiveLinkPrev a,
#ArchiveLinkNext a {
display: inline-block;
padding: 15px;
color: #FFF;
background: #CCC;
}

#ArchiveLinkPrev a:hover,
#ArchiveLinkNext a:hover {
background: #2979A5;
}

.ConcertListWrapper .ConcertText h4 {
font-size: 1.2em;
font-weight: 700;
padding-top: 5px;
}

.ConcertListWrapper .ConcertText h4 .cancel {
	color: #BE272D;
}

.ConcertListWrapper .ConcertText ul {
padding-bottom: 5px;
}

.ConcertListWrapper .ConcertText li {
font-size: 0.9em;
font-weight: 700;
font-feature-settings : "palt" 1;
}

.ConcertListWrapper .ConcertText li i {
padding-right: 5px;
color: #999;
}

.ConcertListWrapper .ConcertText li i.fa-map-marker {
padding-left: 3px;
padding-right: 8px;
}

.ConcertListWrapper .ConcertText p {
font-size: 0.75em;
line-height: 1.6;
padding-bottom: 5px;
}

.ConcertListWrapper .ConcertText p br {
display: none;
}

.ConcertListWrapper .ConcertText .MoreBtn {
display: inline-block;
background: #000;
color: #FFF;
text-decoration: none;
padding: 10px;
box-shadow: 0 2px 0 rgba(0,0,0,0.3);
border-radius: 3px;
font-size: 0.8em;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 10px;
}

.ConcertListWrapper .ConcertText .MoreBtn i.fa-caret-right {
padding-left: 5px;
}

.ConcertListWrapper a:hover .MoreBtn {
background: #0071BC;
transition: all 0.3s ease;
}

.ConcertListWrapper a:hover img {
transform: scale(1.03);
opacity: 0.8;
}

@media screen and (max-width: 750px) {
.ConcertListWrapper .ConcertPhoto {
width: 300px;
height: 250px;
overflow: hidden;
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
float: none;
margin: auto;
}
.ConcertListWrapper .ConcertText {
margin-left: 0;
padding-top: 15px;
line-height: 1.6;
font-size: 0.9em;
}
.ConcertListWrapper .ConcertText li {
line-height: 1.7em;
font-size: 0.9em;
}
.ConcertListWrapper .ConcertText .MoreBtn {
display: block;
width: 80%;
margin: auto;
margin-top: 10px;
text-align: center;
position: relative;
}
.ConcertListWrapper .ConcertText .MoreBtn i.fa-caret-right {
padding-left: 0;
position: absolute;
top:50%;
right: 10px;
transform: translateY(-50%);
}
}

@media screen and (max-width: 320px) {
.ConcertListWrapper .ConcertPhoto {
width: 250px;
height: 250px;
overflow: hidden;
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
float: none;
margin: auto;
}
}

/* コンサートアーカイブ */
#CondertArchive {
background: #F1F1F1;
padding: 20px;
}

#CondertArchive h2 {
font-size: 1em;
font-weight: 700;
line-height: 1.3;
}

#CondertArchive h2 div {
border-bottom: 1px solid #222;
width: 30px;
padding-top: 1em;
}

#CondertArchive ul {
overflow: hidden;
padding-top: 30px;
}

#CondertArchive li {
width: 25%;
float: left;
line-height: 2em;
}

@media screen and (max-width: 750px) {
#CondertArchive ul {
padding-top: 15px;
}
#CondertArchive li {
width: 50%;
line-height: 1.8em;
}
}

#CondertArchive li a {
color: #222;
text-decoration: none;
display: block;
font-size: 0.85em;
}

#CondertArchive li a:hover {
text-decoration: underline;
}

#CondertArchive li a i {
padding-right: 5px;
}

/*==================================
コンサート詳細
==================================*/
/* タイトル（全体） */
#ConcertTtitle {
position: relative;
padding-top: 20px;
padding-bottom: 20px;
overflow: hidden;
}

/* 開催日 */
#ConcertDate {
min-width: 90px;
background: #666;
color: #FFF;
text-align: center;
font-size: 0.9em;
padding-top: 12px;
padding-bottom: 12px;
line-height: 1.3;
float: left;
overflow: hidden;
}

#ConcertDate strong {
display: block;
font-size: 1.6em;
font-family: 'Oswald', sans-serif;
font-weight: 300;
}

#ConcertDate .DateBox {
float:left;
padding-left: 10px;
padding-right:10px;
margin-top: 5px;
}

#ConcertDate .DateBox.hBorder {
border-left: 1px solid #999;
}

#ConcertDate span {
display: block;
font-size: 0.8em;
}

/* タイトル */
#ConcertTtitle h3 {
margin-left: 110px;
font-size: 1.3em;
line-height: 1.7;
font-weight: 700;
padding-left: 20px;
}

#ConcertTtitle h3 .cancel {
	color: #BE272D;
}

#ConcertTtitle h3 span {
display: block;
font-size: 0.7em;
font-weight: 400;
padding-left: 1.4em;
text-indent: -0.7em;
padding-bottom: 5px;
line-height: 1.5;
}

#ConcertTtitle h3 span i {
color: #BE272D;
padding-right: 4px;
}

#ConcertTtitle h3 span i.fa-map-marker {
padding-left: 2px;
padding-right: 7px;
}

/* SNSボックス*/
#SNSbtnWrapper {
position: absolute;
top: 20px;
right: 0;
}
#SNSbtnWrapper li {
display: inline-block;
padding-right: 5px;
}

#SNSbtnWrapper a {
border: 1px solid #CCC;
display: block;
padding: 3px;
padding-left: 7px;
padding-right: 7px;
color: #777;
font-size: 0.8em;
text-decoration: none;
border-radius: 3px;
}

#SNSbtnWrapper a i {
padding-right: 5px;
}

#SNSbtnWrapper a:hover {
background: #3462A8;
border: 1px solid #3462A8;
color: #FFF;
}

#SNSbtnWrapper a.TW:hover {
background: #009EED;
border: 1px solid #009EED;
}

#ConcertLead {
overflow: hidden;
padding-bottom: 40px;
}

/*==================================
記事画像
==================================*/
/* 画像ボックス */
#ConcertPhotoBox_wrapper {
width: 300px;
float: right;
}

#ConcertPhotoBox {
padding-bottom: 40px;
}

.flickity-viewport{
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#ConcertPhotoBox div {
width: 100%;
max-height: 500px;
margin-right: 0;
transition: height 0.3s ease;
position: relative;
}

#ConcertPhotoBox div img {
position: relative;
z-index: 1;
display: block;
width: 100%;
/*min-height: 300px;*/
}

/* cell number */
#ConcertPhotoBox div:before {
display: block;
text-align: center;
content: counter(carousel-cell);
color: #FFF;
font-size: 0;
height: 1px;
}

/* 選択時のスタイル */
#ConcertPhotoBox div.is-selected {
opacity: 1;
}

#ConcertPhotoBox .flickity-page-dots {
bottom:15px;
display:block;
visibility: visible;
}

/* 印刷用PDF */
.concert_pdf_wrapper {
padding-top: 20px;
padding-bottom: 40px;
}

.concert_pdf_box {
padding-bottom: 10px;
max-width: 250px;
margin: auto;
}

.concert_pdf_box a {
display: block;
background: #DDD;
box-shadow: 0 2px 0 rgba(0,0,0,0.05);
padding: 10px;
font-size: 0.85em;
text-align: center;
border-radius: 3px;
color: #222;
text-decoration: none;
}

.concert_pdf_box a span {
display: inline-block;
background: url(../img/PDFicon.png) no-repeat left center;
background-size: 1.6rem;
padding-left: 1.9rem;
font-weight: 700;
}



/* 曲目・演者 */
#ConcertInfo {
margin-right: 320px;
line-height: 1.7;
font-size: 0.9em;
}

#ConcertInfo h4 {
font-size: 1.2em;
font-weight: 700;
padding-bottom: 7px;
border-bottom: 1px solid #222;
margin-bottom: 10px;
line-height: 1.5;
padding-top: 30px;
}

#ConcertInfo h4:first-child {
padding-top: 10px;
}

#ConcertInfo p {
padding-bottom: 5px;
}

#ConcertInfo p br {
display: none;
}

#ConcertInfo table {
padding-bottom: 10px;
}

#ConcertInfo th {
text-align: left;
white-space: nowrap;
vertical-align: top;
font-weight: 400;
padding-bottom: 10px;
padding-right: 20px;
}

#ConcertInfo th br {
display: none;
}

#ConcertInfo td {
text-align: left;
vertical-align: top;
padding-bottom: 10px;
}

#ConcertInfo td em {
border-left: 1px dotted #CCC;
display: block;
padding-left: 20px;
}

#ConcertInfo dl {
overflow: hidden;
padding-bottom: 20px;
}

#ConcertInfo span.listDisc {
display: inline-block;
padding-right: 5px;
color: #2979A5;
}

/* dtがない場合は幅100%に */
#ConcertInfo dd.empty {
margin-left: 0;
}

#ConcertCaption a {
color: #222;
font-weight: 500;
}

#ConcertCaption a:hover {
text-decoration: none;
}

#ConcertCaption p br {
display: block;
}


/* その他の情報 */
#ConcertOtherText {
clear: both;
position: relative;
overflow: hidden;
background: #F1F1F1;
padding: 15px;
line-height: 1.7;
font-size: 0.85em;
margin-bottom: 40px;
margin-top: 20px;
transition: all 0.3s ease;
}

#ConcertOtherText.close {
height: auto;
overflow: hidden;
transition: all 0.3s ease;
}

#ConcertOtherText .ConcertOtherPhoto {
width: 150px;
float: right;
padding-left: 15px;
padding-bottom: 15px;
font-size: 0.7em;
text-align: center;
}

#ConcertOtherText h4 {
font-size: 1.2em;
font-weight: 700;
}

#ConcertOtherText hr {
clear: both;
margin-top: 10px;
margin-bottom: 10px;
}

/* 続きを読む */
#readMoreBtnWrapper {
position: absolute;
bottom:0;
left: 0;
width: 100%;
}

#readMoreBtnWrapper.w800 {
display: none;
}

#readMoreBtn {
position: absolute;
z-index: 1;
bottom:20px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

#readMoreBtn i {
padding-right: 5px;
opacity: 0.7;
}

#readMoreBtn span {
display: inline-block;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
background: #666;
border-radius: 3px;
line-height: 1.3;
color: #FFF;
box-shadow: 0 2px 4px rgba(0,0,0,0.4);
cursor: pointer;
}

#readMoreBtn span.close {
display: none;
}

#readMoreBtn.open span.close {
display: block;
}
#readMoreBtn.open span.open {
display: none;
}

#readMoreGrad {
width: 100%;
height: 100px;
position: absolute;
bottom:0;
left: 0;
background: -webkit-linear-gradient(top, rgba(241,241,241,0) 0%,rgba(241,241,241,1) 100%);
background: linear-gradient(to bottom, rgba(241,241,241,0) 0%,rgba(241,241,241,1) 100%);
border-bottom: 40px solid #F1F1F1;
}

@media screen and (max-width: 800px) {
#ConcertTtitle {
padding-bottom: 40px;
margin-bottom: 20px;
}
#ConcertDate {
min-width: 70px;
font-size: 0.7em;
padding-top: 10px;
padding-bottom: 10px;
}

#ConcertDate .DateBox {
float: none;
margin: auto;
}

#ConcertDate .DateBox.hBorder {
border-left: 0;
padding-top: 5px;
}

#ConcertDate .DateBox.hBorder strong {
border-top: 1px solid #999;
padding-top: 5px;
}

#ConcertTtitle h3 {
margin-left: 75px;
font-size: 1.2em;
line-height: 1.5;
padding-left: 15px;
}
#SNSbtnWrapper {
margin-left: 0;
padding-top: 0;
clear: both;
position: absolute;
top: inherit;
right: 0;
bottom:5px;
}
#ConcertPhotoBox_wrapper {
width: 90%;
float: none;
margin: auto;
}
#ConcertPhotoBox {
padding-bottom: 40px;
}
#ConcertPhotoBox .flickity-page-dots {
bottom:10px;
}
#ConcertInfo {
margin-right: 0;
line-height: 1.7;
font-size: 0.9em;
}

#ConcertInfo th {
width: 100%;
display: block;
box-sizing: border-box;
padding-bottom: 0;
padding-right:0;
font-weight: 700;
}

#ConcertInfo td {
width: 100%;
display: block;
box-sizing: border-box;
}

#ConcertInfo td em {
border-left: 0;
padding-left: 0;
}

#ConcertCaption h4 br {
display: none;
width:  inherit
}
#ConcertOtherText .ConcertOtherPhoto {
width: 150px;
margin: auto;
float: none;
padding: 0;
padding-bottom: 10px;
}

#ConcertOtherText.close {
height: 400px;
overflow: hidden;
padding-bottom: 60px;
}
#ConcertOtherText.open {
height: auto;
padding-bottom: 15px;
}
#ConcertOtherText.read_open {
padding-bottom: 60px;
}
}

/* チケット情報 */
#TicketInfoWrapper {
background: rgba(0,166,154,0.1);
padding-top: 20px;
padding-bottom: 20px;
padding: 20px;
}

#TicketInfoWrapper h2 {
font-size: 1em;
font-weight: 700;
line-height: 1.3;
}

#TicketInfoWrapper h2 div {
border-bottom: 1px solid #222;
width: 30px;
padding-top: 1em;
}

#TicketInfo {
padding-top: 30px;
font-size: 0.9em;
line-height: 1.6;
}

#TicketInfo th {
background: rgba(0,166,154,1);
color: #FFF;
padding: 10px;
font-weight: 400;
text-align: left;
width: 120px;
}

#TicketInfo td {
background:#FFF;
padding: 10px;
text-align: left;
}

#TicketInfo td a {
color: #2979A5;
font-weight: 500;
}

#TicketInfo td a:hover {
text-decoration: none;
}

#TicketInfo td dl {
overflow:hidden;
border-bottom: 1px solid #EEE;
padding-top: 10px;
padding-bottom: 10px;
line-height: 30px;
}

#TicketInfo td dl:first-child {
padding-top: 0;
}

#TicketInfo td dl:last-child {
border-bottom: 0;
padding-bottom: 0;
}

#TicketInfo td dt {
width: 40%;
float: left;
}

#TicketInfo td dt .link01,
#TicketInfo td dt .link01 strong {
display:inline;
}

#TicketInfo td dt .link01 a {
display: none;
}

#TicketInfo td dd {
width: 58%;
float: right;
}

#TicketInfo td dd img {
height: 30px;
display: block;
}

#TicketInfo .ConcertLogoArea img {
max-height: 45px;
max-width: 160px;
vertical-align: middle;
padding-right: 20px;
float: none !important;
display: inline-block !important;
margin: 0 !important;
}

@media screen and (max-width: 750px) {
#TicketInfoWrapper {
padding-left: 0;
padding-right: 0;
}

#TicketInfo th,
#TicketInfo td{
display: block;
width: 100%;
box-sizing: border-box;
}
#TicketInfo td dt,
#TicketInfo td dd {
width: 100%;
float: none;
text-align: center;
}
#TicketInfo td dd img {
margin: auto;
}
#TicketInfo .ConcertLogoArea img {
max-height: 45px;
max-width: 160px;
vertical-align: middle;
padding-right: 0;
display: block;
padding-bottom: 10px;
}
#TicketInfo td {
padding: 15px;
}
}

/* 前のページに戻る */
#ConcertEntryBackBtn {
padding: 40px;
text-align: center;
max-width: 400px;
margin: auto;
}

#ConcertEntryBackBtn a {
display: inline-block;
background: #000;
color: #FFF;
text-decoration: none;
padding: 15px;
padding-right: 25px;
box-shadow: 0 2px 0 rgba(0,0,0,0.3);
border-radius: 3px;
font-size: 0.9em;
}

#ConcertEntryBackBtn a i {
padding-right: 20px;
}

#ConcertEntryBackBtn a:hover {
background: #0071BC;
transition: all 0.3s ease;
}

/* シーズンごと */
.season_wrapper {
overflow: hidden;
padding-bottom: 40px;
}


/*==================================
コンサートを見るためにはページのアイコン
==================================*/
.sec_title,
.sec_subtitle {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.sec_title .sec_title_icon,
.sec_subtitle .sec_subtitle_icon {
	padding-right: 10px;
}

.sec_title .sec_title_icon ul,
.sec_subtitle .sec_subtitle_icon ul {
	display: flex;
	flex-wrap: wrap;
}

.sec_title .sec_title_icon li {
	width: 5rem;
	padding-right: 0.2rem;
}

@media screen and (max-width: 750px) {
.sec_title .sec_title_icon li {
	width: 3rem;
	padding-right: 0.2rem;
}
}

.sec_subtitle .sec_subtitle_icon li {
	width: 3rem;
	padding-right: 0.2rem;
}

@media screen and (max-width: 750px) {
.sec_subtitle .sec_subtitle_icon li {
	width: 2rem;
	padding-right: 0.2rem;
}
}

#RegularWrapper .sec_title .sec_title_icon li,
#RegularWrapper .sec_subtitle .sec_subtitle_icon li {
	list-style: none;
    margin-left: 0;
    padding-bottom: 0;
}

/* 定期演奏会 */
#RegularWrapper h3.icon_title {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	padding-left:3.3rem;
}

.icon_teiki_repeat {
	background-image: url(../ticket_icon/teiki/repeat.png);
}

.icon_teiki_50off {
	background-image: url(../ticket_icon/teiki/50off.png);
}

.icon_teiki_special {
	background-image: url(../ticket_icon/teiki/special.png);
}
