/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure{ margin:0px;}

img{ max-width:100%;}


@font-face {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  /*font-family: 'FontAwesome';*/
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


p{
	line-height:24px;
	margin:0;
}
section{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.bold{
	font-size: 18px;
	font-weight:bold;
}
.space{
	letter-spacing:3px;
}
.imgmargin{
	margin:10px 0;
}

/* Header Styles
---------------------------------*/

.header{
	text-align: center;
	margin-bottom: 10px;
}

.logo{
	text-align:left;
	/*background:url(../img/bgcolor.jpg) center center repeat;*/
	/*padding:100px 0 150px 0;*/
	padding:10px 0 10px 20px;

}

.logo img{ max-width:30%;}

/* entry
---------------------------------*/
.entry{
	margin-bottom: 10px;
}
.title-border {
    display: flex;
    align-items: center;
	margin: 5px 0;
	padding-left:5%;
	padding-right:5%;
}
.title-border:before,.title-border:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}
.title-border:before {
    margin-right: 1rem;
}
.title-border:after {
    margin-left: 1rem;
}
.entry p{
	font-size: 14px;
	line-height: 24px;
}
.entry p.card_y,.entry p.card_n{
	width: 80%;
	line-height: 40px;
	background: #3885B3;
	border: #444 1px solid;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
	border-radius:40px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.entry p.card_y{
	margin-bottom: 10px;
}
.card_n a,.card_y a{
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	display:block;
}
.card_f{
	text-align: right;
	padding-right: 5%;
}

/* 会場・日程
---------------------------------*/
.place_day {
    text-align: left;
    list-style: none;
    /* margin-left: 2%; */
    /* margin-right: 2%; */
    padding: 0;
}
.place_day li {
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    box-sizing: border-box;
}
.menu {
    margin: 0 auto;
    padding: 0;
	/*margin-left: 2%;*/
	/*margin-right: 2%;*/
	margin-bottom: 10px;
	text-align: left;
	position: relative;
	border: 1px solid #000;
	border-bottom: 0px;
}
label {
    display: block;
    cursor :pointer;
	margin-bottom: 0px;
	position: absolute;
	top:6px;
	left: 0px;
	padding-left:62%;
	transform: scale(2,1); 
}
label:after{
	content: "∨";
}
#menu_bar01:checked + label:after,#menu_bar02:checked + label:after,#menu_bar03:checked + label:after,#menu_bar04:checked + label:after,#menu_bar05:checked + label:after,#menu_bar06:checked + label:after,#menu_bar07:checked + label:after{
	content: "∧";
	color: #DD070B;
}
/*
#menu_bar01:checked + .menu{
	height: 76px;
}
*/
input {
    display: none;
}
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu li{
	line-height: 30px;
	float: left;
	padding-left:2%;
	padding-right:2%;
    box-sizing: border-box;
}
.place_day li:nth-child(1),.menu li:nth-child(1),.menu li:nth-child(3),.menu li:nth-child(5),.menu li:nth-child(7){
	width: 30%;
}
.place_day li:nth-child(2),.menu li:nth-child(2),.menu li:nth-child(4),.menu li:nth-child(6),.menu li:nth-child(8){
	width: 70%;	
}
.menu .links{
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	border-bottom: 1px solid #000;
}
#menu_bar01:checked ~ #links01,#menu_bar02:checked ~ #links02,#menu_bar03:checked ~ #links03,#menu_bar04:checked ~ #links04,#menu_bar05:checked ~ #links05,#menu_bar06:checked ~ #links06,#menu_bar07:checked ~ #links07{
    max-height: 3000px;
    opacity: 1;
}
.menu li.access{
	font-size:14px;
	line-height:20px;
	width:100%;
}
.menu li.bus{
    width: 100%;
}
.menu li.bus .tel{
	font-size:12px;
}
.menu li.bus_place{
	width: 25%;
	font-size:14px;
	line-height: 22px;
}
.menu li.bus_day{
	width: 75%;	
	font-size:14px;
	line-height: 22px;
}
.menu li.guest {
	text-align:center;
    width: 100%;
	padding-left:10%;
	padding-right:10%;
}
.menu li.guest img{
	width:75%p;
	margin-top: 3px;
	/*margin-bottom: 5px;*/
}
.menu li.guest2 {
    width:50%;
	padding-left:5%;
	padding-right:5%;
	margin-bottom: 15px;
	line-height: 20px;	
}
.menu li.guest2 span{
	font-size:14px;	
}
.menu li.guest_change{
	text-align:center;
    width: 100%;
	font-size:12px;
}
.menu li.link_entry{
	width: 60%;
	line-height:40px;
	margin:0 20%;
	margin-bottom: 10px;
	background: #3885B3;
	border: #444 1px solid;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
	border-radius:40px;
	text-align:center;
}
.menu li.link_entry a{
	color: #fff;
	text-decoration: none;
	display:block;
}

/* おすすめ商品
---------------------------------*/
.item {
	width:100%;
  height: 100%;
	border:1px solid #000;
	box-sizing:border-box;
	padding:3px;
	text-align:left;
  margin-bottom:10px;
}
.item ul{
    list-style: none;
	width:100%;
    margin: 0;
	padding:0;
}
.item ul li{
	float:left;
    width : calc(100% / 3) ;
	font-size:12px;
	color:#E40180;
	font-weight:bold;
}
*::-ms-backdrop, .item ul li {
  width: 33.33%; /* IE11 */
}
.item ul li img{
	margin-bottom:5px;
}
.modalwindow{
  float: left;
}
.itembox{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
	background:#fff;
	text-align:center;
	padding:10px;
	overflow:scroll;
	margin-bottom:30px;
  display: inline-block;
}
.itembox ul{
  list-style: none;
	width:100%;
  margin: 0;
	padding:0;
}
.itembox ul li{
	width:100%;
	font-size:16px;
	color: #333;
	font-weight:normal;
	float:left;
}
.itembox .name{
	color:#E40180;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
}
.itembox li.link_entry{
	width: 60%;
	line-height:40px;
	margin:20px 0 20px 20%;
	background: #3885B3;
	border: #444 1px solid;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
	border-radius:40px;
	text-align:center;
}
.itembox li.link_entry a{
	color: #fff;
	text-decoration: none;
	display:block;
}
.itembox ul li.btn_erase{
	width:40px;
	height:40px;
	margin:20px 0 20px 5%;
	background:#B7B7B7;
	border-radius:30px;
	font-size:20px;
	line-height:41px;
	text-align:center;
	color:#fff;
}

.thanks{
	width:100%;
	margin:20px 0 20px 0;
	font-size:20px;
	text-align:left;
}

/* ジーガー
---------------------------------*/

.itemj {
	width:100%;
  height: 100%;
	border:1px solid #000;
	box-sizing:border-box;
	padding:3px;
	text-align:left;
  margin-bottom:10px;
}
.itemj ul{
  list-style: none;
	width:100%;
  margin: 0;
	padding:0;
}
.itemj ul li{
	float:left;
  width : calc(100% / 3) ;
	font-size:12px;
	color:#E40180;
	font-weight:bold;
}
*::-ms-backdrop, .item ul li {
  width: 33.33%; /* IE11 */
}
.item ul li img{
	margin-bottom:5px;
}
.modalwindowj{
  padding:0 1%;
  box-sizing: border-box;
  float: left;
}
.itemjbox{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
	background:#fff;
	text-align:center;
	padding:10px 20px 10px 10px;
	overflow:scroll;
    display: inline-block;
}
.itemjbox ul{
  list-style: none;
  width:95%;
  margin: 0;
  padding:0;
}
.itemjbox ul li{
	width:100%;
	font-size:16px;
	color: #333;
	font-weight:normal;
	float:left;
}
.itemjbox .name{
	color:#E40180;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
}
.itemjbox li.link_entry{
	width: 60%;
	line-height:40px;
	margin:20px 0 20px 20%;
	background: #3885B3;
	border: #444 1px solid;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
	border-radius:40px;
	text-align:center;
}
.itemjbox li.link_entry a{
	color: #fff;
	text-decoration: none;
	display:block;
}
.itemjbox ul li.btn_erase{
	width:40px;
	height:40px;
	background:#B7B7B7;
	border-radius:30px;
	font-size:20px;
	line-height:41px;
	text-align:center;
	color:#fff;
	position: fixed;
    bottom: 50px;
    right: 50px;
}

/* 特典
---------------------------------*/
.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}
.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* 試乗会
---------------------------------*/
.test_ride{
	margin-bottom:10px;
	text-align:left;
	width:95%;
	padding-left:5%;
}
#menu_bar08:checked + label:after,#menu_bar09:checked + label:after,#menu_bar10:checked + label:after,#menu_bar11:checked + label:after,#menu_bar12:checked + label:after,#menu_bar13:checked + label:after,#menu_bar14:checked + label:after,#menu_bar15:checked + label:after,#menu_bar16:checked + label:after{
	content: "∧";
	color: #DD070B;
}
#menu_bar08:checked ~ #links08,#menu_bar09:checked ~ #links09,#menu_bar10:checked ~ #links10,#menu_bar11:checked ~ #links11,#menu_bar12:checked ~ #links12,#menu_bar13:checked ~ #links13,#menu_bar14:checked ~ #links14,#menu_bar15:checked ~ #links15,#menu_bar16:checked ~ #links16{
    max-height: 1000px;
    opacity: 1;
}

.footer{
	background-color:#38466B;
	padding: 10px 0 10px;
}
.copyright{
    color: #ffffff;
    text-align: center;
	font-size:12px;
}


.main-nav li a:hover{ 
	text-decoration:none;
	color: #005eae;
}

.small-logo{ 
	padding:0 32px;
}

.main-section{
	padding:70px 0;
}

/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}


/* 20190415追加 */
.va_sp{height:250px;}
@media screen and (max-width: 768px){
.va_sp{height:100%;}
}