@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;
  margin: 0;
}
.sp-only {
	display: none;
}
.sp-xs-only {
	display: none;
}

/* .tokai_fair
------------------------------------------------ */
#content .tokai_fair section.inner {
	max-width: 1032px;
	margin: auto;
	padding: 0 10px 0;
}

#content .tokai_fair section.inner2 {
	max-width: 1024px;
	margin: auto;
	padding: 0 10px 0;
}

#content .main_visual img {
	vertical-align: top;
	width: 100%;
}
#content .tokai_fair .mainVisual {
	margin: 0 auto;
	height: auto;
	line-height: 0;
}
div.page-link {
  cursor: pointer;
  display: flex;
  z-index: 101;
  position: fixed;
  bottom: 10px;
  right: 0;
  flex-direction: column;
}
#content .btn_area {
 	margin: 0px 5px 0px;
  display: flex;
  justify-content: space-between;
}  
#content .flexbox{
  display: flex;
}

#content .tokai_fair .mgb30{
	margin-bottom: 30px;
}
#content .tokai_fair .mgb20{
	margin-bottom: 20px;
}
#content .tokai_fair .shadow{
	box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.3);
}

#content .tokai_fair .bg{
	background: url("../images/bg.jpg") top center;
  background-size: 100%;
}

#content .tokai_fair ul.menu_area{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:0 auto 20px;
  padding: 0 16px 0;
}

#content .tokai_fair .end_of_life{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content .tokai_fair .zankure{
  padding-left: 7px;
}
#content .tokai_fair .drive02{
  position: relative;
}

#content .tokai_fair .drive02 ul{
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}
#content .tokai_fair .drive02 ul li{
  margin: 0 1.8%;
}

#content .tokai_fair .drive04{
  position: relative;
}
#content .tokai_fair .drive04 ul{
    position: absolute;
    bottom: 13%;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}



/* 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 div.flex {
display: block;
	margin:10px 0;
}
#content div.flex a{
    margin-bottom: 10px;
    display: block;
}
#content .btn_area {
 	margin: 0px auto 0px;
   display: block;
  width: 96%;
}
#content .online {
  width: 100%;
	margin: 0 auto;
}
#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: 20px;
}
#content .flexbox{
  display: block;
}


/* 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 ul.menu_area{
  padding: 0 0px 0;
}
#content .tokai_fair .menu_area li:not(:last-child){
  margin-right:10px;
}
#content .tokai_fair .end_of_life{
  display: block;
	margin-top: 20px;
}
#content .tokai_fair .end_of_life img{
  width: 100%;
}

#content .tokai_fair .drive02 ul{
    bottom: 3%;
    margin: auto;
    display: block;
    justify-content: center;
}
#content .tokai_fair .drive{
  margin: 0 0 20px;
}
#content .tokai_fair .drive02 ul li{
  margin: 0 5.8% 2%;
}
#content .tokai_fair .drive04 ul {
   display: block;
}
#content .tokai_fair .drive04 ul li{
  margin: 0 5.8% 2%;
}


@media screen and (max-width: 480px) {
.sp-xs-only {
	display: inline-block;
}
#content .btn_area {
	margin: 0px auto 0px;
	display: block;
	width: 100%;
}
#footer {
	padding-right: 0;
  padding-bottom: 120px;
}

}
