@charset "Shift_JIS";

/*
Description:ios_HP
*/

/**************************
基本設定
**************************/

html,body {
	width: 100%;
	height: auto;
	font-size:100%;
	color:#333;
	background:#FFF;
	background: -moz-linear-gradient(#FFF, #F6C4C4);
	background: -webkit-linear-gradient(#FFF, #F6C4C4);
	background: linear-gradient(#FFF, #F6C4C4);
	font-family: 'Meiryo', 'Hiragino Kaku Gothic Pro', sans-serif;
	line-height:1.5;
}

body {
	min-height: 100vh;
	-webkit-text-size-adjust: 100%;
	/*　長押し無効 */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	padding:0;
}

img{
	border:0;
}

a{
	color: #FFF;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover{
	opacity: 0.8;
}

ul,ol{
	list-style:none;
}

.Center{ text-align:center; }
.Clear{ clear:both; }

/*****************************
* header 設定
*****************************/

header{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 991;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #8D2929;
}

header h1{
	color: #FFF;
	font-size: 1em;
	text-align: center;
}

/**************************
Index
**************************/

#wrapper{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0 10px;
}

#wrapper p{
	margin: 20px 0;
}

.top_image{
	width: 80%;
	max-width: 760px;
	margin: 0 auto 0 auto;
}

.top_image img{
	width: 100%;
	height: auto;
}

.menu{
	width: 100%;
	display: flex;
	justify-content: center;
}

.menu li{
	margin: 10px;
}

.textbox{
	width: 90%;
	max-width: 840px;
	margin: 0 auto 0 auto;
	margin-top: 50px;
	margin-bottom: 30px;
	padding: 10px;
	background: #FFF;
	border-radius: 10px;
	border: 1px solid #8D2929;
	text-align: left;
	font-size: 0.9em;
}

.ap_link{
	position:absolute;
	width:auto;
	height:60px;
	top:350px;
	right:50%;
	margin-right: 10px;
}

.gp_link{
	position:absolute;
	width:auto;
	height:90px;
	top:335px;
	left:50%;
}

.ap_link img,
.gp_link img{
	width:auto;
	height:100%;
}

/*****************************
* footer 設定
*****************************/

footer{
	width: 100%;
	height: auto;
	font-size: 0.7em;
	margin: 20px 0;
	text-align: center;
}