@charset "UTF-8";
/*
Theme Name: 一鉉琴 須磨琴
Author: Mec
Author URI: http://www.mec-com.co.jp
*/

/*全体の設定
-----------------------------------------------------------------------------------------*/
*{
	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 url(images/bg.png) repeat-x;
	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:1020px;
}
body#home {
	background: #FFF url(images/bg_home.png) repeat-x;
}
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;
}
/*telリンクのポインター*/
a[href^="tel:"]{
	cursor: default;
	font-weight:inherit;
}
a[href^="tel:"]:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

/*-------------------------フッター固定（フッター高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;
}
/*表示の切り替え*/
.sp{
	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{
	margin:0 auto;
	width:1000px;
	height:108px;
	position:relative;
	text-align:left;
}
/*-------------------------ヘッダーコピー*/
header h1{
	font-size:12px;
	line-height:28px;
	letter-spacing:2px;
	color:#FFF;
	margin:0;
}
/*-------------------------ロゴ*/
header .logo{
	position:absolute;
	top:43px;
	left:0;
}
header .logo a{
	display:block;
	width:230px;
	border-right:1px solid #e8e8e8;
}
header .logo a:hover{
	background:#f1efea;
}
/*-------------------------nav*/
header nav{
	margin-top:15px;
	padding-left:230px;
	text-align:center;
}
header nav #globalnav {
	display:none;
}
header nav ul.accordion{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
header nav ul li{
	flex: 1 0 auto;
}
header nav li a{
	display:block;
	font-size:15px;
	letter-spacing:1px;
	line-height:50px;
	color:#3B3B3B;
	font-family: "ヒラギノ明朝 Pro W3", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-right:1px solid #e8e8e8;
}
header nav li a:hover,
header nav ul li a.current{
	background:#f1efea;
}


/*contents
-----------------------------------------------------------------------------------------*/
#contents{
	margin:0 auto;
	width:1000px;
	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:2px;
	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;
}


/*footer
-----------------------------------------------------------------------------------------*/
footer{
	background:url(images/bg_footer.png) top repeat-x;
}
/*-------------------------pagetop*/
.pagetop{
	position:fixed;
	bottom: 0px;
	right: 0px;
	width:150px;
	height:40px;
	font-family: "ヒラギノ明朝 Pro W3", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:14px;
	line-height:40px;
}
.pagetop a{
	background:rgba(100,100,100,0.1);
	color:rgba(0,0,0,0.3);
	display:block;
}
.pagetop a span{
	margin-right:5px;
	color:#555;
}
* html .pagetop {position:absolute;}
.pagetop a:hover{
	background:rgba(0,0,0,0.2);
}
.pagetop.bottom{
	bottom: 50px;
}
/*-------------------------nav*/
footer small{
	font-family:arial;
	display:block;
	font-size:12px;
	line-height:45px;
	letter-spacing:1px;
	padding-top:5px;
}
footer small a{
	color:#934e6b;
}
footer small a:hover{
	text-decoration:underline;
}

/*ホーム
-----------------------------------------------------------------------------------------*/
/*-------------------------メインイメージ*/
#mainimg{
	padding-bottom:50px;
}
/*-------------------------おしらせ*/
#roominfo{
	width:740px;
	float:left;
	padding-bottom:50px;
}
#roominfo dl{
	margin-bottom:10px;
}
#roominfo dt{
	padding:0 10px;
	font-size:16px;
	background:#E6E6E6;
}
#roominfo dd{
	padding:10px 10px 15px 10px;
	border-bottom:1px solid #D2D2D2;
	font-size:16px;
	position:relative;
	padding-left:200px;
}
#roominfo dd span{
	display:block;
}
#roominfo dd span.name{
	position:absolute;
	left:10px;
	top:10px;
}
#roominfo dd span.adress{
	margin-bottom:1px;
}
#roominfo dd span.tel{
	position:absolute;
	right:10px;
	top:10px;
}
#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 {
	float:right;
	width:210px;
}
#banner li{
	margin-bottom:4px;
}

/*サブページ共通
-----------------------------------------------------------------------------------------*/
/*-------------------------ページタイトル*/
#pagetitle{
}
/*-------------------------内容*/
.item{
	padding:50px 40px;
	border-bottom:1px solid #D2D2D2;
}
.item h2{
	font-size:30px;
	line-height:30px;
	color:#000;
	letter-spacing:5px;
	border-left:6px solid #996633;
	font-family: "ヒラギノ明朝 Pro W3", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding:1px 0 1px 15px;
	margin-bottom:15px;
}
.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;
	letter-spacing:2px;
	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 15px;
	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 20px;
	border-top:1px solid #D2D2D2;
	border-right:1px dashed #D2D2D2;
}


/*一鉉琴について
-----------------------------------------------------------------------------------------*/
.item.soho p.img,.item.shape p.img{
	float:right;
	margin:5px 0 25px 25px;
}
/*琴の演奏
-----------------------------------------------------------------------------------------*/
.item.youtube .noimg{
	padding:240px 0;
	background:#000;
	text-align:center;
	color:#FFF;
}
.item.youtube .maincopy{
	font-family:Serif;
	font-size:31px;
	line-height:1.5;
	letter-spacing:1px;
}
.item.youtube .maincopy span{
	font-size:40px;
}
.moviearea{
	margin:20px -20px;
}
.moviearea figure{
	font-family:Serif;
	font-size:18px;
	line-height:1.5;
	float:left;
	width:33.33%;
	padding:20px;
}
.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{
	text-align:left;
	margin:10px 0 0 0;
	padding:0;
	background:none;
	color:#CC0000;
}
.item.ensoukai .img img{
	min-width:100%;
}
/*教室のご案内
-----------------------------------------------------------------------------------------*/
.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 {
	padding:15px;
}
.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;
}
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 .nowrap{white-space:nowrap;}
body .fs14{font-size:14px;}
body .center{text-align:center;}
body .pc_w50p{width:50%;}