@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;
}
/*ここまでページトップボタン*/

/*ここからヘッダー*/
.logo{
    float: left;
    width: 120px;
    margin: 10px 50px 10px 10px;
}
.ul_menu{
    margin-right:20px;
    position:relative;
}
.menu{
    float: right;
    width: 80px;
    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;
    }

/*ここからふきだし*/
/*.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/post_grey.jpg") no-repeat;
    background-size: 4px,cover;
    background-attachment: fixed;
    background-position: center;
    height:400px;
    z-index: 9;
    }
.naname{
    position: absolute;
    top:350px;
    width:0;
    height:0;
    border: solid 50px ;
    border-color: transparent transparent transparent #cca893;
    transform-origin: left top;
    transform: scale(3,1);
}
.sec1_beta{
    position:absolute;
    top:400px;
    width: 100%;
    height:780px;
    background:#cca893;
    z-index: 99;
}
#page_title{
    text-align: center;
    padding-top: 140px;
    font-size: 32px;
    color: #cca893;
    line-height: 60px;
    text-shadow: 0 0 3px #333,0 0 3px #000,0 0 3px #000;
    }
.toiawase_honbun{
    width:450px;
    margin:75px auto;
    }
.lead_bun{
    color:#fff;
    text-align:center;
    padding-top:100px;
    }



/*ここからアンケート（テーブル）の中*/
/*td{line-height:2em;}
#hissu1{
    font-size:0.8em;
    color:red;
    }
#hissu2{
    font-size:0.8em;
    color:red;
    }
#hissu3{
    font-size:0.8em;
    color:salmom-pink;
    }
.hissu{
    font-size:0.8em;
    color:orange;
    }
.migi{
    width:350px;
    }*/
input[type="text"]{
    padding:0.2em;
    font-size:16px;
    width: 300px;
    }
/*select{
    padding:0.2em;
    font-size:16px;
    }
*/
select{display:none;}

textarea{
    padding:0.2em;
    width:450px;
    height:200px;
    font-size:16px;
    }
/*.naiyou_aki{
    vertical-align:top;
    }*/
/*ここまでアンケート*/



/*.btn{
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #e88002;
  color: #FFF;
  border-bottom: solid 4px #ab5e02;
  border-radius: 3px;
  margin:20px 250px;
}
.btn:active {
  transform: translateY(4px);
  border-bottom: none;
}
*/

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




