@charset "UTF-8";
/* CSS Document */

html {
	font-size: 62.5%;
  height: -webkit-fill-available;
}
body {
	color: #1d1d1d;
	width: 100%;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	font-family: "Shippori Mincho", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	line-height: 2.0em;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
}
* {
	margin: 0;
	padding :0;
  box-sizing: border-box;
	position: relative;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}
img, figure, figcaption {
	border: 0;
	vertical-align: top;
}
img {
  max-width: 100%;
  height: auto;
}
a {
	color: #1d1d1d;
  text-decoration: none;
	display: inline-block;
}
a, a:hover, a *, a:hover *, a::before, a:hover::before, a::after, a:hover::after, .slick-arrow {
  transition: border 0.3s ease-out, background 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}
a:hover img {
  opacity: 0.6;
}
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
table {
	width: 100%;
	border: none;
	border-spacing: 0;
}
tbody {
	border-top: 0px;
}
th, tbody th {
	padding-right: 0em;
	border-bottom: none;
}
.list-com, .list-disc {
	margin: 0;
	padding: 0;
}
.list-com li, .list-disc li {
	list-style: none;
	padding: 0 0 0 15px;
	position: relative;
	margin: 0;
	line-height: 2;
}
.list-com li:last-child, .list-disc li:last-child {
    margin: 0;
}
.list-com li:before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}
.list-disc li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
/* CONTENT */
.inner {
  padding: 0 8.33%;
}
.pc {
	display: inline-block;
}
.sp {
	display: none;
}
@media screen and (max-width: 770px) {
	.pc {
		display: none;
	}
	.sp {
		display: inline-block;
	}
}



/*　#Header */
#Header .Logo a, #Header .Logo a img, #Footer .Logo a, #Footer .Logo a img {
  display: block;
}
#Header {
  display: flex;
  justify-content: space-between;
  background: #fff;
  position: fixed;
  z-index: 100;
  width: 100%;
  padding: 20px 30px;
  align-items: center;
  top: 0;
}
.head-flex {
  display: flex;
  gap: 20px;
  align-items: center;
}
.head-flex a {
  max-width: 260px;
}
#Header .Logo a {
  max-width: 450px;
}
div#NavWrap {
  z-index: 100;
  width: auto;
  background: none;
  padding: 0;
}
#NavWrap nav {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  padding: 32px 5.33%;
  padding-top: 80px;
  pointer-events: none;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: -99;
  opacity: 0;
  display: flex;
  gap: 50px;
  align-items: center;
  flex-flow: column-reverse;
  justify-content: start;
}
#NavWrap.open nav {
  pointer-events: all;
  /* transition: all 0s; */
  z-index: 99;
  opacity: 1;
  display: flex;
  gap: 50px;
  align-items: center;
  flex-flow: column-reverse;
  justify-content: start;
  padding: 150px 5.33% 0;
}
#NavWrap nav > *:not(:last-child) {
  margin-bottom: 24px;
}
#NavWrap .Nav ul {
  flex-flow: column;
  display: flex;
  gap: 30px;
}
#NavWrap .Nav ul > *:not(:last-child) {
  margin-bottom: 0;
}
#NavWrap .Nav a {
  min-height: 32px;
  padding: 8px;
  font-size: 1.6rem;
  text-align: center;
  display: block;
}

.Toggle {
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
  border: 1px solid;
}
.Toggle span {
  background: #1d1d1d;
  width: 25px;
  height: 1px;
  display: block;
  position: absolute;
  left: 9px;
  border-radius: 4px;
  transition: all 0.5s;
}
.Toggle span:nth-child(1) {
  top: 10px;
}
.Toggle span:nth-child(2) {
  top: 21px;
}
.Toggle span:nth-child(3) {
  bottom: 10px;
}
.open .Toggle span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .Toggle span:nth-child(2) {
  opacity: 0;
}
.open .Toggle span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-12px) rotate(315deg);
}

@media screen and (max-width: 999px) {
  #Header .Logo {
    width: 80%;
  }
  #Header .Logo a {
    max-width: 100%;
  }
  #Header .head-tel {
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 100;
    padding: 20px 70px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 1px solid #BCBCBC;
  }
}



/* FOOTER */
#Footer {
  background: #F7F5F2;
  padding-top: 100px;
  padding-bottom: 50px;
}
#Footer .access {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 8.33%;
  align-items: center;
}
#Footer .access .accessTxt h2 {
  font-size: 4.8rem;
  font-family: "Libre Baskerville", serif;
  margin: 0 auto 20px;
}
#Footer .access .accessTxt h2 span {
  font-size: 1.6rem;
  display: block;
  margin: 10px auto 0;
  font-family: "Noto Serif JP", serif;
}
#Footer .access .accessTxt .accessTxtCourse {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
#Footer .access .accessTxt .accessTxtCourse dt {
  font-size: 1.2rem;
  border: 1px solid;
  display: inline-block;
  line-height: 1;
  padding: 5px 7px;
}
#Footer .access .accessMap iframe {
  width: 100%;
  height: 530px;
}
#Footer .access .accessMap {
  width: 50%;
}
#Footer .fLink {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
  align-items: flex-end;
}
#Footer .fLink .fLinkDate {
  width: 60%;
}
#Footer .fLink .fLinkDate .fLogo {
  width: 176px;
  margin: 0 0 50px;
}
#Footer .fLink  .fLinkLink {
  width: 40%;
  border-left: 1px solid;
  padding: 0 0 0 50px;
}
#Footer .fLink .fLinkLink h3 {
  font-size: 3rem;
  font-family: "Libre Baskerville", serif;
  margin: 0 auto 20px;
}
#Footer .fLink .fLinkLink ul.list-disc li a {
  color: #fff;
  text-decoration: underline;
}
#Footer .fLink .fLinkLink ul.list-disc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#Footer .fLink .fLinkLink ul.list-disc li {
  width: 49%;
}
#Footer ul.fMenu {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
  margin: 20px 0 50px;
}
#Footer .Copy {
  text-align: end;
  font-size: 1.2rem;
  color: #BCBCBC;
}
a.head-supporter {
  border: 1px solid #dcdcdc;
  font-size: 1.2rem;
  text-align: center;
  padding: 5px;
  font-weight: 500;
}
#Footer .footer-cont {
    background: #fff;
    width: 70%;
    margin: 0 auto 70px;
    padding: 50px;
}
#Footer .footer-cont .footer-cont-flex {
    display: flex;
    justify-content: space-between;
}
#Footer .footer-cont .footer-cont-flex p {
    width: 48%;
}
#Footer .footer-cont .footer-cont-flex a {
    width: 45%;
}
#Footer .footer-flex {
    display: flex;
    justify-content: space-between;
}
#Footer .footer-flex .footer-flex-l a {
    max-width: 446px;
    margin: 0 auto 30px;
}
#Footer .footer-flex .footer-flex-r {
    width: 60%;
}
#Footer .footer-flex .footer-flex-l {
    width: 40%;
}


@media screen and (max-width: 770px) {
  #Footer {
    padding-bottom: 100px;
  }
  #Footer .footer-cont {
      width: 80%;
      padding: 30px;
  }
  #Footer .footer-cont .footer-cont-flex {
      flex-flow: column;
      gap: 30px;
  }
  #Footer .footer-cont .footer-cont-flex p {
      width: 100%;
  }
  #Footer .footer-cont .footer-cont-flex a {
      width: 100%;
  }
  #Footer .footer-flex {
      flex-flow: column;
  }
  #Footer .footer-flex .footer-flex-l a {
      max-width: 100%;
  }
  #Footer .footer-flex .footer-flex-r {
      width: 100%;
  }
  #Footer .footer-flex .footer-flex-l {
      width: 100%;
  }
  #Footer ul.fMenu {
    justify-content: flex-start;
    gap: 0 30px;
    margin: 20px 0;
    flex-wrap: wrap;
  }
  #Footer .Copy {
    text-align: start;
    font-size: 1rem;
  }
}