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

.topSlideContainer {
	position: relative;
	background: #9fc6e4;
	background: rgba(159,198,228,.8);
	max-width: 1280px;
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
}
.variable-width img {
	width: 100%;
	height: auto;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: 1;
}
.slick-active {
	opacity: 1;
}
.slick-current {
	opacity: 1;
}

.fujoho-l, .fujoho-r {
	display: inline-block;
	margin: 60px 0 40px;
}
.fujoho-l iframe {
	border: 1px #ab95d9 solid;
	border-radius: 8px;
	width: 600px;
	height: 400px;
}
.fujoho-r iframe {
	border: 1px #54AD64 solid;
	border-radius: 8px;
	width: 600px;
	height: 400px;
}
.sokuhime-pc {
	display: inline-block;
	background: rgba(255,255,255,.6);
	border: 4px #ebebeb solid;
	margin: 0 0 40px;
}
.sokuhime-pc iframe {
	width: 800px;
	height: 201px;
}
.sokuhime-sp {
	display: none;
}

.top-wnews {
	display: inline-block;
	width: 300px;
	vertical-align: top;
}
.top-wnews .scbox {
	position: relative;
	margin-top: 20px;
	width: 280px;
	height: 490px;
	overflow: hidden;
}
#tp-info {
	padding: 0 5px 10px 5px;
	margin-bottom: 40px;
	border-bottom: 1px #2393ae dashed;
}
#tp-ttl {
	padding: 10px 0;
	text-align: left;
}
#tp-ttl strong {
	display: block;
	padding-bottom: 3px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2em;
	color: #2393ae;
}
#tpimgv {
	width: 220px;
	text-align: center;
}

.top-blog {
	display: inline-block;
	width: 600px;
	vertical-align: top;
}
.top-blog .bif-pc {
	margin-top: 30px;
	width: 600px;
	height: 524px;
	overflow: hidden;
}
.top-blog .bif-pc iframe {
	margin-top: -40px;
}
.top-blog .bif-sp {
	display: none;
}
