@charset "UTF-8";
/* CSS Document */


#wrap .mainVisual {
	display: block;
}
#wrap .breadcrumb {
	display: none;
}

#contents {
	margin-top: 30px;
}


.infor {
	margin-top: 40px;
}
.infor ul {
	background-color: #EAE9E5;
	margin-top: 20px;
	padding: 5px 20px 20px;
}
.infor ul li {
	background-image: url(../img/dot01.png);
	background-position: left top;
	background-repeat: repeat-x;
	margin-top: 15px;
	padding: 15px 0 0 95px;
	position: relative;
}
.infor ul li:first-child {
	background-image: none;
	margin-top: 0;
}
.infor ul li .ymd {
	color: #999;
	position: absolute;
	left: 0;
	top: 15px;
}
.infor ul li a {
	text-decoration: underline;
}
.infor ul li a:hover {
	text-decoration: none;
}


.onlyOne {
	background: url(../img/top_p01.jpg) no-repeat left top;
	margin-top: 40px;
	padding-left: 320px;
	padding-top: 20px;
}
.onlyOne p {
	margin-top: 20px;
}
.onlyOne p:first-child {
	margin-top: 0;
}



@media only screen and (max-width: 768px) {
#contents {
	margin-top: 4vw;
}
.infor h2,
.pickup h2 {
	overflow: hidden;
}
.infor h2 img,
.pickup h2 img {
	max-width: inherit;
	width: 150%;
}

.infor {
	margin-top: 8vw;
}
.infor ul {
	margin-top: 4vw;
	padding: 10px;
}
.infor ul li {
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 0px;
}
.infor ul li:first-child {
	background-image: none;
	margin-top: 0;
	padding-top: 0px;
}
.infor ul li .ymd {
	margin-bottom: 5px;
	position: relative;
	left: 0;
	top: 0px;
}

.onlyOne {
	background-size: 100% auto;
	margin-top: 8vw;
	padding-left: 0px;
	padding-top: 88%;
}
.onlyOne p {
	margin-top: 15px;
}
.onlyOne p:first-child {
	margin-top: 15px;
}
}