@charset 'UTF-8';
* {
  color: #1A1A1A;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
}
body {
  position: relative;
}
img {
width: 100%;
max-width: 100%;
height: auto;
vertical-align: bottom;
}

#header {
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 0 4.6852vw 0 7.9795vw;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}
.logo {
  margin-top: 72px;
  width: 102px;
}
.logo img {
  color: #2C2C2C;
}
.header_list {
  display: flex;
  justify-content: space-between;
  margin-top: 57px;
  width: min(100%,326px);
}
.header_link {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 19px;
}

/* top page */
#top_page {
  background-color: #2C2C2C;
  height: 100vh;
}

#top_page #header {
  justify-content: flex-end;
  padding: 27px 33px 0;
}

#top_page .header_list {
  margin-top: 0;
}

#top_page .header_link {
  color: #FFF;
}

#top_page #main {
  padding-top: 110px;
  position: relative;
  height: 100%;
  overflow-x: hidden;
}
.logo-wrapper {
  position: relative;
}
.sakurakai {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: min(83.0893%,1135px);
  z-index: 100;
}
.swiper {
  width: 2520px;
}

/* スライドの動き等速 */
.shop_list-slider {
  justify-content: space-between;
  transition-timing-function: linear;
}
/* 画像のサイズ調整 */
.slider-item img {
  width: 230px;
}
.slider-1 {
  margin-bottom: 6.7708vh;
}
.slider-2 {
  margin-bottom: 20.5729vh;
}
.slider-3 {
  bottom: 7.2917vh;
  position: absolute;
  transform: translateX(-180px);
}
/* about */
.about-title {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}
#about .wrapper {
  margin: 0 auto;
  width: 606px;
}
#about #main {
  padding-top: 206px;
}

#about_us .about-title {
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.about_us-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 15.0073% 160px 7.9795%;
}
.about-logo {
  margin-bottom: 180px;
  width: min(537px,100%);
}
.about-logo * {
  display: block;
  margin-bottom: 35px;
}
.about-logo span {
  font-size: 3rem;
  font-weight: 400;
  /* letter-spacing: -0.03em; */
  line-height: 25px;
  display: block;
}
.about_us-content {
  align-self: flex-end;
  width: min(487px,100%);
}
.about_us-content * {
  display: block;
}
.about_us-content-heading {
  margin-bottom: 28px;
}
.about_us-content-heading span {
  font-size: 2rem;
  font-weight: 500;
  /* letter-spacing: -0.03em; */
  line-height: 1.5;
}
.about_us-content-text span {
  color: #484848;
  font-size: 1.8rem;
  /* letter-spacing: -0.04em; */
  line-height: 4rem;
}

#about-content {
  background-color: #FFF;
  padding: 161px 0;
  transition-duration: 1s;
}
#about-content.change-backgroundColor {
  background-color: #1A1A1A;
} 
#about-content * {
  color: #1A1A1A;
  display: block;
  transition-duration: 1s;
}
#about-content.change-backgroundColor * {
  color: #FFF;
  display: block;
}
.about-content-container:first-of-type {
  margin-bottom: 255px;
}
.about-content-heading {
  text-align: center;
}

.about-content-container:first-of-type .about-content-heading {
  margin-bottom: 70px;
}
.about-content-container:last-of-type .about-content-heading {
  margin-bottom: 80px;
}
.about-content-heading span {
  font-size: 4.5rem;
  /* letter-spacing: -0.04em; */
  line-height: 7rem;
}
.about-content-text span {
  font-size: 1.8rem;
  font-weight: 300;
  /* letter-spacing: -0.04em; */
  line-height: 4rem;
}

#contact {
  padding: 156px 0;
}
#contact .about-title {
  /* letter-spacing: -0.03em; */
  margin-bottom: 146px;
}
.contact-table {
  display: flex;
  flex-wrap: wrap;
  margin: 0 1.3201% 134px;
  row-gap: 75px;
}
.contact-table * {
  font-size: 2rem;
  line-height: 1.45;
}
.contact-label {
  font-weight: 400;
  width: 34%;
}
.contact-text {
  width: 66%;
}
.map {
  width: 100%;
}
/* shop list */
#shop_list #main {
  padding-bottom: 252px;
  padding-top: 280px;
}
.shop_list-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1156px;
  gap: 98px 52px;
}
.shop_list-link {
  display: block;
}
.shop_list-item {
  width: 250px;
}
.shop_list-image {
  margin-top: 30px;
  margin-bottom: 24px;
  border: 0.25px solid #999;
}
.shop_list-category {
  border-radius: 8px;
  display: inline-block;
  font-weight: 300;
  /* letter-spacing: -0.1em; */
  line-height: 1.5;
  margin-bottom: 16px;
  padding: 1px 11px 2px;
}
.shop_list-name {
  font-size: 1.8rem;
  font-weight: 400;
  /* letter-spacing: -0.03em; */
  line-height: 1.5;
  margin-bottom: 4px;
}
.shop_list-address {
  font-size: 1.3rem;
  font-weight: 300;
  /* letter-spacing: -0.03em; */
  line-height: 19px;
}
.yellow {
  background-color: #FFFCCD;
}
.orange {
  background-color: #f6ad49;
}
.red {
  background-color: #F8D1D8;
}
.blue {
  background-color: #CDE3FF;
}
/* btn */
a.btn-border {
  border: 1.5px solid #666;
  border-radius: 0;
  background: #fff;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}
.btn,
a.btn,
button.btn {
  width: 10em;
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.2rem 0.2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #666;
  border-radius: 0.3rem;
  display: block;
  margin: auto;
  margin-top: 20px;
}
a.btn-border:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 5px;
  height: 100%;

  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;

  background: #666;
}

a.btn-border:hover {
  color: #fff;
  background: #666;
}

a.btn-border:hover:before {
  background: #fff;
}

/* footer */
#footer {
  background-color: #1A1A1A;
  padding: 90px 0 96px;
  text-align: center;
}
.sns-list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 26px;
  width: 70px;
}
.footer-logo {
  width: 125px;
}

/* トップへスクロール(仮) */
.scroll_to_top {
  background-color: #000;
  border: 1px solid #fff;
  bottom: 50px;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 50px;
  text-align: center;
  transition-duration: 0.5s;
  width: 50px;
}
.scroll_to_top.show_button {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 1235px) {
  /* top page */
  .shop_list-container {
    width: 854px;
  }
}
@media screen and (max-width: 935px) {
  /* shop list */
  .shop_list-container {
    width: 552px;
  }
  .shop_list-item {
    width: calc((100% - 52px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .header_list {
    column-gap: 7.3206vw;
    justify-content: flex-end;
  }
  .swiper {
    width: 2135px;
  }
  .slider-3 {
    transform: translateX(-152px);
  }
  /* about */
  .about-title{
    font-size: 1.6rem;
  }
  .about_us-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 5% 100px;
  }
  .about-logo {
    margin-bottom: 80px;
  }
  .about-logo span {
    font-size: 2rem;
  }  
  #about .wrapper {
    margin: 0 5%;
    width: auto;
  }
  .about-content-heading span {
    font-size: 2.6rem;
    line-height: 5rem;
  }
  .about_us-content-text span{
    font-size: 1.6rem;
  }
  
  #about-content {
    padding-top: 80px 0 100px;
  }
  .about-content-container:first-of-type {
    margin-bottom: 100px;
  }
  .about-content-container:first-of-type .about-content-heading {
    margin-bottom: 40px;
  }
  .about-content-container:last-of-type .about-content-heading {
    margin-bottom: 40px;
  }
  .about-content-text span{
    font-size:1.6rem;
  }

  #contact {
    padding: 80px 0;
  }
  #contact .about-title {
    margin-bottom: 70px;
  }
  .contact-table * {
    font-size: 1.8rem;
  }
  .contact-table {
    margin: 0 1.3201% 70px;
    row-gap: 35px;
  }

  /* shop list */
  .shop_list-container {
    min-width: 250px;
    width: 90%;
    gap: 60px 52px;
  }

  .shop_list-image {
    margin-bottom: 12px;
  }

  .shop_list-category {
    margin-bottom: 12px;
  }

  #shop_list #main {
    padding-bottom: 180px;
    padding-top: 206px;
  }
  
}
@media screen and (max-width: 600px) {
  /* shop list */
  .shop_list-container {
    max-width: 250px;
  }
  .shop_list-item {
    width: 100%;
  }
}
@media screen and (max-width:500px) {
  .slider-2 {
    margin-bottom: 10.28645vh;
  }
}

@media screen and (min-height:730px) {
  .slider-3 {
    position: static;
  }
}
@media (orientation: landscape) and (max-height: 650px) {
  .swiper {
    width: 1260px;
  }
  .slider-item img {
    width: 115px;
  }
  .slider-3 {
    transform: translateX(-90px);
  }
}

/* @media screen and (max-height:670px) {
  .slider-2 {
    margin-bottom: 10.28645vh;
  }
} */

/* top */

/* 修正 */
/*常時はこちらの設定にして欲しい*/
/* .slider-item img {
  display: block;
  max-width: 230px;
  width: 100%;
} */

/*画面の高さが一定以下の時*/
/* @media screen and (max-height: 610px){
  .slider-item img{
      width:200px;
  }
} */


/* #top_page #main {
  padding-top: 110px;
} */


/* .slider-wrapper {
  bottom: 7.2vh;
}
 */
/*ナビの外側の余白調整*/
/* #top_page #header {
  justify-content: flex-end;
  padding: 27px 33px 0;
} */

/* about */
/* pc */
/* .about_us-wrapper{
  padding: 0 15.0073% 160px 7.9795%;
} */


/* spの際 */
@media screen and (max-width: 768px){
  /* .about-title{
    font-size: 1.6rem;
  } */

  /* .about-logo span {
    font-size: 2rem;
  } */

  /* .about-logo {
    margin-bottom: 80px;
  } */

  /* .about-content-heading span {
    font-size: 2.6rem;
    line-height: 5rem;
  } */

  /* .about-content-container:first-of-type .about-content-heading {
    margin-bottom: 40px;
  } */

  /* .about_us-content-text span{
    font-size: 1.6rem;
  } */

  /* .about_us-wrapper {
    padding: 0 5% 100px;
} */

  /* .about-content-text span{
    font-size:1.6rem;
  } */

  /* #about-content{
    padding-top: 80px;
  } */

  /* .about-content-container:first-of-type {
    margin-bottom: 100px;
  } */

  /* .about-content-container:last-of-type .about-content-heading {
    margin-bottom: 40px;
  }
 */
  /* #about-content {
    padding: 100px 0;
  }  */

  /* #contact {
    padding: 80px 0;
  } */

  /* #contact .about-title {
    margin-bottom: 70px;
  } */

  /* .contact-table * {
    font-size: 1.8rem;
  } */

  /* .contact-table {
    row-gap: 35px;
  } */

  /* .contact-table {
    margin: 0 1.3201% 70px;
  } */
}


/* spの際 */
/* @media screen and (max-width: 768px){
  .shop_list-container {
      max-width: 250px;
      width: 90%;
      gap: 60px 52px;
  }

  .shop_list-image {
    margin-bottom: 12px;
  }

  .shop_list-category {
    margin-bottom: 12px;
  }

  #shop_list #main {
    padding-bottom: 180px;
    padding-top: 206px;
  }

} */