/* 共通
--------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.gw_special__wrapper a:link,
.gw_special__wrapper a:visited,
.gw_special__wrapper a:hover {
	color: inherit;
	text-decoration: none !important;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}
.rc-loader__wrapper .rc-loader {
	width: auto;
}

/* メインビジュアル
  --------------------------- */

/* イントロ
  --------------------------- */
.gw_special__intro {
	margin: 50px 0;
}
.gw_special__intro--title {
	margin-bottom: 50px;
	font-size: 1.45em;
	font-weight: bold;
	text-align: center;
}
.gw_special__intro--nav {
	max-width: 743px;
	width: 100%;
	height: 80px;
	margin: 0 auto;
}
.gw_special__intro--nav .gw_special_intro--list {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 27px;
}
.gw_special__intro--nav .gw_special_intro--item {
	width: 100%;
	height: 100%;
	display: inline-block;
	border: 3px solid #e8b139;
	border-radius: 40px;
	font-family: "Zen Maru Gothic", serif;
	font-size: 2.35em;
	color: #e8b139;
	font-weight: 900;
	text-align: center;
	position: relative;
}
.gw_special__intro--nav .gw_special_intro--item.gw_special_intro--item.kyushu {
	border: 3px solid #cd7c7c;
	color: #cd7c7c;
}
.gw_special__intro--nav .gw_special_intro--item img {
	padding-right: 9px;
}
.gw_special__intro--nav .gw_special_intro--item.hokkaido img {
	width: 53px;
	height: 35px;
}
.gw_special__intro--nav .gw_special_intro--item.kyushu img {
	width: 45px;
	height: 36px;
}
.gw_special__intro--nav .gw_special_intro--item.okinawa img {
	width: 37px;
	height: 40px;
}
.gw_special__intro--nav .gw_special_intro--item::after {
	content: "";
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #e8b139;
	border-right: solid 2px #e8b139;
	transform: rotate(135deg);
	position: absolute;
	left: 50%;
	bottom: 3px;
	margin: auto;
}
.gw_special__intro--nav
	.gw_special_intro--item.gw_special_intro--item.kyushu::after {
	border-top: solid 2px #cd7c7c;
	border-right: solid 2px #cd7c7c;
}

.gw_special__intro--nav .gw_special_intro--list a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 40px;
}

/* 検索BOX
  --------------------------- */
.gw_special__search {
	padding: 38px 0 50px;
	background: #ffffe0;
}
.gw_special__search--plancaution {
	text-align: center;
	margin-top: 10px;
	color: #4b4b4b;
}
.gw_special__search--txt {
	text-align: center;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 50px;
	font-weight: bold;
	margin: 50px 0;
	line-height: 1.4em;
	letter-spacing: 6px;
}
.gw_special__search--caution {
	max-width: 268px;
	width: 100%;
	margin: 0 auto 16px;
	padding-bottom: 6px;
	font-size: 1.85em;
	color: #3e3e3e;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.gw_special__search--caution::before {
	content: "";
	width: 12px;
	height: 19px;
	border-left: 2px solid #3e3e3e;
	transform: rotate(-35deg);
	position: absolute;
	bottom: 0px;
	left: 0;
}
.gw_special__search--caution::after {
	content: "";
	width: 12px;
	height: 19px;
	border-right: 2px solid #3e3e3e;
	transform: rotate(35deg);
	position: absolute;
	bottom: 0;
	right: 0;
}
.gw_special__search--txt_pinkline {
	color: #de0000;
	border-bottom: solid 1px;
}

.gw_special__search--txt_pink {
	color: #de0000;
}
.gw_special__search--txt_blue {
	color: #003894;
	border-bottom: solid 1px;
}

#choki .notes {
	font-size: 20px;
	text-align: center;
	margin-top: 40px;
}

#choki .notes .gw_special__pink {
	color: #de0000;
}

.legacySearch__area {
	position: relative;
	transform: initial;
	bottom: initial;
	left: initial;
}
.legacySearch__area--inner {
	margin: 0 auto;
	border: solid 1px #ccc;
}

/* ナビ
  --------------------------- */

/* メインコンテンツ
  --------------------------- */
.gw_special__main > .gw_special__main--box {
	padding: 100px 0;
	position: relative;
}
.gw_special__main > #kyushu.gw_special__main--box {
	padding: 0 0 100px;
	position: relative;
}


.gw_special__main > #okinawa.gw_special__main--box {
	padding: 0 0 90px;
	position: relative;
}
.gw_special__main > .gw_special__main--box::before {
	content: "";
	width: 100%;
	height: 800px;
	display: inline-block;
	background: linear-gradient(
			to bottom,
			transparent 0%,
			transparent 70%,
			#fff 100%
		),
		url("../images/main_bg.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 126px;
	left: 0;
	z-index: -1;
}

.gw_special__main > #kyushu.gw_special__main--box::before {
	top: 10px;
}

.gw_special__main > #okinawa.gw_special__main--box::before {
    top: 16px;
    left: 0;
}


.gw_special__main > .gw_special__main--box::after {
	content: "";
	display: inline-block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 55px;
	right: 300px;
}
.gw_special__main > #main_hokkaido.gw_special__main--box::after {
    width: 152px;
    height: 214px;
    background-image: url(../images/illustration_hokkaido.png);
    right: 280px;
}
.gw_special__main > #kyushu.gw_special__main--box::after {
	width: 130px;
    height: 214px;
    background-image: url(../images/illustration_kyushu.png);
    top: -50px;
    right: 360px;
}
.gw_special__main > #okinawa.gw_special__main--box::after {
    width: 151px;
    height: 144px;
    background-image: url(../images/illustration_okinawa.png);
    top: 10px;
    right: 350px;
}
.gw_special__main--area {
	margin-bottom: 47px;
	font-size: 7.9em;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	color: #e8b139;
	font-weight: 900;
	line-height: 0.5em;
	text-align: center;
	position: relative;
}
.gw_special__main > #kyushu .gw_special__main--area {
	margin-bottom: 47px;
	color: #cd7c7c;
}
.gw_special__main--area_eng {
	font-size: 0.3em;
	font-family: adobe-handwriting-ernie, sans-serif;
	font-weight: 400;
	letter-spacing: 0;
}
.gw_special__main--content {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 84px;
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
}
.gw_special__main--content .gw_special__main--image {
	max-width: 480px;
	width: 100%;
}

.gw_special__main--content .gw_special__main--image img {
	height: 280px;
}

.gw_special__main--content .gw_special__main--textarea {
	margin-top: 25px;
}
.gw_special__main--content .gw_special__main--title {
	margin-bottom: 10px;
	font-size: 1.45em;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	font-weight: 900;
	color: #e8b139;
	line-height: 1.5;
}
.gw_special__main
	> #kyushu
	.gw_special__main--content
	.gw_special__main--title {
	color: #cd7c7c;
}
.gw_special__main--desc {
	margin-bottom: 10px;
}
.gw_special__main--desc_txt {
	font-size: 1.2em;
	letter-spacing: 0.05em;
	line-height: 1.625;
	text-align: justify;
}
/* ピックアップ */
.gw_special__main--car {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 60px;
	border: 1px solid #e8b139;
	border-radius: 20px;
	position: relative;
}
.gw_special__main--car::before {
	content: "";
	width: 163px;
	height: 160px;
	background-image: url(../images/speech_bubble_blue.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
    top: -67px;
    left: -26px;
}

.gw_special__main > #kyushu .gw_special__main--car::before {
	background-image: url(../images/speech_bubble_orange.png);
}

.gw_special__main > #okinawa .gw_special__main--car::before {
	background-image: url(../images/speech_bubble_blue.png);
}

.gw_special__main--car::after {
	content: "";
    width: 84px;
    height: 84px;
    background-image: url(https://www.tabirai.net/car/common/images/rc-company/jp/50logo_60x60.gif);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -30px;
    left: 12px;
}
.gw_special__main > #kyushu .gw_special__main--car::after {
	width: 94px;
	height: 94px;
	background-image: url(https://www.tabirai.net/car/common/images/rc-company/JP/46logo_80x80.png);
	top: -33px;
	left: 8px;
}
.gw_special__main > #okinawa .gw_special__main--car::after {
	width: 91px;
    object-fit: contain;
    background-image: url(https://www.tabirai.net/car/common_new/images/rc-company/19logo_100x100.png);
    top: -5%;
    left: 2%;
	/* display: none; */
}
.gw_special__main > #kyushu .gw_special__main--car {
	border: 1px solid #cd7c7c;
}
.gw_special__main--car .gw_special__main--title {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: repeating-linear-gradient(90deg, #e9b545, #e9b545 7px, #e8b139 7px, #e8b139 14px);
    border-radius: 20px 20px 0 0;
    font-size: 2em;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.1em;
}
.gw_special__main > #kyushu .gw_special__main--car .gw_special__main--title {
    background-image: repeating-linear-gradient(90deg, #d08f8f, #d08f8f 7px, #cd7c7c 7px, #cd7c7c 14px);
}
.gw_special__main--car .gw_special__main--box {
	padding: 15px 0 50px 30px;
	background: #fff;
	border-radius: 0 0 20px 20px;
}
.gw_special__main--car .gw_special__main--box-inner {
	margin-bottom: 22px;
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
	text-align: center;
}
.gw_special__main--car .gw_special__main--textarea {
	margin-top: 22px;
}
.gw_special__main--car .gw_special__main--image {
	margin-top: 26px;
}
.gw_special__main--car .gw_special__main--subtitle {
	margin-bottom: 8px;
	padding-bottom: 5px;
	display: inline;
	border-bottom: solid 1px;
	font-size: 1.4em;
	line-height: 1;
}
.gw_special__main--car .gw_special__main--discount {
	margin: 16px 0 5px;
	font-size: 4em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	color: #e02828;
	line-height: 1.17;
	position: relative;
}

/* .gw_special__main--car .gw_special__main--discount::before {
	content: "最大";
	padding: 5px 2px;
	border: 1px solid #e02828;
	border-radius: 8px;
	font-size: 0.3em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	line-height: 1.11;
	writing-mode: vertical-rl;
	position: absolute;
	top: calc(50% - 26px);
	left: 0;
} */

.gw_special__main > #okinawa.gw_special__main--box .gw_special__main--discount {
	font-size: 4.5em;
}

.gw_special__main > #okinawa.gw_special__main--box .gw_special__main--discount::before {
	display: none;
}

.gw_special__main--car
	.gw_special__main--discount
	.gw_special__main--discount_currency {
	font-size: 0.44em;
}
.gw_special__main--car .gw_special__main--image {
	max-width: 50%;
	width: 100%;
	position: relative;
}

.gw_special__main--car .gw_special__main--image img {
	height: 270px;
    width: 88%;
}

/* .gw_special__main--car .gw_special__main--image::after {
	content: "セレナ同クラス";
	font-size: 1em;
	font-weight: 600;
	position: absolute;
	bottom: 14px;
	right: 30px;
}
.gw_special__main
	> #kyushu
	.gw_special__main--car
	.gw_special__main--image::after {
	content: "軽自動車同クラス";
	bottom: 14px;
	right: 30px;
}
.gw_special__main
	> #okinawa
	.gw_special__main--car
	.gw_special__main--image::after {
	content: "ノートe-POWER指定";
	bottom: 14px;
	right: 30px;
} */
.gw_special__main--icon {
	margin: 90px 0 -20px 0;
	text-align: center;
}
.gw_special__main--icon img {
	width: 280px;
	object-fit: contain;
}

/* カレンダー */
.gw_special__main--calendar {
	max-width: 940px;
	width: 100%;
	margin: 0 auto 52px;
}
.gw_special__main--calendar .gw_special__main--contetnt {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 20px;
	gap: 20px 0;
}
.gw_special__main--calendar .gw_special__main--list {
	max-width: calc(20% - 16px);
	width: 100%;
	height: 100px;
	border: 2px solid #939393;
	border-radius: 16px;
	box-shadow: 3px 3px 0 0 rgba(66, 66, 66, 0.2);
	overflow: hidden;
	transition: 0.1s ease-in-out;
}
.gw_special__main--calendar .gw_special__main--list:hover {
	box-shadow: none;
	transform: translate(2px, 1px);
}
.gw_special__main--calendar .gw_special__main--list.blue {
	border: 2px solid #6fabe0;
}
.gw_special__main--calendar .gw_special__main--list.red {
	border: 2px solid #f2799f;
}
.gw_special__main--calendar .gw_special__main--date {
	height: 70px;
	font-size: 1.9em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	text-align: center;
	line-height: 70px;
}
.gw_special__main--calendar .gw_special__main--small {
	font-size: 1.3em;
}
.gw_special__main--calendar .gw_special__main--week {
	height: 30px;
	background: #dbdbdb;
	font-size: 1em;
	text-align: center;
	line-height: 30px;
}
.gw_special__main--calendar
	.gw_special__main--list.blue
	.gw_special__main--week {
	background: #98c3e8;
}
.gw_special__main--calendar
	.gw_special__main--list.red
	.gw_special__main--week {
	background: #f4a5be;
}

/* カルーセル */
.gw_special__main--slick_wrapper {
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
}
.gw_special__main--slick_wrapper .gw_special__main--title {
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
}
.gw_special__main--slick_wrapper .gw_special__main--title::before,
.gw_special__main--slick_wrapper .gw_special__main--title::after {
	content: "";
	position: absolute;
	top: 0;
	width: 20rem;
	height: 37px;
	background-image: linear-gradient(
		to right,
		#939393,
		#939393 3px,
		transparent 3px,
		transparent 8px
	);
	background-size: 6px 1px;
	background-position: left center;
	background-repeat: repeat-x;
}
.gw_special__main--slick_wrapper .gw_special__main--title::before {
	left: 0;
}
.gw_special__main--slick_wrapper .gw_special__main--title::after {
	right: 0;
}
.gw_special__main--slick_wrapper .gw_special__main--title_icon {
	position: relative;
}
.gw_special__main--slick_wrapper .gw_special__main--title_icon::before {
	content: "";
	width: 49px;
	height: 33px;
	margin-right: 8px;
	display: inline-block;
	background-image: url(../images/icon_hokkaido.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.gw_special__main
	> #kyushu
	.gw_special__main--slick_wrapper
	.gw_special__main--title_icon::before {
	width: 49px;
	height: 33px;
	background-image: url(../images/icon_kyushu.png);
}
.gw_special__main
	> #okinawa
	.gw_special__main--slick_wrapper
	.gw_special__main--title_icon::before {
	width: 49px;
	height: 33px;
	background-image: url(../images/icon_okinawa.png);
}
.gw_special__main--slick_wrapper .gw_special__main--slick-container {
	max-width: 888px;
	width: 100%;
	margin: 0 auto 46px;
}
.gw_special__main--slick_wrapper .gw_special__main--slick-slide {
	margin: 0;
}
.gw_special__main--slick_wrapper .gw_special__main--slick-item {
	margin: 0 15px; /* 画像の間隔を30px（左右15pxずつ） */
}
.gw_special__main--slick_wrapper .slick-slide {
	transition: transform 0.3s ease;
}
.gw_special__main--slick_wrapper .gw_special__main--image {
	max-width: 280px;
	width: 100%;
	height: 186px;
}
/* ドットのカスタマイズ */
.gw_special__main--slick_wrapper .slick-dots {
	bottom: -30px; /* 位置調整（必要なら変更） */
}
.gw_special__main--slick_wrapper .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 2px; /* ドット間の間隔 4px（左右2pxずつ） */
}
.gw_special__main--slick_wrapper .slick-dots li button {
	width: 6px;
	height: 6px;
	background-color: #dbdbdb;
	border-radius: 50%;
	transition: background-color 0.3s ease;
}
.gw_special__main--slick_wrapper .slick-dots li.slick-active button {
	background-color: #3e3e3e;
}
.slick-dots li button:before {
	content: none;
}

/* ボタン */
.gw_special__main--button {
	color: #fff;
}
.gw_special__main--button a {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: #e8b139;
	border-radius: 50px;
	font-weight: 500;
	position: relative;
	transition: 0.3s ease-in-out;
}
.gw_special__main > #kyushu .gw_special__main--button a {
	background: #cd7c7c;
}
.gw_special__main--content .gw_special__main--button a {
	max-width: 160px;
	padding: 10px 0;
	margin: 0 0 0 auto;
	font-size: 0.9em;
}
.gw_special__main--car .gw_special__main--button a {
	max-width: 360px;
	padding: 20px 0;
	margin: 0 auto;
	font-size: 1em;
}
.gw_special__main--slick_wrapper .gw_special__main--button a {
	max-width: 360px;
	padding: 20px 0;
	margin: 0 auto;
	font-size: 1em;
}
a.gw_special__main--button-top {
	max-width: 340px;
	padding: 20px 0;
	margin: 0 auto;
	font-size: 1.3em;
	background: #003894;
	border-radius: 0;
}
.gw_special__main--button a:hover {
	background: #f1b941;
}
.gw_special__main > #kyushu .gw_special__main--button a:hover {
	background: #d08c8c;
}
a.gw_special__main--button-top:hover {
	background: #0447b4;
}

/* ボタン矢印 */
.gw_special__main--button a:after {
	content: "";
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}
.gw_special__main--content .gw_special__main--button a:after {
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.gw_special__main--slick_wrapper .gw_special__main--button a:after {
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
a.gw_special__main--button-top::after {
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

/* お子様シート無料プラン */
.gw_special__childseat {
	max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0px;
}

.gw_special__childseat .gw_special__sub--title {
    font-size: 22px;
    text-align: center;
    font-family: "Zen Maru Gothic", serif;
}

.gw_special__childseat .gw_special__main--title {
    font-size: 30px;
    text-align: center;
    font-family: "Zen Maru Gothic", serif;
    margin-top: 20px;
    position: relative;
    color: #3fa6ca;
    font-weight: bold;
}

.gw_special__childseat .gw_special__main--title::after {
  	content: "/";
	position: absolute;
	right: 310px;
	top: 0;
}

.gw_special__childseat .gw_special__main--title::before {
	content: "/";
	position: absolute;
	left: 310px;
	top: 0;
	transform: scaleX(-1);
}

.gw_special__childseat .gw_special__main--title::before {

}

.gw_special__childseat .gw_special__read {
	text-align: center;
    font-size: 18px;
    margin-top: 30px;
}

.gw_special__childseat .gw_special_lists {
	max-width: 670px;
    margin: 0 auto;
    margin-top: 30px;
    background: #e9fcff;
    box-sizing: border-box;
    padding: 30px 40px;
    border-radius: 10px;
    border: 2px solid #b7dee5;
}

.gw_special__childseat .gw_special_lists--title {
	font-size: 18px;
    border-bottom: 2px solid #8998a2;
    padding-bottom: 7px;
}

.gw_special__childseat .gw_special_lists .wrapper {
	display: flex;
    margin-top: 20px;
    font-size: 18px;
    justify-content: space-between;
}

.gw_special__childseat .gw_special_lists .wrapper .card {
	width: 42%;	
}

.gw_special__childseat .gw_special_lists .wrapper .area {
	background: #10c2e2;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.gw_special__childseat .gw_special_lists .wrapper .area li {
	
}

.gw_special__childseat .gw_special_lists .wrapper li a {
    margin-top: 20px;
    display: block;
    padding-bottom: 2px;
    border-bottom: 2px solid #003894;
    color: #003894;
	position: relative;
}

.gw_special__childseat .gw_special_lists .wrapper li a::after {
    content: "＞";
    width: 8px;
    height: 8px;
    border: 0;
    position: absolute;
    right: 14px;
}

/* アクティビティバナー */
.gw_special__main--slick_wrapper .ac_bnr {
	text-align: center;
    margin-top: 40px;
    margin-bottom: -30px;
}

.gw_special__main--slick_wrapper .ac_bnr img {
	width: 430px;
}

.gw_special__main--slick_wrapper .ac_bnr p {
	width: 100%;
    margin: 0 auto 16px;
    padding-bottom: 6px;
    font-size: 1.65em;
    color: #3e3e3e;
    font-weight: bold;
    text-align: center;
    line-height: 37px;
}
