@charset "utf-8";
/* CSS Document */

#mainv div{
	background-image: url("/wp-content/themes/shirayuri/img/news/mainv.png");
	background-position: center bottom -130px;
}

@media (max-width: 768px) {
	#mainv div{
		background-position: center bottom;
	}
}

#sec01 {
	padding: 120px 0 0;
}

#sec01 .inner {
	max-width: 900px;
	margin: 0 auto;
}

#sec01 .inner p.lead{
	background: #f3edd1;
	padding: 30px;
	border-radius:20px;
	text-align: center;
	margin-bottom: 60px;
}
#sec01 .inner h3{
	font-size: 36px;
	text-align: center;
	margin-bottom: 60px;
	border-bottom: solid 1px #3c3c3c;
	padding-bottom: 20px;
}

#sec01 .inner table{
	width: 100%;
}

#sec01 .inner table th,
#sec01 .inner table td{
	padding: 20px;
}

#sec01 .inner table th{
	width: 30%;
}

#sec01 .inner table td{
	width: 60%;
}

#sec01 .inner table td p.link{
	margin-top: 20px;
}

#sec01 .inner table td p.link a{
	position: relative;
}

#sec01 .inner table td p.link a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #3b3c3c;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#sec01 .inner table td p.link a:hover::after {
  width: 0;
}

#sec01 .inner table th span{
	color: #de4026;
	
}
/* 全体のフォームラッパー */
.wpcf7 form {
  margin: 0 auto;
  padding: 1em;
  box-sizing: border-box;
}

/* 各フィールドのラベルと入力を整列 */
.wpcf7 form label {
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}

/* テキスト入力・セレクト・メール・住所など */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  padding: 0.6em;
background: #f4f4f4;
  border-radius: 5px;
  font-size: 1em;
  box-sizing: border-box;
	border: none;
}

/* テキストエリア */
.wpcf7-form textarea {
  min-height: 120px;
  resize: vertical;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

span.wpcf7-spinner {
  display: none;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 200px;
  padding: 10px;
  background-color: #585a36;
  border: none;
  color: #fff;
  cursor: pointer;
	display: block;
	margin: 30px auto 0;
}
span.wpcf7-spinner {
  display: none;
}

.privacy{
	text-align: center;
	margin-top: 30px;
}

.privacy p:first-child{
	margin-bottom: 30px;
}

.privacy p:first-child a{
	position: relative;
}

.privacy p:first-child a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #3b3c3c;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.privacy p:first-child a:hover::after {
  width: 0;
}

@media (max-width: 1100px) {
	#sec01{
		padding: 100px 0 0;
	}
	#sec01 .inner{
		max-width: 90%;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	
	#sec01 .inner h3{
		font-size: 24px;
		margin-bottom: 30px;
	}
	#sec01 .inner p.lead{
		text-align: left;
	}
	#sec01 .inner table th,
	#sec01 .inner table td{
		width: 100%;
		display: block;
		padding: 0 0 20px;
	}
	#sec01 .inner table td p.link{
		border: solid 1px #3c3c3c;
		padding: 10px;
		font-size: 14px;
	}
	#sec01 .inner table td p.link a::after{
		display: none;
	}
	#sec01 .inner table td p.link a{
		text-decoration: underline;
		font-size: 14px;
	}
}