.mv {
  background-image: url(../img/facility_mv.jpg);
}
@media screen and (max-width: 768px) {
  .mv {
    background-position: top left 10%;
  }
}

ul.nav {
  display: flex;
  justify-content: center;
}
ul.nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin: 5px 0 18px;
  padding: 0 3.5%;
}
ul.nav li:not(:nth-last-of-type(1)) {
  border-right: 1px solid #bdbdbd;
}
ul.nav li.act {
  position: relative;
}
ul.nav li.act::after {
  content: "";
  width: 110px;
  height: 13px;
  background: url(../img/ttl_act.gif) no-repeat center bottom/cover;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}
ul.nav li a, ul.nav li span {
  font-size: 18px;
  line-height: 1;
}
ul.nav li a {
  transition: all 0.3s;
}
ul.nav li a:hover {
  color: #e72a48;
}

section .inner {
  max-width: 850px;
}
section.sec01 {
  margin-bottom: 55px;
  padding-top: 55px;
  background: url(../img/top_frame.gif) no-repeat center top/contain;
}
@media screen and (max-width: 768px) {
  section.sec01 {
    padding-top: 0;
    background: none;
  }
}
section.sec01 h2 {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  section.sec01 h2 {
    margin-bottom: 24px;
  }
}
section.sec01 p.copy {
  margin-bottom: 12px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.sec01 p.copy {
    margin-bottom: 10px;
  }
}
section.sec01 p.lead {
  max-width: 740px;
  width: 100%;
  margin: 0 auto 25px;
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section.sec01 p.lead {
    line-height: 1.6;
    margin: 0 auto 16px;
  }
}
section.sec01 .facilities {
  padding: 0 3.5% 3.5%;
  border-radius: 20px;
  background: #f0f8d1 url(../img/facilities_bg.gif) no-repeat center top/850px auto;
}
@media screen and (max-width: 768px) {
  section.sec01 .facilities {
    padding: 0 3.5% 5%;
    background-size: auto 10%;
  }
}
section.sec01 .facilities h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 40px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  section.sec01 .facilities h3 {
    height: auto;
    padding: 6% 0;
    font-size: 22px;
  }
}
section.sec01 .facilities h3 img {
  width: 60px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  section.sec01 .facilities h3 img {
    width: 42px;
    margin-right: 8px;
  }
}
section.sec01 .facilities .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 740px;
  width: 100%;
  padding: 0;
  background: transparent url(../img/facilities_dot.gif) repeat-y center center;
}
@media screen and (max-width: 768px) {
  section.sec01 .facilities .cntWrap {
    background-repeat: repeat-x;
  }
}
section.sec01 .facilities .cntWrap .cntBox {
  max-width: 340px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  section.sec01 .facilities .cntWrap .cntBox {
    width: 100%;
    margin: 0 auto;
  }
  section.sec01 .facilities .cntWrap .cntBox:nth-of-type(1) {
    margin-bottom: 34px;
  }
}
section.sec01 .facilities .cntWrap .cntBox .pic {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 10px;
}
section.sec01 .facilities .cntWrap .cntBox .pic img {
  width: 100%;
  border-radius: 10px;
}
section.sec01 .facilities .cntWrap .cntBox .addressBox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  section.sec01 .facilities .cntWrap .cntBox .addressBox {
    margin-bottom: 10px;
  }
}
section.sec01 .facilities .cntWrap .cntBox .addressBox h4 {
  margin-right: 10%;
  line-height: 1.4;
  color: #75b827;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.sec01 .facilities .cntWrap .cntBox .addressBox h4 {
    margin-right: 5%;
    font-size: 20px;
  }
}
section.sec01 .facilities .cntWrap .cntBox .addressBox address {
  line-height: 1.8;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  section.sec01 .facilities .cntWrap .cntBox .addressBox address {
    line-height: 1.6;
  }
}
section.sec01 .facilities .cntWrap .cntBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  height: 60px;
  width: 94%;
  margin: 0 auto;
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.sec01 .facilities .cntWrap .cntBox a {
    height: 45px;
    font-size: 16px;
    font-weight: bold;
  }
}
section.sec01 .facilities .cntWrap .cntBox a[href="#honjo"] {
  background-color: #75b827;
}
section.sec01 .facilities .cntWrap .cntBox a[href="#ashikado"] {
  background-color: #1ac6f1;
}
section.sec01 .facilities .cntWrap .cntBox a::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 3%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-30%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  section.sec01 .facilities .cntWrap .cntBox a::after {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
}
section.flow h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 40px;
  padding-left: 70px;
  background-repeat: no-repeat, repeat-x;
  background-position: left 6px center, left bottom;
  background-size: 60px auto, auto;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.flow h2 {
    display: block;
    height: auto;
    margin-bottom: 24px;
    padding: 0 0 15px 50px;
    background-position: left 2px center, left bottom;
    background-size: 40px auto, auto 2px;
    font-size: 20px;
    position: relative;
  }
}
section.flow h2 span {
  font-size: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  section.flow h2 span {
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 3px;
  }
}
section.flow .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.flow .cntWrap {
    justify-content: center;
    background: none !important;
  }
}
section.flow .cntWrap:not(:nth-last-of-type(1)) {
  padding: 0 0 40px;
}
@media screen and (max-width: 768px) {
  section.flow .cntWrap:not(:nth-last-of-type(1)) {
    padding: 0 0 28px;
  }
}
section.flow .cntWrap:nth-of-type(2n+1) .txt h3 {
  justify-content: flex-start;
}
section.flow .cntWrap:nth-of-type(2n+1) .txt h3 i {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  section.flow .cntWrap:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
}
section.flow .cntWrap:nth-of-type(2n) .txt h3 {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  section.flow .cntWrap:nth-of-type(2n) .txt h3 {
    flex-direction: row-reverse;
  }
}
section.flow .cntWrap:nth-of-type(2n) .txt h3 i {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  section.flow .cntWrap:nth-of-type(2n) .txt h3 i {
    margin: 0 10px 0 0;
  }
}
section.flow .cntWrap:nth-last-of-type(1) {
  padding: 0;
}
section.flow .cntWrap .pic {
  max-width: 520px;
  width: 61.5%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.flow .cntWrap .pic {
    width: 100%;
    margin: 0 auto;
  }
}
section.flow .cntWrap .txt {
  max-width: 310px;
  width: 36.5%;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  section.flow .cntWrap .txt {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-top: 8px;
  }
}
section.flow .cntWrap .txt h3 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.flow .cntWrap .txt h3 {
    margin-bottom: 6px;
    font-size: 20px;
  }
}
section.flow .cntWrap .txt h3 i {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  border-radius: 20px;
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  section.flow .cntWrap .txt h3 i {
    min-width: 30px;
    min-height: 30px;
  }
}
section.flow .cntWrap .txt p {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  section.flow .cntWrap .txt p {
    line-height: 1.6;
  }
}
section.flow .cntWrap .txt img.sp {
  display: block;
  width: 130px;
  margin: 10px auto 0;
}
section#honjo {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  section#honjo {
    margin-bottom: 48px;
  }
}
section#honjo h2 {
  background-image: url(../img/icn_honjo.svg), url(../img/honjo_dot.gif);
}
section#honjo h2 span {
  color: #dfeca8;
}
section#honjo .cntWrap:not(:nth-last-of-type(1)):nth-of-type(2n+1) {
  background: url(../img/honjo_connect_right.gif) no-repeat bottom right/40% auto;
}
section#honjo .cntWrap:not(:nth-last-of-type(1)):nth-of-type(2n) {
  background: url(../img/honjo_connect_left.gif) no-repeat bottom left/40% auto;
}
section#honjo .cntWrap:nth-last-of-type(1) {
  background: url(../img/honjo_shipping.gif) no-repeat bottom left/40% auto;
}
section#honjo .cntWrap .txt h3 {
  color: #75b827;
}
section#honjo .cntWrap .txt h3 i {
  background-color: #dfeca8;
}
section#ashikado h2 {
  background-image: url(../img/icn_ashikado.svg), url(../img/ashikado_dot.gif);
}
section#ashikado h2 span {
  color: #bbe9f5;
}
section#ashikado .cntWrap:not(:nth-last-of-type(1)):nth-of-type(2n+1) {
  background: url(../img/ashikado_connect_right.gif) no-repeat bottom right/40% auto;
}
section#ashikado .cntWrap:not(:nth-last-of-type(1)):nth-of-type(2n) {
  background: url(../img/ashikado_connect_left.gif) no-repeat bottom left/40% auto;
}
section#ashikado .cntWrap:nth-last-of-type(1) {
  background: url(../img/ashikado_shipping.gif) no-repeat bottom right/40% auto;
}
section#ashikado .cntWrap .txt h3 {
  color: #1ac6f1;
}
section#ashikado .cntWrap .txt h3 i {
  background-color: #bbe9f5;
}