/*	1024px以上 すべて	*/
@media only screen and (min-width:1024px){
.media_screen_1024- {}
.wrap_width {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
address {
    left: 80px;
    top: 50px;
}

}

/* 1024未満 すべて */
@media screen and (max-width: 1023px){
.media_screen_-1023 {}
.wrap_width {
	width: 100%;
}
	
}

/* 	760以上 1024未満　*/
@media only screen and (min-width:760px) and (max-width: 1023px){
.media_screen_768-1023 {}
#foot_img {
    right: 100px;
    top: 30px;
}
address {
    left: 50px;
    top: 50px;
}

}

/* 	760以上 すべて */
@media only screen and (min-width:760px){
.media_screen_760- {}
a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
}
#footer_wrap {
	height: 200px;
}
#foot_img {
    right: 120px;
    top: 30px;
}

}

/* 760未満 すべて */
@media only screen and (max-width: 759px){
.media_screen_-759 {}
header {
    display: block;
    height: 50px;
}
address {
    left: 20px;
    top: 50px;
}
	
}

/* 598以上 760未満 */
@media only screen and (min-width:598px) and (max-width: 759px){
.media_screen_598-767 {}
#contact_btn,#tel_btn {
	margin-top: 5px;
	width: 160px;
	height: auto;
}
#contact_btn {
	right: 200px;
}
#footer_wrap {
	height: 200px;
}
#foot_img {
    right: 50px;
    top: 50px;
}
#foot_nav {
    left: 240px;
    top: 30px;
}

}

/* 598未満 */
@media only screen and (max-width: 597px){
.media_screen-597 {}
#contact_btn,#tel_btn {
	margin-top: 10px;
	width: 120px;
	height: auto;
}
#contact_btn {
	right: 150px;
}
#footer_wrap {
	height: 200px;
}
#foot_img {
    right: 20px;
    top: 100px;
	width: 200px;
	height: auto;
}
#foot_nav {
    left: 240px;
    top: 30px;
}
#copyright  {
	font-size: 10px;
}
#go_top img {
	width: 40px;
	height: 40px;
}

}

/* 500以上 598未満 */
@media only screen and (min-width: 500px) and (max-width: 597px){
.media_screen_500-597 {}
#head_logo {
	top: 6px;
	width: 160px;
	height: auto;
}

}

/* 500未満 */
@media only screen and (max-width: 499px){
.media_screen-499 {}
#footer_wrap {
	height: 270px;
}
address {
    left: 20px;
    top: 20px;
}
#foot_img {
    right: 50px;
    top: 170px;
}
}

/* 400以上 500未満 */
@media only screen and (min-width: 400px) and (max-width: 499px){
.media_screen_400-499 {}
#head_logo {
	top: 10px;
	width: 140px;
	height: auto;
}

}

/* 350以上 400未満 */
@media only screen and (min-width: 350px) and (max-width: 399px){
.media_screen_350-399 {}
#head_logo {
	top: 12px;
	width: 120px;
	height: auto;
}

}

/* 350未満 */
@media only screen and (max-width: 349px){
.media_screen-349 {}
#head_logo {
	width: 100px;
	height: auto;
}

}
