@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap');


/* 2025/07/29 */
/* lpぺージ */

html{
  font-size: 16px;
  line-height: 1.5;
}

#lp{
  background-color: rgb(239 246 255);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;  
}

#lp header{
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgb(255,255,255);
  border-bottom: 1px solid rgb(229 231 235);
}

#lp header img{
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
}

#lp main{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

#lp .flex-container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}

#lp .flex-container .item{
  width: calc((100% - 1.5rem) / 2);
  min-height: 120px;
}

#lp .flex-container .item a{
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.25rem;
  line-height: 1.75rem;
  border-radius: 0.5em;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
              0 2px 4px -2px rgba(0, 0, 0, 0.1);
  text-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#lp .flex-container .item a:hover{
  text-decoration: none;
  text-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  transform: translateY(-0.25rem);
}

#lp .flex-container .item a .main{
  color: rgb(31 41 55);
  font-weight: 700;
}

#lp .flex-container .item a .sub{
  color: rgb(107 114 128);
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.25rem;
}

#lp footer{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #fff;
  border-top: 1px solid rgb(229 231 235);
  margin-top: 2.5rem;
}

#lp .ttl01{
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgb(37 99 235);
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}

#lp .ttl02{
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgb(55 65 81);
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
}

#lp .reservation-frame.ver02{
  margin-bottom: 2rem;
}

#lp .reservation-frame iframe{
  max-width: 36rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgb(209 213 219);
  border-radius: 0.5rem;
  height: 210px;
}

#lp .footer-info{
  padding-top: 2rem;
  border-top: 1px solid rgb(229,231,235);
  margin-top: 3rem;
}

#lp .footer-info>div{
  text-align: center;
}

#lp .footer-info>div a{
  color: rgb(37 99 235);
}

#lp .tel2{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}

#lp .tel2 a{
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: rgb(34 197 94);
  color: #fff;
  text-align: center;
  border-radius: 9999px;
  font-weight: 700;
}

#lp .tel2 a:hover{
  text-decoration: none;
}

#lp .tel2 a img{
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.75rem;
}

@media(max-width:599px) {
#lp header{
  padding-left: 1rem;
  padding-right: 1rem;
}

#lp header img{
  height: 3rem;
}

#lp .flex-container .item{
  width: 100%;
}

#lp .flex-container .item a{
  font-size: 1.125rem;
}

#lp .tel2 a{
font-size: 1rem;
line-height: 1.5rem;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
}

#lp .tel2 a img{
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}

#lp .ttl01{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

#lp .ttl02{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
}






