@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* -------------------------------------------*/
/* -------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  html,
  body {
    display: none;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  overflow: auto;
  font-size: 62.5%;
}
@media screen and (max-width: 1040px) {
  html {
    font-size: 52%;
  }
}
@media screen and (max-width: 667px) {
  html {
    font-size: 62.5%;
  }
}

html.no_scroll {
  overflow: hidden;
}

body {
  height: 100%;
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #000;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt" 1;
  font-kerning: normal;
}
@media screen and (max-width: 1040px) {
  body {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 667px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

a {
  backface-visibility: hidden;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {
  backface-visibility: hidden;
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

input[type=submit],
button {
  cursor: pointer;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

main {
  display: block;
}

object {
  pointer-events: none;
}

label {
  cursor: pointer;
  transition: all 250ms ease;
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

picture {
  display: block;
  line-height: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  border: none;
  border: none;
  margin: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

br.pc {
  display: block;
}

br.sp {
  display: none;
}

@media screen and (max-width: 667px) {

  br.pc {
    display: none !important;
  }
  br.sp {
    display: block !important;
  }
}
a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

.en {
  font-family: "Josefin Sans", sans-serif;
}

.mincho {
  font-family: "Shippori Mincho", serif;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.l-footer {
  position: relative;
  padding: 3rem 0 0;
}

.l-footer__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-bottom: 2rem;
}
.l-footer__nav h2 {
  font-size: 3rem;
  line-height: 1.3;
}
.l-footer__nav a, .l-footer__nav .blue {
  color: #00AFCC;
}

.f-logo img{
  height: 80px;
  aspect-ratio: 207/53;
}

@media screen and (max-width: 667px) {
  .l-footer {
    padding: 2rem 0 0rem;
  }
  .l-footer .f-logo{
    width: 75%;
    margin: 0 auto;
  }
  .l-footer .f-logo img {
    width: 100%;
    max-width: 184px;
    height: auto;
    aspect-ratio: 207 / 53;
  }
  .l-footer__nav {
    flex-direction: column;
    gap: 1.5rem;
  }
  .l-footer__nav h2 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .l-footer__nav p {
    font-size: 1.4rem;
  }
  .l-footer__nav p.contact {
    font-size: 2.25rem;
    line-height: 1.25em;
    margin: 0.25em 0 0.75em;
  }
  .l-footer__nav a, .l-footer__nav .blue {
    color: #00AFCC;
  }
  
  .l-footer .address{
    width: 75%;
    margin: 0 auto;
  }
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  padding: 0 0 0 1.6rem;
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.3);
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  padding: 16px 0;
}
.l-header__logo {
  padding-right: 1.5rem;
}
.l-header__logo-link {
  width: 16rem;
  height: 3.8rem;
  background: url(../images/common/logo.png) center center no-repeat;
  background-size: contain;
  display: block;
}
.l-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.l-header__list {
  display: flex;
  justify-content: flex-start;
}
.l-header__item {
  margin-right: 2.8rem;
}
.l-header__link {
  color: #fff;
  font-size: 2rem;
}
.l-header__btn {
  position: absolute;
  top: 1.1rem;
  right: 8rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  z-index: 21;
}
.l-header__reserve {
  background-color: #FF3100;
  color: #fff;
  border-radius: 100vmax;
  padding: 5px 20px;
  font-size: 2.4rem;
  line-height: 1.6;
}
.l-header__inta {
  width: 50px;
}
.l-header__toggle-btn {
  display: block;
  cursor: pointer;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 16px;
  transition: all 0.5s;
  position: absolute;
  top: 1.1rem;
  right: 1.6rem;
  z-index: 33;
}
.l-header__toggle-btn span {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  background-color: #00AFCC;
  transition: all 0.5s;
  border-radius: 4px;
}
.l-header__toggle-btn span:nth-child(1) {
  top: 15px;
}
.l-header__toggle-btn span:nth-child(2) {
  bottom: 23px;
}
.l-header__toggle-btn span:nth-child(3) {
  bottom: 14px;
}
.l-header__toggle-btn.open span:nth-child(1) {
  transform: translateY(8px) rotate(-315deg);
}
.l-header__toggle-btn.open span:nth-child(2) {
  display: none;
}
.l-header__toggle-btn.open span:nth-child(3) {
  transform: translateY(-9px) rotate(315deg);
}
.l-header__spnavArea {
  display: block;
}
.l-header__spnavArea nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  transition: all 0.5s;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
}
.l-header__spnav-list-item {
  padding: 0.6rem 0;
}
.l-header__spnavArea.open nav {
  left: 0;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1040px) {
  .l-header__logo-link {
    width: 14rem;
    height: 5rem;
  }
  .l-header__nav {
    display: none;
  }
  .l-header__reserve {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 667px) {
  .l-header {
    padding: 0;
    top: -1px;
  }
  .l-header__logo {
    margin: 0 10px;
  }
  .l-header__logo-link {
    width: 12rem;
    height: 4rem;
  }
  .l-header__reserve {
    font-size: 1.8rem;
  }
  .l-header__btn {
    right: 6rem;
    gap: 7px;
  }
  .l-header__inta {
    width: 40px;
  }
  .l-header__toggle-btn {
    width: 45px;
    height: 45px;
    right: 1rem;
  }
  .l-header__toggle-btn span {
    width: 25px;
  }
  .l-header__toggle-btn span:nth-child(1) {
    top: 15px;
  }
  .l-header__toggle-btn span:nth-child(2) {
    bottom: 20px;
  }
  .l-header__toggle-btn span:nth-child(3) {
    bottom: 14px;
  }
  .l-header__toggle-btn.open span:nth-child(1) {
    transform: translateY(6px) rotate(-315deg);
  }
  .l-header__toggle-btn.open span:nth-child(2) {
    display: none;
  }
  .l-header__toggle-btn.open span:nth-child(3) {
    transform: translateY(-6px) rotate(315deg);
  }
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-wrapper {
  position: relative;
  width: 100%;
  text-align: left;
  overflow-x: hidden;
}

.l-main {
  position: relative;
  width: 100%;
}
.l-main__inner {
  position: relative;
  max-width: 1220px;
  padding: 0 1.6rem;
  z-index: 1;
  margin: 0 auto;
}
.l-main__slider {
  max-width: 1048px;
  z-index: 1;
  padding: 0;
  margin: 0 auto 16rem;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  color: #17bfdd;
  text-shadow: #333 0px 0 6px;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.c-sec-title {
  font-size: 3rem;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3rem;
  position: relative;
  line-height: 1.3;
  text-align: center;
}
.c-sec-title:after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
}
@media screen and (max-width: 667px) {
  .c-sec-title {
    font-size: 2.2rem;
    margin: 0 auto 3rem;
  }
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-btn {
  width: 27rem;
  margin: 0 auto;
  padding: 0.5em 0;
}
.c-btn a {
  display: block;
  font-size: 2.2rem;
  padding: 1rem;
  text-align: center;
  transition: all 0.3s;
  background-color: #FF3100;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 100vmax;
  line-height: 1.3;
}
.c-btn a span {
  display: block;
  font-size: 1.6rem;
}
.c-btn a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 16px;
  top: 50%;
}
@media screen and (max-width: 667px) {
  .c-btn {
    width: 100%!Important;
  }
  .c-btn a {
    font-size: 1.6rem;
    padding: 0.7rem 1rem;
  }
}

.sec01 .c-btn {
  max-width: 270px;
  width: 27rem;
}

.c-btn_gray {
  width: 27rem;
  margin: 0;
  margin: 0 auto;
}
.c-btn_gray a {
  display: block;
  font-size: 1.5rem;
  padding: 1.5rem 0.5rem;
  text-align: center;
  transition: all 0.3s;
  background-color: #8B8B8B;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 100vmax;
  line-height: 1.3;
  margin-top: 30px;
}
.c-btn_gray a span {
  display: block;
  font-size: 1.6rem;
}
.c-btn_gray a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 16px;
  top: 50%;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* TOP
-------------------------------------------*/
.mv {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.mv img {
  width: 100%;
}
.mv iframe {
  width: 100%;
}

.mv::before {
  content: "";
  position: absolute;
  background: url(/assets/images/common/nfh_logo.png) no-repeat top center;
  background-size: cover;
  width: 550px;
  max-width: 27%;
  aspect-ratio: 1/1;
  left: 50%;
  margin-left: -13.5%;
  top: 50%;
}
@media screen and (max-width: 667px) {
  .mv::before {
    margin-top: -8%;
  }
}

@media screen and (min-width: 668px) {
  .mv::before {
    margin-top: -15%;
  }
}
.mv::after {
  content: "";
  background: url(/assets/images/top/mv_mask.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 7px;
  aspect-ratio: 49.6/2;
  width: 100%;
}

.sec01 {
  position: relative;
  padding: 6rem 0 12rem;
}
.sec01 .stamp {
  position: absolute;
  right: -8rem;
  top: -26rem;
  width: 42rem;
}
.sec01__lead {
  text-align: center;
  margin-bottom: 4rem;
}
.sec01__list {
  display: flex;
  gap: 4rem;
  margin-bottom: 6rem;
}
.sec01__list .item {
  flex: 1;
}
.sec01__list .text {
  margin-top: 1.6rem;
}
.sec01__list .text h3 {
  color: #00AFCC;
  font-size: 4.8rem;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 2px solid #00AFCC;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1rem;
}
.sec01__list .text h3 span {
  display: block;
  font-size: 2.2rem;
}
.sec01__list .text p {
  text-align: center;
}
@media screen and (max-width: 667px) {
  .sec01 {
    padding: 6rem 0;
  }
  .sec01 .stamp {
    position: absolute;
    right: 0;
    top: -12rem;
    width: 15rem;
  }
  .sec01__lead {
    text-align: left;
    margin-bottom: 4rem;
  }
  .sec01__list {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 2rem;
  }
  .sec01__list .item {
    flex: 1;
  }
  .sec01__list .text {
    margin-top: 1.6rem;
  }
  .sec01__list .text h3 {
    font-size: 2.8rem;
  }
  .sec01__list .text h3 span {
    display: block;
    font-size: 1.6rem;
  }
  .sec01__list .text p {
    text-align: left;
  }
}

.sec02 {
  position: relative;
  margin: 7rem 0;
  padding: 4rem 0;
}
.sec02:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  background-color: #00AFCC;
  -webkit-clip-path: polygon(0 0, 25% 4%, 50% 0, 75% 4%, 93% 0, 100% 3%, 100% 95%, 75% 90%, 50% 95%, 25% 90%, 0 95%);
  clip-path: polygon(0 0, 25% 4%, 50% 0, 75% 4%, 93% 0, 100% 3%, 100% 95%, 75% 90%, 50% 95%, 25% 90%, 0 95%);
}
.sec02 .area1 {
  width: 100%;
}


@media screen and (max-width:667px) {
  .sec02 .area1 {
    padding-top: 4.5em;
  }
  .sec02 .area1 .column1 {
    display: none;
  }
  .sec02 .area1 .column2 {
    margin-inline: auto;
    text-align: center;
    border: 1px solid #fff;
  }
}
@media screen and (min-width:668px) {
  .sec02 .area1 .column1 {
    width: 40%;
  }
  .sec02 .area1 .column2 {
    text-align: center;
    width: 40%;
    margin: 0 auto;
    border: 1px solid #fff;
  }
}
.sec02 .area1 .column2 .ribbon-price {
  width: 100%;
  margin: 0 !important;
}
.sec02__title {
  width: 32rem;
  height: 32rem;
  background-color: #00AFCC;
  border-radius: 100vmax;
  text-align: center;
  line-height: 23rem;
  margin: -16rem auto 0;
}
.sec02__title span {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
}
.sec02__title span:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.sec02__price-block {
  position: relative;
  margin-bottom: 4rem;
  text-align: center;
  color: #fff;
  padding: 5rem 0;
}
.sec02__price-block .agree-confirm {
  font-size: 0.8em;
}
.sec02__price-block .ribbon-price,
.sec02__price-block .ribbon-price span {
  position: relative;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.3;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec02__price-block .ribbon-price::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(-10deg);
  background-color: red;
  width: 45%;
  height: 3px;
  top: 50%;
  left: 2%;
}
@media screen and (min-width:668px) {
  /*.sec02__price-block .ribbon-price:before {
    content: "";
    background: url(../images/top/ribbon.png) center center no-repeat;
    background-size: contain;
  position: absolute;
  left: -200px;
  top: -28px;
  width: 193px;
  height: 192px;
  }*/

}

.sec02__price-block .c-sec-title:after {
  background-color: #fff;
}
.sec02__price-block p.price {
  font-size: 2.6rem;
  font-weight: bold;
}
.sec02__price-block .time {
  font-size: 4.8rem;
  font-weight: bold;
}
@media screen and (max-width: 667px) {
  .sec02 {
    position: relative;
    margin: 7rem 0 3rem;
    padding: 4rem 0;
  }
  /*.sec02:before {
    -webkit-clip-path: inherit;
            clip-path: inherit;
  }*/
  .sec02__title {
    width: 22rem;
    height: 22rem;
    line-height: 17rem;
    margin: -9rem auto 0;
  }
  .sec02__title span {
    font-size: 2.2rem;
  }
  .sec02__price-block {
    position: relative;
    margin-bottom: 2rem;
    padding: 2rem 0 4rem;
  }
  .sec02__price-block:first-of-type {
    margin-top: -8rem;
  }
  .sec02__price-block .ribbon-price {
    position: relative;
    font-size: 4rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 2rem;
    line-height:1 ;
  }
  .sec02__price-block .ribbon-price,
  .sec02__price-block .ribbon-price span {
    font-size: 4rem;
  }
  /*
  .sec02__price-block .ribbon-price:before {
    content: "";
    background: url(../images/top/ribbon.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: -130px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    aspect-ratio: 1/1;
  }
  */
  .sec02__price-block p.price {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .sec02__price-block p {
    font-size: 1.4rem;
    margin-top:0.75em;
  }
  .sec02__price-block .time {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .sec02__price-block .ribbon-price::before {
    left: 5%;
  }
}

.sec03 {
  margin-bottom: 20rem;
}
.sec03 dl {
  margin-top: 4rem;
}
.sec03 dt {
  color: #00AFCC;
  font-weight: bold;
}
.sec03 dd {
  line-height: 1.6;
  margin-bottom: 4rem;
}
.sec03 .youtube {
  position: relative;
}
.sec03 .youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 667px) {
  .sec03 {
    margin-bottom: 10rem;
  }
  .sec03 dl {
    margin-top: 4rem;
  }
  .sec03 dd {
    line-height: 1.6;
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}

.sec04 {
  position: relative;
  margin: 7rem 0;
  padding: 4rem 0 8rem;
}
.sec04:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00AFCC;
  -webkit-clip-path: polygon(0% 7%, 12% 2%, 29% 4%, 72% 0%, 93% 4%, 100% 3%, 100% 95%, 83% 100%, 54% 98%, 24% 100%, 0 95%);
  clip-path: polygon(0% 7%, 12% 2%, 29% 4%, 72% 0%, 93% 4%, 100% 3%, 100% 95%, 83% 100%, 54% 98%, 24% 100%, 0 95%);
}
.sec04__title {
  width: 32rem;
  height: 32rem;
  background-color: #00AFCC;
  border-radius: 100vmax;
  text-align: center;
  line-height: 23rem;
  margin: -16rem auto 0;
}
.sec04__title span {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  padding: 0 2rem;
}
.sec04__title span:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.sec04 .lead {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  margin-top: -8rem;
  margin-bottom: 4rem;
}



.sec04 .lead-sub {
  text-align: center;
  font-weight: bold;
  margin-bottom: 4rem;
}
.sec04 .course {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 667px) {
  .sec04 {
    position: relative;
    margin: 7rem 0 3rem;
    padding: 4rem 0 8rem;
  }
  .sec04:before {
    content: "";
    -webkit-clip-path: inherit;
    clip-path: inherit;
  }
  .sec04__title {
    width: 22rem;
    height: 22rem;
    line-height: 13rem;
    margin: -11rem auto 0;
  }
  .sec04__title span {
    font-size: 2.2rem;
  }
  .sec04 .lead {
    font-size: 2.2rem;
    margin-top: -8rem;
    margin-bottom: 2rem;
  }
  .sec04 .lead-sub {
    text-align: left;
    font-weight: bold;
    margin-bottom: 4rem;
  }
  .sec04 .course {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 6rem;
  }
}

.sec05 .c-sec-title span {
  padding: 0 4rem;
}
.sec05 .lead {
  text-align: center;
  margin-bottom: 4rem;
}
.sec05 div.access {
  display: flex;
}
.sec05 dl {
  flex: 1;
  margin-top: 4rem;
  text-align: center;
}
.sec05 dt {
  color: #00AFCC;
  font-weight: bold;
}
.sec05 dd {
  line-height: 1.6;
  margin-bottom: 4rem;
}
.sec05 .map {
  width: 100%;
  height: 520px;
}

.sec05 .lead.contact{
  margin-top: 1.5em;
  font-size:2.5rem;
}

@media screen and (max-width: 667px) {
  .sec05 .c-sec-title span {
    padding: 0 1rem;
  }
  .sec05 .lead {
    text-align: center;
    margin-bottom: 2rem;
  }

  .sec05 .lead.contact{
    margin-top:0;
  }
  .sec05 .lead.contact span{
    color: #00AFCC;
  }

  .sec05 div.access {
    display: flex;
    flex-direction: column;
  }
  .sec05 dl {
    flex: 1;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  .sec05 dt {
    color: #00AFCC;
    font-weight: bold;
  }
  .sec05 dd {
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .sec05 .map {
    width: 100%;
    height: 320px;
  }
}

.sec06 {
  margin-top: 4rem;
  background-color: #F6F1EA;
  padding: 6rem 0;
}
.sec06 .insta-feed {
  margin-top: 4rem;
}
@media screen and (max-width: 667px) {
  .sec06 {
    margin-top: 4rem;
    background-color: #F6F1EA;
    padding: 3rem 0;
  }
}

.reservation-txt {
  color: #FFF;
  font-size: 0.8em;
  display: block;
  text-align: center;
}

.area2 {
  width: 100%;
}
.area2 .column1 {
  width: 40%;
}
.area2 .column2 {
  width: 35%;
  text-align: center;
  margin: 0 auto;
}
.area2 .column2 .ribbon-price {
  width: 100%;
  margin: 0 !important;
}

.area2 .column3 {
  width: 30%;
}

.reserve-guide {
  width: 100%;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  margin: 2em 0;
  padding: 1em 0;
  text-align: center;
  color: #FFF;
  font-size: 1.25em;
}

.sec-border {
  padding-top: 2em;
}

span.vivablue{
  color:#00AFCC;
}

/*# sourceMappingURL=style.css.map */