@charset "UTF-8";
/* ｃｓｓ */
html body .page_wrap .content .store {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  margin-top: 200px;
}
html body .page_wrap .content .store h1 {
  font-size: 8rem;
  font-weight: 800;
  margin-bottom: 50px;
}
html body .page_wrap .content .store h2 {
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 5rem;
  font-weight: 100;
}
html body .page_wrap .content .store h3 {
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 250px;
  line-height: 5rem;
  font-weight: 100;
}
html body .page_wrap .content .store p {
  margin-bottom: 20px;
  line-height: 3rem;
}
html body .page_wrap .content .store p.cp {
  font-weight: 800;
  color: #a00;
  font-size: 3rem;
  margin-bottom: 20px;
}
html body .page_wrap .content .store .store_block_1 {
  margin-top: 50px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  border-bottom: solid 1px #ccc;
}
html body .page_wrap .content .store .store_block_1 .image-wrap {
  width: 50%;
  padding-right: 20px;
}
html body .page_wrap .content .store .store_block_1 .image-wrap img {
  width: 100%;
}
html body .page_wrap .content .store .store_block_1 .text-wrap {
  width: 50%;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
html body .page_wrap .content .store .store_block_2 {
  margin-top: 50px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  border-bottom: solid 1px #ccc;
}
html body .page_wrap .content .store .store_block_2 .text-wrap {
  width: 50%;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
html body .page_wrap .content .store .store_block_2 .image-wrap {
  width: 50%;
  padding-left: 20px;
}
html body .page_wrap .content .store .store_block_2 .image-wrap img {
  width: 100%;
}
html body .page_wrap .content .store .access {
  margin-top: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html body .page_wrap .content .store .access p.caption {
  font-size: 2.5rem;
  padding-left: 10px;
  border-left: 2px solid #a00;
  margin-bottom: 20px;
}
html body .page_wrap .content .store .access div {
  margin-bottom: 20px;
}
html body .page_wrap .content .store .access div img {
  width: 100%;
}
html body .page_wrap .content .store .access .train {
  width: 50%;
  padding-right: 25px;
}
html body .page_wrap .content .store .access .car {
  width: 50%;
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  html body .page_wrap .content .store h2 {
    font-size: 1.8rem;
    line-height: 3.5rem;
  }
  html body .page_wrap .content .store h3 {
    font-size: 1.8rem;
    line-height: 3.5rem;
  }
  html body .page_wrap .content .store .store_block_1 {
    display: block;
  }
  html body .page_wrap .content .store .store_block_1 .image-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  html body .page_wrap .content .store .store_block_1 .text-wrap {
    width: 100%;
    padding: 0;
  }
  html body .page_wrap .content .store .store_block_2 {
    display: block;
  }
  html body .page_wrap .content .store .store_block_2 .text-wrap {
    width: 100%;
    padding: 0;
  }
  html body .page_wrap .content .store .store_block_2 .image-wrap {
    width: 100%;
    padding: 0;
  }
  html body .page_wrap .content .store .access {
    display: block;
  }
  html body .page_wrap .content .store .access .train {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: dotted 1px #ccc;
  }
  html body .page_wrap .content .store .access .car {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: dotted 1px #ccc;
  }
}