@charset "utf-8";

/*!
 * index.css
 */


/* # =================================================================
   # 　MV
   # ================================================================= */
   
#vidual-area {
	display: block;
	position: relative;
	width: 100%;
	height: 100vh;
	height: 100svh;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


#vidual-area #slider-area {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#slider {
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
	padding: 0 0 0 0;
}

@supports (-webkit-touch-callout: none) {
  #slider {
    height: -webkit-fill-available;
    min-height: -webkit-fill-available;
  }
}

.vegas-animation-kenburns {
    animation: kenburns ease-out;
}

@keyframes kenburns {
    0% {
        transform: scale(1.14);
    }
    100% {
        transform: scale(1);
    }
}


/* MV画像ごとの短キャプション */
#vidual-area p {
	display: block;
	position: absolute;
	bottom: 35px;
	right: 120px;
	padding: 0 0 0 0;
	color: #fff;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2em;
	line-height: 1.1em;
	z-index: 101;
	letter-spacing: 1px;
}
	
@media screen and (max-width:1200px) {

	#vidual-area p {
		display: block;
		position: absolute;
		bottom: 35px;
		right: 7%;
		padding: 0 0 0 0;
		color: #fff;
		font-weight: 600;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.2em;
		line-height: 1.1em;
		z-index: 100;
	}

}

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

	#vidual-area p {
		display: none;
	}

}





.slider-line {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	bottom: 90px;
	left: 5%;
	width: 90%;
	height: 1px;
	background-color: #fff;
}






.slider-on {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 24%;
	left: 11%;
	text-align: left;
	margin: auto;
}

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

	.slider-on {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 26%;
		left: 7%;
		text-align: left;
		margin: auto;
	}

}



.slider-on .slider-title {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	color: #fff;
	font-size: 5.8em;
	line-height: 1em;
	width: 100%;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: -2px;
}

.slider-on .slider-subtitle {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 40px 0 0 0;
	text-align: left;
	color: #fff;
	font-size: 2.2em;
	line-height: 1.2em;
	width: 100%;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
}

.slider-on .slider-subtitle span {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	color: #ffba00;
	font-size: 1.6em;
	line-height: 1.2em;
	width: 100%;
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
}

.slider-on .slider-subtitle br {
	display: none;
}
	

.slider-on .slider-lead {
	display: block;
	position: relative;
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.8em;
	width: 100%;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
}

.slider-on .slider-lead span {
	font-size: 1.8em;
	color: #ffba00;
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 0 12px 0 12px;
}
	
	

@media screen and (max-width:1200px) {
	
	.slider-on .slider-title {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		text-align: left;
		color: #fff;
		font-size: 3.6em;
		line-height: 1em;
		letter-spacing: -2px;
	}
	
	.slider-on .slider-subtitle {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 40px 0 0 0;
		text-align: left;
		color: #fff;
		font-size: 1.6em;
		line-height: 1.2em;
	}
	
	.slider-on .slider-subtitle span {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		text-align: left;
		color: #ffba00;
		font-size: 1.5em;
		line-height: 1.2em;
	}
	
	.slider-on .slider-lead {
		display: block;
		position: relative;
		padding: 20px 0 0 0;
		margin: 0 0 0 0;
		text-align: left;
		color: #fff;
		font-size: 1.1em;
		line-height: 1.7em;
	}
	
}

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

	.slider-on .slider-title {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		text-align: left;
		color: #fff;
		font-size: 3em;
		line-height: 1em;
		letter-spacing: -2px;
	}
	
	.slider-on .slider-subtitle {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 40px 0 0 0;
		text-align: left;
		color: #fff;
		font-size: 1.4em;
		line-height: 1.2em;
	}
	
	.slider-on .slider-subtitle span {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		text-align: left;
		color: #ffba00;
		font-size: 1.5em;
		line-height: 1.2em;
	}
	
	.slider-on .slider-lead {
		display: block;
		position: relative;
		padding: 20px 0 24px 0;
		margin: 0 0 0 0;
		text-align: left;
		color: #fff;
		font-size: 1em;
		line-height: 1.7em;
	}


	.slider-on .slider-subtitle br {
		display: block;
	}


}


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

	.slider-on .slider-title {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		text-align: left;
		color: #fff;
		font-size: 2.5em;
		line-height: 1.1em;
		letter-spacing: -2px;
	}
	
	.slider-on .slider-subtitle {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 40px 0 0 0;
		text-align: left;
		color: #fff;
		font-size: 1.3em;
		line-height: 1.2em;
	}
	
	.slider-on .slider-subtitle span {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		text-align: left;
		color: #ffba00;
		font-size: 1.3em;
		line-height: 1.2em;
	}
	
	.slider-on .slider-lead {
		display: block;
		position: relative;
		padding: 20px 24px 0 0;
		margin: 0 0 0 0;
		text-align: left;
		color: #fff;
		font-size: 1em;
		line-height: 1.7em;
	}
	
	.slider-on .slider-lead br {
		display: none;
	}
	
}









.index-content {
	clear: both;
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 120px;
	background-color: #fff;
}

















.office-all {
	clear: both;
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 120px 0;
	width: 100%;
	height: auto;
	min-height: 330px;
	background-color: #fff;
}

.office-all p {
	clear: both;
	position: relative;
	display: block;
	padding: 40px 0 80px 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 1.4em;
	font-weight: 700;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 2px;
}

.office-all p span.info {
	position: relative;
	display: block;
	font-size: 2.4em;
	line-height: 1.1em;
}

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

	.office-all p {
		clear: both;
		position: relative;
		display: block;
		padding: 40px 0 80px 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
		text-align: center;
		font-size: 1.2em;
		font-weight: 700;
		font-family: "BIZ UDPGothic", sans-serif;
		letter-spacing: 2px;
	}
	
	.office-all p span.info {
		position: relative;
		display: block;
		font-size: 1.6em;
		line-height: 1.1em;
	}

}













.office-all ul {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: auto;
	max-width: 1800px;
	text-align: center;
	list-style: none;
}

.office-all ul li {
	position: relative;
	display: inline-block;
	padding: 0 0 0 0;
	margin: 0 18px 38px 18px;
	min-width: 320px;
	height: auto;
	min-height: 240px;
	background-color: #f8f8f8;
}



.office-all .place {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 320px;
	height: 240px;
	z-index: 1;
}

.office-all .head {
	position: absolute;
	display: block;
	padding: 8px 0 8px 0;
	margin: 0 0 0 0;
	top: 30px;
	left: 50%;
	width: 100%;
	height: 60px;
	color: #fff;
	font-size: 1em;
	/*background-color: #4d4b4a;*/
	background-color:rgba(77,75,74,0.8);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
    z-index: 10;
    line-height: 1.4em;
}

.office-all .head span {
	position: relative;
	display: inline-block;
	padding: 0 0 0 8px;
	font-weight: 900;
	font-size: 1.2em;
}
	
	
.office-all .title {
	position: absolute;
	display: block;
	padding: 4px 8px 4px 8px;
	margin: 0 0 0 0;
	top: 120px;
	left: 50%;
	width: 80%;
	color: #fff;
	font-size: 4.5em;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-weight: 800;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 8px;
    z-index: 10;
    
	text-shadow:
        1px 1px #4d4b4a, /*文字の右下に影を追加*/
        1px -1px #4d4b4a,/*文字の右上に影を追加*/
        -1px 1px #4d4b4a,/*文字の左下に影を追加*/
        -1px -1px #4d4b4a;/*文字の左上に影を追加*/
}

.office-all .bt {
	position: absolute;
	display: block;
	padding: 4px 8px 4px 8px;
	margin: 0 0 0 0;
	bottom: 4px;
	right: 4px;
	color: #fff;
	font-size: 1.4em;
	
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	text-shadow:
        1px 1px #4d4b4a, /*文字の右下に影を追加*/
        1px -1px #4d4b4a,/*文字の右上に影を追加*/
        -1px 1px #4d4b4a,/*文字の左下に影を追加*/
        -1px -1px #4d4b4a;/*文字の左上に影を追加*/
    z-index: 10;
}



.hoshi {
	position: absolute;
	top: 14px;
	right: 0px;
	z-index: 200;
}

.hoshi .burst-12 {
	position: relative;
    display: block;
    background-color: red;
    width: 100px;
    height: 100px;
    z-index: 100;
    border-radius: 50%;
}

/*
.hoshi .burst-12:before,
.hoshi .burst-12:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	width: 80px;
	background-color: red;
	z-index: 200;
}
.hoshi .burst-12:before {
	transform: rotate(30deg);
	z-index: 200;
}
.hoshi .burst-12:after {
	transform: rotate(60deg);
	z-index: 200;
}

*/




.hoshi .burst-12b {
	position: relative;
	display: block;
	background-color: #89ad7e;
	width: 80px;
	height: 80px;
	z-index: 200;
}
.hoshi .burst-12b:before,
.hoshi .burst-12b:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	width: 80px;
	background-color: #89ad7e;
	z-index: 200;
}
.hoshi .burst-12b:before {
	transform: rotate(30deg);
	z-index: 200;
}
.hoshi .burst-12b:after {
	transform: rotate(60deg);
	z-index: 200;
}




.hoshi .burst-12c {
	position: relative;
	display: block;
	background-color: #5375a3;
	width: 80px;
	height: 80px;
	z-index: 200;
}
.hoshi .burst-12c:before,
.hoshi .burst-12c:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	width: 80px;
	background-color: #5375a3;
	z-index: 200;
}
.hoshi .burst-12c:before {
	transform: rotate(30deg);
	z-index: 200;
}
.hoshi .burst-12c:after {
	transform: rotate(60deg);
	z-index: 200;
}








.hoshi .burst-txt {
	position: relative;
	display: block;
	padding-top: 14px;
	width: 100px;
	height: 80px;
	color: #fff;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 1px;
	z-index: 300;
}

.hoshi .burst-txt span {
    font-size: 1.8em;
}
	




/* 大宮 */

.omiya_block_head {
	clear: both;
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	background-image: url(../images/omiya_bg.jpg);
}

.omiya_block_head p {
	clear: both;
	position: relative;
	display: block;
	padding: 80px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 1.8em;
	font-weight: 700;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 2px;
}

.omiya_block_head p span.st {
	position: relative;
	display: inline-block;
	padding: 0 6px 0 6px;
	font-family: "Shippori Mincho", serif;
	font-weight: 800;
	font-size: 2.8em;
	color: #796241;
	letter-spacing: -1px;
}

.omiya_block_head p span.info {
	position: relative;
	display: block;
	font-size: 2.2em;
	line-height: 1.1em;
}

.omiya_block_head p.lead {
	clear: both;
	position: relative;
	display: block;
	padding: 8px 0 60px 0;
	margin: 0 auto 0 auto;
	width: 85%;
	max-width: 700px;
	height: auto;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.8em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 2px;
}

.omiya_block_head p.lead span {
	font-size: 0.7em;
	line-height: 1em;
}

@media screen and (max-width:1200px) {
.omiya_block_head {
	background-image: url(../images/omiya_bg_1200.jpg);
}
}
@media screen and (max-width:550px) {

.omiya_block_head {
	background-image: url(../images/omiya_bg_st.jpg);
}

	.omiya_block_head p {
		clear: both;
		position: relative;
		display: block;
		padding: 80px 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
		text-align: center;
		font-size: 1.4em;
		font-weight: 700;
		font-family: "BIZ UDPGothic", sans-serif;
		letter-spacing: 2px;
	}

	.omiya_block_head p span.info {
		position: relative;
		display: block;
		font-size:1.8em;
		line-height: 1.1em;
	}

	.omiya_block_head p.lead {
		clear: both;
		position: relative;
		display: block;
		padding: 18px 0 60px 0;
		margin: 0 auto 0 auto;
		width: 90%;
		max-width: 700px;
		height: auto;
		text-align: center;
		font-size: 1.2em;
		line-height: 1.5em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		letter-spacing: 2px;
	}

}






.omiya_block {
	clear: both;
	position: relative;
	display: block;
	padding: 40px 0 0 0;
	margin: 0 0 10px 0;
	width: 100%;
	height: auto;
/*	min-height: 1000px; */
	background-color: #fff;
/*	background-image: url(../images/omiya_bg_st.jpg);*/
	background-position: center bottom;
	background-size: cover;
/*	border-bottom: 1px solid #796241; */
}

.omiya_block ul {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 1200px;
	text-align: -webkit-center;
}


.omiya_block ul li {
    position: relative;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 40px 30px;
    /*margin: 0 10px 40px 0px;*/
    /* width: 100%; */
    max-width: 530px;
    overflow: hidden;
}


/*
.omiya_block ul li {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 auto 30px auto;
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
}
*/


.omiya_block .info_img {
    position: relative;
    display: block;
    padding: 0 0 0 0;
    margin: 10px;
    width: 86%;
    /* min-width: 460px; */
    height: auto;
    min-height: 240px;
    background-color: #f6f6f6;
    float: left;
}


/*
.omiya_block .info_img {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 2% 0 0;
	width: 28%;
	min-width: 360px;
	height: auto;
	min-height: 240px;
	background-color: #f6f6f6;
	float: left;
}
*/

/*
.omiya_block .info_spec {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 65%;
	height: 260px;
	float: left;
}
*/


.omiya_block .info_spec {
    position: relative;
    display: block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 90%;
    height: 260px;
    float: left;
}

.omiya_block .info_title {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.8em;
	line-height: 1.8em;
	font-weight: 700;
	font-family: "BIZ UDPGothic", sans-serif;
	text-align: center;
	background-color: rgba(154, 144, 132, 0.2);
    width: 96%;
}


.omiya_block .info_add {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	text-align: center;
	}

.omiya_block .info_access {
	position: relative;
	display: block;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	text-align: center;
}

.omiya_block .access_ti {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: 700;
	font-family: "BIZ UDPGothic", sans-serif;
}

.omiya_block .access_kind {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.omiya_block .info_lead {
	position: relative;
	display: block;
	padding: 4px 18px 4px 18px;
	margin: 0 2% 18px 0;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
/*	background-color: #ffdf47; */
	color: #333;
	text-align: center;
}







.omiya_link {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	bottom: 0;
	left: 0;
}



.omiya_block .info_link {
    position: relative;
    display: block;
    padding: 0 0 0 0;
    margin: 0 auto;
    width: 68%;
    height: 46px;
    line-height: 46px;
    /* float: left; */
    background-color: #796241;
    border-radius: 8px;
    /* text-align: center; */
}

/*
.omiya_block .info_link {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 2% 0 0;
	width: 48%;
	height: 46px;
	line-height: 46px;
	float: left;
	background-color: #796241;
	border-radius: 8px;
}
*/

.omiya_block .info_inquiry {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 2% 0 0;
	width: 48%;
	height: 46px;
	line-height: 46px;
	float: left;
	background-color: #5090a3;
	border-radius: 8px;
}

.omiya_block .info_link a {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 2% 0 0;
	width: 100%;
	height: 46px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.omiya_block .info_inquiry a {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 2% 0 0;
	width: 100%;
	height: 46px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}





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

	.omiya_block ul {
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 95%;
		max-width: 1200px;
	}
	
	.omiya_block ul li {
		position: relative;
		display: block;
		padding: 0 0 0 0;
		margin: 0 auto 80px auto;
		width: 100%;
		max-width: 1200px;
		overflow: hidden;
	}
	
	.omiya_block .info_img {
		position: relative;
		display: block;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 28%;
		min-width: 360px;
		height: auto;
		min-height: 240px;
		background-color: #f6f6f6;
		float: none;
	}
	
	.omiya_block .info_spec {
		position: relative;
		display: block;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 80%;
		height: 260px;
		float: none;
	}

	.omiya_block .info_title {
		position: relative;
		display: block;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-size: 2.4em;
		line-height: 1.8em;
		font-weight: 700;
		font-family: "BIZ UDPGothic", sans-serif;
	}
	
	.omiya_block .info_link {
    	width: 38%;
	}

}

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


	.omiya_block .info_spec {
		width: 60%;
		height: 300px;
	}


	.omiya_block {
		clear: both;
		position: relative;
		display: block;
		padding: 40px 0 0 0;
		margin: 0 0 80px 0;
		width: 100%;
		height: auto;
		min-height: 1200px;
		background-color: #fff;
/*		background-image: url(../images/omiya_bg.jpg);*/
		background-position: center bottom;
		background-size: cover;
		border-bottom: 1px solid #796241;
	}
	
}
	
@media screen and (max-width:580px) {

	.omiya_block ul {
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 95%;
		max-width: 1200px;
	}
	
	.omiya_block ul li {
		position: relative;
		display: block;
		padding: 0 0 0 0;
		margin: 0 auto 60px auto;
		width: 100%;
		max-width: 1200px;
		overflow: hidden;
	}
	
	.omiya_block .info_img {
		position: relative;
		display: block;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 28%;
		min-width: 320px;
		height: auto;
		min-height: 200px;
		background-color: #f6f6f6;
		float: none;
	}
	
	.omiya_block .info_spec {
		position: relative;
		display: block;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 100%;
		height: 306px;
		float: none;
	}

	.omiya_link {
		position: relative;
		display: block;
		padding: 0 0 0 0;
		margin: 6px 0 0 0;
		width: 100%;
		bottom: 0;
		left: 0;
	}

}


li#index_map_ifream_top {
    width: 1200px;
    /* text-align: center; */
    margin: 0 auto 30px;
    height: 440px;
}

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

li#index_map_ifream_top {
    width: 96%;

}
}

.slider-conference {
    display: block;
    position: relative;
    padding: 20px 0 0 0;
    margin: 0 0 0 0;
    text-align: left;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.8em;
    width: 100%;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
    /* vertical-align: text-top; */
}


img.cc {
    vertical-align: middle;
}
	
	
@media screen and (max-width: 480px) {

.slider-conference {
    padding: 5px 0 0 0;
    font-size: 1em; 
}

img.cc {
    width: 90%;
}

.slider-on {
    top: 20%;
    }
    
    
.slider-on .slider-subtitle {
		margin: 16px 0 0 0;
	}
	
	.slider-on .slider-lead {
        padding: 8px 24px 0 0;
    }
    
 }