@charset "utf-8";

/**
 *
 * BAIKAの魅力: index
 *
 */

/*--------------------------------------------------------------------------
  overwrite スタイルの上書き
--------------------------------------------------------------------------*/

#Content {
  position: relative;
  background: #fffdf0;
}


/*----------------------------------------------------------------------
	.cmn_kv
----------------------------------------------------------------------*/
.cmn_kv{
	position: relative;
	height: 440px;
	background: url(../images/index/kv_bg_pc.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.cmn_kv h1{
	position: absolute;
	width: 538px;
	top: 50%;
	left: 50%;
	margin: -104px 0 0 -272px;
}
.cmn_kv .scroll{
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -29px;
}

/* @SP */
@media all and (max-width: 767px){
	.cmn_kv{
		height: 377px;
		background-image: url(../images/index/kv_bg_sp.jpg);
	}
	.cmn_kv h1{
		left: 0;
		width: 100%;
		text-align: center;
		margin: -103px 0 0;
	}
	.cmn_kv h1 img{
		width: 360px;
		height: auto;
	}
	.cmn_kv .scroll{
		bottom: 30px;
		margin-left: -23px;
	}
	.cmn_kv .scroll img{
		width: 47px;
		height: 38px;
	}
}


/*----------------------------------------------------------------------
	.sec_charm
----------------------------------------------------------------------*/
.sec_charm{
	overflow: hidden;
	background: url(../images/index/charm_bg.png);
}

.sec_charm .txt_box,
.sec_charm .img{
	width: 50%;
	height: 500px;
}
.sec_charm .img{
	float: right;
  -webkit-background-size: cover;
  background-size: cover;
}
.sec_charm .txt_box{
	float: left;
}
.sec_charm._even .img{
	float: left;
}
.sec_charm._even .txt_box{
	float: right;
}

/* .txt_box */
.sec_charm .txt_box{
	display: table;
}
.sec_charm .txt_box > .inner{
	display: table-cell;
	vertical-align: middle;
	padding: 20px 48px;
	background: no-repeat 100% 0;
}
.sec_charm .txt_box .num img{
	width: auto;
	height: 33px;
}
.sec_charm .txt_box h2{
	margin-top: 40px;
}
.sec_charm .txt_box .txt{
	margin-top: 15px;
	color: #fff;
}
.sec_charm .txt_box .btn{
	display: inline-block;
	min-width: 249px;
	margin-top: 40px;
}

.sec_charm.charm01 .txt_box > .inner{ background-image: url(../images/index/charm01_obj_pc.png);}
.sec_charm.charm02 .txt_box > .inner{ background-image: url(../images/index/charm02_obj_pc.png);}
.sec_charm.charm03 .txt_box > .inner{ background-image: url(../images/index/charm03_obj_pc.png);}
.sec_charm.charm04 .txt_box > .inner{ background-image: url(../images/index/charm04_obj_pc.png);}
.sec_charm.charm05 .txt_box > .inner{ background-image: url(../images/index/charm05_obj_pc.png);}
.sec_charm.charm06 .txt_box > .inner{ background-image: url(../images/index/charm06_obj_pc.png);}
.sec_charm.charm07 .txt_box > .inner{ background-image: url(../images/index/charm07_obj_pc.png);}

.sec_charm .sec_charm .img{
	background: no-repeat 50% 0;
	-webkit-background-size: cover;
	        background-size: cover;
}

.sec_charm.charm01 .img{ background-image: url(../images/index/charm01_img.jpg); background-position: 50% 50%}
.sec_charm.charm02 .img{ background-image: url(../images/index/charm02_img.jpg);}
.sec_charm.charm03 .img{ background-image: url(../images/index/charm03_img.jpg); background-position: 50% 100%}
.sec_charm.charm04 .img{ background-image: url(../images/index/charm04_img.jpg); background-position: 50% 0%}
.sec_charm.charm05 .img{ background-image: url(../images/index/charm05_img.jpg);}
.sec_charm.charm06 .img{ background-image: url(../images/index/charm06_img.jpg); background-size: cover}
.sec_charm.charm07 .img{ background-image: url(../images/index/charm07_img.jpg);}

.charm07 .txt_box h2{
	margin-top: 13px;
	margin-left: -23px;
}

/* @SP */
@media all and (max-width: 767px){
	.sec_charm{
	  background-size: 6px 6px;
	}
	.sec_charm .txt_box,
	.sec_charm .img{
		width: 100%;
		height: 355px;
	}
	.sec_charm .img,
	.sec_charm .txt_box,
	.sec_charm._even .img,
	.sec_charm._even .txt_box{
		float: none;
	}

	/* .txt_box */
	.sec_charm .txt_box > .inner{
		padding: 20px;
	}
	.sec_charm .txt_box .num img{
		height: 23px;
	}
	.sec_charm .txt_box h2{
		margin-top: 30px;
	}
	.sec_charm .txt_box h2 img{
		width: auto;
		height: auto;
	}

	.sec_charm.charm01 .txt_box h2 img{ max-height: 25px;}
	.sec_charm.charm02 .txt_box h2 img{ max-height: 25px;}
	.sec_charm.charm03 .txt_box h2 img{ max-height: 24px;}
	.sec_charm.charm04 .txt_box h2 img{ max-height: 24px;}
	.sec_charm.charm05 .txt_box h2 img{ max-height: 23px;}
	.sec_charm.charm06 .txt_box h2 img{ max-height: 25px;}
	.sec_charm.charm07 .txt_box h2 img{ max-height: 60px;}

	.sec_charm .txt_box .txt{
		margin-top: 18px;
	}
	.sec_charm .txt_box .btn{
		min-width: 208px;
		margin-top: 30px;
	}
	.sec_charm .txt_box .btn a{
		font-size: 13px;
	}


	.sec_charm.charm01 .txt_box > .inner{ background-image: url(../images/index/charm01_obj_sp.png); background-size: 120px 120px;}
	.sec_charm.charm02 .txt_box > .inner{ background-image: url(../images/index/charm02_obj_sp.png); background-size: 120px 120px;}
	.sec_charm.charm03 .txt_box > .inner{ background-image: url(../images/index/charm03_obj_sp.png); background-size: 120px 120px;}
	.sec_charm.charm04 .txt_box > .inner{ background-image: url(../images/index/charm04_obj_sp.png); background-size: 120px 120px;}
	.sec_charm.charm05 .txt_box > .inner{ background-image: url(../images/index/charm05_obj_sp.png); background-size: 120px 120px;}
	.sec_charm.charm06 .txt_box > .inner{ background-image: url(../images/index/charm06_obj_sp.png); background-size: 120px 120px;}
	.sec_charm.charm07 .txt_box > .inner{ background-image: url(../images/index/charm07_obj_sp.png); background-size: 120px 120px;}

	.charm07 .txt_box h2{
		margin-left: -14px;
	}

	.sec_charm .charm07 .txt_box h2{
		margin-top: 22px;
		margin-left: -13px;
	}
}



/*----------------------------------------------------------------------
	.cmn_kv　konohana.html
----------------------------------------------------------------------*/
.cmn_kv02{
	position: relative;
	height: 440px;
	background: url(../images/index/kagekidan_bg_pc.png) no-repeat 50% 50%;
	background-size: cover;
}
.cmn_kv02 h1{
	position: absolute;
	width: 538px;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -272px;
}
.cmn_kv02 .scroll{
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -29px;
}
/*----------------------------------------------------------------------
	.sec_charm02　歌劇団発表会の部分
----------------------------------------------------------------------*/
.cmn_kv03{
	position: relative;
	height: 440px;
	background: url(../images/index/kagekidan_per_bg.png) no-repeat 50% 50%;
	background-size: cover;
}
.cmn_kv03 h1{
	position: absolute;
	width: 551px;
height: 294px;
	top: 50%;
	left: 50%;
	margin: -190px 0 0 -272px;
}
.cmn_kv03 .btn{
	position: absolute;
	width: 284px;
	top: 80%;
	left: 50%;
	margin: 0 0 0 -130px;
}
.cmn_kv03 .scroll{
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -29px;
}


/* @SP */
@media all and (max-width: 767px){
	.cmn_kv02{
		height: 377px;
		background-image: url(../images/index/kagekidan_bg_sp.png);
	}
	.cmn_kv02 h1{
		left: 0;
		width: 100%;
		text-align: center;
		margin: -40px 0 0;
	}
	.cmn_kv02 h1 img{
		width: 360px;
		height: auto;
	}
	.cmn_kv02 .scroll{
		bottom: 30px;
		margin-left: -23px;
	}
	.cmn_kv02 .scroll img{
		width: 47px;
		height: 38px;
	}
/*----------------------------------------------------------------------
	.sec_charm02　歌劇団発表会spの部分
----------------------------------------------------------------------*/

	.cmn_kv03{
		height: 377px;
		background-image: url(../images/index/performance_bg_sp.jpg);
	}
	.cmn_kv03 h1{
		left: 0;
		width: 100%;
		text-align: center;
		margin: -140px 0 0;
	}
	.cmn_kv03 h1 img{
		width:auto;
		height: 200px;
	}
	.cmn_kv03 .btn{
	position: absolute;
	width:90%;
	top: 75%;
	left: 50%;
	margin: 0 0 0 -140px;
}
	.cmn_kv03 .scroll{
		bottom: 30px;
		margin-left: -23px;
	}
	.cmn_kv03 .scroll img{
		width: 47px;
		height: 38px;
	}
}


/*----------------------------------------------------------------------
	.sec_charm02　歌劇団のページ
----------------------------------------------------------------------*/
.sec_charm02{
	overflow: hidden;
	background-color:white;
}

.sec_charm02 .txt_box,
.sec_charm02 .img{
	width: 50%;
	height: 500px;
}
.sec_charm02 .img{
	float: right;
}
.sec_charm02 .txt_box{
	float: left;
}
.sec_charm02._even .img{
	float: left;
}
.sec_charm02._even .txt_box{
	float: right;
}
.sec_charm02._even .txt_box02{
	float: none;
}

/* .txt_box */
.sec_charm02 .txt_box{
	display: table;
}
.sec_charm02 .txt_box > .inner,
.sec_charm02 .txt_box02 > .inner{
	display: table-cell;
	vertical-align: middle;
	padding: 20px 48px;
	background: no-repeat 100% 0;
}
.sec_charm02 .txt_box .num img,
.sec_charm02 .txt_box02 .num img{
	width: auto;
	height: 33px;
}
.sec_charm02 .txt_box h2,
.sec_charm02 .txt_box02 h2{
	margin-top: 40px;
}
.sec_charm02 .txt_box .txt,
.sec_charm02 .txt_box02 .txt{
	margin-top: 15px;
}
.sec_charm02 .txt_box .btn,
.sec_charm02 .txt_box02 .btn{
	display: inline-block;
	min-width: 249px;
	margin-top: 40px;
}


.sec_charm02 .img{
	background: no-repeat 50% 0;
	-webkit-background-size: cover;
	        background-size: cover;
}

.sec_charm02.charm01 .img{ background-image: url(../images/index/kagkidan01_img.png); background-position: 50% 50%}
.sec_charm02.charm02 .img{ background-image: url(../images/index/kagkidan02_img.png);}


.sec_charm02 .charm07 .txt_box h2{
	margin-top: 13px;
	margin-left: -23px;
}

/* @SP */
@media all and (max-width: 767px){
	.sec_charm02{
	  background-size: 6px 6px;
	}
	.sec_charm02 .txt_box,
	.sec_charm02 .img{
		width: 100%;
		height: 355px;
	}
	.sec_charm02 .img,
	.sec_charm02 .txt_box,
	.sec_charm02._even .img,
	.sec_charm02._even .txt_box{
		float: none;
	}

	/* .txt_box */
	.sec_charm02 .txt_box > .inner{
		padding: 20px;
	}
	.sec_charm02 .txt_box .num img{
		height: 23px;
	}
	.sec_charm02 .txt_box h2{
		margin-top: 30px;
	}
	.sec_charm02 .txt_box h2 img{
		width: auto;
		height: auto;
	}

.sec_charm02.charm01 .txt_box h2 img{ max-height: 25px;}
.sec_charm02.charm02 .txt_box h2 img{ max-height: 25px;}
.sec_charm02.charm03 .txt_box h2 img{ max-height: 24px;}
.sec_charm02.charm04 .txt_box h2 img{ max-height: 24px;}
.sec_charm02.charm05 .txt_box h2 img{ max-height: 23px;}
.sec_charm02.charm06 .txt_box h2 img{ max-height: 25px;}
.sec_charm02.charm07 .txt_box h2 img{ max-height: 60px;}

	.sec_charm02 .txt_box .txt{
		margin-top: 18px;
	}
	.sec_charm02 .txt_box .btn{
		min-width: 208px;
		margin-top: 30px;
	}
	.sec_charm02 .txt_box .btn a{
		font-size: 13px;
	}



	.sec_charm02 .charm07 .txt_box h2{
		margin-top: 22px;
		margin-left: -13px;
	}
}


/*----------------------------------------------------------------------
	.sec_charm03　歌劇団の下部部分
----------------------------------------------------------------------*/

.sec_charm03{
	overflow: hidden;
	background-color:#162441;
	text-align:center;
}

.sec_charm03 .txt_box,
.sec_charm03 .img{
	width: 100%;
	height: 400px;
}

.sec_charm03._even .txt_box02{
	float: none;
}

/* .txt_box */
.sec_charm03 .txt_box{
	display: table;
}
.sec_charm03 .txt_box > .inner{
	display: table-cell;
	vertical-align: middle;
	padding: 20px 48px;
	background: no-repeat 100% 0;
}

.sec_charm03 .txt_box h2{
	margin-top: 40px;
}
.sec_charm03 .txt_box .txt{
	margin-top: 15px;
	color:white;
}
.sec_charm03 .txt_box .btn{
	display: inline-block;
	min-width: 249px;
	margin-top: 40px;
}

.sec_charm03 .img{
	background: no-repeat 50% 0;
	-webkit-background-size: cover;
	        background-size: cover;
}

/* @SP */
@media all and (max-width: 767px){
	.sec_charm03{
	  background-size: 6px 6px;
	}
	.sec_charm03 .txt_box,
	.sec_charm03 .img{
		width: 100%;
		height: 355px;
	}
	.sec_charm03 .img,
	.sec_charm03 .txt_box,
	.sec_charm03._even .img,
	.sec_charm03._even .txt_box{
		float: none;
	}

	/* .txt_box */
	.sec_charm03 .txt_box > .inner{
		padding: 20px;
	}
	.sec_charm03 .txt_box .num img{
		height: 100px;
	}
	.sec_charm03 .txt_box h2{
		margin-top: 30px;
	}
	.sec_charm03 .txt_box h2 img{
		width: auto;
		height: auto;
	}
	.sec_charm03 .txt_box .txt{
		margin-top: 18px;
	}
	.sec_charm03 .txt_box .btn{
		min-width: 208px;
		margin-top: 30px;
	}
	.sec_charm03 .txt_box .btn a{
		font-size: 13px;
	}
	.sec_charm03 .charm07 .txt_box h2{
		margin-top: 22px;
		margin-left: -13px;
	}
}

/*----------------------------------------------------------------------
	.sec_charm04　indx.hrmlの下部部分
----------------------------------------------------------------------*/

.sec_charm04{
	overflow: hidden;
	background-color:#ffffff;
	padding-top: 50px;
	padding-bottom:40px;
}

.sec_charm04 .txt_box,
.sec_charm04 .img{
	margin:0 auto;
	width: 960px;
	height: 360px;
	background: url(../images/index/konohana_bg.jpg) no-repeat 50% 50%;
}

.sec_charm04._even .txt_box02{
	float: none;
}

/* .txt_box */
.sec_charm04 .txt_box{
	display: table;
}
.sec_charm04 .txt_box > .inner{
	display: table-cell;
	vertical-align: middle;
	padding: 20px 48px;
	background: no-repeat 100% 0;
}
.sec_charm04 h1{
	margin-bottom: 10px;
	text-align:center;
}
.sec_charm04 .txt_box h2{
	margin-top: 10px;
}
.sec_charm04 .txt_box .txt{
	margin-top: 15px;
	color:white;
	width:420px;
}
.sec_charm04 .txt_box .btn{
	display: inline-block;
	min-width: 249px;
	margin-top: 20px;
}

.sec_charm04 .img{
	background: no-repeat 50% 0;
	-webkit-background-size: cover;
	        background-size: cover;
}

/* @SP */
@media all and (max-width: 767px){
	.sec_charm04{
	  background-size: 6px 6px;
	}
	.sec_charm04 .txt_box,
	.sec_charm04 .img{
		background-image:none;
		background-color:#162441;
	}
	.sec_charm04 .img,
	.sec_charm04 .txt_box,
	.sec_charm04._even .img,
	.sec_charm04._even .txt_box{
		float: none;
	}

	/* .txt_box */
  .sec_charm04 .txt_box {
    width: 100%;
  }
	.sec_charm04 .txt_box > .inner{
		padding: 20px;
	}
	.sec_charm04 h1{
	width: 100%;
}
	.sec_charm04 .txt_box .num img{
		height: 100px;
	}
	.sec_charm04 h1{
		width: 95%;
		margin:10px auto;
}
	.sec_charm04 .txt_box h2{
		margin-top: 10px;
	}
	.sec_charm04 .txt_box h2 img{
		width: 100%;
		height: auto;
	}
	.sec_charm04 .txt_box .txt{
		margin-top: 18px;
		width: 100%;
	}
	.sec_charm04 .txt_box .btn{
    display: block;
		margin-top: 30px;
	}
	.sec_charm04 .txt_box .btn a{
		font-size: 13px;
	}
	.sec_charm04 .charm07 .txt_box h2{
		margin-top: 22px;
		margin-left: -13px;
	}
}
