@charset "utf-8";
/* CSS Document */

#fes #KV {
	height: 600px;
	background:url(../images/kv_pc.webp) no-repeat top center;
	background-size: auto 100%;
}

#fes {
	max-width: 1500px;
	min-width: 1000px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
#fes .pc {
	display: block;
}
#fes .sp {
	display: none;
}
#fes .cap {
	font-size: 14px;
	text-align: left;
	margin-top: 5px;
}
#fes a:link,
#fes a:visited,
#fes a:hover,
#fes a:active {
	color: #aa002b;
	border-bottom: #aa002b 1px dotted;
}
#fes .tac {
	text-align: center;
}
#fes .tar {
	text-align: right;
}
#fes > section {
	width: 1000px;
	margin: 80px auto 20px;
}

#fes > section:last-of-type {
	margin: 80px auto;
}
#fes > section > div {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start; /*縦*/
	width: 100%;
}
#fes > section > h1 {
	font-size: 28px;
	line-height: 160%;
	text-align: center;
	margin : 0;
	padding: 0!important;
	color: #aa002b;
}
#fes > section > h1 > span {
	font-size: 23px;
	line-height: 160%;
	text-align: center;
}
#fes > section > h2 {
	font-size: 26px;
	line-height: 160%;
	text-align: center;
	margin : 0;
	padding: 0;
}
#fes h3 {
	font-size: 22px;
	line-height: 160%;
	text-align: center;
	margin : 0;
	padding: 0;
}
#fes h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
	border-bottom: #53585a 1px solid;
	margin : 0 0 20px;
	padding: 0 0 2px 0;
}
#fes p.lead {
	line-height: 160%;
	margin: 20px 0;
}

#fes section#details dl {
	width: 500px;
	display: flex;
	flex-wrap: wrap;
	justify-content: left; /*横*/
	align-items: stretch;
	margin: 20px auto;
}
#fes section#details dl > dt {
	width: 110px;
	line-height: 200%;
}
#fes section#details dl > dt.ls {
	letter-spacing: .05em;
}
#fes section#details dl > dd {
	width: 390px;
	line-height: 200%;
}


#fes section#details div.box,
#fes section#workshop div.box{
	width: fit-content;
	text-align: center;
	border: #53585a 1px solid;
	margin: 50px auto 0;
	padding: 15px 30px 15px;
	box-sizing: border-box;
}
#fes section#details div.box > div,
#fes section#workshop div.box > div {
	display: flex;
	width: 750px;
	line-height: 180%; 
}
#fes section#workshop div.box > p {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
#fes section#details div.box > div > div,
#fes section#workshop div.box > div > div{
	width: 50%;
	order: 1;
}

#fes section#details div.box > div > div > h5,
#fes section#workshop div.box > div > div > h5 {
	font-size: 18px;
	font-weight: 700px;
	margin: 10px 0;
}
#fes section#details div.box > div > div > a.btn,
#fes section#workshop div.box > div > div > a.btn {
	display: inline-block;
	width: fit-content;
	color: #fff;
	font-weight: 700;
	background-color: #53585a;
	margin: 10px 0;
	padding: 1em 3em;
	text-indent: .2em;
}
#fes section#marche dl,
#fes section#food dl {
	width: 500px;
	display: flex;
	flex-wrap: wrap;
	justify-content: left; /*横*/
	align-items: baseline; /*縦*/
	margin: 20px auto;
}
#fes section#marche dl > dt,
#fes section#food dl > dt {
	width: 80px;
	line-height: 200%;
}
#fes section#marche dl > dd,
#fes section#food dl > dd {
	width: 420px;
	line-height: 200%;
}

#fes > section#about > div {
	align-items: center; /*縦*/
}
#fes > section > div > div {
	width: 50%;
	box-sizing: border-box;
}
#fes > section > div > div:nth-of-type(1) {
	padding-left: 15px;
	order: 2;
}
#fes > section > div > div:nth-of-type(2) {
	text-align: center;
	padding-right: 15px;
	order: 1;
}
#fes > section > div > div:nth-of-type(2) > img {
	width: 100%;
}
#fes > section#about > div > div:nth-of-type(2) > img {
	width: 80%;
}

#fes #workshop > div:nth-of-type(2) {
	display: block;
	width: 80%;
	margin: 30px auto 0;
}
#fes section#workshop dl {
	width: 500px;
	display: flex;
	flex-wrap: wrap;
	justify-content: left; /*横*/
	align-items: center; /*縦*/
	margin: 20px 0;
}
#fes section#workshop dl > dt {
	width: 80px;
	line-height: 200%;
}
#fes section#workshop dl > dd {
	width: 420px;
	line-height: 200%;
}
#fes #workshop ul.ws,
#fes #workshop ul.te {
	width: 100%;
	padding-left: 16px;
    box-sizing: border-box;
}
#fes #workshop ul.ws li,
#fes #workshop ul.te li {
	text-indent: -8px;
	line-height: 160%;
	padding-bottom: 16px;
}
#fes #workshop ul.ws li > span,
#fes #workshop ul.te li > span {
	display: block;
	font-size: 90%;
	margin: 8px 0;
	text-indent: 0;
}
#fes #workshop ul li:before {
	content: "●";
	display: inline-block;
	font-size: 14px;
	padding-right: 3px;
}

#fes section#about {
	border: #53585a 1px solid;
	padding: 16px;
}


#fes section#notes ul {
	width: 700px;
	margin: 0 auto;
}
#fes section#notes ul li {
	font-size: 90%;
	line-height: 160%;
	text-indent:-1em;
	padding-left:1em;
	padding-bottom: 5px;
}


	@media only screen and (max-width: 768px) {
		#fes #KV {
			width: 100%;
			
			height: auto;
			background: none;
			background-size: auto 100%;
		}
		#fes .pc {
			display: none;
		}
		#fes .sp {
			display: block;
		}
		#fes {
			width: 100%;
			min-width: auto;
			text-align: left;
			margin: 0 auto;
			padding: 0;
			box-sizing: border-box;
		}
		#fes a:link,
		#fes a:visited,
		#fes a:hover,
		#fes a:active {
			color: #aa002b;
			border-bottom: #aa002b 1px dotted;
		}
		#fes .tac {
			text-align: center;
		}
		#fes > section {
			width: 90%;
			margin: 40px auto 20px;
		}
		#fes > section:last-of-type {
			margin: 40px auto;
		}
		#fes > section > div {
			display: block;
			flex-wrap: nowrap;
			align-items: flex-start; /*縦*/
			width: 100%;
		}
		
		#fes > section > h1 {
			font-size: 6vw;
			line-height: 160%;
			padding-top: 0!important;
		}
		#fes > section > h1 > span {
			font-size: 5vw;
		}
		#fes > section > h2 {
			font-size: 5vw;
			line-height: 160%;
		}
		#fes > section > h2 > span {
			display: none;
		}
		#fes h3 {
			font-size: 4.5vw;
			line-height: 140%;
		}
		#fes h4 {
			font-size: 4vw;
		}
		#fes section#details dl {
			width: 100%;
			display: block;
			flex-wrap: nowrap;
		}
		#fes section#details  dl > dt {
			width: 100%;
			line-height: 160%;
		}
		#fes section#details  dl > dd {
			width: 100%;
			line-height: 160%;
			padding-left: 16px;
			padding-bottom: 12px;
		}
		#fes section#details div.box,
		#fes section#workshop div.box{
			width: 100%;
			text-align: center;
			border: #53585a 1px solid;
			margin: 50px auto 0;
			padding: 15px 30px 15px;
			box-sizing: border-box;
		}
		#fes section#details div.box > div,
		#fes section#workshop div.box > div {
			display: block;
			width: 100%;
			line-height: 180%; 
		}
		#fes section#workshop div.box > p {
			display: block;
			width: 100%;
			margin-bottom: 20px;
		}
		#fes section#details div.box > div > div,
		#fes section#workshop div.box > div > div{
			width: 100%;
			order: 1;
		}

		#fes section#details div.box > div > div > h5,
		#fes section#workshop div.box > div > div > h5 {
			font-size: 18px;
			font-weight: 700px;
			margin: 10px 0;
		}
		#fes section#details div.box > div > div > a.btn,
		#fes section#workshop div.box > div > div > a.btn {
			display: inline-block;
			width: fit-content;
			color: #fff;
			font-weight: 700;
			background-color: #53585a;
			margin: 10px 0;
			padding: 1em 1em;
			text-indent: .2em;
		}
		#fes #workshop > div:nth-of-type(2) {
			display: block;
			width: 100%;
			margin: 30px auto 0;
		}
		#fes > section#about > div {
			align-items: center; /*縦*/
		}
		#fes > section > div > div {
			width: 100%;
			box-sizing: border-box;
		}
		#fes > section > div > div:nth-of-type(1) {
			padding-left: 0;
			order: 1;
		}
		#fes > section > div > div:nth-of-type(2) {
			text-align: center;
			padding-right: 0;
			order: 2;
			margin-top: 20px;
		}
		#fes > section > div > div:nth-of-type(2) > img {
			width: 100%;
		}
		#fes > section#about > div > div:nth-of-type(2) > img {
			width: 80%;
		}
		#fes section#about {
			width: 90%;
			margin: 40px auto;
			padding: 16px;
			box-sizing: border-box;
		}
		#fes section#notes ul {
			width: 90%;
			margin: 0 auto;
		}
		#fes section#notes ul li {
			font-size: 80%;
			line-height: 160%;
			text-indent:-1em;
			padding-left:1em;
		}
		#fes .tac {
			text-align: left!important;
		}

	}
@media only screen and (min-width: 700px){
		#fes  a.tel {
			pointer-events: none!important;
			color: #53585a!important;
			border:none!important;
			display: inline;
		 }
		}
		@media only screen and (max-width: 700px) {
			#fes a.tel {
				color: #aa002b;
				border-bottom:#aa002b 1px solid;
			  }
		}



#fes .acd-check {
    display: none;
}
#fes section#marche .acd-label {
	display: block;
	font-size:16px;
	font-weight: bold;
    color: #53585a;
    text-align: center;
	line-height:1.4;
	border-bottom: #53585a 1px solid;
    padding-bottom: 3px;
    position: relative;
}
#fes section#notes .acd-label {
	display: inline;
    color: #53585a;
	border-bottom: #53585a 1px solid;
    text-align: center;
	line-height:1.4;
    padding-bottom: 3px;
    position: relative;
}
#fes section#marche .acd-label:before {
	content: "";
	display: inline-block;
	background-image: url(../images/icon_down.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 8px;
	background-size: contain;
	vertical-align: middle;
	margin: 0 8px 5px 0;
}

#fes section#marche .acd-check:checked + .acd-label:before {
	content: "";
	display: inline-block;
	background-image: url(../images/icon_up.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 8px;
	background-size: contain;
	vertical-align: middle;
	margin: 0 8px 5px 0;
}


#fes .acd-content {
	font-size:14px;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
#fes .acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
#fes section#marche .acd-content > dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#fes section#marche .acd-content > dl dt {
	width: 20%;
	font-weight: 700;
}
#fes section#marche .acd-content > dl dd {
	width: 80%;
}
#fes section#marche .acd-content > dl dt:nth-of-type(2) {
	width: 30%;
}
#fes section#marche .acd-content > dl dd:nth-of-type(2) {
	width: 70%;
}

	@media only screen and (max-width: 700px) {
		#fes section#marche .acd-content > dl {
			width: 100%;
			display: flex;
			flex-wrap: wrap;
		}
		#fes section#marche .acd-content > dl dt,
		#fes section#marche .acd-content > dl dt:nth-of-type(2){
			width: 100%;
		}
		#fes section#marche .acd-content > dl dd,
		#fes section#marche .acd-content > dl dd:nth-of-type(2){
			width: 100%;
			margin-bottom: 15px;
			padding-left: 16px!important;
			box-sizing: border-box;
		}
	}
#fes ul.notes {
	margin-top: 15px;
}
#fes ul.notes li {
	font-size: 90%;
	text-indent:-1em;
	padding-left:1em;
	line-height: 180%;
}

#fes i {
	font-style: normal;
	text-decoration: line-through;
	text-decoration-thickness: 0.1rem;
	text-decoration-color:#aa002b;
}
#fes span.red {
	color: #aa002b;
	font-weight: 700;
	padding:0;
}

	@media only screen and (max-width: 768px) {
		#fes section#marche dl,
		#fes section#food dl,
		#fes section#workshop dl {
			width: 100%;
		}
		#fes section#marche dl > dt,
		#fes section#food dl > dt,
		#fes section#workshop dl > dt, {
			width: 20%;
		}
		#fes section#marche dl > dd,
		#fes section#food dl > dd,
		#fes section#workshop dl > dd {
			width: 80%;
		}
	}
#fes table.bus {
    width: 90%;
    border-collapse: collapse;
    margin:10px 0 30px;
}
#fes table.bus th {
  font-weight: 700;
  padding: 10px;
  border: 1px solid #53585a;
  background-color:#edecea;
}
#fes table.bus td {
  width: 30%;
  padding: 10px;
  border: 1px solid #53585a;
}