@charset "shift_jis";

/* ==============================================================================
    CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
overflow-y:scroll;
-webkit-text-size-adjust:none;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote,th,td{
margin:0;
padding:0;
text-align: center;
}

div,h2,h3,h4,h5,h6,p,li,dt,dd,pre,code,blockquote,th,td{
word-break:break-all;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
font-style:normal;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#333;
}

input[type="submit"]{
cursor:pointer;
}

select{
background-color:#ffffff !important;
}

address,caption,cite,code,dfn,var{
font-style:normal;
font-weight:normal;
}

abbr,acronym{
border:0;
font-variant:normal;
}

del,u{
text-decoration:none;
}

/*=================================================
 * all
 * ================================================= */

body {
	color: #000;
	font-size		: 14px;
	line-height: 100%;
	font-family: sans-serif;
}
body:before {
	content:"";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: #fff url(./img/index_bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: contain;
	}
a {
	text-decoration	: none;
}


/* header */
header{
	width: 100%;
	position: relative;
	margin: 260px 0 15px 0;
	padding-top: calc(126 / 230 * 30%);
	background: url(./ipn/img/index_logo.png) top center / cover no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
header h1 {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0px;
}

/* enter */ 
.enter a {
	border: 1px solid #000;
	background-color: rgba(255,255,255,0.7);
	display: block;
	color: #000;
	width: 240px;
	padding: 5px 0;
	margin: 0 auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-size: 28px;
	margin-bottom: 15px;
	line-height: 100%;
}
.enter a:hover {
	background-color: rgba(255,255,255,1);
}
.enter a .small {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 11px;
	letter-spacing: -0.05em;
	color: #555;
	line-height: 100%;
}
.warning {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-align: center;
	line-height: 160%;
	font-size: 11px;
	margin: 0 auto 10px;
}
.leave a {
	border: 1px solid #000;
	background-color: rgba(255,255,255,0.7);
	display: block;
	color: #000;
	width: 240px;
	padding: 8px 0;
	margin: 15px auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-size: 22px;
}
.leave a:hover {
	background-color: rgba(255,255,255,1);
}
.leave a .small {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 11px;
	letter-spacing: -0.05em;
	color: #555;
	line-height: 0px;
}


.heaven {
	margin: 300px auto 0;
	font-size: 12px;
}
.heaven a {
	line-height: 140%;
	color: #999;
}
.heaven a:hover {
	color: #444;
}


.tenmei {
	margin: 20px auto 30px;
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/* footer */
ul li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding: 0 5px;
	display: inline;
	font-size: 10px;
	margin: 0 auto;
}
ul a {
	color: #aaa;
}
ul a:hover {
	color: #000;
	text-decoration: none;
}

/* IE */
@font-face {
	font-family: "Josefin Sans";
	src: url(./fonts/josefin-sans/JosefinSans-Regular.ttf);
}
/* Firefox, Opera, Safari */
@font-face {
	font-family: "Josefin Sans";
	src: url(./fonts/josefin-sans/JosefinSans-Regular.ttf) format(”truetype”);
}
footer {
	font-family: "Josefin Sans";
	text-align: center;
	font-size: 11px;
	margin: 25px 0 20px;
	text-shadow: 1px 1px 0px #fff;
}


