@charset "UTF-8";

html{
  font-size: 62.5%;
}
body{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  color: #000;
  background: #FFFEF7;
  line-height: 1.5;
  letter-spacing: .05rem;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 700;
}
.serif{
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
::selection{
  background: #fede01;
  color: #1a1310;
}
a{
  color: #1a1310;
  text-decoration: underline;
}
a:active, a:hover{
  color: #257731;
  text-decoration: none;
  transition: all ease .3s;
}
img{
  max-width: 100%;
  height: auto;
  pointer-events: none;
  image-rendering: -webkit-optimize-contrast;
}
button:focus{
  outline: none;
}
.container{
  max-width: 1110px;
}

@media screen and (min-width: 992px) {
  body{
    font-size: 1.6em;
  }
}


/* -------- 見出し共通 -------- */
.head{
  font-size: 2.8rem;
  color: #257731;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .head{
    font-size: 3.6rem;
    margin-bottom: 6rem;
  }
}

/* ---------- banner ---------- */
.banner{
  padding: 4rem 0 0;
}
.banner__wrap a{
  display: block;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .banner{
    padding: 12rem 0 0;
  }
  .banner__wrap{
    height: 150px;
    margin-bottom: 0;
    padding: 0 8px;
  }
}

/* ---------- news ---------- */
.news dl{
  border-bottom: 1px solid #1a1310;
}
.news dl:first-of-type{
  border-top: 1px solid #1a1310;
  padding-top: 2rem;
}
@media screen and (min-width: 992px) {
  .news h2{
    margin-bottom: 1.5rem;
  }
}

/*------ link btn ------*/
.outline__btn{
  margin: 3rem auto 6rem;
}
.outline__btn .btn{
  background: url(../img/btn01.png) no-repeat center center;
  background-size: contain;
  height: 120px;
  line-height: 110px;
}
.guide__btn{
  margin: 1rem auto 3rem;
}
.guide__btn .btn{
  background: url(../img/btn02.png) no-repeat center center;
  background-size: contain;
  height: 120px;
  line-height: 110px;
}
.goods__btn{
  margin: 1rem auto 6rem;
}
.goods__btn .btn{
  background: url(../img/btn03.png) no-repeat center center;
  background-size: contain;
  height: 85px;
  line-height: 75px;
}
.btn{
  display: inline-block;
  font-size: 2rem;
  width: 80%;
  text-align: center;
  position: relative;
}
.arrow{
  width: 24px;
  margin-left: 5px;
  transition: all ease .3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.link__txt{
  font-weight: 300;
  font-size: 1.3rem;
  margin-top: .5rem;
}
@media screen and (min-width: 992px) {
  .outline__btn{
    margin: 5rem auto 10rem;
  }
  .guide__btn{
    margin: 4rem auto 2rem;
  }
  .goods__btn{
    margin: 1rem auto 1rem;
  }
  .btn{
    width: 280px;
  }
  .btn:hover .arrow{
    transform: translate(5px, -50%);
    transition: all ease .3s;
  }
}

/*------ outline ------*/
.outline{
  padding: 4rem 0;
}
.outline__bg{
  background: url(../img/bg-gray-sp.jpg) no-repeat center center;
  background-color:rgba(255,255,255,0.3);
  background-blend-mode:lighten;
  background-size: cover;
  border-radius: 40px;
  font-size: 1.5rem;
  line-height: 1.7;
  padding: 4rem 3rem 3rem;
}
@media screen and (min-width: 992px) {
  .outline{
    padding: 12rem 0 0;
  }
  .outline__bg{
    border-radius: 60px;
    font-size: 1.7rem;
    line-height: 1.9;
    padding: 6rem 6.5rem 5rem;
  }
}

.outline__border{
  border-top: 2px solid #257731;
  padding: 2rem 0;
}
.outline__border--bottom{
  border-bottom: 2px solid #257731;
}
@media screen and (min-width: 992px) {
  .outline__border{
    padding: 4rem 1rem;
  }
  .outline__border--right{
    border-right: 2px solid #257731;
    padding-right: 2rem;
  }
}

dl{
  padding: 1.5rem 0;
  margin: 0;
}
.outline dl dt{
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  color: #257731;
  font-size: 1.6rem;
  margin-bottom: .8rem;
}
dl dd{
  margin: 0;
}
.outline ul{
  list-style-type: none;
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  dl{
    padding: 2rem 0;
  }
  dl:first-of-type{
    padding-top: 0;
  }
  .outline dl dt{
    font-size: 1.8rem;
    margin-bottom: .8rem;
  }
  .outline__bottom dl dt{
    display: inline-block;
    width: 12%;
    vertical-align: top;
  }
  .outline__bottom dl dd{
    display: inline-block;
    width: 88%;
    vertical-align: top;
  }
}

.map__bg{
  width: 100%;
  margin: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .map__bg{
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .map__bg{
    width: 100%;
  }
}
.ticket__table {
  width: 75%;
  border-top: 1px solid #1a1310;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.ticket__table th {
  padding: 1.5rem 0;
  text-align: left;
  border-bottom: 1px solid #1a1310;
}
.ticket__table td {
  font-size: 2rem;
  text-align: end;
  padding: 1.5rem 0;
  border-bottom: 1px solid #1a1310;
}

.ticket__table-cap {
  font-size: 1.3rem;
}
.f-green{
  color: #257731;
}
@media screen and (min-width: 768px) {
  .ticket__table{
    width: 45%;
  }
}
@media screen and (min-width: 992px) {
  .ticket__table{
    width: 70%;
  }
  .ticket__bg{
    padding: 4rem 4rem 2.5rem;
    margin-top: 4rem;
  }
  .ticket__wrap{
    padding: 2.5rem 1rem 1rem;
  }
  .ticket__wrap ul li{
    font-size: 2rem;
    display: inline-block;
    margin-left: 2.5rem;
  }
  .ticket__table-cap {
    font-size: 1.55rem;
  }
}

/*------ guide ------*/
.guide{
  padding: 4rem 0;
}
.guide__border{
  border-bottom: 6px solid #fede01;
}
.guide__lead{
  font-size: 1.8rem;
}
.guide__info{
  border: 2px solid #257731;
  border-radius: 40px;
  padding: 3.2rem 2.8rem 2.5rem;
  margin: 1rem 0 6rem;
}
.guide__info h3{
  font-size: 2rem;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 1.5rem;
}
.guide__info p{
  font-size: 1.6rem;
}
.guide__price{
  font-size: 1.9rem;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .guide{
    padding: 12rem 0 0;
  }
  .guide__border{
    padding-bottom: 8rem;
  }
  .guide__lead{
    font-size: 2rem;
  }
  .guide__info{
    margin: 6rem 0;
  }
}

/*------ goods ------*/
.goods{
  padding: 4rem 0;
}
.goods__border{
  border-bottom: 6px solid #fede01;
}
.goods__txt{
  font-size: 1.7rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .goods{
    padding: 12rem 0 0;
  }
  .goods__border{
    padding-bottom: 8rem;
  }
}
/*------ to top ------*/
.to-top a{
  position: fixed;
  right: 5px;
  bottom: 55px;
  display: block;
  width: 80px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .to-top a{
    right: 5%;
    width: 115px;
  }
}

/*------ footer ------*/
.footer__title{
  margin-bottom: 3rem;
}
.footer__bottom{
  background: #5D5C57;
  color: #fff;
  padding: 3rem 0 2rem;
}
@media screen and (min-width: 992px) {
  .footer__title{
    margin: 12rem 0 8rem;
  }
  .footer__venue{
    margin: 12rem 0 8rem;
  }
  .footer__bottom{
    padding: 6rem 0 3rem;
  }
}



