@charset "utf-8";
#rwd-content .rwd-component-mainImg {
    margin: 40px auto;
}
h3.hd-tab{
	width: 8em;
	font-size:1.8rem;
	font-weight:normal;
	color:#fff!important;
	text-align:center;
	display:block;
	background: #303030;
	border-radius: 8px;
	padding:.5em 0 .3em;
	margin: 28px auto 10px!important;
}
.event-data p{
	text-align: center;
}
img.img-date{
	width:80%!important;
	display: block;
	margin: 20px auto 15px;
}
p.lead-txt{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}
p.txt-time{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	padding-top: 25px;
}
p.note,
span.note{
	font-size: 1.5rem;
}
p.txt-place,
p.txt-price{
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom:3px;
}
p.text-item{
	font-size: 1.6rem;
}
.innnerLink_bg{
	margin-top:67px;
}
p.txt-place2{
	font-size: 3.0rem;
	font-weight: bold;
	margin-top:30px;
	text-align: center;
}
p.txt-place3{
	font-size: 2.0rem;
	margin-bottom:20px;
	text-align: center;
}
iframe{
	width:100%!important;
}
.gmap{
	margin-top:20px;
}
.keyimg-title-wrap {
	max-width: 1280px;
	max-height: 480px;
	width: 100%;
}
.keyimg-title-1 {
	position: absolute;
	width: 88.5%;
	z-index: 11;
	top: 35%;
	right: 0;
	left: 0;
	margin: auto;
}
.keyimg-title-2 {
	position: absolute;
	top: 1.5rem;
	right: 1rem;
	width: 24%;
	z-index: 12;
}
.data-1{
	padding: 1em;
}
.data-1 h2{
	padding-top: 20px;
	text-align:center;
}

@media print, screen and (min-width: 768px){
/* ================================================
画面幅が768px以上の場合の表示設定
================================================ */
    #rwd-content .rwd-button05 .rwd-button-inner {
        font-size: 1.8rem;
    }
    #rwd-content .rwd-button05 {
        min-height: 80px!important;
    }
    iframe{
	height:480px!important;
}
}

@media print, screen and (max-width: 767px){
/* ================================================
画面幅が768px未満の場合の表示設定
================================================ */
p.lead-txt{
	font-size: 1.5rem;
}
h3.hd-tab{
	font-size:1.5rem;
	padding:.5em 0 .3em;
	margin-top: 28px;
	margin-bottom: 18px!important;
}
p.txt-time{
	font-size: 1.5rem;
}
p.note{
	font-size: 1.4rem;
}
p.txt-place,
p.txt-price{
	font-size: 1.8rem;
}
p.text-item{
	font-size: 1.5rem;
}
p.text-list{
	font-size: 1.5rem;
	text-align: left;
}
#rwd-content .rwd-button05 {
    min-height: 80px!important;
}
.img-photo img{
	margin-bottom: 17px;
}
p.txt-place2{
	font-size: 1.8rem;
}
p.txt-place3{
	font-size: 1.5rem;
	margin-bottom: 15px;
}
.innnerLink_bg {
    margin-top: 50px;
}
body #rwd-content .slider-type01 {
    margin-bottom: 30px !important;
}
.keyimg-title-1 {
    position: absolute;
    width: 82.5%;
    z-index: 11;
    top: 30%;
    right: 0;
    left: 0;
    margin: auto;
}
.keyimg-title-2 {
	width: 40%;
}
#rwd-content .button-next01, 
#rwd-content .button-prev01 {
   top: 135px;
}
#rwd-content .rwd-product-header {
    margin-bottom: 0!important;
}
#rwd-content .rwd-button05 .rwd-button-inner {
    font-size: 1.6rem!important;
}
.data-1 h2{
	padding-top: 0;
	font-size: 2.2rem;
  margin-bottom: 20px;
}

}

p.red-txt{
	padding:2.5em 0 2.0em;
	font-size:1.8rem;
	color:#EB0000;
}
.rwd-mainvisual-video-in {
  position: relative;
  width: 100%;
/*  padding-bottom: 56.25%;*/
  height: 0;
  overflow: hidden;
}

.rwd-mainvisual-video-in iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  display: block;
}

.frame-line{
	border: solid 2px #000;
}

/*アコーデオン*/
/* --- ベース設定（PC表示用：アコーディオン機能は隠す） --- */
.sp-acc-input {
  display: none; /* チェックボックスは常に非表示 */
}
.sp-acc-label {
  display: none; /* PCではスイッチボタンを表示しない */
}
.sp-acc-content {
  display: block; /* PCでは中身を常に表示 */
}

/* --- スマホ表示用（767px以下） --- */
@media screen and (max-width: 767px) {
  
  /* 開閉ボタン（ラベル）のデザイン */
  .sp-acc-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dadada; 
    color: #333;
    padding: 10px;
    margin: 20px 0 0;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
    position: relative;
    transition: background 0.3s;
  }
  
  .sp-acc-label:hover {
    background-color: #e0e0e0;
  }

  /* ［＋］アイコンのデザイン */
  .acc-icon {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.2em;
    line-height: 1;
    transition: transform 0.3s;
  }

  /* アコーディオンの中身（初期状態は非表示） */
  .sp-acc-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
  }

  /* --- クリック（チェック）された時の動作 --- */
  
  /* 中身を表示する */
  .sp-acc-input:checked ~ .sp-acc-content {
    max-height: 2000px; /* 内容が収まる十分な高さ */
    opacity: 1;
  }

  /* ボタンの色を変える（オプション） */
  .sp-acc-input:checked + .sp-acc-label {
    background-color: #ddd;
  }

  /* ［＋］を45度回転させて［×］のような見た目にする */
  .sp-acc-input:checked + .sp-acc-label .acc-icon {
    transform: rotate(45deg);
  }

}