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

body{
	background-color:#FFFCE9;
	background-image:none;
	font-size: 16pt;
	position: relative;
	font-family: "Meiryo", "M PLUS Rounded 1c", serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6em;
}

ul{
	list-style: none!important;
}

#wrap{
	width:1280px;
	margin:40px auto 0;
}

#top{
	position: relative;
	width:1280px;
	background-image: url("../img/keyVisual-desktop.png");
	background-position: center center;
	background-size: cover;
	aspect-ratio: 1280/800;
}
#logoImg {
	position: absolute;
	bottom:20px;
	left:20px;
}

h2 {
  margin: 0 0 14px;
  font-size: 1.6rem;
	color:crimson;
}

h3 {
  margin: 18px 0 10px;
  font-size: 1.2rem;
	border:0;
	text-align: center;
	background-color:transparent;
}


.xpostbtn {
	position: absolute;
	width:60px;
	height: 60px;
	right:20px;
	top:60px;
}

#navigation {
	height:40px;
	position:fixed;
	width:1280px;
	top:0px;
	left:50%;
	transform: translateX(-50%);
	background:rgba(255,255,255,0.05);
	Z-index:5;
	display: flex;
	flex-direction: row;
	flex:1;
	gap:20px;
	justify-content: center;
}

#navigation a{
	display: flex;
	width:calc(100% / 4);
	heigh:100%;
	justify-content: center;
	align-items: center;
	background:#A44150;
	color:white;
	font-weight: bold;
	overflow: hidden;
	border-radius: 20px;
	
}

.container {
	width:1280px;
	padding:1em;
	margin:20px auto;
}

section {
  margin:40px auto;
  background: #fffdf8;
  border: 1px solid #d8d0be;
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 56px;
  min-height: calc(60vh - 88px);
  scroll-margin-top: 60px;
}


#overview,#fair,#plan,#venue,#column {
	display: flex;
	min-width: 0;
	
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom:60px;
	text-align: left;
	padding:1em 2em;
}

.info-list {
  margin: 20px auto;
}

.info-list div {
  display: grid;
  gap: 3px;
  padding: 10px 0;
text-align: left!important;
	border-bottom: 1px dashed #ccc;
}

.info-list div:last-child {
  border-bottom: 0;
}

.info-list dt {
  font-weight: 700;
}

.info-list dd {
  margin: 0;
}

.innerColumn {
	max-width: 860px;
	margin:0 auto 60px;
}

#movieContainer {
	width:100%;
	max-width: 860px;
	margin:0px auto 40px;
}

.mov-li{
	width:80%;
	max-width: 660px;
}


.mov-li iframe{
	width:100%;
	aspect-ratio:16/9;
}

.flexible {
  list-style: none;
  margin:0 auto 40px;
  width:100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap:10px;
  margin-block-end:0px;
}


.fukidashi_r {
  position: relative;
  box-sizing: border-box;
  width: 80%;
  margin: 0px auto 20px;
  min-height: 63px;
  display: flex;
  justify-content: center;
  padding: 0.5em 1.5em;
  background-color: #C3FFFA;
  border-radius: 15px;
}

.bnrcontainer {
	margin:40px auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

iframe#googleMap{
	width:90%;
	margin:20px auto;
	aspect-ratio:16/9;
}

.plain-list {
	width:90%;
  margin: 0 auto;
  padding-left: 1.2rem;
  line-height: 1.75;
 display: flex;
	flex-direction: column;
	justify-content: center;
}

.plain-list p{
	text-align: center;
}

.plain-list p img{
	width:90%;
}

#site-footer {
width:100%;
	margin:0 auto;
  padding: 18px 0 34px;
  border-top: 1px solid #ccc;
  background-color: #f1ddd8;
}

.footer-grid {
	width:80%;
	margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.banner {
  width: 200px;
  border: none;
  display: grid;
  place-items: center;
  font-size: 0.9rem;
  font-weight: 700;
  overflow: hidden;
}

#add {
	width:80%;
	max-width: 600px;
	margin:20px auto;
	padding:1em;
	background:#fefefe;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}


