body {
	margin: 0;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', sans-serif;
    color: #373737;
	line-height: 1.7;
}

/*バナー*/
header {
	height: 100%;
	overflow: hidden;
}

.banner_bg {
	margin: 0;
	background: url(../images/pc_banner_bg.jpg) center no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100vh;
}

#banner_logo{
	display: inline-block;
	position: absolute;
    top:-10%;
    bottom: 0;
	margin:auto;
	width: 100%;
	background: url(../images/banner_logo.png) center no-repeat;
	background-size: contain;
}

#sign_board{
	display: inline-block;
	position: absolute;
    bottom: -10;
	right:0;
	width: 350px;
	height: 30vh;
	background: url(../images/signboard.png) center no-repeat;
	background-size: contain;
}


@media screen and (orientation: portrait) {
	.banner_bg {
		background: url(../images/mobile_banner_bg.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
	}
	#banner_logo{
		position: absolute;
		width: 82vw;
		left: 8%;
		z-index: 1;
	}
	#sign_board{
		width: 250px;
		height: 25vh;
	}
	
}
@media screen and (orientation: landscape) {
	.banner_bg {
		background: url(../images/pc_banner_bg.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
	}
	#banner_logo{
		top: 0;
		bottom: 17%;
		height: 50vh;
		}
}

/*メニュー*/
nav {
  height: 100vh;
	width: 100%;
	position: relative;
}

.nav-links {
	position: fixed;
	display: flex;
	justify-content:center;
	flex-direction: column;
	height: 100vh;
	top:0;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	transform: translateX(100%);
	transition: transform 0.3s ease-in;
	z-index:3;
	background-color: rgba(0, 20, 70, 0.9);
}

.nav-links li {
	list-style: none;
	display: block;
	margin: 3vh;
}

.nav-links a {
	padding: 10px;
	color:#FFFFFF;
	text-decoration: none;
}

.nav-active{
    transform: translateX(0%);
}

/*バーガー*/
.burger {
	position: fixed;
	margin: 0px;
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	top:20;
	right:20;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 4;
	cursor: pointer;
}

.burger div{
	width: 28px;
	height: 3px;
	background-color: white;
	margin: 2.5px;
	transition: all 0.5s ease;
}

.toggle .line1{
	transform: rotate(-45deg) translate(-5px,6px);
}

.toggle .line2{
	opacity: 0;
}

.toggle .line3{
	transform: rotate(45deg) translate(-5px,-6px);
}


/*コンテンツ*/

.main-contents {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (orientation: portrait) {
	.main-contents {
		width: 90%;
}
}

#notice {
　opacity : 0;
　transform : translate(0, 45px);
　transition : all 300ms;
}

 {
　opacity : 1;
　transform : translate(0, 0);
}

h1 {
     position: relative;
     padding-bottom: 0.5em;
}

@media (max-width: 768px) {
	h1 {
	     font-size: 1.3rem;
	     padding-bottom: 0.4em;
	}
}

h1::after {
     position: absolute;
     content: '';
     left: 0;
     bottom: 0;
     width: 100%;
     height: 7px;
     box-sizing: border-box;
     border-top: 3px solid #373737;
     border-bottom: 1px solid #373737;
}

h2 {
	text-align: center;
	font-size: 1rem;
}

a {
	color: #000099;
}

/*映画祭について*/

#about h2 {
	font-size: 1.3rem;
}

@media (max-width: 768px) {
	#about h2 {
	     font-size: 1.2rem;
	}
}

#about-text{
	display: inline-block;
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
	align-items: center;
	vertical-align: middle;
}

.about-container {
	display: inline-block;
	background: url(../images/bio-earth-bg.jpg) center no-repeat;
	overflow: visible;
	background-size: cover;
	vertical-align: middle;
	padding-top: 10%;
	padding-bottom: 10%;
}

#about p {
	text-align: center;
}

#about p span {
   display: inline-block;
}

#about h2 span {
   display: inline-block;
}

.sdgs {
	display: grid;
	grid-template-columns: 400px 1fr;
	padding: 1%;
	margin: 30 0 10 0;
}

.sdgs-imagebox {
	margin-right: 2%;
}

.sdgs-imagebox img {
	width:100%;
}

.sdgs-text-box {
    margin-top: 60px;
    padding: 1%;
    text-align: left;
}

.sdgs-text-box img {
	display: block;
	width:70%;
}

.sdgs-text-box p {
	text-align: right!important;
}

@media (max-width: 1024px) {
	.sdgs-text-box {
		margin-top: 10px;
		padding: 1%;
		text-align: left;
	}
}

@media (max-width: 768px) {
	#about-text {
		width: 80%;
		padding-left: 10%;
		padding-right: 10%;
	}
	#about p span {
	   display: inline;
	}
	.sdgs {
	   grid-template-columns: none;
	   grid-template-rows: 1fr;
	}
	.sdgs-imagebox {
		width: 100%;
		margin-top: 0;
		margin-right: 0;
		text-align: center;
	}
	.sdgs-imagebox img {
		width:70%;
	}
	.sdgs-text-box {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		padding: 1%;
	}
  .sdgs-text-box img {
		margin-left: auto;
	  margin-right: auto;
	}
	.sdgs-text-box p {
		text-align: center!important;
	}
}

/*お知らせ*/

.notice-table{
	  margin-top: -10px;
    width: 100%;
		text-align: left;
  }

.notice-table th {
	font-weight: normal;
  padding: 5px;
}
.notice-table td {
	width: 100%;
　border: solid 1px #ccc;
  padding: 5px 10px 5px 10px;
}

@media screen and (max-width: 400px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }

.notice-table th,
.notice-table td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/*上映作品*/
#event-date {
 margin-bottom: -10px;
}

@media (max-width: 768px) {
	#event-date img{
	     width: 150px;
	}
}
.movie-container {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-around;
 background-color: #F2F7F7;
 padding: 1%;
 margin: 0 20 10 20;
 text-align: center;
}

.movie-box {
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin: auto;
}

.movie-box img {
	width:100%;
	margin: 0 8 10 8;
}

.movie-container span {
	margin-top: -5px;
	text-align: right;
    font-size: 0.5rem;
    color: gray;
}


#movie h2 {
	font-size: 1.2rem;
	margin-block-start: 0;
	margin-bottom: 0;
}


@media (max-width: 1024px) {
.movie-container {
 flex-direction: column;
 padding: 2%;
	}
.movie-box {
	width: 100%;
 }
.movie-box a {
	font-size: 0.8rem;
　}
}

/*上映スケジュール*/

#schedule h2 {
	text-align: left;
	background-color: #FFE2B2;
	font-size: 1.2rem;
	padding: 3 0 3 10;
}

.schedule-text {
	padding: 0px 10px;
}

.movie-date {
	width: 100%;
	display:inline-block;
	border-bottom:2px solid black;
	padding-bottom:1px;
	font-weight: bold;
	margin-bottom: 5px;
}

.sp-wordbreak {
	width: 100%;
	display: inline-block;
}

@media (min-width: 380px) {
	.movie-date {
		width: auto;
	}
	.schedule-text br {
		display: none;
	}
	.sp-wordbreak br {
		display: none;
	}
}

.font-size-small {
	display: inline-block;
	font-size: 0.8rem;
}

.schedule-table{
	box-sizing: border-box;
	width: 100%;
	padding: 0px 10px;
  border-spacing: 0;
	text-align: left;
}

.schedule-table td {
	font-weight: normal;
	border-bottom:1px dashed #999;
	padding: 5px 5px;
}

.s-time {
	width: 4em;
}

.schedule-table tr:last-child td{
  border-bottom:2px solid gray;
}

.schedule-table tr:first-child td{
  border-top:2px solid gray;
}

/*会場*/
#venue h2 {
	text-align: left;
	background-color: #FFE2B2;
	font-size: 1.2rem;
	padding: 3 0 3 10;
}

#venue img {
	width: 100%;
	margin-top: 20px;
}

.venue-list {
  margin: 1em 0 1em 0;
}

.venue-list-title {
  display: inline-block;
  padding: 1px 10px 0 10px;
  background: #FFE2B2;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.venue-list ul {
  margin: 0;
  padding: 5px;
  position: relative;
  border: solid 2px #FFE2B2;
}

.venue-list ul li {
  line-height: 1.5;
  padding: 0.5em 0.5em 0.5em 1.8em;
  list-style-type: none;
}
.venue-list ul li:before {
  content: "・";
  position: absolute;
  left : 1em;
}
*/
#list-header {
	font-weight: bold;
}

#list-header::before {
	font-family: FontAwesome;
	content: "\f0c8";
	position: absolute;
	left : 0.7em;
}

.corona-service {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	margin: 0 0 10 0;
	text-align: center;
}

.corona-imagebox {
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	margin: 0;
}

.corona-imagebox img {
	width:100%;
	margin-bottom: 5px;
}

.corona-textbox {
	width: 49%;
	padding: 1%;
	text-align: left;
}

/*出店*/
#stalls h2 {
	font-size: 1.2rem;
	margin: 5px;
}

.stalls_table{ 
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
  }
  
  .stalls_table tr{
	border-bottom: solid 1px #eee;
  }
  
  .stalls_table tr:hover{
	background-color: #d4f0fd;
  }
  
  .stalls_table th,.stalls_table td{
	text-align: left;
	padding: 15px 20px;
  }
  
  .stalls_row{
	  width: 20%;
	  background-color: #FFE2B2;
  }

   .stalls_first{
	background-color: #FFE2B2;
}

@media (max-width: 768px) {
	.stalls-container {
		flex-direction: column;
	}

	.stalls-container3 {
		flex-direction: column;
	}

	.pc-img { display: none !important; }
	.sp-img { display: block !important; }

	.stalls-text {
		width: 95%;
		margin: auto;
	}
	.stalls-img {
		width: 60%;
		padding: 1%;
		margin: auto;
	}
	.stalls-container3 .stalls-img {
		width: 90%;
		padding: 1%;
		margin: auto;
	}

	.stalls-box {
		flex-wrap: wrap;
	}
	.stalls-menu {
		width: auto;
		font-weight: bold;
	}
	.stalls-price {
		width: auto;
		text-align: right;
	}
	.stalls-menu-disc {
		width: 100%;
	}
	.mermaid-image-box {
		display:grid;
		grid-template-columns: none;
	  grid-template-rows: 3fr;
	  row-gap: 5px;
		margin-top: 10px;
	}

}

/*アーカイブ*/
.archive-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #F2F7F7;
	padding: 1%;
	margin: 0 0 10 0;
	text-align: center;
}

.archive-imagebox {
	width: 38%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	margin: 0;
}

.archive-imagebox img {
	width:100%;
	margin-bottom: 5px;
}

.archive-text-box {
	width: 59%;
	padding: 1%;
	text-align: left;
}

#archive h2 {
	font-size: 1.2rem;
}

.archive-text p {
	text-align: right;
}

@media (max-width: 1024px) {
	.archive-container {
	 flex-direction: column;
	 padding: 2%;
		}
	.archive-imagebox {
		width: 100%;
	 }
	.archive-box a {
		font-size: 0.8rem;
	}
	.archive-text-box {
		padding: 0;
	 	width: 100%;
	  }
	.archive-text {
		margin: auto;
		width: 95%;
	 }
	.archive-text p {
	 text-align: center;
	 }

	.corona-service {
	flex-direction: column;
	padding: 2%;
		}
	.corona-imagebox {
		width: 100%;
	}
	.corona-service a {
		font-size: 0.8rem;
	}
	.corona-textbox {
		padding: 0;
		width: 95%;
	 }
}

/*フッター*/
footer {
	background-color: #21244D;
}

.footer-container {
	width: 90%;
  margin-top: 1em;
	margin-left: auto;
  margin-right: auto;
	padding-top: 10spx;
	padding-bottom: 10px;
	color: #fff;
}

.copyright {
	margin-left: auto;
  margin-right: auto;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
}

@media (max-width: 768px) {
	footer {
	  font-size: 0.8rem;
	}
}

/*アニメーション*/
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*予約*/

/*--------------------------------------
コンバージョンアップボタン 緑色（中央寄せ）
--------------------------------------*/
.button1,
a.button1,
button.button1 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.button1-wrap {
  margin: 30px 0;
  text-align: center;
}

a.button1-c {
    font-size: 1.15rem;
    width: 100%;
    position: relative;
    padding: 0.25rem 2rem 0.5rem 3.5rem;
    color: #fff;
    background: #003686;
    -webkit-box-shadow: 0 5px 0 #001f4e;
    box-shadow: 0 5px 0 #001f4e;
	box-sizing: border-box;
}

a.button1-c span {
  font-size: 0.8rem;

  position: absolute;
  top: -10px;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #003686;
  border: 2px solid #003686;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.button1-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #003686;
  -webkit-box-shadow: 0 2px 0 #003686;
  box-shadow: 0 2px 0 #003686;
}

a.button1-c:hover:before {
  left: 2rem;
}
