@charset "utf-8";

@media all and (min-width: 768px){

.pc_con {
	display: none;
}
.sp_con {
	display: block;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}


/*====================
 +メインビジュアル
====================*/
#main {
	background: #000;
	width: 100%;
	min-width: 1000px;
}
#main .wrapper {
	height: 358px;
	width: 960px;
	margin: 0 auto;
	background: url(../images/contents/ph_main.jpg) no-repeat top center;
}
#cornermain {
	
}

/*====================
 +ニュース
====================*/
.newsWrap {
	width: 200px;
	/*width: 230px;*/
	height: 328px;
	padding: 15px 20px;
	margin: -358px 20px 0 740px;
	/*margin: -358px 20px 0 710px;*/
	line-height: 1.5;
	/*
	width: 960px;
	height: 358px;
	margin: -358px auto 0;
	padding: 0 20px;
	position: relative;
	*/
}

.newsWrap #news,
.newsWrap #news2 {
	/*position: absolute;
	right: 20px;
	bottom: 0px;*/
	/*width: 210px;*/
	width: 180px;
	margin: 0 10px;
	padding: 7px 10px;
	/*角丸*/
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(/common/css/PIE.htc) ; /*IE*/
}
.newsWrap #news li,
.newsWrap #news2 li {
	color: #BFB6A2;
	font-size: 84%;
}
.newsWrap #news li h3,
.newsWrap #news2 li h3 {
	border-bottom: 1px solid #736E62;
	margin-bottom: 6px;
	padding-bottom: 2px;
}
/*
.newsWrap #news li a {
	color: #BFB6A2;
	text-decoration: none;
	margin-left: -0.5em;
	padding: 0.5em;
}
.newsWrap #news li a:hover {
	background-color:rgba(255,255,255,0.2);
	color: #fff;
	text-decoration: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	behavior: url(/common/css/PIE.htc) ; 
}
*/

.newsWrap a {
	color: #BFB6A2;
	text-decoration: none;
}
.newsWrap a:hover #news,
.newsWrap a:hover #news2 {
	background-color:rgba(255,255,255,0.2);
}
.newsWrap a:hover {
	color: #fff;
	text-decoration: none;
}

.newsWrap #news li span.detail {
	display: none;
}
.newsWrap img {
	padding: 3px 0;
	width: 180px;
}
.newsWrap .notes {
	text-align: right;
	font-size: 11px;
	padding: 6px 0 0;
	color: #BFB6A2;
}
.newsWrap #news li .btn_amazon {
	width: 180px;
}
.newsWrap .fa.fa-arrow-right {
	 font-size: 12px;
	 width: 14px;
	 text-align:left;
	 margin-right: 0em;
}

/*
.newsWrap .newsBnr {
	position: absolute;
	right: 0px;
	bottom: 8px;
	width: 210px;
	padding: 0 10px;
	z-index: 98;
}
.newsWrap .newsBnr p img {
	margin: 0 0 0;
	width: 100%;
}
*/


/*====================
 +コンテンツ
====================*/

.honmon p {
	margin: 1.8em 0px;
}


/* --- .msgBox ---------------- */
#top #contents {
	margin: 0 auto 0;
}

#contents .msgBox {
	margin: 100px auto 0;
	/*margin: 60px auto 0;*/
	padding: 0 10px 80px; 
	border-bottom: 1px dotted #ccc;
	/*width: 580px;*/
}
#contents .msgBox .msg {
	/*width: 580px;*/
	text-align: left;
	margin: 0 auto 40px; 
}
#contents .msgBox .msg > p {
	/*text-align: left;*/
}
#contents .msgBox p {
	font-size: 15px;
	line-height: 2;
	margin: 1em 0;
	/*text-align: left;*/
}
#contents .msgBox iframe {
	border: 10px solid #e2e2e2;
}
#contents .msgBox .olNormal li {
	font-size: 15px;
	line-height: 2;
	margin-top: 1em;
	margin-bottom: 1em;
}

#contents .msgBox .set20240716 {
	max-width: 600px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents .msgBox .set20220121 {
	max-width: 800px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents .msgBox .set20220121 figure:nth-child(1) {
	width: 69.2%;
}
#contents .msgBox .set20220121 figure:nth-child(2) {
	width: 30.8%;
}


/* --- #topinfo ---------------- */
/*
#contents #topinfo {
	margin: -168px 0 60px !important;
	padding-top: 0;
}
*/
#contents #topinfo {
	margin: 40px 0 60px !important;
	padding-top: 0;
}

#topinfo .topinfoLeft {
	float: left;
	width: 470px;
}
#topinfo .topinfoLeft .cd_jacket .phCdJacket {
	text-align: left !important;
}
#topinfo .topinfoLeft .top_honmon_box {
	margin-left: 10px;
}

/*CDジャケット-------------*/
.cd_jacket {
	margin-bottom: 60px;
	padding: 0 10px;
	width: 100%;	
}
.phCdJacket {
	width:200px;
	margin: 0 auto;
	/*border: 2px solid #FFF;*/
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	behavior: url(/home/common/css/PIE.htc); /*IE*/
}
.cd_jacket h2 {
	margin-top: 20px;
	padding: 0 2px;
}

#discography .cd_jacket {
	text-align: center;
}

.top_honmon_box .discographyList {
	margin-top: 0px;
}
.top_honmon_box .discographyList .imgBox {
	text-align: center;
	margin-bottom: 20px;
}
.top_honmon_box .discographyList .txtBox {
	margin-bottom: 20px;
	text-align: center; /*text-align: left;*/
}
.top_honmon_box .discographyList .txtBox .category  {
	text-align: center
}
.top_honmon_box .discographyList .txtBox .category span  {
	text-align: center;
	
}
.top_honmon_box .discographyList .txtBox h3.topH3 {
	font-size: 26px;
	text-align: center;
}
.top_honmon_box .discographyList .txtBox .release {
	font-size: 12px;
	/*color: #666;
	margin-bottom: 1em;*/
	text-align: center;
}
.top_honmon_box .discographyList .txtBox .catch {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 1em;
	text-align: left;
	/*text-align: center;*/ 
}
.top_honmon_box .discographyList .txtBox .programHead {
	display: block;
	border-top: 1px solid #d4cfc6;
	border-right: none;
	border-left: none;
	border-bottom: 1px dotted #d4cfc6;
	text-align: center;
	padding: 0.5em 5em;
}
.top_honmon_box .discographyList .txtBox ol.program {
	background-color: inherit;
	border-bottom: 1px solid #d4cfc6;
	margin-bottom: 0.5em;
	text-align: left;
}
.top_honmon_box .discographyList .txtBox ol.program li {
	float: none;
	padding: 0.2em 2em 0.2em 0;
	list-style: decimal inside;
}
.top_honmon_box .discographyList .txtBox ol.program li span {
	display:inline;
	vertical-align: top;
}
.top_honmon_box .discographyList .txtBox li.odd,
.top_honmon_box .discographyList .txtBox li:nth-child(2n+1) {
	background-color: inherit;
}

#topinfo .fbBox {
	float: right;
	width: 450px;
	height: 820px;
	margin: 0;
}
#topinfo .fbBox .fb-page {
	
}


/*ディスコグラフィー*/
#discography .discographyList {
	border-bottom: 2px solid #d4cfc6;
	margin-bottom: 25px;
	padding-bottom: 10px;
}
#discography .discographyList .imgBox {
	width: 240px;
	float: left;
	clear: both;
}
#discography .discographyList .txtBox {
	width: 320px;
	float: right;
	clear: none;
	margin-right: 20px;
}

.discographyList .txtBox .category span {
	display: inline-block;
	background: #03356c;
	color: #fff;
	width: 80px;
	text-align: center;
	font-size: 11px;
	padding: 0.1em 0.8em;
	margin-bottom: 10px;
}
.discographyList .txtBox h3.topH3 {
	font-size: 20px;
	line-height: 1.4; /*1.2*/
	color: #888;
	font-weight: normal;
	margin-bottom: 20px;
}
.discographyList .txtBox h3.topH3 a {
	color: #888;
	text-decoration: none;
}
.discographyList .txtBox h3.topH3 a:hover {
	color: #bbb;
	text-decoration: none;
}
.discographyList .txtBox h3.topH3 span {
	display: block;
	font-size: 14px;
}
.discographyList .txtBox .release {
	font-size: 10px;
	color: #666;
	margin-bottom: 1em;
	text-align: left;
}
.discographyList .txtBox .catch {
	margin-bottom: 1em;
	text-align: left;
}
.discographyList .txtBox .programHead {
	display: inline-block;
	border: 1px solid #d4cfc6;
	border-bottom: none;
	font-size: 11px;
	padding: 0 0.8em;
	text-align: left;
}
.discographyList .txtBox ol.program {
	border-bottom: 1px solid #d4cfc6;
	background: #fff;
	margin-bottom: 0.5em;
	text-align: left;
}
.discographyList .txtBox ol.program li {
	font-size: 11px;
	padding: 0.2em 0.8em;
	list-style: decimal inside;
}
.discographyList .txtBox ol.program li span {
	display:inline-block;
	vertical-align: top;
}
.discographyList .txtBox li.odd,
.discographyList .txtBox li:nth-child(2n+1) {
	background: #f5f4f0;
}
.discographyList .link {
	clear: both;
}
.discographyList .link .btn_amazon,
.discographyList .link .btn_txt {
	height: 23px;
	line-height: 23px;
	display: inline-block;
	padding: 0 12px !important;
	margin: 8px 2px !important;
	width: 100px;
	vertical-align: bottom;
}
.discographyList a,
.discographyList a:active {
	color: #0085b9;
	text-decoration: underline;
	}
.discographyList a:hover {
	color: #2594e2;
	text-decoration: none;
	}


/*コンサート*/
#concert table#schedule {
	/*width: 800px;*/
	width: 100%;
	border-bottom: 1px solid #c4bba2;
}
#concert table#schedule tr {
	border-top: 1px solid #c4bba2;
}
#concert table#schedule th {
	font-size: 11px;
	border-bottom: 1px dobble #c4bba2;
	border-left: 1px dotted #E6DCBE;
	background: #d4d1c8;
	color: #7e7868;
	padding: 0 5px;
}
#concert table#schedule th:first-child {
	border-left: none;
}
#concert table#schedule td {
	padding: 30px 10px 15px;
	vertical-align: top;
}
#concert table#schedule tr td:nth-child(3),
#concert table#schedule tr td:nth-child(4) {
	white-space: nowrap;
}
#concert table#schedule tr th:last-child {
	white-space: nowrap;
}

#concert table#schedule td.date {
	font-weight: normal;
	text-align: left;
	background: #F7F8EF;
	border-left: none;
	width: 150px; /*180px*/
}
#concert table#schedule td.date .mm {
	display: block;
	float: left;
	clear: both;
	width: 40px;
}
#concert table#schedule td.date .dd {
	display: block;
	float: left;
	clear: none;
	width: 110px;
}
#concert table#schedule td.place {
	/*width: 400px;*/
	min-width: 290px;
	padding: 30px 20px 15px;
}
#concert table#schedule td.place .concertTitle {
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 0.8em;
}
#concert table#schedule td.place .imgBox {
	margin: 8px 0;
	text-align: center;
}
#concert table#schedule .idt4 {
	text-indent: -4em;
	padding-left: 4em;
}
#concert table#schedule .idt5 {
	text-indent: -5em;
	padding-left: 5em;
}
#concert table#schedule .idt6 {
	text-indent: -6em;
	padding-left: 6em;
}
#concert table#schedule .idt7 {
	text-indent: -7em;
	padding-left: 7em;
}

#concert table#schedule td.inquiry p {
	displlay: block;
}
#concert table#schedule td.inquiry p.tel a {
	cursor: default;
	text-decoration: none;
	white-space: nowrap;
	color: #333;
}
#concert table#schedule td.inquiry p.email a {
	text-decoration: none;
	white-space: nowrap;
	letter-spacing: -0.08em;
}
#concert table#schedule td {
	border-left: 1px dotted #E6DCBE;
}
#concert table tr.past td {
	color: #666;
	background: #fff;
}
#concert table tr.past td.date {
	background: #e8e8de !important;
}
#concert table tr.past td.inquiry p.tel a {
	color: #666 !important;
}
#concert table#schedule td p.comment {
	color: #0b3ea0;
	margin-top: 2em;
}
#concert table#schedule td:nth-child(4) {
	text-align: center;
}
#concert h3.pastYear {
	margin-top: -40px;
	margin-bottom: 17px;
	text-align: center;
}
#concert .concertBack {
	text-align: center;
	margin-top: 1.5em;
}
#concert .pastLink {
	margin-top: 1.5em;
}

/*曲目解説menu*/
#concert table .programInfo {
	margin-top: 2em;
}
#concert table .programInfo p {
	line-height: 1.4;
	margin: 1.5em 0;
}
#concert table .programInfo a {
	text-decoration: none;
}
#concert table .programInfo a:hover {
	text-decoration: underline;
}

#concert table tr.past td {
	color: #666;
	background: #fff;
}
#concert table tr.past td.date {
	background: #e8e8de !important;
}
#concert table tr.past td.inquiry p.tel a {
	color: #666 !important;
}
#concert .msgBox {
	margin: 1.5em auto 0;
	padding: 1.5em 0 0;
	border-bottom: none;
	border-top: 1px dotted #ccc;
}

/*ネイチャーピアノ*/
#nature .lead {
	margin-bottom: 3em;
}
#nature .notes {
	color: #aaa;
	font-size: 0.9em;
	text-align: right;
	margin: -1em auto 1em;
}
#nature .ulMovList {
	display: flex;
	flex-wrap: wrap;
}
#nature .ulMovList li {
	width: 300px;
	margin: 0 30px 50px 0;
}
#nature .ulMovList li:nth-child(3n) {
	margin-right: 0;
}
#nature .ulMovList li figure {
	margin: 0 0 0.8em;
	position: relative;
}
#nature .ulMovList li figure img {
	width: 100%;
}
#nature .ulMovList li figure figcaption.btnMov {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 36px;
	height: 26px;
}
#nature .ulMovList li h4 {
	font-size: 19px;
	font-weight: normal;
	line-height: 1.3;
	margin: 0 0 0.6em;
}
#nature .ulMovList li h5 {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
}
#nature .ulMovList li p {
	font-size: 12px;
	line-height: 1.6;
}
#nature .ulMovList li p.place {
	border-top: 1px dotted #ccc;
	color: #aaa;
	margin-top: 0.2em;
	padding-top: 0.4em;
}
#nature .ulMovList li p.date {
	color: #aaa;
}
#nature .ulMovList a {
	color: #333;
	text-decoration: none;
}
#nature .ulMovList a:hover img {
	opacity: 0.85;
}


/*メディア*/
#media table#media_list {
	max-width: 800px;
	width: 100%;
	border-top: 1px dotted #c4bba2;
}
#media table#media_list th {
	font-weight: normal;
	text-align: center;
	background: #F7F8EF;
	width: 80px;
	color: #8D8774;
}
#media table#media_list th,
#media table#media_list td {
	border-bottom: 1px dotted #c4bba2;
	padding: 4px 8px;
}
#media table#media_list tr td:first-child {
	margin-left: 20px;
}
#media table#media_list tr td:last-child {
	white-space: nowrap;
	border-left: 1px dotted #c4bba2;
}
#media p.pdf a,
#concert p.pdf a {
	font-size: 10px;
	background: url(../images/icon/icon_pdf.gif) no-repeat 0px 0px;
	padding: 4px 0px 4px 22px;
	line-height: 1.3;
	text-decoration: none;
}
#media p.onlinemag a {
	font-size: 10px;
	padding: 4px 0px 4px 0px;
	line-height: 1.3;
	text-decoration: none;
}
#media p.pdf a:hover,
#concert p.pdf a:hover,
#media p.onlinemag a:hover {
	color: #2594e2;
	text-decoration: underline;
}
#media figure {
	width: 190px;
	margin: 1em auto;
	text-align: center;
}
#media figure img{
	width: 180px;
	border: 5px solid #f2f2f2;
}
#media figure.figureYoko {
	width: 320px;
	margin: 1em auto;
	text-align: center;
}
#media figure.figureYoko img{
	width: 310px;
	border: 5px solid #f2f2f2;
}

/*問い合わせ*/
#inquiry table#inquiry_table {
	width: 600px;
	border-top: 1px dotted #c4bba2;
}
#inquiry table#inquiry_table th {
	font-weight: normal;
	text-align: left;
	padding: 12px 0px 12px 42px;
	border-bottom: 1px dotted #c4bba2;
	vertical-align: top;
}
#inquiry table#inquiry_table th.must {
	background: url(../images/icon/must.gif) no-repeat 5px 16px;
}
#inquiry table#inquiry_table td {
	padding: 12px 8px;
	border-bottom: 1px dotted #c4bba2;
}
#inquiry table#inquiry_table td input.long,
#inquiry table#inquiry_table td textarea.long  {
	width: 380px;
}
#inquiry table#inquiry_table td textarea.long {
	height: 220px;
	font-size: 14px;
}
#inquiry table#inquiry_table td select.middle,
#inquiry table#inquiry_table td input.middle  {
	width: 210px;
}
#inquiry #sendbtn {
	margin: 15px 30px 0px;
	text-align: center;
}
#inquiry #sendbtn button {
	font-size: 100%;
}

/*送信完了サンクスページ*/
#thanks {
	text-align: center;
	min-height: 180px;
}
#thanks h2 {
	font-size: 24px;
	line-height: 1.0;
	font-weight: bold;
	color: #A9A5A0;
	text-align: center;
	margin: 80px 0px 40px;
}
}/*@media*/


.tblSchedule2 {
	width: 100%;
	border-bottom: 1px solid #c4bba2;
	font-size: 15px;
}
.tblSchedule2s tr {
	border-top: 1px solid #c4bba2;
}
.tblSchedule2 tr th {
	font-size: 14px;
	border-bottom: 1px solid #c4bba2;
	border-left: 1px dotted #E6DCBE;
	background: #d4d1c8;
	color: #7e7868;
	padding: 1em 0.5em;
	box-sizing: border-box;
}
.tblSchedule2 th:first-child {
	border-left: none;
}
.tblSchedule2 td {
	padding: 2em 1.5em 1.5em;
	vertical-align: top;
	border-bottom: 1px solid #c4bba2;
	box-sizing: border-box;
}

.tblSchedule2 td.date {
	font-weight: normal;
	text-align: left;
	background: #F7F8EF;
	border-left: none;
	width: 220px;
}

.tblSchedule2 td.date .mmdd {
	display: block;
	font-size: 1.25em;
	margin-bottom: 0.8em;
}

.tblSchedule2 td.cts h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 2em;
}
.tblSchedule2 td.cts .imgBox {
	margin: 2em 0;
	text-align: center;
}
.tblSchedule2 td.cts .imgBox .w198 {
	width: 198px;
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
}
.tblSchedule2 td.cts .imgBox .w396 {
	width: 396px;
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
}
.tblSchedule2 tel a {
	cursor: default;
	text-decoration: none;
	white-space: nowrap;
	color: #333;
}
.tblSchedule2 .email a {
	text-decoration: none;
	white-space: nowrap;
	letter-spacing: -0.08em;
}
.tblSchedule2 td {
	border-left: 1px dotted #E6DCBE;
}
.tblSchedule2 td p.comment {
	color: #0b3ea0;
	margin-top: 2em;
}



@media screen and (max-width: 767px){
	.tblSchedule2 {
		border-top: 1px solid #c4bba2!important;
		font-size: 14px;
	}
	.tblSchedule2 th {
		display: none;
	}
	.tblSchedule2 td {
		display: block;
		width: 100%!important;
		border-top: none;
	}
	.tblSchedule2 table td:nth-child(1) {
		display: table-cell!important;
		width: auto!important;
	}
	.tblSchedule2 table td:nth-child(2) {
		display: table-cell!important;
		width: auto!important;
	}
}