@charset "utf-8";
/* CSS Document */

body {
	visibility:hidden;
}

#slideshow img {
	position:absolute;
	top: 0px;
	left:0;
	width:100%;	
}

#img1 {
	z-index:3;
}

#img2 {
	z-index:2;
}

#img3 {
	z-index:1;
}

.infoBack1 {
	width:100%;
	background-image:url(../img/back1.jpg);
	background-repeat:repeat-y;
	background-size:100% auto;
	padding-bottom:60px;		
}

.infoBack2 {
	width:100%;
	background-image:url(../img/back2.jpg);
	background-repeat:repeat-y;
	background-size:100% auto;
	padding-bottom:60px;		
}

.infoTitle {
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	margin-bottom:30px;
	width:400px;
}

.infoTitle img {
	width:100%;
	display:block;
}

.infoContent {
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#ffffff;
	overflow:hidden;
	margin-bottom:60px;
}
.infoContentClear {
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	overflow:hidden;
	margin-bottom:50px;
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  transition: .5s all;
}
.colInfoContent {
  width:48%;
  transition: .5s all;
}
.colInfoContent img{
  display:block;
  width:100%;
}

.infoText {
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:dashed;
	border-bottom-width:1px;
	width:90%;
	border-color:#999;
	overflow:hidden;
	transition:0.5s;
	cursor: pointer;
}

.infoText:hover {
	background-color:#f0f8ff;	
}

.infoRowTitle {
	float:left;
	display:block;
	width:200px;
	border-radius: 5px 5px 5px 5px;
	text-align:center;
	line-height:25px;
	color:#fff !important;
	font-size:0.9rem;
	margin-right:20px;
}
.infoRowDate {
	display:block;
	float:left;
	line-height:25px;
	color:#999 !important;
	margin-left:20px;
	margin-right:20px;
	font-size:0.9rem;
}

.infoRowText {
	display:block;
	float:left;
	line-height:25px;
	color:#333;
	width:850px;
	overflow:hidden;
}

.infoMusicBase {
	display:table;
	margin-left:auto;
	margin-right:auto;
	border-collapse: separate;
	border-spacing: 20px 20px;
}

.infoMusic {
	display:table-cell;
}

.infoMusic iframe {
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;	
}

.infoSns {
	display:block;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

.infoArea {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	padding-top:5px;
	padding-left:20px;
	width:90%;
	overflow:hidden;
	color:#333;
	line-height:23px;
	display:block;
}

.infoArea a {
	color:#333333;	
}

.infoPic {
	width:30%;
	box-shadow: 10px 10px 15px -10px;
	border:solid;
	border-color:#cccccc;
	border-width:1px;
	margin-top:10px;
	margin-bottom:10px;
}
.infoPic50 {
	width: 50%;
	margin: 10px 0px;
	display: block;
}
.tblTop {
  border-collapse: collapse;
  border-spacing: 0;

}

.tdTitle {
	text-align:center;
	background-color:#ccc;
}

.tblTop td {
	border:solid;
	border-width:1px;
	width:30%;
}

.backColorNews {
	background-color:#72A8D8;
}

.backColorRelease {
	background-color:#989cc6;
}

.backColorNewsPink {
	background-color:#f5bec8;
}

.backColorReleasePink {
	/*background-color:#e9b6a8;*/
	background-color:#f09196;
}

.backColorNewsOrange {
	background-color:#e4a29e;
}

.backColorReleaseOrange {
	background-color:#de8f94;
}

.backColorNewsPurple {
	background-color:#bbb3d8;
}

.backColorReleasePurple {
	background-color:#8881b9;
}

.backColorNewsGrayPurple {
	background-color:#8c87b9;
}

.backColorReleaseGrayPurple {
	background-color:#5a325a;
}

.backColorNewsLightBlue {
	background-color:#a0bedc;
}

.backColorReleaseLightBlue {
	background-color:#00afdc;
}
.backColorNewsBlue {
	background-color:#2a93c9;
}

.backColorReleaseBlue {
	background-color:#112e53;
}

.img100 {
	width:98%;
}


/********************/
/* ボタン部分の設定 */
/********************/
@media screen and (max-width: 999px) {
	.titleSchedule {
		height:30px;
	}

	/*スライド*/
	#slideBase {
		padding-bottom:10px;
		width:100%;
	}

	#slideshow {
		position:relative;
		box-shadow: 10px 10px 30px -10px #333;
	}

	#slideshow img {
		position:absolute;
		top:0;
		left:0;
		width:100%;
	}

	.infoContent {
		width:100%;
	}
	
	.infoTitle {
		width:80%;
		padding-top:15px;
		margin-bottom:15px;		
	}

	.infoRowTitle {
		margin-bottom:10px;	
	}
	
	.infoRowText {
		width:95%;
		margin-left:20px;
	}
	
	.infoMusic {
		display:block;
		width:100%;
	}
	
	.infoMusicBase {
		width:100%;
		border-spacing: 20px 0px;
	}
	
	.infoMusic {
		position:relative;
    width:100%;
    height:0;
    padding-top:55%;
		margin-bottom:20px;
	}
	
	.infoMusic iframe {
		position:absolute;
		top:0;
    left:0;
    width:100%;
    height:100%;
	}
	
	.infoBack1 {
		background-image:url(../img/mobileBack1.jpg);
	}
	
	.infoBack2 {
		background-image:url(../img/mobileBack2.jpg);
	}

	.infoArea {
		margin-left:auto;
		margin-right:auto;
		padding-left:20px;
		width:90%;
		overflow:hidden;
	}

	.infoSns {
		display:block;
		width:95%;
	}

	.infoLeft {
		float:none;
		width:100%;
	}
	
	.infoLeftImg {
		float:none;
		width:100%;
		margin-right:0px;	
	}
	
	.imgIntoContentLeft {
		width:100%;
		margin-bottom:50px;
	}
	.imgIntoContentRight {
		width:100%;
	}

  .infoContentClear {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .colInfoContent {
    width:100%;
    margin-bottom: 40px;
  }
	.infoPic50 {
		width: 95%;
	}
}

@media screen and (min-width:1000px) and (max-width: 1249px) {
	#slideBase {
		overflow:hidden;
		padding-bottom:10px;
	}
	
	#slideshow {
		position:relative;
		box-shadow: 10px 10px 30px -10px #333;
		/*margin-top:0px;*/
	}

	#slideshow img {
		position:absolute;
		top:0;
		left:0;
		width:100%;
	}
	
	.infoMusic iframe {
		width:448px !important;
		height:252px !important;
	}

}
@media screen and (min-width:1250px) and (max-width:1599px) {
	#slideBase {
		overflow:hidden;
		padding-bottom:10px;
	}
	
	#slideshow {
		position:relative;
		box-shadow: 10px 10px 30px -10px #333;
		/*margin-top:0px;*/
	}

	#slideshow img {
		position:absolute;
		top:0;
		left:0;
		width:100%;
	}
	
	.infoRowText {
		width:850px;
	}

}
@media screen and (min-width:1600px) {
	#slideBase {
		overflow:hidden;
		padding-bottom:10px;
	}
	
	#slideshow {
		position:relative;
		box-shadow: 10px 10px 30px -10px #333;
		/*margin-top:0px;*/
	}

	#slideshow img {
		position:absolute;
		top:0;
		left:0;
		width:100%;
	}

	.infoRowText {
		width:850px;
	}
}

