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



.suppbox{
	width: 100%;
	position: relative;
	background: linear-gradient(45deg, rgba(255, 255, 255, .8), rgba(255, 222, 222, .4)),
  url("../img/sakura.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
	margin-top: 0px;
	z-index: -2045;
	
}
	

.policy_text{
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
	font-style: normal;
	font-size:min(4.8vw,46px);
	color: white;
	text-shadow: 1px 1px 0 #42d442,-1px 1px 0 #42d442,1px -1px 0 #42d442,-1px -1px 0 #42d442,2px 2px 9px #42d442;
	letter-spacing: 0.2em;
	margin-left: 10%;
	margin-top: 3%;
	text-align: left;

}
.policy_text_02{
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
	font-style: normal;
	font-size:min(3.3vw,28px);
	color: white;
	text-shadow: 1px 1px 0 #42d442,-1px 1px 0 #42d442,1px -1px 0 #42d442,-1px -1px 0 #42d442,2px 2px 9px #42d442;
	letter-spacing: 0.2em;
	margin-left: 10%;
	margin-top: 3%;
	text-align: left;

}

.policy_text_03{
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
	font-style: normal;
	font-size:min(3.0vw,24px);
	color: white;
	text-shadow: 1px 1px 0 #42d442,-1px 1px 0 #42d442,1px -1px 0 #42d442,-1px -1px 0 #42d442,2px 2px 9px #42d442;
	letter-spacing: 0.2em;
	margin-left: 10%;
	margin-top: 3%;
	text-align: left;

}

.sup_box{
	display:flex;
	flex-direction: row;
}
.sup_tex01{
	font-family: fot-cezanne-pron,sans-serif;
	font-weight: 500;
	font-style: normal;
	color: black;
	font-size:max(1.8vw,14px,);
	margin-top: 2%;
	margin-left: 14%;
	
}

.sup_tex02{
	font-family: fot-cezanne-pron,sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #414141;
	text-shadow: 1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff,2px 2px 9px #fff;
	font-size:max(1.3vw,14px);
	margin-left: 2%;
	width:40%;
	
	
}


.mapbox{
	width: 80%;
	height: 50vw;
	overflow: scroll;
	margin: 0 auto;
	z-index: 6000;
}

.kaihoudl{
	margin-left:12%;
	letter-spacing: 0.2em;
}


.iconinner02 img{
	width: 25px;
	line-height: 25px;
}

.popuptext{
	color:#fff;
}

#popup{
  width:45%;
  line-height:20px;
  background:#25B81C;
  padding: 2%;
  box-sizing:border-box;
  display:none;
  position:relative;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size:min(2.6vw,20px);
  color: #FFFD00;
  z-index:inherit;
  margin-top:125px;
}

label{
  display:block;
  z-index:10000;
}
/*ボタンの装飾*/
label span{
  display:block;
  background-color:#25B81C;
  color:#fff;
  width:280px;
  line-height:40px;
  text-align:center;
  padding: 10px;
  margin: 0 auto;
  margin-top: 70px;
  margin-left: 12vw;
  font-size: 1.2em;
  z-index:10000;
}
label span:hover{
  cursor:pointer;
}
input[type="checkbox"]{
  display:none;
}
/*checkboxがcheckの状態になったらpopupを表示させる*/
input[type="checkbox"]:checked + #popup{
  display:block;
}


@media screen and (max-width: 860px) {
	.sup_box{
	display:flex;
	flex-direction: column;
}
	
	.sup_tex02{
	margin:0 auto;
	margin-top: 25px;
	width:80%;
	
	
}
	
}
