@charset "utf-8";


.rent-main{


}
.rent-container{
	width: 1080px;
	margin:0 auto;
}



/* リード
------------------------------------------- */
.rent-main .lead-text{
	text-align: center;
	line-height: 1.8;
	font-weight: 700;
	font-size:18px;
	padding:100px 0 50px 0;
}
.rent-main .lead-text h1{
	margin-bottom:1em;
}

/* タイトル
------------------------------------------- */
.rent-main .title-box{
	padding:50px;
}

.rent-main .title-box h2{
	text-align: center;
	margin-bottom:5px;
}
.rent-main .title-box .sub-title{
	text-align: center;
	font-size:14px;
	color:#a5915a;
}

/* 概要テーブル
------------------------------------------- */
.rent-main .about-section{
    background: #f3f0eb;
    padding: 50px 0;
}

.rent-table{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.rent-table th,
.rent-table td{
	border-bottom:solid 1px #333;
	border-top:solid 1px #333;
	padding:15px;
	line-height: 1.5;
	background:#fff;
}
.rent-table th{
	background:#333;
	color:#fff;
	border-bottom:solid 1px #fff;
}
.rent-table th.item{
	width: 150px;
}
.rent-caution-text{
	padding-top:5px;
	text-align:right;
	font-size:12px;
}


/* 最適業種
------------------------------------------- */
.rent-main .example-section{
	padding:50px 0 100px 0;

}
.rent-main .example-section .example-block{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.rent-main .example-section .example-block .list-box{
	width: 50%;
}
.rent-main .example-section .example-block .photo-box{
	width: 45%;
}
.rent-main .example-section .example-block .photo-box img{
	border-radius: 8px;
	width: 100%;
}
.rent-main .example-section .rent-gyosyu{
	list-style-type: none;
	margin:0;
	padding:0;
	display: flex;
	flex-wrap: wrap;
}
.rent-main .example-section .rent-gyosyu li{
	background:#f3f0eb;
	border:solid 1px #333;
	padding:8px 18px;
	text-align: center;
	margin:0px 8px 8px 0;
	border-radius:3px;
	font-weight: 600;
	box-sizing: border-box;
}


/* アクセス
------------------------------------------- */
.rent-main .access-section{
    background: #fff;
    padding: 50px 0 100px 0;
}
.rent-main .access-section .map-flex-box{
	display: flex;
	justify-content: space-between;
}
.rent-main .access-section .map-flex-box .box{
	width: 48%;
}


/* お問い合わせ
------------------------------------------- */
.rent-main .contact-section{
    background: #f3f0eb;
    padding: 50px 0;
}
.rent-main .contact-section .contact-box{
	background:#fff;
	padding:50px;
	margin-bottom:100px;
}
.rent-main .contact-section .contact-box .contact-lead-text{
	text-align: center;
	margin-bottom:30px;
}

.rent-main .contact-section .contact-flex-block{
	display: flex;
	justify-content: space-between;
	border-top:solid 1px #333;
	border-bottom:solid 1px #333;
	padding:30px 50px;
}
.rent-main .contact-section .contact-flex-block .tel-box{
	width: 65%;
	margin-right:30px;
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.rent-main .contact-section .contact-flex-block .tel-box .min-text{
	font-size:14px;
}

.rent-main .contact-section .contact-flex-block .tel-box .tel-text{
	text-align: center;
	line-height: 1.5;
	padding:3px 15px;
	border:solid 1px #333;
}
.rent-main .contact-section .contact-flex-block .tel-box .tel-no{
	text-align: left;
	margin-left:20px;
	flex:1;
}
.rent-main .contact-section .contact-flex-block .tel-box .tel-no .tel{
	font-weight: 900;
	font-size: 38px;
}
.rent-main .contact-section .contact-flex-block .mail-box{
	width: 300px;
}
.rent-main .contact-section .contact-flex-block .mail-box a{
	display: block;
	text-align: center;
	background:#333;
	border:solid 2px #fff;
	padding:15px 0;
	font-size:18px;
	color:#fff;
	font-weight: 900;
}
.rent-main .contact-section .contact-flex-block .mail-box a:hover{
	border:solid 2px #a5905a;
	background:#fff;
	color:#a5905a;
}



/* メイン
------------------------------------------- */
.main-visual{


}
.main-visual .bg-block{
	background:#000;
	background:url(../img/bg.jpg?2025) no-repeat;
	background-size: cover;
	background-position: bottom center;
	height: 630px;
}
.main-visual .scroll-wrap {
	display: flex;
	overflow: hidden;
}
.main-visual .scroll-list {
	display: flex;
	list-style: none;
	padding: 0
}
.main-visual .scroll-list-left {
	animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.main-visual .scroll-list-item {
	width: calc(100vw / 4.5);
	margin:0 10px;
}
.main-visual .scroll-list-item > img {
	width: 100%;
	border-radius: 8px;;
}
@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}





@media screen and (max-width:736px) { 

	.rent-container{
		width: 100%;
		margin:0 auto;
		padding:0  20px;
	}


	/* リード
	------------------------------------------- */
	.rent-main .lead-text{
		font-size:14px;
		padding:30px 0;
	}
	.rent-main .lead-text h1{
		font-size:24px;
	}	



	/* タイトル
	------------------------------------------- */
	.rent-main .title-box h2{
		font-size:20px;
	}


	/* 概要テーブル
	------------------------------------------- */
	.rent-main .about-section{

	}
	.rent-table{

	}
	.rent-table th,
	.rent-table td{
		padding:10px 5px;
		font-size:14px;
	}
	.rent-table th{
		background:#333;
		color:#fff;
		border-bottom:solid 1px #fff;
	}
	.rent-table th.item{
		width: 80px;
	}


	/* 最適業種
	------------------------------------------- */
	.rent-main .example-section{

	}
	.rent-main .example-section .example-block{
	}
	.rent-main .example-section .example-block .list-box{
		width: 100%;
		margin-bottom:30px;
	}
	.rent-main .example-section .example-block .photo-box{
		width: 100%;
	}

	.rent-main .example-section .rent-gyosyu{
	}
	.rent-main .example-section .rent-gyosyu li{
		font-size:14px;
		padding-left:8px;
		padding-right:8px;


	}

	/* アクセス
	------------------------------------------- */
	.rent-main .access-section{
	}
	.rent-main .access-section .map-flex-box{
		flex-wrap: wrap;
	}
	.rent-main .access-section .map-flex-box .box{
		width: 100%;
		margin:10px 0;
	}


	/* お問い合わせ
	------------------------------------------- */
	.rent-main .contact-section{
	}
	.rent-main .contact-section .contact-box{
		padding:50px 20px;
	}
	.rent-main .contact-section .contact-box .contact-lead-text{
		line-height:1.8;
		font-size:14px;

	}

	.rent-main .contact-section .contact-flex-block{
		padding:30px 0px;
		flex-wrap:wrap;
	}
	.rent-main .contact-section .contact-flex-block .tel-box{
		width: 100%;
		margin-right:0px;
		flex-wrap:wrap;
	}
	.rent-main .contact-section .contact-flex-block .tel-box .min-text{

	}

	.rent-main .contact-section .contact-flex-block .tel-box .tel-text{
		text-align: center;
		line-height: 1.5;
		padding:3px 15px;
		border:solid 1px #333;
		width: 100%;
	}
	.rent-main .contact-section .contact-flex-block .tel-box .tel-no{
		margin-left:0px;
		flex:auto;
		width: 100%;
		margin-top:20px;
		text-align: center;
	}
	.rent-main .contact-section .contact-flex-block .tel-box .tel-no .tel{
		width: 100%;
	}
	.rent-main .contact-section .contact-flex-block .mail-box{
		width: 100%;
		padding-top:30px;
	}
	.rent-main .contact-section .contact-flex-block .mail-box a{
	}
	.rent-main .contact-section .contact-flex-block .mail-box a:hover{
		border:solid 2px #a5905a;
		background:#fff;
		color:#a5905a;
	}



	.main-visual .bg-block{
		background:url(../img/bg_sp.jpg?2025) no-repeat;
		background-size: cover;
		background-position: center center;
		height: 330px;
	}


	.rent-main .example-section .example-block .list-box{
		width: 100%;
	}
	.rent-main .example-section .example-block .photo-box{
		width: 100%;
	}

	.main-visual .scroll-list-item {
		width: calc(100vw / 2.5);
	}
}


