@charset "utf-8";@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  line-height: 0;
}

figure {
  line-height: 1;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

strong {
  font-weight: normal;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

/* cyrillic-ext */
body {
  -webkit-text-size-adjust: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  html {
    font-size: 0.7vw;
  }
}
@media screen and (min-width: 1141px) and (max-width: 1329px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 1330px) {
  html {
    font-size: 10px;
  }
}

div {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td, a {
  line-height: 1.8;
  font-weight: normal;
  color: #555;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: #555;
  text-decoration: none;
  /*
  transition: opacity .4s;
  &:hover{
  	//color : $kc-blue;
  	opacity: .6;
  }
  */
}

.wrappar {
  overflow: hidden;
}

main {
  display: block;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  main {
    padding-top: 10rem;
  }
}
main.top_page_main {
  padding-top: 0;
}

section {
  display: block;
}

.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fadein {
  opacity: 0;
  transition: 0.8s;
}
@media screen and (min-width: 768px) {
  .fadein {
    transform: translate(0, 40px);
  }
}
@media screen and (max-width: 767px) {
  .fadein {
    transform: translate(0, 2vw);
  }
}
.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* block */
.inner {
  max-width: 1100px;
  width: 80vw;
  margin: 0 auto;
  position: relative;
}
.inner._w900 {
  max-width: 900px;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .inner._w900 {
    width: 60vw;
  }
}
.inner._w720 {
  max-width: 720px;
}

.sec_content {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .sec_content {
    padding-top: 7rem;
  }
}

/* title & text */
.sec_ttl {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .sec_ttl {
    margin-bottom: 4rem;
  }
}
.sec_ttl .sec_ttl_txt {
  text-align: center;
  position: relative;
  width: 51.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec_ttl .sec_ttl_txt {
    width: 100%;
  }
}
.sec_ttl .sec_ttl_txt:before, .sec_ttl .sec_ttl_txt:after {
  content: "";
  display: block;
  height: 1px;
  width: 12.8rem;
  background: #76bcdc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec_ttl .sec_ttl_txt:before, .sec_ttl .sec_ttl_txt:after {
    width: 7.44rem;
  }
}
.sec_ttl .sec_ttl_txt:before {
  left: 0;
}
.sec_ttl .sec_ttl_txt:after {
  right: 0;
}
.sec_ttl .sec_ttl_txt .en {
  font-size: 3rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec_ttl .sec_ttl_txt .en {
    font-size: 2.1rem;
  }
}
.sec_ttl .sec_ttl_txt .jp {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #a7a7a7;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .sec_ttl .sec_ttl_txt .jp {
    font-size: 1.2rem;
  }
}

.--txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .--txt {
    font-size: 1.3rem;
  }
}

/* button */
.btn {
  width: 33.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    max-width: calc(100vw - 7.6rem);
  }
}
.btn button, .btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  display: block;
}
.btn a, .btn button, .btn input {
  display: block;
  background: #76bcdc;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  padding: 1.5em;
  position: relative;
  border-radius: 5em;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn a, .btn button, .btn input {
    font-size: 1.6rem;
  }
}
.btn a:after, .btn button:after, .btn input:after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.btn a:hover, .btn button:hover, .btn input:hover {
  background: #118bc2;
  transform: scale(1.05);
}
.btn.--shirofuchi a {
  background-color: transparent;
  border: 2px solid #fff;
}
.btn.--shirofuchi a:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* breadcrumb */
#BREADCRUMB {
  padding: 1.5rem 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #BREADCRUMB {
    padding: 1.5rem 1.8rem;
  }
}
#BREADCRUMB ul {
  display: flex;
}
#BREADCRUMB ul li {
  margin-right: 1rem;
}
#BREADCRUMB ul li a, #BREADCRUMB ul li span {
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #BREADCRUMB ul li a, #BREADCRUMB ul li span {
    font-size: 1.1rem;
  }
}

.form-error {
  margin-top: 8px;
}
.form-error p {
  display: block;
  padding: 8px;
  border-radius: 3px;
  color: #fff;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=number],
textarea {
  width: 100%;
  font-size: arem;
  padding: 0.7rem;
  color: #555;
  border: none;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
  color: #BABABA;
}
input[type=text]:input-placeholder,
input[type=email]:input-placeholder,
input[type=tel]:input-placeholder,
input[type=date]:input-placeholder,
input[type=number]:input-placeholder,
textarea:input-placeholder {
  color: #BABABA;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

._form-radio {
  display: flex;
}
._form-radio input[type=radio] {
  display: none;
}
._form-radio label {
  width: 100%;
  display: flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  padding-left: 25px;
}
._form-radio label span {
  display: block;
  padding: 10px;
}
._form-radio label span:before, ._form-radio label span:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  transition: 0.3s;
}
._form-radio label span:before {
  width: 16px;
  height: 16px;
  top: 14px;
  left: 10px;
  border: 1px solid #bbb;
  background: #fff;
}
._form-radio label span:after {
  width: 10px;
  height: 10px;
  background: #bbb;
  top: 18px;
  left: 14px;
  transform: scale(0);
  transform-origin: 50%;
}
._form-radio input[type=radio]:checked + span:after {
  transform: scale(1);
}
._form-radio input[type=radio]:checked + span:before {
  border-color: #bbb;
}

._form-checkbox {
  display: flex;
  justify-content: space-between;
}
._form-checkbox input[type=checkbox] {
  display: none;
}
._form-checkbox label {
  width: 100%;
  padding-left: 25px;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 3px;
  box-sizing: border-box;
}
._form-checkbox label:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 12px;
  left: 12px;
}
._form-checkbox label span {
  display: flex;
  align-items: center;
  padding: 10px;
}
._form-checkbox label span:before, ._form-checkbox label span:after {
  content: "";
  position: absolute;
  z-index: 2;
  transition: 0.3s;
}
._form-checkbox label span:before {
  width: 18px;
  height: 2px;
  top: 20px;
  left: 18px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: 0 100%;
}
._form-checkbox label span:after {
  width: 8px;
  height: 2px;
  top: 19px;
  left: 9px;
  transform: rotate(35deg) scaleX(0);
  transform-origin: 100% 100%;
}
._form-checkbox input[type=checkbox]:checked + span:before {
  transform: rotate(-45deg) scaleX(1);
}
._form-checkbox input[type=checkbox]:checked + span:after {
  transform: rotate(35deg) scaleX(1);
}

._form-select {
  overflow: hidden;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-radius: 5px;
}
._form-select > select {
  width: 100%;
  padding: 18px 25px;
}
._form-select:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../images/prts/allow_01.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  right: 30px;
  top: calc(50% - 12px);
  transform: rotate(90deg);
}

.mw_wp_form_confirm ._form-select {
  box-shadow: none;
}
.mw_wp_form_confirm ._form-select:after {
  display: none;
}

input[type=button],
input[type=submit] {
  font-size: 1rem;
  background: none;
  text-align: center;
  color: #333;
  width: 100%;
  border: none;
}

.form-botton-back,
.form-botton-next {
  position: relative;
  overflow: hidden;
}
.form-botton-back:after,
.form-botton-next:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/prts/allow_02_w.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: calc(50% - 15px);
}
.form-botton-back input[type=submit],
.form-botton-next input[type=submit] {
  width: 100%;
  position: relative;
  z-index: 1;
}

.form-botton-back {
  background: #666;
  position: relative;
}
.form-botton-back:after {
  left: 30px;
  transform: scaleX(-1);
}
.form-botton-back:before {
  transition: 0.5s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  top: 0;
  left: 0;
  clip-path: circle(0% at 50% 50%);
}
.form-botton-back:hover:before {
  clip-path: circle(100% at 50% 50%);
}
.form-botton-back input[type=button] {
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 1;
}

.form-botton-next:after {
  right: 30px;
}
.form-botton-next:before {
  transition: 0.5s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  top: 0;
  left: 0;
  clip-path: circle(0% at 50% 50%);
}
.form-botton-next:hover:before {
  clip-path: circle(100% at 50% 50%);
}
.form-botton-next input[type=submit] {
  height: 70px;
}

@media screen and (min-width: 1141px) and (max-width: 1329px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (min-width: 1330px) {
  .pc-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .pctb-none {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  .tb-none {
    display: none !important;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 0 3.5rem;
  display: flex;
  align-items: center;
  background: #fff;
  height: 10rem;
}
@media screen and (max-width: 767px) {
  .header {
    height: 4rem;
    padding: 0 1.8rem;
  }
}
.header .logo {
  position: relative;
  z-index: 1050;
}
@media screen and (max-width: 767px) {
  .header .logo .sub {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header .nav {
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: 0.2s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 3.8rem;
    margin: 0;
  }
  .header .nav ul {
    display: block;
    width: 100%;
    margin-bottom: 4.5rem;
  }
  .header .nav ul li {
    border-bottom: 1px solid #76bcdc;
  }
  .header .nav ul li:nth-child(n+2) {
    margin-left: 0;
  }
  .header .nav ul li a {
    display: block;
    padding: 1.4em 0;
    color: #555;
    position: relative;
  }
  .header .nav ul li a:after {
    display: none;
  }
  .header .nav ul li a:before {
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #76bcdc;
    border-right: 2px solid #76bcdc;
    position: absolute;
    right: 1.5em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .header .nav.--open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }
}

.logo {
  display: block;
  transition: opacity 0.2s;
  flex-shrink: 0;
}
.logo:hover {
  opacity: 0.6;
}
.logo .sub {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 0.3em;
  color: #76bcdc;
}
.logo .main {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: 700;
  color: #76bcdc;
}
@media screen and (min-width: 1141px) and (max-width: 1360px) {
  .logo .main {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .logo .main {
    font-size: 1.1rem;
  }
}

.nav {
  margin-left: 8rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 1141px) and (max-width: 1360px) {
  .nav {
    margin-left: 5rem;
  }
}
.nav ul {
  display: flex;
}
.nav ul li:nth-child(n+2) {
  margin-left: 5rem;
}
@media screen and (min-width: 1141px) and (max-width: 1360px) {
  .nav ul li:nth-child(n+2) {
    margin-left: 3rem;
  }
}
.nav ul li a {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  transition: opacity 0.2s;
  position: relative;
  line-height: 1;
  padding: 0.3em 0;
  color: #76bcdc;
}
@media screen and (min-width: 1141px) and (max-width: 1360px) {
  .nav ul li a {
    font-size: 1.3rem;
  }
}
.nav ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #76bcdc;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.2s;
}
.nav ul li a:hover:after {
  width: 100%;
}

.nav_btn {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .nav_btn {
    width: 25.8rem;
  }
}
@media screen and (min-width: 1141px) and (max-width: 1360px) {
  .nav_btn {
    width: 21rem;
  }
}

/* menu-trigger */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
}

.menu-trigger {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  background: #76bcdc;
}
.menu-trigger span {
  position: absolute;
  left: 50%;
  width: 60%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 30%;
}
.menu-trigger span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.menu-trigger span:nth-of-type(3) {
  bottom: 30%;
}
.menu-trigger.top span {
  background-color: #fff;
}

/* menu-trigger エフェクト */
.menu-trigger.active span:nth-of-type(1) {
  transform: translateX(-50%) translateY(-50%) rotate(-38deg);
  top: 50%;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  top: 50%;
  bottom: auto;
  transform: translateX(-50%) translateY(-50%) rotate(38deg);
}

.footer {
  margin-top: 10rem;
  width: 100%;
}
.footer .footer_top {
  background: #76bcdc;
  padding: 5rem 3.5rem;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer .footer_top {
    display: none;
  }
}
.footer .footer_top .logo .sub {
  color: #fff;
}
.footer .footer_top .logo .main {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .footer_top .nav {
    display: none;
  }
}
.footer .footer_top .nav ul li a {
  color: #fff;
}
.footer .footer_top .nav ul li a:after {
  display: none;
}
.footer .footer_top .nav ul li a:hover {
  opacity: 0.6;
}

.copyright {
  text-align: center;
  padding: 3rem;
  color: #76bcdc;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .copyright {
    background: #76bcdc;
    padding: 4rem 0 11rem;
    font-size: 1.2rem;
    color: #fff;
  }
}

#SP-BOTTOM-BTN {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  background: #fff;
  z-index: 900;
}
#SP-BOTTOM-BTN a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0.5rem;
}
#SP-BOTTOM-BTN a div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #76bcdc;
}
#SP-BOTTOM-BTN a div p {
  color: #76bcdc;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  text-align: center;
  width: 100%;
  position: relative;
  line-height: 1;
  font-weight: 700;
}
#SP-BOTTOM-BTN a div p:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6rem;
  border-top: 1px solid #76bcdc;
  border-right: 1px solid #76bcdc;
  width: 0.45em;
  height: 0.45em;
  transform: translateY(-50%) rotate(45deg);
}

#PAGETOP {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  width: 5rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
#PAGETOP.--fixed {
  opacity: 1;
  pointer-events: auto;
}
#PAGETOP a {
  display: block;
  transition: 0.2s;
}
#PAGETOP a:hover {
  opacity: 0.6;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../slick/fonts/slick.eot");
  src: url("../slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../slick/fonts/slick.woff") format("woff"), url("../slick/fonts/slick.ttf") format("truetype"), url("../slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 5;
  position: absolute;
  font-size: 0px;
  top: 40%;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    height: 28px;
    width: 28px;
  }
}

.slick-prev {
  left: 20px;
}

.slick-next {
  right: 20px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 0px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  border-radius: 50%;
  content: "";
  width: 8px;
  height: 8px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.top_header {
  opacity: 0;
  pointer-events: none;
}
.top_header.--fixed {
  opacity: 1;
  pointer-events: auto;
}
.top_header.--open {
  opacity: 1;
  pointer-events: auto;
}

#MV {
  position: relative;
  width: 100vw;
  height: 100vh;
  max-height: 80rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #MV {
    height: 44.3rem;
  }
}
#MV .mv_header {
  position: absolute;
  background-color: transparent;
  z-index: 100;
}
#MV .mv_header .logo .sub {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #MV .mv_header .logo .sub {
    display: none;
  }
}
#MV .mv_header .logo .main {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #MV .mv_header .nav {
    display: none;
  }
}
#MV .mv_header .nav ul li a {
  color: #fff;
}
#MV .mv_header .nav ul li a:after {
  background: #fff;
}
#MV .img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
#MV .img .item figure {
  display: block;
  width: 100vw;
  height: 100vh;
  max-height: 80rem;
  background-position: center;
  background-size: cover;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  #MV .img .item figure {
    height: 44.3rem;
  }
}
#MV .img .item figure:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/common/ht10.png");
  background-size: 7.6rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#MV .txt {
  position: absolute;
  z-index: 10;
  left: 9rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #MV .txt {
    width: calc(100vw - 7.6rem);
    left: 3.8rem;
    transform: translateY(-10%);
  }
}
#MV .txt p {
  font-size: 4.5rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #MV .txt p {
    font-size: 2.2rem;
  }
}
#MV .txt h1 {
  color: #fff;
  font-size: 1.4rem;
  margin-top: 2rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #MV .txt h1 {
    font-size: 1.2rem;
  }
}
#MV .btn {
  position: absolute;
  right: 9rem;
  bottom: 12rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #MV .btn {
    display: none;
  }
}
#MV .en {
  position: absolute;
  width: 100%;
  max-width: 1311px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 20%);
  z-index: 10;
}
#MV .en img {
  display: block;
}

#ABOUT {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  #ABOUT {
    margin-top: 3rem;
  }
}
#ABOUT > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #ABOUT > div {
    display: block;
  }
}
#ABOUT > div figure {
  width: 27.8rem;
}
@media screen and (max-width: 767px) {
  #ABOUT > div figure {
    width: 14em;
    margin: 0 auto 3rem;
  }
}
@media screen and (min-width: 768px) {
  #ABOUT > div div {
    width: 53.9rem;
    margin-left: 6rem;
  }
}
#ABOUT > div div h3 {
  font-size: 3rem;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin-bottom: 1em;
  color: #76bcdc;
}
@media screen and (max-width: 767px) {
  #ABOUT > div div h3 {
    font-size: 2.1rem;
  }
}
#ABOUT > div div p {
  line-height: 2.26;
  letter-spacing: 0.2em;
}

#SERVICE .service_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#SERVICE .service_list li {
  width: 48%;
  background: #f0f5f5;
  padding: 4rem 4rem;
  border-radius: 1rem;
}
#SERVICE .service_list li.--full {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #SERVICE .service_list li {
    width: 100%;
    padding: 3rem;
  }
}
@media screen and (min-width: 768px) {
  #SERVICE .service_list li:nth-child(n+2) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #SERVICE .service_list li:nth-child(n+2) {
    margin-top: 3rem;
  }
}
#SERVICE .service_list li .sl_top h3 {
  color: #76bcdc;
  font-size: 3rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #SERVICE .service_list li .sl_top h3 {
    font-size: 2.1rem;
  }
}
#SERVICE .service_list li .sl_top p {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  #SERVICE .service_list li .sl_top p {
    font-size: 1.3rem;
    line-height: 1.71;
  }
}
#SERVICE .service_list li > p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #a7a7a7;
  margin-top: 4rem;
  line-height: 1.71;
}
@media screen and (max-width: 767px) {
  #SERVICE .service_list li > p {
    font-size: 1.3rem;
    margin-top: 2rem;
  }
}
#SERVICE .service_list li > p.--narrow {
  letter-spacing: 0.015em;
}
#SERVICE .service_list + p {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #SERVICE .service_list + p {
    font-size: 1.3rem;
    margin-top: 4rem;
  }
}
#SERVICE .btnarea {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #SERVICE .btnarea {
    display: block;
    margin-top: 4rem;
  }
}
#SERVICE .btnarea .btn {
  margin: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  #SERVICE .btnarea .btn {
    margin: 0;
  }
  #SERVICE .btnarea .btn:nth-child(2) {
    margin-top: 2rem;
  }
}

#FLOW .flow_li li:nth-child(n+2) {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  #FLOW .flow_li li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70rem;
  }
  #FLOW .flow_li li:nth-child(2) {
    margin-left: calc((100% - 70rem) / 3);
  }
  #FLOW .flow_li li:nth-child(3) {
    margin-left: calc((100% - 70rem) / 3 * 2);
  }
  #FLOW .flow_li li:nth-child(4) {
    margin-left: calc(100% - 70em);
  }
}
@media screen and (min-width: 768px) {
  #FLOW .flow_li li figure {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  #FLOW .flow_li li figure {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #FLOW .flow_li li > div {
    width: 46%;
  }
}
#FLOW .flow_li li > div h3 {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #FLOW .flow_li li > div h3 {
    display: flex;
    align-items: center;
  }
}
#FLOW .flow_li li > div h3 .num {
  display: flex;
  align-items: center;
}
#FLOW .flow_li li > div h3 .num p {
  color: #76bcdc;
  letter-spacing: 0.2em;
  line-height: 1;
}
#FLOW .flow_li li > div h3 .num p:first-child {
  font-size: 1.4rem;
}
#FLOW .flow_li li > div h3 .num p:last-child {
  font-size: 4rem;
  padding-bottom: 0.3em;
  margin-left: 0.3rem;
}
#FLOW .flow_li li > div h3 > p {
  font-size: 1.9rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #FLOW .flow_li li > div h3 > p {
    white-space: nowrap;
    margin-left: 1rem;
  }
}
#FLOW .flow_li li > div > p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.71;
  color: #a7a7a7;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #FLOW .flow_li li > div > p {
    font-size: 1.3rem;
    margin-top: 2rem;
  }
}

#SOUDAN > div {
  background-image: url("/assets/images/common/ht25.png");
  background-size: 7.6rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 7.5rem 3rem;
}
#SOUDAN > div p {
  width: 56rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  font-weight: 700;
  color: #76bcdc;
}
@media screen and (min-width: 768px) {
  #SOUDAN > div p {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  #SOUDAN > div p {
    width: auto;
  }
}
#SOUDAN > div p.main {
  font-size: 3.1rem;
}
#SOUDAN > div p.sub {
  font-size: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #SOUDAN > div p.sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #SOUDAN > div p span {
    background: #fff;
    display: inline-block;
    padding: 0.2rem 0.7rem;
    line-height: 1;
  }
}
#SOUDAN > div .btn {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  #SOUDAN > div .btn {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  #ACCESS .access_content {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #ACCESS .access_content .map {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #ACCESS .access_content .map {
    margin-bottom: 4rem;
  }
}
#ACCESS .access_content .map iframe {
  width: 100%;
  height: 35rem;
}
@media screen and (max-width: 767px) {
  #ACCESS .access_content .map iframe {
    height: 19rem;
  }
}
@media screen and (min-width: 768px) {
  #ACCESS .access_content .info {
    width: 45%;
  }
}
#ACCESS .access_content .info h3 {
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #ACCESS .access_content .info h3 {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  #ACCESS .access_content .info dl {
    display: flex;
  }
}
#ACCESS .access_content .info dl:nth-of-type(n+2) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #ACCESS .access_content .info dl:nth-of-type(n+2) {
    margin-top: 2rem;
  }
}
#ACCESS .access_content .info dl dt, #ACCESS .access_content .info dl dd {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #ACCESS .access_content .info dl dt, #ACCESS .access_content .info dl dd {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  #ACCESS .access_content .info dl dt {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  #ACCESS .access_content .info dl dd {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #ACCESS .access_content .info dl dd {
    margin-top: 0.5rem;
  }
}

#PRICE .lead {
  text-align: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #PRICE .lead {
    margin-bottom: 6rem;
  }
}
#PRICE .lead h2 {
  font-size: 3rem;
  letter-spacing: 0.2em;
  color: #76bcdc;
}
@media screen and (max-width: 767px) {
  #PRICE .lead h2 {
    font-size: 2.1rem;
  }
}
#PRICE .lead p {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin-top: 3rem;
  color: #a7a7a7;
}
@media screen and (max-width: 767px) {
  #PRICE .lead p {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  #PRICE .price_category {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #PRICE .price_category .price_list:nth-child(n+2) {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 768px) {
  #PRICE .price_category .price_list {
    width: 46%;
  }
  #PRICE .price_category .price_list:nth-child(n+3) {
    margin-top: 8rem;
  }
}
#PRICE .price_category .price_list h3 {
  color: #76bcdc;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1;
  border-radius: 1rem;
  border: 1px solid #76bcdc;
  padding: 1rem 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #PRICE .price_category .price_list h3 {
    font-size: 1.8rem;
  }
}
#PRICE .price_category .price_list dl {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ddd;
}
#PRICE .price_category .price_list dl:nth-child(n+2) {
  margin-top: 3rem;
}
#PRICE .price_category .price_list dl dt, #PRICE .price_category .price_list dl dd {
  letter-spacing: 0.05em;
  line-height: 1.3;
}
#PRICE .price_category .price_list dl dt {
  font-size: 1.4rem;
  font-weight: 700;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #PRICE .price_category .price_list dl dt {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
}
#PRICE .price_category .price_list dl dt.--nowrap {
  white-space: nowrap;
}
#PRICE .price_category .price_list dl dd {
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #PRICE .price_category .price_list dl dd {
    font-size: 1.3rem;
  }
}
#PRICE .price_category .price_list p {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #a7a7a7;
  text-align: right;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #PRICE .price_category .price_list p {
    font-size: 1.2rem;
  }
}
#PRICE .price_category .price_list.--col3 dl {
  flex-wrap: wrap;
}
#PRICE .price_category .price_list.--col3 dl dt {
  width: 30%;
}
#PRICE .price_category .price_list.--col3 dl dd:first-of-type {
  width: 70%;
}
#PRICE .price_category .price_list.--col3 dl dd:last-of-type {
  width: 100%;
  margin-top: 0.5rem;
}
#PRICE .notes {
  color: #a7a7a7;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  line-height: 1.71;
  text-align: center;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  #PRICE .notes {
    font-size: 1.3rem;
    margin-top: 7rem;
  }
}
#PRICE .btn {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #PRICE .btn {
    margin-top: 5rem;
  }
}

#RESERVE .lead {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #RESERVE .lead {
    font-size: 1.3rem;
    margin-bottom: 3rem;
  }
}
#RESERVE .form dl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #RESERVE .form dl {
    display: block;
  }
}
#RESERVE .form dl:nth-child(n+2) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #RESERVE .form dl:nth-child(n+2) {
    margin-top: 2rem;
  }
}
#RESERVE .form dl dt {
  width: 25%;
  font-size: 1.6rem;
  padding: 0.6em 0 0 0;
}
@media screen and (max-width: 767px) {
  #RESERVE .form dl dt {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#RESERVE .form dl dt.hissu:after {
  content: "*";
  color: #c21800;
  display: inline-block;
  margin-left: 0.2em;
}
#RESERVE .form dl dd {
  width: 75%;
  font-size: 1.6rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #RESERVE .form dl dd {
    width: 100%;
    font-size: 1.3rem;
  }
}
#RESERVE .form input[type=text], #RESERVE .form input[type=email], #RESERVE .form input[type=tel], #RESERVE .form textarea {
  font-size: 1.6rem;
  padding: 1em;
  background: #eee;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  #RESERVE .form input[type=text], #RESERVE .form input[type=email], #RESERVE .form input[type=tel], #RESERVE .form textarea {
    font-size: 1.3rem;
  }
}
#RESERVE .form textarea {
  width: 100% !important;
  min-height: 20rem;
}
#RESERVE .form .input_zip {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
#RESERVE .form .input_zip p {
  margin-right: 1em;
}
#RESERVE .form .input_zip input {
  max-width: 25rem;
}
@media screen and (max-width: 767px) {
  #RESERVE .form .input_zip input {
    max-width: 17rem;
  }
}
#RESERVE .form .input_radio {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.6em;
}
#RESERVE .form .input_radio label {
  margin-right: 3rem;
  padding-left: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #RESERVE .form .input_radio label {
    margin-right: 0;
    padding-left: 2.8rem;
    width: 50%;
  }
}
#RESERVE .form .input_radio label:last-child {
  margin-right: 0;
}
#RESERVE .form .input_radio label:before, #RESERVE .form .input_radio label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}
#RESERVE .form .input_radio label:before {
  background: #eee;
  width: 1.5em;
  height: 1.5em;
  left: 0;
  z-index: 1;
}
#RESERVE .form .input_radio label:after {
  background: #76bcdc;
  width: 0.7em;
  height: 0.7em;
  left: 0.4em;
  z-index: 5;
  opacity: 0;
  transition: 0.2s;
}
#RESERVE .form .input_radio label.mfp_checked:after {
  opacity: 1;
}
#RESERVE .form .input_radio input {
  display: none;
}
#RESERVE .form .input_select {
  position: relative;
  width: 21rem;
}
#RESERVE .form .input_select:after {
  position: absolute;
  right: 0.8em;
  width: 0.7em;
  height: 0.5em;
  background-color: #555;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
}
#RESERVE .form .input_select select {
  padding: 1em;
  background: #eee;
  border-radius: 1rem;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#RESERVE .form .reply_time {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #RESERVE .form .reply_time {
    flex-wrap: wrap;
  }
}
#RESERVE .form .reply_time p {
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  #RESERVE .form .reply_time p {
    margin: 0 0 1rem;
  }
}
#RESERVE .form .kibou li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#RESERVE .form .kibou li:nth-child(n+2) {
  margin-top: 2rem;
}
#RESERVE .form .kibou li p {
  margin-right: 1.5rem;
  flex-shrink: 0;
  white-space: nowrap;
}
#RESERVE .form .kibou li p:nth-of-type(n+2) {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  #RESERVE .form .kibou li p:nth-of-type(1) {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  #RESERVE .form .kibou li p:nth-of-type(4) {
    margin-right: 0;
  }
}
#RESERVE .form .kibou li .input_txt:nth-of-type(1) {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  #RESERVE .form .kibou li .input_txt:nth-of-type(1) {
    width: 30%;
  }
}
#RESERVE .form .kibou li .input_txt:nth-of-type(2), #RESERVE .form .kibou li .input_txt:nth-of-type(3) {
  width: 6rem;
}
@media screen and (max-width: 767px) {
  #RESERVE .form .kibou li .input_txt:nth-of-type(2), #RESERVE .form .kibou li .input_txt:nth-of-type(3) {
    width: 15%;
  }
}
#RESERVE .form .kibou li .input_select {
  width: 17rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #RESERVE .form .kibou li .input_select {
    margin-left: 0;
    margin-top: 1rem;
  }
}
#RESERVE .form .notes {
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  color: #a7a7a7;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #RESERVE .form .notes {
    font-size: 1.2rem;
  }
}
#RESERVE .form .pp {
  margin-top: 7rem;
  border: 1px solid #555;
  padding: 3rem;
  border-radius: 1rem;
  height: 28rem;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  #RESERVE .form .pp {
    padding: 2rem;
    margin-top: 5rem;
  }
}
#RESERVE .form .pp > div h3 {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #RESERVE .form .pp > div h3 {
    font-size: 1.4rem;
  }
}
#RESERVE .form .pp > div h4 {
  margin-top: 2rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #RESERVE .form .pp > div h4 {
    font-size: 1.4rem;
  }
}
#RESERVE .form .pp > div p {
  margin-top: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #RESERVE .form .pp > div p {
    font-size: 1.3rem;
  }
}
#RESERVE .form .pp_check {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #RESERVE .form .pp_check {
    margin-top: 3rem;
  }
}
#RESERVE .form .pp_check label {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #RESERVE .form .pp_check label {
    font-size: 1.3rem;
  }
}
#RESERVE .form .pp_check label:after {
  content: "*";
  color: #c21800;
  display: inline-block;
  margin-left: 0.2em;
}
#RESERVE .form .pp_check label input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 3rem;
  vertical-align: middle;
  position: relative;
}
#RESERVE .form .pp_check label input[type=checkbox]:before, #RESERVE .form .pp_check label input[type=checkbox]:after {
  content: "";
  display: block;
  position: absolute;
}
#RESERVE .form .pp_check label input[type=checkbox]:before {
  background: #eee;
  border-radius: 0;
  width: 1.2em;
  height: 1.2em;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
#RESERVE .form .pp_check label input[type=checkbox]:after {
  border-bottom: 4px solid #76bcdc;
  border-left: 4px solid #76bcdc;
  height: 0.3em;
  width: 0.8em;
  transform: rotate(-45deg);
  top: -0.5em;
  left: 0.2em;
  opacity: 0;
  transition: 0.2s;
}
#RESERVE .form .pp_check label input[type=checkbox]:checked:after {
  opacity: 1;
}
#RESERVE .form .btnarea {
  margin-top: 10rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #RESERVE .form .btnarea {
    margin-top: 5rem;
    display: block;
  }
}
#RESERVE .form .btnarea .btn {
  margin: 0 3rem;
}
@media screen and (max-width: 767px) {
  #RESERVE .form .btnarea .btn {
    margin: 0 auto 0;
  }
  #RESERVE .form .btnarea .btn:nth-child(2) {
    margin-top: 3rem;
  }
}
#RESERVE #mfp_phase_confirm_inner h4 {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #RESERVE #mfp_phase_confirm_inner h4 {
    font-size: 1.4rem;
  }
}
#RESERVE #mfp_phase_confirm_inner #mfp_confirm_table {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #RESERVE #mfp_phase_confirm_inner #mfp_confirm_table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #RESERVE #mfp_phase_confirm_inner #mfp_confirm_table tbody {
    display: block;
  }
}
#RESERVE #mfp_phase_confirm_inner #mfp_confirm_table .mfp_achroma,
#RESERVE #mfp_phase_confirm_inner #mfp_confirm_table .mfp_colored {
  background: #fff;
}
@media screen and (max-width: 767px) {
  #RESERVE #mfp_phase_confirm_inner #mfp_confirm_table tr {
    display: block;
    padding-bottom: 2rem;
    border-bottom: 1px solid #a7a7a7;
    margin-bottom: 2rem;
  }
}
#RESERVE #mfp_phase_confirm_inner #mfp_confirm_table tr th, #RESERVE #mfp_phase_confirm_inner #mfp_confirm_table tr td {
  padding: 2rem 0;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  #RESERVE #mfp_phase_confirm_inner #mfp_confirm_table tr th, #RESERVE #mfp_phase_confirm_inner #mfp_confirm_table tr td {
    display: block;
    padding: 0;
  }
}
#RESERVE #mfp_phase_confirm_inner #mfp_confirm_table tr th {
  width: 25%;
}
@media screen and (max-width: 767px) {
  #RESERVE #mfp_phase_confirm_inner #mfp_confirm_table tr th {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
#RESERVE #mfp_phase_confirm_inner #mfp_confirm_table tr td {
  width: 75%;
}
@media screen and (max-width: 767px) {
  #RESERVE #mfp_phase_confirm_inner #mfp_confirm_table tr td {
    width: 100%;
    font-size: 1.3rem;
  }
}
#RESERVE #mfp_phase_confirm_inner .mfp_buttons {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #RESERVE #mfp_phase_confirm_inner .mfp_buttons {
    display: block;
  }
}
#RESERVE #mfp_phase_confirm_inner .mfp_buttons .mfp_element_button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  display: block;
  background: #76bcdc;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  padding: 1.5em;
  position: relative;
  border-radius: 5em;
  transition: 0.2s;
  cursor: pointer;
  margin: 0 2rem;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  #RESERVE #mfp_phase_confirm_inner .mfp_buttons .mfp_element_button {
    font-size: 1.6rem;
    width: 100%;
    margin: 0 auto;
    max-width: calc(100vw - 7.6rem);
  }
  #RESERVE #mfp_phase_confirm_inner .mfp_buttons .mfp_element_button:nth-child(n+2) {
    margin-top: 1rem;
  }
}
#RESERVE #mfp_phase_confirm_inner .mfp_buttons .mfp_element_button:after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
#RESERVE #mfp_phase_confirm_inner .mfp_buttons .mfp_element_button:hover {
  background: #118bc2;
  transform: scale(1.05);
}
#RESERVE #mfp_phase_confirm_inner .mfp_buttons .mfp_element_button#mfp_button_cancel {
  background: #ddd;
}
#RESERVE #mfp_phase_confirm_inner .mfp_buttons .mfp_element_button#mfp_button_cancel:hover {
  background: #ccc;
}
#RESERVE .mfp_err {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1;
}
#RESERVE.thanks h2 {
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.2em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #RESERVE.thanks .lead {
    text-align: left;
  }
}
#RESERVE.thanks .notes {
  font-size: 1.4rem;
  color: #a7a7a7;
  letter-spacing: 0.05em;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #RESERVE.thanks .notes {
    text-align: left;
    font-size: 1.3rem;
  }
}
#RESERVE.thanks .btn {
  margin-top: 8rem;
}
/*# sourceMappingURL=style.min.css.map */
