@charset "utf-8";

.fss{font-size: 80%;}
.fbold{font-weight: bold;}

/* CSS Document */
.txcenter{
	text-align: center;
}

.txcenter h2{
	color: #831313;
	font-size: 200%;
}

.newscontent{
	width: 60%;
    max-width: 800px;
    margin: 40px auto;
	text-align: left;
	font-size: 90%;
}


.ukraina0306{
    padding: 20px;
    background: #efefef;
}

.ukraina0306 a{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: #915614;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 0;
    display: block;
}

@media only screen and (max-width: 700px){
.chuushi{
	font-size: 70%;
}
}

.bigtext{font-size: 44px; color:#915614; font-weight: bold;}
h1,h2,h3,h4,h5,h6{color:#915614;}

.colh a,footer{background: #915614;}
.colh a:hover{background: #9B7355; color: #fff;}
.bigword{font-size: 200%; font-weight:bold; color:#915614;}

.concert_title{font-size: 24px; color: #222;}
.concert_title span.min{font-size: 70%;font-weight: normal;}
.concert_title span.red{color: #831313;}
span.blue{color: #132d83; font-weight: bold;}
.contentstitle{display: block; width: 15%; float: left;}
.contentstext{display: block; width: 75%; float: left;}
.concert_notis{margin: 0 0 30px 0;}
.concert_notis a{
    color: rgb(47, 119, 207);
    border-bottom: 1px solid rgb(47, 119, 207);
}
.minText{font-size:80%;}

.shadow{box-shadow: 3px 3px 5px #ccc;}

.contents_day{
	width:100%;
	text-align: right;
	margin: 0 0 0 0;
	font-size: 12px;
}

.contents_flex{
	display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
}

.saranihalf{
    display: flex;
    justify-content: space-between;
}
.saranihalf .halfbox{
    width: 48%;
}

.contents_flex li{
	width:30%;
	list-style: none;
	margin: 0 0 20px 0;
}



.rightbottom{
position: fixed;
right: 20px;
bottom: 20px;
width: 100px;
}

@media only screen and (max-width: 740px){

.rightbottom{
position: fixed;
right: 10px;
bottom: 5px;
width: 85px;
}

.spnone{display: none;}

}

.rightbottom img{box-shadow: 3px 3px 5px #ccc;transition: all .5s;}
.rightbottom img:hover{box-shadow: 3px 3px 5px #000;transition: all .5s;}

hr{
border:none;
border-top:dashed 1px #cccccc;
height:1px;
color:#FFFFFF;
width:100%;
margin: 40px 0;
}

.leftBox{float: left;}
.rightBox{float: right;}

.accessmap_sp a{
	display: block;
    position: relative;
    line-height: 30px;
    width: 100%;
	font-size: 14px;
	font-weight: bold;
	background: dodgerblue;
	color: #fff;
    border-radius: 30px;
    box-shadow: 0px 3px 0px #ccc;
	text-align: center;
	clear: both;
}

/** menu **/
.spHeader,.accessmap_sp{display: none;}
header{
	width: 100%;
	border-top: 5px solid #915614;
	height: 100px;
}

.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1240px;
    margin: 0 auto;
	text-align: center;
	font-weight: bold;
	vertical-align: bottom;
}

.menu .leftli h1{
	margin: 0 ;
	padding: 0;
	text-align: left;
}

.menu > li {
    float: left;
    width: 25%; /* グローバルナビ4つの場合 */
    height: 40px;
    line-height: 40px;
	margin: 25px 0 0 0;
}

.menu > li a {
    display: block;
    color: #915614;
}

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

.menu > li.leftli a:hover {
    color: #fff;
	background: #fff;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #eeeeee;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #eeeeee;
}

.menu__third-level li {
    border-top: 1px solid #eeeeee;
}

.menu__second-level li a:hover {
    background: #dddddd;
}

.menu__third-level li a:hover {
    background: #dddddd;
}

.menu__fourth-level li a:hover {
    background: #dddddd;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after,
footer .contents{
    content: " ";
    display: table;
}

.both{clear: both;}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}


.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #eeeeee;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
}

.menu li{
	list-style: none;
}

.headerTelephone{
    width: 100%;
	margin: 0 auto;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

.headerTelephone img {
    width: 140px;
    position: fixed;
    top: 0;
    right: 0;
}

/** menu **/



.accessmap{
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}


.accessmap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}




/** footer **/

footer{
	margin: 60px 0 0 0;
	padding: 20px 0 0 0;
}

.footerlogo{float: left; width: 200px; margin: 0 40px 0 0;}
footer ul{float: left;}
footer ul li{list-style: none; margin: 0 0 10px 0;}
footer ul li a{color: #fff; font-weight: bold; font-size: 18px;}
footer ul li a:hover{color: #ccc;}
footer .both{clear: both; padding: 60px 0; color: #fff;}


.footercopy{width: 100%; text-align: center; clear: both; font-size: 12px; font-weight: bold; color: #fff; padding: 60px 0 0 0;}
/** footer **/




/**  定期演奏会 **/

.ennsoukai div {
	margin: 0 0 40px 0;
}

.ennsoukai .day,.history .day,.pastevent .day{
	display: block;
	font-size: 75%;
	color: #888;
}

/**  歴史**/

.history h3{
	padding: 0 10%;
	font-size: 200%;
}

.history ul{
	padding: 0 10%;
}

.history ul li{
	margin: 0 0 10px 0;
}

.history ul li ul li{
	list-style: none;
}

/**  定期演奏会 **/
.pastevent .flex_past{width: calc(20% - 20px); padding:0 10px;}
@media only screen and (max-width: 600px){.pastevent .flex_past{width: calc(33.33% - 20px);}}


/** スケジュール **/
.schedule ul{list-style: none; overflow-y: scroll;height: 150px;}

.schedule ul li .day{
display: block;
float: left;
clear: both;
width: 20%;
font-size: 90%;
}

@media only screen and (max-width: 700px){
.schedule ul {font-size: 85%;}
.schedule ul li .day{
width: 100%;
margin: 10px 0 0 0;
}
}