@charset "utf-8";

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.body{
	width: 95%;
	margin: 0 auto;
	font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
header{
	width: 100%;
	height: 105px;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.51);
	z-index: 200;
	display: flex;
	align-items: center;
}
.header_area{
	width: 90%;
	height: 55px;
	margin: 0 auto 0;
	
}

.hinekure_logo{
	width: 235px;
	height: 55px;
	display: flex;
	align-items: center;
}

.hinekure_logo img{
	display: block;
	height: 30px;
}

#gnav-content{
	overflow: auto;
	position: fixed;
	top: 0;
	left:0;
	z-index: 300;	
	width: 100%;
	transition: 0.3s;
	transform: translateX(-105%);
}

ul.gnav-list{
	background: #fff;
	height: 100vh;
	text-align: left;
	padding: 65px 0 0 20px;
}

ul.gnav-list li{
	width: 300px;
	display: block;
	list-style: none;
	font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 2em;
	margin-left: 0.5em;
	
}

ul.gnav-list li:last-child{
	margin-top: 55px;
}

ul.gnav-list li img{
	width: 38px;
	height: 38px;
	margin-left: 10px;
}

ul.gnav-list li a{
	display: block;
	padding: 0.1em;
	text-decoration: none;
	color: #1B1B1B;
}

.gnav-hidden{
	display: none;
}

#gnav-btn{
	display: block;
	width: 102px;
	height: 55px;
	position: fixed;
	top: 25px;
	right: 5%;
	z-index: 500;
	vertical-align: middle;
}
#gnav-btn span
{
	position: absolute;
	top: 25px;
}
#gnav-btn span,
#gnav-btn span::before,
#gnav-btn span::after{
	content: '';
	position: absolute;
	height: 6px;
	width: 102px;
	background: #FFB6C8;
	display: block;
	cursor: pointer;
}

#gnav-btn span::before{
	bottom: -17px;
}
#gnav-btn span::after{
	bottom: 17px;
}

#gnav-white{
	display: none;
	position: fixed;
	z-index: 90;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #fff;
	opacity: 0.9;
	transition: 0.3s;
}
#gnav-input:checked ~ #gnav-white{
	
	display: block;
	}
.gnav-list li:active ~ #gnav-content{
	transform: translateX(-105%);
}

#gnav-input:checked ~ #gnav-content{
	transform: translateX(0%);
}


body.open #gnav-btn{
	z-index: 550;
}

body.open #gnav-btn span{
	width: 102px;
	background-color: transparent;
}

body.open #gnav-btn span::before,
body.open #gnav-btn span::after{
	top:2px;
	background-color: #FFB6C8;
}

body.open #gnav-btn span::before{
	transform: rotate(22.5deg);
}

body.open #gnav-btn span::after{
	transform: rotate(-22.5deg);
}


main div.main_area{
	width: 80%;
	margin: 105px 0 50px 20%;
	
}



.main_area p{
	font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 20px;
	margin-bottom: 50px;
}
.main_photo{
	width: 100%;
	
}

.hati_main_photo{
	width: 50%;
	margin: 0 auto;
}
.book_main_photo{
	width: 80%;
	margin: 0 auto;
}

.main_photo img{
	width: 100%;
	margin-bottom: 20px;
}
.hati_main_photo img{
	width: 100%;
}
.book_main_photo img{
	width: 100%;
}

.img_container{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.img_container::after{
  content:"";
  display: block;
  width:32%;
}

.thumnail_img{
	width: 32%;
}

.thumnail_img img{
	width: 100%;
}

#mail{
	width: 100%;
}

.mail_img{
	width: 100%;
}
.mail_img img{
	width: 100%;
}
.container_mail{
	width: 100%;
	margin: 0 auto;
	display: flex;
	
}
.container_mail div.submit{
	width: 80%;
}

.mail_p{
	font-size: 20px;
font-weight: 500;
	line-height: 1.8;
}

.button{
	font-size: 25px;
	font-weight: normal;
	background-color: #FFB6C8;
	width: 100%;
	padding: 0.8em;
	text-align: center;
	border-radius: 15px;
}
.submit{
	padding-top: 6em;
}
.submit a{
	
	color: #000000;
}
.button:hover{
	background-color:#CF8597;
}

footer{
	padding: 15px;
	text-align: center;
}

.mail_button{
	font-weight: normal;
}









