/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ PC ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝ お問い合わせ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* title 
-------------------------------------------------------------*/
body.page-template-page-contact #title {
	height : 365px;
	background-image: url(../images/contact_bg.png);
}
body.page-template-page-contact #title p{
  position: absolute;
	left: 0;
	top : 170px;
	padding : 18px 40px;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}
body.page-template-page-contact #title p{
  width: 50%;
  text-shadow: 1px 1px 1px #ffff;
}
/* 見出し
-------------------------------------------------------------*/
.ttl_01 {
	font-size: 24px;
	/* border-bottom: solid #D9D9D9 1px; */
	font-weight: normal;
}
.ttl_02{
	font-size: 23px;
	margin-bottom: 20px;
	font-weight: normal;
	border-left : solid #B08A3E 6px; 
	padding-left : 10px;
}
/* コンテンツ 
-------------------------------------------------------------*/
#contents .inner {
	padding : 50px 0 100px;
	width: 1024px;
	max-width: 96%;
	margin: 0 auto;
}
#contact .inner {
	padding : 0 0 100px;
	width: 1024px;
	max-width: 96%;
	margin: 0 auto;
}
.inner_box{
	width: 1024px;
	margin: 0 auto;
	max-width: 96%;
	margin: 0 auto;
}
.align_c {
    text-align: center;
}
/* テーブル
-------------------------------------------------------------*/
#contact .small_t{
  font-size: 14px;
  margin-bottom: 30px;
}
.info-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #1B2A3A;
  font-size: 16px;
}
.info-table th,
.info-table td {
  border: 1px solid #1B2A3A;
  padding: 15px;
  vertical-align: middle;
}
.info-table th {
  width: 25%;
  background: #E2C793; /* 画像のベージュ系 */
  text-align: center;
  font-weight: bold;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝ フォーム ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フォーム */
#contact form dl {
  padding: 0;
  width: 100%;
  font-weight: bold;
}
#contact form dl dt {
  margin: 0;
  width: 35%;
}
#contact form .form_flex{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: flex-start;
	align-items: flex-start;
      margin-bottom: 30px;
}
#contact form .form_flex.typesquare_tags {
    border-top: 1px dotted #DBE0E3;
    padding-top: 30px;
    padding-bottom: 30px;
}
#contact form dl dd {
  margin-left: 0;
  width: 75%;
}
#contact form dl dd input {
  border-radius: 2px;
  border: 1px solid #999;
  padding: 10px 10px;
  width: 100%;
  font-size: 18px;
}
#contact form dl dd .select-wrap {
  position: relative;
  width: 100%;      
  max-width: 100%;
}
#contact form dl dd .select-wrap select {
  width: 100%;
  padding: 10px 40px 10px 10px; /* 右に矢印分余白 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  border-radius: 2px;
  font-size: 18px;
}
#contact form dl dd .select-wrap i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  pointer-events: none;
}
#contact form dl dd select::-ms-expand {
  display: none;
}
#contact form dl dd textarea {
  border-radius: 2px;
  border: 1px solid #999;
  height: 100px;
  padding: 3px 10px;
  width:100%;
  font-size: 18px;
}
#contact form dt span.must{
  background: #E00404;
  color: #fff;
  display: inline-block;
  font-family: "UD新ゴ コンデンス90 L";
  font-size: 12px;
  padding: 3px 6px;
  vertical-align: middle;
  border-radius: 2px;
  margin-left: 5%;
}
/* 送信ボタン */
#contact form div.submit {
  position: relative;
  display: table !important;
  width: fit-content;
  margin: 30px auto 0 !important;
  float: none !important;
}
#contact form div.submit input {
  font-size: 18px;
  width: 250px;
  height: 70px;
  box-shadow: 2px 2px 4px rgba(32, 33, 36, 0.25);
  border: none;
  border-radius: 2px;
  background: #B08A3E;
  color: #1B2A3A;
  cursor: pointer;
}
#contact form div.submit i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #1B2A3A;
  pointer-events: none; /* クリック邪魔しない */
}
#contact form div.submit input:hover {
  opacity: 0.8;
  transition: 0.3s;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ スマホ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media screen and (max-width: 767px) {
#contents .inner {
  padding: 50px 0 60px;
}
 #contact form dl dd .select-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
}
#contact form dl dd textarea {
    width: 100%;
}
#contact form dl dd input {
    width: 100%;
}
#contact .inner h2 {
  font-size: 24px;
}
#contact p.small_t {
  font-size: 14px;
}
#contact form .form_flex {
display: block;
font-size: 14px;
}
#information table {
  width: 100%;
}
#contact form dl dd textarea {
  font-size: 14px;
}
#contact form dl dd{
  width: 100%;
}
#contact form dl dd input {
  font-size: 14px;
}
#contact form dl dt {
  margin: 0;
  width: 100%;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
}
#contact form dt span.must {
  background: #c11920;
  color: #fff;
  display: inline-block;
  font-family: "UD新ゴ コンデンス90 L";
  font-size: 10px;
  padding: 3px 6px;
  vertical-align: middle;
  border-radius: 2px;
  margin-left: 2%;
}
section#contact form div.submit {
  margin-right: 5%;
}

}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝ スマホ ＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media screen and (max-width: 767px) {
	#title {
	margin-top: 0px;
  background-size: cover;
}
header nav {
  padding: 0px;
}
}



.wpcf7 form {
  display: block;
}

.wpcf7 .form_flex {
  display: flex;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  font-size: 16px;
}

.wpcf7-submit {
  background: none;
  border: none;
  font-size: inherit;
  cursor: pointer;
}


#contact h2 {
    display: block;
}


.wpcf7-spinner {
  display: none !important;
}






