@charset "utf-8";

/*
Theme Name: syeahagu
Description: syeahagu用のテンプレートです
Version: 1.0
Author: amelab
*/

/*=====common====== */
html {
  font-size: 16px;
}


html, body {
  overflow-x: hidden;
  background-color: var(--main-color)!important;
}











/* ====font======= */
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

/* ===========header================ */




.sp_store-toplogo {
  display: none;
}

.pc-nav {
  
  background-color: var(--header-color)!important;
  padding: 10px 35px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.store-top_logo img {
  width: 200px;
}

/* ========== 店舗ページ専用CSS ========== */
.store-hero {
  position: relative;
  /* aspect-ratio: 16 / 9; */
  /* width: 100%;
  overflow: hidden; */
}

.store-hero .mv{ 
  /* aspect-ratio:16/9; */
  width:100%; 
  overflow:hidden; 
}

.mv img {
  /* width: 100vw;
  height: auto;
  max-height: 80vh;
  object-fit: cover;
  display: block; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
  max-height: 90vh;
}

.mv_title {
  background-color: #fff;
  color: #000;
  position: absolute;
  right: 5%;
  bottom: 3%;
  opacity: 70%;
  width: fit-content;
  padding: 20px;
  font-size: 3.5rem;
}

.about {
  margin-top: 80px;
  margin-bottom: 50px;
}

.store_h2 {
  color: var(--heading-color);
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}

.about-box {
  width: 85%;
  margin: 0 auto;
}

.about-text {
  color: var(--body-text-color);
  text-align: center;
  margin-top: 30px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.link {
  margin-top: 80px;
}

.link-item {
  width: fit-content;
  min-width: 350px;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
  transition: 0.3s;

}

.store-info {
  margin: 80px auto 0;
  width: 800px;
}

.store-info_box {
  color: var(--body-text-color);
  width: 85%;
  max-width: 800px;
  margin: 0 auto;
}

.info-item {
  /* display: flex; */
  padding: 20px 30px;
  margin-top: 10px;
  border-bottom: solid 1px var(--border-color);
  text-align: center;
}

.info-item_title {
  font-size: 1.5rem;
  /* width: 25%; */
  margin: 0 auto;
  font-weight: 700;
}

.info-item_text {
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.3;
}

.map {
  width: 100%;
  margin: 40px auto;
  text-align: center;
}

/* footer======================================= */
.store-footer {
  margin-top: 80px;
}

.footer_all {
  text-align: center;
  padding: 30px 20px;
  background-color: var(--footer-bg-color)!important;
}

.footer_all img {
  width: 250px;
}

/* .footer-logo img {
  height: 50px;
  margin-bottom: 15px;
  width: 159px;
} */

.footer-syeatop a {
  font-size: 16px;
  color: var(--footer-text-color);
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 15px;
}

.footer-syeatop a:hover {
  opacity: 0.8;
}

.store-footer-copy small {
  font-size: 14px;
  color: var(--footer-copy-color);
}

/* .footer_all {
  background-color: #E2CDA6;
  padding: 30px 20px;
  text-align: center;
}

.footer_all img {
  max-height: 60px;
  margin-bottom: 10px;
  width: 150px;
}

.footer-syeatop {
  margin-top: 10px;
}

.store-footer-copy {
  color: #000;
  margin-top: 15px;
} */

.sp_br {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }

  .pc-nav {
    display: none;
  }

  .sp_store-toplogo {
    background-color: var(--header-color)!important;
    display: block;
    text-align: center;
    padding: 10px 0;
  }

  .sp_store-toplogo img {
    width: 120px;
  }

  .mv_title {
    font-size: 1.4rem;
    right: 2%;
    bottom: 2%;
    padding: 10px;
  }

  .about-box {
    width: 95%;
  }

  .about-text {
    font-size: 1.1rem;
    padding: 0 10px;
  }

  h2 {
    font-size: 2rem;
    margin: 0 auto;
  }

  .link-item {
    min-width: auto;
    width: 80%;
    font-size: 1.3rem;
    padding: 15px;
  }

  .store-info {
    width: 95%;
  }



  .info-item {
    flex-direction: column;
    padding: 15px;
    text-align: center;
  }

  .info-item_title {
    width: 100%;
    margin-bottom: 5px;
    font-size: 1.1rem;
    /* font-weight: 500; */
  }

  .info-item_text {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .map iframe {
    width: 100%;
    height: 250px;
    padding: 20px;
  }

  

  .store-footer-copy {
    font-size: 0.75rem;
  }
}
