@charset "UTF-8";
/* CSS Document */


/*-----------
introduction
-----------*/

#introduction h2{
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 35px;
}

#introduction .txt_catch{
  width: 760px;
  font-size: 24px;
  text-align: center;
  margin: 0 auto 20px;
  font-weight: bold;
}

#introduction .txt_read{
  width: 760px;
  margin: 0 auto 35px;
}

#introduction .race_info{
  background: #a9892f;
  padding: 25px 60px 20px;
  margin:0 auto 50px;
  width: 760px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  color: #fff;
}

#introduction .race_info dl{
  width: 100%;
}

#introduction .race_info dl dt{
  clear: both;
  width: 100px;
  float: left;
  font-weight: bold;
  padding-right: 10px;
  box-sizing: border-box;
}

#introduction .race_info dl dd{
  padding: 0 0 5px 100px;
  box-sizing: border-box;
}

#introduction .race_info dl dd ul li{
  padding-left: 1.3em;
  text-indent: -1.3em;
}

p .name_writer{
  display: block;
  text-align: right;
  font-size: 14px;
}

/* ---- slider ---- */

#introduction .slider{
  margin-bottom: 60px;
}

#introduction .slider li{
  width: 500px;
  margin: 0 10px;
  font-size: 14px;
  line-height: 1.5;
}

#introduction .slider li img{
  width: 100%;
  margin-bottom: 10px;
}

#introduction .slider .slick-arrow{
  width: 35px;
  height: 45px;
  position: absolute;
  top: 40%;
  z-index: 9999;
  text-indent: -9999px;
  overflow: hidden;
}

#introduction .slider .slick-prev{
  background: url("../../../common/js/slick/slick_prev.png") no-repeat left top;
  background-size: 35px auto;
  left: -35px;
  margin-top: -22px;
}

#introduction .slider .slick-next{
  background: url("../../../common/js/slick/slick_next.png") no-repeat left top;
  background-size: 35px auto;
  right: -35px;
  margin-top: -22px;
}

#introduction .slider .slick-dots{
    position: relative;
    height: 12px;
    padding: 40px 0 0;
}

#introduction .slider .slick-dots li{
    width: 12px;
    height: 12px;
    margin: 0 8px;
}

#introduction .slider .slick-dots li button{
    width: 12px;
    height: 12px;
}

#introduction .slider .slick-dots li button:before{
    font-size: 12px;
    line-height: 12px;
}

#introduction .slider .slick-dots li.slick-active button:before{
    color: #a9892f;
    opacity: 1;
}



/* ---- rotation ---- */

#introduction #rotation{
  border-top: 8px solid #a9892f;
  padding: 50px 0 60px;
}

#introduction #rotation .system_desc {
  width: 804px;
  margin: 0 auto;
}

#introduction #rotation .system_desc img {
  width: 100%;
}

#introduction #rotation .system_dia {
  width: 525px;
  margin: 40px auto 0;
}

#introduction #rotation .system_dia img {
  width: 100%;
  height: auto;
}



/* ---- history ---- */

#introduction #history{
  border-top: 8px solid #a9892f;
  padding: 50px 0 40px;
}

#introduction #history p{
  padding: 0 40px 20px;
}




/* ---- course ---- */

#introduction #course{
  border-top: 8px solid #a9892f;
  padding: 50px 0 40px;
}

#introduction #course h3{
  text-align: center;
  font-size: 18px;
  padding-bottom: 20px;
}

#introduction #course p{
  padding: 0 40px 20px;
}

#introduction #course p{
  padding: 0 40px 20px;
}

#introduction #course .course_img{
  margin: 0 auto 30px;
  width: 600px;
}

#introduction #course .course_img img{
  width: 100%;
}




/* ---- record ---- */

#introduction #record{
  border-top: 8px solid #a9892f;
  padding: 50px 0 40px;
}

#introduction #record ul.record_list{
  display: flex;
  flex-wrap: wrap;
}

#introduction #record ul.record_list > li{
  width: 480px;
  margin:0 40px 40px 0;
}

#introduction #record ul.record_list li:nth-child(even){
  margin-right: 0;
}

#introduction #record ul.record_list li h3{
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
}

#introduction #record ul.record_list li .record_detail{
  background: #a9892f url("../img/ink_bg.png") no-repeat left top;
  background-size: 100% auto;
  padding: 15px;
}

#introduction #record ul.record_list li .record_detail  .record_detail_race{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

#introduction #record ul.record_list li .record_detail  .record_detail_race img{
  width: 150px;
  padding-right: 15px;
}

#introduction #record ul.record_list li .record_detail  .record_detail_race p{
  width: 285px;
  color: #fff;
  line-height: 1.6;
  padding-bottom: 7px;
}

#introduction #record ul.record_list li .record_detail  .record_detail_race p span{
  font-size: 23px;
  font-weight: bold;
}

#introduction #record ul.record_list li .record_detail  table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background: #fff;
  margin-bottom: 10px;
}

#introduction #record ul.record_list li .record_detail  table tr:nth-child(odd) {
  background: #ebebeb;
}

#introduction #record ul.record_list li .record_detail  table td {
  padding: 7px 5px 9px;
  text-align: center;
}

#introduction #record ul.record_list li .record_detail  table td:first-child {
  width: 15%;
}

#introduction #record ul.record_list li .record_detail  table td:nth-child(2)  {
  text-align: left;
  width: 45%;
}

#introduction #record ul.record_list li .record_detail  table td:nth-child(3)  {
  width: 20%;
}

#introduction #record ul.record_list li .record_detail  table td:nth-child(4)  {
  width: 20%;
}

#introduction #record ul.record_list li .record_detail ul {   
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#introduction #record ul.record_list li .record_detail ul li {
  width: 32%;
  margin-right: 2%;
}

#introduction #record ul.record_list li .record_detail ul li:last-child {
  margin-right: 0;
}

#introduction #record ul.record_list li .record_detail ul li a {
  display: block;
  width: 100%;
  text-align: center;
  background: #000 url("../../../common/img/icon_link_blank_white_s.png") no-repeat right 7px center;
  background-size: 15px auto;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  padding: 13px 7px 14px 0;
  box-sizing: border-box;
  line-height: 20px;
}


/* ---- access ---- */

#introduction #access{
  border-top: 8px solid #a9892f;
  border-bottom: 8px solid #a9892f;
  padding: 50px 0 40px;
}

#introduction #access .access_txt{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#introduction #access .access_txt dl{
  width: 50%;
  padding: 0 30px;
  box-sizing: border-box;
}

#introduction #access .access_txt dl dt{
  font-weight: bold;
  padding-bottom: 5px;
}

#introduction #access .access_txt dl dd{
  padding-bottom: 35px;
}

#introduction #access .access_txt dl dd a {
  text-decoration: underline;
}





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


#introduction h2{
  font-size: 24px;
  padding-bottom: 7%;
}

#introduction .txt_catch{
  width: 100%;
  font-size: 22px;
  margin: 0 auto 3%;
  line-height: 1.5;
}

#introduction .txt_read{
  width: 100%;
  margin: 0 auto 4%;
}

#introduction .race_info{
  width: 100%;
  display: block;
  padding: 18px 15px 15px 20px;
  margin-bottom: 10%;
}

#introduction .race_info dl{
  width: 100%;
}

#introduction .race_info dl dt {
    width: 75px;
    padding: 0;
}

#introduction .race_info dl dd {
    padding: 0 0 5px 75px;
}

p .name_writer{
  font-size: 13px;
}



/* ---- slider ---- */

#introduction .slider{
  margin: 0 -4% 10%;
}

#introduction .slider li{
  width: 290px;
  margin: 0 10px;
}

#introduction .slider .slick-arrow{
  top: 35%;
}

#introduction .slider .slick-prev{
  background: url("../../../common/js/slick/slick_prev.png") no-repeat left top;
  background-size: 35px auto;
  left: 2%;
  margin-top: -22px;
}

#introduction .slider .slick-next{
  background: url("../../../common/js/slick/slick_next.png") no-repeat left top;
  background-size: 35px auto;
  right: 2%;
  margin-top: -22px;
}

#introduction .slider .slick-dots{
    padding: 25px 0 0;
}



/* ---- rotation ---- */

#introduction #rotation{
  padding: 10% 0 10%;
  border-top: 6px solid #a9892f;
}

#introduction #rotation .system_desc {
  width: 100%;
}

#introduction #rotation .system_dia {
  width: 100%;
}



/* ---- history ---- */

#introduction #history{
  padding: 10% 0 6%;
  border-top: 6px solid #a9892f;
}

#introduction #history p{
  padding: 0 0 20px;
}




/* ---- course ---- */

#introduction #course{
  padding: 10% 0 6%;
  border-top: 6px solid #a9892f;
}

#introduction #course h3{
  font-size: 17px;
  padding-bottom: 10px;
}

#introduction #course p{
  padding: 0 0 20px;
}

#introduction #course .course_img{
  width: 100%;
}



/* ---- record ---- */

#introduction #record{
  padding: 10% 0 8%;
  border-top: 6px solid #a9892f;
}

#introduction #record ul.record_list{
  display: block;
}

#introduction #record ul.record_list > li{
  width: 100%;
  margin:0 0 5%;
}

#introduction #record ul.record_list li .record_detail{
  padding: 11px;
}

#introduction #record ul.record_list li .record_detail  .record_detail_race img{
  width: 40%;
  padding-right: 12px;
  box-sizing: border-box;
}

#introduction #record ul.record_list li .record_detail  .record_detail_race p{
  width: 60%;
  padding-bottom: 0;
}

#introduction #record ul.record_list li .record_detail  .record_detail_race p span{
  font-size: 18px;
}

#introduction #record ul.record_list li .record_detail ul li a {
  background: #000 url(../../../common/img/icon_link_blank_white_s.png) no-repeat right 4px center;
  background-size: 11px auto;
  font-size: 14px;
  padding: 10px 7px 10px 0;
  line-height: 20px;
}





/* ---- access ---- */

#introduction #access{
  padding: 10% 0 0;
  border-top: 6px solid #a9892f;
  border-bottom: 6px solid #a9892f;
}

#introduction #access .access_txt{
  display: block;
  width: 100%;
}

#introduction #access .access_txt dl{
  width: 100%;
  padding: 0;
}

#introduction #access .access_txt dl dd{
  padding-bottom: 7%;
}



}

