@charset "utf-8";

/* 共通のスタイル */



#sec00{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
  margin: 0 0 5rem 0;
}

#sec01 h2{
  font-family: "Kiwi Maru", serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
}
#sec01 p{
  text-align: left;
  line-height: 1.4;
}
#sec01 p.tit{
  text-align: center;
  margin: 3rem 0 3rem 0;
}
#sec01 p.txt{
  margin: 0 0 2rem 0;
}


div#ticket2{
  position: static;
  z-index: 100;
  bottom: 7rem;
  right: 5rem;
  text-align: center;
}
div#ticket2 a{
  display: inline-block;
  margin: 0 10px 30px 10px;
  padding: 15px 16px 17px 20px;
  text-decoration: none;
  text-shadow: 0 0 10px #fff;
  color: #fff;
  background-color: #2d8b7a;
  border-radius: 10px;
  box-shadow: 0 0 30px #fff;
}
div#ticket2 a:hover{
  background-color: #440000;
}



.font-size_80{
  font-size: 1.2rem;
}



/* ########### 599px以下 ########### */
@media (max-width: 599px) {




  .sp-no{display: none;}

}




/* ########### 600px以上～768px以下 ########### */
@media (min-width: 600px) and (max-width: 768px) {

  .pc-no{display: none;}

}



/* ########### 769px以上 ########### */
@media (min-width: 769px) {

  .pc-no{display: none;}

}



/* ########### 1000px以上 ########### */
@media (min-width: 1000px) {

  .pc-no{display: none;}

}







