@charset "UTF-8";
/* Reset
------------------------------------------------ */

section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary, ul, li{
	display: block;
	margin: 0;
	padding: 0;
}
caption, th {
	margin: auto;
	text-align: left;
}
img {
	border: 0;
	vertical-align: bottom;
}
address, caption, th {
	font-weight: normal;
	font-style: normal;
}
h1 {
	margin: 0;
	padding: 0;
}
/* body,Anchor
------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	background-color: #0e1c45;
	color: #222;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'ヒラギノ角ゴ ProN W3', メイリオ, arial, helvetica, sans-serif;*/
	line-height: 1.5;
}
a:link {
	color: #0e1c45;
	text-decoration: none;
}
a:visited {
	color: #0e1c45;
}
a:hover {
	color: #ccc;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s linear;
}
header:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: “alpha( opacity=60)”;
	transition-property: all;
	transition: 0.2s linear;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
/* Layout
------------------------------------------------ */

#container {
	margin: 0 auto 20px;
	width: 100%;
	max-width: 1400px;
	padding: 0;
	background-color: #fff;
}
/* content
------------------------------------------------ */

#content {
	background: #000;
	text-align: center;
}
#content a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: “alpha( opacity=70)”;
	transition-property: all;
	transition: 0.2s linear;
}
header {
	max-width: 972px;
	overflow: hidden;
	margin: 0 auto;
}
/* common
------------------------------------------------ */
.txt1, .txt2 {
	color: #00266e;
	line-height: 1.7;
	text-align: left;
}
.shadow{
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
}
/* footer
------------------------------------------------ */

#footer {
	clear: both;
	width: 100%;
	max-width: 1400px;
	margin: -20px auto 0;
}
#footer {
	display: block;
	padding: 10px 0px 30px;
	color: #000;
	text-align: right;
	font-size: 12px;
	letter-spacing: 0.1em;
	background: #fff;
}
.copyright {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: right;
	color: #000;
	font-size: 12px;
	/*font-size: calc( 12vw/10 );*/
	white-space: nowrap;
}
.pc-only {
	display: block;
  margin: auto;
}
.sp-only {
	display: none;
}
.sp-xs-only {
	display: none;
}
/* izimodal */
.iziModal {
    background: #fff;
    border-color: #fff;
    border-style: solid;
    border-width: 3px 20px 20px 20px!important;
}

.iziModal .iziModal-header.iziModal-noSubtitle {
    padding: 40px 25px 12px;
    margin:0 0 -20px 0;
}
/* izimodal */
.iziModal {
    background: #fff;
    border-color: #fff;
    border-style: solid;
    border-width: 3px 20px 20px 20px!important;
}

.iziModal .iziModal-header.iziModal-noSubtitle {
    padding: 40px 25px 12px;
    margin:0 0 -20px 0;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
    top: 8px;
    right: 0;
    margin: 0 0 0 0;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
    width: 85px;
    height: 22px;
    opacity: 1;
}

.iziModal .iziModal-button-close {
    background: url("../images/modal_close.png") no-repeat center center / contain;
    transition: none;
}

.iziModal .iziModal-button-close:hover {
    transform: rotate(0)
}

.modalMovTrg {
    cursor: pointer;
}

/* .tokai_fair
------------------------------------------------ */
#content .tokai_fair .inner {
	max-width: 1000px;
	margin: auto;
	padding: 0px 10px 0;
}

#content .main_visual img {
	vertical-align: top;
	width: 100%;
}

div.page-link {
  cursor: pointer;
  display: flex;
  z-index: 101;
  position: fixed;
  bottom: 10px;
  right: 0;
  flex-direction: column;
}
div.page-link a {
  margin-bottom: 15px;
}

#content .btn_area {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: auto;
}  

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mgt10 {
  margin-top: 10px;
}

.main_visual {
  min-width: 1000px;
  margin-bottom: 20px;
}


#content .tokai_fair div.bg{
	background: url("../images/bg.jpg") no-repeat;
  background-size: cover;
  padding: 0px 0 40px 0;
}

#content .tokai_fair div.bg article{
  margin-bottom: 30px;
}

#content .tokai_fair div.bg .online{
  margin-bottom: 30px;
}


#content .tokai_fair article.item_btn_area .btn_area{
  margin-bottom: 40px;
}

#content .tokai_fair article.c_package .title{
  margin-left: -13px;
}

#content .tokai_fair article.dealer .eboxer{
  position: relative;
  width: 1000px;
}

#content .tokai_fair article.dealer .movie_eboxer{
  position: absolute;
  bottom: 11%;
  right: 6%;
}

#content .tokai_fair article.dealer .eyesight{
  position: relative;
  width: 1000px;
}

#content .tokai_fair article.dealer .movie_eyesight{
  position: absolute;
  top: 22.8%;
  right: 0;
  left: 0;
  margin: auto;
}

#content .tokai_fair article.dealer .xmode{
  position: relative;
  width: 1000px;
}

#content .tokai_fair article.dealer .movie_xmode{
  position: absolute;
  bottom: 11.5%;
  right: 6%;
}

#content .tokai_fair article.drive_package{
	background: #F8F7F7;
  padding: 0px 0 40px;
  width: 1000px;
}

#content .tokai_fair article.drive_package .flex{
  max-width: 869px;
  margin:20px auto;
}




/* mediaqueries
------------------------------------------------ */

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-xs-only {
    display: none;
  }
  .page-link {
    display: none;
  }
  .copyright {
    font-size: 12px;
    text-align: center;
  }
  img{
  width: 100%;
  }

  /* max-width768 header
  ------------------------------------------ */
  header {
    margin-left: 0;
  }
  header p {
    max-width: 641px;
    font-size: 16px;
    padding: 10px;
    margin: 0 auto;
  }
  header p span {
    font-size: 10px;
    vertical-align: middle;
    margin-left: 5px;
  }

  /* max-width768 footer
  ------------------------------------------ */
  #container, #footer {
  /*	max-width: 460px;*/
    max-width: 100%;
  }
  #footer {
    padding-right: 0;
    padding-bottom: 185px;
  }

  /* max-width768 btn
  ------------------------------------------ */

  #content .btn_area {
    margin: 0px auto 0px;
    display: block;
  }
  #content .online {
    margin: 0 auto 0;
  }
  #content .btn_area img {
    width: 100%;
  }
  #content .btn_area a {
    width: 100%;
    margin-right: 0px;
    display: block;
    margin-bottom: 25px;
  }
  #content .btn_area a:not(:last-child){
    margin-bottom: 10px;
  }


  /* max-width768 fixed_menu
  ------------------------------------------ */
  #fixed_menu {
    position: fixed;
    bottom: 0;
    background-size: cover;
    width: 100%;
  }
  #fixed_menu .inner {
    position: relative;
  }
  #fixed_menu .fixed_menu_btn {
    position: absolute;
    bottom: 5px;
    z-index: 3;
    width: 95%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  #fixed_menu .fixed_menu_btn img {
    width: 100%;
  }
  #fixed_menu .fixed_menu_text {
    position: absolute;
    bottom: 0;
    z-index: 2;
  }
  #fixed_menu .fixed_menu_text img {
    width: 100vw;
  }
  
  #content .tokai_fair article.item6 {
    padding-top: 0;
  }
  
  
  .main_visual {
    min-width: auto;
    margin-bottom: 0px;
  }

  #content .tokai_fair h2 {
    margin-bottom: 0;
  }
  
  #content .tokai_fair h3 {
    margin-top: 0;
  }
  
  #content .tokai_fair article.item6 ul{
    width: 100%;
  }
  
  #content .tokai_fair article.item6 ul li {
    width: 49%;
  }
 
  
  #content .tokai_fair article.item4 {
    padding-top: 0;
  }
  
   #content .tokai_fair article.item4 ul li {
    width: 49%;
  }
  
  #content .tokai_fair div.bg {
    padding: 20px 0;
    background: #01346D;
  }
  
#content .tokai_fair article.c_package .title{
  margin-left: -1.6%;
}
  
  #content .tokai_fair article.dealer .eboxer {
    width: 100%;
  }
  
  #content .tokai_fair article.dealer .eyesight {
    width: 100%;
  }
  
  #content .tokai_fair article.dealer .xmode {
    width: 100%;
  }
  
  #content .tokai_fair article.drive_package {
    width: 100%;
  }
  
  #content .tokai_fair article.drive_package a {
    display: block;
    margin-bottom: 10px;
  }
  
  #content .tokai_fair article.drive_package a img {
    width: 100%;
  }
  
  #content .tokai_fair article.drive_package .flex {
    flex-wrap: wrap;
    margin: 0 auto;
        display: block;
  }
  
  #content .tokai_fair div.bg article {
    margin-bottom: 15px;
  }
  
  .discontinued .flex {
    flex-direction: column;
  }
  
  
  #content .tokai_fair article.dealer .movie_eboxer{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 8%);
    -webkit-transform: translate(-50%, 8%);
    -ms-transform: translate(-50%, 8%);
    bottom: auto;
    right: auto;
    width: 88%;
  }
  
  #content .tokai_fair article.dealer .movie_eyesight {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 8%);
    -webkit-transform: translate(-50%, -98%);
    -ms-transform: translate(-50%, -98%);
    bottom: auto;
    right: auto;
    width: 90.2%;
  }
  
  #content .tokai_fair article.dealer .movie_xmode {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 61%);
    -webkit-transform: translate(-50%, 61%);
    -ms-transform: translate(-50%, 61%);
    bottom: auto;
    right: auto;
    width: 88%;
  }
  
}


@media screen and (max-width: 480px) {
.sp-xs-only {
	display: inline-block;
}
#content .btn_area {
	margin: 0px auto 0px;
	display: block;
	width: 96%;
}
#footer {
	padding-right: 0;
  padding-bottom: 120px;
}
  
#content .tokai_fair section.inner {
	padding: 0 0 0;
}

}