@charset "utf-8";

html,body {height: 100%;}
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	background: #f0f0f0;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

@keyframes opa1 {
0% {opacity: 0;}
100% {opacity: 1;}
}

a {
	color: #333;
	transition: 0.5s;
}
a:hover {
	color: #ff4765;
	text-decoration: none;
}

/*---------------------------------------------------------------------------*/
header {
	height: 100%;
	overflow: auto;
	position: relative;
	background: url(images/image_50403329-2.JPG) no-repeat center center / cover;
}
header #logo img {
	display: block;
	width: 40%;	/*画像の幅*/
	position: absolute;
	left: 30%;
	bottom: 50%;
}

/*---------------------------------------------------------------------------*/
#menubar {
	position: absolute;
	bottom: 20%;
	left: 0px;
	width: 100%;
	text-align: center;
}
#menubar li {
	display: inline-block;
	margin: 0 1%;
	animation-name: opa1;
	animation-delay: 1S;
	animation-duration: 1S;
	animation-fill-mode: both;
}
#menubar li a {
	text-decoration: none;display: block;text-align: center;
	width: 140px;
	color: #fff;
	border-bottom: 2px solid transparent;
	padding-bottom: 7px;
}
#menubar li a:hover {
	border-bottom: 2px solid #fff;
	letter-spacing: 0.1em;
}

/*---------------------------------------------------------------------------*/
#container {
	max-width: 1000px;	/*最大幅。これ以上広くならない指定。*/
	margin: 0 auto;
}

/*---------------------------------------------------------------------------*/
#contents {
	overflow: hidden;
	padding: 50px 3%;
}
#contents section + section {
	padding-top: 50px;
}
#contents h2 {
	margin-bottom: 20px;
	clear: both;
	padding: 0 20px;
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.1em;
	background: #374c55;
	color: #fff;
	border-radius: 100px;
}
#contents h3 {
	margin-bottom: 20px;
	clear: both;
	padding: 0 20px;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	border: 2px solid #374c55;
	border-radius: 100px;
	color: #374c55;
}
#contents p {
	padding: 0px 20px 20px;
}
#contents p + p {
	margin-top: -5px;
}
#contents h2 + p,
#contents h3 + p {
	margin-top: -10px;
}

/*---------------------------------------------------------------------------*/
#about h4#name {
	padding: 20px 20px 20px;
	font-size: 24px;
}
#about .profile {
	overflow: hidden;
	line-height: 1.5;
	border-bottom: 1px solid #999;
	padding: 20px;
}
/*１番目のlistブロックへの追加指定。上に線を入れる。*/
#about .profile:first-of-type {
	border-top: 1px solid #999;
}
#about .profile h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
#about .profile img {
	width: 20%;
	float: left;
	margin-right: 3%;
}
#about .profile p {
	padding: 0 !important;
}
#about .profile div {
	float: left;
    width: 77%;
}

/*---------------------------------------------------------------------------*/
#next-concert div {
	padding-left: 50px;
}
#next-concert h4 {
	font-size: 24px;
	margin-bottom: 20px;
}
#next-concert p {
	padding: 0 !important;
}
#next-concert p.date {
	margin-bottom: 10px;
}
#next-concert p.place {
	margin-bottom: 30px;
}
#next-concert p.kyokumoku {
	margin-bottom: 10px;
}
#next-concert ul {
	margin-bottom: 15px;
}

/*---------------------------------------------------------------------------*/
#past-concert .list {
	overflow: hidden;
	line-height: 1.5;
	border-bottom: 1px solid #999;
	padding: 20px;
}
#past-concert .list h4 {
	font-size: 20px;
	margin-bottom: 15px;
}
#past-concert .list img {
	width: 20%;
	float: left;
	margin-right: 3%;
}
#past-concert .list p.date {
	padding: 0 !important;
	margin-bottom: 10px;
}
#past-concert .list p.place {
	padding: 0 !important;
	margin-bottom: 15px;
}
#past-concert .list div.image {
	display: inline;
}
#past-concert .list div.text {
	float: left;
    width: 77%;
}

/*---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	background: #374c55;
	color: #fff;
	font-size: 85%;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.scroll-show {display: block;}
.scroll a {
	display: block;text-decoration: none;text-align: center;
	width: 50px;
	line-height: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	color: #fff;
	background: rgba(0,0,0,0.4);
	border: 1px solid #fff;
}
.scroll a:hover {
	background: rgba(0,0,0,0.8);
}

/*ul.disc,olタグ
以下工事中
---------------------------------------------------------------------------*/
ul.disc {
	list-style: disc;
	padding: 0 20px 20px 55px;
}
ol {
	padding: 0 20px 20px 42px;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #fff;border: 1px solid #ccc;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px 40px;list-style: disc;}
.color1, .color1 a {color: #ff4765;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.big1 {font-size: 40px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}




/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

	/*ヘッダー（一番上の、ロゴやメニューが入っているブロック）
	---------------------------------------------------------------------------*/
	/*ロゴ画像*/
	header #logo img {
		width: 60%;	/*画像の幅*/
		left: 20%;	/*ロゴやメニューが入っているブロックに対して、左からの配置場所の指定。*/
	}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

	/*ヘッダー（一番上の、ロゴやメニューが入っているブロック）
	---------------------------------------------------------------------------*/
	/*ロゴ画像*/
	header #logo img {
		width: 80%;	/*画像の幅*/
		left: 10%;	/*ロゴやメニューが入っているブロックに対して、左からの配置場所の指定。*/
	}


	/*Serviceページ
	---------------------------------------------------------------------------*/

	/*ul.disc,olタグ
	---------------------------------------------------------------------------*/
	ul.disc {
		padding: 0 0px 20px 35px;
	}
	ol {
		padding: 0 0px 20px 35px;
	}

	/*その他
	---------------------------------------------------------------------------*/
	.ws {width: 96%;}
	.big1 {font-size: 22px;letter-spacing: normal;}

	.list img {
		width: 30%;			/*画像幅*/
		margin: auto;
		display: block;
	}

	#next-concert div {
		padding-left: 15px;
	}

	#past-concert .list img {
		width: 100%;			/*画像幅*/
	}
	#past-concert .list div.text {
		width: 100%;
	}

	.list div {
		width: 100%;  /* 文字の箱の大きさ調整 */
	}

}


.aaa1 {
	background-color: red;
	float: left;
	width: 20%;
}
.bbb1 {
	background-color: blue;
	width: 200px;
}
.ccc1 {
	background-color: green;
	width: 200px;
}
.ddd1 {
	background-color: yellow;
	width: 70%;
}


/* モーダルで画像の拡大表示*/
.menu-modal {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

.menu-bigimg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  display: block;
}

.menu-img:hover {
  opacity: 0.7;
}
