@charset "utf-8";
#oyako{
    width: 100%;
    margin: 0 auto;
}
#oyako #main_ttl_bg{
    background-image: url(../images/main_ttl_bg.jpg);
    background-position:center;
    position:relative;
    width: 100%;
    padding-top: 79.6875%;
    margin: 0 auto;
    overflow: hidden;
    background-attachment: fixed;
}
#oyako #main_ttl{
    position: absolute;
    background: url("../images/main_ttl_sp.png") no-repeat center;
    background-size: cover;
    width: 100%;
    padding-top: 79.6875%;
    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_sp.png") repeat top center;
    background-size: cover;
    width: 100%;
    padding-top: 75%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#oyako #main_con{
    background: url("../images/main_con_sp.png") no-repeat center;
    background-size: cover;
    position:relative;
	width: 100%;
	padding-top: 281.09375%;
	margin: 0 auto;
}
#oyako .news{
    background: url("../images/news_con_sp.png") no-repeat center;
    background-size: cover;
    position:relative;
	width: 100%;
	padding-top: 103.125%;
	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: 0.5em;
    box-shadow: 4px 4px 5px 0px #754c24;
}
#oyako #main_con .btn1{
    width: 90%;
    font-size: 6vw;
    top: 16.6%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#oyako #main_con .btn2{
    width: 90%;
    font-size: 4.4vw;
    bottom: 4%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 1em;
}
#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;
    width: 90%;
    font-size: 4vw;
    top: 16.6%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0.5em;
    text-align: center;
    border-radius: 2em;
}
#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{
    width: 95%;
    background: #fff;
    margin: 2% auto;
    border: 5px solid #fff;
}
#oyako #txt table th {
    border: 5px dotted #56c661;
    color: #754c24;
    font-size: 2.3vw;
    padding: 1% 2%;
    text-align: center;
}
#oyako #txt table td {
    border: 5px dotted #56c661;
    color: #754c24;
    font-size: 2.3vw;
    font-weight: bold;
    padding: 1% 2%;
    width: 70%;
}
#oyako .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}