@charset "UTF-8";

/* 基本設定 */
*{padding:0;margin:0;}
.wapper{
width: 100%;	
background-image: url("../images/zentai-back.jpg") ;
background-repeat: repeat-x repeat-y;	
	
}



.container {
	background-color: #ffffff;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	max-width :1080px;
}

.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block
}
.body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0;
}


.pc-header{
width:100%;	
max-width: 1080px;
height: 40px;
background: #ffffff;

}


.pc-header-left {
float: left;	
width: 50%;
		
}
.pc-header-left > p {
font-size:22px;
font-weight: bold;	
color:#000000;
line-height: 100%;	
padding-top:0px;
padding-bottom:10px;	
padding-left:30px;		
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.pc-header-musashino{
font-size:12px;	
}

.pc-header-right {
float: left;	
width: 50%;
text-align: right;	
}

.pc-header-right > p {
font-size:15px;
font-weight: normal;	
color:#ffffff;
text-align: right;
line-height: 120%;	
padding-top:5px;	
padding-right:20px;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}





/* スマホヘッダーメニュー */

/* SPヘッダー3ハンバーガーのみ */
.sp-header {	
position: fixed;	
top: 0;	
left: 0;
width: 100%;
padding-bottom: 0px;
	z-index: 25;
background: #B4A975;	
	height: 60px;
margin-top:0px;	
  box-shadow: 0px 1px 3px #dfdfdf;		
}
.sp-header-top {	
position: fixed;	
top: 0;	
left: 0;
width: 100%;
padding-bottom: 0px;
	z-index: 25;
background: #B4A975;	
	height: 60px;
margin-top:0px;			
}
.sp-header-menu1{
width: 66%;	
margin: 0 auto;
float:left;	
	height: 52px;
padding-top:6px;
padding-left:4%;	
}
.sp-header-menu1 > a{
font-size:19px;
line-height: 120%;
color:#ffffff;	
text-decoration: none;
font-weight: bold;
letter-spacing: 1px;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}
.sp-header-menu1-komoji{
font-size:13px;
}

.sp-header-menu2{
width: 9%;	
margin-top:8px;
margin-right:2%;	
float:right;	
height: 33.5px;	
padding-top:12px;
padding-left:1%;

}

/* spハンバーガー */
#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 11%;
  height: 52px;
  vertical-align: middle;	
padding-left: 10%;	
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #ffffff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
padding-top:5%;	
padding-left:5%;
background: #800000;	
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

#nav-content > li
{
	position: relative;
	width: 95%;
  color: black;
  border-left: solid 0px orange;/*左側の線*/
  margin-bottom: 6px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 12px 0;
  border-bottom:1px solid rgb(255, 255, 255, 0.5);	
  list-style-type: none!important;
}

#nav-content > li::after {
content: "";
position: absolute;
top: 50%;
right: 25px;
width: 0;
height: 0;
margin: -3px 0 0 0;
border-top: 6px solid #ffffff;
border-left: 6px solid transparent;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}


#nav-content  > li > a {
	font-size:16px;
	font-weight: normal;
	   color: #ffffff;
	text-decoration: none;
display:block;
padding-left:10%;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}






/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}




.row.blockDisplay {
	display: block;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 480px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
@media only screen and (max-width: 750px) {
img { max-width: 100%; }
}



/* ＰＣメニュー */

.menu {
	position: relative;
	width: 100%;
	height: 30px;
	max-width: 1080px;
	margin: 0 auto;
	padding:0;

}

.menu ul{
	padding:0;	
}

.menu > li {
	float: left;
	list-style: none;
	text-align: center;
	letter-spacing: 1px;
padding-top:6px;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}


.menu > li a {
	font-size:13px;
	padding-top:2px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	line-height: 130%;
}

.menu > li a:hover {
	color: #55002b;
}


.menu__single:hover {
  background: #c7e2c7;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}


/**
 * single menu
 */
.menu > .menu__single {
  position: relative;
width: 20%;	
max-width: 216px;
height: 30px;	
border-right:0px solid #552b55;	
  background: #B4A975;	
line-height: 100%;		
}

.menu > .menu__single:hover {	
opacity: 0.8;
	
}

.menu > .menu__single:last-child {
  position: relative;
width: 20%;
max-width: 216px;
border-right:0px solid #dceaf8;	
 background: #B4A975;
}

.menu > .menu__single:last-child:hover {	
opacity: 0.8;	
	
}

.menu-title{
font-size:4px;	
text-align: center;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}



/* 基本Pタグ設定 */

p{
    margin: 10px auto;
	padding-left: 1%;
	padding-right: 0%;
    font-size: 16px;
	text-align: left;
	letter-spacing: 1px;
	width: 96%;
	max-width: 640px;
	color:#000000;	
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

/* pcサイトで使っているCSS*/
/* pc見出しタグ */



h1{
font-size: 24px;
width: 100%;	
max-width: 1080px;
margin:auto;
margin-top:25px;
margin-bottom:25px;	
text-align: center;
color: #472b0e;		
font-weight: bold;
border-bottom:0px solid #000000;	
padding-top:20px;
padding-bottom:15px;	
letter-spacing: 4px;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
background-image: url("../images/midashi-back.svg") ;
background-repeat: no-repeat;
background-size: 100%;	
}





h2{
font-size: 24px;
width: 100%;	
max-width: 1080px;
margin:auto;
margin-top:25px;
margin-bottom:25px;	
text-align: center;
color: #472b0e;		
font-weight: bold;
border-bottom:0px solid #000000;	
padding-top:20px;
padding-bottom:15px;	
letter-spacing: 4px;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
background-image: url("../images/midashi-back.svg") ;
background-repeat: no-repeat;
background-size: 100%;	
}

h3{
font-size: 20px;
width: 100%;	
margin:auto;
margin-top:35px;	
text-align: center;
color: #ffffff;	
background: #6a1540;	
font-weight: normal;
border-bottom:0px solid #000000;	
padding-top:2px;
padding-bottom:2px;	
letter-spacing: 2px;	
margin-bottom:5px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}





h4{
font-size: 20px;
width: 90%;			
text-align: left;
padding-top:0px;	
padding-left:5%;	
color: #000000;	
background: #ffffff;	
font-weight: bold;	
letter-spacing: 2px;	
margin-bottom:5px;	
}

.pc-midashi-eigo{
width: 100%;	
max-width: 1080px;		
text-align: center;
margin-top:-20px;
margin-bottom:50px;	
font-size:25px;	
color:#002b55;	
background: #ffffff;
font-family: 'Monsieur La Doulaise', cursive;	
}

.sp-midashi{
font-size: 20px;
margin:auto;
margin-top:25px;	
width: 100%;		
text-align: center;
color: #ffffff;	
background: #1d558d;
padding:0.5em 0.2em;	
font-weight: bold;	
letter-spacing: 2px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* pcトップページ*/
.pc-top-bun-zentai{
width:100%;
padding:40px 0;	
background-image: url("../images/pc-top-bun-back.png") ;
background-repeat: no-repeat;		
}
.pc-top-bun-naka{
width: 800px;
margin:auto;
padding:30px 0;	
background: rgb(255, 255, 255, 0.85);	
}
.pc-top-bun-naka > p{
font-size:16px;
	
}


/* pcトップページコンサート*/


.concert-zentai{
width: 100%;	
}
.concert-naka{
width: 80%;	
margin:auto;	
}
.concert-tirashi{
float: left;
width: 50%;	
padding-top:15px;	
padding-left:30px;	
text-align: left;	
}
.concert-naiyou{
float: left;
width: 50%;	
}
.concert-naiyou-title{
width: 100%;
margin-top:0px;	
}
.concert-naiyou-title > p{
font-size:24px;	
font-weight: bold;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.concert-naiyou > p{
font-size:16px;
}
/* pcコンサート区切り線 */
.pc-concert-kugirisen{
width: 900px;
height: 20px;	
margin:auto;
margin-top:30px;
margin-bottom:30px;	
background-image: url("../images/pc-kugirisen.png") ;
background-repeat: no-repeat;	
}
/* pcボタン */

.pc-btn {
	width: 300px;
   padding: 1em 1em;
    margin: 0 auto;
    background: #0055aa;
	border-radius: 15px;
	text-align: center;	
}
.pc-btn p {
    margin: 0; 
    padding: 0;
	text-align: center;
	font-size:18px;
}

.pc-btn a {

	font-size:16px;	
	font-weight: bold;
	   color: #ffffff;
	text-decoration: none;
display:block;
	
}



/* spサイトCSS */


/* spサイト全体 */


/* spトップページメイン画像*/
.sp-top-main{
width: 100%;
height: 250px;	
background-image: url("../images/sp-top-bun-back.png"); 
margin-top:27px;
margin-bottom:0px;
padding:10px 0;	
background-size: cover;
}
.sp-top-main-title{
width: 85%;
margin:auto;
margin-top:30px;	
padding:30px 0;	
background: rgb(255, 255, 255, 0.8);	
}
.sp-top-main-title > p{
font-size:20px;
font-weight: bold;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.sp-top-bun-zentai{
width: 100%;
margin-bottom:30px;	
padding:30px 0;	
background:rgb(248, 244, 241, 0.5);		
}
.sp-top-bun-naka{
width: 90%;	
margin:auto;	
}
.sp-top-bun-naka > p{
font-size:16px;	
}




/* spトップページ演奏会情報*/

.sp-concert-title{
width: 100%;	
margin-top:25px;
margin-bottom:25px;			
border-bottom:0px solid #000000;	
padding-top:10px;
padding-bottom:15px;		
background-image: url("../images/sp-midashi-back.svg") ;
background-repeat: no-repeat;
background-size: 100%;		
}
.sp-concert-title > p{
font-size:22px;
color: #472b0e;	
font-weight: bold;
text-align: center;	
letter-spacing: 4px;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}

.sp-concert-title1{
width: 100%;	
margin-top:42px;
margin-bottom:25px;			
border-bottom:0px solid #000000;	
padding-top:10px;
padding-bottom:15px;		
background-image: url("../images/sp-midashi-back.svg") ;
background-repeat: no-repeat;
background-size: 100%;		
}
.sp-concert-title1 > p{
font-size:22px;
color: #472b0e;	
font-weight: bold;
text-align: center;	
letter-spacing: 4px;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}
/* spトップページチラシ画像*/
.sp-tirashi{
width: 90%;	
margin:auto;
text-align: center;	
margin-bottom:20px;	
}
.sp-concertmei{
width: 95%;
margin:auto;
margin-bottom:30px;	
background: #ffffff;;	
border-left:4px solid rgb(180, 169, 117, 1);
border-bottom:0px solid #472b0e;	
}
.sp-concertmei > p{
font-size:20px;	
color: #472b0e;		
font-weight: bold;	
text-align: left;
line-height: 150%;	
padding-top:12px;
padding-bottom:12px;	
padding-left:5%;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}
.sp-concert-naiyou{
width: 90%;
margin:auto;	
}
.sp-concert-naiyou > p{
font-size:16px;
line-height: 180%;	
}


/* spコンサート区切り線 */
.sp-concert-kugirisen{
width: 100%;
height: 20px;	
margin:auto;
margin-top:30px;
margin-bottom:30px;	
background-image: url("../images/sp-kugirisen.svg") ;
background-repeat: no-repeat;
background-size: contain;	
}









/* 上に戻るボタン */

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
background: rgb(180, 169, 117, 1);
  opacity: 0.6;
  border-radius: 50%;
margin-right: 3%;
	margin-bottom: 3%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}






/* pcフッター */

.pc-footer {
	width: 100%;
 max-width:1080px;
  background-color: #472b0e;
	height: auto;	
}


.pc-footer > p {
	width: 100%;
	text-align: center;
  font-size: 12px;
  color: #ffffff;
	letter-spacing: 1px;
padding-top:20px;	
padding-bottom:20px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}

/* spフッターナビ */

.footernav {
  margin: 0 0 0px;
  padding: 0;
  border-top: 1px solid #ffffff;
  font-size: 14px;
  list-style-type: none;
	background: #0055aa;
}
/*clearfix*/
.footernav:after {
  content: "";
  clear: both;
  display: block;
}
.footernav li {
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
/*奇数のli要素に適応*/
.footernav li:nth-child(odd) {
  border-right: 1px solid #ffffff;
}

.footernav a:hover {
  color: #000;
  background: #e6e6e6;
}


.footernav a {
  display: block;
  line-height: 44px;
position: relative;
  color: #ffffff;
  text-decoration: none;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}





/* spフッター */

.spfooter {
	width: 100%;
	clear: both;
  margin-top: 0px;
  text-align: center;
  border-top: solid 0px #b4b4b4;
  background-color: #472b0e;	
}

.spfooter p {
	width: 100%;
	clear: both;
	text-align: center;
  font-size: 12px;
  color: #ffffff;
  line-height: 150%;
padding:10px 0;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}



*, *:before, *:after {
	box-sizing: border-box;
}

/* pcアコーディオンメニュー */

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	text-align: center;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	margin-top:30px;
	background: #B4A975;
		font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	height: auto;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #000000;
	background: rgb(180, 169, 117, 0.1);
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 2000px;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

.pc-concert-program{
width: 100%;
height:35px;
margin:auto;		
border-bottom:1px solid #cccccc;	
}
.pc-concert-program > p{
font-size:30px;
padding-left:0px;	
font-family: 'Parisienne', cursive;	
}
.pc-concert-program-naiyou{
width: 100%;
}
.pc-concert-program-naiyou > p{
font-size:16px;	
padding:20px;	
}


/* spアコーディオンメニュー */

.sp-cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
    margin-bottom:80px;	
	color: #ffffff;
}
.sp-cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.sp-cp_actab label {
	width: 95%;
	margin:auto;
	text-align: center;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 250%;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;

	margin-top:30px;
	background: #B4A975;
		font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.sp-cp_actab .sp-cp_actab-content {
	overflow: hidden;
	height: auto;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #000000;
	background: rgb(180, 169, 117, 0.1);
}
.sp-cp_actab .sp-cp_actab-content p {
	margin: 1em;
}
/* :checked */
.sp-cp_actab input:checked ~ .sp-cp_actab-content {
	max-height: 2000px;
}
/* Icon */
.sp-cp_actab label::after {
	line-height: 250%;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.sp-cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.sp-cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

.sp-concert-program{
width: 100%;
height:35px;
margin:auto;		
border-bottom:1px solid #cccccc;	
}
.sp-concert-program > p{
font-size:30px;
padding-left:0px;	
font-family: 'Parisienne', cursive;	
}
.sp-concert-program-naiyou{
width: 100%;
}
.sp-concert-program-naiyou > p{
font-size:16px;	
padding:20px;	
}




.clear {
clear:both;
}



/* ========== Chopin Seminar (PC) ========== */
.pc-chopin {
  margin: 36px 0;
  padding: 24px 0;
  font-size: 16px;
  line-height: 1.8;
  color: #111;
  background: #fff;
}

.pc-chopin-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.pc-chopin-header {
  margin-bottom: 18px;
}

.pc-chopin-eyebrow {
  margin: 0;
  font-size: 24px;
  letter-spacing: .02em;
  font-weight: 700;
  color: #0b3350; /* サイト基調に合わせやすい濃紺。必要に応じて変更 */
}

.pc-chopin-lead {
  margin: 8px 0 14px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  color: #7a3e00; /* 上品なブラウン。サイト基調色に合わせて変更可 */
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  display: inline-block;
  padding: 0.3em 0.8em;
  background:#fff1c1;
  border-top: 2px solid #d4a017;	
  border-bottom: 2px solid #d4a017;
}

.pc-chopin-grid {
  display: grid;
  grid-template-columns: 420px 1fr; /* PC前提：左に画像、右に本文 */
  gap: 24px;
  align-items: start;
}

/* 画像周り */
.pc-chopin-figure { margin: 0; }
.pc-chopin-img {
  display: block;
  width: 95%;
  height: auto;	
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  background: #fff;
}
.pc-chopin-figcap {
  margin-top: 0px;
  font-size: 12px;
  color: #666;
}

/* 本文 */
.pc-chopin-body { font-size: 16px;font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; }
.pc-chopin-section { margin: 18px 0; }
.pc-chopin-text { margin: 0 0 12px 0; }

.pc-chopin-subtitle {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  padding-left: 8px;
  background: #B4A975;
}

/* 箇条書き */
.pc-chopin-list {
  margin: 0;
  padding-left: 1.2em;
}
.pc-chopin-list li { margin: 4px 0; }

/* 定義リスト（開催概要） */
.pc-chopin-dl {
  margin: 0;
}
.pc-chopin-dlrow {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px dashed #e5e7eb;
}
.pc-chopin-dlrow:last-child { border-bottom: none; }
.pc-chopin-dl dt {
  font-weight: 700;
  color: #444;
}
.pc-chopin-dl dd { margin: 0; font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;}
.pc-chopin-free { color: #d9480f; font-weight: 800; }

/* 注意書き */
.pc-chopin-notes {
  margin: 10px 0 0 1.2em;
  padding: 0;
  list-style: disc;
}
.pc-chopin-notes li { margin: 4px 0; }

/* 電話リンク */
.pc-chopin-tel {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* 画像が非常に大きい場合に備えた制御（PC幅での安全策） */
@media (min-width: 1280px) {
  .pc-chopin-grid {
    grid-template-columns: 480px 1fr;
    gap: 28px;
  }
}
/* 右カラム先頭だけ上マージンをなくして、左右のトップを揃える */
.pc-chopin-body > .pc-chopin-section:first-of-type {
  margin-top: 0;
}



/* ========== Chopin Seminar (SP) ========== */
.sp-chopin {
  margin: 20px 0;
  padding: 16px 0;
  font-size: 15.5px;
  line-height: 1.9;
  color: #111;
  background: #fff;
}

.sp-chopin-inner {
  max-width: 680px; /* スマホ＋小型タブレットで読みやすい幅 */
  margin: 0 auto;
  padding: 0 16px;
}

.sp-chopin-header {
  margin-bottom: 12px;
}

/* レイアウト：SPは1カラム */
.sp-chopin-grid {
  display: block;
}

/* 画像周り */
.sp-chopin-figure { margin: 0 0 12px 0; }
.sp-chopin-img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  background: #fff;
}
.sp-chopin-figcap {
  margin-top: 4px;
  font-size: 12px;
  color: #666;
}

/* 本文 */
.sp-chopin-body {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
    メイリオ, Meiryo, sans-serif;
  font-size: 16px;
}
.sp-chopin-section { margin: 16px 0; }
.sp-chopin-section:first-of-type { margin-top: 0; } /* 画像と見出しの頭を揃える */
.sp-chopin-text { margin: 0 0 12px 0; }

/* リードをSPらしく強調（指でスクロール中でも目に留まるサイズ＆装飾） */
.sp-chopin-lead {
  margin: 6px 0 12px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  color: #7a3e00;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: inline-block;
  padding: 0.32em 0.8em;
  background: #fff1c1;
  border-top: 2px solid #d4a017;
  border-bottom: 2px solid #d4a017;
  border-radius: 0px; /* 角を少し丸めてSPでの当たりを柔らかく */
}

/* 小見出し */
.sp-chopin-subtitle {
  margin: 0 0 8px 0;
  font-size: 17px;
  font-weight: 700;
  color: #333;
  padding: 6px 8px;
  background: #B4A975;
  border-radius: 4px;
}

/* 箇条書き */
.sp-chopin-list {
  margin: 0;
  padding-left: 1.2em;
}
.sp-chopin-list li { margin: 4px 0; }

/* 定義リスト（開催概要）：SPは縦積み優先で可読性重視 */
.sp-chopin-dl { margin: 0; }
.sp-chopin-dlrow {
  display: grid;
  grid-template-columns: 96px 1fr; /* SPでの読みやすい幅に調整 */
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px dashed #e5e7eb;
}
.sp-chopin-dlrow:last-child { border-bottom: none; }
.sp-chopin-dl dt {
  font-weight: 700;
  color: #444;
}
.sp-chopin-dl dd { margin: 0; }
.sp-chopin-free { color: #d9480f; font-weight: 800; }

/* 注意書き */
.sp-chopin-notes {
  margin: 10px 0 0 1.2em;
  padding: 0;
  list-style: disc;
}
.sp-chopin-notes li { margin: 4px 0; }

/* 電話リンク（タップしやすいサイズ・下線） */
.sp-chopin-tel {
  display: inline-block;
  padding: 2px 2px;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* 端末幅が非常に狭い場合（360px以下）での微調整 */
@media (max-width: 360px) {
  .sp-chopin-lead { font-size: 19px; }
  .sp-chopin-dlrow { grid-template-columns: 92px 1fr; gap: 6px; }
}

/* 大きめ端末（横幅600px以上のスマホ/小型タブレット）での余白最適化 */
@media (min-width: 600px) {
  .sp-chopin-inner { padding: 0 20px; }
  .sp-chopin-lead { font-size: 21px; }
}














