/* 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%;}


a, a:hover, a:active{ outline:0px !important}
a:link,a:visited,a:hover,a:active{color:#39F; text-decoration:underline;}

@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;
}

/* Primary Styles
---------------------------------*/
body {
	background:#fff;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	/*font-family: serif,'Open Sans', sans-serif;*/
	font-size:16px;
	font-weight:normal;
	color:#333333;
	margin:0;

}
h2{
	font-size:24px;
	line-height:34px;
	color:#2000AA;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight:bold;
	letter-spacing: -1px;
	text-align:center;
	text-transform:uppercase;
}
h3{
	font-size: 16px;
	line-height:33px;
    color: #ffffff;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    letter-spacing: -1px;
    text-align: center;
    text-transform: uppercase;
	width: 100%;
	background: #000;
}
h4{
	font-size: 20px;
	line-height:20px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
	font-weight:bold;
	margin-top:13px;
	margin-bottom: 3px;
}
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;
}

/* 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%;
}
.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:5px;
	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%;
}
.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:120px;
	margin-top: 3px;
	margin-bottom: 5px;
}
.menu li.guest2 {
    width:50%;
	padding-left:5%;
	padding-right:5%;
	margin-bottom: 5px;
	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{
	padding:0 1%;
  float: left;
}
.itembox{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	background:#fff;
	text-align:center;
	padding:10px;
	overflow:scroll;
  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;
}

.owabi{
	width:100%;
	margin:20px 0 20px 0;
	font-size:20spx;
	text-align:left;
}

.thanks{
	width:100%;
	margin:20px 0 20px 0;
	font-size:20spx;
	text-align:left;
}


/* 特典
---------------------------------*/
.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;
}

/* Navigation
---------------------------------*/
.main-nav-outer{
	padding:0px;
	border-bottom:1px solid #dddddd;
	box-shadow:0 4px 5px -3px #ececec;
	position:relative;
	background:#fff;
}
.main-nav{
	text-align:center;
	margin:10px 0 0px;
	padding:0;
	list-style:none;
}
.main-nav li{
	display:inline;
	margin:0 1px;
}
.main-nav li a{
	display:inline-block;
	color:#222222;
	text-transform:uppercase;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	/*font-family: serif,'Montserrat',sans-serif;*/
	text-decoration: none;
	line-height:20px;
	margin:17px 32px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.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; 
}

/* page-top
---------------------------------*/
#pagetop {
    width: 60px;
    height: 60px;
    background-color: #999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: fixed;
    bottom: 15px;
    right: 20px;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0;
    display: none;
	cursor:pointer;
}
#pagetop a{
	color: #fff;
	display:block;
	width:100%;
}
#pagetop a::before {
    content: '';
    width: 22px;
    height: 22px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 43%;
    left: 34%;
}
#pagetop:hover{
	opacity:0.5;
}
