@charset "utf-8";
.bold {
  font-weight: bold;
}
#reserve_wrap2 {
  width: 87%;
  max-width: 1080px;
  margin: 0 auto;
}
.mdlheading_check span {
  font-size: 1.4rem;
}
form #step2 {
  line-height: 1.5;
}
select,
input,
textarea {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
[type="radio"]:checked, [type="radio"]:not(:checked) {
  visibility: visible;
  position: static;
}
input[type="radio"] {
  margin: 0px 3px 0 0;
  vertical-align: middle;
}
textarea {
  width: 100%;
  height: 6em;
  resize: vertical;
  box-sizing:border-box;
}
select::-ms-expand {
  display: none;
}
label { cursor:pointer; }
#wrapper {
  /*padding-top: 20px;*/
}
#logo,
#footer_logo,
.head_btnL {
  /*pointer-events: none;*/
}
#h1ttl_price {
  height: 142px;
}

.address-block {
  display: block;
}
.box_beige {
  margin-top: 4vw;
}
.box_beige .box_beige_right div {
  text-align: center;
  margin-top: 3vw;
}
.price_cautionS {
  width: 90.8%;
}
.price_cautionS .title {
  color: #f5a6a2;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.price_cautionS img {
  width: 150px;
  display: block;
  margin: 1em auto 0;
}
.price_cautionS img:hover {
  opacity: 0.8;
}
.note {
  line-height: 1.7;
  margin-bottom: 0;
}
.iinBox {
  width: 100%;
  margin: 0 auto;
}
/*.iinBox .box {
  width: 232px;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
.iinBox .box:nth-child(3n-1) {
  text-align: center;
}
.iinBox .box:nth-child(3n) {
  text-align: right;
}
.iinBox .box select {
  width: 230px;
  font-weight: bold;
  background: #00AAFA;
  border-radius: 5px;
  border: none;
  padding: 16px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.iinBox .box:after {
  display: block;
  content: '\25BC';
  position: absolute;
  line-height: 1;
  top: 50%;
  right: 19px;
  margin-top: -5px;
  font-size: 10px;
  pointer-events: none;
}
.iinBox .box:nth-child(3n-1):after {
  right: 14px;
}
.iinBox .box:nth-child(3n):after {
  right: 10px;
}*/
.main-table li.th {
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.main-table li.th .important,
.main-table li.th .not-important {
  line-height: 1;
  display: inline-block;
}
.main-table li.td {
  padding-top: calc(10px + (20 - 10) * ((100vw - 320px) / (767 - 320)));
  padding-bottom: calc(20px + (40 - 20) * ((100vw - 320px) / (767 - 320)));
}
.important {
  width: 50px;
  display: inline-block;
  text-align: center;
  background: #ff0000;
  color: #ffffff;
  padding: 5px 0;
  border-radius: 3px;
  margin-right: 10px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  visibility: hidden;
  position: absolute;
  top:20px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  font-weight: bold;
  position: relative;
  padding:20px;
  padding-left: 45px;
  cursor: pointer;
  display: block;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  padding: 0 0 0 25px;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 2px solid #333;
  border-radius: 100%;
  background: #fff;
  box-sizing: border-box;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  left:0;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 15px;
  height: 15px;
  background: #00aafa;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  border-radius: 100%;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  left:0;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
}
.select-cover select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.first .select-cover:last-child:before,
.second .select-cover:last-child:before,
.third .select-cover:last-child:before {
  top: 50%;
  transform: translateY(-50%);
}

.wayBox {
  margin: 3% auto 0;
}
.wayBox .btnTel,
.wayBox .btnReserve {
  display: block;
  width: 170px;
  background: #92d050;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.wayBox .btnTel {
  float: left;
  margin-left: 100px;
}
.wayBox .btnReserve {
  margin: 0 auto;
}
.wayBox .btnTel a,
.wayBox .btnReserve a {
  color: #fff;
  padding: 12px 0;
  display: block;
}
.wayBox .btnTel a:hover,
.wayBox .btnReserve a:hover {
  opacity: 1;
}
.wayBox .btnTel:hover,
.wayBox .btnReserve:hover {
  opacity: 0.7;
}
.niigataOnly,
.hachinoheOnly,
#mail,
.outerIframe,
.body_form {
  display: none;
}
.ico_check {
  margin: 0;
}

.address a {
  color: #71614a;
  text-decoration: underline;
}
.caution {
  text-align: left;
  display: table;
  margin: 0 auto;
}
.note {
  margin: 8px auto;
  text-align: left;
  font-size: 12px;
}
.step {
  text-align: left;
  width: 100%;
  margin: 0 auto;
}
.step h2 {
  color: #70614a;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 3%;
  padding: 0 0 1.8% 0;
  border-bottom: 2px solid #f5a5a1;
}
.step1 {
  margin-top: 0;
  margin-bottom: 0;
}
.step1 h2 {
  margin-top: 1em;
}
.step2 {
  display: none;
  margin-top: 20px;
}
.ttl_aco,
.ttl_online,
.ttl_form {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  padding: 10px;
  background: #00AAFA;
  box-sizing: border-box;
  position: relative;
}
.reserve_accmenu .ttl_aco {
  padding: 10px 4vw;
}
.reserve_accmenu .ttl_aco:after {
  display: block;
  content: '';
  position: absolute;
  width: calc(8px + (13 - 8) * ((100vw - 320px) / (767 - 320)));
  height: calc(8px + (13 - 8) * ((100vw - 320px) / (767 - 320)));
  background: url(../../../img/top/right-arr.png) no-repeat;
  background-size: contain;
  top: 47%;
  line-height: 1;
  right: calc(10px + (20 - 10) * ((100vw - 320px) / (767 - 320)));
  pointer-events: none;
  transform: rotate(90deg);
}
.step2 .link_ico {
  background-position: 0 3px;
  background-size: 0.9rem;
}
.step2 .link_ico a {
  color: #000;
  text-decoration: underline;
}
.body_aco {
  display: none;
}
.reserve_accmenu .body_aco li {
  padding: 4%;
  border-bottom: 1px solid #000;
}
.reserve_accmenu .body_aco li p {
  margin-bottom: 0;
}
.reserve_accmenu .body_aco li label {
  display: block;
}
.reserve_accmenu .right {
  margin-top: 3px;
}
.body_online {
  width: 707px;
  margin: 0 auto 20px;
}
.body_online a {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  background: #F1807A;
  display: block;
  padding: 20px;
  margin-top: 20px;
}
.body_online a:hover {
  color: #fff;
  text-decoration:none;
}
#reserve_wrap2 form .step1 li select {
  width: 100%;
}
.reserve_stat {
  margin-bottom: 1em;
}
.wish01 .flex {
  display: flex !important;
  flex-wrap: initial !important;
  justify-content: space-between !important;
}
[name="month01"],
[name="month02"],
[name="month03"],
[name="oclock01"],
[name="oclock02"],
[name="oclock03"] {
  font-size: 14px;
  width: 40vw !important;
  box-sizing: border-box;
  padding: 3% 2% !important;
  margin: 0;
  height: auto !important;
}
.reserve_accmenu input {
  vertical-align: middle;
}
input:last-child {
  margin-bottom: 0 !important;
}
.detail02,
.detail03 {
  display: none;
}
.detail02 #count select {
  width: 100%;
  margin-bottom: 3%;
}
.detail02 #payment label.radiolabel-3 {
  width: 43vw;
}
.detail02 #payment label:nth-child(1).radiolabel-3 {
  line-height: 1.1;
}
.detail02 #payment label:nth-child(2).radiolabel-3 {
  float: right;
}

.hidden { display:none; }
.student { display:none; }
.school_box, .sub_school_box, .sub_school_box2 { display:none; }
.agreement { display:none; }
.table_sp li.agreement, .pc .agreement .clinic_td { position: relative; }
.agreement .formError {
  opacity:0.87;
  position: absolute;
  left: 45.4531px;
  margin-top: 0px;
}
.agreement .formError.hide { display:none; }
.table_sp li.agreement > .formError {
  display:none;
  top:100%;
}
.pc .clinic_th {
  width: 200px !important;
}
.pc .clinic_td {
  width: auto;
}
.pc .agreement .clinic_td > .formError {
  display: none;
  top:133px;
}
.formError .formErrorContent { width:100%; }
.agreement label.disabled:hover, .agreement .disabled input:hover { cursor:no-drop; }
.agreement input { width:22px; margin-bottom:0; }
.txt_left { text-align:left; }
#waribiki_sp input {
  width:22px;
  margin-left:8px;
  margin-top:8px;
}
#waribiki_sp label {
  display:inline-block;
  width:32%;
  line-height: 24px;
  background: #fff;
  border: 1px solid #CCC;
  vertical-align: top;
  padding:8px 0 8px 10px;
  margin-right: 2%;
  margin-bottom: 3%;
  border-radius: 3px;
  text-indent:-15px;
  box-sizing:border-box;
}
#waribiki_sp label:last-child {
  margin-right:0;
}
#waribiki_sp label.disabled,
#waribiki_pc label.disabled,
#count_sp label.disabled,
#count_pc label.disabled {
  color:#ccc;
}
#pair_sp,
#pair_pc {
  /*display:none;*******************************************************/
}
#pair_sp .reserve_accmenu input:last-child {
  margin-bottom:0;
}
.box {
  clear:both;
}
#sub_gu {
  display:none;
  padding-top:1.5em;
  border-top:1px dotted #333;
}
#waribiki_sp > li:nth-child(2) > label .formError {
  text-align:right;
  width:105px;
}
#pair_pc .box {
  margin-top:1em;
}
.mens {
  display:none;
}
.all_face {
  display:none;
  margin-left:1.2em;
}
.all_face li {
  text-indent:-1.8em;
  margin-left:1.8em;
}
.table_sp .all_face li {
  border-bottom:none !important;
}
#count_sp,
#count_pc {
  display: none;
}

button {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  background: #776751;
  border-radius: 3px;
  width: 236px;
  padding: 16px 0;
  margin: 0 auto;
}
button:hover {
  cursor:pointer;
}
.pc button:hover {
  opacity: 0.7;
}
button:disabled:hover {
  cursor:no-drop;
  opacity: 1;
}
.reserv_btn2 {
  margin: 0 auto;
  padding: 30px 140px 40px 0;
}

.footer_txt_link {
  font-size: 12px;
  margin-top: 15px;
}
.footer_txt_link a {
  color: #776A51;
  text-decoration: underline;
}
#copyright {
  margin-top: 15px;
  padding-right: 0;
}
.not a {
}
.outerIframe {
  position: relative;
  height: 858px;
  overflow-y: hidden;
  margin-top: 3%;
}
.outerIframe > iframe {
  height: 1610px;
  position: absolute;
  top: -464px;
}
.anesthesia,
.anesthesia_on,
.anesthesia_parts {
  display: none;
}
.use_cream, .use_gus, .not_use {
  display: inline-block;
}
.disabled, .disabled label {
  color: #ccc !important;
  cursor: no-drop;
}
.disabled label:before {
  border-color: #ccc;
}
.disabled input,
.disabled label {
  pointer-events: none;
}
#cta_footer {
  padding-top: 6%;
}

.sendaiOnly,
.yokohamaOnly {
  padding: 20px 0;
}

.gray-bg {
  background: #eef0f5;
}
.payment-list-num {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  margin-right: 27px;
  box-sizing: border-box;
  transform: none;
  text-align: center;
  color: #00a9f8;
  border-radius: 50%;
  background: #000;
}
.line-ani {
  position: relative;
}
.line-ani:after {
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 0;
  content: "";
  transition: all 2s ease;
  border-bottom: 6px solid #00aafa;
}
.line-ani-after:after {
  left: 0;
  width: 100%;
}

@media screen and (max-width:767px) {
  #reserve_wrap2 {
    width: 85%;
    margin-top: calc(20px + (40 - 20) * ((100vw - 320px) / (767 - 320)));
    margin-bottom: calc(20px + (40 - 20) * ((100vw - 320px) / (767 - 320)));
  }
  #wrapper {
    padding-top: 0;
  }
  .price_cautionS .title {
    font-size: 1.4rem;
  }
  .price_cautionS img {
    width: 30%;
  }
  #h1ttl_price {
    height: auto;
  }
  /*.iinBox .box {
    width: 33.3333%;
    margin-bottom: 3%;
  }
  .iinBox .box:after {
    right: 9%;
  }
  .iinBox .box:nth-child(3n-1):after {
    right: 6%;
  }
  .iinBox .box:nth-child(3n):after {
    right: 4%;
  }
  .iinBox .box select {
    font-size: 1.4rem;
    width: 83%;
    height: 32px;
    padding: 3% 5%;
    box-sizing: content-box;
  }*/
  .iinBox select {
    height: auto;
  }
  .important {
    width: calc(40px + (80 - 40) * ((100vw - 320px) / (767 - 320)));
  }
  .wayBox .btnReserve {
    font-size: 1.4rem;
  }
  .wayBox .btnTel:hover,
  .wayBox .btnReserve:hover {
    opacity: 1;
  }
  .ico_check {
    line-height: 1.8rem;
    width: 90%;
    margin: 4% 0 0;
    padding: 1% 0 3.5% 11%;
    background: url(../../../images/counseling/ico_check_sp.gif) no-repeat 0 15%;
    background-size: 8%;
    border-bottom: none;
  }
  .caution {
    width: 90.7%;
    display: block;
    margin: 3% auto 0;
  }
  .body_form {
    margin-top: 2em;
  }
  .step2 {
    margin-top: 5%;
  }
  .step h2 {
    margin-top: 0;
  }
  .step h2.calendarTitle {
    margin-top: 2em;
  }
  .reserve_stat {
    width: 100%;
  }
  .table_sp .ttl_aco,
  .table_sp .ttl_online,
  .table_sp .ttl_form {
    color: #70614a;
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 15%;
    width: 100%;
    margin: 0.5% 0 0;
    padding: 5% 0 5% 5%;
    background: #ffd5c4 ;
  }
  .table_sp .ttl_aco {
    background: url(../../../images/parts/parts_acc_bg.gif) no-repeat #ffd5c4 right center;
    background-size:contain;
  }
  .table_sp .ttl_aco.active {
    background: url(../../../images/parts/parts_acc_open.gif) no-repeat #ffd5c4 right center;
    background-size:contain;
  }
  .table_sp .ttl_online,
  .table_sp .ttl_form {
    margin-top: 5%;
  }
  .table_sp .body_online {
    width: 100%;
    margin: 5% 0 0;
  }
  .table_sp .body_online a {
    font-size: 1.6rem;
  }
  .table_sp .body_online a:hover {
    text-decoration: underline;
  }
  #reserve_wrap2 form {
    /*margin-bottom: 0;*/
  }
  .table_sp .reserve_ttl_acc {
    background:url(../../../images/parts/parts_acc_bg.gif) no-repeat #ffd5c4 right center;
    background-size:contain;
  }
  .trial {
    display:none;
  }
  input[name="sub_age"],
  input[name="sub_age2"] {
    width: 20%;
    padding: 1% 2% 2% 2%;
    font-size: 1.4rem;
    height: 32px;
  }
  .agreement .formError .formErrorContent {
    margin-left:0;
  }
  .step_line {
    margin: 0 0 7.8%;
  }
  .footer_txt_link a {
    clear: both;
    width: 100%;
    margin: 0 auto;
    font-size: 1rem;
    color: #71614a;
    text-align: center;
    visibility: visible;
  }
  #copyright {
    margin-top: 1%;
  }
  .outerIframe {
    height: 878px;
    overflow-y: hidden;
  }
  .outerIframe > iframe {
    height: 1523px;
    top: -37%;
  }
  .saishin_txtC {
    width: 100%;
  }
  button {
    font-size: 1.4rem;
    width: 44%;
    padding: 6% 0;
  }
  .anesthesia_li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  }
  .anesthesia_li .radiolabel-l {
  width: 32%;
  line-height: 1.2;
  }
  .anesthesia_li .radiolabel-l:nth-child(n+2) {
    padding-top: 15px;
    height: 28px;
  }
  .anesthesia_li input.radio {
    margin-top: 0;
    width: 22px;
  }
  .anesthesia_li .radiolabel-l:first-child input {
    margin-top: 8px;
  }
  .anesthesia .note, .anesthesia_on .note {
    clear: both;
    margin-bottom: 1.5%;
  }
  .jyunbi {
    width: 100%;
    padding: 3% 0;
    background: #f1807a;
    color: #fff;
    margin-bottom: 8%;
    text-align: center;
    font-weight: bold;
  }

  #thanks .step {
    margin-bottom: calc(30px + (60 - 30) * ((100vw - 320px) / (767 - 320)));
  }
  #thanks .autoMailBox {
    width: 85%;
    margin: 0 auto calc(30px + (60 - 30) * ((100vw - 320px) / (767 - 320)));
    border-radius: 4vw;
    position: relative;
  }
  #thanks .autoMailBox:before {
    content: "";
    position: absolute;
    top: -9.5vw;
    left: 50%;
    transform: translateX(-50%);
    border: 4vw solid transparent;
    border-bottom: 7vw solid #eef0f5;
  }

  body {
    overflow-x: hidden;
  }
  .sp_i {
    display: inline-block;
  }
  .pc {
    display: none;
  }
}
@media screen and (min-width:768px) {
  /*.iinBox .box {
    margin-right: 6px;
  }
  .iinBox .box:nth-child(3n) {
    margin-right: 0;
  }*/
  .note2 {
    margin-top: 20px;
    margin-bottom: 1em;
  }
  #reserve_wrap2 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .box_beige {
    margin-top: 30px;
  }
  .box_beige_left {
    width: 226px;
  }
  .box_beige_right p {
    margin: 0 auto;
  }
  .box_beige .box_beige_right div {
    text-align: left;
    margin-top: 20px;
  }
  .main-table .planArea li.td {
    padding-top: 0;
  }
  .main-table li.th {
    line-height: 1.2;
    text-indent: -60px;
    padding-left: 60px;
    width: 350px;
  }
  .main-table li.th .important,
  .main-table li.th .not-important {
    text-indent: 0;
  }
  .main-table li.td {
    width: 730px;
    padding: 30px 0;
  }
  #reserve_wrap2 form li {
    display: table-cell;
    box-sizing: border-box;
  }
  #reserve_wrap2 form li.reserve_th {
    color: #F17F79;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    width: 200px;
    vertical-align: middle;
    border-right: none;
  }
  #reserve_wrap2 form li.reserve_th span {
    color: #f5a6a2;
    font-size: 10px;
  }
  .box-style02 {
    width: 50%;
  }
  .detail .flex.mb-20 {
    display: block;
  }
  .detail .box-style02 {
    padding: 7px 0;
  }
  .detail02 #count select {
    margin-bottom: 0;
    width: 210px;
    padding: 5px 8px;
  }
  #payment .box-style02 {
    padding: 7px 0;
  }
  .detail02 #payment label.radiolabel-3 {
    width: 220px;
    display: inline-block;
  }
  [name="name2"],
  [name="tel"],
  [name="email"] {
    width: 240px;
  }
  [value="メール"] {
    margin-left: 30px;
  }
  [name="renraku"] {
    width: 109px !important;
    margin-bottom: 0 !important;
  }
  .radiolabel-3 {
    display: block;
  }
  [name="month01"],
  [name="month02"],
  [name="month03"] {
    font-size: initial;
    width: 47% !important;
    padding: 20px !important;
  }
  [name="oclock01"],
  [name="oclock02"],
  [name="oclock03"] {
    font-size: initial;
    width: 47% !important;
    padding: 20px !important;
  }
  .note {
    font-size: 14px;
  }
  .vaccination_area .mt40 {
    margin-top: 20px !important;
  }
  .vaccination2.mt40,
  .vaccination_type.mt40 {
    margin-top: 30px !important;
  }
  .vaccination_area .mt20 {
    margin-top: 0 !important;
  }
  .vaccination_type label {
    width: auto;
    display: inline-block !important;
    padding-right: 10px;
  }
  #reserve_wrap2 form li.reserve_accmenu {
    border: none;
    width: 100%;
    padding: 0;
    display: block;
  }
  #reserve_wrap2 form li.reserve_accmenu .left,
  #reserve_wrap2 form li.reserve_accmenu .right {
    width: 350px;
  }
  #reserve_wrap2 form li.reserve_accmenu .left {
    float: left;
  }
  #reserve_wrap2 form li.reserve_accmenu .right {
    margin-top: 0;
    float: right;
  }
  .reserve_accmenu .ttl_aco {
    padding: 10px;
  }
  #reserve_wrap2 form li.reserve_accmenu .accordion {
    color: #fff;
    height: auto;
    display: block;
    margin: 0 0 12px;
  }
  #reserve_wrap2 form li.reserve_accmenu .accordion.mt {
    margin: 20px 0 12px;
  }
  #reserve_wrap2 form li.reserve_accmenu .accordion {
    pointer-events: none;
  }
  .reserve_accmenu .ttl_aco:after {
    display: none;
  }
  .reserve_accmenu .body_aco li {
    border: none;
    width: auto;
    display: block !important;
    padding: 7px 10px;
  }
  .reserve_accmenu .body_aco li p.box-style {
    width: 100%;
  }
  .reserv_btn {
    margin-top: 0 !important;
  }
  .mdlheading_check span {
    font-size: 14px;
  }
  .jyunbi {
    width: 668px;
    padding: 4%;
    background: #f1807a;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  #cta_footer {
    padding-top: 86px;
  }

  #container.check form li {
    width: 507px;
    margin: 0;
    padding: 20px;
    font-size: 14px;
    text-align: left;
    border-top: 1px solid #78614e;
    border-left: 1px solid #78614e;
    border-right: 1px solid #78614e;
    display: table-cell;
    box-sizing: border-box;
  }
  #container.check form li.reserve_th {
    color: #F17F79;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    width: 200px;
    vertical-align: middle;
    border-right: none;
  }
  #container.check .clinic_tbl.carte {
    margin-bottom: 30px;
  }
  #container.check .clinic_tbl.carte li {
    border-bottom: 1px solid #78614e;
  }
  #container.check form .clinic_tbl {
    margin-bottom: 0;
  }
  #container.check .reserv_btn {
    margin-top: 72px !important;
  }
  #reserve_wrap2 form .form-bg li {
    display: block;
  }

  #thanks .step {
    margin-bottom: 60px;
  }
  #thanks .blue-box {
    width: 640px;
  }
  #thanks .autoMailBox {
    text-align: center;
    width: 1080px;
    padding: 40px 0;
    margin: 0 auto 60px;
    border-radius: 20px;
    position: relative;
  }
  #thanks .autoMailBox:before {
    content: "";
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
    border: 20px solid transparent;
    border-bottom: 40px solid #eef0f5;
  }
  #thanks .autoMailBox p {
    width: auto;
  }

  .sp_i {
    display: none;
  }
  .sp {
    display: none;
  }
}
#hiddenCheck {
  width: 100%;
}
#container.check form input {
  width: 100%;
  border:none;
}
.ui-widget-header .ui-icon{
	background-image: url("../../../img/common/form/ico_datepicker.png") !important;
}

.alertBox {
  text-align: center;
  border: 1px solid #f00;
  padding: 1.5em 1em;
  margin-bottom: 2.4em;
}
.alertBox .midashi {
  color: #f00;
  font-weight: bold;
  margin-bottom: 1.5em;
}

@media screen and (max-width:767px) {
  .ttl_aco.skin {
    margin-top: 3px !important;
  }
}
@media screen and (min-width:768px) {
  #reserve_wrap2 form li.reserve_accmenu .right {
    position: relative;
  }
  .ttl_aco.skin {
    position: absolute;
    top: 662px;
    left: -380px;
  }
  .ttl_aco.skin + .body_aco {
    position: absolute;
    top: 721px;
    left: -380px;
  }
  .planArea {
    margin-bottom: 80px;
  }
}

.cautionCalendar {
  margin: 0 0 -1em;
  display: none;
}
@media screen and (min-width:768px) {
  .cautionCalendar {
    margin: 0 0 -3em;
  }
}

.anesthesia_needle,
.anesthesia_needle_on {
  display: none;
}