@charset "UTF-8";
/***********************************************************************
media queries setting
**********************************************************************/
/***********************************************************************
reset
**********************************************************************/
* {
  margin: 0;
  padding: 0; }

html, body {
  -webkit-text-size-adjust: 100%; }

body {
  color: #000;
  margin: 0;
  padding: 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px; }
  @media (max-width: 768px) {
    body {
      font-size: 13px; } }

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, th, td, img,
article, footer, header, nav, section {
  margin: 0;
  padding: 0;
  border: none;
  font-feature-settings: "palt";
  list-style-type: none; }

th {
  font-weight: normal;
  text-align: inherit; }

select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 100%;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

select {
  cursor: pointer; }

select::-ms-expand {
  display: none; }

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

*:focus {
  outline: none; }

img[src$=".svg"] {
  width: 100%; }

hr {
  display: none; }

a {
  color: #000;
  text-decoration: none;
  outline: none;
  transition: .3s all; }
  a:hover {
    opacity: .75; }
    @media (max-width: 768px) {
      a:hover {
        opacity: 1; } }

/* set html5 elements to block */
article, footer, header, nav, section {
  display: block; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

.pc {
  display: block; }
  @media (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media (max-width: 768px) {
    .sp {
      display: block; } }

ul {
  font-size: 0; }
  ul li {
    font-size: 14px; }
  @media (max-width: 768px) {
    ul li {
      font-size: 13px; } }

/***********************************************************************
common
**********************************************************************/
.inner {
  margin: 0 auto;
  max-width: 1080px;
  width: 90%; }

.head_section {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 27.5px;
  font-weight: 400;
  padding: 19px 0;
  position: relative;
  text-align: center; }
  @media (max-width: 768px) {
    .head_section {
      font-size: 20px;
      line-height: 1.5;
      padding: 15px 0; } }
  .head_section::after, .head_section::before {
    background: #950c0c;
    content: "";
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 20px; }
  .head_section::after {
    bottom: 0; }
  .head_section::before {
    top: 0; }
  .head_section.white {
    color: #fff; }
    .head_section.white::after, .head_section.white::before {
      background: #fff; }

.head_border {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  position: relative; }
  @media (max-width: 768px) {
    .head_border {
      font-size: 18px;
      padding-left: 15px; } }
  .head_border small {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 7px; }
  .head_border::before {
    background: #000;
    content: "";
    height: 100%;
    position: absolute;
    left: -15px;
    top: 0;
    width: 4px; }
    @media (max-width: 768px) {
      .head_border::before {
        left: 0; } }

/***********************************************************************
header
**********************************************************************/
header .drawer-hamburger {
  display: none; }
  @media screen and (max-width: 915px) {
    header .drawer-hamburger {
      background: #fff !important;
      border-radius: 0 5px 5px 0;
      box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.4);
      display: block;
      width: 55px;
      line-height: 2;
      padding: 8px 3px 5px;
      top: 38px; } }
@media screen and (max-width: 915px) {
  header .drawer-hamburger-icon {
    background: url(../images/english/nav_span02.png) no-repeat;
    background-size: cover;
    margin-top: 0;
    width: 55px;
    height: 50px; }
  header .close {
    background-position: -65px 0; } }

nav {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 30px 30px 100px;
  position: fixed;
  top: 55px;
  z-index: 100; }
  @media screen and (min-width: 915px) and (max-width: 900px) {
    nav {
      padding: 30px 30px 30px 25px; } }
  @media screen and (max-width: 915px) {
    nav {
      padding: 0; } }
  nav ul {
    display: flex; }
    @media screen and (max-width: 915px) {
      nav ul {
        display: block; } }
  nav li {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 16px;
    margin-right: 28px;
    position: relative; }
    @media screen and (max-width: 915px) {
      nav li {
        margin-left: 6px;
        margin-right: 0; } }
    nav li:before {
      position: absolute;
      top: 1.8em;
      left: 0;
      content: "";
      display: inline-block;
      width: 0;
      height: 2px;
      background: #9f0c0c;
      transition: 0.5s; }
      @media screen and (max-width: 915px) {
        nav li:before {
          content: none; } }
    nav li:hover:before {
      width: 100%; }
    nav li a {
      padding-left: 18px;
      position: relative; }
      nav li a::before {
        background: url("../images/english/icon_nav.svg") no-repeat center/contain;
        content: "";
        height: 6px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        width: 16px; }
        @media screen and (max-width: 915px) {
          nav li a::before {
            left: -6px; } }
  nav .lang {
    margin-left: 10px;
    margin-right: 0;
    padding: 0 12px; }
    @media screen and (max-width: 915px) {
      nav .lang {
        display: inline-block;
        margin-left: 0;
        margin-top: 20px;
        padding: 0 12px 0 0; } }
    nav .lang::before {
      content: none; }
    nav .lang a {
      color: #8d8d8d;
      padding: 0; }
      nav .lang a::before {
        content: none; }
      nav .lang a:hover {
        color: #950c0c; }
        @media screen and (max-width: 915px) {
          nav .lang a:hover {
            color: #8d8d8d; } }
    nav .lang + .lang {
      margin: 0;
      position: relative; }
      @media screen and (max-width: 915px) {
        nav .lang + .lang {
          padding: 0 0 0 12px; } }
      nav .lang + .lang::after {
        background: #950c0c;
        height: 15px;
        content: "";
        position: absolute;
        left: -3px;
        top: 50%;
        transform: rotate(20deg) translate(0, -50%);
        width: 1px; }

/***********************************************************************
footer
**********************************************************************/
footer {
  padding: 55px 0; }
  @media (max-width: 768px) {
    footer {
      padding: 20px 0; } }
  footer p {
    text-align: center; }

/***********************************************************************
home
**********************************************************************/
/* main */
#main {
  align-items: flex-start;
  display: flex;
  padding-top: 165px;
  position: relative; }
  @media (max-width: 768px) {
    #main {
      padding-top: 40px; } }
  #main .image {
    width: 80%; }
    @media (max-width: 768px) {
      #main .image {
        margin: 30px 2% 0 -12%;
        width: 90%; } }
  #main .logo {
    padding-right: 3%;
    position: relative;
    width: 17%; }
    #main .logo::after {
      background: url("../images/english/main_nami.png") no-repeat center/contain;
      content: "";
      height: 280px;
      position: absolute;
      right: 0;
      bottom: -325px;
      width: 631px;
      z-index: -1; }
      @media (max-width: 768px) {
        #main .logo::after {
          height: 33.28vw;
          bottom: inherit;
          width: 75vw; } }
  #main::before {
    background: url("../images/english/paper1.png") no-repeat center/contain;
    content: "";
    height: 356px;
    position: absolute;
    right: 0;
    top: 0;
    width: 483px;
    z-index: -1; }
    @media (max-width: 768px) {
      #main::before {
        content: none; } }
  #main::after {
    background: url("../images/english/paper2.png") no-repeat center/contain;
    content: "";
    height: 150px;
    position: absolute;
    right: 11%;
    bottom: 5%;
    width: 194px;
    z-index: -1; }
    @media (max-width: 768px) {
      #main::after {
        content: none; } }

/* main */
/* intro */
#intro {
  background: url("../images/english/intro_back.png") no-repeat center top/cover;
  padding: 190px 0 215px; }
  @media (max-width: 768px) {
    #intro {
      padding: 60px 0 50px; } }
  #intro h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 27.5px;
    font-weight: 400;
    margin: 65px 0 36px;
    text-align: center; }
    @media (max-width: 768px) {
      #intro h3 {
        font-size: 20px;
        margin: 45px 0 25px; } }
  #intro p {
    font-size: 17px;
    line-height: 2.47;
    text-align: center; }
    @media (max-width: 768px) {
      #intro p {
        font-size: 15px;
        line-height: 2.2;
        text-align: left; } }

/* intro */
/* course */
#course {
  background: url("../images/english/course_back.png") repeat center center;
  padding: 80px 0; }
  @media (max-width: 768px) {
    #course {
      padding: 40px 0; } }
  #course .inner {
    max-width: 980px; }
  #course .head_section + p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 48px 0 45px;
    text-align: center;
    text-decoration: underline; }
    @media (max-width: 768px) {
      #course .head_section + p {
        margin: 25px 0 35px; } }
  #course .course_list {
    background: #fff;
    box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.3);
    display: flex;
    margin-bottom: 80px;
    padding: 50px 65px;
    position: relative;
    z-index: 1; }
    @media (max-width: 768px) {
      #course .course_list {
        display: block;
        margin-bottom: 40px;
        padding: 20px 6.5%; } }
    #course .course_list li {
      width: 43.5%; }
      @media (max-width: 768px) {
        #course .course_list li {
          width: 100%; } }
      #course .course_list li:first-child {
        margin-right: 13%; }
        @media (max-width: 768px) {
          #course .course_list li:first-child {
            margin-bottom: 25px;
            margin-right: 0; } }
    #course .course_list .desc {
      line-height: 1.95;
      margin: 25px 0 30px; }
      @media (max-width: 768px) {
        #course .course_list .desc {
          margin: 20px 0 5px; } }
    #course .course_list h4 {
      background: #000;
      color: #fff;
      font-weight: 400;
      letter-spacing: .075em;
      margin-bottom: 3px;
      max-width: 83px;
      padding: 1px 0;
      text-align: center; }
    #course .course_list .price_text {
      font-size: 17px; }
    #course .course_list::before {
      border-bottom: 144px solid #fff;
      content: "";
      position: absolute;
      left: 27px;
      top: -44px;
      transform: rotate(45deg);
      width: 1px;
      z-index: -1; }
      @media (max-width: 768px) {
        #course .course_list::before {
          content: none; } }
  #course .course-image-slider .swiper-wrapper {
    transition-timing-function: linear; }
  #course .course-image-slider img {
    width: 100%; }
  #course .how-btn {
    margin-bottom: 65px;
    text-align: center; }
    @media (max-width: 768px) {
      #course .how-btn {
        margin-bottom: 40px; } }
    #course .how-btn a {
      border: 1px solid;
      box-sizing: border-box;
      color: #fff;
      display: inline-block;
      max-width: 288px;
      padding: 24px 15px;
      transition: all .5s;
      width: 100%; }
      @media (max-width: 768px) {
        #course .how-btn a {
          max-width: 250px;
          padding: 20px 15px; } }
      #course .how-btn a:hover {
        background: rgba(255, 255, 255, 0.15);
        opacity: 1; }

/* course */
.menu-modal-box {
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin: auto;
  max-width: 840px;
  padding: 45px; }
  @media (max-width: 768px) {
    .menu-modal-box {
      padding: 30px; } }
  .menu-modal-box .head_section {
    margin-bottom: 75px; }
    @media (max-width: 768px) {
      .menu-modal-box .head_section {
        margin-bottom: 40px; } }
  .menu-modal-box li {
    display: flex; }
    @media (max-width: 768px) {
      .menu-modal-box li {
        display: block; } }
    .menu-modal-box li .image {
      margin-right: 6%;
      width: 44%; }
      @media (max-width: 768px) {
        .menu-modal-box li .image {
          margin-bottom: 15px;
          margin-right: 0;
          width: 100%; } }
    .menu-modal-box li .desc {
      width: 50%; }
      @media (max-width: 768px) {
        .menu-modal-box li .desc {
          width: 100%; } }
    .menu-modal-box li h3 {
      font-size: 17px;
      margin-bottom: 15px; }
      @media (max-width: 768px) {
        .menu-modal-box li h3 {
          font-size: 16px;
          margin-bottom: 5px; } }
    .menu-modal-box li:not(:last-child) {
      margin-bottom: 70px; }
      @media (max-width: 768px) {
        .menu-modal-box li:not(:last-child) {
          margin-bottom: 45px; } }

/* access */
#access {
  overflow-x: hidden;
  padding: 75px 0 85px; }
  #access .inner {
    position: relative; }
    #access .inner::before {
      background: url("../images/english/paper2.png") no-repeat center/contain;
      content: "";
      height: 150px;
      position: absolute;
      left: -145px;
      top: -3px;
      width: 194px;
      z-index: -1; }
  #access .access_list {
    display: flex;
    margin-top: 76px;
    position: relative; }
    @media (max-width: 768px) {
      #access .access_list {
        display: block;
        margin-top: 25px; } }
    #access .access_list > li {
      width: 46%; }
      @media (max-width: 768px) {
        #access .access_list > li {
          width: 100%; } }
      #access .access_list > li:first-child {
        margin-right: 8%; }
        @media (max-width: 768px) {
          #access .access_list > li:first-child {
            margin-bottom: 35px;
            margin-right: 0; } }
    #access .access_list .image {
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        #access .access_list .image {
          margin-bottom: 20px; } }
    #access .access_list .desc {
      margin-bottom: 27px;
      padding: 0 4%; }
      @media (max-width: 768px) {
        #access .access_list .desc {
          margin-bottom: 15px; } }
    #access .access_list h3 {
      background: #000;
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      display: inline-block;
      margin-bottom: 11px;
      margin-right: 16px;
      padding: 1px 0;
      text-align: center;
      width: 150px; }
    #access .access_list .instagram_btn {
      display: inline-block; }
      #access .access_list .instagram_btn img {
        max-width: 86px; }
    #access .access_list .googlemap {
      background: #8e8e8e;
      height: 55px;
      margin: 0 auto 30px;
      position: relative;
      width: 213px; }
      #access .access_list .googlemap a {
        color: #fff; }
      #access .access_list .googlemap span {
        background: url(../images/access_pin.png) no-repeat 55px 20px/8px 14px;
        box-sizing: border-box;
        display: block;
        line-height: 55px;
        padding: 0 0 0 14px;
        position: absolute;
        left: 0;
        text-align: center;
        transition: all 0.2s linear;
        width: 213px; }
        #access .access_list .googlemap span:first-of-type {
          height: 0;
          background: #9f0c0c;
          padding: 0;
          margin: 0;
          top: 28px; }
      #access .access_list .googlemap:hover span:first-of-type {
        height: 55px;
        top: 0; }
    #access .access_list .image_list {
      display: flex;
      margin-bottom: 20px; }
      #access .access_list .image_list li {
        width: 17.6%; }
        @media (max-width: 768px) {
          #access .access_list .image_list li {
            width: 18%; } }
        #access .access_list .image_list li:not(:last-child) {
          margin-right: 3%; }
          @media (max-width: 768px) {
            #access .access_list .image_list li:not(:last-child) {
              margin-right: 2%; } }
    #access .access_list .note {
      color: #950c0c;
      line-height: 1.3; }
    #access .access_list::before {
      background: url("../images/english/access_back.png") no-repeat center/cover;
      content: "";
      height: 427px;
      position: absolute;
      bottom: 93px;
      left: 50%;
      transform: translate(-50%, 0);
      width: 100vw;
      z-index: -1; }

/* access */
/* contact */
#contact {
  background: url(../images/english/contact_back.png) no-repeat center center/cover;
  color: #fff;
  padding: 110px 0;
  text-align: center; }
  @media (max-width: 768px) {
    #contact {
      padding: 40px 0; } }
  #contact .required {
    border: 1px solid #fff;
    box-sizing: border-box;
    font-size: 17px;
    margin: 68px auto 19px;
    max-width: 228px;
    padding: 7px; }
    @media (max-width: 768px) {
      #contact .required {
        font-size: 14px;
        margin: 40px auto 25px;
        max-width: 200px;
        padding: 10px; } }
  #contact .note {
    font-size: 17px;
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      #contact .note {
        font-size: 14px;
        line-height: 1.5; } }
  #contact .contact_list {
    display: flex;
    margin: 0 auto;
    max-width: 822px; }
    @media (max-width: 768px) {
      #contact .contact_list {
        display: block; } }
    #contact .contact_list li {
      border: 1px solid #fff;
      box-sizing: border-box;
      padding: 60px 10px;
      width: 48%; }
      @media (max-width: 768px) {
        #contact .contact_list li {
          padding: 25px 10px;
          width: 100%; } }
      #contact .contact_list li:first-child {
        margin-right: 4%; }
        @media (max-width: 768px) {
          #contact .contact_list li:first-child {
            margin-bottom: 25px;
            margin-right: 0; } }
  #contact h3 {
    background: #fff;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto 18px;
    max-width: 200px;
    padding: 3px; }
  #contact .info {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 15px; }
    #contact .info strong {
      font-size: 20px;
      font-weight: 400; }
    #contact .info a {
      color: #fff;
      text-decoration: underline; }
  #contact .closed {
    border: 1px solid #fff;
    box-sizing: border-box;
    font-size: 15px;
    margin: 0 auto 10px;
    max-width: 96px;
    padding: 2px; }
  #contact .closed_text {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 15px; }
  #contact .reservation_btn {
    margin: 0 auto;
    max-width: 240px; }
    #contact .reservation_btn a {
      background: #950c0c;
      color: #fff;
      display: block;
      padding: 6px;
      text-decoration: underline; }

/* contact */
/***********************************************************************
reservation
**********************************************************************/
#form {
  line-height: 2; }
  #form .back {
    background: url(../images/order/back.png) no-repeat center center/cover;
    margin-bottom: 50px;
    padding-bottom: 50px;
    padding-top: 130px; }
    @media (max-width: 768px) {
      #form .back {
        padding-top: 0; } }
    #form .back .attention {
      font-size: 17px;
      margin-bottom: 45px;
      margin-top: 20px;
      text-align: center; }
      @media (max-width: 768px) {
        #form .back .attention {
          font-size: 15px;
          margin-bottom: 25px; } }
    #form .back .error-box {
      text-align: center; }
      #form .back .error-box .error {
        border-left: 3px solid #B70000;
        border-right: 3px solid #B70000;
        font-size: 100%;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 10px; }
        #form .back .error-box .error:first-child {
          border-top: 3px solid #B70000;
          padding-top: 10px; }
        #form .back .error-box .error:last-child {
          border-bottom: 3px solid #B70000;
          margin-bottom: 45px;
          padding-bottom: 10px; }
    #form .back .notes {
      border: 1px solid #000;
      padding: 20px 75px; }
      @media (max-width: 768px) {
        #form .back .notes {
          padding: 20px 5%; } }
      #form .back .notes h4 {
        font-size: 17px;
        font-weight: 400;
        margin-bottom: 15px;
        text-align: center; }
        @media (max-width: 768px) {
          #form .back .notes h4 {
            font-size: 15px;
            margin-bottom: 10px; } }
        #form .back .notes h4:not(:first-child) {
          margin-top: 50px; }
          @media (max-width: 768px) {
            #form .back .notes h4:not(:first-child) {
              margin-top: 35px; } }
      #form .back .notes li {
        padding-left: 10px;
        position: relative; }
        #form .back .notes li::before {
          background: #000;
          content: "";
          height: 5px;
          position: absolute;
          left: 0;
          top: 12px;
          width: 5px; }
  #form #contact-form .head_border {
    font-size: 27px;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      #form #contact-form .head_border {
        font-size: 22px;
        margin-bottom: 15px; } }
  #form #contact-form .check {
    display: none; }
  #form #contact-form dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 55px; }
    @media (max-width: 768px) {
      #form #contact-form dl {
        margin-bottom: 30px; } }
    #form #contact-form dl.request dt {
      display: none; }
    #form #contact-form dl.request dd {
      border: none; }
  #form #contact-form dt {
    border-bottom: 1px solid rgba(203, 203, 203, 0.3);
    padding: 24px 0;
    width: 25%; }
    @media (max-width: 768px) {
      #form #contact-form dt {
        border-bottom: none;
        padding: 20px 0 10px;
        width: 100%; } }
    #form #contact-form dt .required {
      background: #9F0C0C;
      color: #fff;
      margin-left: 10px;
      padding: 2px 11px; }
  #form #contact-form dd {
    border-bottom: 1px solid rgba(203, 203, 203, 0.3);
    padding: 24px 0;
    width: 75%; }
    @media (max-width: 768px) {
      #form #contact-form dd {
        padding: 0 0 20px;
        width: 100%; } }
    #form #contact-form dd.date {
      align-items: center;
      display: flex; }
      #form #contact-form dd.date span {
        font-size: 40px;
        font-weight: 300;
        line-height: 1;
        margin: 0 10px; }
    #form #contact-form dd .note {
      font-weight: bold;
      line-height: 1.3;
      margin-top: 10px; }
  #form #contact-form .border {
    appearance: none;
    background: #fff;
    border: 1px solid #CBCBCB;
    border-radius: 0;
    box-sizing: border-box;
    color: #000;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    max-width: 100%;
    padding: 10px; }
  #form #contact-form .agree-btn {
    margin-bottom: 20px;
    text-align: center; }
  #form #contact-form .submit-btn {
    text-align: center; }
    #form #contact-form .submit-btn input[type="submit"] {
      background: #9F0C0C;
      border: none;
      color: #fff;
      cursor: pointer;
      font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
      font-weight: 400;
      font-size: 19.5px;
      padding: 18px 40px; }
      @media (max-width: 768px) {
        #form #contact-form .submit-btn input[type="submit"] {
          font-size: 16px;
          padding: 13px 40px; } }
    #form #contact-form .submit-btn button {
      background: #ececec;
      border: none;
      cursor: pointer;
      font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
      font-size: 18px;
      margin-top: 10px;
      padding: 18px 40px; }
      @media (max-width: 768px) {
        #form #contact-form .submit-btn button {
          font-size: 15px;
          padding: 13px 40px; } }

.mw_wp_form_confirm #form {
  padding-top: 130px; }
  @media (max-width: 768px) {
    .mw_wp_form_confirm #form {
      padding-top: 90px; } }
  .mw_wp_form_confirm #form .back, .mw_wp_form_confirm #form .head_border {
    display: none; }
  .mw_wp_form_confirm #form #contact-form dt .required,
  .mw_wp_form_confirm #form #contact-form .agree-btn {
    display: none; }
  .mw_wp_form_confirm #form #contact-form .check,
  .mw_wp_form_confirm #form #contact-form .head-request {
    display: block; }
  .mw_wp_form_confirm #form #contact-form dd.date span {
    font-size: 14px; }
  .mw_wp_form_confirm #form #contact-form dd .note {
    display: none; }

#complete {
  padding-top: 130px; }
  @media (max-width: 768px) {
    #complete {
      padding-top: 90px; } }
  #complete .head_border {
    font-size: 27px;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      #complete .head_border {
        font-size: 22px;
        margin-bottom: 20px; } }
  #complete p {
    font-size: 16px;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      #complete p {
        font-size: 15px;
        margin-bottom: 35px; } }
  #complete .submit-btn {
    text-align: center; }
    #complete .submit-btn a {
      background: #9F0C0C;
      color: #fff;
      display: inline-block;
      font-weight: 400;
      font-size: 19.5px;
      padding: 18px 40px; }
      @media (max-width: 768px) {
        #complete .submit-btn a {
          font-size: 16px;
          padding: 13px 40px; } }
