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

article {
	font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	font-size: 1.5rem;
	line-height:2;
	color: #333;
	padding: 15px;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.pc-only {
}
.sp-only {
	display: none;
}

.hidden {
	display:none;
} 

@media screen and (max-width: 640px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: inline-block;
	}
}

h1 {
	font-size: clamp(2.2rem, 1.909rem + 1.45vw, 3rem);
	font-weight: 600;
}

h2 {
	font-size: clamp(2rem, 1.818rem + 0.91vw, 2.5rem);
	font-weight: 600;
}

.plan {
	margin: 5vh auto;
	text-align: center;
}

.photo {
	columns: 3;
	padding:0 15px;
}

.photo li {
	margin-bottom: 15px;
}

.photo img{
  width:100%;
  height:auto;
	border-radius: 5px;
  vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
  .photo {
		columns: 2;
  } 
}

#camera {
	max-width: 960px;
	width: 100%;
	margin: 5vh auto 0;
	text-align: center;
}

.btn {
	display: block;
	width: 80%;
	margin: 100px auto;
	padding: 10px;
	background: #1491AB;
	border-radius: 10px;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	text-decoration: none;
}