
@charset "utf-8";
/* CSS Document */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
#content{
	max-width: 950px;
	display: block;
	margin: 0 auto;
}
#content a :hover{
	opacity: 0.6;
}

#header{
	padding: 20px 30px;
	border-bottom: 1px solid #727171;
	display: flex;
	justify-content: space-between;
}
#header a:last-child {
	text-align: right;
}
#header img{
	width: 70%;
}

div.txt {
	margin: 50px 0 0;
}
div.txt img {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#carsharing{
	width: 90%;
	margin: 0 auto;
	position: relative;
}
#carrental{
	width: 90%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 50px;
}
#carsharing img{
	width: 100%;
    border: none;
}
#carrental img{
	width: 100%;
    border: none;
}
#sharingTitle {
	background: url(../images/share_icon.png) 15px 12px no-repeat #ffe0e0;
	padding: 25px 0 15px 75px;
	color: #707070;
	font-size: 26px;
	margin-top: 50px;
	margin-bottom: 20px;
	border-bottom: 5px solid #ccb6b6;
}
#rentalTitle {
	background: url(../images/rental_icon.png) 15px 12px no-repeat #ffe0e0;
	padding: 25px 0 15px 75px;
	color: #707070;
	font-size: 26px;
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: 5px solid #ccb6b6;
}
p.info {
	line-height: 25px;
	color: #ff0000;
}
.careco, .orix, .times, .toyota {
	margin-top: 20px;
}
.btn01, .btn02, .btn03, .btn04, .btn05, .btn06{
	width: 280px;
    position: absolute;
}
.btn01{
    top: 38%;
    left: 44%;
}
/*.btn02{
    top: 61%;
    left: 40%;
}*/
.btn05{
    top: 82%;
    left: 44%;
}
/*.btn03{
    top: 30%;
    left: 40%;
}
.btn04{
    top: 60%;
    left: 40%;
}*/
.btn06{
    top: 77%;
    left: 44%;
}
footer{
	width: 100%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    text-align: center;
	color: #595757;
    padding: 30px 0;
    font-size: 0.8em;
    line-height: 1em!important;
}
footer ul {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
footer li {
    color: #595757;
	font-weight: bold;
	margin: 0 0 2%;
    padding: 0 2%;
    border-right: solid 1px #595757;
    font-size: 0.95em;
}
footer ul li:last-child {
    border-right: none;
}
footer .copyright{
	font-weight: bold;
	padding: 30px 20px;
}
footer .fudosan{
	padding:20px;
}
footer .fudosan img {
	width: 50%;
}

@media screen and (max-width: 640px){
#content{
	width: 100%;
	height: 100%;
}
#header{
	padding: 10px;
	border-bottom: 1px solid #727171;
	display: flex;
	justify-content: space-between;
}
#header a:last-child {
	text-align: right;
}
#header img{
	width: 60%;
}

div.txt {
	margin: 50px 0 0;
	padding: 0 20px;
}
div.txt img {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#sharingTitle {
	background: url(../images/share_sp_icon.png) 10px 5px no-repeat #ffe0e0;
	padding: 12px 0 9px 55px;
	color: #707070;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 3px solid #ccb6b6;
}
#rentalTitle {
	background: url(../images/rental_sp_icon.png) 10px 5px no-repeat #ffe0e0;
	padding: 12px 0 9px 55px;
	color: #707070;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 3px solid #ccb6b6;
}
.sp {
	display: block !important;
	}
.pc {
	display: none !important;
	}
.btn01, .btn02, .btn03, .btn04, .btn05, .btn06{
	width: 70%;
    position: absolute;
}
.btn01{
    top: 39%;
    left: 15%;
}
/*.btn02{
    top: 62.5%;
    left: 15%;
}*/
.btn05{
    top: 89%;
    left: 15%;
}
/*.btn03{
    top: 29%;
    left: 15%;
}
.btn04{
    top: 62%;
    left: 15%;
}*/
.btn06{
    top: 85%;
    left: 15%;
}
#carrental{
	margin-bottom: 0px;
}
footer{
	width: 100%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    text-align: left;
	color: #595757;
    padding: 30px 0;
    line-height: 1em!important;
}
footer .copyright{
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding: 10px 20px;
}
footer .fudosan{
	text-align: center;
	padding:20px;
}
footer .fudosan img{
	width: 80%;
}
#pageTop {
    position: fixed;
    bottom: 29%;
    right: -5%;
    display: block;
    text-align: right;
}
#pageTop img {
    width: 60%;
}
}




