@charset "utf-8";
/* CSS Document */
*{margin: 0;padding: 0;}
#wrapper{
    width:100%;
    margin: 0 auto;
    position: relative;
    }

header{
    position:relative;
    width:100%;
    }

/*ここからページトップボタン*/
#PageTopBtn{
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99999;
    width:50px;
    height: 50px;
    cursor:pointer;
}
/*ここまでページトップボタン*/

/*ここからヘッダー*/
.logo{
    float: left;
    width: 120px;
    margin: 10px 50px 10px 10px;
}
.ul_menu{
    margin-right:20px;
}
.menu{
    float: right;
    width: 90px;
    height:45px;
    margin: 20px 5px 0px 5px;
    color:white;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
}
.menu a{
    color:white;
    text-decoration:none;
    }
.menu a:hover{
    color:orange;
    }
.head_no_link{color:#777;}

/*ここからふきだし*/
.ul_menu li {
  position:relative;
  margin:20px 0px;
  padding: 0px;
  list-style-type: none;
}
/*.ul_menu li:hover {
  background: #ddbbbb;
}*/
/*.fuki_about {
  display: none;
  position: absolute;
  bottom: -1.5em;
  z-index: 1000;
  padding: 0em;
  color: #FFFFFF;
  font-size:14px;
  font-weight:normal;
  background:rgba(240, 81, 53,.5);
  border-radius: 0.5em;
}
.fuki_about:after {
  width: 10px;
  content: "";
  display: block;
  position: absolute;
  left: 0.5em;
  top: 88px;
  border-top:0px solid transparent;
  border-left:0px solid #c72439;
}

.ul_menu li:hover .fuki_about {
  display: block;
}
*//*ここまでヘッダー*/

/*ここから本章*/
#sec1{
    background:url("images/dot_bg75.png"), url("images/jushou_scene.jpg") no-repeat;
    background-size: 4px,cover;
    background-attachment: fixed;
    background-position: center;
    height:400px;
    z-index: 9;
    }
.sec1_beta{
    position:absolute;
    top:400px;
    width: 100%;
    height:1500px;
    background:linear-gradient(to right, #695b20,#c4b262 30%, #695b20);
    z-index: 99;
}
.naname{
    position: absolute;
    top:350px;
    width:0;
    height:0;
    border: solid 50px ;
    border-color: transparent transparent transparent #e8bf82;
    transform-origin: left top;
    transform: scale(3,1)
    }
#page_title{
    text-align: center;
    padding-top: 140px;
    font-size: 32px;
    color: #e8bf82;
    line-height: 60px;
    }
.lead_bun{
    color:#fff;
    text-align:center;
    padding-top:100px;
    }
.honbun{
    width:600px;
    margin:50px auto;
    }
.taitoru{
    font-weight: bold;
    font-size: 24px;
    padding:1.5em 0 1em;
    }
.photo_medal_waku{
    width:290px;
    height:200px;
    overflow:hidden;
    position:relative;
    margin-right:10px;
    margin-top:10px;
    margin-bottom:48px;
    }
.photo_scene{
    position:absolute;
    top:-100px;
    }
.photo_medal{
    position:absolute;
    top:0px;
    width:290px;
    height:auto;
    margin-top:0px;
    }
.photo_float{float:left;}

.taitoru_sub{
    clear:both;
    font-weight: bold;
    font-size: 20px;
    margin-bottom:12px ;
    }

.gold_sakuhin{
    width:600px;
    height:300px;
    margin:auto;
    background:#f7e5b7;
    position:relative;
    }
.gold_title{
    position:absolute;
    top:10px;
    left:10px;
    }
.gold_copy{
    position:absolute;
    top:110px;
    left:70px;
    font-size:32px;
    line-height:40px;
    }
.gold_setsumei_waku{
    width:600px;
    height:130px;
    background:rgba(255,255,255,0.2);
    margin-bottom:40px;
    }
.gold_setsumei{
    width:580px;
    height:180px;
    padding:10px;
    }
.ito{margin-top:8px;}
.futoji{font-weight:bold;}
.dendou{position:absolute;top:1430px;}





/*ここからフッター*/
#sec4{
    background: url("images/cat.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height:330px;
    width:100%;
    position:absolute;
    top:1900px;
}
.footer{
    width: 500px;
    margin: 100px auto 0px;
    color: white;
    font-weight:bold;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}
.toiawase{
    font-size:12px;
    color:white;
    text-align:center;
}
.toiawase a{
    color:white;
}




