@charset "utf-8";

html,body{
	width:100%;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	font-size:58.5%;
	font-family: Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin: 0 auto;
	color:#333;
}
A:link { 
	text-decoration:none; color:#dc143c; 
}
A:visited { 
	text-decoration:none; color:#dc143c; 
}
A:hover {
	text-decoration:none; color:#f08080; 
}
A:active { 
	text-decoration:none; color:#f08080; 
}
a{ 
	outline:none; 
}
div#container{
	z-index: 1;
	background-color:#fff;
	width: 100%;
	height:auto;
	margin:auto;
	position:relative;
	min-height: 100%;
}
.title{
	color:#333;
	font-family: 'Anton', sans-serif;
    padding: 10px;
    font-weight: bold;
    text-shadow:
            1px 1px 1px #fff, -1px -1px 1px #fff,
           -1px 1px 1px #fff,  1px -1px 1px #fff,
            1px 0px 1px #fff, -1px -0px 1px #fff,
            0px 1px 1px #fff,  0px -1px 1px #fff;
    margin: 0;
}
div#header-bk{
	width: 100%;
	height: auto;
	background-size: cover;
	position: relative;
}
header{
	height:270px;
	padding:0;
}
div#header-title{
	position: absolute;
	font-size: 4.3rem; 
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
div#main-bk{
	background-color:#fff;
	margin: auto;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
div#main{
	background-color:#fff;
	padding: 0 3rem 3rem;
}
div#footer-bk{
	background-color:#333;
	width:100%;
	height:20px;
	position:absolute;
	bottom:0;
	padding:0.3rem 0;
}
footer{
	line-height:20px;
	margin: auto;
	color:#fff;
	text-align:center;
	font-size: 1rem; 
}
h1{
	font-family: 'Play', sans-serif;
	color:#fff;
	font-size: 2.5rem; 
	padding:0.4rem 1rem;
	margin:0;
	margin-bottom: 2rem;
	background-color: #333;
	box-sizing: border-box;
}
h2{
	font-family: 'Play', sans-serif;
	color:#333;
	font-size: 1.8rem; 
	margin: 4rem 0;
	margin-bottom: 2rem;
	text-shadow: 0 0 5px white;
	border-left: solid 10px #333;
	padding: 0.3rem 0.7rem;
	background: -webkit-repeating-linear-gradient(-45deg, #dcdcdc, #f5f5f5 3px,#dcdcdc 3px, #dcdcdc 7px);
	background: repeating-linear-gradient(-45deg, #f5f5f5, #f5f5f5 3px,#dcdcdc 3px, #dcdcdc 7px);
	box-sizing: border-box;
}
h3{
	color:#333;
  	border-bottom: 1px solid #808080;
	font-size: 1.6rem; 
	padding: 0.3rem 1.8rem;
	margin: 3rem 0;
	margin-bottom: 1.5rem;
	position: relative;
	box-sizing: border-box;
}
h3::before {
	color:#333;
        content: "■";
	margin: 0;
        left: 0;
	font-size: 1.6rem; 
        position: absolute;
}
h4{
	color:#333;
	font-size: 1.4rem; 
	padding: 0 1.6rem;
	margin-bottom: 0.6rem;
	position: relative;
}
h4::before {
        content: "◇";
	color:#333;
	margin: 0;
        left: 0;
	font-size: 1.4rem; 
        position: absolute;
}
h5{
	color:#808080;
	font-size: 1.4rem; 
	margin-bottom: 0.6rem;
	padding: 0 1.6rem;
	position: relative;
}
h5::before {
        content: "・";
	color:#808080;
	margin: 0;
        left: 0;
	font-size: 1.4rem; 
        position: absolute;
}
div.frame{
	color:#333;
	border:0.1em solid #808080;
	padding:2em 1em;
}
p{
	margin-top: 0;
}
body{
	font-size:1.4rem;
	width:900px;
	height:100%;
	background-image:url(snt/border_09_1.gif);
}
div#main-bk{
	width:100%;
}
#menu button {
	display: none;
}
.nav {
	font-family: 'Play', sans-serif;
	display: block;
	width: 100%;
	background-color: #fff;
}
.nav ul {
	width: 100%;
	letter-spacing: -.0;
	font-size: 0;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.nav ul li {
	font-size: 1.8rem;
	letter-spacing: normal;
	display: inline-block;
	border-bottom: 1px #ccc solid;
	width: 20%
}
li+li a{
	border-left:1px solid #cccccc;
}
.nav ul li a {
	display: block;
	position: relative;
	padding: 8px 2px;
	text-decoration: none;
}
.nav ul li a:hover {
	background-color: #333;
	text-decoration: none;
}
@media screen and (max-width: 900px) {
html,body{
	width:100vw;
	height:100%;
}
div#header-bk{
	background-color:#333;
	width:100vw;
	height:auto;
	padding-top:30%;
}
div#header-title{
	position: absolute;
	font-size: 4.5vw; 
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
header{
	position:absolute;
	box-sizing: border-box;
}
p.resizeimage img{
	max-width: 100%;
	height: auto;
}
}
@media screen and (max-width: 600px) {
	#menu {
		font-size: 1.8rem;
		position: relative;
	}
	#menu button {
	font-family: 'Play', sans-serif;
		width: 100%;
		height:40px;
		padding: 8px 2px;
		margin: 0;
		border: none;
		border-bottom: 1px #ccc solid;
		text-align: center;
		display: block;
		color: #333;
		font-size: 1.8rem;
		font-weight: bold;
		background-color: #fff;
		outline: 0;
	}
	#menu button:hover {
		cursor: pointer;
	}
	li+li a{
		border-left:none;
	}
	.nav {
		position: absolute;
	}

	.nav ul li {
		border-bottom: 1px #ccc solid;
		width: 100%;
		text-align: left;
	}
	.nav ul li a {
		padding-left:10px;
}
}