@charset "UTF-8";
/*-------------------------------
			Common
-------------------------------*/
html * {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  background-repeat: no-repeat;
  overflow-x: hidden;
	line-height: 1.6;
  color: #252525;
}
#wrapper {
  width: 100%;
}
/*
div {
  box-sizing: border-box;
}
*/
h1,h2 {
	color: #00448F;
	font-size: 1.5em;
	text-align: center;
	padding: 1rem 0;
}
.dela {
  font-family: "Dela Gothic One", sans-serif;
	font-size: 60px;
  padding: 0;
  line-height: 1.2;
}
h2.dela + *,h1.dela + *{
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  h2.dela + *, h1.dela + * {
    margin-top: 16px;
}
  .dela {
    font-size: 32px;
  }
}

a {
  color: #004590;
  word-wrap: break-word;
}
a.btn{
  text-align: center;
  display: block;
  padding: 1em 0;
  margin-top: 50px;
  font-size: 1.5em;
}
p {margin: 1em 0;}

.strong {font-weight: bold;}  
.strong_r {
	font-weight: bold;
	color: #EF001E;
}
  /* font awesome */
  .fa-solid, .fas {
    font-weight: 900;
    padding-right: 10px;
    }
@media screen and (max-width: 768px) {
  a.btn{
    font-size: 1em;
  }
}
.center {text-align: center;}

.right {text-align: right;}

.left,
#report>div>p:not(.contactform) {text-align: left;}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/*main {display: block;}*/

.inline {display: inline-block;}

a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.nowrap {white-space: nowrap;}

header,
.copyright,
.palt {font-feature-settings: "palt";}

.dsp_non {display: none;}

.policy,
.atten {
	background: #ff0;
	font-weight: bolder;
}

/*-------------------------------
			Header
-------------------------------*/
header {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-row: 1;
  grid-column: 1 / 4;
  grid-row: 1 / 2;
  /* background-image: url(../images/bg_nav2.png); */
  background-repeat: repeat-x;
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 200;
}
h1 {
	font-size: 2em;
  margin: 3em 0 0;
/*  text-align: center;*/
  position: relative;
}
#topLogo {
  display: block;
  max-width: 280px;
  padding: 12px;
}
/* body.top #topLogo {
  display: none;
} */
.fixed_menu {
  position: fixed;
  top: 0;
  right: 70px;
  z-index: 10;
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 12px;
}
.fixed_menu > a{
  background: #ffdb00;
  padding: 16px 24px;
  color: #00448f;
  font-weight: 600;
  border-radius: 100px;
  box-shadow: 0 4px 0 #00448f;
}
.fixed_sns a {
  color: #004590;
  /* border-radius: 50% 50% 50% 70% / 50% 50% 70% 60%; */
  border-radius: 50%;
  background: #ffdb00;
  box-shadow: 0 4px 0 #00448f;
  padding: 16px;
  display: inline-block;
}
.fixed_sns img {
  width: 28px;
}
.name {
  position: fixed;
  right: 0;
  left: 0;
  top: 6px;
  margin: 0;
  font-size: 1rem;
  text-align: center;
}
.name a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
.name a:hover {
  opacity: 0.6;
  filter: opacity(60);
}
@media screen and (max-width: 1200px) {
  header {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  #topLogo {
    opacity: 0;
  }
  #topLogo a{
    pointer-events: none;
  }
}

/*
nav {
  width: 100%;
  height: 50px;
}
nav .pc_nav {
  display: flex;
  justify-content: center;
  margin: 0.5% auto 0;
}
nav .pc_nav li {
  text-align: center;
  color: white;
  align-self: center;
  margin: 0 1em 0 0;
}
nav .pc_nav li:last-of-type {
  margin: 0;
}
nav .pc_nav li.entry {
  border-radius: 15px;
  background: #FFF300;
  padding: 4px;
  text-decoration: none;
  font-weight: bold;
}
nav .pc_nav li.entry a {
  color: #F01D38;
}
nav a:not(.fb) {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px #fff solid;
}
*/
.fat-nav a.fb {
  border-bottom: none;
}
.keyvisual {
  width: 100%;
  position: relative;
}
.slider-wrap {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  margin: 0;
}
/*-------------------------------

			main

-------------------------------*/
main {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-row: 2;
  grid-column: 1/4;
  grid-row: 2/3;
  /* min-height: 650px; */
  width: 100%;
  overflow: hidden;
}
section {
  /* margin: 5% auto; */
  /* padding: 0 0 2%; */
  background: rgba(255, 255, 255, .9);
}
section:first-of-type {
  margin: 0 auto;
}

#introduction {
	width: 95%;
	margin: 0 auto 1em;
}
.wrap_contents {
  display: flex;
  max-width: 1200px;
  margin: 5em auto 0;
}
/*
@media screen and (max-width: 1200px) {
  .top .wrap_contents {
    flex-direction: column;
    align-content: space-between;
  }
}

*/
.wrap_contents > div {
  width: calc(100% / 3);
/*  min-height: 300px;*/
  margin: 1em;
  padding: 1em;
  position: relative;
  border-radius: 5%;
}

.wrap_contents h3 {
  text-align: center;
  position: absolute;
  top: -20px;
  right: 0;
  width: 108px;
  height: 108px;
}

.wrap_contents p {
  font-size: 1.2rem;
  margin: 1em 0 0 0;
}
.wrap_contents .visitors {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .wrap_contents .visitors {
    margin: 1em 0;
    flex-direction: column;
  }
}
.wrap_contents .visitors img {display: block;}

figure {
  display: block;
  margin: 1em 0 0 0;
}

figcaption {
  font-size: 1rem;
  margin: 0 0 0 auto;
}

.wrap_contents__1 {
  background: #FFECD7;
}
.wrap_contents__2 {
  background: #ECF5DA;
}
.wrap_contents__3 {
  background: #E1F3FD;
}
@media screen and (max-width: 768px) {
  .wrap_contents__box {
    margin: 1em 0 0 0;
  }
}
/*---------- about  ----------*/
#about > p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about > p {
    text-align: justify;
    /* text-justify: inter-ideograph; */
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) {
  p {
    text-align: left;
    margin: auto;
  }
}
#about_sakana_box {
  width: 100%;
  background-image: url("/images/sakanabig_haikei.png");
  background-position: center center;
  background-size: cover;
  padding: 30px 0;
  z-index: 2;
  position: relative;
}
#about_sakana {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
#about_sakana li {
  width: 28%;
}
@media screen and (max-width: 768px) {
  #about_sakana li {
    width: 33%;
  }
}
#about_sakana li img {
  width: 100%;
  vertical-align: bottom;
}
#about_catch {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
#about_text {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 0;
}
#about_text h3 {
  background-color: #172A88;
  display: block;
  padding: 6px 10px 8px;
  ;
  color: #FFF;
  width: 300px;
  text-align: center;
  margin: 0 auto;
  border-radius: 15px;
  line-height: 1;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #about_text h3 {
    font-size: 16px;
  }
}
#about_text p {
  padding: 10px 0 0;
  color: #172A88;
  font-weight: bold;
  text-align: center;
  line-height: 2rem;
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  #about_text p {
    font-size: 13px;
  }
}

@media screen and (max-width: 400px) {
  #about_text p {
    font-size: 12px;
  }
}

#about_taiken {
  background-color: rgba(0, 117, 194, .45);
  padding: 80px 0 30px;
}
#about_taiken_title {
  width: 95%;
  max-width: 1000px;
  margin: -4% auto 0;
  position: relative;
  z-index: 3;
}
#about_taiken_title img {
  width: 100%;
}
#about_taiken ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1100px;
  margin: 0 auto;
}
#about_taiken ul li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #about_taiken ul li {
    width: 49%;
  }
}
#about_sdgs {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
}
/*---------- summary  ----------*/
#summary {
  background: #ffffee;
  border-radius: 20px;
  max-width: 600px;
  margin-inline: auto;
  padding: 6% 20px 3%;
  /* border: 2px solid #ffdb00; */
}
#summary dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  width: 90%;
  margin: auto;
  color: #00448F;
}
@media screen and (max-width: 1200px) {
  #summary dl {
    width: 96%;
    margin: auto;
  }
}
#summary dl dt {
  width: 5em;
  margin: 0 0 1em 0;
  text-indent: 1em;
  font-weight: bold;
  border-bottom: 2px #eee dotted;
}
@media screen and (max-width: 768px) {
  #summary dl dt {
    text-align: left;
    /* width: 100%; */
  }
}
#summary dl dd {
  width: calc(98% - 5em);
  padding: 0 0 0 3%;
  margin: 0 0 1em 0;
  border-bottom: 2px #eee dotted;
}
@media screen and (max-width: 768px) {
  #summary {
    width: 96%;
    padding: 8% 10px 6%;
  }
}
#summary .strong_b {
  font-weight: bold;
}
/*-------------------------------
			パンフレット
-------------------------------*/
section#pamphlet {
  padding: 0;
  background: none;
}
/*-------------------------------
			お知らせ
-------------------------------*/
#info {
  padding: 3% 20px 0;
  background: #00448f;
}
#info_box { 
  background-color: rgb(247 251 252);
  border-radius: 20px 20px 0 0 ;
  max-width: 1100px;
  margin: 20px auto 0;
  padding: 20px;
/*  box-sizing: border-box;*/
}
@media screen and (max-width: 1200px) {
  #info_box {
    width: 100%;
    padding: 20px;
  }
}

#info_box .wrap_info {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 0;
}
#info h2 {
  padding: 0;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #info {
    padding: 8% 20px 0;
}
  #info h2 {
    padding: 0;
}
}
#info .info_wrap{
  margin-top: 0;
}
#info dl {
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
  max-height: 15em;
  overflow-y: scroll;
}

#info dl dt {
  position: absolute;
  color: #ec768e;
}
@media screen and (max-width: 768px) {
  #info dl dt {
    position: relative;
    width: 100px;
    font-size: 14px;
  }
}
#info dl dd {
  width: 100%;
/*  box-sizing: border-box;*/
  padding: 0 0 0 115px;
  color: #434343;
}
@media screen and (max-width: 768px) {
  #info dl dd {
    padding: 5px 0 0;
    font-size: 15px;
  }
}
#info .wrap_fb {
  padding: 0;
  width: 100%;
  text-align: center;
}
.news_item {
  position: relative;
  border-bottom: 2px solid rgba(151, 151, 151, .5);
  width: 98%;
  margin: 0 auto 15px;
/*  box-sizing: border-box;*/
  padding: 15px;
}

/*-------------------------------
			会場案内・パンフレット
-------------------------------*/
.pamphlet_banner {
	width: 90%;
    max-width: 1000px;
    margin: 30px auto;
    background-color: rgb(236 147 180);
    color: #FFF;
    padding: 20px;
    border-radius: 15px;
}

.pamphlet_banner a {
	/* display: block; */
	width: 100%;
	/* background-color: rgba(228,101,148,.7);
	color: #FFF;
	padding: 20px; */
	box-sizing: border-box;
	/* border-radius: 15px; */
	text-decoration: none;
	text-align: center;
}
.pamphlet_banner a:hover {
	opacity: 0.6;
}

/* .pamphlet_banner a > div {
	display: flex;
	flex-wrap: wrap;
} */
.pamphlet_banner a img {
	/* display: block; */
	max-width: 400px;
	width: 100%;
	margin: 0 auto 30px;
}

.pamphlet_banner p {
	text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
}
.timesche_link{
	display: block;
}
.pamph_link{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
}
/* lity スクロールバー */
.lity-container::-webkit-scrollbar-thumb {
	background: #37abef;
	border-radius: 10px;
  }
.lity-container::-webkit-scrollbar {
	width: 20px;
	height: 20px;
  }
.lity-container::-webkit-scrollbar-track {
	background: #fff;
  }
.lity-container::-webkit-scrollbar-track {
	box-shadow:0 0 5px #aaa inset ;
  }
  .lity-content .pamph_img {
    margin: 0 0 30px;
}


/*-------------------------------
			出展社一覧
-------------------------------*/
#specel_sponser {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 95%;
  margin: 0 auto 50px;
}
#specel_sponser li {
    width: 46%;
    width: 80%;
    margin: 2% auto;
    text-align: center;
}
#specel_sponser li img{
    border-radius: 10px;
}
@media screen and (max-width: 600px) {
  #specel_sponser li {
    width: 100%;
    margin: 0 0 20px;
  }
}
#exhibitlist .banner_area {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  margin: auto;
  justify-content: flex-start;
}
#exhibitlist .banner_area li {
  text-align: center;
  padding: 0 0 3%;
  width: calc(100% / 3);
}

.contact form#mailformpro label.plcy_chk- {opacity: 0.4; pointer-events: none;}
/*.contact .plcy_chk-,*/
#exhibit .wrap_contents .chkpdf {
	pointer-events: none;
	background: rgb(204, 204, 204, .8);
}
#exhibit .wrap_contents .chkpdf {
	border-radius: 2em;
}

@media screen and (max-width: 1200px) {
  #exhibitlist .banner_area li {
    padding: 0 3%;
    margin: 0 0 3%;
    width: 50%;
  }
}

/*---------- contact  ----------*/
/* #contact {
  margin: 3% auto 2%;
} */
@media screen and (max-width: 1200px) {
  .finner_item {
    width: 90%;
    margin: 0 auto 30%;
  }
}
.finner_item {
  background: #fff;
  border: 10px #00448F solid;
  border-radius: 20px;
  width: 50%;
  max-width: 520px;
  margin: 0 auto;
  padding: 0;
}

.finner_item h2 {
  background: #00448F;
  font-size: 1.5rem;
  color: #fff;
  padding: 1% 0 2%;
  text-align: center;
  max-width: 600px;
  margin: auto;
}


.finner_item .strong_b {
  font-size: 1.1rem;
  font-weight: bold;
}
.finner_item p {
  color: #00448F;
  text-align: center;
  margin: 0 0 1%;
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  .finner_item .strong_b {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .finner_item p {
    margin: 0 0 3%;
    font-size: 0.9rem;
  }
}
.finner_item p.contactform {
  width: 90%;
  margin: auto;
  font-weight: bold;
}
.finner_item p.contactform a {
  padding: 1%;
  border-radius: 15px;
  background: #FFDA00;

  display: inline-block;
  width: 100%;
  text-decoration: none;
}
#report p.contactform a {
  background: #f39833;
}
@media screen and (max-width: 1200px) {
  .finner_item p.contactform a {
    padding: 3% 0;
    line-height: 1;
  }
}
.finner_item p.contactform a:hover {
  opacity: 0.6;
  filter: opacity(60);
}
.finner_item p.secretariat .strong {
  font-size: 1.2rem;
}
.finner_item a {
  color: #00448F;
}
.finner_item a.tel {
  text-decoration: none;
}
hr.underline {
  width: 90%;
  margin: 4% auto;
  height: 1px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px #eee dotted;
}

/*-------------------------------
			Footer
-------------------------------*/
footer {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-row: 3;
  grid-column: 1 / 4;
  grid-row: 3 / 4;
}
footer small {
  background: #00448f;
  color: #ffffff;
  padding: 1em;
}

/* footer_inner */
.footer_inner{
  display: flex;
  max-width: 1200px;
  margin:1% auto 5%;
}
.item_content{
  padding: 4% 2%;
}


.finner_item .img_box{
  display: flex;
  justify-content: space-between;
  margin:3% 0;
}
.img_box img{
  width: 32%;
}

#sdgs_container::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 117, 194, .3);
}
#sdgs_container #sdgs_top {
  position: relative;
  z-index: 3;
  padding: 0 0 20px;
}
#sdgs_container #sdgs_top h2 {
  width: 60%;
  padding: 20px 0;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1200px) {
  .footer_inner{
    display: block;
  }
  hr.underline {
    margin: 2% auto;
  }
}

.copyright {
  display: block;
  margin: 0.5rem 0 0;
  text-align: center;
}
#gotoTop {
  width: 140px;
  height: 140px;
  position: fixed;
  left: auto;
  bottom: 0;
  right: 0;
  margin: 0 0 0 900px;
  padding: 0;
  display: none;
  cursor: pointer;
  z-index: 5;
  text-align: center;
}
#gotoTop img {
  width: 80%;
}
#is-loading {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  margin: 5% auto 0;
  background: #FFF;
  z-index: 8;
}
#loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  margin: 15% auto 0;
  text-align: center;
  color: #fff;
  z-index: 9;
}
#loading img {
  width: 100%;
}
.contact footer {
  margin: 15% 0 0 0;
}
#sdgs_container {
  position: relative;
  z-index: 1;
  background-image: url("/images/sdgs_haikei.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .finner_item {
    width: 70%;
    margin: auto;
  }
  #report{
    margin: 0 auto 5%;
  }
  .finner_item h2 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .finner_item {
    width: 90%;
    margin: auto;
  }
  .finner_item h2 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #sdgs_top {
    background-image: url("/images/sdgs_haikei.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  #sdgs_container #sdgs_top::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: rgba(0, 117, 194, .5);
  }

  #sdgs_container #sdgs_top h2 {
    width: 100%;
    padding: 40px 0 15px;
  }
}
#sdgs_container #sdgs_top p {
  color: #FFF;
  font-size: 18px;
  width: 80%;
  padding: 40px 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
#yumenoshima_img {
  width: 35%;
  max-width: 400px;
  margin: 0 auto 40px;
}
#sdgs_container h3 {
  width: 90%;
  max-width: 700px;
  border-top: 1px #FFF solid;
  border-bottom: 1px #FFF solid;
  text-align: center;
  color: #FFF;
  padding: 10px 0;
  font-size: 18px;
  background-color: #0b449c;
  border-radius: 20px;
}
#sdgs_container p {
  width: 100%;
  color: #223AAA;
}
#yumenoshima_about {
  position: relative;
  z-index: 3;
  background-color: rgba(255, 255, 255, .8);
  width: 95%;
  margin: 0 auto 30px;
  padding: 15px;
/*  box-sizing: border-box;*/
  max-width: 1000px;
  display: flex;
  align-items: center;
}
#yumenoshima_about p {
  color: #0B1A53;
  width: 90%;
  margin: 0 auto;
}
#sdgs_contents {
  width: 100%;
  background-color: #FFF;
  padding: 40px 0;
  position: relative;
  z-index: 3;
}
#event_contents {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto 20px;
}
.event_item {
/*  box-sizing: border-box;*/
  padding: 0 5% 5%;
  margin: 0 0 60px;
  position: relative;
  background-color: rgba(0, 117, 194, .45);
  border-radius: 20px;
}
.event_name {
  max-width: 550px;
  width: 95%;
  margin: 0 auto 20px;
}
.event_text {
  width: 100%;
  position: relative;
  z-index: 3;
}
#sdgs_container .event_text p {
  color: #FFF;
}
.event_text_box {
  display: flex;
  flex-direction: row-reverse;
}
#sakanakun {
  width: 50%;
  padding: 2%;
/*  box-sizing: border-box;*/
}
#sakana_hune {
  width: 42%;
  margin: 1% 4% 0;
/*  box-sizing: border-box;*/
  border-radius: 20px;
  overflow: hidden;
}
.event_text_box dl {
  width: 50%;
  padding: 20px;
/*  box-sizing: border-box;*/
  background-color: #FFF;
  border-radius: 15px;
}
.event_text_box dl dt {
  background-color: #5183DB;
  color: #FFF;
  padding: 4px;
/*  box-sizing: border-box;*/
  width: 100%;
  text-align: center;
  border-radius: 10px;
}
.event_text_box dl dd {
  margin: 10px 0 20px;
  font-size: 15px;
  color: #223AAA;
  line-height: 1.6;
}
.yajirusi {
  width: 40px;
  padding: 10px 0;
  margin: 0 auto;
}
dd table {
  width: 100%;
  margin: 0 0 15px;
}
dd table th {
  width: 100px;
  vertical-align: top;
}
.event_link {
  max-width: 400px;
  width: 90%;
  margin: 30px auto 0;
  border-radius: 20px;
  overflow: hidden;
}
.event_link a {
  display: inline-block;
  width: 100%;
  padding: 20px;
/*  box-sizing: border-box;*/
  background-color: #f2ff22;
  color: #1a3bff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
#sakana_1 {
  position: absolute;
  z-index: 2;
  max-width: 100px;
  width: 10%;
  top: 15%;
  left: -7%;
}
#sakana_2 {
  position: absolute;
  z-index: 2;
  max-width: 100px;
  width: 10%;
  top: 45%;
  right: -7%;
}
#sakana_3 {
  position: absolute;
  z-index: 2;
  max-width: 100px;
  width: 10%;
  top: 70%;
  left: -7%;
}
#sakana_4 {
  position: absolute;
  z-index: 2;
  max-width: 100px;
  width: 10%;
  top: 15%;
  left: -7%;
}
#sakana_5 {
  position: absolute;
  z-index: 2;
  max-width: 100px;
  width: 10%;
  top: 45%;
  right: -7%;
}
#sakana_6 {
  position: absolute;
  z-index: 2;
  max-width: 100px;
  width: 10%;
  top: 70%;
  left: -7%;
}
#sakana_today {
  width: 90%;
  max-width: 450px;
  margin: 0 auto;
}
#sdgs_op_text {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#sdgs_container h2 img {
  max-height: 500px;
}
#yume_text {
  width: 60%;
}

@media screen and (max-width: 768px) {
  #sdgs_container #sdgs_top p {
    width: 90%;
    font-size: 14px;
    padding: 20px 0;
  }

  #yumenoshima_img {
    width: 80%;
  }

  #yume_text {
    width: 100%;
  }
  .event_text_box dl {
    width: 100%;
  }


  #sdgs_container p {
    font-size: 15px;
  }

  #yumenoshima_about,
  .event_text_box {
    display: block;
  }


  #yumenoshima_about p {
    width: 95%;
    font-size: 14px;
  }

  #sakanakun {
    width: 100%;
    padding: 0 4% 4%;
  }

  #sakana_hune {
    width: 100%;
    padding: 0 4% 4%;
    margin: 0;
  }

  #sakana_1 {
    width: 40%;
    left: -50px;
    opacity: 0.5;
  }

  #sakana_3 {
    width: 40%;
    left: -50px;
    opacity: 0.5;
  }

  #sakana_4 {
    width: 40%;
    left: -50px;
    opacity: 0.5;
  }
  #sakana_2 {
    width: 40%;
    right: -50px;
    opacity: 0.5;
  }

  #sakana_5 {
    width: 40%;
    right: -50px;
    opacity: 0.5;
  }
  #sakana_6 {
    width: 40%;
    left: -50px;
    opacity: 0.5;
  }
}
/*コンテンツページ*/
#contents .cate_ttl,#contents_container .cate_ttl {
  font-size: 36px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#contents_container .contents_box {
  margin-top: 160px;
  max-width: 1300px;
  width: 90%;
  margin-inline: auto;
}
#contents_container .cate_ttl {
  font-size: 60px;
  max-width: 1300px;
  margin-inline: auto;
}
#contents .cate_icon,#contents_container .cate_icon  {
  margin-right: 2px;
}
#contents_container {
  background: #e5f4fc;
  margin: 0 0 30px;
  padding: 0 0 6%;
}

ul.contents_list,ul.comment_list {
  display: flex;
  flex-wrap: wrap;
  /* width: 95%; */
  /* margin: 0 auto 2%; */
  margin-inline: auto;
  justify-content: space-around;
}
ul.comment_list {
  max-width: 1100px;
  width: 100%;
}
ul.contents_list li,ul.comment_list li {
  max-width: 1300px;
  width: 100%;
  margin-top: 4%;
  padding: 2%;
  background-color: #FFF;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}
ul.contents_list li,ul.comment_list li {
  max-width: 1300px;
  width: 100%;
  margin-top: 4%;
  padding: 2%;
  background-color: #FFF;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}
li.comment_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
#contents_container .comment_note {
  max-width: 990px;
  margin-inline: auto;
  padding-left: 10px;
}
.comment_img {
  width: calc(30% - 16px);
}
.comment_txt {
  width: 70%;
  line-height: 2.0;
  letter-spacing: 0.05em;
}
ul.contents_list li div.cate_inner {
  display: flex;
  align-items: center;
}
.cate_dtl {
  /* display: flex;
    justify-content: right; */
    margin: 20px auto;
    line-height: 2.3;
    letter-spacing: 0.1em;
    font-size: 18px;
    font-weight: 600;
}
ul.contents_list.kitchen li div.cate_inner {
  justify-content: space-between;
}
ul.contents_list.kitchen li div.txt_box {
  margin: 0 auto;
}
.syuten_name {
  width: 100%;  
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
}
#contents_container div.kitchen_item {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contents_container div.kitchen_item >img {
  max-width: 300px;
  border: 2px solid #d7d7d7;
  padding: 5px;
}
ul.contents_list li div.cate_inner.reverse {
  flex-direction: row-reverse;
}
/* 新規追加 */
.exhibit_bannerarea h1.kitchen_details{
  margin-top: 1em;
}
ul.kitchen_list {
  margin-top: 4%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1300px;
  margin-inline: auto;
}
#syuten ul.kitchen_list {
  gap: 10px;
}
ul.kitchen_list > li{
  width: calc((100% - 40px) / 3);
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
ul.kitchen_list > li > img{
  display: block;
  margin-inline: auto;
  border-radius: 10px;
}
p.kitchen_cate {
  margin-bottom: 6px;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
  color: #E95377;
  border-radius: 20px;
}
p.kitchen_cate span{
  position: relative;
  padding: 0 8px;
  text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0 3px #fff, -3px 0 3px #fff, 0 3px 3px #fff, 0 -3px 3px #fff, 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0 3px #fff, -3px 0 3px #fff, 0 3px 3px #fff, 0 -3px 3px #fff, 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0 3px #fff, -3px 0 3px #fff, 0 3px 3px #fff, 0 -3px 3px #fff;
}
.kitchen_cate span:before, .kitchen_cate span:after {
  position: absolute;
  top: 50%;
  content: "";
  display: inline-block;
  width: 3px;
  height: 80%;
  border-radius: 50vw;
  background: #E95377;
  box-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0 3px #fff, -3px 0 3px #fff, 0 3px 3px #fff, 0 -3px 3px #fff, 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0 3px #fff, -3px 0 3px #fff, 0 3px 3px #fff, 0 -3px 3px #fff, 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0 3px #fff, -3px 0 3px #fff, 0 3px 3px #fff, 0 -3px 3px #fff;
}
.kitchen_cate span:before {
  left: 0;
  transform: rotate(-20deg) translateY(-50%);
}
.kitchen_cate span:after {
  right: 0;
  transform: rotate(20deg) translateY(-50%);
}
.kitchen_txt {
  margin-top: 10px;
}
.kitchen_txt > * + *{
  margin-top: 6px;
}
.kitchen_menu{
  display: flex;
  align-items: center; /* 垂直中心 */
}
.kitchen_menu:after {
  border-top: 1px dashed #ec768e;
  content: "";
  width: calc(100% - 5em);
}
main#contents_container .menu_ttl,.menu_ttl {
  display: inline-block;
  margin-bottom: 4px;
  background: #ec768e;
  color: #fff;
  margin-right: 8px;
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 20px;
  width: 6em;
  text-align: center;
}
p.kitchen_name {
  font-size: 24px;
  line-height: 1.4;
  color: #00448f;
  font-weight: 600;
}
p.kitchen_dtl {
  padding: 0 0 6px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
	#contents_container h2 {
    font-size: 16px;
  }
  #contents .cate_ttl, #contents_container .cate_ttl {
    font-size: 28px;
}
  ul.contents_list li, ul.comment_list li {
    padding: 10% 4%;
}
  li.comment_item {
    flex-direction: column;
    gap: 0;
}
.comment_img {
  width: 100%;
}
.comment_txt {
  width: 100%;
  line-height: 1.8;
}
}
@media screen and (max-width: 600px) {
  #contents_container .contents_box {
    margin-top: 80px;
}
  ul.contents_list li {
    width: 90%;
    padding: 5%;
    margin-top: 30px;
    }
}
ul.contents_list li::after,ul.kitchen_list li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  transform: rotate(-45deg);
  top: -5%;
  left: -50%;
  z-index: 2;
}
ul.contents_list .cate_sdgs::after {
  background-color: rgb(114 175 45);
}
ul.contents_list .cate_turi::after {
  background-color: #1F9AD7;
}
/* ul.contents_list li:last-child::after {
  content: none;
} */
ul.contents_list .cate_joy::after {
  background-color: #e95377;
}
ul.kitchen_list li::after {
  background-color: #f39e59;
  top: -9%;
}
ul.contents_list li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  word-break: break-all;
}
ul.contents_list h3 {
  width: 100%;
  border: none;
  text-align: center;
  padding: 15px 0;
  color: #535353;
  font-size: 20px;
  font-weight: 600;
}
ul.contents_list h3 span {
  font-size: 14px;
  color: #767676;
}
main#contents_container .basyo {
  text-align: center;
  padding: 5px;
  margin: 0 auto 20px;
  color: #FFF;
  border-radius: 20px;
  background-color: rgba(176, 176, 176, .5);
  font-weight: 600;
}
main#contents_container li.cate_sdgs .basyo {
  background-color: rgb(114 175 45);
}
main#contents_container li.cate_joy .basyo {
  background-color: rgb(233 83 119);
}
/* main#contents_container li.cate_turi .basyo {
  background-color: rgb(233 83 119);
}
main#contents_container li.cate_eat .basyo {
  background-color: rgb(233 83 119);
} */
ul.contents_list p {
  width: 80%;
  margin: 0 auto 15px;
  font-size: 16px;
  color: #535353;
}
ul.contents_list.kitchen .txt_box{
  width: 80%;
}
ul.contents_list p.event_link {
  margin-top: 1em;
  filter: drop-shadow(4px 4px 3px rgba(0, 64, 16, .4));
}
#contents_container .contents_img_wrap {
  width: 30%;
    margin: 0 auto 20px;
}
#contents_container .contents_img_wrap > p {
  width: 100%;
  margin: 0;
}
#contents_container .contents_img_wrap > div.contents_img {
  width: 100%;
}
#contents_container .contents_img {
  width: 30%;
  margin: 0 auto 20px;
  position: relative;
  z-index: 3;
}
#contents_container .contents_img > img{
  border-radius: 50%;
  border: 4px solid #e5f4fc;
  overflow: hidden;
}
#contents_container .contents_img > img.sub_img{
  border-radius: inherit;
  border: none;
  position: absolute;
  bottom: -48px;
  right: 0px;
  width: 40%;
}
#contents_container .txt_box {
  width: 60%;
}
#contents_container .cate_dtl .txt_box {
  width: 100%;
}
#contents_container .txt_box .date{
  text-align: center;
  margin-bottom: 20px;
}
#contents_container .txt_box .sche{
  font-size: 16px;
}
#contents_container .txt_box .sche > hr{
  color: #d7d7d7;
    margin: 20px auto;
    width: 80%;
}
#contents_container .txt_box .sche > p:nth-child(3),#contents_container .txt_box .sche > p:nth-child(4){
  display: inline;
}
#contents_container .txt_box .sche > .sche-ttl{
  font-weight: 600;
  font-size: 18px;
}
#contents_container span.date-btn{
  padding: 0.2em 0.6em;
  border: 2px solid #8cc1e3;
  border-radius: 4px;
  color: #0f1c80;
  font-weight: 600;
  font-size: 1rem;
}
#contents_container .date > span:last-child{
  margin: 0 0 0 10px;
}
i.fa-regular.fa-clock {
  padding: 0 6px 0 0;
}
i.fa-solid.fa-gift {
  font-size: 22px;
  padding: 0 6px 0 0;
  color: #e4007f;
}
.copy {
  width: 150px;
  margin: 0 auto;
}
.sub_contents{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main#contents_container .sub_contents > p{
  width: 50%;
  background: #fbf8cc;
  padding: 1em;
  border-radius: 20px;
  font-weight: 600;
}
main#contents_container .sub_contents > p span{
  font-size: 14px;
  font-weight: normal;
}
.sub_contents > div {
  width: 44%;
}
/* .cate_ttl{
  width: 80%;
  font-size: 6rem;
  color: #fff;
  border-bottom: 6px solid;
  border-radius: 5px;
  opacity: 0.9;
  margin: 0 auto 2rem;
} */
.contents_other{
  background: #00428e;
  padding: 20px;
}
.contents_other_inner {
  background-color: #fff;
  padding: 2%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contents_other_img {
  width: 14%;
}
.contents_other_txt{
  margin: 0;
  width: 82%;
}
.contents_other_txt > p {
  width: 100%;
  margin: 10px 0 0;
}
.contents_other_inner p > span {
  font-size: 18px;
}
/*  アクセスマップ　*/
#access_container {
  background: #e5f4fc;
}
#aceess_map {
  width: 70%;
  height: 500px;
  margin-inline: auto;
}
#aceess_map iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.access_top_text {
  width: 95%;
  margin: 20px auto;
}
#access_container .access_top_text > p {
  width: fit-content;
  margin: 0 auto;
  padding: 20px 0 0;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 600;
  color: #00448f;
}
.access_list {
  max-width: 1000px;
  margin-inline: auto;
}
.access_list summary{
  font-size: 1.2rem;
  padding: 1em;
  margin-top: 20px;
  background: #00448f;
  color: #fff;
  border-radius: 10px;
}
.access_list details > div{
  background: #fff;
  padding:20px;
  border-radius:0 0 10px 10px;
}
.train_map{
  display: block;
  width: 90%;
  margin: 40px auto;
}
.access_bus{
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
img.bas_map {
  max-width: 400px;
}
.access_link {
  max-width: 600px;
  width: 90%;
  margin: 50px auto 0;
  position: relative;
}
.access_link a,.exhibit_link a {
  display: block;
  width: 100%;
  background-color: #00448f;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  padding: 1em 0;
  border: 4px solid;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: 0 4px 0 #fff;
}
.exhibit_link.turi a {
  background-color: #1874ba;
}
.exhibit_link.joy a {
  background-color: #e84f79;
}
.exhibit_link.eat a {
  background-color: #f39e59;
}
.exhibit_link.sdgs a {
  background-color: #9bc743;
}
.exhibit_link a {
  margin-top: 0;
  position: relative;
}
i.fa-solid.fa-chevron-right {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.access_item {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 50px;
  background-color: rgba(240, 240, 240, .5);
}
.access_item .access_top_text {
  width: 95%;
  margin: 0 auto;
}
.access_text {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
#access_container .access_text p {
  width: 100%;
  color: #909090;
}
#contents_container #nurie_list {
	padding: 20px 0 40px;
}

#contents_container #nurie_list li {
    width: 23%;
	padding: 0;
	margin: 1%;
}

#contents_container #nurie_list a {
	display: inline-block;
	width: 100%;
	padding: 15px;
/*	box-sizing: border-box;*/
}

#contents_container #nurie_list li p {
	text-align: center;
}

#nurie_list a:hover {
	opacity: 0.6;
}

#koen_list,#kyoryoku_list {
	width: 95%;
  max-width: 1200px;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#koen_list li,#kyoryoku_list li {
	display: inline;
	padding: 15px 30px;
	color: #2a56bd;
}

@media screen and (min-width: 769px) {
	ul.contents_list p.event_link:hover {
		filter: drop-shadow(0 0 2px rgba(0, 64, 0, .5));
	}
	.pc_none,.pc_non{display: none;}
}

@media screen and (min-width: 1201px) {
	.name {display: none;}

	nav {
		width: 100%;
		height: 50px;
	}
	nav .pc_nav {
		display: flex;
		justify-content: center;
		margin: 0.5% auto 0;
	}
	nav .pc_nav li {
		text-align: center;
		color: white;
		align-self: center;
		margin: 0 1em 0 0;
	}
	nav .pc_nav li:last-of-type {
		margin: 0;
	}
	nav .pc_nav li.entry {
		border-radius: 15px;
		background: #FFF300;
		padding: 4px;
		text-decoration: none;
		font-weight: bold;
	}
	nav .pc_nav li.entry a {
		color: #F01D38;
	}

	nav a:not(.fb) {
		color: #fff;
		text-decoration: none;
		border-bottom: 1px #fff solid;
	}
}

@media screen and (max-width: 1200px) {
	.wrap_contents .visitors img {
		position: relative;
		width: auto;
		height: auto;
		min-width: 158px;
		max-height: 68px;
	}

	figcaption {
		width: auto;
		margin: 0;
	}

	.wrap_contents > div {
		width: 95%;
		margin: 0 auto 5em;
		padding: .9rem;
		max-width: 600px;
	}

	.wrap_contents > div:last-of-type {
		margin: 0 auto;
	}

	.pc_nav {
		display: none;
	}
  #syuten ul.kitchen_list > li{
    width: calc((100% - 20px) / 3);
  }
}

@media screen and (max-width: 1000px) {
	#contents_container #nurie_list li {
		width: 48%;
		padding: 0;
		margin: 1%;
	}

	#contents_container {
		padding: 40px 0;
	}

	#contents_container h2 {
		padding: 5% 0;
	}

  ul.contents_list li {
    width: 48%;
    padding: 2%;
  }
  ul.contents_list li::after {
    top: -15%;
}
  ul.contents_list.kitchen li {
    width: 80%;
    padding: 2% 2% 6%;
    text-align: center;
  }
  ul.contents_list li div.cate_inner {
    display: block;
}
.cate_dtl {
  display: block;
  margin: 5px auto;
  line-height: 1.5;
}
.catedtlimg {
  text-align: center;
  margin: 0 0 20px;
}
.catedtlimg {
  text-align: center;
  margin: 0 0 20px;
}
#contents_container .contents_img {
  width: 80%;
}
#contents_container .contents_img_wrap {
  width: 80%;
}
  #contents_container .txt_box {
    width: 100%;
  }
  #contents_container div.kitchen_item {
    width: 100%;
    margin: 60px 0 0;
    border-bottom: 1px dotted #aaa;
  }
  ul.contents_list.kitchen p.txt_box {
    width: 60%;
}
  ul.contents_list.kitchen li > p {
    width: 60%;
    padding: 0 0 20px;
}
.sub_contents {
  flex-direction: column-reverse;
  margin-top: 30px;
  gap: 10px;
}
main#contents_container .sub_contents > p {
  width: 100%;
}
.sub_contents > div {
  width: 100%;
  text-align: center;
}
}
@media screen and (max-width: 768px) {
	.wrap_contents h3 {top: -60px;}

	.sp_none,sp_non,.sp_non {display: none;}
  /* コンテンツ */
  .cate_ttl {
    width: 90%;
    font-size: 24px;
    border-radius: 0px;
    opacity: 1;
}
#contents_container .cate_ttl {
  font-size: 32px;
}
  ul.contents_list li {
    width: 98%;
    padding: 8% 4%;
}
  #contents_container .contents_img {
    width: 58%;
}
  #contents_container .contents_img_wrap {
    width: 58%;
}
#contents_container .txt_box .sche > p:nth-child(3), #contents_container .txt_box .sche > p:nth-child(4) {
  display: inline-block;
}
ul.contents_list.kitchen li {
  width: 98%;
  padding: 2% 2% 6%;
  text-align: center;
}
#syuten ul.kitchen_list > li{
  width: calc((100% - 10px) / 2);
}
ul.comment_list {
  width: 90%;
}
.contents_other_inner {
  display: block;
  padding: 4% 2%;
}
.contents_other_img {
  width: 20%;
  margin: 0 auto;
}
.contents_other_txt {
  width: 90%;
  margin: 20px auto;
  text-align: center;
}
ul.contents_list .cate_eat::after {
  top: -20%;
}
ul.kitchen_list > li {
  width: calc((100% - 20px) / 2);
}
.exhibit_catch {
  font-size: 20px;
}
.access_bus {
  flex-direction:column;
}
}

@media screen and (max-width: 600px) {
  .contents_img {
    width: 60%;
  }

  #aceess_map {
    width: 90%;
    height: 300px;
  }

  #access_container h2 {
    font-size: 18px;
  }
  ul.kitchen_list > li {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
	#contents_container #nurie_list li {
		width: 90%;
		padding: 0;
		margin: 0 auto 20px;
	}

	#gotoTop {
	  width: 5em;
	  height: 5em;
	}
}

