@charset "UTF-8";


@media (min-width: 320px) {
  /* タイトル */
article.page_title {
      background: url("../images/contact/head_img.jpg") no-repeat 80% center;
      background-size: cover;
  }

  /* 電話*/
.contact_tel {
    margin-bottom: 20px;
  }
.contact_tel p {
    font-size: 1.6rem;
    text-align: center;
  }
  .contact_tel .tel_link a {
      font-size: 2rem;
      line-height: 2.3;
      color: #fff;
      text-decoration: none;
      background: #371b16;
      background: linear-gradient(0deg, #9c8772 0%, #371b16 100%);
      width: 10em;
      margin: 0 auto 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
  }
  .contact_tel .tel_link a img {
      width: 20px;
      margin-right: 5px;
  }

  /* フォーム*/
.contact_form {
    position: relative;
  }
.contact_form .hissu {
    color: #ff6c00;
  }
.contact_form table {
    border: solid 2px #dad4c7;
    margin: 0 auto 1em;
    width: 100%;
    max-width: 830px;
  }
.contact_form table th {
    font-weight: normal;
    background: #fafafa;
    padding: 5px;
    position: relative;
    display: block;
  }
.contact_form table th sup {
    line-height: 1;
  }
.contact_form table td {
    vertical-align: top;
	padding: 5px;
    position: relative;
    display: block;
    border-bottom: solid 2px #ebebeb;
  }
.contact_form table tr:last-child td {
    border-bottom: none;
  }
input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
form table input[type="text"] {
	padding: 5px;
	width: 100%;
    border: solid 2px #dfdfdf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
form table input[type="tel"] {
	padding: 5px;
	width: 100%;
    border: solid 2px #dfdfdf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
form table textarea {
	padding: 5px;
	width: 100%;
    border: solid 2px #dfdfdf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
form .button_area {
	text-align: center;
	margin-top: 10px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
form .button_area button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    font-size: 1.6rem;
	width: 5em;
	height: 40px;
	padding: 0;
	margin: 10px 10px 0;
    color: #fff;
    background: #2b120d;
	border: solid 2px #826d45;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}
form .button_area button.bt_back {
    background: rgba(126,101,92,0.7);
}
form .button_area button:hover {
    background: rgba(126,101,92,0.7);
}
.contact_form table.confirm td {
    padding: 5px 10px;
  }
}

@media (min-width: 360px) {
}

@media (min-width: 400px) {
}

@media (min-width: 520px) {
}

@media (min-width: 768px) {
  /* 電話*/
.contact_tel {
    margin-bottom: 40px;
  }
.contact_tel p {
    font-size: 1.8rem;
  }
  .contact_tel .tel_link a {
      font-size: 2.5rem;
      line-height: 2.3;
      width: 9em;
  }
  .contact_tel .tel_link a img {
      width: 23px;
      margin: 3px 10px 0 0;
  }

  /* フォーム*/
.contact_form table tr {
    border-bottom: solid 2px #ebebeb;
  }
.contact_form table tr:last-child {
    border-bottom: none;
  }
.contact_form table th {
    width: 15em;
    padding: 17px;
    display: table-cell;
    vertical-align: top;
  }
.contact_form table td {
    padding: 10px;
    display: table-cell;
    border-bottom: none;
  }
.contact_form table.confirm td {
    padding: 17px;
  }
}

@media (min-width: 840px) {
}

@media (min-width: 1200px) {
  /* 電話*/
.contact_tel {
    margin-bottom: 60px;
  }
.contact_tel p {
    font-size: 2rem;
  }
  .contact_tel .tel_link a {
      font-size: 2.5rem;
      line-height: 2.3;
      width: 9em;
  }
  .contact_tel .tel_link a img {
      width: 23px;
      margin: 3px 10px 0 0;
  }

  /* フォーム*/
}

@media (min-width: 1500px) {
}

