body {
	/*font-family: Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic"!important;
	background-color: rgba(249, 239, 219, 1);
	background-color: #f0ede5;*/
}

/* Bootstrap No-Gutter Grid ------------------------------ */


/* 文字サイズ ------------------------------ */
.font-size-8 { font-size: 8px!important; }
.font-size-9 { font-size: 9px!important; }
.font-size-10 { font-size: 10px!important; }
.font-size-11 { font-size: 11px!important; }
.font-size-12 { font-size: 12px!important; }
.font-size-13 { font-size: 13px!important; }
.font-size-14 { font-size: 14px!important; }
.font-size-15 { font-size: 15px!important; }
.font-size-16 { font-size: 16px!important; }
.font-size-17 { font-size: 17px!important; }
.font-size-18 { font-size: 18px!important; }
.font-size-19 { font-size: 19px!important; }
.font-size-20 { font-size: 20px!important; }
.font-size-21 { font-size: 21px!important; }
.font-size-22 { font-size: 22px!important; }
.font-size-23 { font-size: 23px!important; }
.font-size-24 { font-size: 24px!important; }
.font-size-25 { font-size: 25px!important; }
.font-size-26 { font-size: 26px!important; }
.font-size-27 { font-size: 27px!important; }
.font-size-28 { font-size: 28px!important; }
.font-size-29 { font-size: 29px!important; }
.font-size-30 { font-size: 30px!important; }
.font-size-31 { font-size: 31px!important; }
.font-size-32 { font-size: 32px!important; }
.font-size-33 { font-size: 33px!important; }
.font-size-34 { font-size: 34px!important; }
.font-size-35 { font-size: 35px!important; }
.font-size-36 { font-size: 36px!important; }
.font-size-37 { font-size: 37px!important; }
.font-size-38 { font-size: 38px!important; }
.font-size-39 { font-size: 39px!important; }
.font-size-40 { font-size: 40px!important; }

@media (max-width: 640px) {
	.font-size-xs { font-size: 140%!important; margin: 0!important; padding: 0!important; }
	.font-size-xs-small { font-size: 40%!important; margin: 0!important; padding: 0!important; }
	.font-size-xs-small-02 { font-size: 90%!important; vertical-align: middle; }
	.font-size-xs-small-small { font-size: 65%!important; margin: 0!important; padding: 0!important; }
	.contentsBox h6 { margin-top: 30px; }
	.strong.font-size-16.padding-bottom-0 { font-size: 90%!important; line-height: 1.4em!important; }
	.width-xs-100,
	.mt-image-center,
	.mt-image-left,
	.mt-image-right {
		width: 100%;
		height: auto!important;
	}
}
@media (max-width: 768px) {
	.width-xs-100,
	.mt-image-center,
	.mt-image-left,
	.mt-image-right {
		width: 100%;
		height: auto!important;
	}
}

.indent-1word { text-indent: 1em; }

.modal-lg {
    width: 900px;
}

small, .small { font-size: 85%!important; }
bold, .bold, strong, .strong { font-weight: bold; }
.no-decoration { font-weight: normal; text-decoration: none; }
.mincho { font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

/* 文字色 ------------------------------ */
.color-nbs { color: #990000; }
.color-white { color: #fff!important; }
.color-black { color: #000; }
.color-222222 { color: #222; }
.gray { color:#909090; }
.small.gray { line-height: 1.2em; margin-top: 10px; margin-bottom: 20px; }
a .small.gray { color: rgba(130, 0, 0, 1); }

/* FontAwesome色 ------------------------------ */
.fa-nbs-stage {
	background: linear-gradient(90deg, #FDBB2D 0%, #3A1C71 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fa-nbs-ticket {
	color: #DA8E00;
    background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fa-nbs-cart {
	background-image: linear-gradient( 135deg, #F05F57 10%, #360940 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* バックグラウンド色 ------------------------------ */
.bg-color-nbs { background-color: #990000; }
.bg-color-white { background-color: #fff; }
.bg-color-222222 { background-color: #222; }
.bg-color-ticket { background-color: #fff3e6; }

/* 装飾 ------------------------------ */
.bold { font-weight: bold; }
.normal { font-weight: normal; text-decoration: none; }
.page-title {
	line-height: 1.4em;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #ccc;
	margin-top: 80px;
	text-shadow: -1px 1px 0 rgba(136,136,136,.2);
}

.google-maps {
position: relative;
padding-bottom: 50%; // これが縦横比
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/* 罫線 ------------------------------ */
.no-bordered { border: none!important; }
.border-left-1 {   border-left: 1px solid #eee; padding-left: 20px; }
.border-left-2 {   border-left: 2px solid #eee; padding-left: 20px; }
.border-left-3 {   border-left: 3px solid #eee; padding-left: 20px; }
.border-left-4 {   border-left: 4px solid #eee; padding-left: 20px; }
.border-left-5 {   border-left: 5px solid #eee; padding-left: 20px; }
.border-left-10 {   border-left: 10px solid #eee; padding-left: 20px; }

/* 行間 ------------------------------ */
.line-height-0 { line-height: 0!important; }
.line-height-05 { line-height: 0.5em!important; }
.line-height-1 { line-height: 1em!important; }
.line-height-12 { line-height: 1.2em!important; }
.line-height-14 { line-height: 1.4em!important; }
.line-height-16 { line-height: 1.6em!important; }
.line-height-18 { line-height: 1.8em!important; }
.line-height-2 { line-height: 2em!important; }

/* テキストの揃え */
.text-align-left { text-align: left; }
.text-align-center { text-align: center; }
.text-align-right { text-align: right; }
.clear-both { clear: both; }

/* 一字下げ */
/*.indent-1word { padding-left: 1em; text-indent: -1em; margin-left: 1em!important; }*/

/* テキストシャドウ */
.text-shadow-black-1 { text-shadow: -1px 1px 1px rgba(0,0,0,.1); }
.text-shadow-black-2 { text-shadow: -1px 1px 1px rgba(0,0,0,.2); }
.text-shadow-black-4 { text-shadow: -1px 1px 1px rgba(0,0,0,.4); }
.text-shadow-black-10 { text-shadow: -1px 1px 1px rgba(0,0,0,1); }

/*  */
.box-shadow	{
    box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
}

/* img揃え */
.imgLeft, .img-left {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}
.imgRight, .img-right {
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
}
.width-100 { width:100%; }

/* 囲み ------------------------------ */
.box-padding-0 { padding: 0; }
.box-padding-5 { padding: 5px; }
.box-padding-10 { padding: 10px; }
.box-padding-20 { padding: 20px; }
.box-padding-30 { padding: 30px; }
.box-padding-50 { padding: 50px; }

.well-white {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
.well-red {
  background-color: #fff;
  border: 2px solid #990000;
  color: #990000;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
.well-blue {
  background-color: rgba(23, 141, 211, .05);
  border: 1px solid rgba(23, 141, 211, 1);
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
.well p:last-child { margin-bottom: 0; }
@media (max-width: 767px) {
	.well img { padding-left: 0; padding-right: 0; margin-bottom: 1em; }
}

/* テーブル */
table.table-no-bordered,
table.table-no-bordered tr td,
table.table-no-bordered tr th {
	border: none!important;
}
.schedule.table>thead>tr>th, .schedule.table>tbody>tr>th, .schedule.table>tfoot>tr>th, .schedule.table>thead>tr>td, .schedule.table>tbody>tr>td, .schedule.table>tfoot>tr>td {
    padding: 8px 8px 6px 8px!important;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

/* Bootstrap上書き */
.label-danger {
	background-color: #990000;
}

/* Youtube レスポンシブ化 */
.YoutubeWrap {
	position: relative;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	padding-top: 69px;
	padding-bottom: 50%;
	overflow: hidden;
	width: 100%;
}

.YoutubeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%!important;
	width: 100%!important;
}

/* fancybox用スタイル */
/*a.fancybox { border: solid 1px #fff; display:inline-block; }
a.fancybox:hover { border: solid 1px #ccc; }*/


@media (max-width: 767px) {
.nameBox.box-padding-0 { padding: 0; }
.nameBox.box-padding-10 { padding: 10px 0; }
.nameBox.box-padding-20 { padding: 20px 0; }
.nameBox.box-padding-30 { padding: 0; }
.nameBox.box-padding-50 { padding: 50px 0; }
.nameBox .col-md-6,
.nameBox .col-md-12 { padding-left:0; padding-right:0; }
.nameBox .col-lg-12.col-md-12.col-sm-12.margin-top-30.margin-bottom-50 { margin-top: 0!important; }
}

.nameBox.box-padding-30 .kei-nbs .col-md-6,
.nameBox.box-padding-30 .kei-nbs .col-md-12 { padding-left: 15px; padding-right: 15px; }

/* 囲み罫あり ------------------------------ */
.kei-info {
	border: solid 1px #e1e1e1;
	background-color: #f7f7f7;
}
.kei-set {
	border: solid 1px #990000;
	background-color: #fff;
	/*color: #fff;*/
}
.kei-set-gray {
	border: solid 1px #990000;
	background-color: #f7f7f7;
	/*color: #fff;*/
}
.kei-nbs {
	border: solid 1px #990000;
	background-color: #fff;
}
.kei-nbs-ticket {
	border: dotted 1px #ccc;
	background-color: #fbfbfb;
}



/* 一部罫線 ------------------------------ */
.border-right-dotted { border-right: dotted 1px #fff; }

/* 角R ------------------------------ */
.round-2 { border-radius: 2px; }
.round-3 { border-radius: 3px; }
.round-4 { border-radius: 4px; }
.round-5 { border-radius: 5px; }
.round-6 { border-radius: 6px; }
.round-7 { border-radius: 7px; }
.round-8 { border-radius: 8px; }
.round-9 { border-radius: 9px; }
.round-10 { border-radius: 10px; }

/* マージンの指定 */
.no-margin-top, .margin-top-0 { margin-top: 0!important; }
.no-margin-bottom, .margin-bottom-0 { margin-bottom: 0!important; }
.no-margin-left, .margin-left-0 { margin-left: 0!important; }
.no-margin-right, .margin-right-0 { margin-right: 0!important; }
.margin-top-5px, .margin-top-5 { margin-top: 5px!important; }
.margin-top-10px, .margin-top-10 { margin-top: 10px!important; }
.margin-top-20px, .margin-top-20 { margin-top: 20px!important; }
.margin-top-30px, .margin-top-30 { margin-top: 30px!important; }
.margin-top-40px, .margin-top-40 { margin-top: 40px!important; }
.margin-top-50px, .margin-top-50 { margin-top: 50px!important; }
.margin-bottom-5px, .margin-bottom-5 { margin-bottom: 5px!important; }
.margin-bottom-10px, .margin-bottom-10 { margin-bottom: 10px!important; }
.margin-bottom-20px, .margin-bottom-20 { margin-bottom: 20px!important; }
.margin-bottom-30px, .margin-bottom-30 { margin-bottom: 30px!important; }
.margin-bottom-40px, .margin-bottom-40 { margin-bottom: 40px!important; }
.margin-bottom-50px, .margin-bottom-50 { margin-bottom: 50px!important; }

/* パディングの指定 ------------------------------ */
.no-padding-left, .padding-left-0 { padding-left: 0; }
.no-padding-right, .padding-right-0 { padding-right: 0; }
.no-padding-top { padding-top: 0; }
.no-padding-bottom { padding-bottom: 0; }
.padding-0px { padding: 0!important; }
.padding-5px { padding: 5px; }
.padding-10px { padding: 10px; }
.padding-15px { padding: 15px; }
.padding-20px { padding: 20px; }
.padding-top-0 { padding-top: 0!important; }
.padding-top-5px, .padding-top-5 { padding-top: 5px!important; }
.padding-top-10px, .padding-top-10 { padding-top: 10px!important; }
.padding-top-15px, .padding-top-15 { padding-top: 15px!important; }
.padding-top-20px, .padding-top-20 { padding-top: 20px!important; }
.padding-top-25px, .padding-top-25 { padding-top: 25px!important; }
.padding-top-30px, .padding-top-30 { padding-top: 30px!important; }
.padding-top-40px, .padding-top-40 { padding-top: 40px!important; }
.padding-top-50px, .padding-top-50 { padding-top: 50px!important; }
.padding-bottom-0 { padding-bottom: 0!important; }
.padding-bottom-5px, .padding-bottom-5 { padding-bottom: 5px!important; }
.padding-bottom-10px, .padding-bottom-10 { padding-bottom: 10px!important; }
.padding-bottom-15px, .padding-bottom-15 { padding-bottom: 15px!important; }
.padding-bottom-20px, .padding-bottom-20 { padding-bottom: 20px!important; }
.padding-bottom-25px, .padding-bottom-25 { padding-bottom: 25px!important; }
.padding-bottom-30px, .padding-bottom-30 { padding-bottom: 30px!important; }
.padding-bottom-40px, .padding-bottom-40 { padding-bottom: 40px!important; }
.padding-bottom-50px, .padding-bottom-50 { padding-bottom: 50px!important; }

/* 写真の上にキャプションを配置する */
.caption-on-photo {  }
.caption-on-photo .titleBoxTop {
	color: #ccc;
	margin-bottom: -27px;
	padding: 5px;
	font-size: 12px;
	background-color: rgba(0,0,0,.5);
	z-index: 2;
	position: relative;
}
.caption-on-photo .titleBoxBottom {
	color: #ccc;
	/*margin-top: -25px;*/
	padding: 5px;
	font-size: 10px;
	text-align: right;
	background-color: rgba(0,0,0,.5);
	z-index: 1;
	position: relative;
}
.caption-on-photo img.img-responsive {
	z-index: 0;
	position: relative;
}
.caption-on-photo .col-md-4.col-sm-4 {
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

/* リンク */
a.hover-box:hover {
	background-color: #f5f5f5;
	display: block;
	overflow: hidden;
}

/* レスポンシブiFrame */
img, canvas, iframe, video, svg { max-width: 100%; /*height: auto;*/ }
.overflow-container { overflow-y: scroll; }
.overflow-container iframe {
	width: 100%!important;
	border: solid 1px #dddddd!important;
}

/*.pull-right { padding-right: 0; }
.pull-left { padding-left: 0; }*/

/* 領域内スクロール表示 */
.scroll-box {
	height: 700px;
	overflow-y: scroll;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.scroll-box {
		height: 200px;
		overflow-y: scroll;
		overflow-x: scroll;
		margin-bottom: 20px;
		margin-top: 0;
		border: solid 1px #ddd;
		background-color: #fcfcfc;
	}
	/* 右寄せ左寄せのブロック　スマホ時の左右パディングをトル */
	.pull-right, .pull-left {
		padding-left: 0;
		padding-right: 0;
	}
	.badge.pull-right {
		padding-left: 10px;
		padding-right: 10px;
	}
}