
@charset "UTF-8";

#weather-wrapper {
  max-width: 450px;
}

.weather-company {
  display: none !important;
}

.weather-c-name {
  font-size: 11px;
  text-align: right;
  margin-top: 5px;
  text-decoration: underline;
  color: #0000FF;
}

#explan-weather {
  display: flex;
  margin-top: 20px;
}

.explan-box {
  width: 33%;
  margin-right: 10px;
  padding: 40px;
}

.explan-box:last-child {
  margin: 0;
}

.explan-box p {
  border-bottom: 1px solid #333;
  text-align: center;
  padding-bottom: 5px;
  font-size: 18px;
}

.explan-box li {
  margin: 10px 0;
}

#weather-content {
  margin: 40px 0;
  overflow: hidden;
}

#weather-content .left-box {
  width: 35%;
  margin-right: 20px;
}

#weather-content .right-box {
  width: 60%;
}

.right-box .prev {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.right-box-inner {
  border: solid 1px #ccc;
  padding: 20px;
}

#weather-area {
  display: flex;
  margin-bottom: 40px;
}

#weather-postal {
  display: block;
  margin-bottom: 40px;
}

#weather-day {
  display: block;
  margin-bottom: 40px;
}

.weather-tit {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

#weather-select {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}


@media screen and (max-width: 460px) {
  .sep {
    display: block;
    max-width: 270px;
    margin: 0 auto;
  }

  #weather1 ul,
  #weather2 ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
  }

  #weather2 ul {
    display: flex;
  }

  #weather1 ul li {
    list-style-type: none;
    display: inline-block;
    float: left;
    margin: 0 !important;
  }

  #weather2 img {
    border: 0 !important;
    width: 100%
  }

  #weather1 img {
    border: 0 !important;
  }

  #weather1 ul {
    float: left;
    width: 80px;
    font-size: 14px;
    margin-left: 5px;
  }

  #wrap {
    position: relative;
  }

  .day {
    font-size: 13px;
    float: left;
  }

  #weather1 {
    overflow: hidden;
    font-size: 13px;
    width: 100%;
    box-sizing: unset !important;
    line-height: 1.5 !important;
    border-top: solid 1px #ccc;
    border-right:solid 1px #ccc;
    border-left : solid 1px #ccc;
  }

  #weather2 {
    box-sizing: unset !important;
    line-height: 1.5 !important;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom:  solid 1px #ccc;
    border-right:solid 1px #ccc;
    border-left : solid 1px #ccc;
    width: 100%;
  }

  #rain1,
  #rain2,
  #rain3,
  #rain4,
  #rain5 {
    font-size: 12px;
  }

  #weather2 li {
    display: inline-block;
    font-size: 10px;
    text-align: center;
    margin: 0 !important;
    box-sizing: unset;
    border-right: 1px solid #ccc;
    width: 100%;
  }

  #weather2 li:last-child {
    display: inline-block;
    font-size: 10px;
    text-align: center;
    margin: 0 !important;
    box-sizing: unset;
    border-right: none !important;
  }

    #weather2 .temp {
    font-size: 14px;
    padding: 5px 5px 0 0;
    float: left;
  }

  #weather2  #min_temp {
    font-size: 13px;
  }

    #weather2 #max_temp {
    font-size: 13px;
    margin-right: 4px;
  }

    #weather2 .icon {
    text-align: center;
    display: block;
    margin: 0 auto;
  }

    #weather2 .date {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 11px
  }

  .w_title {
    width: 100%;
    font-size: 2.4em;
    display: block;
    color: #333;
    margin: 5px 0 10px 0;
    font-family: "Hannari";
  }

  .w_snow {
    font-size: 10px;
  }

.weather-box {
  float: right;
}
  .snow {
    font-size: 12px;
  }

  .d_rain {
    margin-right: 10px;
  }

  .w_temp {
    font-weight: bold;
    display: block;
    font-size: 11px;
  }

  .l_temp {
    display: block;
  }

  .h_temp {
    display: block;
  }

  .w_bg {
    width: 100%;
    float: left;
    text-align: center;
  }

  .snow {
    display: block;
  }
.w_city {
  font-size: 15px;
  margin-top: 10px
}

  .waku {
    border: solid 1px #ccc
  }
}

@media screen and (min-width: 461px) {

.sep {
  display: flex;
}

  .w_bg {
    width: 45%;
  }

  #weather1 .w_title {
    margin-left: 10px;
  }

  #weather1 ul,
  #weather2 ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
  }

  #weather2 ul {
    display: flex;
  }

  #weather1 ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 !important;
  }

  #weather2 img {
    border: 0 !important;
  }

  #weather1 img {
    border: 0 !important;
  }

  #weather1 ul {
    width: 35%;
    font-size: 14px;
    margin-top: 10px;
  }

  #wrap {
    position: relative;
  }

  .day {
    font-size: 15px;
  }

  #weather1 {
    overflow: hidden;
    font-size: 12px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border: 1px solid #ccc;
    box-sizing: unset !important;
    line-height: 1.5 !important;
    display: flex;
    max-width: 450px;
  }

  #weather2 {
    box-sizing: unset !important;
    line-height: 1.5 !important;
    max-width: 452px
  }

  #rain1,
  #rain2,
  #rain3,
  #rain4,
  #rain5 {
    font-size: 12px;
  }

  #weather2 li {
    display: inline-block;
    padding: 4px 0;
    font-size: 10px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 16.5%;
    text-align: center;
    margin: 0 !important;
    box-sizing: unset;
  }

  #weather2 li:last-child {
    border-right: 1px solid #ccc;
  }

  .temp {
    font-size: 14px;
    padding: 5px 5px 0 0;
    float: left;
    width: 70px
  }

  #min_temp {
    font-size: 13px;
  }

  #max_temp {
    font-size: 13px;
    margin-right: 4px;
  }

  .icon {
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .w_city {
    margin-top: 10px;
    margin-left: 10px;
    display: block;
  }
  .date {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 10px
  }

  .w_title {
    width: 160px;
    font-size: 26px;
    display: block;
    color: #333;
    font-family: "Hannari";
  }

  .weather-sp .w_snow {
    font-size: 10px;
  }

  .weather2 .w_snow {
    font-size: 10px;
  }

  .weather1 .w_snow {
    font-size: 12px;
  }

  .snow {
    display: block;
    font-size: 12px;
    margin-top: 10px;
  }

  .snow i {
    margin-right: 5px;
  }

  .other i {
    margin-right: 5px;
  }

  .other span {
    display: block;
  }

  .other-list i {
    margin-right: 3px;
  }

  .other-list span {
    display: block;
  }

  .d_rain {
    margin-right: 10px;
  }

  .h_temp {
    margin-right: 5px;
  }

  .w_temp {
    font-weight: bold;
  }


  .snow {
    display: block;
    font-size: 12px;
  }

  .weather-box {
    margin-left: 20px;
  }
}
