@charset "UTF-8";
/*739px以下*/

/*全体の設定
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
* html img {
	border-width: 0px;
	vertical-align: top;
	padding:-1px;
}
*:first-child+html img {
	border-width: 0px;
	vertical-align: middle;
	padding:-1px;
}
html{
	height:100%;
}
body {
	background:#FFF;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	color: #333;
	text-align:center;
	font-size:16px;
	line-height:1.75;
	height:100%;
	-webkit-text-size-adjust:none;
	min-width:320px;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,input,table,figure{
	font-size:16px;
	line-height:1.75;
}
strong{
	font-weight:bold;
}
em{
	font-style:normal;
	color:#CC0000;
}
table {
	empty-cells:show; 
	border-collapse:collapse; 
	border-spacing:0;
}
/* 左右分けレイアウト*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/*iframeスクロール中は固定*/
.map{
	cursor:pointer;
}
.map iframe{
	pointer-events: none;
}
.map.on iframe{
	pointer-events: auto;
}
/*標準のリンク*/
a{
	color: #0082BE;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: none;
	outline:none;
}
a:link,a:visited,a:hover,a:active {
	outline:none;
}
a[href^="tel:"]{
	text-decoration: underline;
	color:inherit;
	font-weight:inherit;
}
/*-------------------------フッター固定（フッター高50px）*/
#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -50px;
}
#contents{
	padding-bottom:50px;
}
footer {
	height:50px;
	overflow:hidden;
}
/*-------------------------アコーディオン要素*/
.accordionopen{
	cursor:pointer;
}
.accordion{
	display:none;
}
.accordion.open{
	display:block;
}
/*表示の切り替え*/
.pc{
	display:none;
}
/*-------------------------movie*/
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*header
-----------------------------------------------------------------------------------------*/
header{
	text-align:left;
	position:relative;
}
/*-------------------------ヘッダーコピー*/
header h1{
	font-size:10px;
	line-height:20px;
	padding-left:10px;
	letter-spacing:2px;
	color:#FFF;
	background:#000;
	margin:0;
}
/*-------------------------ロゴ*/
header .logo{
	width:240px;
	height:70px;
	padding:10px 0 0 10px;
}
/*-------------------------nav*/
header nav{
}
header nav .accordion{
	display:none;
}
header nav .accordion.open{
	display:block;
}
header nav #globalnav{
	position:absolute;
	right:5px;
	top:30px;
	width:50px;
	height:50px;
}
header nav #globalnav span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
header nav #globalnav span {
	position: absolute;
	left: 10px;
	width: 30px;
	height: 3px;
	background-color: #996633;
}
header nav #globalnav span:nth-of-type(1) {
	top: 15px;
}
header nav #globalnav span:nth-of-type(2) {
	top: 25px;
}
header nav #globalnav span:nth-of-type(3) {
	top: 35px;
}
header nav #globalnav.open span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
header nav #globalnav.open span:nth-of-type(2) {
	opacity: 0;
}
header nav #globalnav.open span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
header nav ul{
}
header nav li{
	border-top:1px solid #DBDACF;
	text-align:left;
}
header nav li a{
	display:block;
	color:#000;
	padding:12px;
	background:url(images/nav.png) right no-repeat;
	background-size:50px;
}
header nav ul li:first-child a{
}
header nav li a:hover,
header nav li a.current{
	background-color:#F3F3EF;
}


/*contents
-----------------------------------------------------------------------------------------*/
#contents{
	margin:0 auto;
	text-align:left;
}
/*画像のhoverは透過*/
#contents a:hover img{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}
#contents .waku{
	margin-top:20px;
	padding:15px 20px;
	border:3px double #E4D4B2;
}
#contents .title1{
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
	color:#702b29;
	background:url(images/bg_title.png) top repeat-x;
	font-family: "ヒラギノ明朝 Pro W3", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding:10px;
	border-top:3px solid #702b29;
}
#contents .title2{
	font-size:18px;
	line-height:30px;
	color:#702B29;
}
#contents .m15{
	margin:15px;
}

/*footer
-----------------------------------------------------------------------------------------*/
footer{
	background:url(images/bg_footer.png) top repeat-x;
}
/*-------------------------pagetop*/
.pagetop{
	position:fixed;
	bottom: 0px;
	right: 0px;
	width:50px;
	height:50px;
	font-family: "ヒラギノ明朝 Pro W3", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:14px;
	line-height:50px;
}
.pagetop a{
	background:#934e6b;
	color:#FFF;
	display:block;
}
.pagetop a span{
	display:none;
}
* html .pagetop {position:absolute;}
.pagetop a:hover{
	background:rgba(0,0,0,0.2);
}

/*-------------------------nav*/
footer small{
	font-family:arial;
	display:block;
	font-size:12px;
	line-height:50px;
	letter-spacing:1px;
}
footer small a{
	color:#934e6b;
}
footer small a:hover{
	text-decoration:underline;
}

/*ホーム
-----------------------------------------------------------------------------------------*/
/*-------------------------メインイメージ*/
#mainimg{
}
/*-------------------------おしらせ*/
#roominfo{
}
#roominfo dl{
}
#roominfo dt{
	padding:0 10px;
	font-size:16px;
	background:#E6E6E6;
}
#roominfo dd{
	padding:15px;
	border-bottom:1px solid #D2D2D2;
	font-size:16px;
	position:relative;
}
#roominfo dd span{
	display:block;
	line-height:1.5;
}
#roominfo dd span.name{
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin-bottom:3px;
}
#roominfo dd span.adress{
}
#roominfo dd span.tel{
	margin:3px 0;
	color:#FFF;
}
#roominfo dd span.tel a{
	display:inline-block;
	padding:5px 10px;
	font-weight:bold;
	text-decoration:none;
	background:#934e6b;
	border-radius:5px;
}
#roominfo dd span.time:before,
#roominfo dd span.week:before{
	content:"時間";
	font-size:14px;
	padding:0 5px;
	background:#888;
	color:#FFF;
	display:inline-block;
	margin-right:5px;
	border-radius:3px;
}
#roominfo dd span.week:before{
	content:"曜日";
}
/*バナー*/
#banner {
	text-align:center;
}
#banner li{
	margin-bottom:4px;
}

/*サブページ共通
-----------------------------------------------------------------------------------------*/
/*-------------------------ページタイトル*/
#pagetitle{
	box-shadow: 0 8px 8px #f7ecf1;
	border-bottom:1px solid #FFF;
}
/*-------------------------内容*/
.item{
	padding:30px;
	border-bottom:1px solid #D2D2D2;
}
.item h2{
	font-size:20px;
	line-height:20px;
	color:#000;
	letter-spacing:2px;
	border-left:5px solid #996633;
	font-family: "ヒラギノ明朝 Pro W3", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding:1px 0 1px 10px;
	margin-bottom:10px;
}
.item p{
	font-size:16px;
	line-height:30px;
}
.item h3{
	font-size:18px;
	line-height:30px;
	padding:20px 0;
	margin:10px 0;
	color:#000;
	font-weight:bold;
	text-align:center;
	background:#f1efe9;
}
.item .img{
	text-align:center;
	margin:20px 0;
}
.item.last{
	border-bottom:0px;
}
.item table {
	empty-cells:show; 
	border-collapse:collapse; 
	border-spacing:0;
	font-size:16px;
	line-height:24px;
	border:1px solid #D2D2D2;
	margin-top:20px;
	width:100%;
}
.item table th {
	padding:10px;
	white-space: nowrap;
	text-align:left;
	vertical-align:top;
	background:#f1efe9;
	border-top:1px solid #D2D2D2
}
.item table.center th {
	text-align:center;
	vertical-align:middle;
}
.item table td {
	padding:10px;
	border-top:1px solid #D2D2D2;
	border-right:1px dashed #D2D2D2;
}


/*一鉉琴について
-----------------------------------------------------------------------------------------*/
.item.soho p.img,.item.shape p.img{
	float:right;
	width:180px;
	margin:5px 0 5px 10px;
}
/*琴の演奏
-----------------------------------------------------------------------------------------*/
.item.youtube .noimg{
	padding:100px 0;
	background:#000;
	text-align:center;
	color:#FFF;
}
.item.youtube .maincopy{
	font-family:Serif;
	font-size:18px;
	line-height:1.5;
}
.item.youtube .maincopy span{
	font-size:24px;
}
.moviearea figure{
	font-family:Serif;
	font-size:18px;
	line-height:1.5;
	padding:20px 0;
}
.moviearea .movie{
	margin-bottom:5px;
}
.moviearea figure a{
	color:#000;
	display:block;
}
.moviearea figure a:hover{
	background:#F1F1F1;
}
.moviearea figure a img{
	display:block;
	min-width:100%;
	margin-bottom:5px;
}
/*演奏会について
-----------------------------------------------------------------------------------------*/
.item.ensoukai h3{
	margin:10px 0 0 0;
	background:#89526a;
	color:#FFF;
	font-weight:bold;
	padding:0;
	border-radius:5px;
	letter-spacing:0;
}
.item.ensoukai h3 a{
	text-decoration:none;
	color:inherit;
	font-weight:inherit;
	display:block;
	padding:10px 0;
	border-radius:5px;
}

/*教室のご案内
-----------------------------------------------------------------------------------------*/
.item.room table th {
	text-align:center;
	border-right:1px solid #D2D2D2;
}
.item.room table td {
	padding:10px 15px;
}
.item.room table tr:nth-child(odd),
.item.room table tr.row{
	background:#F9F9F7;
} 
.item.room table tr td:nth-child(1) {
	font-weight:bold;
	width:25%;
}
.item.room table tr td:nth-child(2),
.item.room table tr.row td:nth-child(1) {
	font-weight:normal;
	width:35%;
}
.item.room table tr td:nth-child(3),
.item.room table tr.row td:nth-child(2) {
	width:20%;
	text-align:center;
	padding:10px 3px;
}
.item.room table tr td:nth-child(4),
.item.room table tr.row td:nth-child(3) {
	width:20%;
	text-align:center;
	padding:10px 3px;
}
.item.room table + h2{
	margin-top:50px;
}

/*演奏会スケジュール
-----------------------------------------------------------------------------------------*/
.item .schedule_table th,
.item .schedule_table td {
    width: 100%;
    display: block;
	border-right:none;
	border-top:none;
	padding:15px 10px;
}
.item .schedule_table tr + tr th{
	border-top:1px solid #D2D2D2
}
.item .schedule_table strong.title{
	font-size:120%;
	display:inline-block;
	color:#000;
}
.item .schedule_table p{
	line-height:1.66;
}

/*customize
-----------------------------------------------------------------------------------------*/
.tx a{
	text-decoration:underline;
}
.tx a:hover{
	text-decoration:none;
}
.waku1{
	border:1px solid #CCC;
}
.imgflex{
	display:flex;
	gap:10px;
}
.icon_pdf{
	display:inline-block;
	line-height:1.5;
	padding-left:1.3em;
	background:url(images/icon_pdf.svg) left 0.2em no-repeat;
	background-size:1em;
}
.sp_wrap{
	flex-wrap:wrap;
}
body .mt5{margin-top:5px}
body .mt10{margin-top:10px}
body .mt15{margin-top:15px}
body .mt20{margin-top:20px}
body .mt25{margin-top:25px}
body .mt30{margin-top:30px}
body .mt40{margin-top:40px}
body .mt50{margin-top:50px}
body .fs14{font-size:14px;}
body .center{text-align:center;}