@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
weather
---------------------------------------------------------------------------------------------------------------------
*/
.weather {
  position: relative;
  clear: both;
  background-color: #F7F7F7;
  padding-bottom: 40px;
  color: #fff;
  /* タブメニューのデザイン */
  /*　選択中のタブの色を変える */
  /* .showがついていない.panelは全て非表示 */
  /* .showがついた.panelを表示する */ }
  .weather .Title {
    position: absolute;
    top: 45%;
    left: 5%;
    z-index: 100; }
  .weather ul {
    text-align: center;
    position: absolute;
    bottom: 100px;
    right: 0;
    left: 0;
    z-index: 500; }
    @media (min-width: 450px) {
      .weather ul {
        text-align: right;
        bottom: 46px;
        width: 50%; } }
    .weather ul li {
      position: relative; }
  .weather ul:after {
    content: '';
    display: block;
    clear: both; }
  .weather .tabw {
    display: inline-block;
    border: 1px solid #B5B5B5;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-family: "FOT-筑紫ゴシック Pr5 L";
    transition: .5s;
    transform: scale(1);
    color: #777777;
    margin: 0 1px; }
    .weather .tabw:hover {
      transform: scale(1.05); }
  .weather .tabw.active {
    background-color: #FFFFFF; }
  .weather .panel {
    display: none; }
  .weather .panel.show {
    display: block; }
  .weather .BtnBack {
    background-color: rgba(168, 168, 168, 0.7);
    position: absolute;
    height: 65px;
    bottom: 0;
    width: 100%;
    z-index: 1; }

.weatherPs {
  position: relative;
  clear: both;
  background-color: #F7F7F7;
  padding-bottom: 120px;
  color: #fff;
  /* タブメニューのデザイン */
  /*　選択中のタブの色を変える */
  /* .showがついていない.panelは全て非表示 */
  /* .showがついた.panelを表示する */ }
  .weatherPs .Title {
    position: absolute;
    top: 45%;
    left: 5%;
    z-index: 100; }
  .weatherPs ul {
    text-align: center;
    position: absolute;
    bottom: 60px;
    right: 0;
    left: 0;
    z-index: 500; }
    .weatherPs ul li {
      position: relative; }
  .weatherPs ul:after {
    content: '';
    display: block;
    clear: both; }
  .weatherPs .tabw {
    display: inline-block;
    border: 1px solid #B5B5B5;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-family: "FOT-筑紫ゴシック Pr5 L";
    transition: .5s;
    transform: scale(1);
    color: #777777;
    margin: 0 1px; }
    .weatherPs .tabw:hover {
      transform: scale(1.05); }
  .weatherPs .tabw.active {
    background-color: #FFFFFF; }
  .weatherPs .panel {
    display: none; }
  .weatherPs .panel.show {
    display: block; }
  .weatherPs .BtnBack {
    background-color: rgba(168, 168, 168, 0.7);
    position: absolute;
    height: 65px;
    bottom: 0;
    width: 100%;
    z-index: 1; }

.weather_Box {
  position: relative; }
  .weather_Box .weather_ph {
    text-align: center;
    margin: auto;
    overflow: hidden; }
    .weather_Box .weather_ph #movie1, .weather_Box .weather_ph #movie2, .weather_Box .weather_ph #movie3, .weather_Box .weather_ph #movie4 {
      height: 450px; }
      @media (min-width: 450px) {
        .weather_Box .weather_ph #movie1, .weather_Box .weather_ph #movie2, .weather_Box .weather_ph #movie3, .weather_Box .weather_ph #movie4 {
          width: 100%;
          height: auto; } }
    .weather_Box .weather_ph img {
      width: auto;
      height: 450px;
      margin-left: -50%; }
      @media (min-width: 768px) {
        .weather_Box .weather_ph img {
          margin-left: inherit; } }
      @media (min-width: 1250px) {
        .weather_Box .weather_ph img {
          width: 100%;
          height: auto; } }
  .weather_Box .weather_Btn {
    text-align: center;
    margin-top: 60px; }
    @media (min-width: 450px) {
      .weather_Box .weather_Btn {
        margin-left: 250px;
        margin-top: 10px;
        z-index: 500;
        position: relative; } }
    .weather_Box .weather_Btn input {
      margin: 0 2px;
      transition: .5s;
      transform: scale(1);
      border-radius: 50%; }
    .weather_Box .weather_Btn input:hover {
      transform: scale(1.05); }
  .weather_Box .selected {
    background-color: #fff;
    border-radius: 50%; }
