@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Questrial&display=swap");
/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul, ol, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

/* 
 font-family: "Kosugi Maru", sans-serif;
 font-family: "BIZ UDGothic", sans-serif;
*/
/* ------------------------------------
// base
------------------------------------ */
html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  color: #7D7D7D;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(1.6rem, 1.428vw, 1.8rem);
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
}

a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (min-width: 1023px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    min-width: 0;
  }
}
.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/* header
------------------------------------ */
#header {
  padding: 6em 2rem;
  text-align: center;
}
#header h1 {
  width: clamp(300px, 60vw, 900px);
  margin: 0 auto;
}
#header p {
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  #header h1 {
    width: auto;
  }
}

/* contents
------------------------------------ */
#contents {
  max-width: 1000px;
  padding: 0 2rem;
  margin: 0 auto;
}
#contents > section {
  margin-bottom: 5em;
}
#contents .htype01 {
  border-top: 1px solid rgba(131, 173, 40, 0.4);
  border-bottom: 1px solid rgba(131, 173, 40, 0.4);
  margin-bottom: 1.2em;
  padding-bottom: 0.2em;
}
#contents .htype01 p {
  text-align: center;
  color: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-family: #7D7D7D;
  text-transform: uppercase;
  letter-spacing: 12%;
  font-size: 1.4rem;
  font-weight: 500;
}
#contents .htype01 p::first-letter {
  color: #F39800;
}
#contents .htype01 h2 {
  color: #83AD28;
  font-size: 3rem;
  text-align: center;
}
#contents .htype01 h2 span {
  font-size: 1.428vw;
}
#contents p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #contents .htype01 p {
    font-size: 1.2rem;
  }
  #contents .htype01 h2 {
    font-size: 2.4rem;
  }
}
#contents #openevent {
  margin: 0 0 5em;
  background: #83AD28;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "detail photo" "logo photo";
  gap: 2rem 2rem;
}
#contents #openevent .detail {
  grid-area: detail;
  margin: 2rem 0 0 2rem;
  background: #FFF;
  padding: 2rem 2rem;
  align-self: self-start;
}
#contents #openevent .detail h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #EEE;
  font-size: clamp(3rem, 2.5vw, 3.6rem);
  line-height: 1;
}
#contents #openevent .detail h2::first-letter {
  color: #F39800;
}
#contents #openevent .detail .schedule {
  display: flex;
  align-items: first baseline;
  font-weight: 600;
  color: #14832C;
}
#contents #openevent .detail .schedule .date {
  font-size: clamp(2rem, 2.8vw, 4rem);
}
#contents #openevent .detail .schedule .day {
  font-size: clamp(2rem, 1.4vw, 2rem);
}
#contents #openevent .detail .schedule .time {
  font-size: clamp(2rem, 1.7vw, 2.4rem);
}
#contents #openevent .detail .notice {
  font-size: 1.6rem;
  line-height: 1.4;
}
#contents #openevent .logo {
  grid-area: logo;
  padding: 1rem;
  background: #FFF;
  max-width: 80%;
  max-height: 100%;
  margin: 0 0 2rem 2rem;
}
#contents #openevent .photo {
  grid-area: photo;
}
#contents #openevent .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  #contents #openevent .detail p br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #contents #openevent {
    margin: 4rem 0;
    background: #83AD28;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "detail" "logo" "photo";
    gap: 1rem 2rem;
  }
  #contents #openevent .detail {
    margin: 2rem 2rem 0 2rem;
  }
  #contents #openevent .logo {
    margin: 0 2rem 0 2rem;
    max-width: 100%;
  }
  #contents #openevent .photo {
    margin: 0 2rem 2rem 2rem;
  }
}
#contents #about > section {
  display: grid;
  grid-template-columns: 7em 1fr;
  gap: 4rem;
  margin-bottom: 2rem;
}
#contents #about > section h3 {
  font-weight: 500;
  font-size: 1.8rem;
  border-top: 1px dotted #CCC;
}
#contents #about .treatmentlist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
  gap: 1rem 2rem;
}
#contents #about .treatmentlist li {
  border-radius: 5px;
  border: 1px solid #CCC;
  padding: 1rem 0.5rem;
  text-align: center;
}
#contents #about .timetable {
  border-collapse: collapse;
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  width: fit-content;
}
#contents #about .timetable th, #contents #about .timetable td {
  text-align: center;
  padding: 0.5rem 0.5rem;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  font-weight: normal;
}
#contents #about .timetable thead th {
  min-width: 5rem;
  background: #EFEFEF;
}
@media screen and (max-width: 768px) {
  #contents #about > section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
  }
  #contents #about > section h3 {
    font-weight: 500;
    font-size: 1.8rem;
    border-top: none;
    border-top: none;
    border-left: 3px solid rgba(131, 173, 40, 0.4);
    padding-left: 1rem;
  }
  #contents #about .timetable {
    border-collapse: collapse;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    width: fit-content;
    width: 100%;
  }
  #contents #about .timetable th, #contents #about .timetable td {
    text-align: center;
    padding: 0.5rem 0.5rem;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    font-weight: normal;
  }
  #contents #about .timetable thead th {
    min-width: 0;
    background: #EFEFEF;
  }
}
#contents #profile > section {
  display: grid;
  grid-template-columns: 5em 1fr;
  gap: 4rem;
  margin-bottom: 2rem;
}
#contents #profile > section h3 {
  font-weight: 500;
  font-size: 1.8rem;
  border-top: 1px dotted #CCC;
}
#contents #profile dl {
  margin: 0 0 3rem calc(5em + 4rem);
  display: flex;
  align-items: center;
  gap: 0 2rem;
}
#contents #profile dl dt {
  font-weight: 1.8rem;
}
#contents #profile dl dd {
  font-weight: bold;
  font-size: 2.4rem;
}
#contents #profile dl dd span {
  font-weight: normal;
  font-size: 1.6rem;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0.2rem;
  margin-left: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #contents #profile > section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
  }
  #contents #profile > section h3 {
    font-weight: 500;
    font-size: 1.8rem;
    border-top: none;
    border-top: none;
    border-left: 3px solid rgba(131, 173, 40, 0.4);
    padding-left: 1rem;
  }
  #contents #profile dl {
    margin: 0 0 2rem;
    display: flex;
    gap: 0 2rem;
  }
  #contents #profile dl dt {
    font-weight: 1.8rem;
  }
  #contents #profile dl dd {
    font-weight: bold;
    font-size: 2.4rem;
  }
  #contents #profile dl dd span {
    display: block;
    margin-left: 0;
  }
  #contents #profile ul li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
  }
  #contents #profile ul li + li {
    margin-top: 0.5rem;
  }
  #contents #profile ul li::before {
    content: "・";
  }
}
#contents #recruit .link {
  max-width: 300px;
  margin: 2rem auto;
}
#contents #recruit .link a {
  display: block;
  border: 2px solid #EEE;
}
.copy {
  text-align: center;
  font-size: 1.4rem;
  padding-top: 2rem;
  border-top: 1px solid #ccc;
  margin-top: 3rem;
  letter-spacing: 0.1rem;
}