@charset "UTF-8";
/*= MediaQuery =*/
/*= MediaQuery =*/
/*= MediaQuery =*/
.fadein, .fadein_delay, .fadein_ttl {
  visibility: hidden; }

.slider {
  display: none; }

.slider.slick-initialized {
  display: block;
  /*slick-initialized縺御ｻ倅ｸ弱＆繧後◆繧芽｡ｨ遉ｺ*/ }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box; }
  input, input::placeholder, button, button::placeholder, textarea, textarea::placeholder, select, select::placeholder {
    font-family: 游ゴシック Medium, YuGothic, YuGothicM, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, sans-serif !important; }
  input::placeholder, button::placeholder, textarea::placeholder, select::placeholder {
    color: #b4b4b4 !important; }
  input:-ms-input-placeholder, button:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #b4b4b4; }
  input::-ms-input-placeholder, button::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
    color: #b4b4b4; }

input, textarea, select {
  color: #707070; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s; }

input[type="checkbox"]:checked + label:before {
  width: 8px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.group {
  width: 100%;
  margin-bottom: 30px;
  *zoom: 1;
  position: relative; }
  .group:before, .group:after {
    display: table;
    content: "";
    line-height: 0; }
  .group:after {
    clear: both; }
  .group.cb-group {
    flex-wrap: wrap;
    margin-bottom: 63px; }
  .group.announce {
    line-height: 24px; }
    .group.announce strong {
      font-weight: bold; }
    .group.announce ul, .group.announce ol {
      margin-left: 20px; }
    .group.announce ol li {
      list-style: auto; }
    .group.announce li {
      list-style: initial;
      padding-left: 5px; }
    .group.announce a {
      text-decoration: underline; }
  .group .relative {
    position: relative; }
  .group .inquiry-pr {
    width: 290px; }
  .group .item {
    margin-bottom: 30px; }
  .group .inquiry-child {
    transition: .6s ease;
    flex: 1 0 0%; }
  .group .inquiry-child,
  .group .inquiry-child.out {
    opacity: 0;
    visibility: hidden; }
  .group .inquiry-child.in {
    opacity: 1;
    visibility: visible; }
  .group input[type="radio"] {
    display: none; }
  .group input[type="radio"] + label {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .group input[type="radio"] + label:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #707070;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s; }
  .group input[type="radio"]:checked + label:before {
    width: 8px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .group input[type="text"],
  .group input[type="email"],
  .group input[type="date"],
  .group input[type="number"],
  .group input[type="tel"],
  .group select {
    border: solid 1px #707070;
    padding: 10px 15px;
    font-size: 14px;
    float: left;
    width: 100%;
    max-width: 840px;
    height: 50px;
    line-height: 22px;
    letter-spacing: .1em; }
  .group .txtError01 {
    top: 16px;
    position: absolute;
    left: 16px;
    font-size: 14px;
    color: #c1272d;
    display: none;
    pointer-events: none; }
  .group .txtError02 {
    top: 19px;
    position: absolute;
    left: 16px;
    font-size: 14px;
    color: #c1272d;
    display: none;
    pointer-events: none; }
  .group .radio-error {
    color: #c1272d; }
    .group .radio-error:before {
      border-color: #c1272d !important; }
  .group .w-s {
    width: 260px;
    margin-left: 30px;
    font-size: 14px;
    max-width: calc(33.33% - 20px);
    float: left; }
    .group .w-s:first-child, .group .w-s:first-of-type {
      margin-left: 0; }
  .group .w-m {
    width: calc(100% - 290px);
    margin-left: 30px; }
  .group .w-l {
    width: 100%; }
  .group textarea {
    width: 100%;
    min-height: 300px;
    border: solid 1px #707070;
    padding: 18px 15px;
    font-size: 14px;
    max-width: 840px;
    line-height: 1.3; }

.pp {
  margin-top: -2px; }
  .pp .pp-label {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 32px;
    text-align: justify;
    line-height: 1.6;
    white-space: nowrap; }
    @media screen and (max-width: 900px) {
      .pp .pp-label {
        line-height: 28px; } }
    .pp .pp-label a {
      text-decoration: underline; }
  .pp input[type=checkbox] + label:before {
    top: 1px; }

.agree {
  margin-top: 28px; }
  .agree .agree-label {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 32px;
    text-align: justify;
    line-height: 1.6;
    color: #005b95; }
    @media screen and (max-width: 900px) {
      .agree .agree-label {
        line-height: 28px; } }
  .agree .agree-tel {
    margin-top: 7px;
    display: inline-block; }
  .agree input[type=checkbox] + label:before {
    top: 2px; }

.btn-area {
  margin-top: 95px; }
  .btn-area .btn-submit {
    display: block;
    letter-spacing: .1em;
    width: 180px;
    border: solid 1px #707070;
    padding: 14px 0;
    text-align: center;
    color: #707070;
    transition: background .4s ease; }
    .btn-area .btn-submit:hover {
      background: #ddd; }
    .btn-area .btn-submit:disabled {
      opacity: .4;
      cursor: no-drop; }
      .btn-area .btn-submit:disabled:hover {
        background: transparent; }
  .btn-area .btn-back {
    margin-top: 15px;
    width: 180px;
    text-align: center; }
    .btn-area .btn-back a {
      color: #707070; }
      .btn-area .btn-back a span {
        position: relative; }
      .btn-area .btn-back a span:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0;
        height: 1px;
        background: #707070;
        transition: .6s ease; }
      .btn-area .btn-back a:hover span:after {
        width: 100%; }

.cf dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  margin-top: 20px; }
  .cf dl:first-child {
    margin-top: 0; }
  .cf dl dt {
    background: #fff;
    min-width: 120px;
    text-align: center;
    font-weight: normal;
    line-height: 25px;
    letter-spacing: .1em; }
  .cf dl dd {
    line-height: 24px;
    flex: 1 1 0%;
    padding-left: 15px;
    letter-spacing: .1em; }
    .cf dl dd.d-zip {
      flex: 0 1 0%; }

.cm .txt {
  margin-top: 85px;
  line-height: 24px;
  letter-spacing: .1em; }
  .cm .txt p {
    margin-top: 24px; }
    .cm .txt p:first-child {
      margin-top: 0; }

.js-date-mb-ph {
  display: none; }

@media screen and (max-width: 900px) {
  .co-ttl2 {
    margin-top: 30px; }

  form {
    margin-top: 40px; }

  .group {
    margin-bottom: 20px; }
    .group.cb-group {
      margin-bottom: 38px; }
    .group .inquiry-pr {
      width: 50%; }
    .group .inquiry-child {
      max-width: 50%; }
    .group .item {
      align-items: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      margin-bottom: 10px;
      margin-right: 20px; }
    .group input[type="text"],
    .group input[type="email"],
    .group input[type="date"],
    .group input[type="number"],
    .group input[type="tel"],
    .group select {
      padding: 7px 13px;
      line-height: 20px;
      font-size: 16px; }
    .group .w-s {
      width: 48%;
      margin-left: 4%;
      max-width: initial;
      max-width: none; }
      .group .w-s:first-child, .group .w-s:first-of-type {
        margin-left: 0; }
    .group .w-m {
      width: 48%;
      margin-left: 4%; }
    .group .w-l-xs {
      width: 100%;
      margin-left: 0; }
    .group textarea {
      height: 330px;
      min-height: 150px;
      padding: 13px;
      line-height: 24px;
      font-size: 16px; }
    .group.group-date .relative {
      margin-top: 9px; }
      .group.group-date .relative:first-child {
        margin-top: 0; }

  .btn-area {
    margin-top: 54px; }
    .btn-area .btn-submit {
      margin: 0 auto; }
    .btn-area .btn-back {
      width: 100%; }
      .btn-area .btn-back a {
        display: block; }

  .cf dl {
    display: block; }
    .cf dl dt {
      display: inline-block;
      width: auto;
      min-width: auto;
      min-width: initial; }
    .cf dl dd {
      padding-left: 0;
      margin-top: 8px; }
      .cf dl dd.d-zip + dd {
        margin-top: 0; }

  .cm {
    margin-top: 40px; }

  .pp {
    margin-right: -.5em; }
    .pp .pp-label {
      font-weight: 500;
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 24px;
      text-align: justify;
      line-height: 20px; }
    .pp input[type=checkbox] + label:before {
      top: 0; }

  .agree {
    margin-top: 17px; }
    .agree input[type=checkbox] + label:before {
      top: -2px; }
    .agree .agree-label {
      font-weight: 500;
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 24px;
      text-align: justify;
      line-height: 20px; }
    .agree .agree-tel {
      margin-top: 0; } }
.ui-datepicker {
  width: 15.5em; }

.ui-widget {
  font-family: "Futo Go B101", 游ゴシック Medium, YuGothic, YuGothicM, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, sans-serif; }

.ui-corner-all {
  border-radius: 0; }

.ui-widget.ui-widget-content {
  border-color: #bbb;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.09); }

.ui-widget-header {
  background: none;
  border: 0;
  font-weight: 500; }

.ui-datepicker th {
  font-size: .8em;
  font-weight: 400; }

.ui-datepicker td span, .ui-datepicker td a {
  padding: .4em 0 0.2em;
  text-align: center; }

.ui-icon-circle-triangle-w {
  background-position: -96px 0; }

.ui-icon-circle-triangle-e {
  background-position: -33px 0; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  background: #ddd;
  border-color: #707070; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 2px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px; }

.ui-datepicker .ui-datepicker-prerv-hover {
  left: 2px; }

@media screen and (max-width: 600px) {
  .ui-datepicker {
    position: fixed !important;
    top: auto !important;
    bottom: 30px !important;
    left: 30px !important;
    width: calc(100% - 60px); }

  .ui-datepicker td span, .ui-datepicker td a {
    padding: .8em 0 0.6em; } }
body {
  background: #D5D5D5; }

.container {
  padding-bottom: 0; }

.store {
  margin-top: 35px; }
  .store--td-none {
    text-decoration: none !important; }
  .store__block {
    margin-bottom: 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0; }
    .store__block a {
      text-decoration: underline; }
    .store__block:last-child {
      margin-bottom: 0; }
  .store__cont {
    width: 40%;
    padding: 0 60px 0 70px;
    margin-bottom: -7px; }
  .store__img {
    width: 60%; }
    .store__img img {
      width: 100%; }
    .store__img .slick-arrow {
      left: auto;
      top: auto;
      transform: none;
      bottom: -29px;
      background: no-repeat center;
      background-size: contain;
      width: 14px;
      height: 14px; }
      .store__img .slick-arrow:before {
        display: none; }
      .store__img .slick-arrow:hover {
        opacity: .7;
        transition: .25s ease; }
    .store__img .slick-prev {
      right: 46px;
      background-image: url("../../img/base/arrow-left.svg"); }
    .store__img .slick-next {
      right: 0;
      background-image: url("../../img/base/arrow-right.svg"); }
  .store__block-ttl {
    font-size: 18px;
    margin-bottom: 36px; }
  .store__btn {
    margin-top: 30px; }
    .store__btn a {
      display: inline-block;
      position: relative;
      padding-right: 19px; }
    .store__btn-arrow {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-45%); }
  @media screen and (max-width: 900px) {
    .store__block {
      flex-direction: column;
      margin-bottom: 110px; }
    .store__cont {
      width: 100%;
      margin: 0;
      padding: 0 !important; }
    .store__img {
      width: 100%;
      margin-top: 38px; }
    .store__btn {
      margin-top: 37px; } }
  @media screen and (max-width: 900px) {
    .store {
      margin-top: 44px; }
      .store__block {
        margin-bottom: 113px; }
      .store__img {
        margin: 0 0 42px; }
      .store__cont {
        order: 1;
        padding: 0 20px !important; }
      .store__btn {
        margin-top: 30px; } }

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