@charset "UTF-8";
/************************************************************
 * header&footer(弄らないで下さい)
 ************************************************************/

/* PC表示(900px以上) */
@media only screen and (min-width: 900px) {
	.CS_siteHeader  { display: none !important; }
	.siteFooter  { display: none !important; }
	body, #proContents, #proContents p {
		font-size: 16px;
		-webkit-text-size-adjust: 100%;
	}
}
/* SP表示(899px以下) */
@media only screen and (max-width: 899px) {
	.CS_siteHeader_PC  { display: none !important; }
	.siteFooter_PC  { display: none !important; }
	body, #proContents, #proContents p {
		font-size: 16px;
		font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "osaka", sans-serif;
		line-height: 140%;
	}
}

/************************************************************
 * 以下、自由にご記入下さい。
 ************************************************************/
/*===============================================
 デフォルト設定上書き
===============================================*/
/* BODY */
* {
	box-sizing: border-box;
}

html,body{
	min-height: 100vh;
}

html {
	font-size: 62.5%; /* 基本フォントサイズ10px */
}

body {
	background: #fff;
	color: #000;
	counter-reset: counter;
	font-family: "Noto Sans","Noto Sans CJK JP","Noto Sans CJK JP Subset","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Arial,Verdana,sans-serif !important;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: .06em;
	overflow-x: hidden;
	max-width: 100vw;
	-webkit-text-size-adjust: 100%;
}

.CS_siteHeader_PC {
	z-index: 10000;
}

/* PC表示(980px以上) */
@media only screen and (min-width: 980px) {
	.CS_siteHeader  { display: none !important; }
	.CS_siteHeader_PC  { display: block !important; }
	.siteFooter  { display: none !important; }
	.siteFooter_PC  { display: block !important; }
}

/* SP表示(979.9px以下) */
@media only screen and (max-width: 979.9px) {
	.CS_siteHeader  { display: table !important; }
	.CS_siteHeader_PC  { display: none !important; }
	.siteFooter  { display: block !important; }
	.siteFooter_PC  { display: none !important; }
}

#proContents {
	font-family: "Noto Sans","Noto Sans CJK JP","Noto Sans CJK JP Subset","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Arial,Verdana,sans-serif !important;
	line-height: 1;
	margin: 0 auto;
	width: 100% !important;
}

#proContents img {
	display: block;
	height: auto;
	width: auto;
	max-width: 100%;
}

#proContents a {
	color: #000;
	text-decoration: none;
}

.siteFooter_PC {
	padding-bottom: 50px !important;
}

.siteFooter {
	padding-bottom: 50px !important;
}


/*
 アンダーバー
===============================================*/
#proContents a:not([class]):hover,
#proContents a.arrow:hover {
	text-decoration: underline;
}


/*
 透明度
===============================================*/
a.opacity:not(.box_wrap) {
	display: block;
}

a.opacity,
a:hover .opacity {
	transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

a.opacity:hover,
a:hover .opacity {
	opacity: .7;
}



/*===============================================
 全体枠
===============================================*/
.container {
	display: flex;
	flex-direction : column;
	padding: 52px 0 0;
	position: relative;
	width: 100%;
	max-width: 100vw;
}

@media print, screen and (min-width: 980px) {
	.container {
		padding: 66px 0 0;
	}
}



/*===============================================
 ヘッダー
===============================================*/
.header {
	background: #fff;
	border-bottom: 3px solid #ec1c24;
	height: 53px;
	left: 0;
	position: fixed;
	top: 41px;
	width: 100%;
	max-width: 100vw;
	z-index: 100;
}

@media print, screen and (min-width: 980px) {
	.header {
		height: 66px;
	}
}


/*
 ヘッダー タイトル
===============================================*/
.header_title {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 50px;
	margin: 0 auto;
	width: 95%;
}

@media print, screen and (min-width: 980px) {
	.header_title {
		height: 63px;
		width: 950px;
	}
}

.header_title h1 {
	width: 250px;
}


/*
 ヘッダー ナビ
===============================================*/
.header_navi {
	background: #211a18;
	width: 100%;
}

@media print, screen and (max-width: 979.9px) {
	.header_navi {
		display: none;
		max-height: calc(100vh - 53px - 80px);
		position: fixed;
		top: 94px;
		z-index: 100;
	}
}

@media print, screen and (min-width: 980px) {
	.header_navi {
		height: 0;
	}
}

.header_menu_wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
}

@media print, screen and (max-width: 979.9px) {
	.header_menu_wrap {
		flex-direction : column;
	}
}

@media print, screen and (min-width: 980px) {
	.header_menu_wrap {
		height: 42px;
		width: 950px;
	}
}

/* 大リンク */
.header_menu {
	position: relative;
}

@media print, screen and (max-width: 979.9px) {
	.header_menu {
		line-height: 40px;
		width: 100%;
	}
}

@media print, screen and (min-width: 980px) {
	.header_menu {
		flex-grow: 0;
		height: 42px;
		line-height: 42px;
	}
	.header_menu.sp {
		display: none;
	}
}

.header_menu_link {
	background: #211a18;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding: 0 25px;
	position: relative;
	transition: all .3s cubic-bezier(.17,.67,.83,.67);
	width: 100%;
}

@media print, screen and (max-width: 979.9px) {
	.header_menu_link {
		border-bottom: 1px solid #474240;
		margin: 0 auto;
		width: 90%;
	}
}

@media print, screen and (min-width: 980px) {
	.header_menu_link {
		background: #434343;
		text-align: center;
	}
}

.header_menu_link span {
	position: relative;
	z-index: 102;
}


/*
 ヘッダー 販社用 屋号リンクメニュー
===============================================*/
.header_store_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

@media print, screen and (max-width: 979.9px) {
	.header_store_menu {
		text-align: center;
		width: 100%;
	}

	.header_store_menu li {
		width: 100%;
	}

	.header_store_menu a {
		color: #fff !important;
		padding: 10px;
		width: 100%;
	}
}

@media print, screen and (min-width: 980px) {
	.header_store_menu {
		font-size: 1.3rem;
		left: 50%;
		position: fixed;
		top: 60px;
		text-align: right;
		transform: translate(calc(-50% + (950px - 450px) / 2),0);
		width: 450px;
	}

	.header_store_menu li {
		margin: 0 0 0 15px;
	}
}


/*
 ヘッダー 開閉ボタン
===============================================*/
.sp_open {
	align-items: center;
	border-radius: 4px;
	display: flex;
	flex-direction : column;
	height: 50px;
	line-height: 1.3;
	padding: 30px 5px 5px;
	position: fixed;
	right: 5px;
	text-align: center;
	text-decoration: none;
	top: 41px;
	width: 50px;
	z-index: 101;
}

.sp_open_symbol {
	background: #000;
	display: block;
	height: 2px;
	position: absolute;
	top: 25px;
	width: 25px;
}

.sp_open_symbol:before,
.sp_open_symbol:after {
	background: #000;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	width: 25px;
}

.sp_open_symbol:before{
	margin-top: -10px;
}

.sp_open_symbol:after{
	margin-top: 8px;
}

.open .sp_open_symbol {
	height: 0;
	left: 15px;
}

.open .sp_open_symbol:before,
.open .sp_open_symbol:after {
	margin: 0;
	width: 25px;
}

.open .sp_open_symbol:before{
	transform: rotate(-45deg);
}

.open .sp_open_symbol:after{
	transform: rotate(-135deg);
}

.sp_close {
	align-items: center;
	background: #5b5654;
	color: #fff !important;
	display: flex;
	justify-content: center;
	line-height: 50px;
	width: 100%;
}

.sp_close_symbol {
	display: inline-block;
	height: 15px;
	margin: 0 0 0 5px;
	position: relative;
	width: 15px;
}

.sp_close_symbol:before,
.sp_close_symbol:after {
	background: #fff;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	width: 15px;
}

.sp_close_symbol:before{
	transform: rotate(-45deg);
}

.sp_close_symbol:after{
	transform: rotate(-135deg);
}

@media print, screen and (min-width: 980px) {
	.sp_open,
	.sp_close {
		display: none;
	}
}


/*
 ヘッダー 位置固定メニュー
===============================================*/
.page_fixed_menu {
	background: #fff;
	bottom: 0;
	box-shadow: 0 -5px 10px 0 rgba(0,0,0,.1);
	left: 0;
	padding: 35px 10% 25px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 98;
}

.page_fixed_menu .lp_link .lp_link_inner {
	padding: 0;
}

@media print, screen and (min-width: 700px) {
	.page_fixed_menu {
		padding: 70px 0 25px;
	}

	.page_fixed_menu .lp_link {
		border-radius: 22.5px !important;
		height: 45px !important;
	}

	.page_fixed_menu .lp_link:after {
		border-radius: 22.5px !important;
	}

	.page_fixed_menu .lp_link .lp_link_inner {
		border-radius: 22.5px !important;
	}
}

@media print, screen and (min-width: 980px) {
	.page_fixed_menu {
		padding: 35px 0 25px;
	}

	.page_fixed_menu .lp_link {
		border-radius: 40px !important;
		height: 80px !important;
		width: 90% !important;
		max-width: 700px;
	}

	.page_fixed_menu .lp_link:after {
		border-radius: 40px !important;
	}

	.page_fixed_menu .lp_link .lp_link_inner {
		border-radius: 40px !important;
	}
}


.page_fixed_menu .footer_link_left,
.page_fixed_menu .footer_link_right {
	bottom: 0;
	position: absolute;
}

.page_fixed_menu .footer_link_left {
	left: 5%;
	width: 13%;
	min-width: 57px;
}

.page_fixed_menu .footer_link_right {
	right: 10%;
	width: 12%;
	min-width: 50px;
}

@media print, screen and (min-width: 700px) {
	.page_fixed_menu .footer_link_left {
		left: 13%;
		width: 13%;
	}

	.page_fixed_menu .footer_link_right {
		right: 16%;
		width: 12%;
	}
}

@media print, screen and (min-width: 980px) {
	.page_fixed_menu .footer_link_left {
		left: 13%;
		width: 13%;
	}

	.page_fixed_menu .footer_link_right {
		right: 16%;
		width: 12%;
	}
}



/*===============================================
 フッター
===============================================*/
.footer {
	position: relative;
	width: 100%;
	max-width: 100vw;
}


/*
 フッター コピーライト
===============================================*/
.footer_copyright {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
}

/* 内部 */
.footer_copyright_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 18px 0;
	width: 95%;
}

@media print, screen and (min-width: 980px) {
	.footer_copyright_wrap {
		width: 950px;
	}
}

/* ロゴ */
.footer_copyright_img {
	margin: 0 auto 10px;
	width: 100%;
	max-width: 229px;
}

@media print, screen and (min-width: 600px) {
	.footer_copyright_img {
		margin: 0;
		width: 30%;
	}
}

@media print, screen and (min-width: 980px) {
	.footer_copyright_img {
		width: 229px;
	}
}

/* リンク */
.footer_copyright_info {
	font-size: 1.2rem;
	width: 100%;
}

@media print, screen and (min-width: 600px) {
	.footer_copyright_info {
		width: calc(100% - 30% - 25px);
	}
}

@media print, screen and (min-width: 980px) {
	.footer_copyright_info {
		padding: 15px 0 0;
		width: calc(100% - 229px - 25px);
	}
}

.footer address{
	font-style: normal;
}

/* 販社名 */
.address_name {
	font-size: 1.3rem;
	font-weight: bold;
}

.address_name span {
	font-weight: normal;
}

.address_dealer {
	display: block;
	margin: 5px 0 10px;
}



/*===============================================
 コンテンツ大枠
===============================================*/
.wrap {
	align-items: center;
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	height: auto;
	min-height: 100vh;
	margin: 0 auto;
	padding: 0 0 105px;
	position: relative;
	width: 100%;
}

@media print, screen and (min-width: 700px) {
	.wrap {
		padding: 0 0 140px;
	}
}

@media print, screen and (min-width: 780px) {
	.wrap {
		padding: 0 0 160px;
	}
}



/*===============================================
 コンテンツ
===============================================*/
.contents {
	flex: 1 1 auto;
	min-height: 1%;
	width: 100%;
}


/*
 汎用 要素均等整列用
===============================================*/
.box_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}

.box_wrap.start {
	justify-content: flex-start;
}

.box_wrap.center {
	justify-content: center;
}

.box_wrap.end {
	justify-content: flex-end;
}



/*===============================================
 ページトップリンク
===============================================*/
.pagetop {
	align-items: center;
	background: rgba(0,0,0,.7);
	bottom: 55px;
	color: #fff !important;
	display: flex;
	flex-direction : column;
	font-size: 1.1rem;
	height: 45px;
	padding: 10px;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none;
	transition: all .2s ease;
	width: 45px;
	z-index: 99;
}

@media print, screen and (min-width: 600px) {
	.pagetop {
		height: 64px;
		width: 64px;
	}
}

@media print, screen and (min-width: 980px) {
	.pagetop {
		bottom: 20px;
		height: 64px;
		width: 64px;
	}
}

.pagetop:before {
	background: url(../images/arrow_white.svg) no-repeat center center;
	background-size: contain;
	content: "";
	display: block;
	height: 15px;
	margin: 0 auto 2px;
	transform: rotate(-90deg);
	width: 15px;
}

@media print, screen and (min-width: 600px) {
	.pagetop:before {
		margin: 0 auto 10px;
	}
}

.pagetop:hover {
	opacity: .7;
}



/*===============================================
 矢印デザイン
===============================================*/
/*
 頭に矢印
===============================================*/
.arrow {
	display: inline-block;
	line-height: 1.4;
	padding: 0 0 0 1.4em;
	position: relative;
	text-indent: -1.4em;
}

.arrow.white {
	color: #fff;
}

.arrow:before {
	background: url(../images/arrow_blue.svg) no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: .8em;
	margin: 0 .6em 0 0;
	width: 1em;
}


.arrow.white:before {
	background-image: url(../images/arrow_white.svg);
}

.arrow.blue:before {
	background-image: url(../images/arrow_blue.svg);
}



/*===============================================
 コンテンツ
===============================================*/
/*
 共通素材
===============================================*/
.lp_mwinner {
	margin: 0 auto;
	width: 100%;
	max-width: 980px;
}

.shadow {
	position: relative;
}

.shadow > * {
	position: relative;
	z-index: 2;
}

.shadow:after {
	content: '';
	background: #000;
	height: 100%;
	left: 6px;
	position: absolute;
	top: 6px;
	width: 100%;
	z-index: 1;
}

.shadow.square:after {
	left: 4px;
	top: 4px;
}

.lp_link {
	border: 2px solid #000;
	border-radius: 22.5px;
	display: block;
	height: 45px;
	margin: 0 auto;
	position: relative;
	top: 0;
	transition: .1s all ease-in-out;
	width: 100%;
	max-width: 650px;
}

.lp_link:not(:last-child) {
	margin: 0 auto 20px;
}

.lp_link:after {
	content: '';
	background: #000;
	border-radius: 22.5px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 5px;
	transition: .1s all ease-in-out;
	width: 100%;
	z-index: 1;
}

.lp_link:hover,
.lp_link:active {
	top: 5px;
}

.lp_link:hover:after,
.lp_link:active:after {
	opacity: 0;
}

.lp_link .lp_link_inner {
	align-items: center;
	background: #fff001;
	border-radius: 22.5px;
	font-size: 3.1vw;
	font-weight: bold;
	height: 100%;
	padding: 0 30px 0 0;
	position: relative;
	width: 100%;
	z-index: 2;
}

@media print, screen and (min-width: 700px) {
	.lp_link {
		border-radius: 35px;
		height: 70px;
	}

	.lp_link:after {
		border-radius: 35px;
	}

	.lp_link .lp_link_inner {
		border-radius: 35px;
	}
}

@media print, screen and (min-width: 700px) {
	.lp_link .lp_link_inner {
		font-size: 2.0rem;
		padding: 0;
	}
}

.lp_link .lp_link_inner:before {
	content: '';
	background: #000;
	border-radius: 50%;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 20px;
}

.lp_link .lp_link_inner:after {
	content: '';
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fff;
	height: 0;
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 0;
}

@media print, screen and (min-width: 700px) {
	.lp_link .lp_link_inner:before {
		height: 28px;
		right: 45px;
		width: 28px;
	}

	.lp_link .lp_link_inner:after {
		border-width: 6.5px 0 6.5px 9px;
		right: 63px;
	}
}


/*
 トップ
===============================================*/
.lp_top {
	background: url(../images/back_top.png) repeat #fff102;
	min-height: 400px;
	padding: 0;
	width: 100%;
}

@media print, screen and (min-width: 700px) {
	.lp_top {
		padding: 0 0 15px;
	}
}

.lp_top_present {
	position: relative;
	width: 100%;
}

.lp_top_present .banner {
	border: 2px solid #000;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%,0);
	width: 66.5%;
	max-width: 650px;
}


/*
 プレゼント
===============================================*/
.lp_present {
	background: url(../images/back_banner.png) repeat #fff;
	padding: 30px 0;
	width: 100%;
}

@media print, screen and (min-width: 700px) {
	.lp_present {
		padding: 75px 0 70px;
	}
}

.lp_present .banner {
	border: 2px solid #000;
	margin: 0 auto;
	width: 92.3%;
	max-width: 905px;
}


/*
 U-Select・フレッシャーズ
===============================================*/
.lp_u-select,
.lp_freshers {
	background: url(../images/back_uselect.png) repeat #f7af02;
	padding: 30px 0;
	width: 100%;
}

@media print, screen and (min-width: 700px) {
	.lp_u-select,
	.lp_freshers {
		padding: 75px 0 70px;
	}
}

.lp_freshers {
	background: url(../images/back_freshers.png) repeat #cdedea;
}

.lp_u-select .lp_inner,
.lp_freshers .lp_inner {
	border: 2px solid #000;
	margin: 0 auto;
	width: 92.3%;
	max-width: 905px;
}

.lp_u-select .lp_content,
.lp_freshers .lp_content {
	background: #fff;
	padding: 0 0 30px;
	width: 100%;
}

@media print, screen and (min-width: 700px) {
	.lp_u-select .lp_content,
	.lp_freshers .lp_content {
		padding: 0 0 90px;
	}
}

.lp_u-select .lp_content_inner,
.lp_freshers .lp_content_inner {
	margin: 0 auto;
	width: 81%;
	max-width: 740px;
}

.lp_u-select .title {
	margin: 0 auto 40px;
	width: 100%;
}

.lp_freshers .title {
	margin: 0 auto 25px;
	width: 100%;
}

.lp_u-select .banner,
.lp_freshers .banner {
	margin: 0 auto;
	width: 100%;
}

.lp_freshers .banner {
	border: 2px solid #000;
}

.lp_u-select .lp_linkwrap,
.lp_freshers .lp_linkwrap {
	margin: 15px 0 30px;
}

.lp_u-select .lp_linkwrap:last-child,
.lp_freshers .lp_linkwrap:last-child {
	margin: 15px 0 0;
}

@media print, screen and (min-width: 700px) {
	.lp_u-select .lp_linkwrap,
	.lp_freshers .lp_linkwrap {
		margin: 50px 0 75px;
	}

	.lp_u-select .lp_linkwrap:last-child,
	.lp_freshers .lp_linkwrap:last-child {
		margin: 50px 0 0;
	}
}

/* U-Select */
.lp_u-select .u-select_logo {
	align-items: center;
	margin: -15px 0 30px;
}

@media print, screen and (min-width: 700px) {
	.lp_u-select .u-select_logo {
		align-items: center;
		margin: 0 0 70px;
	}
}

.lp_u-select .u-select_logo .logo {
	margin: 0 auto 15px;
	width: 60%;
}

.lp_u-select .u-select_logo .text {
	font-size: 3vw;
	line-height: 1.6;
	width: 100%;
}

.lp_u-select .u-select_logo img {
	margin: 0 auto;
}

@media print, screen and (min-width: 700px) {
	.lp_u-select .u-select_logo .logo {
		border-right: 1px solid #000;
		margin: 0;
		padding: 0 4%;
		width: 45%;
	}

	.lp_u-select .u-select_logo .text {
		font-size: 2vw;
		width: 51%;
	}
}

@media print, screen and (min-width: 980px) {
	.lp_u-select .u-select_logo .text {
		font-size: 1.8rem;
	}
}


/*
 中古車購入ガイド
===============================================*/
.lp_banner {
	background: url(../images/back_banner.png) repeat #fff;
	padding: 30px 0;
	width: 100%;
}

@media print, screen and (min-width: 700px) {
	.lp_banner {
		padding: 75px 0 95px;
	}
}

.lp_banner .banner_wrap {
	margin: 0 auto;
	width: 70%;
}

.lp_banner .banner_wrap:first-child {
	margin: 0 auto 30px;
}

@media print, screen and (min-width: 700px) {
	.lp_banner .banner_wrap {
		width: 42%;
	}

	.lp_banner .banner_wrap:first-child {
		margin: 0 0 0 4%;
	}

	.lp_banner .banner_wrap:last-child {
		margin: 0 4% 0 0;
	}
}

.img_link_inner {
	background: #fff;
	width: 100%;
}

.img_link a {
	border: 2px solid #000;
	display: block;
	position: relative;
	left: 0;
	top: 0;
	transition: .1s all ease-in-out;
}

.img_link a:hover,
.img_link a:active {
	left: 4px;
	top: 4px;
}

.img_link a:before {
	content: '';
	background: #000;
	border-radius: 50%;
	height: 28px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 28px;
}

.img_link a:after {
	content: '';
	border-style: solid;
	border-width: 6.5px 0 6.5px 9px;
	border-color: transparent transparent transparent #fff;
	height: 0;
	position: absolute;
	right: 28px;
	bottom: 28px;
	width: 0;
}

@media print, screen and (max-width: 699.9px) {
	.img_link a:before {
		right: 13px;
		bottom: 13px;
	}

	.img_link a:after {
		right: 21px;
		bottom: 21px;
	}
}

.lp_banner .lp_linkwrap {
	margin: 30px auto 0;
	width: 90%;
}

@media print, screen and (min-width: 700px) {
	.lp_banner .lp_linkwrap {
		margin: 50px auto 0;
	}
}

.lp_linkwrap.shadow:after {
	left: 0;
}

.lp_banner .link_inner {
	background: #fff;
	border: 2px solid #000;
	margin: 0 0 0 -5px;
	padding: 30px 0;
	width: 100%;
}

.lp_banner .lp_linkwrap .title {
	margin: 0 0 30px;
}

.lp_banner .lp_linkwrap .read {
	font-size: 2.8vw !important;
	margin: 0 auto 20px;
	width: 93%;
}

@media print, screen and (min-width: 700px) {
	.lp_banner .lp_linkwrap .read {
		font-size: 1.6rem !important;
		margin: 0 auto 50px;
	}
}

.lp_banner .lp_linkwrap .lp_link {
	width: 90%;
}


/*
 屋号リンク
===============================================*/
.lp_shop {
	background: url(../images/back_shop.png) repeat #e8e2e2;
	padding: 30px 0;
	width: 100%;
}

@media print, screen and (min-width: 700px) {
	.lp_shop {
		padding: 50px 0 75px;
	}
}

.lp_shop .title {
	margin: 0 auto;
	width: 100%;
	max-width: 770px;
}

.lp_shop .lp_content {
	padding: 0 5%;
	width: 100%;
}


/*
 画像つきリンク用ボックス
===============================================*/
/* 左寄せ用 */
.linkbox_wrap:after {
	content: "";
	display: block;
}

/* 枠 */
.linkbox_info {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}

.linkbox_wrap:after {
	width: calc((100% - 15px) / 2);
}

@media print, screen and (max-width: 599.9px) {
	.linkbox_info,
	.linkbox_wrap:after {
		margin: 0 0 20px;
	}
}

@media print, screen and (min-width: 600px) and (max-width: 749.9px) {
	.linkbox_info,
	.linkbox_wrap:after {
		width: calc((100% - 15px) / 2);
	}

	.linkbox_info:nth-of-type(n+3),
	.linkbox_wrap:after {
		margin: 5px 0 0;
	}
}

@media print, screen and (min-width: 750px) {
	.linkbox_info,
	.linkbox_wrap:after {
		width: calc((100% - 15px) / 3);
	}
}

.linkbox_link {
	background: #fff;
	border: 2px solid #000;
	left: 0;
	position: relative;
	top: 0;
	transition: .1s all ease-in-out;
	width: 100%;
}

.linkbox_link:hover,
.linkbox_link:active {
	left: 4px;
	top: 4px;
}

.linkbox_imgwrap {
	background: #fff;
	position: relative;
	width: 100%;
}

/* 画像 */
.linkbox_img {
	width: 100%;
}

/* 名前 */
.linkbox_name {
	background: rgba(0,134,175,.8);
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	height: 34px;
	letter-spacing: .15rem;
	line-height: 34px;
	padding: 0 40px 0 15px;
	position: absolute;
	width: 100%;
}

/* 情報 */
.linkbox_each {
	background: #fff;
	padding: 15px;
	position: relative;
	width: 100%;
}

.linkbox_each:before {
	content: '';
	background: #000;
	border-radius: 50%;
	height: 28px;
	position: absolute;
	right: 12px;
	bottom: 12px;
	width: 28px;
}

.linkbox_each:after {
	content: '';
	border-style: solid;
	border-width: 6.5px 0 6.5px 9px;
	border-color: transparent transparent transparent #fff;
	height: 0;
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 0;
}

.linkbox_each span {
	display: flex;
	font-size: 1.4rem;
	justify-content: flex-start;
	letter-spacing: .1rem;
	line-height: 1.4;
	margin: 0 0 5px;
	width: 100%;
}

.linkbox_each span.shop_business {
	margin: 0 0 15px;
}

.linkbox_each span:before {
	background-size: contain;
	content: "";
	display: block;
	height: 1em;
	margin: 3px .5em 0 0;
	vertical-align: middle;
	width: 1em;
}

.linkbox_shop_address:before {
	background: url(../images/icon_address.png) no-repeat center right;
}

.linkbox_shop_tel:before {
	background: url(../images/icon_tel.png) no-repeat center right;
}

.linkbox_shop_business:before {
	background: url(../images/icon_business.png) no-repeat center right;
}