@charset "utf-8";
@media screen and (max-width: 1000px) {
		.pc {
				display: none;
		}
		.sp {
				display: block;
		}
}
@media screen and (min-width: 1000px) {
		.pc {
				display: block;
		}
		.sp {
				display: none;
		}
}

header,footer {
	display: flex;
	justify-content: flex-end;
	padding: 2% 0;
}
header img,footer img{
	width: 40%;
}
img{
	vertical-align: middle;
	width: 100%;
	max-width: 800px;
	margin: auto;
}
body {	
  padding: 0;
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 17px;
  color: #471415;
	overflow-x: hidden;
	max-width: 750px;
	margin: auto;
	box-shadow: #eee 0px 10px 10px 10px;
}
a:hover{
	opacity: 0.8;
	transition:all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
}
p{
	letter-spacing: 0.1em;
}

.ano{
    text-align: right;
}

.overlay-text {
	margin-top: 10px; /* 画像との間の余白 */
	font-size: 18px;
	color: black;
	line-height: 1.4;
	padding: 0 3%;
  }
  
  @media screen and (max-width: 1000px){
	.overlay-text {
	  font-size: 2.4vw;
	  padding: 0 12px;
	}
  }

.important-note {
	color: red;
	text-decoration: underline;
}

.img02{
	margin-top: 4%;
}