@charset "UTF-8";


/*-------------------------------------------
 基本色設定
-------------------------------------------*/
.cp-main {
	/* max960で 960以下で左右に入れたい余白の数値 */
	/* 基本的にヘッダーなどに合わせ 8px */
	--size-rl-padding: 8px;

	/* （自動計算用） */
	--size-rl-padding-plus: calc( var(--size-rl-padding) + 2);

	/* コンテンツの余白　基本 */
	--gap-base: min(5%, 58px);

	/* コンテンツの余白 スマホで上下開けたい */
	--gap-base-tb: min(8%, 48px);

	/* 最大幅 */
	--maxwidth: 960px;
}

/*スマホの時だけ改行させるクラス*/
.br-sp {
    display: block;
}

/*img height*/
img {
	width: 100%;
	height: auto;
}

@media (min-width: 769px) {
    .br-sp {
        display: none;
    }
}

/*-------------------------------------------
 リード
-------------------------------------------*/
.cp-main .detail_lead__txt {
	font-weight: normal;
	margin-bottom: 1em;
}

.cp-main .detail-period__inner {
	margin-top: var(--gap-base);
	padding-top: calc(var(--gap-base-tb)/2);
	font-weight: normal;
	text-align: center;
}

.cp-main .detail-period__att {
	margin-bottom: 1em;
	line-height: 1.2;
}

.cp-main .detail-period__detail {
	border-top: 1px dashed #6ba603;
	border-bottom: 1px dashed #6ba603;
	color: #ff1739;
}

.cp-main .detail_period__lead {
	max-width: 550px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: min(4% , 15px) 0;
}

.cp-main .detail_period__item {
	grid-template-columns: 1fr;
	gap: 4px;
	align-items: flex-start;
}
.cp-main .detail_period__label {
	font-weight: bold;
	font-size: 16px;
	border-radius: 999px;
	white-space: nowrap;
	text-align: center;
	/* ラベル内の文字が少なくても幅を維持 */
	min-width: 130px; 
}

.cp-main .detail_period__text {
	margin: 0;
	font-weight: bold;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	}


/* PC横並び */
@media (min-width: 769px) {
.cp-main .detail_period__item {
  display: grid;
  /* ラベルの幅を固定したい場合は140pxの部分を調整してください */
  grid-template-columns: min-content 1fr; 
  align-items: center;
  gap: 10px;
}

.cp-main .detail_period__label {
	min-width: auto;
	display: inline-block;
}

.cp-main .detail_period__text {
  text-align: left;
}
}

.cp-main .detail_sakuhin__inner > h2 {
	font-size: 16px;
	line-height: 1.3;
}
@media (min-width: 769px) {
	.cp-main .detail_sakuhin__inner > h2 {
		font-size: 24px;
	}
}

/*-------------------------------------------
 dカーシェアは便利でおトク！
-------------------------------------------*/
.cp-main .dcarshere-block{
	border-radius: 16px;
	background: #e8f8fc;
	text-align: center;
}

.cp-main .dcarshere-block__inner{
	padding: min(8% ,32px) min(6% ,32px);
	margin-top: min(8% ,32px);
}

.cp-main .dcarshere-block__btn{
	letter-spacing: .1em;
	width: min(94%, 500px);
	margin: 0 auto min(8% ,32px);
	background: #0097e3;
	color: #fff;
	font-size: clamp(16px, 3vw, 18px);
	font-weight: 600;
	line-height: 1.4;
	border-radius: 16px;
	padding: .5em 1.7em;
	min-height: 46px;
	text-align: center;
	position: relative;
	transition: 0.3s;
	text-decoration: none !important;
	display: flex;
	align-items: center;
 	justify-content: center;
  }

.cp-main .dcarshere-block__btn:hover{
	color: #FFF;
  }


  .cp-main .dcarshere-block__img{
	opacity: 1;
	width: min(100% ,640px);
  }

  @media (min-width: 769px) {
	.cp-main .dcarshere-block__btn{
		min-height: 60px;

	}
	.cp-main .dcarshere-block__btn:hover{
		 opacity: .7;
	}
	.cp-main .dcarshere-block__title::before,
	.cp-main .dcarshere-block__title::after{
		width: 3px;
	}

  }

/*-------------------------------------------
 まだまだあります！おトクなキャンペーンも要チェック！
-------------------------------------------*/
.cp-main .more-cp-block__inner {
	margin: var(--gap-base);
}

.cp-main .more-cp-block_ttl {
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
}
.cp-main .more-cp-block_sub {
	color: #fb142b;
	font-size: 18px;
}

.cp-main .more-cp-block__bnr_1 {
	margin-bottom: min(4% ,32px);
}
  @media (min-width: 769px) {
	.cp-main .more-cp-block__bnr:hover{
		transition: 0.3s;
		opacity: .7;
	}	
	.cp-main .more-cp-block__bnr_1:hover{
		transition: 0.3s;
		opacity: .7;
	}	
  }