@charset "UTF-8";

#entry {
  margin-bottom: 80px;
}

.contact-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 800px;
  width: 100%;
  margin: 40px auto 60px;
}

.contact-list li.tel-blc,
.contact-list li.inquiry-blc {
  width: 50%;
}

.contact-list li {
  position: relative;
  padding-left: 60px;
  /* margin-bottom: 20px; */
  box-sizing: border-box;
}

.contact-list li::after {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  line-height: 1;
  display: flex;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 40px;
  color: #c93b89;
  /* margin: auto 0; */
  z-index: 1;
}

.contact-list li.tel-blc {
  padding-right: 50px;
}

.contact-list li.tel-blc::after {
  content: '\f3cd';
  left: 6px;
}

.contact-list li.tel-blc > .tel {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 180%;
  color: #c93b89;
  font-weight: bold;
}

.contact-list li.tel-blc > .txt {
  line-height: 1;
  font-size: 90%;
}

.contact-list li.inquiry-blc {
  position: relative;
}

.contact-list li.inquiry-blc::after {
  content: '\f658';
}

.contact-list li.inquiry-blc > .txt01 {
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 110%;
  color: #c93b89;
  margin-bottom: 5px;
}

.contact-list li.inquiry-blc > .txt02 {
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
}

@media screen and (max-width: 767px) {
  .contact-list li {
    padding-left: 40px;
  }
  .contact-list li::after {
    font-size: 30px;
  }  
  .contact-list li.tel-blc {
    padding-right: 20px;
  }
}

@media screen and (max-width: 540px) {
  .contact-list {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-list li.tel-blc {
    margin-bottom: 20px;
  }
  .contact-list li.tel-blc,
  .contact-list li.inquiry-blc {
    width: 100%;
  }
}

/* tbl-form ---------------------------*/

.tbl-form {
  margin-bottom: 2rem;
}

.tbl-form th, 
.tbl-form td {
  padding: 20px 30px;
  box-sizing: border-box;
  margin-bottom: 2rem;
}

.tbl-form th {
  width: 35%;
  font-weight: 400;
  /* color: #5cc2d0; */
  /* border-bottom: 1px solid #5cc2d0; */
  color: #fff;
  background-color: #c93b89;
  border-bottom: 1px solid #fff;  
}

.tbl-form td {
  width: 65%;
  border-bottom: 1px solid #c93b89;
}

.tbl-form td label>input[type="radio"] {
  margin-right: 10px;
}

.tbl-form td label {
  margin-right: 20px;
}

.tbl-form td input[type="phone"] {
  width: 60px;
  margin-right: 10px;
}

.tbl-form td select {
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid rgba(73, 60, 60, 0.2);
  box-shadow: 0px 0px 1px 1px rgb(255 255 255);
  padding: 7px 8px;
}

.tbl-form td input[name="date1"] {
  width: 100px;
}

@media screen and (max-width:1000px) {
  .tbl-form th, .tbl-form td {
    width: 100%;
    display: block;
  }
  .tbl-form th {
    margin-bottom: 0;
    border-bottom: 0;
    padding: 1rem;
  }
  .tbl-form td {
    border: 1px solid #c93b89;
    padding: 2rem 1rem;
    margin-bottom: 0;
  }
  .tbl-form {
    width: 100%;
    display: block;
  }
  .tbl-form tbody {
    width: 100%;
    display: block;
  }
  .tbl-form tr {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width:767px) {
  .tbl-form {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width:480px) {
  .focusAnimation {
    width: 100%;
  }
  input[name="postcode"] {
    width: calc(100% - 24px);
  }
  .tbl-form td input[name="date1"] {
    width: 22vw !important;
  }
  .tbl-form td input[type="phone"] {
    width: 13vw;
    margin-right: 5px;
  }
}

/* #form ---------------------------*/
#form {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

#form .required-blc {
  margin-bottom: 20px;
}

#form .rule-txt {
  margin-bottom: 40px;
  box-sizing: border-box;
}

.btn-blc {
  text-align: center;
}

.btn-blc input.btn {
  border: none;
  cursor: pointer;
}

.btn-blc input[type=submit],
.btn-blc input[type=button] {
  background-color: rgb(250, 250, 250);
  padding: 8px 15px;
  box-sizing: border-box;
}

.detail-blc > .txt-blc {
  text-align: center;
  margin-bottom: 2rem;
}

.rule-blc {
  margin-bottom: 40px;
}

.rule-blc > .list > dt {
  font-size: 110%;
  color: #c93b89;
  font-weight: 600;
  margin-bottom: 5px;
}

.rule-blc > .list > dd {
  margin-bottom: 20px;
}

@media screen and (max-width:767px) {
  .btn-blc .btn.btn-narrow {
    max-width: 190px;
  }
  .rule-txt {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:480px) {
  .btn-blc input.btn {
    width: 100% !important;
    max-width: 100% !important;
  }
  .btn-blc {
    max-width: 320px;
    margin: auto;
  }
}

.required {
  background-color: #f74b4b;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin: 0 5px;
  padding: 0;
  text-align: center;
  line-height: 23px;
  width: 40px;
  border-radius: 5px;
}

/* input size ---------------------------*/
.focusAnimation {
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid rgba(73, 60, 60, 0.2);
  box-shadow: 0px 0px 1px 1px rgb(255, 255, 255);
}

.focusAnimation:focus {
  border: 1px solid #c93b89;
  box-shadow: 0 0 5px #c93b89;
  outline: medium none;
}

.info {
  color: #e60000;
  margin-bottom: 1rem;
}

input {
  border: 1px solid rgba(73, 60, 60, 0.2);
}

textarea {
  width: 100%;
  height: 200px;
}

input[name=add2] {
  margin-top: 3px;
}

.fullsize {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.middle {
  width: 80%;
  display: block;
  box-sizing: border-box;
}

.narrow {
  width: 300px;
  box-sizing: border-box;
}

.small {
  width: 120px;
  box-sizing: border-box;
}

.tbl-form td select[name=month],
.tbl-form td select[name=day] {
  width: 70px;
}

.error-txt {
  font-size: 90%;
  color: rgb(255, 0, 0);
}

@media screen and (max-width:480px) {
  .narrow {
      width: 100%;
  }
  .middle {
    width: 100%;
  }
}

