@charset "UTF-8";

/*----------------------------------------------------
COMMON
----------------------------------------------------*/
/************************************************************
　　　　共通
************************************************************/




/************************************************************
　　　　PC用
************************************************************/
/*@media print, screen and (min-width: 784px){*/
@media print, screen and (min-width: 0px){
/*	グローバルナビ
------------------------------------------------------*/
/*【Careent 設定】*/
/*グローバルナビ --> スペシャルプロジェクト*/
.tsunami #gNav .gNtsunami a:link, .tsunami #gNav .gNtsunami a:visited {
	color: #8a86bb;
}

/*	ローカルナビ
------------------------------------------------------*/
/*【コンテンツごとのローカルナビゲーション】*/
/*ローカルナビ --> スペシャルプロジェクト*/
#lNavArea {
	margin-left: -307px;
	width: 830px;
}

.EN #lNavArea {
	margin-left: -467px;
	width: 100%;
}

.tsunami #lNav {
	background: #8a86bb;
}

.tsunami #lNav ul::before {
	border-bottom-color: #8a86bb;
	/*left: 568px;*/
	/*left: 789px;*/
	left: 600px;
}

.EN.tsunami #lNav ul::before {
	left: 855px;
}


.tsunami #lNav a:link, .tsunami #lNav a:visited {
	color: #fff;
	text-decoration: none;
	padding: 1.7em 1.4em;
}

/*【Careent 設定】*/
/*ローカルナビ --> TSUNAMI VIOLIN --> コンセプト*/
#concept #lNav .concept a:link, #concept #lNav .concept a:visited {
	/*color: #453e9d;*/
}

#concept #lNav li.concept {
	background-color: #b5b3d6;
}

/*ローカルナビ --> TSUNAMI VIOLIN --> 千の音色でつなぐ絆プロジェクト*/
#kizuna #lNav .kizuna a:link, #kizuna #lNav .kizuna a:visited {
	/*color: #453e9d;*/
}

#kizuna #lNav li.kizuna {
	background-color: #b5b3d6;
}

/*ローカルナビ --> TSUNAMI VIOLIN --> コンサート情報*/
#concert #lNav .concert a:link, #concert #lNav .concert a:visited {
	/*color: #453e9d;*/
}

#concert #lNav li.concert {
	background-color: #b5b3d6;
}

/*ローカルナビ --> TSUNAMI VIOLIN --> 主な活動実績*/
#activity #lNav .activity a:link, #activity #lNav .activity a:visited {
	/*color: #453e9d;*/
}

#activity #lNav li.activity {
	background-color: #b5b3d6;
}

/*ローカルナビ --> TSUNAMI VIOLIN --> これまでの演奏家*/
#player #lNav .player a:link, #player #lNav .player a:visited {
	/*color: #453e9d;*/
}

#player #lNav li.player {
	background-color: #b5b3d6;
}

/*ローカルナビ --> TSUNAMI VIOLIN --> TSUNAMI楽器使用申込み*/
#lend #lNav .lend a:link, #lend #lNav .lend a:visited {
	/*color: #453e9d;*/
}

#lend #lNav li.lend {
	background-color: #b5b3d6;
}

/*----------------------------------------------------
CONTENTS
----------------------------------------------------*/
.tsunami #tArea {
	background-image: url(../../home/images/bg1.jpg);
}

#tsunami01 {
	position: relative;
}

#tsunami01 p {
	margin-bottom: 1.9em;
}

#tsunami01::before {
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	display: block;
	background: url(../../tsunami_violin/images/tsunami_violin.jpg) no-repeat center;
	background-size: contain;
	background-position: top;
	height: 100%;
	width: 350px;
	margin-left: 140px;
}

#about01::after {
	content: "2012年7月20日　岩手県陸前高田第一中学校";
	padding: 400px 10px 0 0;
	font-size: 0.8em;
	color: #f5f5f5;
	text-align: right;
	display: block;
	background: url(../../tsunami_violin/images/tsunami02.jpg) no-repeat center;
	background-size: cover;
}

.EN.tsunami #tsunami01 .inner {
	width: 600px;
	position: relative;
	left: 50%;
	margin-left: -490px;
}

#about01 #tsunamiPV {
	text-align: center;
	margin-top: 76px;
}



article.kizuna {
	margin-bottom: 100px;
}

#kizuna01 {
	position: relative;
}

#kizuna01::before {
	position: absolute;
	top: 0;
	content: "";
	display: block;
	background: url(../../tsunami_violin/images/kizuna02.jpg) no-repeat center;
	background-size: cover;
	height: 100%;
	width: 350px;
	left: 50%;
	margin-left: -490px;
}


article.about {
	margin-bottom: 100px;
}

#about01 {
	position: relative;
}

#about01 h2{
	width: 980px;
	margin: 56px auto;
	font-weight: normal;
}

#about01 .photo {
	position: absolute;
	width: 350px;
	top: 0; left: 0;
}
#about01 .photo .caption {
	font-size: 0.8em;
}


/*----------------------------------------------------
貸出フォーム
----------------------------------------------------*/

#lend #tArea {
	background-image: url(../../home/images/bg1.jpg);
}

#lend form dt {
	float: left;
	width: 220px;
	border-top: 1px solid #eee;
	padding: 30px 0 0 15px;
	display: table-cell;
	vertical-align: middle;
}

.EN#lend form dt {
	width: 215px;
	padding: 30px 10px 0;

}

#lend .inner > div.error li {
	list-style: disc inside;
	color: #f00;
}

#lend .inner > div.error li {
	list-style: disc inside;
	color: #f00;
}

#lend form dt span {
	color: #f00;
	font-size: 70%;
	vertical-align: top;
	margin-left: 7px;
}

#lend form dd {
	margin: 0 0 15px 235px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	padding: 15px 0 15px 15px;
}

#lend form dd.pd30 {
	padding-top: 30px;
}

#lend form dd label {
	margin-right: 30px;
}

#lend dt.error,
#lend dd.error span,
#lend dd > ul .error span {
	color: #F00;
	display: block;
}
#lend dd.error input, #lend dd.error select,
#lend dd > ul .error input, #lend dd > ul .error select,
#lend dd.error textarea {
	border: 1px solid #f00;
}

#lend .error #AGREE + label {
	background-color: #fecdcd;
}

#lend form .address li {
	margin-bottom: 5px;
}

#lend form .address .ad {
	width: 130px;
	display: inline-block;
}

#lend form .address input {
	width: 350px;
}

#lend form select {
	margin: 7px 0;
	padding: 8px 15px;
	border-color: #EEEEEE;
}

#lend form input {
	border: 1px solid transparent;
	background: #f5f5f5;
	padding: 15px 20px;
}

#lend form input[type="radio"],
#lend form input[type="checkbox"]{
	width: 1px;
	height: 1px;
	opacity: 0;
	float: left;
}

#lend form input[type="checkbox"] + label {
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}

#lend form input[type="checkbox"] + label:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-color: #f5f5f5;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -8px;
}

#lend form input[type="checkbox"]:checked + label:after {
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	border:3px solid #819ACD;
	border-right: none;
	border-bottom: none;
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -10px;
	-webkit-transform: rotate(225deg);
	   -moz-transform: rotate(225deg);
	     -ms-transform: rotate(225deg);
	        -o-transform: rotate(225deg);
	            transform: rotate(225deg);
}

#lend form input[type="radio"] + label {
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}

#lend form input[type="radio"] + label:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-color: #f5f5f5;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
}

#lend form input[type="radio"]:checked + label:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #819ACD;
	position: absolute;
	top: 50%;
	left: 3px;
	margin-top: -5px;
}

#lend form textarea {
	width: 940px;
	border: 1px solid transparent;
	background: #f5f5f5;
	padding: 15px 20px;
	height: 15em;
}

#lend form .length120 {
	width: 120px;
}

#lend form .length300 {
	width: 300px;
}

#lend form .length400 {
	width: 400px;
}

#lend form input:focus, #lend form textarea:focus {
	border: 1px solid #aaa;
}

#lend form #submit {
	margin-left: 400px;
}

.EN#lend form #submit {
	margin-left: 380px;
}


#lend form input#submitBtn {
	border: none;
	background: #98aeb9;
	color: #fff;
	padding: 15px 40px;
	margin-top: 30px;
}

#lend form input#submitBtn:hover {
	opacity: 0.6;
}

#lend form .error .errorMsg,
#lend form .errorMsg {
	background: #D45252;
	color: #fff;
	font-size: 80%;
	border-radius: 3px;
	padding: 3px 10px 2px;
	position: relative;
	margin-left: 10px;
	display: inline-block;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
}

#lend form .errorMsg::before {
	content: "";
	display: block;
	left: 0;
	top: 50%;
	position: absolute;
	margin-top: -4px;
	margin-left: -10px;
	border: 4px solid transparent;
	border-right: 6px solid #D45252;
}

#lend form .bottom.errorMsg {
	margin: 15px 0 0 0;
}

#lend form .bottom.errorMsg::before {
	position: absolute;
	margin-top: -22px;
	margin-left: 20px;
	border: 4px solid transparent;
	border-bottom: 6px solid #D45252;
}


/*エラー*/
#lend form input:focus:required:invalid,
#lend form textarea:focus:required:invalid,
#lend form input:invalid,
#lend form input:required:invalid,
#lend form textarea:required:invalid {
	background: url(../../contact/images/ng.svg) no-repeat right 5px top 50% #fdf5f5;
	background-size: 14px 14px;
}

#lend form input:focus:invalid + .errorMsg,
#lend form input:focus:required:invalid + .errorMsg,
#lend form textarea:focus:required:invalid + .errorMsg{
	opacity: 1;
	-webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
}

#lend form input:focus:required:valid,
#lend form input:focus:valid,
#lend form textarea:focus:required:valid,
#lend form textarea:focus:valid {
	/*background: url(../../contact/images/ok.svg) no-repeat right 5px top 50% #f0fcf2;*/
	background-color: #f0fcf2;
	background-size: 14px 14px;
}

/*↓OK(入力済)*/
#lend form input:required:valid,
#lend form textarea:required:valid,
#lend form input:valid {
}

#lend #backBtn {
	position: absolute;
	bottom: 0;
	left: 220px;
	background: #E6E6E6;
	border: none;
	padding: 15px 40px;
}

#lend #backBtn:hover {
	opacity: 0.6;
}

#lend #player {
	position: relative;
}

#lend #sameBtn {
	border : 1px solid #eee;
	padding-left: 20px;
	width: 200px;
	position: absolute;
	left: 120px;
	top: -10px;
}

.EN#lend #sameBtn {
	left: 285px;
	width: 270px;
}

#lend #sameBtn label {
	display: block;
	padding: 10px 0 10px 40px;
}

#lend h2{
	width: 980px;
	margin: 56px auto 10px;
	font-size: 1.2em;
	font-weight: normal;
}

#lend .agree {
	margin-bottom: 50px;
}

#lend .agree .inner {
	margin: 0 ;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 940px;
	padding: 20px 20px 80px;
	position: relative;
	height: 200px;
	overflow: hidden;
	background-color: #fff;
}

#lend .agree .inner ol {
	list-style-type: decimal;
}

#lend .agree .inner ol li {
	list-style-type: decimal;
	margin: 0 0 16px 20px;
}


#lend .agree input[type="checkbox"] {
/*	display: none;
*/}

#lend .agree .readBtn label {
	position: absolute;
	text-align: center;
	top: 0;left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(255,255,255,0.8);
	z-index: 1;
	cursor: pointer;
}

#lend .agree input[type="checkbox"]:checked + .inner {
	height: auto;
}

#lend .agree input[type="checkbox"]:checked + .inner .readBtn label {
	background-color: transparent;
	z-index: -1;
	-webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
}

#lend .agree .readBtn span {
	position: absolute;
	width: 200px;
	top: 120px;
	left: 50%;
	margin-left: -100px;
	background-color: #F5F5F5;
	border: 1px solid #ccc;
	padding: 20px 0;
	-webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
}

#lend .agree .readBtn label:hover span {
	background-color: #BFCDEB;
	-webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
}

#lend .agree .agreeCheck {
	position: absolute;
	bottom: 0;left: 0;
	margin: 0;
}

#lend .agree .agreeCheck label {
	display: block;
	width: 940px;
	background-color: #eee;
	padding: 20px;
	text-align: center;
			-webkit-transition: all 0.1s linear;
			       -moz-transition: all 0.1s linear;
			        -ms-transition: all 0.1s linear;
			         -o-transition: all 0.1s linear;
			            transition: all 0.1s linear;
}

#lend .agree .agreeCheck input[type="checkbox"]:checked + label {
	background-color: #BFCDEB !important;
			-webkit-transition: all 0.1s linear;
			       -moz-transition: all 0.1s linear;
			        -ms-transition: all 0.1s linear;
			         -o-transition: all 0.1s linear;
			            transition: all 0.1s linear;
}

#lend .agree .agreeCheck label span {
	position: relative;
}

#lend .agree .agreeCheck label:before,
#lend .agree .agreeCheck label:after{
	display: none !important;
}

#lend .agree .agreeCheck label span:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border:2px solid #666;
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -8px;
}

#lend .agree .agreeCheck input[type="checkbox"]:checked + label span:after {
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	border:3px solid #819ACD;
	border-right: none;
	border-bottom: none;
	position: absolute;
	top: 50%;
	left: -26px;
	margin-top: -12px;
	-webkit-transform: rotate(225deg);
	   -moz-transform: rotate(225deg);
	     -ms-transform: rotate(225deg);
	        -o-transform: rotate(225deg);
	            transform: rotate(225deg);
}





/* 確認画面 */
#lend .check dt,
.EN#lend .check dt {
	padding-top: 15px;
}

#lend .check dd {
	min-height: 1em;
}

#lend .check #submit {
	margin-left: 420px;
}

.EN#lend .check #submit {
	margin-left: 455px;
}

#lend .check #submitBtn {
	margin-top: 80px;
	margin-bottom: 0;
}

#lend #BackBtn {
	position: absolute;
	bottom: 24px;
	left: 320px;
}


/*----------------------------------------------------
主な活動実績
----------------------------------------------------*/
#activity .list,
#concert .list {
	margin-bottom: 100px;
}

#activity .list ul,
#concert .list ul {
	border-top: 1px solid #eee;
}

#activity .list li,
#concert .list li {
	border-bottom: 1px solid #eee;
}

#activity .list li a,
#concert .list li a {
	font-size: 20px;
	display: block;
	color: #333;
	text-decoration: none;
	padding: 20px;
}

#activity .list li a:hover,
#concert .list li a:hover {
	background-color: #f0effe;
}

#activity .list li a span.date,
#concert .list li a span.date {
	display: block;
	font-size: 14px;
	color: #aaa;
	margin-top: 6px;
}

#concert .list li.notLink {
	font-size: 20px;
	display: block;
	color: #333;
	text-decoration: none;
	padding: 20px;
}

#activity .list li.notLink span.date,
#concert .list li.notLink span.date {
	display: block;
	font-size: 14px;
	color: #aaa;
	margin-top: 6px;
}

/*----------------------------------------------------
コンサート情報
----------------------------------------------------*/
/* PC用 */

#concert .detail section .inner h2 {
	font-weight: normal;
	margin: 0 auto 40px;
	width: 980px;
	font-size: 26px;
}

#concert .detail section .inner .summary {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0 ;
}

#concert .detail section .inner .summary dl {
	display: table;
}
#concert .detail section .inner .summary dt {
	font-size: 12px;
	display:table-cell;
	width: 50px;
	vertical-align: middle;
}

#concert .detail section .inner .summary dd {
	font-size: 20px;
	margin: 0;
	display:table-cell;
}

#concert .detail section .inner .summary dd span {
	font-size: 16px;
	margin-left: 20px;
}

#concert .detail section .inner .summary .cancel {
	padding: 20px 20px 1px 20px;
	background-color: #ffe2e2;
}

#concert .detail section .inner .summary .cancel h3{
	color: #c20700;
	margin-bottom: 10px;
}

#concert .detail section .inner .data {
	width: 550px;
	float: left;
	margin: 30px 80px 0 0;
}

#concert .detail section .inner .data dt {
	position: relative;
	font-size: 14px;
	padding-left: 15px;
	margin-bottom: 4px;
	font-weight: bold;
}

#concert .detail section .inner .data dt:before {
	content: "";
	width: 8px; height: 8px; font-size: 0;
	border-radius: 50%;
	background-color: #8a86bb;
	position: absolute;
	top:50%;
	left: 0;
	margin-top: -5px;
}

#concert .detail section .inner .data dd {
	margin: 0 0 20px;
}
#concert .detail section .inner figure.chirashi {
	width: 350px;
	margin: 0;
	float: right;
}

#concert .detail section .inner .data a.mailLink span i {
	display: inline-block;
	width: 0;height: 0;font-size: 0;
}
#concert .detail section .inner .data a.mailLink span:after {
	content: "@";
}
/************************************************************
　　　　スマートフォン用
************************************************************/
/*
@media screen and (max-width: 783px){

}
*/
