@charset "UTF-8";
/* CSS Document */
.header {
  position: relative;
}
.header-bg img {
  vertical-align: middle;
}
.header-logo {
  position: absolute;
  max-width: 85px;
  top: 16px;
  left: 15px;
}
.header-title {
  position: absolute;
  max-width: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1025px) {
  .header {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }  
  .header-bg img {
    height: 382px;
    width: 100%;
    object-fit: cover;
  }
  .header-logo {
    position: absolute;
    max-width: 180px;
    top: 30px;
    left: 30px;
  }
  .header-title {
    position: absolute;
    max-width: 140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
} 
.access {
  margin: 0 auto;
  padding: 50px 0 100px ;
}
.access-box_map {
  height: 230px;
  padding: 0 40px;
  margin-bottom: 40px;
}
.access-box_map iframe {
  width: 100%;
  height: 100%;
}
.access-box_text {
  padding: 0 50px 60px;
  max-width: 280px;
  margin: 0 auto;
  position: relative;
}
.access address {
  font-style: normal;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 2.6rem;
} 
.teacup {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 50px;
}
.access-box_text p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding-bottom: 50px;
}
.access-box_text .p1 {
  padding-bottom: 10px;
}
.address a {
  color: #9E8772;
}
 .time p { 
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding-bottom: 50px;
}
.sns {
  display: flex;
  justify-content: space-between;
  max-width: 90px;
}
.instagram_link img, .facebook_link img {
  width: 35px;
}
.store_image_pc {
  display: none;
}
.store_image_sp {
  padding: 0 40px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1025px) {
  .main { 
    padding: 60px 0 150px 0;
  }
  .access {
    max-width: 1000px;
    margin: 0 auto;
  }
  .access-box {
    display: flex;
    margin-bottom: 60px;
  }
  .access-box_map {
    flex: 1;
    height: 390px;
    max-width: 500px;
    padding: 0;
  }
  .access-box_text {
    flex: 1;
    margin: 0;
    padding: 10px 50px 0; 
  }
  .access address {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .access-box_text p {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
  .teacup {
    top: 54px;
    right: -47px;
    width: 60px;
  }
  .store_image_sp {
    display: none;
  }
  .store_image_pc {
    display: block;
  }
}
