﻿@charset "utf-8";

body {
	width: 100%;
//	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #d9c2b0;
	background-image: url(../img/background_01.jpg);
	background-repeat: no-repeat;
//	background-position: top right;
//	position: absolute;
	margin: 0px auto;
}
header {
	max-width: 310px;
	height: 50px;
	margin: 0px 0px auto auto;
//	background-color: blue;
}
h1 {
	color: #d9c2b0;
	font-size: 6px;
	padding-right: 0px;
	text-align: right;
//	line-height: 50px;
//	text-shadow: 2px 2px 3px #0d0907;
}
nav {
//	max-width:330px;
	width: 100%;
	height:442px;
	margin: 0px auto auto auto;
	padding-top: 78px;
//	padding-left: 144px;
//	background-color: pink;
	position: absolute;
	float: left;
}
.nav01 a {
	color: #f7efed;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 53px;
	padding-left: 139px;
}
.nav01 a:hover {
	color: #af4856;
	background-image: url(../img/nav_ico.jpg);
	background-repeat: no-repeat;
	background-position: 115px;
//	background-color: red;
}
#nav02 a {
	color: #f7efed;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 53px;
	padding-left: 111px;
}
#nav02 a:hover {
	color: #af4856;
	background-image: url(../img/nav_ico.jpg);
	background-repeat: no-repeat;
	background-position: 87px;
}
nav ul li a {
	color: #f7efed;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 53px;
	padding-left: 159px;
}
nav ul li a:hover {
	color: #af4856;
	background-image: url(../img/nav_ico.jpg);
	background-repeat: no-repeat;
	background-position: 135px;
}

#contents {
	position: relative;
	left: 330px;
	width: 100%;
	max-width: 700px;
	height: 500px;
	overflow: auto;
	background-color: #d9c2b0;
	background-position: 400px 20px;
	margin: 0px auto;
	clear: both;
	float: left;
}
.art {
	width: 100%;
	height: 80%;
	margin-top: 30px;
//	background-color: yellow;
}
.art:first-child {
	margin-top: 0px;
}
#contents section h2 {
	width: 600px;
	height: 30px;
	color: #000;
	font-size: 1.6em;
	border-left: 10px solid #af4856;
	border-bottom: 1px solid #af4856;
//	background-color: pink;
	padding-left: 10px;
	padding-bottom: 5px;
	line-height: 35px;
}
#contents section p {
	width: 400px;
	height: 100%;
	margin: 10px;
	line-height: 25px;
	letter-spacing: 1.4px;
	float: left;
}
#contents img {
	padding-top: 10px;
	margin-top: 10px;
	display: inline-block; 
	box-shadow: 15px 15px 5px -5px rgba(0, 0, 0, 0.8);
}


#toppage {
	width: 137px;
	height: 107px;
//	background-color: green;
	background-image: url(../img/top_05.jpg);
	background-repeat: no-repeat;
	margin: 400px 10px auto auto;
	background-position: right bottom;
}
#toppage a {
	display: block;
	width: 94px;
	height: 50px;
	position: relative;
	top: 0px;
	left: -55px;
	color: #f7efed;
	padding-top: 60px;
	padding-left: 110px;
//	background-color: purple;
}
#toppage a:hover {
	color: #af4856;
	position: relative;
	background-image: url(../img/modoru_01.jpg);
	background-repeat: no-repeat;
//	background-color: orange;
}
#container {
	width: 350px;
//	background-color: green;
	margin: 0 auto 20px auto;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 40px;
}
.pagetop a {
	display: block;
	background-color: rgba(252,175,65,0.7);
	text-align: center;
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 10px;
}
 
.pagetop a:hover {
	display: block;
	background-color: rgba(195,28,28,0.7);
	text-align: center;
	color: #FFE6D9;
	font-size: 0.8em;
	text-decoration: none;
	padding:10px 10px;
}
footer {
	position: relative;
	top: 20px;
	width: 325px;
	height:25px;
//	background-color: orange;
	margin: -60px auto auto 0px;
}
footer p {
	color: #f7efed;
	font-size: 11px;
	text-align: center;
	line-height: 25px;
	text-shadow: black 1px 1px 0px, black -1px 1px 0px,black 1px -1px 0px, black -1px -1px 0px;
}
/*
.clearfix {
		zoom:1;
}
.clearfix:after {
		content: "";
		display: block;
		clear: both;
}
*/
/***** ここからレスポンシブ *****/

@media screen and (max-width: 1159px) {
	#contents {
		max-width: 500px;
	}
	.art {
		width: 80%;
		height: 100%;
	}
	#contents section h2 {
		width: 100%;
		font-size: 120%;
	}
	#contents section p {
		width: 69%;
		font-size: 90%;
		letter-spacing: 1.1px;
	}
	#contents section img {
		width: 25%;
		height: 25%;
	}
}
@media screen and (max-width: 959px) {
	body {
		width: 99%;
	}
	header {
		margin: 0px auto;
	}
	nav {
		width: 99%;
	}
	#contents {
		float: none;
		overflow: visible;
		max-width: 340px;
		top: 560px;
		left: 0px;
//		background-color: red;
	}
	#contents section h2 {
		width: 100%;
		font-size: 100%;
	}
	.art {
		width: 100%;
		height: 80%;
	}
	#contents section p {
		width: 69%;
		font-size: 90%;
		line-height: 120%;
		letter-spacing: 1.3px;
	}
	#toppage {
		position: relative;
		top: -880px;
		right: 60px;
		width: 18%;
		margin-right: 0px;
//		background-color: red;
		background-image: none;
	}
	#toppage a {
		left: -80px;
		font-size: 1.2em;
		text-shadow: black 1px 1px 0px, black -1px 1px 0px,black 1px -1px 0px, black -1px -1px 0px;
	}
	#conteiner {
		height: 600px;
	}
	footer {
		position: static;
		width: 100%;
		height: 100%;
		margin: 880px auto 0px auto;
	}
}