@charset "utf-8";
/* =========================================================================================================================================== */
/*
/* サイト共通デザイン
/*
/* =========================================================================================================================================== */

/* =========================================================================================================================================== */
/* ベースデザイン
/* =========================================================================================================================================== */
* {
  box-sizing: border-box;
}
body{
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
  letter-spacing: 0;
	font-size: 14px;
	line-height:  1.57;
	
}
body.menu-open {
	height: 100vh;
	overflow: hidden;
}
a:hover {
  opacity: 0.7;
}
.pc_only   { dplay  : block;  }
.pc_inline { display: inline; }
.sp_only   { display: none;   }
.sp_inline { display: none;   }

@media screen and (max-width: 767px) {
  .pc_only   { display: none;  }
  .pc_inline { display: none;  }
  .sp_only   { display: block; }
  .sp_inline { display: inline;}
}


/* =========================================================================================================================================== */
/* パーツデザイン
/* =========================================================================================================================================== */
/* ボタン */
.button-type1 a {
	width: 100%;
	display: flex;
	max-width: 594px;
	height: 81px;
	margin: 0 auto;
	border-radius: 40.5px;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	box-shadow: 3px 3px 3px rgba(109,109,109,0.75);
	margin-bottom: 30px;
}
.button-type1.w782 a {
	max-width: 782px;
}
.button-type1.blue a {
	background: #0060ab; /* Old browsers */
	position: relative;
	background: -moz-linear-gradient(top,  #0060ab 0%, #004477 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0060ab 0%,#004477 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0060ab 0%,#004477 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060ab', endColorstr='#004477',GradientType=0 ); /* IE6-9 */
}
.button-type1.gray a {
	background: #cdcdcd; /* Old browsers */
	background: -moz-linear-gradient(top,  #e9e8e9 0%, #cdcdcd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e9e8e9 0%,#cdcdcd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e9e8e9 0%,#cdcdcd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e8e9', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
	color: #4e4e4e;
	/* <!-- 21.03.26 ここから --> */
	cursor: default;
	pointer-events: none;
	/* <!-- 21.03.26 ここまで --> */
}
.button-type1.blue a::after {
	content: "";
	width: 22px;
	height: 22px;
	background-image: url('../img/arrow-blue.png');
	background-size: contain;
	right: 20px;
	position: absolute;
}
@media screen and (max-width: 767px) {
	.button-type1.w782 a {
		max-width: 385px;
		text-align: center;
		font-size: 18px;
		line-height: 24px;
	}
}
/* <!-- 21.04.09 ここから --> */
.buttons ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 34px;
	max-width: 1134px;
	margin: 0 auto;
}
.buttons ul li a {
margin-bottom: 23px;
}
.button-type1.w338 {
	width: 100%;
	max-width: calc(338px + 40px);
	padding: 0 9px !important;
}
@media screen and (max-width: 767px) {
	.buttons ul {
		display: block;
	}
	.button-type1.w338 {
		max-width: unset;
	}
	.button-type1.w338 a {
		max-width: 385px;
	}
}
/* <!-- 21.04.09 ここまで --> */


/* =========================================================================================================================================== */
/* ヘッダー
/* =========================================================================================================================================== */
#header {
	background-color: rgba(0,0,0,0.7);
	display: flex;
	width: 100%;
	height: 65px;
	position: fixed;
	top: 0;
	z-index: 100;
}
#header .logo {
	padding-left: 43px;
	padding-top: 25px;
	padding-bottom: 23px;
	height: 100%;
}
#header .logo img {
	height: 100%;
}
#header .menu-wrapper {
	display: flex;
	margin-left: auto;
}
#header .menu-wrapper .menu {
	margin-left: auto;
	display: flex;
	margin-right: 14px;
}
#header .menu-wrapper .menu li {
	margin: 0 9px;
	padding-top: 25px;
}
#header .menu-wrapper .menu li a {
	display: block;
	text-decoration: none;
	color: white;
}
#header .menu-wrapper .go-vre a {
	display: flex;
	width: 191px;
	height: 65px;
	justify-content: center;
	line-height: 1.42;
	align-items: center;
	background-color: rgba(197, 30, 21, 0.85);
	color: white;
	text-decoration: none;
	text-align: center;
}
#header .menu-wrapper .go-vre.gray a {
	background: #cdcdcd; /* Old browsers */
	color: #4e4e4e;
	/* <!-- 21.03.26 ここから --> */
	cursor: default;
	pointer-events: none;
	/* <!-- 21.03.26 ここまで --> */
}
@media screen and (max-width: 1024px) {
	#header .menu-wrapper {
		position: absolute;
		width: 100%;
		top: 65px;
		height: 0;
		background-color: rgba(255, 255, 255, 0.9);
		display: block;
		overflow: hidden;
		transition: height 1s ease;
	}
	.menu-open #header .menu-wrapper {
		height: calc(100vh - 65px);
	}
	#header .menu-wrapper .menu {
		display: block;
		margin: 0;
		padding-top: 60px;
	}
	#header .menu-wrapper .menu li {
		margin: 0;
		padding: 0;
		text-align: center;
		padding-bottom: 25px;
	}
	#header .menu-wrapper .menu li a {
		color: black;
		font-size: 22px;
		font-weight: bold;
		display: inline;
	}
	#header .menu-wrapper .go-vre {
		padding: 0 20px;
	}
	#header .menu-wrapper .go-vre a {
		width: 100%;
		display: flex;
		max-width: 385px;
		height: 81px;
		margin: 0 auto;
		border-radius: 40.5px;
		justify-content: center;
		align-items: center;
		font-size: 19px;
		font-weight: bold;
		text-decoration: none;
		color: white;
		box-shadow: 3px 3px 3px rgba(109,109,109,0.75);
		margin-bottom: 30px;
		position: relative;
	}
	#header .menu-wrapper .go-vre a::after {
		content: "";
		width: 22px;
		height: 22px;
		background-image: url('../img/arrow-red.png');
		background-size: contain;
		right: 20px;
		position: absolute;
	}
	#header .menu-wrapper .go-vre.gray a {
		background: #cdcdcd; /* Old browsers */
		background: -moz-linear-gradient(top,  #e9e8e9 0%, #cdcdcd 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #e9e8e9 0%,#cdcdcd 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #e9e8e9 0%,#cdcdcd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e8e9', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
		color: #4e4e4e;
	}
	#header .menu-wrapper .go-vre.gray a::after {
		content: none;
	}
	#header .menu-button {
		cursor: pointer;
		width: 65px;
		height: 100%;
		margin-left: auto;
		background-color: rgba(197, 30, 21, 0.85);
		position: relative;
	}
	#header .menu-button span {
		display: block;
		position: absolute;
		width: 19px;
		height: 2px;
		background-color: white;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	#header .menu-button span::before {
		content: "";
		display: block;
		position: absolute;
		width: 19px;
		height: 2px;
		background-color: white;
		top: -6px;
	}
	#header .menu-button span::after {
		content: "";
		display: block;
		position: absolute;
		width: 19px;
		height: 2px;
		background-color: white;
		top: 6px;

}
}
@media screen and (max-width: 767px) {
	#header {
		height: 52px;
	}
	#header .logo {
		padding-top: 19px;
		padding-bottom: 19px;
		padding-left: 16px;
	}
	#header .menu-wrapper {
		top: 52px;
	}
	.menu-open #header .menu-wrapper {
		height: calc(100vh - 52px);
	}
	#header .menu-button {
		width: 52px;
	}
}


/* =========================================================================================================================================== */
/* フッター
/* =========================================================================================================================================== */
#footer {
  padding-top: 50px;
  background-color: #f1f1f1;
  margin-top: 5px;
}
#footer .logo {
  display: block;
  margin: 0 auto;
  height: 93px;
  width: 111.5px;
}
#footer .logo img {
  height: 100%;
}
#footer .sns {
  width: 100%;
  max-width: 164px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 30px;
}
#footer .dealers {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
#footer .dealers .shop { 
  width: calc(100% / 3); 
  margin-top: 50px;
}
#footer .dealers .shop a {
  display: block;
  margin: 0 auto;
}
#footer .dealers .shop a img { 
  width: 100%; 
}
#footer .dealers .shop .honda { width: 212px; }
#footer .dealers .shop .motorentoto { width: 154px; }
#footer .dealers .shop .fivestartoto { width: 235px; }
#footer .dealers .shop .tricoloretoto { width: 144px; }
#footer .dealers .shop .motorenshonan { width: 167px; }
#footer .kokuchi {
  width: calc(100% - 50px);
  max-width: 900px;
  line-height: 40px;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #d00000;
  color: #ffffff;
}
#footer .contact {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #d3d3d3;
}
#footer .contact a {
 color: black;
}
#footer .foot-menu {
	background-color: black;
	padding: 13px 20px;
	margin-top: 30px;
}
#footer .foot-menu ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#footer .foot-menu ul li {
	border-right: solid 1px white;
	line-height: 14px;
	padding: 0 7px;
}
#footer .foot-menu ul li:last-child {
	border-right: none;
}
#footer .foot-menu ul li a {
	line-height: 14px;
	text-decoration: none;
	color: white;
}
@media screen and (max-width: 768px) {
  #footer {
    margin-top: 45px;
    padding-top: 30px;
    padding-bottom: 0;
  }
  #footer .logo {
    height: 73px;
    width: 89px;
  }
  #footer .sns {
    max-width: 122px;
    margin-top: 23px;
  }
  #footer .sns a {
    width: 22px;
  }
  #footer .sns a img {
    width: 100%;
  }
  #footer .sns a:nth-child(2) {
    width: 27px;
    padding-top: 1px;
  }
  #footer .dealers {
    display: block;
    text-align: center;
  }
  #footer .dealers .shop {
    width: 100%;
    margin-top: 30px;
  }
  #footer .kokuchi {
    height: 73px;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin-top: 30px;
  }
  #footer .contact {
    line-height: 22px;
    padding-top: 19px;
    margin-top: 29px;
  }
  #footer .contact a {
    text-decoration: none;
  }
	#footer .foot-menu ul li a {
		font-size: 12px;
	}
}


/* =========================================================================================================================================== */
/* コンテンツ
/* =========================================================================================================================================== */
#main {
	background-image: url('../img/main-background.jpg');
	background-size: 1920px;
	background-position: top center;
	padding-top: 65px;
}
@media screen and (max-width: 767px) {
	#main {
		padding-top: 52px;
	}
}
/* -------------------- */
/* ファーストコンテンツ
/* -------------------- */
#content--keyvisual {
	background-color: rgba(255, 255, 255, 0.85);
}
#content--keyvisual .inner {
	padding: 0 20px;
}
#content--keyvisual .inner .copy {
	text-align: center;
	padding-top: 47px;
	padding-bottom: 20px;
	font-size: 34px;
	font-weight: bold;
	line-height: 44px;
	text-shadow: 
		2px 0 0 white,
		0 1px 0 white, 
		-1px 0 0 white, 
		0 -1px 0 white,
		2px 0 0 white,
		0 2px 0 white, 
		-2px 0 0 white, 
		0 -2px 0 white;
}
#content--keyvisual .inner .logo {
	text-align: center;
	padding-bottom: 15px;
}
#content--keyvisual .inner .box {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	border: solid 2px #004b85;
	border-radius: 5px;
	background-color: white;
	padding-top: 30px;
	color: #004b85;
}
#content--keyvisual .inner .box .title {
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
#content--keyvisual .inner .box .title::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 42px;
	margin-right: 20px;
	background-image: url('../img/box-title-left.png')
}
#content--keyvisual .inner .box .title::after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 42px;
	margin-left: 20px;
	background-image: url('../img/box-title-right.png')
}
#content--keyvisual .inner .box .date {
	padding-top: 8px;
	text-align: center;
	padding-bottom: 10px;
	width: 100%;
}
#content--keyvisual .inner .box .button a {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ec0000+0,ba0000+100 */
	background: #ec0000; /* Old browsers */
	position: relative;
	background: -moz-linear-gradient(top,  #ec0000 0%, #ba0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ec0000 0%,#ba0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ec0000 0%,#ba0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec0000', endColorstr='#ba0000',GradientType=0 ); /* IE6-9 */
	width: 100%;
	display: flex;
	max-width: 594px;
	height: 62px;
	margin: 0 auto;
	border-radius: 31px;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	box-shadow: 3px 3px 3px rgba(109,109,109,0.75);
	margin-bottom: 30px;
}
#content--keyvisual .inner .box .button a::after {
	content: ">";
	content: "";
	width: 22px;
	height: 22px;
	background-image: url('../img/arrow-red.png');
	background-size: contain;
	right: 20px;
	position: absolute;
}
#content--keyvisual .inner .box .button.gray a {
	background: #cdcdcd; /* Old browsers */
	background: -moz-linear-gradient(top,  #e9e8e9 0%, #cdcdcd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e9e8e9 0%,#cdcdcd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e9e8e9 0%,#cdcdcd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e8e9', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
	color: #004b85;
	/* <!-- 21.03.26 ここから --> */
	cursor: default;
	pointer-events: none;
	/* <!-- 21.03.26 ここまで --> */
}
#content--keyvisual .inner .box .button.gray a::after {
	content: none;
}
#content--keyvisual .inner .cars {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	margin-top: -24px;
}
#content--keyvisual .inner .cars img {
	width: 100%;
}
#content--keyvisual .inner .cars-sp {
	display: none;
}
#content--keyvisual .inner .brand-logos {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 50px;
}
#content--keyvisual .inner .brand-logos img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	#content--keyvisual .inner .copy {
		font-size: 24px;
		line-height: 30px;
		padding-top: 25px;
	}
	#content--keyvisual .inner .logo {
		width: 100%;
		max-width: 270px;
		margin: 0 auto;
		padding-bottom: 10px;
	}
	#content--keyvisual .inner .logo img {
		width: 100%;
	}
	#content--keyvisual .inner .box {
		padding-top: 20px;
		max-width: 389px;
		padding-left: 14px;
		padding-right: 14px;
	}
	#content--keyvisual .inner .box .title {
		font-size: 22px;
		line-height: 28px;
	}
	#content--keyvisual .inner .box .title::before {
		margin-right: 15px;
	}
	#content--keyvisual .inner .box .title::after {
		margin-left: 15px;
	}
	#content--keyvisual .inner .box .date {
		width: 100%;
		max-width: 353px;
		margin: 0 auto;
	}
	#content--keyvisual .inner .box .date img {
		width: 100%;
	}
	#content--keyvisual .inner .box .button a {
		max-width: 356px;
		height: 70px;
		border-radius: 35px;
		font-size: 18px;
		line-height: 24px;
	}
	#content--keyvisual .inner .cars {
		display: none;
	}
	#content--keyvisual .inner .cars-sp {
		display: block;
		width: 100%;
		max-width: 390px;
		margin: 0 auto;
		margin-top: -10px;
		padding-bottom: 20px;
	}
	#content--keyvisual .inner .cars-sp img {
		width: 100%;
	}
	#content--keyvisual .inner .brand-logos {
		display: none;
	}
}

/* -------------------- */
/* 休業日
/* -------------------- */
#content--holiday {
	border-top: solid 1px #afafaf;
	border-bottom: solid 1px #afafaf;
	background-color: #e9e9e9;
	padding-top: 27px;
	padding-bottom: 30px;
}
#content--holiday .inner {
	padding: 0 20px;
}
#content--holiday .inner .title {
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	padding-bottom: 16px;
}
#content--holiday .inner .description {
	text-align: center;
	line-height: 22px;
	padding-bottom: 20px;
}
#content--holiday .inner .dealers {
	display: flex;
	justify-content: space-between;
	max-width: 805px;
	width: 100%;
	margin: 0 auto;
	flex-wrap: wrap;
}
#content--holiday .inner .dealers li {
	padding-left: 15px;
	position: relative;
	display: flex;
}
#content--holiday .inner .dealers li:nth-child(odd) {
	width: 455px;
}
#content--holiday .inner .dealers li:nth-child(even) {
	width: 344px;
}
#content--holiday .inner .dealers li:before {
	content: "●";
	position: absolute;
	left: 0;
}
#content--holiday .inner .dealers li .name {
	width: 126px;
}
#content--holiday .inner .dealers li .date {
	position: relative;
}
#content--holiday .inner .dealers li .date::before {
	content: "：";
}
@media screen and (max-width: 840px) {
	#content--holiday .inner .dealers {
		display: block;
		width: 100%;
		max-width: 460px;
		margin: 0 auto;
	}
	#content--holiday .inner .dealers li:nth-child(odd) {
		width: 100%;
	}
	#content--holiday .inner .dealers li:nth-child(even) {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#content--holiday .inner .title {
		font-size: 14px;
		line-height: 22px;
		padding-bottom: 13px;
	}
	#content--holiday .inner .description {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		text-align: left;
		line-height: 20px;
	}
	#content--holiday .inner .dealers {
		display: block;
		width: 100%;
		max-width: 210px;
	}
	#content--holiday .inner .dealers li {
		display: block;
		line-height: 20px;
		padding-bottom: 6px;
	}
	#content--holiday .inner .dealers li .date::before {
		content: none;
	}
}


/* -------------------- */
/* 会場説明
/* -------------------- */
#content--place {
	background-color: white;
	padding-top: 63px;
	padding-bottom: 70px;
}
#content--place .inner {
	padding: 0 20px;
}
#content--place .inner .title {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}
#content--place .inner .places {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1161px;
	margin: 0 auto;
}
#content--place .inner .places li {
	width: calc(50% - 24px);
	margin: 0 12px;
	border: solid 2px #ec7f00;
}
#content--place .inner .places li .head {
	width: 100%;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ec7f00;
	color: white;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}
#content--place .inner .places li .body {
	padding: 25px;
	display: grid;
}
#content--place .inner .places li .body .copy {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #ec6a00;
	padding-bottom: 8px;
}
#content--place .inner .places li .body .description {
	font-size: 16px;
}
#content--place .inner .places li .body .image {
	/* order: 2; */
	grid-row: 1 / 3;
	grid-column: 2 / 3;
}
#content--place .inner .places li .body .button {
	grid-column: 1 / 3;
	padding-top: 20px;
}
#content--place .inner .places li .body .image img {
	padding-left: 25px;
}
#content--place .inner .places li .body .button a {
	width: 100%;
	max-width: 228px;
	height: 33px;
	/* display: block; */
	margin: 0 auto;
	background-color: #000000;
	border: solid 1px #d3d3d3;
	text-decoration: none;
	font-weight: bold;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}
#content--place .inner .button-type1 {
	padding: 0 20px;
	padding-top: 27px;
}
#content--place .inner .places li .body .button a span {
	display: flex;
	align-items: center;
}
#content--place .inner .places li .body .button a span::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: solid 5px black;
	border-top: solid 4px transparent;
	border-bottom: solid 4px transparent;
	margin-right: 9px;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	#content--place {
		padding-top: 30px;
		padding-bottom: 5px;
	}
	#content--place .inner {
		padding: 0;
	}
	#content--place .inner .title {
		font-size: 22px;
		line-height: 32px;
	}
	#content--place .inner .places {
		display: block;
	}
	#content--place .inner .places li {
		width: 100%;
		max-width: 430px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	#content--place .inner .places li .head {
		font-size: 18px;
		height: 40px;
	}
	#content--place .inner .places li .body {
		padding: 20px;
		grid-template-columns: 1fr 140px;
	}
	#content--place .inner .places li .body .image img {
		padding: 0;
	}
	#content--place .inner .places li .body .image {
		text-align: right;
	}
	#content--place .inner .places li .body .copy {
		font-size: 18px;
		line-height: 22px;
	}
	#content--place .inner .places li .body .description {
		font-size: 14px;
		line-height: 22px;
	}
	#content--place .inner .places li .body .button {
		padding-top: 10px;
	}
	#content--place .inner .button-type1 {
		padding-top: 0;
	}
	#content--place .inner .button-type1 a {
		text-align: center;
		font-size: 18px;
		line-height: 24px;
	}
}


/* -------------------- */
/* ご成約プレゼント
/* -------------------- */
#content--present {
	margin-top: -65px;
	padding-top: 65px;
}
#content--present .head {
	background-color: #c00000;
	text-align: center;
	padding: 19px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#content--present .head .title small {
	font-size: 20px;
	line-height: 1.2;
	color: white;
	font-weight: bold;
}
#content--present .head .title {
	font-size: 34px;
	font-weight: bold;
	line-height: 40px;
	color: white;
}
#content--present .head::before {
	content: "";
	background-image: url('../img/present-head-icon.png');
	width: 56px;
	height: 64px;
	display: block;
	background-size: contain;
	margin-right: 24px;
}
#content--present .body {
	position: relative;
	background-color: white;
	padding: 0 20px;
	padding-top: 45px;
}
#content--present .body::before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 166px;
	height: 276px;
	background-image: url('../img/present-body-before.png');
	z-index: 1;
}
#content--present .body::after {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	width: 285px;
	height: 256px;
	background-image: url('../img/present-body-after.png');
	z-index: 1;
}
#content--present .body .description {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 26px;
	position: relative;
	z-index: 2;
}
#content--present .body .description .note {
	color: #c00000;
	font-size: 14px;
}
#content--present .body .dealers {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1167px;
	margin: 0 auto;
	position: relative;
	z-index: 2;

}
#content--present .body .dealers li {
	position: relative;
	width: 361px;
	min-height: 222px;
	border: solid 1px #d69d4c;
	padding: 5px;
	margin: 0 14px;
	margin-bottom: 27px;
}
#content--present .body .dealers li::before {
	content: "";
	display: block;
	position: absolute;
	width: 170px;
	height: 65px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#content--present .body .dealers li:nth-child(1)::before { background-image: url(../img/dealer-flag-1.png); }
#content--present .body .dealers li:nth-child(2)::before { background-image: url(../img/dealer-flag-2.png); }
#content--present .body .dealers li:nth-child(3)::before { background-image: url(../img/dealer-flag-3.png); }
#content--present .body .dealers li:nth-child(4)::before { background-image: url(../img/dealer-flag-4.png); }
#content--present .body .dealers li:nth-child(5)::before { background-image: url(../img/dealer-flag-5.png); }
#content--present .body .dealers li .inner {
	background-color: #f9f2e5;
	width: 100%;
	height: 100%;
	padding-top: 84px;
	text-align: center;
}
#content--present .body .dealers li .inner .name {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #48252d;
}
#content--present .body .dealers li .inner .text {
	line-height: 20px;
	color: #48252d;
	padding-bottom: 12px;
}
#content--present .body .dealers li .inner .present {
	font-size: 20px;
	line-height: 26px;
	color: #a67f00;
	font-weight: bold;
}
#content--present .body .dealers li .inner .present small {
	font-size: 14px;
}
#content--present .body .button-type1 {
	padding-bottom: 100px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	#content--present {
		margin-top: -52px;
		padding-top: 52px;
	}
	#content--present .head {
		display: block;
		padding: 18px 0;
	}
	#content--present .head::before {
		width: 39px;
		height: 45px;
		margin: 0 auto;
	}
	#content--present .head .title {
		font-size: 20px;
		line-height: 26px;
		padding-top: 12px;
	}
	#content--present .head .title small {
		font-size: 14px;
		line-height: 20px;
	}
	#content--present .body {
		padding-top: 30px;
	}
	#content--present .body::before {
		width: 93px;
		height: 155px;
		background-size: cover;
	}
	#content--present .body::after {
		width: 160px;
		height: 144px;
		background-size: contain;
	}
	#content--present .body .description {
		font-size: 14px;
		line-height: 22px;
		text-align: left;
	}
	#content--present .body .description .note {
		text-indent: -1em;
		display: block;
		padding-left: 1em;
	}
	#content--present .body .dealers {
		display: block;
	}
	#content--present .body .dealers li {
		width: 100%;
		max-width: 297px;
		min-height: 183px;
		padding: 4px;
		margin-left: auto;
		margin-right: auto;
	}
	#content--present .body .dealers li::before {
		width: 140px;
		height: 53px;
		background-size: contain;
	}
	#content--present .body .dealers li .inner {
		padding-top: 69px;
		min-height: 173px;
	}
	#content--present .body .dealers li .inner .name {
		font-size: 14px;
		line-height: 18px;
	}
	#content--present .body .dealers li .inner .text {
		font-size: 12px;
		line-height: 18px;
		padding-bottom: 10px;
	}
	#content--present .body .dealers li .inner .present {
		font-size: 18px;
		line-height: 22px;
	}
	#content--present .body .button-type1 {
		padding-bottom: 50px;
	}
}


/* -------------------- */
/* 特撰車ラインアップ
/* -------------------- */
#content--special {
	background-color: white;
	padding-bottom: 1px;
	margin-top: -65px;
	padding-top: 65px;
}
#content--special .head {
	font-size: 34px;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 116px;
	display: flex;
	background-color: black;
	color: white;
}
#content--special .body {
	padding-top: 50px;
}
#content--special .body.close {
    padding: 0;
    min-height: 70vh;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #c00000;
    display: flex;
    justify-content: center;
    align-items: center;
}
#content--special .body .description {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}
#content--special .body .description span {
	font-size: 22px;
	/* font-weight: bold; */
	color: #c00000;
}
#content--special .body .cars {
	width: 100%;
	max-width: 1139px;
	margin: 0 auto;
}

/* <!-- 21.04.09 ここから --> */
#content--special .body .cars > li {
	display: flex;
	justify-content: flex-start;
	padding: 25px 32px;
	background-color: #ebebeb;
	flex-wrap: wrap;
}
#content--special .body .cars > li:nth-child(odd) {
	background-color: #f5f5f5;
}
#content--special .body .cars > li .thumbnail {
	width: 175px;
	height: 130px;
	margin-right: 22px;
	flex-shrink: 0;
}
/* <!-- 21.04.09 ここまで --> */

#content--special .body .cars > li .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#content--special .body .cars > li .meta1 {
	margin-right: 20px;
	flex-shrink: 0;
}
#content--special .body .cars > li .meta1 .car {
	display: block;
	line-height: 22px;
	padding-bottom: 18px;
}
#content--special .body .cars > li .meta1 .price {
	display: flex;
	justify-content: flex-start;
}
/* <!-- 21.04.09 ここから --> */
#content--special .body .cars > li .meta1 .car .name {
	display: block;
	font-weight: bold;
}
/* <!-- 21.04.09 ここまで --> */
#content--special .body .cars > li .meta1 .car .grade {
	display: block;
	font-size: 16px;
	font-weight: bold;
}
#content--special .body .cars > li .meta1 .car .number {
	display: block;
}
#content--special .body .cars > li .meta1 .price .text {
	width: 66px;
	height: 26px;
	border-radius: 2px;
	background-color: #c00000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: white;
	margin-right: 9px;
}
#content--special .body .cars > li .meta1 .price .number {
	color: #c00000;
}
#content--special .body .cars > li .meta1 .price .number span {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
}

/* <!-- 21.04.09 ここから --> */
#content--special .body .cars > li .meta2 {
	margin-left: auto;
	flex: 1 0 0%;
	width: 100%;
	max-width: 561px;
}
#content--special .body .cars > li .meta2 .spec {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
#content--special .body .cars > li .meta2 .spec {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#content--special .body .cars > li .meta2 .spec li {
	width: 50%;
	display: flex;
	border-bottom: solid 1px #ebebeb;
	border-right: solid 1px #ebebeb;
}
#content--special .body .cars > li .meta2 .spec li.col2 {
	width: 100%;
}
#content--special .body .cars > li:nth-child(odd) .meta2 .spec li {
	border-bottom-color: #f5f5f5;
	border-right-color: #f5f5f5;
}
#content--special .body .cars > li .meta2 .spec li .th {
	width: 145px;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #868686;
	color: white;
	font-weight: bold;
}
#content--special .body .cars > li .meta2 .spec li .td {
	flex: 1;
	font-size: 14px;
	line-height: 18px;
	padding: 4.5px 8px;
	background-color: white;
}
/*
#content--special .body .cars > li .meta2 .spec li {
	width: 111px;
	padding-bottom: 8px;
}
#content--special .body .cars > li .meta2 .spec li .th {
	background-color: #868686;
	border-right: solid 1px white;
	text-align: center;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 12px;
	font-weight: bold;
}
#content--special .body .cars > li:nth-child(odd) .meta2 .spec li .th {
	border-right: solid 1px #f1f1f1;
}
#content--special .body .cars > li .meta2 .spec li .td {
	min-height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
*/
#content--special .body .note {
	width: 100%;
	max-width: 1179px;
	padding: 0 20px;
	margin: 0 auto;
	padding-top: 25px;
	font-size: 14px;
	line-height: 22px;
}

#content--special .body .note b {
	font-weight: bold;
}
/* <!-- 21.04.09 ここまで --> */


#content--special .body .button-copy {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 16px;
}
#content--special .button-type1 {
    padding: 0 20px;
}
#content--special .body .button-type1 a {
    margin-bottom: 100px;
}
/* <!-- 21.04.09 ここから --> */
@media screen and (max-width: 1023px) {
	#content--special .body .cars > li .meta2 {
		flex: 1 1 auto;
		max-width: unset;
		margin-top: 10px;
	}
}
/* <!-- 21.04.09 ここまで --> */
@media screen and (max-width: 767px) {
	#content--special {
		margin-top: -52px;
		padding-top: 52px;
	}
	#content--special .head {
		font-size: 20px;
		height: 58px;
	}
	#content--special .body {
		padding-top: 24px;
	}
	#content--special .body .description {
		padding: 0 20px;
		padding-bottom: 26px;
		text-align: left;
		font-size: 18px;
		line-height: 26px;
	}
	#content--special .body .description span {
		font-size: 18px;
	}
	#content--special .body .cars > li {
		padding: 20px;
		padding-top: 24px;
		flex-wrap: wrap;
	}
/* <!-- 21.04.09 ここから --> */
	#content--special .body .cars > li .thumbnail {
		width: 154px;
		height: 102px;
		margin-right: 16px;
	}
/* <!-- 21.04.09 ここまで --> */
	#content--special .body .cars > li .meta1 {
		margin-right: 0;
		flex: 1 0 0%;
	}
	#content--special .body .cars > li .meta1 .car {
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 10px;
	}
	#content--special .body .cars > li .meta1 .car .grade {
		font-size: 14px;
		line-height: 20px;
	}
	#content--special .body .cars > li .meta2 {
		width: 100%;
		margin: 0;
		padding-top: 20px;
	}
/* <!-- 21.04.09 ここから --> */
	#content--special .body .cars > li .meta2 .spec li {
		width: 100%;
	}
/*
	#content--special .body .cars > li .meta2 .spec li {
		width: calc(100% / 3);
		max-width: 130px;
	}
	#content--special .body .cars > li .meta2 .spec {
		max-width: unset;
	}
*/
/* <!-- 21.04.09 ここまで --> */
	#content--special .body .button-copy {
		font-size: 18px;
		line-height: 24px;
		padding-top: 30px;
		padding-bottom: 10px;
	}
	#content--special .body .button-type1 a {
		margin-bottom: 45px;
	}
}

/* -------------------- */
/* VR-Eの特徴
/* -------------------- */
#content--about {
	background-color: #f9f9f9;
	padding-top: 88px;
}
#content--about .inner {
	padding: 0 20px;
}
#content--about .inner .head {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	height: 118px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 28px;
	line-height: 38px;
	color: white;
	font-weight: bold;
	background-color: #c00000;
}
#content--about .inner .body {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding-bottom: 90px;
}
#content--about .inner .body .description {
	position: relative;
}
#content--about .inner .body .description .text {
	padding-top: 30px;
	font-size: 16px;
	line-height: 28px;
	width: calc(100% - 165px);
	padding-bottom: 38px;
}
#content--about .inner .body .description .image {
	position: absolute;
	top: 30px;
	right: 0;
}
#content--about .inner .body .reasons li {
	position: relative;
	padding-left: 90px;
	padding-bottom: 60px;
}
#content--about .inner .body .reasons li:nth-child(2) {
	padding-bottom: 30px;
}
#content--about .inner .body .reasons li:nth-child(3) {
	padding-bottom: 50px;
}
#content--about .inner .body .reasons li:nth-child(6) {
	padding-bottom: 0;
}
#content--about .inner .body .reasons li::before {
	content: "";
	width: 71px;
	height: 28px;
	position: absolute;
	left: 0;
}
#content--about .inner .body .reasons li:nth-child(1)::before { background-image: url("../img/reason1-icon.png"); }
#content--about .inner .body .reasons li:nth-child(2)::before { background-image: url("../img/reason2-icon.png"); }
#content--about .inner .body .reasons li:nth-child(3)::before { background-image: url("../img/reason3-icon.png"); }
#content--about .inner .body .reasons li:nth-child(4)::before { background-image: url("../img/reason4-icon.png"); }
#content--about .inner .body .reasons li:nth-child(5)::before { background-image: url("../img/reason5-icon.png"); }
#content--about .inner .body .reasons li:nth-child(6)::before { background-image: url("../img/reason6-icon.png"); }
#content--about .inner .body .reasons li .th {
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	padding-top: 4px;
}
#content--about .inner .body .reasons li .td {
	font-size: 16px;
	line-height: 28px;
}
#content--about .inner .body .reasons li .image {
	text-align: center;
	padding-top: 25px;
}
#content--about .inner .body .reasons li:nth-child(1) .th,
#content--about .inner .body .reasons li:nth-child(1) .td,
#content--about .inner .body .reasons li:nth-child(2) .th,
#content--about .inner .body .reasons li:nth-child(2) .td {
	max-width: 654px;
	width: calc(100% - 370px)
}
#content--about .inner .body .reasons li:nth-child(5) .th,
#content--about .inner .body .reasons li:nth-child(5) .td,
#content--about .inner .body .reasons li:nth-child(6) .th,
#content--about .inner .body .reasons li:nth-child(6) .td {
	max-width: 560px;
	width: calc(100% - 420px); 
}
#content--about .inner .body .reasons li:nth-child(6) .image {
	position: absolute;
	bottom: 0;
	right: 0;
}
@media screen and (max-width: 1024px) {
	#content--about .inner .body .description .image {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		text-align: center;
	}
	#content--about .inner .body .reasons li:nth-child(1) .th,
	#content--about .inner .body .reasons li:nth-child(1) .td,
	#content--about .inner .body .reasons li:nth-child(2) .th,
	#content--about .inner .body .reasons li:nth-child(2) .td {
		max-width: unset;
		width: 100%;
	}
	#content--about .inner .body .description .text {
		width: 100%;
	}
	#content--about .inner .body .reasons li:nth-child(6) .image {
		position: relative;
	}
	#content--about .inner .body .reasons li:nth-child(5) .th,
	#content--about .inner .body .reasons li:nth-child(5) .td,
	#content--about .inner .body .reasons li:nth-child(6) .th,
	#content--about .inner .body .reasons li:nth-child(6) .td {
	max-width: unset;
	width: 100%;
}
}
@media screen and (max-width: 1024px) {
	#content--about .inner .head {
		font-size: 20px;
		line-height: 28px;
		height: 110px;
	}
	#content--about .inner .body {
		padding-bottom: 15px;
	}
	#content--about .inner .body .description {
		padding-bottom: 40px;
	}
	#content--about .inner .body .description .text {
		font-size: 14px;
		line-height: 22px;
		word-break: break-all;
		padding-top: 20px;
		padding-bottom: 0;
	}
	#content--about .inner .body .description .image {
		width: 201px;
		margin: 0 auto;
	}
	#content--about .inner .body .description .image img {
		width: 100%;
	}
	#content--about .inner .body .reasons li {
		padding-left: 0;
		padding-bottom: 25px !important;
	}
	#content--about .inner .body .reasons li::before {
		position: relative;
		display: block;
	}
	#content--about .inner .body .reasons li .th {
		font-size: 16px;
		line-height: 22px;
	}
	#content--about .inner .body .reasons li .td {
		padding-top: 8px;
		font-size: 14px;
		line-height: 22px;
	}
	#content--about .inner .body .reasons li .image {
		width: 300px;
		margin: 0 auto;
	}
	#content--about .inner .body .reasons li .image img {
		width: 100%;
	}
}


/* -------------------- */
/* ディーラー紹介
/* -------------------- */
#content--dealer {
	margin-top: -65px;
	padding-top: 65px;
}
#content--dealer .head {
	background-color: #004b85;
	padding: 0 20px;
}
#content--dealer .head .title {
	font-size: 28px;
	font-weight: bold;
	color: white;
	text-align: center;
	padding-top: 54px;
	padding-bottom: 45px;
}
#content--dealer .head .tabs {
	display: flex;
	justify-content: center;
}
#content--dealer .head .tabs li {
	max-width: 224px;
	width: calc((100% - 20px) / 5);
	height: 85px;
	background-color: #efefef;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0 2.5px;
	text-align: center;
	padding-top: 17px;
	cursor: pointer;
}
#content--dealer .head .tabs li.current {
	background-color: white;
	cursor: auto;
}
#content--dealer .head .tabs li .name {
	font-weight: bold;
	padding-bottom: 11px;
}
#content--dealer .head .tabs li .dealer {
    display: none;
}
#content--dealer .body {
	padding: 0 20px;
	padding-bottom: 80px;
	background-color: white;
}
#content--dealer .body .dealers > li {
	display: none;
}
#content--dealer .body .dealers > li.current {
	display: block;
}
#content--dealer .body .dealers > li .dealer .info {
	padding-top: 50px;
	padding-bottom: 35px;
}
#content--dealer .body .dealers > li .dealer .info .maker {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
#content--dealer .body .dealers > li .dealer .info .name {
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
}
#content--dealer .body .dealers > li .dealer .info .link {
	padding-top: 10px;
	text-align: center;
}
#content--dealer .body .dealers > li .dealer .info .link a {
	line-height: 20px;
	color: black;
	text-decoration: none;
}
#content--dealer .body .shops {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 1165px;
	margin: 0 auto;
}
#content--dealer .body .shops li {
	width: 100%;
	max-width: 266px;
	margin: 0 12.5px;
	text-align: center;
}
#content--dealer .body .shops li .name {
	padding-top: 15px;
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 16px;
}
#content--dealer .body .shops li .address {
	line-height: 22px;
}
#content--dealer .body .shops li .telephone {
	line-height: 22px;
	padding-bottom: 40px;
}
#content--dealer .foot {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}
#content--dealer .foot div {
	width: 50%;
}
#content--dealer .foot div img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
@media screen and (max-width: 767px) {
	#content--dealer .head .tabs {
		display: block;
	}
	#content--dealer .head .tabs > li {
		width: 100%;
		max-width: unset;
		border-radius: unset;
		position: relative;
		height: auto;
		padding: 0;
	}
	#content--dealer .head .tabs li .icon {
		position: absolute;
		top: 13px;
		right: 13px;
	}
	#content--dealer .head .tabs li > .name {
		width: 100%;
		height: 52px;
		background-color: #efefef;
		border-top: solid 1px #d3d3d3;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 0;
		padding-left: 13px;
		cursor: pointer;
	}
	#content--dealer .body {
		display: none;
	}
	#content--dealer .head {
		padding-bottom: 24px;
	}
	#content--dealer .head .title {
		font-size: 20px;
		line-height: 20px;
		padding-top: 30px;
		padding-bottom: 25px;
	}
	#content--dealer .head .tabs li .dealer {
		display: block;
		background-color: white;
		height: 0;
		overflow: hidden;
		transition: height 1s ease;
	}
	#content--dealer .head .tabs li .dealer .info {
		padding-top: 20px;
	}
	#content--dealer .head .tabs li .dealer .info .maker {
		line-height: 24px;
	}
	#content--dealer .head .tabs li .dealer .info .name {
		font-size: 16px;
		line-height: 24px;
		font-weight: bold;
		padding-bottom: 12px;
	}
	#content--dealer .head .tabs li .dealer .info .link {
		font-size: 12px;
		line-height: 18px;
	}
	#content--dealer .head .tabs li .dealer .info .link a {
		color: black;
		text-decoration: none;
	}
	#content--dealer .head .tabs li .shops li {
		width: 100%;
		max-width: unset;
		background-color: white;
		height: auto;
		border-radius: unset;
		margin: 0;
		padding-top: 18px;
		cursor: auto;
		overflow: hidden;
	}
	#content--dealer .head .tabs li .shops li.dummy {
		padding: 0;
	}
	#content--dealer .head .tabs li .shops {
		padding: 0 24px;
	}
	#content--dealer .head .tabs li .shops li .thumbnail {
		/* grid-row: 1 / 4; */
		width: 126px;
		display: block;
		height: auto;
		float: left;
		/* clear: both; */
		margin-right: 16px;
	}
	#content--dealer .head .tabs li .shops li .name {
		height: auto;
		padding-left: 142px; 
		padding-bottom: 4px;
		border: none;
		background-color: unset;
		display: block;
		text-align: left;
		line-height: 20px;
	}
	#content--dealer .head .tabs li .shops li .address {
		line-height: 20px;
		display: block;
		text-align: left;
		padding-left: 142px;
		height: auto;
	}
	#content--dealer .head .tabs li .shops li .telephone {
		padding-left: 142px;
		text-align: left;
	}
	#content--dealer .head .tabs li .close {
		padding-top: 25px;
		padding-bottom: 15px;
	}
	#content--dealer .head .tabs li .close span {
		cursor: pointer;
		color: #d70000;
	}
	#content--dealer .foot div {
		width: 100%;
	}
}


/* -------------------- */
/* 動画チャンネル
/* -------------------- */
#content--video {
	background-color: black;
}
#content--video .head {
	margin-top: -65px;
	padding-top: 133px;
	padding-bottom: 10px;
	font-size: 28px;
	color: white;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
#content--video .body .subtitle {
	margin-top: -65px;
	padding-top: 100px;
	padding-bottom: 30px;
	font-size: 24px;
	color: white;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
}
#content--video .body .inner {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 6px;
	padding-bottom: 10px;
}
#content--video .body .inner .videos {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#content--video .body .inner .videos li {
	width: 304px;
	margin: 0 14px;
}
#content--video .body .inner .videos li.dummy {
	padding: 0;
}
#content--video .body .inner .videos li .video {
	position: relative;
	padding-top: 62.5%;
}
#content--video .body .inner .videos li .video iframe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
#content--video .body .inner .videos li .title {
	padding-top: 15px;
	color: white;
	font-weight: bold;
	text-align: center;
	padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
	#content--video .head {
		font-size: 20px;
		line-height: 22px;
		padding-top: 109px;
		padding-bottom: 34px;
	}
	#content--video .body .subtitle {
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: white;
	}

	#content--video .body .inner {
		padding: 0 20px;
	}
	#content--video .body .inner .videos {
		display: block;
	}
	#content--video .body .inner .videos li {
		margin: 0 auto;
		width: 100%;
		max-width: 304px;
	}
	#content--video .body .inner .videos li .title {
		padding-bottom: 35px;
	}
}


/* -------------------- */
/* バナー
/* -------------------- */
#content--banner {
	background-color: white;
	padding-top: 67px;
	padding-bottom: 42px;
}
#content--banner .inner {
	/* padding: 0 20px; */
}
#content--banner .inner .banners {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#content--banner .inner .banners li {
	width: 100%;
	max-width: 400px;
	margin: 0 20px;
	padding-bottom: 20px;
}
#content--banner .inner .banners li.dummy {
	padding: 0;
}
#content--banner .inner .banners li img {
	width: 100%;
	vertical-align: bottom;
}
@media screen and (max-width: 767px) {
	#content--banner {
		padding-top: 20px;
		padding-bottom: 0;
	}
}


