@charset "UTF-8";

/**********************************************
	Primary style
**********************************************/
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/**********************************************
　Body
**********************************************/
body {
	font-size: 100%;
	font-family: "メイリオ","Meiryo","verdana","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #3d3536;
	background-color: white;
}

body, html {
	/* important */
	height: 100%;
}

/**********************************************
　Link
**********************************************/
a {
	color:#800000;
   text-decoration:underline;
}

a:hover {
   color:#C94C00;
}

a:active {
	color: #C94C00;
}

/**********************************************
　Grobal
**********************************************/
img {
   border:0;
   vertical-align:bottom;
}

/**********************************************
　Container
**********************************************/
.container {
	/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
	width: 96%;
	max-width: 900px;
	overflow : hidden;
	margin: 0 auto;
	padding:0;
   border:0px solid brown;
}

.container_30 {
	float:left;
	width: 29%;
	margin:0 4% 0 0;
   border:0px solid brown;
}

.container_50 {
	float:left;
	width: 47%;
	margin:0 6% 0 0;
   border:0px solid brown;
}

.container_50r {
	float:left;
	width: 47%;
	margin:0;
   border:0px solid brown;
}

/**********************************************
　Main
**********************************************/
#main {
	/* you need to assign a min-height to the main content so that the children can inherit it*/
	height: 100%;
	position: relative;
	z-index: 1;
}

/**********************************************
　Fixed Background
**********************************************/
.fixed-bg {
	position: relative;
	min-height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	padding:40px 0 0 0;
	z-index: 1;
   border:0px solid brown;
}

.fixed-bg.bg-1 {
	background-image: url("../images/01.jpg");
	min-height: 80%;
}
.fixed-bg.bg-2 {
	background-image: url("../images/02.jpg");
	min-height: 80%;
}
.fixed-bg.bg-3 {
	background-image: url("../images/03.jpg");
	min-height: 80%;
}
.fixed-bg.bg-4 {
	background-image: url("../images/04.jpg");
	min-height: 80%;
}
.fixed-bg.bg-5 {
	background-image: url("../images/05.jpg");
	min-height: 80%;
}

.fixed-bg h1 {
	text-align: left;
	font-size: 30px;
	font-weight: 400;
	text-shadow: 2px 2px 3px #333;
	color: #eee;
	margin:20px 0 0 0;
	padding:5px 0 0 0;
}

.fixed-bg h1 span{
	font-size: 22px;
}

.fixed-bg h2 {
	width: 100%;
	text-align: left;
	font-size: 20px;
	font-weight: 400;
	color: #eee;
	padding:10px 0 25px 0;
}

.fixed-bg h3 {
	position: absolute;
	bottom: 10%;
	right: 10%;
	left: auto;
	top: auto;
	width: 90%;
	max-width: 900px;
	text-align: right;
	font-size: 24px;
	font-weight: 300;
	text-shadow: 2px 2px 3px #333;
	font-weight: 300;
	color: white;
}

.fixed-bg p.sub_title {
	width: 100%;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	color: #eee;
	margin:0;
	padding:0;
}

/**********************************************
　Menu
**********************************************/
#menu {
	background: rgba(255, 255, 255, 0);
	overflow:hidden;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding:0;
   border:0px solid #888888;
}

#menu ul {
   max-width:900px;
   margin:0 auto;
	padding:0;
	z-index:10;
}

#menu ul li {
	position: relative;
   float:left;
   text-align:center;
   list-style-type:none;
}

#menu ul li a {
   display:block;
	min-width:147px;
	padding:10px 15px;
	margin:0;
   font-size:18px;
	color:#fff;
   text-decoration:none;
   border:0px solid #888888;
	border-radius:5px;
}

#menu ul li a:hover, #menu ul li.active a {
	font-weight:bold;
	background: rgba(255, 255, 255, 0.3);
	color: #fff;
}

#menu ul li a span {
	font-size:11px;
}

/**********************************************
　Scrolling Background
**********************************************/
.scrolling-bg {
	position: relative;
	min-height: 20%;
	overflow : hidden;
	padding: 40px 0 0 0;
	line-height: 1.5;
	z-index: 2;
}

.scrolling-bg.color-1 {
	background-color: #e5dab1;
}
.scrolling-bg.color-2 {
	background-color: #fff;
}

.scrolling-bg h3 {
   font-size:15px;
   font-weight:bold;
   padding:3px 15px;
	margin:0 0 10px 0;
   background:#e5dab1;
   border-bottom:2px solid #888888;
   border-right:2px solid #888888;
	z-index: 2;
}

.scrolling-bg h4{
   margin:20px 0 10px 0;
	padding:0 0 0 10px;
   font-size:14px;
	font-weight:normal;
   line-height:1.8;
   background:#ebeadd;
	border-left:5px solid #706425;
	z-index: 2;
}

.scrolling-bg h5{
	font-size: 15px;
	color: #555;
	font-weight: 600;
	lineheight:1.5;
	padding:0;
	margin:0 0 5px 2%;
	z-index: 2;
}

.scrolling-bg p{
	font-size: 14px;
	color: #333;
	line-height:1.6;
   margin:0 3% 15px 3%;
	padding: 0;
	z-index: 2;
}

.scrolling-bg p.ads{
	padding: 20px 0 15px 3%;
	z-index: 2;
}

.scrolling-bg p.small{
	font-size: 13px;
	line-height:1.4;
	padding: 0 0 7px 3%;
	z-index: 2;
}

.scrolling-bg hr{
	color:#999;
   margin:0 0 30px 0 ;
	padding:0;
	z-index: 2;
}

/***フッタ用***************/
.scrolling-bg p.logo{
	font-size: 18px;
	line-height:1;
	color: #800000;
	padding: 0 0 20px 0;
	z-index: 2;
}

.scrolling-bg p.logo span{
	font-size: 14px;
	color: #800000;
	padding: 0;
	z-index: 2;
}

.scrolling-bg p.copyright{
	font-size: 12px;
	line-height:1.5;
	padding: 0 0 20px 0;
	z-index: 2;
}

.scrolling-bg p.copyright a{
	color: #800000;
   text-decoration:none;
}

.scrolling-bg p.copyright a:hover{
	color: #F22C5A;
}

/***************************
　Scrolling Background List
***************************/
.scrolling-bg ul {
   margin:0 0 20px 5%;
   padding:0;
	font-size:14px;
	border:0px solid #ddd;
}

.scrolling-bg li {
   padding:0;
   line-height:1.8;
   list-style:none;
}

.scrolling-bg li a {
   padding-left:10px;
	font-weight:normal;
   display:block;
	color:#333;
   text-decoration:none;
   background:url("../images/bg_list.gif") 0 6px no-repeat;
}

.scrolling-bg li a:hover {
   color:#C94C00;
}

.scrolling-bg ul li ul {
   margin:0 0 10px 3%;
}

.scrolling-bg ul li ul li a{
   padding-left:10px;
	font-weight:normal;
   background:url("../images/bg_list.gif") 0 6px no-repeat;
}

/**********************************************
　Return
**********************************************/
div.return{
   clear:both;
   padding:10px 10px 20px 0;
   text-align:right;
}

div.return a{
	text-decoration:none;
   padding-left:12px;
   font-size:12px;
   background:url("../images/bg_top.gif") 0 6px no-repeat;
}

/**********************************************
　Clear both
**********************************************/
div.clear{
   clear:both;
}

/**********************************************
　Images
**********************************************/
.scrolling-bg img{
	width:100%;
}

div.pict{
	float:left;
	width:46%;
	min-width:250px;
	margin:10px 2% 10px 2%;
   border:0px solid brown;
}

div.pict p{
	font-size:13px;
	padding:5px;
}




