@charset "utf-8";

.spOnly{display:block!important;}
.pcOnly{display:none!important;}
.pcOnlyCell{display:none!important;}


body {
    background: url(../images/ph_pt_main.png);
}
a {
    color: #DB1D59;
}
.ancPoint {
    display: block;
    position: absolute;
    top: -110px;
}
#container {
    width: 100%;
    margin: 0 auto;
    padding: 110px 10px 0;
    box-sizing: border-box;
}
.contentsBox{
    margin: 0 0 20px;
}

.contents{
	box-shadow: 0 0 1px rgba(0,0,0,0.3);
    background: #FFF;
    padding: 15px;
    box-sizing: border-box;
}

.contentsTit{
    font-size: 22px;
    padding: 0;
    margin: 0 0 10px;
    font-weight: bold;
    color: #DB1D59;
    line-height: 1.3em;
}
.contentsCap{
    border-bottom: 1px solid #DB1D59;
    text-indent: -19px;
    padding: 0px 0 15px 17px;
    font-size: 14px;
    margin: 0 0 10px;
}


#pageTop {
	font-size: 30px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}

#pageTop a {
	text-decoration: none;
    color: #db1d59;
}

.copyright {
    font-family: Arial;
    font-size: 11px;
    text-align: center;
    padding: 30px 0;
    color: #A47E54;
}

.icon{
    vertical-align: -2px;
    padding: 0 5px 0 0;
}
.iconCenter{
vertical-align:-1px;
padding:0 11px 0;
}


.backBtn{

}
.backBtn a{
    border-radius: 5px;
    width: 60%;
    text-align: center;
    margin: 0 auto 15px;
    display: block;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    padding: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.backBtn a:hover{
}


.red {
    color: #CC0000;
}

.blue {
    color: #3366CC;
}

.bold {
   font-weight: bold;
}

.mb0{margin-bottom:0!important;}

.attentionTit{
    font-size: 14px;
    color: #cc0000;
    padding: 0 0 5px;
    text-align: left;
}
.mainAttention{
    line-height: 1.5em;
    font-size: 14px;
    margin: 0 0 30px;
    text-align: left;
    
}

.mainAttention span{
font-weight:bold;
}


/* headerNav
------------------------- */
#headerNav {
    position: fixed;
    top: 0;
    width: 100%;
    padding:0;
    background: #DB1D59;
    z-index: 100;
}

#headerNav ul{
width:100%;
	font-size:0;
}

#headerNav ul li{
	float:right;
	width:70%;
	font-size:12px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#headerNav ul li.naviTop span{
	font-size:15px;
}
#headerNav ul li:last-child{
	width:30%;
	padding:3px 5px 0 0;
	text-align: right;
}

#headerNav ul li a{
background:#DB1D59;
display:inline-block;
padding:0;
font-size:12px;
font-weight:bold;
color:#fff;
text-decoration:none;
text-align:center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
#headerNav ul li a:hover{
opacity:0.7;
}
#headerNav ul li:last-child a{
	margin:0;
	font-size:7px;
	line-height:2em;
}



#headerNav ul li a span {
	font-size:18px;
font-weight: normal;
    vertical-align: -0.15em;
}
#headerNav ul li.naviTop{
    padding: 0;
    display: block;
    float: none;
    text-align: left;
    width: 100%;
}
#headerNav ul li.naviTop a {
	text-align: left;
    font-size: 16px;
    margin: 0 0 10px;
}
#headerNav ul li a span.sub {
    font-weight: normal;
    vertical-align: 0;
    padding: 0;
    display: block;
    font-size: 13px;
}

#headerNav ul li:nth-child(2) {
    padding: 0;
    float: none;
    width: 100%;
}
#headerNav ul li:nth-child(2) a {
    margin: 0 10px 0 0;
    font-size: 12px;
}
#headerNav ul li a span {
    font-size: 100%;
    font-weight: normal;
    vertical-align: -0.15em;
}
/* keyVisual
------------------------- */

#keyVisual{
    border: 1px solid #000
}

#keyVisual .mainDetail{
	background: #FFF;
}
#keyVisual .mainVisual{
    line-height: 0;
}
#keyVisual .mainVisual img{
	width:100%;
}
#keyVisual .name{
    margin: 0 0 20px;
    font-size: 16px;
    padding: 10px;
    color: #FFF;
    background: #A47E54;
    font-weight: bold;
    letter-spacing: 0.1em;
}
#keyVisual .DetailList{
}

#keyVisual .DetailList li{
    border-bottom: 1px solid #C5BCA1;
    font-size: 16px;
    padding: 0 0 10px;
    margin: 0 15px 10px;

}
#keyVisual .DetailList li:last-child{
	padding: 0;
    border: none;
    font-size: 15px;
    margin: 0 15px 0;

}
#keyVisual .DetailList li .mark{
    font-weight: bold;
    display:block;
}
#keyVisual .DetailList li .result{
    display: block;
    padding: 10px 0;
}

#keyVisual .DetailList li .still{
    background: #3366cc;
    font-size: 13px;
    vertical-align: 3px;
    padding: 1px 10px;
    color: #FFF;
    font-weight: bold;
    border-radius: 3px;
}

#keyVisual .DetailList li .start{
    background: #B52119;
    font-size: 13px;
    vertical-align: 3px;
    padding: 1px 10px;
    color: #FFF;
    font-weight: bold;
    border-radius: 3px;
}

#keyVisual .DetailList li .end{
    background: #888;
    font-size: 13px;
    vertical-align: 3px;
    padding: 1px 10px;
    color: #FFF;
    font-weight: bold;
    border-radius: 3px;
}




/* box-artist pc
------------------------------- */
.box {
    background: #fff;
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
    padding: 30px 50px;
    margin: 0 0 20px;
}
.box-artist { padding: 0; }
.box-artist .ph { 
	width: 100%;
    min-height: 200px;
    float: none;
    line-height: 0;
}
.box-artist .ph img { width: 100%; }
.box-artist .ph + .title { padding: 0; }
.box-artist .title .name {
    background: #DB1D59;
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    padding: 10px 4%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.box-artist .title .tit { 
	font-size: 17px;
    padding: 20px 4% 15px;
    border-bottom: 1px solid #C5BCA1;
    margin: 0 0 20px;
}
.box-artist .title .txt { 
color: #555; 
font-size: 14px; 
padding: 15px 4% 20px; 
}
.box-artist .info li { 
    border-bottom: 1px solid #C5BCA1;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 4% 15px;
}
.box-artist .info li:last-child{ 
    border-bottom: none;
    font-size: 13px;
    padding: 0 4% 15px;
}

.box-artist .info li .result {
    padding: 7px 0 0;
    display: inline-block;
}
.box-artist .info li .mark {
    font-weight: bold;
    padding: 0 20px 0 0;
}

.box-artist .info .icon { font-size: 12px; border: 1px solid; border-radius: 2px; padding: 0 5px; margin: 0 5px 0 0; }
.box-artist .info .dticket { color: #e9537d; }
.box-artist .info .pticket { color: #009688; }



/* schedule 
------------------------- */
#schedule{
padding-bottom:15px;
}

.scheduleList{

}
.scheduleList li{
    border-bottom: 1px solid #DB1D59;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.scheduleList li:last-child{

}
.liveDetailList{

}
.liveDetailList dd{
	font-size: 15px;
    margin: 0 0 10px;
}
.liveDetailList dd:last-child{
    margin: 0;
}
.liveDetailList dd.date{
    font-weight: bold;
}


.liveDetailList dd.venue{
    font-weight: bold;
}
.liveDetailList dd.venue span{
    font-size: 10px;
    display: block;
}


.liveDetailList dd.time span{
    font-size: 10px;
    display: block;
    color: #888;
    font-weight: bold;
}
.liveDetailList dd.price span{
    font-size: 10px;
    display: block;
    color: #888;
    font-weight: bold;
}
/* liveDetail
------------------------- */

#liveDetail{
padding-bottom:15px;
}

#liveDetail .detailCell{
    padding: 15px 0 0;
    display: block;
}

#liveDetail .detailCell tr{
    padding: 0 0 15px;
    margin: 0 0 15px 0;
    display: block;
}

#liveDetail .detailCell tr:last-child{
    padding: 0 0 10px 0 ;
    margin: 0 ;
    display: block;
}

#liveDetail .detailCell th{
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
    padding: 0 0 7px;
    font-size: 15px;
    font-weight: bold;
    color: #DB1D59;
    display: block;
    width: 100%;
    margin: 0;
}

#liveDetail .detailCell td{
    margin: 0 0 15px;
    display: block;
    vertical-align: top;
    padding: 0 0 10px;
    font-size: 15px;

}

#liveDetail .detailCell td:last-child{
    margin: 0;
    padding: 0;
}

#liveDetail .detailCell tr:last-child td{
    margin:0;
}

#liveDetail .detailCell td .cap{
    font-size: 12px;
    padding:5px 0 0 0;
    display:block;

}

#liveDetail .detailCell .detailList{

}

#liveDetail .detailCell .detailList li{
    line-height: 1.5em;
    text-indent: -15px;
    padding: 0 0 10px 15px;
    font-weight: bold;
    font-size: 13px;
}

#liveDetail .detailCell .detailList li:last-child{
    padding: 0 0 0 15px;
}

#liveDetail .detailCell .detailList li .icon{
    font-size: 8px;
    vertical-align: 2px;

}

/* attention
------------------------- */

#attention{
    padding: 15px 10px 15px 15px;
}

#attention .emph {
    padding: 0 0 15px;
    font-size: 15px;
	font-family: "メイリオ", meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    line-height: 1.5em;
}

#attention .box_s {
	margin: 0 0 30px;
	background: #eee;
	padding: 20px;
}

#attention .box_s p {
	margin: 0 0 10px;
}

#attention .box_s ul li{
	text-indent: -1.4em;
	margin: 0 0 5px 19px;
	line-height: 1.3em;
}

#attention .box_s ul li:last-child {
	margin: 0 0 0 19px;
}


#attention .attentionDetail {
    margin: 0 0 15px 0;
}


#attention .attentionDetail h3 {
/*	color: #8B5454;*/
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 5px;
}

#attention .attentionGroup{
	margin: 0 0 20px 0;
}

#attention .attentionGroup:last-child {
	margin: 0;
}

#attention ul.list {
    padding: 0px 0 5px 10px;
}

#attention ul.list li {
/*	text-indent: -15px; */
    margin: 0px 0 10px 5px;
    font-size: 14px;
}
#attention ul.list li.limitin{
	text-indent: 0;
    margin: 0px 0 5px 0;
    font-size: 14px;
}

#attention .box_l {
	background: #FFFFEC;
	padding: 20px 0;
}

#attention .box_l dl.phone {
	float: left;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
}

#attention .box_l dl.phone:first-child {
	padding:0 0 0 20px;
}

#attention .box_l dl.phone dt {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 5px;
}

#attention .icon{
    font-size: 16px;
    margin: 0 4px 0 0;
    vertical-align: -2px;
    font-weight: normal;
    padding: 0;
}

#attention .textArea {
	margin: 0 0 30px;
}

#attention .question {
    font-size: 16px;
    font-weight: bold;
    color:#333333;
}

#attention .question a{
	color:#333333;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    padding: 0 0 15px;
    font-size: 14px;
}

#attention .question a:hover{
color:#333333;
}



.addIcon {
    background: none repeat scroll 0 0 #f00;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 5px;
    margin-left: 5px;
}


table.limit{
    border: 1px solid #aaa;
    text-indent: 0;
    width: auto;
    margin: 0 auto 20px;
    box-sizing: border-box;
}

table.limit tr{

}
table.limit th {
    padding: 10px;
    text-align: center;
    border: 1px solid #DB1D59;
    background: #DB1D59;
    color: #FFF;
    width: 50%;
    font-size: 13px;
}
table.limit td{
    padding: 5px;
    text-align: center;
    font-size: 13px;
}

table.limit tr:nth-child(1) td{
    text-align: right;
    padding: 5px 20px 5px 10px;
}

table.limit tr:nth-child(1) td:nth-child(2){
    text-align: left;
    padding: 5px 10px 5px 20px;
}

/* entryArea
------------------------- */
#entryArea{
    margin: 0 0 50px;

}
#entryArea p.entry{
    line-height: 1.5em;
    text-align: center;
    font-size: 13px;
    padding: 0 0 20px;
}
#entryArea p.caption{
    font-weight: bold;
    padding: 0 0 15px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
}


#entryArea p.entryBtn{

}
#entryArea p.entryBtn a{
    display: block;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    margin: 0 auto 15px;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    box-sizing: border-box;

}


#entryArea p.entryBtn a:hover{
	margin: 0 auto 15px;
    box-shadow: 0 3px 0 #190017;
}

#entryArea p.blankBtn{
    border-radius: 5px;
    background: #DDD;
    width: 320px;
    text-align: center;
    margin: 0 auto 20px;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #999;
}

.entryEnd{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4em;
}

.entryBox .entrytype li {
    margin: 0 auto 20px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    background: #fff;
    border: 2px solid #DB1D59;
    padding: 20px;
    box-sizing: border-box;
}
.entryBox .entrytype li .btn a{
    background: #DB1D59;
    width: 100%;
    margin: 0 auto;
    color: #FFF;
    line-height: 1em;
    padding: 15px;
    border-radius: 100px;
    border: 1px solid #DB1D59;
    box-sizing: border-box;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    font-size: 14px;
}

.entryBox .entrytype li .btnsub .mail{
    background: #000;
    width: 100%;
    margin: 0 auto;
    color: #FFF;
    line-height: 1em;
    padding: 15px;
    border-radius: 100px;
    border: 1px solid #000;
    box-sizing: border-box;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    font-size: 14px;
    line-height: 1.3em;
}

.entryBox .entrytype li .entryName {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
}
.entryBox .entrytype li .text {
    font-size: 14px;
    margin: 0 0 15px;
    text-align: left;
}

/* faq
=================================== */
#faq{
    margin: 0 0 30px;
}

#faq .faqTit {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 10px 10px;
}
#faq .faqList {
	margin: 0 0 50px;
}
#faq .faqList dt {
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #DDD;
    padding: 10px 28px 10px 50px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 1.5em;
}

#faq .faqList dt:before {
	position: absolute;
    content: 'Q';
    width: 30px;
    height: 30px;
    background: #5F79FF;
    color: #fff;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    margin: 0 20px 0 0;
    top: 50%;
    left: 10px;
    font-family: 'Cabin', sans-serif;
    transform: translateY(-50%);
}

#faq .faqList dt:after {
	content: '\f476';
	font-family: 'WebHostingHub-Glyphs';
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 15px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s

}

#faq .faqList dt:hover:after {
}
#faq .faqList dt.open:after {
	content: '\f477';
}
#faq .faqList dd {
    text-indent: 0;
    background: #FFFCFE;
    border: 1px solid #DDD;
    border-top: none;
    padding: 15px 15px 15px 50px;
    margin: 0 0 20px;
    position: relative;
    display: none;
}
#faq .faqList dd p {
    position: relative;
}
#faq .faqList dd p:before {
    position: absolute;
    content: 'A';
    width: 30px;
    height: 30px;
    background: #DB367A;
    background-position: center;
    color: #FFF;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    border-radius: 100px;
    top: -6px;
    left: -40px;
    font-family: 'Cabin', sans-serif;
    display: inline;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-indent: 0;
}
#faq .faqList dt:after {
	content: '\f476';
	color: #aaa;
	font-family: 'WebHostingHub-Glyphs';
	font-size: 20px;
	position: absolute;
	right:3px;
	top: 10px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s

}


#faq .faqList dt.leadQuestion {
background: #fff none repeat scroll 0 0;
    border: 2px solid #db367a;
    margin: 0 auto 20px;
    content: none;
}
#faq .faqList dt.leadQuestion:hover {
background: #ffffe0;
}
#faq .faqList dt.leadQuestion a {
color:#333;
text-decoration: none;
display:block;
}
#faq .faqList dt.leadQuestion a span.emtgLink{
text-decoration: underline;
}
#faq .faqList dt.leadQuestion a span.faqAttention{
color:#c93c52;
font-size:14px;
}


#faq .faqList dt.leadQuestion:before {
	background:#DB367A!important;
	display:none;

}
#faq .faqList dt.leadQuestion:after{
	color:#FFF!important;
}



#faq .faqList dd table.faqArea{
border-top:#cccccc  1px solid;
border-right:#cccccc  1px solid;
margin: 10px auto 0;
}


#faq .faqList dd table.faqArea th{
border-left:#cccccc  1px solid;
border-bottom:#cccccc  1px solid;
background:#fff;
text-align:center;
padding:10px;
font-weight:bold;
font-size: 15px;
}

#faq .faqList dd table.faqArea th.happyArea{
color:#e4007f;
}

#faq .faqList dd table.faqArea th.grooveArea{
color:#2AAC3A;
}


#faq .faqList dd table.faqArea th.hfArea{
color:#F8B625;
}


#faq .faqList dd table.faqArea th.gfArea{
color:#EA5810;
}


#faq .faqList dd table.faqArea td{
border-left:#cccccc  1px solid;
border-bottom:#cccccc  1px solid;
background:#fff;
text-align:center;
padding:10px;
font-size: 15px;
}

#faq .faqList dd table.faqArea td p.happy{
background: #e4007f;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
}


#faq .faqList dd table.faqArea td p.groove{
background:#2AAC3A;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
}


#faq .faqList dd table.faqArea td p.hf{
background: #F8B625;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
}

#faq .faqList dd table.faqArea td p.gf{
background: #EA5810;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
}


#faq .faqList dd table.faqArea td p.nomember{
background: #aaa;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
}

#faq .faqList dd table.kidsEntry{
border-top:#cccccc  1px solid;
border-right:#cccccc  1px solid;
margin: 10px auto 0;
width:100%;
font-size: 15px;
}

#faq .faqList dd table.kidsEntry tr th{
border-bottom:#cccccc 1px solid;
border-left:#cccccc 1px solid;
background:#F5EBF3;
padding:10px 15px;
font-weight:bold;
}

#faq .faqList dd table.kidsEntry tr th:nth-child(2){
width: 30%;
}

#faq .faqList dd table.kidsEntry tr td{
border-bottom:#cccccc  1px solid;
border-left:#cccccc  1px solid;
background:#fff;
padding:10px;
}

/* faq contactBox
=================================== */

.contactBox p.contactLead {
text-align:center;
margin:0 auto 20px;
font-size: 15px;
}

.contactBox ul.contactBoxDetail {
margin: 0 auto 0;
}

.contactBox ul.contactBoxDetail li {
    min-height: auto;
    box-sizing: border-box;
    width: 100%;
    margin: 0 4% 20px 0;
    float: none;
}
.contactBox ul.contactBoxDetail li:last-child {
margin:0 0 0 0;
}


.contactBox ul.contactBoxDetail li h5 {
text-align:center;
padding:15px 0 10px;
font-weight:bold;
font-size: 13px;
}

.contactBox ul.contactBoxDetail li .contactDetail {
padding:15px;
}

.contactBox ul.contactBoxDetail li .contactDetail p.contactQuestions {
margin:10px auto 0;
padding: 10px 0;
}


.contactBox ul.contactBoxDetail li:last-child .contactDetail p.contactQuestions{
line-height: 1.8em;
    padding: 16px 10px;
}

