/* --------------- rental --------------- */

.col_rental {
	width: 100%;
	height: 360px;
	margin: 0 0 0;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#breadcramb{
	width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 24px 40px;
    font-size: 11px;
}

#breadcramb a{
	color: #000;
    text-decoration: underline;
}


.bg_rental {
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 25px 0 0;
    background-image: url(../img/rental/bg_pagettl.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
}



.bg_rental:after {
	content: "";
	width: 100%;
	height: 45px;
	background-image: url(../img/top/img_line2.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 95%;
	background-size: cover;
}

.col_pagettl{
	width: 100%;
    height: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 4%;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.col_pagettl .pagettl{
	margin: 0 0 0.15em;
    padding: 0;
    font-size: min(7.56vw, 33px);
    font-weight: 500;
    line-height: 1.3;
}


.col_pagettl .en_pagettl{
	margin: 0;
    padding: 0;
    font-size: min(4.5vw, 18px);
    line-height: 1;
}

.box_rental{
	margin: 0;
    padding: 0 0 80px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    font-weight: 500;
}

.inner_rental{
	width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4% 0;
    background-color: #fff;
    box-sizing: border-box;
}

.list_rental{
	max-width: 910px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.list_rental .cont_rentallist {
	width: calc(100% / 3);
	margin: 0 0 56px;
	padding: 15px 25px;
	color: #000;
	transition: all 1s;
	display: block;
}

.list_rental .cont_rentallist .thumb{
	width: 100%;
    height: calc(((110vw - 200px) / 3 - 20px)* 0.7);
    max-height: 170px;
    margin: 0 0 20px;
    padding: 0;
    overflow: hidden;
    border-top-left-radius: 67px;
    border-bottom-right-radius: 67px;
    filter: drop-shadow(7px 7px 0px #fff100);
}

.list_rental .cont_rentallist .thumb img{
	width: 105%;
	height: auto;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	transition: transform .5s;
	position: relative;
	top: 50%;
	left: 50%;
}

.list_rental a.cont_rentallist:hover .thumb img{
	transform: translate(-50%, -50%) scale(1.1);
}

.list_rental .cont_rentallist .title{
	margin: 0 0 20px;
	padding: 0 0 15px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	position: relative;
}

.list_rental .cont_rentallist .title:before{
	content: "";
    width: 100%;
    height: 3px;
    background-image: url(../img/img_dotted.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 100%;
    left: 0;
}

.list_rental .cont_rentallist .title:after{
	content: "";
    width: 11px;
    height: 11px;
    background-image: url(../img/top/icon_circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 94%;
    left: -2%;
    z-index: -1;
}


table.inner_box_rental{
	width: 100%;
	margin: 0 0 15px;
	border-top: solid 1px #595757;
	border-left: solid 1px #595757;
}

table.inner_box_rental th{
	width: 25%;
	padding: 10px 5px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	background-color: #595757;
	border-right: solid 1px #595757;
    border-bottom: solid 1px #595757;
}

table.inner_box_rental th:first-of-type{
    border-bottom: solid 1px #fff;

}

table.inner_box_rental tr:nth-of-type(2n) th{
	border-bottom: solid 1px #595757;
}


table.inner_box_rental td{
	padding: 5px 3px 5px 5px;
	border-right: solid 1px #595757;
    border-bottom: solid 1px #595757;
}

.list_rental .cont_rentallist .txt{
	margin: 0 0 15px;
}

.box_rental_pdf{
	margin: 0 0 50px;
	display: flex;
	justify-content: center;
}

.wrap_rental{
	width: calc(100% / 3);
	margin: 0 40px 0 0;
	padding: 20px 8px 20px 0;
	display: flex;
	align-items: center;
	background-color: #dadbdb;
	border-top-left-radius: 45px;
	border-bottom-right-radius: 45px;

}

.wrap_rental:first-of-type{
	width: calc(100% / 3 - 40px);
}

.wrap_rental:nth-of-type(3){
	margin: 0;
}

.wrap_rental:hover{
	opacity: .8;
}

.cont_rental1{
	margin: 0 0 90px;
	padding: 0 0 90px;
	position: relative;
}

.cont_rental1.last{
	margin: 0 0 60px;
	padding: 0;
	position: relative;
}


.cont_rental1:before{
	content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/img_wavy.svg);
    position: absolute;
    top: 100%;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

.cont_rental1.last:before{
	display: none;
}


.wrap_rental2{
	display: flex;
	margin: 0 0 80px;
}

.list_hall {
	display: flex;
	justify-content: center;
}
.cont_btn_rental_d {
	margin: 0;
	padding: 0;
	text-align: center;
}


a.btn1.hall {
	margin: 0;
	padding: 7px 10px;
	background-color: #fff;
	color: #000;
	border: solid 1px #000;
	display: inline-flex;
}

a.btn1.hall2{
	width: 198px;
	margin: 0 auto;
	background-color: #fff;
    color: #000;
    border: solid 1px #000;
}

a.btn1.hall2.layout{
	margin: 0;
}

a.btn1.hall:hover{
	background-color: #282828;
	color: #fff;
}

a.btn1.hall2:hover{
	background-color: #282828;
	color: #fff;
}

a.btn1.hall .icon{
	background-color: #000;
	margin: 0 0 0 10px;
}


a.btn1.hall2 .icon{
	background-color: #000;
	margin: 0 0 0 10px;
}

a.btn1.hall:hover .icon{
	background-color: #fff;
}

a.btn1.hall2:hover .icon{
	background-color: #fff;
}

a.btn1.hall .icon:before{
	background-image: url(../img/img_btnhover.svg);
}

a.btn1.hall2 .icon:before{
	background-image: url(../img/img_btnhover.svg);
}

a.btn1.hall:hover .icon:before{
	background-image: url(../img/img_btn.svg);
}

a.btn1.hall2:hover .icon:before{
	background-image: url(../img/img_btn.svg);
}


dl.cont_hall1{
	width: calc(100% / 3);
	max-width: 280px;
	margin: 0 60px 0 0;
	padding: 0;
	
}
.list_hall.single dl.cont_hall1 {
	width: 80%;
	max-width: 610px;
	margin: 0 auto 25px;
}
dl.cont_hall1:last-of-type{
	margin: 0;
}

dl.cont_hall1 dt{
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
}

dl.cont_hall1 dd.image{
	width: 100%;
	margin: 0 auto 35px;
	padding: 0;
}
dl.cont_hall1 dd.txt{
	margin: 0 0 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}

.box_layout{
	width: 80%;
	max-width: 610px;
	margin: 0 auto 25px;

}

.box_layout h2{
	text-align: center;
	font-size: 19px;
	font-weight: 900;
	
}

.img_layout{
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
}

.img_rental{
	width: 30%;
	max-width: 58px;
	margin: 0 0 0 0;
	transform: translate(-35%, 0%);
}

.txt_rental{
	color: #282828;
	font-size: 17px;
	letter-spacing: 0.14em;
	line-height: 1.6;
}

.txt_rental2{
	display: flex;
	align-items: center;

}

.txt_rental2 .icon{
	background-color: #000;
	margin: 0 0 0 5px;
}

.txt_rental2 .icon:before{
	background-image: url(../img/img_btnhover.svg);
}

.btn2.rental1{
	margin: 0 0 50px;
	padding: 30px 15px;
	background-color: #fff100;
	border-top-left-radius: 34px;
	border-bottom-right-radius: 34px;
	text-align: center;
	color: #282828;
	font-weight: 500;
	font-size: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.btn2.rental2{
	margin: 0;
	padding: 0;
	font-weight: 500;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	line-height: 1.2;
}

.btn2.rental1 .icon{
	width: 15%;
	max-width: 23px;
    height: 23px;
    margin: 0 0 0 20px;
    background-color: #000;
    border-radius: 50%;
    position: relative;
}

.btn2.rental1 .icon:before{
	content: "";
    width: 5px;
    height: 11px;
    background-image: url(../img/img_btnhover.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    left: 10px;
}


.btn2.rental2 .icon{
	width: 15%;
	max-width: 23px;
    height: 23px;
    margin: 0 0 0 20px;
    background-color: #000;
    border-radius: 50%;
    position: relative;
}

.btn2.rental2 .icon:before{
	content: "";
    width: 5px;
    height: 11px;
    background-image: url(../img/img_btnhover.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    left: 10px;
}

.btn2.rental1:hover{
	opacity: .8;
}

.btn2.rental1:hover .icon{
	background-color: #fff;
}

.btn2.rental1:hover .icon:before{
	background-image: url(../img/img_btn.svg);
}

.btn1.event1{
	width: 137px;
    padding: 10px 14px;
    border-radius: 23px;
    font-size: 16px;
    justify-content: space-between;
    border: solid 1px #000;
}

.btn1.event1 span{
	line-height: 1;
}


.icon{
	width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
}

.icon:before{
	content: "";
    width: 4px;
    height: 7px;
    background-image: url(../img/img_btn.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    left: 6px;
}

.list_rental a:hover .btn1.event1{
	color: #000;
	background-color: #fff;
	border: solid 1px #000;
}

.list_rental a:hover .btn1.event1 .icon{
	background-color: #000;
}

.list_rental a:hover .btn1.event1 .icon:before{
	background-image: url(../img/img_btnhover.svg);
}

.wrap_rental2{
	display: flex;
}

.wrap_rental2 a{
	width: 40%;
	margin: 0 30px 0 0;
}

.left_txt_rental{
	margin: 0;
	padding: 30px 10px;
	background-color: #fff;
	border: solid 1px #b1b1b2;
	border-top-left-radius: 34px;
	border-bottom-right-radius: 34px;
	font-size: 28px;
	line-height: 1.28;
	filter: drop-shadow(7px 7px 0px #fff100);
	color: #282828;

}

.left_txt_rental:hover{
	background-color: #fff100;
	filter: drop-shadow(7px 7px 0px #000);
}

.left_txt_rental .small{
	font-size: 15px;
	text-align: center;
    padding: 0 50px 0 0;
}

dl.title_rental{
}

dl.title_rental dt{
	margin: 0 0 20px;
	padding: 0 0 20px 10px;
	font-size: 23px;
	line-height: 1;
	position: relative;
	z-index: 0;
}

dl.title_rental dt:before{
	content: "";
    width: 100%;
    height: 3px;
    background-image: url(../img/img_dotted.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 94%;
    left: 0;
}


dl.title_rental dt:after{
	content: "";
    width: 11px;
    height: 11px;
    background-image: url(../img/top/icon_circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 90%;
    left: -1%;
    z-index: -1;
}


dl.title_rental dd{
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.boxleft_rental{
	margin: 0 15px 0 0;
	padding: 15px;
	font-size: 20px; 
	text-align: center;
	border: solid 1px #282828;
}


.img_rental1 {
	width: 100%;
	max-width: 400px;
	margin: 0 50px 0 0;
	filter: drop-shadow(20px 20px 0px #fff100)
}
.img_rental1 .crip {
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 100px 0 100px 0;
	overflow: hidden;
}
@media screen and ( max-width: 800px ) {
	.img_rental1 .crip {
		border-radius: 17.5vw 0 17.5vw 0;
	}
}
.img_rental1 img {
	width: 100%;
}
.lead_rental1{
	width: 100%;
}

.lead_rental1 h2{
	font-size: 25px;
	font-weight: 500;
	position: relative;
	padding: 0 0 9px 9px;
}

.lead_rental1 h2:before{
	content: "";
	width: 100%;
    border-bottom: dotted 3px #231815;
    position: absolute;
    top: 100%;
    left: 0;
}

.lead_rental1 h2:after{
	content: "";
    width: 11px;
    height: 11px;
    background-image: url(../img/top/icon_circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 95%;
    left: -0.5%;
    z-index: -1;
}

.lead_rental2{
	width: 100%;
}

.lead_rental2 h2{
	margin: 0 0 20px;
	font-size: 31px;
	font-weight: 500;
	position: relative;
	padding: 0 0 20px 9px;
	line-height: 1;
	z-index: 0;
}

.lead_rental2 h2:before{
	content: "";
	width: 100%;
    border-bottom: dotted 3px #231815;
    position: absolute;
    top: 100%;
    left: 0;
}

.lead_rental2 h2:after{
	content: "";
    width: 11px;
    height: 11px;
    background-image: url(../img/top/icon_circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 95%;
    left: -0.5%;
    z-index: -1;
}

.left_rental1{
	width: 100%;
	max-width: 203px;
	margin: 0 40px 0 0;
	padding: 40px 20px;
	background-color: #fff100;
	border-top-left-radius: 54px;
	border-bottom-right-radius: 54px;
}

.txt_rental1{
	padding: 0 0 0 9px;
}

.txt_rental2{
	line-height: 1.2;
}

.txt_rental2 span.jp{
	font-size: 23px;
	letter-spacing: 0.14em;
}

.txt_rental2 span.en{
	font-size: 14px;
	color: #a3a3a3;
}

.right_rental1{
	width: 73%;
}

.cont_rental{
	width: 100%;
	margin: 0 auto 120px;
	padding: 0;
	position: relative;
	z-index: 0;
}

.cont_rental:before{
	content: "";
    width: 100%;
    border-bottom: dotted 2px #000000;
    position: absolute;
    top: calc(100% + 60px);
    left: 0;
}

.cont_rental2{
	width: 100%;
	margin: 0 auto 120px;
	padding: 0;
	position: relative;
	z-index: 0;
}

.cont_rental2:before{
	content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/img_wavy.svg);
    position: absolute;
    top: calc(100% + 60px);
    left: 0;
	background-size: 100%;
	background-repeat: no-repeat;
}

.right_rental2{
	width: 60%;
}


.left_rental2{
	width: 40%;
	max-width: 300px;
	text-align: center;
}

.ttl_toprental{
	margin: 0 auto 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.left_ttl{
	margin: 0 35px 0 0;
}

.right_ttl{
	margin: 0 0 0 35px;
}
h2.mds2{
	position: relative;
	z-index: 0;
	line-height: 0.8;
	text-align: center;
	font-size: 2.05em;
	color: #282828;
}

h2.mds2 span.jp{
	font-weight: 500;
	letter-spacing: 0.14em;
}


h2.mds2 span.en{
	font-size: 0.55em;
	font-weight: 600;
	
}
.img_rental2{
	width: 100%;
}

.left_rental3{
	width: 40%;
	max-width: 324px;
	margin: 0 30px 0 0;
}

.left_rental3:last-of-type{
	margin: 0 0 0 30px;
}

.img_rental3{
	width: 100%;
}

img.img_rashomon{
	width: 80%;
    max-width: 209px;
}



span.box_cont_rental{
	margin: 0 5px 0 0;
	padding: 5px;
	border: solid 1px #000;
}

h2.mds2{
	position: relative;
	z-index: 0;
	line-height: 1;
	text-align: center;
	font-size: 25px;
}

h2.mds2.rental{
	margin: 0 0 30px;
	padding: 0 15px;
	text-align: left;
	position: relative;
	z-index: 0;
	font-size: 27px;
}

h2.mds2.rental span.small{
	font-size: 15px;
}

h2.mds2.rental.fs18{
	font-size: 18px;
	padding: 0 0 0 15px;
}

h2.mds2.rental:before{
	content: "";
    width: 100%;
    border-bottom: dotted 3px #231815;
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
}

h2.mds2.rental:after{
	content: "";
    width: 11px;
    height: 11px;
    background-image: url(../img/top/icon_circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(100% + 10px);
    right: -0.5%;
    z-index: -1;
}


h2.mds2.rental2{
	margin: 0 0 30px;
	padding: 0 0 0 15px;
	text-align: left;
	position: relative;
	z-index: 0;
	font-size: 20px;
}

h2.mds2.rental2:before{
	content: "";
    width: 100%;
    border-bottom: solid 1px #231815;
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
}

h2.mds2.rental2:after{
	content: "";
    width: 11px;
    height: 11px;
    background-image: url(../img/top/icon_circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(100% + 10px);
    left: -0.5%;
    z-index: -1;
}

.data.topic{
	margin: 0 0 10px;
	padding: 0;
	font-size: 15px;
	font-weight: 500;
}



h2.mds2 span.en{
	font-size: 18px;
	color: #
}

.col_rental1{
	width: 80%;
    margin: 0 auto;
    max-width: 655px;
}

.list_imgrental1{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.list_imgrental1 img{
	width: calc(100% / 3 - 20px);
}

.list_rental_train{
	width: 97%;
	margin: 0 auto 0;
	padding: 0;
	position: relative;
}

.list_rental_train2{
	width: 97%;
	margin: 0 auto 0;
	padding: 0 0 60px;
	position: relative;
}


.list_rental_car{
	width: 97%;
	margin: 0 auto 50px;
}

dl.list_rental1{
	width: 100%;
    margin: 0 0 15px;
    padding: 8px 0 0;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

dl.list_rental1:nth-of-type(2){
	margin: 0;
}

dl.list_rental1 dt{
	width: 30%;
	max-width: 145px;
	margin: 0;
    padding: 19px 15px;
    text-align: center;
    border: solid 1px #282828;
    line-height: 1.4;
    font-weight: 500;
}

dl.list_rental1 dd{
	width: 100%;
}

ul.txt_rental{
	margin: 0;
	padding: 0;
}

ul.txt_rental li{
	margin: 0 0 20px;
	padding: 0 0 0 24px;
    text-indent: -24px;
}


.img_event1{
	width: 90%;
	max-width: 224px;
	margin: 0 25px 0 0;
    text-align: center;
}

.img_event1 img{
    height: auto;
    margin: 0 0 5px 0;
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity;
    filter: drop-shadow(7px 7px 0px #dcdddd);
}

.lead_event1{
	width: 100%;
}

.lead_event1 h2{
	margin: 0 0 15px 0;
    padding: 0 10px 15px 10px;
    color: #282828;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5em;
    letter-spacing: -0.07em;
    border-bottom: 1px solid #707070;
}

.txt_event1{
	padding: 0 10px;
}

.list_event1{
	margin: 0;
    padding: 0;
}


.list_event1 dd{
	margin: 0 0 0 5px;
}


.img_pdf{
	width: 95%;
	max-width: 300px;
	margin: 25px auto 25px 0;
}

.img_pdf img{
	margin: 0 0 20px;
}

a.pdf.topic{
	color: #282828;
}

a.pdf.topic:hover{
	opacity: .8;
}

.page-nav{
	width: 100%;
    margin: 0;
    padding: 0;
}

.pagenav{
	display: flex;
	justify-content: center;
    margin: 50px 0 0px 0;
    padding: 0;
}

.pagenav li{
	display: flex;
    margin: 0 3.5px 10px;
    border-radius: 50%;
}

.pagenav li.active{
	background-color: #fff100;
}

.pagenav li:hover{
	background-color: #fff100;
}


.pagenav li a, .pagenav li span{
	height: 35px;
    width: 35px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f2a67;
}

@media screen and ( max-width: 1080px ) {
	.list_rental .cont_rentallist {
		width: calc(100% / 2);
	}
	
	.list_rental .cont_rentallist .thumb{
		height: calc(((137vw - 200px) / 3 - 20px)* 0.7);
		max-height: 240px;
	}
	
	.txt_rental{
		font-size: 15px;
	}
	
	
	
	
}


@media screen and ( max-width: 950px ) {
	.box_rental_pdf{
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	
	.txt_rental{
		font-size: 17px;
	}
	
	.wrap_rental{
		width: 100%;
		max-width: 555px;
		margin: 0 auto 40px;
	}
	
	.wrap_rental:first-of-type{
		width: 100%;
	}
	
	.wrap_rental:nth-of-type(3){
		margin: 0 auto 40px;
	}
	
	
}

@media screen and ( max-width: 800px ) {
	.bg_rental {
	    background-image: url(../img/rental/sp/bg_pagettl.jpg);
	}
	
	.bg_rental:after{
		height: 24px;
	    background-image: url(../img/top/sp/img_line2.png);
        top: 94%;
	}
	
	#breadcramb{
		display: none;
	}
	
	.col_rental{
		margin: 0 0 50px;
		height: 100%;
	}
	
	.bg_rental{
		height: 50vw;
	}
	
	.list_rental{
		display: block;
	}
	
	.list_rental .cont_rentallist {
		width: 100%;
		margin: 0 0 12%;
		padding: 0;
	}
	
	.list_rental .cont_rentallist:nth-of-type(3n){
		padding: 0;
	}
	
	
	.list_rental .cont_rentallist .thumb{
		height: calc(((256vw - 200px) / 3 - 20px)* 0.7);
		max-height: 350px;
		margin: 0 0 7%;
		filter: drop-shadow(2vw 2vw 0px #fff100);
	}
		
	.list_rental a:hover .thumb img {
		transform: translate(-50%, -50%);
	}
	
	.wrap_rental1{
		display: block;
	}
	
	.wrap_rental2{
		display: block;
	}
	
	.wrap_rental2 a{
		width: 100%;
	}
	
	.wrap_rental2:nth-of-type(3){
		display: flex;
		flex-direction: column;
	}
	
	.wrap_rental2:nth-of-type(4){
		display: flex;
		flex-direction: column;
	}
	
	.wrap_rental3{
		flex-direction: column;
	}
	
	.img_rental1{
		width: 100%;
		max-width: 572px;
		margin: 0 auto 50px;
	    filter: drop-shadow(3vw 3vw 0px #fff100)
	}
	
	.lead_rental1 h2{
		text-align: center;
		line-height: 1.38;
	}
	
	.list_hall{
		display: block;
	}
	
	dl.cont_hall1{
		width: 100%;
		max-width: 558px;
		margin: 0 auto 60px;
		padding: 0 0 60px;
		position: relative;
	}
	
	dl.cont_hall1:last-of-type{
		margin: 0 auto;
	}
	
	
	dl.cont_hall1:before{
		content: "";
	    width: 100%;
	    height: 100%;
	    max-height: 10px;
	    background-image: url(../img/rental/img_line1.svg);
	    background-repeat: no-repeat;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    background-size: 100%;
	}
	
	dl.cont_hall1:last-of-type::before{
		display: none;
	}
	
	.cont_rental1{
		margin: 0 0 10%;
		padding: 0;
	}
	
	.cont_rental1:before{
		display: none;
	}
	
	dl.cont_hall1 dd.image{
		max-width: 558px;
	}
	
	.box_layout{
		width: 98%;
	}
	
	a.btn1.hall2.layout{
		margin: 0 auto;
	}
	
	
	.left_rental1{
		max-width: 100%;
		margin: 0 0 15px;
		text-align: center;
	}
	
	.right_rental1{
		width: 100%;
	}
	
	.right_rental2{
		width: 100%;
		order: 2;
	}
	
	.left_rental2{
		width: 100%;
		max-width: 555px;
		margin: 0 0 30px;
		order: 1;
	}
	
	.left_rental3{
		width: 100%;
		max-width: 563px;
		margin: 0 auto 30px;
		order: 1;
	}
	
	.left_rental3:last-of-type{
		margin: 0 auto 30px;
	}
	
	
	img.img_rashomon{
		width: 100%;
		max-width: 586px;
	}
	
	
	.list_imgrental1{
		flex-wrap: wrap;
	}
	
	.list_imgrental1 img:first-of-type{
		width: 100%;
		margin: 0 0 28px;
	}
	
	.list_imgrental1 img{
		width: calc(100% / 2 - 14px);
	}
	
	
	.btn2.rental1{
		font-size: min(5vw , 27px);
	}
	
	
	
	dl.list_rental1{
		display: block;
	}
	
	dl.list_rental1 dt{
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 18px 15px;
	}
	
	dl.list_rental1 dt{
		margin: 0 auto 3%;
		border: solid 2px #282828;
	}
	
	
	dl.list_rental1 dd{
		margin: 0;
	}
	
	h2.mds2.rental.fs18{
		padding: 0;
	}
	
	h2.mds2.rental{
		line-height: 1.5;
		text-align: center;
		padding: 0;
	}
	
	h2.mds2.rental:first-of-type{
		text-align: left;
	}
	
	h2.mds2.rental:after{
		left: 99%;
	}
	
	h2.mds2.rental2:after{
		left: 99%;
	}
	
	
	.cont_rental{
		margin: 0 auto 15%;
	}
	
	.cont_rental:before{
		top: 102%;
		
	}
	
	.img_rental{
		max-width: 84px;
	}
	
	
	.list_rental_car{
		margin: 0 auto 8.5%;
	}
	
	.img_pdf{
		margin: 25px auto;
	}
	
	.cont_rental:before:last-of-type{
		display: none;
	}
	
	.left_txt_rental{
		margin: 0 0 35px 0;
		border-top-left-radius: 64px;
    	border-bottom-right-radius: 64px;
	}
	
	dl.title_rental dt{
		text-align: center;
		padding: 0 0 20px;
	}
	
	dl.title_rental dd{
		display: block;
	}
	
	.boxleft_rental{
		margin: 0 auto 20px;
	}
	
	.right_txt_rental{
		text-align: center;
	}
	
	
	
}	

@media screen and ( max-width: 480px ) {
	.cont_rental:before{
		top: 101.5%;
	}


}



@media screen and ( max-width: 400px ) {

	body{
		font-size: 14px;
	}
	
	h2.mds2.rental{
		font-size: min(5.5vw , 21px);
	}
	
	h2.mds2.rental.fs18{
		font-size: min(4.7vw , 18px);
	}
	
	.txt_rental{
		font-size: 15px;
	}
	
	.left_txt_rental{
		padding: 30px;
		font-size: 25px;
	}
	
}

@media screen and ( max-width: 350px ) {
	.cont_rental:before{
		top: 101%;
	}
}




/* --------------- top info --------------- */

.col_topinfo{
	width: 92%;
	max-width: 1088px;
	margin: 0 auto;
	padding: 0 0 70px;
}


.list_info{
	max-width: 1088px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.list_info a{
	width: 30%;
    max-width: 330px;
    margin: 0 3% 0 0;
    padding: 15px 15px 60px 15px;
    color: #000;
    transition: all 1s;
    display: block;
    postion: relative;
    background-image: url(../img/top/img_infobg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.list_info a:last-of-type{
	margin: 0;
}



.list_info a .thumb{
	width: 100%;
    height: calc(((90vw - 200px) / 3 - 20px)* 0.7);
    max-height: 180px;
    margin: 0 0 8px;
    padding: 0;
    overflow: hidden;

}


.list_info a .thumb img{
	width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
    transition: transform .5s;
    position: relative;
    top: 50%;
    left: 50%;
}

.list_info a:hover .thumb img{
	transform: translate(-50%, -50%) scale(1.1);
}


.list_info a .title{
	margin: 0;
    padding: 0;
    font-size: 23px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}


.list_info a .title span.en{
	font-size: 14px;
	font-weight: 600;
	color: #a3a3a3;
}








.list_info2{
	max-width: 980px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cont_rental a{
	width: 100%;
    max-width: 652px;
    margin: 0 auto;
    padding: 0 15px 0 0;
    color: #000;
    transition: all 1s;
    display: flex;
    align-items: center;
    postion: relative;
    background-image: url(../img/rental/img_bgrental1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cont_rental a:last-of-type{
    margin: 0 0 0 0;
}


.cont_rental a .thumb{
	width: 55%;
	max-width: 188px;
    margin: 0 0 8px;
    padding: 0;
    overflow: hidden;
    transform: translate(-22%, -10%);

}


.cont_rental a .thumb img{
	width: 100%;
    margin: 0;
    padding: 0;
}



.cont_rental a .title{
	margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
}




.cont_rental2 a{
	width: 100%;
    max-width: 652px;
    margin: 0 auto;
    padding: 0 15px 0 0;
    color: #000;
    transition: all 1s;
    display: flex;
    align-items: center;
    postion: relative;
    background-image: url(../img/rental/img_bgrental1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cont_rental2 a:last-of-type{
    margin: 0 0 0 0;
}


.cont_rental2 a .thumb{
	width: 55%;
	max-width: 188px;
    margin: 0 0 8px;
    padding: 0;
    overflow: hidden;
    transform: translate(-22%, -10%);

}


.cont_rental2 a .thumb img{
	width: 100%;
    margin: 0;
    padding: 0;
}



.cont_rental2 a .title{
	margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
}


.list_info2 a .title span.en{
	font-size: 14px;
	font-weight: 600;
	color: #a3a3a3;
}

.right_info2{
	width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

@media screen and ( max-width: 800px ) {
	
	.cont_rental2{
		margin: 0 auto 10%;
		padding: 0 0 40%;
	}
	
	.cont_rental2 a{
		display: block;
		background-image: none;
		position: relative;
	}
	
	.cont_rental2 a .thumb{
		width: 74%;
		max-width: 466px;
		margin: 0 auto;
		transform: translate(0 , 0);
	}
	
	.cont_rental2 a .title{
		font-size: min(3.5vw , 17px);
	}
	
	.col_rental1{
		width: 100%;
		margin: 0 auto 0;
	}
	
	.right_info2{
		width: 100%;
		padding: 20% 10% 10%;
		background-color: #fff100;
		border-top-left-radius: 104px;
		border-bottom-right-radius: 104px;
		position: absolute;
		bottom: -50%;
		z-index: -1;
	}
	
	.cont_rental2:before{
		top: 100%;
	}
	
}


@media screen and ( max-width: 750px ) {

	.list_info{
		display: block;
	}
	
	.list_info a{
		width: 100%;
		max-width: 525px;
		margin: 0 auto 9.5%;
		padding: 15px 15px 35px 15px;
	}
	
	.list_info a .thumb{
		height: calc(((290vw - 200px) / 3 - 20px)* 0.7);
		max-height: 290px;
		transform: translate(0, -15%);
	}
	
	.list_info a:last-of-type{
		margin: 0 auto;
	}
	
	.list_info a .title{
		font-size: min(5vw , 28px);
	}
	
	.list_info2{
		max-width: 620px;
		display: block;
	}
	
	.list_info2 a{
		width: 96%;
		max-width: 590px;
		margin: 0 auto 4.5%;
	}
	
	.list_info2 a .thumb{
		height: calc(((195vw - 200px) / 3 - 20px)* 0.7);
		max-height: 175px;
		transform: translate(-8% , -8%);
	}
	
	.list_info2 a:last-of-type{
		margin: 0 auto 0;
	}
	
	.list_info2 a .title{
		font-size: min(5vw , 28px);
	}
	
	
}



@media screen and ( max-width: 610px ) {

	.right_info2{
		padding: 31% 10% 17%;
        bottom: -93%;
	}
	
	.cont_rental2{
		padding: 0 0 66%;
	}
	
}


@media screen and ( max-width: 420px ) {
	.cont_rental2{
		padding: 0 0 74%;
	}
	
	.cont_rental2 a .title{
		font-size: min(4vw, 17px);
	}
	
	.right_info2{
		padding: 31% 10% 13%;
        bottom: -113%;
	}
	
}


/* --------------- top gallery --------------- */

.loop_foot_land{
	width: 100vw;
    height: 158px;
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: -3;
}

.loop_foot_land span.loop1{
	animation: loop_land1 60s -30s linear infinite;
}

.loop_foot_land span.loop2 {
	animation: loop_land2 60s linear infinite;
}


@keyframes loop_land1 {
	0% {
		transform: translate3d(100%, 0, 0);
	}

	100% {
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes loop_land2 {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-200%, 0, 0);
	}
}

.loop_foot_land img {
	width: auto;
	max-width: max-content;
	height: 100%;
}

@media screen and ( max-width: 800px ) {

	.loop_foot_land{
	    height: 105px;
    }
}


