.pcD {
  display: block; }

.spD {
  display: none; }

.indent1 {
  text-indent: -0.5em; }

.numIndent {
  padding-left: 36px;
  text-indent: -36px; }
  .numIndent span {
    text-indent: 0; }

@media only screen and (max-width: 768px) {
  .pcD {
    display: none; }
  .spD {
    display: block; } }

figure {
  position: relative;
  width: 100%;
  overflow: hidden; }

body {
  position: relative; }

.main__txt {
  width: 100%;
  padding: 76px 0;
  background: #FAFAFA;
  position: relative; }
  .main__txt p {
    max-width: 840px;
    margin: 0 auto;
    font-size: 28px;
    line-height: 2.2; }

.main__txt--btn {
  z-index: 10;
  position: absolute;
  right: -5px;
  top: 0; }
  .main__txt--btn a {
    transition: opacity 0.3s ease;
    text-decoration: none;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: #F5F5F5;
    padding: 20px 10px 20px 5px;
    font-size: 16px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    transform: translateY(-50%);
    z-index: 2;
    letter-spacing: 0.1em; }
    .main__txt--btn a:hover {
      opacity: 0.7; }
  .main__txt--btn.fix {
    top: 10px;
    position: fixed; }
    .main__txt--btn.fix a {
      transform: translateY(0%); }

@media only screen and (max-width: 1060px) {
  .main__txt {
    padding: 76px 20px; } }

@media only screen and (max-width: 768px) {
  .main__txt {
    padding: 50px 20px 30px 20px; }
  .main__txt--btn {
    top: 10px;
    right: 20px;
    text-align: right; }
    .main__txt--btn a {
      display: inline-block;
      -ms-writing-mode: horizontal-tb;
      writing-mode: horizontal-tb;
      padding: 5px 10px 10px 10px;
      font-size: 14px;
      transform: translateY(0%); }
      .main__txt--btn a::after {
        position: absolute;
        top: 65%;
        margin-left: 3px;
        right: 45%;
        width: 8px;
        height: 8px;
        content: "";
        display: block;
        transform: rotate(135deg);
        border-right: 1px solid #000;
        border-top: 1px solid #000; } }

.stage1__area {
  max-width: 1000px;
  margin: 0 auto; }
  .stage1__area .sectionTitle {
    text-align: center;
    margin: 90px auto 60px auto; }
    .stage1__area .sectionTitle img {
      max-width: 252px; }

.stage1__area--box.col2 {
  margin-left: -60px;
  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;
  justify-content: flex-start;
  -webkit-justify-content: flex-start; }
  .stage1__area--box.col2.sc {
    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;
    justify-content: center;
    -webkit-justify-content: center; }
  .stage1__area--box.col2 .col2__box {
    max-width: 100%;
    margin-left: 60px;
    margin-bottom: 50px;
    width: 470px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15); }
  .stage1__area--box.col2 .col2__box--img {
    position: relative; }
    .stage1__area--box.col2 .col2__box--img .subTxt {
      position: absolute;
      bottom: -40px;
      right: -30px; }
      .stage1__area--box.col2 .col2__box--img .subTxt img {
        max-width: 156px; }
  .stage1__area--box.col2 .col2__box--wrap {
    box-sizing: border-box;
    padding: 35px; }
    .stage1__area--box.col2 .col2__box--wrap p {
      font-size: 18px;
      line-height: 1.9; }
      .stage1__area--box.col2 .col2__box--wrap p.title {
        margin-top: 30px;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 30px; }
        .stage1__area--box.col2 .col2__box--wrap p.title span {
          display: inline-block;
          width: 40px;
          height: 40px;
          margin-right: 10px;
          border-radius: 40px;
          background: #B4B4B4;
          color: #fff;
          text-align: center;
          line-height: 40px; }

@media only screen and (max-width: 1060px) {
  .stage1__area {
    padding: 0 40px; }
  .stage1__area--box.col2 .col2__box {
    max-width: calc(50% - 60px);
    margin-left: 60px; }
  .stage1__area--box.col2 .col2__box--img {
    position: relative; }
    .stage1__area--box.col2 .col2__box--img .subTxt img {
      max-width: 120px; } }

@media only screen and (max-width: 768px) {
  .stage1__area .sectionTitle {
    text-align: center;
    margin: 90px auto 60px auto; }
    .stage1__area .sectionTitle img {
      max-width: 132px; }
  .stage1__area--box.col2 {
    margin-left: 0px;
    display: block; }
    .stage1__area--box.col2 .col2__box {
      margin-left: 0px;
      margin-bottom: 50px;
      width: 100%;
      max-width: 100%; }
    .stage1__area--box.col2 .col2__box--img {
      position: relative; }
      .stage1__area--box.col2 .col2__box--img .subTxt {
        position: absolute;
        bottom: -40px;
        right: -10px; }
        .stage1__area--box.col2 .col2__box--img .subTxt img {
          max-width: 30vw;
          width: 123px; }
    .stage1__area--box.col2 .col2__box--wrap {
      box-sizing: border-box;
      padding: 20px 20px 40px 20px;
      position: relative; }
      .stage1__area--box.col2 .col2__box--wrap p {
        line-height: 1.9; }
        .stage1__area--box.col2 .col2__box--wrap p.title {
          margin-top: 0px;
          line-height: 1.7; }
          .stage1__area--box.col2 .col2__box--wrap p.title span {
            display: inline-block;
            width: 36px;
            height: 36px;
            margin-right: 8px;
            border-radius: 36px;
            line-height: 36px; }
      .stage1__area--box.col2 .col2__box--wrap .toggleBox {
        display: none; }
      .stage1__area--box.col2 .col2__box--wrap::after {
        position: absolute;
        bottom: 20px;
        margin-left: 5px;
        right: 50%;
        width: 10px;
        height: 10px;
        content: "";
        display: block;
        transform: rotate(135deg);
        border-right: 1px solid #000;
        border-top: 1px solid #000; }
      .stage1__area--box.col2 .col2__box--wrap.on::after {
        transform: rotate(-45deg); } }

.stage2__area {
  max-width: 1000px;
  margin: 0 auto; }
  .stage2__area .sectionTitle {
    text-align: center;
    margin: 90px auto 0px auto; }
    .stage2__area .sectionTitle img {
      max-width: 381px; }
  .stage2__area .btnArea {
    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;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 100%;
    width: 550px;
    margin: 0 auto; }
    .stage2__area .btnArea p {
      width: 180px; }
      .stage2__area .btnArea p a {
        transition: all 0.3s ease; }
        .stage2__area .btnArea p a:hover {
          opacity: 0.7; }
      .stage2__area .btnArea p img {
        margin-top: -0px;
        max-width: 100%; }

@media only screen and (max-width: 768px) {
  .stage2__area {
    padding: 0 20px; }
    .stage2__area .sectionTitle {
      text-align: center;
      margin: 90px auto 0px auto; }
      .stage2__area .sectionTitle img {
        max-width: 190px; }
    .stage2__area .btnArea {
      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;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      max-width: 100%;
      width: 280px;
      margin: 0 auto; }
      .stage2__area .btnArea p {
        width: 90px; }
        .stage2__area .btnArea p img {
          margin-top: -0px;
          max-width: 100%; } }

.stage3 {
  margin-top: 190px; }

.stage3__area {
  background: #FAFAFA;
  padding: 60px 0; }

.stage3__area--wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto; }
  .stage3__area--wrap .sectionTitle {
    padding: 20px 0 0 0;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%); }
    .stage3__area--wrap .sectionTitle img {
      max-width: 105px;
      width: 100%; }

@media only screen and (max-width: 1060px) {
  .stage3__area {
    background: #FAFAFA;
    padding: 60px 40px; }
  .stage3__area--wrap .sectionTitle {
    transform: translateY(-70%); }
    .stage3__area--wrap .sectionTitle img {
      max-width: 85px;
      width: 100%; } }

@media only screen and (max-width: 768px) {
  .stage3__area {
    padding: 0 20px; }
  .stage3__area--wrap {
    padding: 0px 0px 60px 0px; }
    .stage3__area--wrap .sectionTitle {
      position: absolute;
      left: 20px;
      top: 0;
      transform: translateY(-50%); }
      .stage3__area--wrap .sectionTitle img {
        width: 52px; } }

.stage4 {
  margin-top: 190px; }

.stage4__area {
  background: #FAFAFA;
  padding: 60px 0; }

.stage4__area--wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto; }
  .stage4__area--wrap .sectionTitle {
    padding: 20px 0 0 0;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%); }
    .stage4__area--wrap .sectionTitle img {
      max-width: 105px;
      width: 100%; }

@media only screen and (max-width: 1060px) {
  .stage4__area {
    background: #FAFAFA;
    padding: 60px 40px; }
  .stage4__area--wrap .sectionTitle {
    transform: translateY(-70%); }
    .stage4__area--wrap .sectionTitle img {
      max-width: 85px;
      width: 100%; } }

@media only screen and (max-width: 768px) {
  .stage4__area {
    padding: 0 20px; }
  .stage4__area--wrap {
    padding: 0px 0px 60px 0px; }
    .stage4__area--wrap .sectionTitle {
      position: absolute;
      left: 20px;
      top: 0;
      transform: translateY(-50%); }
      .stage4__area--wrap .sectionTitle img {
        width: 52px; } }

.imageTxt {
  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;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  .imageTxt .img {
    width: 450px;
    max-width: 50%; }
    .imageTxt .img img {
      max-width: 100%; }
  .imageTxt .spec {
    flex: 1 1 0;
    max-width: 550px;
    width: 100%; }
  .imageTxt .spec__btn {
    margin-top: 20px;
    text-align: center; }
    .imageTxt .spec__btn a {
      /*
      transition: all 0.3s ease;
      display: inline-block;
      font-size: 14px;
      border:1px solid #B7B7B7;
      background:#fff;
      padding:10px 30px 10px 20px;
      text-decoration: none;
      position:relative;
      */
      text-decoration: none;
      display: inline-block;
      border: 1px solid #707070;
      border-radius: 60px;
      padding: 12px 30px;
      line-height: 1;
      font-weight: 400;
      margin-top: 15px;
      /*
      &::after{
        position:absolute;
        top:50%;
        margin-top: -5px;
        right:20px;
        width: 10px;
        height: 10px;
        content: "";
        display: block;
        transform: rotate(45deg);
        border-right:1px solid #000;
        border-top:1px solid #000;
      }
      &:hover{
        border:1px solid #000;
        background:#000;
        color: #fff;
        &::after{
          border-right:1px solid #fff;
          border-top:1px solid #fff;
        }
      }
      */ }
  .imageTxt .spec .iconArea {
    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;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    .imageTxt .spec .iconArea div {
      width: 30%; }
      .imageTxt .spec .iconArea div img {
        max-width: 100%; }
      .imageTxt .spec .iconArea div .title {
        text-align: center;
        font-size: 18px;
        font-weight: bold; }
      .imageTxt .spec .iconArea div .sub {
        font-size: 13px; }

@media only screen and (max-width: 1060px) {
  .imageTxt .img {
    width: 300px;
    max-width: 40%;
    margin-left: 20px; }
  .imageTxt .spec {
    flex: 1 1 0; }
  .imageTxt .spec__txt {
    margin: 0 20px; }
  .imageTxt .spec .iconArea {
    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;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    .imageTxt .spec .iconArea div {
      width: 30%; }
      .imageTxt .spec .iconArea div img {
        max-width: 100%; }
      .imageTxt .spec .iconArea div .title {
        text-align: center;
        font-size: 13px !important; }
      .imageTxt .spec .iconArea div .sub {
        font-size: 11px !important; } }

@media only screen and (max-width: 768px) {
  .imageTxt {
    display: block; }
    .imageTxt .img {
      width: 100%;
      max-width: 100%; }
    .imageTxt .spec__btn {
      text-align: center; }
      .imageTxt .spec__btn a {
        font-size: 12px !important; }
    .imageTxt .spec .iconArea {
      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;
      justify-content: space-between;
      -webkit-justify-content: space-between; }
      .imageTxt .spec .iconArea div {
        width: 30%; }
        .imageTxt .spec .iconArea div img {
          max-width: 100%; }
        .imageTxt .spec .iconArea div .title {
          text-align: center;
          font-size: 16px; }
        .imageTxt .spec .iconArea div .sub {
          font-size: 13px; } }

.btnArea {
  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;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  max-width: 100%;
  width: 550px;
  margin: 0 auto; }
  .btnArea p {
    width: 180px; }
    .btnArea p img {
      margin-top: -0px;
      max-width: 100%; }

.stage5__area--wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto; }
  .stage5__area--wrap .midTxt {
    max-width: 730px;
    margin: 60px auto;
    font-size: 18px; }

.stage5__col2 {
  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;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 60px; }
  .stage5__col2 .hukidash {
    max-width: 380px; }
    .stage5__col2 .hukidash img {
      max-width: 100%; }

.stage5__hukiTitle {
  max-width: 360px; }
  .stage5__hukiTitle img {
    max-width: 100%; }

.stage5__imgREcol--top {
  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;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-end; }
  .stage5__imgREcol--top a {
    text-decoration: none;
    display: inline-block;
    padding-right: 30px;
    margin-bottom: 0;
    position: relative; }
    .stage5__imgREcol--top a::after {
      position: absolute;
      top: 50%;
      margin-top: -5px;
      right: 20px;
      width: 10px;
      height: 10px;
      content: "";
      display: block;
      transform: rotate(45deg);
      border-right: 1px solid #000;
      border-top: 1px solid #000; }

.stage5__imgREcol--img img {
  max-width: 100%; }

@media only screen and (max-width: 1060px) {
  .stage5__area--wrap {
    padding: 0 40px; }
  .stage5__col2 {
    margin-bottom: 60px; }
    .stage5__col2 .hukidash {
      max-width: 280px; }
      .stage5__col2 .hukidash img {
        max-width: 100%; }
    .stage5__col2 .txt {
      margin-left: 20px;
      flex: 1 1 0; } }

@media only screen and (max-width: 768px) {
  .stage5__area--wrap {
    padding: 0px; }
    .stage5__area--wrap .midTxt {
      margin: 30px 40px; }
  .stage5__col2 {
    padding: 0 20px;
    display: block;
    margin-bottom: 60px; }
    .stage5__col2 .hukidash {
      max-width: 240px;
      margin-bottom: 30px; }
  .stage5__hukiTitle {
    margin: 0 auto;
    max-width: 240px; }
  .stage5__imgREcol {
    display: flex;
    flex-direction: column-reverse; }
  .stage5__imgREcol--top {
    padding: 0 40px;
    display: block; }
  .stage5__imgREcol--img {
    width: 100%;
    margin: 10px 0;
    overflow: hidden; }
    .stage5__imgREcol--img img {
      max-width: 110vw;
      width: auto;
      margin-left: 10px; } }

.stage6__area {
  padding: 60px 0; }

.stage6__area--wrap {
  position: relative;
  max-width: 936px;
  margin: 0 auto; }

.stage6__area .sectionTitle {
  width: 210px;
  margin: 0 auto 20px auto; }
  .stage6__area .sectionTitle img {
    max-width: 100%; }

.stage6__area .subLead {
  text-align: center;
  font-size: 18px;
  margin: 0 auto 60px auto; }

.stage6__area .nearShop {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bolder; }

.stage6__area #events {
  margin-bottom: 80px; }

.stage6__area .shop-single__item {
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  max-width: 100%;
  width: 540px;
  margin: 0 auto;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15); }
  .stage6__area .shop-single__item:hover {
    opacity: 0.7; }
  .stage6__area .shop-single__item .img {
    max-width: 248px;
    margin-bottom: 0; }
    .stage6__area .shop-single__item .img img {
      vertical-align: bottom; }
  .stage6__area .shop-single__item .show {
    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;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
  .stage6__area .shop-single__item .hide {
    display: none; }
  .stage6__area .shop-single__item .spec {
    box-sizing: border-box;
    padding: 40px 20px 0 20px;
    flex: 1 1 0; }
    .stage6__area .shop-single__item .spec .name {
      font-size: 25px;
      font-weight: bold; }
    .stage6__area .shop-single__item .spec .address {
      font-size: 18px; }
    .stage6__area .shop-single__item .spec .more {
      position: absolute;
      right: 15px;
      bottom: 10px;
      font-size: 14px;
      padding-right: 15px; }
      .stage6__area .shop-single__item .spec .more::after {
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 0px;
        width: 10px;
        height: 10px;
        content: "";
        display: block;
        transform: rotate(45deg);
        border-right: 1px solid #000;
        border-top: 1px solid #000; }

.stage6__area .areaTitle {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bolder; }

.stage6__area .shopArea {
  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;
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: -26px;
  margin-bottom: 60px; }
  .stage6__area .shopArea.ss {
    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;
    justify-content: flex-start;
    -webkit-justify-content: flex-start; }
  .stage6__area .shopArea .shopbox {
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 26px;
    margin-bottom: 26px;
    max-width: 214px;
    width: 100%;
    position: relative;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15); }
    .stage6__area .shopArea .shopbox img {
      vertical-align: bottom; }
    .stage6__area .shopArea .shopbox .hide {
      display: none; }
    .stage6__area .shopArea .shopbox .spec {
      padding: 10px 10px 40px 10px; }
    .stage6__area .shopArea .shopbox .name {
      font-weight: bold; }
    .stage6__area .shopArea .shopbox .address {
      font-size: 13px; }
    .stage6__area .shopArea .shopbox .more {
      position: absolute;
      right: 15px;
      bottom: 10px;
      font-size: 12px;
      padding-right: 15px; }
      .stage6__area .shopArea .shopbox .more::after {
        position: absolute;
        top: 50%;
        margin-top: -4px;
        right: 0px;
        width: 8px;
        height: 8px;
        content: "";
        display: block;
        transform: rotate(45deg);
        border-right: 1px solid #000;
        border-top: 1px solid #000; }
    .stage6__area .shopArea .shopbox:hover {
      opacity: 0.7; }

@media only screen and (max-width: 1060px) {
  .stage6__area {
    padding: 60px 0; }
  .stage6__area--wrap {
    position: relative;
    max-width: 694px;
    margin: 0 auto; } }

@media only screen and (max-width: 768px) {
  .stage6__area {
    padding: 60px 25px; }
    .stage6__area .sectionTitle {
      width: 110px;
      margin: 0 auto 10px auto; }
    .stage6__area .subLead {
      margin: 0 auto 40px auto; }
    .stage6__area .nearShop {
      text-align: center;
      margin-bottom: 20px; }
    .stage6__area #events {
      margin-bottom: 80px; }
    .stage6__area .shop-single__item {
      max-width: 214px;
      margin: 0 auto; }
      .stage6__area .shop-single__item .img {
        max-width: 100%;
        margin-bottom: 0; }
        .stage6__area .shop-single__item .img img {
          vertical-align: bottom; }
      .stage6__area .shop-single__item .show {
        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;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: center; }
      .stage6__area .shop-single__item .hide {
        display: none; }
      .stage6__area .shop-single__item .spec {
        box-sizing: border-box;
        padding: 15px 10px 40px 10px;
        flex: 1 1 0; }
        .stage6__area .shop-single__item .spec .name {
          font-size: 16px !important;
          font-weight: bold; }
        .stage6__area .shop-single__item .spec .address {
          font-size: 12px !important; }
        .stage6__area .shop-single__item .spec .more {
          position: absolute;
          font-size: 11px !important; }
          .stage6__area .shop-single__item .spec .more::after {
            margin-top: -4px;
            width: 8px;
            height: 8px; }
    .stage6__area .areaTitle {
      margin-bottom: 10px; }
    .stage6__area .shopArea {
      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;
      justify-content: flex-start;
      -webkit-justify-content: flex-start;
      margin-left: -25px;
      margin-bottom: 30px; }
      .stage6__area .shopArea.ss {
        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;
        justify-content: flex-start;
        -webkit-justify-content: flex-start; }
      .stage6__area .shopArea .shopbox {
        margin-left: 25px;
        margin-bottom: 25px;
        max-width: calc(50% - 25px);
        width: 100%; }
        .stage6__area .shopArea .shopbox img {
          vertical-align: bottom; }
        .stage6__area .shopArea .shopbox .hide {
          display: none; }
        .stage6__area .shopArea .shopbox .spec {
          padding: 10px 10px 40px 10px;
          position: relative; }
        .stage6__area .shopArea .shopbox .name {
          font-weight: bold; }
        .stage6__area .shopArea .shopbox .address {
          font-size: 12px !important; }
        .stage6__area .shopArea .shopbox .more {
          position: absolute;
          font-size: 11px !important; }
          .stage6__area .shopArea .shopbox .more::after {
            position: absolute;
            top: 50%;
            margin-top: -4px;
            right: 0px;
            width: 8px;
            height: 8px;
            content: "";
            display: block;
            transform: rotate(45deg);
            border-right: 1px solid #000;
            border-top: 1px solid #000; } }

.mordal {
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }
  .mordal.on {
    visibility: visible;
    opacity: 1;
    height: 100%; }
  .mordal .mordalBG {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%; }

.mordal__Box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 320px;
  background: #fff;
  border: 2px solid #707070; }

.mordal__Box--Con {
  max-width: 214px;
  margin: 40px auto 30px auto; }
  .mordal__Box--Con .modalTitle {
    max-width: 144px;
    margin: 0 auto 20px auto; }
    .mordal__Box--Con .modalTitle img {
      max-width: 100%; }
  .mordal__Box--Con .links p {
    text-align: center;
    margin-bottom: 15px; }
    .mordal__Box--Con .links p a {
      /*
        background:#454545;
        
        text-decoration: none;
        display: block;
        position:relative;
        padding: 5px 10px;
        transition: all 0.3s ease;
*/
      text-decoration: none;
      display: block;
      border: 1px solid #454545;
      border-radius: 60px;
      padding: 12px 30px;
      line-height: 1;
      font-weight: 400;
      margin-top: 15px;
      color: #fff;
      background: #454545;
      position: relative; }
      .mordal__Box--Con .links p a::after {
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 20px;
        width: 6px;
        height: 6px;
        content: "";
        display: block;
        transform: rotate(45deg);
        border-right: 1px solid #fff;
        border-top: 1px solid #fff; }
      .mordal__Box--Con .links p a:hover {
        opacity: 0.7; }
  .mordal__Box--Con .selectShopTitle {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin: 30px 0 5px 0; }
  .mordal__Box--Con .selectShop {
    margin-left: 0px;
    margin-bottom: 26px;
    max-width: 214px;
    width: 100%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15); }
    .mordal__Box--Con .selectShop img {
      vertical-align: bottom; }
    .mordal__Box--Con .selectShop .spec {
      padding: 10px 10px 20px 10px;
      position: relative; }
    .mordal__Box--Con .selectShop .name {
      font-weight: bold; }
    .mordal__Box--Con .selectShop .address {
      font-size: 13px; }
    .mordal__Box--Con .selectShop .more {
      display: none; }
  .mordal__Box--Con .close {
    font-weight: bold;
    text-align: center; }
    .mordal__Box--Con .close span {
      cursor: pointer;
      display: inline-block;
      position: relative;
      padding-right: 20px; }
      .mordal__Box--Con .close span::after {
        position: absolute;
        border-top: 1px solid #000;
        content: "";
        display: block;
        width: 18px;
        right: 0;
        top: 50%;
        transform: rotate(45deg); }
      .mordal__Box--Con .close span::before {
        position: absolute;
        border-top: 1px solid #000;
        content: "";
        display: block;
        width: 18px;
        right: 0;
        top: 50%;
        transform: rotate(-45deg); }

@media only screen and (max-width: 768px) {
  .mordal__Box {
    max-width: calc(100% - 40px); } }
