a {
	color: #fc9c06;
}
a:hover {
	color:#e77c24;
}
body {
	background-color: #343a40;
/*	padding-top: 50px; */
}
body {
	padding-top: 56px;
}
body.narrow {
	padding-top: 0;
}
body.narrow h2 {
/*	text-align: center; */
}
body.narrow.scroll {
	padding-top: 95px;
}
body.narrow.scroll #mainMenu ul .brand {
/*	display: inline-block!important; */
}
body.narrow #header.fixed-top {
	position: fixed;
	top: -45px;
}

.nowrap {
	white-space: nowrap;
}

.photo img {
	margin-bottom: 20px;
}

.newIcon {
	-webkit-animation: newIcon_kf 2s linear infinite;
	-webkit-animation: newIcon_kf 2s linear infinite;
	animation: newIcon_kf 2s linear infinite;
}
@-webkit-keyframes newIcon_kf {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	3%, 17% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	10% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	20% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes newIcon_kf {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	3%, 17% {
		-webkit-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	10% {
		-webkit-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	20%, 26% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	23% {
		-webkit-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
		transform: translateY(-2px);
	}
}

/* font awewsome
--------------------------------------- */
.fa-campground {
	color: #d6c6b1;
}
.fa-mountain {
	color: #999;
}
.fa-tree {
	color: #228b22;
}
main .fa-twitter {
	color: #55acee;
}
main .fa-instagram {
	color: #ffffff;
}
main .fa-facebook {
	color: #3b5998;
}
.fa-hammer {
	color: #cc9933;
}
.fa-share {
	color: #ff3366;
}
.fa-hands-helping {
	color: #ffcc66;
}
.fa-comment {
	color: #ccc;
}
.fa-store-alt {
	color: #ba986f;
}
.fa-phone {
	color: #666;
}
.fa-map-marked-alt {
	color: #cc0000;
}
.fa-map {
	color: #ff6600;
}
.fa-route {
	color: #ff6600;
}
.fa-clock {
	color: #cc0000;
}
.fa-running {
	color: #ff6600;
}
.fa-music {
	color: #ff6600;
}
.fa-guitar {
	color: #996633;
}
.fa-store {
	color: #cc0000;
}
.fa-gift {
	color: #ff6600;
}
.fa-utensils {
	color: #999999;
}
.fa-praying-hands {
	color: #ffcc66;
}
.fa-pray {
	color: #ff6600;
}
.fa-question-circle {
	color: #aaaaaa;
}
.fa-exclamation-circle {
	color: #cc0000;
}
.fa-info-circle {
	color: #ff6600;
}
.fa-file-pdf {
	color: #cc0000;
}
.fa-image {
	color: #fc9c06;
}
.fa-filter {
	color: #999999;
}
.fa-search {
	color: #999999;
}
.fa-tractor {
	color: #666666;
}
.fa-umbrella {
	color: #7788ff;
}

#photoModal .modal-body {
	text-align: center;
}

/* header
--------------------------------------- */
#header .container .navbar-brand {
	margin-right: 10px!important;
}
#mainMenu {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 2.5rem;
}
#mainMenu ul {
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
#mainMenu ul li {
	display: inline-block;
}
#mainMenu ul li a {
	padding: 10px 8px 6px 8px;
}
#snsLinks {
	font-size: 1.4em;
}
#snsLinks li a {
	padding: 0 8px;
}

/* topInfo
--------------------------------------- */
#topImage {
	width: 100%;
}
#aboutBadge {
	position: absolute;
}
#aboutBadge {
	top: -80px;
	right: 20px;
}
#aboutBadge img {
	width: 80px;
	transform: rotate(10deg);
}
@media (min-width: 576px) {
	#aboutBadge {
		top: -120px;
		right: 20px;
	}
	#aboutBadge img {
		width: 110px;
	}
}
@media (min-width: 768px) {
	#aboutBadge {
		top: -180px;
		right: 20px;
	}
	#aboutBadge img {
		width: 130px;
	}
}
@media (min-width: 992px) {
	#aboutBadge {
		top: -220px;
		right: 40px;
	}
	#aboutBadge img {
		width: 150px;
	}
}


#topInfo {
/*	height: 500px;
	background: no-repeat url('../images/top_image.jpg') center center; */
	background-color: #040207;
}
#topInfo .container {
	text-align: center;
}
#topInfo a {
	display: block;
	text-align: center;
}
#topInfo img {
	margin: 0 auto;
}

/* main
--------------------------------------- */
main {
	background-color: #fff;
}

.buttonLink {
}
.buttonLink a {
	font-size: 1.1em;
	margin-bottom: 10px;
}

#topNewsCont {
	border: 1px #ddd solid;
	border-radius: 5px;
	max-height: 260px;
	overflow-y: scroll;
}
body.narrow #topNewsCont {
	max-height: 180px;
}
#topNewsCont ul li {
	padding: 0;
	border-style: dotted;
}
#topNewsCont ul li a {
	padding: 12px;
	display: block;
	color: #212529;
}
#topNewsCont ul li a:hover {
	background-color: #fcf8e3;
}

.subCont {
	position: relative;
}
.subCont .container {
	padding-top: 20px;
	padding-bottom: 20px;
}

#newsCont .cardCont {
	padding-top: 70px;
	margin-top: -70px;
}
#newsCont .card {
	margin-bottom: 20px;
}
#newsCont .card-body {
	padding-bottom: 10px;
}
#newsCont .card-body .date {
	padding-top: 20px;
	text-align: right;
	color: #ccc;
}
#newsCont .card-body .photo {
	max-width: 300px;
	margin: 0;
}


#twitterCont {
/*	border: 1px #ddd solid;
	border-radius: 5px; */
}

.movieInstagram {
	padding-bottom: 20px;
}
.movieInstagram .instagram-media {
	margin-left: auto;
	margin-right: auto;
}
.movieYoutube {
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin-bottom: 20px;
}
.movieYoutube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

/* Map
--------------------------------------- */
#areaMap {
	margin-bottom: 20px;
}


/* timeTable
--------------------------------------- */
#timeTableTab li a {
	width: 180px;
}
#timeTablePane {
	padding-top: 20px;
}
#timeTableCont .timeTable tr th {
	color: #999999;
	width: 80px;
	text-align: right;
}
#timeTableCont .timeTable tr.oclock th {
	color: #212529;
}
#timeTableCont .timeTable tr th {
	border: none;
}
#timeTableCont .timeTable tr td {
	border: none;
	border-top: 1px dotted #dee2e6;
}
#timeTableCont .timeTable tr.oclock th, #timeTableCont .timeTable tr.oclock td {
	border-top: 1px solid #dee2e6;
}
#timeTableCont .timeTable tr td.dj {
	text-align: right;
}
#timeTableCont .timeTable .place {
	font-size: 0.9em;
	color: #999999;
}

/* artist
--------------------------------------- */
#artistCont .card {
	margin-bottom: 20px;
}
#artistCont .card .date {
	display: block;
	text-align: right;
}

#songsTable td {
	text-align: left;
}

/* shop
--------------------------------------- */
#filterCont dt {
	font-size: 1.2em;
}
#otherFilter {
	display: none;
}
#S_pref {
	margin-bottom: 5px;
}
#badgeCont .badge {
	margin-right: 5px;
	cursor: pointer;
}
#badgeCont .badge.noSelect {
	background-color: #cccccc;
}
#shopCont .cardCont {
	padding-top: 70px;
	margin-top: -70px;
}
#shopCont .card {
	margin-bottom: 20px;
}

#shopCont .card-body.header {
	padding-top: 10px;
	padding-bottom: 0;
}
#shopCont .card-body.body {
	padding-top: 0;
	padding-bottom: 10px;
}
#shopCont .card-body.body .card-text {
	margin-bottom: 10px;
}
#shopCont .card-body.body .card-text.mb {
	margin-bottom: 35px;
}
#shopCont .card-img {
	margin-bottom: 0;
}
#shopCont .card-body.footer {
	margin: 0;
	padding: 5px 20px;
}
#shopCont .card .date {
	display: block;
	text-align: right;
	color: #aaa;
}
#shopCont .category {
	list-style: none;
	padding: 0;
	margin: 0 0 35px 0;
}
#shopCont .category li {
	display: inline-block;
}
#shopCont .links {
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 20px;
}
#shopCont .links .link {
	display: inline-block;
	font-size: 1.2em;
	display: inline-block;
	border-radius: 5px;
	width: 28px;
	height: 28px;
	text-align: center;
	background-color: #fc9c06;
}
#shopCont .links .link span {
	color: #fff;
}
#shopCont .links .link.instagram {
	background-color: #dc3545;
}
#shopCont .links .link.facebook {
	background-color: #3b5998;
}
#shopCont .links .link.twitter {
	background-color: #55acee;
}


/* guideline
--------------------------------------- */



/* tshirt_print
--------------------------------------- */
.fa-tshirt {
	color: #ff6600;
}

/* footer
--------------------------------------- */
footer {
	padding-top: 20px;
	background-color: #f7f1dc;
}

#shareButtons ul{
	padding: 5px 0 0 10px;
	text-align: center;
}
#shareButtons li{
	font-size: 36px;
	display: inline-block;
	text-align: center;
	width: 64px;
	height: 64px;
	margin-right:5px;
	margin-bottom: 10px;
	border-radius: 5px;
	list-style: none;
}
#shareButton li a {
	vertical-align: middle;
}
#shareButtons li.share-twitter{
	background-color: #55acee;
}
#shareButtons li.share-twitter:hover{
	background-color: #83c3f3;
}
#shareButtons li.share-facebook{
	background-color: #3b5998;
}
#shareButtons li.share-facebook:hover{
	background-color: #4c70ba;
}
#shareButtons li.share-hatena{
	background-color: #2c6ebd;
}
#shareButtons li.share-hatena:hover{
	background-color: #4888d4;
}
#shareButtons li.share-pocket{
	background-color: #f13d53;
}
#shareButtons li.share-pocket:hover{
	background-color: #f26f7f;
}
#shareButtons li.share-line{
	background-color: #00C300;
}
#shareButtons li.share-line:hover{
	background-color: #2bd92b;
}
#shareButtons a{
	display:block;
	height:27px;
	padding-top:6px;
	color:#ffffff;
	text-decoration:none;
}
#shareButtons a:hover{
	text-decoration:none;
	color:#ffffff;
}

#contact {
	padding-bottom: 30px;
}
#contact dl dt {
	font-size: 1.4em;
}
#copy {
	text-align: center;
	padding: 10px;
}
