@charset "UTF-8";
/* ======================= VARIABLE ====== */
/* placeholder color */
:placeholder-shown {
  color: #d2d2d2;
}

::-webkit-input-placeholder {
  color: #d2d2d2;
}

:-moz-placeholder {
  color: #d2d2d2;
  opacity: 1;
}

::-moz-placeholder {
  color: #d2d2d2;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #d2d2d2;
}

/* ======================= IMPORT ====== */
/*=================

    basic.scss

=======================*/
/* 余白 */
.mb150 {
  margin: 0 0 150px;
}
@media only screen and (max-width: 960px) {
  .mb150 {
    margin: 0 0 75px;
  }
}

.mb80 {
  margin: 0 0 80px;
}
@media only screen and (max-width: 960px) {
  .mb80 {
    margin: 0 0 40px;
  }
}

.mb60 {
  margin: 0 0 60px;
}

.mb50 {
  margin: 0 0 50px;
}

.mb40 {
  margin: 0 0 40px;
}

.mb35 {
  margin: 0 0 35px;
}

.mb30 {
  margin: 0 0 30px;
}

.mb25 {
  margin: 0 0 25px;
}

.mb20 {
  margin: 0 0 20px;
}

.mb15 {
  margin: 0 0 15px;
}

.mb12 {
  margin: 0 0 12px;
}

.mb10 {
  margin: 0 0 10px;
}

.mb5 {
  margin: 0 0 5px;
}

/* BTN */
.common_btn01 {
  position: relative;
  display: block;
  width: 100%;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #44B1CB;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 0;
  outline: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 800px) {
  .common_btn01 {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
.common_btn01.w100_fixed {
  width: 100px;
}
.common_btn01.w160_fixed {
  width: 160px;
}
.common_btn01.w150 {
  max-width: 150px;
}
.common_btn01.w200 {
    max-width: 200px;
}
.common_btn01.w250 {
  max-width: 250px;
}
.common_btn01.h35 {
  height: 35px;
  line-height: 35px;
}
.common_btn01.h40 {
  height: 40px;
  line-height: 40px;
}
.common_btn01.fs12 {
  font-size: 12px;
}
.common_btn01.center {
  margin: 0 auto;
}
.common_btn01.no_active {
  display: none;
}
.common_btn01.phone {
  display: inline-block;
  height: inherit;
  line-height: 1.5;
  padding: 12px 24px 12px 40px;
  text-align: left;
}
.common_btn01.phone:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  display: block;
  background: url("/static/images/user/arrow01.png") center center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.common_btn01.phone img {
  display: block;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 12px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.common_btn02 {
  display: block;
  width: 100%;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #fff;
  font-size: 13px;
  color: #44B1CB;
  letter-spacing: 0.1em;
  text-decoration: none;
  border: 1px #44B1CB solid;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 800px) {
  .common_btn02 {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
.common_btn02.w100 {
  max-width: 100px;
}
.common_btn02.w150 {
  max-width: 150px;
}
.common_btn02.w200 {
  max-width: 200px;
}
.common_btn01.w250 {
    max-width: 250px;
}
.common_btn02.w300 {
  max-width: 300px;
}
.common_btn02.w80_fixed {
  width: 80px;
}
.common_btn02.w100_fixed {
  width: 100px;
}
.common_btn02.w160_fixed {
  width: 160px;
}
.common_btn02.h30 {
  height: 30px;
  line-height: 30px;
}
.common_btn02.h35 {
  height: 35px;
  line-height: 35px;
}
.common_btn02.h40 {
  height: 40px;
  line-height: 40px;
}
.common_btn02.fs11 {
  font-size: 11px;
}
.common_btn02.fs12 {
  font-size: 12px;
}
.common_btn02.center {
  margin: 0 auto;
}
.common_btn02.no_active {
  display: none;
}

.common_btn03 {
  display: block;
  width: 100%;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #fff;
  font-size: 13px;
  color: #CB4444;
  letter-spacing: 0.1em;
  text-decoration: none;
  border: 1px #CB4444 solid;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 800px) {
  .common_btn03 {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
.common_btn03.w150 {
  max-width: 150px;
}
.common_btn03.w80_fixed {
  width: 80px;
}
.common_btn03.w100_fixed {
  width: 100px;
}
.common_btn03.h35 {
  height: 35px;
  line-height: 35px;
}
.common_btn03.h40 {
  height: 40px;
  line-height: 40px;
}
.common_btn03.fs12 {
  font-size: 12px;
}
.common_btn03.center {
  margin: 0 auto;
}
.common_btn03.no_active {
  display: none;
}

.common_btn04 {
  display: block;
  width: 100%;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #fff;
  font-size: 13px;
  color: #959595;
  letter-spacing: 0.1em;
  text-decoration: none;
  border: 1px #959595 solid;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 800px) {
  .common_btn04 {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
.common_btn04.w150 {
  max-width: 150px;
}
.common_btn04.h35 {
  height: 35px;
  line-height: 35px;
}
.common_btn04.fs12 {
  font-size: 12px;
}
.common_btn04.center {
  margin: 0 auto;
}

.common_plus_btn {
  outline: none;
  display: inline-block;
  background: none;
  border: none;
  font-size: 12px;
  line-height: 1.5;
  color: #44B1CB;
  letter-spacing: .1em;
  text-decoration: none;
  padding: 0 5px;
  border-bottom: 1px #44B1CB solid;
}

/* LINK */
/* ALIGN */
.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

/* TITLE */
.common_title_block {
  background: #f2f2f2;
  padding: 30px 20px;
}
@media only screen and (max-width: 800px) {
  .common_title_block {
    padding: 25px 5%;
  }
}
.common_title_block .common_title01 {
  font-size: 24px;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media only screen and (max-width: 800px) {
  .common_title_block .common_title01 {
    font-size: 18px;
  }
}

/* TEXT */
.common_text {
  line-height: 1.5;
  color: #333333;
  letter-spacing: .1em;
}
.common_text.fs12 {
  font-size: 12px;
}
.common_text.fs14 {
  font-size: 14px;
}
.common_text.fs14 span {
  font-size: 12px;
}
.common_text.fs16 {
  font-size: 16px;
}

.nowrap {
  white-space: nowrap;
}

.fw_bold {
  font-weight: bold;
}

.no_active {
  display: none;
}

/* PANKUZU */
.pankuzu_wrap {
  background: #fff;
  padding: 15px 0;
}
.pankuzu_wrap .pankuzu_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.pankuzu_wrap .pankuzu_list::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.pankuzu_wrap .pankuzu_item {
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000;
  white-space: nowrap;
}
.pankuzu_wrap .pankuzu_item:after {
  content: "/";
  margin: 0 5px;
}
.pankuzu_wrap .pankuzu_item:last-of-type:after {
  content: none;
}
.pankuzu_wrap .pankuzu_link {
  display: inline-block;
  color: #44B1CB;
}

/*=================

    form.scss

=======================*/
/* basic */
.form_input {
  outline: none;
  display: block;
  width: 100%;
  height: 38px;
  border: 1px #DEDEDF solid;
  font-size: 14px;
  color: #000;
  padding: 0 12px;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.form_input.calendar_input {
  padding: 0 40px 0 12px;
  background: url("../images/common/calendar_icon.svg") no-repeat #fff;
  background-size: 14px;
  background-position: right 12px center;
}
.form_input.w120 {
  max-width: 120px;
}
.form_input.w200 {
  max-width: 200px;
}
.form_input.w300 {
  max-width: 300px;
}
.form_input.w500 {
  max-width: 500px;
}
.form_input.no_active {
  display: none;
}

.form_select {
  outline: none;
  display: block;
  width: 100%;
  height: 38px;
  border: 1px #DEDEDF solid;
  font-size: 14px;
  color: #000;
  padding: 0 25px 0 12px;
  background: url("../../images/common/arrow01.svg") no-repeat #fff;
  background-size: 8px;
  background-position: right 12px center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
}
.form_select.w200 {
  max-width: 200px;
}
.form_select.w300 {
  max-width: 300px;
}
.form_select.w500 {
  max-width: 500px;
}

.form_textarea {
  outline: none;
  display: block;
  width: 100%;
  height: 120px;
  border: 1px #DEDEDF solid;
  font-size: 14px;
  color: #000;
  padding: 12px;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  resize: none;
}

.form_checkbox_label {
  display: inline-block;
}
.form_checkbox_label .form_checkbox_input {
  display: none;
}
.form_checkbox_label .form_checkbox_text {
  display: inline-block;
  text-align: left;
  padding: 0 0 0 20px;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
@media only screen and (max-width: 800px) {
  .form_checkbox_label .form_checkbox_text {
    font-size: 12px;
  }
}
.form_checkbox_label .form_checkbox_text::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #DEDEDF;
}
.form_checkbox_label .form_checkbox_input:checked + .form_checkbox_text::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 5px;
  width: 7px;
  height: 13px;
  border-bottom: 3px solid #44B1CB;
  border-right: 3px solid #44B1CB;
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.form_line_checkbox_label .form_line_checkbox_input {
  display: none;
}
.form_line_checkbox_label .form_line_checkbox_main {
  padding: 0 0 0 30px;
  position: relative;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  color: #000;
}
.form_line_checkbox_label .form_line_checkbox_main .icon {
  display: block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.form_line_checkbox_label .form_line_checkbox_main::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #DEDEDF;
}
.form_line_checkbox_label .form_line_checkbox_input:checked + .form_line_checkbox_main::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 5px;
  width: 7px;
  height: 13px;
  border-bottom: 3px solid #44B1CB;
  border-right: 3px solid #44B1CB;
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.form_msg_checkbox_label {
  display: inline-block;
  width: 100%;
}
.form_msg_checkbox_label .form_msg_checkbox_input {
  display: none;
}
.form_msg_checkbox_label .form_msg_checkbox_main {
  position: relative;
  padding: 0 0 0 20px;
  width: 100%;
}
.form_msg_checkbox_label .form_msg_checkbox_flex {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.form_msg_checkbox_label .form_msg_checkbox_flex .page_table_line_block {
  font-size: 14px;
}
.form_msg_checkbox_label .form_msg_checkbox_flex .common_btn02 {
  margin: 0 0 0 10px;
}
.form_msg_checkbox_label .form_msg_checkbox_main::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #DEDEDF;
}
.form_msg_checkbox_label .form_msg_checkbox_input:checked + .form_msg_checkbox_main::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 7px;
  height: 13px;
  border-bottom: 3px solid #44B1CB;
  border-right: 3px solid #44B1CB;
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.form_radio_label .form_radio_input {
  display: none;
}
.form_radio_label .form_radio_text {
  display: inline-block;
  font-size: 14px;
  color: #000;
  padding: 0 0 0 20px;
  line-height: 1.5;
  position: relative;
}
.form_radio_label .form_radio_text::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #DEDEDF;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.form_radio_label .form_radio_input:checked + .form_radio_text::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #44B1CB;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.form_file_btn {
  display: block;
  width: 100%;
}
.form_file_btn.w200 {
  max-width: 200px;
}
.form_file_btn .form_file_input {
  display: none;
}
.form_file_btn .form_file_text {
  display: block;
  font-size: 12px;
  color: #fff;
  background: #44B1CB;
  line-height: 35px;
  height: 35px;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.form_file_input {
  line-height: 38px;
}

.form_error_text {
  display: none;
  font-size: 12px;
  margin: 5px 0 0;
  line-height: 1.5;
  letter-spacing: .1em;
  color: #CB4444;
}

/* structure */
.form_wrap {
  padding: 0 20px;
}
@media only screen and (max-width: 960px) {
  .form_wrap {
    padding: 0;
  }
}

.form_block {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px #DEDEDF dashed;
}
@media only screen and (max-width: 800px) {
  .form_block {
    display: block;
  }
}
.form_block:last-of-type {
  border-bottom: none;
}

.form_title {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 38px;
  color: #000;
  width: 200px;
  min-width: 200px;
}
@media only screen and (max-width: 800px) {
  .form_title {
    width: 100%;
    min-width: inherit;
    line-height: 1.5;
    margin: 0 0 10px;
  }
}
.form_title span {
  color: #CB4444;
  margin: 0 0 0 5px;
}
.form_title.height_normal {
  line-height: 1.5;
}

.form_subtitle {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .1em;
  white-space: nowrap;
  color: #000;
}
.form_subtitle span {
  color: #CB4444;
  margin: 0 0 0 5px;
}

.form_text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .1em;
  color: #000;
}
.form_text.fs12 {
  font-size: 12px;
}
.form_text.important {
  color: #CB4444;
}
.form_text a {
  display: inline-block;
  color: #44B1CB;
}

.form_main {
  width: 100%;
}

.form_btnarea {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.form_btnarea .reservation_submit01 {
  width: 100px;
  margin: 0 10px 0 0;
}
.form_btnarea .reservation_submit02 {
  width: 250px;
}
.form_btnarea .setting_btn01 {
  width: 150px;
  margin: 0 10px 0 0;
}
.form_btnarea .setting_btn02 {
  width: 250px;
}

.form_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 0 -15px;
}
.form_list .form_item {
  margin: 0 30px 15px 0;
}
.form_list.no_flex {
  display: block;
  margin: 0;
}
.form_list.no_flex .form_item {
  margin: 0 0 15px;
}
.form_list.no_flex .form_item:last-of-type {
  margin: 0;
}

.form_flex01 {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.form_flex01 .form_flex_inner {
  width: 50%;
  max-width: 200px;
  margin: 0 10px 0 0;
}
.form_flex01 .form_flex_inner:last-of-type {
  margin: 0;
}
.form_flex01 .form_subtitle {
  margin: 0 0 5px;
}

.form_flex02 {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.form_flex02 .form_text {
  margin: 0 0 0 10px;
}

.form_flex03 {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.form_flex03 .form_text {
  margin: 0 10px 0 0;
}

.form_flex04 {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.form_flex04 .form_flex_inner {
  width: 50%;
  max-width: 200px;
}
.form_flex04 .form_text {
  margin: 0 10px;
}

.form_record_block {
  background: #f2f2f2;
  padding: 12px;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 800px) {
  .form_record_block {
    display: block;
  }
}
.form_record_block .form_recrod_text {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  letter-spacing: .1em;
  width: calc( 100% - 200px );
}
@media only screen and (max-width: 800px) {
  .form_record_block .form_recrod_text {
    width: 100%;
    margin: 0 0 10px;
  }
}
.form_record_block .form_record_btnarea {
  width: 190px;
  margin: 0 0 0 10px;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 800px) {
  .form_record_block .form_record_btnarea {
    width: 100%;
    margin: 0;
  }
}
.form_record_block .form_record_btnarea .common_btn02 {
  width: 90px;
  margin: 0 10px 0 0;
}
.form_record_block .form_record_btnarea .common_btn03 {
  width: 90px;
}

.form_file_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.form_file_list .form_file_item {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 200px;
  height: 40px;
  padding: 0 10px;
  border: 1px #DEDEDF solid;
  background: #fff;
  margin: 0 10px 10px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.form_file_list .form_file_item .text {
  font-size: 12px;
  color: #333333;
  letter-spacing: .1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.form_file_list .form_file_item .delete {
  cursor: pointer;
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin: 0 0 0 10px;
}
.form_file_list .form_file_item .delete:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.form_file_list .form_file_item .delete:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.form_report_block {
  background: #f2f2f2;
  padding: 20px;
  margin: 20px 0 0;
  display: none;
}
@media only screen and (max-width: 800px) {
  .form_report_block {
    padding: 10px;
  }
}
.form_report_block.active {
  display: block;
}
.form_report_block .form_report_title {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.5;
  margin: 0 0 10px;
}

.form_report_search .form_report_search_inner {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 20px;
}
@media only screen and (max-width: 800px) {
  .form_report_search .form_report_search_inner {
    display: block;
  }
}
.form_report_search .form_report_search_inner .reservation_search_flex02 {
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .form_report_search .form_report_search_inner .reservation_search_flex02:first-of-type {
    margin: 0 0 10px;
  }
}

.form_report_result {
  background: #fff;
  padding: 10px;
  margin: 20px 0 0;
}

.form_qrcode_pic {
  display: block;
  max-width: 150px;
  width: 100%;
  margin: 10px 0 0;
}

.form_line_radio_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 0 -20px;
}
@media only screen and (max-width: 640px) {
  .form_line_radio_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.form_line_radio_list .form_line_radio_item {
  width: calc( ( 100% - 40px ) / 3 );
  margin: 0 20px 20px 0;
}
@media only screen and (max-width: 640px) {
  .form_line_radio_list .form_line_radio_item {
    width: calc( 50% - 10px );
    margin: 0 0 20px;
  }
}
.form_line_radio_list .form_line_radio_item:nth-of-type(3n) {
  margin: 0 0 20px;
}

.form_line_radio_label {
  display: block;
  width: 100%;
}
.form_line_radio_label .form_line_radio_input {
  display: none;
}
.form_line_radio_label .form_line_radio_pic {
  position: relative;
  display: block;
  width: 100%;
  border: 3px #fff solid;
}
.form_line_radio_label .form_line_radio_pic img {
  display: block;
  width: 100%;
}
.form_line_radio_label .form_line_radio_input:checked + .form_line_radio_pic {
  border: 3px #44B1CB solid;
}
.form_line_radio_label .form_line_radio_input:checked + .form_line_radio_pic:after {
  content: "✔︎";
  padding: 13px 0px 0 17px;
  display: block;
  font-size: 20px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #44B1CB;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 960px) {
  .form_line_radio_label .form_line_radio_input:checked + .form_line_radio_pic:after {
    padding: 11px 0px 0 14px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.form_msg_block {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px #DEDEDF dashed;
}
@media only screen and (max-width: 800px) {
  .form_msg_block {
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
}
.form_msg_block:last-of-type {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.form_msg_block .form_msg_title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  letter-spacing: .1em;
  margin: 0 0 5px;
}

.form_msg_sub_block {
  display: none;
}
.form_msg_sub_block.active {
  display: block;
}
.form_msg_sub_block .form_msg_sub_inner {
  background: #f2f2f2;
  padding: 20px;
  margin: 20px 0 0;
}
@media only screen and (max-width: 800px) {
  .form_msg_sub_block .form_msg_sub_inner {
    padding: 10px;
  }
}

.form_msg_list .form_msg_item {
  padding: 20px 0;
  border-bottom: 1px #DEDEDF dashed;
}
.form_msg_list .form_msg_item:last-of-type {
  border-bottom: none;
}

.form_birth_block {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 500px;
  width: 100%;
}
.form_birth_block .form_text {
  margin: 0 10px;
}
@media only screen and (max-width: 640px) {
  .form_birth_block .form_text {
    margin: 0 5px;
  }
}
.form_birth_block .form_text:last-of-type {
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 640px) {
  .form_birth_block .form_text:last-of-type {
    margin: 0 0 0 5px;
  }
}

.form_checkin_msg_tab_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.form_checkin_msg_tab_list .form_checkin_msg_tab_item {
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: rgba(51, 51, 51, 0.3);
  line-height: 40px;
  width: 25%;
  margin: 0 5px 0 0;
  white-space: nowrap;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
@media only screen and (max-width: 960px) {
  .form_checkin_msg_tab_list .form_checkin_msg_tab_item {
    font-size: 12px;
    line-height: 35px;
  }
}
.form_checkin_msg_tab_list .form_checkin_msg_tab_item:last-of-type {
  margin: 0;
}
.form_checkin_msg_tab_list .form_checkin_msg_tab_item.active {
  background: #333333;
}

.form_checkin_msg_main {
  border: 1px #333333 solid;
}
.form_checkin_msg_main .form_checkin_msg_textarea {
  padding: 20px;
}
@media only screen and (max-width: 960px) {
  .form_checkin_msg_main .form_checkin_msg_textarea {
    padding: 10px;
  }
}
.form_checkin_msg_main .form_checkin_msg_textarea .form_textarea {
  padding: 0;
  height: 250px;
  border: none;
}
@media only screen and (max-width: 640px) {
  .form_checkin_msg_main .form_checkin_msg_textarea .form_textarea {
    height: 180px;
  }
}
.form_checkin_msg_main .form_checkin_msg_selectarea {
  border-top: 1px #333333 dashed;
  padding: 20px 20px 10px;
  background: #f2f2f2;
}
@media only screen and (max-width: 960px) {
  .form_checkin_msg_main .form_checkin_msg_selectarea {
    padding: 10px;
  }
}

.form_checkin_msg_block {
  display: none;
}
.form_checkin_msg_block.active {
  display: block;
}

.form_checkin_msg_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media only screen and (max-width: 960px) {
  .form_checkin_msg_list {
    margin: 0 0 -10px;
  }
}
.form_checkin_msg_list .form_checkin_msg_item {
  cursor: pointer;
  font-size: 12px;
  color: #333333;
  letter-spacing: .1em;
  display: inline-block;
  line-height: 1.5;
  padding: 5px 10px;
  border: 1px #DEDEDF solid;
  background: #fff;
  margin: 0 10px 10px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/*=================

    popup.scss

=======================*/
.popup_filter {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 55;
  background: rgba(0, 0, 0, 0.6);
}

.popup_block {
  background: #fff;
  max-width: 450px;
  width: 95%;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 60;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.popup_close {
  position: absolute;
  top: -30px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}
.popup_close img {
  display: block;
  width: 100%;
}

.popup_inner {
  max-height: calc( 100vh - 140px );
  overflow: scroll;
}

.popup_title {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  letter-spacing: .1em;
  padding: 0 0 10px;
}

.popup_text {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  letter-spacing: .1em;
}
.popup_text .fs18 {
  font-size: 18px;
}
@media only screen and (max-width: 800px) {
  .popup_text .fs18 {
    font-size: 16px;
  }
}
.popup_text.fs12 {
  font-size: 12px;
}
.popup_text .important {
  display: block;
  color: #CB4444;
  font-weight: bold;
  margin: 0 0 10px;
}

.popup_qrcode_pic {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}

.popup_btnarea {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.popup_btnarea .common_btn01 {
  width: calc( 50% - 5px );
}
@media only screen and (max-width: 350px) {
  .popup_btnarea .common_btn01 {
    width: calc( 50% - 2.5px );
  }
}
.popup_btnarea .common_btn02 {
  width: calc( 50% - 5px );
}
@media only screen and (max-width: 350px) {
  .popup_btnarea .common_btn02 {
    width: calc( 50% - 2.5px );
  }
}
.popup_btnarea .common_btn04 {
  width: calc( 50% - 5px );
}
@media only screen and (max-width: 350px) {
  .popup_btnarea .common_btn04 {
    width: calc( 50% - 2.5px );
  }
}

.popup_notice_text {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  color: #973937;
  background: #FFF6F6;
  border: 1px #973937 solid;
  padding: 10px 10px 10px 40px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 20px;
}
.popup_notice_text:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/common/info_icon.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 10px;
}

.popup_name_search_block {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 500px;
  width: 100%;
  margin: 0 0 10px;
}
.popup_name_search_block .common_btn01 {
  height: 38px;
  line-height: 38px;
  width: 90px;
  margin: 0 0 0 10px;
}

.popup_line_list {
  max-height: 250px;
  overflow: scroll;
}
.popup_line_list .popup_line_item {
  padding: 8px 12px;
  border-bottom: 1px #DEDEDF solid;
}
.popup_line_list .popup_line_item:last-of-type {
  border-bottom: none;
}

/* tab */
.popup_tab_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: scroll;
  border-bottom: 1px #333333 solid;
}
.popup_tab_list .popup_tab_item {
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: rgba(51, 51, 51, 0.3);
  line-height: 40px;
  padding: 0 20px;
  min-width: 150px;
  margin: 0 5px 0 0;
  white-space: nowrap;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
.popup_tab_list .popup_tab_item.active {
  background: #333333;
}

.popup_lan_tab_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.popup_lan_tab_list .popup_lan_tab_item {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(51, 51, 51, 0.3);
  letter-spacing: .1em;
  cursor: pointer;
  font-weight: bold;
  margin: 0 30px;
}
@media only screen and (max-width: 800px) {
  .popup_lan_tab_list .popup_lan_tab_item {
    margin: 0 10px;
  }
}
.popup_lan_tab_list .popup_lan_tab_item.active {
  color: #333333;
}

.popup_tab_wrap .popup_tab_block {
  display: none;
}
.popup_tab_wrap .popup_tab_block.active {
  display: block;
}

/* language */
.popup_lan_wrap .popup_lan_block {
  display: none;
}
.popup_lan_wrap .popup_lan_block.active {
  display: block;
}

/* message */
.popup_msg_block .popup_msg_title {
  font-size: 12px;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 5px;
  white-space: nowrap;
  letter-spacing: .1em;
}
.popup_msg_block .form_select {
  max-width: 250px;
}
.popup_msg_block .form_file_list {
  margin: 10px 0 -10px;
}

.popup_msg_btnarea {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .popup_msg_btnarea {
    max-width: 350px;
  }
}
.popup_msg_btnarea .common_btn02 {
  width: calc( 60% - 10px );
}
.popup_msg_btnarea .common_btn01 {
  width: 40%;
}

.popup_msg_save_block {
  display: none;
  margin: 10px 0 0;
}
.popup_msg_save_block .popup_msg_save_inner {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.popup_msg_save_block .popup_msg_save_inner .form_input {
  height: 35px;
}
.popup_msg_save_block .popup_msg_save_inner .common_btn01 {
  width: 120px;
  min-width: 120px;
  margin: 0 0 0 10px;
}

.popup_msg_result_block {
  background: #f2f2f2;
  padding: 20px;
}
@media only screen and (max-width: 640px) {
  .popup_msg_result_block {
    padding: 10px;
  }
}

.popup_msg_result_flex01 {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  border-bottom: 1px #DEDEDF dashed;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 640px) {
  .popup_msg_result_flex01 {
    display: block;
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
}
.popup_msg_result_flex01:last-of-type {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.popup_msg_result_flex01:last-of-type .popup_msg_result_inner:last-of-type {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.popup_msg_result_flex01 .popup_msg_result_inner {
  width: calc( ( 100% - 40px ) / 3 );
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 640px) {
  .popup_msg_result_flex01 .popup_msg_result_inner {
    width: 100%;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px #DEDEDF dashed;
  }
}
.popup_msg_result_flex01 .popup_msg_result_inner:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .popup_msg_result_flex01 .popup_msg_result_inner:last-of-type {
    margin: 0 0 10px;
  }
}
.popup_msg_result_flex01 .popup_msg_result_title {
  font-size: 12px;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 5px;
  letter-spacing: .1em;
}

/*=================

    phone.scss

=======================*/
.sp_main {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

/* language choose */
.sp_lan_wrap {
  width: 100%;
  margin: 0 auto;
  height: 100vh;
}
.sp_lan_wrap .sp_lan_inner {
  max-width: 600px;
  width: calc( 100% - 20px );
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.sp_lan_wrap .common_btn01 {
  margin: 0 auto 10px;
}
.sp_lan_wrap .common_btn01:last-of-type {
  margin: 0 auto;
}

/* menu */
.sp_head_block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  z-index: 50;
  background: #f2f2f2;
}
.sp_head_block .sp_back_btn {
  position: absolute;
  top: 50%;
  left: 10px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  height: 30px;
  line-height: 28px;
  background: #fff;
  color: #333333;
  border: 1px #636363 solid;
  font-size: 11px;
  text-decoration: none;
  padding: 0 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 350px) {
  .sp_head_block .sp_back_btn {
    font-size: 10px;
    padding: 0 5px;
  }
}
.sp_head_block .sp_back_btn:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: transparent transparent #333333 #333333;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: 1px;
  margin: 0 3px 0 0;
}
.sp_head_block .sp_head_title {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}
@media only screen and (max-width: 350px) {
  .sp_head_block .sp_head_title {
    font-size: 14px;
  }
}

.sp_menu_wrap {
  padding: 70px 10px 0;
}

.sp_menu_textarea {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 30;
  padding: 10px;
  background: #f2f2f2;
}
.sp_menu_textarea .sp_menu_line_text {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  height: 100%;
}
.sp_menu_textarea .sp_menu_line_text img {
  display: block;
  width: 40px;
  min-width: 40px;
  margin: 0 10px 0 0;
}

.sp_menu_reservation_code {
  font-size: 30px;
  font-weight: bold;
  padding: 10px;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 30px;
}

.sp_menu_code_text {
  font-size: 20px;
  color: #44B1CB;
  font-weight: bold;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 0 10px;
}
.sp_menu_code_text img {
  display: block;
  width: 15px;
  min-width: 15px;
  margin: 0 0 0 5px;
}

/* popup */
.sp_menu_copy_complete_text {
  color: #fff;
  background: #CB4444;
  margin: 10px 0 0;
  font-size: 12px;
  padding: 5px;
  line-height: 1.5;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.sp_line_add_btn {
  display: block;
  text-align: center;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 14px;
  color: #00c300;
  border: 1px #00c300 solid;
  height: 40px;
  line-height: 40px;
  margin: 20px auto 0;
}
.sp_line_add_btn img {
  display: inline-block;
  width: 30px;
  margin: 0 10px 0 0;
  vertical-align: -10px;
}

/* reservation */
.sp_reservation_block {
  padding: 60px 10px 20px;
}

.sp_reservation_pic {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto 20px;
}

.sp_reservation_table {
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
  border: 1px #DEDEDF solid;
  width: 100%;
}
.sp_reservation_table tr {
  border-bottom: 1px #DEDEDF solid;
}
.sp_reservation_table .sp_reservation_title {
  width: 130px;
  background: #f2f2f2;
  padding: 5px 10px;
  font-weight: bold;
  text-align: left;
}
.sp_reservation_table .sp_reservation_info {
  padding: 5px 10px;
}

/* form */
.sp_form_wrap {
  padding: 60px 10px 40px;
}

.sp_form_block {
  display: none;
}
.sp_form_block.active {
  display: block;
}

.sp_form_list .sp_form_item {
  padding: 20px 0;
  border-bottom: 1px #DEDEDF dashed;
}
.sp_form_list .sp_form_item:last-of-type {
  border-bottom: none;
}

.sp_form_address {
  display: none;
}
.sp_form_address.active {
  display: block;
}

.change_text_area {
    height: 35px;
    line-height: 28px;
    background: #fff;
    color: #49a9e0;
    border: 1px #49a9e0 solid;
    font-size: 11px;
    text-decoration: none;
    padding: 0 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.sp_form_pic_block {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto 10px;
}
.sp_form_pic_block.icon01 {
  background-image: url("../../../images/user/form_icon01.png");
  background-size: 60px;
}
.sp_form_pic_block.icon02 {
  background-image: url("../../../images/user/form_icon02.png");
  background-size: 60px;
}
.sp_form_pic_block.icon03 {
  background-image: url("../../../images/user/form_icon03.png");
  background-size: 60px;
}
.sp_form_pic_block .sp_form_pic {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding-top: 56.25%;
  position: absolute;
  top: 0;
  left: 0;
}

.sp_pic_popup_block {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px;
  z-index: 61;
}
.sp_pic_popup_block .sp_popup_menu_list {
  background: #44B1CB;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 10px;
  margin: 0 0 10px;
}
.sp_pic_popup_block .sp_popup_menu_list .sp_popup_menu_item {
  border-bottom: 1px #fff solid;
}
.sp_pic_popup_block .sp_popup_menu_list .sp_popup_menu_item:last-of-type {
  border-bottom: none;
}
.sp_pic_popup_block .sp_popup_menu_list .sp_popup_menu_btn {
  display: block;
  background: none;
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  width: 100%;
  border: none;
  position: relative;
  padding: 0;
  font-size: 14px;
  color: #fff;
  text-align: left;
}
.sp_pic_popup_block .sp_popup_menu_list .sp_popup_menu_btn img {
  display: block;
  width: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sp_pic_popup_block .sp_popup_menu_list .sp_popup_menu_btn img.rotate {
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.sp_pic_popup_block .sp_popup_cancel_btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  background: #fff;
  color: #333333;
  border: none;
  font-size: 14px;
  padding: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* ======================= BASE ====== */
* {
  word-break: break-word;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  height: 100%;
}

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

.fm {
  font-family: "游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.fg, .sp_head_block .sp_back_btn, .sp_head_block .sp_head_title, .sp_menu_textarea .sp_menu_line_text, .sp_menu_reservation_code, .sp_menu_code_text, .sp_line_add_btn, .sp_reservation_table, .sp_pic_popup_block .sp_popup_menu_list .sp_popup_menu_btn, .sp_pic_popup_block .sp_popup_cancel_btn, * {
  font-family: "游ゴシック", YuGothic, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
}

button, a {
  cursor: pointer;
}

.common_inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .common_inner.padding {
    padding: 0 10px;
  }
}

.common_plus_btn, .pankuzu_wrap .pankuzu_link, .form_file_btn, .form_text a, .form_file_list .form_file_item .delete, .form_checkin_msg_tab_list .form_checkin_msg_tab_item, .form_checkin_msg_list .form_checkin_msg_item, .popup_tab_list .popup_tab_item, .popup_lan_tab_list .popup_lan_tab_item, button, a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common_plus_btn:hover, .pankuzu_wrap .pankuzu_link:hover, .form_file_btn:hover, .form_file_list .form_file_item .delete:hover, .form_checkin_msg_tab_list .form_checkin_msg_tab_item:hover, .form_checkin_msg_list .form_checkin_msg_item:hover, .popup_tab_list .popup_tab_item:hover, .popup_lan_tab_list .popup_lan_tab_item:hover, button:hover, a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 960px) {
  .common_plus_btn:hover, .pankuzu_wrap .pankuzu_link:hover, .form_file_btn:hover, .form_file_list .form_file_item .delete:hover, .form_checkin_msg_tab_list .form_checkin_msg_tab_item:hover, .form_checkin_msg_list .form_checkin_msg_item:hover, .popup_tab_list .popup_tab_item:hover, .popup_lan_tab_list .popup_lan_tab_item:hover, button:hover, a:hover {
    opacity: 1;
  }
}

.common_pc {
  display: block;
}
.common_pc.height_100 {
  height: 100%;
}
@media only screen and (max-width: 960px) {
  .common_pc {
    display: none;
  }
}

.common_sp {
  display: none;
}
@media only screen and (max-width: 960px) {
  .common_sp {
    display: block;
  }
}

.common_pc_800 {
  display: block;
}
@media only screen and (max-width: 800px) {
  .common_pc_800 {
    display: none;
  }
}

.common_sp_800 {
  display: none;
}
@media only screen and (max-width: 800px) {
  .common_sp_800 {
    display: block;
  }
}

.common_pc_640 {
  display: block;
}
@media only screen and (max-width: 640px) {
  .common_pc_640 {
    display: none;
  }
}

.common_sp_640 {
  display: none;
}
@media only screen and (max-width: 640px) {
  .common_sp_640 {
    display: block;
  }
}

/*# sourceMappingURL=style_user.css.map */
