@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------
	2026/01制作
------------------------------------------------------------*/

/*-----top------*/

.top-imgbox{
	background-color: #fff8e8;
}

#top_img h1{
	margin: 0 auto;
	padding: 0;
}

#top_img h1::before,
#top_img h1::after
{
	content: "";
	margin: 0;
}

/*-----top btn------*/

#ichiran ul{
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
	padding: 1rem;
}

#ichiran li{
	width: 33%;
}

#ichiran li img:hover{
	opacity: 0.7;
}

#ichiran .txt{
	width: 85%;
	margin: 0 auto;
	font-size: 0.8em;
	line-height: 1.3em;
	text-align: center;
}

#ichiran h3{
	margin: 0 auto -10px;
	font-weight: bold;
}

/*-----story------*/

.ourstory{
	background-color: #e8e7c8;
	text-align: center;
	position: relative;
}

.ourstory .bk_img{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%;
	max-width: 416px;
}

.ourstory h2{
	width: 70%;
	max-width: 800px;
	margin: 0 auto;
	padding: 50px 0 10px;
}

.ourstory h3{
	font-size: 130%;
	margin: 15px auto;
	font-weight: bold;
	background-color: #e8e7c8;
	position: relative;
}

.ourstory h3::before{
	position: absolute;
	top: calc(50% - 1px);
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 70%;
	max-width: 800px;
	height: 1px;
	content: '';
	background: #000;
}

.ourstory h3 span {
	position: relative;
	padding: 0 1em;
	background: #e8e7c8;
}

.ourstory .story_txt{
	margin: 25px auto;
}

.ourstory h4{
	display: block;
	margin: 30px auto;
	font-size: 130%;
	font-weight: bold;
}

/*-----しあわせタイム------*/

.shiawasetime{
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}

.shiawasetime .bk_img{
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	max-width: 500px;
}

.shiawasetime h2{
	width: 62%;
	max-width: 650px;
	margin-bottom: 20px;
}

.shiawasetime .content{
	max-width: 1110px;
}

/*-----衛生------*/

.eisei{
	background-color: #a4d5d8;
	position: relative;
	text-align: center;
}

.eisei .content{
	position: relative;
	max-width: 1100px;
}

.eisei h2{
	width: 80%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 0 0;
}

.eisei .bk_img{
	position: absolute;
	top: 200px;
	left: 20px;
	width: 92%;
	max-width: 1100px;
}

.eisei .bk_img2{
	position: absolute;
	top: 330px;
	right: -40px;
	width: 17%;
	max-width: 180px;
}

.eisei .seisei-txt{
	position: absolute;
	top: 385px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 80%;
	font-size: 1.3em;
	font-weight: bold;
}

/*-----素材で選ぶ------*/

.erabu{
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}

.erabu .bk_img{
	position: absolute;
	top: 35px;
	right: 0;
	width: 35%;
	max-width: 450px;
}

.erabu h2{
	width: 62%;
	max-width: 650px;
	margin-bottom: 20px;
}

.erabu .content{
	max-width: 1110px;
}

.erabu ul{
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
	padding: 1rem;
}

.erabu li{
	width: 47%;
}

.erabu h3{
	font-size: 180%;
	font-weight: bold;
	margin: 80px auto 30px;
}

.erabu-txt{
	text-align: left;
	line-height: 1.8em;
}

#main .erabu ul .link-btn{
	margin-top: 20px;
	width: 80%;
}

.erabubtn{
	position: relative;
	text-align: center;
}

.erabubtn .bk_img{
	position: absolute;
	bottom: 0;
	right: 10%;
	width: 50%;
	max-width: 470px;
}

.erabubtn ul{
	margin-inline: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 1rem;
	max-width: 1100px;
	margin-bottom: 30px;
	width: 80%;
}

.erabubtn li{
	width: 49%;
}

.erabubtn li a{ overflow:hidden; }
.erabubtn li a img:hover{
	transform:scale(1.04);
	opacity:0.8;
	transition:0.5s;
}

.voice{
	margin: 50px auto;
}

/*-----notes------*/

.notes{
	background-color: #e8e7c8;
	text-align: center;
	font-weight: bold;
	line-height: 2em;
}

.notes .content{
	width: 80%;
	padding: 50px 0;
}

.notes h2{
	font-size: 170%;
	text-decoration: underline solid 1px black;
	font-weight: bold;
	text-underline-offset: 5px;
	margin-bottom: 30px;
}

.meyasu-ul{
	width: 65%;
	text-align: left;
	margin: 0 auto;
	list-style-type: disc;
	font-size: 110%;
}

.note-ul{
	width: 65%;
	text-align: left;
	border: solid 1px black;
	margin: 30px auto 0;
	padding: 20px 0 20px 40px;
	font-size: 85%;
}

.note-ul ::marker{
  content: "※ ";
  color: #333;
}
