@charset "UTF-8";

/*-----------------------------------

	base

-----------------------------------*/
html {
	overflow-y: auto;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
}
body {
	font-family: "Noto Sans Japanese","メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #000;
	line-height: 1.8em;
	letter-spacing:0.03rem;
	font-weight: 400;
	background: #fff;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	z-index: 999;
}
.contents_inner{
	width: 800px;
	margin: 0 auto;
}
h2 {
	color: #7dc062;
	font-size: 21px;
	text-align: center;
	padding-bottom: 2%;
	margin: 10% 0 5% 0;
	border-bottom: solid 1px black;
	line-height: 120%;
}
img {
	max-width: 100%;
	height: auto;
}
a, a:link, a:visited {
	color:#0000ee;
	text-decoration-style: solid;
	cursor: pointer;
}
a:hover {
	color:#ef8200;
	text-decoration:solid;
}
a img{
	transition : 0.2s ;
	-webkit-transition : 0.2s ;
	-moz-transition    : 0.2s ;
	-o-transition      : 0.2s ;
	-ms-transition     : 0.2s ;
}
a:hover img {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
#contents {
	display: block;
	margin: 0 auto;
}
.sp_mode {
	display:none;
}
.pc_mode {
	display:block;
}

@media screen and (max-width: 1200px) {

	.contents_inner{
		width: 90%;
		margin: 0 auto;
	}

}

@media screen and (max-width: 640px) {

/*	body {
		font-size: 13px;
		font-size: 1.3em;
		line-height: 1.6em;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}*/
	.sp_mode {
		display:block;
	}
	.pc_mode {
		display:none;
	}
	.minus_t_40 {
		margin-top: 0;
	}

}

/*-----------------------------------

	ボタン

-----------------------------------*/

.button-1 {
  background-color: #ef8200;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8em;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0 auto;
  outline: none;
  padding: 1% 10%;
  /*position: relative;*/
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-1:hover,
.button-1:focus {
  background-color: #7dc062;
}

/*-----------------------------------

	Header

-----------------------------------*/


/* 
** The Header Media Queries **
** Tweak as per your needs **
*/
/*.brand {
    font-weight: bold;
    font-size: 20px;
}*/
header{
	position: fixed;
    top: 0;
    width: 100%;
}
.site-header {
  position: relative;
  background-color: #7dc062;
}
.nav{
	display: block;
	margin: 0 auto;
}
.nav ul {
    list-style: none;
    padding : 0;
    place-items: center center;
}

.nav__item a {
    display: block;
    line-height:1.5em;
    text-align: center;
    padding: 1.5rem 3rem;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}
.nav__item a:hover {
	color:#fff;
}
.nav_wrapper {
    max-width: 1500px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
}
.site-header__wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

  @media (min-width: 900px) {
    .site-header__wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  }

@media (min-width: 900px) {
  .nav__wrapper {
    display: flex;
}
}

@media (max-width: 899px) {
  	.site-header{  		
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
  	}
  .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: 0;
    text-align: center;
    background-color: #a6db91;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    z-index: 100 !important;
}

    .nav__wrapper.active {
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
  }
}

.nav__toggle {
  display: none; 
}

  @media (max-width: 899px) {
    .nav__toggle {
      display: block;
      position: absolute;
      right: 1rem;
      top: 1.5rem;
  }
}

/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*-----------------------------------

	メインビジュアル

-----------------------------------*/

#main_visual{
	width: 90%;
	max-width: 850px;
	margin: 0 auto;
    padding-top: 10%;
}

#main_text{
	width: 90%;
	max-width: 790px;
	margin: 0 auto;
}

/*-----------------------------------

	協賛バナー

-----------------------------------*/

#banner{
	width: 100%;
	max-width: 1240px;
	margin: 2% auto;	
}

#banner ul {
    list-style: none;
}

#banner a {
    display: block;
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #efefef;
}

@media screen and (max-width: 640px) {
#banner{
	margin: 5% auto;	
}
}

/*-----------------------------------

	開催概要

-----------------------------------*/

#outline {
    margin-top: -5%;
    padding-top: 5%;
}
#outline table {
	width: 90%;
	margin: 30px auto 0;
	font-size: 16px;
	font-size: 1.6em;
	line-height: 180%;
}
#outline table th {
	text-align: right;
	padding: 0 25px 10px 00;
	vertical-align: top;
}
#outline table td {
	padding: 0 0 10px 0;
}
#outline p {
    width: 90%;
    margin: 2% auto 0;
    color: #ff0000;
    line-height: 150%;
    font-size: 16px;
    font-size: 1.6em;
}
#outline p span{
    border-bottom: solid 2px #ff0000;
    width: 100%;
    display: inline-block;
    margin-bottom: 1%;
    padding-bottom: 1%;
}
@media screen and (max-width: 640px) {

	#outline table {
		width: 100%;
		font-size: 16px;
	}
	#outline table th {
		display: block;
		width: 100%;
		padding: 5px 0;
		font-weight: bold;
		text-align: center;
		border-bottom: 1px dotted #333;
	}
	#outline table td {
		display: block;
		padding: 10px 15px;
	}
}

/*-----------------------------------

	チケット

-----------------------------------*/
#ticket {
    margin-top: -5%;
    padding-top: 5%;
}
#ticket .intro_text {
    text-align: center;
    font-size: 18px;
    font-size: 1.8em;
    line-height: 180%;
    margin-bottom: 5%;
}

#ticket .orange_text {
    color: #ef8200;
}

#ticket h3 {
	display: block;
    width: 90%;
    font-size: 18px;
    font-size: 1.8em;
    margin: 0 auto;
    padding-bottom: 2%;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px dotted #333;
}

#ticket .ticket_price_box {
    margin: 5% 0;
}

#ticket .ticket_price_box table, #ticket .line_ticket_box table {
    width: 290px;
    margin: 30px auto 0;
}

#ticket .d_ticket_box {
    display: block;
    margin-bottom: 50px;
    text-align: center;
    background: #fef7f0;
    padding: 15px 20px;
}

#ticket .d_ticket_box .orange_text, #ticket .ticket_box .orange_text {
    font-size: 18px;
    font-size: 1.8em;
    margin: 15px 0;
    line-height: 160%;
    font-weight: 400;
}

#ticket .d_ticket_box .detail_text, #ticket .ticket_box .detail_text {
    font-size: 13px;
    font-size: 1.3em;
    text-align: center;
    line-height: 180%;
}

#ticket .ticket_price_box table th, #ticket .line_ticket_box table th {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
}

#ticket .ticket_price_box table td, #ticket .line_ticket_box table td {
    text-align: right;
    font-size: 28px;
    font-weight: 400;
    padding-bottom: 15px;
}

#ticket table td span {
    font-size: 14px;
}

.ticket-button{
  text-align: center;
  margin: 3% 0 10% 0;
}

/*-----------------------------------

	出展社

-----------------------------------*/

#exhibition {
  background:rgba(125,192,98,0.8);
	padding: 2% 0;
		font-size: 15px;
    font-size: 1.5em;
}

#exhibition h2{
margin-top: 0 !important;
}

#exhibition .exhibition_pet{
margin-top: 5% !important;
}

.exhibition_inner{
	width: 800px;
	background-color: #fff;
	padding: 3% 2% 4% 2%;
	margin: 5% auto;
    border-radius: 30px;
}

#exhibition .list{

	text-align: left;
	line-height: 2;
}
#exhibition .list_box{
	display: block;
	width: 100%;
	box-sizing:border-box;
}
#exhibition table.list {
	width: 100%;
	table-layout: fixed;
}
#exhibition table.list th {
	width: 50%;
	padding: 0 1%;
	box-sizing:border-box;
	font-weight: normal;
}
#exhibition a {
	color: #000;
}
#exhibition a:hover {
	color:#ef8200;
	text-decoration:solid;
}
#exhibition li {
	display: block;
}

@media screen and (max-width: 640px) {

.exhibition_inner{
	width: 90%;
	background-color: #fff;
	padding: 3% 2% 4% 2%;
	margin: 5% auto;
    border-radius: 30px;
}

#exhibition table.list th {
    width: 100%;
    display: block;
    padding: 2% 0;
    text-align: center;
}
}

.cars .data {
  display: none;
}

.cars a .name {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

.cars a .name span {
  height: 2em;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
}

.cars a .maker {
  display: block;
  font-size: 86%;
  color: gray;
  border-top: 1px dotted silver;
  padding-top: 5px;
}

.cars .image {
  text-align: center;
  display: block;
}

.cars .image:before {
  content: '';
  height: 167px;
  display: inline-block;
  vertical-align: middle;
}

.cars .image img {
  max-height: 167px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

#car {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#car img {
  vertical-align: top;
  width: 100%;
}

#car .zoom {
  position: relative;
  width: 100%;
  /*padding-right: 10px;*/
  float: left;
}

#car .zoom img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

#car .zoom img.selected {
  position: relative;
  opacity: 1;
}

#car .thumb {
  overflow: hidden;
  margin-bottom: 20px;
}

#car .thumb span {
  /*height: 67px;*/
  float: left;
  box-sizing: border-box;
  margin: 5px 5px 5px 0;
  padding: 5px;
  border: 1px solid silver;
}

#car .thumb img {
  width: 70px;
  height: auto;
}

#car .thumb, #car .info {
  width: 100%;
  float: left;
}

#car h2 {
  /*position: absolute;*/
  line-height: 1.5;
  background: #00b5eb;
  color: white;
  /*z-index: 10;*/
  /*bottom: 0;*/
  width: 100%;
  text-indent: 1em;
  font-weight: bold;
  margin: 0 0 1% 0;
  padding: 26px 0 18px 0;
}

#car .info {
  line-height: 1.3;
  padding: 0;
  font-size: 15px;
  background: none;
}

#car .info strong {
  font-size: 110%;
  display: block;
  padding: 0.2em;
  line-height: 1;
  margin: 1em 0 -0.5em 0;
}

#exhibition .car_box {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 30px auto;
}
#exhibition .car_box p{
	margin: 10px 0;
}
#exhibition table.cars {
    width: 100%;
    table-layout: fixed;
    max-width: 900px;
    border-collapse: separate;
    border-spacing: 4px 4px;
}
#exhibition table.cars td { 
  width: 25%;
  padding: 5px 5px 10px 5px;
  line-height: 1.1;
  vertical-align: top;
  border: 1px solid silver;
  box-sizing: border-box; }

#exhibition .intro_box {
    padding: 3%;
    border-bottom: 1px dotted #999;
}

#exhibition .intro_box .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
}

#exhibition .row .img_box {
    width: 170px;
    margin-right: 20px;
}

#exhibition .row{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

#exhibition.intro_box .no_row_text {
    margin-top: 20px;
}

#exhibition .row .text_box {
    width: -webkit-calc(100% - 190px);
    width: calc(100% - 190px);
    line-height: 160%;
}

#exhibition .row .head {
    font-size: 16px;
    margin: 0 0 2% 0;
}

#exhibition .row .text {
    margin: 0;
}


@media screen and (max-width: 640px) {

#exhibition table, tbody, tr, th, td {
    display: block;
}
#exhibition table.cars td {
    width: 100%;
    padding: 15px 15px 20px 15px;
}
#exhibition .intro_box {
    padding-bottom: 10%;
    border-bottom: 1px dotted #999;
}
#exhibition .intro_box .row {
    display: block;
}
#exhibition .row .img_box {
    width: 100%;
    text-align: center;
}
#exhibition .row .head {
    margin: 2% 0 2% 0;
}
#exhibition .row .text_box {
    width: 100%;
}

}

/*-----------------------------------

	アクセス

-----------------------------------*/
#access {
    margin-top: -5%;
    padding-top: 5%;
}
#access a{
	font-size: 18px;
	font-size: 1.8em;
	line-height: 150%;

}
#access p{
      text-align: center;
	font-size: 13px;
	font-size: 1.3em;
	line-height: 150%;
	margin-bottom: 5%;
}
.address {
      text-align: center;
	margin-bottom: 2%;
}
.parking{
	text-align: center;
	margin-bottom: 2%;
}
#access img{
	width: 90%;
	display: block;
	margin: 0 auto;
}


@media screen and (max-width: 640px) {

}

/*-----------------------------------

	「来場登録」のお願い

-----------------------------------*/
#register  {
    margin-top: -5%;
    padding-top: 5%;
}
.register-button{
  text-align: center;
  margin: 3% 0 5% 0;
}

#register p{
	width: 90%;
	font-size: 13px;
	font-size: 1.3em;
	line-height: 150%;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {

}

/*-----------------------------------

	新型コロナウイルス感染防止対策について

-----------------------------------*/
#measures {
    margin-top: -5%;
    padding-top: 5%;
}

#measures .measures_content {
	width: 90%;
	margin: 3% auto;
	font-size: 13px;
	font-size: 1.3em;
	line-height: 180%;
}

#measures p{
	margin: 3% auto;
	display: block;
	word-break: break-all;

}

#measures .mark-list {
  list-style: "○";
}

#measures ul {
margin: 0;
padding: 0;
}

#measures li{
	margin-left: 1.5em;
	padding: 0;
}

@media screen and (max-width: 640px) {

}

/*-----------------------------------

	ペット同伴入場のお約束

-----------------------------------*/
#pet {
    margin-top: -5%;
    padding-top: 5%;
}
#pet .pet_content {
	width: 90%;
	margin: 3% auto;
}

#pet p{
font-size: 13px;
    font-size: 1.3em;
    line-height: 180%;
  }
#pet ul{
	font-size: 13px;
	font-size: 1.3em;
	line-height: 180%;
	margin: 0;
	padding: 0;
}
#pet li{
	margin-left: 1.5em;
	padding: 0;
}


#pet .mark-list {
  list-style: "○";
}

@media screen and (max-width: 640px) {
}


/*----------------------------------------

   footer

----------------------------------------*/
footer
{
	text-align: center;
	margin: 8% auto 10% auto;
}
footer p{
	font-size: 13px;
	line-height: 180%;
}
footer p span{
	font-size: 21px;
	line-height: 180%;
}
footer strong{
	font-size: 18px;
	line-height: 180%;
}
footer #ft_logo {
	display: block;
}
@media screen and (max-width: 600px) {
	
}


/*----------------------------------------

    pagetop

----------------------------------------*/
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 0px;
}
@media screen and (max-width: 840px){
#pagetop {
  right: 5px;
  bottom: 0px;
}
#pagetop img{
  width: 60%;
}

