@charset "UTF-8";
/* settings
---------------------------------------------------*/
/* font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*********************************
 *** header
*********************************/
.p-topArea {
  min-height: 7vh;
  & h1 {
    font-size: 1.2rem;
  }
}
.l-content__body {
  margin: 1rem auto 3rem;
}

/*********************************
 *** contents
*********************************/

/* Googleカレンダー */
.reserve-calendar {
  width: 100%;
  height: auto;
  margin: 0 auto;
  & iframe {
    width: 100%;
    height: 68vh;
  }
}
@media screen and (max-width: 768px) {
  .reserve-calendar {
    & iframe {
      height: 90vh;
    }
  }
}