@charset "utf-8";
/* CSS Document */

*{
	box-sizing: border-box;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
/* -- すべてに適応 --*/
.summerevent {
	background: #e7f0f0;
}
.summerevent-bg {
	max-width: 100%;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.summerevent-bg img.bg-point0 {
	position: absolute;
	max-width: 100%;
	object-fit: cover;
	width: 54%;
	top: 12%;
	left: 0;
	z-index: -1;
}
.summerevent-bg img.bg-point1 {
	position: absolute;
	max-width: 100%;
	object-fit: cover;
	width: 54%;
	top: -4%;
	left: 0;
	z-index: -1;
}
.summerevent-bg img.bg-point2 {
	position: absolute;
	max-width: 100%;
	object-fit: contain;
	width: 36%;
	top: -5%;
	right: 0;
	z-index: -1;
}
.summerevent-bg img.bg-point3 {
	position: absolute;
	max-width: 100%;
	object-fit: contain;
	width: 55%;
	top: 30%;
	left: 0;
	z-index: -1;
}
.summerevent-bg img.bg-point4 {
	position: absolute;
	max-width: 100%;
	object-fit: contain;
	width: 42.5%;
	top: 29%;
	right: 0;
	z-index: -1;
}
.summerevent-bg img.bg-point5 {
	position: absolute;
	max-width: 100%;
	object-fit: contain;
	width: 42.5%;
	top: 66.6%;
	right: 0;
	z-index: -1;
}
.summerevent-bg img.bg-point6 {
	position: absolute;
	max-width: 100%;
	object-fit: contain;
	width: 42.5%;
	top: 68.3%;
	left: 0;
	z-index: -1;
}
.summerevent-wrapper {
	max-width: 100%;
	width: 1100px;
	color: #36566e;
	margin: 0 auto;
	font-size: 16px;
}
.summerevent-wrapper h1,h3,h4 {
	color: #042b4a;
	border-bottom: none;
}
.summerevent-wrapper h3 {
	font-size: 20px;
}
/* -- トップに適応 -- */
.summerevent-top {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.summerevent-top-img {
	background-image: url("../../../sj/pg/summerevent/img/painting-paper-bear.webp");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	width: 700px;
	height: 494px;
	margin-left: auto;
}
.summerevent-top-text {
	max-width: 100%;
	margin-left: -32%;
	padding-top: 40%;
}
.summerevent-top-text h1 {
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	text-shadow: 0 0 5px #fff;
}
.summerevent-top-text h3 {
	color: #36566e;
	text-shadow: 0 0 5px #fff;
} 
.btn-box-top {
	text-align: center;
	margin-top: 100px;
}
a.btn-top {
	max-width: 100%;
	text-decoration: none;
	color: #36566e;
	background: #fff;
	cursor: pointer;
	align-items: center;
	text-align: center;
	padding: 12px 30px;
	transition: 0.3s;
	transition: background 0.3s,color 0.3s;
	border: 3px solid #36566e;
	border-radius: 30px;
	font-weight: bold;
	font-size: 20px;
}
a.btn-top:hover {
	color: #fff;
	background: #36566e;
}
/* -- メイン1　に適応 -- */
.summerevent-1 {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.summerevent-text-1 {
	text-align: center;
	margin-top: 8%;
}
.summerevent-text-1 h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.summerevent-content-1 {
	display: flex;
	justify-content: center;
	gap: 2em;
	margin-top: 3%;
}
.summerevent-content-1 img {
	max-width: 100%;
	width: 25%;
}
/* -- メイン2　に適応 -- */
.summerevent-2 {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.summerevent-text-2 {
	text-align: center;
	margin-top: 10%;
	margin-bottom: 50px;
}
.summerevent-text-2 h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.summerevent-block-2 {
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 1em;
}
.summerevent-content-2 figure {
	margin: 0;
	text-align: center;
}
.summerevent-content-2 figure h4 {
	padding-top: 5px;
}
.summerevent-content-2 img.summerevent-step {
	object-fit: contain;
	width: 30%;
	display: flex;
	justify-content: flex-start;
}
.summerevent-content-2 img.img-2 {
	object-fit: contain;
	width: 100%;
}
.summerevent-point {
	position: relative;
}
.summerevent-point img {
	position: absolute;
	width: 10%;
	left: 20%;
	top: -10%;
}
.summerevent-point div aside {
	background: #fff;
	width: 55%;
	text-align: center;
	border-radius: 15px;
	padding: 1em;
	margin: 30px auto;
}
/* -- メイン3　に適応 -- */
.summerevent-3 {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.summerevent-text-3 {
	text-align: center;
}
.summerevent-text-3 h3 {
	padding-bottom: 0;
	margin-top: 7%;
}
.summerevent-content-3 {
	text-align: center;
}
.summerevent-content-3 img {
	object-fit: contain;
	width: 50%;
}
.summerevent-content-3 p span {
	font-size: 13px;
}
.btn-box-3 {
	text-align: center;
	margin: 5%;
}
a.btn-3 {
	max-width: 100%;
	text-decoration: none;
	color: #36566e;
	background: #fff;
	cursor: pointer;
	align-items: center;
	text-align: center;
	padding: 12px 100px;
	transition: 0.3s;
	transition: background 0.3s,color 0.3s;
	border: 3px solid #36566e;
	border-radius: 30px;
	font-weight: bold;
	font-size: 20px;
}
a.btn-3:hover {
	color: #fff;
	background: #36566e;
}
/* -- メイン4　に適応 -- */
.summerevent-4 {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding-bottom: 10%;
}
.summerevent-text-4 {
	text-align: center;
}
.summerevent-text-4 h3 {
	margin-top: 7%;
	margin-bottom: 40px;
	padding-bottom: 0;
	font-size: 25px;
}
.summerevent-4 table {
	margin: 0 auto;
	width: 50%;
}
.summerevent-4 table th {
	width: 150px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.summerevent-4 table td {
	text-align: left;
	vertical-align: top;
}
.summerevent-content-4 {
	height: 40px;
}
.summerevent-content-4-time {
	height: 110px;
}
.summerevent-content-4-place {
	height: 90px;
}
.btn-box-4 {
	text-align: center;
	margin-top: 80px;
}
a.btn-4 {
	max-width: 100%;
	text-decoration: none;
	color: #fff;
	background: #36566e;
	cursor: pointer;
	align-items: center;
	text-align: center;
	padding: 12px 40px;
	transition: 0.3s;
	transition: background 0.3s,color 0.3s;
	border: 3px solid #36566e;
	border-radius: 30px;
	font-weight: bold;
	font-size: 20px;
}
a.btn-4:hover {
	color: #36566e;
	background: #fff;
}
/**/
.summerevent-bg img.bg-point7 {
	position: absolute;
	max-width: 100%;
	object-fit: contain;
	width: 25%;
	top: 0.5%;
	left: 17%;
	z-index: 2;
}