@charset "utf-8";
/* CSS Document */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #access_wrap {
		margin-left:-1px;
		padding-right: 1px;
	}
}
#access{
	width: 100%;
	max-width: 768px;
	position: absolute;
	top: 10vh;
}
#info_wrap {
	padding: 0 5%;
	background-color:rgba(255,255,255,0.70);	
	padding-top: 50px;
	border-left: 3px solid #2d8c36;
	border-right: 3px solid #2d8c36;
}
#info_wrap h3 {
	background:#761c18;
	border-bottom: 1px solid #2d8c36;
	color:#fff;
	padding:5px 3%;
	text-align: center;
	font-weight: normal;
}
#info_wrap p {
	font-weight: bold;
	padding:5px 3%;
	margin-bottom: 5px;
	text-align: center;
}
#info_wrap div{
	padding-bottom: 10px;
}
#access_wrap{
	padding: 0 5%;
	background-color:rgba(255,255,255,0.70);	
	padding-top: 50px;
	min-height: 100vh;
	padding-bottom: 150px;
	border-left: 3px solid #2d8c36;
	border-right: 3px solid #2d8c36;
}
#access_wrap p{
	border: 1px solid #741c2e;
	padding: 10px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 18px;
	background-color:rgba(255,255,255,0.70);
	color: #741c2e;
}
#access_wrap #page_title{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
}
@media screen and (orientation: landscape){
   /* 横向きの場合のスタイル */
#access{
	margin-top: 0;
}
}
@media screen and (max-width:320px) {
}
/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (min-width: 700px){

}