@charset "utf-8";

.heading h1.index{
  width: 80px;
  letter-spacing: .3em;
}

#contact {
  background-image: url(../img/common/img_flower_r.png), url(../img/common/img_flower_l.png);
  background-position: right 150px, left 700px;
  background-repeat: no-repeat, no-repeat;
  background-size: 142px auto, 163px auto;
  padding: 100px 0 70px;
}

.contact-tel {
  margin: 0 auto 50px;
  width: 750px;
  max-width: calc(100% - 20px);
  background-color: #fff;
  border-radius: 5px;
  padding: 55px 10px 25px;
}

.contact-tel h2 {
  text-align: center;
  font-size: 3rem;
  color: #da141a;
  margin-bottom: 25px;
  font-family: ten-mincho, serif;
  font-weight: normal;
}

.contact-tel .contact-tel-lead {
  text-align: center;
  font-size: 1.6rem;
}

.contact-tel .contact-tel-no {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.contact-tel .contact-tel-no .tel {
  font-size: 3.2rem;
  color: #da141a;
  font-family: ten-mincho, serif;
  margin-right: 30px;
}

.contact-tel .contact-tel-no .tel:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 24px;
  background: url(../img/contact/ico-tel.png) no-repeat center center / contain;
  margin-right: 10px;
}

.contact-tel .contact-tel-no .tel .tel-number {
  font-size: 3.9rem;
}

.contact-tel .contact-tel-no .time {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-tel .contact-tel-no .time dt {
  background-color: #0d0d0d;
  padding: 4px 10px;
  margin-right: 15px;
  font-size: 1.4rem;
  color: #fff;
  font-family: ten-mincho, serif;
}

.contact-tel .contact-tel-no .time dd {
  font-size: 1.8rem;
  font-family: ten-mincho, serif;
}

.contact-mail h2 {
  text-align: center;
  font-size: 3rem;
  color: #da141a;
  margin-bottom: 20px;
  font-family: ten-mincho, serif;
}

.contact-mail h2.not-lead {
  margin-bottom: 50px;
}

.contact-mail .contact-mail-lead {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 50px;
}

.contact-mail .contact-mail-bnr {
  display: flex;
  justify-content: center;
  align-items: top;
  flex-wrap: wrap;
}

.contact-mail .contact-mail-bnr .contact-mail-block {
  width: 489px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin: 0 23px 60px;
}

.contact-mail .contact-mail-bnr .contact-mail-block .contact-mail-block-inner {
  background-color: #fff;
  border: 1px solid #e40011;
  padding: 40px 10px;
}

.contact-mail .contact-mail-bnr .contact-mail-block h3 {
  text-align: center;
  font-size: 3rem;
  color: #da141a;
  margin-bottom: 30px;
  font-family: ten-mincho, serif;
}

.contact-mail .contact-mail-bnr .contact-mail-block figure {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}

.contact-mail .contact-mail-bnr .contact-mail-block figure img {
  max-width: 100%;
  margin: auto;
}

.contact-mail .contact-mail-bnr .contact-mail-block .contact-mail-block-inner>p {
  text-align: center;
  font-size: 1.6rem;
}

.contact-mail .contact-mail-bnr .contact-mail-block .contact-mail-block-inner>p a {
  background-color: #da141a;
  color: #fff;
  padding: 13px 10px;
  text-decoration: none;
  font-size: 2.5rem;
  font-family: ten-mincho, serif;
  position: relative;
  display: block;
  width: 350px;
  max-width: calc(100% - 20px);
  margin: auto;
}

.contact-mail .contact-mail-bnr .contact-mail-block .contact-mail-block-inner>p a:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/contact/ico-arrow.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.js-required-label {
  display: none;
}
.js-optional-label {
  display: flex;
}

@media screen and (max-width : 1330px) {

  .contact-mail .contact-mail-bnr .contact-mail-block {
    max-width: 46%;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin: 0 1% 60px;
  }
}

@media screen and (max-width : 770px) {
  #contact {
    padding-top: 50px;
  }
  
  .contact-tel{
    padding: 25px 10px 25px;
  }

  .contact-tel h2 {
    font-size: 2.4rem;
  }

  .contact-tel .contact-tel-lead {
    font-size: 1.4rem;
  }

  .contact-tel .contact-tel-no .tel {
    font-size: 2.4rem;
  }

  .contact-tel .contact-tel-no .tel:before {
    width: 15px;
    height: 17px;
    margin-right: 5px;
  }

  .contact-tel .contact-tel-no .tel .tel-number {
    font-size: 2.6rem;
  }

  .contact-mail h2 {
    font-size: 2.4rem;
  }

  .contact-mail h2.not-lead {
    margin-bottom: 20px;
  }

  .contact-mail .contact-mail-lead {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .contact-mail .contact-mail-bnr .contact-mail-block {
    max-width: calc(100% - 20px);
    margin: 0 23px 30px;
  }

  .contact-mail .contact-mail-bnr .contact-mail-block .contact-mail-block-inner {
    padding: 20px 10px;
  }
  .contact-mail .contact-mail-bnr .contact-mail-block .contact-mail-block-inner>p a{
    font-size: 2rem;
  }

  .contact-mail .contact-mail-bnr .contact-mail-block h3 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }

  .contact-mail .contact-mail-bnr .contact-mail-block figure {
    margin-bottom: 10px;
  }
  .contact-mail .contact-mail-bnr .contact-mail-block .contact-mail-block-inner>p a:before {
    right: 10px;
  }

}



.c-form-header {
  margin-bottom: 1.5rem;
}


.wpcf7-list-item-label {
  font-size: 1.5rem;
}

.wpcf7-not-valid-tip {
  align-items: center;
  background: #e74d3d;
  border-radius: .5rem;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 1rem;
  padding: .4rem 1.2rem;
  position: relative;
  width: calc(100% - 2.4rem);
}

.wpcf7-not-valid-tip:before {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #e74d3d;
  content: "!";
  display: flex;
  flex: 0 0 auto;
  font-size: 1.3rem;
  font-weight: 500;
  height: 1.6rem;
  justify-content: center;
  margin-right: .8rem;
  padding: 0 0 .1rem .1rem;
  text-align: center;
  width: 1.6rem
}
.wpcf7-response-output {
  color: #da141a;
  font-size: 1.7rem;
  border-radius: 5px;
  border: 2px solid #da141a !important;
  width: 100% ;
  padding: 2rem !important;
  line-height: 1.8rem;
  margin-bottom: 20px;
  text-align: center;
}

.c-form-container {
  padding: 4.5rem 8rem 2rem;
}

.c-form-item {
  padding: 3rem 0;
}

.c-form-input textarea{
    line-height: 2em;
}

.c-form-request dl {
  display: flex;
  align-items: center;
}

.c-form-request dl+dl {
  margin-top: 20px;
}

.c-form-request dt {
  font-size: 1.6rem;
  font-weight: normal;
  flex-shrink: 0;
  width: 110px;
}

.c-form-request dd {
  display: flex;
  flex-wrap: wrap;
}

.c-form-request dd .c-form-date,
.c-form-request dd .c-form-selectbox {
  width: 180px;
  margin-right: 20px;
  min-height: 60px;
}

input[type=date]{
  -webkit-appearance: none;
  min-height: 60px;
}
.c-form-selectbox select {
  -webkit-appearance: none;
  appearance: none;
  min-height: 60px;
}

.c-form-nobori{
  display: flex;
  justify-content: space-between;
}

.c-form-nobori .c-form-selectbox{
  width: 330px;
  max-width: 100%;
  height: 60px;
}
.c-form-nobori .c-form-selectbox select{
  height: 60px;
}
.c-form-nobori img{
  flex-shrink: 0;
  margin-top: -40px;
}

.c-form-birth{
  display: flex;
  flex-wrap: wrap;
}

.c-form-birth > span{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .5em;
}

.c-form-birth > span:not(:last-child){
  margin-right: 1em;
}

.c-form-birth .wpcf7-form-control-wrap{
  margin-right: 1em;
}


@media screen and (max-width : 770px) {
  .heading h1.index{
    width: 18vw;
  }
  .c-form-header__label {
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }

  .c-form-frame .c-form-header__label-main {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .c-form-status {
    margin-bottom: 5px;
  }

  .c-form-container {
    padding: 1rem 2rem;
  }

  .c-form-item {
    padding: 1rem 0;
  }
  
  .c-form-request dl{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .c-form-request dl + dl{
    border-top: 1px dotted #ccc;
    padding-top: 10px;
    margin-top: 10px;
  }
  .c-form-request dl dt{
    margin-bottom: 10px;
    width: 100%;
  }
  .c-form-request dl dd{
    width: 100%;
  }
  .c-form-request dd .c-form-date,
  .c-form-request dd .c-form-selectbox{
    width: 48%;
    margin-right: 2%;
  }
  
  .c-form-nobori{
    flex-direction: column;
  }
  .c-form-nobori .c-form-selectbox{
    width: 100%;
  }
  .c-form-nobori img{
    flex-shrink: 1;
    margin: 20px auto;
    width: auto
  }

}


input[type="date"]{
    width: 200px;
      
    /*忘れずに書きましょう。*/
    position: relative;
    padding-top: 0.9em;
  padding-bottom: 0.4em;
  line-height: normal;
  color: inherit;
  text-align: left;
}
input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.heading h1{
}

.inquiry-ttl{
  font-size: 4.2rem;
  text-align: center;
  font-family: ten-mincho, serif;
  margin-bottom: 1em;
}

.contact-inquiry{
  text-align: center;
  margin-bottom: 50px;
}

.contact-inquiry p{
  text-align: center;
}

.contact-inquiry .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #da141a;
  padding: 1em 0;
  color: #fff;
  max-width: 250px;
  margin: 20px auto;
}

input[type=file]::file-selector-button{
  padding: 1em;
  min-height: 60px;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: .5rem;
  display: inline-block;
  max-width: 100%;
  position: relative;
}


@media screen and (max-width : 770px) {
  .inquiry-ttl{
    font-size: 3.2rem;
  }
}