@charset "UTF-8";

/* CSS Document */
html{
  scroll-padding-top: 80px;
}
body {
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: normal;
  font-feature-settings: "palt";
  font-size: 16px !important;
  line-height: 1 !important;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  overflow: visible;
}
.breadcrumb-list {
  background-color: #e4e5e6;
  height: 40px;
  display: flex;
  align-items: center;
}
.breadcrumb-list ol {
  background-color: #e4e5e6;
  display: flex;
}
.breadcrumb-list ol li {
  margin-right: 4px;
  color: #35363b;
}
.breadcrumb-list ol li a {
  text-decoration: none;
  color: #35363b;
}
.breadcrumb-list ol li span::before {
  content: "＞";
  margin-right: 4px;
}
.pref-anchor-list li{
  position: relative;
  color: #25262b;
  background-color: #f2f2f4;
  border-style: solid;
  border-color: white;
  border-width: 1px;
  /* padding: 4px; */
  cursor: pointer;
  transition: .3s;
}
.pref-anchor-list li svg g polyline{
  fill: none;
  stroke: #35363b;
  stroke-miterlimit: 10;
}
.pref-anchor-list li svg{
    position: absolute;
    height: 12px;
    width: 12px;
    right: 24px;
    transform: translateY(-50%);
    top: 50%;
}
.pref-anchor-list li svg g polyline{
  transition: .3s;
}
.pref-anchor-list li:hover svg g polyline{
  stroke: white;
}
.pref-anchor-list::after{
  display: block;
  content: "";
  width: 24.5%;
}


@media screen and (min-width: 1025px) {
  .shop-main {
    color: #df0000;
    font-size: 25px;
    padding-top: 40px;
    /* padding-left: 50%; */
    width: 100%;
    aspect-ratio: 1366/558;
    background-color: #f2f2f4;
  }

  .shop-title h2 {
    font-size: 32px;
    padding-top: 16px;
    font-weight: 700;
    color: black;
    margin: 0 auto 40px;
    text-align: center;
  }
  .header-bottom {
    height: 15.02%;
    color: white;
    font-size: 50px;
    padding-left: 40px;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
  }

  .how-to-choose-main {
    padding-top: 48px;
    padding-bottom: 80px;
    background-color: #f1f2f2;
  }

  .accordion {
    max-width: 1166px;
    /* background-color: #f2f2f2; */
    margin: 0 auto;
  }

  .accordion:not([open]) {
    margin-bottom: 16px;
  }

  .accordion summary {
    display: flex;
    align-items: center;
    position: relative;
    padding: 24px;
    background-color: #35363b;
    color: white;
    font-weight: 900;
    font-size: 32px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: right 20px center;
  }
  .accordion summary .area {
    margin: 0 auto !important;
    color: white !important;
    font-size: 32px !important;
    font-weight: 700;
    text-align: center;
  }
  .accordion summary span {
    color: white;
    font-style: bold;
    font-size: 46px;
    padding-right: 30px;
  }

  .accordion:not([open]) summary {
    background-image: url(../images/accordion-plus.svg);
  }
  .accordion[open] summary {
    background-image: url(../images/accordion-minus.svg);
  }

  .accordion summary::-webkit-details-marker {
    display: none;
  }

  .accordion .accordion-contents {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    color: #333333;
    font-size: 18px;
    line-height: 28px;
    /* transition: transform 0.5s, opacity 0.5s; */
  }

  .accordion .accordion-shop-contents {
    background-color: #ffffff;
    margin-bottom: 40px;
    color: black;
  }

  .accordion .accordion-shop-contents .shop-container {
    background-color: white;
    padding: 32px 60px;
    position: relative;
    min-height: 224px;
    border-width: 0 0 3px;
    border-style: solid;
    border-color: #f2f2f4;
  }
  h4.anchor-dest + ul > li:last-child,
  .accordion .accordion-shop-contents .shop-container.shoplast {
    border-width: 0!important;
  }
  .accordion .accordion-shop-contents .shop-container .shop-name {
    display: flex;
    /* margin-left: 8px; */
    font-size: 20px;
    border-style: solid;
    border-color: #df0000;
    border-width: 0 0 1.5px 0;
    padding: 0px 16px 12px 0px;
    margin: 8px 0px 18px 0px;
  }
  .accordion .accordion-shop-contents .shop-container .shop-name::before {
    content: "";
    /* position: absolute; */
    /* left: 60px; */
    height: 16px;
    width: 16px;
    /* top: 41px; */
    background-color: #df0000;
    margin-right: 8px;
  }
  .accordion .accordion-shop-contents .shop-container .shop-name::after {
    content: "";
    display: block;
    position: absolute;
    left: 48px;
    top: 100px;
    background-color: #df0000;
  }
  .accordion .accordion-shop-contents .shop-container .shop-address {
    /* margin-left: 8px; */
    font-size: 14px;
    line-height: 22px;
    /* position: absolute;
    top: 88px; */
  }
  .accordion .accordion-shop-contents .shop-container .google-map-link {
    /* margin-left: 8px; */
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    top: 160px;
    color: #25262b;
    margin-top: auto;
  }
  .accordion .accordion-shop-contents .shop-container .shop-info {
    /* margin-left: 8px; */
    font-size: 14px;
    line-height: 22px;
    /* position: absolute; */
    /* padding-left: 32px;; */
    padding: 0 1rem;
  }
  .accordion .accordion-shop-contents .shop-container .shop-info .shop-info-item {
    display: flex;
    align-items: baseline;
    /* white-space: nowrap */
  }

  .google-map-link::before {
    display: block;
    content: "";
    height: 18px;
    width: 18px;
    background-image: url(/marine/shoplist/images/map-pin.svg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .google-map-link {
    display: flex;
    text-decoration: underline;
    cursor: pointer;
  }
  .google-map-link::after {
    display: block;
    content: "";
    height: 18px;
    width: 12px;
    background-image: url(/marine/shoplist/images/new-tab.svg);
    background-size: contain;
    background-position: center bottom 0;
    background-repeat: no-repeat;
    margin-left: 4px;
  }
  .more-btn a {
    width: 100%;
    background: #ffffff;
    padding: 16px 16px;
    display: flex;
    justify-content: space-between;
    /* margin: 24px auto 18px; */
    /* position: absolute;
    top: 120px;
    right: 60px; */
    text-align: center;
    align-items: center;
    color: #25262b;
    font-weight: 600;
    font-size: 16px;
    border: solid 1px #25262b;
    background-image: url(../images/next-arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 24px center;
  }
  .more-btn a:hover {
    color: #25262b;
    opacity: 0.7;
  }
  .more-btn a::after {
    display: block;
    content: "";
    height: 14px;
    width: 14px;
    background-image: url(/marine/shoplist/images/new-tab.svg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .pref-anchor-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 32px 60px;
    background-color: white;
    width: 100%;
  }

  .accordion ul.pref-anchor-list {
    justify-content: flex-start;
  }

  .accordion ul.pref-anchor-list li {
    width: calc(100% / 3);
  }
  /* .Tohoku li{
    width: 20%;
  }
  .Kanto li,.Chubu li, .Chu-Shikoku li{
    width: 20%;
  }
  .Kansai li, .Kyushu li{
    width: 24.5%;
  } */
  .pref-anchor-list li a{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 8px 0;
    color: #25262b;
    font-size: 16px;
    font-weight: 700;
  }
  .pref-anchor-list li a::after{
    color: #25262b;
    font-size: 16px;
    font-weight: 700;
  }
  .pref-anchor-list li:hover{
    background-color: #df0000;
  }
  .pref-anchor-list li:hover a{
    color: white;
    opacity: 1;
  }
  .anchor-dest{
    padding: 0 24px;
    background-color: white;
  }
  h4.anchor-dest,
  .anchor-dest p{
    padding: 8px 16px;
    margin: 0 36px;
    font-size: 16px;
    background-color: #6e6f74;
    color: white;
  }
}

@media screen and (max-width: 1025px) {
  .breadcrumb-list ol {
    background-color: #e4e5e6;
    display: flex;
    margin-left: 10px;
  }
 .shop-main {
    color: #df0000;
    font-size: 25px;
    padding-top: 40px;
    /* padding-left: 50%; */
    width: 100%;
    aspect-ratio: 1366/558;
    background-color: #f2f2f4;
  }

  .shop-title h2 {
    font-size: 28px;
    padding-top: 16px;
    font-weight: 700;
    color: black;
    margin: 0 auto 40px;
    text-align: center;
  }
  .header-bottom {
    height: 15.02%;
    color: white;
    font-size: 50px;
    padding-left: 40px;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
  }

  .how-to-choose-main {
    padding-top: 48px;
    padding-bottom: 80px;
    background-color: #f1f2f2;
  }

  .accordion {
    margin: 0 auto;
    padding: 0 16px;
  }

  .accordion:not([open]) {
    margin-bottom: 16px;
  }

  .accordion summary {
    z-index: 3;
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px;
    background-color: #35363b;
    color: white;
    font-weight: 900;
    font-size: 32px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: right 20px center;
    transition: .3s;
  }
  .accordion summary .area {
    margin: 0 auto !important;
    color: white !important;
    font-size: 24px !important;
    font-weight: 700;
    text-align: center;
    transition: .3s;
  }
  .accordion summary span {
    color: white;
    font-style: bold;
    font-size: 46px;
    padding-right: 30px;
    transition: .3s;
  }

  .accordion:not([open]) summary {
    background-image: url(../images/accordion-plus.svg);
  }
  .accordion[open] summary {
    background-image: url(../images/accordion-minus.svg);
  }

  .accordion summary::-webkit-details-marker {
    display: none;
  }

  .accordion .accordion-contents {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    color: #333333;
    font-size: 18px;
    line-height: 28px;
    /* transition: transform 0.5s, opacity 0.5s; */
  }

  .accordion .accordion-shop-contents {
    background-color: #ffffff;
    margin-bottom: 40px;
    color: black;
  }

  .accordion .accordion-shop-contents .shop-container {
    background-color: white;
    padding: 16px 8px;
    position: relative;
    /* height: 344px; */
    border-width: 0 0 3px;
    border-style: solid;
    border-color: #f2f2f4;
  }
  .accordion .accordion-shop-contents .shop-container.long-1 {
    /* height: 366px; */
  }
  .accordion .accordion-shop-contents .shop-container.long-2 {
    /* height: 388px; */
  }
  .accordion .accordion-shop-contents .shop-container.shoplast {
    border-width: 0;
  }
  .accordion .accordion-shop-contents .shop-container .shop-name {
    /* margin-left: 8px; */
    display: flex;
    font-size: clamp(14px,4vw,20px);
    border-style: solid;
    border-color: #df0000;
    border-width: 0 0 1.5px 0;
    padding: 0px 16px 8px 0px;
    margin: 8px -0px;
  }
  .accordion .accordion-shop-contents .shop-container .shop-name::before {
    content: "";
    display: block;
    height: clamp(14px,4vw,20px);
    width: clamp(14px,4vw,20px);
    background-color: #df0000;
    margin-right: 8px;
  }
  .accordion .accordion-shop-contents .shop-container .shop-name::after {
    content: "";
    display: block;
    position: absolute;
    left: 48px;
    top: 100px;
    background-color: #df0000;
  }
  .accordion .accordion-shop-contents .shop-container .shop-address {
    /* margin-left: 8px; */
    font-size: clamp(12px,3.5vw,16px);
    line-height: 1.4em;
    /* position: absolute;
    top: 72px; */
  }
  .accordion .accordion-shop-contents .shop-container .google-map-link {
    /* margin-left: 8px; */
    font-size: clamp(12px,3.5vw,16px);
    line-height: 1.4em;
    /* position: absolute;
    top: 128px; */
    color: #25262b;
  }
  .accordion .accordion-shop-contents .shop-container .shop-info {
    /* margin-left: 8px; */
    font-size: clamp(12px,3.5vw,16px);
    line-height: 1.4em;
    /* position: absolute;
    top: 168px;
    left: 8px; */
  }
  .shop-item-wrap > .col:nth-child(1) {
    margin-top: 0.85em;
    margin-bottom: 1.8rem;
  }
  .shop-item-wrap > .col:nth-child(2) {
    margin-bottom: 1.5rem;
  }
  .shop-item-wrap > .col:nth-child(3) {
    margin-bottom: 1.25rem;
  }
  .accordion .accordion-shop-contents .shop-container .shop-info .shop-info-item {
    display: flex;
    align-items: baseline;
    font-size: clamp(12px,3.2vw,16px);
    /* white-space: nowrap */

  }
  .accordion .accordion-shop-contents .shop-container .shop-info .shop-info-item::before {
    /* margin-left: 8px; */
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    top: 41px;
    margin-right: 2px;
    background-color: #aaabaf;
  }
  .google-map-link::before {
    display: block;
    content: "";
    height: 16px;
    width: 16px;
    background-image: url(/marine/shoplist/images/map-pin.svg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .google-map-link {
    display: flex;
    text-decoration: underline;
    cursor: pointer;
  }
  .google-map-link::after {
    display: block;
    content: "";
    height: 18px;
    width: 12px;
    background-image: url(/marine/shoplist/images/new-tab.svg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-left: 4px;
  }
  .more-btn a {
    width: calc(100% - 48px);
    margin: 0 auto;
    background: #ffffff;
    padding: 16px 16px;
    display: flex;
    /* justify-content: space-between; */
    /* margin: 24px auto 18px; */
    position: relative;
    /* top: 200px;
    left: 24px; */
    text-align: center;
    align-items: center;
    color: #25262b;
    font-weight: 600;
    font-size: 16px;
    border: solid 1px #25262b;
    background-image: url(../images/next-arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 24px center;
    justify-content: center;
  }
  /* .long-1 .more-btn a {
    top: 222px;
  }
  .long-2 .more-btn a {
    top: 244px;
  } */
  .more-btn a:hover {
    color: #25262b;
    opacity: 0.7;
  }
  .more-btn a::after {
    position: absolute;
    display: block;
    content: "";
    height: 14px;
    width: 14px;
    right: 8px;
    background-image: url(/marine/shoplist/images/new-tab.svg);
    background-size: contain;
    background-position: center bottom;
  }
  .pref-anchor-list{
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center; */
    text-align: center;
    padding: 16px 8px;
    background-color: white;
    width: 100%;
  }
  .pref-anchor-list li{
    position: relative;
    color: #25262b;
    background-color: #f2f2f4;
    border-style: solid;
    border-color: white;
    border-width: 1px;
    padding: 4px;
    margin: 12px 0;
    cursor: pointer;
    transition: .3s;
  }
  .Tohoku li{
    width: 100%;
  }
  .pref-anchor-list li a{
    color: #25262b;
    font-size: 16px;
    font-weight: 700;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 4px 0;
  }
  .pref-anchor-list li a::after{
    color: #25262b;
    font-size: 16px;
    font-weight: 700;
  }
  .pref-anchor-list li:hover{
    background-color: #df0000;
  }
  .pref-anchor-list li:hover a{
    color: white;
    opacity: 1;
  }
  .pref-anchor-list li svg{
      position: absolute;
      height: 12px;
      width: 12px;
      right: 24px;
      transform: translateY(-50%);
      top: 50%;
  }
    .pref-anchor-list li svg .cls-1{
      transition: .3s;
  }
  .pref-anchor-list li:hover svg .cls-1{
    stroke: white;
  }
  .anchor-dest{
    padding: 0;
    background-color: white;
  }
  h4.anchor-dest,
  .anchor-dest p{
    padding: 12px 16px;
    font-size: 16px;
    background-color: #6e6f74;
    color: white;
    text-align: center;
  }
}

.accordion ul {
  transition: 0.5s;
  opacity: 0; 
  transform: translateY(-10px); 
}
.accordion[open] ul {
  /* animation: fadeIn 0.5s ease; */
  opacity: 1;
  transform: translateY(0px);
}
.accordion:not([open]) ul {
  opacity: 0;
  transform: translateY(-10px);
}
@keyframes fadeIn {
  0% {
    opacity: 0; 
    transform: translateY(-10px); 
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

main {
  position: relative;
  display: block;
  grid-template-rows: initial;
  grid-template-columns: initial;
  /* width: 100%; */
}

section {
  width: 100%;
  padding: 42px 0px 42px 0px;
}

.contents-inner {
  width: 100%;
  /* max-width: calc(1040px + 42px); */
  margin: 0 auto;
  overflow-x: hidden;
}

section.kv {
  max-width: 100vw;
  margin-top: 49px;
}

.slick-container {
  position: relative;
}

.scroll-object {
  position: absolute;
  left: 9.4%;
  bottom: -8%;
  z-index: 0;
}

ul.m-header-menu li {
  transform: 0.3s;
}

ul.m-header-menu li.hovered > a {
  opacity: 0.7;
}

ul.m-header-menu li.active .modal {
  pointer-events: auto;
  opacity: 1;
}

ul.m-header-menu li.active > a {
  background-color: #df0000;
  color: #ffffff;
}

ul.m-header-menu li.active > a > .plus {
  opacity: 0;
}

ul.m-header-menu li.active.hovered > a {
  color: #ffffff;
}

.wrap_content .m-header-menu li a {
  padding: 30px 16px 30px 0px;
  margin: 0 8px 0 16px;
}

ul.m-header-menu li.active > a {
  padding: 32px 24px 32px 24px;
}

.header-news .arrow {
  right: 0;
}

span.catch-st {
  display: block;
  color: #ffffff;
  font-weight: 600;
}

h2.catch-head {
  margin: 0px auto 40px;
  text-align: center;
  font-weight: 700;
  font-size: 46px;
  line-height: 120%;
  color: #35363b;
}
@media screen and (max-width: 1024px) {
  h2.catch-head {
    font-size: 24px !important;
  }
}

.slick-container .catch-copy {
  position: absolute;
  left: 11%;
  top: 38px;
  z-index: 5;
}

.slick-container .catch-copy .catch-copy-sub {
  text-align: left;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: initial !important;
}

h3.topic-title {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 32px;
  margin-top: 18px;
}

h3.topic-title.center {
  text-align: center;
}

h3.topic-title .sub {
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-top: 0.5em;
  color: #df0000;
}

section.pick-up .img-wrapper {
  width: 100%;
  max-width: 1020px;
  /* height: 325px; */
  aspect-ratio: (1020/384);
  display: flex;
  justify-content: center;
  justify-self: center;
  margin: 0 auto;
  overflow-x: scroll;
}

section.pick-up .img-wrapper .pick-up-content {
  /* background-image: url(../images/bf250-picture.png);
  background-size: contain;
  background-repeat: no-repeat; */
  /* width: 33.33%; */
  height: 100%;
  position: relative;
}

section.pick-up .img-wrapper .pick-up-content img {
  width: 100%;
  object-fit: contain;
}

section.pick-up .img-wrapper .pick-up-content h3 {
  color: white;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 46px;
  font-weight: 700;
}
section.pick-up .img-wrapper .pick-up-content p {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
}

section.pick-up .pick-up .img-wrapper .pick-up-content p {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 16px;
  line-height: 24px;
}

section.technology {
  background-image: url(/marine/images/technology-bg-pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0px;
}

.bg-gray {
  width: 1040px;
  margin: 0 auto 38px auto;
  padding: 82px 42px;
}
@media screen and (max-width: 1024px) {
  .bg-gray {
    width: 100%;
    margin: 0 auto 38px auto;
    padding: 24px 0;
  }
}

.decorated-row {
  margin-top: 18vw;
}

.project-story-item {
  position: relative;
  width: 100%;
}

span.tag:before {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  background-color: #df0000;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
span.tag {
  background-color: #ffffff;
  color: #000000;
  padding: 8px 14px 8px 32px;
  position: relative;
  display: inline-block;
}

h4.project-story-explain {
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 200;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .item-first .project-story-description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #35363b;
    margin: 42px 42px;
    padding: 28px 24px;
    min-width: 400px;
    color: #ffffff;
  }
  .item-sec .project-story-description {
    position: initial;
    background-color: #35363b;
    /* min-width: 400px; */
    color: #ffffff;
    margin-top: 0;
    padding: 16px;
  }
  .item-sec .project-story-explain {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .project-story-item .project-story-description {
    background-color: #35363b;
    /* min-width: 400px; */
    color: #ffffff;
    margin-top: 0;
    padding: 16px;
  }
  .item-first .project-story-description {
    padding: 16px 16px 56px 16px;
  }
  h4.project-story-explain {
    margin-top: 0;
  }
}
.project-story-item .project-story-description:before {
  content: "";
  position: absolute;
  bottom: 18px;
  background-image: url(../images/next-arrow-3.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  right: 18px;
}
.project-story-item img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.project-story-item.item-sec {
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 18px;
}
@media screen and (max-width: 1024px) {
  .row .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .row .col {
    padding: 0;
  }
}
.row .col.col-1 {
  width: 8.3333333333%;
}
@media screen and (max-width: 1024px) {
  .row .col.col-1 {
    width: 100%;
  }
}
.row .col.col-2 {
  width: 16.6666666667%;
}
@media screen and (max-width: 1024px) {
  .row .col.col-2 {
    width: 100%;
  }
}
.row .col.col-3 {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .row .col.col-3 {
    width: 100%;
  }
}
.row .col.col-4 {
  width: 33.3333333333%;
}
@media screen and (max-width: 1024px) {
  .row .col.col-4 {
    width: 100%;
  }
}
.row .col.col-5 {
  width: 41.6666666667%;
}
@media screen and (max-width: 1024px) {
  .row .col.col-5 {
    width: 100%;
  }
}
.row .col.col-6 {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .row .col.col-6 {
    width: 100%;
  }
}
.row .col.col-7 {
  width: 58.3333333333%;
}
@media screen and (max-width: 1024px) {
  .row .col.col-7 {
    width: 100%;
  }
}
.row .col.col-8 {
  width: 66.6666666667%;
}
@media screen and (max-width: 1024px) {
  .row .col.col-8 {
    width: 100%;
  }
}
.row .col.col-9 {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .row .col.col-9 {
    width: 100%;
  }
}
.row .col.col-10 {
  width: 83.3333333333%;
}
@media screen and (max-width: 1024px) {
  .row .col.col-10 {
    width: 100%;
  }
}
.row .col.col-11 {
  width: 91.6666666667%;
}
@media screen and (max-width: 1024px) {
  .row .col.col-11 {
    width: 100%;
  }
}
.row .col.col-12 {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .row .col.col-12 {
    width: 100%;
  }
}
.row + .row {
  margin-top: 24px;
}
.pagetopbtn {
  display: none;
}

.row .col{
  padding: 0;
}

.accordion .accordion-shop-contents .shop-container .shop-info .shop-info-item::before {
  /* margin-left: 8px; */
  content: "";
  position: absolute;
  display: block;
  height: 12px;
  width: 12px;
  top: 0.3rem;
  /* bottom: 0; */
  left: 0;
  /* margin: auto; */
  background-color: #aaabaf;
}
.accordion .accordion-shop-contents .shop-container .shop-info .shop-info-item {
  position: relative;
  padding-left: 5.7rem;
}
.accordion .accordion-shop-contents .shop-container .shop-info .shop-info-item:after {
  display: block;
  top: 0;
  left: 1.1rem;
  position: absolute;
}
.accordion .accordion-shop-contents .shop-container .shop-info .shop-info-item:nth-child(1):after {
  content: "営業時間 ：";
}
.accordion .accordion-shop-contents .shop-container .shop-info .shop-info-item:nth-child(2):after {
  content: "休店日　  ：";
}
.accordion .accordion-shop-contents .shop-container .shop-info .shop-info-item:nth-child(3):after {
  content: "電話　　 ：";
}