@charset "utf-8";
/* CSS Document */
#access{
	width: 100%;
	max-width: 768px;
	position: absolute;
	top: 10vh;
}
#access_wrap{
	padding: 0 5%;
	background-color:rgba(255,255,255,0.70);	
	padding-top: 50px;
	min-height: 100vh;
	padding-bottom: 150px;
}
#access_wrap p{
	border: 1px solid #603108;
	padding: 10px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 18px;
	background-color:rgba(255,255,255,0.70);
	color: #603108;
}
#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){

}