/*
Theme Name: test
*/
@charset "UTF-8";

#weather3 li {
  list-style-type: none !important;
  /*リストマーカー無しにする*/
}

#weather4 li {
  list-style-type: none !important;
  /*リストマーカー無しにする*/
}

.weather-box {
  width: 60px;
  float: right;
  text-align: left;
}

.content {
  width: 1180px;
  margin: 0 auto;
  display: flex;
}

main {
  width: 100%;
  margin-right: 20px;
}

.two-r-col .l-content__main {
  padding: 0;
}

button {
  border: none;
  background-color: white;
  font-family: cursive;
}

#btn2 {
  margin-left: 5px;
}

select {
  width: auto;
}

input[type="text"] {
  width: auto;
  font-size: 14px;
}

input {
  margin-right: 0 !important;
}

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

#explan-weather li{
  list-style-type: none;
}


.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;
}

input, select {
  border: solid 1px #ccc;
  padding: 5px;
  font-size: 13px;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

input {
  margin-right: 10px;
}

#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;
}

.check-itme {
  font-size: 13px:
}

.weather-tit input {
  display: block !important;
}

.pc-tit {
  margin-bottom: 5px;
}

.sp-tit {
  margin-bottom: 5px;
  margin-top: 50px;
}

/* 蜈���繝√ぉ繝�け繝懊ャ繧ｯ繧ｹ�磯撼陦ｨ遉ｺ�� */
.mycheckbox input[type="checkbox"] {
  display: none;
}

/* 繝√ぉ繝�け繝懊ャ繧ｯ繧ｹ縺ｮ莉｣繧上ｊ繧呈�縺吶Λ繝吶Ν */
.mycheckbox input[type="checkbox"]+label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}

/* 繝ｩ繝吶Ν縺ｮ蟾ｦ縺ｫ陦ｨ遉ｺ縺輔○繧区ｭ｣譁ｹ蠖｢縺ｮ繝懊ャ繧ｯ繧ｹ笆｡ */
.mycheckbox input[type="checkbox"]+label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color: #585753;
  /* 譫�縺ｮ濶ｲ螟画峩 縺雁･ｽ縺阪↑濶ｲ繧� */
  background-color: #FFF;
  /* 閭梧勹縺ｮ濶ｲ螟画峩 縺雁･ｽ縺阪↑濶ｲ繧� */
}

/* 繝√ぉ繝�け縺悟�縺｣縺滓凾縺ｮ繝ｬ轤ｹ */
.mycheckbox input[type="checkbox"]:checked+label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #585753;
  /* 繝√ぉ繝�け縺ｮ濶ｲ螟画峩 縺雁･ｽ縺阪↑濶ｲ繧� */
}

.btn-square {
  display: block;
  padding: 1em 4em;
  margin: 20px 0;
  text-align: center;
  text-decoration: none;
  background: #668ad8;
  /*繝懊ち繝ｳ濶ｲ*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}

.btn-square:active {
  /*繝懊ち繝ｳ繧呈款縺励◆縺ｨ縺�*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*荳九↓蜍輔￥*/
  border-bottom: none;
  /*邱壹ｒ豸医☆*/
}

.weather-textarea {
  display: block;
  width: 100%;
  height: 150px;
  margin-bottom: 60px;
}

.weather-bt {
  text-align: center
}

#copy {
  border: 1px solid #ccc;
  width: 100%;
  height: 200px;
}

.copy-txt button {
  padding: 10px 0;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  background-color: #777;
}

@media screen and (max-width: 460px) {
  .sep {
    display: block;
    text-align: center;
    max-width: 240px;
    height: 140px;
    margin: 0 auto;
  }

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

  #weather2 ul {
    margin: 0 atuo;
  }

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

  #weather2 img {
    border: 0 !important;
  }

  #weather1 img {
    border: 0 !important;
  }

  #weather1 ul {
    float: left;
    width: 100px;
    font-size: 14px;
  }

  #wrap {
    position: relative;
  }

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

  #weather1 {
    overflow: hidden;
    font-size: 13px;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: unset !important;
    line-height: 1.5 !important;
  }

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

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

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

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

  .temp {
    font-size: 14px;
    padding: 5px 5px 0 0;
    float: left;
    line-height: 1.2em;
  }

  #min_temp {
    font-size: 13px;
  }

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

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

  .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;
  }

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

  .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;
  }

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

@media screen and (min-width: 461px) {
  #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;
    float: left;
    margin: 0 !important;
  }

  #weather2 img {
    border: 0 !important;
  }

  #weather1 img {
    float: left;
    border: 0 !important;
  }

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

  #wrap {
    position: relative;
  }

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

  #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;
  }

  #weather2 {
    box-sizing: unset !important;
    line-height: 1.5 !important;
  }

  #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: 15px;
    padding: 5px 5px 0 0;
    float: left;
    width: 70px;
    line-height: 1.2em;
  }

  #min_temp {
    font-size: 13px;
  }

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

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

  .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;
  }

  .weather-pc .w_bg {
    height: 110px;
    width: 190px;
    float: left;
  }

  .weather-sp .w_bg {
    height: 80px;
    width: 190px;
    float: left;
  }

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

.weather-sp .sep {
  display: block;
  max-width: 270px;
  margin: 0 auto;
}

.weather-sp .other {
  font-size: 11px;
  margin-right: 2px
}

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

.weather-sp .d_img {
  display: inline-block;
  text-align: center;
}

#weather3 ul,
#weather4 ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#weather4 ul {
  margin: 0 atuo;
}

#weather4 ul {
  display: flex;
}

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

#weather4 img {
  border: 0 !important;
  max-width: 100%
}

#weather3 img {
  border: 0 !important;
  float: left;
}

#weather3 ul {
  float: left;
  width: 100px;
  font-size: 14px;
}

.weather-sp #wrap {
  position: relative;
}

.weather-sp .day {
  font-size: 15px;
  float: left;
  margin-top: 10px
}

#weather3 {
  overflow: hidden;
  font-size: 10px;
  width: 100%;
  box-sizing: unset !important;
  line-height: 1.5 !important;
}

#weather4 {
  box-sizing: unset !important;
  line-height: 1.5 !important;
  text-align: center;
  border-top: 1px solid #ccc;
}

.rain1,
.rain2,
.rain3,
.rain4,
.rain5 {
  font-size: 10px;
}

#weather4 li {
  padding: 10px 0;
  font-size: 10px;
  text-align: center;
  margin: 0 !important;
  box-sizing: unset;
  border-right: 1px solid #ccc;
}

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

.weather-sp .temp {
  font-size: 15px;
  padding: 5px 5px 0 0;
  float: left;
  line-height: 1.2em;
}

.weather-sp #min_temp {
  font-size: 13px;
}

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

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

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

.weather-sp .w_title {
  width: 100%;
  font-size: 2.4em;
  display: block;
  color: #333;
  font-family: "Hannari";
}

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

.weather-sp .snow {
  font-size: 15px;
}

.weather-sp .d_rain {
  margin-right: 10px;
}

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

.weather-sp .l_temp {
  display: block;
}

.weather-sp .h_temp {
  display: block;
}

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

.weather-sp .snow {
  display: block;
  font-size: 11px;
}

.weather-sp .waku {
  border: solid 1px #ccc
}

.weather-sp {
  width: 300px;
}

.h-adr input {
  width: 70%;
}

.btn {
  padding: 7px 10px;
  font-size: 12px;
  background-color: #777;
  color: white;
}

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

.weather-pc .w_city {
  margin-left: 10px
}

#postal-text {
  margin-top: 5px;
}

.w_method {
  font-size: 20px;
  margin-bottom: 20px;
}

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