@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Zen+Antique&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  color: rgb(255, 255, 255);
}

body {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("./images/main.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

body::after {
  content: "";
  position: absolute;
  display: block;
  background: black;
  width: 100%;
  height: 1310vh;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.title {
  /*text-align: center;*/
  position: absolute;
  top:90%;
  left: 20%;
  font-size: 2.5rem;
  transform: translateX(10%);
  opacity: 0;
  z-index: 2;
 }

.title.active {
  opacity: 1;
  transition: all 3s;
}

/*section-0 {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}*/


section {
  position: relative;
  height: 150vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.space {
  position: relative;
  height: 70vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.space2 {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.space3 {
  position: relative;
  height: 70vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.img-wrap {
  position: absolute;
  top: 40%;
  /* leftはapp.jsで付加される */
  height: 50%;
  width: 10vw;
  overflow: hidden;
  opacity: 0;
}

.img-wrap.active {
  width: 40vw;
  opacity: 1;
  transition: opacity 1s, width 2s;
}

.img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1.6);
}

.img-wrap.active > .img {
  transform: scale(1.0);
  transition: 1s ease-out;
}

h1 {
  position: relative;
  white-space:normal;
  height: 10vh;
  width: 100%;
  overflow: visible;
  z-index: 1;
  margin-bottom: 5px;
}

h5 {
  position: absolute;
  font-size: 5rem;
  height: 10vh;
  width: 100%;
  overflow: visible;
  z-index: 1;
  
}

h2 {
  position: absolute;
  font-size: 5rem;
  top: 40%;
  left: 10%;
  z-index: 2;
  letter-spacing: 15px;
  line-height:50%;
  /*opacity: 0;*/    /*20250406透明度*/
  transition: 0.2s;
}

h2.active {
  opacity: 1;
  transition: opacity 3s;
}


.title-1{
  font-size: 50px;
}

.title-2{
  position: absolute;
  font-size: 100px;
  transform: translate(-30%, -50%);
}

.main-title {
  font-size: 4rem;
  text-align: center;
  }

.text-1{
  font-size: 25px;
  height: 100%;
}

.img-wrap {
  filter: grayscale(100%);
}

/*----------------------------*/
.content {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1px);
  padding: 100px;
  width: 100%;
  height: 400px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
 
}

/*.gmap_iframe {
  aspect-ratio: 100 / 100;
  max-width: 3000px;
  width: 100%;
  height: auto;
}*/

.map {
  position: absolute;
   /*padding-top: 56.25%;*/
  padding-top: 70%;
  /* 16:9のアスペクト比 */
  height: 0;
  width: 100%;
}

.map iframe {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*transform: scale(2.9);*/
}


/*.content0 .text-box4 {
  z-index: 20;
  font-size: 10px; 
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 10px;
  width: 2000px;
  max-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display:flex;
  justify-content:center;
  }*/

.container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  left:35%;
  line-height: 40px;

}

.container0 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
 
}

.douga iframe {
  position: absolute;
  left:0;
  width: 100%;
  height: 250px;
  object-fit: cover;
  opacity: 0.8;
  }

  .sec-06 {
    position: absolute;
    left: 0%;
    
  }
    
.info-title5 {
  font-size: 2em;
  margin-top: 20px;
  z-index: 20;
  padding: 0px;
  max-width: 150px;
  color: #28b5d8;
 }

 .content1 .text-box5 {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 0px;
  max-width: 650px;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(0px, 0px);
  line-height: 18PX;
  display:flex;
  flex-flow: column;
  justify-content:space-between;
  align-items: center;
  margin-bottom: 0px;
  font-weight:  bold;
 }


 #nav {
  list-style: none;
  overflow: hidden;
  margin-bottom: 15px;
}
 
#nav li {
  width: 200px;
  font-size: 1rem;
  text-align: center;
  background-color: rgba(175, 216, 64, 0);
  color:#28b5d8;
  float: left;
  height: 40px;
  line-height: 50px;
  margin-right: 2px;
  justify-content:space-between;
}

 .media-info {
  font-size: 10px;
  z-index: 20;
  color: #28b5d8;
}

.menu-item{
  color: #28b5d8;
}

.media-info li {
  list-style: none;
  font-size: 1.4em;
}

.media-info li a {
  text-decoration: none;
  color: #fff;
}

.media-info li:not(:last-child) {
  margin-bottom: 5px;
}

.media-info li:nth-child(1),
.media-info li:nth-child(5) {
  padding-left: 5px;
}

.media-info li:nth-child(2),
.media-info li:nth-child(4) {
  padding-left: 20px;
}

.Copyright{
  Width: 400px;
  font-size: 15px;
  color: #28b5d8;
  font-weight:"#" ;
  text-align: center;
  font-weight:  bold;
}

#footer{
  width: 100%;
  height: 100px;
  background-color: #000000;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@media (max-width: 768px) {        
 
/*   .title h1 { font-size: 2rem; }

  .title-1,  .title-1 h2  { 
      padding: 0; 
      width: 400px;
  height: 100%;
  font-size: 30%;}
 

  .text-1, .text-1 h2  {  
      padding: 0; 
  width: 100vw;
  height: 100vw;
   font-size: 20%;   
   line-height:  125%;       
   letter-spacing: 8px;  }  
  
  .space2, .space2 h5 {             
      padding: 0;  }
  .space2 h5 { font-size: 2rem; }

  .space3, .space3 h5 {            
      padding: 0;  }
  .space3 h5 { font-size: 2rem; }
  .space3 h4 { font-size: 1rem; }

  .text-box5 h3 {
      padding: 0;
      font-size: 2rem;
        width: 50vw;
        height: 50vh;}
  .nav {
      padding: 0;
      font-size: 1rem;
        width: 50vw;
        height: 150vh;}

  .space6 h3 { font-size: 1rem; }   
  */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  color: rgb(255, 255, 255);
}

body {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("./images/main.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

body::after {
  content: "";
  position: absolute;
  display: block;
  background: black;
  width: 100%;
  height: 1310vh;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.title {
  /*text-align: center;*/
  position: absolute;
  top:90%;
  left: 20%;
  font-size: 2rem;
  transform: translateX(10%);
  opacity: 0;
  z-index: 2;
 }

.title.active {
  opacity: 1;
  transition: all 3s;
}

/*section-0 {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}*/


section {
  position: relative;
  top: 80px;
  height: 70vh;    /*150vh;*/ 
  width: 100%;   
  overflow: hidden;
  z-index: 1;
}

.space {
  position: relative;
  height: 50vh;   
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.space2 {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.space3 {
  position: relative;
  height: 70vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.space2 h5 {  padding: 20px;  }

.img-wrap {
  position: absolute;
  top: 40%;
  /* leftはapp.jsで付加される */
  height: 50%;
  width: 10vw;
  overflow: hidden;
  opacity: 0;
}

.img-wrap.active {
  width: 40vw;
  opacity: 1;
  transition: opacity 1s, width 2s;
}

.img {
  position: absolute;
  top: 18%;
  left: 0;
  width: 48vw;
  height: 50%;
  background-size: cover;
  background-position: center;
  transform: scale(1.6);
  left: 3px;
}

.img-wrap.active > .img {
  transform: scale(1.0);
  transition: 1s ease-out;
}

h1 {
  position: relative;
  white-space:normal;
  height: 10vh;
  width: 100%;
  overflow: visible;
  z-index: 1;
  margin-bottom: 5px;
  font-size: 2rem;
}

h5 {
  position: absolute;
  font-size: 2rem;
  height: 10vh;
  width: 100%;
  overflow: visible;
  z-index: 1;
  
}

h2 {
  position: absolute;
  font-size: 18px;
  top: 40%;   /*40%*/
  left: 14px;
  z-index: 2;
  letter-spacing: 0.05em;
  line-height: normal;
  opacity: 0;
  transition: 0.2s;
}

h2.active {
  opacity: 1;
  transition: opacity 3s;
}


.title-1{
  font-size: 1.8rem;
  line-height: 30px;
}

.title-2{
  position: absolute;
  font-size: 50px;
  transform: translate(-30%, -50%);
}

.main-title {
  font-size: 1.5rem;
  text-align: center;
  }

.text-1{
  font-size: 70%;
  height: 100%;
  padding: 0;
  left: -80%;
  width: 100%;
  line-height:  125%;       
 letter-spacing: 0.1em;

overflow-x: hidden;
}

.img-wrap {
  filter: grayscale(100%);
  height: 65%;
  width: 80%;
  top: 42%;
}

/*----------------------------*/
.content {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1px);
  padding: 70px;
  width: 100%;
  height: 400px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

/*.gmap_iframe {
  aspect-ratio: 100 / 100;
  max-width: 3000px;
  width: 100%;
  height: auto;
}*/

.map {
  position: absolute;
   /*padding-top: 56.25%;*/
  padding-top: 70%;
  /* 16:9のアスペクト比 */
  height: 0;
  width: 100%;
}

.map iframe {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*transform: scale(2.9);*/
}


/*.content0 .text-box4 {
  z-index: 20;
  font-size: 10px; 
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 10px;
  width: 2000px;
  max-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display:flex;
  justify-content:center;
  }*/

.container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  left:25%;
  line-height: 30px;
  font-size: 0.8rem;
}

.container0 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
 
}

.douga iframe {
  position: absolute;
  left:0;
  width: 100%;
  height: 250px;
  object-fit: cover;
  opacity: 0.8;
  }

  .sec-06 {
    /*position: absolute;0521*/
    top: 140vh;
    width: 120%;
    height: 300px;
    left: -20%;
     font-size: 14px;
     line-height: 10%;
     letter-spacing: 0.1em;
  }

 .sec-05 {
   /* position: absolute;*/
    left: 0%;
    height: 50vh;
  }   
.info-title5 {
  font-size: 2em;
  margin-top: 20px;
  z-index: 20;
  padding: 0px;
  max-width: 150px;
  color: #28b5d8;
 }

 .content1 .text-box5 {
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 0px;
  max-width: 100%;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(0px, 0px);
  line-height: 20PX;
  display:flex;
  flex-flow: column;
  justify-content:space-between;
  align-items: center;
  margin-bottom: 0px;
  /*font-weight:  bold;*/
   font-size: 12px;
 }



 #nav {
  list-style: none;
  overflow: hidden;
  margin-bottom: 15px;

  display:flex;
  flex-flow: column;
  justify-content:space-between;
}
 
#nav li {
  width: 180px;
  font-size: 0.8rem;
  text-align: center;
  background-color: rgba(175, 216, 64, 0);
  color:#28b5d8;
  float: left;
  height: 20px;
  line-height: 20px;
  margin-right: 2px;
  justify-content:space-between;
}

 .media-info {
  font-size: 10px;
  z-index: 20;
  color: #28b5d8;
}

.menu-item{
  color: #28b5d8;
}

.media-info li {
  list-style: none;
  font-size: 1.4em;
}

.media-info li a {
  text-decoration: none;
  color: #fff;
}

.media-info li:not(:last-child) {
  margin-bottom: 5px;
}

.media-info li:nth-child(1),
.media-info li:nth-child(5) {
  padding-left: 5px;
}

.media-info li:nth-child(2),
.media-info li:nth-child(4) {
  padding-left: 20px;
}

.Copyright{
  Width: 300px;
  font-size: 0.8rem;
  color: #28b5d8;
  font-weight:"#" ;
  text-align: center;
  font-weight:  bold;
justify-content: center;
  line-height: normal;
}

#footer{
  width: 300px;
  height: 50px;
  background-color: #000000;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}



}



