




/*----------------------------*/
section * {
	font-family: 'Noto Sans JP', sans-serif;
}





/* TOPビジュアル ----------------------------*/
section.top_visual {
	height: 92px;
	background-image: url(../images/summer_fes/title_back_pc.png);
	background-position: center top;
	background-size: 1920px auto;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
section.top_visual img {
	width: 100%;
	max-width: 910px;
	height: auto;
}

/*イベントは終了いたしました*/
div.close_bnr {
	display: none;
	position: fixed;
	top: 110px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 90%;
	max-width:  745px;
	z-index: 99;
}
div.close_bnr.on {
	display: block;
}
div.close_bnr a {
	display: block;
	position: relative;
}
div.close_bnr a::after {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.4);
	border-radius: 10px;
}
div.close_bnr a img {
	width: 100%;
	height: auto;
}
/*hover*/
div.close_bnr a:hover::after {
	display: block;
}
div.close_bnr a:hover img {
	opacity: 1;
}





/* イベントチラシ ----------------------------*/
section.event_flyer > div {
	width: 700px;
	margin: 60px auto 0;
}
section.event_flyer > div a {
	display: block;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .2));
}
/*hover*/
section.event_flyer > div a:hover {
	filter: brightness(1.1);
}
section.event_flyer > div a img {
	width: 100%;
	height: auto;
}
section.event_flyer > div p {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
}




/*WEBチラシを見たい店舗を選択*/
/*タブ切り替え全体のスタイル*/
div.tabs {
	width: 90%;
	max-width: 1140px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 60px auto 0;
}
/*タブのスタイル*/
label.tab_item {
	display: block !important;
	width: 21%;
	cursor: pointer;
	position: relative;
}
label.tab_item img {
	width: 100%;
	height: auto;
}
label.tab_item img.active {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#insp + label.tab_item {
	margin-right: 100px;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	padding: 60px 0;
	clear: both;
	overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#insp:checked ~ #insp_content,
#check:checked ~ #check_content {
	display: block;
	width: 100%;
}
/*選択されているタブのみを表示*/
#insp:checked + label.tab_item img.active,
#check:checked + label.tab_item img.active {
	display: block;
}
/*PC/SP表示切替*/
#insp:checked + label.tab_item img:nth-of-type(3),
#check:checked + label.tab_item img:nth-of-type(3),
#insp + label.tab_item img:nth-of-type(3),
#check + label.tab_item img:nth-of-type(3) {
	display: none;
}
#insp:checked + label.tab_item img:nth-of-type(4),
#check:checked + label.tab_item img:nth-of-type(4),
#insp + label.tab_item img:nth-of-type(4),
#check + label.tab_item img:nth-of-type(4) {
	display: none;
}




/*----------------------------*/
section.top_links ul {
	width: 600px;
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
}
section.top_links ul li {
	width: 237px;
}
section.top_links ul li img {
	width: 100%;
	height: auto;
	filter: drop-shadow(3px 3px 3px #aaa);
}
section.top_links ul li img:hover {
	filter: drop-shadow(0px 0px 0px #aaa);
}



/*----------------------------*/
section.shop {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto 60px;
	border: 1px solid #FB8C38;
	border-radius: 12px 12px 10px 10px;
}
section.shop > div:first-of-type {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 16px 10px;
	background-color: #FB8C38;
	border-radius: 10px 10px 0 0;
	position: relative;
}
section.shop > div:first-of-type::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -16px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #FB8C38 transparent transparent transparent;
	border-width: 16px 16px 0 16px;
}
/*チラシ画像*/
section.shop ul {
	width: 1020px;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
}
section.shop ul li {
	width: 100%;
}
section.shop ul li p {
    width: 700px;
    margin: 0 auto 0;
    font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 5px;
}
section.shop ul li a {
	display: block;
	width: 700px;
	margin: 0 auto;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .2));
}
/*hover*/
section.shop ul li a:hover {
	filter: brightness(1.1);
}
section.shop ul li a img {
	width: 100%;
	height: auto;
}

section.shop h3 {
	margin: 60px 60px 40px 60px;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding: 18px 0;
	border-top: 2px solid #4FC4CA;
	border-bottom: 2px solid #4FC4CA;
	position: relative;
}
section.shop h3::after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url(../images/flyer/h.png);
	content: '';
	display: inline-block;
	width: 35px;
	height: 11px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	background-color: #fff;
	border-bottom: none;
}
section.shop h3 span {
	font-size: 20px;
	display: block;
}
/*店舗情報*/
section.shop h4 {
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	text-align: center;
	margin-top: 40px;
}
section.shop dl {
	width: 420px;
	margin: 30px auto 30px;
	display: flex;
	flex-wrap: wrap;
}
section.shop dl dt {
	width: 80px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #4FC4CA;
	border-radius: 3px;
	padding: 2px 8px;
	margin-right: 15px;
	margin-bottom: 20px;
}
section.shop dl dd {
	width: calc(100% - 95px);
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 20px;
}
section.shop dl dd span {
	display: inline-block;
}

/*50,000万円OFFクーポン*/
h2.mds {
	width: 100%;
	background: linear-gradient(180deg, #FAEE26 0%, #FAEE26 330px, #FFF 331px, #FFF 100%);
}
@media screen and (max-width: 1139px) {
	h2.mds {
		background: none;
	}
}


h2.mds img {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	height: auto;	
}

section.form .alert {
	width: 100%;
}
/*
section.form input[name='input[shop]'] {
	outline: none;
	border: 1px solid #333 !important;
	background-color: #F4F4F4;
}
*/





/*チラシページ専用固定メニュー変更分*/
div.flyer_footer {
	display: none;
}





/*WEB限定車バナー部分*/
section.point {
	width: 1020px;
	margin: 0 auto 100px;
	text-align: center;
}
section.point > img {
    max-width: 100%;
}
section.point > div > img {
	width: 100%;
	height: auto;
}
section.point > div > img:nth-of-type(2) {
    display: none;
}
section.point > div:nth-of-type(2) {
    background-color: #F8F3F1;
    position: relative;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 40px;
}
section.point p {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
}
section.point a img {
	filter: drop-shadow(3px 3px 3px #aaa);
}
section.point a:hover img {
	filter: drop-shadow(0px 0px 0px #aaa);
}






/*==フッター固定ボタン==*/
div.footer_btns {
	display: none;
}






/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {







/* TOPビジュアル ----------------------------*/
section.top_visual {
	height: auto;
	background-image: none;
	position: relative;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
section.top_visual > div:nth-of-type(1) {
	width: 100%;
}
section.top_visual img {
	max-width: unset;
}
section.top_visual img:nth-of-type(1) {
	width: 100%;
	height: auto;
}
section.top_visual img:nth-of-type(3) {
	width: 90%;
	max-width: 800px;
	height: auto;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}





/* イベントチラシ ----------------------------*/
section.event_flyer > div {
	width: 90%;
	max-width: 700px;
	margin: 30px auto 0;
}
section.event_flyer > div a {
	display: block;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .2));
}
/*hover*/
section.event_flyer > div a:hover {
	filter: brightness(1.1);
}
section.event_flyer > div a img {
	width: 100%;
	height: auto;
}
section.event_flyer > div p {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
}






/*WEBチラシを見たい店舗を選択*/
div.mess {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-top: 20px;
}
div.mess::before {
	background-image: url(../images/flyer/sankaku.png);
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-right: 5px;
}
div.mess::after {
	background-image: url(../images/flyer/sankaku.png);
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-left: 5px;
}


/*----------------------------*/
section.top_links ul {
	width: 90%;
	max-width: 780px;
	flex-wrap: wrap;
	margin: 20px auto;
}
section.top_links ul li {
	width: 30%;
}







/*----------------------------*/
/*タブ切り替え全体のスタイル*/
div.tabs {
	margin: 40px auto 0;
	max-width: 600px;
}
/*タブのスタイル*/
label.tab_item {
	width: min(200px,40%);
}
#insp + label.tab_item {
	margin-right: min(8vw,50px);
}
/*PC/SP表示切替*/
#insp:checked + label.tab_item img:nth-of-type(3),
#check:checked + label.tab_item img:nth-of-type(3) {
	display: block;
}
#insp + label.tab_item img:nth-of-type(3),
#check + label.tab_item img:nth-of-type(3) {
	display: none;
}
#insp:checked + label.tab_item img:nth-of-type(4),
#check:checked + label.tab_item img:nth-of-type(4) {
	display: block;
}
#insp + label.tab_item img:nth-of-type(4),
#check + label.tab_item img:nth-of-type(4) {
	display: block;
}
#insp:checked + label.tab_item img:nth-of-type(1),
#check:checked + label.tab_item img:nth-of-type(1),
#insp + label.tab_item img:nth-of-type(1),
#check + label.tab_item img:nth-of-type(1) {
	display: none;
}
#insp:checked + label.tab_item img:nth-of-type(2),
#check:checked + label.tab_item img:nth-of-type(2),
#insp + label.tab_item img:nth-of-type(2),
#check + label.tab_item img:nth-of-type(2) {
	display: none;
}
.tab_content {
	padding-top: 50px;
}



/*----------------------------*/
section.shop {
	width: calc(100% - 2px);
}
section.shop > div:first-of-type {
	font-size: min(5vw,20px);
}
section.shop > div:first-of-type span {
	display: inline-block;
}
section.shop > div:first-of-type::after {
	display: none;
}

/*チラシ画像*/
section.shop ul {
	flex-wrap: wrap;
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
}
section.shop ul li {
	width: 100%;
	margin-bottom: 20px;
}
section.shop ul li a {
	width: 90%;
	max-width: 700px;

	display: block;
	margin: 0 auto;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .2));
}


section.shop h3 {
	margin: 0px 5% 0px 5%;
	font-size: min(5vw,20px);
}
section.shop h3 span {
	font-size: 16px;
}
/*店舗情報*/
section.shop h4 {
	font-size: min(5.5vw, 20px);
}
section.shop dl {
	width: 90%;
	margin: 20px auto 20px;
}
section.shop dl dt {
	height: max-content;
}





/*チラシページ専用固定メニュー変更分*/
div.sp_footer {
	display: none !important;
}

div.flyer_footer {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99;
	background: #ED6103;
	text-align: center;
	transition: .3s;

	/*デフォルトで非表示にする*/
	opacity: 0;
	visibility: hidden;
}
/*このクラスが付与されると表示する*/
div.flyer_footer.active{
	opacity: 1;
	visibility: visible;
}
div.flyer_footer a {
	font-size: min(5vw,18px);
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	display: block;
	padding: 15px 0 15px 0;
}
div.flyer_footer a:before {
	content: "\f879";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	display: inline-block;
	margin-right: 5px;
}







/*WEB限定車バナー部分*/
section.point {
	width: 90%;
	max-width: 600px;
}
section.point p {
	width: 90%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
section.point a img {
	width: 90%;
	max-width: 600px;
}
section.point > div > img:nth-of-type(1) {
    display: none;
}
section.point > div > img:nth-of-type(2) {
    display: block;
}






/*==フッター固定ボタン==*/
div.footer_btns {
	display: block;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 100%;
	max-width: 345px;
	z-index: 99;
	padding: 8px 0 0 0;
	transition: .3s;
	/*デフォルトで非表示にする*/
	opacity: 0;
	visibility: hidden;
}
/*このクラスが付与されると表示する*/
div.footer_btns.active {
	opacity: 1;
	visibility: visible;
}
div.footer_btns a {
	width: 100%;
	display: block;
}
div.footer_btns a img {
	width: 100%;
	height: auto;
}






/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■*/
}