@charset "utf-8";

/* サービス毎の色替え用CSS
================================= */
#header h1{
	font-size:27px;
	font-weight:bold;
}
#header h1 span{
	font-size:40px;
}

.summary{
	width:100%;
}
.summary th{
    background: #f5f5f5;
    border: 1px solid #aaa;
	color:#333;
    font-weight: bold;
    padding: 15px;
    width: 140px;
}
.summary td{
	padding: 15px;
    border: 1px solid #aaa;
}
.addIcon {
    margin-right: 3px;
    vertical-align: -0.1em;
    background: #ff0066 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
}
#btnBox{
	padding:0 0 0;
}
#btnBox .bold{
	color:#f00;
	font-size:22px;
	text-align:center;
}
#btnBox .btn a{
	margin:10px auto 0;
}
.summary td.bt{
	border-top:none;
}
.summary td.br{
	border-right:none;
}
.summary td.bl{
	border-left:none;
}
.summary td.bb{
	border-bottom:none;
}


#about .box {
    margin: 20px 0 0;
    padding: 0 30px 15px;
}
.dticketPoint {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px;
}
#about .attentionList li::before {
    color: #ff0066;
}
.attentionList li::before {
    color: #999;
    content: "●";
    font-size: 0.6em;
    left: -13px;
    position: absolute;
    top: 0.2em;
}

#about .box .ph {
    float: right;
    line-height: 0;
    margin-top: -45px;
    width: 120px;
}
#about .box .ph img {
    width: 120px;
}

#about .attentionList{
    background-color: #fffce4;
    margin: 0 140px 0 0;
    padding: 10px;
}
#about .attentionList li{
	font-size:18px;
	margin-bottom: 0.5em;
}
#about .attentionList li:last-child{
	margin-bottom:0;
}
#about .box.dticket .link{
	padding:10px 0 0;
	font-size:18px;
}
#about .box.dticket{
	padding-bottom:80px;
}
#tanoshimeru{
	padding:0 10px;
}
#tanoshimeru p{
	margin:0 0 10px;
}
#tanoshimeru p img{
	padding:0 0 10px;
}
.summary.kouen th{
	text-align:center;
}
.summary.kouen th:first-child,
.summary.kouen th:nth-child(3){
	width:80px;
}
.sp{
	display:none;
}

@media screen and (max-width:600px){
.sp{
	display:block;
}
.fs12{
	font-size:11px;
}
.summary th,
.summary td{
	display:block;
	width:100%;
    padding:8px;
    color:#333;
    border-bottom:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.summary{
	border-bottom:1px solid #aaa;
}
.summary td table td.center{
	padding:8px 0;
}
.sp .summary .data{
	text-indent:-0.5em;
	padding:0 0 5px;
	line-height:1.3em;
}
.sp .summary .tel{
	font-size:12px;
	line-height:1.3em;
}
.addIcon {
    font-size:11px;
    padding:3px 5px;
}
.btn .main{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#btnBox .bold{
	font-size:14px;
}
.dticketPoint{
	font-size:16px;
}
#about .box .ph{
	float:none;
	margin:10px 0;
	width:100% !important;
	text-align:center;
}
#about .box .ph img{
	width:30%;
}
#about .box.dticket{
	padding:0 0 30px;
}
#about .attentionList{
	margin:0;
}
#about .attentionList li{
	font-size:13px;
}
.attentionList li::before{
	top: 0.6em;
}
#about .box.dticket .link{
	font-size:13px;
}
#about .attentionList li{
	margin-bottom:5px;
}
#tanoshimeru{
	padding:0;
	background:#fff;
}
.text.center{
	text-align:left;
}
.btn .sub{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#btnBox{
	padding:0 0 20px;
}
#entry .sectionTit{
	margin:0 0 20px !important;
}
#entry.section{
	padding: 20px 4% 0;
}
#entry.section .summary{
	margin:0 0 30px;
}


}