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

#top_bg {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 50%, rgba(255, 255, 255, 0.4) 100%);
	border-radius: 10px;
	padding: 0px 10px 1em 10px;
}
#top_bg::after {
	content: "";
	clear: both;
	display: block;
}

#top_bg h1 {
	background-image: url(../images/img_top/welcome.svg);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	
	text-indent: +100%;
	white-space: nowrap;
	overflow: hidden;
	
	margin: 1em 0px 0px 0px;
	padding:0px;
	width: 100%;
	height: auto;
}

#top_bg p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#notice_list {
	display: block;
	padding: 1em 0px 0px 0px;
}
#notice_list ul {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#notice_list ul li {
	margin: 0px;
	padding: 2px 4px;
	list-style: none;
	display: block;
	float: left;
	height: 50px;
	width: 126px;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
	
	background-attachment: scroll;
	background-position: center left;
	background-repeat: no-repeat;
}

#notice_list ul li.hanbai {
	background-image: url(../images/img_top/hanbai.svg);
	background-size: 126px 44px;
}
#notice_list ul li.kyoshitsu {
	background-image: url(../images/img_top/kyoshitsu.svg);
	background-size: 124px 44px;
}
#notice_list ul li.ryuui {
	background-image: url(../images/img_top/ryuui.svg);
	background-size: 96px 44px;
}

#notice_list li a {
	display: block;
	cursor: pointer;
	height: 50px;
	}




#top_listing {
	display: block;
	width: 100%;
	clear: both;
	margin: 2em 0px;
	padding: 0px 10px;
	box-sizing: border-box;
}
#top_listing dt {
	margin: 0px 0px 1em 0px;
	padding: 0px;
}
#top_listing dd {
	margin: 0px;
	padding: 0px 0px 1ex 0px;
	color: #FFFFFF;
}
#top_listing dd ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#top_listing dd ul li {
	list-style: none;
	margin: 0px;
	padding: 0px 4px 10px 12px;
	top: 0px;
	position: relative;
}
#top_listing dd ul li:before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-width: 6px;
	border-color: transparent transparent transparent #FFFFFF;
	position: absolute;
	left: 0px;
	top: 4px;
}
#top_listing dd ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.listing_headline {
	display: block;
	height: 36px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	
	background-attachment: scroll;
	background-position: top left, bottom left;
	background-repeat: no-repeat, no-repeat;
}
#headline_oshirase {
	background-image: url(../images/img_top/headline_oshirase.svg), url(../images/img_common/underline.png);
	background-size: 110px 30px, 100% 4px;
}
#headline_shouhin {
	background-image: url(../images/img_top/headline_shouhin.svg), url(../images/img_common/underline.png);
	background-size: 131px 30px, 100% 4px;
}
#headline_kyoushitsu {
	background-image: url(../images/img_top/headline_kyoushitsu.svg), url(../images/img_common/underline.png);
	background-size: 131px 30px, 100% 4px;
}
#headline_blog {
	background-image: url(../images/img_top/headline_blog.svg), url(../images/img_common/underline.png);
	background-size: 92px 30px, 100% 4px;
}


#upperbox {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
#mainvisual {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
 }
#mainvisual iframe {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
#information {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#information p {
	margin: 0px;
	padding: 0px;
	max-width: 420px;
}
#information p span {
display: block;
}
#information a {
	color: #FFFFFF;
}




/*-------------------メディア切替------------------------*/

	/*568 iPhone5sのランドスケープ*/
@media screen and (min-width: 568px) {
	#top_bg img {
		width: 206px;
		float: left;
	}
    #mainvisual {
		width: 45%;
    	}
      #information {
		width: 50%;
             }
	#notice_list {
		clear: both;
		}
	#notice_list ul {	
		text-align: center;
		}
	#notice_list ul li {		
		display: inline-block;
		float: none;
	}
	#top_listing dl {
		width: 50%;
		float: left;
	}
}

	/*768 iPadのポートレイト*/
@media screen and (min-width: 768px) {
	#top_bg img {
		width: 295px;
	}
	.information {
	}
	#notice_list {
		clear: none;
	}
	#notice_list ul {
		padding: 0px 0px 0px 20px;
	}
}



	/*1024 iPadのランドスケープ*/
@media screen and (min-width: 1024px) {
	.information {
	}
	#notice_list ul {
		padding: 0px 0px 0px 350px;
		text-align: left;
		box-sizing: border-box;
	}
	#top_listing {
		margin: 15px 0px 0px 0px;
	}
	#top_listing dl {
		width: 23%;
		padding-right: 1em;
	}
	#top_bg img {
	width: 212px;
	height: 160px;
	}
	#top_bg h1 {
	background-size: 70%;
	}

}