/*news.cssの残骸*/
@charset "UTF-8";
@charset "utf-8";
/*
@import url(header.css);
@import url(footer.css);
@import url(pankuzu.css);
*/

/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
html {
	color: #4d4d4d;/* background: #FFF; */
	font-size: 62.5%;
	line-height: 1.4;
	-webkit-appearance: none;
}
body, div, dl, dt, dd, ul, li, h1, p {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
ul {
	list-style: none;
}
h1 {
	font-weight: normal;
}

/* YUI CSS Detection Stamp */
a {
	text-decoration: none;
	outline: none;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/* ======================================= */
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
    font-display: swap;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
    font-display: swap;
}
@font-face {
     font-family: 'Font Awesome 5 Brands';
     font-style: normal;
     font-weight: 400;
     src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-brands-400.woff2") format("woff2");
     font-display: swap;
 }

 @font-face {
     font-family: 'Font Awesome 5 Free';
     font-style: normal;
     font-weight: 900;
     src:url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-regular-400.woff2") format("woff2"),
         url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-solid-900.woff2") format("woff2");
     font-display: swap;
 }

body {
	/*
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, 'Lato',"ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	*/
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif !important;
	-webkit-text-size-adjust: 100%;
	font-size: 1.6rem;
}
#headerArea, #footerArea {
	margin: 0 auto;
	background-color: #fff;
}

/**********************************************************************
共通contentsArea（responsive）
**********************************************************************/
/* @media only screen and (max-width: 720px) {
	.onlyPc {
	  display: none;
	}
}
@media only screen and (min-width: 721px) {
  .onlySp {
    display: inline-block !important;
  }
  .onlySp {
    display: none !important;
  }
} */

/**新着情報、リンク装飾**/
a.link_menu {
    position: relative;
    color: #cb162c;
}
a.link_menu::after {
    position: absolute;
    bottom: -2px;
    left: 0px;
    content: '';
    width: 100%;
    height: 0.5px;
    background: #4d4d4d;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}
a.link_menu:hover {

}
a.link_menu:hover::after {
    transform: scale(1, 1);
}

/*****************************************************************
フローティングバナーエリア
*****************************************************************/
.floating_bannar {
    display: none;
}
.floating_bannar .shadow {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}


@media screen and (max-width: 768px) {
    .floating_bannar {
        display: block;
        width: 100%;
        position: fixed;
        bottom: 0;
		z-index: 2;
    }

    .floating_bannar .floating_bannar_inner {
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
        list-style: none;
        display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
        width: 100%;
		background-color: #f9f9f7;
    }
    .floating_bannar .floating_bannar_inner .floating_bannar_content {
        box-sizing: border-box;
		font-weight: 900;
		text-align: center;
		background-color: #fff;
		color: #4d4d4d;
		border: 2px solid #333;
		border-radius: 3px;
		box-shadow: 3px 3px 0px 0px rgb(0 0 0 / 15%);
		font-size: 1.1rem;
		line-height: 1.2;
		padding: 5px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		align-content: stretch;
		width: calc(50% - 16px);
		margin: 5px 8px 10px;
		transition: all .2s;
    }
	.floating_bannar .floating_bannar_inner .floating_bannar_content i {
        font-size: 2.0rem;
		margin-bottom: 2px;
    }

	.floating_bannar .floating_bannar_inner .phone_call {
		width: calc( 50% - 10px );
		background-color: rgba(30,144,255,1);
		transition: all .3s;
    }
	.floating_bannar .floating_bannar_inner .phone_call .material-icons {
		font-size: 3.6rem;
	}
	.floating_bannar .floating_bannar_inner .phone_call div {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
    }
	.floating_bannar .floating_bannar_inner .phone_call div span.phone_number {
		font-weight: 900;
		font-size: 1.6rem;
		margin-bottom: 3px;
    }
    .floating_bannar .floating_bannar_inner .phone_call:hover {
        background-color: #40a1ff;
		transition: all .3s;
    }

	.floating_bannar .floating_bannar_inner .cars {
		width: calc( 30% - 10px );
		background-color: #cb261c;
		flex-direction: column;
		transition: all .3s;
    }
    .floating_bannar .floating_bannar_inner .cars:hover {
		background-color: #ED5565;
		transition: all .3s;
    }

    .floating_bannar .floating_bannar_inner .tops {
		width: calc( 20% - 10px );
		background-color: #4d4d4d;
		flex-direction: column;
    }
    .floating_bannar .floating_bannar_inner .tops:hover {
        background-color: #222;
    }

}

/*****************************************************************
 各ページ共通css
*****************************************************************/
.pageContentsArea {
	width: 100%;
	padding-top: 65px;
}

/*各ページ共通タイトルエリア*/
.pageContentsArea .titleContents {
	width: 100%;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #4d4d4d;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.414;
}
.pageContentsArea .titleContents .titleContentsInner {
	width: 980px;
	margin: 0 auto;
}
.pageContentsArea .titleContents .titleContentsInner a {
	color: #fff;
}
.pageContentsArea .titleContents .titleContentsInner a:hover {
	color: #cb162c;
}

h1.titleArea {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f0f0f0;
	margin-bottom: 40px;
    font-size: 25px;
}

@media screen and (max-width: 640px){
    h1.titleArea {
        font-size: 1.8rem;
        margin-bottom: 0;
        padding: 10px 0;
    }
}
.titleContentsInner {
    font-size: 12px;
}

@media print, screen and (max-width: 1024px) {
	.pageContentsArea .titleContents .titleContentsInner {
		width: 95%;
	}
}

/*　共通処理終了　*/

.contentsWrap {
	width: 980px;
	margin: 0 auto 40px;
}
/*****************************************
	articlePage
*****************************************/

.articleContainer {
	width: 920px;
	margin: 40px auto 0;
	padding-bottom: 40px;
	border-bottom: 2px solid #cb162c;
}
.articleContainer:last-child {
	border-bottom: none;
}

@media screen and (max-width: 1024px) {
	.articleContainer {
		width: 98%;
	}

}

/*ニュース共通CSS*/
.text-right {
	text-align: right;
}
.font-size-large {
	font-size: 2.4rem;
	font-weight: 900;
}
span.caution {
	text-decoration: underline;
	color: #cb162c;
}
.separator {
	margin-bottom: 100px;
	position: relative;
	height: 1px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#4d4d4d 50%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#4d4d4d 50%,transparent 100%);
}
a span.button {
	font-size: 1.4rem;
	margin: 0 3px;
	padding: 2px 6px 3px;
	color: #fff;
	letter-spacing: 1px;
	background-color: #8d8d8d;
	cursor: pointer;
	transition: all .3s;
	border: solid 1px #4d4d4d;
	border-radius: 3px;
}
a span.button:hover {
	color: #cb162c;
	background-color: #fff;
}
.article_content_p_index {
	font-size: 2.0rem;
	line-height: 1.0;
	padding: 20px;
	margin-bottom: 10px;
	margin-top: 40px;
	background-color: orangered;
	border-bottom: 1px solid #c0c0c0;
	border-radius: 4px;
	color: #fff;
	font-weight: 500;
}
.event_content_p_index {
	font-size: 2.0rem;
	line-height: 1.0;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
	background-color: #cb182c;
	border-bottom: 1px solid #c0c0c0;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	border-bottom: 2px solid #4d4d4d;
	border-right: 2px solid #4d4d4d;
}


/*記事ヘッダ*/
.articleContainer .article_header {
	width: 90%;
	margin: 0 auto 40px;
}
.articleContainer .article_header h2.article_header_title {
	margin-bottom: 10px;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
}
.articleContainer .article_header p.article_header_datetime {
	margin-bottom: 20px;
}
.articleContainer .article_header img.article_header_image {
	display: block;
	margin: 0 auto;
	width: 80%;
}

/*記事本文*/
.articleContainer .article_content {
	width: 90%;
	margin: 0 auto 40px;
	line-height: 1.7;
	letter-spacing: 0.5px;
	font-size: 1.6rem;
	text-align: justify;
}
.articleContainer .article_content .article_content_section {
	margin-bottom: 100px;
}
.articleContainer .article_content .article_content_section p{
	text-align: center;
    margin: 20px;
}
.articleContainer .article_content .article_content_section p.title{
    font-size: 2rem;
    font-weight: bold;
    border: 2px solid;
    width: fit-content;
    margin: 10px auto;
    padding: 5px;
}
.articleContainer .article_content .article_content_section img.photo{
	max-width: 85%;
    display: block;
    margin: 20px auto;
}
.articleContainer .article_content .article_content_section p.article_content_p {
	margin-bottom: 20px;
}
.articleContainer .article_content .article_content_section p.article_content_p_inquiry {
	font-size: 1.4rem;
}
.articleContainer .article_content .article_content_section p.article_content_p_inquiry span.caption {
	line-height: 1.5;
}
.articleContainer .article_content .article_content_section p.article_content_p_inquiry span.shop_name {
	line-height: 2.4;
	font-size: 1.6rem;
}
.article_content_section li{
    border: 1px solid #000;
    margin-bottom: 25px;
    display: inline-flex;
    width: 95%;
    min-height: 50px;
    padding: 5px 10px;
}
.article_content_section li img{
    margin: auto 0;
}
.article_content_section li img.light{
    opacity: 0.7;
}
.article_content_section li p{
	margin: auto 0;
    padding-left: 10px;
}


/*****************************************
	eventPage背景
*****************************************/
#bgAnimationArea {
	z-index: -1;
	position: fixed;
	width: 120%;
	height: 100%;
	background-image:
		url("../news/img/aeon_event_20190727/aaaa.png"),/*aaaa*/
		url("../news/img/aeon_event_20190727/bbbb.png");/*bbbb*/
	background-repeat:
		no-repeat,/*plane*/
		no-repeat;/*n-box*/
	background-position:
		left 5%,
		right 10%;
	animation:
		body_bg 5s linear infinite;
}
@keyframes body_bg {
	0% { background-position: 100% 280px, 100% 440px; }
    50% { background-position: 60% 280px, 40% 440px; }
    100% { background-position: -400px 280px, -400px 440px; }
}
/*****************************************
	eventPage
*****************************************/
#eventContentsArea .topContentsWide {
	background-color: beige;
}
.eventContainer {
	width: 920px;
	margin: 40px auto 0;
	padding-bottom: 40px;
	border-bottom: 2px solid #cb162c;
}
.eventContainer:last-child {
	border-bottom: none;
}

	/**イベントページ用表示OFF**/
	#event #headerArea #header ul.headerMenuList li.topMenuBtn {
	}
	#event nav.sp-menu-icon {
	}
	#event #footerArea {
		padding-top: 0;
	}
	#event #footerArea .footerContainer .footer_logo {
		display: none
	}
	#event #footerArea .footerContainer .footer_sitemap {
		display: none
	}

@media screen and (max-width: 1024px) {
	.eventContainer {
		width: 100%;
	}
}

/*イベント記事ヘッダ*/
.event_header {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.event_header h2.event_header_title {
	text-align: center;
	width: 98%;
	margin: 0 auto 10px;
}
.event_header p.event_header_datetime {
	margin-bottom: 20px;
	width: 980px;
	margin: 0 auto 20px;
	text-align: right;
}
.event_header img.event_header_image {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.event_header p.event_header_datetime {
		width: 90%;
	}
}
@media screen and (max-width: 640px) {
}

/*イベント記事本文*/
.eventContainer .article_content {
	width: 90%;
	padding: 0 5%;
	margin: 0 auto 40px;
	line-height: 1.7;
	font-size: 1.6rem;
	text-align: justify;
}
.eventContainer .article_content .article_content_section {
	margin-bottom: 40px;
	padding: 20px 2% 10px;
	width: 96%;
	background-color: #fff;
	position: relative;
	border: 1px solid #e0e0e0;
}

/**セクションタイトルのリボン見出し**/
.eventContainer .article_content .article_content_section .ribbon_title {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 5px 0;
    margin: 0 0 20px -4.5%;
    width: calc(100% + 20px);
    color: white;
    background: darkred;
    width: 110%;
}
.eventContainer .article_content .article_content_section .ribbon_title p.event_content_p_index {
    margin: 0;
    padding: 0 30px 0 15px;
    border-top: dashed 1px #FFF;
    border-bottom: dashed 1px #FFF;
    font-size: 20px;
    line-height: 46px;
}
.eventContainer .article_content .article_content_section .ribbon_title p:after {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 30px 15px 30px 0px;
    border-color: transparent #f0f0f0 transparent transparent;
    border-style: solid;
}
.eventContainer .article_content .article_content_section .ribbon_title p:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px darkred;
}
@media screen and (max-width: 1024px) {
    .eventContainer .article_content .article_content_section .ribbon_title {
        margin: 0 0 20px -5%;
    }
}
@media screen and (max-width: 640px) {
    .eventContainer .article_content .article_content_section .ribbon_title {
        margin: 0 0 20px -6%;
        width: 112%;
    }
}
@media screen and (max-width: 480px) {
    .eventContainer .article_content .article_content_section .ribbon_title p:before {
        border-bottom: solid 7px transparent;
        border-right: solid 12px darkred;
    }
}

/** POINT **/
.eventContainer .article_content .article_content_section .section_point {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	margin-right: 8px;
}
.eventContainer .article_content .article_content_section .section_point span.point {
	background-color: darkcyan;
	width: 90px;
	min-width: 90px;
	height: 90px;
	min-height: 90px;
	border-radius: 45px;
	color: #fff;
	font-weight: 900;
	font-size: 1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.eventContainer .article_content .article_content_section p.section_point span.point_content {
	font-weight: 900;
	font-size: 2.2rem;
	letter-spacing: 0;
	padding: 2px 4px 4px 4px;
	border-top: 2px solid darkcyan;
	border-bottom: 2px solid darkcyan;
	line-height: 1.3;
}
.eventContainer .article_content .article_content_section p.section_point span.point_content span.red {
	color: darkred;
	font-size: 2.6rem;
}
@media screen and (max-width: 480px) {
	.eventContainer .article_content .article_content_section p.section_point span.point_content {
		font-size: 1.8rem;
		letter-spacing: 0.5px;
	}
	.eventContainer .article_content .article_content_section p.section_point span.point_content span.red {
		font-size: 1.8rem;
	}
}
/** POINT **/


/*最初の挨拶*/
.article_content_section_greeting {
	margin-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.article_content_section_greeting img {
	width: 95%;
	max-width: 850px;
}
@media screen and (max-width: 640px) {
}


.eventContainer .article_content .article_content_section p.article_content_p {
	margin-bottom: 20px;
}
.eventContainer .article_content .article_content_section p.greeting {
	font-size: 2.2rem;
	font-weight: 600;
}
.eventContainer .article_content .article_content_section p.temporary {
	width: 100%;
	height: 300px;
	border: 2px solid #999;
	background-color: #f0f0f0;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4.8rem;
}
.eventContainer .article_content .article_content_section p.article_content_p_inquiry {
	font-size: 1.4rem;
}
.eventContainer .article_content .article_content_section p.article_content_p_inquiry span.caption {
	line-height: 1.5;
}
.eventContainer .article_content .article_content_section p.article_content_p_inquiry span.shop_name {
	line-height: 2.4;
	font-size: 1.6rem;
}
.eventContainer .article_content .article_content_section img.article_header_image {
	margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
	.eventContainer .article_content {
		width: 90%;
		padding: 0 5%;
	}
}

/*イベント概要ノート風*/
.place_about {
	background-color: #fcffe4;
	color: #222;
	padding: 10px 10px 20px 10px;
/*	margin-bottom: 20px;*/
	font-size: 1.4rem;
}
dl.line_note {
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	background: -webkit-linear-gradient(bottom, #4d4d4d 1px, rgba(255, 255, 255, 0) 1px);
	background: linear-gradient(to top, #4d4d4d 1px, rgba(255, 255, 255, 0) 1px);
	background-position: left top;
	background-size: 1px 30px;
	display: flex;
}
dl.line_note dt {
	width: 115px;
	max-width: 115px;
	min-width: 115px;
	font-weight: 900;
}
dl.line_note dd {
}
dl.line_note a {
	color: #4d4d4d;
}
dl.line_note dd.date {
	font-weight: 600;
}
dl.line_note span.bold {
	font-weight: 600;
}
dl.line_note span.red {
	color: #cb162c;
}
dl.line_note span.blue {
	color: darkblue;
}
@media screen and (max-width: 640px) {
	dl.line_note {
		display: flex;
		flex-direction: column;
	}
	dl.line_note dd {
		margin-left: 20px;
	}
}

/*イベントプレゼント*/
.event_present_section {
	display: flex;
	justify-content: space-between;
}
.event_present_section .event_present {
	width: 49%;
}
.event_present_section .event_present p {
	text-align: center;
}
.event_present_section .event_present .event_present_image {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.event_present_section .event_present .event_present_image img {
	margin-bottom: 10px;
}
.event_present_section .event_present .event_present_image p {
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: left;
	width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 720px) {
	.event_present_section {
		flex-direction: column;
	}
	.event_present_section .event_present {
		width: 100%;
		margin-bottom: 0;
	}
	.event_present_section .event_present:last-child {
		margin-bottom: 0;
	}
	.event_present_section .event_present .event_present_image img {
		width: 90%;
		max-width: 480px;
	}
}



/*イベント車輛*/
.event_car_section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.event_car_section .event_car {
	width: 48%;
	margin-top: 20px;
	margin-bottom: 40px;
	font-weight: 900;
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: right 20px top 45px;
	background-color: gold;
}
.event_car_section .event_car p {
}
.event_car_section .event_car p.car_title {
	padding: 5px 10px;
	background-color: darkolivegreen;
	color: #fff;
	font-weight: 900;
	font-size: 1.7rem;
	margin-bottom: 8px;
}
.event_car_section .event_car p.car_detail1 {
	margin-bottom: 10px;
	margin-left: 10px;
}
.event_car_section .event_car p.car_price_title {
	padding: 5px 10px;
	margin: 0 5px 10px;
	font-weight: 600;
	background-color: darkblue;
	color: #fff;
}

/***車種別設定***/
.event_car_section #event_car01 {
    background-image: url(../news/img/aeon_event_20190727/car01.png);
}
.event_car_section #event_car01 p.car_price_title {
}

.event_car_section #event_car02 {
    background-image: url(../news/img/aeon_event_20190727/car02.png);
}
.event_car_section #event_car02 p.car_price_title {
}

.event_car_section #event_car03 {
    background-image: url(../news/img/aeon_event_20190727/car03.png);
}
.event_car_section #event_car03 p.car_price_title {
}

.event_car_section #event_car04 {
    background-image: url(../news/img/aeon_event_20190727/car04.png);
}
.event_car_section #event_car04 p.car_price_title {
}

.event_car_section #event_car05 {
    background-image: url(../news/img/aeon_event_20190727/car05.png);
}
.event_car_section #event_car05 p.car_price_title {
}

/*注意事項*/
.event_car_section #event_car06 p.car_title {
    background-color: darkred;
}
.event_car_section #event_car06 p.car_detail1 {
    letter-spacing: 0;
    font-size: 1.4rem;
    margin: 0 10px 20px;
}
@media screen and (max-width: 400px) {
    /*注意事項*/
    .event_car_section #event_car06 p.car_title {
        font-size: 1.4rem;
    }
    .event_car_section #event_car06 p.car_detail1 {

    }
}

.event_car_section .event_car p.car_price1 {
	margin: 0 5px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.event_car_section .event_car p.car_price1 span.sum {
	padding: 2px 4px 2px 6px;
	margin-right: 5px;
	background-color: #4d4d4d;
	color: #fff;
	text-align: center;
	letter-spacing: 0.5px;
	line-height: 1.4;
}
.event_car_section .event_car p.car_price1 span.komikomi {
	margin: 0 0 0 2px;
}
.event_car_section .event_car p.car_price1 span.komikomi img {
	width: 55px;
	margin-bottom: -6px;
}
.event_car_section .event_car p.car_price1 span.arrow {
	font-size: 3.0rem;
	margin-left: 4px;
	margin-right: 4px;
}
.event_car_section .event_car p.car_price1 span.price {
	margin: 0 5px;
	padding: 4px 6px 6px 6px;
	line-height: 1.0;
	font-weight: 900;
	color: #fff;
	background-color: #cb182c;
}
.event_car_section .event_car p.car_price1 span.price span.unit {
	font-size: 1.4rem;
	line-height: 1.0;
	color: #fff100;
}
.event_car_section .event_car p.car_price1 span.price span.event_price {
	font-size: 6.4rem;
	line-height: 1.0;
	font-weight: 900;
	font-family: 'Rubik', sans-serif;
}
.number_font {
	font-family: 'Rubik', sans-serif;
}

@media screen and (max-width: 840px) {
	.event_car_section {
		flex-direction: column;
	}
	.event_car_section .event_car {
		width: 98%;
		max-width: 400px;
		margin: 0 auto 40px;
	}
}
@media screen and (max-width: 640px) {
	.event_car_section .event_car {
		background-size: 160px;
		background-repeat: no-repeat;
		background-position: right 5px top 45px;
		background-color: gold;
	}
	.event_car_section .event_car p.car_price_title {
		padding: 5px 4px;
		margin: 0 5px 5px;
	}
	.event_car_section .event_car p.car_price1 span.arrow {
		font-size: 2.0rem;
		margin-left: 2px;
		margin-right: 2px;
	}
	.event_car_section .event_car p.car_price1 span.sum {
		padding: 2px 2px 2px 2px;
		letter-spacing: 0px;
	}
	.event_car_section .event_car p.car_price1 span.price span.event_price {
		font-size: 4.8rem;
	}
}
@media screen and (max-width: 400px) {
	.event_car_section .event_car p.car_price1 span.komikomi {
		display: none;
	}
	.event_car_section .event_car p.car_price_title {
		padding: 5px 5px;
		margin: 0 3px 10px;
		font-size: 1.4rem;
	}
	.event_car_section .event_car p.car_price1 span.price span.event_price {
		font-size: 4.2rem;
	}
}

/*aeon_event_20201010*/
.event_car a {
    color: #0033cc;
}
.event_present_section .event_present .event_present_image img {
    margin-bottom: 15px;
}
.event_present_section .event_present .event_present_image p {
    width: 100%;
    font-weight: 900;
}
/* .eventContainer .article_content .article_content_section {
    background-color: #ecdecc;
} */
.event_content_p_index {
    background-color: #a02020;
}
.place_about {
    background-color: #fcffe4 !important;
}
.eventContainer .article_content .article_content_section {
    background-color: beige;
}
.event_car_section .event_car {
    background-color: white;
    border: 1px solid #aaaa9c;
    box-sizing: border-box;
    background-size: 170px;
}
.eventContainer .article_content .article_content_section {
    border: none;
}
.eventContainer .article_content .article_content_section .ribbon_title p::before {
    content: none;
}
.event_car_section .event_car p.car_title {
    background-color: #c04020;
}
.eventContainer .article_content .article_content_section .section_point span.point {
    background-color: #f06030;
    line-height: 1.4;
}
.event_car_section #event_car06 p.car_title {
    background-color: #c04020;
}
.event_car_section #event_car06 p.car_detail1 {
    margin: 0 10px 10px;
    font-size: 1.4rem;
}
.eventContainer .article_content .article_content_section p.section_point span.point_content {
    border: none;
}
.number_font {
    margin-left: 2rem;
}
.event_car_section .event_car p.car_price_title {
    margin-bottom: -5px;
    background-color: #f06030;
}
.event_car_section .event_car p.car_price1 {
    margin: 12px 5px 10px;
    padding-top: 10px;
    border-top: 6px dotted #f06030;
}
.event_car_section .event_car p.car_price1 span.komikomi img {
    width:90px;
    margin-right:10px;
}
.event_car_section .event_car p.car_price1 span.arrow {
    margin-right:15px;
}
.event_car_section .event_car p.car_price1 span.price {
    padding-right:15px;
    padding-left:15px;
}
.event_car_section .event_car p.car_price1 span.price span.event_price {
    font-size: 5.8rem;
}
.event_car_section .event_car p.car_price1 span.price span.unit {
    margin-left: -0.5rem;
}
.event_car_section #event_car01 {
    background-image: url(../img/aeon_event_20201010/car01.png);
}
.event_car_section #event_car02 {
    background-image: url(../img/aeon_event_20201010/car02.png);
}
.event_car_section #event_car03 {
    background-image: url(../img/aeon_event_20201010/car03.png);
}
.event_car_section #event_car04 {
    background-image: url(../img/aeon_event_20201010/car04.png);
}
.event_car_section #event_car05 {
    background-image: url(../img/aeon_event_20201010/car05.png);
}
.event_car_section #event_car06 {
    background-image: url(../img/aeon_event_20201010/car06.png);
}
.shadow {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding-right: 5px;
    background-color: rgba(255, 255, 255, 0.6);
}
.pack_details {
    padding: 30px 15px 15px;
    background-color: beige;
    text-align: center;
}
.pack_details_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.pack_details_list li {
    display: block !important;
    width: 23%;
    margin: 0 1% 2%;
    padding: 0;
    border: none;
}
.pack_details_list li img {
    max-width: 100%;
    height: auto;
    background-color: #cc182d;
    border-radius: 50%;
}
.event_note {
    margin-bottom: 30px;
    background-color: beige;
    text-align: center;
}
.event_note dt {
    padding: 5px;
    background-color: #f06030;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
}
.eventContainer .article_content .article_content_section,
.event_note dd {
    padding: 10px 0px;
    font-size: 1.4rem;
    font-weight: 900;
    text-align: left;
    letter-spacing: 0;
    box-sizing: border-box;
}
.pack_details_ttl img {
    max-width: 100%;
    height: auto;
}

.eventContainer .article_content .article_content_section {
    width: 100%;
}


@media screen and (max-width: 720px) {
    .event_present_section .event_present .event_present_image img {
        max-width:100%;
        width: 100%;
        margin-bottom: 15px;
    }
    .event_present_image02 img:first-child {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 640px) {
    .event_car_section .event_car p.car_price1 span.price span.event_price {
        font-size: 4.8rem;
    }
    .pack_details_list li {
        width: 31%;
    }
    .event_car_section .event_car p.car_price1 span.komikomi {
        display: block !important;
    }
    .eventContainer .article_content .article_content_section .ribbon_title p.event_content_p_index {
        font-size: 17px
    }
}

/*問い合わせフォーム*/
#inquiry_form_area ,
#inquiry_form_area_checked ,
#complete_form {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif !important;
}

#inquiry_form_area dl.form_item ,
#inquiry_form_area_checked dl.form_item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#inquiry_form_area dl.form_item dt.form_title ,
#inquiry_form_area_checked dl.form_item dt.form_title {
	width: 40%;
	max-width: 40%;
	min-width: 40%;
	margin-right: 20px;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border-radius: 2px;
	font-size: 2.0rem;
	box-sizing: border-box;
	border: 1px solid #f0f0f0;
}
#inquiry_form_area_checked dl.form_item dt.form_title {
	margin-right: 0;
	background-color: #ec7;
}

#inquiry_form_area dl.form_item dt.form_title span.required {
	padding: 2px 8px;
	color: #fff;
	background-color: #cb162c;
	border-radius: 3px;
}
.form_item_checkbox dd.error .form_data_container {
	border: 1px solid #cb162c;
	background-color: lightgoldenrodyellow !important;
	padding: 15px 0 35px 10px !important;
}
#inquiry_form_area dl.form_item dd.form_data ,
#inquiry_form_area_checked dl.form_item dd.form_data {
	width: 60%;
	max-width: 60%;
	position: relative;
}
#inquiry_form_area dl.form_item dd.error input ,
#inquiry_form_area dl.form_item dd.error textarea {
	border: 1px solid #cb162c;
	background-color: lightgoldenrodyellow;
}
#inquiry_form_area dl.form_item dd.form_data input,
#inquiry_form_area dl.form_item dd.form_data textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	max-width: 100%;
	min-width: 100%;
	letter-spacing: 1px;
}
#inquiry_form_area dl.form_item dd.form_data input:focus,
#inquiry_form_area dl.form_item dd.form_data textarea:focus {
	background-color: #f9f9f9;
	border-color: #cb162c;
	border-width: 1px;
}
#inquiry_form_area dl.form_item dd.form_data input::placeholder,
#inquiry_form_area dl.form_item dd.form_data textarea::placeholder {
	color: #bbb;
}
#inquiry_form_area dl.form_item dd.form_data input {
	height: 100%;
}
#inquiry_form_area dl.form_item dd.form_data input.half{
    max-width: calc(50% - 5px);
    min-width: unset;
}
#inquiry_form_area dl.form_item dd.form_data textarea {
	height: 150px;
	max-height: 150px;
	min-height: 150px;
}
#inquiry_form_area dl.form_item dd.form_data p.error {
	color: #cb162c;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#inquiry_form_area .attention_area p.error {
	color: #cb162c;
}
#inquiry_form_area dl.form_item dd.form_data .form_data_container {
	padding: 15px 0 15px 10px;
	background-color: #fff;
}
#inquiry_form_area dl.form_item dd.form_data label {
	margin-right: 10px;
}
#inquiry_form_area dl.form_item dd.form_data .form_data_how {
	min-width: unset;
    width: 5%;
    height: unset;
}


/*問い合わせフォームのボタン*/
#inquiry_form_area .contentLinkBtn ,
#inquiry_form_area_checked .contentLinkBtn {
	display: inline-block;
	padding: 3px 15px;
	font-size: 2.0rem;
	letter-spacing: 2px;
	border: 2px solid #4d4d4d;
	background-color: #4d4d4d;
	color: #fff;
	border-radius: 20px;
	transition: all .3s;
	-webkit-transition: all .3s;
	cursor: pointer;
}
#inquiry_form_area .contentLinkBtn:hover ,
#inquiry_form_area_checked .contentLinkBtn:hover {
	background-color: #fff;
	color: #4d4d4d;
}
/*内容確認*/
#inquiry_form_area .check_button {
	border: 2px solid #DA4453;
	background-color: #DA4453;
	color: #fff;
}
#inquiry_form_area .check_button:hover {
	background-color: #fff;
	color: #DA4453;
}
/*入力に戻る*/
#inquiry_form_area_checked .back_button {
	border: 2px solid #4d4d4d;
	background-color: #CCD1D9;
	color: #4d4d4d;
	margin-right: 20px;
}
#inquiry_form_area_checked .back_button:hover {
	background-color: #fff;
	color: #4d4d4d;
}
/*送信する*/
#inquiry_form_area_checked .send_button {
	border: 2px solid #E9573F;
	background-color: #E9573F;
	color: #fff;
}
#inquiry_form_area_checked .send_button:hover {
	background-color: #fff;
	color: #E9573F;
}


#inquiry_form_area .attention_area ,
#inquiry_form_area_checked .attention_area {
	text-align: center;
	margin-bottom: 20px;
}
#inquiry_form_area .attention_area p.attention ,
#inquiry_form_area_checked .attention_area p.attention {
	display: inline-block;
	vertical-align: super;
}
#inquiry_form_area .attention_area p.attention a {
	color: #4d4d4d;
	font-weight: 500;
	border-bottom: 1px solid #4d4d4d;
	padding: 0 1px 3px;
}
#inquiry_form_area .attention_area p.attention a:hover {
	color: #222;
}
#inquiry_form_area .attention_area .privacyPolicy_chkBox,
#inquiry_form_area .form_item .form_data_how {
	position: relative;
	margin: 0 10px 0 0;
	cursor: pointer;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	vertical-align: top;
}
#inquiry_form_area .attention_area .privacyPolicy_chkBox:before,
#inquiry_form_area .form_item .form_data_how:before{
	position: absolute;
	z-index: 1;
	top: 0.5rem;
	left: 0.5rem;
	width: 10px;
	height: 6px;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	border: 2px solid #da3c41;
	border-top-style: none;
	border-right-style: none;
}
#inquiry_form_area .attention_area .privacyPolicy_chkBox:checked:before,
#inquiry_form_area .form_item .form_data_how:checked:before{
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}
#inquiry_form_area .attention_area .privacyPolicy_chkBox:after,
#inquiry_form_area .form_item .form_data_how:after{
	position: absolute;
	top: -0.025rem;
	left: 0;
	width: 22px;
	height: 22px;
	content: '';
	cursor: pointer;
	border: 1px solid #aaa;
	background: #ffffff;
	box-sizing: border-box;
}
#inquiry_form_area .button_area ,
#inquiry_form_area_checked .button_area {
	text-align: center;
}

/*チェックボックスのエラーcss*/
#inquiry_form_area .attention_area .checkbox_validate_error:after {
	border: 1px solid #cb162c;
	background-color: lightgoldenrodyellow;
}

#inquiry_form_area_checked dl.form_item dd.form_data {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 3px;
}
#inquiry_form_area_checked dl.form_item dd.form_data p {
	overflow-wrap: break-word;
}
#inquiry_form_area_checked .submitBtn {
	display: inline-block;
	width: 40%;
	margin: 0 auto 10px;
	font-size: 2.4rem;
	line-height: 1.0;
	font-weight: 500;
	letter-spacing: 2px;
	background-color: #EC87C0;
	-webkit-box-shadow: 0px 3px 0px #D770AD;
	box-shadow: 0px 3px 0px #D770AD;
	color: #fff;
	border-radius: 3px;
	padding: 6px 12px;
	cursor: pointer;
	border: none;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif !important;
}
#inquiry_form_area_checked .submitBtn:hover {
	background-color: #D770AD;
}

/*入力に戻るボタン*/
#inquiry_form_area_checked .submitBtn_back {
	display: inline-block;
	width: auto;
	margin: 0 auto 10px;
	margin-right: 40px;
	font-size: 2.4rem;
	line-height: 1.0;
	font-weight: 500;
	letter-spacing: 2px;
	background-color: #CCD1D9;
	-webkit-box-shadow: 0px 3px 0px #AAB2BD;
	box-shadow: 0px 3px 0px #AAB2BD;
	color: #000;
	border-radius: 3px;
	padding: 6px 12px;
	cursor: pointer;
	border: none;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif !important;
}
#inquiry_form_area_checked .submitBtn_back:hover {
	background-color: #AAB2BD;
}


#inquiry_form_area_checked {
	display: none;
}
#complete_form {
	display: none;
}

@media screen and (max-width: 1024px) {
	#contact .contentsWrap {
		width: 100%;
		margin: 0 auto;
	}
	#inquiry_form_area ,
	#inquiry_form_area_checked {
		width: 100%;
		margin: 40px auto;
		padding: 3%;
	}

	#form_table dl dt.item {
		width: 40%;
	}
	#form_table dl dd.content ,
	#form_table dl dd.select_content ,
	#form_table dl dd.textarea_content {
		width: 60%;
		padding-left: 5%;
		box-sizing: border-box;
	}

}

@media screen and (max-width: 830px) {
	#inquiry_form_area dl.form_item dt.form_title ,
	#inquiry_form_area_checked dl.form_item dt.form_title {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 640px) {
	#inquiry_form_area dl.form_item ,
	#inquiry_form_area_checked dl.form_item {
		flex-direction: column;
	}
	#inquiry_form_area dl.form_item dt.form_title ,
	#inquiry_form_area_checked dl.form_item dt.form_title {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		font-size: 2.0rem;
		background: #fcee21;
    	border: unset;
	}
	#inquiry_form_area dl.form_item dd.form_data ,
	#inquiry_form_area_checked dl.form_item dd.form_data {
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 450px) {
	/*入力に戻る*/
	#inquiry_form_area_checked .back_button {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	#inquiry_form_area_checked .send_button {
		margin-bottom: 40px;
	}
}

/*問い合わせ完了エリア*/
#complete_form p.check_message_title {
	font-size: 2.0rem;
	margin-bottom: 20px;
}
#complete_form p.check_message_content {
	font-size: 1.6rem;
	margin-bottom: 5px;
}

/*台風情報*/
#informationContentImportant{
    max-width: 680px;
    margin: 0px auto 40px;
    padding: 20px;
    border: 3px solid #a02020;
    font-weight: bold;
}
#informationContentImportant .title{
    font-size: 2.8rem;
    text-align: center;
}
#informationContentImportant .date{
    text-align: right;
    margin-bottom: 10px;
}
#informationContentImportant span.main{
    text-align: center;
    display: block;
    font-size: 2.2rem;
    padding-top: 10px;
    color: red;
}
#informationContentImportant span.sub{
    text-align: center;
    display: block;
    font-size: 1.5rem;
    padding-top: 5px;
}
#informationContentImportant span.red{
    color: crimson;
}
#informationContentImportant .sp{
    display: none;
}
#informationContentImportant a{
    display: block;
    color: #fff;
    background-color: #1da1f2;
    transition-duration: 0.2s;
    width: fit-content;
    margin: 10px auto 0;
    padding: 5px 10px;
    border: 1px solid #1da1f2;
}
#informationContentImportant a:hover{
    color: #1da1f2;
    background-color: #fff;
}
@media only screen and (max-width: 768px) {
    #informationContentImportant .title {
        font-size: 2.3rem;
    }
    #informationContentImportant .sp{
        display: block;
    }
}
/*チラシ*/
.chirashi img{
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
