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


*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.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;
}

.header_area .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;
	font-weight: 500;
}

.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: 100%;
	margin: 105px 0 60px 1em;
}

.main_area p{
	font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 20px;
}


.jushoreki li::before{
	content:'・';
	margin-left: 0;	
}

.jusho_area{
	width: 85%;
	margin-left: 15%;
	display:flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 40px;
}

.jusho_img{
	width: 18%;
	min-width: 180px;
}

.jusho_img img{
	width: 100%;
}

.jushoreki li{
	font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 1.3em;
	margin-left: 0.5em;
	margin-bottom: 0.3em;
}

.jushoreki li br{
	display: none;
}

@media screen and (max-width:768px){
	.body{
	width: 100%;
	}
	ul.jushoreki{
		margin-left: 0;
	}
	.jusho_area{
		width: 100%;
		margin: 0;
		display: block;
	}
	.jusho_img{
	    width: 10%;
		min-width: 100px;
		margin-top: 7em;
		margin-bottom: 10px;
}
	.jusho_img img{
		width: 100%;
	}
	main div.main_area{
		margin-top: 0;
	}
	.jushoreki li{
		font-size: 16px;
		margin-bottom: 1.3em;
	}
	.jushoreki li br{
	display: block;
}
	.jushoreki li::before{
	content:none;
}

#mail{
	width: 100%;
}

.mail_img{
	width: 100%;
}
}

.box_thumbnail_last{
	width: 20%;
}
.mail_img{
	width: 85%;
	max-width: 270px;
}
.mail_img img{
	width: 100%;
}
.container_mail{
	width: 95%;
	max-width: 1060px;
	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;
}
.mail_button{
	font-weight: normal;
}

.submit{
	padding-top: 2em;
}
.submit a{
	
	color: #000000;
}
.button:hover{
	background-color:#CF8597;
}

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