.main-visual__inner {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

.title__inner {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 72px auto 0;
  text-align: center;
}

.title__subheading p {
  font-size: 16px;
  margin-bottom: 2px;
}

.title__heading {
  padding: 6px 0;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}

.title__heading h2 {
  border-right: 5px solid #555;
  border-left: 5px solid #555;
  font-size: 24px;
  line-height: 2;
  padding: 0 5px;
}

.news__inner {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 48px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__title {
  background-color: #bfbfbf;
  padding: 24px;
  width: 170px;
  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;
}

.news__title p {
  color: #ffffff;
}

.news__list {
  width: 100%;
  padding: 24px;
  border: 1px solid #bfbfbf;
}

.news__list ul li {
  word-break: break-all;
  margin-top: 8px;
}

.news__list ul li:first-child {
  margin-top: 0;
}

.news__list ul li .date {
  display: block;
  margin-bottom: 4px;
  margin-left: 4px;
}

.news__list ul li .text {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.sub-title__inner {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 72px auto 0;
  text-align: center;
}

.sub-title__inner p {
  font-size: 16px;
  line-height: 2;
}

.lead__inner {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 48px auto 0;
  text-align: left;
}

.lead__inner p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 36px;
}

.sub-visual__inner {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 60px auto 0;
}

.sub-visual__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 16px;
  width: 100%;
}

.sub-visual__bottom img {
  width: 60%;
}

.sub-visual__bottom-type02 {
  display: block;
  margin-top: 16px;
  width: 100%;
}

.sub-visual__bottom-type02 img {
  width: 100%;
}

.sub-visual__lead {
  padding: 30px 0 0 30px;
  font-size: 12px;
  line-height: 2;
  width: 40%;
}

.sub-visual__lead-type02 {
  font-size: 12px;
  line-height: 2;
  margin-top: 16px;
  padding: 0 16px;
  width: 100%;
}

.whats-ryomo__inner {
  margin: 80px auto 0;
  width: 100%;
  max-width: 1000px;
  height: auto;
}

.whats-ryomo .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.whats-ryomo .box .img-box {
  padding: 0 20px;
}

.whats-ryomo .box h3.title {
  font-weight: bold;
  font-size: 16px;
}

.whats-ryomo .box p {
  margin-top: 20px;
  font-size: 16px;
}

.shop-nav__inner {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 60px auto 0;
  text-align: center;
  border: 1px solid #000;
}

.shop-nav__inner > ul {
  padding: 30px 70px;
}

.shop-nav__inner dt {
  padding: 10px 0;
  text-align: left;
}

.shop-nav__inner dt:nth-of-type(2) {
  padding: 20px 0 10px;
}

.shop-nav__title {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #f6de77));
  background: -webkit-linear-gradient(transparent 65%, #f6de77 65%);
  background: linear-gradient(transparent 65%, #f6de77 65%);
}

.shop-nav__list {
  font-size: 20px;
  margin-bottom: 10px;
  margin-right: 30px;
  margin-left: 20px;
}

.shop-nav a {
  display: block;
  position: relative;
}

.shop-nav a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent black;
  position: absolute;
  top: 8px;
  left: -1em;
  margin: 0;
  padding: 0;
}

.shop-nav a:hover {
  opacity: 0.5;
}

.shop-nav__genre {
  width: auto;
  font-size: 16px;
  text-align: left;
}

.shop-list__inner {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 60px auto 0;
}

.shop-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop-list__row > div {
  margin-bottom: 50px;
  margin-right: 80px;
}

.shop-list__col:nth-of-type(3n) {
  margin-right: auto !important;
}

.shop-list__title {
  padding: 5px 0;
  border-left: 4px solid #444444;
  border-bottom: 2px solid #747474;
  text-align: center;
}

.shop-list__title p {
  font-size: 18px;
  line-height: 1.6;
}

.shop-list__sub-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.shop-list__alphabet-text {
  position: relative;
  background: #ffffff;
  border: 2px solid #555555;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.shop-list__alphabet-text span {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -48%);
          transform: translate(-50%, -48%);
  font-size: 24px;
  font-weight: bold;
}

.shop-list__coupon-image, .shop-list__maas-image {
  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;
}

.shop-list__coupon-image img, .shop-list__maas-image img {
  width: 48px;
  height: 48px;
  margin-left: 8px;
}

.shop-list__sub-title {
  margin-left: auto;
  text-align: right;
}

.shop-list__sub-title p {
  font-size: 14px;
  line-height: 1.6;
}

.shop-list__sub-title p.small {
  font-size: 12px;
  letter-spacing: -1px;
}

.shop-list__main-image-box {
  margin-top: 10px;
  text-align: center;
}

.shop-list__main-image-box img {
  max-width: 560px;
  width: 100%;
  height: auto;
}

.shop-list__point-box {
  min-height: 163px;
  margin-top: 10px;
  padding: 12px;
  background-color: #fff9c9;
  border-radius: 8px;
}

.shop-list__point-text p {
  font-size: 13px;
  letter-spacing: 0;
}

.shop-list__sub-image-box {
  margin-top: 10px;
}

.shop-list__sub-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shop-list__sub-images div {
  width: 50%;
}

.shop-list__sub-images div img {
  max-height: 150px;
}

.shop-list__sub-images div:first-child {
  width: 100%;
}

.shop-list__sub-image-caption {
  margin-top: 10px;
}

.shop-list__sub-image-caption p {
  font-size: 12px;
  letter-spacing: 0.5;
  line-height: 1.7;
}

.shop-list__address {
  margin-top: 10px;
  border: 1px solid #555555;
  padding: 8px;
}

.shop-list__address ul {
  display: table;
  width: 100%;
}

.shop-list__address li {
  list-style: none;
  font-size: 13px;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-list__address li img {
  width: 13px;
  height: 13px;
  margin-right: 6px;
  margin-top: 6px;
}

.shop-list__address li.station {
  margin-bottom: 4px;
}

.shop-list__address li.shop-name {
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
}

.shop-list__address li.shop-name + li {
  font-size: 12px;
  margin-bottom: 4px;
}

.shop-list__address li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  word-break: break-all;
}

.shop-list__map-coupon-box {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shop-list__map-coupon-box a {
  text-align: center;
  width: 50%;
  border: 1px solid #555555;
  padding: .25rem;
  margin-right: 10px;
}

.shop-list__map-coupon-box a:last-child {
  margin-right: 0;
}

.shop-list__map-coupon-box a:hover {
  background-color: #000000;
  color: #ffffff;
}

.shop-list__map-coupon-box a.coupon {
  border: 1px solid #e7340c;
  color: #e7340c;
}

.shop-list__map-coupon-box a.coupon:hover {
  background-color: #e7340c;
  color: #ffffff;
}

.map__inner {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 80px auto 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .main-visual {
    margin-top: 101px;
  }
  .title__inner {
    margin: 36px auto 0;
  }
  .title__subheading p {
    font-size: 13px;
  }
  .title__heading h2 {
    font-size: 16px;
  }
  .news__inner {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news__title {
    padding: 8px;
    width: 100%;
  }
  .news__list {
    padding: 16px;
  }
  .sub-title__inner {
    margin: 36px auto 0;
    text-align: left;
  }
  .sub-title__inner p {
    line-height: 1.8;
  }
  .lead__inner p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
  }
  .sub-visual__bottom {
    display: block;
  }
  .sub-visual__bottom img {
    width: 100%;
  }
  .sub-visual__lead {
    margin-top: 16px;
    padding: 0 16px;
    width: 100%;
  }
  .whats-ryomo__inner {
    margin: 40px auto 0;
  }
  .shop-nav__inner {
    margin: 30px auto 0;
  }
  .shop-nav__inner > ul {
    padding: 20px;
  }
  .shop-nav__title {
    font-size: 30px;
  }
  .shop-nav__list {
    width: 100%;
    margin-right: 0px;
  }
  .shop-nav__list:last-child {
    margin-bottom: 0px;
  }
  .shop-nav__genre {
    font-size: 14px;
  }
  .shop-list__inner {
    margin: 30px auto 0;
  }
  .shop-list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shop-list__row > div {
    margin-bottom: 60px;
    margin-right: 0;
  }
  .shop-list__title {
    font-size: 16px;
  }
  .shop-list__point-box {
    min-height: auto;
  }
  .map__inner {
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 63em) {
  .sub-visual__bottom img {
    width: 50%;
  }
  .sub-visual__lead {
    padding: 0 0 0 16px;
    width: 50%;
  }
  .shop-list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shop-list__row > div {
    margin-bottom: 50px;
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .shop-list__row > div {
    width: calc(33.33333% - 160px / 3);
  }
  .shop-list__row > div:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 63em) and (min-width: 768px) {
  .shop-list__row > div {
    width: calc(50% - 20px / 2);
  }
  .shop-list__row > div:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .shop-list__row > div {
    width: 100%;
  }
  .shop-list__row > div:nth-of-type(1n) {
    margin-right: 0;
  }
  .shop-list__row > div:last-child {
    margin-bottom: 15px;
  }
}

/* ここから追加　22022/12 */

.lead .lead__inner .lead__img {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .lead .lead__inner .lead__img {
    width: 560px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .lead .lead__inner .lead__img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.shop-list__point-box {
  margin-top: 0;
}
.shop-list__sub-title p {
  font-size: 14px;
}
.shop-list__sub-image-box p {
    font-size: 13px;
    letter-spacing: 0;
}
.shop-list__map-coupon-box a {
  width: 100%;
}
.shop-list__sub-title {
  margin: auto;
  text-align: center;
}
.shop-list__main-image-box .recommended-street-shop-images-slider li {
  position: relative;
}
.shop-list__main-image-box .recommended-street-shop-images-slider li span.number {
  background: #444;
  color: #fff;
  padding: 5px;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.shop-list__sub-image-box.cp_box2 label {
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), color-stop(90%, rgba(255, 255, 255, 0.95)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.shop-list__sub-image-box.cp_box2 .cp_container {
  height: 90px;
}
.shop-list__row > div {
  margin-bottom: 100px;
  margin-right: 80px;
}
.shop-list__title p {
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .shop-list__main-image-box .recommended-street-shop-images-slider li span.number {
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .shop-nav__list {
    width: auto;
  }
  .shop-list__sub-title p {
    font-size: 14px;
  }
  .shop-list__row > div {
    margin-bottom: 60px;
  }
  .shop-list__footer {
    margin-top: 50px;
  }
}

/* 202303追加 ----------------------------------------*/

/* ボタン */

.btn_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
.link-btn a {
  width: 100%;
}

.link-btn a.btn {
  width: 380px;
  font-size: 16px;
  position: relative;
  display: block;
  padding: 16px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #ffffff;
  margin: 0 auto;
  background-color: #ea4f5f;
  border-radius: 50rem;
}

.link-btn a.ico-chevron-right:before {
  background: url("/memot/_assets/images/common/ico-chevron-right-white.svg");
}

@media (min-width: 768px) {
  .link-btn a.btn:hover {
    opacity: 0.8;
  }
}

@media (max-width: 767px) {
  .link-btn a.btn {
    font-size: 14px;
    width: 100%;
  }
}

.shop-list__col .shop-list__title.coupon-col {
  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;
}
.shop-list__col .shop-list__title.coupon-col .coupon-icon {
  width: 36px;
  margin-left: -36px;
}
    


.mt50 {
  margin-top: 50px;
} 
.mt40 {
  margin-top: 40px;
} 
.mt30 {
  margin-top: 30px;
} 
.mt20 {
  margin-top: 20px;
} 
.mt10 {
  margin-top: 10px;
} 
/*# sourceMappingURL=../maps/top/style.css.map */

/* 202311追加 ----------------------------------------*/
@media (min-width: 768px) and (max-width: 63em) {
    .shop-list__row > div {
        margin-bottom: 50px;
        margin-right: 20px;
    }
}

/* 202406追加 ----------------------------------------*/
.border_u{
    border-bottom: 1px solid;
}

.lead__wrapper{
    max-width: 1200px;
    margin: 48px auto 0;
    padding: 16px;
    border: 1px solid #555555;
}
.lead__info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 15px 0;
    padding: 20px;
    border: 1px solid #555555;
}
.lead__info__title p {
  font-size: 14px;
  font-weight: bold;
}
.lead__info__title p.head {
  display: inline-block;
  font-size: 21px;
  line-height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #f6de77));
  background: -webkit-linear-gradient(transparent 65%, #f6de77 65%);
  background: linear-gradient(transparent 65%, #f6de77 65%);
}
.lead__info__title p.sub {
  margin-top: 6px;
}
.lead__info__address {
  width: calc(100% - 460px);
  margin-left: 40px;
}
.lead__info__address ul {
  display: table;
  width: 100%;
}
.lead__info__address li {
  list-style: none;
  font-size: 13px;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lead__info__address li img {
  width: 13px;
  height: 13px;
  margin-top: 6px;
  margin-right: 6px;
}

.lead__info__address li.station {
  margin-bottom: 4px;
}

.lead__info__address li.shop-name {
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
}

.lead__info__address li.shop-name + li {
  font-size: 12px;
  margin-bottom: 4px;
}

.lead__info__address li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  word-break: break-all;
}
.lead__link-map{
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.lead__link-map a{
    display: inline-block;
    width: 30%;
    text-align: center;
    border: 1px solid #555555;
    padding: .272px;
}
.lead__link-map a:hover{ 
  background-color: #000000;
  color: #ffffff;
}

.shop-list__point-box {
    min-height: auto;
}
@media (max-width: 767px){
    .lead__wrapper{
        margin: 48px 15px 0;
    }
    .lead__info{
        flex-direction: column;
    }
    .lead__info__title{
        margin-bottom: 16px;
    }
    .lead__info__title p.head{
        display: inline;
    }
    .lead__info__address{
        width: 100%;
        margin-left: 0;
    }
    .lead__link-map a{
        width: 100%;
    }
}

/* 202409追加 ----------------------------------------*/
.more_animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.more_slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
.more_slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.more_content-wrap {
  height: 250px;
  overflow: hidden;transition: all 0.3s;
  position: relative;
  margin: 0;
}
.more_close-btn, .more-btn {
  display: block;
  width: 100%;
  padding: 80px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#00ffffff',
      endColorstr='#ffffff',
      GradientType=0
    );
}
.more_close-btn {
    padding:0;
    background: none;
}
.more_slide-up {
    height: 250px;
    padding-bottom: 0;
    overflow: hidden;
}
.more_slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 60px;
}       
.more-btn p {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    background: #1b2538;
    padding: 5px 20px;
    width: 180px;
    font-size: 16px;
    border-radius: 20px;
}

.lead__img .recommended-street-shop-images-slider li {
  position: relative;
}
.lead__img .recommended-street-shop-images-slider li span.number {
  background: #444;
  color: #fff;
  padding: 5px;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .lead__img .recommended-street-shop-images-slider li span.number {
    line-height: 1.8;
  }
}