@charset "utf-8";

/* Toggle Button */
#nav-toggle {
	display: none;
    position: absolute;
    right: 0px;
    top: 23px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

ul.spmenu {
    padding-bottom: 20px;
    margin: 0 auto;
}
ul.spmenu li {
    display: block;
    border-bottom: 1px dotted #a1a1a1;
}
ul.spmenu li:last-child {
	border-bottom: none;
}
ul.spmenu li a {
    display: block;
    text-decoration: none;
	color: #333;
    padding:10px; 
}
ul.spmenu li:hover {
	background: #f1f1f1;
}

@media only screen and (max-width: 1057px) {
#nav-toggle {
	display: block;
}
ul.spmenu {
	width: 90%;
}
.pickup_box {
	width: 100%;
}
.pickup_box_img {
 	width: 35%;   
}
.pickup_box_text {
	width: 60%;
    float: left;
}
.section_site_detail_img {
	width: 25%;
}
.section_site_detail_text {
	width: 70%;
    float: left;
}

}

@media only screen and (max-width: 800px) {
ul.spmenu {
	width: 95%;
}
.pickup {
	margin-bottom: 0;
}

}

@media only screen and (max-width: 640px) {
.pickup_box_text p {
	display: none;
}
.section_site_detail_text p {
	display: none;
}

}