@charset "utf-8";
/* CSS Document */
p{
	font-size: 16px;
}
.contents{
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.maru{
	font-family: 'M PLUS Rounded 1c',"Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.page__title {
	text-align: center;
	padding: 8px 0;
	background-image: linear-gradient(to right, rgba(4, 93, 196, .9), rgba(99, 51, 162, 1) 48%, rgba(191, 11, 191, 1));
	margin-bottom: 0px;
}

.page__title-h {
	font-size: 28px;
	color: #fff;
}

.page__title2 {
	text-align: center;
	padding: 70px 0 10px;
}

.page__title2-h {
	font-size: 32px;
}
.rent-bg{
	padding-top: 0px;
	padding-bottom: 76px;
	background: #E6E8EC;
	margin-bottom: 60px;
}
.rent-flex{
	padding: 85px 85px;
	background: #fff;
	border-radius: 17px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.rent-flex .text{
	line-height: 1.75;
	width: 48%;
}
.rent-flex .pic{
	width: 48%;
}
.notes{
	font-size: 12px;
}
.notes2{
	font-size: 14px;
}
.rent-flex2{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	align-items: center;
	flex-direction: row-reverse;
}
.rent-flex2 .shop-list{
	width: 49.4%;
}
.rent-flex2 .shop-list ul{
	display: flex;
	justify-content: space-between;
}
.rent-flex2 .shop-list ul li{
	width: 48%;
}
.rent-flex2 .shop-list li .shop-pic {
    margin-bottom: 9px;
    box-shadow: 0 3px 6px 0 rgb(255 255 255 / 16%);
    background-image: linear-gradient(to top, rgba(4, 93, 196, 0.9), rgba(99, 51, 162, 0.5) 48%, rgba(191, 11, 191, 0.5));
    border-radius: 10px;
    padding: 12px;
}
.rent-flex2 .shop-list li .shop-tex {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 1.3;
    text-align: center;
}
.rent-flex2 .text{
	width: 44%;
	line-height: 1.75;
}

.btn-box2 a{
  border-radius: 100px;
  padding:22px 0 22px 0px;
	border: 5px solid #FFFFFF;
	background:#000000 ;
	position: relative;
	display: block;
	width: 80%;
	max-width: 485px;
	color:#fff;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.btn-box2 a .yajirushi{
	width: 14px;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 3px;
	margin-right: 14px;
}
.btn-box2 a .yajirushi img{
	display: block;
}
.btn-box2.ex a{
	margin-left: auto;
	margin-right: auto;
}
.contact-box{
	margin-bottom: 80px;
}
.contact-box .contact-ttlbox{
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: linear-gradient(to bottom, #0089FF 0%, #003C8E 100%);
	text-align: center;
	color: #fff;
	font-weight: 900;
	position: relative;
	border-radius: 30px 30px 0 0;
	z-index: 2;
}
.contact-box .contact-ttlbox::after{
	content: "";
	width: 36px;
	height: 23px;
	bottom: -20px;
	left: 0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/rent/sankaku.svg") no-repeat center bottom / 100%;
	position: absolute;
}
.contact-box .top-tex{
	font-size: 33px;
	line-height: 1;
	margin-bottom: 8px;
}
.contact-box .bottom-tex{
	font-size: 44px;
	line-height: 1;
}
.btn-wrap{
	padding-top: 50px;
	padding-bottom: 50px;
	background: #DEDEDE;
}
@media (min-width: 768px) {
	.wrap{
		width: 990px;
		margin-left: auto;
		margin-right: auto;
	}
	.wrap.ex{
		width: 863px;
		margin-left: auto;
		margin-right: auto;
	}
	.wrap2{
		width: 820px;
		margin-left: auto;
		margin-right: auto;
	}	
	.wrap3{
		width: 990px;
		margin-left: auto;
		margin-right: auto;
	}	
}
@media only screen and (max-width : 767px) {
	.page__title {
		padding: 8px 0;
	}
	
	.page__title-h {
		font-size: 19px;
	}
	
	.page__title2 {
		text-align: center;
		padding: 50px 0 30px;
	}
	
	.page__title2-h {
		font-size: 26px;
	}
	p{
		font-size: 3.6vw;
		line-height: 1.85;
	}
	.wrap{
		width: 88%;
		margin-left: auto;
		margin-right: auto;
	}	
	.wrap2{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}		
	.wrap3{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.notes{
		font-size: 3.2vw;
	}
	.rent-bg{
		padding-top: 7vw;
		padding-bottom: 7vw;
		margin-bottom: 10.6vw;
	}
	.rent-flex{
		padding: 7.4vw 7.4vw;
		background: #fff;
		margin-bottom: 8vw;
		display: block;
	}
	.rent-flex .text{
		line-height: 1.75;
		width: 100%;
	}
	.rent-flex .pic{
		width: 100%;
		margin-bottom: 5vw;
	}
	.rent-flex2{
		display: block;
		margin-bottom: 10vw;
	}
	.rent-flex2 .shop-list{
		width: 100%;
	}
	.rent-flex2 .shop-list ul{
	}
	.rent-flex2 .shop-list ul li{
		width: 48%;
		margin-bottom: 1vw;
	}
	.rent-flex2 .shop-list li .shop-pic {
		margin-bottom: 2%;
		padding:4%;
	}
	.rent-flex2 .shop-list li .shop-tex {
		font-size: 3.2vw;
		letter-spacing: 0;
	}
	.rent-flex2 .text{
		width: 100%;
		line-height: 1.75;
		margin-bottom: 6vw;
	}
	.btn-box2 a{
	  border-radius: 100px;
	  padding:4.5vw 0 4vw 0px;
		border: 2px solid #FFFFFF;
		position: relative;
		display: block;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		max-width: 485px;
		color:#fff;
		font-size: 3.3vw;
		line-height: 1;
		text-align: center;
		font-weight: bold;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	}
	.btn-box2 a .yajirushi{
		width: 14px;
		display: inline-block;
		vertical-align: top;
		padding-bottom: 3px;
		margin-right: 14px;
		margin-top: -0.1em;
	}
	.contact-box{
		margin-bottom: 16vw;
	}
	.contact-box .contact-ttlbox{
		padding-top: 5vw;
		padding-bottom: 5vw;
		text-align: center;
		color: #fff;
		font-weight: 700;
		position: relative;
		border-radius: 10px 10px 0 0;
		z-index: 2;
	}
	.contact-box .contact-ttlbox::after{
		content: "";
		width: 18px;
		height: 12px;
		bottom: -10px;
		left: 0;
		right:0;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
	}
	.contact-box .top-tex{
		font-size: 3.9vw;
		line-height: 1;
		margin-bottom: 8px;
	}
	.contact-box .bottom-tex{
		font-size: 4.1vw;
		line-height: 1;
	}
	.btn-wrap{
		padding-top: 6vw;
		padding-bottom: 6vw;
		background: #DEDEDE;
	}
}

.notes.ex{
	color: #751C7A;
}
