body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, caption, th, td, address, span, a {
margin: 0;
padding: 0;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
text-decoration: none;
line-height: inherit;
background-repeat: no-repeat;
background-position: center left;
-webkit-text-size-adjust: 100%
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box
}
.fl {
float: left!important
}
.fr {
float: right!important
}
.fix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
font-size: 0
}
.fix {
display: inline-block
}
.fix {
display: block
}
.clr {
clear: both
}
.none {
display: none
}
img.fit, object.fit, embed.fit, iframe.fit {
width: 100%;
max-width: 100%;
height: auto
}
body {
font-family: "Noto Sans JP";
text-align: center;
background-color: #f0f0f0
}

.ttl1 {
font-size: 18px;
font-weight: bold;
text-align: center;
margin-bottom: 10px;
letter-spacing: 1px;
display: none
}
.announce {
margin-bottom: 20px;
color: #7b7b7b;
font-size: 13px;
text-align: center;
letter-spacing: 1px
}
.weather-box-wrap {
width: 1000px
}
.weather-box {
width: 109px;
float: left;
margin-right: calc(237px / 6)
}
.weather-box:last-child {
margin-right: 0
}
.weather-box .weather {
border: 3px solid #ddd;
padding: 8px 0 5px 0
}
.weather-box .date {
line-height: 42px;
height: 48px;
border-top: 3px solid #ddd;
color: #000;
letter-spacing: 1px
}
.weather-box .date .mm {
font-size: 18px;
font-weight: bold
}
.weather-box .date .sep {
font-size: 15px;
padding: 0 3px
}
.weather-box .date .dd {
font-size: 18px;
font-weight: bold
}
.weather-box .date .dow {
font-size: 13px;
padding-left: 3px
}
.weather-box .temp {
font-size: 12px;
letter-spacing: 1px
}
.weather-box .temp-max {
color: #c41e1e;
font-weight: bold
}
.weather-box .temp-min {
color: #146299;
font-weight: bold
}
.weather-box .temp-sep {
color: #000;
padding: 0 3px;
font-size: 9px
}
.weather-box .icon {
margin-top: 8px;
padding: 0 10px
}
#copyright {
margin-top: 25px;
color: #afafaf;
text-align: right;
font-size: 10px
}

@media screen and (max-width:999px) {
#copyright {
text-align: center
}
.weather-box {
width:(98 * 100vh / 375);
float: left;
margin-right:calc(70 * 100vh / 375)
}
}

/* スマートフォン
-----------------------------------------------------------------------*/
@media (max-width: 750px) {
#omotenashi-contents-inner {
    overflow:scroll;
    -webkit-overflow-scrolling:touch;
    width: 320px;
    margin: 0 auto
}
.weather-box-wrap {
width: 1100px
}
}