@charset "utf-8";
#oyako{
    max-width: 1280px;
    margin: 0 auto;
}
#oyako #main_ttl_bg{
    background-image: url(../images/main_ttl_bg.jpg);
    background-position: top;
    position:relative;
    width: 100%;
    height: auto;
    padding-top: 30%;
    margin: 0 auto;
    overflow: hidden;
    background-attachment: fixed;
}
#oyako #main_ttl{
    position: absolute;
    background: url("../images/main_ttl.png") no-repeat center;
    background-size: cover;
    width: 100%;
    padding-top: 30%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#oyako #info{
    background: url("../images/bg.jpg") repeat top center;
    osition:relative;
	width: 100%;
	margin: 0 auto;
}
#oyako #info .info_con{
    background: url("../images/info.png") repeat top center;
    background-size: cover;
    width: 100%;
    padding-top: 27.5%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#oyako #main_con{
    background: url("../images/main_con.png") no-repeat center;
    background-size: cover;
    position:relative;
	width: 100%;
	padding-top: 99.84375%;
	margin: 0 auto;
}
#oyako .news{
    background: url("../images/news_con.png") no-repeat center;
    background-size: cover;
    position:relative;
	width: 100%;
	padding-top: 41.875%;
	margin: 0 auto;
}
#oyako #main_con .btn{
    position: absolute;
    background:linear-gradient(180deg,#56c661 0%,#56c661 50%,#009145 50%,#009145 100%);
    font-weight: bold;
    color: #f9e200;
    text-shadow:2px 2px 0 #754c24, -2px -2px 0 #754c24,
              -2px 2px 0 #754c24, 2px -2px 0 #754c24,
              0px 2px 0 #754c24,  0-2px 0 #754c24,
              -2px 0 0 #754c24, 2px 0 0 #754c24;
    text-align: center;
    border-radius: 2em;
    padding: 10px;
    box-shadow: 4px 4px 10px 3px #754c24;
}
#oyako #main_con .btn1{
    width: 50%;
    font-size: 30px;
    top: 22%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#oyako #main_con .btn2{
    width: 40%;
    font-size: 24px;
    bottom: 7%;
    left: auto;
    right: 12%;
    margin: 0 auto;
}
#oyako #main_con .btn:hover{
    text-decoration: none;
    opacity: 0.8;
    box-shadow: none;
    transform: translate(4px, 4px);
}
#oyako #main_con .btn_g{
    position: absolute;
    font-weight: bold;
    background: #989898;
    color: #ccc;
    text-align: center;
    border-radius: 4em;
    padding: 10px;
    width: 60%;
    font-size: 19px;
    top: 22%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#oyako #main_con .btn_g{
    color: #ccc;
    text-decoration: none;
}
#oyako #txt{
    background: url("../images/bg.jpg") repeat top center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 1% 0;
}
#oyako #txt table{
    background: #fff;
    margin: 0 3%;
    border: 5px solid #fff;
}
#oyako #txt table th {
    border: 5px dotted #56c661;
    color: #754c24;
    font-size: 15px;
    padding: 5px 10px;
    text-align: center;
}
#oyako #txt table td {
    border: 5px dotted #56c661;
    color: #754c24;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 10px;
}
#oyako .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}