@charset "UTF-8";
/* media query */
/*@import url(../../../../fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
/*@import url(../../../../fonts.googleapis.com/earlyaccess/roundedmplus1c.css);*/
.fade_in {
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px); }

.mv07 {
  transition: 1.5s;
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.bg01 {
  /*background: url(../images/) no-repeat center center/cover;*/
  padding-bottom: 20px; }

.single-item img{
  width:100%;
  height: auto;
}
.banner {
  max-width: 1120px;
  margin: 10px auto 30px; }
  @media all and (max-width: 668px) {
    .banner {
      width: 95%;
      margin: 0 auto;
      padding: 20px 0; }
      .banner img {
        width: 100%; } }

.contents {
  max-width: 1120px;
  margin: 0 auto; }

.main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 125px; }
  @media all and (max-width: 800px) {
    .main {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-top: 60px; } }
  .main .area_slide {
    width: 880px;
    margin-right: 15px;
    position: relative; }
    @media all and (max-width: 800px) {
      .main .area_slide {
        width: 100%; } }
    @media all and (max-width: 668px) {
      .main .area_slide {
        height: 230px;
        margin-bottom: 30px; } }
    .main .area_slide .single-item li {
      width: 880px;
      height: 550px;
      overflow: hidden;
      position: relative; }
      @media all and (max-width: 668px) {
        .main .area_slide .single-item li {
          width: 100%;
          height: 230px; } }
      .main .area_slide .single-item li .box_smile {
        width: 520px;
        height: 280px;
        position: absolute;
        left: 55px;
        top: 220px; }
        @media all and (max-width: 800px) {
          .main .area_slide .single-item li .box_smile {
            left: 5%;
            width: 63%; } }
        @media all and (max-width: 668px) {
          .main .area_slide .single-item li .box_smile {
            height: 51%;
            top: 42%;
            width: 62%; } }
      .main .area_slide .single-item li a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      .main .area_slide .single-item li.a_tag:hover {
        opacity: 0.7;
        transition: 0.5s; }
    .main .area_slide #apDots .slick-dots {
      position: absolute;
      width: 100%;
      bottom: 10px; }
      @media all and (max-width: 800px) {
        .main .area_slide #apDots .slick-dots {
          bottom: 3px; } }
      @media all and (max-width: 668px) {
        .main .area_slide #apDots .slick-dots {
          bottom: -25px; } }
  .main .area_today {
    background-color: #333333;
    color: #fff;
    padding: 15px;
    width: 290px; }
    @media all and (max-width: 800px) {
      .main .area_today {
        width: 90%;
        margin: 0 auto;
        padding: 15px; } }
    @media all and (max-width: 668px) {
      .main .area_today {
        width: 80%; } }
    .main .area_today .day {
      text-align: center;
      font-weight: bold;
      margin-bottom: 5px; }
    .main .area_today .btn_more {
      padding: 5px;
      background: #fff;
      color: #000;
      font-weight: bold;
      text-align: center;
      margin-bottom: 5px;
      position: relative; }
      .main .area_today .btn_more a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    .main .area_today .flex {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-box-lines: single;
      -moz-box-lines: single;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap;
      margin: 5px 0;
      border-bottom: 1px solid #fff;
      font-weight: bold; }
      .main .area_today .flex dt {
        width: 55%;
        border-right: 1px solid #fff;
        margin: 5px 0;
        text-align: center; }
      .main .area_today .flex dd {
        padding: 5px;
        text-align: center;
        width: 45%; }
    .main .area_today .road {
      border-bottom: 1px solid #fff;
      padding: 0 0 10px 0; }
      .main .area_today .road dt {
        font-weight: bold;
        margin: 10px 0 5px 0; }
      .main .area_today .road dd {
        font-size: 90%;
        line-height: 1.5em; }
    .main .area_today .btn_weather {
      margin: 10px 0;
      border: 1px solid #fff;
      padding: 5px;
      text-align: center;
      position: relative; }
      .main .area_today .btn_weather a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    .main .area_today .block_live {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-box-lines: single;
      -moz-box-lines: single;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -webkit-flex-pack: justify;
      -moz-flex-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      @media all and (max-width: 668px) {
        .main .area_today .block_live {
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -webkit-flex-pack: center;
          -moz-flex-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center; } }
      .main .area_today .block_live .box_camera {
        margin-right: 10px; }

.area_bn {
  padding: 20px 0 0; }
  @media all and (max-width: 800px) {
    .area_bn {
      width: 95%;
      margin: 0 auto; } }
  .area_bn ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 15px; }
    @media all and (max-width: 800px) {
      .area_bn ul {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .area_bn ul li:nth-child(even) {
      margin-left: 20px; }
      @media all and (max-width: 800px) {
        .area_bn ul li:nth-child(even) {
          margin-left: auto; } }
    @media all and (max-width: 800px) {
      .area_bn ul li {
        width: 95%;
        margin: 5px auto; } }
    .area_bn ul li:hover {
      opacity: 0.7;
      transition: 0.5s; }
    @media all and (max-width: 800px) {
      .area_bn ul li img {
        width: 100%; } }

@media all and (max-width: 800px) {
  .area_map {
    width: 95%;
    margin: 0 auto; } }
.area_map dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  @media all and (max-width: 800px) {
    .area_map dl {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .area_map dl dt {
    max-width: 550px;
    width: 50%; }
    @media all and (max-width: 800px) {
      .area_map dl dt {
        width: 100%;
        max-width: 100%; } }
    .area_map dl dt img {
      width: 100%; }
  .area_map dl dd {
    width: 49%;
    background: #fff; }
    @media all and (max-width: 800px) {
      .area_map dl dd {
        width: 100%; } }
    .area_map dl dd .title_gerende {
      background: #333;
      color: #fff;
      text-align: center;
      font-weight: bold;
      padding: 5px 0;
      margin-bottom: 15px; }
    .area_map dl dd .tab_wrap {
      max-width: 535px;
      margin: 0 auto; }
    .area_map dl dd .panel_area {
      background: #fff; }
    .area_map dl dd .tab_panel {
      width: 100%;
      padding: 20px 0;
      display: none; }
      .area_map dl dd .tab_panel .tab01 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: single;
        -moz-box-lines: single;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -webkit-flex-pack: justify;
        -moz-flex-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; }
        @media all and (max-width: 668px) {
          .area_map dl dd .tab_panel .tab01 {
            -webkit-box-lines: multiple;
            -moz-box-lines: multiple;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        .area_map dl dd .tab_panel .tab01 .tb_block {
          width: 50%;
          margin: 0 5px 10px 10px; }
          @media all and (max-width: 800px) {
            .area_map dl dd .tab_panel .tab01 .tb_block {
              width: 100%;
              margin: 0 10px; } }
          .area_map dl dd .tab_panel .tab01 .tb_block table {
            font-size: 88%; }
            @media all and (max-width: 668px) {
              .area_map dl dd .tab_panel .tab01 .tb_block table {
                width: 100%; } }
            .area_map dl dd .tab_panel .tab01 .tb_block table tr {
              border-bottom: solid 1px #dcdcdc;
              display: block;
              margin: 0;
              padding-top: 10px;
              padding-bottom: 0; }
              @media all and (max-width: 668px) {
                .area_map dl dd .tab_panel .tab01 .tb_block table tr {
                  width: 100%; } }
              .area_map dl dd .tab_panel .tab01 .tb_block table tr:first-child {
                margin: 0;
                border-top: none; }
              .area_map dl dd .tab_panel .tab01 .tb_block table tr:nth-child(2n) {
                margin-bottom: 5px;
                padding-top: 0; }
              .area_map dl dd .tab_panel .tab01 .tb_block table tr:nth-child(2n-1) {
                border-bottom: none; }
              .area_map dl dd .tab_panel .tab01 .tb_block table tr:last-child {
                border-bottom: solid 1px #dcdcdc; }
              .area_map dl dd .tab_panel .tab01 .tb_block table tr td {
                text-align: center;
                width: 50%; }
                .area_map dl dd .tab_panel .tab01 .tb_block table tr td.course {
                  min-width: 175px;
                  text-align: left; }
                  .area_map dl dd .tab_panel .tab01 .tb_block table tr td.course span {
                    background: #e66972;
                    color: #fff;
                    display: block;
                    float: left;
                    width: 20px;
                    height: 20px;
                    text-align: center;
                    margin-right: 10px; }
                .area_map dl dd .tab_panel .tab01 .tb_block table tr td.sup {
                  font-size: 80%;
                  text-align: left; }
    .area_map dl dd .caption {
      text-align: right;
      margin-right: 10px; }

.area_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  @media all and (max-width: 960px) {
    .area_btn {
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -webkit-flex-pack: center;
      -moz-flex-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; } }
  .area_btn .block_btn {
    position: relative; }
    @media all and (max-width: 960px) {
      .area_btn .block_btn {
        margin: 0 10px; } }
    .area_btn .block_btn:hover {
      opacity: 0.7;
      transition: 0.5s; }
    .area_btn .block_btn dl {
      max-width: 350px;
      padding: 3px;
      border: 1px solid #ccc;
      margin: 10px 0; }
      .area_btn .block_btn dl dt {
        max-width: 339px; }
      .area_btn .block_btn dl dd {
        margin-left: 7px; }
    .area_btn .block_btn a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

.area_topics {
  padding-bottom: 30px; }
  @media all and (max-width: 800px) {
    .area_topics {
      width: 95%;
      margin: 0 auto 30px auto; } }
  .area_topics .title {
    background: #333;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 7px 0;
    letter-spacing: 2px;
    font-size: 1.2rem; }
    .area_topics .title span {
      font-size: 85%;
      font-weight: 100;
      margin-left: 15px; }
  .area_topics .block_topics {
    background: #fff;
    padding: 15px 20px; }
    .area_topics .block_topics .box {
      position: relative; }
      .area_topics .block_topics .box:hover {
        opacity: 0.7;
        transition: 0.5s; }
      .area_topics .block_topics .box dl {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: single;
        -moz-box-lines: single;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        padding: 7px 0;
        border-bottom: 1px dashed #ccc; }
        .area_topics .block_topics .box dl dt {
          min-width: 100px;
          height: 60px;
          margin-right: 15px; }
          @media all and (max-width: 668px) {
            .area_topics .block_topics .box dl dt {
              min-width: 65px; } }
        .area_topics .block_topics .box dl dd .day {
          color: #0797e9;
          font-size: 90%; }
      .area_topics .block_topics .box a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }

.btn_all {
  background: #333;
  text-align: center;
  font-weight: bold;
  padding: 0 0 10px 0;
  margin: 15px auto 0 auto;
  width: 300px;
  position: relative; }
  .btn_all:hover {
    opacity: 0.7;
    transition: 0.5s; }
  .btn_all a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

@media all and (max-width: 800px) {
  .area_blog {
    width: 95%;
    margin: 0 auto 30px auto; } }
.area_blog .title {
  background: #7e7e7e;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 7px 0;
  letter-spacing: 2px;
  font-size: 1.2rem; }
  .area_blog .title span {
    font-size: 85%;
    font-weight: 100;
    margin-left: 15px; }
.area_blog .block_blog {
  background: #fff;
  padding: 15px 20px; }
  .area_blog .block_blog .box {
    position: relative; }
    .area_blog .block_blog .box:hover {
      opacity: 0.7;
      transition: 0.5s; }
    .area_blog .block_blog .box dl {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-box-lines: single;
      -moz-box-lines: single;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap;
      padding: 10px 0;
      border-bottom: 1px dashed #ccc; }
      .area_blog .block_blog .box dl dt {
        color: #0797e9;
        margin-right: 15px; }
    .area_blog .block_blog .box a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

.slider_s {
  padding: 20px 0;
  background: #fff; }
  .slider_s .multiple-item {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px; }
    @media all and (max-width: 668px) {
      .slider_s .multiple-item {
        width: 85%;
        padding: 0; } }
    .slider_s .multiple-item li {
      width: 180px;
      text-align: center; }
      @media all and (max-width: 668px) {
        .slider_s .multiple-item li {
          width: 45%; } }
      .slider_s .multiple-item li:hover {
        opacity: 0.7;
        transition: 0.5s; }
      .slider_s .multiple-item li img {
        width: auto;
        margin: 0 auto; }
        @media all and (max-width: 668px) {
          .slider_s .multiple-item li img {
            max-width: 195px;
            width: 95%; } }

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
  color: #3A3A3A; }

/*左右の矢印の位置を変える*/
.slick-next {
  right: 0px;
  z-index: 100; }
  @media all and (max-width: 668px) {
    .slick-next {
      right: -20px; } }

.slick-prev {
  left: 0px;
  z-index: 100; }
  @media all and (max-width: 668px) {
    .slick-prev {
      left: -20px; } }

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="radio"] {
  display: none; }

.tab_area {
  font-size: 0;
  text-align: center; }

.tab_area label {
  width: 32%;
  margin: 0 5px 0 0;
  display: inline-block;
  padding: 10px 0;
  color: #999;
  background: #ddd;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  transition: ease 0.2s opacity; }
  .tab_area label.tab3_label {
    margin: 0; }

.tab_area label:hover {
  opacity: 0.5; }

#tab1:checked ~ .tab_area .tab1_label {
  background: #e66972;
  color: #fff; }

#tab1:checked ~ .panel_area #panel1 {
  display: block; }

#tab2:checked ~ .tab_area .tab2_label {
  background: #e66972;
  color: #fff; }

#tab2:checked ~ .panel_area #panel2 {
  display: block; }

#tab3:checked ~ .tab_area .tab3_label {
  background: #e66972;
  color: #fff; }

#tab3:checked ~ .panel_area #panel3 {
  display: block; }
