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

#Header {
	margin-top: 20px;
}
.infoArea {
	background: url(../images/infoArea_bg.jpg) no-repeat left top;
	width: 905px;
	height: 119px;
	margin-top: 10px;
}
.infoArea table {
	width: 96%;
	height: 119px;
	margin: 0 auto;
}
.infoArea table th,.infoArea table td {
	vertical-align: middle;
	line-height: 1.8;
}
.infoArea table th {
	font-size: 15px;
	padding: 0 10px;
}


/*メイン画像*/
#MainImg {
	width: 905px;
	height: 520px;
	margin-top: 26px;
	margin-bottom: 80px;
	position: relative;
	padding-top: 0;
}
#MainImg img {
	display: block;
	margin: 0 auto;
}
#MainImg .flower {
	position: absolute;
	top: 70px;
	left: 364px;
}

#MainNavi {
/* 	border-bottom: #A966A5 1px solid; */
}

.IndexBtnSaiyou a {
	display: block;
	/* width: 200px; */
	/* height: 200px; */
	/* margin: 0 auto; */
}
.IndexBtnSaiyou {
	display: flex;
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
}


#Footer {
	margin-top: 234px;
}

/*入札*/
.nyuusatu{
	width: 80%;
    margin: 250px auto -200px auto;
    border: 2px solid #aaa;
    padding: 2em;
}

@media screen and (max-width: 680px){
.nyuusatu {
    width: 85%;
    margin: 20px auto 20px auto;
    border: 2px solid #aaa;
    padding: 2em;
	}
.IndexBtnSaiyou {
	display: block;
	margin-top: 20px;
}
}



.voice-section {
	background: url('../images/voice/bg_voice.png') no-repeat center center/cover;
	/* padding: 60px 20px; */
	color: #333;
	/* padding-top: 100px; */
	/* position: relative; */
  }
  
  .overlay {
	/* background-color: rgba(255, 255, 255, 0.85); */
	padding: 40px;
	max-width: 1000px;
	margin: 0 auto;
	/* border-radius: 12px; */
	/* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */
  }
  
  .voice-section h1 {
	background: url(../images/voice/title.png) no-repeat;
	/* background-position: bottom; */
	background-position: center bottom;
	background-size: contain;
	text-align: center;
	margin-bottom: 80px;
	font-family: A-OTF UD新丸ゴ Pro ,serif;
	font-size: 36px;
	color: #333;
	padding-bottom: 40px;
  }
  
  /* .voice-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
  } */
  .voice-card {
	display: flex;
	align-items: center;
	background: #fff4ea;
	padding: 20px;
	/* border-left: 5px solid #00aaff; */
	border-radius: 15px;
	margin-bottom: 20px;

	/* position: relative; */
  }
  .voice-card span {
	background: linear-gradient(transparent 70%, #f9d383 70%);
  }
  /* .voice-card span.marker {
    background-color: #f9d383;
} */
  .voice-card .icon {
	width: 150px;
	padding-right: 20px;
	/* height: 40px; */
	/* position: absolute; */
	/* top: -20px; */
	/* left: -20px; */
	/* background: #fff; */
	/* padding: 5px; */
	/* border-radius: 50%; */
	/* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
  }
  
  .voice-card p {
	font-family: G-OTF 新丸ゴ Pro ,serif;
	margin-top: 20px;
	font-size: 1rem;
	line-height: 1.7;
  }


  .sp ul {
	display: none;
  }
  .fuwafuwaroom {
	background-color: #efeae4;
	color: #333;
	/* padding: 100px 0; */
	padding-bottom: 30px;
  }
  .fuwafuwaroom ul {
	list-style: none;
	padding-left: 17px;
	margin: 0;
  }
  .fuwafuwaroom h1 {
	text-align: center;
	background: url(../images/fuwa/fuwa_title.svg) no-repeat;
	background-position: center;
	background-size: 80%;
	color: #603b29;
	font-family: A-OTF UD新丸ゴ Pro ,serif;
	padding: 100px 0;
  }
  .fuwafuwaroom h2 {
	text-align: center;
	font-weight: 200;
	color: #333;
	font-family: A-OTF UD新丸ゴ Pro ,serif;
	font-size: 24px;
	margin-bottom: 40px;
	margin-top: 80px;
  }
  .fuwafuwaroom h3 {
	color: #333;
	font-family: A-OTF UD新丸ゴ Pro ,serif;
	margin-bottom: 0px;
  }
  .fuwafuwaroom h1 span{
	font-size: 40px;
  }
  .fuwafuwaroom p{
	margin-bottom: 40px;
	margin-top: 0;
  }
  .fuwa_wraper span {
	font-weight: normal;
  }
  .contact {
	display: flex;
	justify-content: center;
	font-family: A-OTF UD新丸ゴ Pro ,serif;
	font-weight: bold;
  }
  .fuwa_wraper {
	margin: 0 auto;
    max-width: 100vh;
  }
  /* レスポンシブ対応 */
  @media (max-width: 768px) {
	.voice-list {
	  grid-template-columns: 1fr;
	  gap: 20px;
	}
  
	.voice-section  h1 {
	  font-size: 1.8em;
	}
  }
  
  @media (max-width: 480px) {
	.overlay {
	  padding: 10px;
	}
  
	.voice-section h1 {
	  font-size: 1.2em;
	  margin-bottom: 0;
	  background-position: 10% 60%;
    background-size: 200%;
    text-align: right;
	padding: 10px 10px 30px 10px;
	}
	.voice-card {
		display: block;
		text-align: center;
	}
	.voice-card .icon {
		padding-right: 0;
	}
	.voice-section {
		padding: 0;
	}
  
	.voice-card {
	  padding: 15px;
	}
  
	.voice-card p {
	  font-size: 12px;
	}

	.sp ul {
		display: block;
	}
	.pc ul {
		display: none;
	}
	.fuwafuwaroom {
		padding: 0 5px 30px;
	}
	.fuwafuwaroom h1 {
		background-position: center;
		background-size: 95%;
		font-size: 18px;
	  }	
	.fuwafuwaroom h1 span{
		font-size: 24px;
	  }	
	  .fuwafuwaroom h2 {
		font-size: 16px;
  }
  .fuwafuwaroom p{
font-size: 12px;  
}
.fuwafuwaroom h3 {
font-size: 16px;  }

  }