#main {
	margin: 0;
	width: 100%;
}

#content {
	background-color: lightgray;
	padding-bottom: 60px;
}

#content .imgWrap {
	background-color: #FFFFFF;
	position:relative;
	overflow-x:hidden;
}

#content .imgWrap ul{
    list-style-type: none;
    padding-inline-start: 0;
    margin:0;
    left: 0;
    position: relative;
    padding:0;
}

#content .imgWrap li{
    display: inline-block;
    width:100%;
    vertical-align:top;
}

#content .imgWrap img {
	width: 100%;
	object-fit: contain;
	max-height: 500px;
}

#content .imgWrap .carouselBtnWrap{
    width: 100%;
    position: absolute;
    text-align:center;
}

#content .imgWrap .carouselBtn{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
    border: none;
    border: 1px darkgray solid;
    background-color: lightgray;
    outline:none;
}

#content .imgWrap .carouselBtn[active="true"]{
    border: 1px orangered solid;
    background-color: #FE6110;
}

#content .picCaption {
	text-align: center;
	margin: 0;
}

#content #shop_name {
    background-color:white;
	text-align: center;
	margin: 0;
	padding: 10px;
}

#content #info {
	background-color: lightgray;
}

#content #infoInner {
	margin: 10px;
	position: relative;
}

#content #infoInner .dec {
	display: inline-block;
	width: 20px;
	height: 40px;
	background: lightgray;
	position: absolute;
	top: 75px;
}

#content #infoInner #decLeft {
	border-radius: 0 100% 100% 0/50%;
}

#content #infoInner #decRight {
	border-radius: 100% 0 0 100%/50%;
	right: 0;
}

#content #ticketDesc {
	width: 94%;
	padding: 0 3%;
	background-color: #FFFFFF;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#content #ticketDesc #shiyou {
	background-color: gray;
	color: #FFFFFF;
	width: calc(35% - 20px);
	display: inline-block;
	vertical-align: top;
	margin: 0;
	border-radius: 5px;
	padding: 10px;
	font-size: 10px;
	text-align: center;
}

#content #ticketDesc .ticketIcon {
	width: 26%;
	margin: 0 2%;
	vertical-align: bottom;
}

#content #ticketDesc #typeWrap {
	width: 35%;
	display: inline-block;
	vertical-align: bottom;
}

#content #ticketDesc #typeWrap img {
	width: 100%;
}

#content #ticketDesc #typeWrap span {
	font-size: 10px;
}

#content #infoMain {
	background-image: url(../img/shopinfo_bar_002.png);
	background-size: contain;
	padding: 3%;
}

#content #infoMain #shop_product_name {
	color: #FE6110;
	border: 2px #FE6110 solid;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	width: 70%;
}

#content #infoMain #date {
	color: #FE6110;
}

#content .shopImg {
	width: 100%;
	object-fit: cover;
	max-height: 500px;
}

#content #infoMain #map {
	margin:0 auto;
	display: block;
	max-width: 100%;
}

#content #infoMain #mapLink {
	border: 1px #000000 solid;
	width: 80%;
	text-align: center;
	display: block;
	margin: 10px auto;
	color: #000000;
	text-decoration: none;
}

#content #infoFooter {
	background-color: #FFFFFF;
	height: 20px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

#main #back {
	color: #FFFFFF;
	background-color: #2f4f4f;
	width: 80%;
	text-align: center;
	display: block;
	text-decoration: none;
	margin: auto;
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
}

@media screen and (min-width:420px) {
	#content #infoInner .dec {
		width: 30px;
		height: 60px;
		top: 90px;
	}
	#content #ticketDesc #shiyou {
		font-size: 12px;
	}
	#content #ticketDesc #typeWrap span {
		font-size: 12px;
	}
}

@media screen and (min-width:640px) {
	#content #infoInner .dec {
		width: 40px;
		height: 80px;
		top: 110px;
	}
	#content #ticketDesc #shiyou {
		font-size: 14px;
	}
	#content #ticketDesc #typeWrap span {
		font-size: 14px;
	}
}

@media screen and (min-width:1024px) {
	#content #infoInner .dec {
		width: 50px;
		height: 100px;
		top: 140px;
	}
	#content #ticketDesc #shiyou {
		font-size: 18px;
	}
	#content #ticketDesc #typeWrap span {
		font-size: 18px;
	}
}

#infoMain p{
    margin:0;
}
#infoMain p.fontL{
    margin-top:15px;
}
#infoMain a{
    overflow-wrap:break-word;
}

/* 販売期間外 */
.not_on_sale {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.55);
    left: 0;
}
.not_on_sale p {
    opacity: 1;
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin: auto;
    text-align: center;
    padding: 2%;
    background-color: rgba(51, 51, 51, 0.85);
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
