@charset "utf-8";

/* CSS Document */

* {
  margin: 0;
  padding: 0;
  list-style: none;
  
}


/* ▼ 追記 ▼ */
body{background-color: #000;} /*ボディを黒にしておけば、以降の要素では指定不要*/
img{
	width: 100%;
	height: auto;
}
a img:hover{opacity: 0.7;}
a{cursor: pointer;}
a:hover{opacity: 0.7;}
.clearfix:after,
.clearfix:before{content:"";display:table}
.clearfix:after{clear:both}
.clearfix{zoom:1}



a:link {
    color: #fff;
    text-decoration: none;
}
a:visited {
   color: #fff;
}
 
#wrap {
  width: 100vw;
  height: auto;
  margin: 0 auto;
}
#wrap:after {
  content: '';
  display: block;
  clear: both;
}
#wrap .itiyou {
	position: relative;
	width: 100vw;
	height: auto;
}
#nav_outer.clearfix  {
	width: 100vw;
	height:9vw;
	background: linear-gradient(#6F4500 ,#000000 ,#000000 ,#000000 );
	}
#nav_outer .nav_koumoku.clearfix {
    width: 40vw;
    height: 8vw;
    float: left;
    writing-mode: vertical-rl;
    　-moz-writing-mode: vertical-rl;
    　-o-writing-mode: vertical-rl;
    　-webkit-writing-mode: vertical-rl;
     }
#nav_outer .nav_koumoku.clearfix p {
    float: left;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: 200;
    font-size: 1.2vw;
    margin-top: 2.6vw;
    margin-left: 2.3vw;
}
#nav_outer .rogo.clearfix {
    width: 14.5vw;
    height: 5.8vw;
    float: right;
    margin-top: 1.2vw;
    margin-right: 11vw;
    font-weight: bolder;
}
#nav_outer .rogo.clearfix img {
    width: 14.5vw;
    height: 5.8vw;
}








.main_image.clearfix {
    width: 70vw;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.5vw;
    -webkit-box-shadow: 0 0 2vw 0 #000; /* Safari, Chrome用 */
    -moz-box-shadow: 0 0 2vw 0 #000; /* Firefox用 */
    box-shadow: 0 0 2vw 0 #000;
	}
#wrap .itiyou.clearfix .artecle {
    width: 90vw;
    height: auto;
    background-image: url(../../images/images/haikei2.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-shadow: 0 0 2vw 0 #000; /* Safari, Chrome用 */
    -moz-box-shadow: 0 0 2vw 0 #000; /* Firefox用 */
    box-shadow: 0 0 2vw 0 #000;
    background-size: 100% auto;
}
#wrap .itiyou.clearfix .artecle_outer {
    width: 100vw;
    height: auto;
    background-image: url(../../images/images/haikai1.jpg);
    background-attachment: fixed;
    background-size: 100vw;
}



.main_image img  {
    width: 70vw;
    height: auto;
	}

footer  {
	width: 100vw;
	height: 14vw;
	border-top: 0.2vw double #9E7A00;
	text-align: center;
	position: relative;
	background: linear-gradient(#6F4500 ,#000000 ,#000000 ,#6F4500);
}
.baner img {
	width: 12vw;
	height: auto;
}
.baner {
	width: 12vw;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5vw;
	padding-right: 0.8vw;
}
.mudan_copy.clearfix {
	margin-top: 0.5vw;
}

.mudan_copy.clearfix p  {
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 0.6vw;
	line-height: 1.2vw;
}
.artecle_outer .artecle .bijuaru {
	
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.2vw;
	border: 0.2vw double #ffffff;
	width: 12vw;
	height: 3vw;
	text-align: center;
	position: absolute;
	top: 101.5vw;
	left: 65.5vw;
	background: linear-gradient(#000000,#FFB600 ,#000000);
	font-weight: bolder;
	line-height: 1.2vw;
	padding-top: 0.4vw;
	padding-bottom: 0.4vw;



}
