.section {
  margin: 10vh 12vw 0 12vw;
}
.section_title {
  font-size: 5.5vw;
  font-family: Cormorant;
  display: flex;
  flex-flow: column;
}

.section_title_ja {
  font-size: 1.25vw;
  font-weight: bold;
}

.separate {
  display: flex;
  justify-content: space-between;
}

/* カルーセル */
#carousel {
  display: flex;
  justify-content: center;
  margin-top: 4vh;
  max-width: 100%;
  overflow: hidden;
  margin: 0 0 0 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery {
  width: 63.5vw;
}

.gallery-cell {
  width: 62.5vw;
  height: 67.67vh;
  margin-right: 1vw;
  background: #8c8;
  counter-increment: gallery-cell;
}

.gallery-cell h3 {
  position: absolute;
  top: 85%;
  right: 2%;
  color: #fff;
  font-weight: bold;
}

.gallery-cell p {
  position: absolute;
  top: 90%;
  right: 2%;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.5vw;
  font-weight: bold;
}

.gallery-cell img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.flickity-page-dots {
  display: flex;
  justify-content: space-between;
  width: 8vw;
  font-family: Cormorant;
  font-size: 1vw;
  counter-reset: list-counter;

  /* カウンターの初期化 */
}

.flickity-page-dots ol {
  margin: 0;
  padding: 0;
}

.flickity-page-dots li {
  counter-increment: list-counter;
  /* カウンターを増加 */
  list-style: none;
  /* デフォルトのリストスタイルを無効化 */
  /* color: #ccc; */
  margin: 0 0.3vw 0.3vw;
  font-size: 1vw;
}

.flickity-page-dots li::before {
  content: counter(list-counter, decimal-leading-zero);
  /* 0埋めの数字を表示 */
}

.flickity-button {
  display: none;
}

/* item */
#item {
  text-align: right;
  font-size: 2vh;
  font-weight: bold;
}

/* itemスライド */
.slider_view {
  max-width: 100%;
  overflow: hidden;
}
.slider {
  position: relative;
  width: 300vw;
}
.slides {
  display: flex;
  transition: transform 0.5s ease;
}
.slide {
  width: 17vw;
  margin-left: 2vw;
}
.slide img {
  width: 100%;
  height: auto;
}

.new {
  position: absolute;
  top: 0%;
  background-color: #b90000;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 0.5vh;
  width: 4vw;
  height: 3vh;
  font-size: 0.7vw;
}

.pick_up {
  position: absolute;
  top: 0%;
  background-color: #f04723;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 0.5vh;
  width: 4vw;
  height: 3vh;
  font-size: 0.7vw;
}

.prev {
  position: absolute;
  right: 16%;
  top: 86%;
  background-color: #b90000;
  border-radius: 50%;
  color: #fff;
  width: 1.8vw;
  height: 4vh;
  font-size: 1vw;
  text-align: center;
}

.next {
  position: absolute;
  right: 13%;
  top: 86%;
  background-color: #b90000;
  border-radius: 50%;
  color: #fff;
  width: 1.8vw;
  height: 4vh;
  font-size: 1vw;
  text-align: center;
}
/* itemスライド　ここまで */

#item_view_the_all {
  display: flex;
  justify-content: space-between;
  width: 9vw;
  margin: 2vh 1vw 0 0;
  float: right;
}

#item_view_the_all a {
  font-size: 1vw;
}

#item_view_the_all img {
  width: 1vw;
  margin-left: 1vw;
}

/* message */

#message {
  margin-bottom: 30vh;
  margin-top: 30vh;
}

.message_left {
  width: 50vw;
  margin-right: 4vw;
}

.message_left h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: 2.25vw;
  line-height: 7vh;
  margin-top: 4vh;
}

.message_sentence {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: 1vw;
  line-height: 3vh;
  height: 15vh;
  margin-top: 3vh;
}

.message_right {
  width: 50vw;
  display: flex;
}

#left_img,
#right_img,
#left_background,
#right_background {
  position: relative;
}

#left_img img {
  position: absolute;
  width: 24vw;
  left: -3vw;
}

#left_img_background {
  background-color: #cccccc;
  width: 24vw;
  height: 24vw;
  position: absolute;
  z-index: -1;
  left: -2vw;
  top: 2vh;
}

#right_img img {
  position: absolute;
  width: 24vw;
  left: 23vw;
  top: 10vh;
}

#right_img_background {
  background-color: #cccccc;
  width: 23vw;
  height: 24vw;
  position: absolute;
  z-index: -1;
  left: 24vw;
  top: 12vh;
}

#message_bottom_background_img {
  background-image: url(../img/message_bottom_background_img.png);
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 72.12vh;
}

/* news */

#news {
  margin-top: 19vh;
}

.news_left {
  width: 33vw;
}

#news_view_the_all {
  font-size: 1vw;
  border-bottom: 1px solid;
  width: 8.13vw;
  margin-top: 5vh;
}

#news_view_the_all a {
  display: flex;
  justify-content: space-between;
  line-height: 3vh;
}

#news_view_the_all img {
  width: 1vw;
  height: 1.93vh;
  margin-bottom: 1vh;
}

.news_right {
  width: 66vw;
}

.news_right ul {
  line-height: 2.8vh;
  width: 53vw;
  margin-top: 8.5vh;
  margin-bottom: 20.44vh;
}

.news_right li {
  display: flex;
  margin: 4.81vh 0 4.81vh 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: 21.64vh;
}

.news_li_div {
  width: 17.46vw;
  height: 100%;
  padding: 1.22vh 0;
}

.news_img {
  width: 100%;
  height: 100%;
}

.news_right a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0.63vw;
}

.news_sentence {
  flex-flow: column;
  width: 60%;
}

.news_right span {
  color: #cccccc;
  font-size: 0.75vw;
  width: 100%;
}

.news_right h3 {
  font-weight: bold;
  font-size: 1vw;
  width: 100%;
}

.news_right p {
  font-size: 1vw;
  width: 100%;
}

.news_right_div_sp {
  display: none;
}

.news_arrow {
  width: 1vw;
  height: 1.93vh;
}

.news_arrow img {
  width: 100%;
}

/* border */

.left_border {
  position: relative;
  top: 9vh;
  height: 21.64vh;
  border-left: 1px solid #cccccc;
  margin: -10vh 0;
  z-index: -1;
}

.right_border {
  position: relative;
  top: -9vh;
  height: 21.64vh;
  border-right: 1px solid #cccccc;
  margin: 10vh 0;
  z-index: -1;
}

/* shoplist */

#shop_list {
  margin: 0 0 0 0;
  overflow: hidden;
}

#shop_list_title {
  margin-left: 12vw;
  margin-bottom: 7.22vh;
}

#shop_list_background_img {
  background-image: url(../img/history_img2.png);
  background-repeat: no-repeat;
  background-size: 81.25vw 100vh;
  width: 81.25vw;
  height: 81.25vh;
  z-index: -1;
}

.shop_list_sentence {
  color: #fff;
  margin-left: 12.5vw;
  padding-top: 13.2vh;
}

.shop_list_sentence h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.25vw;
  font-weight: bold;
  line-height: 6.37vh;
}

.shop_list_sentence p {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: 1vw;
  margin-top: 3.61vh;
  line-height: 3.24vh;
}


/* shoplistスライドここから */
.shoplist_slider_view {
  max-width: 100%;
  margin-top: 9.02vh;
}
.shoplist_slider {
  position: relative;
  width: 290vw;
}
.shoplist_slides {
  display: flex;
  transition: transform 0.5s ease;
}
.shoplist_slide {
  width: 22.82vw;
  height: 24.66vh;
  margin-right: 1.88vw;
  color: #fff;
}

.shoplist_slide h3 {
  position: relative;
  font-weight: bold;
  font-size: 1vw;
  top: 20vh;
  left: 7vw;
  margin-top: -15vh;
}

.shoplist_slide p {
  position: relative;
  font-weight: bold;
  font-size: 0.8vw;
  top: 17vh;
  left: 7vw;
  line-height: 2.5vh;
}

.shoplist_slide img {
  width: 100%;
  height: auto;
  padding: 0.1vh 0.1vw;
  box-shadow: 0.5px 0.5px;
}

.prev img,
.next img,
.shoplist_prev img,
.shoplist_next img {
  width: 1.2vw;
}

.shoplist_slide_button {
  position: absolute;
  top: 40%;

  display: flex;
  justify-content: space-between;
  width: 76.7vw;
}

.shoplist_prev {
  position: relative;
  background-color: #b90000;
  border-radius: 50%;
  color: #fff;
  width: 2.5vw;
  height: 4.84vh;
  font-size: 1vw;
  font-weight: bold;
  text-align: center;
  left: -2%;
  z-index: 1;
}

.shoplist_next {
  position: relative;

  background-color: #b90000;
  border-radius: 50%;
  color: #fff;
  width: 2.5vw;
  height: 4.84vh;
  font-size: 1vw;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
/* shoplistスライド　ここまで */

.shoplist_address_sp {
  display: none;
}

@media screen and (max-width: 1271px) {
  .flickity-page-dots li {
    font-size: 1.5vw;
  }

  /* itemスライドここから */

  .new {
    padding-top: 0.7vh;
    width: 4vw;
    height: 3vh;
    font-size: 1vw;
  }

  .pick_up {
    padding-top: 0.7vh;
    width: 4vw;
    height: 3vh;
    font-size: 1vw;
  }

  .prev {
    position: absolute;
    right: 18%;
    top: 85%;
    width: 3vw;
    height: 4vh;
  }

  .next {
    position: absolute;
    right: 13%;
    top: 85%;

    width: 3vw;
    height: 4vh;
  }
  /* itemスライド　ここまで */

  /* message */

  .message_left h3 {
    font-size: 2.5vw;
  }

  .message_sentence {
    font-size: 1.3vw;
  }

  /* news */

  #news_view_the_all {
    font-size: 1.5vw;
    width: 14vw;
  }

  #news_view_the_all img {
    width: 1.5vw;
    height: 1.93vh;
    margin-bottom: 1vh;
  }

  .news_right span {
    font-size: 1vw;
  }
  .news_right h3 {
    font-size: 1.1vw;
  }

  .news_right p {
    font-size: 1.1vw;
    width: 25vw;
    line-height: 1.5vh;
  }

  .news_arrow {
    width: 1.5vw;
    height: 1.5vh;
  }

  .news_arrow img {
    width: 100%;
  }

  /* shoplist */

  #shop_list {
    margin: 0 0 0 0;
    overflow: hidden;
  }

  #shop_list_title {
    margin-left: 12vw;
    margin-bottom: 7.22vh;
  }

  #shop_list_background_img {
    background-image: url(../img/history_img2.png);
    background-repeat: no-repeat;
    background-size: 81.25vw 100vh;
    width: 81.25vw;
    height: 81.25vh;
    z-index: -1;
  }

  .shop_list_sentence {
    color: #fff;
    margin-left: 12.5vw;
    padding-top: 13.2vh;
  }

  .shop_list_sentence h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 2.25vw;
    font-weight: bold;
    line-height: 6.37vh;
  }

  .shop_list_sentence p {
    font-family: "Shippori Mincho", serif;
    font-weight: bold;
    font-size: 1vw;
    margin-top: 3.61vh;
    line-height: 3.24vh;
  }

  .shoplist_address_sp {
    display: none;
  }

  /* shoplistスライドここから */
  .shoplist_slider_view {
    max-width: 100%;

    margin-top: 9.02vh;
  }
  .shoplist_slider {
    position: relative;
    width: 290vw;
  }
  .shoplist_slides {
    display: flex;
    transition: transform 0.5s ease;
  }
  .shoplist_slide {
    width: 22.82vw;
    height: 24.66vh;
    margin-right: 1.88vw;
    color: #fff;
  }

  .shoplist_slide h3 {
    position: relative;
    font-weight: bold;
    font-size: 1vw;
    top: 17vh;
    left: 7vw;
    margin-top: -15vh;
  }

  .shoplist_slide p {
    position: relative;
    font-weight: bold;
    font-size: 0.8vw;
    top: 12vh;
    left: 7vw;
    line-height: 2.5vh;
  }

  .shoplist_slide img {
    width: 100%;
    height: auto;
    padding: 0.1vh 0.1vw;
    box-shadow: 0.5px 0.5px;
  }

  .prev img,
  .next img,
  .shoplist_prev img,
  .shoplist_next img {
    width: 100%;
  }

  .shoplist_slide_button {
    position: absolute;
    top: 20%;

    display: flex;
    justify-content: space-between;
    width: 76.7vw;
  }

  .shoplist_prev {
    position: relative;
    background-color: #b90000;
    border-radius: 50%;
    color: #fff;
    width: 2.5vw;
    height: 4.84vh;
    font-size: 1vw;
    font-weight: bold;
    text-align: center;
    left: -2%;
    z-index: 1;
  }

  .shoplist_next {
    position: relative;

    background-color: #b90000;
    border-radius: 50%;
    color: #fff;
    width: 2.5vw;
    height: 4.84vh;
    font-size: 1vw;
    font-weight: bold;
    text-align: center;
    z-index: 1;
  }
  /* shoplistスライド　ここまで */
}

@media screen and (max-width: 767px) {
  .section {
    margin: 0vh 5vw 0 5vw;
  }
  .section_title {
    font-size: 10vw;
    font-family: Cormorant;
    line-height: 5.8vh;
  }

  .section_title_ja {
    font-size: 3.3vw;
    font-weight: bold;
  }

  .separate {
    display: flex;
    justify-content: space-between;
  }

  /* カルーセルここから */

  #carousel {
    display: flex;
    justify-content: center;
    margin-top: 4vh;
    max-width: 100%;
    overflow: hidden;
    margin: 0 0 0 0;
  }

  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .gallery-cell {
    width: 74.55vw;
    height: 71.1vh;
    margin-right: 1vw;
    background: #8c8;
    counter-increment: gallery-cell;
  }

  .gallery-cell img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
  }

  .flickity-page-dots {
    display: flex;
    justify-content: space-between;
    width: 8vw;
    font-family: Cormorant;
    font-size: 1vw;
    counter-reset: list-counter;

    /* カウンターの初期化 */
  }

  .flickity-page-dots ol {
    margin: 0;
    padding: 0;
  }

  .flickity-page-dots li {
    counter-increment: list-counter;
    /* カウンターを増加 */
    list-style: none;
    /* デフォルトのリストスタイルを無効化 */
    /* color: #ccc; */
    margin: 1vh 3vw 0 3vw;
    font-size: 5vw;
  }

  .flickity-page-dots li::before {
    content: counter(list-counter, decimal-leading-zero);
    /* 0埋めの数字を表示 */
  }

  .flickity-button {
    display: none;
  }

  .gallery {
    width: 75vw;
  }

  .gallery-cell h3 {
    position: absolute;
    top: 85%;
    right: 2%;
    color: #fff;
    font-weight: bold;
    font-size: 3.5vw;
  }

  .gallery-cell p {
    position: absolute;
    top: 90%;
    right: 2%;
    border: 1px solid #fff;
    color: #fff;
    padding: 3vw;
    font-weight: bold;
  }

  /* カルーセル　ここまで */

  /* item */

  /* itemスライドここから */
  .slider_view {
    max-width: 100%;
    overflow: hidden;
    margin-top: 10vh;
  }
  .slider {
    position: relative;
    width: 1200vw;
  }
  .slides {
    display: flex;
    transition: transform 0.5s ease;
  }
  .slide {
    width: 71vw;
    margin-left: 2vw;
  }
  .slide img {
    width: 100%;
    height: auto;
  }

  .new {
    position: absolute;
    top: 0%;
    background-color: #b90000;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 0.5vh;
    width: 20vw;
    height: 3vh;
    font-size: 3vw;
  }

  .pick_up {
    position: absolute;
    top: 0%;
    background-color: #f04723;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 0.5vh;
    width: 20vw;
    height: 3vh;
    font-size: 3vw;
  }

  .prev {
    position: absolute;
    right: 17%;
    top: 90%;
    background-color: #b90000;
    border-radius: 50%;
    color: #fff;
    width: 8vw;
    height: 4vh;
    font-size: 1vw;
    text-align: center;
  }

  .next {
    position: absolute;
    right: 5%;
    top: 90%;
    background-color: #b90000;
    border-radius: 50%;
    color: #fff;
    width: 8vw;
    height: 4vh;
    font-size: 1vw;
    text-align: center;
  }
  /* itemスライド　ここまで */

  #item {
    text-align: right;
    font-size: 2vh;
    font-weight: bold;
  }

  #item_view_the_all {
    display: none;
  }

  #item_slide {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    justify-content: center;
    align-items: center;
    gap: 1.5vw;
    margin: 0 0vw 2vh 0vw;
    font-size: 1.1vw;
    font-weight: bold;
  }

  #item_slide img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
  }

  /* message */

  #message {
    margin-top: 9.65vh;
    margin-bottom: 15vh;
    display: unset;
    display: flex;
    justify-content: center;
  }

  .separate {
    display: unset;
    width: 90vw;
  }

  #message_title {
    margin-bottom: 5vh;
    text-align: center;
  }

  .message_left {
    margin: 0;

    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .message_left h3 {
    font-family: "Shippori Mincho", serif;
    font-weight: bold;
    width: 90vw;
    font-size: 5vw;
    line-height: 4vh;
    margin: 28vh 0 0 0;
  }

  .message_sentence {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: normal;
    font-size: 3vw;
    line-height: 3vh;
    width: 90vw;
    height: 15vh;
    margin-bottom: 2.25vh;
    display: unset;
  }

  .message_right {
    display: unset;
  }

  #left_img,
  #right_img,
  #left_background,
  #right_background {
    position: unset;
  }

  #left_img img {
    position: absolute;
    width: 44vw;
    top: 154%;
    left: 5%;
  }

  #left_img_background {
    background-color: #cccccc;
    width: 44vw;
    height: 44vw;
    position: absolute;
    left: 7%;
    top: 155%;
    z-index: -1;
  }

  #right_img img {
    position: absolute;
    width: 44vw;
    left: 55%;
    top: 160%;
  }

  #right_img_background {
    background-color: #cccccc;
    width: 42vw;
    height: 44vw;
    position: absolute;
    top: 161%;
    left: 57%;
    z-index: -1;
  }

  #message_bottom_background_img {
    background-image: url(../img/message_bottom_background_img_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    margin: 0 0 0 0;
  }

  /* news */

  #news {
    margin-top: 9.65vh;
  }

  .separate {
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .news_left {
    width: 33vw;
    margin-bottom: 30vh;
    text-align: center;
  }

  #news_view_the_all {
    position: relative;
    top: 177vh;
    right: 8vw;
    font-size: 5vw;
    border-bottom: 1px solid;
    width: 50vw;
    margin-top: 5vh;
  }

  #news_view_the_all a {
    justify-content: space-between;
    line-height: 4vh;
  }
  #news_view_the_all img {
    width: 5vw;
    height: 3vh;
  }

  .news_right {
    width: 90vw;
    margin-top: -28vh;
  }

  .news_img {
    margin: 0vh 0vw 4vh 0vw;
    width: 100%;
  }

  .news_right a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0 5vw 0 5vw;
  }

  .news_right span {
    display: none;
  }

  .news_right_div_sp {
    display: unset;
    color: #cccccc;
    font-size: 3vw;
    text-align: left;
    width: 100%;
  }

  .news_right h3 {
    font-weight: bold;
    font-size: 4.7vw;

    width: 80vw;
  }

  .news_right p {
    font-size: 4vw;
    display: flex;
    justify-content: left;
    line-height: 2.5vh;
    width: 80vw;
  }

  .news_arrow {
    display: none;
  }

  .news_right ul {
    line-height: 2.8vh;
    margin: 0;
    margin-bottom: 12vh;
    width: 90vw;
  }

  .news_right li {
    display: flex;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    height: 50vh;
    justify-content: center;
    width: 100%;
  }

  .news_li_div {
    width: 79.6vw;
    height: 28.14vh;
  }
  .news_sentence {
    width: 100%;
  }

  .left_border {
    position: relative;
    top: 1vh;
    height: 50vh;
    border-left: 1px solid #cccccc;
    margin: 0;
    margin: -3vh 0 0 0;
    z-index: -1;
  }

  .right_border {
    position: relative;
    top: -1vh;
    height: 50vh;
    border-right: 1px solid #cccccc;
    margin: 0;
    margin: 3vh 0 0 0;
    z-index: -1;
  }

  /* shoplist */

  #shop_list {
    margin: 0;
  }

  #shop_list_title {
    margin-left: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  #shop_list_background_img {
    background-image: url(../img/history_img3.png);
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    background-position: left;
    width: 100vw;
    height: 100vh;
    z-index: -1;
  }

  .shop_list_sentence {
    color: #fff;
    margin-left: 0vw;
    margin-top: 5vh;
    padding-top: 10vh;
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .shop_list_sentence p br {
    display: none;
  }

  .shop_list_sentence h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 6vw;
    font-weight: bold;
    line-height: 5vh;
    margin-top: 0vh;
    width: 85vw;
  }

  .shop_list_sentence p {
    font-family: "Shippori Mincho", serif;
    font-weight: bold;
    font-size: 3.4vw;
    margin: 0vh;
    margin-top: 3vh;
    width: 85vw;
    line-height: 2.5vh;
  }

  .shoplist_address_sp {
    display: none;
  }

  /* shoplistスライドここから */
  .shoplist_slider_view {
    max-width: 100%;
    overflow: hidden;
    margin-top: 7vh;
    margin-left: 0vw;
  }
  .shoplist_slider {
    position: relative;
    width: 600vw;
    margin: 0 0 0 5vw;
  }
  .shoplist_slides {
    display: flex;
    transition: transform 0.5s ease;
  }
  .shoplist_slide {
    width: 100vw;
    margin-left: 2vw;
    color: #fff;
  }

  .shoplist_slide h3 {
    display: none;
    position: relative;
    font-weight: bold;
    font-size: 1vw;
    top: 20vh;
    left: 7vw;
    margin-top: -13vh;
  }

  .shoplist_slide p {
    display: none;
    position: relative;
    font-weight: bold;
    font-size: 0.8vw;
    top: 17vh;
    left: 7vw;
    line-height: 2.5vh;
  }

  .shoplist_slide img {
    width: 100%;
    height: auto;
    padding: 0.1vh 0.1vw;
    box-shadow: 0.5px 0.5px;
  }

  .prev img,
  .next img,
  .shoplist_prev img,
  .shoplist_next img {
    width: 6vw;
  }

  .shoplist_slide_button {
    position: absolute;
    top: 27%;
    display: flex;
    justify-content: space-between;
    width: 64vw;
  }

  .shoplist_prev {
    position: relative;
    background-color: #b90000;
    border-radius: 50%;
    color: #fff;
    width: 8vw;
    height: 4vh;
    font-size: 1vw;
    font-weight: bold;
    text-align: center;
    z-index: 1;
  }

  .shoplist_next {
    position: relative;
    left: 25%;

    background-color: #b90000;
    border-radius: 50%;
    color: #fff;
    width: 8vw;
    height: 4vh;
    font-size: 1vw;
    font-weight: bold;
    text-align: center;
    z-index: 1;
  }
  /* shoplistスライド　ここまで */
  .shoplist_address_sp {
    display: flex;
    color: #fff;
    flex-flow: column;
  }
  .shoplist_address_sp h3 {
    margin: 2vh 0 1vh 0;
  }

  .shoplist_address_sp p {
    margin: 0;
    margin: 0.5vh 0;
  }
}
