@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/pasocon_gray.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height:400px;
    z-index: 9;
    }
.sec1_beta{
    position:absolute;
    top:400px;
    width: 100%;
    height:1050px;
    background:#e8bf82;
    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;
    }
.honbun{
    width:600px;
    margin:50px auto;
    }
.honbun dt{
    font-weight: bold;
    font-size: 20px;
    padding:1.5em 0 1em;
    }
.honbun dd{
    line-height: 1.2em;
    padding-bottom: 1.2em;
    }



/*ここからフッター*/
#sec4{
    background: url("images/cat.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height:330px;
    width:100%;
    position:absolute;
    top:1450px;
}
.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;
}




