/* CSS Document */
body {
  margin: 0; }

.contents {
  background: url("../../images/bg_form_catalog.png") repeat-y;
  background-size: contain;
  width: 100%;
  padding-top: 50px;
  /* form */
  /* Privacy Policy */ }
  .contents h1 {
    text-align: center;
    font-size: 30px;
    font-family: 'Avenir-Black';
    line-height: 1.3;
    margin-bottom: 30px; }
  .contents h1 span {
    font-size: 20px;
    letter-spacing: 2px; }
  .contents .inner {
    width: 1000px;
    margin: 0 auto;
    font-family: 'Avenir-Light'; }
    .contents .inner .contact_box {
      display: flex; }
      .contents .inner .contact_box .box_left {
        width: 50%; }
        .contents .inner .contact_box .box_left p.title {
          width: 80%;
          color: #A1A09F;
          border-bottom: 1px #707070 solid;
          padding-bottom: 15px;
          font-size: 18px;
          font-weight: bold; }
        .contents .inner .contact_box .box_left .item {
          width: 80%;
          border-bottom: 1px #707070 solid;
          padding: 40px 0; }
          .contents .inner .contact_box .box_left .item::after {
            content: "";
            display: block;
            clear: both; }
          .contents .inner .contact_box .box_left .item p {
            color: #707070;
            font-size: 18px; }
          .contents .inner .contact_box .box_left .item .item_img {
            width: 150px;
            height: 150px;
            background: #fff;
            float: right;
            display: flex;
            justify-content: center; }
            .contents .inner .contact_box .box_left .item .item_img img {
              width: 90%;
              align-self: center; }
      .contents .inner .contact_box .box_right {
        width: 50%;
        padding-left: 50px; }
        .contents .inner .contact_box .box_right p {
          color: #707070; }
        .contents .inner .contact_box .box_right dl dt {
          color: #707070;
          font-size: 14px; }
        .contents .inner .contact_box .box_right dl dd {
          margin-left: 0;
          color: #707070; }
          .contents .inner .contact_box .box_right dl dd input {
            width: 264px;
            text-align: left;
            color: #707070; }
        .contents .inner .contact_box .box_right ul {
          color: #707070;
          font-size: 12px;
          margin-bottom: 50px; }
        .contents .inner .contact_box .box_right label {
          font-size: 14px;
          color: #707070;
          position: relative;
          height: 80px;
          width: 100%;
          display: inline-block; }
          .contents .inner .contact_box .box_right label input {
            width: 100%;
            position: absolute;
            left: 0;
            top: -10px; }
        .contents .inner .contact_box .box_right .two_item {
          display: flex;
          justify-content: space-between; }
          .contents .inner .contact_box .box_right .two_item label {
            width: 45%; }
        .contents .inner .contact_box .box_right .radio_area {
          margin-bottom: 50px; }
          .contents .inner .contact_box .box_right .radio_area label {
            display: inline;
            margin-right: 40px; }
  .contents p.comment {
    text-align: center;
    font-size: 12px;
    line-height: 2em;
    margin-bottom: 50px; }
  .contents .notice {
    margin-bottom: 50px; }
    .contents .notice h3 {
      font-size: 12px; }
    .contents .notice p {
      font-size: 12px;
      margin-bottom: 20px; }
  .contents .form-wrap {
    width: 450px;
    margin-bottom: 50px; }
    .contents .form-wrap h2 {
      font-size: 12px;
      font-family: 'Avenir-Light';
      margin-bottom: 20px;
      letter-spacing: 0.1em;
      color: #707070;
      font-weight: normal; }
    .contents .form-wrap p {
      text-align: left;
      margin-bottom: 20px;
      font-size: 12px;
      font-family: 'Avenir-Medium';
      line-height: 1.8; }
    .contents .form-wrap .require {
      font-size: 10px;
      font-family: 'Avenir-Medium';
      margin-left: 10px; }
    .contents .form-wrap .radio_area .radio {
      display: inline-block; }
    .contents .form-wrap input[type='text'],
    .contents .form-wrap input[type='email'],
    .contents .form-wrap input[type='tel'] {
      font-size: 18px;
      padding: 5px 12px;
      margin-right: 10px;
      margin-bottom: 30px;
      border-radius: 0;
      background: none;
      border: none;
      box-shadow: none;
      border-bottom: 1px #707070 solid;
      font-family: 'Avenir-Medium';
      text-align: center;
      box-sizing: border-box; }
    .contents .form-wrap input[name='address'],
    .contents .form-wrap input[type='email'],
    .contents .form-wrap input[type='tel'] {
      border-radius: 0;
      box-shadow: none; }
    .contents .form-wrap input[name='zip'] {
      width: 295px; }
    .contents .form-wrap .select_deco {
      border-bottom: 1px #707070 solid;
      display: inline-block;
      width: 110px;
      height: 20px;
      margin-right: 10px;
      padding-bottom: 10px;
      position: relative;
      top: -2px; }
    .contents .form-wrap select {
      border: none;
      border-radius: 0 !important;
      background: none;
      color: #707070;
      width: 110px;
      font-size: 14px;
      font-family: 'Avenir-Medium';
      position: relative;
      top: 0;
      left: 5px;
      box-shadow: none;
      text-align: center; }
    .contents .form-wrap input.short {
      width: 100px;
      text-align: center; }
    .contents .form-wrap input:placeholder {
      color: #A8A8A8; }
    .contents .form-wrap textarea {
      width: 100%;
      height: 100px !important;
      font-size: 14px;
      padding: 5px 12px;
      background: none;
      border: none;
      border-radius: 0;
      box-shadow: none;
      border-bottom: 1px #707070 solid;
      font-family: 'Avenir-Medium';
      box-sizing: border-box; }
    .contents .form-wrap .confirm-box {
      color: #707070;
      font-size: 18px;
      padding: 5px 12px;
      margin-right: 10px;
      margin-bottom: 30px;
      border-radius: 0;
      background: none;
      border: none;
      box-shadow: none;
      border-bottom: 1px #707070 solid;
      font-family: 'Avenir-Medium';
      text-align: center;
      box-sizing: border-box; }
    .contents .form-wrap .btn_area {
      width: 100%;
      margin: 80px auto;
      display: flex;
      justify-content: flex-end; }
      .contents .form-wrap .btn_area.flex_none {
        display: block; }
      .contents .form-wrap .btn_area .btn_cofirm {
        background: #000;
        font-size: 20px !important;
        color: #fff;
        width: 364px !important;
        height: 60px;
        position: relative;
        text-align: center;
        text-shadow: none;
        box-sizing: border-box;
        border: 1px #fff solid;
        border-radius: 0;
        font-family: 'Avenir-Medium';
        max-width: none; }
      .contents .form-wrap .btn_area .btn_cofirm i {
        position: absolute;
        right: 10px;
        top: 20px; }
      .contents .form-wrap .btn_area .btn_back {
        margin-top: 30px;
        background: #666;
        font-size: 20px !important;
        color: #fff;
        width: 200px !important;
        height: 60px;
        position: relative;
        text-align: center;
        text-shadow: none;
        box-sizing: border-box;
        border: 1px #fff solid;
        border-radius: 0;
        font-family: 'Avenir-Medium';
        max-width: none; }
  .contents .privacy_policy {
    width: 100%;
    height: 252px;
    padding: 30px 50px;
    text-align: center;
    background: #fff;
    color: #000;
    overflow: scroll;
    box-sizing: border-box;
    border: 1px #707070 solid;
    margin-bottom: 80px; }
    .contents .privacy_policy p {
      font-family: 'Avenir-Light';
      font-size: 12px;
      font-weight: normal;
      text-align: center;
      margin-bottom: 20px; }
      .contents .privacy_policy p.no_mb {
        margin-bottom: 5px; }
    .contents .privacy_policy ul {
      margin-bottom: 20px; }
      .contents .privacy_policy ul li {
        font-size: 12px;
        margin-bottom: 5px; }
  .contents .copy_area {
    text-align: center;
    padding-bottom: 50px;
    font-family: 'Avenir-Medium'; }
    .contents .copy_area .sitename a {
      text-decoration: none;
      font-size: 14px;
      color: #000; }
    .contents .copy_area .copyright {
      font-size: 7px; }

/* datepicker */
#ui-datepicker-div {
  background: #fff;
  border: none;
  border-radius: 0;
  font-family: 'Avenir-Light'; }

#ui-datepicker-div .ui-datepicker-header {
  background: #fff;
  border: none;
  color: #333;
  text-align: center; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 3em;
  color: #333; }

.ui-datepicker .ui-datepicker-prev:hover {
  background: none;
  border: none;
  cursor: pointer;
  left: 2px;
  top: 2px; }

.ui-datepicker .ui-datepicker-next:hover {
  background: none;
  border: none;
  cursor: pointer;
  right: 2px;
  top: 2px; }

.ui-datepicker .ui-datepicker-prev span {
  text-indent: 0;
  left: 15px;
  width: 50px;
  background: none;
  font-size: 12px;
  color: #333;
  font-weight: normal; }

.ui-datepicker .ui-datepicker-next span {
  text-indent: 0;
  left: 15px;
  width: 50px;
  background: none;
  font-size: 12px;
  color: #333;
  font-weight: normal; }

#ui-datepicker-div {
  z-index: 1000 !important; }

#ui-datepicker-div table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto; }

#ui-datepicker-div table th {
  color: #333;
  font-weight: normal;
  width: 30px;
  height: 35px;
  padding: 0;
  font-size: 11px;
  font-family: 'Avenir-Medium'; }

#ui-datepicker-div table th span[title='Saturday'] {
  color: #6C8AED; }

#ui-datepicker-div table th span[title='Sunday'] {
  color: #D21E1B; }

#ui-datepicker-div table td {
  color: #1A1311;
  font-weight: normal;
  padding: 0;
  padding-bottom: 2px;
  width: 30px;
  height: 35px;
  font-size: 11px;
  padding-right: 1px;
  opacity: 1;
  text-align: center; }

#ui-datepicker-div table td.ui-state-disabled span {
  background: #CBCBCB;
  color: #000; }

#ui-datepicker-div table td.ui-datepicker-week-end:nth-child(even) a {
  color: #6C8AED; }

#ui-datepicker-div table td.ui-datepicker-week-end:nth-child(odd) a {
  color: #D21E1B; }

#ui-datepicker-div table td a,
#ui-datepicker-div table td span {
  background: #fff;
  width: 30px;
  height: 35px;
  border: none;
  text-align: center;
  line-height: 35px; }

#ui-datepicker-div table td a.ui-state-active {
  background: #000; }

#ui-datepicker-div .ui-widget-content {
  border: none; }

#ui-datepicker-div .ui-datepicker-buttonpane {
  margin-top: 0; }

#ui-datepicker-div .ui-datepicker-buttonpane button {
  background: none;
  border: none;
  color: #fff; }

#ui-datepicker-div .ui-datepicker-buttonpane button.ui-datepicker-current {
  font-size: 14px; }

/* thanks */
#page_visit_reservation_complete {
  height: auto; }
  #page_visit_reservation_complete .contents {
    background: url("../../images/bg_form_catalog.png") repeat-y;
    background-size: contain;
    padding-top: 0; }
    #page_visit_reservation_complete .contents .bg_thanks {
      padding-top: 50px;
      background: url("../contact/images/bg_contact.png"); }
  #page_visit_reservation_complete h2 {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Avenir-Black';
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px; }
  #page_visit_reservation_complete .btn_area {
    padding-bottom: 30px; }
  #page_visit_reservation_complete p {
    font-size: 16px;
    font-family: 'Avenir-Light';
    text-align: center;
    line-height: 2.3;
    margin-bottom: 50px; }
    #page_visit_reservation_complete p.message {
      font-size: 16px;
      font-weight: bold; }
    #page_visit_reservation_complete p.shop_name {
      font-size: 69px;
      font-family: 'Avenir-Black';
      font-weight: bold;
      line-height: 1;
      color: #555; }
    #page_visit_reservation_complete p.btn_top {
      background: #000;
      font-size: 14px !important;
      color: #fff;
      width: 240px !important;
      height: 40px;
      line-height: 40px;
      position: relative;
      text-align: center;
      text-shadow: none;
      box-sizing: border-box;
      border: 1px #fff solid;
      border-radius: 0;
      font-family: 'Avenir-Medium';
      max-width: none;
      margin: 0 auto;
      margin-top: 30px;
      display: block; }
      #page_visit_reservation_complete p.btn_top i {
        position: absolute;
        right: 10px;
        top: 12px; }
