#contents {
//  background-image: url(../img/bg_b.png);
    background-color: #fff;
    width: 100wh;
	height: auto;
	background: linear-gradient(-180deg, #fff, #fffffd, #d7effc, #b9e3f9);
//	background: linear-gradient(-180deg, #b9e3f9, #e70012, #f5a1ae, #fff);
	background-size: 100% 100%;
	animation: Gradient 15s ease infinite;
}


#contents img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
	margin: auto;
}
#eventDetail .shadowBox ,
#about .shadowBox ,
#profile .shadowBox {
	margin-bottom: 0;
}
.center { text-align: center;}
.pink { background-color: #acf6db;}
.fts_small{
    font-size: 70%;
}
.icon {
    position: relative;
    padding-left: 1.5em;
}
.icon:before {
    position: absolute;
    content: '';
    display: block;
    width: 1.2em;
    height: 1.2em;
    top: .2em;
    left: 0;
    background-size: contain;
}
.centerTel {
        width: 80%;font-size: 2.4rem;
        text-align: center;
        padding-right: .5em;
}
.telNo:before {
    background: url(../../../img/icon/tel.svg) no-repeat center;
}
.ftsTel{
    font-size: 2.4rem;
    line-height: 1.8rem;
}

/*====================================================
     //id #title
====================================================*/
#title {
	position: relative;
}
#title .innerBox {
	width: 96%;
}
#title .h2Text {
	position: absolute;
	top: -100%;
	z-index: -10;
}
#title .h2Box {
	position: relative;
}
#title h2 {
	position: relative;
	display: inline-block;
}
#title .h2Box .subTitle {
	position: absolute;
}
#title .leadCopy {
	background: rgba(255,255,255,.8);
	margin: 40px auto 0;
	font-weight: bold;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#title .innerBox {
		width: 100%;
		padding-top: 0;
        margin:0 auto;
	}
	#title .h2Box {
/*		width: 90%;*/
		margin: auto;
	}
	#title .h2Box .txtBox {
        padding:  60px 0;
		background: url(../img/jazzBossa/titleBg.jpg) center no-repeat;
		background-size: cover;
		width: 100%;
        height: 50vh;
	}
	#title .h2Box .subTitle {
		width: 34%;
		max-width: 140px;
		top: -70px;
		right: -14%;
	}
	#title .h2Box .title_logo {
		width: 100%;
		max-width: 500px;
		margin: -10% auto;
	}
	#title .leadCopy p {
		text-align: center;
		font-size: 1.6rem;
	}
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
	#title {
        padding: 10px 10%;
		background: url(../img/jazzBossa/titleBg.jpg) center no-repeat;
		background-size: cover;
        height: 70vh;
	}
	#title .h2Box {
		width: 820px;
		margin-left: 1%;
		margin-right: auto;
	}
    #title .h2Box .title_logo {
		width: 100%;
		max-width: 1200px;
        margin:-50px 0 0 -250px;
	}
	#title .h2Box .subTitle {
		top: -85px;
		right: -100px;
	}
	#title .leadCopy p {
		font-size: 1.7rem;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
	#title .innerBox {
		padding:  60px 0;
	}
	#title .h2Box {
		width: 100%;;
		margin-right: 0;
		margin-left: auto;
	}
    #title .h2Box .title_logo {
		width: 100%;
		max-width: 1200px;
        margin:-50px 0 0 -50px;
	}
}


/*====================================================
     //ID #eventDetail
====================================================*/
#eventDetail h3.trialEvent {
/*    font-weight: bold;*/
    color: #d30000;
    margin-bottom: .5em;
}
#eventDetail .h3Mark:before {
    background: url(../img/jazzBossa/icon06.png) no-repeat left top;
    background-size: contain;
}
#eventDetail h3.trialEvent .circleMark {
    background: #d30000;
    color: #fff;
    margin-right: .5em;
    border: 1px solid #ddd;
    border-radius: 5px;
}
#eventDetail .detail-outer {
	background: #fff;
	border: dotted 1px;
	border-color: #968e73;
	padding: .5em;
}
#eventDetail dt {
	border: none;
	background: #968e73;
	color: #fff;
}
#eventDetail dd {
	margin-left: 16px;
}
#eventDetail h3.h3Mark:before {
    transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
}
#eventDetail p.ticketEnd {
	font-weight: bold;
	color: #a10000;
	line-height: 1.3;
	text-align: center;
	margin: 1em 0;
	font-size: 1.8rem;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    #eventDetail h3.trialEvent {
        font-size: 3.0rem;
        line-height: 1.4;
    }
	#eventDetail .flexBox {
		display: block;
/*		max-width: 300px;*/
	}
    #eventDetail .flexBox p {
        margin-bottom: 1.2em;
    }
	#eventDetail .flexBox dl {
		margin-bottom: 1em;
		font-size: 1.6rem;
	}
    #eventDetail .flexBox .imgBox {
        width: 100%;
        margin: auto;
        text-align: center;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
	
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    #eventDetail h3.trialEvent {
        font-size: 4.0rem;
    }
	#eventDetail .flexBox {        
        display: flex;
/*        align-items: center;*/
/*		justify-content: space-around;*/
/*		flex-wrap: wrap;*/
	}
    #eventDetail .flexBox p {
        font-size: 1.5rem;
        margin-bottom: 1.2em;
    }
    #eventDetail .flexBox .txtBox {
        width: 68%;
    }
	#eventDetail dl {
		font-size: 2.0rem;
		margin-bottom: 14px;
		flex: 1;
	}
    #eventDetail .flexBox .imgBox {
        width: 30%;
        display: inline-block;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
	#eventDetail .shadowBox > .flexBox {
		display: block;
/*        width: 100%;*/
/*		max-width: 510px;*/
	}
    #eventDetail .flexBox .txtBox {
        width: 100%;
        margin-bottom: 1em;
    }
	#eventDetail .flexBox dl {
		margin-bottom: .5em;
	}
    #eventDetail .flexBox .imgBox {
        width: 100%;
        margin: auto;
        text-align: center;
    }
}

/*====================================================
     //id #about
====================================================*/
h3.h3Mark {
    padding: .2em 0 .2em 1.8em;
    position: relative;
    margin-bottom: .4em;
    line-height: 1.2;
}
h3.h3Mark:before {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    display: block;
    content: '';
    top: 0;
    left: 0;
}
#about .h3Mark:before {
    background: url(../img/jazzBossa/icon05.png) no-repeat left top;
    background-size: contain;
}
#about h4 .icon {
    display: inline-block
}
#about h4 .icon img {
    width: 84%;
}
#about .flexBox .detailBox {
    position: relative;
    font-size: 1.6rem;
/*    box-shadow: 3px 3px 0 #645195;*/
}
h5.circle { 
    position: relative;
    margin-bottom: .4em;
    line-height: 1.2;
    padding: .5em;
    border-radius: .8em;
    color: #fff;
    background-color: #1452b0; 
    text-align: center;
}

.circleVoice p {
	margin: 0;
	padding: 0;
}
/*
#about .flexBox .detailBox:after ,
#about .flexBox .detailBox:before {
    position: absolute;
    content: '';
    display: block;
    width: 36px;
    height: 0;
    border-top: solid 2px;
    border-color: #645195;
}
#about .flexBox .detailBox:before {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 6px;
    left: -11px;
}
#about .flexBox .detailBox:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    bottom: 6px;
    right: -11px;
}
*/

#about .flexBox .detailBox h4 {
    margin-bottom: .5em;
    font-weight: bold;
    font-size: 1.8rem;
    padding-left: 3.5em;
    position: relative;
    height: 3em;
    line-height: 1.2;
    align-items: center;
}
#about .flexBox .detailBox h4.pickup {
    margin: 1.2em 0 .5em 0;
    font-weight: bold;
    line-height: 1.2;
    padding-left: 1em;
    font-size: 1.8rem;
    height: 2em;
}

#about .flexBox .imgBox {
    
}
#about h4 .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 3em;
    vertical-align: middle;
    margin-right: .5em;
}
#about .flexBox .detailBox p {
    margin: 0;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    h3.h3Mark {
        font-size: 2.4rem;
    }
    #about .flexBox{
		display: block;}
    #about .flexBox .detailBox {
        margin: 1em 0;
        padding: .8eml;
    }
    #about .flexBox .detailBox h4 {
        padding-left: 2.8em;
        font-size: 1.6rem;
    }
    #about h4 .icon {
        width: 2.4em;
    }
    #about .flexBox .imgBox {
        width: 100%;
        margin: auto;
        display: block;
        text-align: center;
    }    
    .circleVoice-left {
 	position: relative;
	display: block;
 	margin: 1.5em 0 1.5em 0;
	padding: 7px 10px;
 	width: 100%;
 	color: #555;
	font-size: 16px;
	background: #e0edff;
 	border: solid 3px #e0edff;
 	box-sizing: border-box;
    border-radius: .8em;
    }
    .circleVoice-left:before{
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
 	margin-top: 0;
	border: 12px solid transparent;
	border-bottom: 12px solid #e0edff;
 	z-index: 2;
    }
    .circleVoice-left:after{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-top: 0;
	border: 14px solid transparent;
	border-bottom: 14px solid #e0edff;
 	z-index: 1;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
    #about .flexBox .detailBox {
        margin: 1em 0;
        padding: .8em
    }
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    h3.h3Mark {
        font-size: 2.6rem;
    }
    #about .flexBox .detailBox {
        flex: 1;
        margin: .5em;
        padding: .8em
    }
    #about .flexBox .imgBox {
        width: 40%;
        margin: auto;
        text-align: center;
    }
    .circleVoice-left {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 15px;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 60%;
 	color: #555;
	font-size: 16px;
	background: #e0edff;
 	border: solid 3px #e0edff;
 	box-sizing: border-box;
    border-radius: .8em;
}
.circleVoice-left:before{
	content: "";
	position: absolute;
	top: 30%;
	left: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #e0edff;
 	z-index: 2;
}
.circleVoice-left:after{
	content: "";
	position: absolute;
	top: 30%;
	left: -30px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #e0edff;
 	z-index: 1;
}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
    #about .shadowBox > .flexBox {
        display: block;
    }
    #about .flexBox .detailBox h4 {
        padding-left: 2.8em;
        font-size: 1.6rem;
    }
    #about h4 .icon {
        width: 2.4em;
    }
    #about .flexBox .imgBox {
        width: 100%;
        margin: auto;
        text-align: center;
    }    
    .circleVoice-left {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 15px;
	padding: 7px 10px;
	min-width: 520px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #e0edff;
 	border: solid 3px #e0edff;
 	box-sizing: border-box;
    border-radius: .8em;
    }
    .circleVoice-left:before{
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
 	margin-top: 0;
	border: 12px solid transparent;
	border-bottom: 12px solid #e0edff;
 	z-index: 2;
    }
    .circleVoice-left:after{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-top: 0;
	border: 14px solid transparent;
	border-bottom: 14px solid #e0edff;
 	z-index: 1;
    }
}


/*====================================================
    //id #profile
====================================================*/
#profile .h3Mark:before {
    background: url(../img/jazzBossa/icon05.png) no-repeat left top;
    background-size: contain;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    #topicsProfile-outer .imgBox {
        width: 28%;
    }
    #topicsProfile-outer .txtBox {
        width: 70%;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}


/*====================================================
    
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

