@charset "utf-8";
@media screen and (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
  .smp-only {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.1rem;
  }
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .footer_container {
    width: 100%;
    margin: 0 auto;
  }
  .bgw, .bgw2, .bgr {
    background-size: cover;
  }
  /*--------------------------------------
 * contents
 * ---------------------------------------*/
  .container {
    padding: 3rem 1rem;
  }
  .inner {
    margin-top: 2.5rem;
  }
  h2.heading {
    font-size: 3rem;
    margin-top: 1rem;
  }
  h3.heading {
    font-size: 1.6rem;
  }
  .heading2 {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .ttl {
    font-size: 1.3rem;
  }
  .ttl_ti {
    font-size: 1.3rem;
  }
  .text_box {
    font-size: 0.9rem;
    margin-top: 1.5rem;
  }
  .btn-link {
    font-size: 1.1rem;
  }
  .btn-link a {
    width: 90%;
  }
  /*--------------------------------------
 * HEADER
 * ---------------------------------------*/
  .trigger {
    width: 60px;
    height: 60px;
  }
  .menu-trigger {
    width: 40px;
    height: 40px;
    margin: 10px 10px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 4px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 18px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 32px;
  }
  .menu-trigger.active {
    height: 40px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
    left: 0;
    top: 9px;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(-90deg);
    transform: translateY(-8px) rotate(-45deg);
    top: 25px;
  }
  .smp-nav-list {
    width: 100%;
  }
  .smp-nav-list.active ul {
    font-size: 1.6rem;
    margin: 2rem auto 0;
    display: block;
    width: 100%;
  }
  .smp-nav-list ul li a {
    text-align: center;
    padding-left: 0;
    font-size: 2rem;
  }
  header .sns li {
    margin: 0 0.5rem;
  }
  .smp-nav-list ul .nav_sns li:first-of-type {
    padding: 0;
  }
  /*--------------------------------------
 * SNS
 * ---------------------------------------*/
  .top-sns a {
    font-size: 2rem;
    transition: .2s;
  }
  .top-sns a:hover {
    opacity: 1;
    color: #ff4343;
  }
  /*--------------------------------------
 * NEWS
 * ---------------------------------------*/
  #news .news_lists li {
    display: block;
  }
  #news .news-data {
    width: auto;
    display: inline-block;
    font-size: 1.5rem;
  }
  #news .news-title {
    width: 100%;
    display: block;
    font-size: 1.1rem;
    margin-top: 0.5rem;
  }
  /*--------------------------------------
 * about
 * ---------------------------------------*/
  .lists {
    margin-top: 2rem;
  }
  .lists .ttl {
    margin-top: 3rem;
    margin-bottom: 0;
  }
  .lists dl {}
  .lists dl:last-child {
    margin-bottom: 0;
    border: none;
  }
  .lists dl dt {
    margin-top: 3rem;
  }
  .lists dl dd {
    font-size: 1.5rem;
  }
	
	.col2 dl {
    width: 100%;
    margin-bottom: .8rem;
}
	
	
  .col2 {
    display: block;
    padding: 0 1.5rem;
    margin-top: 2rem;
  }
  .col2 dl dt {
    font-size: 1.3rem;
    margin-top: 2rem;
    margin-bottom: 10px;
  }
  .col2 dl dd {
    font-size: 1rem;
  }
	
	#ticket .fin{
font-size: 1rem;
	
}
	
  /*--------------------------------------
 * goods
 * ---------------------------------------*/
  #goods .ttl {
    text-align: left;
  }
  #goods .goods_lists {
    display: block;
  }
  #goods .goods_lists li {
    width: 100%;
  }
  #goods .goods_list.w100 .thum img {
    width: 100%;
  }
  #goods .goods_list.w100 .goods_ttl {
    text-align: left;
  }
  #goods .goods_list.w100 .detail {
    text-align: left;
  }
  #goods .goods_list .thum {
    text-align: center;
  }
  #goods .goods_list .thum img {
    width: 80%;
  }
  #goods .ate {
    text-align: left;
  }
  /*--------------------------------------
 * notice
 * ---------------------------------------*/
  #notice .inner {
    padding: 1rem;
  }
  #notice h2.heading {
    margin-top: 1rem;
  }
  /*--------------------------------------
 * access
 * ---------------------------------------*/
  #access .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 350px;
    position: relative;
    margin-top: 3rem;
  }
  /*--------------------------------------
 * form
 * ---------------------------------------*/
  #form .inner.w960 {
    text-align: left;
  }
}
/*--------------------------------------
 * max-width: 480px
 * ---------------------------------------*/
@media screen and (max-width: 480px) {}