@charset "utf-8";

figure {
	margin: 0;
}

.rental_tx_box .min {
	font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}

.rental_tx {
	font-size: 2.7rem;
	font-weight: 600;
}

.rental_tx span {
	font-size: 1.4rem;
	font-weight: 400;
}

.rental_tx_box {
	padding-top: 25px;
}

.rental_tx_box p:nth-child(2) {
	font-size:2rem;
	font-weight: 600;
	text-align: center;
	padding: 20px 50px 0 0;
}

h2 img {width:100%;}

.rental_inner {
	max-width: 1100px;
	margin: auto;
	padding-top: 50px;
	}
	
h3.rental_ttl {
	font-weight: 400;
	font-size: 1.6rem;
	text-align: center;
	border:none;
	background: #c7c3dc;
	line-height: 1;
	padding: 0.6em 0 0.4em;
}

p.lineup_tx {
	font-size: 17px;
	letter-spacing: -0.01em;
	padding-top: 0.2em;
	text-align: center;
}

.lineup_img {
	padding-top: 20px;
	align-items: flex-end;
}

.lineup_img figure {
	margin: 0;
}

.lineup_img figure:first-child {
	width: 630px;
	max-width: 100%;
}

.lineup_img figure:nth-child(2) {
	width: 404px;
	max-width: 100%;
}

.lineup_detail {
	align-items: center;
	padding-top: 50px;
}

.lineup_detail figure{
	width: 356px;
}

.lineup_detail figure:nth-child(2),.lineup_detail figure:nth-child(4){
	width: 2px;
    position: relative;
    top: 15px;
}


.price {
	padding-top: 30px;
}

.price dl {
	height: 90px;
	border: 3px solid #000;
	margin-top: 20px;
}

.price dl dt,.price dl dd {
	
	align-items: center;
}

.price dl dt {
	width: calc(365/1100*100%);
	background: #c83b22;
	justify-content: center;
	border-right: 3px solid #000;
	
}

.price dl dd {
	flex: 1;
	background: #f5e4d6;
	justify-content: space-between;
	padding: 0 40px;
}

.price dl dt span {
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
}

.price dl dd span:first-child {
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.price dl dd span:nth-child(2) {
	font-size: 2rem;
	font-weight: 500;
}
.price dl dd span:nth-child(3) {
	font-size: 1.4rem;
	font-weight: 500;
}

.remarks {
	padding-top: 50px;
}

.remarks p {
	line-height: 1.5;
	font-size: 1.3rem;
}

.catalog_link figure {
	width: 178px;
}
.catalog_link p {
	display: flex;
	height:1.2em;
	align-items: center;
	padding: 50px 20px 0 0;
}
.catalog_link p span {
	padding: 0.15em 0.3em 0 0;
	display: inline-block;
	font-size: 1.4rem;
}

.catalog_link p:after {
	content: "";
	width: 1em;
	height: 1em;
	background-image: url(../images/content/rental/arrow.svg);
	background-size: cover;
	display: inline-block;
}

.reserve_box {
	padding-bottom: 50px;
}
.reserve_bt {
	width: 100%;
}
.reserve_box p {
	text-align: center;
	padding-top: 2em;
	font-size: 1.8rem;
}
.form_bt,.fax_bt {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.reserve_inner {
	padding-top: 2.5em;
}


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

.rental_inner {
		width: 95%;

}
.lineup_tx {text-align: left;}

.lineup_img figure:first-child {
    width: calc(630/1100*100%);
    max-width: 100%;
}

.lineup_img figure:nth-child(2) {
    width: calc(404/1100*100%);
    max-width: 100%;
}

.lineup_detail figure:not(:nth-child(2)) {
    width: calc(505/1100*100%);
}

.price dl dt span {
    padding:1em;
    box-sizing: border-box;
}
.price dl {
	height: auto;
}

.catalog_link {
	flex-direction: column;
}

.catalog_link p {
	order:2;padding-top: 0;
}

.reserve_bt {
	flex-direction: column;
	align-items: center;
}

.reserve_box p {
	padding:1em 0 2em;
}
.reserve_box p:first-child {
	padding-top: 3em;
	padding-bottom: 1em;
}

}

@media screen and (min-width:481px){
	.scroll_hint {display:none;
	}
}


@media screen and (max-width:480px){
	.rental_inner {
		padding-top: 10vw;
		width: 100%;
	}
	.rental_tx {
    font-size: 4.4vw;
    line-height: 1.3;
    }
	
	.rental_tx_box {
    padding-top: 5vw;
}
	.rental_tx span {
    font-size: 1.3rem;
    padding-top: 1em;
    line-height: 1.6;
    display: inline-block;
}

.rental_tx_box p:nth-child(2) {
    font-size: 1.6rem;
    padding: 0;
}

    .rental_tx_box {
        padding-top: 5vw;
        flex-direction: column;
    }
	
	p.lineup_tx {
		font-size: 1.4rem;
		line-height: 1.6;
		text-align: left;
	}
	
	.lineup_img {
    padding-top: 10px;
    align-items: center;
    flex-direction: column;
    }

.lineup_img figure:first-child {
        width: 100%;
}

    .lineup_img figure:nth-child(2) {
width: 90%;
padding-top: 7vw;
}

.lineup_detail {
	flex-direction: column;
}

.lineup_detail figure:nth-child(2),.lineup_detail figure:nth-child(4) {
	display: none;
}

    .lineup_detail figure:not(:nth-child(2)) {
        width: 100%;
    }

.lineup_detail figure:not(:first-child) {
	padding-top: 10vw;
}

.price_listWrap{
  position: relative;
  width: 100%;
  height: 30vw;
}

/* スクロールするのは中だけ */
.price_list{
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.price_list figure{ margin:0; }

.price_img{
  display: inline-block;
  height: 100%;
}
.price_img img{
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}

/* グラデはWrapに付ける（固定） */
.price_listWrap::after{
  content:"";
  position:absolute;
  top:0; right:0; bottom:0;
  width:24px;
  pointer-events:none;
  z-index: 1;
  background: linear-gradient(to left, rgba(0,0,0,.18), rgba(0,0,0,0));
}

/* 誘導ヒントもWrapに固定 */
.scroll_hint{
  position: absolute;
  right: 20px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  pointer-events: none;
  z-index: 2; /* グラデより上 */
  animation: hintFade 3.2s ease-in-out infinite;
}

.hint_hand{
  width: 26px;
  height: 26px;
  margin: 0;
  animation: hintMove 1.4s ease-in-out infinite;
}
.hint_hand img{
  display:block;
  width: 100%;
  height: 100%;
}

.hint_arrow{
  font-size: 18px;
  line-height: 1;
  animation: hintMove 1.4s ease-in-out infinite;
}

@keyframes hintMove{
  0%   { transform: translateX(0); opacity: .7; }
  50%  { transform: translateX(18px); opacity: 1; }
  100% { transform: translateX(0); opacity: .7; }
}
@keyframes hintFade{
  0%,100%{ opacity: .55; }
  50%    { opacity: .95; }
}

.price_listWrap.is_hint_off .scroll_hint{ display:none; }

.price dl {
	flex-direction: column;
}
.price dl dt {
	width: 100%;
	border-bottom: 3px solid #000;
	}
.price dl dt span {
	font-size: 1.6rem;
}
.price dl dd {
	padding: 1.5em 0;
	border-right: 3px solid #000;
	justify-content: center;
}

.price dl dd span:first-child {
    font-size: 1.8rem;
    padding-right: 1em;
    }

.price dl dd span:nth-child(2) {
    font-size: 1.6rem;
}

.remarks {
    padding-top: 7vw;
    flex-direction: column;
    align-items: center;
}

.catalog_link {
	align-items: center;
	padding-top: 1em;
}
.catalog_link p {
	padding:1em 0;
}

.catalog_link p:after {
transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.reserve_box {
	padding-bottom: 0;
}

.reserve_inner {
	padding-top: 0;
}

.reserve_box p {
    font-size: 1.6rem;
}

.reserve_inner p {
	font-size: 1.3rem;
}

}

@media (prefers-reduced-motion: reduce){
  .scroll_hint, .hint_hand, .hint_arrow{ animation: none !important; }
}



