@charset "UTF-8";

/**
 * media query 用の変数
 */

/**
 * mixin
 */

header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .headerTelInq .buttonGhostGold {
  margin: 0 auto;
}

.inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  width: 100%;
}

@media all and (min-width: 768px), print {
  .inner {
    max-width: 1200px;
    min-width: 980px;
  }
}

@media all and (max-width: 767px), print {
  .inner {
    display: block;
  }
}

@media all and (min-width: 768px), print {
  .inner .inner_wrapper {
    padding: 0px 150px;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  .inner .inner_wrapper {
    padding: 0px 20px;
  }
}

@media all and (max-width: 767px), print {
  .inner .inner_wrapper {
    padding: 0px 20px;
  }
}

.inner .inner_wrapper.sky_back {
  background-color: #e8f3f7;
}

@media all and (min-width: 768px), print {
  .inner .inner_wrapper.sky_back {
    padding: 50px 150px;
    margin-bottom: 160px;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  .inner .inner_wrapper.sky_back {
    padding: 30px 20px 20px 20px;
    margin-bottom: 25px;
  }
}

@media all and (max-width: 767px), print {
  .inner .inner_wrapper.sky_back {
    padding: 30px 20px 20px 20px;
    margin-bottom: 25px;
  }
}

@media all and (min-width: 768px), print {
  .inner .inner_wrapper.sky_back.input {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 767px), print {
  .inner .inner_wrapper.sky_back.input {
    margin-bottom: 30px;
  }
}

.inner .inner_wrapper .white_inner {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

@media all and (min-width: 768px), print {
  .inner .inner_wrapper .white_inner {
    padding: 30px 60px;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  .inner .inner_wrapper .white_inner {
    padding: 20px 20px 38px 20px;
  }
}

@media all and (max-width: 767px), print {
  .inner .inner_wrapper .white_inner {
    padding: 20px 20px 38px 20px;
  }
}

.button_area {
  text-align: center;
}

.button_area .gold_button {
  display: block;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  color: #b9a245;
  border: 1px solid #b9a245;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  text-align: center;
}

@media all and (min-width: 768px), print {
  .button_area .gold_button {
    font-size: 20px;
    margin: auto;
    margin-top: 70px;
    padding: 20px 0;
    width: 50%;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  .button_area .gold_button {
    font-size: 14px;
    margin: auto;
    margin-top: 70px;
    padding: 12px 0;
    width: 160px;
  }
}

@media all and (max-width: 767px), print {
  .button_area .gold_button {
    display: inline-block;
    font-size: 14px;
    margin: auto;
    padding: 16px 40px;
  }
}

.button_area .gold_button:before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b9a245;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.error_message_area {
  width: 372px;
}

.error_text_block {
  color: #B70000;
  font-weight: bold;
  text-align: left;
}

.red_text {
  color: #B70000;
}

.varidate_red {
  color: red !important;
}

form {
  line-height: 1.6;
}

form input {
  cursor: pointer;
  font-size: 16px;
  word-break: keep-all;
}

@media all and (min-width: 768px), print {
  form input {
    margin-right: 8px;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  form input {
    margin-right: 8px;
  }
}

@media all and (max-width: 767px), print {
  form input {
    margin-right: 5px;
  }
}

form input:placeholder-shown {
  color: #ced4da;
  font-weight: 200;
}

@media all and (min-width: 768px), print {
  form input:placeholder-shown {
    font-size: 20px;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  form input:placeholder-shown {
    font-size: 16px;
  }
}

@media all and (max-width: 767px), print {
  form input:placeholder-shown {
    font-size: 16px;
  }
  .error_message_area {
    width: 100%;
  }
}

form input[type="text"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: text;
  width: 100%;
}

@media all and (max-width: 767px), print {
  form input[type="text"] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    font-size: 18px;
  }
}

form .field_wrap {
  border-collapse: collapse;
  width: 100%;
}

form .field_wrap .field_row {
  border-bottom: #acb8c6 1px solid;
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  form .field_wrap .field_row {
    padding: 8px 0px;
  }
}

@media all and (max-width: 767px), print {
  form .field_wrap .field_row {
    padding: 8px 0px;
  }
}

form .field_wrap .field_row.form-group {
  margin-bottom: 0;
}

form .field_wrap .field_row:first-child .field_cell {
  padding-top: 0;
}

form .field_wrap .field_row .field_cell {
  overflow: hidden;
  text-align: left;
  vertical-align: top;
}

@media all and (min-width: 768px), print {
  form .field_wrap .field_row .field_cell {
    padding: 15px 0;
  }
}

@media all and (min-width: 768px), print {
  form .field_wrap .field_row .field_cell.field_left {
    width: 200px;
  }
}

form .field_wrap .field_row .field_cell.field_right label {
  cursor: pointer;
}

form .field_wrap .field_row .field_cell.field_right .form-control[readonly] {
  background: #fff;
}

form .field_wrap .field_row .field_cell .float_wrap {
  overflow: hidden;
}

form .field_wrap .field_row .field_cell .float_wrap > label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  margin-bottom: 0;
  margin-left: 2px;
}

@media all and (min-width: 768px), print {
  form .field_wrap .field_row .field_cell .float_wrap > label.birthday_year input {
    width: 120px;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  form .field_wrap .field_row .field_cell .float_wrap > label.birthday_year input {
    width: 120px;
  }
}

@media all and (max-width: 767px), print {
  form .field_wrap .field_row .field_cell .float_wrap > label.birthday_year input {
    width: 80px;
    padding: 24px 20px;
  }
}

@media all and (min-width: 768px), print {
  form .field_wrap .field_row .field_cell .float_wrap > label.birthday_month input {
    width: 60px;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  form .field_wrap .field_row .field_cell .float_wrap > label.birthday_month input {
    width: 60px;
  }
}

@media all and (max-width: 767px), print {
  form .field_wrap .field_row .field_cell .float_wrap > label.birthday_month input {
    width: 50px;
  }
}

@media all and (min-width: 768px), print {
  form .field_wrap .field_row .field_cell .float_wrap > label.birthday_day input {
    width: 60px;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  form .field_wrap .field_row .field_cell .float_wrap > label.birthday_day input {
    width: 60px;
  }
}

@media all and (max-width: 767px), print {
  form .field_wrap .field_row .field_cell .float_wrap > label.birthday_day input {
    width: 50px;
  }
}

form .field_wrap .field_row .field_cell .float_wrap > label .second_radio {
  margin-left: 40px;
}

@media all and (min-width: 768px), print {
  form .field_wrap .field_row .field_cell .float_wrap .birthday_sentance {
    margin: 0 8px 0 0;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  form .field_wrap .field_row .field_cell .float_wrap .birthday_sentance {
    margin: 0 8px 0 0;
  }
}

@media all and (max-width: 767px), print {
  form .field_wrap .field_row .field_cell .float_wrap .birthday_sentance {
    margin: 0 5px 0 0;
  }
}

form .field_wrap .field_row .field_cell .block_label {
  display: block;
}

form .field_wrap .field_row .field_cell .flex_label {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

form .field_wrap .field_row .field_cell .flex_label input[type="checkbox"] {
  margin-top: 2px;
}

@media all and (max-width: 767px), print {
  form .field_wrap .field_row .field_cell .flex_label input[type="checkbox"] {
    min-width: 20px;
    width: 5%;
  }
}

@media all and (max-width: 767px), print {
  form .field_wrap .field_row .field_cell .flex_label .checkbox_text {
    width: 95%;
  }
}

form .field_wrap .field_row .field_cell .notes {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  margin-top: 8px;
}

@media all and (min-width: 768px), print {
  form .field_wrap .field_row .field_cell .notes {
    padding: 0px 20px;
  }

  .pb_0 {
    padding-bottom: 0 !important;
  }

  .mb_0 {
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  form .field_wrap .field_row .field_cell .notes {
    padding: 0px;
  }
}

@media all and (max-width: 767px), print {
  form .field_wrap .field_row .field_cell .notes {
    padding: 0px;
  }
}

form .field_wrap .field_row .field_cell .help_block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #B70000;
  font-size: 14px;
  margin-top: 8px;
  padding: 0px 20px;
}

* {
  margin: 0 auto;
  padding: 0;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0 auto;
}

/**
 * 共通
 */

html,
body {
  font-family: "\30E1\30A4\30EA\30AA", Meiryo, "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3",
 "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333;
  line-height: 1.6;
}

@media all and (min-width: 768px), print {
  html,
  body {
    font-size: 16px;
    padding-top: 134px;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  html,
  body {
    font-size: 16px;
    padding-top: 20px;
  }
}

@media all and (max-width: 767px), print {
  html,
  body {
    font-size: 16px;
    padding-top: 20px;
  }
}

a {
  text-decoration: none;
  color: #000;
}

p,
th,
td {
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

@media all and (min-width: 768px), print {
  section {
    margin: auto;
    width: 1200px;
  }
}

.mb10 {
  margin-bottom: 10px;
}

.inner h2 {
  line-height: 1.6;
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media all and (min-width: 768px), print {
  .inner h2 {
    font-size: 28px;
    margin-bottom: 60px;
    margin-top: 40px;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  .inner h2 {
    font-size: 28px;
    margin-bottom: 60px;
    margin-top: 60px;
  }
}

@media all and (max-width: 767px), print {
  .inner h2 {
    font-size: 20px;
    margin-bottom: 38px;
    margin-top: 38px;
  }
}

.inner h2:after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  margin: 7% auto;
  background: #00a0e9;
}

@media all and (min-width: 768px), print {
  .min_sp {
    display: none;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  .min_sp {
    display: none;
  }
}

@media all and (max-width: 767px), print {
  .min_sp {
    display: none;
  }
}

@media all and (max-width: 374px), print {
  .min_sp {
    display: block;
    padding-bottom: 10px;
    width: 100%;
  }

  .min_sp::after {
    content: "";
    display: block;
    clear: both;
  }
}

.font_zh {
  font-family: "Microsoft Yahei", "PingHei", "sans-serif";
}

@media all and (min-width: 768px), print {
  .inner.form {
    margin-top: 60px;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  .inner.form {
    margin-top: 60px;
  }
}

@media all and (max-width: 767px), print {
  .inner.form {
    margin-top: 30px;
  }
}

.inner.form .inner_wrapper form .head {
  color: #0f2a4b;
  font-weight: bold;
}

@media all and (min-width: 768px), print {
  .inner.form .inner_wrapper form .head {
    font-size: 20px;
  }
}

@media all and (min-width: 768px), print {
  .inner.top_add_margin {
    margin-top: 30px;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  .inner.top_add_margin {
    margin-top: 30px;
  }
}

@media all and (max-width: 767px), print {
  .inner.top_add_margin {
    margin-top: 30px;
  }
}

.inner .step_box {
  margin: auto;
}

@media all and (min-width: 768px), print {
  .inner .step_box {
    max-width: 900px;
  }
}

.inner .step_box .step_bar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}

@media all and (min-width: 768px), print {
  .inner .step_box .step_bar {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  .inner .step_box .step_bar {
    padding: 0 10px;
    width: 100%;
  }
}

@media all and (max-width: 767px), print {
  .inner .step_box .step_bar {
    padding: 0 10px;
    width: 100%;
  }
}

.inner .step_box .step_bar img {
  width: 100%;
}

.inner #visitorPopup {
  position: fixed;
  background-color: rgba(0, 36, 126, 0.8);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  z-index: 100;
}

.inner #visitorPopup .popup_close_img {
  width: 15px;
  position: absolute;
  top: -8px;
  right: -7px;
  z-index: 110;
}

@media all and (min-width: 768px), print {
  .inner #visitorPopup {
    right: -350px;
  }
}

@media all and (max-width: 767px), print {
  .inner #visitorPopup {
    opacity: 0;
    max-width: 260px;
    width: 100%;
    bottom: 80px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media all and (min-width: 768px), print {
  .inner .visual {
    margin-top: 42px;
    max-width: 900px;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  .inner .visual {
    margin-top: 42px;
  }
}

@media all and (max-width: 767px), print {
  .inner .visual {
    margin-top: 24px;
    padding: 0 10px;
  }
}

.inner .visual img {
  display: block;
}

@media all and (min-width: 768px), print {
  .inner .visual img {
    width: 100%;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  .inner .visual img {
    width: 100%;
  }
}

@media all and (max-width: 767px), print {
  .inner .visual img {
    width: 100%;
  }
}

@media all and (min-width: 768px), print {
  .inner .visual img:first-child {
    margin-left: 0;
  }
}

@media all and (min-width: 768px), print {
  .inner .visual img:last-child {
    margin-right: 0;
  }
}

.inner .visual img.resevation_ja_image {
  width: 100%;
}

@media all and (min-width: 768px), print {
  .inner .visual img.resevation_ja_image.pc_only {
    display: block;
  }
}

@media all and (max-width: 767px), print {
  .inner .visual img.resevation_ja_image.pc_only {
    display: none;
  }
}

@media all and (min-width: 768px), print {
  .inner .visual img.resevation_ja_image.sp_only {
    display: none;
  }
}

@media all and (max-width: 767px), print {
  .inner .visual img.resevation_ja_image.sp_only {
    display: block;
  }
}

.inner .visual .appeal_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media all and (min-width: 768px), print {
  .inner .visual .appeal_point {
    margin: 30px auto;
  }
}

@media all and (max-width: 767px), print {
  .inner .visual .appeal_point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px auto;
  }
}

@media all and (min-width: 768px), print {
  .inner .visual .appeal_point picture {
    width: calc(90% / 3);
  }
}

@media all and (min-width: 768px), print {
  .inner .visual .appeal_point picture:first-child {
    margin-left: 0;
  }
}

@media all and (min-width: 768px), print {
  .inner .visual .appeal_point picture:last-child {
    margin-right: 0;
  }
}

@media all and (max-width: 767px), print {
  .inner .visual .appeal_point img {
    margin-bottom: 10px;
    padding: 0 10px;
    width: 100%;
  }
}

.inner .discription_text {
  margin: auto;
}

@media all and (min-width: 768px), print {
  .inner .discription_text {
    margin-bottom: 42px;
    margin-top: 42px;
    text-align: center;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  .inner .discription_text {
    margin-bottom: 42px;
    margin-top: 42px;
    text-align: center;
  }
}

@media all and (max-width: 767px), print {
  .inner .discription_text {
    margin-bottom: 24px;
    margin-top: 24px;
  }
}

@media all and (min-width: 768px), print {
  .inner .button_area {
    padding: 0 0 42px;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  .inner .button_area {
    padding: 0 0 42px;
  }
}

@media all and (max-width: 767px), print {
  .inner .button_area {
    padding: 24px 0;
  }
}

@media all and (min-width: 768px), print {
  .inner .button_area.complete_page_button {
    padding: 0;
  }
}

@media all and (max-width: 767px), print {
  .inner .button_area.complete_page_button {
    padding: 48px 0 24px;
  }
}

.inner .button_area .complete_button_block {
  background-color: #fff;
}

.complete_button:disabled {
  cursor: not-allowed;
  background-image: url(/appointment/img/input/gray_button.png) !important;
}

@media all and (min-width: 768px), print {
  .inner .button_area .complete_button_block {
    margin: 32px auto 22px;
    width: 372px;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  .inner .button_area .complete_button_block {
    margin: 32px auto 22px;
    width: 372px;
  }
}

@media all and (max-width: 767px), print {
  .inner .button_area .complete_button_block {
    margin: 16px auto 11px;
    width: 240px;
  }
}

.inner .button_area .complete_button_block .complete_button {
  border: none;
  background-image: url("/appointment/img/input/orange_button.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  /* height: 100%; */
  width: 100%;
  background-color: white;
}

@media all and (min-width: 768px), print {
  .inner .button_area .complete_button_block .complete_button {
    font-size: 22px;
    padding: 19px 0;
    background-color: white;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  .inner .button_area .complete_button_block .complete_button {
    font-size: 22px;
    padding: 19px 0;
    background-color: white;
  }
}

@media all and (max-width: 767px), print {
  .inner .button_area .complete_button_block .complete_button {
    font-size: 18px;
    padding: 4px 0;
    background-color: white;
  }
}

.inner .button_area .complete_button_block .complete_button.complete_button {
  color: #fff;
  background-color: white;
}

@media all and (max-width: 767px), print {
  .inner .button_area .complete_button_block .complete_button.complete_button {
    border-radius: 20px;
    background-color: white;
  }
}

.inner .button_area .back_button:hover {
  border-bottom: 1px solid #4a79b3;
}

.inner .left_text {
  text-align: left;
}

.inner .caution_ul {
  text-align: left;
  font-size: 14px;
}

@media all and (min-width: 768px), print {
  .inner .caution_ul {
    font-size: 20px;
  }
}

.inner .caution_ul .caution_list {
  text-align: left;
}

@media all and (min-width: 768px), print {
  .inner .caution_ul .caution_list {
    margin-top: 6px;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  .inner .caution_ul .caution_list {
    margin-top: 4px;
  }
}

@media all and (max-width: 767px), print {
  .inner .caution_ul .caution_list {
    margin-top: 4px;
  }
}

@media all and (min-width: 768px), print {
  .inner .notice_list .notice_list__item + .notice_list__item {
    margin-top: 6px;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  .inner .notice_list .notice_list__item + .notice_list__item {
    margin-top: 4px;
  }
}

@media all and (max-width: 767px), print {
  .inner .notice_list .notice_list__item + .notice_list__item {
    margin-top: 4px;
  }
}

.inner .weekday_area {
  border: 1px solid #b9a245;
}

@media all and (min-width: 768px), print {
  .inner .weekday_area {
    margin-top: 60px;
    max-width: 900px;
    padding: 30px;
  }
}

@media all and (max-width: 767px), print {
  .inner .weekday_area {
    margin: 0 20px;
    padding: 20px 20px 0;
  }
}

@media all and (min-width: 768px), print {
  .inner .weekday_area .weekday_h3 {
    font-size: 40px;
  }
}

@media all and (max-width: 767px), print {
  .inner .weekday_area .weekday_h3 {
    font-size: 30px;
  }
}

.inner .weekday_area .weekday_text,
.inner .weekday_area .extend_text {
  text-align: left;
}

@media all and (min-width: 768px), print {
  .inner .weekday_area .weekday_text,
  .inner .weekday_area .extend_text {
    font-size: 25px;
  }
}

@media all and (max-width: 767px), print {
  .inner .weekday_area .weekday_text,
  .inner .weekday_area .extend_text {
    font-size: 20px;
  }
}

.inner .weekday_extend .extend_text {
  color: red;
}

@media all and (min-width: 768px), print {
  .contact .inner .inner_wrapper .field_wrap .field_row .notice_list .notice_list__item + .notice_list__item {
    margin-top: 20px;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  .contact .inner .inner_wrapper .field_wrap .field_row .notice_list .notice_list__item + .notice_list__item {
    margin-top: 20px;
  }
}

@media all and (max-width: 767px), print {
  .contact .inner .inner_wrapper .field_wrap .field_row .notice_list .notice_list__item + .notice_list__item {
    margin-top: 15px;
  }
}

.tel_popup_wrap {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.tel_popup_wrap .tel_popup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media all and (min-width: 768px), print {
  .tel_popup_wrap .tel_popup {
    height: 500px;
    margin-top: -250px;
    margin-left: -300px;
    width: 600px;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  .tel_popup_wrap .tel_popup {
    height: 500px;
    margin-top: -250px;
    margin-left: -300px;
    width: 600px;
  }
}

@media all and (max-width: 767px), print {
  .tel_popup_wrap .tel_popup {
    height: 250px;
    margin-top: -125px;
    margin-left: -150px;
    width: 300px;
  }
}

.tel_popup_wrap .tel_popup .tel_link {
  display: block;
  height: 100%;
  width: 100%;
}

.tel_popup_wrap .tel_popup .tel_link .tel_popup_image {
  display: block;
  width: 100%;
}

.tel_popup_wrap .tel_popup .close_popup {
  position: absolute;
  top: 2px;
  right: 2px;
}

@media all and (min-width: 768px), print {
  .tel_popup_wrap .tel_popup .close_popup {
    height: 60px;
    width: 60px;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  .tel_popup_wrap .tel_popup .close_popup {
    height: 60px;
    width: 60px;
  }
}

@media all and (max-width: 767px), print {
  .tel_popup_wrap .tel_popup .close_popup {
    height: 30px;
    width: 30px;
  }
}

.tel_popup_wrap .tel_popup .close_popup .image_popup_image {
  display: block;
  width: 100%;
}

.top_info {
  color: red;
  margin-bottom: 20px;
}

@media all and (min-width: 768px), print {
  .top_info {
    width: 50%;
  }
}

@media all and (max-width: 767px), print {
  .top_info {
    width: 72%;
  }
}

.top_info .news_content {
  display: block;
  text-align: left;
}

@media all and (max-width: 767px), print {
  .pcOnly {
    display: none !important;
  }
}

@media all and (min-width: 768px), print {
  .spOnly {
    display: none !important;
  }
}

@media all and (min-width: 768px), print {
  .inner h2 {
    margin-bottom: 60px !important;
  }
}

/* renewal */

.line_contact {
  border: 1px solid #b9a245;
  padding: 0;
}

@media all and (min-width: 768px), print {
  .line_contact {
    margin-top: 60px;
  }
}

@media all and (max-width: 767px), print {
  .line_contact {
    margin-top: 34px;
    width: 100%;
    padding: 20px;
  }
}

@media all and (min-width: 768px), print {
  .line_contact .last_text {
    padding: 20px 20px 0 20px;
    text-align: left;
    margin-bottom: 0;
  }
}

@media all and (max-width: 767px), print {
  .line_contact .last_text {
    display: none;
  }
}

.line_contact .line_contact_contents {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.line_contact .line_contact_contents:not(:last-child) {
  border-bottom: 1px solid #b9a245;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (min-width: 768px), print {
  .line_contact .line_contact_contents {
    max-width: 900px;
    margin: 20px;
  }
}

.line_contact .line_contact_contents .line_contact_text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

@media all and (min-width: 768px), print {
  .line_contact .line_contact_contents .line_contact_text .line_text {
    margin-bottom: 0;
    margin-top: 15px;
  }
}

@media all and (max-width: 767px), print {
  .line_contact .line_contact_contents .line_contact_text .line_text {
    padding-top: 20px;
  }
}

@media all and (min-width: 768px), print {
  .line_contact .line_contact_contents .line_contact_text .sp_line_contact {
    display: none;
  }
}

@media all and (max-width: 767px), print {
  .line_contact .line_contact_contents .line_contact_text .sp_line_contact .sp_line_contact_text {
    margin-bottom: 0;
    padding: 0 0 20px 0;
  }
}

.line_contact .line_contact_contents .line_contact_text .line_link {
  color: #4a79b3;
  text-align: left;
}

@media all and (min-width: 768px), print {
  .line_contact .line_contact_contents .line_contact_text .line_link {
    display: block;
  }
}

@media all and (max-width: 767px), print {
  .line_contact .line_contact_contents .line_contact_text .line_link.pc_link {
    display: none;
  }
}

.line_contact .line_contact_contents .line_contact_text .wechat_text {
  color: black;
  text-align: left;
}

@media all and (min-width: 768px), print {
  .line_contact .line_contact_contents .line_contact_text .wechat_text {
    display: block;
  }
}

@media all and (max-width: 767px), print {
  .line_contact .line_contact_contents .line_contact_text .wechat_text.pc_link {
    display: none;
  }
}

.line_contact .line_contact_contents .line_contact_text .phone_text_area {
  margin-bottom: 0;
}

@media all and (max-width: 767px), print {
  .line_contact .line_contact_contents .line_contact_text .phone_text_area {
    padding: 0;
  }
}

@media all and (max-width: 767px), print {
  .line_contact .line_contact_contents .line_contact_text .phone_text_bottom {
    padding: 0;
  }
}

.line_contact .line_contact_contents .line_qr_image {
  margin: 0;
}

@media all and (min-width: 768px), print {
  .line_contact .line_contact_contents .line_qr_image {
    width: 150px;
  }
}

@media all and (max-width: 767px), print {
  .line_contact .line_contact_contents .line_qr_image {
    margin: auto;
  }
}

.data_supplyment {
  margin: 0 auto 10px;
  text-align: left;
}

@media all and (min-width: 768px), print {
  .data_supplyment {
    max-width: 900px;
    margin-bottom: 100px;
  }
}

@media all and (max-width: 767px), print {
  .data_supplyment {
    margin-bottom: 30px;
    width: 85%;
  }
}

@media all and (min-width: 768px), print {
  .data_supplyment .data_supplyment_text {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 767px), print {
  .data_supplyment .data_supplyment_text {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.notice {
  color: red;
}

@media all and (min-width: 768px), print {
  .notice {
    text-align: center !important;
  }
}

@media all and (max-width: 767px), print {
  .tel_num {
    color: #0f2a4b !important;
    pointer-events: none;
  }
}

.not_first {
  display: none;
}

.contact_last_message {
  margin-bottom: 5px;
  text-align: left;
}

.tel_direct {
  text-align: left;
}

@media all and (max-width: 767px), print {
  .tel_direct {
    margin: 0 20px 20px;
  }
}

@media all and (min-width: 768px) and (max-width: 767px), print {
  .pc_display {
    display: none;
  }
}

@media all and (max-width: 767px), print {
  .pc_display {
    display: none;
  }
}

.new_banner {
  margin: 30px auto;
  width: 900px;
}

@media all and (max-width: 767px), print {
  .new_banner {
    width: 90%;
  }
}

.new_banner img {
  height: auto;
  width: 100%;
}

.new_banner .banner_note {
  font-size: 16px;
}

@media all and (max-width: 767px), print {
  .new_banner .banner_note {
    font-size: 12px;
  }
}

.symbol {
  position: absolute;
  bottom: 1px;
  left: calc(50% - 4px);
  color: #b70000;
  width: 8px;
  height: 8px;
  font-size: 8px;
  line-height: 1;
}

.closed {
  position: absolute;
  bottom: 2px;
  left: calc(50% - 4px);
  color: #b70000;
  width: 8px;
  height: 8px;
  font-size: 8px;
  line-height: 1;
}

.x {
  position: absolute;
  bottom: 3px;
  left: calc(50% - 4px);
  color: #b70000;
  width: 8px;
  height: 8px;
  line-height: 1;
}

.flatpickr-calendar.inline {
  margin-left: 2px;
}

@media all and (max-width: 767px), print {
  form input[type="text"] {
    width: 100%;
    padding: 24px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    font-size: 18px;
  }
}

.second_reservation_btn_area {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 35px;
}

.second_reservation_btn_area a {
  width: 50%;
}

.second_reservation_btn {
  width: 90%;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  color: white;
}

.orange_btn {
  background-color: #F48F07;
}

.gray_btn {
  background-color: #B3B3B3;
}

.infomation_box {
  border: 1px solid #0f2a4b;
  padding: 3%;
}
.center_text {
  text-align: center;
}

@media all and (max-width: 767px), print {
  .second_reservation_btn_area {
    flex-direction: column;
  }

  .second_reservation_btn_area a {
    width: 100%;
  }

  .second_reservation_btn_area a:first-child {
    margin-bottom: 10px;
  }
}

.allocation_colmun {
  display: flex;
  flex-direction: column;
}

.separator {
  margin-right: 8px;
  margin-left: 8px;
}