@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
* {
  box-sizing: border-box;
}
*::after, *::before {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

th {
  text-align: left;
  vertical-align: top;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

/*──────────────────────────────────────────────

	color	

──────────────────────────────────────────────*/
/*──────────────────────────────────────────────

	margin

──────────────────────────────────────────────*/
/*───────────────────────────────────────

	border radius

───────────────────────────────────────*/
/*──────────────────────────────────────────────

	max

──────────────────────────────────────────────*/
/*──────────────────────────────────────────────

	font

──────────────────────────────────────────────*/
html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6666;
  color: #403025;
  font-feature-settings: "palt";
  background: #F8F3E7;
  padding-bottom: 3.2rem;
}
@media screen and (min-width: 769px) {
  body {
    padding-bottom: 96px;
  }
}
body::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/bg_stripe.svg);
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  body::after {
    background-image: url(../images/common/bg_stripe_pc.svg);
  }
}

button {
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.8rem;
  font-weight: normal;
}

p {
  text-align: justify;
}

/*──────────────────────────────────────────────

	form

──────────────────────────────────────────────*/
input:not([type=radio]):not([type=checkbox]),
textarea,
select {
  border: solid 1px #D6D5D5;
  padding: 0.75em 1em;
  border-radius: 4px;
  font-size: 1.6rem;
}

/*───────────────────────────────────────

	inline

───────────────────────────────────────*/
a {
  color: #0073C4;
  text-decoration: none;
}

small {
  font-size: 1.4rem;
}

select {
  color: #403025;
}

small {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  ._sp-n {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  ._pc-n {
    display: none !important;
  }
}
._bl-center {
  margin-block: center;
}

._break {
  margin-top: 3.2rem;
}
@media screen and (min-width: 769px) {
  ._break {
    margin-top: 6.4rem;
  }
}

._dp-n {
  display: none;
}

._mb {
  margin-bottom: 1.6rem;
}

._mb-2 {
  margin-bottom: 3.2rem;
}

._mb-4 {
  margin-bottom: 6.4rem;
}

._ml-a {
  margin-left: auto;
}

._mt-s {
  margin-top: 0.8rem;
}

._mt {
  margin-top: 1.6rem;
}

._mt-2 {
  margin-top: 3.2rem;
}

._mt-3 {
  margin-top: 4.8rem;
}

._mt-4 {
  margin-top: 6.4rem;
}

._mt-6 {
  margin-top: 9.6rem;
}

._ofx-h {
  overflow-x: hidden;
}

._op1 {
  opacity: 1 !important;
}

._ta-c {
  text-align: center;
}

._ul-disc li::before {
  content: "・";
  font-weight: 700;
  margin-right: 0.25em;
}

/*───────────────────────────────────────

	common

───────────────────────────────────────*/
.flex {
  display: flex;
}
.flex.--aic {
  align-items: center;
}
.flex.--spb {
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .full {
    margin-inline: -3.2rem;
  }
}

.js-scrolls > *,
.js-scroll {
  opacity: 0;
  transform: translateY(5vh);
  transition: 1s;
}
.js-scrolls > *.show,
.js-scroll.show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 769px) {
  .js-scrolls > *,
  .js-scroll {
    transform: translateY(3vh);
  }
}

.yen {
  font-size: 1rem;
  margin-left: 0.25em;
}

/*───────────────────────────────────────

	header & navigation

───────────────────────────────────────*/
.logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 4px;
}
.logo .logo__sub {
  font-size: 11px;
  color: #403025;
}
.logo .logo__name {
  font-size: 28px;
  font-family: "Unkempt", cursive;
  font-weight: 700;
  font-style: normal;
  color: #AA2901;
}
.logo.--footer {
  margin-bottom: 1.6rem;
}
.logo.--footer .logo__sub {
  font-size: 14px;
}
.logo.--footer .logo__name {
  font-size: 36px;
}
@media screen and (min-width: 769px) {
  .logo .logo__sub {
    font-size: 12px;
  }
  .logo .logo__name {
    font-size: 32px;
  }
  .logo.--footer .logo__sub {
    font-size: 14px;
  }
  .logo.--footer .logo__name {
    font-size: 36px;
  }
}

@media screen and (max-width: 1079px) {
  .header__logo {
    background: #F5F0E1;
    border-radius: 0 0 16px 0;
    display: inline-block;
    padding: 1.2rem 2.4rem;
    line-height: 1;
  }
}

.header__menu {
  width: 60px;
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  cursor: pointer;
  z-index: 102;
  position: fixed;
  top: 0;
  right: 0;
}
.header__menu span {
  display: block;
  width: 24px;
  height: 2px;
  background: #403025;
  border-radius: 1px;
  margin-inline: auto;
  transition: 0.3s;
}
.header__menu::before, .header__menu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #403025;
  transform: translate(-50%, -50%);
  border-radius: 1px;
  transition: 0.5s;
  margin-top: -7px;
  transition: 0.3s;
}
.header__menu::after {
  margin-top: 7px;
}

.gnav__items {
  display: flex;
  gap: 3.2rem;
}

.gnav__item {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #F29400;
}

@media screen and (max-width: 1079px) {
  .header {
    overflow-x: hidden;
  }
  .gnav {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: url(../images/common/bg_stripe.svg) no-repeat top left/cover #F5F0E1;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100vw);
    transition: 0.3s;
  }
  .gnav__items {
    flex-direction: column;
    width: 60%;
    text-align: center;
  }
  .gnav__item {
    display: block;
    border: solid 1px #F29400;
    background: #F5F0E1;
    line-height: 1;
    padding: 1em 0;
    box-shadow: 0 0 5px rgba(242, 148, 0, 0.75);
  }
  .header.--show .gnav {
    transform: translateX(0);
  }
  .header.--show .header__menu span {
    opacity: 0;
  }
  .header.--show .header__menu::before, .header.--show .header__menu::after {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header.--show .header__menu::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media screen and (min-width: 1080px) {
  .header {
    height: 64px;
    padding: 0 3.6rem;
    background: #FFD75E;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 96px;
    border-radius: 0 0 24px 0;
  }
  .header__menu {
    display: none;
  }
  .gnav__items {
    gap: 2em;
  }
  a,
  .gnav__item {
    color: #403025;
  }
}
/*──────────────────────────────────────────────

	section

──────────────────────────────────────────────*/
.bg {
  background: url(../images/common/bg_stripe.svg?2) repeat-y top left #F5F0E1;
  background-size: 100% auto;
}
.bg.--white {
  background-color: #fff;
}
.bg.--pt {
  padding-top: 6.4rem;
}
.bg.--pb {
  padding-bottom: 6.4rem;
}
@media screen and (min-width: 769px) {
  .bg {
    background-image: url(../images/common/bg_stripe_pc.svg);
  }
}

.sec1 {
  padding: 6.4rem 3.2rem;
  background: #fff;
}
.sec1.--brown {
  background: #F5F0E1;
}
@media screen and (min-width: 769px) {
  .sec1 {
    padding: 96px 6.4rem;
  }
}
.sec1 {
  border-radius: 0 32px 32px 0;
  margin-right: 1.6rem;
}

.sec2 {
  padding: 6.4rem 3.2rem;
  background: #fff;
}
.sec2.--brown {
  background: #F5F0E1;
}
@media screen and (min-width: 769px) {
  .sec2 {
    padding: 96px 6.4rem;
  }
}
.sec2 {
  border-radius: 32px 0 0 32px;
  margin-left: 1.6rem;
}

@media screen and (min-width: 769px) {
  .inner {
    max-width: 800px;
    margin-inline: auto;
  }
  .inner.--2s {
    max-width: 480px;
  }
  .inner.--s {
    max-width: 640px;
  }
  .inner.--l {
    max-width: 960px;
  }
  .sec1 {
    border-radius: 0 36px 36px 0;
    margin-right: 96px;
  }
  .sec2 {
    border-radius: 36px 0 0 36px;
    margin-left: 96px;
  }
}
/*──────────────────────────────────────────────

	heading

──────────────────────────────────────────────*/
.hd1 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1.3em;
}
@media screen and (min-width: 769px) {
  .hd1 {
    font-weight: 400;
    font-size: 3.6rem;
  }
}

.hd2 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}
.hd2 .hd2__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0598B2;
  font-size: 1.2rem;
}
.hd2 .hd2__sub.--black {
  color: #403025;
}
@media screen and (min-width: 769px) {
  .hd2 {
    font-size: 2.8rem;
    font-weight: 400;
  }
  .hd2 .hd2__sub {
    font-size: 1.4rem;
  }
}

.hd3 {
  aspect-ratio: 309/209;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .hd3 {
    aspect-ratio: revert;
    height: 300px;
  }
}

.hd3__text {
  display: inline-block;
  padding: 0.5em 1em 0.35em;
  margin-inline: 1.6rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1.3;
  color: #fff;
  background: #403025;
}
@media screen and (min-width: 769px) {
  .hd3__text {
    font-size: 4.2rem;
  }
}

/*──────────────────────────────────────────────

	list

──────────────────────────────────────────────*/
.disc-list li {
  position: relative;
  padding-left: 0.75em;
}
.disc-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.dl1 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1em;
  line-height: 1.3;
}
.dl1.--lhl {
  line-height: 1.6;
}

/*──────────────────────────────────────────────

	btn

──────────────────────────────────────────────*/
.btn {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  background: #403025;
  color: #fff;
  padding: 0.75em 3em;
  line-height: 1;
  border-radius: 4px;
}
.btn.--s {
  font-size: 1.4rem;
}
.btn.--l {
  font-size: 1.8rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .btn.--l {
    width: revert;
    font-size: 2.4rem;
  }
}
.btn.--bd {
  background: none;
  border: solid 1px #403025;
  color: #403025;
}
.btn.--green {
  background: #0598B2;
}

.btn.--icon {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.btn.--icon img {
  height: 1em;
  width: auto;
}

/*──────────────────────────────────────────────

	school

──────────────────────────────────────────────*/
.school {
  padding: 6.4rem 3.2rem;
  background: #F5F0E1;
}

.school__schedule {
  margin-top: 1.6rem;
}

.school__schedule-hd {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 0.5em;
}
.school__schedule-hd span {
  display: inline-block;
  border: 1px solid #403025;
  padding: 0.15em 0.45em;
}

.map {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.map__wrapper {
  aspect-ratio: 4/3;
}
.map__wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (min-width: 769px) {
  .school {
    margin-top: 6.4rem;
    padding: 96px 6.4rem;
  }
  .school__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4.8rem;
  }
  .map {
    margin-top: 0;
  }
  .map__wrapper {
    aspect-ratio: 3/2;
  }
}/*# sourceMappingURL=normal.css.map */