@charset "UTF-8";
/* CSS Document */
section.kanagawa_fair_area .top {
  position: relative;
}
section.kanagawa_fair_area .btn_top {
  position: absolute;
  bottom: 2%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
section.kanagawa_fair_area .btn_top img {
  width: auto;
}
.left {
  text-align: left;
}
/* common
------------------------------*/
.kanagawa_fair .bg_solterra_lineup {
  background: url("../images/bg.png");
  padding-top: 100px;
  padding-bottom: 80px;
  background-size: cover;
}
.btn-easter {
  left: 50%;
  bottom: 40px;
  margin-left: -284px;
  position: absolute;
}
.relative {
  position: relative
}
/*bg_shijyo
------------------------------*/
.kanagawa_fair .bg_shijyo {
  background: url("../images/bg_shijoyoyaku.png");
  padding-top: 100px;
  padding-bottom: 80px;
  background-size: cover;
}
.kanagawa_fair .caravan{
	border: solid 1px #fff;
	background: rgba(0,0,0,0.3);
	color: #fff;
	padding: 2rem;
	margin-bottom: 1.5rem;
}

.kanagawa_fair .caravan h2{
	color: #fff;
	font-size: 21px;
	margin-bottom: 1.5rem;
}

.kanagawa_fair .caravan a{
	color: #fff;
	display: inline-block;
	margin-right: 2rem;
}
.kanagawa_fair .caravan p{
	text-align: center;
}



/*table
------------------------------*/
.shijo table thead {
  background-color: #75891c;
}
.shijo table thead th {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  text-align: center;
}
.shijo table th, .shijo table td {
  vertical-align: middle;
  color: #000;
  padding: 6px 14px;
  border-right: 1px solid #000;
  text-align: center;
}
.shijo table th {
  font-size: 20px;
  color: #fff;
}
.shijo p.lead {
  font-size: 1.2rem;
}
.shijo table {
  margin-bottom: 10px;
  border: 1px solid #000;
}
.shijo table td a {
  color: #000;
  text-decoration: underline;
}
.shijo table td:nth-child(5) img {
  margin-right: 10px;
}
.shijo table .text-left {
  text-align: left;
}
.color_white {
  color: #fff;
}
.underline {
  text-decoration: underline;
  padding-bottom: 0.3em;
}
@media (max-width: 1170px) {}
/* タブレット
------------------------------*/
@media (max-width: 767px) {
  section.kanagawa_fair_area .btn_top {
    width: 80vw;
    left: 0;
    right: 0;
  }
  .kanagawa_fair .bg_solterra_lineup {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  section.kanagawa_fair_area .bg_lineup img.w_auto {
    width: auto;
  }
.kanagawa_fair .caravan{
	padding: 1rem;
	margin-bottom: 1rem;
}

.kanagawa_fair .caravan h2{
	color: #fff;
	font-size: 18px;
	margin-bottom: 1rem;
	line-height: 1.4;
}

.kanagawa_fair .caravan a{
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-right: 0.5rem;
}
	
.kanagawa_fair .caravan small{
	font-size: 11px;
}
	
} /*max-width: 767px*/
@media screen and (max-width: 480px) {
  .shijo table th {
    font-size: 10px;
    color: #fff;
  }
  .shijo table thead th, table tr th, table tr td, table tbody tr td {
    font-size: 10px;
  }
  .shijo table td:nth-child(5) img {
    margin-right: 4px;
    width: 13px;
    height: auto;
  }
  .shijo table th, .shijo table td {
    padding: 2px 2px;
  }
  .shijo table td:nth-child(1) {
    width: 4em;
  }
  .shijo table td:nth-child(2) {
    width: 5em;
  }
  .shijo table td:nth-child(4) {
    width: 11em;
  }
  .sp-small {
    font-size: 10px;
  }
  .kanagawa_fair .bg_shijyo {
    background: url("../images/bg_shijoyoyaku_sp.png");
    padding-top: 20px;
    padding-bottom: 10px;
    background-size: cover;
  }
  .kanagawa_fair .bg_solterra_lineup {
    padding-top: 20px;
  }
  .kanagawa_fair .bg_solterra_lineup {
    padding-bottom: 1px;
  }
} /*max-width: 480px*/


