@charset "utf-8";

/*--------------------------------------
CONTENTS
--------------------------------------*/
/* 共通 */

img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#cocoyori_parking_202510 {
	max-width:705px;
	margin:0 auto 80px;
	line-height:1.6em;
}

#cocoyori_parking_202510 a {
	color: #0075A7;
}

a img:hover {
	opacity: 0.7;
}

.sp-br {
	display: none;
}

/* Heading level */
#cocoyori_parking_202510 h2 {
	position: relative;
	margin: 60px 0 20px;
	padding: 8px 0;
	border-radius: 100px;
	background-color: #2198CB;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

#cocoyori_parking_202510 h3{
	margin: 0 auto 48px;
    font-weight: bold;
    font-size: 140%;
    text-align: center;
    border-bottom: solid 2px #333;
    width: 238px;
}

#cocoyori_parking_202510 h4{
	margin: 24px 0 5px 0;
	border-left: 5px solid #2198CB;
	line-height: 1.3;
	padding-left: 8px;
	font-weight: bold;
	font-size: 110%;
}

#cocoyori_parking_202510 h5 {
	margin: 30px 0 10px 0;
    border-left: 4px solid #2198CB;
    line-height: 1.2;
    padding-left: 8px;
    padding-top: 1px;
    font-size: 15px;
    font-weight: normal;
    border-bottom: unset;
}

#cocoyori_parking_202510 img {
	width: 100%;
}

#cocoyori_parking_202510 .mb40 {
	margin-bottom: 40px;
}

#cocoyori_parking_202510 .mt10 {
	margin-top: 10px;
}

#cocoyori_parking_202510 .line_heigt_none {
	line-height: 0px;
}

/* フォント用 */
#cocoyori_parking_202510 .text_center {
	text-align: center;
}

#cocoyori_parking_202510 .text_center-pc {
	text-align: center;
}

#cocoyori_parking_202510 .cocoyori_title {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

#cocoyori_parking_202510 .font_main_color {
	color: #2198CB;
}

#cocoyori_parking_202510 .font_gray_color {
	color: #595D6C;
}

#cocoyori_parking_202510 .font_size12 {
	font-size: 12px;
}

#cocoyori_parking_202510 .font_size14 {
	font-size: 14px;
}

#cocoyori_parking_202510 .font_size15 {
	font-size: 15px;
}

#cocoyori_parking_202510 .font_regular {
	font-weight: 400;
}

#cocoyori_parking_202510 .font_bold {
	font-weight: bold;
}

/* レイアウト用 */
#cocoyori_parking_202510 .flex_column4 {
	display: flex;
	flex-direction: column;
	grid-gap: 4px;
	justify-content: center;
	align-items: center;
}

#cocoyori_parking_202510 .flex_column8 {
	display: flex;
	flex-direction: column;
	grid-gap: 8px;
	justify-content: center;
	align-items: center;
}

#cocoyori_parking_202510 .flex_column12 {
	display: flex;
	flex-direction: column;
	grid-gap: 12px;
	justify-content: center;
	align-items: center;
}

#cocoyori_parking_202510 .flex_column24 {
	display: flex;
	flex-direction: column;
	grid-gap: 24px;
	justify-content: center;
	align-items: center;
}

#cocoyori_parking_202510 .flex_row16 {
	display: flex;
	flex-direction: row;
	grid-gap: 16px;
}

#cocoyori_parking_202510 .flex_row24 {
	display: flex;
	flex-direction: row;
	grid-gap: 24px;
}

/* 画像用 */
#cocoyori_parking_202510 .img_size32 {
	width: 32px;
	height: 32px;
}

#cocoyori_parking_202510 .img_size64 {
	width: 64px;
	height: 64px;
}

/* ---------------------------------------------
Index（目次）
--------------------------------------------- */
#cocoyori_parking_202510 .indexWrap {
	margin-top: 32px;
}


#cocoyori_parking_202510 .indexWrap .appTips_innerBox {
	border: solid 1px #2198CB;
	border-radius: 15px;
	background-color: #fff;
}

#cocoyori_parking_202510 .indexWrap .appTips_title {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	grid-gap: 4px;
	font-size: 17px;
}

#cocoyori_parking_202510 .indexList {
	padding: 16px;
}

#cocoyori_parking_202510 .indexList a::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(/camp/images/cocoyori_parking_202510/cocoyori_parking_202510_arrow_under_blue.svg);
	background-size: contain;
	vertical-align: middle;
	opacity: 40%;
}

#cocoyori_parking_202510 .letter_adjust {
	margin-left: -0.5em;
}

#cocoyori_parking_202510 .indexList a {
	font-size: 15px;
	font-weight: bold;
	color: #2198CB;
	vertical-align: middle;
	text-decoration: none;
}



/* ---------------------------------------------
ボックス全般
--------------------------------------------- */
#cocoyori_parking_202510 .small_caution {
	font-size: 10px;
}


#cocoyori_parking_202510 .appTips_innerBox {
	border: solid 1px #E9E9EF;
	border-radius: 15px;
	background-color: #fff;
	overflow: hidden;
}

#cocoyori_parking_202510 .appTips_titleBack {
	background-color: #2198CB;
	padding: 12px;
}

#cocoyori_parking_202510 .appTips_title {
	position: relative;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}


/* ---------------------------------------------
Appストア/タイムズ会員登録用
--------------------------------------------- */
#cocoyori_parking_202510 .entrySet {
	display: flex;
	flex-direction: row;
	grid-gap: 16px;
	margin-top: 32px;
	margin-bottom: 40px;
}

#cocoyori_parking_202510 .appDL_box {
	background-color: #FFF;
	border: solid 1px #E9E9EF;
	border-radius: 15px;
	width: 100%;
}

#cocoyori_parking_202510 .appDL_inner {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px 15px 0 0;
	background-color: #E9E9EF;
	padding: 6px;
}

#cocoyori_parking_202510 .appDL_inner_white {
	padding: 20px;
}

#cocoyori_parking_202510 .appDL_icon {
	height: 31px;
}

#cocoyori_parking_202510 .timesCard_icon {
	height: 31px;
}

#cocoyori_parking_202510 .appDL_title {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-left: 8px;
}

#cocoyori_parking_202510 .appDL_box ul {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

#cocoyori_parking_202510 .appDL_box li {
	line-height: 0;
}

#cocoyori_parking_202510 .appDL_btn {
	height: 60px;
}

#cocoyori_parking_202510 .timesCard_btn {
	height: 60px;
	width: 100%;
}

#cocoyori_parking_202510 .appDL_barCode {
	width: 80px;
	margin-left: 24px;
}

/* タイムズ会員登録ボタン */
#cocoyori_parking_202510 .button_timesEntry a {
	display: inline-block;
	width: 100%;
	max-width: 315px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.2px solid rgba(0, 0, 0, 0.04);
	border-radius: 8px;
	background: #FFC400;
	background-image: url(/camp/images/cocoyori_parking_202510/cocoyori_parking_202510_Icon-Arrow-Right.svg);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: right 4px top 50%;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #2E2F33;
}

#cocoyori_parking_202510 .button_timesEntry a span {
	text-align: center;
}


/* ---------------------------------------------
実施期間
--------------------------------------------- */
#cocoyori_parking_202510 .camp_date_text {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}


/* ---------------------------------------------
︎参加者特典
--------------------------------------------- */
#cocoyori_parking_202510 .present-wrap {
	display: flex;
	flex-direction: column;
	grid-gap: 30px;
	margin-top: 32px;
}

#cocoyori_parking_202510 .present-box {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	box-sizing:border-box;
	width: 100%;
	border: solid 1px #D2D6E5;
	border-radius: 15px;
	padding: 32px;
}

#cocoyori_parking_202510 .present2 .present-box {
	flex-direction: column;
}

#cocoyori_parking_202510 .present2 .flex_item1 .caution_gray {
	text-align: center;
}

#cocoyori_parking_202510 .present-wrap .flex_item1 {
	flex: 1;
}

#cocoyori_parking_202510 .present-wrap .flex_item2 {
	flex: 1;
}

#cocoyori_parking_202510 .present-img {
	width: 300px;
	margin: 0 auto;
}

#cocoyori_parking_202510 .present-img2 {
	width: 100%;
	max-width: 488px;
}

#cocoyori_parking_202510 .present-box hr {
	background-color: #D2D6E5;
	border: none;
	height: 1px;
	width: 100%;
}

#cocoyori_parking_202510 .text_border {
	border-left: 1px solid #D2D6E5;
	padding: 16px;
	padding-right: 0px;
}

#cocoyori_parking_202510 .present-box p {
	width: 100%;
}

#cocoyori_parking_202510 .link-pc {
	display: inline-block;
}

#cocoyori_parking_202510 .link-sp {
	display: none;
}

/* ポイントの活用方法 */

#cocoyori_parking_202510 .point_box_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	grid-gap: 8px;
}

#cocoyori_parking_202510 .point_box {
	display: flex;
	align-items: center;
	grid-gap: 8px;
	padding: 12px;
	margin: 0 auto;
	max-width: 480px;
	background-color: #FFFAE2;
	border: 1px solid #FFF4B8;
	border-radius: 15px;
}

#cocoyori_parking_202510 .point_box img {
	width: 80px;
	height: 80px;
}

#cocoyori_parking_202510 .point_box p {
	font-size: 14px;
}


/* ---------------------------------------------
参加方法
--------------------------------------------- */
#cocoyori_parking_202510 .stepWrapp {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	grid-gap: 20px;
	margin-top: 40px;
	align-items: center;
}

#cocoyori_parking_202510 .step_img_type01 {
	height: 132px;
	width: 70%;
}

#cocoyori_parking_202510 .step_img_type01 img {
	height: 100%;
}

#cocoyori_parking_202510 .step_img_type02 {
	height: 60px;
	width: 100%;
}

#cocoyori_parking_202510 .step_img_type02 img {
	width: fit-content;
}

#cocoyori_parking_202510 .flowOverview .number {
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	padding: 8px;
	width: 92px;
	text-align: center;
	border-radius: 8px;
	color: #2198CB;
	background-color: #E9F5FA;
	margin-bottom: 16px;
}

#cocoyori_parking_202510 .stepTitle {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	width: 100%;
	margin-bottom: 4px;
}

#cocoyori_parking_202510 .step_text {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #2E2F33;
	line-height: 140%;
	margin-bottom: 4px;
}

#cocoyori_parking_202510 .step_text a {
	color: #0075A7;
}

#cocoyori_parking_202510 .caution_gray {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #6E758E;
	line-height: 140%;
}

#cocoyori_parking_202510 .red_caution {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #FF341A;
	line-height: 140%;
}

#cocoyori_parking_202510 #how_to_get_stamps .red_caution {
	text-align: center;
	margin-top: 12px;
}

#cocoyori_parking_202510 #notes .red_caution {
	font-size: 14px;
}

#cocoyori_parking_202510 .stepArrow {
	margin: 40px 0;
}

#cocoyori_parking_202510 .stepWrapp_innerBox {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	grid-gap: 16px;
	width: 100%;
}

#cocoyori_parking_202510 .step_text img {
	margin-right: auto;
	text-align: left;
	width: fit-content;
}

/* タイムズクラブ会員登録 */
#cocoyori_parking_202510 .times_entry_box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	grid-gap: 16px;
	padding: 44px 16px 16px 16px;
	margin-top: 100px;
	/* margin: 0 auto; */
	background-color: #F7F7FC;
	border: 1px solid #E9E9EF;
	border-radius: 15px;
}

#cocoyori_parking_202510 .times_entry_box .button_timesEntry {
	width: 315px;
}

#cocoyori_parking_202510 .times_entry_box img {
	width: 100px;
}

#cocoyori_parking_202510 .times_entry_box .times_sp_img {
	position: absolute;
	top: -48px;
}

#cocoyori_parking_202510 .times_entry_box p {
	text-align: center;
}

#cocoyori_parking_202510 .times_entry_box .times_entry_title {
	font-weight: bold;
}


/* ---------------------------------------------
スタンプ獲得方法
--------------------------------------------- */
#cocoyori_parking_202510 #how_to_get_stamps {
	margin-top: 40px;
}

#cocoyori_parking_202510 #how_to_get_stamps h2 {
	background-color: #F29F05;
	margin: 0;
	border-radius: 0;
}

#cocoyori_parking_202510 #how_to_get_stamps h2::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url(/camp/images/cocoyori_parking_202510/cocoyori_parking_202510_step_stamp_icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 4px;
}

#cocoyori_parking_202510 .wrap-get-stamp {
	background-color: #FEF5E6;
	border-radius: 15px;
	overflow: hidden;
	border: 1px solid #FADBA3;
}

/* ステップスライド */
#cocoyori_parking_202510 .cocoyoriapp_slides {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 7px;
    margin: 20px;
}

#cocoyori_parking_202510 .cocoyoriapp_slides img {
	max-width: 176px;
}

#cocoyori_parking_202510 .cocoyoriapp_slides > li {
	font-size: 16px;
    background: #fff;
    border-radius: 12px;
    width: 300px;
	height: 480px;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    scroll-snap-align: start;
    flex-shrink: 0;
    box-sizing: border-box;
    margin: 0 10px 10px 0;
    margin-left: 10px !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
	grid-gap: 28px;
}

#cocoyori_parking_202510 .cocoyoriapp_slides::-webkit-scrollbar {
	height: 16px;
}

#cocoyori_parking_202510 .cocoyoriapp_slides::-webkit-scrollbar-thumb {
	background: #FFCE7D;
	border-radius: 10px;
}

#cocoyori_parking_202510 .cocoyoriapp_slides::-webkit-scrollbar-track {
	background: #FFE6BC;
	border-radius: 10px;
}

#cocoyori_parking_202510 .cocoyoriapp_step {
	padding: 4px 12px;
	border-radius: 8px;
	background-color: #F29F05;
	color: #ffffff;
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 14px;
	width: fit-content;
}

#cocoyori_parking_202510 .step_textbox {
	width: 100%;
}

#cocoyori_parking_202510 .target_child p {
	width: 100%;
}

#cocoyori_parking_202510 .target_child img {
	width: 40px;
	height: 40px;
}


/* ---------------------------------------------
対象スポット
--------------------------------------------- */

/* 吹き出し */
#cocoyori_parking_202510 .hint_map {
	width: fit-content;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

/* マーカー */
#cocoyori_parking_202510 .marker_color {
	background: linear-gradient(transparent 60%, #FEEC99 0%);
	display: inline;
	padding: 0 1px 0px;
}

#cocoyori_parking_202510 .flex_slash {
	display: flex;
	align-items: center;
	grid-gap: 16px;
}

#cocoyori_parking_202510 .slash_blue .flex_slash {
	display: flex;
	align-items: center;
	grid-gap: 8px;
}

/* スラッシュ */
#cocoyori_parking_202510 .line_slash {
	width: 24px;
	height: 34px;
}

#cocoyori_parking_202510 .slash_blue .line_slash {
	width: 10px;
	height: 20px;
}

#cocoyori_parking_202510 .slash_blue .line_slash {
	width: 16px;
	height: 20px;
}

#cocoyori_parking_202510 .slash_right {
	transform: scale(-1, 1);
}

/* マップ */
#cocoyori_parking_202510 .campaign_map {
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
	margin: 16px auto 40px auto;
}

#cocoyori_parking_202510 .target_flex {
	display: flex;
	flex-wrap: wrap;
	padding: 16px;
	grid-gap: 16px 0;
	justify-content: center;
}

#cocoyori_parking_202510 .target_child {
	display: flex;
	align-items: center;
	vertical-align: middle;
	width: 160px;
}

#cocoyori_parking_202510 .target_child img {
	width: fit-content;
	margin-right: 8px;
}

#cocoyori_parking_202510 .target_child p {
	font-weight: bold;
}

#cocoyori_parking_202510 #target_spot .step_caution {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 40px;
}


/* !駐車場リスト */
#cocoyori_parking_202510 .parking_list_wrap {
	display: flex;
	flex-direction: column;
	grid-gap: 20px;
	align-items: center;
}

#cocoyori_parking_202510 .parking_list_wrap li, .parking_list_caption p {
	text-indent: -32px;
	padding-left: 32px;
	line-height: 120%;
}

#cocoyori_parking_202510 .parking_list_wrap a {
	line-height: 120%;
}

/* 駐車場キャプション */
#cocoyori_parking_202510 .parking_list_caption_wrap {
	width: 100%;
	box-sizing: border-box;
	padding: 16px;
	background-color: #F7F7FC;
	border-radius: 15px;
}

#cocoyori_parking_202510 .parking_list_caption_text {
	text-align-last: center;
	font-size: 14px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #D2D6E5;
}

#cocoyori_parking_202510 .parking_list_caption {
	display: flex;
	flex-direction: column;
	grid-gap: 8px;
	justify-content: left;
	font-size: 14px;
}

/* 駐車場アイコン */
#cocoyori_parking_202510 .parking_icon_00::before, .parking_icon_01::before, .parking_icon_02::before, .parking_icon_03::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 8px;
}

#cocoyori_parking_202510 .parking_icon_00::before {
	background-image: none;
}

#cocoyori_parking_202510 .parking_icon_01::before {
	background-image: url(/about/images/tcapp_il005.svg);
}

#cocoyori_parking_202510 .parking_icon_02::before {
	background-image: url(/about/images/tcapp_il004.svg);
}

#cocoyori_parking_202510 .parking_icon_03::before {
	background-image: url(/camp/images/cocoyori_parking_202510/cocoyori_parking_202510_tcapp_icon_03.svg);
}

/* !アコーディオン */
#cocoyori_parking_202510 .l-accordion input {
	display: none;
}

#cocoyori_parking_202510 .accordion_wrapper {
	background-color: #fff;
	border: 1px solid #D2D6E5;
	border-radius: 15px;
	width: 99%;
}

#cocoyori_parking_202510 .l-accordion-switch {
	padding: 16px 32px 16px 32px;
}

#cocoyori_parking_202510 .l-accordion {
	border-bottom: solid 1px #D2D6E5;
}

#cocoyori_parking_202510 .l-accordion:last-child {
	border: none;
}

#cocoyori_parking_202510 .l-accordion .l-accordion-inside {
	display: none;
	padding: 0px 32px 0px 32px;
	height: 0;
	transform: translateY(-10%);
	transition: all 0.2s 0s ease;
}

#cocoyori_parking_202510 .l-accordion input:checked~.l-accordion-inside {
	display: block;
	height: auto;
	padding: 0px 32px 16px 32px;
	transform: translateY(0%);
	transition: all 0.4s 0s ease;
}

#cocoyori_parking_202510 .l-accordion .l-accordion-switch {
	position: relative;
	display: block;
	font-weight: bold;
	cursor: pointer;
}

#cocoyori_parking_202510 .l-accordion .accordion_title {
	text-align: center;
}

#cocoyori_parking_202510 .l-accordion .l-accordion-switch::before,
#cocoyori_parking_202510 .l-accordion .l-accordion-switch::after {
	content: '';
	position: absolute;
	display: block;
	width: 14px;
	height: 3px;
	border-radius: 3px;
	background: #555;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}

#cocoyori_parking_202510 .l-accordion .l-accordion-switch::after {
	transform: translateY(-50%) rotate(90deg);
	transition: 0.4s;
}

#cocoyori_parking_202510 .l-accordion input:checked~.l-accordion-switch::after {
	transform: translateY(-50%) rotate(0);
	transition: 0.4s;
}

/* アコーディオン中身レイアウト */
#cocoyori_parking_202510 #recommend .ac_flex01 {
	flex: 1;
	width: 240px;
}
#cocoyori_parking_202510 #recommend .ac_flex02 {
	flex: 1;
	width: 100%;
}


/* リスト */
#cocoyori_parking_202510 .accordion_list_wrap {
	display: flex;
	grid-gap: 40px;
	justify-content: center;
}

#cocoyori_parking_202510 .accordion_list_wrap li {
	margin-bottom: 16px;
}

/* ---------------------------------------------
【おすすめ】1ポイントからつかえる！駐車料金に充当する方法
--------------------------------------------- */
#cocoyori_parking_202510 #recommend h2 {
	background-color: #FFD500;
	color: #2E2F33;
}

#cocoyori_parking_202510 #recommend h2::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url(/camp/images/cocoyori_parking_202510/cocoyori_parking_202510_recommend_point_icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 4px;
}

#cocoyori_parking_202510 #recommend .l-accordion-switch {
	padding: 16px 32px 16px 16px;
}

#cocoyori_parking_202510 .wrap_recommend {
	background-color: #FFFAE2;
	border-radius: 15px;
	overflow: hidden;
	border: 1px solid #FEEC99;
	padding: 16px 0px;
}

#cocoyori_parking_202510 .recommend_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	margin: 16px 10px;
}


/* タイムズアプリダウンロード */
#cocoyori_parking_202510 .times_app_dl_wrap {
	padding: 16px;
	width: 100%;
	box-sizing: border-box;
}

#cocoyori_parking_202510 .times_app_dl {
	display: flex;
	grid-gap: 16px;
}

#cocoyori_parking_202510 .times_app_dl .appDL_inner {
	background-color: #2E2F33;
	color: #FFF;
}

#cocoyori_parking_202510 .times_app_dl .appDL_box {

}


/* ---------------------------------------------
アプリ利用規約
--------------------------------------------- */
#cocoyori_parking_202510 .terms_wrapper {
	margin: 20px 0;
	background-color: #F7F7FC;
}

#cocoyori_parking_202510 .terms_wrapper ul {
	padding: 20px;
}


/*===========================================
メディアクエリ
===========================================*/
@media screen and (max-width: 768px) {

	/* 共通 */
	#cocoyori_parking_202510 {
		max-width:600px;
	}

	#d_side {
		visibility: none;
	}

	.pc-br {
		display: none;
	}

	.sp-br {
		display: inherit;
	}

	#cocoyori_parking_202510 h2 {
		border-radius: 0px;
	}

	#cocoyori_parking_202510 .text_center-pc {
		text-align: left;
	}

	/** 参加者特典 **/
	#cocoyori_parking_202510 .present-box {
		flex-direction: column;
	}

	#cocoyori_parking_202510 .text_border {
		border-top: 1px solid #D2D6E5;
		border-left: none;
		padding: 0px;
		padding-top: 8px;
	}

	/** ステップ **/
	#cocoyori_parking_202510 .flowOverview p {
		text-align: center;
	}

	#cocoyori_parking_202510 .number p {
		text-align: center;
	}

	/** こんなときは「ここより」アプリ **/
	#cocoyori_parking_202510 .appTips_wrapper {
		width: 100vw;
		margin-left: calc(-50vw + 50%);
	}

	#cocoyori_parking_202510 .appTips_box {
		border-radius: 0px;
		border:solid #D2D6E5;
		border-width:1px 0px 1px 0px;
	}

	#cocoyori_parking_202510 .appTips_box .title {
		font-size: 18px;
	}

	#cocoyori_parking_202510 .appTips_wrapper .row {
		flex-direction: column;
	}

	/** appleストア用 **/
	#cocoyori_parking_202510 .entrySet {
		flex-direction: column;
	}

	/** 参加者特典 **/
	#cocoyori_parking_202510 .present-wrap {
		flex-direction: column;
		grid-gap: 32px;
	}

	#cocoyori_parking_202510 .present-box {
		padding: 12px;
		padding-top: 28px;
	}

	#cocoyori_parking_202510 .link-pc {
		display: none;
	}

	#cocoyori_parking_202510 .link-sp {
		display: inline-block;
	}

	/** キャンペーン参加方法 **/
	#cocoyori_parking_202510 .stepWrapp {
		flex-direction: column;
		grid-gap: 16px;
	}

	#cocoyori_parking_202510 .ticket_example_inner {
		flex-direction: column;
	}

	#cocoyori_parking_202510 .icon_w12 {
		transform: rotate(0deg);
	}

	#cocoyori_parking_202510 .flowOverview .number {
		margin: 0 auto;
	}

	#cocoyori_parking_202510 .stepWrapp_innerBox .featureTitle {
		font-size: 15px;
		text-align: center;
	}

	#cocoyori_parking_202510 .featureTitle::before {
		display: inline-block;
		width: 24px;
		height: 24px;
		vertical-align: middle;
		margin: 0px 4px;
	}
	#cocoyori_parking_202510 .step_img_type02 img {
		width: 100%;
	}

	#cocoyori_parking_202510 .step_img_type01 {
		height: 88px;
		width: 100%;
	}

	#cocoyori_parking_202510 .cocoyoriapp_slides::-webkit-scrollbar {
		height: 8px;
	}

	#cocoyori_parking_202510 .stepWrapp_innerBox .button_timesEntry a {
		margin: 0 auto;
	}

	/** スタンプ獲得方法 **/
	#cocoyori_parking_202510 .wrap-get-stamp {
		width: 100vw;
		border-radius: 0;
		border-right: none;
		border-left: none;
		margin: 0 -10px;
	}

	/** 対象スポット **/
	#cocoyori_parking_202510 .spot_box_wrap {
		flex-direction: column;
	}

	#cocoyori_parking_202510 .wrapper_cat {
		flex-direction: column;
	}

	/* 駐車場リスト */
	#cocoyori_parking_202510 .parking_list_caption {
		flex-direction: column;
		grid-gap: 12px;
	}

	#cocoyori_parking_202510 .parking_list_caption_text {
	text-align-last: left;
	}

	#cocoyori_parking_202510 .l-accordion .accordion_title {
		text-align: left;
	}

	#cocoyori_parking_202510 .accordion_list_wrap {
		flex-direction: column;
		grid-gap: 0px;
	}


	/** 【おすすめ】1ポイントからつかえる！駐車料金に充当する方法 **/
	#cocoyori_parking_202510 #recommend h2 {
		position: relative;
		text-align: left;
		padding-left: 60px;
	}

	#cocoyori_parking_202510 #recommend h2::before {
		position: absolute;
		top: 30%;
		left: 28px;
	}

	#cocoyori_parking_202510 .wrap_recommend {
		width: 100vw;
		border-radius: 0;
		border-left: none;
		border-right: none;
		margin: 0 -10px;
	}

	#cocoyori_parking_202510 .times_app_dl {
		flex-direction: column;
	}

	/* アコーディオン */
	#cocoyori_parking_202510 #recommend .flex_row24 {
		flex-direction: column;
		grid-gap: none;
		justify-content: center;
		align-items: center;
	}

	#cocoyori_parking_202510 #recommend .ac_flex01 {
		width: 216px;
	}

	/** トピックス **/
	#cocoyori_parking_202510 .flex_column4 .caution_gray {
		text-align: left;
		width: 100%;
	}

	/** アプリ利用規約 **/
	#cocoyori_parking_202510 .terms_wrapper {
		width: 100vw;
		margin-left: calc(-50vw + 50%);
		margin-bottom: 30px;
	}

	#cocoyori_parking_202510 .terms_wrapper ul {
		padding: 20px 10px;
	}

	/* 共通 */
	#cocoyori_parking_202510 h1 > img{
		width: 100%;
	}

	#cocoyori_parking_202510 .campDate {
		font-size: 11px;
		line-height: 28px;
	}

	/* Heading level */
	#cocoyori_parking_202510 h2 {
		font-size: 120%;
		margin: 80px -10px 20px;
	}

	#cocoyori_parking_202510 h3{
		margin: 0 auto 42px;
		font-size: 130%;
	}
}