@charset "UTF-8";
/* styles */
/*shadow*/
/*
Pure CSS modal box
Author: Jorge Chavez
Github: http://github.com/jorgechavz
*/
.modal .checkbox {
  display: none;
}

/* Gray background */
.modal .modal-overlay {
  opacity: 0;
  transition: all 0.3s ease;
  width: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transform: scale(1);
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: calc(-1 * 25);
}

/* Box */
.modal .modal-wrap {
  background-color: #ddd;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  padding: 40px 50px;
  width: 60%;
  margin: 20px auto;
  align-self: flex-start;
  border-radius: 2px;
  transition: all 0.5s ease;
}

.modal .modal-wrap.small {
  width: 30%;
}

.modal .modal-wrap.full {
  width: 100%;
  height: 100%;
}

.modal .modal-wrap.a-center {
  align-self: center;
}

.modal .modal-wrap.from-left {
  transform: translateX(-100%);
}

.modal .modal-wrap.from-right {
  transform: translateX(100%);
}

.modal .modal-wrap.from-top {
  transform: translateY(-100%);
}

.modal .modal-wrap.from-bottom {
  transform: translateY(100%);
}

/* Close button */
.modal .modal-overlay .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 40px;
  width: 30px;
  height: 30px;
  color: #282c34;
}

.modal .modal-overlay .close:hover {
  cursor: pointer;
  color: #4b5361;
}

.modal .o-close {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: calc(-1 * );
}

.modal input:checked ~ .modal-overlay {
  transform: scale(1);
  opacity: 1;
  z-index: 26;
  overflow: auto;
  display: flex;
  animation-duration: 0.5s;
  animation-name: fade-in;
}

.modal input:checked ~ .modal-overlay .modal-wrap {
  transform: translateY(0);
  z-index: 27;
}

/* Responsive Design */
/* Tablet size */
@media (max-width: 800px) {
  .modal .modal-wrap {
    width: 80%;
    padding: 20px;
  }
}
/* Phone size */
@media (max-width: 500px) {
  .modal .modal-wrap {
    width: 90%;
  }
}
/* Fadein from display:none */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
/*close custom*/
label.close::before {
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ccc;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  text-align: right;
  top: 0;
  right: 0;
}

html {
  /*error*/
  /*article*/
  /*aside*/
  /*footer*/
  /*pagetop*/
  /*IE11*/
  /*EDGE*/
  /*Chrome*/
  /*Firefox*/
  /*Safari*/
}
html img:not(.drag_ok) {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
html table {
  margin: 2rem auto;
}
html .tableWrapper {
  width: 100%;
  overflow-x: hidden;
  margin-bottom: 2rem;
}
html .tableWrapper .tableWrapper::-webkit-scrollbar {
  background: transparent;
  border-radius: 5px;
  height: 4px;
  border: 1px solid #F79428;
}
html .tableWrapper .tableWrapper::-webkit-scrollbar-thumb {
  background: #F79428;
  border-radius: 5px;
}
html .ppbox {
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 28;
}
html .ppbox:target {
  display: table;
}
html .pplink {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
html .pplink:hover img {
  opacity: 1;
}
html .pflink {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
html .pflink::after {
  content: "\f00e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
  font-size: 1.5rem;
  display: block;
  position: absolute;
  bottom: 5%;
  right: 5%;
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff -1px 0, #fff -1px 0 0, #fff 1px 0 0;
}
html .ppimg {
  background-color: #fff;
  display: block;
  max-width: 80vw;
  max-height: 80vh;
}
html .ppimgBG {
  display: inline-block;
  background-color: #FFF;
  padding: 10px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
html .ppimgBG::before {
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgb(255, 255, 255);
  font-size: 30px;
  line-height: 1;
  position: absolute;
  text-align: right;
  top: -10px;
  right: -10px;
  text-shadow: #000 0 0 5px;
}
html #instagram {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
html #instagram h4 {
  font-size: 2rem;
  margin: 1rem auto;
  text-align: center;
  text-transform: capitalize;
}
html #instafeed {
  width: 1024px;
  height: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
html #instafeed .insta_box {
  width: 33%;
  height: 33%;
  margin: 0;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
html #instafeed .insta_box div {
  color: transparent;
  background-color: transparent;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: center;
}
html #instafeed .insta_box div:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
html #instafeed .insta_box div span {
  display: block;
  margin: 0 5px;
}
html #instafeed .insta_box a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
html .instalink {
  width: 1024px;
  margin: 1rem auto 2rem;
  text-align: right;
}
html .inquiry_form, html .reserve_form {
  width: 100%;
  font-size: 16px;
}
html .inquiry_form *, html .reserve_form * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html .inquiry_form form, html .reserve_form form {
  width: 100%;
}
html .inquiry_form dl, html .reserve_form dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
html .inquiry_form dt, html .reserve_form dt {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
}
html .inquiry_form dd, html .reserve_form dd {
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
}
html .inquiry_form dd.submit, html .reserve_form dd.submit {
  text-align: center;
  margin: 0;
}
html .inquiry_form dd.privacy, html .reserve_form dd.privacy {
  width: auto;
  display: inline-block;
  padding: 0 0 1rem;
  margin-top: 2rem;
}
html .inquiry_form dd.privacy .highlight, html .reserve_form dd.privacy .highlight {
  display: inline-block;
  padding: 0.5rem;
  cursor: pointer;
  transition: 0.3s;
}
html .inquiry_form dd.privacy .highlight:hover, html .reserve_form dd.privacy .highlight:hover {
  transition: 0.3s;
  background-color: rgb(229.5, 229.5, 229.5);
}
html .inquiry_form dd.privacy .highlight label, html .reserve_form dd.privacy .highlight label {
  cursor: pointer;
}
html .inquiry_form dd.zip, html .inquiry_form dd.checkin, html .inquiry_form dd.checkout, html .reserve_form dd.zip, html .reserve_form dd.checkin, html .reserve_form dd.checkout {
  width: auto;
  display: inline-block;
  text-align: center;
}
html .inquiry_form dd.submit button, html .reserve_form dd.submit button {
  color: #fff;
  min-width: 50%;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background-color: #F79428;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
html .inquiry_form dd.submit button:not([disabled]):hover, html .reserve_form dd.submit button:not([disabled]):hover {
  background-color: rgb(178.3632286996, 96.2331838565, 6.6367713004);
}
html .inquiry_form dd.submit button[disabled], html .reserve_form dd.submit button[disabled] {
  opacity: 0.3;
  cursor: default;
  color: #000;
  background-color: #ccc;
  box-shadow: none;
}
html .inquiry_form input[type=text], html .inquiry_form textarea, html .reserve_form input[type=text], html .reserve_form textarea {
  width: 100%;
  padding: 0.5rem;
  border-radius: 0.3rem;
  background-color: #fff;
  color: #000;
  border: solid 1px #ccc;
}
html .inquiry_form input[type=text]::-moz-placeholder, html .inquiry_form textarea::-moz-placeholder, html .reserve_form input[type=text]::-moz-placeholder, html .reserve_form textarea::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
}
html .inquiry_form input[type=text]::placeholder, html .inquiry_form textarea::placeholder, html .reserve_form input[type=text]::placeholder, html .reserve_form textarea::placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
}
html .inquiry_form input[type=text]::-webkit-input-placeholder, html .inquiry_form textarea::-webkit-input-placeholder, html .reserve_form input[type=text]::-webkit-input-placeholder, html .reserve_form textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
}
html .inquiry_form input[type=text]::-moz-placeholder, html .inquiry_form textarea::-moz-placeholder, html .reserve_form input[type=text]::-moz-placeholder, html .reserve_form textarea::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
}
html .inquiry_form input[type=text]:-moz-placeholder, html .inquiry_form textarea:-moz-placeholder, html .reserve_form input[type=text]:-moz-placeholder, html .reserve_form textarea:-moz-placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
}
html .inquiry_form input[type=text]:-ms-input-placeholder, html .inquiry_form textarea:-ms-input-placeholder, html .reserve_form input[type=text]:-ms-input-placeholder, html .reserve_form textarea:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
}
html .inquiry_form input[type=text]::-ms-input-placeholder, html .inquiry_form textarea::-ms-input-placeholder, html .reserve_form input[type=text]::-ms-input-placeholder, html .reserve_form textarea::-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
}
html .inquiry_form input[type=text]:-moz-placeholder, html .inquiry_form textarea:-moz-placeholder, html .reserve_form input[type=text]:-moz-placeholder, html .reserve_form textarea:-moz-placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
}
html .inquiry_form input[type=text]:placeholder-shown, html .inquiry_form textarea:placeholder-shown, html .reserve_form input[type=text]:placeholder-shown, html .reserve_form textarea:placeholder-shown {
  color: #999999;
  font-size: 16px;
  opacity: 1;
}
html .inquiry_form input[type=text]:focus, html .inquiry_form textarea:focus, html .reserve_form input[type=text]:focus, html .reserve_form textarea:focus {
  background-color: #ccc;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
  border: solid 2px #666;
}
html .inquiry_form input[type=text][name^=zip], html .inquiry_form textarea[name^=zip], html .reserve_form input[type=text][name^=zip], html .reserve_form textarea[name^=zip] {
  width: 8rem;
  box-sizing: content-box;
  text-align: center;
}
html .inquiry_form input[type=text][name^=zip]::-moz-placeholder, html .inquiry_form textarea[name^=zip]::-moz-placeholder, html .reserve_form input[type=text][name^=zip]::-moz-placeholder, html .reserve_form textarea[name^=zip]::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
  text-align: center;
}
html .inquiry_form input[type=text][name^=zip]::placeholder, html .inquiry_form textarea[name^=zip]::placeholder, html .reserve_form input[type=text][name^=zip]::placeholder, html .reserve_form textarea[name^=zip]::placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
  text-align: center;
}
html .inquiry_form input[type=text][name^=zip]::-webkit-input-placeholder, html .inquiry_form textarea[name^=zip]::-webkit-input-placeholder, html .reserve_form input[type=text][name^=zip]::-webkit-input-placeholder, html .reserve_form textarea[name^=zip]::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
  text-align: center;
}
html .inquiry_form input[type=text][name^=zip]::-moz-placeholder, html .inquiry_form textarea[name^=zip]::-moz-placeholder, html .reserve_form input[type=text][name^=zip]::-moz-placeholder, html .reserve_form textarea[name^=zip]::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
  text-align: center;
}
html .inquiry_form input[type=text][name^=zip]:-moz-placeholder, html .inquiry_form textarea[name^=zip]:-moz-placeholder, html .reserve_form input[type=text][name^=zip]:-moz-placeholder, html .reserve_form textarea[name^=zip]:-moz-placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
  text-align: center;
}
html .inquiry_form input[type=text][name^=zip]:-ms-input-placeholder, html .inquiry_form textarea[name^=zip]:-ms-input-placeholder, html .reserve_form input[type=text][name^=zip]:-ms-input-placeholder, html .reserve_form textarea[name^=zip]:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
  text-align: center;
}
html .inquiry_form input[type=text][name^=zip]::-ms-input-placeholder, html .inquiry_form textarea[name^=zip]::-ms-input-placeholder, html .reserve_form input[type=text][name^=zip]::-ms-input-placeholder, html .reserve_form textarea[name^=zip]::-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
  text-align: center;
}
html .inquiry_form input[type=text][name^=zip]:-moz-placeholder, html .inquiry_form textarea[name^=zip]:-moz-placeholder, html .reserve_form input[type=text][name^=zip]:-moz-placeholder, html .reserve_form textarea[name^=zip]:-moz-placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
  text-align: center;
}
html .inquiry_form input[type=text][name^=zip]:placeholder-shown, html .inquiry_form textarea[name^=zip]:placeholder-shown, html .reserve_form input[type=text][name^=zip]:placeholder-shown, html .reserve_form textarea[name^=zip]:placeholder-shown {
  color: #999999;
  font-size: 16px;
  opacity: 1;
  text-align: center;
}
html .inquiry_form input[type=text].date, html .inquiry_form textarea.date, html .reserve_form input[type=text].date, html .reserve_form textarea.date {
  width: 7rem;
  box-sizing: content-box;
  text-align: center;
}
html .inquiry_form input[type=text].date::-moz-placeholder, html .inquiry_form textarea.date::-moz-placeholder, html .reserve_form input[type=text].date::-moz-placeholder, html .reserve_form textarea.date::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
  text-align: center;
}
html .inquiry_form input[type=text].date::placeholder, html .inquiry_form textarea.date::placeholder, html .reserve_form input[type=text].date::placeholder, html .reserve_form textarea.date::placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
  text-align: center;
}
html .inquiry_form input[type=text].date::-webkit-input-placeholder, html .inquiry_form textarea.date::-webkit-input-placeholder, html .reserve_form input[type=text].date::-webkit-input-placeholder, html .reserve_form textarea.date::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
  text-align: center;
}
html .inquiry_form input[type=text].date::-moz-placeholder, html .inquiry_form textarea.date::-moz-placeholder, html .reserve_form input[type=text].date::-moz-placeholder, html .reserve_form textarea.date::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
  text-align: center;
}
html .inquiry_form input[type=text].date:-moz-placeholder, html .inquiry_form textarea.date:-moz-placeholder, html .reserve_form input[type=text].date:-moz-placeholder, html .reserve_form textarea.date:-moz-placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
  text-align: center;
}
html .inquiry_form input[type=text].date:-ms-input-placeholder, html .inquiry_form textarea.date:-ms-input-placeholder, html .reserve_form input[type=text].date:-ms-input-placeholder, html .reserve_form textarea.date:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
  text-align: center;
}
html .inquiry_form input[type=text].date::-ms-input-placeholder, html .inquiry_form textarea.date::-ms-input-placeholder, html .reserve_form input[type=text].date::-ms-input-placeholder, html .reserve_form textarea.date::-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
  text-align: center;
}
html .inquiry_form input[type=text].date:-moz-placeholder, html .inquiry_form textarea.date:-moz-placeholder, html .reserve_form input[type=text].date:-moz-placeholder, html .reserve_form textarea.date:-moz-placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
  text-align: center;
}
html .inquiry_form input[type=text].date:placeholder-shown, html .inquiry_form textarea.date:placeholder-shown, html .reserve_form input[type=text].date:placeholder-shown, html .reserve_form textarea.date:placeholder-shown {
  color: #999999;
  font-size: 16px;
  opacity: 1;
  text-align: center;
}
html .inquiry_form input[type=text].date + button, html .inquiry_form textarea.date + button, html .reserve_form input[type=text].date + button, html .reserve_form textarea.date + button {
  display: none;
}
html .inquiry_form .require, html .reserve_form .require {
  position: absolute;
  font-size: 1.5rem;
  line-height: 1;
  opacity: 0.5;
  right: 0.6rem;
  top: 0.6rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
}
html .inquiry_form .require::before, html .reserve_form .require::before {
  content: "\f00d";
  color: #FF938D;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
html .inquiry_form dd.zip .require, html .inquiry_form dd[class^=check] .require, html .inquiry_form dd.privacy .require, html .reserve_form dd.zip .require, html .reserve_form dd[class^=check] .require, html .reserve_form dd.privacy .require {
  right: -2rem;
}
html .inquiry_form .p_num_wrap, html .reserve_form .p_num_wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
html .inquiry_form .p_num_wrap_label, html .reserve_form .p_num_wrap_label {
  width: 100%;
  text-align: center;
  padding: 1rem 0;
}
html .inquiry_form .p_num, html .reserve_form .p_num {
  width: 33.3333333333%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
html .inquiry_form .p_num dt, html .inquiry_form .p_num dd, html .reserve_form .p_num dt, html .reserve_form .p_num dd {
  width: auto;
  padding: 0;
  margin: 0;
}
html .inquiry_form input[type=text]:not([name^=zip]):required:valid + .require::before,
html .inquiry_form input[type=text][name=zip]:required:valid + .require::before,
html .inquiry_form textarea:required:valid + .require::before,
html .inquiry_form input.privacy:required:checked + .require::before,
html .inquiry_form select[name^=check]:required:valid + span + .require::before, html .reserve_form input[type=text]:not([name^=zip]):required:valid + .require::before,
html .reserve_form input[type=text][name=zip]:required:valid + .require::before,
html .reserve_form textarea:required:valid + .require::before,
html .reserve_form input.privacy:required:checked + .require::before,
html .reserve_form select[name^=check]:required:valid + span + .require::before {
  content: "\f00c";
  color: green;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
html .inquiry_form .post, html .reserve_form .post {
  margin: 0 0.5rem;
}
html .inquiry_form .annotation, html .reserve_form .annotation {
  display: inline-block;
  font-size: 0.9rem;
  margin: 0.5rem 0 0;
}
html #ui-datepicker-div {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  z-index: 3 !important;
}
html .success, html .error {
  width: 100%;
  padding: 1rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  margin: 2rem 0;
  box-sizing: border-box;
}
html .success {
  color: #468847;
  background-color: rgb(188.9805825243, 221.0194174757, 189.4660194175);
  border: 1px solid #468847;
}
html .error {
  color: #b94a48;
  background-color: rgb(241.442687747, 219.9446640316, 219.557312253);
  border: 1px solid #b94a48;
}
html .od1 {
  order: 1;
}
html .od2 {
  order: 2;
}
html .od3 {
  order: 3;
}
html .od4 {
  order: 4;
}
html .od5 {
  order: 5;
}
html .od6 {
  order: 6;
}
html .od7 {
  order: 7;
}
html .od8 {
  order: 8;
}
html .od9 {
  order: 9;
}
html .od10 {
  order: 10;
}
html .od11 {
  order: 11;
}
html .od12 {
  order: 12;
}
html .od13 {
  order: 13;
}
html .od14 {
  order: 14;
}
html .od15 {
  order: 15;
}
html .od16 {
  order: 16;
}
html .od17 {
  order: 17;
}
html .od18 {
  order: 18;
}
html .od19 {
  order: 19;
}
html .od20 {
  order: 20;
}
html .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 0px !important;
  z-index: 19;
}
html .grecaptcha-badge:hover {
  width: 256px !important;
}
html .googlemap {
  width: 100%;
  height: 300px;
  margin: 2rem auto;
}
html .btn {
  width: 100%;
  padding: 0.5rem;
  border-radius: 0.5rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border: 0;
  background-color: #F79428;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
html .btn:not([disabled]):hover {
  background-color: rgb(227.533632287, 122.7623318386, 8.466367713);
}
html .btn[disabled] {
  opacity: 0.3;
  cursor: default;
  color: #000;
  background-color: #ccc;
  box-shadow: none;
}
html ol {
  display: inline-block;
  text-align: left;
  counter-reset: ol_num_parenthesis;
}
html ol li:before {
  counter-increment: ol_num_parenthesis;
  content: "(" counter(ol_num_parenthesis) "). ";
}
html ol li + li {
  margin-top: 0.5rem;
}
html .anno {
  font-size: 0.9rem;
}
html body.errorpage header, html body.errorpage aside {
  display: none !important;
}
html body.errorpage [id^=error] {
  min-height: 80vh;
}
html article {
  width: 1024px;
  margin: 0 auto;
}
html article h2 {
  text-align: center;
  font-size: 1.5rem;
  margin: 1rem auto;
}
@media screen and (min-width: 1024px) {
  html .bodyWrapper #mainnavi ul li.lazyloaded.index {
    background-image: url(../img/navi_top_off.jpg?ver=ut5ebjy);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.index:hover {
    background-image: url(../img/navi_top_on.jpg?ver=ut5ebk5);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.facility {
    background-image: url(../img/navi_facility_off.jpg?ver=ut5ebks);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.facility:hover {
    background-image: url(../img/navi_facility_on.jpg?ver=ut5ebkw);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.lesson {
    background-image: url(../img/navi_lesson_off.jpg?ver=ut5ebkx);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.lesson:hover {
    background-image: url(../img/navi_lesson_on.jpg?ver=ut5ebl2);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.staff {
    background-image: url(../img/navi_staff_off.jpg?ver=ut5eblj);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.staff:hover {
    background-image: url(../img/navi_staff_on.jpg?ver=ut5ebm4);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.voice {
    background-image: url(../img/navi_voice_off.jpg?ver=ut5ebml);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.voice:hover {
    background-image: url(../img/navi_voice_on.jpg?ver=ut5ebnl);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.area {
    background-image: url(../img/navi_area_off.jpg?ver=ut5ebns);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.area:hover {
    background-image: url(../img/navi_area_on.jpg?ver=ut5eboa);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.bus {
    background-image: url(../img/myk_menu_icon_access_over.png?ver=ut5ebog);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.bus:hover {
    background-image: url(../img/myk_menu_icon_access.png?ver=ut5ebp9);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.camp {
    background-image: url(../img/New_navi_camp_off.jpg?ver=ut5ebpc);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.camp:hover {
    background-image: url(../img/New_navi_camp_on.jpg?ver=ut5ebq1);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.faq {
    background-image: url(../img/navi_faq_off.jpg?ver=ut5ebqn);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.faq:hover {
    background-image: url(../img/navi_faq_on.jpg?ver=ut5ebra);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.enroll {
    background-image: url(../img/.jpg?ver=ut5ebrl);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.enroll:hover {
    background-image: url(../img/navi_enroll_on.jpg?ver=ut5ebs0);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.inquiry {
    background-image: url(../img/navi_inquiry_off.jpg?ver=ut5ebsq);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.inquiry:hover {
    background-image: url(../img/navi_inquiry_on.jpg?ver=ut5ebto);
  }
  html .bodyWrapper .navi_header.lazyloaded {
    background-image: url(../img/navi_header_logo.png?ver=ut5ebug);
  }
  html .bodyWrapper .navi_freedial.lazyloaded::before {
    content: url(../img/icon_freedial.png?ver=ut5ebuv);
  }
  html .bodyWrapper .navi_tel.lazyloaded::before {
    content: url(../img/icon_tel.png?ver=ut5ebuz);
  }
}
html .dropmenu {
  *zoom: 1;
}
html .dropmenu:before, html .dropmenu:after {
  content: "";
  display: table;
}
html .dropmenu:after {
  clear: both;
}
html .dropmenu li {
  position: relative;
  float: left;
}
html .dropmenu li ul {
  list-style: none;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
html .dropmenu li ul li {
  width: 180px !important;
  height: 2.5rem !important;
  border: 0 !important;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
html .dropmenu li ul li:nth-of-type(2) {
  height: calc(2.5rem + 1px) !important;
  top: 2.5rem;
}
html .dropmenu li ul li a {
  border: solid 2px #F79428 !important;
  border-top: 0 !important;
  text-align: left;
  text-decoration: none;
  color: #F79428;
  font-size: 1rem !important;
  padding: 0.5rem 1rem;
}
html .dropmenu li ul li a:hover {
  background-color: #F79428;
  color: #fff;
}
html #flip2 ul li {
  transform: rotateY(90deg);
  transform-origin: 50% 0;
  transition: 0.3s;
}
html #flip2 li ul {
  visibility: hidden;
  perspective: 400px;
}
html #flip2 li:hover ul {
  visibility: visible;
}
html #flip2 li:hover li {
  transform: rotateY(0);
}
html #flip2 li:nth-child(2) {
  transition-delay: 0.1s;
}
html body:not(.index) header {
  width: 1024px;
  margin: 0 auto;
  height: 200px;
  padding: 3rem 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: space-around;
  background-color: #fff;
}
html body:not(.index) header.lazyloaded {
  background-image: url(../img/3_common_bg_city.jpg?ver=ut5ebvj);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 180%;
}
html .heading_box {
  height: 200px;
  color: #fff;
  background-color: #F79428;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: center;
  overflow: hidden;
}
html .heading_box .text_box {
  width: 55%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
  letter-spacing: 0.1rem;
}
html .heading_box .img_box {
  width: 45%;
  height: 100%;
}
html .heading_box .img_box.lazyloaded {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
html .left_bar {
  height: 2.25rem;
  padding: 0;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  text-align: left;
}
html .left_bar::before {
  content: "";
  display: block;
  margin-right: 1rem;
  width: 4px;
  height: 100%;
  background-color: #F79428;
}
html .flag {
  position: relative;
}
html .flag.lazyloaded::before {
  width: 68px;
  height: 65px;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: auto;
}
html body.facility .flag.lazyloaded::before {
  content: url(../img/facility_flag.png?ver=ut5ebw7);
}
html body.area .flag.lazyloaded::before {
  content: url(../img/area_flag.png?ver=ut5ebx4);
}
html body.staff .flag.lazyloaded::before {
  content: url(../img/staff_flag.png?ver=ut5ebxi);
}
html body.camp .flag.lazyloaded::before {
  content: url(../img/camp_flag.png?ver=ut5ebyd);
}
html body.enroll .flag.lazyloaded::before {
  z-index: 2;
  content: url(../img/enroll_flag.png?ver=ut5ebys);
}
html .page_heading {
  width: 181px;
  height: 111px;
  margin: 0 auto;
}
html .page_heading.lazyloaded {
  background-image: url(../img/page_heading_point.jpg?ver=ut5ebyu);
}
html .point2 .point_image.point2_1.lazyloaded {
  background-image: url(../img/top_img02_1.jpg?ver=ut5ebzr);
}
html .point2 .point_image.point2_2.lazyloaded {
  background-image: url(../img/top_img02_2.jpg?ver=ut5ebzx);
}
html .point2 .point_image.point2_3.lazyloaded {
  background-image: url(../img/top_img02_3.jpg?ver=ut5ec0d);
}
html .point3 .point_image.lazyloaded {
  background-image: url(../img/top_img03.jpg?ver=ut5ec0g);
}
html .point2 .slick-track {
  z-index: 11;
}
html .point2 .slick-slide {
  width: 1024px;
}
html .point2 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #F79428;
}
html body.index .dondora {
  margin-bottom: 8rem;
}
html body.index .dondora .h3_wrap {
  position: relative;
}
html body.index .dondora h3 {
  color: #fff;
  background-color: #33ccff;
  text-align: center;
  padding: 1.5rem 0;
  box-sizing: border-box;
  position: relative;
  font-size: 1.5rem;
  line-height: 1;
}
html body.index .dondora .dondora_img {
  width: 228px;
  height: 219px;
  position: absolute;
  top: calc((228px - 4.5rem) / 2 * -1);
  left: -30px;
}
html body.index .dondora .dondora_img.lazyloaded {
  background-image: url(../img/dondora_img.png?ver=ut5ec0q);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
html body.index .dondora p {
  margin: calc((228px - 4.5rem) / 3) auto 2rem;
  line-height: 2;
  text-align: center;
}
html body.index .dondora .flex_row {
  width: 100%;
  justify-content: space-between;
}
html body.index .dondora .youtube_thum_wrap {
  width: 48%;
}
html body.index .dondora .youtube_thum_wrap h4 {
  text-align: center;
  background-color: #5FCED8;
  padding: 0.5rem;
}
html body.index .dondora .youtube_thum {
  width: 100%;
  height: calc(1024px * 0.48 * 0.563);
  border: solid 2px #000;
  margin: 1rem 0;
}
html body.index .dondora .youtube_thum a {
  display: block;
  width: 100%;
  height: 100%;
}
html body.index .dondora .youtube_thum a:hover::before {
  content: "\f167" " " "YouTubeで再生";
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
}
html body.index .dondora .youtube_thum.lazyloaded {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}
html body.index .dondora .youtube_thum.lazyloaded.thum1 {
  background-image: url(../img/youtube_thum1.jpg?ver=ut5ec0y);
}
html body.index .dondora .youtube_thum.lazyloaded.thum2 {
  background-image: url(../img/youtube_thum2.jpg?ver=ut5ec1q);
}
html body.index .dondora .button {
  color: #000;
  font-size: 1.8rem;
  background-color: #5FCED8;
  border-radius: 15px;
  box-shadow: 5px 5px 1px rgb(40.959798995, 157.5376884422, 168.040201005);
  cursor: pointer;
  padding: 1rem;
  margin: 1rem auto 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
html body.index .dondora .button:hover {
  opacity: 0.7;
}
html body.index .dondora .button::before {
  content: "\f0da";
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
}
html body.index .dondora .button a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
html hr.dashed {
  width: 100%;
  height: calc(2rem * 1.5);
  border: 0;
  margin: 1rem 0 2rem;
  overflow: hidden;
}
html hr.dashed:after {
  content: "..............................................................................................................................................";
  display: block;
  letter-spacing: 10px;
  font-size: 2rem;
  color: #ff9e5e;
}
html body.lesson .photo_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}
html body.lesson .photo_box .img_box {
  width: 20%;
  height: calc(1024px * 0.2 / 4 * 3);
  margin-right: 1rem;
}
html body.lesson .photo_box .img_box:last-of-type {
  margin-right: 0;
}
html body.lesson .photo_box .img_box.lazyloaded {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
html body.lesson table {
  width: 100%;
}
html body.lesson thead {
  color: #fff;
  background-color: #F79428;
}
html body.lesson th, html body.lesson td {
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  border-collapse: collapse;
  border: solid 2px #ff9e5e;
}
html body.lesson .c1 {
  background-color: #FDFEDE;
}
html body.lesson .c2 {
  background-color: #E7EAF9;
}
html body.lesson .c3 {
  background-color: #FDFEDE;
}
html body.lesson tfoot th, html body.lesson tfoot td {
  border: 0;
  padding: 0.5rem 0;
}
html body.flow section {
  margin-bottom: 5rem;
}
html body.flow section section {
  margin-bottom: 0;
}
html body.flow .heading_area {
  width: 100vw;
  padding: 0 5vw;
  margin-bottom: 5rem;
  background-color: #e0f8ff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
}
html body.flow .heading_area p {
  display: inline-block;
  text-align: center;
}
html body.flow .heading_area img + p {
  margin-top: 1rem;
}
html body.flow .heading_area div {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
html body.flow .heading_area div + img {
  margin-left: 2rem;
}
html body.flow .lesson_flow {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  justify-content: space-between;
}
html body.flow .lesson_flow div {
  width: 12.5%;
  border-radius: 0.5rem;
  border: solid 2px #F79428;
  padding: 1rem;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
  font-weight: bold;
}
html body.flow .lesson_flow .arrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
}
html body.flow .lesson_flow .arrow::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
}
html body.flow .lesson_flow .purple {
  color: #fff;
  background-color: #F79428;
}
html body.flow .lesson_flow .white {
  color: #000;
  background-color: #fff;
}
html body.flow #flow_detail h2 {
  color: #F79428;
}
html body.flow #flow_detail section .border {
  border: solid 2px #F79428;
}
html body.flow #flow_detail section .title {
  display: block;
  color: #fff;
  background-color: #F79428;
  padding: 1rem 5vw;
  font-weight: bold;
}
html body.flow #flow_detail section .sub_title {
  padding: 2rem;
  padding-bottom: 0;
}
html body.flow #flow_detail section .sub_title + .content {
  padding-top: 1rem;
}
html body.flow #flow_detail section .arrow {
  margin: 2rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
}
html body.flow #flow_detail section .arrow::before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
}
html body.flow #flow_detail section h3 {
  font-size: 1.5rem;
  text-align: center;
}
html body.flow #flow_detail section h3 span {
  font-size: 1rem;
}
html body.flow #flow_detail section h4 {
  font-size: 1.5rem;
  text-align: center;
}
html body.flow #flow_detail section .content {
  text-align: center;
  padding: 0 0.5rem 0;
  padding-bottom: 2rem;
}
html body.flow #flow_detail section .content.flex_row {
  align-items: flex-start;
  justify-content: space-between;
}
html body.flow #flow_detail section .content.flex_row .inner {
  width: 49%;
}
html body.flow #flow_detail section .content.flex_row .head {
  color: #fff;
  font-size: 1.5rem;
  background-color: #ff9e5e;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
html body.flow #flow_detail section .content.flex_row .sub {
  font-size: 1.5rem;
  background-color: rgb(229.5, 229.5, 229.5);
  padding: 1rem;
  margin-bottom: 0.5rem;
}
html body.flow #flow_detail section .content.flex_row .text {
  text-align: left;
  padding: 1rem;
}
html body.flow #flow_detail section .content.flex_row .text ol {
  padding-left: 0;
}
html body.flow #flow_detail section .content.flex_row .anno {
  display: block;
  text-align: left;
}
html body.flow #flow_detail section .content.flex_row dl {
  display: table;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-collapse: collapse;
}
html body.flow #flow_detail section .content.flex_row dt, html body.flow #flow_detail section .content.flex_row dd {
  padding: 0.5rem;
  display: table-cell;
  border-collapse: collapse;
  border: solid 1px #ccc;
}
html body.flow #flow_detail section .content.flex_row dt {
  width: 40%;
  background-color: #ff9e5e;
  color: #fff;
}
html body.flow #flow_detail section .content.flex_row dd {
  width: 60%;
  text-align: left;
  background-color: rgb(229.5, 229.5, 229.5);
}
html body.flow #flow_detail section .content.flex_row span.in_ol_li {
  padding: 1rem;
  color: #ff9e5e;
  display: block;
}
html body.flow .border_radius {
  border: solid 2px #F79428;
  border-radius: 1rem;
  padding: 1rem;
  margin: 1rem 0 2rem;
}
html .icon_book::before {
  content: "\f518";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
html .icon_car::before {
  content: "\f1b9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
html body.facility .articleWrapper, html body.area .articleWrapper {
  padding: 0 0 5vw;
}
html body.facility .articleWrapper.lazyloaded, html body.area .articleWrapper.lazyloaded {
  background-image: url(../img/articleWrapper_bg.jpg?ver=ut5ec1s);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
html body.facility h2, html body.area h2 {
  width: 100%;
  color: #fff;
  font-weight: bold;
  padding-top: calc(65px + 2rem);
  margin: 0 0 2rem;
}
html body.facility section, html body.area section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  justify-content: space-between;
}
html body.facility .img_box, html body.area .img_box {
  width: 32%;
  background-color: #fff;
  padding: 1rem 1rem 2rem;
  text-align: center;
  margin-bottom: 1rem;
}
html body.facility .img_box h3, html body.area .img_box h3 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
html body.facility .img_box h3 span, html body.area .img_box h3 span {
  color: #F79428;
}
html body.facility .img_box .thum, html body.area .img_box .thum {
  width: 100%;
  height: calc((1024px * 0.32 - 2rem) / 4 * 3);
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
html body.facility .img_box .thum.lazyloaded, html body.area .img_box .thum.lazyloaded {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
html body.facility .img_box .thum.lazyloaded.pos_top, html body.area .img_box .thum.lazyloaded.pos_top {
  background-position: center top;
}
html body.facility .img_box .thum.lazyloaded.pos_btm, html body.area .img_box .thum.lazyloaded.pos_btm {
  background-position: center bottom;
}
html body.facility .img_box a, html body.area .img_box a {
  height: auto;
}
html body.staff h3 {
  width: 50%;
  background-color: #5FCED8;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem;
  margin: 2rem auto;
}
html body.staff .heading_area {
  width: 100vw;
  height: calc(288px + 4rem);
  padding: 0 5vw;
  margin: 0;
  background-color: #e0f8ff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
html body.staff .heading_area.lazyloaded {
  background-image: url(../img/staff_heading_img.png?ver=ut5ec2q);
  background-position: center;
  background-repeat: no-repeat;
}
html body.staff .heading_area h2 {
  position: absolute;
  top: calc(65px + 1rem);
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  display: inline;
}
html body.staff main {
  background-color: #fff7f7;
  border-bottom: solid 1px #ccc;
}
html body.staff article {
  text-align: center;
  padding-bottom: 5vw;
}
html body.staff .border {
  width: 90%;
  border: solid 2px #F79428;
  border-radius: 1rem;
  padding: 2rem;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
html body.staff .border + .border {
  margin-top: 2rem;
}
html body.staff section h3 {
  display: inline-block;
  background-color: #5FCED8;
  padding: 0.5rem 1rem;
  margin: 2rem 0;
}
html body.staff section .img_box {
  width: 30%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
}
html body.staff section .text_box {
  width: 65%;
}
html body.staff section .comment {
  background-color: rgb(255, 221.5, 221.5);
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 1rem;
}
html body.staff section .comment::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid rgb(255, 221.5, 221.5);
  border-bottom: 10px solid transparent;
}
html body.staff section dt {
  background-color: #ff9e5e;
  width: 200px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.5rem 0;
}
html body.staff section dd {
  text-align: left;
  padding: 1rem;
}
html body.staff .bottoms {
  margin: 5rem 0 0;
}
html body.staff .bottoms h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
html body.staff .bottoms div {
  width: 100%;
  height: calc(1024px * 0.45);
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  padding-top: 12px;
}
html body.staff .bottoms div .aside_freedial {
  padding: 0;
}
html body.staff .bottoms div .aside_freedial, html body.staff .bottoms div .aside_tel {
  justify-content: center;
}
html body.staff .bottoms div.lazyloaded {
  background-image: url(../img/staff_bottoms.jpg?ver=ut5ec3c);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
html body.voice {
  /*タブ切り替え全体のスタイル*/
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
html body.voice .voice_h2 {
  font-size: 2rem;
}
html body.voice .page_heading {
  margin-bottom: 2rem;
}
html body.voice .page_heading.lazyloaded {
  background-image: url(../img/page_heading_voice.jpg?ver=ut5ec4c);
}
html body.voice .voice_list {
  width: 80%;
  margin: 0 auto 5rem;
}
html body.voice .voice_list li {
  margin: 1rem 0;
  padding: 1rem 0;
  position: relative;
}
html body.voice .voice_list li span {
  display: block;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 65px;
  border-bottom: solid 2px #e0bfef;
}
html body.voice .voice_list li::before {
  content: url(../img/page_heading_comment.jpg?ver=ut5ec4r);
  position: absolute;
  bottom: 0;
  left: 0;
}
html body.voice .voice_slide_over {
  position: absolute;
  width: 950px;
  height: 473px;
  z-index: 2;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
}
html body.voice .voice_thum_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: flex-start;
}
html body.voice .voice_thum_list li {
  width: calc((100% - 4rem) / 3);
  margin-right: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
html body.voice .voice_thum_list li:nth-of-type(3n) {
  margin-right: 0;
}
html body.voice .voice_thum_list li a {
  color: #000;
  text-decoration: none;
}
html body.voice .voice_thum_list li p {
  text-align: center;
  font-weight: bold;
}
html body.voice .voice_thum_list li img {
  width: 100%;
}
html body.voice .tabs {
  padding-bottom: 40px;
  margin: 1rem auto 3rem;
}
html body.voice .pager {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  font-weight: bold;
  color: #F79428;
}
html body.voice .tab_item.prev, html body.voice .tab_item.next {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
html body.voice .tab_item.prev::before, html body.voice .tab_item.next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
  color: #F79428;
}
html body.voice .tab_item.prev::before {
  content: "\f053";
}
html body.voice .tab_item.next::before {
  content: "\f054";
}
html body.voice .tab_item:hover {
  opacity: 0.75;
}
html body.voice input[name=tab_item] {
  display: none;
}
html body.voice .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}
html body.voice #check_1:checked ~ #tab_1,
html body.voice #check_2:checked ~ #tab_2,
html body.voice #check_3:checked ~ #tab_3,
html body.voice #check_4:checked ~ #tab_4,
html body.voice #check_5:checked ~ #tab_5,
html body.voice #check_6:checked ~ #tab_6,
html body.voice #check_7:checked ~ #tab_7 {
  display: block;
}
html body.voice .tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}
html body.camp section + section {
  margin-top: 2rem;
}
html body.camp #camp_phase1 {
  color: #fff;
  text-shadow: #000 0 0 5px;
  height: calc(1024px * 0.482);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
html body.camp #camp_phase1 p {
  line-height: 2.5;
  text-align: center;
}
html body.camp #camp_phase1.lazyloaded {
  background-image: url(../img/camp_section_bg.jpg?ver=ut5ec5p);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
html body.camp #men {
  border: solid 5px #00a0e9;
}
html body.camp #women {
  border: solid 5px #fe5186;
}
html body.camp .stay {
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
}
html body.camp .stay ul.parent {
  width: 70%;
}
html body.camp .stay ul {
  margin: 0 auto;
}
html body.camp .stay ul li {
  text-align: left;
}
html body.camp .stay ul li.disc::before {
  content: "・";
  margin-right: 0.5rem;
}
html body.camp .stay ul li + li {
  margin-top: 1rem;
}
html body.camp .flex_box_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  margin-top: 0.5rem;
}
html body.camp .flex_box_row img {
  width: 30%;
}
html body.camp .flex_box_row img + img {
  margin-left: 5%;
}
html body.camp .heading {
  background-color: #5FCED8;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  width: 300px;
  text-align: center;
  margin: 2rem auto 1rem;
}
html body.camp #house {
  margin: 5rem 0;
}
html body.camp .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-items: stretch;
}
html body.camp .inner .grey_box {
  width: 60%;
  background-color: #ccc;
  margin-left: 2rem;
  padding: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}
html body.camp .inner .img_box {
  width: 30%;
  margin-top: 1rem;
  height: calc(1024px * 0.3 / 4 * 3);
}
html body.camp .inner .img_box + .img_box {
  margin-left: 1rem;
}
html body.camp .inner .img_box.lazyloaded {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
html body.faq main dt {
  color: #e78717;
  font-weight: bold;
  font-size: 1.2rem;
  border-bottom: solid 2px #ccc;
  padding-bottom: 0.5rem;
}
html body.faq main dt::before {
  content: "Q.";
  margin-right: 0.5rem;
}
html body.faq main dd {
  margin: 1rem 1rem 4rem;
  padding: 2rem;
  line-height: 2;
  background-color: rgb(242.25, 242.25, 242.25);
}
html body.faq main dd::before {
  content: "A.";
  margin-right: 0.5rem;
}
html body.enroll .download {
  font-size: 1.5rem;
  color: #FD3501;
}
html body.enroll .download::before {
  content: "\f56d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
html body.enroll .download_wrap {
  text-align: right;
  margin: 1rem 0;
}
html body.enroll #enroll_phase1 {
  height: calc(1024px * 0.482);
  position: relative;
}
html body.enroll #enroll_phase1.lazyloaded {
  background-image: url(../img/enroll_section_bg.jpg?ver=ut5ec6n);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
html body.enroll #enroll_phase1 .inner {
  position: absolute;
  width: 40%;
  right: 0;
  top: 0;
  text-align: right;
  padding: 1rem 0 0 0;
}
html body.enroll #enroll_phase1 .inner img {
  margin: 0 1rem 0 0;
  padding: 0;
  vertical-align: bottom;
}
html body.enroll #enroll_phase1 .inner ul li {
  background-color: #5FCED8;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  padding: 0.5rem;
  letter-spacing: 0.1rem;
}
html body.enroll #enroll_phase1 .inner ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
html body.enroll #enroll_phase1 .inner ul li + li {
  margin-top: 2rem;
}
html body.enroll .left_bar {
  color: #e78717;
}
html body.enroll .border {
  border: solid 2px #F79428;
  padding: 2rem;
  margin-bottom: 5rem;
}
html body.enroll .border ol {
  padding: 0;
  margin: 0;
}
html body.enroll .border ol li {
  background-color: rgb(229.5, 229.5, 229.5);
  padding: 2rem;
}
html body.enroll .border ol li + li {
  margin-top: 1rem;
}
html body.enroll .heading_area {
  width: 100vw;
  padding: 0 5vw;
  margin: 4rem 0;
  background-color: #e0f8ff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
}
html body.enroll .heading_area p {
  display: inline-block;
  text-align: center;
}
html body.enroll .heading_area img + p {
  margin-top: 1rem;
}
html body.enroll .heading_area div {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
html body.enroll .heading_area div + img {
  margin-left: 2rem;
}
html body.enroll .caution {
  color: red;
  text-align: center;
  margin-bottom: 5rem;
}
html body.enroll .border {
  border: solid 2px #F79428;
  border-radius: 1rem;
  margin: 2rem 0;
  padding: 2rem;
}
html body.enroll .border h3 {
  background-color: rgb(229.5, 229.5, 229.5);
  padding: 1rem 2rem;
}
html body.enroll .border p {
  text-align: center;
  margin: 2rem 0;
}
html body.enroll .border dl {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: calc(16rem + 2px);
}
html body.enroll .border dt, html body.enroll .border dd {
  width: 33.3333333333%;
  height: 4rem;
  padding: 1rem 0.5rem;
  border: solid 2px #ccc;
  border-bottom: 0;
  border-right: 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
}
html body.enroll .border dt {
  background-color: #ff9e5e;
  color: #fff;
}
html body.enroll .border dt:nth-of-type(3), html body.enroll .border dt:nth-of-type(3) ~ dd {
  border-right: solid 2px #ccc;
}
html body.enroll .border dd {
  background-color: rgb(229.5, 229.5, 229.5);
}
html body.enroll .border dd:nth-of-type(3), html body.enroll .border dd:nth-of-type(6), html body.enroll .border dd:last-of-type {
  border-bottom: solid 2px #ccc;
}
html body.enroll .border.border2 dl {
  height: calc(12rem + 2px);
}
html body.enroll .border.border2 dt:nth-of-type(3), html body.enroll .border.border2 dt:nth-of-type(3) ~ dd {
  border-right: solid 2px #ccc;
}
html body.enroll .border.border2 dd:nth-of-type(3) {
  border-bottom: 0;
}
html body.enroll .border.border2 dd:nth-of-type(2), html body.enroll .border.border2 dd:nth-of-type(4), html body.enroll .border.border2 dd:last-of-type {
  border-bottom: solid 2px #ccc;
}
html body.enroll .border.kenin h4 {
  font-size: 1.5rem;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}
html body.enroll .border.kenin ol li {
  background-color: #fff;
  padding: 0;
}
html body.enroll .border .anno {
  text-align: left;
  margin: 1rem 0;
}
html body.enroll .traffic {
  margin-bottom: 5rem;
}
html body.enroll .traffic h2::before {
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  color: #F79428;
}
html body.enroll .traffic h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
html body.enroll .traffic img {
  margin-right: 2rem;
}
html body.enroll .traffic .yellow {
  background-color: #5FCED8;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
html body.enroll h4 {
  font-size: 1rem;
  border-bottom: solid 2px #F79428;
  padding-bottom: 0.5rem;
}
html body.enroll .red {
  color: red;
}
html body.enroll .traffic_text {
  padding: 2rem;
}
html body.enroll .button {
  width: 60%;
  color: #fff;
  font-size: 1.5rem;
  background-color: #FF3600;
  border-radius: 15px;
  box-shadow: 5px 5px 1px rgb(153, 32.4, 0);
  cursor: pointer;
  padding: 1rem;
  margin: 1rem auto 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
html body.enroll .button:hover {
  opacity: 0.7;
}
html body.enroll .button::before {
  content: "\f0da";
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
}
html body.enroll .button::before {
  content: "\f56d";
}
html body.enroll .button a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
html body.recruit .heading_area {
  width: 100vw;
  min-height: 24.2vw;
  padding: 2rem 5vw;
  margin: 0 0 4rem;
  background-color: #e0f8ff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
html body.recruit .heading_area.lazyloaded {
  background-image: url(../img/recruit_section_bg.jpg?ver=ut5ec7f);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
html body.recruit .yellow {
  width: 50%;
  background-color: #5FCED8;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  padding: 0.5rem;
  margin: 0 auto 0.5rem;
  text-align: center;
}
html body.recruit section .inner {
  margin: 2rem 0;
  align-items: stretch;
}
html body.recruit section .text_box {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
}
html body.recruit section .text_box h4 {
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: solid 2px #F79428;
  padding-bottom: 0.5rem;
}
html body.recruit section .text_box p {
  width: 100%;
  line-height: 2;
}
html body.recruit section .text_box p span {
  display: inline-block;
  margin: 1rem 0;
}
html body.recruit section .text_box p .job {
  font-size: 1.2rem;
  font-size: 1.2rem;
  display: inline-block;
  background-color: #ff9e5e;
  padding: 0.5rem 1rem;
  letter-spacing: 0.1rem;
}
html body.recruit section .text_box p .detail {
  font-size: 1.2rem;
  font-weight: bold;
}
html body.recruit section .img_box {
  width: 50%;
  height: calc(1024px * 0.55 * 1.078);
}
html body.recruit section .img_box.lazyloaded {
  background-image: url(../img/31517946_m.jpg?ver=ut5ec88);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
html body.otoku .img1, html body.otoku .img2 {
  width: 100%;
}
html body.otoku .img1.lazyloaded, html body.otoku .img2.lazyloaded {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
html body.otoku .img1.lazyloaded {
  height: calc(1024px * 0.289);
  background-image: url(../img/otoku_section_img1.jpg?ver=ut5ec8i);
}
html body.otoku .img2.lazyloaded {
  height: calc(1024px * 0.389);
  background-image: url(../img/otoku_section_img2.jpg?ver=ut5ec8p);
}
html body.otoku header {
  display: none;
}
html body.otoku article {
  padding: 4rem 0 5rem;
}
html body.otoku .arrow {
  text-align: center;
}
html body.otoku .arrow::before {
  content: "\f103";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 5rem;
  color: #5FCED8;
}
html body.otoku .yellow {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background-color: #5FCED8;
  padding: 2rem 5vw;
  margin: 1rem 0;
}
html body.otoku .yellow::before {
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
html body.otoku .hukidashi {
  margin: 2rem 0;
  padding: 2rem;
  flex-wrap: nowrap;
  align-items: stretch;
}
html body.otoku .hukidashi .text_box {
  margin-left: 5rem;
  border-radius: 1rem;
  border: solid 2px #F79428;
  padding: 5rem;
  font-size: 1.2rem;
  line-height: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
  position: relative;
}
html body.otoku .hukidashi .text_box::before, html body.otoku .hukidashi .text_box::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
}
html body.otoku .hukidashi .text_box::before {
  left: calc(-1 * 30px + 3px);
  border-top: 30px solid transparent;
  border-right: 30px solid #fff;
  border-bottom: 30px solid transparent;
  z-index: 2;
}
html body.otoku .hukidashi .text_box::after {
  left: -30px;
  border-top: 30px solid transparent;
  border-right: 30px solid #F79428;
  border-bottom: 30px solid transparent;
  z-index: 1;
}
html body.inquiry section {
  margin: 2rem 0 5rem;
}
html body.inquiry section p {
  text-align: center;
  margin-bottom: 2rem;
}
html body.dondora .logo {
  height: auto;
}
html body.dondora main {
  margin-bottom: 5rem;
}
html body.dondora article {
  width: auto;
  padding: 0;
}
html body.dondora #dondora p {
  line-height: 1.8;
}
html body.dondora #dondora .dondora-content .shoukai_txt h1 img, html body.dondora #dondora .dondora-content img {
  vertical-align: top;
}
html body.dondora #dondora .dondora-breadcrumb {
  width: 1000px;
  margin: 10px auto;
}
@media screen and (max-width: 959px) {
  html body.dondora #dondora .dondora-breadcrumb {
    width: auto;
    display: none;
  }
}
html body.dondora #dondora .dondora-breadcrumb ul {
  list-style-type: none;
  margin: 0;
  font-size: 12px;
  text-align: right;
  line-height: 1.6;
}
html body.dondora #dondora .dondora-breadcrumb ul li {
  display: inline-block;
  margin-left: 5px;
}
html body.dondora #dondora .dondora-breadcrumb ul li a {
  margin-right: 5px;
}
html body.dondora #dondora .dondora-content {
  width: 1000px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
}
html body.dondora #dondora .dondora-content .visual {
  height: 590px;
}
@media screen and (max-width: 959px) {
  html body.dondora #dondora .dondora-content {
    width: auto;
    margin: 0 auto;
    padding: 0;
    border: none;
  }
  html body.dondora #dondora .dondora-content .visual {
    height: auto;
  }
}
html body.dondora #dondora .dondora-content .visual picture {
  position: relative;
  z-index: 3;
}
html body.dondora #dondora .youtube-wrapper {
  height: 540px;
}
html body.dondora #dondora .dondora-content .visual #player {
  margin-top: -15px;
  z-index: 1;
}
html body.dondora #dondora .dondora-content .content_inner {
  background: url(../img/dondora/bg.png) center bottom no-repeat;
}
@media screen and (max-width: 959px) {
  html body.dondora #dondora .youtube-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: -15px;
  }
  html body.dondora #dondora .youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  html body.dondora #dondora .dondora-content .content_inner {
    background: 0 0;
  }
}
html body.dondora #dondora .dondora-content p {
  margin: 0;
}
html body.dondora #dondora .dondora-content figure {
  margin: 0;
  padding: 0;
}
html body.dondora #dondora .dondora-content dd, html body.dondora #dondora .dondora-content dt {
  margin: 0;
}
html body.dondora #dondora .dondora-content li, html body.dondora #dondora .dondora-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
html body.dondora #dondora .dondora-content .section {
  position: relative;
  width: 700px;
  margin: 0 auto;
  padding: 60px 50px;
  box-sizing: border-box;
  border-bottom: 10px solid #e9e9e9;
}
@media screen and (max-width: 959px) {
  html body.dondora #dondora .dondora-content .section {
    width: auto;
    padding: 30px 20px 60px;
  }
}
html body.dondora #dondora .dondora-content .section .logo {
  width: 50%;
}
html body.dondora #dondora .dondora-content .tree {
  position: absolute;
  right: -20px;
  top: 50%;
}
html body.dondora #dondora .dondora-content .section02 .tree, html body.dondora #dondora .dondora-content .section04 .tree {
  right: 0;
  left: -20px;
}
html body.dondora #dondora .dondora-content .title, html body.dondora #dondora .dondora-content .title_bottom {
  margin-bottom: 40px;
}
html body.dondora #dondora .dondora-content .txt {
  text-align: left;
}
html body.dondora #dondora .dondora-content .shoukai {
  position: relative;
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  html body.dondora #dondora .dondora-content .section .logo {
    width: 60%;
  }
  html body.dondora #dondora .dondora-content .tree {
    display: none;
  }
  html body.dondora #dondora .dondora-content .shoukai {
    text-align: center;
  }
}
html body.dondora #dondora .dondora-content .shoukai01 {
  margin-top: 40px;
}
html body.dondora #dondora .dondora-content .shoukai01 .bg-border {
  width: 300px;
  height: 480px;
  background: url(../img/dondora/pattern_blue.png);
}
@media screen and (max-width: 959px) {
  html body.dondora #dondora .dondora-content .shoukai01 .bg-border {
    height: 300px;
    margin: 0 auto;
    position: relative;
  }
}
html body.dondora #dondora .dondora-content .shoukai01 .shoukai_img img {
  margin-top: 150px;
  margin-left: 40px;
  position: relative;
  z-index: 1;
}
html body.dondora #dondora .dondora-content .shoukai02 {
  height: 480px;
}
@media screen and (max-width: 959px) {
  html body.dondora #dondora .dondora-content .shoukai01 .shoukai_img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
  }
  html body.dondora #dondora .dondora-content .shoukai01 {
    margin-bottom: 40px;
  }
  html body.dondora #dondora .dondora-content .shoukai02 {
    height: 750px;
  }
}
html body.dondora #dondora .dondora-content .shoukai02 .shoukai_img {
  text-align: right;
}
html body.dondora #dondora .dondora-content .shoukai02 .bg-border02 {
  float: right;
  width: 300px;
  height: 480px;
  background: url(../img/dondora/pattern_red.png) 485px;
}
@media screen and (max-width: 959px) {
  html body.dondora #dondora .dondora-content .shoukai02 .bg-border02 {
    float: none;
    height: 300px;
    margin: 0 auto;
  }
}
html body.dondora #dondora .dondora-content .shoukai02 .shoukai_img img {
  margin-top: 60px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
html body.dondora #dondora .dondora-content .shoukai_txt {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 315px;
  height: 442px;
  background: #fff1e1;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  html body.dondora #dondora .dondora-content .shoukai02 .shoukai_img img {
    margin-top: -92px;
    margin-right: 40px;
  }
  html body.dondora #dondora .dondora-content .shoukai_txt {
    position: static;
    width: 300px;
    margin: 0 auto;
  }
}
html body.dondora #dondora .dondora-content .shoukai02 .shoukai_txt {
  left: 20px;
}
html body.dondora #dondora .dondora-content .shoukai_txt .txt_inner {
  position: relative;
  padding: 40px;
  box-sizing: border-box;
}
html body.dondora #dondora .dondora-content .shoukai_txt .txt_inner:after {
  position: absolute;
  content: "";
  right: 100%;
  top: 20%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right: 20px solid #fff1e1;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  margin-top: -50px;
}
@media screen and (max-width: 959px) {
  html body.dondora #dondora .dondora-content .shoukai_txt .txt_inner:after {
    bottom: 100%;
    left: 50%;
    right: auto;
    top: auto;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom: 20px solid #fff1e1;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    margin-top: 0;
    margin-left: -70px;
  }
}
html body.dondora #dondora .dondora-content .shoukai02 .shoukai_txt .txt_inner:after {
  right: auto;
  left: 100%;
  border-left: 20px solid #fff1e1;
  border-right: none;
}
html body.dondora #dondora .dondora-content .shoukai_txt h1 {
  margin: 0 0 -5px;
}
html body.dondora #dondora .dondora-content .shoukai_oya {
  position: relative;
  background: url(../img/dondora/pattern_org.png);
  margin-top: 20px;
  padding: 30px;
  text-align: left;
}
@media screen and (max-width: 959px) {
  html body.dondora #dondora .dondora-content .shoukai02 .shoukai_txt .txt_inner:after {
    right: auto;
    left: 50%;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
  }
  html body.dondora #dondora .dondora-content .shoukai_oya {
    margin: 40px auto 0;
    width: 300px;
  }
}
html body.dondora #dondora .dondora-content .shoukai_oya h1 {
  margin: 0;
}
html body.dondora #dondora .dondora-content .shoukai_oya figure {
  position: absolute;
  right: -90px;
  top: 30px;
}
html body.dondora #dondora .dondora-content .shoukai_oya .txt {
  font-size: 14px;
  color: #fff;
  width: 393px;
}
@media screen and (max-width: 959px) {
  html body.dondora #dondora .dondora-content .shoukai_oya h1 {
    margin-bottom: 10px;
  }
  html body.dondora #dondora .dondora-content .shoukai_oya figure {
    position: static;
    margin-bottom: 15px;
  }
  html body.dondora #dondora .dondora-content .shoukai_oya .txt {
    width: auto;
  }
}
html body.dondora #dondora .dondora-content .faq {
  text-align: left;
  font-size: 14px;
}
html body.dondora #dondora .dondora-content .faq dl {
  margin: 0 0 1px;
}
html body.dondora #dondora .dondora-content .faq_title {
  margin-bottom: 1px;
  padding: 10px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  background: url(../img/dondora/pattern_red.png);
  color: #fff;
}
html body.dondora #dondora .dondora-content .faq_img {
  float: left;
  width: 220px;
  height: 300px;
  background: url(../img/dondora/pattern_blue.png);
  text-align: center;
}
@media screen and (max-width: 959px) {
  html body.dondora #dondora .dondora-content .faq_img {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}
html body.dondora #dondora .dondora-content .faq_img img {
  vertical-align: middle;
  position: relative;
  z-index: 3;
}
html body.dondora #dondora .dondora-content .faq_kaitou {
  position: relative;
  float: right;
  width: 380px;
  height: 300px;
  padding: 30px;
  background: #fff1e1;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  html body.dondora #dondora .dondora-content .faq_kaitou {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
html body.dondora #dondora .dondora-content .faq_kaitou:before {
  position: absolute;
  content: "";
  right: 100%;
  top: 50%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right: 15px solid #fff1e1;
  margin-top: -15px;
}
html body.dondora #dondora .dondora-content .faq_list li:nth-child(even) .faq_img {
  float: right;
}
@media screen and (max-width: 959px) {
  html body.dondora #dondora .dondora-content .faq_kaitou:before {
    right: auto;
    top: auto;
    bottom: 100%;
    left: 50%;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff1e1;
    margin-top: 0;
    margin-left: -15px;
  }
  html body.dondora #dondora .dondora-content .faq_list li:nth-child(even) .faq_img {
    float: none;
  }
}
html body.dondora #dondora .dondora-content .faq_list li:nth-child(even) .faq_kaitou {
  float: left;
}
html body.dondora #dondora .dondora-content .faq_list li:nth-child(even) .faq_kaitou:before {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 15px solid #fff1e1;
}
html body.dondora #dondora .dondora-content .faq_list li:nth-child(1) .faq_img img {
  margin: 30px 0 0 10px;
}
@media screen and (max-width: 959px) {
  html body.dondora #dondora .dondora-content .faq_list li:nth-child(even) .faq_kaitou {
    float: none;
  }
  html body.dondora #dondora .dondora-content .faq_list li:nth-child(even) .faq_kaitou:before {
    left: 50%;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff1e1;
    border-left: 15px solid transparent;
  }
  html body.dondora #dondora .dondora-content .faq_list li:nth-child(1) .faq_img img {
    margin: 0 0 0 40px;
  }
}
html body.dondora #dondora .dondora-content .faq_list li:nth-child(2) .faq_img img {
  margin: 20px 0 0 10px;
}
@media screen and (max-width: 959px) {
  html body.dondora #dondora .dondora-content .faq_list li:nth-child(2) .faq_img img {
    margin: 0 0 0 10px;
  }
}
html body.dondora #dondora .dondora-content .faq_list li:nth-child(3) .faq_img img {
  margin: 40px 0 0 30px;
}
@media screen and (max-width: 959px) {
  html body.dondora #dondora .dondora-content .faq_list li:nth-child(3) .faq_img img {
    margin: 0 0 0 30px;
  }
}
html body.dondora #dondora .dondora-content .faq_list li:nth-child(4) .faq_img img {
  margin: 50px 0 0 -70px;
}
@media screen and (max-width: 959px) {
  html body.dondora #dondora .dondora-content .faq_list li:nth-child(4) .faq_img img {
    margin: 0 0 0 -60px;
  }
}
html body.dondora #dondora .dondora-content .faq_list li:nth-child(5) .faq_img img {
  margin: 20px 0 0 20px;
}
html body.dondora #dondora .dondora-content .youtube {
  position: relative;
  width: 600px;
  padding-top: 56.25%;
}
@media screen and (max-width: 959px) {
  html body.dondora #dondora .dondora-content .faq_list li:nth-child(5) .faq_img img {
    margin: 0 0 0 20px;
  }
  html body.dondora #dondora .dondora-content .faq_list li:last-child .faq_kaitou {
    margin-bottom: 0;
  }
  html body.dondora #dondora .dondora-content .youtube {
    width: 100%;
  }
}
html body.dondora #dondora .dondora-content .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
html body.dondora #dondora .dondora-content #twitter-widget-0 {
  height: 200px;
}
html body.dondora #dondora .dondora-content .faq_img, html body.dondora #dondora .dondora-content .faq_kaitou {
  float: none;
}
html body.dondora #dondora .dondora-content .faq_title {
  width: 100%;
}
html body.dondora #dondora .dondora-content .faq dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}
html .yt_wrap {
  width: 100%;
  margin-bottom: 8rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
html .yt_wrap iframe {
  width: 640px;
  height: 360.32px;
}
html aside {
  text-align: center;
}
html aside .guide_box, html aside .info_box, html aside .banner_box {
  padding: 2.5vw;
  box-sizing: border-box;
}
html aside .guide_box {
  width: 100vw;
  background-color: #fff7f7;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: center;
}
html aside .guide_box_img {
  width: 258px;
  height: 323px;
}
html aside .guide_box_img.lazyloaded {
  background-image: url(../img/tBKhI91A1fDw4Ym1747967932_1747967994.png?ver=ut5ec8x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
html aside .guide_box_img + .guide_box_text {
  margin-left: 4rem;
}
html aside .guide_box_text1 {
  font-size: 1.5rem;
  font-weight: bold;
}
html aside .guide_box_text1::before {
  content: "\\";
  font-family: arial;
  margin: 0 0.5rem;
}
html aside .guide_box_text1::after {
  content: "/";
}
html aside .guide_box_text2 {
  color: #F79428;
  font-weight: bold;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}
html aside .guide_box_text2 span {
  font-size: 1.5rem;
}
html aside .guide_box_btn {
  color: #fff;
  font-size: 1.8rem;
  background-color: #F79428;
  border-radius: 15px;
  box-shadow: 5px 5px 1px rgb(178.3632286996, 96.2331838565, 6.6367713004);
  cursor: pointer;
  position: relative;
  padding: 1rem;
  margin: 1rem auto 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
html aside .guide_box_btn a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
html aside .guide_box_btn:hover {
  opacity: 0.7;
}
html aside .guide_box_btn::before {
  content: "\f0da";
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
}
html aside .banner_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
html aside .banner_box a + a {
  margin-left: 2rem;
}
html aside .recruit_aside {
  width: 100vw;
  padding: 1rem calc((100vw - 1024px) / 2);
  background-color: #ff9e5e;
}
html aside .recruit_aside .call {
  color: #000;
}
html aside .recruit_aside .text_box {
  text-align: left;
}
html aside .recruit_aside .text_box + .img_box {
  margin-left: 5rem;
}
html body.index .info_box {
  border-top: solid 1px #ccc;
}
html body:not(.recruit) .recruit_aside {
  display: none;
}
html body:not(.index) aside .banner_box {
  display: none;
}
html .aside_freedial, html .aside_tel {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding-left: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}
html .aside_freedial a, html .aside_tel a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
html .aside_freedial.lazyloaded:before, html .aside_tel.lazyloaded:before {
  display: inline-block;
  margin-right: 1rem;
}
html .aside_freedial.lazyloaded::before {
  content: url(../img/icon_freedial2.png?ver=ut5ec9l);
}
html .aside_tel.lazyloaded::before {
  content: url(../img/icon_tel2.png?ver=ut5ecag);
}
html .businessday {
  width: 100%;
  margin: 1rem 0;
  padding-left: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}
html .businessday dt, html .businessday dd {
  text-align: left;
  padding: 0.5rem 0;
}
html .businessday dt {
  width: 4rem;
  border-right: solid 1px #000;
}
html .businessday dd {
  width: calc(100% - 4rem);
  padding-left: 1rem;
}
html .offday {
  width: 100%;
  display: block;
  text-align: left;
  padding-left: 2rem;
}
html .logo {
  width: 264px;
  height: 53px;
  margin: 0 auto;
}
html .logo.lazyloaded {
  background-image: url(../img/logo_bk.png?ver=ut5ecao);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
html footer {
  width: 100vw;
  color: #fff;
  background-color: #F79428;
  padding: 5vw 0;
  box-sizing: border-box;
}
html footer nav {
  width: 1024px;
  margin: 0 auto 5vw;
}
html footer nav ul {
  height: calc((3rem + 1px) * 6 + 10px);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: flex-start;
}
html footer nav ul li {
  width: 50%;
  line-height: 1;
  padding: 1rem 1rem 1rem 15%;
  box-sizing: border-box;
}
html footer nav a {
  color: #fff;
  text-decoration: none;
}
html footer nav a span {
  text-decoration: underline;
}
html footer nav a span:hover {
  text-decoration: none;
}
html footer nav a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
html .copyright {
  font-size: 0.8rem;
  text-align: center;
}
html .droid_sans {
  font-family: Verdana, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
}
html #pagetop {
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: calc(-1 * 70px - 10px);
  right: 5%;
  background-color: #ff9e5e;
  border: solid 2px #ff9e5e;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  font-size: 1.5rem;
  z-index: 18;
}
html #pagetop a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: table;
  text-decoration: none;
}
html #pagetop a::before {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  width: 2rem;
  height: 2rem;
  position: absolute;
  margin: auto;
  top: 50%;
  bottom: 50%;
  left: calc((100% - 2rem) / 2);
  right: calc((100% - 2rem) / 2);
}
html #pagetop a:hover {
  opacity: 0.8;
}
html .pagetop_on {
  transition: 0.3s;
  transform: translate(0, -70px);
}
html .pagetop_off {
  transition: 0.3s;
  transform: translate(0, 70px);
}
@media screen and (max-width: 1024px) {
  html body.is-rotated header.index {
    min-height: 900px;
  }
  html body.is-rotated.index .slick-prev {
    left: 3rem !important;
  }
  html body.is-rotated.index .slick-next {
    right: 3rem !important;
  }
  html body.is-rotated.enroll #enroll_phase1 {
    margin-bottom: 20.2rem;
  }
}
@media screen and (max-width: 1023px) {
  html {
    /*table for responsive*/
    /*instafeed*/
    /*forms*/
  }
  html .headerWrapper.lazyloaded::before {
    content: url(img/navi_header_logo.svg?ver=ut5ecbo);
    display: block;
    background-color: #F79428;
    color: #fff;
    width: 100vw;
    height: 60px;
    box-sizing: border-box;
    padding: 0 5vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
  }
  html .ppbox {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 95%);
  }
  html body:not(.index) header {
    width: 100vw;
    height: 15vh;
    padding-top: 0;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  html body:not(.index) header h1 img {
    width: 70vw;
    max-width: 320px;
  }
  html .anno {
    font-size: 1rem;
  }
  html article {
    width: 100%;
    padding: 5vw;
    box-sizing: border-box;
  }
  html article a.call {
    color: #F79428;
  }
  html body.index .point_image {
    width: 100%;
    height: 24.57vw;
  }
  html body.index .point_image.lazyloaded {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  html body.index .dondora {
    margin-bottom: 4rem;
  }
  html body.index .dondora h3 {
    padding: 1.5rem 5vw;
  }
  html body.index .dondora .dondora_img {
    position: static;
    margin: 2rem auto 0;
  }
  html body.index .dondora p {
    margin: 2rem auto;
    text-align: left;
  }
  html body.index .dondora p br {
    display: none;
  }
  html body.index .dondora .youtube_thum a {
    text-decoration: none;
  }
  html body.index .dondora .youtube_thum a:hover::before {
    content: initial;
  }
  html body.index .dondora .youtube_thum a::before {
    content: "\f167" " " "YouTubeで再生";
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
  }
  html body.lesson .heading_box {
    display: none;
  }
  html body.lesson .photo_box .img_box {
    height: 13.5vw;
  }
  html body.lesson th, html body.lesson td {
    padding: 0.5rem;
  }
  html body.flow section:first-of-type {
    margin-bottom: 2rem;
  }
  html body.flow .heading_area {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  html body.flow .heading_area div img {
    width: 100%;
    max-width: 376px;
  }
  html body.flow .heading_area div + img {
    margin-left: 0;
  }
  html body.flow .lesson_flow {
    display: none;
  }
  html body.flow #flow_detail h2 {
    display: none;
  }
  html body.facility h2, html body.area h2 {
    padding-top: calc(65px + 1rem - 5vw);
  }
  html body.facility .img_box, html body.area .img_box {
    width: 48%;
  }
  html body.facility .img_box .thum, html body.area .img_box .thum {
    height: calc((43.2vw - 2rem) / 4 * 3);
  }
  html body.voice #voice_slide {
    width: 90vw;
    height: 67.5vw;
  }
  html body.voice #voice_slide div {
    width: 80vw;
    height: 43.52vw;
  }
  html body.voice #voice_slide div img {
    width: 100%;
    height: 100%;
  }
  html body.voice #voice_thums {
    width: 100%;
  }
  html body.voice #voice_thums div {
    margin-bottom: 0.5rem;
  }
  html body.voice .voice_list {
    width: 100%;
    margin-bottom: 0;
  }
  html body.voice .voice_h2 {
    font-size: 1.3rem;
    padding: 0;
  }
  html body.voice .voice_thum_list li {
    width: calc((100% - 2rem) / 3);
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 0.8rem;
  }
  html body.staff .heading_area {
    height: calc(25.38vw + 120px);
    padding-top: 120px;
  }
  html body.staff .heading_area.lazyloaded {
    background-size: contain;
  }
  html body.staff .border {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  html body.staff section .img_box {
    width: auto;
  }
  html body.staff section .text_box {
    width: 100%;
    margin-top: 1rem;
  }
  html body.staff section .comment {
    text-align: center;
  }
  html body.staff section .comment::before {
    display: none;
  }
  html body.staff section dt {
    width: 100%;
  }
  html body.staff .bottoms div {
    height: 40.5vw;
  }
  html body.staff .bottoms .aside_freedial, html body.staff .bottoms .aside_tel {
    font-size: 1rem;
  }
  html body.staff .bottoms .aside_freedial a, html body.staff .bottoms .aside_tel a {
    text-decoration: underline;
  }
  html body.staff .bottoms .aside_freedial a:hover, html body.staff .bottoms .aside_tel a:hover {
    text-decoration: none;
  }
  html body.staff .bottoms .aside_freedial::before, html body.staff .bottoms .aside_tel::before {
    content: "\f098";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.5rem;
  }
  html body.camp #camp_phase1.lazyloaded {
    background-position: right center;
  }
  html body.camp .stay ul.parent {
    width: 100%;
  }
  html body.camp .inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  html body.camp .inner .grey_box {
    width: 100%;
    margin: 0;
  }
  html body.camp .inner .img_box {
    width: 100%;
    max-width: 480px;
    height: 67.5vw;
    max-height: 360px;
  }
  html body.camp .inner .img_box + .img_box {
    margin-left: 0;
  }
  html body.camp .heading {
    width: 100%;
  }
  html body.faq dd {
    margin: 1rem 0 4rem;
    padding: 1rem;
  }
  html body.enroll #enroll_phase1 {
    height: 43.38vw;
    margin-bottom: 43.38vw;
    height: 43.38vw;
  }
  html body.enroll #enroll_phase1 .inner {
    width: 100%;
    right: 0;
    top: calc(43.38vw - 168px);
    padding: 0;
  }
  html body.enroll .download_wrap {
    display: none;
  }
  html body.enroll .heading_area {
    margin: 2rem 0;
  }
  html body.enroll .heading_area .sp_od1 {
    width: 100%;
  }
  html body.enroll .border dl {
    width: 100%;
  }
  html body.enroll .sp_od1 {
    order: 1;
  }
  html body.enroll .sp_od2 {
    order: 2;
  }
  html body.enroll .sp_od3 {
    order: 3;
  }
  html body.enroll .traffic h2, html body.enroll .traffic .flex_row div {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
  html body.enroll .traffic .anno {
    text-align: left;
    margin-bottom: 2rem;
  }
  html body.enroll .button {
    width: 100%;
  }
  html body.recruit .heading_area {
    margin: 0;
  }
  html body.recruit .heading_area h2 img {
    width: 100%;
    max-width: 320px;
  }
  html body.recruit .yellow {
    width: 100%;
  }
  html body.recruit section .text_box {
    width: 100%;
    padding: 0;
  }
  html body.recruit section .text_box p span {
    display: block;
    text-align: center;
  }
  html body.recruit section .text_box p .job {
    width: 50%;
    display: block;
    margin: 1rem auto 0;
  }
  html body.recruit section .img_box {
    margin-top: 1rem;
    width: 100%;
    height: 97.02vw;
  }
  html body.otoku .hukidashi {
    padding-top: 1rem;
    margin-top: 0;
  }
  html body.otoku .hukidashi .img_box {
    display: none;
  }
  html body.otoku .hukidashi .text_box {
    margin: 0;
    padding: 1rem;
  }
  html body.otoku .hukidashi .text_box::before, html body.otoku .hukidashi .text_box::after {
    display: none;
  }
  html body.dondora article {
    padding: 0;
  }
  html body.dondora .od1, html body.dondora .od2, html body.dondora .od3 {
    order: 0;
  }
  html aside .guide_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 2rem 2.5vw;
  }
  html aside .guide_box_img + .guide_box_text {
    margin-left: 0;
    margin-top: 2rem;
  }
  html aside .guide_box_text1 {
    font-size: 1rem;
  }
  html aside .aside_freedial, html aside .aside_tel {
    font-size: 1.2rem;
    text-decoration: underline;
  }
  html aside .banner_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  html aside .banner_box a + a {
    margin: 0;
  }
  html aside .banner_box img {
    width: 100%;
    max-width: 466px;
  }
  html footer {
    padding: 5vw 5vw 70px;
    box-sizing: border-box;
  }
  html footer nav {
    display: none;
  }
  html .keyboard_disp_none {
    display: none;
  }
  html .tableWrapper {
    overflow-x: scroll;
  }
  html .tableWrapper table:not(.ui-datepicker-calendar) {
    width: 1000px !important;
    margin-bottom: 1rem;
  }
  html .tableWrapper .sp {
    width: 100%;
    margin: 2rem auto 3rem;
    overflow-x: scroll;
  }
  html .tableWrapper .sp::-webkit-scrollbar {
    background: transparent;
    border-radius: 5px;
    height: 4px;
    border: 1px solid #ff9e5e;
  }
  html .tableWrapper .sp::-webkit-scrollbar-thumb {
    background: #ff9e5e;
    border-radius: 5px;
  }
  html #instagram {
    padding: 0;
  }
  html #instafeed {
    width: 100%;
    height: 90vw;
    box-sizing: border-box;
  }
  html .instalink {
    width: 100%;
  }
  html .inquiry_form dd.privacy, html .reserve_form dd.privacy {
    text-align: center;
    margin: 3rem auto 2rem;
  }
  html .inquiry_form select, html .reserve_form select {
    border: solid 1px #ccc;
    padding: 0.5rem;
  }
  html #ui-datepicker-div {
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
  }
  html .pflink::after {
    display: none;
  }
  html .yt_wrap {
    margin-bottom: 5rem;
  }
  html .yt_wrap iframe {
    width: 100%;
    max-width: 640px;
    height: 50.67vw;
    max-height: 360px;
  }
}
@media screen and (max-height: 750px) {
  html body.is-rotated.index .point_image {
    width: 100%;
    height: 24.57vw;
  }
  html body.is-rotated.index .point1 .point_image.lazyloaded {
    background-image: url(../img/top_img01.jpg?ver=ut5ecc5);
  }
  html body.is-rotated.index .point2 .point_image.point2_1.lazyloaded {
    background-image: url(../img/top_img02_1.jpg?ver=ut5ecct);
  }
  html body.is-rotated.index .point2 .point_image.point2_2.lazyloaded {
    background-image: url(../img/top_img02_2.jpg?ver=ut5ecdj);
  }
  html body.is-rotated.index .point2 .point_image.point2_3.lazyloaded {
    background-image: url(../img/top_img02_3.jpg?ver=ut5ecdo);
  }
  html body.is-rotated.index .point3 .point_image.lazyloaded {
    background-image: url(../img/top_img03.jpg?ver=ut5ece4);
  }
  html body.is-rotated.index #slider .top_slider_title {
    position: absolute;
    left: initial;
    top: initial;
    right: 5vw;
    bottom: -3rem;
  }
  html body.is-rotated.index #slider .top_slider_title img {
    width: auto;
  }
  html body.is-rotated.index #slider .top_slider_desc {
    display: initial;
    position: absolute;
    top: auto;
    right: 5vw;
    bottom: -5rem;
    color: #000;
    font-weight: bold;
    text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff -1px 0, #fff -1px 0 0, #fff 1px 0 0;
  }
  html body.is-rotated.index #slider .top_slider_ul {
    bottom: -5rem;
  }
  html body.is-rotated.index #slider .slick-prev {
    left: calc((100vw - 680px) / 2 + 2rem) !important;
  }
  html body.is-rotated.index #slider .slick-next {
    right: calc((100vw - 680px) / 2 + 2rem) !important;
  }
  html body.is-rotated aside .guide_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-content: center;
  }
  html body.is-rotated aside .guide_box_img + .guide_box_text {
    margin-top: 0;
    margin-left: 4rem;
  }
}
@media screen and (max-width: 750px) {
  html {
    /*instafeed*/
  }
  html body.index .point_image {
    width: 100%;
    height: 67.5vw;
  }
  html body.index .point1 .point_image.lazyloaded {
    background-image: url(../img/top_img01_800.jpg?ver=ut5ecee);
  }
  html body.index .point2 .point_image.point2_1.lazyloaded {
    background-image: url(../img/top_img02_1_800.jpg?ver=ut5ecek);
  }
  html body.index .point2 .point_image.point2_2.lazyloaded {
    background-image: url(../img/top_img02_2_800.jpg?ver=ut5ecfe);
  }
  html body.index .point2 .point_image.point2_3.lazyloaded {
    background-image: url(../img/top_img02_3_800.jpg?ver=ut5ecg5);
  }
  html body.index .point3 .point_image.lazyloaded {
    background-image: url(../img/top_img03_800.jpg?ver=ut5ech1);
  }
  html body.index .dondora .flex_row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  html body.index .dondora .youtube_thum_wrap {
    width: 100%;
  }
  html body.flow ol {
    padding-left: 1rem;
  }
  html body.flow #flow_detail section .content.flex_row .inner {
    width: 100%;
  }
  html body.flow .heading_box {
    height: auto;
  }
  html body.flow .heading_box .text_box {
    width: 100%;
    padding: 0.5rem;
  }
  html body.flow .heading_box .img_box {
    display: none;
  }
  html body.flow #flow_detail section .content p {
    text-align: left;
  }
  html body.staff .heading_area {
    height: calc(25.38vw + 100px);
  }
  html body.staff .heading_area.lazyloaded {
    background-position: center bottom;
  }
  html body.staff .bottoms div {
    padding-top: 0.5rem;
  }
  html body.staff .bottoms .aside_freedial, html body.staff .bottoms .aside_tel {
    font-size: 1rem;
    margin-top: 0;
  }
  html body.camp #camp_phase1 {
    height: auto;
    min-height: 43.38vw;
    padding: 1rem;
  }
  html body.camp #camp_phase1 p {
    text-align: left;
  }
  html body.camp #camp_phase1 br {
    display: none;
  }
  html body.enroll #enroll_phase1 .inner ul li + li {
    margin-top: 1rem;
  }
  html body.enroll .border ol li {
    padding: 1rem;
  }
  html body.enroll .heading_area {
    margin: 0;
  }
  html body.enroll .heading_box {
    height: auto;
    color: #F79428;
    background-color: #fff;
    border-radius: 0;
  }
  html body.enroll .heading_box .text_box {
    width: 100%;
  }
  html body.enroll .heading_box .text_box h2 {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    border-bottom: solid 2px #F79428;
    padding-bottom: 0.5rem;
  }
  html body.enroll .heading_box .text_box h2::before {
    content: "";
    display: block;
    margin-right: 1rem;
    width: 4px;
    height: 2.25rem;
    background-color: #F79428;
  }
  html body.enroll .heading_box .img_box {
    display: none;
  }
  html body.enroll .border p {
    text-align: left;
  }
  html body.otoku .img1.lazyloaded {
    height: 75vw;
    background-image: url(../img/otoku_section_img1_480.jpg?ver=ut5ech2);
  }
  html body.otoku .img2.lazyloaded {
    height: 75vw;
    background-image: url(../img/otoku_section_img2_480.jpg?ver=ut5echt);
  }
  html aside .recruit_aside .text_box + .img_box {
    margin: 2rem 0 0;
  }
  html #instafeed .insta_box {
    width: 42.5vw;
    height: 42.5vw;
    margin-bottom: 10px;
  }
  html #instafeed .insta_box:nth-of-type(4) ~ .insta_box {
    display: none;
  }
  html .instalink {
    margin: 0 auto 2rem;
  }
}
@media screen and (max-width: 480px) {
  html {
    /*forms*/
  }
  html body.staff .heading_area h2 {
    padding: 0 5vw;
  }
  html body.staff .bottoms div {
    height: 90vw;
  }
  html body.staff .bottoms div.lazyloaded {
    background-image: url(../img/staff_bottoms_480.jpg?ver=ut5ecih);
    background-position: center bottom;
    background-size: contain;
  }
  html body.staff .bottoms div .aside_freedial, html body.staff .bottoms div .aside_tel {
    display: none;
  }
  html body.enroll #enroll_phase1 .inner {
    top: 43.38vw;
  }
  html body.enroll #enroll_phase1 .inner img {
    display: none;
  }
  html body.enroll .heading_area div img {
    width: 100%;
    max-width: 376px;
  }
  html body.enroll .heading_area div + img {
    margin: 0;
  }
  html body.enroll .border {
    padding: 1rem;
  }
  html body.enroll .border dl {
    height: auto;
    border-bottom: solid 2px #ccc;
  }
  html body.enroll .border dd:nth-of-type(3), html body.enroll .border dd:nth-of-type(6), html body.enroll .border dd:last-of-type {
    border-bottom: 0;
  }
  html body.enroll .border dt, html body.enroll .border dd {
    width: 100%;
    border: 0;
    border: solid 2px #ccc;
    border-bottom: 0;
    padding: 0.5rem;
    height: auto;
  }
  html body.enroll .border.border2 dl {
    height: auto;
  }
  html body.enroll .border.border2 dl dd:nth-of-type(2), html body.enroll .border.border2 dl dd:nth-of-type(4), html body.enroll .border.border2 dl dd:last-of-type {
    border-bottom: 0;
  }
  html body.enroll .traffic h2, html body.enroll .traffic .flex_row div {
    margin-bottom: 1rem;
  }
  html body.enroll .traffic_text {
    padding: 2rem 0;
  }
  html body.enroll .traffic .flex_row img {
    width: 100%;
    max-width: 372px;
  }
  html body.enroll .sp_od2, html body.enroll .sp_od3 {
    width: 50%;
    max-width: 168px;
  }
  html body.enroll .button {
    font-size: 1rem;
  }
  html body.enroll .button::before {
    display: none;
  }
  html .inquiry_form .p_num, html .reserve_form .p_num {
    width: 100%;
    margin: 0.5rem 0;
  }
}
@media screen and (max-width: 414px) {
  html body.index .dondora .button {
    font-size: 1.2rem;
  }
  html .left_bar {
    height: auto;
    padding-left: 0.5rem;
    border-left: solid 4px #F79428;
  }
  html .left_bar::before {
    display: none;
  }
  html body.lesson .photo_box {
    justify-content: space-between;
  }
  html body.lesson .photo_box .img_box {
    width: 48%;
    height: 32.4vw;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  html body.staff .heading_area h2 {
    font-size: 1rem;
  }
  html body.staff .border {
    padding: 1rem;
  }
  html body.staff .bottoms h4 {
    font-size: 1.2rem;
  }
  html body.camp #camp_phase1 {
    padding-top: 3rem;
  }
  html body.camp #camp_phase1 h2 {
    padding: 0;
  }
  html body.camp .stay {
    padding: 1rem;
  }
  html body.enroll #enroll_phase1 {
    margin-bottom: 16.2rem;
  }
  html body.otoku .yellow {
    font-size: 1.5rem;
    padding: 1rem 5vw;
  }
  html body.otoku .hukidashi {
    margin-bottom: 0;
  }
  html body.otoku .hukidashi .text_box {
    line-height: 1.5;
  }
  html body.voice .voice_list li {
    padding: 0.5rem;
  }
  html body.voice .voice_list li span {
    margin-left: 2rem;
  }
  html body.voice .voice_list li::before {
    content: "\f075";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5rem;
    color: #e0bfef;
    transform: scale(-1, 1);
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 0.5rem;
  }
  html body.voice .voice_h2 {
    font-size: 1.2rem;
    padding: 0;
  }
  html aside .guide_box_text2 span {
    font-size: 1.2rem;
  }
  html aside .aside_freedial, html aside .aside_tel {
    font-size: 1rem;
  }
  html aside .aside_freedial.lazyloaded::before, html aside .aside_tel.lazyloaded::before {
    margin-right: 0.5rem;
  }
}
@media screen and (max-height: 350px) {
  html body.is-rotated.index .slick-prev {
    left: 1rem !important;
  }
  html body.is-rotated.index .slick-next {
    right: 1rem !important;
  }
  html body.is-rotated aside .guide_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-content: center;
  }
  html body.is-rotated aside .guide_box_img + .guide_box_text {
    margin-top: 2rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 350px) {
  html {
    /*forms*/
  }
  html .date {
    margin-bottom: 1rem;
  }
  html article h2 {
    font-size: 1.2rem;
  }
  html body.index .point_box .heading h3 {
    font-size: 1.2rem;
  }
  html body.lesson th, html body.lesson td {
    padding: 0.3rem;
  }
  html body.camp #camp_phase1 {
    padding-top: 3rem;
  }
  html body.camp #camp_phase1 p {
    line-height: 1.5;
  }
  html aside .guide_box_btn {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  html aside .guide_box_text2 span {
    font-size: 1rem;
  }
  html aside .guide_box_text1 {
    font-size: 0.9rem;
  }
  html br.max350 {
    display: inline;
  }
  html span.freedial {
    font-size: 0.7rem;
  }
  html aside .aside_freedial, html aside .aside_tel, html .businessday, html .offday {
    padding-left: 0;
  }
  html .inquiry_form .date, html .reserve_form .date {
    display: block;
  }
}
@-moz-document url-prefix() {}/*# sourceMappingURL=styles.css.map */