@charset "UTF-8";
@media (min-width: 1024px) {
  #trigger1 {
    position: absolute;
    top: 150px;
    right: auto;
    bottom: auto;
    left: 0px;
  }

  #trigger2 {
    position: absolute;
    top: 300px;
    right: auto;
    bottom: auto;
    left: 0px;
  }

  #trigger3 {
    position: absolute;
    top: 700px;
    right: auto;
    bottom: auto;
    left: 0px;
  }

  #navFix {
    width: 100%;
    z-index: 50;
    background-color: #fff;
  }

  #navFix .sub-menu li {
    display: none;
  }

  .pointOne,
  .pointTwo {
    width: 100%;
    height: 150px;
    position: fixed;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: All 0.35s ease-in-out;
    -ms-transition: All 0.35s ease-in-out;
    -moz-transition: All 0.35s ease-in-out;
    -o-transition: All 0.35s ease-in-out;
    transition: All 0.35s ease-in-out;
    padding: 0 0 10px 0;
    border-top: 4px solid #F3A530;
  }

  .pointOne:before,
  .pointTwo:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    top: 90px;
    right: auto;
    bottom: auto;
    left: 0px;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
  }

  .pointOne .wrapper,
  .pointTwo .wrapper {
    margin: 10px auto 0 auto;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1199px) {

  .pointOne .wrapper,
  .pointTwo .wrapper {
    width: 100%;
    height: auto;
    padding: 0 10px;
  }
}

@media (min-width: 1024px) {

  .pointOne #logo,
  .pointTwo #logo {
    width: 22%;
    height: auto;
    position: absolute;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    margin: 17px 0 0 0;
    line-height: 1;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1199px) {

  .pointOne #logo,
  .pointTwo #logo {
    width: 25%;
    height: 100%;
  }
}

@media (min-width: 1024px) {

  .pointOne #logo a,
  .pointTwo #logo a {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {

  .pointOne #logo a img,
  .pointTwo #logo a img {
    width: 100%;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
  }
}

@media (min-width: 1024px) {

  .pointOne #areacount,
  .pointTwo #areacount {
    width: 32%;
    position: absolute;
    top: 10px;
    right: auto;
    bottom: auto;
    left: 27%;
  }

  .pointOne #areacount ul,
  .pointTwo #areacount ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pointOne #areacount ul li,
  .pointTwo #areacount ul li {
    width: 23.5%;
    background: #FFB83B;
    position: relative;
    padding: 5px 4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0px 1px 0px #ee9700;
    -moz-box-shadow: 0px 1px 0px #ee9700;
    -ms-box-shadow: 0px 1px 0px #ee9700;
    box-shadow: 0px 1px 0px #ee9700;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
  }

  .pointOne #areacount ul li span:nth-of-type(1),
  .pointTwo #areacount ul li span:nth-of-type(1) {
    width: 100%;
    position: relative;
    background: #FCF1E0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "font-family: " Noto Sans JP", sans-serif;", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    color: #333;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
  }

  .pointOne #areacount ul li span:nth-of-type(1):before,
  .pointTwo #areacount ul li span:nth-of-type(1):before {
    content: "";
    font-family: "FontAwesome";
    font-size: 1.7rem;
    font-weight: 300;
    color: #EC4848;
    position: absolute;
    top: -18px;
    right: 0px;
    bottom: auto;
    left: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pointOne #areacount ul li span:nth-of-type(1) b,
  .pointTwo #areacount ul li span:nth-of-type(1) b {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #484848;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    line-height: 1.4;
    margin: 0px 3px 0px 0px;
  }

  .pointOne #areacount ul li span:nth-of-type(2),
  .pointTwo #areacount ul li span:nth-of-type(2) {
    width: 100%;
    margin: 2px 0px 0px 0px;
    letter-spacing: 2px;
    text-align: center;
    position: absolute;
    top: 38px;
    right: auto;
    bottom: auto;
    left: 0px;
    font-family: "font-family: " Noto Sans JP", sans-serif;", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #484848;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
  }

  .pointOne #areacount ul li>a,
  .pointTwo #areacount ul li>a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    z-index: 2;
  }

  .pointOne #areacount ul li:hover span,
  .pointOne #areacount ul li:hover span>b,
  .pointTwo #areacount ul li:hover span,
  .pointTwo #areacount ul li:hover span>b {
    color: #EF5E00;
  }

  .pointOne nav,
  .pointTwo nav {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    margin: 90px 0 0 0;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1199px) {

  .pointOne nav,
  .pointTwo nav {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1024px) {

  .pointOne .navi,
  .pointTwo .navi {
    width: 1100px;
    height: 90px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    margin: 0px auto 0px auto;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1199px) {

  .pointOne .navi,
  .pointTwo .navi {
    width: 100%;
  }
}

@media (min-width: 1024px) {

  .pointOne .navi>li,
  .pointTwo .navi>li {
    height: 100%;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: stretch;
    -webkit-justify-content: stretch;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pointOne .navi>li:nth-of-type(1) a,
  .pointTwo .navi>li:nth-of-type(1) a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: url(images/freedial.png) 22px 24px no-repeat;
    background-size: 35px;
    padding: 0px 10px 0px 20px;
    pointer-events: none;
  }

  .pointOne .navi>li:nth-of-type(1) a span:nth-of-type(1),
  .pointTwo .navi>li:nth-of-type(1) a span:nth-of-type(1) {
    font-family: "Montserrat", sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #222;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    padding: 0px 0px 0px 45px;
    line-height: 1;
  }

  .pointOne .navi>li:nth-of-type(1) a span:nth-of-type(2),
  .pointTwo .navi>li:nth-of-type(1) a span:nth-of-type(2) {
    font-family: "font-family: " Noto Sans JP", sans-serif;", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #666;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 0px 0px 1px;
    line-height: 1.4;
  }

  .pointOne .navi>li:nth-of-type(1) a span:nth-of-type(2) b,
  .pointTwo .navi>li:nth-of-type(1) a span:nth-of-type(2) b {
    font-weight: 500;
  }

  .pointOne .navi>li:nth-of-type(1) a span:nth-of-type(2) em,
  .pointTwo .navi>li:nth-of-type(1) a span:nth-of-type(2) em {
    padding: 0px 0px 0px 20px;
    position: relative;
  }

  .pointOne .navi>li:nth-of-type(1) a span:nth-of-type(2) em:before,
  .pointTwo .navi>li:nth-of-type(1) a span:nth-of-type(2) em:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 1.6rem;
    font-weight: 500;
    color: #666;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: auto;
    left: 10px;
    margin: 1px 0px 0px 0px;
  }

  .pointOne .navi>li:nth-of-type(1) a span:nth-of-type(3),
  .pointTwo .navi>li:nth-of-type(1) a span:nth-of-type(3) {
    display: none;
  }

  .pointOne .navi>li:nth-of-type(2) a,
  .pointTwo .navi>li:nth-of-type(2) a {
    width: 100%;
    height: auto;
    font-family: "font-family: " Noto Sans JP", sans-serif;", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 30px 10px 7px 10px;
    position: relative;
    text-align: center;
    line-height: 1.2;
    background: #F3A530;
  }

  .pointOne .navi>li:nth-of-type(2) a em,
  .pointTwo .navi>li:nth-of-type(2) a em {
    height: 24px;
    line-height: .5;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }

  .pointOne .navi>li:nth-of-type(2) a:before,
  .pointTwo .navi>li:nth-of-type(2) a:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 1.8rem;
    font-weight: 300;
    color: #fff;
    position: absolute;
    top: 7px;
    right: 0px;
    bottom: auto;
    left: 0px;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    margin: 0px auto 0px auto;
  }

  .pointOne .navi>li:nth-of-type(2) a:hover,
  .pointTwo .navi>li:nth-of-type(2) a:hover {
    background: #e38d0d;
  }

  .pointOne .naviLine1,
  .pointTwo .naviLine1 {
    width: 1100px;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 5px auto 0 auto;
  }

  .pointOne .naviLine1>li,
  .pointTwo .naviLine1>li {
    width: 100%;
    height: auto;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: stretch;
    -webkit-justify-content: stretch;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 0px 12px 0px;
  }

  .pointOne .naviLine1>li:nth-of-type(1),
  .pointOne .naviLine1>li.credit,
  .pointTwo .naviLine1>li:nth-of-type(1),
  .pointTwo .naviLine1>li.credit {
    display: none;
  }

  .pointOne .naviLine1>li:nth-of-type(2) a,
  .pointTwo .naviLine1>li:nth-of-type(2) a {
    border-left: 1px solid #e0e0e0;
  }

  .pointOne .naviLine1>li>a,
  .pointTwo .naviLine1>li>a {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "font-family: " Noto Sans JP", sans-serif;", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #484848;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    border-right: 1px solid #e0e0e0;
    padding: 0;
    cursor: pointer;
    letter-spacing: 1px;
    line-height: 1.2;
    position: relative;
  }

  .pointOne .naviLine1>li>a>span,
  .pointTwo .naviLine1>li>a>span {
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    font-family: "font-family: " Noto Sans JP", sans-serif;", sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    color: #ccc;
    position: relative;
    z-index: 20;
    line-height: 1.1;
  }

  .pointTwo {
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
  }

  .pointTwo2 {
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
  }

  .pointTwo2,
  .pointThree {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: All 0.35s ease-in-out;
    -ms-transition: All 0.35s ease-in-out;
    -moz-transition: All 0.35s ease-in-out;
    -o-transition: All 0.35s ease-in-out;
    transition: All 0.35s ease-in-out;
    border-bottom: 4px solid #F3A530;
  }

  .pointTwo2 .wrapper,
  .pointThree .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1199px) {

  .pointTwo2 .wrapper,
  .pointThree .wrapper {
    width: 960px;
    height: auto;
    padding: 0 10px;
  }
}

@media (min-width: 1024px) {

  .pointTwo2 .wrapper #logo,
  .pointThree .wrapper #logo {
    width: 18%;
    height: 100%;
    position: absolute;
    top: 12px;
    right: auto;
    bottom: auto;
    left: 0px;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    margin: 0 0 0 0;
    line-height: 1;
  }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none) {

  .pointTwo2 .wrapper #logo,
  .pointThree .wrapper #logo {
    position: absolute;
    top: 25px;
    right: auto;
    bottom: auto;
    left: 0px;
  }
}

@media (min-width: 1024px) {

  .pointTwo2 .wrapper #logo a,
  .pointThree .wrapper #logo a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
  }

  .pointTwo2 .wrapper #logo a img,
  .pointThree .wrapper #logo a img {
    width: 100%;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
  }

  .pointTwo2 .wrapper #areacount,
  .pointThree .wrapper #areacount {
    display: none;
  }

  .pointTwo2 nav,
  .pointThree nav {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    margin: 0 0 0 0;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1199px) {

  .pointTwo2 nav,
  .pointThree nav {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1024px) {

  .pointTwo2 .navi,
  .pointThree .navi {
    width: 1100px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    margin: 0px auto 0px auto;
  }

  .pointTwo2 .navi>li,
  .pointThree .navi>li {
    height: 100%;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: stretch;
    -webkit-justify-content: stretch;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pointTwo2 .navi>li:nth-of-type(1) a,
  .pointThree .navi>li:nth-of-type(1) a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f7f7f7 url(images/freedial.png) 20px center no-repeat;
    background-size: 25px;
    padding: 0px 10px 0px 30px;
    pointer-events: none;
  }

  .pointTwo2 .navi>li:nth-of-type(1) a span:nth-of-type(1),
  .pointThree .navi>li:nth-of-type(1) a span:nth-of-type(1) {
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #484848;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    padding: 0px 0px 0px 20px;
    line-height: 1;
  }

  .pointTwo2 .navi>li:nth-of-type(1) a span:nth-of-type(2),
  .pointThree .navi>li:nth-of-type(1) a span:nth-of-type(2) {
    display: none;
  }

  .pointTwo2 .navi>li:nth-of-type(2),
  .pointThree .navi>li:nth-of-type(2) {
    width: 70px;
  }

  .pointTwo2 .navi>li:nth-of-type(2) a,
  .pointThree .navi>li:nth-of-type(2) a {
    width: 100%;
    height: 100%;
    font-family: "font-family: " Noto Sans JP", sans-serif;", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    padding: 0px 15px 0px 15px;
    position: relative;
    text-align: center;
    line-height: 1.2;
    background: #F3A530;
  }

  .pointTwo2 .navi>li:nth-of-type(2) a em,
  .pointThree .navi>li:nth-of-type(2) a em {
    display: none;
  }

  .pointTwo2 .navi>li:nth-of-type(2) a:before,
  .pointThree .navi>li:nth-of-type(2) a:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 1.8rem;
    font-weight: 300;
    color: #fff;
    position: absolute;
    top: 32%;
    right: 0px;
    bottom: 0px;
    left: 0px;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    margin: auto;
  }

  .pointTwo2 .navi>li:nth-of-type(2) a:hover,
  .pointThree .navi>li:nth-of-type(2) a:hover {
    background: #e38d0d;
  }

  .pointTwo2 .navi>li:nth-of-type(3),
  .pointThree .navi>li:nth-of-type(3) {
    display: none;
  }

  .pointTwo2 .naviLine1,
  .pointThree .naviLine1 {
    width: 680px;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    z-index: 100;
  }

  .pointTwo2 .naviLine1>li,
  .pointThree .naviLine1>li {
    width: auto;
    height: 100%;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pointTwo2 .naviLine1>li:nth-of-type(1),
  .pointTwo2 .naviLine1>li.credit,
  .pointThree .naviLine1>li:nth-of-type(1),
  .pointThree .naviLine1>li.credit {
    display: none;
  }

  .pointTwo2 .naviLine1>li:last-of-type a,
  .pointThree .naviLine1>li:last-of-type a {
    border: none;
  }

  .pointTwo2 .naviLine1>li>a,
  .pointThree .naviLine1>li>a {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "font-family: " Noto Sans JP", sans-serif;", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    border-right: 1px solid #e0e0e0;
    padding: 0 15px;
    cursor: pointer;
    letter-spacing: 1px;
    line-height: 1.2;
    position: relative;
  }

  .pointTwo2 .naviLine1>li>a>span,
  .pointThree .naviLine1>li>a>span {
    display: none;
  }

  .pointTwo2 .naviLine1>li>a:hover span,
  .pointThree .naviLine1>li>a:hover span {
    color: #fff;
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .pointOne .naviLine2,
  .pointTwo .naviLine2 {
    position: absolute;
    top: 146px;
    right: auto;
    bottom: auto;
    left: 0px;
  }

  .pointTwo2 .naviLine2,
  .pointThree .naviLine2 {
    position: absolute;
    top: 55px;
    right: auto;
    bottom: auto;
    left: 0px;
  }

  .naviLine2 {
    width: 100%;
    height: 0px;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    visibility: hidden;
    overflow: hidden;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 4px solid #F3A530;
  }

  .naviLine3 {
    width: 1100px;
    margin: 0px auto 0px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1199px) {
  .naviLine3 {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .naviLine3 li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    font-family: "font-family: " Noto Sans JP", sans-serif;", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #555;
  }

  .naviLine3 li a span {
    font-family: "font-family: " Noto Sans JP", sans-serif;", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #bbb;
    margin: 0 0 0 2px;
    line-height: 1.2;
    letter-spacing: 1px;
  }

  .naviLine1>li>a:before {
    content: "";
    width: 0px;
    height: 3px;
    background: #ffa870;
    position: absolute;
    top: -15px;
    right: 50%;
    bottom: auto;
    left: 50%;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
  }

  .naviLine1>li>a:after {
    content: "";
    width: 0px;
    height: 3px;
    background: #EF5E00;
    position: absolute;
    top: -15px;
    right: 50%;
    bottom: auto;
    left: 50%;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
  }

  .naviLine1>li:hover>a,
  .naviLine1>li:hover>a>span {
    color: #EF5E00;
  }

  .naviLine1>li:hover>a:before,
  .naviLine1>li:hover>a>span:before {
    width: 100%;
    left: 0;
    right: 0;
  }

  .naviLine1>li:hover>a:after,
  .naviLine1>li:hover>a>span:after {
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .naviLine1>li:hover .naviLine2 {
    visibility: visible;
    overflow: visible;
    z-index: 10;
    height: 100px;
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .naviLine1>li:hover .naviLine2>li {
    visibility: visible;
    overflow: visible;
    z-index: 10;
  }

  .naviLine1>li:hover .naviLine3 {
    margin-top: 25px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
}

@media screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 0) {
  .naviLine1>li:hover .naviLine3 {
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}

@media (min-width: 1024px) {
  .naviLine1>li:hover .naviLine3 li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  .naviLine1>li:hover .naviLine3 li a span {
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
  }

  .naviLine1>li:hover .naviLine3 li a:hover,
  .naviLine1>li:hover .naviLine3 li a:hover span {
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    color: #F3A530;
  }

  .pointOne .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(1)>a,
  .pointTwo .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(1)>a,
  .pointTwo2 .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(1)>a,
  .pointThree .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(1)>a {
    background: url(images/container_menu_1.jpg) left 5px no-repeat;
    background-size: 60px;
    padding: 5px 0 5px 65px;
  }

  .pointOne .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(2)>a,
  .pointTwo .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(2)>a,
  .pointTwo2 .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(2)>a,
  .pointThree .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(2)>a {
    background: url(images/container_menu_2.jpg) left 5px no-repeat;
    background-size: 60px;
    padding: 5px 0 5px 65px;
  }

  .pointOne .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(3)>a,
  .pointTwo .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(3)>a,
  .pointTwo2 .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(3)>a,
  .pointThree .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(3)>a {
    background: url(images/container_menu_3.jpg) left 5px no-repeat;
    background-size: 60px;
    padding: 5px 0 5px 65px;
  }

  .pointOne .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(4)>a,
  .pointTwo .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(4)>a,
  .pointTwo2 .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(4)>a,
  .pointThree .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(4)>a {
    background: url(images/container_menu_4.jpg) left 5px no-repeat;
    background-size: 60px;
    padding: 5px 0 5px 65px;
  }

  .pointOne .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(5)>a,
  .pointTwo .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(5)>a,
  .pointTwo2 .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(5)>a,
  .pointThree .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(5)>a {
    background: url(images/container_menu_5.jpg) left 5px no-repeat;
    background-size: 60px;
    padding: 5px 0 5px 65px;
  }

  .pointOne .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(6)>a,
  .pointTwo .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(6)>a,
  .pointTwo2 .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(6)>a,
  .pointThree .naviLine1 li:nth-of-type(5) .naviLine3 li:nth-of-type(6)>a {
    background: url(images/container_menu_6.jpg) left 5px no-repeat;
    background-size: 60px;
    padding: 5px 0 5px 65px;
  }

  .pointOne .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(1)>a,
  .pointTwo .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(1)>a,
  .pointTwo2 .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(1)>a,
  .pointThree .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(1)>a {
    background: url(images/guidance_menu_1.svg) left center no-repeat;
    background-size: 28px;
    padding: 5px 0 5px 36px;
  }

  .pointOne .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(2)>a,
  .pointTwo .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(2)>a,
  .pointTwo2 .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(2)>a,
  .pointThree .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(2)>a {
    background: url(images/guidance_menu_2.svg) left center no-repeat;
    background-size: 28px;
    padding: 5px 0 5px 36px;
  }

  .pointOne .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(3)>a,
  .pointTwo .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(3)>a,
  .pointTwo2 .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(3)>a,
  .pointThree .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(3)>a {
    background: url(images/guidance_menu_3.svg) left center no-repeat;
    background-size: 28px;
    padding: 5px 0 5px 36px;
  }

  .pointOne .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(4)>a,
  .pointTwo .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(4)>a,
  .pointTwo2 .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(4)>a,
  .pointThree .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(4)>a {
    background: url(images/guidance_menu_4.svg) left center no-repeat;
    background-size: 28px;
    padding: 5px 0 5px 36px;
  }

  .pointOne .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(5)>a,
  .pointTwo .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(5)>a,
  .pointTwo2 .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(5)>a,
  .pointThree .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(5)>a {
    background: url(images/guidance_menu_5.svg) left center no-repeat;
    background-size: 28px;
    padding: 5px 0 5px 36px;
  }

  .pointOne .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(6)>a,
  .pointTwo .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(6)>a,
  .pointTwo2 .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(6)>a,
  .pointThree .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(6)>a {
    background: url(images/guidance_menu_6.svg) left center no-repeat;
    background-size: 28px;
    padding: 5px 0 5px 36px;
  }

  .pointOne .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(1)>a,
  .pointTwo .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(1)>a,
  .pointTwo2 .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(1)>a,
  .pointThree .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(1)>a {
    background-position: left 12px;
  }

  .pointOne .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(2)>a,
  .pointTwo .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(2)>a,
  .pointTwo2 .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(2)>a,
  .pointThree .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(2)>a {
    background-position: left 10px;
  }

  .pointOne .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(3)>a,
  .pointTwo .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(3)>a,
  .pointTwo2 .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(3)>a,
  .pointThree .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(3)>a {
    background-position: left 11px;
  }

  .pointOne .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(4)>a,
  .pointTwo .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(4)>a,
  .pointTwo2 .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(4)>a,
  .pointThree .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(4)>a {
    background-position: left 5px;
    background-size: 35px;
  }

  .pointOne .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(5)>a,
  .pointTwo .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(5)>a,
  .pointTwo2 .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(5)>a,
  .pointThree .naviLine1 li:nth-of-type(6) .naviLine3 li:nth-of-type(5)>a {
    background-position: left 9px;
    background-size: 25px;
  }

  #menu-btn {
    display: none;
  }
}

body.single-stores .pointOne,
body.single-stores .pointTwo,
body.tax-fukuokaarea .pointOne,
body.tax-fukuokaarea .pointTwo,
body.tax-nagasakiarea .pointOne,
body.tax-nagasakiarea .pointTwo,
body.tax-sagaarea .pointOne,
body.tax-sagaarea .pointTwo {
  top: 30px;
}

.site-overlay {
  display: none;
}

.site-overlay.pcactive {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 45;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 0.5s ease 0.2s;
  -moz-animation: fade 0.5s ease 0.2s;
  animation: fade 0.5s ease 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes mouse {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes mouse {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mouse {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .home .pointOne {
    height: 175px;
    border-top: none;
  }

  .home .pointOne:before {
    top: 115px;
  }

  .home .pointOne .navi {
    top: 25px;
  }

  .home .pointOne .naviLine2 {
    top: 171px;
  }

  .home header h1 {
    width: 100%;
    color: #fff;
    font-weight: 300;
    font-size: 1.15rem;
    background: #F3A530;
    padding: 3px 0;
    text-align: center;
  }

  .home header.pointThree h1,
  .home header.pointTwo2 h1 {
    display: none;
  }
}

@media (max-width: 1023px) {
  .home header h1 {
    display: none;
  }
}