@charset "UTF-8";

/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
/*
header, footer, section, aside, nav, article {
display: block;
}
*/
body {
padding: 0;
margin: 0;
}
	
a:hover {
	opacity: 0.3;
}

p {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	 font-size: 0.9em;
	line-height: 1.3em;
	}
	
h1{
font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.0em;
  line-height: 1em;
  margin: 0px 0 5px 0;
}
	
article h2, article h1 {
font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4em;
  line-height: 1em;
  margin: 5px 0 10px 0;
}

/* ナビゲーション */
#nav {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: rgba(255, 255, 255, 0.5);
	border-bottom: 2px solid #ccc;
	padding: 0px;
	text-align: center;
	}
	
#nav ul {
	list-style-type: none;
	}
	
#nav li {
	line-height: 1em;
	display: inline-block;
	margin-right: 20px;
	}
	
#nav li a {
	font-family: 'Marvel', sans-serif;
	color: #000;
	text-decoration: none;
	}
	
#nav li .share {
	position: relative;
	top: 4px;
	}

/* ナビゲーション */
#top_modoru {
	position: fixed;
	bottom: 0;
	right: 40px;
}

.content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  color: #333;
 min-height: 800px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}


.content3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  color: #333;
  height: 900px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}

#main_2 {
	width: 100%;
	margin: 0 auto;
	background-color: #9bbabe;
		text-align: center;
}



#first {
 width: 100%;
/* 	margin: 0 auto; */
/* margin-top: 50px; */
background: url(../png/top_bg.jpg) center repeat-x;
	background-color: #ffffff;
	text-align: center;
}

#second {
  background: url(../png/bg3.jpg) 50% 0 repeat-x fixed black;
}

#third {
  background: url(../png/bg4.jpg)50% 0 repeat-x fixed black;
  
  }

#forth {
   background: url(../png/bg1.jpg)50% 0 repeat-x fixed black;
}


#end {
  background: url(../png/bg2.jpg)50% 0 repeat-x fixed #2e6d6a;
}

/* section first */

/* 右ボックスクラス */
.right_box {
background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(150, 150, 150, 0.1);
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.3);
  padding: 10px 30px;
  margin: 3px 0 0 60%;
/*   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); */
  line-height: 1.5em;
 position: relative;
 top: 175px;
}

.right_box_2 {
background: rgba(255, 255, 255, 0.8);
  border: 5px solid rgba(150, 150, 150, 0.1);
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.3);
   width: 320px;
  margin: 0 0 0 62%;
/*   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); */
 position: relative;
 top: 180px;
   -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
}

.right_box_3 {
background: rgba(255, 255, 255, 0.8);
  border: 5px solid rgba(150, 150, 150, 0.1);
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.3);
   width: 450px;
   height: 460px;
     padding: 10px 30px;
  margin: 0 0 0 55%;
/*   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); */
 position: relative;
 top: -330px;
}


/*
.left_box {
  background: rgba(51, 51, 51, 0.9);
  border: 1px solid rgba(150, 150, 150, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  color: white;
  padding: 20px 30px;
  margin: 100px 100px 0 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  line-height: 1.3em;
  color: white;
    width: 550px;
   position: relative;
 top: 120px;
}
*/



#second article {
  background: rgba(51, 51, 51, 0.9);
  border: 1px solid rgba(150, 150, 150, 0.1);
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.3);
  color: white;
/*切り離す場合
  margin-left: 100px;
   margin-top: 100px;
*/
  margin: 180px 100px 0 0;
  padding: 20px 30px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  line-height: 1.3em;
  width: 550px;
    position: absolute;
}

/* section third */
#third article {
  background: rgba(51, 51, 51, 0.9);
  border: 1px solid rgba(150, 150, 150, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  color: white;
  padding: 20px 30px;
  margin: 180px 100px 0 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  line-height: 1.3em;
  color: white;
    width: 550px;
  position: absolute;
  top: -2px;
}


/* section forth */
#forth article {
background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(150, 150, 150, 0.1);
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
 padding: 40px 30px;
line-height: 1.3em;
  width: 550px;
  position: absolute;
  top: 210px;
}

/* section fifth */
#fifth article {
background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(150, 150, 150, 0.1);
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
/* padding: 5px 10px 10px 30px; */
line-height: 1.3em;
padding: 20px 30px;
width: 550px;
  position: absolute;
  top: 100px;
}

#end article {

background: rgba(255,172,62,0.8);
  border: 1px solid rgba(150, 150, 150, 0.1);
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
 padding: 20px 30px 30px 30px;
line-height: 1.3em;
  width: 550px;
 position: relative;
  top: 180px;
}



#third img {
 /*
 border: 8px solid white;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
  height: 350px;
  width: 560px;
  position: absolute;
  left: 30px;
  top: 400px;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  transform: rotate(-8deg);
*/
}

/* section the end */
#end h2 {
  color: white;
  font-size: 2em;
  left: 50%;
  margin-left: -150px;
  position: absolute;
  text-shadow: 0 0 16px rgba(140, 123, 96, 0.8);
  top: 100px;
  width: 300px;
}
/* トップアイテムここから*/
.goods_a {
 position: relative;
margin: 0 auto;
 width: 760px;
 height: 800px;
}

#photo_a1 {
/*カメラ*/
/*  border: 1px solid #777; */
 width: 760px;/*ボーダー分（-2）を引いた数*/
  height: 800px;/*ボーダー分（-2）を引いた数*/
  position: absolute;
 top: 110px;
 left: 100px;
}

#photo_a2 {
/* ドット1*/
position: absolute;
 top: 80px;
 left: 120px;
 width: 760px;
 height: 800px;
}
#photo_a3 {
/* 四角1*/
position: absolute;
 top: 100px;
 left: 110px;
 width: 760px;
 height: 800px;
}


#photo_a4 {
/* 四角ドット*/
width: 760px;
height: 800px;
position: absolute;
top: 40px;
left: 90px;

}
#photo_a5 {
/* ドット1*/
width: 760px;
height: 800px;
position: absolute;
top: 50px;
left: 190px;

}

#photo_a6 {
/*写真大好き*/
width: 760px;
height: 800px;
position: absolute;
top: 70px;
left: 150px;
}

#photo_a7 {
/* ロゴ */
width: 450px;
height: 180px;
position: absolute;
 top: 530px;
 left: -210px;
 
}

/* トップアイテムここまで */

/*スライドショーページ内容-----------------------------------------*/
#yoko {
background: #000;
padding: 70px 0 0px 0;
position: relative;
}

#yoko .wrapper {
background: url(../png/back1.jpg) center repeat-x;
}

#yoko p {
color: #999;
text-align:center;
line-height:1.6;
margin-top:40px;
padding-bottom:40px;
font-size: 14px;
}
#yoko p strong {
color: #FFF;
font-size: 16px;
}

/*スライダーの位置調整
-----------------------------------------*/
#yoko #slideWrapper {
width: 800px;
/* margin: 0 auto 100px auto; */
 margin: 0 auto;
/* position: relative; */
}



/*円形のナビゲーションカスタマイズ
-----------------------------------------*/
ul.orbit-bullets {
z-index: 9;
bottom: -30px;
}
ul.orbit-bullets li {
background: url(../img/bullets.png) no-repeat 4px 0;
width: 16px;
height: 16px;
}
ul.orbit-bullets li.active {
background-position: -18px 0;
}
/*-----------------------------------------*/

/*---------mojino-bubun-irekae----------*/
.kakomi_box3 {
    width:560px;
height: 200px;
    padding: 10px 5px 2px 5px;
　　　 line-height: 1.3em;
    padding: 10px 0px 10px 0px;
/* border: 3px dotted #daa8a8; */
}
/*---------mojino-bubun-irekae----------*/
em {
    font: inherit;
  /* text-decoration: inherit;*/
   font-weight: bold;
    color: #468355;
    }

/*---------mojino-bubun-irekae----------*/

label{
font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	color: #000000;
	letter-spacing: 0.1em;
	font-size: 1.0em;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	line-height: 1.3em;
	margin-top: 15px;
	margin-bottom: 5px;
	display: -moz-inline-block;
	display: inline-block;
margin-left: 30px;

}

input[type=text], input[type=email]{
	width:460px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	height: 30px;
	-moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.75);
	box-shadow: 0 -1px 1px rgba(0,0,0,0.75);
/* 	margin-bottom: 10px; */
margin-left: 30px;
}

textarea{
	width:460px;
	display: block;
	border-radius: 5px;
	border: 0;
	height: 100px;
	-moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.75);
	box-shadow: 0 -1px 1px rgba(0,0,0,0.75);
margin-left: 30px;
}


header {
width:100%;
height: 100px;
padding: 0;
margin: 0 auto;
background-color: #2e6d6a;
	text-align: center;
/* 	position: absolute; */
/* position: relative;  */

}




