/*--- import -------------------------------------*/
/*------------------------------------- import ---*/
.more {
  text-align: center;
  margin-top: 40px; }
  .more a {
    font-size: 18px;
    width: 280px;
    color: #000;
    border: 1px solid #000; }
    .more a:before {
      border-left: solid 1px #000;
      border-top: solid 1px #000; }
    .more a:after {
      border-right: solid 1px #000;
      border-bottom: solid 1px #000; }
  @media screen and (max-width: 750px) {
    .more {
      margin-top: 5.3333333333vw; } }

#sale {
  padding: 140px 0 100px;
  text-align: left; }
  #sale .box_in .ttl .item {
    top: -88px;
    left: -8px;
    width: 206px; }
  #sale .box_in .ttl:after {
    background: #000; }

@media screen and (max-width: 750px) {
  #sale {
    padding: 18.6666666667vw 0 13.3333333333vw; }
    #sale .box_in .ttl .item {
      left: -1.0666666667vw; } }
.store_area .store_list {
  margin-top: 90px; }
  .store_area .store_list h3 {
    background: #000;
    padding: 20px;
    color: #fff;
    font-size: 48px;
    text-align: center; }
  .store_area .store_list .store_info:not(:first-child) {
    margin-top: 60px; }
  .store_area .store_list .store_info h4 {
    font-size: 38px;
    text-align: center;
    position: relative; }
    .store_area .store_list .store_info h4:after {
      content: '';
      display: inline-block;
      width: 40px;
      height: 6px;
      background: #000;
      position: absolute;
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%); }
  .store_area .store_list .area_contents {
    padding: 40px; }
    .store_area .store_list .area_contents .images {
      max-width: 514px;
      width: 100%;
      margin: 0 auto; }
    .store_area .store_list .area_contents ul {
      max-width: 960px;
      width: 100%;
      margin: 0 auto;
      margin-top: 40px; }
      .store_area .store_list .area_contents ul li {
        display: flex;
        text-align: left; }
        .store_area .store_list .area_contents ul li .title {
          width: 250px;
          background: #000;
          padding: 20px;
          color: #fff; }
        .store_area .store_list .area_contents ul li .con {
          width: calc(100% - 250px);
          background: #fff;
          padding: 20px; }
          .store_area .store_list .area_contents ul li .con a {
            text-decoration: underline; }

@media screen and (max-width: 750px) {
  .store_area .store_list {
    margin-top: 12vw; }
    .store_area .store_list h3 {
      padding: 5.3333333333vw 2.6666666667vw;
      font-size: 32px;
      line-height: 1; }
    .store_area .store_list .store_info:not(:first-child) {
      margin-top: 8vw; }
    .store_area .store_list .store_info h4 {
      font-size: 28px; }
      .store_area .store_list .store_info h4:after {
        width: 5.3333333333vw;
        height: 0.8vw;
        bottom: -1.0666666667vw; }
    .store_area .store_list .area_contents {
      padding: 5.3333333333vw; }
      .store_area .store_list .area_contents ul {
        margin-top: 5.3333333333vw; }
        .store_area .store_list .area_contents ul li {
          display: block; }
          .store_area .store_list .area_contents ul li .title {
            font-weight: bold;
            width: 100%;
            padding: 2.6666666667vw; }
          .store_area .store_list .area_contents ul li .con {
            width: 100%;
            padding: 2.6666666667vw; } }
.map {
  height: 450px; }
  .map iframe {
    height: 100%; }
