/* カスタマイズ用CSS */

/* 2020/10/12 yoshida hucked */


/* vs header-logo FF bug */
	.ec-headerTitle .ec-headerTitle__title a {
	    width:80%;
	}

@media only screen and (min-width: 768px){
	.ec-headerTitle .ec-headerTitle__title a {
	    font-size: 40px;
	    width:40%;
	}
}


.guideList-box {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
    display: none;
}
ul.guideList,ul.guideList ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.guideList > li {
  width: 31%;
  float: left;
}
ul.guideList > li:nth-of-type(2) {
	margin-left: 2%;
	margin-right: 2%;
}
ul.guideList p {
	font-size: 12px;
}
h3.mainttl {
	font-size:14px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #000;
	width: 98%;
}
ul.guideList img {
	width: auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
h4.subttl01,h5.subttl02 {
	font-size: 12px;
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
	.showPC {
		display: none;
	}
}
.ec-categoryNaviRole {
	margin-top: 5rem;
}

.ec-footerTitle__logo {
	width: 100%;
	text-align: center;
}
.ec-footerTitle__logo a {
	width: 100%;
	max-width: 200px;
	display: inline-block;
	margin-bottom: 2rem;
}
.ec-footerTitle__logo a img {
	width: 100%;
}

.ec-shelfGrid__item .ec-select select.form-control {
	width: 100%;
}


.ec-layoutRole .ec-layoutRole__contents {
	margin-top: 5rem;
}



/* for ticket sales */

.border-box {
	width: 100%;
	border: 1px solid #CCC;
	background: #F2F2F2;
	padding: 1rem 1rem;
	margin-top: 2rem;
}

.textin ol,.textin ul {
	font-size: 16px;
}

.ticket-box {
	text-align: center;
	font-size: 16px;
	margin-top: 3rem;
}


.ticket-box input[type=checkbox] {
    display: none;
}

.ticket-box .checkbox:hover {
    background-color: #e2edd7;
}
.ticket-box .checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 20px 8px 0;
    padding: 12px 12px 12px 42px;
    border-radius: 8px;
    background-color: #f6f7f8;
    vertical-align: middle;
    cursor: pointer;
}
.ticket-box .checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 21px;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #53b300;
    border-bottom: 3px solid #53b300;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ticket-box .checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #bbb;
    border-radius: 6px;
    content: '';
}
.ticket-box input[type=checkbox]:checked + .checkbox:before {
    opacity: 1;
}

.ticket-form {
	width:100%;
	max-width: 600px; 
	margin-top: 3rem;
	text-align: center;
	margin: 5rem auto;
}
.border-box h4,.border-box h5 {
	font-weight: bold;
}
