@media only screen and (min-width: 48.065em) {
    .footer__widget--title img {
        margin-right: 30px;
        width: 254px;
    }
}

@media only screen and (min-width: 48.065em) {
    .magazine {
        padding: 0px;
    }
}

.item span.telno {
    font-size: 13px;
    display: inline;
    margin-left:6px;
}

.footer_left {
    float: left;
    width: 38%;
}

.footer_left .footer__widget {
    width: 100%;
}

.footer_right {
    width: 62%;
    float: right;
}

    /* .footer__widget {
        padding-right: 20px;
        border-right: 1px solid var(--white);
        padding-left: 10px;
        margin-bottom: initial;
        width: 32%;
        display: inline-block;
        vertical-align: top;
    } */

    .start {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
}

    .weather__info i {
        font-size: 35px;
    }

    .weather p {
        font-size: 14px;
    }

    .header {
    position: -webkit-sticky;
}

@media (max-width: 1200px) {
    .footer_right {
        width: 100%;
        margin-top: 30px;
        float: none;
    }
}

@media (max-width: 1200px) {
    .footer_left {
        float: none;
        padding-right: 50px;
        border: none;
        width: 100%;
    }
    /* .shikaoi__socials {
    right: 60px;
    position: absolute;
} */
}

@media (max-width: 780px) {
	.hero .cover-text {
    display: block;
	}
}

@media (max-width: 700px) {
	.hero .cover-text {
		    width: 57%;
	}
	.weather__info span {
    font-size: 21px;
}
}

@media (max-width: 480px) {
    .footer_right {
    width: 100%;
    float: none;
}
.shikaoi__socials {
    right: 0px;
position: relative;
}
    .footer_left {
        padding-right: 0px;
    }
    .footer__widget {
    padding-right: 0px;
    border-right: none;
    padding-left: 0px;
    margin-bottom: 50px;
    width: 100%;
    display: block;
    vertical-align: top;
}
.hero .cover-text {
		    width: 100%;
	}
	.weather__info i {
        font-size: 25px;
    }


    .weather p {
        font-size: 14px;
    }
    #shikaoi {
    margin-top: -90px;
}
}

@media (max-height: 480px) {
.hero .scroll-down, .weather {
    bottom: 30px;
}
}

@media (max-width: 350px) {
	.weather {
    	right: 10px;
	}
    .weather__info i {
        font-size: 21px;
    }
}


img.forpcslide {
    display: block;
}

img.fortabslide, img.forspslide {
    display:none;
}

@media (max-width: 1024px) {
    img.forpcslide {
        display:none;
    }
    img.fortabslide {
        display:block;
    }
}

@media (max-width: 480px) {
    .img.fortabslide {
        display:none;
    }
    img.forspslide {
        display:block;
    }
}