@charset "UTF-8";
:root {
  /* Base font size */
  --font-size-base: 16px;
  /* Type scale tokens */
  --font-size-xs: clamp(0.8rem, 0.179rem + 1vw, 1rem);
  --line-height-xs: 1.6;
  --font-size-s: clamp(0.8rem, 0.255rem + 1.087vw, 1.125rem);
  --line-height-s: 1.6;
  --font-size-r: clamp(0.85rem, 0.443rem + 1.087vw, 1.2rem);
  --line-height-r: 1.6;
  --font-size-m: clamp(1rem, 0.359rem + 1.739vw, 1.5rem);
  --line-height-m: 1.55;
  --font-size-l: clamp(1.25rem, 0.448rem + 2.174vw, 2rem);
  --line-height-l: 1.49;
  --font-size-xl: clamp(1.3rem, 0.576rem + 2.717vw, 2.75rem);
  --line-height-xl: 1.41;
  --font-size-2xl: clamp(1.438rem, 0.655rem + 3.478vw, 3.438rem);
  --line-height-2xl: 1.36;
  --font-size-3xl: clamp(1.813rem, 0.859rem + 4.239vw, 4.25rem);
  --line-height-3xl: 1.29;
}

/* Utility classes */
.text-xs {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
}

.text-s {
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
}

.text-r {
  font-size: var(--font-size-r);
  line-height: var(--line-height-r);
}

.text-m {
  font-size: var(--font-size-m);
  line-height: var(--line-height-m);
}

.text-l {
  font-size: var(--font-size-l);
  line-height: var(--line-height-l);
}

.text-xl {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
}

.text-2xl {
  font-size: var(--font-size-2xl);
  line-height: var(--line-height-2xl);
}

.text-3xl {
  font-size: var(--font-size-3xl);
  line-height: var(--line-height-3xl);
}

.garamond {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.05rem;
}

body {
  font-family: "HG正楷書体-PRO", "HGSeikaishotaiPRO", serif;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width: 1400px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  body {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  body {
    font-size: 11px;
  }
}
@media (max-width: 1000px) {
  body {
    font-size: 10px;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 13px;
  }
}

.min {
  font-size: 90%;
}

.min2 {
  font-size: 80%;
}

.min3 {
  font-size: 70%;
}

.min4 {
  font-size: 60%;
}

.min5 {
  font-size: 50% !important;
}

.max {
  font-size: 110%;
}

.max2 {
  font-size: 120%;
}

.max3 {
  font-size: 130%;
}

.cate {
  line-height: 1;
}

.gyosho {
  font-family: "hot-gyoshokk", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gyosho2 {
  font-family: "ah-hakushu-rs", serif;
  font-weight: 300;
  font-style: normal;
}

.up {
  text-transform: uppercase;
}

.dots-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.dots-wrap li {
  width: 6px;
  height: 6px;
  margin: 0 8px;
  background: #b9b9b9;
  cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: rgb(53, 53, 53);
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

small {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

a:hover {
  opacity: 0.7;
}

.sp {
  display: none;
}

@media (max-width: 600px) {
  .sp {
    display: inline-block;
  }
  .pc {
    display: none;
  }
}
.ms {
  margin-top: 2rem;
}

font {
  display: block;
}

font + br {
  display: none;
}

.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 2px !important;
  background: #000;
  color: #fff !important;
}
@media (max-width: 1000px) {
  .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 5px !important;
  }
}

#gt_float_wrapper {
  top: 15px !important;
}
@media (max-width: 1000px) {
  #gt_float_wrapper {
    top: 17px !important;
  }
}
@media (max-width: 600px) {
  #gt_float_wrapper {
    top: 12px !important;
  }
}

header {
  background: #000;
  padding: 0.75rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #3a3a3a;
}
@media (max-width: 600px) {
  header {
    padding: 0.75rem 1rem;
  }
}
@media (max-width: 480px) {
  header {
    padding: 0.5rem;
  }
}
header h1 img {
  width: 160px;
  vertical-align: middle;
}
@media (max-width: 600px) {
  header h1 img {
    width: 145px;
  }
}
header section > p a {
  display: block;
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  margin-right: 85px;
  color: #fff;
  border: 1px solid #616161;
  border-radius: 5px;
}
@media (max-width: 1000px) {
  header section > p a {
    margin-right: 80px;
  }
}
@media (max-width: 600px) {
  header section > p a {
    margin-right: 80px;
    padding: 0.4rem 0.5rem;
  }
}

h3 {
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 900px) {
  h3 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 600px) {
  h3 {
    margin-bottom: 1rem;
  }
}

dt {
  font-weight: 500;
}

#main .w1100 {
  max-width: 1100px;
  margin: 5rem auto;
  padding: 0 50px;
}
@media (max-width: 900px) {
  #main .w1100 {
    margin: 4rem auto;
    padding: 0 40px;
  }
}
@media (max-width: 600px) {
  #main .w1100 {
    margin: 2rem auto;
    padding: 0 20px;
  }
}

.indent {
  margin-left: -0.5rem;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 70%, rgb(0, 0, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.9) 100%), -webkit-image-set(url("../image/s1.jpg") 1x, url("../image/s1@2x.jpg") 2x);
  background-size: cover;
  background-position: center;
}
@media (max-width: 600px) {
  .hero {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 70%, rgb(0, 0, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.9) 100%), -webkit-image-set(url("../image/s2.jpg") 1x, url("../image/s2@2x.jpg") 2x);
    background-size: cover;
    background-position: center;
  }
}
.hero h2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  color: #fff;
  top: 80px;
  left: 3%;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 600px) {
  .hero h2 {
    font-size: 15px;
    left: 20px;
  }
}
.hero section {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  line-height: 1.5;
  width: 100%;
}
@media (max-width: 600px) {
  .hero section {
    bottom: 20px;
  }
}
.hero section .sub {
  margin-top: 0.5rem;
  font-size: 14px;
}
.hero .ien {
  margin-bottom: 0.5rem;
}
@media (max-width: 600px) {
  .hero .ien .text-m {
    font-size: 22px;
  }
}

.intro > dl {
  text-align: center;
  margin-bottom: 3rem;
}
.intro > dl dt {
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  .intro > dl dt {
    margin-bottom: 0.5rem;
  }
}
.intro > dl dd {
  line-height: 2.5;
}
@media (max-width: 600px) {
  .intro > dl dd {
    text-align: justify;
    line-height: 2;
  }
  .intro > dl dd br {
    display: none;
  }
}
.intro > dl dd font {
  display: inline-block;
}
.intro dd.message {
  text-align: justify;
  border-radius: 10px;
  padding: 1.5rem 1.75rem;
  line-height: 1.8;
  background: #E6E6E6;
}
@media (max-width: 900px) {
  .intro dd.message {
    padding: 1.5rem 1.75rem;
  }
}
@media (max-width: 600px) {
  .intro dd.message {
    padding: 1.25rem 1.5rem;
  }
}

.profile {
  display: flex;
  gap: 5%;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .profile {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.profile div {
  width: 48%;
}
@media (max-width: 600px) {
  .profile div {
    width: 100%;
  }
}
.profile div img {
  width: 100%;
}
.profile div dt {
  text-align: left;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.profile div dt span {
  font-size: 200%;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .profile div dt span {
    font-size: 180%;
  }
}
@media (max-width: 600px) {
  .profile div dt span {
    font-size: 170%;
  }
}
@media (max-width: 500px) {
  .profile div dt span {
    font-size: 160%;
  }
}
.profile div dt small {
  font-size: 80%;
}
@media (max-width: 600px) {
  .profile div dt small {
    margin-right: 0.5rem;
  }
}
.profile div dd {
  text-align: justify;
  line-height: 1.8;
}
.profile picture {
  display: block;
  margin-bottom: 1rem;
}

.program > div {
  display: flex;
  gap: 8%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
}
@media (max-width: 900px) {
  .program > div {
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .program > div {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.program > div picture {
  width: 40%;
  display: block;
}
@media (max-width: 600px) {
  .program > div picture {
    width: 100%;
  }
}
.program > div picture img {
  width: 100%;
}
.program > div div {
  width: 52%;
}
@media (max-width: 600px) {
  .program > div div {
    width: 100%;
  }
}
.program > div ul {
  margin-top: 0.5rem;
}
.program > div li {
  text-indent: -1rem;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
.program > div.rev {
  flex-direction: row-reverse;
}
.program dt {
  margin-bottom: 1.25rem;
}
@media (max-width: 600px) {
  .program dt {
    margin-bottom: 0.5rem;
  }
}
.program dd {
  text-align: justify;
  line-height: 1.8;
}
.program dd span {
  margin-top: 0.5rem;
}
.program h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #aaa;
  margin-bottom: 1.5rem;
}

.plan table {
  width: 100%;
  border-bottom: 1px solid #aaa;
  margin-bottom: 1rem;
}
.plan th,
.plan td {
  padding: 1rem;
  border-top: 1px solid #aaa;
  line-height: 1.5;
  vertical-align: middle;
}
@media (max-width: 900px) {
  .plan th,
.plan td {
    padding: 0.75rem;
  }
}
@media (max-width: 600px) {
  .plan th,
.plan td {
    padding: 0.5rem;
  }
}
.plan th {
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
}
.plan small {
  font-size: 80%;
}
.plan .caption {
  line-height: 1.7;
}
.plan section {
  text-align: center;
  margin-top: 3rem;
}
.plan section .buton a {
  display: block;
  color: #fff;
  background: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  border-radius: 7px;
  margin: 1rem auto;
}
.plan section .buton a:hover {
  background: #000;
  color: #d9d8d7;
}

footer {
  text-align: center;
}
footer section {
  margin-bottom: 2rem;
}
footer section p {
  margin-bottom: 1rem;
}
footer > p {
  color: #fff;
  background: #000;
  padding: 1rem;
}
footer .logo {
  margin-bottom: 1rem;
}
footer .logo img {
  width: 150px;
}
@media (max-width: 600px) {
  footer .logo img {
    width: 150px;
  }
}
footer .instagram span {
  display: block;
}
footer i {
  margin-bottom: -0.5rem;
}

.slick-list {
  margin: 0 -8px;
}

.slick-slide {
  margin: 0 8px;
}

#slick img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 900px) {
  #slick img {
    height: 250px;
  }
}
@media (max-width: 600px) {
  #slick img {
    height: 180px;
  }
}

.gt_float_switcher .gt-selected .gt-current-lang {
  font-weight: 400 !important;
}

.gt_float_switcher img {
  width: 12px !important;
}

#slick {
  position: relative;
}
@media (max-width: 600px) {
  #slick {
    width: 85%;
  }
}

.slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
}

.slide-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -15px;
}

.prev-arrow {
  left: 15px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #020202;
  border-right: 3px solid #020202;
  transform: rotate(225deg);
}
@media (max-width: 600px) {
  .prev-arrow {
    left: 0;
    width: 15px;
    height: 15px;
  }
}

.next-arrow {
  right: 15px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #020202;
  border-right: 3px solid #020202;
  transform: rotate(45deg);
}
@media (max-width: 600px) {
  .next-arrow {
    right: 0;
    width: 15px;
    height: 15px;
  }
}
/*# sourceMappingURL=common.css.map */