@charset "UTF-8";
/* CSS Document */
body{
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
	margin: 0;
	padding: 0;
}
.header img{
	width: 100%;
}
h1{
	margin: 0;
}
ul{
	padding: 0;
}
.nav__items{
	list-style: none;
}
.nav__item a{
	color: #b16c90;
	text-decoration: none;
}
main{
	margin-left: auto;
	margin-right: auto;
}
h2{
	color: #cd99a9;
}
h3{
	color: #cd99a9;
	border-bottom-style: dashed;
	border-bottom-color: #cd99a9;
}
footer{
	background-color: #cadceb;
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.instagram img{
	width: 30px;
	margin-top: 15px;
}
@media(min-width:1100px){
.pc{
	display: block!important;
}
.sp{
	display: none!important;
}
.nav__items{
	display: flex;
	justify-content: flex-end;
	gap: 60px;
	margin-right: 60px;
}
.nav__item a{
	font-size: 23px;
}
.nav__item a:hover{
	color: #ced1d3;
}
main{
	width: 1000px;
}
h2{
	font-size: 50px;
	margin-top: 0px;
}
.description img{
	width: 1000px;
}
.description p{
	font-size: 18px;
}
}
@media screen and (min-width:768px) and (max-width:1099px){
.pc{
	display: block!important;
}
.sp{
	display: none!important;
}
.nav__items{
	display: flex;
	justify-content: flex-end;
	gap: 40px;
	margin-right: 40px;
}
.nav__item a{
	font-size: 20px;
}
main{
	width: 700px;
}
h2{
	font-size: 40px;
	margin-top: 0px;
}
.description img{
	width: 700px;
}
.description p{
	font-size: 16px;
}
}
@media(max-width:767px){
.pc{
	display: none!important;
}
.sp{
	display: block!important;
}
#hmenu{
	padding: 12px;
	background: #ffffff;
}
#hcheck, #hclose{
	display: none;
}
#hopen{
	display: block;
	width: 40px;
	cursor: pointer;
}
#hopen img{
	display: block;
}
#hclose, nav{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
}
#hclose{
	z-index: 2;
	width: 100%;
	background: black;
	opacity: 0.5;
	transition: 0.5s;
}
nav{
	z-index: 3;
	width: 150px;
	background: white;
	transition: 0.5s;
	transform: translateX(-100%);
}
#hcheck:checked ~ #hclosse{
	display: block;
}
#hcheck:checked ~ nav{
	transform: translateX(0);
	box-shadow: 4px 0 12px rgba(0,0,0,0.4);
}
.nav__items{
	margin-left: 20px;
	line-height: 100px;
}
main{
	width: 340px;
}
h2{
	font-size: 25px;
	margin-left: 20px;
	margin-top: -20px;
}
h3{
	margin-left: 20px;
	width: 300px;
}
.description img{
	width: 300px;
	margin-left: 20px;
}
.description p{
	width: 300px;
	font-size: 14px;
	margin-left: 20px;
}
}

