@charset "UTF-8";

#key-visual .slider .slider-list .bg {
  top: 100px;
  left: 0;
  right: 0;
  width: 516px;
  height: 254px;
  background-size: contain;
  margin: auto;
}

#key-visual .slider .slider-list .txt-box {
  min-height: 400px;
}

@media screen and (max-width:1000px) {
  #key-visual .slider .slider-list .bg {
    top: 100px;
    width: 386px;
    height: 194px;
  }

  #key-visual .slider .slider-list .txt-box {
    min-height: 300px;
  }
}

@media screen and (max-width:480px) {
  #key-visual .slider .slider-list .bg {
    height: 42vw;
    width: 100%;
    top: 63px;
  }

  #key-visual .slider .slider-list .txt-box {
    min-height: 50vw;
  }
}

/* --------------------------------------------------
 required
-------------------------------------------------- */
.required,
.n-required {
  background-color: #f02323;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin: 0 5px;
  padding: 0;
  text-align: center;
  line-height: 23px;
  width: 40px;
  border-radius: 3px;
}

.n-required {
  background-color: #999;
}

.errorTxt {
  color: #f02323;
}

.errorTxt {
  color: #f02323;
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
  font-weight: bold;
}

.errorTxt:not(:empty)::before {
  font-family: "Font Awesome 5 Free";
  content: '\f06a';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 18px;
}

/* --------------------------------------------------
 input
-------------------------------------------------- */
.focusAnimation:focus {
  border: 1px solid #8a6921;
  box-shadow: 0 0 5px #8a6921, 0 0 10px #8a6921;
  outline: medium none;
}

.focusAnimation {
  border: 1px solid #fff;
  padding: 10px 10px;
  outline: 0;
  color: #000;
  transition: all ease-in 0.3s;
}

.full-width {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.narrow-width {
  width: 100px;
}

/* --------------------------------------------------
 #contact-form
-------------------------------------------------- */
#contact-form {
  margin-top: 0;
  padding-top: 6rem;
}

@media screen and (max-width:480px) {
  #contact-form {
    padding-top: 20vw;
  }
}

/* --------------------------------------------------
 form-blc
-------------------------------------------------- */
.form-blc .att {
  margin-bottom: 20px;
}

.form-blc .txt-comment {
  margin-top: 10px;
}

.form-blc .privacy-txt {
  margin-top: 2rem;
  box-sizing: border-box;
}

/* --------------------------------------------------
 tbl-form
-------------------------------------------------- */
.tbl-form td .img-blc>figure {
  text-align: left;
}

.tbl-form td .d-flex {
  display: flex;
}

.tbl-form td .img-blc + .d-flex {
  margin-top: 1rem;
}

.tbl-form td .d-flex .list {
  width: calc((100% - 1rem) / 2);
  margin-right: 1rem;
}

.tbl-form td .d-flex .list:last-child {
  margin-right: 0;
}

.tbl-form td .d-flex .list>label {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  box-sizing: border-box;
}

.tbl-form td .d-flex .list>label .txt {
  display: inline-block;
  font-size: 120%;
  line-height: 1.2;
}

.tbl-form td .d-flex .list>label input[type="radio"] {
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 7px;
}

.tbl-form th,
.tbl-form td {
  padding: 20px;
  border-bottom: 1px solid #d1e4f1;
  box-sizing: border-box;
}

.tbl-form th {
  font-weight: bold;
}

.tbl-form th {
  width: 35%;
}

.tbl-form td {
  width: 65%;
}

.tbl-form td textarea {
  transition: none;
}

@media screen and (max-width:767px) {
  .tbl-form td .d-flex .list>label input[type="radio"] {
    top: 4px;
  }
}

@media screen and (max-width:640px) {

  .tbl-form th,
  .tbl-form td {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tbl-form th {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .tbl-form td {
    padding-top: 10px;
  }
}

@media screen and (max-width:480px) {
  .tbl-form td .d-flex {
    flex-wrap: wrap;
  }

  .tbl-form td .d-flex .list {
    width: 100%;
    margin-right: 0;
    margin-top: 1rem;
  }

  .tbl-form td .d-flex .list:first-child {
    margin-top: 0;
  }
}

/* --------------------------------------------------
 btn-form-blc
-------------------------------------------------- */
@media screen and (min-width:1201px) {
  .btn-form-blc input:hover {
    background-color: #664e18;
  }

  .btn-form-blc .btn.btn-back:hover {
    background-color: #343434;
  }
}

.btn-form-blc {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.btn-form-blc .btn {
  text-decoration: none;
  display: inline-block;
  padding: 14px 30px;
  background-color: #8a6921;
  box-sizing: border-box;
  position: relative;
  transition: all ease-in 0.3s;
  max-width: 300px;
  width: 100%;
  color: #fff;
  cursor: pointer;
  border: 0;
}

.btn-form-blc .btn.btn-back {
  background-color: #626262;
}

.btn-form-blc .btn+.btn {
  margin-left: 10px;
}

@media screen and (max-width:640px) {
  .btn-form-blc .btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tbl-form tr:first-child th {
    padding-top: 20px;
  }
}

@media screen and (max-width:480px) {
  .btn-form-blc .btn {
    font-size: 4vw;
  }
}

/* --------------------------------------------------
listStyle01
-------------------------------------------------- */

.listStyle01 {
  counter-reset: section;
}

.listStyle01 li:first-child {
  margin-top: 5%;
}

.listStyle01 li:last-child {
  margin-bottom: 0;
}

.listStyle01 li {
  padding-left: 20px;
  margin-bottom: 2rem;
  position: relative;
}

.listStyle01 li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  width: 15px;
  height: 100%;
  counter-increment: section;
  content: " " counter(section) ". ";
}

@media screen and (max-width:640px) {
  .listStyle01 li {
    margin-bottom: 1rem;
  }
}

/* --------------------------------------------------
 gift-certificate
-------------------------------------------------- */

#gift-certificate .txt-desc {
  text-align: left;
}

#gift-certificate .list-blc {
  margin-top: 2rem;
}

#gift-certificate .list-blc .txt-blc {
  text-align: left;
}

#gift-certificate .list-blc .list-ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

#gift-certificate .list-blc .list-ul>li {
  width: calc((100% - 2rem) / 2);
  margin-right: 2rem;
  margin-top: 4rem;
}

#gift-certificate .list-blc .list-ul>li:nth-child(-n+2) {
  margin-top: 0;
}

#gift-certificate .list-blc .list-ul>li:nth-child(2n+2),
#gift-certificate .list-blc .list-ul>li:last-child {
  margin-right: 0;
}

#gift-certificate .list-blc .list-ul>li figure>figcaption {
  margin-top: 1rem;
  text-align: left;
}

@media screen and (max-width:480px) {

  #gift-certificate .list-blc .list-ul>li {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 2rem;
  }

  #gift-certificate .list-blc .list-ul>li:nth-child(-n+2) {
    margin-top: 2rem;
  }

  #gift-certificate .list-blc .list-ul>li:first-child {
    margin-top: 0;
  }

  #gift-certificate .list-blc .list-ul>li:nth-child(2n+2) {
    margin-right: 0;
  }
}