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

.img-pc{
  display: none;
}
.img-sp{
  width: 100%;
}
.main{
  position: relative;
  overflow: hidden;
}
.main-spbg{
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.main-pcbg{
  display:none;
}
@media (min-width:600px) and ( max-width:899px){
  .img-sp{
    display: none;
  }
  .img-pc{
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center 40%;  
}
  .store-image{
  display: none; 
}
}
@media (min-width: 900px){
  .main-pcbg{
  display: block;
  position: absolute;
  z-index: -1;
  top: -12vh;
  left: -10vw;
  right: 0;
  margin: auto;
}
  .main-spbg{
  display: none;
  }
}
.section-top h2{
  letter-spacing: 2px;
  padding: 30px 0 30px 0;
}
.section-top ul li {
  list-style: none;
}
.section-top_information-image img{
  display:none;
}
.store-image{
  width: 100%;
}
.section-top_information-time{
  display: block;
  width:316px;
  margin: auto;
  padding: 20px 0;
  text-align: left;
  border-bottom: solid 2px #e8e0b1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-decoration: none;
  color: #333;
}
@media (min-width:600px) and ( max-width:899px){
  .section-top h2{
  letter-spacing: 2px;
  padding: 60px 0 30px 0;
  }
  .section-top_information-image img{
   display:block;
   width:100%;
   height:200px;
}
  .section-top_information-time{
    border-bottom: none;
  }
  .section-top_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:40px;
    margin: auto;
    border-bottom: solid 2px #e8e0b1;
    width: 600px ;
  }
}
@media (min-width: 900px){
  .img-pc{
    display:block;
    margin: auto;
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .img-sp{
    display: none;
  }
  .section-top h2{
    padding: 80px 0 30px 0;
  }
  .store-image {
    display: none;
  }
  .section-top ul li{
  padding-top: 30px ;  
  }

  .section-top_information-image img{
   display:block;
   width:100%;
   height:200px;
  }
  .section-top_information {
  border-bottom: solid 0px #e8e0b1;
  }
  
  .section-top_information-time{
    width:600px;
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .section-top_information-description{
   display:block;
  }
  .section-top_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:60px;
    margin: auto;
    border-bottom: solid 2px #e8e0b1;
    padding-bottom: 30px;
    width: 960px 
  }
}
.section-menu h2{
  letter-spacing: 2px;
  padding:30px 0 0 0;
}
.section-menu_butten img {
  width:224px;
  height:224px;
}
.section-menu_flexa,.section-menu_flexb{
 position: relative;
  display: inline-block;
}
.section-menu_butten li{
  margin-top:40px;
}
.section-menu_flexa h3,.section-menu_flexb h3{
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  width:170px;
  top: -12px;
  left: 0;
  padding: 5px;
}
.section-menu_flexa h3{
  background-color: #e8e0b1;
} 
.section-menu_flexb h3{
  background-color: #c2dadc;
}
@media (min-width:600px) and ( max-width:899px){
  .section-menu h2{
  letter-spacing: 2px;
  padding:60px 0 20px 0;
}
  .section-menu_butten ul  {
    display: flex;
    justify-content: center;
    gap:100px;
    list-style: none;
  }
}
@media (min-width: 900px){
.section-menu h2{
  padding: 80px 0 60px 0;
}
  .section-menu_butten ul li{
  list-style: none;
  }
.section-menu_butten ul li img{
  width:260px;
  height:260px;
  }
.section-menu_butten ul li h3 {
  font-size: 1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  position: absolute;
  top: -30px;
  width: 200px;
  padding: 12px;
  left: 18px;
}
  .section-menu_butten ul  {
    display: flex;
    justify-content: center;
    gap:160px;
  }
}
.section-access h2{
  letter-spacing: 2px;
  padding: 30px 0 30px 0;
}
.sp-access{
  width:100%; 
}
.pc-access{
  display: none;
}
.section-access_address address{
  font-style: normal;
}
.section-access_address h3{
  padding: 30px 0 30px 0 ;
  text-align: left ;
  font-size: 2.0rem;
  font-family: 'Afacad', sans-serif;
}
  .section-access_address h4{
  text-align: left;
  font-family:'Noto Sans JP', sans-serif;
  font-weight: 300;
  padding: 2px 6px;
  width: 46px;
  height: 26px;
  left: 30px;
  background-color: #e8e0b1;
}
.section-access_address address{
  padding-top: 10px;
}
.section-access_address{
  padding:0 0 40px 30px;
  text-align: left;
}
.section-access_address p {
  padding-top:10px;
}
.section-access_map{
  height:240px;
} 
.section-access_map iframe {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}
@media (min-width:600px) and ( max-width:899px){
  .section-access h2{
  letter-spacing: 2px;
  padding: 60px 0 50px 0;
}
  .sp-access{
    display: none;
  }
  .pc-access{
    display: block;
    margin: auto;
  width:60%; 
}
  .section-access_flex {
    display: flex;
    justify-content:center;
    align-items: center;
    gap:60px;
    margin-top: 30px;
  }
  .section-access_map  {
    width:300px;
    height:250px;
  }
}
@media (min-width: 900px){
  .section-access{
    background-color: #f5efda;
    margin: 80px 0 60px 0;
  }
  .section-access h2{
    padding: 80px 0 60px 0;
}
  .section-access img{
    display: none;
  }
  .section-access h3{
    padding: 30px 0 30px 0;
    font-size: 2.4rem;
  }
  .section-access_address {
    padding-bottom: 0;
  }
  .section-access_address h4{
    font-size: 1.8rem;
  }
  .section-access_address address{
    padding-top: 14px;
  }
  .section-access_address p{
    padding-top: 10px;
  }
  .section-access_flex {
    display: flex;
    justify-content:center;
    gap:80px;
    padding-bottom: 80px;
  }
  .section-access_map  {
    width:400px;
    height:300px;
  }
}
.section-tophemodoru a{
    font-size: 1.6rem;
    color: #9c9595;
    text-decoration: none;
  }
.section-tophemodoru{
  margin: 60px auto;
}





