@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
img {
  width: 100px;
}
body {
  color: #333; /* RGB */
  font-family: "fot-tsukubrdgothic-std",YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
/*--------------------------------------
utility class
--------------------------------------*/
.wrapper {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
.header-wrapper {
  width: 300px;
  height: 810px;
  position: fixed;
}
.header-container {
  padding: 70px 30px 0 45px;
  color: #00489d;
  background-color: #FFF;
}
.header__title {
  position: relative;
}
.header__title a {
  text-decoration: none;
  color: #00489D;
}
/*
.header__title a:visited {
  color: #00489D;
}
*/
.header__title img {
  position: absolute;
  width: 80px;
  height: 30px;
  right: 0px;
  bottom: -33px;
}
.header__title-copy {
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
h1 {
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
  font-size: 3.2rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 70px;
  /*  margin-left: 5px;*/
}
header nav ul {
  margin-bottom: 60px;
}
header nav ul li {
  position: relative;
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  list-style: none;
}
.nav-list {
  height: 70px;
}
header nav ul li a {
  text-decoration: none;
  color: #FFF;
  font-size: 18px;
  letter-spacing: 0.4em;
}
header nav ul li a:hover {
  opacity: 0.7;
}

header nav ul li a.nav-list__text {
  letter-spacing: 0.10em;
}
header nav ul li a img.nav-list__base {
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

header nav ul li a span {
  position: absolute;
  top: 23px;
  left: 25px;
}
.nav-list__child img {
  position: absolute;
  left: 155px;
  top: 23px;
  width: 24px;
  padding-left: 15px;
  border-left: 1px dashed #fff;
}
.coming-soon__bnt {
  opacity: 0;
}
.coming-soon__bnt:hover {
  opacity: 1;
}
header nav ul li a img.coming-soon {
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
header nav ul li a.nav-list-farm p {
  position: absolute;
  top: 23px;
  left: 25px;
  color: #FFF;
  font-size: 1.6rem;
}
.lesson__description, .catering__description {
  position: absolute;
  top: 68px;
  margin: auto 0 0 10px;
}
.catering__description {
  margin: 0 16px;
}
@media(min-width: 960px) {
  .mobile-nav {
    display: none;
  }
}
@media(max-width: 960px) {
  .header-wrapper {
    display: none;
  }
  .mobile-nav {
    width: 100%;
    height: 60px;
    background-color: #00489d;
    position: fixed;
    bottom: 0;
  }
  .mobile-nav ul {
    display: flex;
    width: 100%;
  }
  .mobile-nav ul li {
    width: 20%;
    list-style: none;
    padding: 10px 0;
    text-align: center;
  }
  .mobile-nav ul li a {
    color: #FFF;
    font-size: 10px;
    text-decoration: none;
    display: inline-block;
    text-align: justify;
    letter-spacing: normal;
  }
  .mobile-nav ul li a img {
    display: block;
    width: 24px;
    margin: 0 auto 3px;
  }
}
.main {
  position: absolute;
  left: 300px;
  background-color: #faf7f4;
  width: calc(100% - 300px);
  overflow: hidden;
  z-index: -99;
}
.main-wrapper {
  padding: 0 3.81vw 10.41vw 3.81vw;
}

@media(max-width:960px) {
  .main {
    left: 0;
    background-color: #faf7f4;
    width: 100%;
  }
  .main-wrapper {
    padding: 0 0 100px;
  }
}

.titlebox {
  margin-bottom: 4.2vw;
  width: 100%;
  height: auto;
}
.titlebox__line01 {
  width: 40%;
  height: 0.09vw;
  background-color: #00489d;
  margin-left: 50%;
}
.titlebox__line02 {
  position: relative;
  width: 100%;
  height: 0.09vw;
  background-color: #00489d;
  margin-top: 0.34vw;
}
.titlebox__line02::before {
  content: "";
  /*描画位置*/
  position: absolute;
  top: -0.62vw;
  left: 95%;
  width: 0.09vw;
  height: 2.0vw;
  background: #00489d;
  transform: skewX(-45deg);
}
.titlebox__line02::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: -0.62vw;
  left: 96%;
  width: 0.09vw;
  height: 1.8vw;
  background: #00489d;
  transform: skewX(-45deg);
}
.titlebox__container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.circle_shadow {
  position: relative;
  width: 7.0vw;
  height: 7.0vw;
  border-radius: 3.5vw;
  background-color: #fce2a4;
  margin: 0.38vw 0 0 4.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle_shadow-green {
  position: relative;
  width: 7.0vw;
  height: 7.0vw;
  border-radius: 3.5vw;
  background-color: #bee4ce;
  margin: 0.38vw 0 0 4.5vw;
}
.circle {
  position: absolute;
  top: -0.40vw;
  left: -0.38vw;
  width: 7.0vw;
  height: 7.0vw;
  border-radius: 3.5vw;
  border: 0.09vw solid #00489d;
}
.circle__cover {
  position: absolute;
  top: -0.5vw;
  left: 3.03vw;
  background-color: #faf7f4;
  width: 0.6vw;
  height: 8.2vw;
}
.circle__cover_shadow {
  position: absolute;
  top: 0vw;
  left: 3.03vw;
  background-color: #fce2a4;
  width: 0.6vw;
  height: 7.0vw;
}
.circle__cover_shadow-green {
  position: absolute;
  top: 0vw;
  left: 3.03vw;
  background-color: #bee4ce;
  width: 0.6vw;
  height: 7.0vw;
}
.titlebox__container span.circle__name {
  position: absolute;
  bottom: 3.0vw;
  left: -0.6vw;
  font-size: 0.7vw;
  color: #00489d;
  letter-spacing: 0.1vw;
  font-weight: 600;
  transform: rotate(-90deg);
}
.titlebox__container span.circle__number {
  position: absolute;
  bottom: 3vw;
  left: 4.2vw;
  font-size: 1.2vw;
  color: #00489d;
  letter-spacing: 0.1vw;
  font-weight: 600;
}
.titlebox__container h3 {
  position: relative;
  color: #00489d;
  font-size: 1.66vw;
  font-weight: 300;
  margin-left: 1.38vw;
  letter-spacing: 0.18vw;
  text-align: left;
}
.titlebox__container h3::before {
  content: "";
  display: block;
  width: 18.8vw;
  height: 0.5vw;
  background-color: #fce2a4;
  position: absolute;
  bottom: -1.3vw;
  right: -5vw;
}
.titlebox__container h3.green::before {
  content: "";
  display: block;
  width: 18.8vw;
  height: 0.5vw;
  background-color: #bee4ce;
  position: absolute;
  bottom: -1.3vw;
  right: -5vw;
}
.titlebox__container h3::after {
  content: "";
  display: block;
  background-color: #00489d;
  width: 10.8vw;
  height: 0.08vw;
  position: absolute;
  bottom: -1.3vw;
  right: -3vw;
}
.titlebox__container h3 span {
  font-size: 2.08vw
}
.titlebox__line04 {
  display: block;
  background-color: #00489d;
  width: 0.08vw;
  height: 3vw;
  position: absolute;
  bottom: -2.2vw;
  right: -2.0vw;
}
@media(min-width:960px) {
  .titlebox__container h3 br {
    display: none;
  }
}
@media(max-width:960px) {
  .titlebox {
    margin-bottom: 40px;
  }
  .titlebox__line01 {
    height: 0.8px;
  }
  .titlebox__line02 {
    position: static;
    height: 0.8px;
    margin-top: 3px;
  }
  .titlebox__line02::before {
    display: none;
  }
  .titlebox__line02::after {
    display: none;
  }
  .titlebox__container {
    justify-content: center;
  }
  .circle_shadow {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin: 2px 0 0 4px;
  }
  .circle_shadow-green {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin: 2px 0 0 4px;
  }
  .circle {
    top: -2.5px;
    left: -4px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 0.8px solid #00489d;
  }
  .circle__cover {
    top: -3.5px;
    left: 24px;
    width: 6px;
    height: 63px;
  }
  .circle__cover_shadow {
    top: 0.5px;
    left: 24px;
    width: 6px;
    height: 59px;
  }
  .circle__cover_shadow-green {
    top: 0.5px;
    left: 24px;
    width: 6px;
    height: 58px;
  }
  .titlebox__container span.circle__name {
    bottom: 21px;
    left: -10px;
    font-size: 0.7rem;
    letter-spacing: 0.01em;
    transform: rotate(-90deg);
  }
  .titlebox__container span.circle__number {
    bottom: 20px;
    left: 30px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .titlebox__container h3 {
    font-size: 1.8rem;
    margin: 0 15px 10px 10px;
    letter-spacing: 0.05em;
    line-height: 2.2rem;
  }
  .titlebox__container h3::before {
    content: "";
    width: 160px;
    height: 5px;
    bottom: -10px;
    right: -16px;
  }
  .titlebox__container h3.green::before {
    content: "";
    width: 160px;
    height: 5px;
    bottom: -10px;
    right: -16px;
  }
  .titlebox__container h3::after {
    content: "";
    width: 130px;
    height: 0.8px;
    bottom: -10px;
    right: -11px;
  }
  .titlebox__container h3 span {
    font-size: 1.4rem;
  }
  .titlebox__line04 {
    width: 0.8px;
    height: 16px;
    bottom: -15px;
    right: -5px;
  }
}
.detail-btn__typeA a {
  position: relative;
  line-height: 2.7vw;
  text-decoration: none;
  font-size: 0.97vw;
  letter-spacing: 0.2vw;
  background-color: #faf7f4;
  color: #333;
  display: block;
  padding-left: 0.9vw;
  width: 12.5vw;
  height: 2.7vw;
  border: solid #333 0.09vw;
  border-radius: 0.34vw 0 1.58vw 0.34vw;
}
.detail-btn__typeA a::before {
  content: "";
  position: absolute;
  top: -0.07vw;
  left: -0.09vw;
  text-decoration: none;
  background-color: #333;
  color: #333;
  display: block;
  width: 13.8vw;
  height: 2.7vw;
  border: solid #333 0.09vw;
  z-index: -1;
}
.detail-btn__typeA a:hover {
  background-color: #333;
  color: #faf7f4;
  /*  transform: scale(0, 1);*/
  transform-origin: right top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.detail-btn__typeA a span::before {
  content: "";
  position: absolute;
  left: 10.5vw;
  top: 1.3vw;
  width: 2.1vw;
  height: 0.06vw;
  background-color: #333;
}
.detail-btn__typeA a:hover span::before {
  background-color: #faf7f4;
  transform-origin: right top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.detail-btn__typeB a {
  position: relative;
  line-height: 2.7vw;
  text-decoration: none;
  font-size: 0.97vw;
  letter-spacing: 0.2vw;
  background-color: #fff;
  color: #333;
  display: block;
  padding-left: 0.9vw;
  width: 12.5vw;
  height: 2.7vw;
  border: solid #333 0.09vw;
  border-radius: 0.34vw 0 1.58vw 0.34vw;
}
.detail-btn__typeB a::before {
  content: "";
  position: absolute;
  top: -0.07vw;
  left: -0.09vw;
  text-decoration: none;
  background-color: #333;
  color: #333;
  display: block;
  width: 13.8vw;
  height: 2.7vw;
  border: solid #333 0.09vw;
  z-index: -1;
}
.detail-btn__typeB a:hover {
  background-color: #333;
  color: #fff;
  transform-origin: right top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.detail-btn__typeB a span::before {
  content: "";
  position: absolute;
  left: 9.0vw;
  top: 1.3vw;
  width: 3.1vw;
  height: 0.08vw;
  background-color: #333;
}
.detail-btn__typeB a:hover span::before {
  background-color: #fff;
  transform-origin: right top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.detail-btn__typeC a {
  position: relative;
  line-height: 2.7vw;
  text-decoration: none;
  text-align: left;
  font-size: 0.97vw;
  letter-spacing: 0.2vw;
  background-color: #faf7f4;
  color: #00489d;
  display: block;
  padding-left: 0.9vw;
  width: 12.5vw;
  height: 2.7vw;
  border: solid #00489d 0.09vw;
  border-radius: 0.34vw 0 1.58vw 0.34vw;
}
.detail-btn__typeC a::before {
  content: "";
  position: absolute;
  top: -0.07vw;
  left: -0.09vw;
  text-decoration: none;
  background-color: #00489d;
  color: #00489d;
  display: block;
  width: 13.8vw;
  height: 2.7vw;
  border: solid #00489d 0.09vw;
  z-index: -2;
}
.detail-btn__typeC a:hover {
  background-color: #00489d;
  color: #faf7f4;
  /*  transform: scale(0, 1);*/
  transform-origin: right top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.detail-btn__typeC a span::before {
  content: "";
  position: absolute;
  left: 10.5vw;
  top: 1.3vw;
  width: 2.1vw;
  height: 0.06vw;
  background-color: #00489d;
}
.detail-btn__typeC a:hover span::before {
  background-color: #faf7f4;
  transform-origin: right top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media(max-width:960px) {
  .detail-btn__typeA a {
    position: relative;
    line-height: 4.0rem;
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding-left: 15px;
    width: 200px;
    height: 40px;
    border: solid #333 0.8px;
    border-radius: 5px 0 25px 5px;
    margin: 0 auto;
  }
  .detail-btn__typeA a::before {
    content: "";
    position: absolute;
    top: -0.8px;
    left: -1px;
    display: block;
    width: 220px;
    height: 40.8px;
    border: solid #333 0.8px;
    z-index: -1;
  }
  .detail-btn__typeA a span::before {
    content: "";
    position: absolute;
    left: 70%;
    top: 50%;
    width: 40px;
    height: 0.5px;
  }
  .detail-btn__typeB a {
    position: relative;
    line-height: 4.0rem;
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding-left: 15px;
    width: 200px;
    height: 40px;
    border: solid #333 0.8px;
    border-radius: 5px 0 25px 5px;
    margin: 0 auto;
  }
  .detail-btn__typeB a::before {
    content: "";
    position: absolute;
    top: -0.8px;
    left: -1px;
    display: block;
    width: 220px;
    height: 40.8px;
    border: solid #333 0.8px;
    z-index: -1;
  }
  .detail-btn__typeB a span::before {
    content: "";
    position: absolute;
    left: 70%;
    top: 50%;
    width: 40px;
    height: 0.5px;
  }
  .detail-btn__typeC a {
    position: relative;
    line-height: 4.0rem;
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding-left: 15px;
    width: 200px;
    height: 40px;
    border: solid #00489d 0.8px;
    border-radius: 5px 0 25px 5px;
    margin: 0 auto;
  }
  .detail-btn__typeC a::before {
    content: "";
    position: absolute;
    top: -0.8px;
    left: -1px;
    display: block;
    width: 220px;
    height: 40.8px;
    border: solid #00489d 0.8px;
    z-index: -1;
  }
  .detail-btn__typeC a span::before {
    content: "";
    position: absolute;
    left: 70%;
    top: 50%;
    width: 40px;
    height: 0.5px;
  }
}
/*copy*/
@media(min-width:960px) {
  .copy__last {
    display: none;
  }
}
@media(max-width:960px) {
  .copy__last {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}