.store-top-container {
  width: 100%;
  max-width: 1280px;
  height: 430px;
  margin: 0 auto;
  position: relative;
  background-image: url(../../assets/img/Links/store-top-img.jpg);
  background-size: cover;
  font-family: 'Raleway', sans-serif; }
  .store-top-container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 32, 52, 0.35); }
  .store-top-container .top-text {
    color: white;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .store-top-container .top-text h1 {
      font-size: 60px;
      margin: 0; }
    .store-top-container .top-text h2 {
      font-size: 20px;
      text-align: center;
      margin: 0;
      letter-spacing: 4px; }

@media (max-width: 768px) {
  .store-top-container {
    width: 100%;
    max-width: 1280px;
    height: 50vw;
    margin: 0 auto;
    position: relative;
    background-image: url(../../assets/img/Links/store-top-img.jpg);
    background-size: cover; }
    .store-top-container::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background-color: rgba(0, 32, 52, 0.35); }
    .store-top-container .top-text {
      width: 85%;
      color: white;
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
      .store-top-container .top-text h1 {
        font-size: 30px;
        margin: 0;
        font-family: 'Raleway', sans-serif; }
      .store-top-container .top-text h2 {
        font-size: 15px;
        text-align: center;
        margin: 0; } }

.store-tag-container .site-footsteps {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px; }
  .store-tag-container .site-footsteps a, .store-tag-container .site-footsteps p {
    text-decoration: none;
    color: #29427d;
    margin-right: 10px; }

.store-tag-container .store-tag-content {
  margin-bottom: 30px;
  border-bottom: 2px solid #c7c5c5; }

@media (max-width: 768px) {
  .store-tag-container .site-footsteps {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
    .store-tag-container .site-footsteps a, .store-tag-container .site-footsteps p {
      text-decoration: none;
      color: #29427d;
      margin-right: 10px; }
  .store-tag-container .store-tag-content {
    width: 100vw;
    margin-bottom: 30px;
    border-bottom: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .store-tag-container .store-tag-content a.site-tag {
      text-decoration: none;
      display: block;
      background-color: #29427d;
      color: white;
      width: calc(100%/4 - 10px);
      height: 45px;
      text-align: center;
      line-height: 45px;
      position: relative; }
      .store-tag-container .store-tag-content a.site-tag::after {
        content: "";
        position: absolute;
        top: -3px;
        right: -3px;
        width: 100%;
        height: 45px;
        border-top: 1px solid #29427d;
        border-right: 1px solid #29427d; }
      .store-tag-container .store-tag-content a.site-tag::before {
        content: "";
        position: absolute;
        top: -6px;
        right: -6px;
        width: 100%;
        height: 45px;
        border-top: 1px solid #29427d;
        border-right: 1px solid #29427d; } }

@media (max-width: 480px) {
  .store-tag-container .store-tag-content a.site-tag {
    text-decoration: none;
    display: block;
    background-color: #29427d;
    color: white;
    width: calc(100%/2 - 10px);
    height: 45px;
    text-align: center;
    line-height: 45px;
    position: relative; }
    .store-tag-container .store-tag-content a.site-tag::after {
      content: "";
      position: absolute;
      top: -3px;
      right: -3px;
      width: 100%;
      height: 45px;
      border-top: 1px solid #29427d;
      border-right: 1px solid #29427d; }
    .store-tag-container .store-tag-content a.site-tag::before {
      content: "";
      position: absolute;
      top: -6px;
      right: -6px;
      width: 100%;
      height: 45px;
      border-top: 1px solid #29427d;
      border-right: 1px solid #29427d; }
    .store-tag-container .store-tag-content a.site-tag:first-child {
      margin-bottom: 10px; } }

.store-concept-container {
  background-color: rgba(0, 32, 51, 0.1);
  height: 450px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 95px; }
  .store-concept-container .concept-text-container {
    margin-left: 19px;
    margin-bottom: 70px; }
    .store-concept-container .concept-text-container h2.concept {
      font-size: 18px;
      margin: 0;
      letter-spacing: 3px; }
    .store-concept-container .concept-text-container h2.space {
      letter-spacing: 4px; }
    .store-concept-container .concept-text-container p.spacemini {
      letter-spacing: 3px;
      margin-top: 40px; }
    .store-concept-container .concept-text-container p.space {
      letter-spacing: 3px; }
  .store-concept-container .concept-img-container {
    position: relative; }
    .store-concept-container .concept-img-container .concept-img {
      width: 500px;
      height: 260px;
      background-image: url(../../assets/img/Links/store-concept.jpg); }
    .store-concept-container .concept-img-container .concept-title {
      position: absolute;
      right: 10px;
      top: 20%;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; }
      .store-concept-container .concept-img-container .concept-title h2 {
        background-color: white;
        font-family: serif;
        font-size: 20px;
        display: inline-block;
        font-weight: bold;
        height: 210px;
        padding-top: 10px;
        letter-spacing: 2px; }
      .store-concept-container .concept-img-container .concept-title h2.space {
        height: 250px;
        padding-top: 10px;
        letter-spacing: 3px; }

@media (max-width: 768px) {
  .store-concept-container {
    background-color: rgba(0, 32, 51, 0.1);
    height: auto;
    width: 100vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 95px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .store-concept-container .concept-text-container {
      margin-left: 19px;
      margin-bottom: 70px; }
      .store-concept-container .concept-text-container h2.concept {
        font-size: 18px;
        margin: 0;
        letter-spacing: 3px; }
      .store-concept-container .concept-text-container h2.space {
        letter-spacing: 4px; }
      .store-concept-container .concept-text-container p.spacemini {
        letter-spacing: 3px;
        margin-top: 40px; }
      .store-concept-container .concept-text-container p.space {
        letter-spacing: 3px; }
    .store-concept-container .concept-img-container {
      position: relative;
      margin-bottom: 50px;}
      .store-concept-container .concept-img-container .concept-img {
        width: 100vw;
        height: 52vw;
        background-image: url(../../assets/img/Links/store-concept.jpg);
        background-size: cover; }
      .store-concept-container .concept-img-container .concept-title {
        position: absolute;
        right: 10px;
        top: 10%;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
        .store-concept-container .concept-img-container .concept-title h2 {
          background-color: white;
          font-family: serif;
          font-size: 20px;
          display: inline-block;
          font-weight: bold;
          height: 210px;
          padding-top: 10px;
          letter-spacing: 2px; }
        .store-concept-container .concept-img-container .concept-title h2.space {
          height: 250px;
          padding-top: 10px;
          letter-spacing: 3px;} }
@media(max-width: 480px){
  .store-concept-container .concept-img-container .concept-title h2 {
    background-color: white;
    font-family: serif;
    font-size: 5.625vw;
    display: block;
    font-weight: bold;
    height: auto;
    padding-top: 10px;
    letter-spacing: 2px;
    height: 60vw}
}
@media (max-width: 768px) {
  /* .store-concept-container .concept-img-container {
    margin-bottom: 100px; }  */
  }

.store-shop-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto 90px auto; }
  .store-shop-container p {
    margin: 0; }
    .store-shop-container p:nth-child(3) {
      margin-bottom: 90px; }
  .store-shop-container .btn-content {
    -ms-flex-item-align: center;
    align-self: center;
    position: relative; }
    .store-shop-container .btn-content .btn {
      width: 300px;
      height: 60px;
      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;
      font-size: 20px;
      font-family: 'Raleway'; }
    .store-shop-container .btn-content .arrow {
      width: 10px;
      height: 10px;
      border: 1px solid;
      border-color: white white transparent transparent;
      -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
      transform: rotate(45deg) translateY(-50%);
      position: absolute;
      right: 20px;
      top: 50%; }

@media (max-width: 768px) {
  .store-shop-container {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .store-shop-container p {
      margin: 0 auto;
      width: 90%; }
      .store-shop-container p:nth-child(3) {
        margin-bottom: 90px; }
    .store-shop-container .btn-content {
      -ms-flex-item-align: center;
      align-self: center;
      position: relative; }
      .store-shop-container .btn-content .btn {
        width: 300px;
        height: 60px;
        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;
        font-size: 20px; }
      .store-shop-container .btn-content .arrow {
        width: 5px;
        height: 5px;
        border: 1px solid;
        border-color: white white transparent transparent;
        -webkit-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        right: 10px;
        top: 50%; } }

.access-container {
  border-bottom: 1px solid #231815;
  padding-bottom: 95px; }
  .access-container .store-map-container .store-detail-container .srore-Interior-view {
    height: 27.34vw;
    max-height: 350px;
    max-width: 500px;
    width: 39vw;
    background-image: url(../../assets/img/Links/interior.jpg);
    background-size: cover; }
  .access-container .store-map-container .store-detail-container .store-adres-container {
    margin-top: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .access-container .store-map-container .store-detail-container .store-adres-container .store-logo {
      width: 133px;
      height: 51px;
      background-image: url(../../assets/img/Links/store-logo.png);
      background-size: cover; }
    .access-container .store-map-container .store-detail-container .store-adres-container .store-adress p {
      font-size: 13px;
      margin: 12px 0 0 0;
      letter-spacing: 0; }
      .access-container .store-map-container .store-detail-container .store-adres-container .store-adress p:first-child {
        margin: 0; }
  .access-container .store-map-container #map {
    width: 100%;
    max-width: 500px;
    height: 39vw;
    max-height: 500px;
    margin-left: 10px; }

@media (max-width: 768px) {
  .access-container {
    width: 100vw;
    border-bottom: 1px solid #231815;
    padding-bottom: 95px; }
    .access-container .store-map-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .access-container .store-map-container .store-detail-container .srore-Interior-view {
        height: 70vw;
        width: 100vw;
        background-image: url(../../assets/img/Links/interior.jpg);
        background-size: cover; }
      .access-container .store-map-container .store-detail-container .store-adres-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px; }
        .access-container .store-map-container .store-detail-container .store-adres-container .store-logo {
          width: 133px;
          height: 51px;
          background-image: url(../../assets/img/Links/store-logo.png);
          background-size: cover; }
        .access-container .store-map-container .store-detail-container .store-adres-container .store-adress p {
          font-size: 13px;
          margin: 12px 0 0 0; }
      .access-container .store-map-container #map {
        width: 100vw;
        max-width: none;
        height: 100vw;
        max-height: none;
        margin-left: 0px; } }

.store-history-container {
  margin-left: 10px;
  margin-bottom: 90px; }
  .store-history-container .history-contents .img {
    width: calc(50% - 10px);
    height: 350px;
    background-color: #c8c8c8; }
  .store-history-container .history-contents .chronology .store-history p.year {
    margin: 0px 35px 25px 35px;
    color: #29427d; }
  .store-history-container .history-contents .chronology .store-history p.event {
    margin: 0; }

@media (max-width: 768px) {
  .store-history-container {
    width: 100vw;
    margin-left: 0px;
    margin-bottom: 90px; }
    .store-history-container .history-contents {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .store-history-container .history-contents .img {
        width: 100vw;
        height: 350px;
        background-color: #c8c8c8; }
      .store-history-container .history-contents .chronology .store-history {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .store-history-container .history-contents .chronology .store-history p.year {
          margin: 0px 35px 25px 35px;
          color: #29427d; }
        .store-history-container .history-contents .chronology .store-history p.event {
          margin: 0; } }

@media (max-width: 520px) {
  .store-history-container {
    width: 100vw;
    margin-left: 0px;
    margin-bottom: 90px; }
    .store-history-container .history-contents {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .store-history-container .history-contents .img {
        width: 100vw;
        height: 350px;
        background-color: #c8c8c8; }
      .store-history-container .history-contents .chronology .store-history {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .store-history-container .history-contents .chronology .store-history p.year {
          margin: 10px 10px;
          color: #29427d; }
        .store-history-container .history-contents .chronology .store-history p.event {
          margin-left: 10px; } }

@media (min-width: 769px) {
  body main #leftContainer {
    display: none; } }
