/* 1100以上の場合 */
@media only screen and (min-width:1100px){
	.slide {
		background-size: 1400px auto;
	}
}
/* 1100未満すべて */
@media screen and (max-width: 1099px){
	.slide {
		background-size: 130% auto;
	}
}

/*	1024px以上 すべて	*/
@media only screen and (min-width:1024px){
.media_screen_1024- {}
#catch {
    height: 560px;
}
#catch p {
    font-size: 30px;
    top: 80px;
    left: 30px;
}
#catch h1 {
    right: 30px;
    bottom: 30px;
}
main {
    margin-top: 560px;
}
#info {
    margin-left: 80px;
    font-size: 15px;
    padding-bottom: 20px;
}
.left_wrap {
    float: left;
    width: 600px;
}
.right_wrap {
    float: right;
    width: 380px;
}
#facebook {
    width: 360px;
    height: 620px;

}

}

/* 1024未満 すべて */
@media screen and (max-width: 1023px){
.media_screen_-1023 {}
main {
    padding-left: 20px;
    padding-right: 20px;
}
#facebook {
    height: 680px;
}


}

/* 	760以上 1024未満　*/
@media only screen and (min-width:760px) and (max-width: 1023px){
.media_screen_768-1023 {}
#catch {
    height: 420px;
}
#catch p {
    font-size: 30px;
    top: 50px;
    left: 30px;
}
#catch h1 {
    right: 30px;
    top: 130px;
}
#catch img {
	width: 260px;
	height: auto;
}
main {
    margin-top: 420px;
}
.left_wrap {
    float: left;
    width: 600px;
}
.right_wrap {
    float: left;
    width: 600px;
    margin-top: 30px;
}
#facebook .fb-page {
    margin-top: 20px;
    margin-left: 50px;
}

}

/* 	760以上 すべて */
@media only screen and (min-width:760px){
.media_screen_760- {}
header {
    display: none;
    height: 0px;
}
#slide_wrap {
    top: 0px;
}
#top_nav {
	display: block;
}
#info {
    padding-top: 60px;
}
#map iframe {
    height: 300px;
}

}

/* 760未満 すべて */
@media only screen and (max-width: 759px){
.media_screen_-759 {}
#top_nav {
	display: none;
}
#slide_wrap {
    top: 50px;
}
.left_wrap, .right_wrap {
    width: 100%;
}
#topics,#map,#facebook {
	margin-top: 30px;
}
#map iframe {
    height: 200px;
}

}

/* 598以上 760未満 */
@media only screen and (min-width:598px) and (max-width: 759px){
.media_screen_598-767 {}
#catch {
    height: 420px;
}
#catch p {
    font-size: 24px;
    top: 40px;
    left: 30px;
}
#catch h1 {
    right: 30px;
    top: 120px;
}
#catch img {
	width: 200px;
	height: auto;
}
main {
    margin-top: 420px;
}
#facebook .fb-page {
    margin-top: 20px;
    margin-left: 30px;
}

}

/* 598未満 */
@media only screen and (max-width: 597px){
.media_screen-597 {}

}

/* 400以上 598未満 */
@media only screen and (min-width: 400px) and (max-width: 597px){
.media_screen_400-597 {}
#catch {
    height: 320px;
}
#catch p {
    top: 30px;
    left: 20px;
    font-size: 18px;
}
#catch h1 {
    top: 100px;
	right: 20px;
}
#catch img {
	width: 150px;
	height: auto;
}
main {
    margin-top: 320px;
}

}

/* 400未満 */
@media only screen and (max-width: 399px){
.media_screen-400 {}
#catch {
    height: 260px;
}
#catch h1 {
    top: 100px;
	right: 20px;
}
#catch p {
    top: 20px;
    left: 20px;
    font-size: 16px;
}
#catch img {
	width: 100px;
	height: auto;
}
main {
    margin-top: 250px;
}

}

/* 350以上 400未満 */
@media only screen and (min-width: 350px) and (max-width: 399px){
.media_screen_350-399 {}

}

/* 350未満 */
@media only screen and (max-width: 349px){
.media_screen-349 {}
#go_ichigo img {
	width: 90%;
	height: auto;
}

}
