@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Oswald', sans-serif;
}

/*-------各sectionごとにpartで分けています-------*/
.part1 {
	background-size: cover;
}
.part2 {
	background-size: cover;
}
.part2 h1 {
	width: 50%;
	margin: 0 auto;
	padding-left:80px;
	background-image:url(../img/r-mark.png);
	background-repeat:no-repeat;
}
.part3 {
	background-size: cover;
}
.part3 h1 {
	width: 50%;
	margin: 0 auto;
	padding-left:80px;
	background-image:url(../img/w-mark.png);
	background-repeat:no-repeat;
}
.part4 {
	background-size: cover;
}
.part4 h1 {
	width: 50%;
	margin: 0 auto;
	padding-left:80px;
	background-image:url(../img/r-mark.png);
	background-repeat:no-repeat;
}
.part5 {
	background-size: cover;
}
.part5 h1 {
	width: 50%;
	margin: 0 auto;
	padding-left:80px;
	background-image:url(../img/w-mark.png);
	background-repeat:no-repeat;
}
.part6 {
	background-size: cover;
}
.part6 h1 {
	width: 50%;
	margin: 0 auto;
	padding-left:80px;
	background-image:url(../img/r-mark.png);
	background-repeat:no-repeat;
	color:#fff;
}
 
/*-------各section内の横スライド部分をpanelで分けています-------*/
.top {
	height: 30%px;
	width: 600px;
	padding: 5%;
	margin: 0 auto;
	color:#ccc;
	line-height:1.5em;
}
.top h3 {
	color: #fff;
	line-height: 1.2em;
}
.top h4 {
	border-bottom: solid 1px #fff;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 20px;
	line-height:2.0em;
}
.panel_w {
	height: 30%px;
	width: 50%;
	padding: 5%;
	margin: 0 auto;
	color:#fff;
	line-height:1.5em;
	background-color:#C51C1E;
	background-image:
      url(../img/btn_border.png),
      url(../img/btn_border.png),
      url(../img/btn_border.png),
      url(../img/btn_border.png);
    background-repeat:
      no-repeat,
      no-repeat,
      no-repeat,
      no-repeat;
    background-position:
      top left,
      bottom left,
      top right,
      bottom right;
  border-radius: 4px;
}
.panel_w h1 {
	color: #fff;
}
.panel_w h2 {
	border-bottom: solid 1px #fff;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 20px;
	line-height:2.0em;
}
.panel_w p {
	color:#fff;
}

.panel_r {
	height: 30%px;
	width: 50%;
	padding: 5%;
	margin: 0 auto;
	color:#888;
	line-height:1.5em;
	background-color:#fff;
	background-image:
      url(../img/btn_border_r.png),
      url(../img/btn_border_r.png),
      url(../img/btn_border_r.png),
      url(../img/btn_border_r.png);
    background-repeat:
      no-repeat,
      no-repeat,
      no-repeat,
      no-repeat;
    background-position:
      top left,
      bottom left,
      top right,
      bottom right;
  border-radius: 4px;
}

.panel_r h2 {
	color: #888;
	border-bottom: solid 1px #888;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 20px;
	line-height:2.0em;
}
.panel_r p {
	color:#888;
}
.left {
	float:left;
	width:30%;
}

.aboutus {
	width: 100%;
	overflow:hidden;
	border-bottom:#FFF solid 1px;
	margin:10px 0 5px 0;
}

.right {
	float:right;
	width:70%;
	text-align:right;
}

.attention {
	width: 50%;
	margin: 0 auto;
	padding:3px;
	color:#fff;
}
.plusm{
	color:#C51C1E;
}


.left2 {
	float:left;
	width:70%;
}

.aboutus2 {
	width: 100%;
	overflow:hidden;
	border-bottom:#999 solid 1px;
	margin:10px 0 5px 0;
}

.right2 {
	float:right;
	width:30%;
	text-align:right;
}

/*------メニューバー-------*/

#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
