 @charset "utf-8";

/* -----------------------------------------------------------
    mv-area
-------------------------------------------------------------- */

.rental-top .contents {
	padding: 80px 0 0;
}

#rental .desc-area {
	background: url(../img/bg_rental.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 0;
}

#rental .desc-area .inner {
	background: url(../img/bg_recruit_equipment.png) no-repeat right top 40px;
	background-size: auto 180px;
    padding: 50px 0;
}

#rental .desc-area .inner h3 {
	color: #967852;
	font-family: 'Noto Sans JP';
	font-size: 2.6rem;
	line-height: 1.5;
}

#rental .desc-area .inner .txt {
	font-size: 1.8rem;
	line-height: 1.8;
	padding: 15px 0 0;
}

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

	.rental-top .contents {
		padding: 40px 0 0;
	}
	
	#rental .desc-area {
		padding: 20px 20px;
	}

	#rental .desc-area .inner {
		background: none;
        padding: 0;
	}

	#rental .desc-area .inner h3 {
		font-size: 2.0rem;
	}

	#rental .desc-area .inner .txt {
		background: url(../img/bg_recruit_equipment.png) no-repeat center top 20px;
		background-size: auto 110px;
		font-size: 1.6rem;
		line-height: 1.8;
		padding: 145px 0 0;
	}

}


/* -----------------------------------------------------------
    pickup-area
-------------------------------------------------------------- */

/*#rental .pickup-area {
	padding: 60px 0 0;
}*/

#rental .pickup-area .pickup-box {
	overflow: hidden;
	padding: 23px 0 60px;
}

#rental .pickup-area .pickup-box li {
	float: left;
	width: 260px;
	margin: 0 10px;
}

.service-ed #rental .pickup-area .pickup-box li {
	margin: 0 20px 0 0;
}

.service-ed #rental .pickup-area .pickup-box li:last-child {
	margin: 0 ;
}

#rental .pickup-area .pickup-box li a {
	display: block;
	height: 130px;
	width: 100%;
}

#rental .pickup-area .pickup-box .new-box {
	background: url("../img/img_newbox.jpg") no-repeat center ;
	background-size: contain;
	height: 130px;
	position: relative;
}

#rental .pickup-area .pickup-box .new-box .pro-img {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 80px;
	height: 80px;
}

#rental .pickup-area .pickup-box .new-box .pro-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
}

#rental .pickup-area .pickup-box .new-box .pro-cate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 250px;
	font-size: 1.4rem;
}

#rental .pickup-area .pickup-box .new-box .pro-name {
	font-family: 'Oswald', sans-serif;
	line-height: 1.2;
	padding: 15px 100px 0 10px;
	font-size: 3.2rem;
	font-weight: 600;
	height: 90px;
	overflow: hidden;
}

/* スライドショー */
.pickup-box .slick-prev,
.pickup-box  .slick-next{
	width: 40px;
	height: 80px;
	top: 90px;
	z-index: 2;
}

.pickup-box .slick-prev::before, .pickup-box  .slick-next::before{
	display: block;
	width: 40px;
	height: 80px;
	color: #000;
    font: bold 2.6rem / 1 'FontAwesome';
	background-color: rgba(177,147,99,.8);
	box-sizing: border-box;
	opacity: 1;
	padding: 25px 0 0;
}

.pickup-box .slick-prev{
	left: 0;
}
.pickup-box .slick-prev::before{
	content: "\f104";
}

.pickup-box .slick-next{
	right: 0;
}
.pickup-box .slick-next::before{
	content: "\f105";
}

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

	#service #rental .pickup-area {
		padding: 30px 0 0;
	}

	#rental .pickup-area .ttl-xs {
		margin: 0 0 0 20px;
	}

	.service-ed #rental .pickup-area .overbox {
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		padding: 0 0 0 20px;
	}

	.service-ed #rental .pickup-area .pickup-box {
		/*width: 630px;*/
		padding: 15px 0 40px;
	}

	.service-ed #rental .pickup-area .pickup-box li {
		margin: 0 10px 0 0;
		/*width: 150px;*/
		width: 230px;
	}

	#rental .pickup-area .pickup-box {
		padding: 18px 20px 30px;
	}

	#rental .pickup-area .pickup-box li {
		margin: 0 5px;
		width: 230px;
	}
	
	#rental .pickup-area .pickup-box li a {
		height: 115px;
	}
	
	.service-ed #rental .pickup-area .pickup-box li a {
		height: auto;
	}

	#rental .pickup-area .pickup-box li img {
		width: 100%;
	}
	
	#rental .pickup-area .pickup-box .new-box {
		height: 115px;
	}

	#rental .pickup-area .pickup-box .new-box .pro-img {
		width: 60px;
		height: 60px;
	}

	#rental .pickup-area .pickup-box .new-box .pro-cate {
		width: 150px;
		font-size: 1.2rem;
		bottom: 8px;
	}

	#rental .pickup-area .pickup-box .new-box .pro-name {
		padding: 20px 80px 0 5px;
		font-size: 2.6rem;
		height: 85px;
	}


	/* スライドショー */
    .pickup-box .slick-prev, .pickup-box .slick-next{
        width: 30px;
        height: 60px;
        top: 100px;
        margin: -25px 0 0;
    }

    .pickup-box .slick-prev::before, .pickup-box .slick-next::before{
        width: 30px;
        height: 60px;
        padding: 16px 0 0;
    }
    .pickup-box .slick-prev{
        left: 20px;
    }
    .pickup-box .slick-next{
        right: 20px;
    }
    
}


/* -----------------------------------------------------------
    pickup-area add20220920
-------------------------------------------------------------- */
/*#rental .pickup-area {
	display: flex;
	justify-content: space-between;
}

#rental .pickup-area .right {
	flex-shrink: 0;
}

#rental .pickup-area .right a {
	display: block;
}

#rental .pickup-area .right img{
	width: 150px;
}

#rental .pickup-area .left {
	width: 950px;
}

@media screen and (max-width: 667px) {
	#rental .pickup-area {
		display: block;
	}
}*/

.catalog-ttlwrap a {
	align-items: center;
	display: flex;
	padding: 7px 25px 7px 15px;
	border: 3px solid #222;
	height: 105px;
	position: relative;
	background: #fff;
}

.catalog-ttlwrap a::after {
	display: block;
	content: "\f105";
	color: #967852;
	font-family: FontAwesome;
	font-size: 2rem;
	font-weight: bold;
	position: absolute;
	line-height: 1;
	right: 7px;
	top: 40%;
}

.catalog-ttlwrap a:hover {
	border-color: #967852;
}

.catalog-ttlwrap span {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 10px 0 0;
}

.catalog-ttlwrap img {
	height: 100%;
}

.catalog-ttlwrap i {
	color: #eb2510;
	font-size: 1.8rem;
	margin: 0 5px 0 0;
}

.catalog-ttlwrap .catalog {
	margin: 20px 0 60px 0;
	display: flex;
}

.catalog-ttlwrap .catalog a {
	flex-shrink: 0;
	margin: 0 20px 0 0;
}

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

	.catalog-ttlwrap .catalog {
		margin: 15px 20px 40px 20px;
	}

	.catalog-ttlwrap a {
		height: 90px;
	}

	.catalog-ttlwrap span {
		font-size: 1.6rem;
	}

	.catalog-ttlwrap i {
		font-size: 1.5rem;
	}

}


/* -----------------------------------------------------------
    pro-list
-------------------------------------------------------------- */

#rental .pro-list {
	overflow: hidden;	
}

#rental .new-area {
	padding: 190px 0 0;
    margin: -190px auto 0;
}

#rental .new-area .pro-list {
	padding: 23px 0 45px;
}

#rental .pro-list .pro-box {
	float: left;
	margin: 0 20px 40px 0;
	width: 260px;
	position: relative;
}

#rental .new-area .pro-list .pro-box {
	margin: 0 20px 0 0;
}

#rental .new-area .pro-list .pro-box {
	width: 204px;
}

#rental .pro-list .pro-box:nth-child(4n) {
	margin: 0 0 40px;
}

#rental .new-area .pro-list .pro-box:nth-child(4n) {
	margin: 0 20px 0 0;
}

#rental .pro-list .pro-box:nth-child(4n+1) {
	clear: both;
}

#rental .new-area .pro-list .pro-box:nth-child(4n+1) {
	clear: inherit;
}

#rental .new-area .pro-list .pro-box:nth-child(5) {
	margin: 0;
}

#rental .new-area .pro-list .pro-box a {
	position: relative;
}

#rental .pro-list .pro-box .pro-img {
	background: #fff;
	border: #ccc solid 1px;
	height: 204px;
    overflow: hidden;
	position: relative;
    transition-duration: 0.3s;
}

#rental .pro-list .pro-box .pro-img img {
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
}

#rental .pro-list .pro-box a:hover .pro-img,
#rental .pro-list .pro-box a .pro-img:hover{
	border: #967852 solid 1px;
}

#rental .pro-list .pro-box .pro-cate {
	border: #967852 solid 1px;
	color: #967852;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 20px 0 5px;
	padding: 2px 10px;
	text-align: center;
}

#rental .pro-new {
	background: #D5001B;
	color: #fff;
	display: block;
	font-family: 'Staatliches';
	font-size: 1.4rem;
	line-height: 20px;
	height: 20px;
	width: 40px;
	position: absolute;
	left: 0;
	text-align: center;
	top: 0;
	letter-spacing: 0.05;
}

#rental .pro-list .pro-box .pro-name {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 5px 0 0;
}

#rental .pro-list .pro-box .pro-maker {
	font-size: 1.3rem;
	line-height: 1.3;
}

#rental .pro-list .pro-box .pro-ltxt {
	font-size: 1.5rem;
	line-height: 1.4;
	padding: 10px 0 0;
}

#rental .pro-list .pro-box .price-list {
	font-size: 1.3rem;
	line-height: 1.3;
}

#rental .pro-list .pro-box a {
	display: block;
}

#rental .pro-list .pro-box a:hover {
	opacity: 0.8;
}

/*検索結果*/
.rental-search ,
.rental-category {
	padding: 0 0 50px;
}

#rental .search-area {
	/*background: #404040;*/
	margin: 20px auto 50px;
	/*padding: 25px 30px;*/
}

#rental .search-area .pro-search {
	position: relative;
	padding: 0 110px 0 0;
}

#rental .search-area .pro-search ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
#rental .search-area .search-txt {
	font-size: 1.6rem;
	font-weight: bold;
	flex-shrink: 0;
	letter-spacing: 0.05em;
	margin: 0 20px 0 0;
	min-width: 150px;
	text-align: center;
	color: #fff;
}
#rental .search-area .search-txt i {
	color: #8a8888;
	margin: 0 0 8px 0;
	display: block;
	text-align: center;
}

#rental .search-area .pro-search ul .li-select select {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
	width: 200px;
	height: 44px;
	padding: 10px;
	background: #fff url(../img/bg_arrow_black_down.png) no-repeat 93% 50%;
	background-size: 12px auto;
	border: none;
	font-size: 1.5rem;
	line-height: 1.5;

	
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
	appearance: none; /* 標準のスタイルを無効にする */
	}
	::-ms-expand { /* select要素のデザインを無効にする（IE用） */
	display: none;
}

#rental .search-area .pro-search .li-txt-wrap {
	width: calc( 100% - 190px);
}

#rental .search-area .pro-search ul .li-txt {
	margin: 0 0 0 10px;
	width: 100%;
}

#rental .search-area .pro-search ul .li-txt input[type="text"] {
	border: none;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.5rem;
	padding: 15px;
    height: 46px;
	width: 100%;
}

#rental .search-area .pro-search .li-btn input[type="button"],
#rental .search-area .pro-search .li-btn input[type="submit"]{
    background: #967852;
	border: none;
	color: #fff;
	cursor: pointer;
    height: 100%;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.6rem;
	text-align: center;
	width: 100px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
    right: 0;
}

#rental .input-btn-wrap {
	align-items: center;
	margin: 10px 0 10px 0;
	display: flex;
	background: #404040;
	padding: 15px 10px;
}

#rental .input-btn-wrap .input-btn-item {
	position: relative;
	margin: 5px;
}

#rental .input-btn-wrap .input-btn-item input {
	opacity: 0;
	position: absolute;
}

#rental .input-btn-wrap .input-btn-item label {
	color: #333;
	background: #ddd;
	border-radius: 20px;
	display: inline-block;
	font-weight: 600;
	pointer-events: auto;
	padding: 10px 20px;
	white-space: nowrap;
	font-size: 1.5rem;
	cursor: pointer;
	min-width: 70px;
	text-align: center;
}

#rental .input-btn-wrap .input-btn-item input:checked + label {
	background: #B19363;
	color: #fff;
}

#rental .input-search-wrap {
	align-items: center;
	display: flex;
	background: #404040;
	padding: 15px 10px;
}

#rental .pro-area .pro-txt {
	padding: 0 0 10px 0;
}

#rental .search_back_link_wrap {
	display: flex;
	justify-content: flex-end;
}

#rental .search_back_link_wrap .back_link {
	margin: 0;
	width: auto;
}

#rental .search_back_link_wrap .back_link a {
	display: inline-block;
	border: 1px solid #222;
	margin: 15px 0 20px 15px;
	padding: 10px 10px;
}

#rental .search_back_link_wrap .back_link a:hover {
	border: #967852 solid 1px;
	color: #fff;
	background: #967852;
}

#rental .search_back_link_wrap .back_link a:hover::before {
	color: #fff;
}


@media screen and (max-width: 667px){
		
	#rental .new-area .ttl-xs {
		margin: 0 0 0 20px;
	}

	#rental .pro-list {
		overflow: hidden;
		padding: 0 20px;
	}
	
	#rental .new-area .pro-list {
		padding: 8px 20px 30px;
	}

	#rental .pro-list .pro-box {
		margin: 0 0 0 0;
		width: 100%;
	}

	#rental .new-area .pro-list .pro-box {
		margin: 0 0 0 0;
	}

	#rental .new-area .pro-list .pro-box {
		width: 100%;
	}

	#rental .pro-list .pro-box:nth-child(4n) {
		margin: 0;
	}

	#rental .new-area .pro-list .pro-box:nth-child(4n) {
		margin: 0 0 0 0;
	}
	
	#rental .pro-list .pro-box a {
		border-bottom: #ccc solid 1px;
		padding: 10px 30px 10px 0;
        position: relative;
        min-height: 80px;
	}
    #rental .pro-list .pro-box a::after {
        display: block;
        content: "\f105";
        font-family: FontAwesome;
        font-size: 1.8rem;
        position: absolute;
        line-height: 1;
        right: 15px;
        top: 50%;
        margin: -9px 0 0;
        color: #333;
    }
    
	#rental .pro-list .pro-box .pro-img {
		background: none;
		border: none;
		float: left;
		height: 60px;
		width: 80px;
	}

	#rental .pro-list .pro-box .pro-img img {
		padding: 0;
		position: static;
		top: auto;
		left: auto;
		transform: none;
		height: 100%;
		width: auto;
	}
    #rental .pro-list .pro-box a:hover .pro-img,
    #rental .pro-list .pro-box a .pro-img:hover{
        border: none;
    }

    
	#rental .pro-list .pro-box .pro-cate {
		font-size: 1.0rem;
		margin: 0 0 0 10px;
		padding: 2px 5px;
	}

	#rental .pro-list .pro-box .pro-name {
		font-size: 1.7rem;
		margin: 0 0 0 90px;
	}

	#rental .pro-list .pro-box .pro-maker {
		font-size: 1.2rem;
		margin: 0 0 0 90px;
	}

	
	#rental .pro-list .pro-box .price-list {
		margin: 0 0 0 90px;
	}

	#rental .pro-list .pro-box a:hover {
		opacity: 1;
	}

    
    
	/*検索結果*/
	#rental .rental-search ,
	#rental .rental-category {
		padding: 0 0 0;
	}

	#rental .rental-search .contents ,
	#rental .rental-category .contents {
		padding: 0 20px;
	}
	
	.rental-category .back_link {
		padding: 0 20px;
	}

	#rental .search-area {
        margin: 0;
        padding: 0;
    }

    #rental .search-area .pro-search {
		margin: 0 0 20px 0;
		padding: 10px 0 70px 0;
	}

    #rental .input-search-wrap {
    	display: block;
		width: 100%;
		margin: 0 15px;
		padding: 15px 0;
    }

    #rental .search-area .search-txt {
        font-size: 1.6rem;
        font-weight: bold;
        margin: 0 0 7px 0;
        display: flex;
		padding: 0 5px;
    }

    #rental .search-area .search-txt i {
        margin: 0 8px 0 0;
    }
	
	#rental .input-btn-wrap {
		display: block;
		margin: 0 0 0 15px;
		padding: 15px 0;
	}
	
	#rental .input-btn-wrap .input-btn-item {
		margin: 7px 5px;
	}
	
	#rental .input-btn-wrap .input-btn-item label {
		font-size: 1.4rem;
		padding: 10px 13px 9px;
	}
	
	#rental .search-area .pro-search {
		background: #404040;
	}

    #rental .search-area .pro-search .li-txt-wrap {
    	width: 100%;
    	margin: 10px 0 0 0;
    }
	
	#rental .search-area .pro-search {
		display: flex;
		flex-direction: column;
	}
	
	#rental .search-area .pro-search ul {
		flex-wrap: nowrap;
	}
	
	#rental .search-area .input-btn-wrap ul {
		overflow-x: scroll;
		padding-bottom: 10px;
	}

    #rental .search-area .pro-search ul .li-txt {
    	margin: 0 20px 0 0;
    }

    #rental .search-area .pro-search ul .li-select select {
        width: 100%;
        height: 46px;
        padding: 12px;
        font-size: 1.6rem;
        margin: 0 0 10px;
    }

    #rental .search-area .pro-search ul .li-txt input[type="text"] {
        font-size: 1.6rem;
        padding: 12px;
        height: 46px;
        width: 100%;
        margin: 0;
    }

    #rental .search-area .input-btn-wrap ul li:last-child label{
    	margin-right: 20px;
    }

    #rental .search-area .pro-search .li-btn input[type="button"],
    #rental .search-area .pro-search .li-btn input[type="submit"]{
		height: 46px;
		width: calc( 100% - 40px );
		display: block;
		margin: 0 auto;
		bottom: 5px;
		left: 0;
		top: auto;
    }

	#rental .pro-area .pro-txt {
		font-size: 2.0rem;
		padding: 0 20px 20px;
	}
    
    
    /*検索アコーディオン*/
	.ac-container {
		width: auto;
		margin: 20px auto 20px auto;
		z-index:1;
		position: relative;
	}
	
	.ac-container > label {
		width: 100%;
		background: #444 ;
		margin: auto;
		padding: 15px 20px;
		position: relative;
		display: block;
		height: auto;
		cursor: pointer;
		color: #fff;
		font-weight: bold;
	}
	
	.ac-container > label:hover {
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	
	.ac-container > label:after{
	    color: #fff;
		font-family:"FontAwesome";
		content:"\f067";
		position: absolute;
		right: 20px;
		top: 15px;
	}
	
	.ac-container > input:checked ~ label::after {
	 color: #fff;
	   font-family:"FontAwesome";
	   content:"\f068";
	}
	
	.ac-container > label > h4 {
		font-size: 1.8rem;
		font-weight: bold;
	}
	
	.ac-container > input {
	   display: none;
	}
	
	.ac-container div {
	   overflow: hidden;
	   height: 0px;
       position: relative;
	   z-index: 10;
	   transition: 
	   height 0.3s ease-in-out, 
	   box-shadow 0.6s linear;
	}
	
	.ac-container input:checked ~ div.ac-large {
		height: auto;
	}

	#rental .search_back_link_wrap {
		display: block;
		padding: 15px 0;
	}

	#rental .search_back_link_wrap .back_link a {
		margin: 7px 0;
		padding: 7px 10px;
		font-size: 1.4rem;
    }
}


/* -----------------------------------------------------------
    category-area
-------------------------------------------------------------- */

#rental .category-area .category-box {
	padding: 23px 0 25px;
	display: flex;
	flex-wrap: wrap;
}

#rental .category-area .category-box .cate-com {
	margin: 0 10px 0 0;
	min-width: 165px;
	position: relative;
	cursor: pointer;
	transition: .3s cubic-bezier(0.5, 1, 0.89, 1);
}

#rental .category-area .category-box .cate-a::before {
	content: "\f107";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 3px;
	font-family: fontawesome;
	color: #967852;
	font-weight: bold;
}

#rental .category-area .category-box .cate-com:nth-child(6n) {
	margin-right: 0;
}

#rental .category-area .category-box .cate-com:nth-child(n+7) {
	margin-top: 10px;
}

#rental .category-area .category-box .cate-com .cate-a {
	color: #222;
	padding: 20px;
	text-align: center;
	width: 100%;
	display: block;
	border: 1px solid #ccc;
}

#rental .category-area .category-box .cate-com.cate-player_recorder .cate-a {
	padding: 20px 10px;
}

#rental .category-area .category-box .cate-com.l-active .cate-a{
	border: 1px solid #967852!important;
	box-shadow: 0 3px 10px 5px rgba(229, 217, 217, .4);
	background: #fff;
	color: #B19363;
}

#rental .category-area .category-box .cate-com:hover .cate-a {
	border: 1px solid #967852;
	box-shadow: 0 3px 10px 5px rgba(229, 217, 217, .4);
	color: #B19363;
	background: #fff;
}

#rental .category-area .category-box .cate-com .cate-a .cate-img img {
	width: auto;
	height: 30px;
}

#rental .category-area .category-box .cate-com .cate-a .cate-title {
	font-family: 'Noto Sans JP';
	line-height: 1.3;
	font-size: 1.5rem;
}

#rental .category-area .category-box .cate-player-recorder .cate-a .cate-title {
	padding: 30px 0 0;
}

#rental .category-area .category-box .cate-list {
	padding: 0 0 30px;
	clear: both;
}

#rental .category-area .category-box .cate-com .cate-list li {
	font-size: 1.6rem;
	line-height: 1.5;
    border-bottom: 1px #777 solid;;
}

#rental .category-area .category-box .cate-com .cate-list li a{
    display: block;
    padding: 14px 0 14px 30px;
    color: #fff;
    background: url(../img/bg_arrow_gold.png) no-repeat left 10px top 22px;
    background-color: #444;
}

#rental .category-area .category-box .cate-com .cate-list li a:hover {
    background-color: #222;
}

#rental .category-area .category-box .cate-menu{
	display: none;
}

.small-area {
	margin-bottom: 50px;
}

.small-area > div {
	display: none;
	background: #fff;
	padding: 20px;
}

.small-area >div.s-active {
	display: block!important;
	background: #fff;
	padding: 20px 25px;
	display: flex;
	align-items: center;
	border: 2px solid #967852;
}

.small-area .small-in-ttl {
	margin: 0 0 20px;
	display: flex;
	align-items: center;
}

.small-area .small-in-ttl span{
	font-size: 1.7rem;
	font-weight: bold;
	margin: 0 0 0 10px;
}

.small-area .small-in-ttl img {
	height: 25px;
	width: auto;
}

.small-area .small-in-list {
	display: flex;
	flex-wrap: wrap;
}

.small-area .small-in-list li {
	margin: 0 17px 15px 0;
}

.small-area .small-in-list a {
	display: inline-block;
	font-weight: bold;
	font-size: 1.5rem;
	border-radius: 30px;
	padding: 12px 20px 12px 30px;
	min-width: 120px;
	text-align: center;
	position: relative;
}

.small-area .small-in-list a::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #333333;
}

.small-area #s2 .small-in-list a {
	background: #d4ebe5;
}

.small-area #s2 .small-in-list li:hover a {
	background: #a5e3d3;
}

.small-area #s1 .small-in-list a {
	background: #f4eac4;
}

.small-area #s1 .small-in-list li:hover a {
	background: #f4e19b;
}

.small-area #s3 .small-in-list a {
	background: #d7ebd0;
}

.small-area #s3 .small-in-list li:hover a {
	background: #afe29c;
}

.small-area #s4 .small-in-list a {
	background: #c5e6e1;
}

.small-area #s4 .small-in-list li:hover a {
	background: #83dbcf;
}

.small-area #s5 .small-in-list a {
	background: #bfe0eb;
}

.small-area #s5 .small-in-list li:hover a {
	background: #87cce4;
}

.small-area #s6 .small-in-list a {
	background: #d1ddf1;
}

.small-area #s6 .small-in-list li:hover a {
	background: #aec5eb;
}

.small-area #s7 .small-in-list a {
	background: #c2cceb;
}

.small-area #s7 .small-in-list li:hover a {
	background: #a2b3e8;
}

.small-area #s8 .small-in-list a {
	background: #decae6;
}

.small-area #s8 .small-in-list li:hover a {
	background: #cda2de;
}

.small-area #s9 .small-in-list a {
	background: #f2d7d7;
}

.small-area #s9 .small-in-list li:hover a {
	background: #f5baba;
}

.small-area #s10 .small-in-list a {
	background: #f8e0d2;
}

.small-area #s10 .small-in-list li:hover a {
	background: #f0b897;
}

.small-area #s11 .small-in-list a {
	background: #f6e2b3;
}

.small-area #s11 .small-in-list li:hover a {
	background: #f3d180;
}


.small-area #s12 .small-in-list a {
	background:#f6f1b5;
}

.small-area #s12 .small-in-list li:hover a {
	background: #f4eb7d;
}


@media screen and (max-width: 667px){
		
	#rental .category-area .ttl-xs {
		margin: 0 0 0 20px;
	}

	#rental .category-area .category-box {
		padding: 15px 20px 30px;
	}

    #rental .category-area .category-box .cate-com {
		margin: 0 0 0 0;
		height: auto;
		width: 50%;
        display: block;
        position: relative;
	}

	#rental .category-area .category-box .cate-com:nth-child(n+7) {
		margin-top: 0;
	}
	
    #rental .category-area .category-box a.cate-com::after {
        display: block;
        content: "\f105";
        font-family: FontAwesome;
        font-size: 1.8rem;
        position: absolute;
        line-height: 1;
        right: 15px;
        top: 50%;
        margin: -9px 0 0;
        color: #333;
    }
	
    #rental .category-area .category-box a.cate-com:hover{
        border: #ccc solid 1px;
        border-bottom: none;
    }
    
	#rental .category-area .category-box .cate-com:nth-child(6n) {
		margin: 0;
	}

	#rental .category-area .category-box .cate-com:nth-child(4n+1) {
		clear: inherit;
	}
	
	#rental .category-area .category-box .cate-com .cate-a {
		height: 100%;
		padding: 12px 10px 20px!important;
		text-align: left;
		width: 100%;
        position: relative;
        border-bottom: none;
	}

	/*#rental .category-area .category-box .cate-com:first-child .cate-a,
	#rental .category-area .category-box .cate-com:nth-child(3) .cate-a,
	#rental .category-area .category-box .cate-com:nth-child(5) .cate-a,
	#rental .category-area .category-box .cate-com:nth-child(7) .cate-a,
	#rental .category-area .category-box .cate-com:nth-child(9) .cate-a {
		border-right: none;
	}*/
	
	#rental .category-area .category-box .cate-com:nth-child(odd) .cate-a {
		border-right: none;
	}

	#rental .category-area .category-box .cate-com:nth-child(11) .cate-a {
		border-bottom: 1px solid #ccc;
	}
	
    #rental .category-area .category-box .cate-com .cate-a.cate-com::after {
        display: none;
        content: "\f105";
        font-family: FontAwesome;
        font-size: 1.8rem;
        position: absolute;
        line-height: 1;
        right: 15px;
        top: 50%;
        margin: -9px 0 0;
        color: #333;
    }

	#rental .category-area .category-box .cate-com:last-child .cate-a,
    #rental .category-area .category-box .cate-com:last-child .cate-a:hover{
		border-bottom: #ccc solid 1px;
	}
	
    #rental .category-area .category-box .cate-com .cate-a:hover{
        border: #ccc solid 1px;
        border-bottom: none;
    }
    
	#rental .category-area .category-box .cate-com .cate-a .cate-img {
		/*float: left;*/
		height: 20px;
		text-align: center;
	}

	#rental .category-area .category-box .cate-com .cate-a .cate-img img {
		height: 20px;
	}

	#rental .category-area .category-box .cate-com .cate-a .cate-title {
		padding: 5px 0 0 0;
		text-align: center;
		line-height: 1.2;
		font-size: 1.4rem;
	}
	
	#rental .category-area .category-box .cate-player-recorder .cate-a .cate-title {
		padding: 0 0 0 45px;
	}

	#rental .category-area .category-box .cate-list {
		padding: 0 0 20px;
        display: none;
	}

	#rental .category-area .category-box .cate-com .cate-list li {
        font-size: 1.5rem;
	}
	#rental .category-area .category-box .cate-com .cate-list li a{
        padding: 12px 0 12px 26px;
        background: #444;
        position: relative;
    }
    #rental .category-area .category-box .cate-com .cate-list li a::after {
        display: block;
        content: "\f105";
        font-family: FontAwesome;
        font-size: 1.8rem;
        position: absolute;
        line-height: 1;
        right: 15px;
        top: 50%;
        margin: -9px 0 0;
        color: #fff;
    }

    .small-area {
    	margin-top: -80px;
    	padding-top: 80px;
    }

    .small-area .small-in-ttl {
    	align-items: flex-start;
    }

    .small-area .small-in-ttl img {
    	margin: 0 10px 0 0;
    }

    .small-area .small-in-ttl span {
    	margin: 0;
    }
    

}


/* -----------------------------------------------------------
    detail
-------------------------------------------------------------- */

/* pro-detail */
#rental .pro-detail {
	padding: 40px 0 50px;
}

#rental .pro-detail .pro-summary {
	border-bottom: #999 solid 1px;
	padding: 0 0 15px;
	position: relative;
}

#rental .pro-detail .pro-summary .pro-cate {
	color: #967852;
	font-weight: bold;
}

#rental .pro-detail .pro-summary .pro-cate span {
	padding: 0 20px;
}

#rental .pro-detail .pro-summary .pro-name {
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 10px 0;
}

#rental .pro-detail .pro-summary .pro-maker {
	font-size: 1.4rem;
	line-height: 1.5;
}

#rental .pro-detail .pro-summary .pro-code {
	font-size: 1.4rem;
	line-height: 1.5;
}

#rental .pro-detail .pro-summary .pro-model {
	font-size: 1.4rem;
	line-height: 1.5;
}

#rental .pro-detail .pro-summary .pro-print {
	color: #967852;
	border: #967852 solid 1px;
	background: url(../img/icon_printer.png) no-repeat center top 15px;
	background-size: 25px auto;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	height: 80px;
	padding: 50px 0 0;
	text-align: center;
	width: 80px;
	position: absolute;
	right: 0;
	top: 0;
    transition: 0.5s;
	cursor: pointer;
}

#rental .pro-detail .pro-summary .pro-print:hover {
	color: #fff;
	background: #967852 url(../img/icon_printer_w.png) no-repeat center top 15px;
	background-size: 25px auto;
}

#rental .pro-detail .pro-icon {
	margin: 20px 0 0;
	overflow: hidden;
}

#rental .pro-detail .pro-icon li {
	float: left;
	margin: 0 10px 0 0;
	width: 175px;
}

#rental .pro-detail .pro-icon li img {
	width: 100%;
}

#rental .pro-detail .pro-icon li:last-child {
	margin: 0 0 0 0;
}

/* pro-info */
#rental .pro-info {
	overflow: hidden;
	padding: 0 0 70px;
}

#rental .pro-info .contents_left {
	width: 600px;
}

#rental .pro-info .contents_right {
	width: 450px;
}

#rental .pro-info .contents_right .pro-txt {
	background: #fff;
	margin: 0 0 38px;
	padding: 20px 20px 5px;
	line-height: 1.7;
}

#rental .pro-info .contents_right .pro-txt p {
	padding: 0 0 10px;
	font-size: 1.6rem;
	line-height: 1.5;
}

#rental .pro-info .contents_right .pro-specification .title {
	align-items: center;
	display: flex;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
}

#rental .pro-info .contents_right .pro-specification .title::after {
	content: "";
	margin-left: 20px;
	flex-grow: 1;
	height: 2px;
	background: #967852;
	display: block;
}

#rental .pro-info .contents_right .pro-specification .pro-table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
	font-size: 1.5rem;
}

#rental .pro-info .contents_right .pro-specification .pro-table tr {
	border-bottom: #E6E6E6 solid 1px;
}

#rental .pro-info .contents_right .pro-specification .pro-table tr:last-child {
	border-bottom: #967852 solid 2px;
}

#rental .pro-info .contents_right .pro-specification .pro-table tr th {
	line-height: 1.5;
	padding: 13px 10px 11px 0;
	vertical-align: top;
	width: 150px;
}

#rental .pro-info .contents_right .pro-specification .pro-table tr td {
	line-height: 1.5;
	padding: 13px 10px 11px 0;
}

/* slick */
#rental .pro-info .contents_left .slick-slide {
	width: 100%;
	height: 550px;
	border: #ccc solid 1px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
}

#rental .pro-info .contents_left .slick-slide img {
	width: auto;
	height: auto;
	/*max-width: 600px;*/
	max-height: 548px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
	/*padding: 0 30px;*/
}

#rental .pro-info .contents_left .slick-dots {
	position: static;
	margin-top: 20px;
}

#rental .pro-info .contents_left .slick-dots li {
	width: 112px;
	margin: 0 0 0 10px;
	background: #fff;
	height: 90px;
	position: relative;
}

#rental .pro-info .contents_left .slick-dots li:first-child {
	margin: 0;
}

#rental .pro-info .contents_left .slick-dots li img {
	padding: 5px;
	width: 100%;
	cursor: pointer;
	transition: .2s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

#rental .pro-info .contents_left .slick-dots .slick-active img,
#rental .pro-info .contents_left .slick-dots li:hover img {
	opacity: .6;
}

/* pro-date */
#rental .pro-date {
	background: #fff;
	border-bottom: #E6E6E6 solid 1px;
	padding: 60px 0 30px;
}

#rental .pro-date .pro-price {
	padding: 0 0 50px;
}

#rental .pro-date .pro-price .title {
	border-bottom: #967852 solid 2px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 30px;
	padding: 0 0 5px;
}

#rental .pro-date .pro-price .title span {
	float: right;
}

#rental .pro-date .pro-price .price-table-fixed {
	border-bottom: #ccc solid 1px;
	border-collapse: collapse;
	box-sizing: border-box;
	margin: 0 0 20px;
	width: 100%;
}

#rental .pro-date .pro-price .price-table-fixed tr th {
	background: #444;
	border-left: #fff solid 1px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 18px 0 15px;
}

#rental .pro-date .pro-price .price-table-fixed tr th:first-child {
	border-left: #444 solid 1px;
}

#rental .pro-date .pro-price .price-table-fixed tr th:last-child {
	border-right: #444 solid 1px;
}

#rental .pro-date .pro-price .price-table-fixed tr td {
	border-left: #ccc solid 1px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 28px 0 25px;
	text-align: center;
}

#rental .pro-date .pro-price .price-table-fixed tr td:last-child {
	border-right: #ccc solid 1px;
}

#rental .pro-date .pro-price .price-txt {
}

#rental .pro-date .pro-price .price-txt p {
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 0 0 5px;
}

/* pro-other */
#rental .pro-other {
	padding: 70px 0 0;
}

#rental .pro-other p {
	padding: 0 0 30px;
	text-align: center;
}

#rental .pro-other p:last-child {
	padding: 0 0 0;
}

#rental .pro-other p img {
	width: auto;
	max-width: 1000px;
}

/* pro-btn */
#rental .pro-btn {
	padding: 70px 0;
}

#rental .pro-btn ul {
	margin: 0 auto;
	overflow: hidden;
	width: 980px;
    display: flex;
    justify-content: center;
}

#rental .pro-btn ul li {
    /*
	float: left;
    */
	font-weight: bold;
	line-height: 1.5;
	width: 480px;
    margin: 0 20px;
}

#rental .pro-btn ul .btn-pdf span::before {
    /*
	display: inline-block;
	background: url(../img/icon-pdf.png) no-repeat left center;
	background-size: 20px auto;
	padding: 0 30px;
    */
    font-family: FontAwesome;
	content: "\f1c1";
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: 500;
    color: #E94647;
}
#rental .pro-btn ul .btn-contact span::before {
    font-family: FontAwesome;
	content: "\f003";
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: 500;
}

#rental .pro-btn ul .btn-contact {
	float: right;
}

#rental .pro-btn ul .btn-pdf a {
	background: #fff;
	border: #BE1414 solid 1px;
	display: block;
	padding: 28px 0 26px;
	text-align: center;
    font-size: 1.8rem;
}
#rental .pro-btn ul .btn-contact a {
	color: #fff;
	background: #D5001B;
	border: #D5001B solid 1px;
	display: block;
	padding: 28px 0 26px;
	text-align: center;
    font-size: 1.8rem;
}

#rental .pro-btn ul .btn-pdf a:hover,
#rental .pro-btn ul .btn-contact a:hover{
    opacity: 0.8;
}


/* pro-related */
#rental .pro-related {
	background: #ECECEC;
	padding: 50px 0 50px;
}

#rental .pro-related .title {
	font-size: 2.0rem;
	line-height: 1.5;
	font-weight: bold;
	padding: 0 0 30px;
	text-align: center;
}

/*	.products_slider---------------------*/

#rental .pro-related .pro-list {
	margin: 0 auto;
	overflow: inherit;	
}

#rental .pro-related .pro-list .pro-box {
	float: left;
	margin: 0 20px 0 10px;
	width: 250px;
}

#rental .pro-related .pro-list .pro-box:nth-child(7n) {
	margin: 0 20px 0 10px;
}

#rental .pro-related .pro-list .pro-box:nth-child(4n+1) {
	clear: inherit;
}

#rental .pro-related .pro-list .pro-related .pro-box img {
	width: 100%;
}



@media screen and (max-width: 667px){
    
    /* pro-detail */
    #rental .pro-detail {
        padding: 20px 20px 20px;
    }

    #rental .pro-detail .pro-summary {
        padding: 0 0 15px;
    }

    #rental .pro-detail .pro-summary .pro-cate {
        font-size: 1.4rem;
    }

    #rental .pro-detail .pro-summary .pro-cate span {
        padding: 0 0 0 5px;
    }

    #rental .pro-detail .pro-summary .pro-name {
        font-size: 2rem;
        padding: 0 0 5px;
    }

    #rental .pro-detail .pro-summary .pro-maker {
    }

    #rental .pro-detail .pro-summary .pro-code {
        font-size: 1.4rem;
    }
    #rental .pro-detail .pro-summary .pro-model {
        font-size: 1.4rem;
    }

    #rental .pro-detail .pro-summary .pro-print {
        display: none;
    }

    #rental .pro-detail .pro-icon {
        margin: 10px 0 0;
        display: flex;
        flex-wrap: wrap;
    }

    #rental .pro-detail .pro-icon li {
        float: none;
        margin: 5px 2% 0 0;
        width: 32%;
    }
    #rental .pro-detail .pro-icon li:nth-child(3n) {
        margin: 5px 0 0 0;
    }
    #rental .pro-detail .pro-icon li img {
        width: 100%;
        max-width: 150px;
    }
    
    /* pro-info */
    #rental .pro-info {
        padding: 0 0 20px;
    }

    #rental .pro-info .contents_left {
        width: auto;
    }

    #rental .pro-info .contents_right {
        width: auto;
    }

    #rental .pro-info .contents_right .pro-txt {
        margin: 0 0 20px;
        padding: 0 20px;
        background: none;
    }

    #rental .pro-info .contents_right .pro-txt p {
        line-height: 1.7;
    }

    #rental .pro-info .contents_right .pro-specification {
        padding: 0 20px;
    }
    
    #rental .pro-info .contents_right .pro-specification .title {
        font-size: 1.8rem;
    }

    #rental .pro-info .contents_right .pro-specification .title::after {
        height: 1px;
    }

    #rental .pro-info .contents_right .pro-specification .pro-table tr {
        border-bottom: #ddd solid 1px;
    }
    #rental .pro-info .contents_right .pro-specification .pro-table tr:last-child {
        border-bottom: none;
    }

    #rental .pro-info .contents_right .pro-specification .pro-table tr th {
        display: block;
        width: auto;
        padding: 12px 0 0 0;
    }
    #rental .pro-info .contents_right .pro-specification .pro-table tr td {
        display: block;
        width: auto;
        padding: 5px 0 12px 0;
        font-size: 1.5rem;
    }

    /* slick */
    #rental .pro-info .slick-dotted.slick-slider {
        margin-bottom: 10px;
    }

    
    #rental .pro-info .contents_left .slick-slide {
        height: 220px;
        border: none;
        background: #fff;
    }

    #rental .pro-info .contents_left .slick-slide img {
        padding: 0;
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 220px;
    }

    #rental .pro-info .contents_left .slick-dots {
        position: static;
        margin-top: 10px;
    }

    #rental .pro-info .contents_left .slick-dots li {
        width: auto;
        margin: 0 0 0 10px;
        background: none;
        height: auto;
    }
    #rental .pro-info .contents_left .slick-dots li:first-child {
        margin: 0;
    }

    /* pro-date */
    #rental .pro-date {
        background: #fff;
        border-bottom: #ddd solid 1px;
        padding: 30px 0 10px;
    }

    #rental .pro-date .pro-price {
        padding: 0 20px 20px;
    }

    #rental .pro-date .pro-price .title {
        font-size: 1.8rem;
        margin: 0 0 20px;
    }

    #rental .pro-date .pro-price .price-table-fixed {
        margin: 0 0 15px;
    }

    #rental .pro-date .pro-price .price-table-fixed tr th {
        font-size: 1.5rem;
        line-height: 1.4;
        padding: 10px 5px;
    }

    #rental .pro-date .pro-price .price-table-fixed tr td {
        font-size: 1.5rem;
        line-height: 1.4;
        padding: 10px 5px;
    }

    #rental .pro-date .pro-price .price-txt {
    }

    #rental .pro-date .pro-price .price-txt p {
        font-size: 1.5rem;
        padding: 0 0 0;
    }

    /* pro-other */
    #rental .pro-other {
        padding: 30px 20px 0;
    }

    #rental .pro-other p {
        padding: 0 0 15px;
    }

    #rental .pro-other p:last-child {
        padding: 0 0 0;
    }

    #rental .pro-other p img {
        width: 100%;
        max-width: 480px;
    }

    /* pro-btn */
    #rental .pro-btn {
        padding: 30px 20px;
    }

    #rental .pro-btn ul {
        width: auto;
        display: block;
    }

    #rental .pro-btn ul li {
        width: auto;
        margin: 0 0 15px;
    }

    #rental .pro-btn ul .btn-pdf span::before,
    #rental .pro-btn ul .btn-contact span::before {
        margin: 0 5px 0 0;
    }

    #rental .pro-btn ul .btn-contact {
        float: none;
    }

    #rental .pro-btn ul .btn-pdf a {
        padding: 15px;
        font-size: 1.6rem;
    }
    #rental .pro-btn ul .btn-contact a {
        padding: 15px;
        font-size: 1.7rem;
    }

    #rental .pro-btn ul .btn-pdf a:hover,
    #rental .pro-btn ul .btn-contact a:hover{
        opacity: 1;
    }


    /* pro-related */
    #rental .pro-related {
        padding: 30px 0 50px;
    }

    #rental .pro-related .title {
        font-size: 1.8rem;
        padding: 0 0 10px;
    }

    /*	.products_slider---------------------*/

    #rental .pro-related .pro-list {
        margin: 0 auto;
        overflow: inherit;	
    }

    #rental .pro-related .pro-list .pro-box {
        margin: 0 5px 10px 5px;
        padding: 5px 15px 0 15px;
        width: 260px;
        background: #fff;
    }

    #rental .pro-related .pro-list .pro-box:nth-child(4n) {
        margin: 0 5px;
    }

    #rental .pro-related .pro-list .pro-box:nth-child(4n+1) {
        clear: inherit;
    }

    #rental .pro-related .pro-list .pro-related .pro-box img {
        width: 100%;
    }
    
    #rental .pro-related .pro-list .pro-box a{
        border-bottom: none;
    }
    #rental .pro-related .pro-list .pro-box a::after{
        display: none;
    }
    
}


/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/
.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
    align-self: center;
    width:560px;
    padding: 220px 30px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
	background-image: url("../img/img_pickup_banner_ruby_modal.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: 5px solid #FFF;
	position: relative;
}


/*.modal_content p {
  padding-top: 0;
}*/

.close_button {
	position: absolute;
	top: 14px;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
	color: #FFF;
	z-index: 4;
}

.modal_wrap input:checked ~ .modal_overlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
	transform: translateY(20px);
}

.open_button {
    font-weight: bold;
    text-align: center;
    cursor :pointer;
    transition: all 0.3s;
    display: block;
/*
    margin-top: 40px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width:300px;
*/
    text-decoration: none;
}

.open-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/
}

/*アイコンを表示*/
.open-button:after {
	font-family: "Font Awesome 5 Free";
	content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.open-button:hover {
	color: #FFF;
	background-color: #4f96f6;
	transition: .6s;
}



/* 001 */
.button001 a {
	background-color: rgba(0,0,0,0.5);
    border-radius: 3px;
    position: relative;
    /*display: flex;
    justify-content: space-around;*/
    align-items: center;
    margin: 0 auto;
    
    transition: 0.3s ease-in-out;
	font-size: 3.0rem;
	font-family: 'Montserrat', sans-serif;
	max-width:300px;
	display: inline-block;
	
}

.button001 a:hover {
	color: rgba(0,0,0,0.2);
    color: #FFF;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    /*border-top: 3px solid #313131;
    border-right: 3px solid #313131;*/
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    /*right: 20px;*/
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.ruby23{
	position: absolute;
	right:5%;
	top:31%;
	letter-spacing: 0.05em;
	z-index: 5;
}

.ruby23 a{
	color: rgba(0,0,0,0.5);
	text-shadow:0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8;
	padding: 10px 35px 10px 33px;
}

.ruby40{
	position: absolute;
	right:2%;
	bottom:22%;
	z-index: 5;
}

.ruby40 a{
	color: rgba(0,0,0,0.5);
	text-shadow:0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF;
	padding: 10px 30px 10px 10px;
}

.ruby23 a:after {
    border-top: 3px solid #ff8ab8;
    border-right: 3px solid #ff8ab8;
	right: 20px;
}

.ruby40 a:after {
    border-top: 3px solid #00E3FF;
    border-right: 3px solid #00E3FF;
	right: 15px;
}

.button001 a:hover:after {
    border-color: #FFF;
}

@media screen and (max-width: 769px) {
	
	.modal_content {
    	width:500px;
    	padding: 150px 30px;
	}
	
	.button001 a {
		font-size: 1.9rem;
	}
	
	.button001 a:after {
    	right: 12px;
	}
	
	.ruby23{
		top:29%;
	}
	
	.ruby23 a{
		padding: 5px 30px 5px 20px;
	}
	
	.ruby40{
		letter-spacing: 0.05em;
	}

	.ruby40 a{
		padding: 5px 22px 5px 10px;
	}
	
	.ruby23 a:after {
   		border-top: 2px solid #ff8ab8;
    	border-right: 2px solid #ff8ab8;
}

	.ruby40 a:after {
    	border-top: 2px solid #00E3FF;
    	border-right: 2px solid #00E3FF;
}
	
}

/*20240514 YouTubeバナー追加*/
#rental.rental-top .rental-top-mv {
	position: relative;
}

#rental.rental-top .rental-top-mv .pc-youtube {
	position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 2;
    width: 400px;
    height: auto;
    line-height: 0;
}

@media screen and (max-width: 769px) {
	#rental.rental-top .sp-youtube {
        width: 100%;
        margin: 0 0 30px 0;
    }
	#rental.rental-top .sp-youtube img {
		width: 100%;
		object-fit: cover;
		object-position: center;
		padding: 0 20px;
	}
}



