@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("wow/animate.css");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

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

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

ul, ol {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html, * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: bold;
}

.clear {
  clear: both;
}

.cf:before, .cf:after {
  content: "";
  display: block;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
  overflow: hidden;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.table_c {
  display: table-cell;
  vertical-align: top;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.align_center {
  text-align: center !important;
}

.align_left {
  text-align: left !important;
}

.align_right {
  text-align: right !important;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.txt_c {
  text-align: center;
}

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(25deg);
            transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(25deg);
            transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(25deg);
            transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(25deg);
            transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(25deg);
            transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(25deg);
            transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 50%;
  }
}

body {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-attachment: fixed;
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

.pcitem {
  display: block;
}

.spitem {
  display: none;
}

a {
  color: #333;
}

.ttl {
  width: 300px;
  margin: 0 auto 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .ttl {
    width: 50%;
  }
}

.sub_ttl {
  color: #fff;
  text-align: center;
  padding: 0px 15px 0;
  margin: 0 auto 15px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .sub_ttl {
    width: 70%;
  }
}

.pcitem {
  display: block;
}

.spitem {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pcitem {
    display: none;
  }
  .spitem {
    display: block;
  }
}
.booking_btn {
  margin: 30px auto;
  width: 550px;
  padding: 20px 0;
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  background-color: #FFFF00;
  border: 2px solid #FFFF99;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .booking_btn {
    width: 90%;
    padding: 10px 0;
    font-size: 18px;
  }
}

header {
  width: 100%;
  background-image: url("../img/pc/fv_bg.png");
  background-position: center;
  background-size: cover;
  height: 650px;
}
@media only screen and (max-width: 768px) {
  header {
    background-image: none;
    height: auto;
    width: 100%;
  }
}
header .inner {
  width: 860px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  header .inner {
    width: 100%;
  }
}
header .inner .fv_txt {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 100px;
}
header .inner .nav_btn {
  text-decoration: none;
  color: #000;
  text-align: center;
  padding: 22px 50px;
  background-color: #FFFF00;
  border: 2px solid #FFFF99;
  font-weight: bold;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 25px;
}
@media only screen and (max-width: 768px) {
  header .inner .nav_btn {
    padding: 5px;
    right: 10px;
    top: 10px;
    z-index: 10;
  }
}

.wrapper .section {
  width: 100%;
}
.wrapper .about {
  background-image: url("../img/pc/about_bg.png");
  background-position: center;
  background-size: cover;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .wrapper .about {
    background-image: url("../img/sp/about_bg.png");
  }
}
.wrapper .about .contents {
  width: 55%;
  display: inline-block;
  vertical-align: top;
  padding: 40px 20px;
}
@media only screen and (max-width: 768px) {
  .wrapper .about .contents {
    width: 100%;
    padding: 0;
  }
}
.wrapper .about .contents .txt_info {
  width: 400px;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .wrapper .about .contents .txt_info {
    width: 100%;
  }
}
.wrapper .about .contents .txt_info .ttl {
  margin-left: auto;
  width: 200px;
}
.wrapper .about .contents .txt_info .txt {
  margin-top: 15px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .wrapper .about .contents .txt_info .txt {
    text-align: center;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .about .contents .txt_info .img {
    text-align: center;
  }
}
.wrapper .about .picture {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .wrapper .about .picture {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
.wrapper .ourservice {
  background-image: url("../img/pc/ourservice_bg.png");
  background-position: center;
  background-size: cover;
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  .wrapper .ourservice {
    background-image: url("../img/sp/service_bg.png");
  }
}
.wrapper .ourservice .each_service {
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .wrapper .ourservice .each_service {
    overflow: hidden;
    height: 350px;
  }
}
.wrapper .ourservice .each_service .contents {
  display: inline-block;
  width: 55%;
  padding: 40px;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .wrapper .ourservice .each_service .contents {
    width: 500px;
    position: absolute;
  }
}
.wrapper .ourservice .each_service .contents .service_detail {
  max-width: 540px;
  border-radius: 0.5em;
  padding: 40px;
  -webkit-box-shadow: -1px -1px #51ff86, 1px -1px #51ff86, 1px 1px #51ff86, -1px 1px #51ff86, 0 0 0.1em #51ff86, 0 0 0.1em #51ff86 inset, 0 0 0.5em #51ff86, 0 0 0.5em #51ff86 inset, 0 0 1em #51ff86, 0 0 1em #51ff86 inset;
          box-shadow: -1px -1px #51ff86, 1px -1px #51ff86, 1px 1px #51ff86, -1px 1px #51ff86, 0 0 0.1em #51ff86, 0 0 0.1em #51ff86 inset, 0 0 0.5em #51ff86, 0 0 0.5em #51ff86 inset, 0 0 1em #51ff86, 0 0 1em #51ff86 inset;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .wrapper .ourservice .each_service .contents .service_detail {
    padding: 20px;
    position: absolute;
    width: 250px;
    background-color: rgba(0, 0, 0, 0.5);
    left: -20px;
  }
}
.wrapper .ourservice .each_service .contents .service_detail .img {
  width: 200px;
  position: absolute;
  left: -70px;
  top: -40px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media only screen and (max-width: 768px) {
  .wrapper .ourservice .each_service .contents .service_detail .img {
    width: 100px;
    position: absolute;
    left: -40px;
    top: -20px;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
.wrapper .ourservice .each_service .contents .service_detail .heading {
  color: #85ffb3;
  font-weight: bold;
  font-size: 20px;
}
.wrapper .ourservice .each_service .contents .service_detail .txt {
  color: #fff;
  font-weight: bold;
  margin: 20px 0;
}
.wrapper .ourservice .each_service .picture {
  display: inline-block;
  width: 44%;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .wrapper .ourservice .second_service {
    overflow: hidden;
    height: 320px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .ourservice .second_service .contents {
    z-index: 10;
  }
}
.wrapper .ourservice .second_service .contents .service_detail {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .wrapper .ourservice .second_service .contents .service_detail {
    position: relative;
    left: -50px;
    margin-left: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .ourservice .second_service .contents .service_detail .img {
    width: 100px;
    position: absolute;
    top: -20px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    left: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .ourservice .second_service .picture {
    position: absolute;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .ourservice .third_service .contents .service_detail {
    left: -60px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .ourservice .third_service .picture {
    width: 54%;
  }
}
.wrapper .message {
  background-image: url("../img/pc/message_bg.png");
  background-position: center;
  background-size: cover;
  height: 410px;
}
.wrapper .message .inner {
  display: table;
  width: 800px;
  margin: 0 auto;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .wrapper .message .inner {
    width: 100%;
  }
}
.wrapper .message .inner .msg_txt {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 35px;
  text-shadow: 1px 1px 10px #0d61c9, -1px 1px 10px #0d61c9, 1px -1px 10px #0d61c9, -1px -1px 10px #0d61c9;
}
@media only screen and (max-width: 768px) {
  .wrapper .message {
    background-image: url("../img/sp/message_bg.png");
    height: 320px;
  }
}
.wrapper .course {
  background-image: url("../img/pc/course_bg.png");
  background-position: center;
  background-size: cover;
  padding: 40px 0;
}
.wrapper .course .ttl {
  position: relative;
}
.wrapper .course .ttl .thunder {
  position: absolute;
  left: -120px;
  top: -10px;
}
@media only screen and (max-width: 768px) {
  .wrapper .course .ttl .thunder {
    left: -70px;
    top: -10px;
    width: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .course {
    background-image: url("../img/sp/course_bg.png");
  }
}
.wrapper .course .course_detail {
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .wrapper .course .course_detail {
    width: 100%;
  }
}
.wrapper .course .course_detail .course_ttl {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 20px auto;
  font-size: 20px;
}
.wrapper .course .course_detail .course_ttl span {
  color: #fffc24;
}
.wrapper .course .course_detail .sub_info {
  color: #fff;
  text-align: left;
  width: 55%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 768px) {
  .wrapper .course .course_detail .sub_info {
    width: 90%;
  }
}
.wrapper .course .course_detail .sub_info span {
  text-decoration: line-through;
}
.wrapper .course .course_detail .sub_info_under {
  color: #fff;
  text-align: right;
  width: 50%;
  margin: 0 auto 40px;
  font-size: 24px;
  font-weight: bold;
  padding-right: 4px;
}
.wrapper .course .course_detail .sub_info_under_inner {
  text-align: left;
  text-indent: -24px;
  padding-left: 24px;
}
.wrapper .course .course_detail .sub_info_under span {
  font-size: 34px;
  color: #e52020;
}
@media only screen and (max-width: 768px) {
  .wrapper .course .course_detail .sub_info_under span {
    font-size: 20px;
  }
}
.wrapper .course .course_detail .sub_info_under .big {
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  .wrapper .course .course_detail .sub_info_under .big {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .course .course_detail .sub_info_under {
    width: 90%;
    font-size: 14px;
    margin: 0 auto;
    text-align: left;
    padding-left: 90px;
  }
}
.wrapper .course .course_detail .point_area {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 50px 0;
}
.wrapper .course .course_detail .point_area .point {
  padding: 50px 10px;
  margin-left: auto;
  margin-right: 20px;
  width: 540px;
  border-radius: 0.5em;
  -webkit-box-shadow: -1px -1px #51d4ff, 1px -1px #51d4ff, 1px 1px #51d4ff, -1px 1px #51d4ff, 0 0 0.1em #51d4ff, 0 0 0.1em #51d4ff inset, 0 0 0.5em #51d4ff, 0 0 0.5em #51d4ff inset, 0 0 1em #51d4ff, 0 0 1em #51d4ff inset;
          box-shadow: -1px -1px #51d4ff, 1px -1px #51d4ff, 1px 1px #51d4ff, -1px 1px #51d4ff, 0 0 0.1em #51d4ff, 0 0 0.1em #51d4ff inset, 0 0 0.5em #51d4ff, 0 0 0.5em #51d4ff inset, 0 0 1em #51d4ff, 0 0 1em #51d4ff inset;
}
.wrapper .course .course_detail .point_area .point .ttl {
  text-align: center;
  width: 70%;
}
.wrapper .course .course_detail .point_area .point .point_list {
  margin: 20px auto;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .wrapper .course .course_detail .point_area .point .point_list {
    width: 99%;
  }
}
.wrapper .course .course_detail .point_area .point .point_list ul li {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.wrapper .course .course_detail .point_area .point .point_list ul li::before {
  content: "";
  background-image: url(../img/pc/check_icon.png);
  width: 18px;
  height: 18px;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 5px;
}
@media only screen and (max-width: 768px) {
  .wrapper .course .course_detail .point_area .point {
    width: 90%;
  }
}
.wrapper .course .course_detail .point_area .notice {
  color: #fff;
  margin-top: 7px;
  font-size: 10px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .wrapper .course .course_detail .point_area .notice {
    width: 90%;
    text-align: right;
    margin: 3px auto;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .course .course_detail .point_area {
    width: 100%;
  }
}
.wrapper .course .course_detail .course_img {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .wrapper .course .course_detail .course_img {
    width: 90%;
    margin: 0 auto 20px;
    display: block;
    padding: 0;
  }
}
.wrapper .course .notice_area {
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .wrapper .course .notice_area {
    width: 100%;
  }
}
.wrapper .course .notice_area .txt {
  color: #fff;
  line-height: 2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .wrapper .course .notice_area .txt {
    width: 90%;
    margin: 0 auto 10px;
  }
}
.wrapper .course .notice_area .txt span {
  font-weight: bold;
}
.wrapper .course .notice_area .cancelfee table {
  width: 100%;
}
.wrapper .course .notice_area .cancelfee table th, .wrapper .course .notice_area .cancelfee table td {
  width: 25%;
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
}
.wrapper .course .notice_area .cancelfee table th {
  border: solid 1px #fff;
  background-color: #000;
  color: #fff;
}
.wrapper .course .notice_area .cancelfee table td {
  border: solid 1px #000;
  color: #000;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .wrapper .course .notice_area .cancelfee table {
    width: 90%;
    margin: 0 auto;
  }
}
.wrapper .course .notice_area .cancel_sevendays {
  color: #000;
  padding: 10px 0px;
  border-radius: 30px;
  width: 350px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  .wrapper .course .notice_area .cancel_sevendays {
    margin: 10px 0 10px 5%;
  }
}
.wrapper .course .notice_area .cancel_policy {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .wrapper .course .notice_area .cancel_policy {
    width: 90%;
    margin: 0 auto 10px;
  }
}
.wrapper .course .notice_area .cancel_policy span {
  font-weight: bold;
}
.wrapper .flow {
  background-image: url("../img/pc/flow_bg.png");
  background-position: center;
  background-size: contain;
  padding: 40px 0;
}
.wrapper .flow .ttl {
  position: relative;
}
.wrapper .flow .ttl .controller {
  position: absolute;
  right: -170px;
  top: -10px;
}
@media only screen and (max-width: 768px) {
  .wrapper .flow .ttl .controller {
    right: -94px;
    top: -10px;
    width: 100px;
  }
}
.wrapper .flow .step_table {
  width: 750px;
  margin: 30px auto;
}
@media only screen and (max-width: 768px) {
  .wrapper .flow .step_table {
    width: 100%;
  }
}
.wrapper .flow .step_table table {
  border-collapse: separate;
  border-spacing: 0 14px;
}
.wrapper .flow .step_table table th, .wrapper .flow .step_table table td {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .wrapper .flow .step_table table th, .wrapper .flow .step_table table td {
    padding: 5px;
  }
}
.wrapper .flow .step_table table th {
  width: 175px;
}
@media only screen and (max-width: 768px) {
  .wrapper .flow .step_table table th {
    width: 27%;
    text-align: center;
  }
}
.wrapper .flow .step_table table td {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .wrapper .flow {
    background-image: url("../img/sp/flow_bg.png");
    background-size: cover;
  }
}
.wrapper .access {
  background-color: #000;
  padding: 20px 0;
}
.wrapper .access .access_info {
  display: inline-block;
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .wrapper .access .access_info {
    width: 100%;
  }
}
.wrapper .access .access_info .txt {
  color: #fff;
  text-align: left;
  width: 360px;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .wrapper .access .access_info .txt {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
}
.wrapper .access .access_info .txt span {
  font-size: 18px;
  font-weight: bold;
}
.wrapper .access .map {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .wrapper .access .map {
    width: 100%;
    margin: 20px 0;
  }
}
.wrapper .reserve {
  background-image: url("../img/pc/reservation_bg.png");
  background-position: center;
  background-size: cover;
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  .wrapper .reserve .ttl {
    width: 50%;
  }
}
.wrapper .reserve .form_area {
  width: 900px;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 20px;
  border: solid 2px #51ff86;
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  .wrapper .reserve .form_area {
    width: 90%;
  }
}
.wrapper .reserve .form_area table {
  width: 430px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .wrapper .reserve .form_area table {
    width: 90%;
  }
}
.wrapper .reserve .form_area table th, .wrapper .reserve .form_area table td {
  display: block;
}
.wrapper .reserve .form_area table th {
  margin-bottom: 5px;
  font-weight: bold;
  text-align: left;
  font-size: 16px;
}
.wrapper .reserve .form_area table th span {
  display: inline-block;
  background-color: #f81010;
  color: #fff;
  text-align: center;
  padding: 2px 3px;
  font-size: 10px;
  margin-right: 5px;
}
.wrapper .reserve .form_area table td {
  margin-bottom: 10px;
}
.wrapper .reserve .form_area table input[type=text], .wrapper .reserve .form_area table textarea {
  width: 100%;
  border: 1px solid #cdcdcd;
  font-size: 14px;
  padding: 5px 10px;
  color: #000;
}
.wrapper .reserve .form_area table input[type=date] {
  appearance: none; /* ブラウザのデフォルトスタイルを無効化 */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  width: 40%;
  border: 1px solid #cdcdcd;
  font-size: 14px;
  padding: 5px 10px;
  color: #000;
  display: inline-block;
  min-height: 34px;
}
.wrapper .reserve .form_area table .selector {
  margin-left: 10px;
  width: 40%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.wrapper .reserve .form_area table .selector::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 9px 0 9px;
  border-color: #bababa transparent transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 14px;
  z-index: 1;
  pointer-events: none;
}
.wrapper .reserve .form_area table select {
  appearance: none; /* ブラウザのデフォルトスタイルを無効化 */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  border: 1px solid #cdcdcd;
  font-size: 14px;
  padding: 5px 10px;
  color: #000;
  width: 100%;
}
.wrapper .reserve .form_area table input[type=text].booknum {
  width: 60%;
}
.wrapper .reserve .form_area input[type=submit] {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 15px 30px;
  background-color: #0e59b7;
  border: 2px solid #1179fb;
  font-weight: bold;
  margin: 0 auto;
  width: 400px;
}
@media only screen and (max-width: 768px) {
  .wrapper .reserve .form_area input[type=submit] {
    padding: 5px;
    width: 90%;
  }
}
.wrapper .thanks {
  background-image: url("../img/pc/reservation_bg.png");
  background-position: center;
  background-size: cover;
  padding: 40px 0;
  height: 600px;
  text-align: center;
  color: #fff;
}
.lang_btn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: table;
  border: solid 1px #fff;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .lang_btn {
    bottom: 10px;
    left: 10px;
    border-radius: 10px;
  }
}
.lang_btn .lang_jp, .lang_btn .lang_en {
  display: table-cell;
  padding: 10px 15px;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .lang_btn .lang_jp, .lang_btn .lang_en {
    padding: 5px 10px;
  }
}
.lang_btn .lang_jp {
  color: #fff;
  font-weight: bold;
  background-color: #000;
}
.lang_btn .lang_en {
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}

.link {
  margin: 50px auto;
}
@media only screen and (max-width: 768px) {
  .link {
    margin: 0px auto 20px;
  }
}
.link .link_wrap {
  width: 500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .link .link_wrap {
    width: 90%;
  }
}
.link .link_wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  border-bottom: double 4px;
  text-decoration: unset;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .link .link_wrap a {
    font-size: 14px;
  }
}
.link .link_wrap a:hover {
  color: #1179fb;
}
@media only screen and (max-width: 768px) {
  .link .link_wrap a:hover {
    color: #ffffff;
  }
}

footer {
  background-color: #000;
  padding: 20px 0;
}
footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 11px;
}
@media only screen and (max-width: 768px) {
  footer .copyright {
    width: 100%;
  }
}

.hide-area {
  display: none;
}

.modal_info {
  color: #1179fb;
}

.modaal-content-container {
  padding: 20px 45px 45px;
}
@media only screen and (max-width: 768px) {
  .modaal-content-container {
    padding: 7px;
  }
}

.modaal-container {
  max-width: 800px;
  width: 90%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 1, 3)), color-stop(70%, rgb(2, 10, 64)));
  background-image: linear-gradient(180deg, rgb(0, 1, 3), rgb(2, 10, 64) 70%);
}
@media only screen and (max-width: 768px) {
  .modaal-container {
    width: 100%;
  }
}

.modal_ttl {
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .modal_ttl {
    margin: 15px 0;
  }
}
.modal_ttl img {
  margin: 0 auto;
}

.modal_text {
  font-weight: bold;
  color: #ffffff;
  font-size: 14px;
  border: dashed 2px #ffffff;
  padding: 15px;
  margin-bottom: 45px;
}

.country_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 260px;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  .country_list {
    max-height: unset;
    overflow-y: unset;
    margin-bottom: 25px;
  }
}
.country_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid #ffffff;
  border-width: 0 0 4px 4px;
  width: 24.85%;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .country_list li {
    width: 49.4%;
  }
}
.country_list li p {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .country_list li p {
    font-size: 16px;
  }
}
.country_list li img {
  width: 100%;
}
.country_list li:nth-child(-n+4) {
  border-top: 4px solid #ffffff;
}
@media only screen and (max-width: 768px) {
  .country_list li:nth-child(-n+4) {
    border-top: unset;
  }
}
@media only screen and (max-width: 768px) {
  .country_list li:nth-child(-n+2) {
    border-top: 4px solid #ffffff;
  }
}
.country_list li:nth-child(4n) {
  border-right: 4px solid #ffffff;
  width: 25.45%;
}
@media only screen and (max-width: 768px) {
  .country_list li:nth-child(2n) {
    border-right: 4px solid #ffffff;
    width: 50.6%;
  }
}
.country_list li:last-child {
  border-right: 4px solid #ffffff;
  width: 25.6%;
}
@media only screen and (max-width: 768px) {
  .country_list li:last-child {
    width: 50%;
  }
}

.modaal-wrapper .modaal-close {
  position: absolute;
  border: solid 3px #ffffff;
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 768px) {
  .modaal-wrapper .modaal-close {
    position: fixed;
    border: solid 2px #ffffff;
    width: 25px;
    height: 25px;
    right: 20px;
    top: 20px;
    background-color: #000000;
  }
}
.modaal-wrapper .modaal-close:after,
.modaal-wrapper .modaal-close:before {
  background: #ffffff;
  top: 2px;
  left: 13px;
  width: 3px;
  height: 25px;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  .modaal-wrapper .modaal-close:after,
  .modaal-wrapper .modaal-close:before {
    top: 2px;
    left: 10px;
    width: 2px;
    height: 18px;
  }
}
.modaal-wrapper .modaal-close:focus:after,
.modaal-wrapper .modaal-close:focus:before,
.modaal-wrapper .modaal-close:hover:after,
.modaal-wrapper .modaal-close:hover:before {
  background: #000000;
}