@charset "utf-8";
*,
*::before,
*::after { 
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* 上記、問題あればすぐに適用する！ */

a { 
  text-decoration: none;
}

ul,
li{
  list-style: none;
}

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


body{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

header{
  text-align: center;
  line-height: 2;
  background-color: #0000cc;
}
header h1, h2, h3{
 color: #ffffff; 
}

h1{
    font-size: clamp(1rem, -2rem + 6.25vw, 3rem);
    margin-bottom: 0;
    padding-top: 50px;
}

.report-title{
  padding-top: 30px;
  padding-bottom: 30px;
}

.report-title .title-number{
  font-size: 150%;
  color: #f00;
}

h2{
font-size: clamp(1rem, -0.6875rem + 3.5156vw, 2.125rem);
background-color: #f00;

}
.expoface{
  margin-bottom: 20px;
}
h3{
font-size: clamp(1rem, -0.3125rem + 2.7344vw, 1.875rem);
}



#lead-copy{
margin: 25px 10px;
text-align: center;
color: #000099;
text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
line-height: 2;
font-size: 110%;
font-weight: 700;
padding:  100px 0;
background-image: url(../images/flag2.jpg);
  background-color: rgba(255,255,255,0.4);
  background-blend-mode: lighten;
  background-repeat: repeat;
  background-size: cover;
}

iframe{
    width: 100%;
    height: auto;
}

html {
  scroll-behavior: smooth;
}

.all-column{
  display: flex;
  justify-content: space-between;
  margin: 20px 5px;
  padding: 10px;
}
.left-column{
  flex-basis: 25%;
}

.center-column{
  flex-basis: 70%;
}



/* トップへ戻るボタン */
.topbutton{
    width: 50px;
    height: auto;
    position: fixed;
    right: 60px;
    bottom: 10px;
}


/* 下へ戻るボタン */
.downbutton{
  width: 50px;
  height: auto;
  position: fixed;
  right: 60px;
  top: 140px;

}



/* フッター */
footer{
  text-align: center;
 background-color: #0000cc; 
 color: #ffffff;
 padding: 20px;
 margin-top: 20px
}


/* インデックスページ left-columnのｃｓｓ */
ul{
  line-height: 2;
}

ul h5{
  font-size: 120%;
  font-weight: 600;
  color: #f00;
}

ul span{
  font-weight: 600;
  color: #0000cc;
}

.left-column ul{
  margin-top: 50px;
  padding: 20px;
  border: 2px dotted #0000cc;
}
/* ここまでインデックス left-columnページ */

/* 矢印の指定ここから */

.ahead{
  width: 120px;
  height: auto;
  position: fixed;
 left: 50px;
 bottom: 80px;
}

.next{
  width: 120px;
  height: auto;
  position: fixed;
 right: 50px;
 bottom: 80px;
}

/* 矢印の指定ここまで */

.next-info{
  font-size: 150%;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  margin: 50px 0;
  background-color: #f00;
}

.rink{
  color: #0000cc;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 50px;
}

/* 


nav ul li a span{
  background: linear-gradient(transparent 5%, #4997d0 50%);
    padding: 5px 10px 1px 10px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 18px;
  color: #ffffff;
  border-radius: 10px;
  margin-bottom: 30px;
}


nav ul li figcaption{
  text-align: center;
  color: black;
  font-size: 14px;
  padding-top: 5px;
} */ */


@media (hover: hover) {
  a:hover {
    background-color: #4997d0;
  }
}




/* ここからcenter-columnのcss */



.center-column h4{
  font-weight: 500;
  text-align: left;
  padding-left: 20px;
  font-weight: 500;
  color: #ffffff;
  background: #0000cc;
  border-left: solid 20px #f00;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  line-height: 1.5;
}

.center-column h4 .title-no{
  font-size: 200%;
  font-weight: bolder;
  color: #f00;
}


.ph-group{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 5px;
  align-items: flex-end;
}

.ph-group img{
  width: 24%;
  height: auto;
  border-radius: 5px;
  margin: 2px;
}

.ph-group figure{
  display: table;
}
.ph-group figure figcaption{
  display: table-caption;
  caption-side: bottom;
  padding: 0 20px; 
  line-height: 1.5;
}

/* 入場できない日ここから */
.no-entry{
  width: 60%;
  border: #0000cc 2px solid;
  border-radius: 10px;
  line-height: 1.5;
  padding: 10px;
}
.no-entry h5{
 color: #ffffff;
  background: #0000cc;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px; 
}

.no-entry img{
 max-width: 30%;
  height: auto;
  float: left;
  margin: 10px 20px 10px 0;
  vertical-align: bottom;
  border-radius: 10px;
}

.no-entry-img{
  display: flex;
}



/* 入場できない日ここまで */

.ph-cap{
  line-height: 1.5;
  padding: 10px 10px 10px 5px;
}

/* 裏話索引指定 */
.obakan-column{
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  background-color: rgba(255,0,0,0.2);
}

/* 裏話部分ここから */
.secret-story{
  padding: 10px;
  margin-top: 50px;
  background-color: #0000cc;
  border-radius: 5px;
  line-height: 2;
  font-weight: 500;
}

.secret-story h4{
  font-size: 200%;
  text-align: center;
  background-color: #f00;
  border-radius: 10px;
  margin: 10px 50px;
  color: #fff;
}

.secret-display{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.secret-1{
  flex-basis: 30%;
  margin: 10px;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  line-height: 2;
  font-size: 14px
}
.secret-1 h5{
  font-size: 120%;
  font-weight: 800;
  color: #f00;
}

.secret-1 h4{
  font-size: 130%;
  font-weight: 800;
  color: #0000cc;
  background-color: #fff;
}

.secret-1 ul li{
  font-size: 16px;
}

/* 裏話ここまで */

.banner-group{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 10px;
}

.banner-group img{
  margin: 5px;
  padding: 5px;
 
}

.banner-group2{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}

.banner-group2 a img{
  margin: 5px;
  padding: 5px;
flex-basis: 18%;
}

.first-expo{
  line-height: 2;
  border: #0000cc 6px double;
  padding: 5%;
  margin: 5%;
}

.first-expo h4{
  text-align: center;
  color: #0000cc;
  font-size: large;
  font-weight: 500;
  padding: 10px 0;
}

.first-expo-ph{
  display: flex;
  justify-content: space-around ;
  flex-wrap: wrap;
}

.first-expo-ph figure{
  flex-basis: 22%;
  margin: 5px;
}

.first-expo-ph figcaption{
 line-height: 1;
 font-size: 14px;
 padding-top: 5px;
}

.first-expo-ph img{
  border-radius: 5px;
}

address{
  text-align: center;
  font-weight: 500;
  margin: 50px 0;
}




/* 動画の指定 */

/* .lax-video{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 50px auto 100px auto;
}

.lax-video video{
  width: 30%;
  height: auto;
  border-radius: 10px;
}

.video-title{
  text-align: center;
  font-size: 24px;
  color: #007ad1;
  font-weight: 600;
  margin: 30px;
}

.video-info{
  text-align: center;
  line-height: 1.5;
  margin: 20px;
} */

/* ここまで動画 */


/* ここからレスポンシブ */

@media screen and (max-width: 768px){

.all-column{
  display: block;
}

.ph-group{
  display: block;
}

.ph-group img{
  width: 70%;
  height: auto;
}

.secret-display{
  display: block;
}


.banner-group{
  display: block;
}

.ahead,.next{
  width: 15%;
  height: auto;
}

.downbutton{
  width: 5%;
  height: auto;
  top: 150px;
}

.topbutton{
  width: 5%;
  height: auto;
  bottom: 150px;
}

.first-expo-ph{
  display: block;
  width: 70%;
  height: auto;
 
}

.no-entry{
  width: 80%;
}


/* .lax-video{
  display: block;
  margin: 20px;
}

.lax-video video{
  width: 80%;
  height: auto;
  margin: 30px 0
} */


}

