@charset "utf-8";
/* CSS Document */

/*---------------------
  doit.php(default)
---------------------*/
html {
    scroll-behavior: smooth;
}

body{
	-webkit-text-size-adjust:100%;
}
div#contents_box{ padding: 0;}
picture img{
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
li{ list-style-position: inside; list-style: none;}

div a {
  width: fit-content;
  margin: 0 auto;
  color:#007FEB;
}
div a:hover {
text-decoration:underline;
}
div a:visited {
color:#007FEB;
}

@media screen and (min-width:768px) {
/*　PC*/　  

.disN{ display: none;}
}
@media screen and (max-width:768px) {
/* SP */
.disNSp{ display: none;}
}


.disB{ display: block;}

.disNoTxt{
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}
/*---------------------
  doit.php
---------------------*/
/*bnrArea*/
.bnrArea {
  margin: 0 5% 5% 5%;
}
@media screen and (min-width:769px) {
  .bnrArea a:hover{ opacity: 0.7; }
  .bnrArea a img{  box-shadow: 4px 6px 6px #ccc;}
}
@media screen and (max-width:768px) {
  .bnrArea {
    margin: 0 2.5% 5% 2.5%;
  }
}

.bnrArea div {
  margin-bottom: 3%;
}
@media screen and (max-width:768px) {
  .bnrArea div {
    margin-bottom: 5%;
  }
}

#aboutShop{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.p-keyvisual_swiper-container {
  aspect-ratio: 1000 / 462;
  margin-bottom: 5%;
}

.p-achieve_swiper-slide {
  aspect-ratio: 1000 / 462;
}

@media screen and (max-width:768px) {
  .p-keyvisual_swiper-container {
    aspect-ratio: 750 / 782;
    margin-bottom: 5%;
  }

  .p-achieve_swiper-slide {
    aspect-ratio: 750 / 782;
  }
}

#aboutShop h3 {
    text-align: center;
    padding: 1% 0;
    margin: 0 12.5% 4% 12.5%;
}
@media screen and (max-width:768px) {
/* SP */
#aboutShop h3 {
    font-size: clamp(20px ,3.0vw ,30px);
    line-height: 1;
    padding: 2.5% 0;
    border-radius: 16px;
    margin: 0 0 6% 0;
}
}


#aboutShop p{
    font-size: clamp(13px ,2.0vw ,20px);
    margin: 0 0 0.7rem 0;
    font-feature-settings: "palt";/* 自動カーニング */
    line-height: 1.8;
}
@media screen and (max-width:768px) {
/* SP */
  #aboutShop p{
    font-size: clamp(16px ,4vw ,24px);
    margin: 1.5em 0 1rem 0;
  }
}


/* summary */
#summary h2{ margin-bottom: 3%;}
#summary #summaryContentsArea{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2%;
  row-gap: 2%;
  margin-bottom: 8%;

}
@media screen and (max-width:768px) {
/* SP */
  #summary{
    width: 95%;
    margin-right: auto; 
    margin-left: auto;
  }
  #summary #summaryContentsArea{
    display: block;
    margin-bottom: 10%;
  }
}
#summaryContentsArea .txtArea{ 
  padding: 5% 5% 0 10%;
  text-indent: 1em;
}
@media screen and (max-width:768px) {
  /* SP */
  #summary .txtArea{ padding: 0 2%;}
  #summary picture{ display: block;}
  #summaryContentsArea picture { margin: 0 4% 3.5% 4%;}
}

#summary picture img{
  width: 100%;    
}
/* shop_pointsSpace */
#shop_pointsSpace #shop_pointsSpaceContentsArea{
  margin-bottom: 4%;
}
@media screen and (max-width:768px) {
  /* SP */
  #shop_pointsSpace{
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  #shop_pointsSpace #shop_pointsSpaceContentsArea{
    position: static;
    aspect-ratio: unset;
    width: 100%;
    margin-bottom: 4%;
  }
}

#shop_pointsSpace .txtArea{
  margin: 0 5%;
  width: 90%;
  text-align: center;
}
@media screen and (max-width:768px) {
  /* SP */
  #shop_pointsSpace .txtArea{
    position: static;
    width: 95%;
    margin: 0 2.5%;
  }
}

@media screen and (max-width:768px) {
  /* SP */
  .for_pc{ display: none;}
  #shop_pointsSpace picture{
    position: static;
  }
}

#shop_pointsSpace picture img{
  width: 100%;    
}

#shop_pointsSpace picture .effective_use_img {
  width: 90%;
}

.shop_points-list {
  margin-bottom: 5%;
}

.shop_points_ttl {
  margin-bottom: 4%;
}
@media screen and (max-width:768px) {
  /* SP */
  .shop_points_ttl {
    margin-bottom: 6%;
  }
}

.shop_points-list_ttl {
  width: 75%;
}
@media screen and (max-width:768px) {
  /* SP */
  .shop_points-list_ttl {
    width: 100%;
  }
}

.shop_points-list_txt {
  display: flex;
  justify-content: end;
  gap: 3%;
  margin: 4% 5% 0 0;
}
@media screen and (max-width:768px) {
  /* SP */
  .shop_points-list_txt {
    flex-direction: column;
    margin: 5% 0;
  }
}

.shop_points-list_txt picture {
  width: 27%;
}
@media screen and (max-width:768px) {
  /* SP */
  .shop_points-list_txt picture {
    width: 80%;
    margin: 0 10%;
  }
}

.shop_points-list_txt p {
  width: 63%;
  text-align: left;
}
@media screen and (max-width:768px) {
  /* SP */
  .shop_points-list_txt p {
    width: 100%;
    text-wrap: wrap;
  }
}

.shop_point01_example_img {
  margin-top: 5%;
  width: 35%;
  height: 35%;
}
@media screen and (max-width:768px) {
  /* SP */
  .shop_point01_example_img {
    display: none;
  }
}

/*swiper*/
.p-keyvisual {
  aspect-ratio: 1000 / 462;
  width: 100%;
  margin-bottom: 5%;
  position: relative;
}
@media screen and (max-width:768px) {
  .p-keyvisual {
    margin-bottom: 15%;
  }
}

.p-keyvisual .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: max(-4.0vw, -40px);
}

.p-keyvisual .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #28a255;
    margin-right: 2%;
  }

@media screen and (max-width:768px) {
  .p-keyvisual .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: max(-10.0vw, -100px);
  }
}

.p-keyvisual .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: min(20px, 2%);
}

/* 年末年始のお知らせ */
#aboutShop .p-newyearInfo {
  margin: 5% 10%;
  border: solid 3px;
  border-color: #28a255;
  padding: 2%;
}

@media screen and (max-width:768px) {
  #aboutShop .p-newyearInfo {
    margin: 5%;
  }
}

#aboutShop .c-newyearInfo_ttl {
  font-size: clamp(18px ,2.4vw ,24px);
  margin-bottom: 1%;
  margin-top: 0;
}

#aboutShop .c-newyearInfo_txt {
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.5;
}

@media screen and (max-width:768px) {
  #aboutShop .c-newyearInfo_txt {
    font-size: max(1.4vw, 14px);
    margin-top: 8px;
    margin-bottom: 4px;
  }
}

#aboutShop .c-newyearInfo_link {
  text-decoration: underline;
  font-size: clamp(13px ,1.8vw ,18px);
}