@charset "UTF-8";

/*ポップアップウィンドウのcss*/

.open {
	cursor:pointer;
	margin: 1%;
	display: inline-block;
	border-radius: 100vh;
	color: #fff;
	background-color: #eb6100;
	padding:0.5%;
}
#pop-up {
	display: none;
}
.overlay {
	display: none;
}
#pop-up:checked + .overlay {
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.6);
}
.window {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90vw;
	max-width: 800px;
    padding: 20px;
	height: 800px;
	background-color: #fff;
	border-radius: 4px;
	align-items: center;
	transform: translate(-50%, -50%);
}
.close {
	position: absolute;
	top: 4px;
	right: 4px;
	cursor:pointer;
}


.contents {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
}

.p1{
font-size:2.5em;
margin: 1%;
float:left;
}


.p2{
		font-size:xx-large;
		padding:1%;
｝

.osrtop{

font-size:xx-large;
padding:1%;

}


