@charset "UTF-8";

#page_main{
background: url("../images/main_contact.jpg") no-repeat center center;
background-size: cover;
}

/*----------------------------------------------------------------------------------------------------------------------#news----------*/

#contact{ 
width:66.4%;
margin: 50px auto 0;
}

#contact .tel{ margin-top:60px; }

#contact .tel h3{
padding:33px 0;
font-weight:bold;
text-align: center;
border:1px solid #e6e0db;
letter-spacing:0.1em;
background: #d94f5c;
color: #fff;
}

#contact .tel ul{ 
display:flex;
align-items: center;
padding:20px 0 20px 3%;
border-bottom:1px solid #ddd;
}

#contact .tel ul li:first-child{;
letter-spacing:0.1em;
padding:30px 35px 30px 0;
font-size:30px;
line-height: 1;
font-family:Helvetica, "sans-serif";
font-weight:bold;
color:#d94f5c;
}

#contact .tel ul li:first-child span{;
font-size:18px;
}

#contact .tel ul li:last-child{
padding:0 0 0 35px;
border-left:1px solid #e6e0db;
font-size:14px;
line-height:1.8;
}

#form{ margin-top:50px; }

#form span.red{ color:#F00; }

#form table span.red{ padding-left:6px; }

#form table{ 
width:100%;
margin-top:40px; 
}

#form table th{ 
font-weight:normal;
border-bottom:1px solid #ddd;
width:25%;
padding:22px 0 20px;
}

#form table td{ 
border-bottom:1px solid #ddd;
padding:22px 0 20px 20px;
}

#form table td label{ 
margin-right:20px;
cursor: pointer;
}

#form table td label input { margin-right: 10px; }

#form table td input[type=text],
#form table td input[type=tel],
#form table td input[type=email],
#form table td input[type=zip],
#form table td input[type=address],
#form table td select {
border: none;
background: #fff;
width: 100%;
height: 4em;
padding: 10px;
}

#form table td textarea {
border: none;
background: #fff;
width: 100%;
padding: 10px;
height: 200px;
}


#form table td input::placeholder,
#form table td textarea::placeholder {
color: #666;
font-size: 15px;
font-weight:normal;
}

#form table td input:-ms-input-placeholder,
#form table td textarea:-ms-input-placeholder {
color: #666;
font-size: 15px;
font-weight:normal;
}

#form table td p.time{ font-size:14px; }

.privacy_form{
border: 1px solid #ddd;
font-size:14px;
margin-top:40px;
padding:20px 25px;
}

.privacy_form h4{ 
font-weight:bold;
color:#d94f5c;
}

#form .more{
margin:80px auto 0;
width:360px;
}

.btn input, .btn button {
font-size:16px;
text-align: center;
width:360px;
height: 80px;
-webkit-appearance:none;
border:1px solid #dad5d1;
border-radius:40px;
line-height:80px;
cursor: pointer;
color:#333;
transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
background-color:#faf7f1;
}

.btn input:hover, .btn button:hover{ 
color:#fff;
background-color:#78502f;
border:1px solid #78502f;
}

#thanks{ 
width:66.4%;
margin: 50px auto 0;
}

.send_caution{ 
margin-top:40px;
border:1px solid #ddd;
padding: 20px 30px;
font-size:14px;
}

#thanks .more{ 
margin:50px auto 0;
width:300px;
}

#thanks .more a{ 
width:300px;
}




@media screen and (max-width:1100px){

#contact{ 
width:90%;
margin: 110px auto 0;
}

#contact .tel ul{ 
padding:10px 0 10px 3%;
}

#contact .tel ul li:first-child{;
padding:30px 30px 30px 0;
font-size:24px;
}

#contact .tel ul li:last-child{
padding: 0 0 0 30px;
}


}

@media screen and (max-width:767px){

#contact{ 
width:90%;
margin: 60px auto 0;
}

#contact .tel{ margin-top:40px; }

#contact .tel h3{ padding:20px 0; }

#contact .tel ul{ 
padding:10px 3%;
display:block;
}

#contact .tel ul li:first-child{;
padding:20px 0 20px 0;
font-size:30px;
}

#contact .tel ul li:last-child{
padding:0 0 20px 0;
border: none;
}

#form table{ margin-top:30px; }

#form table th{ 
font-weight:bold;
border-bottom:none;
padding:20px 0 0;
width:100%;
display:block;
}


#form table td{ 
border-bottom:none;
padding:22px 0 20px 0;
width:100%;
display:block;
}

#form table td p.time{ margin-top:10px; }

.privacy_form{
margin-top:20px;
}

#form .more{ 
width:100%;
margin:50px auto 0;
}

.btn input, .btn button { width:100%; }

}


.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8%;
  margin-top: 8%;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

.cf7__list dt {
  width: 35%;
  padding-top: 15px;
}

.cf7__list dd {
  width: 65%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  vertical-align: 1px;
}

.cf7__required {
  background: #d94f5c;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
}

input[type="submit"] {
    font-size: 16px;
    text-align: center;
    width: 360px;
    height: 80px;
    -webkit-appearance: none;
    border: 1px solid #dad5d1;
    border-radius: 40px;
    line-height: 80px;
    cursor: pointer;
    color: #333;
    transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #faf7f1;
}


@media screen and (max-width: 767px) {
    input[type="submit"] {
        width: 100%;
        margin: 50px auto 0;
    }
}


input[type="submit"]:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {

  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
	margin-bottom:10%;
  }

}


.cf7__list dd input[type="text"], .cf7__list dd input[type="tel"], .cf7__list dd input[type="email"], .cf7__list dd textarea {
    border: 1px solid #dad5d1;
}