@charset "utf-8";

/* ページタイトル
============================================================================= */
.ttlPage-svg{
	fill: #f2ca20;
}

/* タブ
============================================================================= */
.stageTab{
	display: flex;
	justify-content: center;
}
.stageTab_item{
	width: 50%;
	font-size: 1.8rem;
	font-weight: bold;
}
.stageTab_item .m-ico{
	font-size: 2.5rem;
	font-weight: normal;
	margin-right: 5px;
}
.stageTab_item a{
	display: block;
	padding: 15px 20px;
	color: #000;
	text-decoration: none;
	border-radius: 8px;
	border: solid 1px #000;
}
.stageTab_item.is-active a{
	pointer-events: none;
	color: #fff;
	background: #000;
}
.stageTab_item:not(.is-active){
	cursor: pointer;
}

@media screen and (min-width: 960px){
	.stageTab{
		margin-left: -20px;
	}
	.stageTab_item{
		margin-left: 20px;
		width: inherit;
		font-size: 2.2rem;
	}
	.stageTab_item a{
		padding: 20px 40px;
	}
	.stageTab_item .m-ico{
		font-size: 3.5rem;
		margin-right: 10px;
	}
}


/* stagesCas
============================================================================= */
.stagesCas{
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0 -10px;
}
.stagesCas_item{
	margin: 10px 0 0 10px;
 	width: calc(100% / 2 - 10px);
}
.stagesCas_item a{
	display: flex;
	flex-direction: column;
	padding: 0 0 5px;
	height: 100%;
	color: #000;
	text-decoration: none;
	border-radius: 8px;
	box-shadow: 0 0 0.2em rgb(0 0 0 / 20%);
	background: #fff;
	text-align: center;
	overflow: hidden;
}
.stagesCas_img{
	order: -1;
}
.stagesCas_name{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px 10px 0;
	font-weight: bold;
}

@media screen and (min-width: 960px){
	.stagesCas{
		margin: 0 0 0 -32px;
	}
	.stagesCas_item{
		margin: 32px 0 0 32px;
		width: calc(100% / 3 - 32px);
	}
	.stagesCas_item a{
		padding: 0 0 32px;
		border-radius: 32px;
	}
	.stagesCas_name{
		margin-top: 32px;
	}
}

/* 地図から探す
============================================================================= */
.mapBox{
    position: relative;
    width: 100%;
	margin-top: 30px;
    padding-top: 150%;
}
.mapBox iframe{
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 960px){
	.mapBox{
		margin-top: 50px;
		padding-top: 80%;
	}
}

/* profile
============================================================================= */
.profilewp{
	display: flex;
	flex-direction: column-reverse;
}
.profile_body{
	margin-top: 20px;
}
.profile_ttl{
	padding-bottom: 15px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.3;
	border-bottom: dashed 1px #000;
}
.profile_txt{
	margin-top: 30px;
}
.profile_box{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	border-bottom: solid 1px #ccc;
}
.profile_box dt{
	width: 100px;
	font-weight: bold;
	background: #f5f5f5;
}
.profile_box dd{
	width: calc(100% - 100px);
}
.profile_box dt, .profile_box dd{
	padding: 20px 15px;
	border-top: solid 1px #ccc;
}
.profile_linkList{
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0 0 -10px;
}
.profile_linkList_item{
	margin: 10px 0 0 10px;
}
.profile_linkList_item a{
	display: block;
	padding: 8px 20px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px #ccc;
}
.profile_linkList_item .m-ico{
	margin-left: 5px;
	color: #ababab;
    font-size: 90%;
	font-weight: normal;
}

.sect-sub{
	padding-top: 50px;
	border-top: solid 1px #ccc;
}
.shopmenuList{
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0 -10px;
}
.shopmenuList_item{
	display: flex;
	flex-direction: column;
	margin: 20px 0 0 10px;
 	width: calc(100% / 2 - 10px);
}
.shopmenuList_img{
	order: -1;
}
.shopmenuList_name{
	margin-top: 5px;
}
.mapbox{
	margin-top: 30px;
}
.mapbox iframe{
	width: 100%;
}



.sect-sub.theday{
	padding: 0;
	border: none;
}
.thedaywp{
	padding: 20px;
	background: repeating-linear-gradient(-45deg, rgba(247, 241, 213, 75%), rgba(247, 241, 213, 75%) 2px, rgba(247, 241, 213, 100%) 2px, rgba(247, 241, 213, 100%) 4px);
}
.profile_eventTtl{
	position: relative;
	padding-bottom: 10px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 2px #b9b18e;
}
.thedaywp .kome{
	margin-top: 8px;
}



.profile_eventbox{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.profile_eventbox dt{
	width: 130px;
	font-weight: bold;
}
.profile_eventbox dd{
	width: calc(100% - 130px);
}
.profile_eventbox dt:not(:first-of-type), .profile_eventbox dd:not(:first-of-type){
	margin-top: 10px;
	padding-top: 10px;
	border-top: dashed 1px #b9b18e;
}
.profile_event .kome{
	margin-top: 10px;
	padding-top: 10px;
	border-top: dashed 1px #b9b18e;
}

@media screen and (min-width: 960px){
	.thedaywp{
		margin: 0 auto;
		padding: 20px 50px;
		max-width: 1000px;
	}
	.profile_eventbox dt{
		width: 200px;
	}
	.profile_eventbox dd{
		width: calc(100% - 200px);
	}
	.thedaywp .kome{
		font-size: 1.5rem;
	}

}


/* タイムテーブル */
@media screen and (max-width: 959px){
	.timetableCas{
		margin-top: 30px;
	}
	.timetableCas_date{
		margin-bottom: 24px;
		font-size: 2.4rem;
		font-weight: bold;
	}
	.timetableCas_item{
		display: flex;
		flex-direction: column-reverse;
	}

	.timetableCas_item{
		position: relative;
		margin-left: 15px;
		padding: 0 0 30px 30px;
		border-left: dashed 3px #ccc;
	}
	.timetableCas_item:before{
		position: absolute;
		left: -18px;
		top: -8px;
		content: "";
		display: inline-block;
		width: 30px;
		height: 30px;
		border-radius: 50vw;
		border: solid 2px #000;
		background: #fff;
	}
	.timetableCas_itembox{
		position: relative;
		margin-top: 10px;
	}
	.timetableCas_itembox a{
		display: flex;
		flex-direction: row-reverse;
		padding: 10px;
		color: #000;
		text-decoration: none;
		border-radius: 10px;
		border: solid 1px #ccc;
	}
	.timetableCas_txt{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.timetableCas_img{
		width: 100px;
	}
	.timetableCas_itembody{
		position: relative;
		flex: 1;
		margin-left: 10px;
		padding-bottom: 30px;
	}
	.timetableCas_name{
		font-size: 1.8rem;
		font-weight: bold;
	}
	.timetableCas_link{
		position: absolute;
		right: 0;
		bottom: 0;
		margin-top: 20px;
		font-weight: bold;
		text-align: right;
		line-height: 1;
		color: rgb(29, 155, 240);
	}
	
}

@media screen and (min-width: 960px){

	.profilewp{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.profile_body{
		width: 48%;
		margin-top: 0;
	}
	.profile_ttl{
		padding-bottom: 15px;
		font-size: 3.0rem;
		font-weight: bold;
		border-bottom: dashed 1px #000;
	}
	.profile_txt{
		margin-top: 30px;
	}
	.profile_box{
		display: flex;
		flex-wrap: wrap;
		margin-top: 30px;
		border-bottom: solid 1px #ccc;
	}
	.profile_box dt{
		width: 130px;
		font-weight: bold;
		background: #f5f5f5;
	}
	.profile_box dd{
		width: calc(100% - 130px);
	}
	.profile_box dt, .profile_box dd{
		padding: 20px 15px;
		border-top: solid 1px #ccc;
	}
	.profile_linkList{
		display: flex;
		flex-wrap: wrap;
		margin: -10px 0 0 -10px;
	}
	.profile_img{
		width: 48%;
	}
	.shopmenuList{
		margin: 20px 0 0 -20px;
		justify-content: center;
	}
	.shopmenuList_item{
		margin: 20px 0 0 20px;
		width: calc(100% / 4 - 20px);
	}
	.shopmenuList_img{
		order: -1;
	}
	.shopmenuList_name{
		margin-top: 5px;
	}
	.mapbox{
		margin-top: 30px;
	}
	.mapbox iframe{
		width: 100%;
	}

	/* タイムテーブル */
	.timetableCas{
		margin: 30px auto 0;
		max-width: 800px;
	}
	.timetableCas_date{
		margin-bottom: 32px;
		font-size: 2.6rem;
		font-weight: bold;
	}
	.timetableCas_item{
		display: flex;
		flex-direction: row-reverse;
	}
	.timetableCas_itembox{
		position: relative;
		padding: 0 0 30px 50px;
		width: calc(100% - 150px);
		border-left: dashed 3px #ccc;
	}
	.timetableCas_itembox:before{
		position: absolute;
		left: -24px;
		top: -10px;
		content: "";
		display: inline-block;
		width: 40px;
		height: 40px;
		border-radius: 50vw;
		border: solid 2px #000;
		background: #fff;
	}
	.timetableCas_itembox a{
		display: flex;
		flex-direction: row-reverse;
		padding: 20px;
		color: #000;
		text-decoration: none;
		border-radius: 10px;
		border: solid 1px #ccc;
	}
	.timetableCas_img{
		width: 200px;
	}
	.timetableCas_itembody{
		position: relative;
		flex: 1;
		margin-left: 30px;
		padding-bottom: 30px;
	}
	.timetableCas_name{
		font-size: 1.8rem;
		font-weight: bold;
	}
	.timetableCas_txt{
		margin-top: 10px;
	}
	.timetableCas_link{
		position: absolute;
		right: 0;
		bottom: 0;
		margin-top: 20px;
		font-weight: bold;
		text-align: right;
		line-height: 1;
		color: rgb(29, 155, 240);
	}
	.timetableCas_itemtime{
		width: 150px;
	}
}
