@charset "shift_jis";
/* CSS Document */
section#home {
  padding: 56px 0 0;
  line-height: 0;
}


section#contact {
  padding: 55px 0 2em;
  background:url("../img/fetimil12.png") center center / cover no-repeat fixed;
}

}
section#contact p {
  padding: 2em 0 0
}


section#qanda {
  width: 100%;
  height: 0;
  padding-top: 247%;
  background: url("../img/fetimil10.png") no-repeat;
  background-size: contain;
  position: relative;
}
.qanda_inner {
  position: absolute;
  top: 17%;
}
#qanda dl {
  border: 3px solid #FF6699;
  outline: 1px solid #FF6699;
  outline-offset: -7px;
  padding: 1%;
  width: 90%;
  margin: 0 auto 1.5em;
  background: #fff;
  text-align: left;
  font-size: 3vw;
}
#qanda dt {
  font-weight: bold;
  color: #111;
  padding: 1em 1em 1.2em 3em;
  margin: 0;
}
#qanda dt:before {
  content: "Q";
  color: #fff;
  font-weight: bold;
  margin-right: 0.5em;
  margin-left: -2em;
  border-radius: 50%;
  background: #f57c00;
  padding: 0.12em 0.5em;
}
#qanda dd {
  padding: 0.5em 1em 1.5em 3em;
  margin: 0;
  line-height: 140%;
}
#qanda dd:before {
  content: "A";
  color: #fff;
  font-weight: bold;
  margin-right: 0.5em;
  margin-left: -2em;
  border-radius: 50%;
  background: #00CC66;
  padding: 0.12em 0.5em;
}

.list_table {
  width: 90%;
  margin: 2em auto 1em
}
.list_table, .list_table > dt, .list_table > dd {
  box-sizing: border-box;
}
.list_table {
  display: flex;
  flex-wrap: wrap;
  border: 3px solid #FF6699;
  border-top: none;
  font-size: 3vw;
}
.list_table > dt {
  width: 100%;
  padding: 1em;
  margin: 0px;
  border-top: 1px solid #FF6699;
  text-align: left;background: #F5B4C9;
}
.list_table > dd {
  width: 100%;
  padding: 1em;
  margin: 0px;
  border-top: 1px solid #FF6699;
  text-align: left;
}
.list_table > dt:first-child {
  border-top: 3px solid #FF6699;
}
@media print, (min-width: 768px) {
  .list_table > dt, .list_table > dd {
    text-align: left;
  }
  .list_table > dt {
    display: flex;
    align-items: center;
    width: 28%;
  }
  .list_table > dd {
    width: 72%;
    border-left: 1px solid #FF6699;
  }
  .list_table > dd:nth-of-type(1) {
    border-top: 3px solid #FF6699;
  }
}
.cont_btn {
  width: 100%; margin: 1rem auto
}
.cont_btn li { box-sizing: border-box;
  display: inline-block;margin-bottom: 1em
}
.cont_btn li a{background: #fff;
padding: 10px 15px;
    -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none}
.btn_contact a {
  color: #E80135;
  border: 2px solid #E80135;
  font-weight: 600;


}
.btn_contact a:hover {
  color: #fff;
  background: #E80135;
}
.btn_contact a i {
  font-size: 1.2rem;
}
.btn_Line a i {
  font-size: 1.2rem;
  font-weight: normal
}
.btn_phone a i {
  font-size: 1.2rem;
  font-weight: 900
}

.btn_Line a {
  color: #00B900;
  border: 2px solid #00B900;
  font-weight: 600;

}
.btn_Line a:hover {
  color: #fff;
  background: #00B900;
}

.btn_phone a {
  color: #FF6633;
  border: 2px solid #FF6633;
  font-weight: 600;

}
.btn_phone a:hover {
  color: #fff;
  background: #FF6633;
}

.twi { position: absolute; right:10px;top:3px;
  color: #3399CC;
font-size: 24px;
  font-weight: 600;

}

form#mail_form {
  width: 90%;
  margin: 2em auto;
  padding: 10px 0;
  background: #ffffff;
  border: 3px solid #FF6699;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
}
form#mail_form dl {
  width: 90%;
  margin: 0 auto;
  overflow: visible;
}
form#mail_form dl dt {
  clear: both;
  width: auto;
  float: none;
  border-top: 1px dotted #FF6699;
  padding: 10px 0 5px;
  text-align: left;
  overflow: hidden;
}
form#mail_form dl dd {
  width: auto;
  float: none;
  border-top: none;
  padding: 0px 0 13px 0px;
  text-align: left
}
form#mail_form dl dt span {
  font-weight: normal;
}
form#mail_form dl dt:first-child, form#mail_form dl dt:first-child + dd {
  border: none;
}
form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"] {
  max-width: 90%;
  height: 2em;
  padding: 2px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
  margin-top: 7px;
}
form#mail_form textarea {
  display: block;
  width: 90%;
  max-width: 90%;
  height: 200px;
  padding: 2px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
}
form#mail_form input#form_submit_button {
  margin-left: 0;
}
form#mail_form input[type="submit"] {
  padding: 9px 15px;
  vertical-align: middle;
  line-height: 1;
  background: #FF6699;
  ;
  border: 1px solid #FF6699;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: 100%;
}
#mail_form input[type="button"] {
  padding: 9px 15px;
  vertical-align: middle;
  line-height: 1;
  background: #FF6699;
  ;
  border: 1px solid #FF6699;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: 100%;
}
form#mail_form p {
  text-align: center;
}
form#mail_form p#form_submit {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
  border-top: 1px dotted #FF6699;
}
form#mail_form input#name, form#mail_form input#mail_address, #mail_form input#mail_address_confirm {
  width: 90%;
}
form#mail_form dl dt span.required {
  display: inline-block;
  margin-left: 10px;
  color: #FF6699;
  line-height: 1;
  padding: 3px 5px;
  background: #fff;
  border: 1px solid #FF6699;
  font-size: .6em
}
#mail_form {
  width: 90%;
  margin: 3em auto;
  padding: 20px 0;
  background: #ffffff;
  border: 3px solid #FF6699;
  font-size: 1rem;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.row {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%
}
.row:before, .row:after {
  content: " ";
  display: table
}
.row:after {
  clear: both
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0
}
.column, .columns {
  padding-left: .9375rem;
  padding-right: .9375rem;
  width: 100%;
  float: left
}
.column + .column:last-child, .columns + .column:last-child, .column + .columns:last-child, .columns + .columns:last-child {
  float: right
}
.column + .column.end, .columns + .column.end, .column + .columns.end, .columns + .columns.end {
  float: left
}
.w100 {
  width: 100%;
  vertical-align: bottom
}
.red{ color:red}