.header {
	height: 60px;
    padding: 2rem 1rem;
    -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transition: background 0.4s ease, height 0.4s ease;
        transition: background 0.4s ease, height 0.4s ease;
    -webkit-transition-property: background, height;
    transition-property: background, height;
    -webkit-transition-duration: 0.4s, 0.4s;
            transition-duration: 0.4s, 0.4s;
    -webkit-transition-timing-function: ease, ease;
            transition-timing-function: ease, ease;
    -webkit-transition-delay: initial, initial;
            transition-delay: initial, initial;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: transparent;
}

.translucent {
    background: rgba(0, 0, 0, 0.4);
}


.header-nav {
        -webkit-transition: background 0.4s ease, height 0.4s ease;
        transition: background 0.4s ease, height 0.4s ease;
    -webkit-transition-property: background, height;
    transition-property: background, height;
    -webkit-transition-duration: 0.4s, 0.4s;
            transition-duration: 0.4s, 0.4s;
    -webkit-transition-timing-function: ease, ease;
            transition-timing-function: ease, ease;
    -webkit-transition-delay: initial, initial;
            transition-delay: initial, initial;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: transparent;
    top: 0;
}

.header-fill {
    background-color: #FFF;
    padding: 0 2rem;
         -webkit-transition: background 0.4s ease, height 0.4s ease;
         transition: background 0.4s ease, height 0.4s ease;
    -webkit-transition-property: background, height;
    transition-property: background, height;
    -webkit-transition-duration: 0.4s, 0.4s;
            transition-duration: 0.4s, 0.4s;
    -webkit-transition-timing-function: ease, ease;
            transition-timing-function: ease, ease;
    -webkit-transition-delay: initial, initial;
            transition-delay: initial, initial;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* 追加 */

.copytitle{
  font-family: 'Lobster', cursive;
  font-weight: normal;
  letter-spacing: 0.1em;
}


/* MOBILE */
.header h6 {
	display: none;
}

.header-fill h6{
	display: block;
	color: #333;
	text-shadow: none;
}

.header-fill h6 img{
	display: none;
}

.header-fill .nav-item a, .nav-item {
    color: #333;
}

.linkbtn {
	width: 150px;	
	font-weight:bold;
	margin: auto;
	font-size: 1.1rem;
}

.linkbtn a:link,
.linkbtn a:visited{
	width: 150px;	
	display: table-cell;
	vertical-align: middle;
	color: #F00;
	border: #F00 1px solid;
	border-radius: 5px;
	background: #FFF;
	text-align: center;
	padding: 5px 0;
}

.linkbtn a:after{
   content: url(../img/icon_pdf.png) ;
   padding-left: 10px;
} 

.linkbtn a:hover {
	width: 150px;
	display: table-cell;
	vertical-align: middle;
	color: #666666;
	border: #FF5151 1px solid;
	border-radius: 5px;
	background: #FFF;
	text-align: center;
	padding: 5px 0;
}

.mailbtn {
	width: 300px;	
	font-weight:bold;
	margin: auto;
	font-size: 1.1rem;
	margin-top: 30px;
}

.mailbtn a:link,
.mailbtn a:visited{
	width: 300px;	
	display: table-cell;
	vertical-align: middle;
	color: #FFF;
	border: #FF5151 1px solid;
	border-radius: 5px;
	background: #FF5151;
	text-align: center;
	padding: 5px 0;
}

.mailbtn a:hover {
	width: 300px;	
	display: table-cell;
	vertical-align: middle;
	color: #FF5151;
	border: #FF5151 1px solid;
	border-radius: 5px;
	background: #FFF;
	text-align: center;
	padding: 5px 0;
}


.member-btn {
	width: 430px;	
	font-weight:bold;
	margin: 0 auto;
	font-size: 1.3rem;
	margin-top: 30px;
}

.member-btn a:link,
.member-btn a:visited{
	width: 430px;		
	display: table-cell;
	vertical-align: middle;
	color: #FF5151;
	border: #FF5151 1px solid;
	border-radius: 5px;
	background: #FFFFFF;
	text-align: center;
	padding: 5px 0;
}

.member-btn a:hover {
	width: 430px;		
	display: table-cell;
	vertical-align: middle;
	color: #666666;
	border: #FF5151 1px solid;
	border-radius: 5px;
	background: #FFF;
	text-align: center;
	padding: 5px 0;
}

.sucsess-btn {
	width: 300px;	
	font-weight:bold;
	margin: auto;
	font-size: 1.1rem;
	margin-top: 30px;
}

.sucsess-btn a:link,
.sucsess-btn a:visited{
	width: 300px;	
	display: table-cell;
	vertical-align: middle;
	color: #FFF;
	border: #c7025d 1px solid;
	border-radius: 5px;
	background: #c7025d;
	text-align: center;
	padding: 5px 0;
}

.sucsess-btn a:hover {
	width: 300px;	
	display: table-cell;
	vertical-align: middle;
	color: #c7025d;
	border: #c7025d 1px solid;
	border-radius: 5px;
	background: #FFF;
	text-align: center;
	padding: 5px 0;
}

.mailform-btn-Area{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.mailform-btn{
	float: left;
	margin: 0 auto;
	font-weight:bold;
	text-align: center;
}


.mailform-btn a:link,
.mailform-btn a:visited{
	display:table-cell;
	width: 400px;
	vertical-align: middle;
	color: #FFFFFF;
	border: #D72D53 2px solid;
	background: #D72D53;
	border-radius: 5px;
	padding: 10px;
	margin: 0 10px;
}


.mailform-btn a:hover{
	width: 400px;	
	color: #D72D53;
	background: #FFFFFF;
	text-decoration: none;
	border-radius: 5px;
	padding: 10px;
	margin: 0 10px;
}



@media screen and (min-width: 480px) {
.header-fill h6 img{
	display: inline-block;
	padding-right: 20px;
	padding-top: 10px;
}
.linkbtn {
	margin: 0;	
	margin-left: auto;
	font-size: 1.0rem;
}

}

@media screen and (max-width: 768px) {
.header {
	height: auto;
}
.header-fill {
	height: auto;
}
.header-fill .nav-item a, .nav-item {
    color: #fff;
}

.linkbtn {
	font-size: 1.0rem;
	margin-bottom: 20px;
}	

.member-btn {
	display: inline;
	width: 100%;	
	font-size: 1.0rem;
}

.member-btn a:link,
.member-btn a:visited{
	width: 100%;
	padding: 5px;
}

.member-btn a:hover {
	width: 100%;	
	padding: 5px;
}



.mailform-btn a:link,
.mailform-btn a:visited{
	width: 100%;
	padding: 10px 20px;
}


.mailform-btn a:hover{
	width: 100%;
	padding: 10px 20px;
}
}


@media screen and (max-width: 1024px) {

.member-btn {
	font-size: 1.1rem;
}
}


/* ここまで追加 */

.nav-item a, .nav-item {
    color: #fff;
}

.nav-btn span {
   background-color: #ddd;
}

.hero-body {
    position: relative;
}

#splash-img {
  background:url("https://images.unsplash.com/photo-1465414829459-d228b58caf6e?ifit=crop&amp;fm=jpg&amp;q=100&amp;h=1440&amp;w=2560");
  background-size: cover;
}

#logo {
    max-width: 200px;
}

#landing, #landing video {
    min-height: 650px;
}

#version {
    background-color: rgba(255, 255, 255, 0.3);
    max-width: 200px;
    margin: 2rem auto;
}

.padtop {
    padding: 3rem 0;
}

.padtop-ticket {
    padding: 3rem 0;
	margin-bottom: -80px;
}

.no-margin {
    margin: 0;
}

span.title {
    margin-left: .5rem;
}


/* Buttons */
#btn1 {
    background-color: #2ecc71;
}

#btn2 {
    background-color: #3498db;
}

#btn3 {
    background-color: #9b59b6;
}

#btn4 {
    background-color: #FFC371;
}

#btn5 {
    background-color: #0ABFBC;
}

.col-fluid.content {
    width: 65%;
}

.content blockquote:not(.example) {
    background-color: #ffdadd;
    border-left: 5px solid #f03d4d;
}

#grid a {
    position: inherit;
}

.desc {
    vertical-align: bottom;
    font-size: 11px;
    font-family: 'Nunito Sans';
        margin-left: 10px;
}

.desc code {
      margin-right: 5px;
}

code {
    background: #ffdadd;
}

pre > code {
    padding: 1rem 1.5rem !important;
}

pre:not(.get-cirrus) > code {
    padding: 2rem 1.5rem 1rem !important;
    background: #f6f8fa;
}

pre.get-cirrus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    border-radius: .3rem;
    background: #242424 !important;
}

.hljs {
    background: #f6f8fa !important;
    max-height: 500px;
}

code.dark {
    background: transparent !important;
}

/* Copy button */
pre .copy {
    margin: auto 1rem;
    color: #f03d4d;
    padding: 0.25rem 0.75rem;
    border-radius: .3rem;
    font-weight: 700;
    box-sizing: border-box;
    user-select: none;
    cursor: pointer;
    transition: all .2s;
}

pre .copy:hover {
    background: #f03d4d;
    color: #fff;
    transition: all .2s;
}

#grids .col > div, #grids [class^='col-'] > div, #grids [class*=" col-"] > div, #grids .col > div, #grids [class^='w-'] > div, #grids [class*=" w-"] > div {
    background: #eee;
    text-align: center;
    border-radius: 5px;
    font-size: .7rem;
    text-transform: uppercase;
    min-height: 30px !important;
    line-height: 30px;
    margin-bottom: .75rem;
    font-weight: bold;
    letter-spacing: .1rem;
}

#textele code {
    margin-left: .5rem;
}

#input-type-container p {
    margin: 0;
}

.doc-link {
    font-weight: 300;
    color: #dc4753;
    margin-right: .5rem;
}

.doc-link:hover {
    color: #FA6571;
}

iframe {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

/* FOOTER */
footer ul a {
    display: block;
}

footer ul a li:hover {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

footer .divider {
    background: rgba(238, 238, 238, 0.2);
    height: 1px;
}

.card-tile {
    margin: 1.5rem 0;
}

/* The heart (you can set a custom id if you want) */
footer p .fa.fa-heart {
        color: #E90606;
    margin: 0 3px;
    animation: pound 0.35s infinite alternate;
    -webkit-animation: pound 0.35s infinite alternate;
        vertical-align: baseline;
}

/* MOBILE */
@media screen and (max-width: 768px) {
    .padtop {
        padding: 1.5rem 0;
    }

    /*.header-menu {
        background-color: rgba(76, 76, 76, 0.7);
    }*/
}



/*イベントプログラム*/
#secEvent .box{
	table-layout: fixed;	
	width: 100%;
	height: auto;
	font-size: 1.2rem;
	line-height: 1.5em;	
	margin: 0 auto;
	border-spacing: 0;
	border: #cccccc 1px solid;
	padding: 10px 5px;
 }
 
#secEvent .box p{
	text-align: left;
	font-size: 1.1rem;
	line-height: 1.5em;		
	padding: 0;
}

#secEvent .box .name{
	font-size: 1.0rem;
}

#secEvent .box ol{
	margin-top: -20px;
}
 
#secEvent .box ol li{
	text-align: left;
	font-size: 1.1rem;
	line-height: 1.3em;		
	padding: 0 0 10px 0;
}

#secEvent .box ol.song-title{
	position: relative;
	margin: 0;
	padding: 0;
	margin-left: -20px;
}

#secEvent .box ol.song-title li{
	list-style: none;
	list-style-position: outside;
	color: #c7025d;
	text-align: left;
	font-size: 1.0rem;
	line-height: 1.3em;	
	padding-left: 1.25em;
	margin: 0;
}

#secEvent .box ol.song-title li span {
  position: absolute;
  left: 0;
  margin: 0
}

#secEvent .box ol.sub-title{
	margin: 0 0 0 20px;
}

#secEvent .box ol.sub-title li{
	list-style: decimal;
	list-style-position: outside;
	color: #c7025d;
	font-size: 1.0rem;
	line-height: 0.8em;	
	margin: 0;
}
 
#secEvent .tit{
	color: #FF5F6D;
}

.hero-body-event {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; /* Tells the hero-body to take up the entire space */
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 6rem 1.5rem 3rem 1.5rem;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

}


@media only screen and (min-width: 768px) {
#secEvent .box{
	padding: 20px 50px;
 }
 
 
#secEvent .box ol li{
	margin-left: -10px;
}

#secEvent .row{
	padding: 10px 0 0 0;
}

}

@media only screen and (min-width: 1024px) {

#secEvent .row .col-5 {
  width: 48%!important;
}

#secEvent .row .col-7 {
  width: 52%!important;
}


#secEvent .row .catalog p{
	float: left;
	padding: 0 10px;
}
	
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
text-align: center;
margin: 0 auto;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

@media only screen and (min-width: 768px) {
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 75%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
padding: 20px 0 0 0;
}
}

#flyer img{
	border: #CCC 1px solid;
}


@media only screen and (min-width: 768px) {
#flyer .float{
	float: left;
}

}

#result img{
	border: #CCC 1px solid;
	padding: 0;
	margin: 0;
}

.no-boder img{
	border: none!important;
}

#event-20191206 footer{
    margin-top: -20px;
}

@media only screen and (min-width: 768px) {
#result .float{
	float: left;
}

#result .img-col3 p{
	display: inline;
	padding: 0 10px;
}

#result .divided >.fluid-container:not(.row), .divided >.row [class^='col-'] {
    box-shadow: none;
}
}

#ticket button{
	margin-top: -20px;
	margin-bottom: -20px;
}


/*イベントプロフィール*/
#secEvent-profile .row{
	border-bottom: #999 1px dotted;
	padding: 15px 0 10px 0;
}

#secEvent-profile .row p{
	line-height: 1.5em;
	padding: 10px 0 0 0;
	margin: 0;
}

#secEvent-profile .col-2{
	padding: 0;
	margin: 0;
	text-align: center;
}

#secEvent-profile .col-10{
	line-height: 1.5em;
	padding: 0 0 0 20px;
	margin: 0;
}

@media only screen and (min-width: 1024px) {
#secEvent-profile .col-2{
	text-align: left;
}

}

/*賛助会員*/
#member ul{
	margin-top: 0;
}

/*プログラム見出し */
.program-sec {
  position: relative;
  padding: 15px;
  bottom: 10px;
  text-align: left;
  font-size: 1.2rem;
}

.program-sec:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}
