@charset "UTF-8";
/**************************************

cmn

**************************************/
.aaa {
  font-family: "a-otf-futo-min-a101-pr6n", serif;
}

.form_top .header.nav-fixed.display02 {
  display: none;
}

@media screen and (max-width: 760px) {
  .main {
    padding-bottom: 0;
  }
}

.container {
  width: 980px;
  margin: 0 auto;
}

.privacy {
  margin-top: 30px; 

  text-align: center;
}
@media screen and (max-width: 760px) {
  .privacy {
    width: 90%;
    margin: 5% auto;
  }
}

.section_form {
  margin: 0px auto 80px;
}

.index header.header.nav-fixed.display02 {
  display: none;
}

@media (min-width: 741px) and (max-width: 1160px) {
  .header {
    top: -110px;
  }
  .main {
    margin-top: 130px;
  }
  .article_h2 h2 {
    padding-top: 70px;
  }
}

@media (min-width: 741px) and (max-width: 1160px) {
  .reserve {
    position: relative;
  }
}

.minute_area {
  margin-bottom: 30px; 

  text-align: center;
}
.minute_area .minute_txt {
  font-size: 21px; 

  margin: 0 auto 30px;
  padding: 20px 0;

  color: #b48a3d;
  border-top: solid 1px;
  border-bottom: solid 1px;
}
@media screen and (min-width: 761px) {
  .minute_area .minute_txt {
    width: 800px;
  }
}
@media screen and (max-width: 760px) {
  .minute_area .minute_txt {
    width: 90%;
    margin: 0 auto 2%;
  }
}
.minute_area .tel_area span {
  font-size: 35px;
}
.minute_area .tel_area a {
  font-size: 40px;
}

@media screen and (min-width: 761px) {
  .thanks {
    margin-top: 160px;
  }
}

@media screen and (max-width: 760px) {
  .thanks {
    padding-bottom: 0%;
  }
}

.cnt_remaining {
  font-size: 15px;

  position: fixed;
  z-index: 999; 
  right: 5%;
  bottom: 20%;

  padding: 5px 5px 10px 10px;

  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  letter-spacing: 1px;

  color: #fff;
  border-radius: 5px;
  background: #c12700;
}

.cnt_remaining var {
  font-size: 20px;
  font-style: normal;
}

.section_form .inner {
  width: auto; 
  padding: 40px 80px 60px;

  background: rgba(222, 216, 206, .25);
}

.section_form .message_box {
  width: 100%;
  height: 328px;
  padding: 110px 142px; 

  background: url(../img/cmn/bg_form.jpg) top center no-repeat;
}

.section_form .message_box .box_inner {
  display: inline-block; 

  text-align: center;
}

.section_form .message_box .catch {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}

.section_form .message_box .name {
  font-size: 13px;
  font-weight: 500;

  margin-top: 20px;
}

.section_form .message_box .name span {
  display: inline-block;

  margin: 0 8px; 

  vertical-align: middle;
}

.section_form .message_box .name img {
  height: 42px;
}

@media screen and (max-width: 760px) {
  .cnt_remaining {
    right: 10px; 
    bottom: 60px;
  }
  .section_form .message_box {
    height: 0;
    margin-bottom: 5%; 
    padding: 6% 10% 40%;

    background-size: auto 100%;
  }
  .section_form .message_box .catch {
    font-size: 16px;

    margin-bottom: 3%;
  }
  .section_form .message_box .name {
    font-size: 12px;

    margin-top: 3%;
  }
  .section_form .message_box .name span {
    display: block; 

    margin: 0 8px;
  }
  .section_form .message_box .name img {
    width: auto;
    height: 32px;
    margin-top: -5px;
  }
}

.section_form img {
  border-radius: 0;
}

.section_form .section {
  width: 974px;
  margin: 0 auto;
  padding: 25px;

  background: #f2f8f8;
}

@media screen and (min-width: 761px) {
  /** For PC **/
  /**************************************

step bar

**************************************/
  .stepBar {
    position: relative;

    overflow: hidden;

    width: 100%;
    margin: 0 0 1em;
    padding: 0;

    list-style: none;

    text-align: center;

    *zoom: 1;
  }
  .stepBar .step {
    font-size: 16px; 
    font-weight: bold;
    line-height: 60px;

    position: relative;

    display: inline-block;
    float: left;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 40px 0 20px;

    color: #888;
    background-color: #fff;
  }
  .stepBar .step:before,
  .stepBar .step:after {
    position: absolute;
    left: -15px;

    display: block;

    width: 25px;
    height: 30px; 

    content: "";

    border-left: 4px solid #efefef;
    background-color: #fff;
  }
  .stepBar .step:after {
    top: 0;

    -webkit-transform: skew(30deg);
        -ms-transform: skew(30deg);
            transform: skew(30deg);
  }
  .stepBar .step:before {
    bottom: 0;

    -webkit-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
            transform: skew(-30deg);
  }
  .stepBar .step.current {
    color: #fff;
    background-color: #2b2b2b;
  }
  .stepBar .step.current:before,
  .stepBar .step.current:after {
    background-color: #2b2b2b;
  }
  .stepBar.step2 .step {
    width: 50%;
  }
  .stepBar.step3 .step {
    width: 33.333%;
  }
  .stepBar.step4 .step {
    width: 25%;
  }
  .stepBar.step5 .step {
    width: 20%;
  }
}

/**************************************

form

**************************************/
.section_form .section .smust {
  padding: 0 5px;
}

.form_wrapper {
  padding: 25px;

  background: #fff;
}

.mini_title {
  margin: 10px 0 10px; 

  text-align: center;
}

.choice_section {
  margin: 0 0 50px;
}

.choice_section img {
  margin: 0 0 7px;
}

.table-form {
  border-top: 1px dotted  #b9a195;
}

.section_form .table-form {
  border-top: 0;
}

.table-form input.must,
.table-form textarea.must,
.table-form select.must {
  border: #bbb solid 1px; 
  background: #f8e2e6;
}

.table-form input,
.table-form textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
  padding: 10px;

  border: #bbb solid 1px;
}

.table-form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
  padding: 5px;

  border: #bbb solid 1px;
}

.table-form input[type="text"],
.table-form input[type="email"],
.table-form textarea {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; 
  font-size: 14px;

  width: 500px;

  vertical-align: middle;
}

.table-form input[type="text"]#res_date,
.table-form input[type="text"]#zip {
  width: 250px;
}

.table-form input[type="tel"] {
  width: 350px;
}

.table-form input#year {
  width: 100px;
}

label {
  font-size: 13px; 

  display: inline-block;

  width: 45%;
  margin: 0 0 10px 0;
  padding: 8px 5px;

  border: 1px solid #ccc;
  background: #efefef;
}

.table-form input[type="radio"],
.table-form input[type="checkbox"] {
  position: relative; 

  margin-right: 3px;

  border: 0;
}

@media screen and (min-width: 761px) {
  .table-form dd #gender input,
  .table-form dd #job input {
    margin-right: 8px;
  }
}

.table-form input#mail {
  margin-bottom: 5px;
}

.table-form textarea {
  height: 130px;
}

.table-form dl {
  border-bottom: 1px dotted  #ccc;
}

.table-form dl.un {
  border-bottom: none;
}

.table-form dt p.tit {
  font-size: 14px;
  line-height: 30px;

  float: left;

  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
  width: 24%;
  min-height: 30px;
  padding: 20px 12px 13px;

  text-align: right !important;
  vertical-align: top;
}

.table-form dt p.must {
  float: left;

  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
  width: 8%;
  padding: 10px;

  text-align: right;
  vertical-align: top;
}

.table-form dt p.must span {
  font-size: 12px; 
  font-weight: bold;
  line-height: 38px;

  display: block;

  width: 38px;
  height: 38px;

  text-align: center;
  vertical-align: middle;

  color: #fff;
  border-radius: 50%;
  background: #c12700;
}

.table-form dd {
  float: left;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 68%;
  padding: 20px 10px;

  word-break: break-all;
}

.table-form dd #department label {
  display: inline-block;

  width: 30%;
  margin-bottom: 5px;
}

@media screen and (min-width: 761px) {
  .table-form dd #gender label,
  .table-form dd #job label {
    display: inline-block; 

    width: 200px;
  }
}

@media screen and (max-width: 760px) {
  .table-form dd #gender label,
  .table-form dd #job label {
    display: inline-block; 

    width: 49%;
  }
}

.table-form #reference label {
  float: left;

  width: 49%;
  margin-bottom: 15px;
}

.table-form #reference label:nth-child(even) {
  float: right; 

  width: 45%;
}

.table-form #reference label:hover {
  cursor: pointer;

  opacity: .8;
}

.table-form #reference label:nth-child(1),
.table-form #reference label:nth-child(2) {
  height: 90px;
}

.zip_txt {
  font-size: .8em; 

  float: right;

  width: 200px;
}

.notice {
  font-size: .9em;

  width: 478px; 
  margin-top: 10px;
  padding: 10px;

  color: #c12700;
  border: 1px dotted #c12700;
}

.table-form .calender {
  float: right;

  padding: 0 35px 0 0;
}

.table-form select {
  font-size: 1.1em;

  height: 40px;
}

.table-form input#items {
  border: 0;
}

.table-form dt span {
  font-size: .8em;

  display: block; 

  margin-top: 5px;

  color: #666;
}

.table-form .w500 {
  width: 350px;
}

.table-form .w350 {
  width: 350px;
}

.table-form .w250 {
  width: 250px;
}

.table-form .w150 {
  width: 150px;
}

.table-form .w80 {
  width: 80px;
}

.table-form .w50 {
  width: 50px;
}

.table-form td .box-a,
.table-form td .box-b {
  float: left;

  width: 200px;
}

.msg {
  display: block;

  margin-top: 5px; 

  color: #c12700;
}

/**************************************

input btn

**************************************/
.btn_confirm,
.btn_submit {
  font-size: 1.2em;
  font-weight: bold;

  position: relative;

  display: block;

  width: 70%;
  margin: 20px auto 10px;
  padding: 20px 0 !important;

  text-align: center;

  color: #fff;
  border: none !important;
  background: #c12700;

  -webkit-appearance: none;
}

.btn_back,
.btn_top a {
  font-size: 1.1em;
  font-weight: bold;

  position: relative;

  display: block;

  width: 55%;
  margin: 0 auto 10px;
  padding: 15px 0;

  text-align: center;
  text-decoration: none; 

  color: #fff;
  border: none;
  background: #aaa;
}

.btn_back {
  margin-top: 30px;
}

.btn_back:hover,
.btn_top a:hover {
  text-decoration: none; 

  color: #fff;
  background: #bbb;
}

.form_bnr02 {
  padding: 50px 0 0;

  text-align: center;
}

/**************************************

thanks

**************************************/
.form_thanks {
  padding: 30px 0; 

  text-align: center;
}

.form_thanks .btn {
  width: 60%;
  height: auto;
  margin: 20px auto 0;
}

.section_form .catch {
  font-size: 2em;
  font-weight: normal; 

  margin-bottom: 15px;
}

.sp_flow {
  display: none;
}

.btn_top {
  padding: 30px 0 0;
}

.form_footer {
  text-align: center;
}

.policy {
  text-align: center;
}

.policy a {
  text-decoration: none; 

  color: #f89200;
}

.policy a:hover {
  color: #f00;
}

.table-form dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden; 

  height: 0;

  content: ".";
}

.table-form dl {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .table-form dl {
  height: 1%;
}

.table-form dl {
  display: block;
  overflow: hidden;
}

/* End hide from IE-mac */
@media screen and (max-width: 760px) {
  /** For Touch Device **/
  .container {
    width: 100%;
    padding: 0;
  }
  .form_wrapper {
    padding: 0 0 10%;
  }
  .section_form {
    margin: 0;
  }
  .section_form .inner {
    padding: 5px 0 0; 

    background: none;
  }
  .section_form img {
    border-radius: 0;
  }
  .section_form .section {
    width: 100%;
    margin: 0 auto;
    padding: 0;

    background: none;
  }
  /**************************************

stepBar

**************************************/
  .stepBar {
    font-size: 12px; 

    position: relative;

    overflow: hidden;

    width: 90%;
    margin: 0 auto 1em;
    padding: 0;

    list-style: none;

    text-align: center;

    *zoom: 1;
  }
  .stepBar .step {
    font-weight: bold; 
    line-height: 40px;

    position: relative;

    display: inline-block;
    float: left;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px 0 5px;

    color: #888;
    background-color: #ccc;
  }
  .stepBar .step:before,
  .stepBar .step:after {
    position: absolute;
    left: -5px;

    display: block;

    width: 10px;
    height: 20px; 

    content: "";

    border-left: 4px solid #fff;
    background-color: #ccc;
  }
  .stepBar .step:after {
    top: 0;

    -webkit-transform: skew(20deg);
        -ms-transform: skew(20deg);
            transform: skew(20deg);
  }
  .stepBar .step:before {
    bottom: 0;

    -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
            transform: skew(-20deg);
  }
  .stepBar .step:first-child:before,
  .stepBar .step:first-child:after {
    content: none;
  }
  .stepBar .step.current {
    color: #fff;
    background-color: #2b2b2b;
  }
  .stepBar .step.current:before,
  .stepBar .step.current:after {
    background-color: #2b2b2b;
  }
  .stepBar.step3 .step:nth-child(1) {
    width: 34%;
  }
  .stepBar.step3 .step:nth-child(2) {
    width: 33%;
  }
  .stepBar.step3 .step:nth-child(3) {
    width: 33%;
  }
  /**************************************

input btn

**************************************/
  input.btn-success {
    width: 90%;
    margin: 0 auto;
  }
  .btn_confirm,
  .btn_submit {
    font-family: "yu-mincho-pr6", sans-serif;
    font-size: 1.2em;
    font-weight: bold;

    position: relative;

    display: block;

    width: 86%;
    margin: 5% auto 0;
    padding: 12px 0;

    text-align: center;

    color: #fff;
    border: none; 

    -webkit-appearance: button;
  }
  .btn_confirm:hover,
  .btn_submit:hover {
    background: #ff6700;
  }
  .btn_back,
  .btn_top a {
    font-size: 1.1em;
    font-weight: bold;

    position: relative;

    display: block;

    width: 70%;
    margin: 0 auto 10px;
    padding: 8px 0;

    text-align: center;
    text-decoration: none; 

    color: #fff;
    border: none;
    background: #aaa;

    -webkit-appearance: button;
  }
  .btn_back:hover,
  .btn_top a:hover {
    text-decoration: none; 

    color: #fff;
    background: #bbb;
  }
}

@media screen and (max-width: 760px) and (max-width: 760px) {
  .btn_back {
    margin-top: 6% !important;
  }
}

@media screen and (max-width: 760px) {
  /**************************************

table_form

**************************************/
  .table-form dt {
    margin: 10px 10px 0;
    padding: 10px 0 0;

    background: #fff;
  }
  .table-form dt p.tit {
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;

    float: left;

    width: auto;
    margin: 0;
    padding: 0;

    text-align: left;

    color: #1f1f1f;
  }
  .table-form dt p.tit br {
    display: none;
  }
  .table-form dt p.must {
    float: left; 

    width: auto;
    padding: 0px 0 0 10px;

    text-align: left;
  }
  .table-form dt p.must span {
    font-size: 11px;
    line-height: 1.4em;

    display: inline-block;

    height: auto;
    margin-top: -5px;
    padding: 4px;

    text-align: center;

    color: #fff;
    border-radius: 0px;
  }
  .table-form dt p.must img {
    display: none;
  }
  .table-form dt:after {
    display: block; 
    clear: both;
    overflow: hidden;

    height: 0;

    content: " ";
  }
  .table-form dd {
    font-family: Arial;
    font-size: 14px; 

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 5px 10px 20px;
  }
  .table-form dd input,
  .table-form dd textarea {
    font-size: 13px;

    -webkit-box-sizing: border-box;
            box-sizing: border-box; 

    border: none;
    background: #efefef;
  }
  .table-form dd select {
    font-size: 13px;

    height: 40px;
  }
  .table-form dd #department label {
    display: inline-block;

    width: 100%;
    margin-bottom: 8px;
  }
  .table-form input[type="text"],
  .table-form input[type="tel"],
  .table-form input[type="email"],
  .table-form textarea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
    width: 96%;
    padding: 15px;
  }
  .table-form input#zip {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
    width: 50%;
    padding: 15px;
  }
  .table-form input[type="radio"],
  .table-form input[type="checkbox"] {
    position: relative;
    top: -1px;

    margin-right: 3px;

    border: 0;
    background: #c12700;
  }
  .notice {
    font-size: .9em;

    width: 100%; 
    margin-top: 10px;
    padding: 10px;

    color: #c12700;
    border: 1px dotted #c12700;
  }
  .table-form .w350 {
    width: 100%;
  }
  .table-form .w120,
  .table-form .w180 {
    width: 40%;
  }
  .table-form .w50,
  .table-form .w80 {
    width: 35%;
  }
  #item {
    font-size: .85em; 

    width: 100%;
  }
  .msg {
    display: block;

    margin-top: 5px; 

    color: #c12700;
  }
  .policy {
    padding: 0 15px;
  }
  .policy a {
    text-decoration: none; 

    color: #f89200;
  }
  .policy a:hover {
    color: #f00;
  }
  .ui-datepicker {
    width: 90% !important;
  }
  .table-form #reference label,
  .table-form #reference label:nth-child(even) {
    display: block;
    float: none;

    width: 100%;
    margin-bottom: 5px;
    padding: 10px;

    border: 3px solid #efefef;
  }
  .table-form #reference label:nth-child(1),
  .table-form #reference label:nth-child(2) {
    height: auto;
  }
  .table-form #reference input {
    /*-webkit-appearance: none;*/
    top: 3px;
  }
  .table-form .zip_txt {
    float: none;

    width: auto;
    padding: 0; 

    text-indent: 0;
  }
  .table-form .zip_txt br {
    display: none;
  }
  /**************************************

form_thanks

**************************************/
  .form_thanks {
    padding: 10% 5% 5%; 

    text-align: center;
  }
  .form_thanks .catch {
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.4;

    margin-bottom: 15px;
  }
}

#name01_l,
#name01_f,
#name02_l,
#name02_f,
#kana01_l,
#kana01_f,
#kana02_l,
#kana02_f {
  width: 40%;
}

input#btn_back,
input#btn_submit {
  font-family: "yu-mincho-pr6", sans-serif !important;
}
