@charset "utf-8";
/* CSS Document */
/*ローディング----------*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #edd5c0;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.1s 2.0s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loading__logo {
  opacity: 0;
  animation: logo_fade 1.9s 0.4s forwards;
  width: 175px;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  60% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}


/*ヘッダー（logoとnav）---------------------------------------*/
.header {
  position: relative;
  z-index: 10;
}
.h__logo {
  top: 60px;
  left: 164px;
  height: 8.75vw;
  position: absolute;
  width: 23.7vw;
  z-index: 10;
}
.h__logoTarget {
  display: block;
}
.h__logoTarget img {
  height: 100%;
  width: 100%;
}
.gn {
  display: flex;
  height: 60px;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 15rem;
  font-size: 1.4rem;;
  font-weight: 500;
}
.gn li {
  padding-left: 30px;
}
.gn li a {
  color: #271403;
}
@media screen and (max-width:960px){
  .gn {
    margin-right: 5rem;
  }
}
@media screen and (max-width:768px) {
  .h__logo {
    top: calc(17vw/3.75);
    left: 25%;
    width: calc(189vw / 3.75);
  }
/*  .gn {
    display: none;
  }*/
  .gn {
    height: auto;
    margin-right: 0;
  }
  
  .gn li {
  padding-left: 0;
}
}
/*トップイメージ-------------------------------------------*/
.first-view {
  position: relative;
  /*height: 88vh;*/
}
.sd-wrapper {
  /*display: flex;*/
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding: 0px;
  width: 100%;
  max-width: 100%;
  position: relative;
  height: calc(737vw/14.4);
}
.sd-wrapper img {
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
}
.sd-0 {
  bottom: 0px;
  flex: none;
  height: calc(737vw / 14.4); 
  left: 0px;
  margin: 0 0 0 0;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
  max-width: 100%;
}
/*.sd-1 {
  z-index: -1;
  width: 100%;
}
.sd-2 {
  z-index: -2;
  width: 100%;
}
.sd-3 {
  z-index: -3;
  width: 100%;
}*/
.slide-items {
  list-style: none;
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.slide-items img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 4s linear transform .4s;
  object-fit: cover;
}
.slide-items .zoom {
  transform: scale(1.05);
}
@media screen and (max-width:768px) {
  .mobile-none {
    display: none;
  }
  .first-view {
    height: calc(677vw/3.75);/*100vh*/
  }
  .sd-wrapper {
    height: 100%;
  }
  .sd-wrapper img {
    position: absolute;
    top: calc(164vw / 3.75);
    width: 100%;
  }
  /*.sd-0_m {
  bottom: 0px;
  flex: none;
  height: calc(512vw/3.75);
  left: 0px;
  margin: 0 0 0 0;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
  max-width: 100%;
  }*/
  /*.sd-1 {
    object-fit: cover;
    height: 400px;
  }*/
  /*.sd-1_m {
    z-index: -1;
  }*/
}
/*トップリード-----------------------------------------------*/
.top-lead {
  font-size: 1.67vw;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  top: 14.72vw;
  right: 20%;
  font-weight: 500;
  line-height: 2;
  text-indent: -2em;
  padding-left: 2em;
  z-index: 9;
}
.top-lead span {
  background: #ffffff;
  padding: 0.3em 0;
}
.lead3 {
  margin-top: 2em;
}
/*トップのイラストアニメーション----------------------------------*/
.illust-area1 {
  position: absolute;
  bottom: 4.861111%;
  left: 13.194444%;
  z-index: 9;
}
.illust-area2 {
  position: absolute;
  bottom: 4.861111%;
  right: 13.194444%;
  z-index: 9;
}
.illust-area3 {
  position: absolute;
  top: 100px;
  right: 15.069444%;
  z-index: 9;
}
.choco {
  height: 7.7vw;
  transform: translate(0%, -45%);
}
.plain {
  height: 7.15vw;
  transform: translate(5%, 32%);
}
.ichigo {
  height: 7.4vw;
  transform: translate(110%, -150%);
}
.horenso {
  height: 7.98vw;
  transform: translate(-95%, 133%);
}
.cheese {
  height: 7.36vw;
  transform: translate(-10%, -150%);
}
.Brezel {
  height: 6.52vw;
  transform: translate(30%, -140%);
}
.sakura {
  height: 6.46vw;
  transform: translate(-195%, 35%);
}
.clockmonsieur {
  height: 7.22vw;
  transform: translate(-85%, -155%);
}
.maccha {
  height: 7.08vw;
  transform: translate(40%, -175%);
}
/*@media (min-width: 961px) and (max-width: 1310px) {
  .maccha {
    transform: translate(10px, -50px);
  }
  .sakura {
    transform: translate(-10px, -50px);
  }
  .clockmonsieur {
    transform: translate(0, 0);
  }
  .cheese {
    transform: translate(100px, 20px);
  }
  .ichigo {
    transform: translate(-90px, -110px);
  }
  .plain {
    transform: translate(-3.47vw, 0);
  }
}*/

.object img {
  height: 100%;
  animation-name: swing;
  animation-duration: 4.0s;
  animation-delay: ease-out;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
/*  アニメーション*/
  
  @keyframes swing {
    0% {
      transform: translate(0,0) rotate(5deg)
    }
    50% {
      transform: translate(0,10px) rotate(0deg);
    }
    100% {
      transform: translate(0,0) rotate(-5deg);
  }
}
/*ニューススライダー------------------------------*/
.infomation {
  background: #faf3ed;
  padding: 15px 0;
  margin: 0;
  overflow: hidden;
}
.infoText {
  font-size: 1.8rem;
  color: #271403;
  padding-left: 100%;
  white-space: nowrap;
  display: inline-block;
  animation: infoAnimation 50s linear infinite;
}
.infoText p {
  display: inline-block;
  margin: 0 25rem 0 0;
  color: #271403;
}
.infoText a {
  color: #271403;
}
.infoText p span {
  font-size: 1.6rem;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: #d5be99;
  border-radius: 13.5px;
  padding: 3px 15px;
  text-align: center;
}
/* 横に流れていくアニメーション */
@keyframes infoAnimation {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width:768px) {
  .top-lead {
    writing-mode: horizontal-tb;
    font-size: 1.5rem;
    position: absolute;
    top: calc(182vw/3.75);
    left: calc(20vw/3.75);
    line-height: 2;
  }
  .top-lead span {
    padding: 0.1em 0.3em;
  }
  .lead3 {
    margin-left: 2em;
  }
  .infomation {
    position: absolute;
    top: calc(637vw/3.75);
    width: 100%;
  }
  .choco {
    width: calc(53vw / 3.75);
    transform: translate(402%, -1330%);
  }
  .horenso {
    width: calc(53vw / 3.75);
    transform: translate(90%, -1200%);
  }
  .plain {
    width: calc(56vw / 3.75);
    transform: translate(-70%, -1102%);
  }
  .ichigo {
    width: calc(60vw / 3.75);
    transform: translate(330%, -130%);
  }
  .cheese {
    width: calc(55vw / 3.75);
    transform: translate(-375%, -175%);
  }
  .sakura {
    width: calc(55vw / 3.75);
    transform: translate(98%, 1850%);
  }
  .object img {
    width: 100%;
    height: unset;
  }
  .infoText {
    font-size: 1.6rem;
  }
}
/*aboutセクション-------------------------------------------*/
.about-container {
  background-color: #ffddd0;
  padding: 4.16vw 0 10.4vw;
}
.about-h2 {
  display: flex;
  margin: 0 0 20px 160px;
}
/*-------各タイトルimgの幅指定-------*/
.title {
  width: 36.8vw;
}
/*--------------------------------*/
.about {
  display: flex;
  /*height: 33.12vw;*/
  padding: 0 13.88vw;
}
.about-img img {
  /*height: 100%;*/
  width: 33.12vw;
}
.about2 {
  flex-flow: row-reverse;
}
.about-d {
  padding: 7.29vw 3.47vw 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.about-h3-1 {
  font-size: 3rem; /*3rem*/
  font-weight: 500;
  padding-bottom: 4rem;
}
.about-h3-2 {
  font-size: 3rem;
  font-weight: 500;
  padding-bottom: 4rem;
}
.about-d_p1 {
  padding-bottom: 2.43vw;
}
.showcase {
  margin-top: -2.8rem;
}
/*くわしくはこちらボタン---------------*/
.button-55 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  /*width: 66%;*/ /*min-width: 330pxから変更0315*/
  margin: 3rem 0 0 10rem;
  padding: 0.5em 2em;
  border: none;
  border-radius: 40px;
  background-color: #e6a89b;
  color: #fff;
  font-weight: 500;
  font-size: 1em;
}
.button-55::after {
  width: 4em;
  height: 4em;
  margin-left: 4px;
  background-image: url("../images/top/kyu-logo-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
}
.button-55:hover {
  background-color: #d6988b;
}
@media screen and (max-width:1040px){
  .showcase {
    margin-top: 7rem;
}
  .button-55 {
    margin-left: 0;
  }
}
@media screen and (max-width:768px) {
  .about {
    flex-flow: column-reverse;
    padding: 0;
  }
  .about-h2 {
    justify-content: center;
    margin: 4rem 0 5.5rem;
  }
  .title {
    height: calc(38vw / 3.75);
    width: auto;
  }
  .about1 {
    height: calc(663vw/3.75);
    padding-bottom: 5.0rem;
    position: relative;
  }
  .about2 {
    height: calc(705vw/3.75);
    position: relative;
  }
  .about-img img {
    width: 100%;
    padding: 0 13.3vw;
  }
  .about-d {
    padding: 2.4rem;
    font-size: 1.4rem;
  }
  .about-d_p1 {
    padding-bottom: 2.5rem;
  }
  .about-d_p2 {
    padding-bottom: 3rem;
  }
  .about-h3-1 {
    font-size: 1.8rem;
    display: inline;
    /*line-height: 2;*/
    position: absolute;
    top: 28px;
    z-index: 9;
  }
  .about-h3-span {
    background-color: #fff;
    padding: 0 0.3em;
  }
  .about-h3-2 {
    font-size: 1.8rem;
    display: inline;
    padding-bottom: 0;
    font-weight: 500;
    position: absolute;
    bottom: 380px;
    right: 15px;
    z-index: 9;
  }
  .button-55 {
    margin: 2rem auto;
    width: 88%;
  }
}
/*ここからカレンダーセクション--------------------------------*/
.Calendar_container {
  margin: 4.16vw 12.5vw 10.4vw;
}
.Calendar_h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5.55vw;
}
.Calendar_frame-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 60vw;
  width: 73.6vw;
  border: #ffffff solid 11.5px;
  line-height: 2;
  outline: 10px solid #edd5c0;
  outline-offset: -11px;
}
.Calendar_frame-wrap h3 {
  font-size: 2.4rem;
  font-weight: 500;
  align-items: center;
  margin: 0 auto;
  padding-top: 4.16vw;
  padding-bottom: 2.77vw;
}
.Calendar_frame-wrap p {
  font-size: 1.6rem;
  margin: 0 auto;
  padding-bottom: 4.65vw;
}
.google-box {
  align-items: flex-end;
  width: 41.6vw;
  height: 38.19vw;
  background-color: #ffffff;
  border-radius: 283px 283px 0 0;
  margin: 0 auto;
  border: 1px solid #fff;
  outline: 10px solid #edd5c0;
  outline-offset: -11px;
  display: flex;
  justify-content: center;
}
.calendar {
  width:calc(350vw/14.4);
  padding-bottom: 3em;
}
.calendar img {
  width: 100%;
}
.Calendar_frame-wrap p {
  display: inline-block;
}
.Instagramlogo {
  height: 1.5em;
  vertical-align: bottom;
}
@media screen and (max-width:1020px){
  .calendar {
    padding-bottom: 1em;
}
}
@media screen and (max-width:840px){
  .calendar {
    padding-bottom: 0;
  }
}
@media screen and (max-width:768px) {
  .Calendar_container {
    margin: 4.16vw auto 10.4vw;
  }
  .Calendar_h2 {
    margin: 6.5rem auto 3rem;
  }
  .Calendar_frame-wrap {
    margin: 0 auto;
    height: calc(530vw / 3.75);
    width: calc(354vw / 3.75);
  }
  .Calendar_frame-wrap h3 {
    font-size: 1.8rem;
    padding-top: 5rem;
  }
  .Calendar_frame-wrap p {
    font-size: 1.4rem;
    padding-bottom: 5.5rem;
  }
  .google-box {
    width: calc(332vw / 3.75);
    height: calc(305vw / 3.75);
    border-radius: 166.03px 166.03px 0 0;
  }
  .calendar {
    width: calc(200vw / 3.75);
    padding-bottom: 1em;
}
}
/*ここからLINEUP-------------------------------------------*/
.LINEUP-container {
  background-color: #c5e8d0;
  margin: 4.16vw 0 10.4vw;
}
.LINEUP-h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6.95vw 0 5.55vw;
}
.LINEUP-container h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 6.95vw;
}
.bagle-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.LINEUP-b-name {
  display: flex;
  width: 215px;
  margin-bottom: 30px;
  padding: 0.5em 2em;
  border: none;
  border-radius: 26.5px;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 1.6rem;
  height: 53px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.bagle-wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
}
.LINEUP-h2_bagles {
  margin-bottom: 7.638vw;
}
.L-item-img-wrap {
  position: relative;
}
.L-item-img-wrap img {
  width: 320px;
}
/*ボタン--------------------------------*/
.buttonIcon {
  display: none; /*flex;*/
  align-items: center;
  justify-content: center;
  width: 65px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-radius: 50%;
  border: none;
  font-size: 3rem;
  font-weight: 700;
  color: #c5e8d0;
  position: absolute;
  bottom: 20px;
  left: 250px;
}
@media (any-hover: hover) {
  .buttonIcon {
    transition: background-color 0.2s;
  }
  .buttonIcon:hover {
    background-color: #CAD0C8;
  }
}
/*ボタン終わり---------------------------*/
/*無限ループ--------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 4.5)
}
.scroll-infinity__item > img {
  width: 100%;
}
/*.scroll-infinity__wrap:hover .scroll-infinity__list--left {
  animation-play-state: paused;
}*/
/*無限ループ終わり--------------------------*/
/*Viewmore矢印------------------------------*/
.moreLinkText {
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 200;
  display: flex;
  align-items: center;
  margin: 0 auto;
  flex-flow: column;
  padding-bottom: 5.555vw;
}
.moreLinkText a {
  color: #271403;
  padding-right: 1.5em;
    padding-bottom: 0.5em;
}
/*ホバーしたときに下線矢印も同時に色を変える*/
.moreLinkText:hover .lineArrow {
  border-bottom: 1px solid #777777;
  border-right: 1px solid #777777;
}
.moreLinkText:hover {
  color: #777777;
}
.lineArrow {
  width: 167px;
  height: 15px;
  border-bottom: 1px solid #271403;
  border-right: 1px solid #271403;
  /*傾きを調節*/
  transform: skew(45deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: -10px 0 0 -25px;
}
@media screen and (max-width:768px) {
  .LINEUP-h2 {
    padding: 6rem 0;
  }
  .LINEUP-container {
    padding-bottom: 5rem;
    margin-bottom: 7.7rem;
  }
  .LINEUP-container h3 {
    font-size: 1.8rem;
    padding-bottom: 7rem;
  }
  .scroll-infinity__wrap {
    padding-bottom: 4rem;
  }
  .scroll-infinity__item {
    width: 100%;
  }
  .L-item-img-wrap img {
    width: 266px;
  }
  .moreLinkText {
    font-size: 1.4rem;
  }
  .lineArrow {
    width: 104px;
    height: 18px;
  }
  .moreLinkText a {
    padding-right: 2em;
  }
}
/*Instagramセクション----------------------------------------*/
.Instagram_container h2 {
  display: flex;
  justify-content: center;
  padding-bottom: 90px;
}
.Instagram_container img {
  width: 11.1111vw;
}
.Instagram_wrapper {
  display: flex;
  padding-bottom: calc(40vw / 14.4);
}
.Instagram_wrapper li img {
  width: calc(288vw/14.4);
}
.Insta {
  width: calc(119vw/14.4);
}
.Insta img {
    width: 100%;
  }

@media screen and (max-width:768px) {
  .Instagram_container img {
    width: calc(138vw / 3.75);
  }
  .Instagram_container h2 {
    padding-bottom: 7rem;
  }
  .Instagram_wrapper li img {
    width: calc(187.5vw / 3.75);
  }
  .Instagram_wrapper {
    flex-flow: wrap;
    padding-bottom: 3rem;
}
  .Insta {
  width: calc(102vw/3.75);
}
  .Insta img {
    width: 100%;
  }
}
/*shopinfoセクション----------------------------------------*/
.shopinfo-container {
  /*width: 90.277778vw;*/
  background-color: #fffdf4;
  /*margin: 0 10rem;*/
  margin: 0 auto;
  padding-top: 130px;
  line-height: 1.5;
}
.shopinfo-container h2 {
  display: flex;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 10rem;
}
.rollsignboard {
  /*flex: 44%;*/
}
.rollsignboard img {
  width: 25vw;
  margin: auto;
  padding-bottom: 4rem;
}
.shopinfo {
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  padding: 0;
  justify-content: space-evenly;
}
.dtdd {
  display: flex;
  margin-bottom: 25px;
}
.shopinfo-01 dl {
  /*margin-top: 130px;
  margin-bottom: 40px;
  margin-right: 0;*/
  padding: 13rem auto 4rem;
  line-height: 1.5;
  /*flex: 46%;*/
}
.shopinfo dt {
  font-size: 1.8rem;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: #d5be99;
  border-radius: 13.5px;
  padding: 3px 15px;
  text-align: center;
  min-width: 100px;
  margin: 0 0 auto;
}
.shopinfo dd {
  padding-left: 2em;
}
.haifu {
  padding-bottom: 0.4em;
  text-indent: 1em;
}
.toHOWTOBUY {
  text-align: end;
  padding-top: 2rem;
}
.toHOWTOBUY a {
  color: #271403;
  margin-left: 2em;
  font-size: 1.6rem;
}
.button-1 {
  display: flex;
  align-items: center;
  min-width: 300px;
}
.button-1::after {
  width: 4em;
  height: 4em;
  margin-left: 4px;
  background-image: url("../images/top/kyu-logo-orange@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
}
.busmap {
  /*width: 100%;*/
  /*flex: 50%;*/
  padding: 0 3rem;
}
.busmap img {
  width: calc(516vw / 14.4);
}
.info-access {
  /*margin-left: 10rem;
  margin-right: 7rem;*/
  /*flex: 50%;*/
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0 0 0 3rem;
}
.shopinfo-02 {
  justify-content: space-evenly;
}
.shopinfo-02 h3 {
  font-size: 2.2rem;
  font-weight: 500;
  color: #ad692d;
  padding-bottom: 25px;
}
.shopinfo-02 p {
  padding-bottom: 2rem;
}
.att16 {
  font-size: 1.6rem;
}
.toACCESS {
  font-family: "Kiwi Maru";
  font-size: 1.6rem;
  font-weight: 400;
  padding-bottom: 30px;
  color: #ad692d;
}
.lineArrowAccess {
  width: 249px;
  height: 24.76px;
  color: #ad692d;
}
.bold {
  font-size: 2.2rem;
  font-weight: 500;
  text-decoration: underline;
}
.toGooglemap {
  display: flex;
  justify-content: center;
  padding: 115px 0 100px;
}
.toGooglemap a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 277px;
  padding: 0.5em 2em;
  border: none;
  border-radius: 19px;
  background-color: #dfc8a2;
  color: #333;
  font-weight: 500;
  font-size: 1em;
}
.toGooglemap a:hover {
  background-color: #dfc8c2;
}
.toGooglemap a span {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.slick-initialized .slick-slide {
    display: flex;
}
@media screen and (min-width: 769px) and (max-width: 1180px){
  .busmap {
   padding: 0 3rem 0 0;
  }
}
@media screen and (max-width:768px) {

.slick-list {
height: calc(677vw / 3.75);
z-index: -1;
}
.shopinfo-container {
  padding-top: 5rem;
  margin: 0 1.5rem;  
}
  .rollsignboard img {
    margin: 0;
  }
  .shopinfo-container h2 {
    font-size: 1.8rem;
    padding-bottom: 0;
}
  .shopinfo {
    flex-flow: column;
    font-size: 1.6rem;
  }
  .rollsignboard {
    max-width: 370px;
    margin: 0 auto;
}
  .rollsignboard img {
    width: 100%;
    padding: 5rem;
  }
  .shopinfo-01 dl {
    margin: 0;
    padding: 0 2rem;
  }
  .info-access {
    margin-left: 0;
    margin-right: 0;
    padding: 0 2rem 5rem;  
  }
  .moreLinkText a {
    padding-top: 2rem;
  }
  .dtdd {
    flex-flow: column;
  }
  .shopinfo dt {
    max-width: 110px;
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  .shopinfo dd {
    padding-left: 1em;
    font-size: 1.4rem;
  }
  .shopinfo-02 h3 {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
  }
  .busmap img {
    width: 100%;
}
  .shopinfo-02 p {
    font-size: 1.4rem;
  }
  .toHOWTOBUY a {
    font-size: 1.4rem;
    margin-left: 0;
}
  .toGooglemap {
    padding: 5rem 0;
  }
  .toACCESS {
    font-size: 1.4rem;
  }
  .bold {
    font-size: 1.8rem;
  }
  .accessto {
    color: #271403;
    opacity: 0.8;
  }
}
@media screen and  (min-width: 500px) and (max-width: 768px){
  .shopinfo-container {
    max-width: 73vw;
    margin: 0 auto;
  }
}

.slick-prev, .slick-next {
  display: none !important;
}
.noscroll {
  overflow: hidden;
}
.LINEUP-container .slick-list {
  z-index: 1;
  height: auto;
}



