@charset "UTF-8";
/**
 * *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-*
 *
 *  群馬県クレー射撃場
 *  2016.03.28
 *
 * *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-*
**/

.top-image {
  background: url(../img/top-image.jpg) center top / cover no-repeat;
  height: 530px;
}

h1 {
  position: relative;
  top: -490px;
  left: 50%;
  width: 355px;
  height: 650px;
  margin-left: -180px;
  margin-bottom: -590px;
  background-image: url(../img/top-title-n.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 768px){
  .top-image {
  background: url(../img/top-image.jpg) center top / cover no-repeat;
  height: auto;
  padding-top: 100%;
}
  h1 {
    position: relative;
    top: -250px;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 100%;
    margin-left: 0;
    margin-bottom: -250px;
    background-image: url(../img/top-title-n.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

.calendar {
  margin-top: 40px;
}

.calendar .schedule {
  float: left;
  width: 227px;
  background: url(../img/top-schedule.jpg) center top no-repeat;
  padding-top: 60px;
  text-align: center;
  margin-right: 28px;
}

.calendar .schedule p {
  text-align: left;
  margin-top: 15px;
  font-size: 14px;
}

@media screen and (max-width: 768px){
  .calendar .schedule {
    float: none;
    width: 100%;
    background: url(../img/top-schedule.jpg) center top no-repeat;
    background-size: contain;
    padding-top: 60px;
    text-align: center;
    margin-right: 28px;
    margin-bottom: 30px;
  }
}

.calendar .month {
  float: left;
  width: 375px;
  margin-right: 20px;
}

.calendar .today {
  float: left;
  width: 330px;
}

.calendar .month div,
.calendar .today div {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px){
  .calendar .month {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .calendar .month iframe{
    width: 100%;
  }

  .calendar .today {
    float: none;
    width: 100%;
  }
}

.top-bnr { margin-top: 30px; }
.top-bnr div { float: left; }
.top-bnr div:first-child { margin-right: 30px; }

@media screen and (max-width: 768px){
  .top-bnr div { float: none; }
  .top-bnr div:first-child { margin-right: 0;
    margin-bottom: 20px;
  }
  .top-bnr div img{ width: 100%; }
}

.info {
  margin-top: 55px;
  background: url(../img/bg1.jpg) center top / cover no-repeat;
  padding: 50px 0;
}

.info .cap { margin-bottom: 40px; }
.info .cap div { float: left; }
.info .cap div:first-child { margin-right: 10px; }
/* .info .cap div:nth-child(2) { margin-right: 4px; padding-top: 25px; }
.info .cap div:nth-child(3) { padding-top: 25px; } */
.info .df{
    margin-top: 15px;
  }

.info .map { border-bottom: 1px solid #4D839F;padding-bottom: 20px; }
.info .map img{ max-width: 100%; }

@media screen and (max-width: 768px){
  .info .cap div { float: none; }
  .info .cap div img{ max-width: 100%; }
  .info .df{
    display: flex;
    gap:10px;
    margin-top: 15px;
  }
  .info .cap div:nth-child(2) { margin-right: 0; padding-top: 0; }
.info .cap div:nth-child(3) { padding-top: 0; }
}

#slide {
  width: 980px;
  margin: 35px auto 0;
}

@media screen and (max-width: 768px){
  #slide {
    width: 100%;
    margin: 35px auto 0;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  #slide .slick-prev {
    background: url(../img/img-change-left.png) left top no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 110px;
    left: 0;
    width: 40px;
    height: 40px;
    z-index: 98;
}
  #slide .slick-next {
      background: url(../img/img-change-right.png) left top no-repeat;
      background-size: contain;
    display: block;
    position: absolute;
    top: 110px;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 99;
  }
  #slide .slick-slide img {
      width: 100%;
  }
}

.news {
  margin: 55px 0 100px;
}

.news .cap div:first-child { float: left; }
.news .cap div:last-child { float: right; padding-top: 5px; }

.news .news-list dl {
  margin-top: 10px;
  border-top: 1px solid #D9D9D9;
}

.news .news-list dl dt {
  width: 8em;
  float: left;
  clear: left;
  padding: 1em 0;
  color: #222;
}

.news .news-list dl dd {
  padding: 1em 0 1em 8em;
  border-bottom: 1px dotted #B3B3B3;
}
.news .news-list dl dd a { color: #555; }
.news .news-list dl dd a:hover { color: #999; }

@media screen and (max-width: 768px){
  .news .news-list dl dt {
  width: 8em;
  float: none;
  clear: none;
  padding: 1em 0 0 0;
  color: #222;
}
.news .news-list dl dd {
  padding: 1em 0 1em 0;
  border-bottom: 1px dotted #B3B3B3;
}
}

.top-price .top-price__title{
  margin-top: 40px;
  margin-bottom: 20px;
}
.top-price table{
  width: 100%;
}
.top-price table , td, th {
	border: 1px solid #ddd;
	border-collapse: collapse;
}
.top-price td, th {
	padding: 10px;
}
.top-price th {
	background: #fdfbf6;
  text-align: left;
  font-weight: normal;
}
.top-price .top-price__grey {
	background: #fafafa;
  padding: 20px;
  border: 1px solid #ddd;
  margin-top: 15px;
}

.top-price02{
  margin-top: 40px;
  margin-bottom: 40px;
}

.top-price02__flex{
  display: flex;
  gap:30px;
  margin-top: 20px;
}

.top-price02__flexBtn{
  width: calc((100% - 30px * 1) / 2);
}

.top-price02__flexBtn a{
  display: block;
  background: #2358a3;
  color:#fff;
  text-align: center;
  padding: 10px 10px;
  border-radius: 5px;
}

.top-price02__flexBtn a:hover{
  opacity: .7;
}

.top-price02__flexBtn a::after{
  content: url(../img/icon-pdf.png);
    padding-left: 10px;
}

.top-price02__text{
  margin-top: 20px;
}

@media screen and (max-width: 768px){
  .top-price02__flex{
    gap:15px;
    flex-wrap: wrap;
  }

  .top-price02__flexBtn{
    width: 100%;
  }
}

/* ---------------------------------------------------------------------------
//  main
--------------------------------------------------------------------------- */
