@charset "UTF-8";

/**
 * layer.css
 *
 * # contact
 *
*/

/* ==========================================================================
   # layer
   ========================================================================== */
.layer-ttl {
  padding: 40px 20px;
  font-size: 30px;
  text-align: center;
  background-color: #F8F6F1;
}

.layer-content {
  max-width: 1040px;
  margin: 0 auto;
  padding: 40px 20px;
}

.layer-ttl01 {
  margin: 40px 0 20px;
  font-size: 12px;
  font-weight: 500;
}

.layer-content p:not([class]) {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 2;
}

.layer-table {
  width: 100%;
  font-size: 10px;
  line-height: 1.5;
  border-top: 1px solid #ddd;
}
.layer-table th,
.layer-table td {
  padding: 15px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}

/* ==========================================================================
   # item
   ========================================================================== */
.item-wrap {
  margin-bottom: 30px;
}

.item-slider {
  margin-bottom: 20px;
  padding-bottom: 11px;
}
.item-slider li {
  margin: 0 10px;
}
.item-slider li video {
  display: block;
  width: 100%;
}

.item-ttl-wrap {
  margin-bottom: 20px;
  padding: 0 20px;
}

.item-ttl {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.item-ttl-sub {
  margin-bottom: 5px;
  color: #999;
  font-size: 10px;
}

.item-num {
  font-size: 10px;
}

.item-info-wrap {
  padding: 0 20px;
}

.item-contact-txt {
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
}

.item-contact {
  display: block;
  margin-bottom: 20px;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  background-color: #333;
}

.item-staff {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #F8F6F1;
}

.item-staff-img {
  width: 50px;
}

.item-staff-txt {
  width: calc(100% - 60px);
}
.item-staff-txt .main {
  margin-bottom: 5px;
  font-size: 10px;
}
.item-staff-txt .name {
  color: #999;
  font-size: 10px;
}

.l-item-point {
  padding: 40px 0;
  background-color: #F8F6F1;
}

.item-point {
  padding: 0 20px;
}

.item-point-item + .item-point-item {
  margin-top: 40px;
}

.item-point-item .img {
  margin-bottom: 20px;
}
.item-point-item .num {
  font-size: 10px;
}
.item-point-item .ttl {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}
.item-point-item .txt {
  font-size: 12px;
  line-height: 2;
}

@media screen and (min-width:501px) {
  
  .item-wrap {
    position: relative;
    max-width: 1280px;
    margin: 0 auto 60px;
    padding: 60px 0 0 440px;
  }
  
  .item-ttl-wrap {
    position: absolute;
    top: 240px;
    left: 0;
    width: 440px;
    margin-bottom: 0;
  }
  
  .slick-slider {
    float: left;
    width: 400px;
    margin-bottom: 0;
  }
  .slick-slider li {
    margin: 0;
  }
  
  .item-info-wrap {
    float: left;
    width: 440px;
    padding-top: 60px;
  }
  
  .item-point {
    display: flex;
    gap: 20px;
    max-width: 1280px;
    margin: 0 auto;
  }
  
  .item-point-item + .item-point-item {
    margin-top: 0;
  }
  
  .item-point-item {
    width: calc((100% - 40px) / 3);
  }
}

/* ==========================================================================
   # contact
   ========================================================================== */
.form-content {
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px 20px;
}
.form-table {
  display: table;
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.form-content th {
  position: relative;
  margin-bottom: 17px;
  padding: 0 0 20px;
  text-align: left;
  vertical-align: top;
}
.form-content td {
  position: relative;
  padding: 0 0 20px;
  vertical-align: top;
}

/* # 見出し
   -------------------------------------------------------------------------- */
.form-head {
  padding-top: 15px;
  font-size: 10px;
  line-height: 1.5;
}
.form-head .hissu {
  color: #E1788B;
}

/* # text
   -------------------------------------------------------------------------- */
.form-input {
  display: block;
  width: 100%;
  padding: 0 15px;
  height: 45px;
  font-size: 12px;
  line-height: normal;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.form-input:-webkit-autofill { box-shadow: 0 0 0 1000px #fff inset; }

/* # textarea
   -------------------------------------------------------------------------- */
.form-textarea {
  display: block;
  width: 100%;
  padding: 18px 20px;
  height: 80px;
  font-size: 12px;
  line-height: normal;
  line-height: 1.25;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  border-radius: 0;
}

::placeholder { color: #b7bec5; }

/* # radio
   -------------------------------------------------------------------------- */
.form-radio-wrap {
  overflow: hidden;
  margin-bottom: -10px;
  padding-top: 15px;
}

.form-radio {
  float: left;
  display: block;
  margin: 0 20px 10px 0;
}

.form-radio input { display: none; }
.form-radio label {
  position: relative;
  display: block;
  padding-left: 25px;
  font-size: 12px;
  line-height: 1.5;
}
.form-radio label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #E0E0E0;
  border-radius: 50%;
  transform: translateY(-50%);
}
.form-radio label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s;
  transform: translateY(-50%);
}
.form-radio input:checked + label:after { opacity: 1; }

/* # checkbox
   -------------------------------------------------------------------------- */
.form-privacy {
  position: relative;
  width: 210px;
  margin: 0 auto 40px;
  padding-bottom: 20px;
  text-align: center;
}

.form-checkbox-wrap {
  overflow: hidden;
  margin-bottom: -10px;
}

.form-checkbox {
  display: inline-block;
  margin-bottom: 10px;
}

.form-checkbox input { display: none; }
.form-checkbox label {
  position: relative;
  display: block;
  padding-left: 25px;
  font-size: 12px;
  line-height: 1.5;
}
.form-checkbox label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #E0E0E0;
  border-radius: 2px;
  transform: translateY(-50%);
}
.form-checkbox label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  transition: opacity 0.3s;
  transform-origin: left bottom;
  transform: translateY(-50%) rotate(-45deg);
}
.form-checkbox input:checked + label:before {
  background-color: #333;
  border-color: #F47B28;
}
.form-checkbox input:checked + label:after { opacity: 1; }

/* # select
   -------------------------------------------------------------------------- */
.form-select-wrap {
  position: relative;
  margin-bottom: -20px;
  padding-bottom: 20px;
}
.form-select-wrap:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform-origin: top right;
  transform: rotate(135deg);
}
.form-select{
  display: block;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0 20px;
  color: #333;
  font-size: 16px;
  line-height: normal;
  background: linear-gradient(#fff, #eee);
  border: 1px solid #999;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

/* # validation
   -------------------------------------------------------------------------- */
.formError,
.error {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #D45355;
  font-size: 12px;
  line-height: 1;
}

/* # btn
   -------------------------------------------------------------------------- */
.form-confirm {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  background-color: #999;
}
.form-confirm.active {
  background-color: #333;
  cursor: pointer;
}

.form-back-wrap {
  margin-top: 20px;
  text-align: center;
}
.form-back {
  display: inline-block;
  color: #999;
  font-size: 12px;
  line-height: 1;
  text-decoration: underline;
}

/* # txt
   -------------------------------------------------------------------------- */
.form-txt {
  font-size: 12px;
  line-height: 2;
  text-align: center;
}
.form-txt + .form-txt {
  margin-top: 20px;
}

.form-txt-confirm {
  padding-top: 15px;
  font-size: 12px;
  line-height: 1.5;
}











