@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
font-family: "source-han-serif-jp-subset", sans-serif;
font-weight: 400;
font-style: normal;
	background: #fff;
	font-size: 15px;
	line-height: 1.6;
	
}
h1 {margin: 0; line-height: 1.2;}
h2 {margin: 0;}
h3 {margin: 0;}
h4 {margin: 0;}
h5 {margin: 0;}
img {
	height: auto;
}
th {font-weight: 400;}

.an_scl{ opacity: 0; }

a:link {
	color:#4868CF;
	text-decoration: none;
	outline: none;
}	
a:visited {
	color:#4868CF;
	text-decoration: none;
	outline: none;
}
a:hover{
	color:#788DD1;
	text-decoration: none;
	outline: none;
}

/*------------------------
    テキスト装飾
--------------------------*/
.txt-midashi {
	padding-top: 10px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
	padding-bottom: 10px;
	color: #000;
	letter-spacing: 0.2;
}
.txt-coming {
	padding-top: 30px;
	color: #000;
	font-size: 28px;
	line-height: 1.6;
	font-weight: 400;
font-family: "m-plus-rounded-2p", sans-serif;
	color: #6d9f92;
}
.txt-small {
	font-size: 14px;
	line-height: 1.6;
}
.txt-normal {
	font-size: 16px;
	line-height: 1.6;
}
.txt-price {
	font-size: 22px;
	line-height: 1.4;
	font-weight: 400;
}
.txt-subject {
	font-size: 22px;
	line-height: 1.6;
	font-weight: 400;
}
.txt-notise-subject{
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	color: #fff;
	padding: 4px 14px 10px;
	background:#b8a25f;
	text-align: center;

}
.txt-band-subject{
	margin: 0 auto;
	width: 30%;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #fff;
	padding: 2px 14px 8px;
	background:#555555;
	text-align: center;
	    border-radius: 20px;
}
.txt-dancer-subject{
	margin: 0 auto;
	width: 50%;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	color: #fff;
	padding: 2px 14px 8px;
	background:#6d9f92;
	text-align: center;
		border-radius: 20px;
}

.txt-red {
	color: red;
}
.txt-gold {
	color: #b8a25f;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
}
.txt-purple {
	color: #b084c8;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
}


/*------------------------
    As I Amチケット
--------------------------*/

.ticket-section {
  text-align: center;
  padding: 60px 20px;
}

.ticket-section h2 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 40px;
}

.ticket-type {
  font-size: 20px;
  margin-bottom: 6px;
  line-height: 1.6;
}

.price {
  font-size: 26px;
  font-weight: bold;
  margin-left: 6px;
font-family: "m-plus-rounded-2p", sans-serif;
}

.tax {
  font-size: 16px;
font-family: "m-plus-rounded-2p", sans-serif;
}
@media only screen and (max-width: 950px) {
.ticket-type {
  font-size: 14px;
}
.price {
  font-size: 18px;
}
.tax {
  font-size: 14px;
}
}
.note {
  font-size: 16px;
  margin-bottom: 25px;
  letter-spacing: 0.03em;
	line-height: 1.6;
}

.bonus-title {
  font-size: 16px;
  margin-bottom: 0px;
  letter-spacing: 0.03em;
	line-height: 1.6;
}

.bonus .day {
  color: #c87c2f; /* オレンジ寄り */
  font-size: 18px;
  margin-bottom: 5px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 950px) {
.bonus .day {  
	font-size: 14px;
	letter-spacing: 0.1em;
}
}
.bonus .night {
  color: #a18ac7; /* 薄紫 */
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 950px) {
.bonus .night {
	font-size: 14px;
	letter-spacing: 0.1em;
}
}
hr {
  border: none;
  border-top: 1px solid #000;
  width: 50%; /* 画像とほぼ同じ */
  margin: 40px auto 20px;
}

.ticket-notes {
  list-style: none;
  padding: 0;
  margin: 30px 0 50px 0;
  font-size: 14px;
  line-height: 2.0;
  letter-spacing: 0.03em;
font-family: "m-plus-rounded-2p", sans-serif;
}
.staff-section {
  text-align: center;
  padding: 30px 20px 10px;
  color: #444;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 950px) {
.staff-section {
  text-align: center;
  padding: 20px 10px 10px;
  letter-spacing: 0.1em;
}
}
.staff-block {
  margin-bottom: 30px;
}

.staff-label {
  display: inline-block;
  background-color: #999;
  color: white;
  padding: 5px 24px 10px;
  border-radius: 20px;
  font-size: 16px;
	line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}

.staff-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 950px) {
.staff-list {
  font-size: 14px;
}
}

.pamphlet img  {
	max-width: 400px;
}
@media only screen and (max-width: 950px) {
.pamphlet img  {
	width: 70%;
	max-width:70%;
}
}
/*------------------------
    コンテンツ
--------------------------*/

.midashi  {
	margin-top: 70px;
	margin-left: auto;
    margin-right: auto;
	width: 800px;
	text-align: left;
}
.midashi img  {
	width: 100%;
}

.cbox {
    padding: 0px;
	margin-top: 30px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 100px;
	width: 1050px;
	text-align: center;
}
.cbox p {
    padding-top: 10px;
}
.cbox img  {
	width: 100%;
}

.cbox-second {
    padding: 40px;
	margin-top: 40px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 100px;
	width: 1000px;
	text-align: left;
	border-radius: 20px;
	background-color: #E7E6E4;
	display: block;
}
.cbox-second p {
    padding-top: 10px;
}
.cbox-second img  {
	width: 100%;
}
.line-box-pink {
    position: relative;
    margin: 4em auto 1em;
    padding: 40px;
    border: solid 1px #6d9f92;
    border-radius: 20px;
	width: 95%;
}
.line-box-pink .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    padding: 0 9px;
    line-height: 1.3;
    font-size: 19px;
    background: #FFF;
    color: #6d9f92;
    font-weight: bold;
	left: 50%;   
	transform: translateX(-50%); 
}
.line-box-pink p {
    margin: 0; 
    padding: 0;
	text-align: left;
}




.ticket-img{
	width: 400px;
	margin-top: 10px;
	margin-right: 20px;
}
.ticket-img img{
	max-width: 100%;
	padding-bottom: 10px;
}
.cbox-sns {
    padding: 10px;
	margin-top: 10px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 100px;
	width: 1000px;
	text-align: left;
	display: block;
}
.insta{
	float: left;
	width: 470px;
	text-align: center;
}
.insta img{
	margin-top: 20px;
	width: 280px;
}

.twitter{
	width: 470px;
	float: right;
	text-align: center;
}
.twitter img{
	margin-top: 20px;
	width: 280px;
}

.cbox-second hr{
	height: 1px;
    background:linear-gradient(to left, #56bbe8,#f4c1d0,#b2ceeb);
    border: none;
	width: 98%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
	margin-bottom: 18px;
}
.cbox-second a:link {
	color:#916BC6;
	text-decoration: none;
	outline: none;
}	
.cbox-second a:visited {
	color:#916BC6;
	text-decoration: none;
	outline: none;
}
.cbox-second a:hover{
	color:#FFF;
	text-decoration: none;
	outline: none;
}
.cbox-second a:focus {
	color:#FFF;
	text-decoration: none;
	outline: none;
}

/*------------------------
　グッズ　cbox-goods
--------------------------*/
.cbox-goods {
    padding: 0px;
	margin-top: 50px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 100px;
	width: 1050px;
	text-align: center;
}
.goods_per{
    width: 100%;
    padding: 0px;
	text-align: center;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
	display: inline-block ;
}
.goods_per::before,
.goods_per::after{
    content: "";
    display: block;
    height: 1px;
    background: linear-gradient(to right, #222 0%, #222 100%);
}
.goods_per{width: 48%; margin-bottom: 25px; margin-right: 15px; display: inline-block; vertical-align: top; position:relative; }

.goods_img{
	padding: 20px;
}
.goods_txt{
	height: 130px;
	padding: 0 10px 20px;
}
.goods_txt_b{
	height: 130px;
	padding: 0 10px 20px;
}
.goods_name {
  position: relative;
  padding: 0 10px;
  text-align: center;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 300;
	color: #A37BAD;
}
.goods_name:before {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: linear-gradient(to right, #A37BAD 0%, #8A5796 100%);
}
.goods_name span {
  position: relative;
  padding: 0 0.5em;
  background: #fff;
}
.goods_price {
	padding: 4px 0 0 2px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	color: #b8a25f;
}
.cbox-goods img {
	max-width: 100%;
}
.goods_kikaku{
	padding: 10px 0 0 2px;
	font-size: 14px;
	line-height: 1.4;
}
.goods_l_per{
    width: 100%;
    padding: 0px;
	text-align: center;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
	display: inline-block ;
}
.goods_l_per p{
    padding: 5px;
}
.goods_l_per::before,
.goods_l_per::after{
    content: "";
    display: block;
    height: 1px;
    background: linear-gradient(to right, #222 0%, #222 100%);
}
.goods_l_per{float: left; width: 1030px; margin-bottom: 25px; margin-left: 3px; display: inline-block; vertical-align: top; position:relative; }
.txt-small_goods {
	font-size: 14px;
	line-height: 1.4;
}

.tokuten_per{
    width: 100%;
    padding: 0px;
	text-align: center;
	display: inline-block ;
}
.tokuten_per::before,
.tokuten_per::after{
    content: "";
    display: block;
}
.tokuten_per{width: 48%; margin-bottom: 25px; margin-right: 15px; display: inline-block; vertical-align: top; position:relative; }

.tokuten_img{
	padding: 10px;
	width: 90%;
	margin: 0 auto;
}
.tokuten {
	padding: 0px 20px;
	text-align: left;
}
.tokuten_name {
	padding: 10px 0px 2px;
	font-size: 24px;
	line-height: 2;
	font-weight: 600;
	color: #b8a25f;
	text-align: center;
}

.notice_img{
	padding: 5px;
	width: 80%;
}

/* ---- goods gallery (サムネイルページャー) ---- */
.goods_gallery {
  width: 100%;
}

.goods_gallery-view {
  width: 100%;
  overflow: hidden;
}

.goods_gallery-view img {
  display: block;
  width: 100%;
  height: auto;
}

/* ---- サムネイル小型・中央寄せ・枠消し ---- */
.goods_gallery-pager {
  margin-top: 10px;
  display: flex;               /* grid → flex に変更 */
  justify-content: center;     /* 中央寄せ */
  gap: 6px;                    /* サムネイル間の余白 */
}

.pager-thumb {
  border: none;                /* 外枠なし */
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  line-height: 0;
}

.pager-thumb img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
  transition: opacity .2s ease;   /* スムーズに */
}

.pager-thumb img:hover {
  opacity: 0.6;                   /* 透明度60% */
}
.pager-thumb.is-active {
  border: none;                /* アクティブ時も枠消し */
}

/* レスポンシブ：サムネの列数を自動調整 */
@media (max-width: 900px) {
  .goods_gallery-pager {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .goods_gallery-pager {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}


/*------------------------
    Gナビ
--------------------------*/

.grandMenu {
  position: absolute;
  width: 100%;
  height: 95px;
  opacity: 0.7;
  margin-top: -95px;
  background: linear-gradient(to right, #FFFFFF, #FFFFFF, #FFFFFF);
  z-index: 2;
  display: flex;             /* ← 追加 */
  justify-content: center;   /* ← 中央に配置 */
  align-items: center;       /* ← 垂直方向に中央揃え */
}

.grandMenu ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;            /* ← 30px削除 */
  padding: 0;
  width: 1050px;
}

.grandMenu li {
  font-size: 14px;
  list-style: none;
  width: auto;
}

.grandMenu li a {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  width: auto;
  letter-spacing: 0.5em;
  padding-top: 0;            /* ← 必要なければ削除または調整 */
}

.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	margin-top: 0px;
	opacity: 0.95;
}

.grandMenu li a .flower {
  display: inline-block;
  position: relative;
  padding: 11px 0;
  letter-spacing: 0.2em;
  font-family: serif;
	line-height: 1.2; /* これが重要 */
}

.grandMenu li a .flower::before,
.grandMenu li a .flower::after {
  content: "";
  position: absolute;
  left: -25px;   /* ← 左右に5pxずつはみ出させる */
  right: -25px;
  height: 1px;
  background-color: #000;
}

.grandMenu li a .flower::before {
  top: 0;
}

.grandMenu li a .flower::after {
  bottom: 0;
}

.coming {
  color: #C3C3C3;
}

/*------------------------
    ハンバーガーメニュー
--------------------------*/

.menu-btn{
	position: fixed;
 	top: 15px;
	right: 15px;
	z-index: 2000;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #b084c8;
	color: #ffffff;
	ont-size: 28px;
}

.menu{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background:linear-gradient(to right, #ffffff,#ffffff,#ffffff);
}
.menu__item{
	width: 100%;
	height: auto;
	padding: .5em 1em;
	text-align: center;
	color: #FFF;
	box-sizing: border-box;
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.1em;
	color: #999999;
	background-image:url("../img/deco.png");
	background-position: bottom;
	background-size: 55px;
	background-repeat: no-repeat;
}
.menu__item a:link{
	color: #000000;
}
.menu__item a:visited{
	color: #000000;
}
.menu__item a:hover{
	color:#b084c8;
}
/* アニメーション前のメニューの状態 */
.menu{
	transform: translateX(100vw);
	transition: all .3s linear;
}
/* アニメーション後のメニューの状態 */
.menu.is-active{
	transform: translateX(0);
}

@media screen and (min-width: 950px) {
.menu-btn {display: none}
}
/*------------------------
    ボタン
--------------------------*/
.btn {
	text-align: center;
	padding-top: 30px;
}
.btn-open {
  display: inline-block;
  width: 400px;
  height:70px;
  text-align: center;
  background-color: #b8a25f;
  font-size: 16px;
  line-height: 68px;
  color: #FFF;
  border: 1px solid #b8a25f;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 100px;
}
.btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0.5;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn-open:link{
  color: #FFF;
}
.btn-open:visited{
  color: #FFF;
}
.btn-open:hover{
  color: #b8a25f;
}
.btn-open:hover:after{
  height: 500%;
  opacity: 1;
}

.btn-mini {
	padding-top: 10px;
}
.btn-pink {
  display: inline-block;
text-align: center;
  width: 170px;
  height:30px;
  background : #FFF;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #b8a25f;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 100px;
}
.btn-pink:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #b8a25f;
  opacity: 0.5;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
  color: #000;
}
.btn-pink:hover{
  color: #000000;
}
.btn-pink:hover:after{
  height: 500%;
  opacity: 1;
}




/*------------------------
    テーブル
--------------------------*/
#sche{
	width: 1000px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
    margin-right: auto;
}
#sche table{
	width: 100%;
	border-collapse: collapse;
	border: solid #FFFFFF;
	border-width: 1px;
}
#sche table tr th,
#sche table tr{
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #6d9f92;
}
#sche table td{
	padding: 20px 10px;
}
#sche table td:first-child{
	padding: 20px 10px;
	color: #6d9f92;
}
	
#sche table tr:last-child{
	border-bottom: 0px;
}

#sche hr{
	height: 1px;
    background-color: #CCC;
    border: none;
	width: 92%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 2px;
	margin-bottom: 5px;
}
#sche .sat{
	color:#5c6eb0;
}
#sche .sun{
	color:#ab4f4f;
}


/*------------------------
    テーブル サイズ
--------------------------*/
#size{
	width: 600px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
    margin-right: auto;
}
#size table{
	margin: 20px 0;
	width: 100%;
	border-collapse: collapse;
	border: solid #CCC;
	border-width: 1px;
}
#size table tr th,
#size table tr td{
	text-align: center;
	vertical-align: middle;
	border: solid #CCC;
	border-width: 1px;
	padding: 10px;
}
#size table tr th{
	background: #eaecf2;
}
#size hr{
	height: 1px;
    background-color: #CCC;
    border: none;
	width: 92%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 2px;
	margin-bottom: 5px;
}





/*------------------------
    ヘッダー
--------------------------*/
header {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100vw; /* ← ブラウザ横幅にぴったり */
	height: auto;
	background: #ffffff url("../img/bg_top.jpg") center center no-repeat;
	background-size: contain; /* ← 縦横比を維持して収める */
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	aspect-ratio: 1400 / 986; /* 画像の比率に応じて変更 */
	animation: fadeIn 4.5s ease 0s 1 normal;
	-webkit-animation: fadeIn 4.5s ease 0s 1 normal;
	overflow: hidden;
}

@media only screen and (max-width: 950px) {
header {
	width: 100%;
	height: auto;
	background:none;
	aspect-ratio: 1400 / 1151; /* 画像の比率に応じて変更 */
}
header img {
	width: 100%;
}

}

/*------------------------
    サイトロゴ

.siteTitle {
	width: 470px;
	margin-left: -320px;
	margin-top: -350px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	}
@media screen and (min-width: 1400px) {
.siteTitle {
	margin-left: -420px; width: 540px; margin-top: -450px;
	}
}
@media screen and (min-width: 1800px) {
.siteTitle {
	margin-left: -530px; width: 600px;margin-top: -550px;
	}
}

.siteTitle img {
	width: 100%;
	}
--------------------------*/



/*------------------------
    テキストリンク
--------------------------*/

.grandMenu a{
  text-decoration: none;
  transition: 0.5s ease 0s;
}
.grandMenu a:hover{
  opacity: 0.2;
}




/*------------------------
    フッター
--------------------------*/

footer {
	margin: 70px auto 20px;
	text-align: center;
	position:relative;
	display: block;
}

footer a {
	transition: 0.5s ease 0s;
}
footer a:hover {
	opacity: 0.4;
}

.copy {
	margin: 10px;
	font-size: 12px;
	color: #777;
}

ul.share-buttons{
  list-style: none;
  padding: 10px;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/*------------------------
    マテリアルアイコン
--------------------------*/

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../font/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../font/MaterialIcons-Regular.woff2) format('woff2'),
    url(../font/MaterialIcons-Regular.woff) format('woff'),
    url(../font/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  
  display: inline-flex;
  vertical-align: middle;
}


/*------------------------
    スマホ対応
--------------------------*/

@media only screen and (max-width: 950px) {
body {
	font-size: 13px;
}
.siteTitle {
	width: 185px;
	margin-left:0px;
	margin-top: 30px 
	position: absolute;
	top: 50%;
	left: 72%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	display: none;
	}
.grandMenu {
	display: none;
}
.midashi  {
	margin-top: 30px;
	width: 100%;
}

.cbox {
    padding: 0px;
	margin-top: 10px;
	margin-bottom: 30px;
	width: 96%;
}
.cbox p {
    padding-top: 10px;
}

.cbox-second {
    padding: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 96%;
}
.cbox-second p {
    padding-top: 15px;
}
.cbox-second img  {
	width: 100%;
}
.line-box-pink {
    position: relative;
    margin: 4em auto 0.5em;
    padding: 17px;
}
.line-box-pink .box-title {
    position: absolute;
    display: inline-block;
    top: -8px;
    padding: 0 2px;
    line-height: 1.3;
    font-size: 13px;
    background: #FFF;
    color: #6d9f92;
    font-weight: bold;
	left: 50%;  
	letter-spacing: -0.2;
	transform: translateX(-50%); 
}
.line-box-pink p {
    margin: 0; 
    padding: 0;
	text-align: left;
}
.ticket-img{
	float: none;
	width: 96%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.ticket-img img{
	width: 45%;
	padding-right: 10px;
}
.btn {
	padding-top: 20px;
}
.btn-open {
  width: 250px;
  height:50px;
  font-size: 13px;
  line-height: 52px;
}
.btn-pink {
  font-size: 12px;
}
.cbox-sns {
    padding: 0px;
	margin-top: 10px;
	margin-bottom: 30px;
	width: 96%;
}
.insta{
	float:none;
	width: 100%;
}
.insta img{
	margin-top: 8px;
}

.twitter{
	float:none;
	width: 100%;
}
.twitter img{
	margin-top: 8px;
}
#sche{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
}
#sche table{
	font-size: 11px;
}
#sche table tr td{
	padding: 10px 5px;
}
#sche table tr th{
	padding: 10px 5px;
}
#sche table td:first-child{
	padding: 10px 5px;
}
.txt-midashi {
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
}
.txt-coming {
	font-size: 18px;
}
.txt-small {
	font-size: 11px;
	line-height: 1.3;
}
.txt-normal {
	font-size: 13px;
}
.txt-price {
	font-size: 17px;
}
.txt-subject {
	font-size: 16px;
	line-height: 1.6;
}
.txt-notise-subject{
	font-size: 16px;
	line-height: 1.2;
	padding: 0px 14px 12px;
}

.cbox-goods {
    padding: 0px;
	margin-top: 30px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 30px;
	width: 98%;
	text-align: center;
}
.goods_per{
    width: 100%;
    padding: 0px;
	text-align: center;
	display: inline-block ;
}
.goods_per::before,
.goods_per::after{
    content: "";
    display: block;
    height: 1px;
}
.goods_per{width: 47%; margin-bottom: 10px; margin-right: 1%; display: inline-block; vertical-align: top; position:relative; }

.goods_img{
	padding: 5px;
	margin-bottom: 2px;
}
.goods_txt{
	height: 70px;
	padding: 0 5px 10px;
}

.tokuten_per{
    width: 100%;
    padding: 0px;
	text-align: center;
	display: inline-block ;
}
.tokuten_per::before,
.tokuten_per::after{
    content: "";
    display: block;
    height: 1px;
}
.tokuten_per{width: 47%; margin-bottom: 10px; margin-right: 1%; display: inline-block; vertical-align: top; position:relative; }
.tokuten_name {
	font-size: 15px;
}
.tokuten{
	padding: 0 5px 0px;
}

.goods_txt_b{
	margin: 0px 0 0 1px;
	height: 70px;
	padding: 0 5px 10px;
}
.goods_kikaku{
	margin: 0px 0 0 2px;
	font-size: 11px;
	line-height: 1.1;
}
.goods_name {
  position: relative;
  padding: 0 15px;
  text-align: center;
	font-size: 10px;
	line-height: 1.2;
	font-weight: 400;
}

.goods_name:before {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
}

.goods_name span {
  position: relative;
  padding: 0 0.4em;
  background: #fff;
}
.goods_price {
	font-size: 13px;
	line-height: 1.4;
	font-weight: 600;
}
.cbox-goods img {
	max-width: 100%;
}
.goods_l_per{
    width: 100%;
    padding: 0px;
	text-align: center;
	display: inline-block ;
}
.goods_l_per::before,
.goods_l_per::after{
    content: "";
    display: block;
    height: 1px;
}
.goods_l_per{float: none; width: 97%; margin-bottom: 10px; margin-left: 0; display: inline-block; vertical-align: top; position:relative; }
}
.txt-small_goods {
	font-size: 10px;
	line-height: 1.2;
}
#size{
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
    margin-right: auto;
}
#size table{
	margin: 10px 0;
	width: 100%;
	border-collapse: collapse;
	border: solid #CCC;
	border-width: 1px;
}
#size table tr th,
#size table tr td{
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
	border: solid #CCC;
	border-width: 1px;
	padding: 5px;
}
#size table tr th{
	background: #eaecf2;
}
#size hr{
	height: 1px;
    background-color: #CCC;
    border: none;
	width: 92%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 2px;
	margin-bottom: 5px;
}
}
/*------------------------
    PCスマホ画像切り替え
--------------------------*/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; margin-left: auto; margin-right: auto;}
.sp { display: none !important;  margin-left: auto; margin-right: auto;}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 950px) {
.pc { display: none !important; margin-left: auto; margin-right: auto; }
.sp { display: block !important; margin-left: auto; margin-right: auto; }
}
