﻿

/* conmon */
.c-breadcrumb{margin-bottom: 0;}
#shop-info{letter-spacing: 0.05em;}
#shop-info a{text-decoration: none;}

.l-sns a,
#shop-info .column__item,
#shop-info .m-product-item,
#shop-info .c-button-shop-reserve{
  /* transition: var(--transition-default); */
}
@media (hover: hover) {
  .l-sns a:hover,
  #shop-info .column__item:hover,
  #shop-info .m-product-item:hover,
  #shop-info .c-button-shop-reserve:hover{
    opacity: 0.5;
  }
}

html:has([data-section="sns"]){
  scroll-behavior: unset;
}


.l-shop__inner{
  width: 100%;
  padding: 0 1rem;
}

.c-page-title{
  gap: 2rem 0;
  margin-bottom: 3rem;
}

.c-page-title--en{
  font-size: 3rem;
}

/* mv */
.l-mv{
  background-image: none;
}
.swiper-pagination-mv{
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .l-mv{
    width: 100vw;
    overflow: hidden;
  }
  .l-mv .l-shop__inner{
    padding: 0;
  }
}

[data-section="mv"] .c-swiper-controller{
  margin: 1.5rem 0 0;
  justify-content: center;
}
.swiper-pagination-mv{
  justify-content: center;
}

 .swiper-pagination{
  margin-top: 4.6rem;
  position: static;
}
 .swiper-pagination-bullet{
  background: #E5E5E5;
  opacity: 1;
}
 .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: var(--color-primary);
  opacity: 1;
}
 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7.5px);
}

.mv__item__image{
  margin-left: 0;
  width: 100%;
}

/* information */
.l-shop-information{
  padding-bottom: 5.5rem;
}

.l-shop-information .c-page-title{
  margin-bottom: 1.1rem;
}

.l-shop-information__inner{
  margin: 3.8rem auto 0;
}

.l-shop-information .c-page-title--ja{
  font-size: 2.4rem;
  font-weight: var(--fw-medium);
}

.l-shop-information .l-shop-information__detail-inner{
  text-align: center;
}

.l-shop-information .l-shop-information__detail__lead{
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  line-height: 2;
}

.l-shop-information .l-shop-information__detail__article{
  font-size: 1.1rem;
  line-height: 1.81818181818;
}

.l-shop-information {}

/* event */
.l-event{
  margin-bottom: 6rem;
  padding: 4rem 0;
  background-color: #F5F5F5;
}

.c-shop-name{
  margin-block: 2rem 0.8rem;
  line-height: 1.5;
}

.c-shop-description-text{
  font-size: 1.3rem;
  line-height: 1.84615384615;
  letter-spacing: 0.05em;
  font-family: var(--font-ja);
}

.c-shop-description-box{
  width: 74.9295774648%;
  margin-block: 1.5rem 1.9rem;
  padding: 1.2rem 2rem;
  margin-right: auto;
  font-size: 1.3rem;
  line-height: 1.84615384615;
  border: 1px solid #E5E5E5;
  background-color: var(--color-white);
  border-radius: 0.6rem;
  letter-spacing: 0.05em;
}

.l-event__item-main-detail-button {
  display: flex;
  justify-content: left;
  gap: 1rem;
  flex-wrap: wrap;
}

.c-button-feature-list{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.2rem;
  height: 4rem;
  margin-top: 1.6rem;
  background-color: #A3A3A3;
  color: var(--color-white);
  font-size: 1.3rem;
  text-decoration: none;
}
.c-button-shop-reserve{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.2rem;
  height: 4rem;
  margin-top: 1.6rem;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-size: 1.3rem;
  text-decoration: none;
}

/* about */
.l-about{

}

.l-about-shop-list{
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  margin-bottom: 1.7rem;
}

.l-about-shop-list dt{
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #E5E5E5;
  font-size: 1.4rem;
  line-height: 1.42857142857;
}

.l-about-shop-list dd{
  font-size: 1.3rem;
  line-height: 1.84615384615;
}

.l-about-shop__iframe-wrapper{
  width: 100%;
}

.l-about-shop__iframe-wrapper .l-about-shop__iframe{
  width: 100%;
  height: 16.9rem;
  border: 0;
}

.l-column{
  margin-bottom: 6rem;
}

.l-column .c-swiper-controller{
  display: none;
}


/* our product */
[data-section="category"]{
  margin-top: 6rem;
}

.l-product-note{
  display: none;
}

.c-category-item__name{
  padding-block: 3rem 1.5rem;
}

/* レコメンド */
.l-recommend-rental{
  margin-top: 6rem;
}

.l-recommend-rental .c-section-heading{
  gap: 0;
}

.p-top-contents__tab-list-inner{
  margin: 3rem auto 0;
}

.c-button-area-column{
  margin-top: 5.5rem;
}

/* sns */
.l-sns-post{
  display: grid;
  grid-template-columns: repeat(3,1fr);
}

@media screen and (max-width: 767px) {
  .l-sns-post li:last-of-type{
    display: none;
  }
}

.l-sns-account{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin: 4rem 0;
}

.l-sns-account li{
  width: 25rem;
  height: 3.6rem;
}

.l-sns-account li a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
  padding: 1rem;
  border: 1px solid #D0D0D0;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
}

.l-sns-account li a img{
  width: 1.6rem;
}

.l-sns-media {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  grid-template-columns: repeat(4,2rem);
}

@media screen and (min-width: 768px) {

  .c-breadcrumb{
    width: var(--container-default);
    margin: 0 auto;
  }

  .global-contents__inner{
    width: 100%;
    padding-bottom: 8rem;
  }

  #shop-info{
    --inner-width: min(71.25%, 100rem)
  }

  .l-shop__inner{
    width: var(--inner-width);
    padding: 0;
    margin: 0 auto;
  }

  .l-shop__inner--big{
    width: var(--container-default);
    padding: 0;
    margin: 0 auto;
  }
  
  .c-page-title{
    gap: 2rem 0;
    margin-bottom: 2.9rem;
  }
  
  .c-page-title--en{
    font-size: 3rem;
  }
  
  /* mv */
  .l-mv{
    background-image: none;
  }
  
  .l-mv .l-shop__inner{
    max-width: 1000px;
    width: 100%;
  }

  [data-section="mv"] .c-swiper-controller{
    margin: 1.5rem 0 0;
    justify-content: center;
    padding-right: 0;
  }
  .swiper-pagination-mv{
    justify-content: center;
  }
  
   .swiper-pagination{
    margin-top: 4.6rem;
    position: static;
  }
   .swiper-pagination-bullet{
    background: #E5E5E5;
    opacity: 1;
  }
   .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--color-primary);
    opacity: 1;
  }
   .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
   .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7.5px);
  }
  
  .mv__item__image{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  
  /* information */
  .l-shop-information{
    padding-bottom: 7.2rem;
  }
  
  .l-shop-information__inner{
    margin: 4.3rem auto 0;
  }
  
  .l-shop-information .c-page-title--ja{
    font-size: 2.4rem;
    font-weight: var(--fw-medium);
  }
  
  .l-shop-information .l-shop-information__detail-inner{
    text-align: center;
  }
  
  .l-shop-information .l-shop-information__detail__lead{
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    line-height: 2.14285714286;
  }
  
  .l-shop-information .l-shop-information__detail__article{
    font-size: 1.2rem;
    line-height: 2.33333333333;
  }
  
  /* event */
  .l-event{
    margin-bottom: 8rem;
    padding: 6rem 0;
    background-color: #F5F5F5;
  }

  .l-event__item-main{
    display: grid;
    grid-template-columns: 36rem 1fr;
    gap: 6rem;
    align-items: flex-start;
  }
  
  .c-shop-name{
    margin-block: 0 1rem;
    line-height: 1.5;
  }
  
  .c-shop-description-text{
    font-size: 1.3rem;
    line-height: 1.84615384615;
    letter-spacing: 0.05em;
    font-family: var(--font-ja);
  }
  
  .c-shop-description-box{
    width: 26.6rem;
    margin-block: 1.5rem 1.7rem;
  }
  
  /* about */

  .l-about-shop-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.8rem 4rem;
  }

  .l-about-shop-list > div:last-child{
    grid-area: 3 / 1 / 4 / 3;
  }
  
  .l-about-shop__iframe-wrapper {
    width: var(--inner-width);
    padding: 0;
    margin: 0 auto;
  }

  .l-about-shop__iframe-wrapper .l-about-shop__iframe{
    height: 45rem;
  }
  
  .l-column{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  
  .l-column .c-swiper-controller{
    display: none;
  }

  .l-column__list-inner{
    margin-top: 0;
  }
  
  .c-button-area-column{
    margin-top: 4.5rem;
  }

  /* our product */
  [data-section="category"]{
    margin-top: 8rem;
  }
  
  .l-product-note{
    display: none;
  }

  [data-section="category"] .c-category-list{
    display: flex;
    margin-top: 0;
  }

  .c-category-item__name{
    padding: 1rem 0.5rem;
  }

  .c-category-item__name--en{
    font-size: 1.8rem;
  }
  
  .c-category-item__name--jp{
    margin-top: 1rem;
    font-size: 1.1rem;
  }

  .l-product-note{
    margin-top: 1rem;
    display: block;
    font-size: 1.2rem;
    text-align: center;
    line-height: 2;
  }
  
  /* レコメンド */
  .l-recommend-rental{
    margin-top: 8rem;
  }

  .p-top-contents__tab-list-inner{
    margin: 0;
  }

  .l-recommend-rental .c-page-title{
    margin-bottom: 4rem;
  }

  .tab__menu{
    display: block;
    margin-top: 1.2rem;
  }
  
  
  /* sns */
  .l-sns-post{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 0.5rem;
  }

  .l-sns-account{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
  }
  
  .l-sns-account li a{
    width: 100%;
    height: 100%;
    padding: 1rem;
  }
    
}

/* letro */
#shop-info .letroUgcsetMoreButton{
  display: none !important;
}