@charset "UTF-8";
/*----------------------------------------
メインビジュアル
----------------------------------------*/
@media screen and (min-width: 900px) {
  /*------------PC-----------*/
  #mainimage {
    width: 100%;
  }
  #mainimage_area,
  #mainimage_photo {
    width: 100%;
  }
  #mainimage_area {
    position: relative;
    height: 650px;
    overflow: hidden;
  }
  #mainimage_area #mainimage_photo {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
  }
  #mainimage_area #mainimage_photo img {
    position: absolute;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #mainimage_area .mvImage__catch {
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  #mainimage_area .mvImage__catch a {
    display: block;
    width: 700px;
    height: auto;
  }
  #mainimage_area .mvImage__catch img {
    width: 100%;
  }
}
@media screen and (max-width: 899px) {
  /*------------SP-----------*/
  #mainimage_area,
  #mainimage_photo {
    height: 80vh;
  }
  #mainimage_area {
    position: relative;
    max-height: 600px;
    overflow: hidden;
  }
  #mainimage_area #mainimage_photo {
    position: absolute;
    z-index: 99;
    width: 100%;
  }
  #mainimage_area #mainimage_photo img.photo {
    position: absolute;
    z-index: 100;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  #mainimage_area .mvImage__catch {
    position: relative;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  #mainimage_area .mvImage__catch a {
    display: block;
    width: 500px;
    height: auto;
  }
  #mainimage_area .mvImage__catch img {
    width: 100%;
  }
}
@media screen and (min-width: 400px) and (max-width: 899px) {
  #mainimage_photo img.photo {
    height: 100%;
  }
}

/*-------------------------
MV日付
-------------------------*/
@media screen and (min-width: 771px) {
  #mainimage_area .box_data {
    position: absolute;
    bottom: 90px;
    right: 30px;
    z-index: 9999;
    color: #fff;
    text-align: center;
  }
  #mainimage_area .box_data .ym {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #mainimage_area .box_data .d {
    font-size: 70px;
    line-height: 0.9em;
  }
}

/*---------------------------------- 
 Today's MEIHO 
----------------- -----------------*/

.box_todaysmeiho {
  background: #9d9283;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 60px;
}

.box_todaysmeiho .btn {
  display: block;
  text-align: center;
  background: #d9d4cc;
  color: #9d9283;
  padding: 10px;
  border-radius: 20px;
  font-weight: bold;
}

/*---------円の中の日付--------*/
.box_todaysmeiho .box_date {
  background: url(../img/top/bg_circle.png) center 0 no-repeat;
  background-size: 100%;
//  width: 20%;
  width:28vmin;
  max-width: 250px;
  color: #9d9283;
  display: flex;
  text-align: center;
  flex-direction: column;
  padding-top: 30px;
}
.box_todaysmeiho .box_date p {
  text-align: center;
  font-weight: bold;
}
.box_todaysmeiho .box_date .fiscal {
  width: 50%;
  margin: 0 auto;
}
.box_todaysmeiho .box_date .year {
//  font-size: 1.6vw;
  font-size: 2.5vmin;
  border-bottom: 2px solid #9d9283;
  text-align: center;
  padding-bottom: 3px;
}
.box_todaysmeiho .box_date .season {
//  font-size: 1.3vw;
  font-size: 2.5vmin;
  margin-top: 5px;
}
.box_todaysmeiho .box_date .day {
//  font-size: 4.2vw;
  font-size: 7.0vmin;
  margin: 1vh auto 0;
}
.box_todaysmeiho .box_date .day span {
//  font-size: 2.8vw;
  font-size:4.5vmin;
  vertical-align: top;
}
.box_todaysmeiho .box_date .week {
//  font-size: 1.3vw;
  font-size:2.5vmin;
  margin-bottom: 10px;
}
.box_todaysmeiho .box_date .update {
//  font-size: 1vw;
  font-size:1.5vmin;
  font-weight: normal;
}
.box_todaysmeiho .box_date .btn {
  max-width: 250px;
  margin: 60px auto 0;
  padding-right: 30px;
  background: #d9d4cc url(../img/common/icn_arrow_b.png) right 10px center
    no-repeat;
  background-size: 8px;
}

/* -------Today's MEIHOエリア------- */

.box_todaysmeiho .box_condition {
  font-weight: bold;
  max-width: 500px;
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 40px;
  background: url(../img/top/weather_area_img1.png) center bottom no-repeat;
  background-size: 100%;
  padding-bottom: 80px;
}
.box_todaysmeiho .box_condition h3 {
  font-size: 2.0vmin;
  margin-bottom: 20px;
  width: 100%;
}
.box_todaysmeiho .box_condition dl {
  width: 70%;
  max-width: 350px;
}

.box_todaysmeiho .box_condition dd span {
  font-size: 3.2vmin;
  margin-left: 10px;
}
.box_todaysmeiho .box_condition dt {
  font-size: 3.6vmin;
  margin-bottom: 10px;
}
.box_todaysmeiho .box_condition .temp {
  font-size: 1.9vmin;
  border-bottom: 3px solid #fff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 100%;
}
.box_todaysmeiho .box_condition .temp .btn {
  font-size: 1.4vmin;
  max-width: 150px;
  padding: 10px 5px 5px;
  line-height: 100%;
  font-weight: normal;
  background: none;
  border-radius: 0;
  border: 1px solid #fff;
  color: #fff;
  margin-left: 20px;
}
.box_todaysmeiho .box_condition .open {
  font-size: 2.1vmin;
  margin-bottom: 10px;
}
.box_todaysmeiho .box_condition .hours {
  font-size: 2.2vmin;
}

.box_todaysmeiho .box_condition .box_weather {
  max-width: 100px;
  width: 20%;
}
.box_todaysmeiho .box_condition .box_weather .icn img {
  width: 100%;
}
.box_todaysmeiho .box_condition .box_weather .btn {
  background: #fff;
  font-size: 1.4vmin;
  margin-top: 10px;
}

.box_todaysmeiho .box_condition .topics {
  font-size: 1.8vmin;
  border-radius: 10px;
  border: 2px solid #fff;
  padding: 15px;
  font-weight: normal;
  margin-top: 20px;
  line-height: 140%;
}

/*--------ライブカメラ-----------*/
.box_todaysmeiho .box_livecamera {
  max-width: 450px;
  width: 40%;
}
.box_todaysmeiho .box_livecamera .photo {
  width: 100%;
  height: auto;
}
.box_todaysmeiho .box_livecamera .photo img {
  width: 100%;
  border-radius: 20px;
  border: 5px solid #fff;
}
.box_todaysmeiho .box_livecamera .box_btn {
  width: 90%;
  display: flex;
  justify-content: space-around;
  margin: 20px auto 0;
}
.box_todaysmeiho .box_livecamera .box_btn .btn {
  border-radius: 35px;
  text-align: center;
  padding: 13px 20px;
  font-size: 1.7vmin;
}
.box_todaysmeiho .box_livecamera .box_btn .active {
  background: #fff;
  color: #9d9283;
  border-radius: 35px;
  text-align: center;
  padding: 13px 20px;
  font-weight: bold;
  font-size: 1.7vmin;
}

/*---------------------------------- 
 TOPICS
----------------- -----------------*/
.box_event {
  width: 1000px;
  margin: 60px auto;
}
.box_event h3 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 40px;
}
.box_event .list_bn_event {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box_event .list_bn_event li {
  width: 32%;
  margin-bottom: 20px;
}
.box_event .list_bn_event li img {
  width: 100%;
}
.box_event .list_bn_event li p {
  margin-top: 10px;
  line-height: 160%;
  font-size: 0.92em;
}
.box_event .list_text_event {
  width: 100%;
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
  padding: 25px 0 10px;
  margin-bottom: 15px;
}
.box_event .list_text_event li {
  margin-bottom: 15px;
}
.box_event .list_text_event li a {
  display: flex;
  align-items: center;
  background: url(../img/common/icn_arrow.png) 0 center no-repeat;
  background-size: 7px;
  padding-left: 20px;
}
.box_event .list_text_event li a .date {
  padding-right: 20px;
}
.box_event .list_text_event li .alart {
  background: #9d9283;
  color: #fff;
  font-weight: bold;
  font-size: 0.84em;
  padding: 2px 10px;
  border-radius: 5px;
  margin-right: 10px;
}
.box_event .btn {
  background: #9d9283 url(../img/common/icn_arrow_w.png) right 10px center
    no-repeat;
  background-size: 7px;
  display: inline-block;
  color: #fff;
  padding: 5px 25px 5px 10px;
  border-radius: 5px;
}

/*---------------------------------- 
 TODAY'S Special
----------------- -----------------*/
.box_service {
  margin: 60px auto;
}
.box_service h3 {
  text-align: center;
  margin-bottom: 40px;
}
.box_service .list_service {
  display: flex;
  max-width: 100%;
  min-width: 1000px;
  max-width: 1400px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 0;
}
.box_service .list_service li {
  width: 50%;
}
.box_service .list_service li a {
  height: 300px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.box_service .list_service li picture {
  width: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
.box_service .list_service li picture img {
  height: 100%;
  transition: all 0.5s 0s ease;
}

.box_service .list_service li a:hover picture img {
  transform: scale(1.2);
  opacity: 0.5;
  position: relative;
}
.box_service .list_service li a:hover picture::after {
  position: absolute;
  color: #fff;
  font-size: 1.4em;
}
.box_service .list_service li:nth-child(1) a:hover picture::after {
  content: "CAMP";
}
.box_service .list_service li:nth-child(2) a:hover picture::after {
  content: "GRACE BALM";
}
.box_service .list_service li:nth-child(3) a:hover picture::after {
  content: "ACTIVITY";
}
/* .box_service .list_service li:nth-child(4) a:hover picture::after {
  content: "家族の夏体験";
} */
.box_service .list_service li:nth-child(4) a:hover picture::after {
  content: "6月1日より予約開始！";
}
.box_service .list_service li:nth-child(5) a:hover picture::after {
  content: "BBQ";
}
.box_service .list_service li:nth-child(6) a:hover picture::after {
  content: "情報発信中！";
}
.box_service .list_service li:nth-child(7) a:hover picture::after {
  content: "レンタル&売店商品紹介中!";
}
.box_service .list_service li:nth-child(8) a:hover picture::after {
  content: "よくいただく質問";
}
.box_service .list_service li .detail {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  flex-direction: column;
  color: #614c3f;
}
.box_service .list_service li:nth-child(2),
.box_service .list_service li:nth-child(3),
.box_service .list_service li:nth-child(6),
.box_service .list_service li:nth-child(7) {
  background: #faebd7;
}
.box_service .list_service li h4 {
  font-weight: normal;
}
.box_service .list_service li .eng {
  font-size: 2em;
  margin: 10px auto 20px;
  font-family: "Vollkorn SC", serif;
  letter-spacing: -1px;
  font-weight: bold;
}
.box_service .list_service li .read {
  line-height: 160%;
  font-size: 0.84em;
}

/*---------------------------------- 
 リンク
----------------- -----------------*/
.box_link {
  margin: 60px auto;
}
.box_link h3 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 40px;
}
.box_link .list_link {
  display: flex;
  margin: 40px auto;
  width: 1100px;
  justify-content: center;
}
.box_link .list_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9d9283;
  padding: 15px;
  border-radius: 30px;
  margin: 0 5px;
}
.box_link .list_link a img {
  height: 20px;
  margin: 0 20px;
}

/*---------------------------------- --------------------- 
 スマホ版
----------------- -------------------------------------- */
@media screen and (max-width: 770px) {
  /*---------------------------------- 
 スマホ Today's MEIHO 
----------------- -----------------*/

  .box_todaysmeiho {
    padding: 20px;
    flex-wrap: wrap;
  }

  .box_todaysmeiho .btn {
    padding: 5px;
    width: 100%;
  }

  /*---------円の中の日付--------*/
  .box_todaysmeiho .box_date {
    width: 100%;
    max-width: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
  }

  .box_todaysmeiho .box_date .fiscal {
    background: url(../img/top/bg_circle.png) center no-repeat;
    margin: 0 auto;
    background-size: 100%;
    min-height: 100px;
    max-width: none;
    padding: 5px;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .box_todaysmeiho .box_date .year {
    font-size: 1.1em;
    border-bottom: 2px solid #9d9283;
    text-align: center;
    padding-bottom: 5px;
  }
  .box_todaysmeiho .box_date .season {
    font-size: 1em;
    margin-top: 5px;
  }

  .box_todaysmeiho .box_date .today {
    margin: 0 auto;
    width: 45%;
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .box_todaysmeiho .box_date .today .day {
    font-size: 2em;
    margin: 0;
    letter-spacing: 2px;
    text-align: left;
  }
  .box_todaysmeiho .box_date .day span {
    font-size: 0.8em;
  }
  .box_todaysmeiho .box_date .week {
    font-size: 1em;
    margin: 0 0 0 5px;
  }
  .box_todaysmeiho .box_date .update {
    font-size: 1em;
    font-weight: normal;
    margin-top: 5px;
  }
  .box_todaysmeiho .box_date .btn {
    width: 28%;
    margin: 0px auto 0;
    padding: 10px 0 10px 10px;
    text-align: left;
    font-size: 0.84em;
    border-radius: 5px;
    letter-spacing: 0;
  }

  /* Today's MEIHOエリア */

  .box_todaysmeiho .box_condition {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px 0;
    background: none;
    padding-bottom: 0px;
  }
  .box_todaysmeiho .box_condition h3 {
    font-size: 1em;
    margin-bottom: 10px;
    width: 100%;
    line-height: 140%;
  }
  .box_todaysmeiho .box_condition dl {
    background-size: 100%;
    height: auto;
    width: 70%;
  }

  .box_todaysmeiho .box_condition dt {
    font-size: 1em;
    margin-bottom: 10px;
    border-top: 2px solid #fff;
    padding-top: 10px;
    font-weight: normal;
  }

  .box_todaysmeiho .box_condition dd span {
    font-size: 1.2em;
    margin-left: 10px;
  }
  .box_todaysmeiho .box_condition .temp {
    font-size: 1em;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 100%;
  }
  .box_todaysmeiho .box_condition .temp span {
    font-size: 2em;
  }
  .box_todaysmeiho .box_condition .temp .btn {
    font-size: 0.84em;
    padding: 0px 5px;
    line-height: 2.3em;
    font-weight: normal;
    background: none;
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff;
    margin-left: 10px;
  }
  .box_todaysmeiho .box_condition .open {
    font-size: 1em;
    margin-bottom: 10px;
  }
  .box_todaysmeiho .box_condition .hours {
    font-size: 1em;
  }

  .box_todaysmeiho .box_condition .box_weather {
    width: 25%;
  }
  .box_todaysmeiho .box_condition .box_weather .icn img {
    width: 100%;
  }
  .box_todaysmeiho .box_condition .box_weather .btn {
    background: #fff;
    font-size: 0.76em;
    margin-top: 10px;
  }

  .box_todaysmeiho .box_condition .topics {
    font-size: 0.84em;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 15px;
    font-weight: normal;
    margin-top: 20px;
    line-height: 140%;
  }

  /*--------ライブカメラ-----------*/
  .box_todaysmeiho .box_livecamera {
    width: 100%;
  }
  .box_todaysmeiho .box_livecamera .photo {
    width: 100%;
  }
  .box_todaysmeiho .box_livecamera .box_btn {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0;
  }
  .box_todaysmeiho .box_livecamera .box_btn .btn,
  .box_todaysmeiho .box_livecamera .box_btn .active {
    font-size: 0.84em;
    width: 49%;
    padding: 10px 10px;
  }

  /*---------------------------------- 
 スマホ TOPICS
----------------- -----------------*/
  .box_event {
    margin: 20px auto;
    width: 100%;
    padding: 20px;
  }
  .box_event h3 {
    font-size: 2em;
    margin-bottom: 20px;
  }

  .box_event .list_bn_event li {
    width: 48%;
    margin-bottom: 20px;
  }
  .box_event .list_bn_event li img {
    width: 100%;
  }
  .box_event .list_bn_event li p {
    margin-top: 10px;
    line-height: 160%;
    font-size: 0.92em;
  }

  .box_event .list_text_event {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0 5px;
  }

  .box_event .list_text_event li {
    margin-bottom: 10px;
  }
  .box_event .list_text_event li a {
    align-items: flex-start;
    background-size: 7px;
    padding-left: 15px;
    background-position: 0 3px;
  }

  .box_event .list_text_event li a p {
    font-size: 0.84em;
    text-align: left;
    line-height: 140%;
  }
  .box_event .list_text_event li a .date {
    width: 20%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .box_event .list_text_event li a .read {
    width: 80%;
  }
  .box_event .list_text_event li .alart {
    padding: 2px 5px;
    margin-right: 5px;
    font-size: 0.76em;
  }

  /*---------------------------------- 
 スマホ TODAY'S Special
----------------- -----------------*/
  .box_service {
    margin: 20px auto;
  }
  .box_service h3 {
    margin-bottom: 20px;
  }
  .box_service h3 img {
    width: 250px;
  }
  .box_service .list_service {
    display: block;
    min-width: 100%;
    width: 100%;
  }
  .box_service .list_service li {
    width: 100%;
    height: auto;
  }
  .box_service .list_service a {
    flex-direction: column;
    width: 100%;
    height: auto !important;
  }

  .box_service .list_service li picture {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .box_service .list_service li picture img {
    width: 100%;
    height: auto;
  }

  .box_service .list_service li .detail {
    width: 100%;
    display: block;
    padding: 35px;
    background: #faebd7;
  }

  .box_service .list_service li:nth-child(3) a,
  .box_service .list_service li:nth-child(4) a,
  .box_service .list_service li:nth-child(7) a,
  .box_service .list_service li:nth-child(8) a {
    flex-direction: column-reverse;
  }
  .box_service .list_service li h4 {
    font-weight: normal;
    text-align: center;
  }
  .box_service .list_service li .eng {
    text-align: center;
    font-size: 1.8em;
  }
  .box_service .list_service li .read {
    line-height: 160%;
    font-size: 0.84em;
  }

  /*---------------------------------- 
 スマホ リンク
----------------- -----------------*/
  .box_link {
    margin: 40px auto;
    width: 100%;
  }
  .box_link h3 {
    margin-bottom: 20px;
  }
  .box_link .list_link {
    margin: 20px auto;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .box_link .list_link a {
    padding: 10px;
    margin: 10px 0;
    width: 200px;
    text-align: center;
  }
  .box_link .list_link a img {
    height: 20px;
    margin: 0 20px;
  }
}

/*---------------------------------- --------------------- 
タブレット版
----------------- -------------------------------------- */
@media screen and (max-width: 1100px) and (min-width: 560px) {
  /*---------------------------------- 
 タブレット Today's MEIHO 
----------------- -----------------*/

  .box_todaysmeiho {
    width: 100%;
    flex-wrap: wrap;
    padding: 30px;
    justify-content: space-around;
  }

  /*---------円の中の日付--------*/
  .box_todaysmeiho .box_date {
    background: url(../img/top/bg_circle.png) 0 0 no-repeat;
    background-size: 100%;
    width: 30%;
    max-width: 220px;
    color: #9d9283;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding-top: 40px;
    flex-direction: column;
  }
  .box_todaysmeiho .box_date p {
    text-align: center;
    font-weight: bold;
  }
  .box_todaysmeiho .box_date .fiscal {
    width: 60%;
    margin: 0 auto;
    min-height: auto;
    padding: 0;
    background: none;
  }
  .box_todaysmeiho .box_date .year {
    font-size: 1.5em;
    border-bottom: 2px solid #9d9283;
    text-align: center;
    padding-bottom: 5px;
  }
  .box_todaysmeiho .box_date .season {
    font-size: 1.5em;
    margin-top: 5px;
  }
  .box_todaysmeiho .box_date .today {
    width: 100%;
    display: block;
  }
  .box_todaysmeiho .box_date .today .day {
    font-size: 3em;
    margin: 15px auto 0;
    letter-spacing: 0px;
    color: #9d9283;
    text-align: center;
  }
  .box_todaysmeiho .box_date .today .day span {
    font-size: 0.7em;
  }
  .box_todaysmeiho .box_date .week {
    font-size: 1em;
    margin-bottom: 20px;
    color: #9d9283;
    text-align: center;
  }
  .box_todaysmeiho .box_date .update {
    font-size: 1.2em;
    font-weight: normal;
    margin-top: 60px;
    color: #fff;
  }
  .box_todaysmeiho .box_date .btn {
    width: 100%;
    margin: 10px auto 0;
    background: #d9d4cc url(../img/common/icn_arrow_b.png) right 10px center
      no-repeat;
    background-size: 8px;
  }

  /* Today's MEIHOエリア */

  .box_todaysmeiho .box_condition {
    width: 65%;
    padding: 0;
    margin: 0;
    background: none;
  }
  .box_todaysmeiho .box_condition h3 {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .box_todaysmeiho .box_condition dl {
    background-size: 100%;
    height: auto;
    width: 75%;
  }
  .box_todaysmeiho .box_condition dd span {
    font-size: 2.5em;
    margin-left: 10px;
  }
  .box_todaysmeiho .box_condition dt {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  .box_todaysmeiho .box_condition .temp {
    font-size: 1em;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .box_todaysmeiho .box_condition .temp .btn {
    font-size: 1em;
    width: 120px;
  }
  .box_todaysmeiho .box_condition .open {
    font-size: 1em;
    margin-bottom: 10px;
  }
  .box_todaysmeiho .box_condition .hours {
    font-size: 1.2em;
  }

  .box_todaysmeiho .box_condition .box_weather {
    width: 100px;
  }
  .box_todaysmeiho .box_condition .box_weather .icn img {
    width: 100px;
  }
  .box_todaysmeiho .box_condition .box_weather .btn {
    background: #fff;
    font-size: 0.84em;
    margin-top: 10px;
  }

  .box_todaysmeiho .box_condition .topics {
    font-size: 1em;
  }

  /*--------ライブカメラ-----------*/
  .box_todaysmeiho .box_livecamera {
    width: 100%;
    max-width: none;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
  }
  .box_todaysmeiho .box_livecamera .photo {
    width: 70%;
    max-width: 400px;
    min-width: none;
    height: 300px;
    background: #ccc;
    border-radius: 20px;
  }
  .box_todaysmeiho .box_livecamera .box_btn {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
  }
  .box_todaysmeiho .box_livecamera .box_btn .btn,
  .box_todaysmeiho .box_livecamera .box_btn .active {
    font-size: 1em;
    width: 100%;
    padding: 15px;
    margin: 10px 0;
  }

  /*---------------------------------- 
 タブレット TOPICS
----------------- -----------------*/
  .box_event {
    width: 100%;
    padding: 20px;
  }
  .box_event .list_bn_event li {
    width: 48%;
  }
  .box_event .list_text_event li a .date {
    max-width: 100px;
    padding-right: 10px;
  }
  .box_event .list_text_event li a .read {
    width: 80%;
  }

  /*---------------------------------- 
 タブレット TODAY'S Special
----------------- -----------------*/

  .box_service .list_service {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .box_service .list_service li {
    width: 50%;
    height: auto;
  }
  .box_service .list_service li a {
    flex-direction: column;
    width: 100%;
    height: auto !important;
  }

  .box_service .list_service li picture {
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
  .box_service .list_service li picture img {
    width: 100%;
    height: auto;
  }

  .box_service .list_service li .detail {
    width: 100%;
    display: block;
    padding: 35px;
    background: #fff;
  }

  .box_service .list_service li:nth-child(3) a,
  .box_service .list_service li:nth-child(4) a,
  .box_service .list_service li:nth-child(7) a,
  .box_service .list_service li:nth-child(8) a {
    flex-direction: column-reverse;
  }

  .box_service .list_service li:nth-child(2) a .detail,
  .box_service .list_service li:nth-child(3) a .detail,
  .box_service .list_service li:nth-child(6) a .detail,
  .box_service .list_service li:nth-child(7) a .detail {
    background: #faebd7;
  }
  .box_service .list_service li h4 {
    font-weight: normal;
    text-align: center;
  }
  .box_service .list_service li .eng {
    text-align: center;
    font-size: 1.8em;
  }
  .box_service .list_service li .read {
    line-height: 160%;
    font-size: 0.84em;
  }

  /*---------------------------------- 
 タブレット リンク
----------------- -----------------*/
  .box_link {
    margin: 40px auto;
    width: 100%;
  }
  .box_link h3 {
    margin-bottom: 20px;
  }
  .box_link .list_link {
    margin: 20px auto;
    padding: 20px;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .box_link .list_link a {
    padding: 10px;
    margin: 10px;
    width: 30%;
    text-align: center;
  }
  .box_link .list_link a img {
    height: 20px;
    margin: 0 20px;
  }
}
