@charset "UTF-8";
.fs-l-footer {
  margin-top: 0;
  border-top: none;
  background: transparent;
}

footer .first_footer {
  background: #00693e;
  padding-top: 55px;
  padding-bottom: 45px;
}
footer .footer_wrap {
  width: 95%;
  margin: 0 auto;
  max-width: 1280px;
}
footer .footer_contens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer_first_contens {
  max-width: 410px;
  width: 32%;
}
footer .footer_second_contens {
  max-width: 460px;
  width: 36%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
footer .footer_thrid_contens {
  max-width: 410px;
  width: 32%;
}
footer .footer_contens_inner {
  max-width: 360px;
  width: 90%;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  margin-bottom: 38px;
}
footer .footer_contens_inner.last {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
footer .footer_contens_inner.first {
  margin-right: auto;
}
footer .footer_contens_inner.second {
  margin: 0 auto 38px;
}
footer .footer_contens_inner.third {
  margin-left: auto;
}
footer .footer_contens_title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
footer .footer_contens_text {
  font-size: 14px;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8;
}
footer .footer_contens_link {
  color: #fff;
  font-size: 14px;
  display: block;
  line-height: 1.9;
}
footer .footer_contens_link .arrow_span {
  position: relative;
}
footer .footer_contens_link .arrow_span::after {
  content: "〉";
  display: inline-block;
  margin-left: 10px;
}
footer .footer_credit_card {
  margin-top: 15px;
}
footer .sns_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .sns_list {
  width: 20%;
  max-width: 30px;
  margin-right: 15px;
}
footer .sns_list:last-child {
  margin-right: 0;
}
footer #calendar.calendar_inner {
  background: #fff;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer #calendar.calendar_inner table {
  width: 45%;
  margin: 0 auto;
}
footer #calendar.calendar_inner table th {
  color: #333333;
}
footer #calendar.calendar_inner table th:first-child {
  padding: 15px 0;
  font-weight: bold;
}
footer #calendar.calendar_inner table th:first-child span {
  display: none;
}
footer #calendar.calendar_inner table .headline {
  border-bottom: 1px solid #ccc;
}
footer #calendar.calendar_inner table td {
  text-align: center;
  font-size: 14px;
  padding: 9px 0;
  color: #333333;
}
footer #calendar.calendar_inner table td.Sun {
  color: #ff0000;
}
footer #calendar.calendar_inner table td.Sat {
  color: #0000ff;
}
footer #calendar.calendar_inner table td.closed {
  background: #666666;
  color: #fff;
}
footer .holiday_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
  font-size: 13px;
  color: #fff;
}
footer .holiday_text .holiday_icon {
  width: 13px;
  height: 13px;
  margin-right: 3px;
}
footer .calendar_text {
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
footer .calendar_text.indent {
  padding-left: 1em;
  text-indent: -1em;
}
footer .second_footer {
  border-top: 1px solid #fff;
  background: #00693e;
  padding: 30px 0;
}
footer .footer_nav_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer_nav_link {
  color: #fff;
  font-size: 14px;
  padding: 0 27px;
  border-right: 1px solid #fff;
}
footer .footer_nav_list:last-child .footer_nav_link {
  border-right: none;
}
footer .third_footer {
  background: #fff;
  padding: 20px 0;
}
footer .third_footer_flex_contens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer_logo {
  max-width: 350px;
  width: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_logo .footer_logo_img {
  max-width: 238px;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
footer .stop_text_ul {
  max-width: 640px;
  width: 50%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px 40px;
}
footer .stop_text_ul .stop_text {
  font-size: 14px;
  line-height: 1.8;
}
footer .age_stop_logo {
  max-width: 290px;
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .age_stop_logo .stop_logo_img {
  max-width: 182px;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
footer .copyright_area {
  border-top: 1px solid #ccc;
  padding: 30px 0;
  background: #fff;
}
footer .copy_right_text {
  text-align: center;
  font-size: 14px;
}

@media (min-width: 1px) and (max-width: 950px) {
  footer #calendar.calendar_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer #calendar.calendar_inner table {
    width: 95%;
  }
}
@media (min-width: 1px) and (max-width: 900px) {
  footer .footer_contens_link {
    font-size: 13px;
  }
}
@media (min-width: 1px) and (max-width: 840px) {
  footer .first_footer {
    display: none;
  }
  footer .footer_contens_link {
    font-size: 13px;
  }
  footer .second_footer {
    border-top: none;
    padding: 0 0 35px;
  }
  footer .footer_nav_ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer_nav_list {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  footer .footer_nav_list.spv {
    display: block;
  }
  footer .spv.second_footer_box {
    display: block;
  }
  footer .spv.second_footer_box #calendar.calendar_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  footer .spv.second_footer_box #calendar.calendar_inner table {
    width: 45%;
  }
  footer .footer_nav_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: none;
    font-size: 12px;
    padding: 12px 10px;
    background-image: url(../img/footer_arrow_sp.png);
    background-repeat: no-repeat;
    background-size: 6px 11px;
    background-position: right 10px center;
  }
  footer .footer_nav_link .free {
    background: #cb9911;
    font-size: 11px;
    padding: 0 3px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 16px;
    margin-left: 5px;
  }
  footer .third_footer {
    padding-bottom: 0;
    padding-top: 17px;
  }
  footer .third_footer .footer_wrap {
    width: 100%;
  }
  footer .sns_ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 18px;
  }
  footer .calendar_text, footer .holiday_text {
    padding: 0 10px;
    font-size: 12px;
  }
  footer .sp_caledar_area {
    margin: 23px 10px 7px;
  }
  footer .third_footer_flex_contens {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer_logo {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #ccc;
    padding: 14px 0;
  }
  footer .footer_logo .footer_logo_img {
    max-width: 119px;
    max-height: 35px;
  }
  footer .stop_text_ul {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border: none;
    width: 100%;
    padding: 0 15px;
  }
  footer .stop_text_ul .stop_text {
    font-size: 11px;
    padding-left: 1em;
    text-indent: -1em;
  }
  footer .age_stop_logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 19px;
  }
  footer .age_stop_logo .stop_logo_img {
    max-width: 130px;
    max-height: 40px;
    margin-left: 0;
  }
  footer .copyright_area {
    border-top: none;
    padding: 0 0 15px;
  }
}
@media (min-width: 1px) and (max-width: 350px) {
  footer .copy_right_text {
    font-size: 12px;
  }
}