/*------------------------------------------------------------
共通設定
-------------------------------------------------------------*/
p{
    margin: 10px 0;
}
h1{
	font-size: 32px;
	font-weight: bold;
}
ul,
ol,
dl{
	padding-left: 0;
}
li{
	list-style: none;
	line-height: 1.8;
}
dd{
	margin-left: 0;
	padding-left: 1em;
}

table{
	width: 100%;
	word-break: break-all;
	word-wrap: break-word;
	border-spacing: 0;
	margin: 0.5em 0 1em;
	padding: 0;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
}
th,
td{
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
	padding: 5px 5px;
}
th{
	background: #fff5c9;
}

.bold{
    font-weight: bold;
}
.large{
	font-size: 1.5em;
}
.mini{
	font-size: .85em;
}

.red{
	color: #ff0000;
}
.brown{
	color: #76493c;
}

.margin-top{
    margin-top: 25px;
}
.align-right{
	text-align: right;
}
.align-center{
	text-align: center;
}

/*マーカー表示*/
.marker-yellow{ padding: 2px; background: linear-gradient(transparent 25%, #ff6 70%); }/*黄*/
.marker-pale-orange{ padding: 2px; background: linear-gradient(transparent 25%, #ffe6ce 70%); }/*橙*/
.marker-pink{ padding: 2px; background: linear-gradient(transparent 25%, #ffc1ff 70%); }/*ピンク*/
.marker-lime{ padding: 2px; background: linear-gradient(transparent 25%, #9f9 70%); }/*黄緑*/
.marker-blue{ padding: 2px; background: linear-gradient(transparent 25%, #a2fbee 70%); }/*水色*/
.marker-gray{ padding: 2px; background: linear-gradient(transparent 25%, #ccc 70%); }/*灰*/

.title_bg{
	background-image: url(../images/post_title_bg.jpeg);
	background-repeat: no-repeat;
	background-position: 0% 60%;
	line-height: 1em;
	padding: 25px 10px 15px 20px;
	margin-top: 10px;
	color: #442f18;
}

.table-scroll{
	overflow-x: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}
.table-scroll::-webkit-scrollbar {
    width: 0;
}


/*--------------------------------------------------------
パンくずリスト
--------------------------------------------------------*/
.breadcrumbs{
	padding: 10px 0;
	font-size: .9em;
}
.breadcrumbs li{
	display: inline-block;
	margin-right: 10px;
}
.breadcrumbs li + li{
	margin-left: 10px;
	position: relative;
}
.breadcrumbs li + li:before{
	position: absolute;
	content: "";
	top: 7px;
	left: -15px;
	width: 7px;
	height: 7px;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.breadcrumbs li a{
	color: #556677;
}
.breadcrumbs li a:hover{
	text-decoration: underline;
}


/*------------------------------------------------------------
投稿・機材ページ
-------------------------------------------------------------*/
.cat{
	font-size: 1.1em;
	width: fit-content;
	margin-left: auto;
}
.cat a{
	color: #76493c;
	font-weight: bold;
}
.cat a:hover{
	text-decoration: underline;
}
.lowest_price{
	position: relative;
	top: 18px;
	left: 5px;
	color: #ff0000;
	font-weight: bold;
	font-size: 1.2em;
}

/*機材イメージ*/
.gallery{
	margin: 0 auto 35px;
	max-width: 650px;
}
.gallery-arr-img{
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.gallery-img{
    margin: 0 auto;
    object-fit: contain;
    aspect-ratio: 3/2;
}
.gallery-arr-thumb {
    margin: 10px auto 30px;
    overflow: hidden;
}
.gallery-thumb{
    box-sizing: border-box;
    margin: 0 7px 10px 0;
    width: 110px;
    height: 70px;
    object-fit: contain;
    cursor: pointer;
}
@media screen and (max-width: 480px) {
	.gallery-thumb{
		width: 80px;
		height: auto;
	}
}
.gallery-arr-img .slick-prev,
.gallery-arr-img .slick-next {
    background: rgba(200, 200, 200, .5);
    position: absolute;
    top: 45%;
    height: 35px;
    width: 35px;
    outline: 0;
    cursor: pointer;
    z-index: 1;
}
.gallery-arr-img .slick-prev {
    left: 0;
}
.gallery-arr-img .slick-next {
    right: 0;
}
.gallery-arr-img .slick-next:before,
.gallery-arr-img .slick-prev:before {
    position: absolute;
    content: '';
    top: 12px;
    width: 11px;
    height: 11px;
    border-top: 3px solid rgba(250, 250, 250, 1);
    border-right: 3px solid rgba(250, 250, 250, 1);
}
.gallery-arr-img .slick-prev:before {
    left: 13px;
    transform: rotate(-135deg);
}
.gallery-arr-img .slick-next:before {
    right: 13px;
    transform: rotate(45deg);
}
.gallery-arr-img,
.gallery-arr-thumb {
    display: none;
}
.gallery-arr-img.slick-initialized,
.gallery-arr-thumb.slick-initialized {
    display: block;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

/*日数と料金*/
.rental_flow{
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 25px;
	font-weight: bold;
	font-size: 1.2em;
}
.rental_flow li{
  width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	margin: 10px 0 25px;
}
.rental_flow li p{
	text-align: center;
	width: 100%;
  margin: 0;
}
.rental_flow li img{
    object-fit: contain;
	padding: 0 40px;
}
.flow_bg{
	color: #fff;
	background-color: #222;
	width: fit-content;
	padding: 5px 15px;
}
@media screen and (max-width: 600px) {
.flow_bg{
  font-size: 1rem;
  padding:5px 10px;
}
.rental_flow li p{
  font-size: 1rem;
  margin: 0;
}
.rental_flow li img {
  padding: 0 20px;
}

}

.rental-table table{
	width: 100%;
	min-width: 615px;
}
.rental-table th,
.rental-table td{
	padding: 7px 5px;
}
.rental-table td{
    font-weight: bold;
	color: #ff0000;
}

/*付属品*/
.accessory-thumb-arr{
    margin: 10px auto 15px;
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.accessory-thumb {
    box-sizing: border-box;
    margin: 0px 0px 10px;
	text-align: center;
	vertical-align: top;
    width: 25%;
    height: auto;
	display: none;
}
.accessory-thumb img{
  object-fit: contain;
}
/* .accessory-name{
	font-size: .9em;
	padding: 0 5px;
} */
.list_accessory .list1{
	padding: 0 0 20px 20px;
}
.list_accessory .list1 li{
	padding-left: 20px;
	position: relative;
}
.list_accessory .list1 li::before{
	position: absolute;
	content: "";
	top: 10px;
	left: 3px;
	width: 4px;
	height: 4px;
	border: solid 3px #7f3e18;
	border-radius: 50%;
}
.accessory-continue{
    box-sizing: border-box;
    margin: 10px 15px 25px;
    width: 120px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #556677;
	font-size: .9em;
}
.continue-btn{
	cursor: pointer;
}
@media screen and (max-width: 480px) {
.accessory-thumb {
  width: 30%;
}
}

/*機材の特徴*/
.content{
	margin: 5px;
}
.content .list1 li{
	padding-left: 20px;
	margin-bottom: 13px;
	position: relative;
}
.content .list2 li{
	padding-left: 20px;
	position: relative;
}
.content .list1 li::before{
	position: absolute;
	content: "";
	top: 10px;
	left: 3px;
	width: 4px;
	height: 4px;
	border: solid 3px #7f3e18;
	border-radius: 50%;
}
.content .list2 li::before{
	position: absolute;
	content: "";
	top: 10px;
	left: 3px;
	width: 7px;
	height: 7px;
	border: solid 1px #7f3e18;
	border-radius: 50%;
}

/*バッテリ駆動時間*/
.specifications-title{
	color: #442f18;
	font-weight: bold;
	margin-top: 30px;
	padding: 5px 10px 5px 10px;
	border-top: solid 3px #efd9b7;
	border-left: solid 10px #efd9b7;
	border-right: solid 1px #efd9b7;
	border-bottom: solid 1px #efd9b7;
}
.battery_run_time table{
	box-sizing: border-box;
	table-layout: fixed;
	width: 100%;
	min-width: 550px;
}
.battery_run_time th,
.battery_run_time td{
    box-sizing: border-box;
	min-width: 30%;
	text-align: left;
	padding: 8px 13px;
}
.battery_run_time td{
	word-break: break-word;
}

/*おすすめ＆ランキング*/
.related,
.ranking{
	color: #444;
	background: #eee;
	padding: 8px 8px;
	font-size: 1em;
	font-weight: bold;
}
.related_post_arr{
    display: flex;
	position: relative;
    display: none;
}
.related_post_no{
	margin-bottom: 35px;
}
.related_post_arr.slick-initialized {
    display: block;
}
.related_post{
    width: 200px;
	margin: 0 5px;
	padding: 10px;
    display: flex;
    justify-content: center;
    align-items: top;
	transition: .3s;
	word-break: break-word;
}
.related_post img{
    display: block;
	margin: 0 auto;
	margin-bottom: 15px;
    object-fit: contain;
}
.related_post a{
	color: #556677;
    outline: 0;
}
.related_post:hover{
	opacity: .7;
}
.related_post_arr .slick-prev,
.related_post_arr .slick-next {
    position: absolute;
    top: 38%;
    height: 50px;
    width: 35px;
    outline: 0;
    cursor: pointer;
    z-index: 1;
}
.related_post_arr .slick-prev {
    left: 0;
}
.related_post_arr .slick-next {
    right: 0;
}
.related_post_arr .slick-next:before,
.related_post_arr .slick-prev:before {
    position: absolute;
    content: '';
    top: 8px;
    width: 35px;
    height: 35px;
    border-top: 2px solid rgba(200, 200, 200, 1);
    border-right: 2px solid rgba(200, 200, 200, 1);
	transition: .3s;
}
.related_post_arr .slick-prev:before {
    left: 10px;
    transform: rotate(-135deg);
}
.related_post_arr .slick-next:before {
    right: 10px;
    transform: rotate(45deg);
}
.related_post_arr .slick-next:hover:before,
.related_post_arr .slick-prev:hover:before {
    border-top: 2px solid rgba(100, 150, 150, 1);
    border-right: 2px solid rgba(100, 150, 150, 1);
}
.rank1,
.rank2,
.rank3,
.rank4,
.rank5,
.rank6,
.rank7,
.rank8,
.rank9,
.rank10{
	padding: 55px 55px;
	-webkit-background-size: 50%;
	background-size: 50%;
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
}
.rank1{
	background: url(../images/ranking_01.png) 0% 50% no-repeat;
}
.rank2{
	background: url(../images/ranking_02.png) 0% 50% no-repeat;
}
.rank3{
	background: url(../images/ranking_03.png) 0% 50% no-repeat;
}
.rank4{
	background: url(../images/ranking_04.png) 0% 50% no-repeat;
}
.rank5{
	background: url(../images/ranking_05.png) 0% 50% no-repeat;
}
.rank6{
	background: url(../images/ranking_06.png) 0% 50% no-repeat;
}
.rank7{
	background: url(../images/ranking_07.png) 0% 50% no-repeat;
}
.rank8{
	background: url(../images/ranking_08.png) 0% 50% no-repeat;
}
.rank9{
	background: url(../images/ranking_09.png) 0% 50% no-repeat;
}
.rank10{
	background: url(../images/ranking_10.png) 0% 50% no-repeat;
}
@media screen and (max-width: 480px) {
	.related_post{
		width: 150px;
		height: 150px;
	}
	.related_post_arr .slick-prev,
	.related_post_arr .slick-next {
		top: 29%;
		height: 40px;
		width: 28px;
	}
	.related_post_arr .slick-next:before,
	.related_post_arr .slick-prev:before {
		top: 8px;
		width: 25px;
		height: 25px;
	}
}

/*その他*/
.rental-buttun{
display: flex;
    justify-content: center;

	/* margin: 50px auto;
	text-align: center; */
}
.rental-buttun img{
	filter: drop-shadow(1px 2px 3px #555);
}
.pageunder{
	margin: 25px auto;
	width: 100%;
	max-width: 650px;
}



input#popup {
    display: none;
}

/* ポップアップwindow部分 */
#overlay {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 70;
    width: 100%;
    height: 100%;
}
/* オーバーレイの背景部分 */
#bg_gray {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 80;
}
/* ウィンドウ部分 */
#window {
    width: 75%;
  text-align: left;
    padding: 50px 20px 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
    z-index: 90;
    opacity: 0;
}
@media screen and (max-width: 480px) {
#window {
    width: 90%;
}
}
/* 閉じるボタン */
#btn_cloth {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333;
    border-radius: 5px;
    z-index: 100;
    cursor: pointer;
}
#btn_cloth:hover {
    opacity: 0.7;
}
#btn_cloth span,
#btn_cloth span::before {
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #fff;
}
#btn_cloth span {
    transform: rotate(45deg);
}
#btn_cloth span::before {
    content: "";
    position: absolute;
    bottom: 0;
    transform: rotate(-90deg);
}


/* クリックで表示 */
#popup:checked ~ #overlay {
    visibility: visible;
}
#popup:checked ~ #overlay #window {
    animation: fadein 500ms forwards;
    animation-timing-function: ease-in-out;
}
@keyframes fadein {
    100% {
        opacity: 1;
    }
}


.catList #txt_label{
  font-weight: normal;
  padding: 0;
}

#txt_label {
  color: #fff;
  padding: 10px;
  cursor: pointer;
}

.rental-buttun .reserve{
  width:50%;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
}
.rental-buttun .reserve{
font-size: 2rem;
  background: #db5f69;
  background-image: -webkit-linear-gradient(top, #db5f69, #651916);
  background-image: -moz-linear-gradient(top, #db5f69, #651916);
  background-image: -ms-linear-gradient(top, #db5f69, #651916);
  background-image: -o-linear-gradient(top, #db5f69, #651916);
  background-image: linear-gradient(to bottom, #db5f69, #651916);
  border: solid #aa1e2a 2px;
}
.rental-buttun .reserve:hover {
  background: #651916;
  background-image: -webkit-linear-gradient(top, #651916, #db5f69);
  background-image: -moz-linear-gradient(top, #651916, #db5f69);
  background-image: -ms-linear-gradient(top, #651916, #db5f69);
  background-image: -o-linear-gradient(top, #651916, #db5f69);
  background-image: linear-gradient(to bottom, #651916, #db5f69);
}
.rental-buttun a.reserve{
  font-weight: bold;
  text-align: center;
  padding: 10px;
  display: inline-block;
}
.catList .btn .modal-section a{
  padding: 0;
}
.btn .modal-section a.reserve{
  font-size: 2rem;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
}

.sp_br{display: none;}

@media screen and (max-width:480px) {
.rental-buttun .reserve{
  width:100%;
}

.btn .modal-section a.reserve{
  width: 100%;
}
.sp_br{display: block;}

}
