@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*共通*/

.lp-wrapper {
    font-family: 'Noto Sans JP', sans-serif;
}

.lp-wrapper img {
    width: 100%;
}

.lp-contents {
        /* width: 980px; */
        /* margin: 0 auto; */
}
.lp-headline {
    text-align: center;
    width: 980px;
    margin: 0 auto;
}

.lp-headline-fukidasi {
    color: #000;
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    margin: 80px 0 14px;
    padding: 0 50px;
}

.lp-headline-fukidasi::before, .lp-headline-fukidasi::after {
    content: "";
    position: absolute; top: 10px;
    display: block;
    width: 2px ;
    height: 80%;
    background: #000;
}

.lp-headline-fukidasi::before {
    left: 29px; transform: rotate( -30deg );
}
.lp-headline-fukidasi::after {
    right: 29px; transform: rotate( 30deg );
}

.lp-button {
    margin-top: 40px;
    display: block;
}

.lp-button a {
	display: flex;
	width: calc(300px - 4em);
	min-height: 50px;
	margin: 10px auto 30px;
	color:#fff;
	font-weight:bold;
	line-height: 1.5;
	background-color:#F08300;
	border-radius: 5px;
	position: relative;
	text-align: center;
	padding: 0.5em 2em;
	justify-content: center;
	align-items: center;
}

.lp-button a:hover {
	opacity:0.8;
	text-decoration: none;
}

.lp-button a::after {
	display: block;
	content:"";
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: rotate(45deg) translateY(-50%);
}

.lp-headline-obi {
    display:block;
    /* width: 1400px; */
    /* height:98px; */
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 70px;
    background: url(/car/special/summer_sale_inbound/img/bg_obi.jpg) no-repeat;
    background-size: cover;
}

.lp-headline_caution {
	text-align: center;
	margin-bottom: 15px;
	font-size: 1.5em;
	color: #CA022A;
	font-weight: bold;
}

/*メインビジュアル*/

.lp-main_visual {
    width: 100%;
    margin: 0 auto;
    background: url(/car/special/summer_sale_inbound/img/bg_mainvisual.jpg) no-repeat 50% 50%;
    background-size: cover;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.lp-main_visual h1.lp-main_headline {
    text-align: center;
}
.lp-main_visual h1.lp-main_headline img {
    max-width: 1500px;
}

.lp-main_subheadline {
    display: block;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 33px;
    font-weight: bold;
}

.lp-main_headline_title {
    display: block;
    color: #fff;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 72px;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,0.8);
    line-height: 1.2;
    margin-top: 20px;
}

.lp-main_subheadline2 {
    display: inline-block;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    font-weight: bold;
    background: #710000;
    padding: 5px;
    margin-top: 15px;
    line-height: 1;
}

.lp-main_cars {
    position: absolute;
    bottom: -79px;
    width: 600px;
    z-index: 9;
}

/*検索*/
.legacySearch__area--wrapper {
    /* position: relative; */
    z-index: 9 !important;
    margin-bottom: 180px;
}

.legacySearch__area {
	display: block;
	/* position: absolute; */
	z-index: 5;
	bottom: auto;
	left: auto;
	transform: translateX(0);
	font-size: 110%;
	margin: 0 auto 0;
	width: 980px;
	/* padding-bottom: 100px; */
}

.legacySearch__area--inner {
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}

/*メイン*/
.lp-contents_main {
    background-image: url(/car/special/summer_sale_inbound/img/bg_wave_upper.png), url(/car/special/summer_sale_inbound/img/bg_wave_lower.png);
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    background-size:100% auto;
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
		background-color:#E9F9FB;
}

.lp-contents_main div {
	/* z-index: 5; */
}

.lp-overview {
    width: 980px;
    margin: 0 auto;
}

.lp-overview_text {
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.lp-overview_icons {
    display: flex;
    justify-content: center;
}

.lp-overview_icons ul {
    display: flex;
		flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
		width: 800px;
}
.lp-overview_icons li {
    width: 120px;
    background: #fff;
    padding: 25px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,.05);
    margin: 0 20px;
}

.lp-overview_period {
    border: 1px solid #2BA4D5;
    width: 640px;
    padding: 20px;
    margin: 50px auto 0;
    background: #fff;
    color: #000;
}

.lp-overview_period p {
	font-size: 18px;
}

.lp-overview_period p span {
    color: #CA022A;
}

/*商品枠*/

.lp-adcard {
    width: 980px;
    /* height: 350px; */
    border: 1px solid #39B7EA;
    background:#fff;
    background-size: 100px 100px;
    box-shadow: 0 0 10px rgba(100,73,0,0.16);
    margin: 70px auto 0;
    position: relative;
}

.lp-adcard_area {
	position: absolute;
	display: flex;
	top: -12px;
	left: 23px;
	width: 140px;
	height: 140px;
	background: url(/car/special/summer_sale_inbound/img/frame_circle.png) no-repeat 0 0 transparent;
	background-size: cover;
	display: flex;
	align-items: end;
	justify-content: center;
	color:  #fff;
	font-size: 20px;
	text-shadow: 0 0 10px rgba(0,0,0,0.16);
	padding-bottom: 15px;
	flex-wrap: wrap;
}

.lp-adcard_area.isHokkaido::before {
	display:block;
	content:"";
	width: 100%;
	height: 70px;
	background:url(/car/special/summer_sale_inbound/img/ico_hokkaido.png) no-repeat 50% 50%;
	background-size: contain;
	margin-top: 1px;
}

.lp-adcard_area.isFukuoka::before {
	display:block;
	content:"";
	width: 100%;
	height: 88px;
	background:url(/car/special/summer_sale_inbound/img/ico_fukuoka.png) no-repeat 50% 50%;
	background-size: contain;
}

.lp-adcard_area.isOsaka::before {
	display:block;
	content:"";
	width: 100%;
	height: 90px;
	background:url(/car/special/summer_sale_inbound/img/ico_osaka.png) no-repeat 50% 50%;
	background-size: contain;
}

.lp-adcard_area.isTokyo::before {
	display:block;
	content:"";
	width: 100%;
	height: 99px;
	background:url(/car/special/summer_sale_inbound/img/ico_tokyo.png) no-repeat 50% 50%;
	background-size: contain;
}

.lp-adcard_area.isOkinawa::before {
	display:block;
	content:"";
	width: 100%;
	height: 99px;
	background:url(/car/special/summer_sale_inbound/img/ico_okinawa.png) no-repeat 50% 50%;
	background-size: contain;
}

.lp-adcard h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 27px 0 0 181px;
}

.lp-adcard_photo {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
}

.lp-adcard_photo img {
	width: 500px;
}

.lp-adcard_price {
	text-align: center;
	width: 500px;
	margin: 35px 0 0;
}

.lp-adcard_price_per {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #39B7EA;
    width: 200px;
    margin: 0 auto;
    padding-bottom: 5px;
}

.lp-adcard_price_discount {
	color: #CA022A;
	font-size: 48px;
	font-weight: 900;
}

.lp-adcard_price_discount span.yen {
	font-size: 40px
}

.lp-adcard_price_discount span.otoku {
	font-size: 40px
}

.lp-adcard_button {
	display: block;
}

.lp-adcard_button a {
	display: block;
	width: 300px;
	height: 50px;
	margin: 10px auto 0;
	color:#fff;
	font-weight:bold;
	line-height: 50px;
	background-color:#F08300;
	border-radius: 5px;
	position: relative;
}

.lp-adcard_button a:hover {
	opacity:0.8;
	text-decoration: none;
}

.lp-adcard_button a::after {
	display: block;
	content:"";
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 20px;
	right: 15px;
	transform: rotate(45deg);
}
.lp-adcard_pic{
	width: 250px;
	position: absolute;
	bottom: -10%;
	right: -3%;
}
/*カルーセル*/

.lp-carousell {
    margin: 70px auto 0;
    /* width:100%; */
}
.lp-carousellcard {
	width: 450px;
	/* max-width: 450px;
    min-width: 450px; */
	background: #fff;
	/* height: 350px; */
	border: 1px solid #39B7EA;
	background: #fff;
	background-size: 100px 100px;
	box-shadow: 0 0 10px rgba(100,73,0,0.16);
	margin: 12px 40px 50px 40px;
	position: relative;
}

.lp-carousellcard_area {
	position: absolute;
	display: flex;
	top: -12px;
	left: 23px;
	width: 140px;
	height: 140px;
	background: url(/car/special/summer_sale_inbound/img/frame_circle.png) no-repeat 0 0 transparent;
	background-size: cover;
	display: flex;
	align-items: end;
	justify-content: center;
	color:  #fff;
	font-size: 20px;
	text-shadow: 0 0 10px rgba(0,0,0,0.16);
	padding-bottom: 15px;
	flex-wrap: wrap;
}

.lp-carousellcard_area.isHokkaido::before {
	display:block;
	content:"";
	width: 100%;
	height: 60px;
	background:url(/car/special/summer_sale_inbound/img/ico_hokkaido.png) no-repeat 50% 50%;
	background-size: contain;
	margin-top: 1px;
}

.lp-carousellcard_area.isFukuoka::before {
	display:block;
	content:"";
	width: 100%;
	height: 60px;
	background:url(/car/special/summer_sale_inbound/img/ico_fukuoka.png) no-repeat 50% 100%;
	background-size: contain;
}

.lp-carousellcard_area.isOsaka::before {
	display:block;
	content:"";
	width: 100%;
	height: 60px;
	background:url(/car/special/summer_sale_inbound/img/ico_osaka.png) no-repeat 50% 50%;
	background-size: contain;
}

.lp-carousellcard_area.isTokyo::before {
	display:block;
	content:"";
	width: 100%;
	height: 70px;
	background:url(/car/special/summer_sale_inbound/img/ico_tokyo.png) no-repeat 50% 50%;
	background-size: contain;
}

.lp-carousellcard_area.isOkinawa::before {
	display:block;
	content:"";
	width: 100%;
	height: 70px;
	background:url(/car/special/summer_sale_inbound/img/ico_okinawa.png) no-repeat 50% 50%;
	background-size: contain;
}

.lp-carousellcard h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 14px 0 0 181px;
	height: 110px;
}

.lp-carousellcard_photo {
	width: 80%;
	margin: 0 auto;
	height: 200px;
}

.lp-carousellcard_photo img {
	object-fit:cover;
}

.lp-carousellcard_price {
	text-align: center;
	width: 500px;
	margin: 35px 0 0;
}

.lp-carousellcard_price_per {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #39B7EA;
    width: 160px;
    margin: 15px auto 0;
    padding-bottom: 5px;
    text-align: center;
}

.lp-carousellcard_price_discount {
	color: #CA022A;
	font-size: 42px;
	font-weight: 900;
	text-align: center;
}

.lp-carousellcard_price_discount span.yen {
	font-size: 30px;
}

.lp-carousellcard_price_discount span.otoku {
	font-size: 30px;
}

.lp-carousellcard_button {
	display: block;
}

.lp-carousellcard_button a {
	display: block;
	width: 300px;
	height: 50px;
	margin: 10px auto 30px;
	color:#fff;
	font-weight:bold;
	line-height: 50px;
	background-color:#F08300;
	border-radius: 5px;
	position: relative;
	text-align: center;
}

.lp-carousellcard_button a:hover {
	opacity:0.8;
	text-decoration: none;
}

.lp-carousellcard_button a::after {
	display: block;
	content:"";
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 20px;
	right: 15px;
	transform: rotate(45deg);
}
.lp-carousellcard_pic {
	width: 180px;
	position: absolute;
	bottom: -8%;
	right: -3%;
}
/*各枠*/

.lp-contents {
	padding: 0 0 70px;
}

.lp-contents.white {
	background-color: #fff;
}

.lp-contents.gray {
	background-color: #eaeaea;
}

.lp-contents_photo {
	width: 980px;
	margin: 30px auto 0;
}

.lp-contents_text {
	margin: 30px 0 50px;
	text-align:center;
	font-size: 20px;
	font-weight: bold;
}

/*レンタカー各社枠*/
.lp-contents_company {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	width: 980px;
	margin: 0 auto 0;
}

.lp-contents_company_card {
	width: 480px;
	margin: 0 0 20px;
	padding: 30px;
	border: 1px solid #39B7EA;
	box-shadow: 0 0 10px rgba(100,73,0,0.16);
}

.lp-contents_company_card:nth-child(2n-1){
	margin-right: 20px;
}

.lp-contents_company_card_headline-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}

.lp-contents_company_card-icon {
	width: 60px;
	margin-right: 10px;
	text-align: center;
	height: 60px;
}

.lp-contents_company_card-icon img {
	width: auto;
	height:60px;
}

.lp-contents_company_card_headline {
	font-size: 16px;
	font-weight: bold;
	width: 345px;
}

p.lp-contents_company_card_text + .lp-button {
	margin: 20px auto 0;
}

p.lp-contents_company_card_text + .lp-button a {
	margin: 0 auto;
}

/*国際線*/
.lp-photo {
	width: 1400px;
	margin: 0 auto;
}

.lp-contents_buttonwrap {
	display: flex;
	width: 650px;
	margin: 40px auto 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

.lp-contents_buttonwrap::after {
	display: none;
}

.lp-contents_buttonwrap .lp-button {
	margin: 0 0 30px;
}

.lp-contents_buttonwrap .lp-button a {
	margin: 0;
}
