@charset "UTF-8";

 html, body {
      margin: 0;
      padding: 0;
      min-height: 100%;
    }

    body {
     /* background: linear-gradient(to right, #eafaff, #00116c);
      position: relative;
      overflow: hidden;
      overflow-y: auto;*/
      font-family: sans-serif;
    }

    .background{
        position: fixed;
        top: 0;
       width: 100%;
        object-fit: cover;
      
    }

    /*.grid {
      position: fixed;  ← fixedに変更が重要！ 
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image:
        linear-gradient(to right, rgba(0, 0, 255, 0.4)1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 255, 0.4)1px ,transparent 1px);
      background-size: 32px 32px;
      background-repeat: repeat;
      pointer-events: none;
      z-index: 0;
    } */

    .ikn{
        position: fixed;
        top:1vh;
        left: 1vw;
        z-index: 10;
        opacity: 0 ;
    }

 
    .menui{
        height: 10vh;
        width: 10vh;
        opacity: 0;
    }
    .menut{
        height: 3vh;
        width: 10vh;
        opacity: 0;
    }

    


    .menumove{
        position: fixed;
        display: flex;
        flex-direction: column;
        top: 3vh;
        right: 3vh;
        z-index: 1501;
        background-color: rgb(255, 255, 255);
        border-radius: 10%;
        cursor: pointer;
        pointer-events: auto;
        opacity: 0;
    }
    .ideamove{
         position: fixed;
        display: flex;
        flex-direction: column;
        top: 3vh;
        right: 3vh;
        z-index: 1500;
        background-color: white;
        border-radius: 10%;
        opacity: 0;
    }
    .mapmove{
      position: fixed;
        display: flex;
        flex-direction: column;
        top: 3vh;
        right: 3vh;
        z-index: 1500;
        background-color: white;
        border-radius: 10%;
        opacity: 0;
    }
    .homemove{
        position: fixed;
        display: flex;
        flex-direction: column;
        top: 3vh;
        right: 3vh;
        z-index: 1500;
        background-color: white;
        border-radius: 10%;
        opacity: 0;
    }
    










    .content {
      position: relative;
      z-index: 2;
      color: black;
      font-size: 2rem;
      padding: 20px;
    }
    .title{
        position: relative;
        top: 0;
    }
.titleCircle1{
    top: 50vh;
    left: 68vw;
    position: absolute;
    height: 170vh;
    width: auto;
    transform: translate(-50%, -50%);
    z-index: 10;
    transform-origin:53% 52%;
}
.titleCircle2{
   top: 53vh;
    left: 82vw;
    position: absolute;
    height: 160vh;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 10;
    transform-origin:37% 51%;
}
.titleCircle3{
   top: 48vh;
    left: 73vw;
    position: absolute;
    height: 172vh;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 10;
    transform-origin:49.5% 50%;
}
.titleAllFlex{
    display: flex;
    flex-direction: column;
    position: absolute;
    align-items: flex-end; /* ← 右揃え */
    top: 10vh;
    right: 10vw;
    z-index: 100;
}
.titleInohanaFes{
    opacity: 0;
}
.titleFlex{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.title2025{
    height: 10vh;
    width: auto;
}
.titleDT2025{
    height: 7vh;
    width: auto;
}
.titleDT112{
    height:13vh;
}
.titleDTSun{
    height: 7vh;
}

.title2025,.titleTime,.titleDT2025,.titleDT112,.titleDTSun,.titleDTUnderline,.titlePlaceChibaUniv,.titlePlaceInohana,.titlePlaceUnderline,.titleAccessIsHere{
    opacity: 0;
}

.titleAccessIsHere {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
  z-index: 100;
}

.titleAccessIsHere.fadeIn {
  opacity: 1;
  pointer-events: auto;
  z-index: 1000;
}



/*theme */
.theme{
    position: relative;
    top: 130vh;
    
}

.themeFlex{
    position: absolute;
    top: 20vh;
    display: flex;
    flex-direction:row;
}


.themeTitleUnderline{
    position: absolute;
    top: 30vh;
}

.themeContainer{
    position: absolute;

    top: 35vh;
    width: 100vw;
    height: 50vh;
}

.themeCC{
    position: absolute;
    top: 15vh;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}
.themeCCC{
    display: flex;
    flex-direction: column;
    width: 70%;
    height: auto;
}
.themeImg{
    width: 70%;
    height: auto;
    align-items: center;
}
.themeImg2 {
  max-width: 100%;  /* 親幅に合わせる */
  max-height: 100%; /* 親高に合わせる */
  height: auto;
  width: auto;
  object-fit: contain;
}
a.themeWord{
    text-decoration: none;
}
.themeWord{
    grid-column: 3/7;
    display: flex;
    flex-direction: column;
    margin-right: 3vw;
}
.themeVital{
   height: 20vh;
   width: auto;

}

.themeExpla{
    
  font-family: serif;
    color: white;
    font-size: 8vh;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
}
.themeExpla2{
   
    font-family: serif;
    color: white;
    font-size: 8vh;
   text-align: right;
}

.speech-bubble {
  position: relative;
  background: #f0f0f0,0.5;
  border: 5px solid rgb(136, 138, 183);
  color: white;
  font-family: serif;
  border-radius: 10%;
  padding: 1em;
  width: fit-content;
  max-width: 60%;
  font-size: 50px;
  margin: 1em;
  top: 100vh;
  left: 50vw;
}

/* 吹き出しの三角 */
.speech-bubble::after {
  content: "";
  position: absolute;
  top: -60px;
  left: 50px; /* ← 左に出す */
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-right-color: rgb(136, 138, 183);
  transform: rotate(90deg);
}


/*reccommend project */

.RecommendFlex{
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0;
}



.Logo{
    height: 10vh;
    width: 10vh;
}

.Underline{
    position: absolute;
    top: 10vh;
}

.recommendC{
    position:relative;
    top: 300vh;
}
.recommendT{
    position: absolute;
    top: 0vh;
    font-size: 60px;
    font-family: serif;
    text-decoration: underline;
}

.recommend1{
    position: absolute;
    overflow: hidden;
    width: 80vw;
    height: 40vh;
    margin-left: 10vw;
    background: color transparent 0;
    top: 20vh;
    border: 2px solid rgb(255, 255, 255);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
   
}

.recommend{
    display: flex;
    position: absolute;
    left: -22.5vw;
    top: 0;
    flex-direction: row;
    gap: 5vw;
   
}



.recommendO1{
    
    left: 0;
}

.wordN1{
    position: absolute;
    top: 10vh;
    left: 50vw;
}


.imgR1,.imgR2,.imgR3{
    height: 100%;
    width: 100%;
    object-fit: cover;
    grid-row: 1;
    margin-left: 2.5vw;
}

.wordR1, .wordR2, .wordR3 {
    
    object-fit: cover;      
    height: 36vh;   
    width: 36vh; 
      }     
  
  .btnLeft {
    position: absolute;
    left: 2vw;
    top: 40vh;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 40px solid rgb(0, 0, 0); /* 右に色 → 左向き三角 */

  }
  
  .btnRight{
    position: absolute;
    right: 2vw;
    top: 40vh;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 40px solid rgb(255, 255, 255); /* 左に色 → 右向き三角 */
  }

.newsflex{
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0;
}
  .News{
    position: relative;
    top: 370vh;
    left: 0vw;
  }

  .NewsTitleUnderline{
    position: absolute;
    top: 10vh;
  }


  .NewsBoxFlex{
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 30vh;
  }

/*care*/
.care{
    position: relative;
    top: 470vh;
}
.careflex{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.careflex2{
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
}
.caretext{
    position: relative;
    top: 20vh;
}
.care1{
    position: absolute;
    top:0;
    left: 5vw;
    width: 80vw;
    height: 95vh;
}
.care2{
    position: absolute;
    top: 0;
    left: 5vw;
    width: 80vw;
    height: 95vh;
}
.care3{
    position: absolute;
    top: 75vh;
    left: 60vw;
    width: 30vw;
}
.care4{
    position: absolute;
    top: 85vh;
    left: 60vw;
    font-family: serif;
    font-size: 30px;
}
.careAlc{
    position: absolute;
    top: 5vh;
    left: 15vw;
    height: 15vh;
}
.careAlcT{
    position: absolute;
    top:10vh;
    left: 30vw;
    height: 15vh;
    font-size: 5vh;
    font-family: serif;
   
}
.careTrush{
    position: absolute;
    top: 35vh;
    left: 15vw;
    height: 15vh;
}
.careTrushT{
     position: absolute;
    top:40vh;
    left: 30vw;
    height: 15vh;
    font-size: 5vh;
    font-family: serif;
}
.careTabacco{
    position: absolute;
    top: 65vh;
    left: 15vw;
    height: 15vh;
}
.careTabaccoT{
     position: absolute;
    top:70vh;
    left: 30vw;
    height: 15vh;
    font-size: 5vh;
    font-family: serif;
}

.access{
    position: relative;
    top: 550vh;
}
.accesstext1{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 30vh;
    left: 0vw;
    font-family: serif;
    font-size: 80px;
    color: aliceblue;
    text-decoration: none;
}


/*
body{
    background-color: white;
}

.first{
    
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.firstW,.secondW,.thirdW{
    font-size: 100px;
    font-family: serif;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
    background: radial-gradient(circle,#ffd5d5,#fff6f6,#fff);
    transition: border-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    color: black;
    opacity: 0;
}

.day,.place{
    font-family: serif;
    font-size: 30px;
}

.subtitle{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 65vh;
    left: 50vw;
}
.access{
 
    font-family: serif;
    font-size: 20px;
}

.identity{
    position: absolute;
    top: 130vh;
    height: 50vh;
    width: 100%;
}

.identityHead{
    margin-left: 20vw;
    position: relative;
    font-family: serif;
    font-size: 50px;
    flex-direction: column;
}

.IDWord{
    padding-left: 35vw;
    width: 100vw;
    font-family: serif;
    font-size: 25px;
}

.circle1,.circle2,.circle3{
    position: absolute;
    z-index: -1;
    
    border-radius: 50%;
    background-color: rgb(186, 120, 120,0);
    width: 60vw;
    height: 60vw;
    
}

.circle1{
    top: -20vh;
    left: 3vw;
    border: 10px solid rgb(240, 202, 202);
}
.circle2{
    top: -15vh;
    left: -1vw;
    border: 10px solid rgb(255, 223, 223);
}
.circle3{
    top: -17vh;
    left: 3vw;
    border: 10px solid rgb(211, 211, 32);
}

.news{
    position: absolute;
    top: 250vh;
}


.topics{
    display: flex;
    justify-content: center;
    width: 100vw;
    font-size: 50px;
    font-family: serif;
    
}

.container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 50vh ;
    background-color: antiquewhite;
    height: 60vh;
    margin-left: 5vw;
    margin-right: 5vw;
    gap: 2vw;
    padding: 2vw;
}

.item1{
    display: grid;
    width: 100%;
    grid-template-rows: 30vh 20vh;
    grid-column: 1;
    grid-row: 1;
    background-color: rgb(237, 233, 255);
    justify-content: center;
    gap: 5%;
    padding: 2%;

}

.photo1{
    grid-row: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.word1{
    grid-row: 2;
}


.item2{
    display: grid;
   width: 100%;
    grid-template-rows: 30vh 20vh;
    grid-column: 2;
    grid-row: 1;
    background-color: rgb(237, 233, 255);
    justify-content: center;
    gap: 5%;
    padding: 2%;
}

.photo2{
    grid-row: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.word2{
    grid-row: 2;
}

.header{
    position: fixed;
    z-index: 9999;
    background-color: rgba(255, 108, 108, 0.3);
    color: #ffffff;
    font-family: serif;
    font-size: 40px;
    border-radius: 10px;
    left: 1vw;
    top: 1vw;
    text-decoration: none;
}

.shortcatTab{
    position: fixed;
    right: -15vw;
    top: 0;
    display: grid;
    width:9vw ;
    margin-right: 1vw;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(6,1fr);
    height: 100vh;
    z-index: 10;
}

.shortcutB{
    position: fixed;
    right:-15vw;
    top: 0;
    display: grid;
    width:9vw ;
    margin-right: 1vw;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(6,1fr);
    height: 100vh;
    z-index: 9;
}

.homeB,.mapB,.serchB,.planB,.itemsB,.questionB{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(186, 120, 120,0);
    box-shadow: 4px 0 0 0 rgb(253, 255, 208);
    border-radius: 50%;
    color: #ffffff;
    
    width: min(10vw,10vh);
    height: min(10vw,10vh);
    transition:transform 0.5s;
}

.homeB{
    grid-column: 1;
    grid-row: 1;
}

.mapB{
    grid-column: 2;
    grid-row: 2;
}
.serchB{
    grid-column: 1;
    grid-row: 3;
}
.planB{
    grid-column: 2;
    grid-row: 4;
}

.itemsB{
    grid-column: 1;
    grid-row: 5;
}

.questionB{
    grid-column: 2;
    grid-row: 6;
}

.home,.map,.serch,.plan,.items,.question{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 192, 192);
    border-radius: 50%;
    color: #ffffff;
    font-family: serif;
    width: min(10vw,10vh) ;
    height: min(10vw,10vh);
    transition: background 0.3s ease , color 0.3s ease;
    text-decoration: none;
}

.home{
    grid-column: 1;
    grid-row: 1;
}

.map{
    grid-column: 2;
    grid-row: 2;
    text-decoration: none;
}
.serch{
    grid-column: 1;
    grid-row: 3;
}
.plan{
    grid-column: 2;
    grid-row: 4;
}

.items{
    grid-column: 1;
    grid-row: 5;
}

.question{
    grid-column: 2;
    grid-row: 6;
}

.recommendT{
    position: absolute;
    top: 190vh;
    font-size: 60px;
    font-family: serif;
    text-decoration: underline;
}

.recommend1{
    position: relative;
    overflow: hidden;
    width: 80vw;
    height: 40vh;
    margin-left: 10vw;
    background-color: aqua;
    top: 100vh;
}

.recommend{
    display: flex;
    width: fit-content;
    position: absolute;
    left: -22.5vw;
    top: 0;
    flex-direction: row;
}

.recommendO1,.recommendO2,.recommendO3{
    top: 0vh;
    z-index: 9;
    display: grid;
    background-color: rgb(36, 99, 78);
    grid-template-rows: repeat(2,17vh);
    grid-template-columns: 30vw;
    height: 33vh;
    width: 35vw;
    gap: 1px;
    margin-left:5vw ;
    margin-top: 5vh;
}

/*.recommendO1{
    grid-column: 1;
    left: 0;
}
.recommendO2{
    grid-column: 2;
}
.recommendO3{
    grid-column: 3;
}

.imgR1,.imgR2,.imgR3{
    height: 100%;
    width: 100%;
    object-fit: cover;
    grid-row: 1;
    margin-left: 2.5vw;
}

.wordR1, .wordR2, .wordR3 {
    display: flex;
    justify-content: center;  /* 横方向の中央揃え 
    align-items: center;      /* 縦方向の中央揃え 
    text-align: center;       /* 複数行を中央揃え 
    grid-row: 2;
  
    font-family: serif;
    color: white;
  
    padding: 0 10px;          /* 余白が必要なら追加 
    height: 100%;   
    width: 100%; 
    margin-left: 2.5vw;         /* 必ず高さを指定（親のgrid-rowに対して） 
  
  .btnLeft {
    position: absolute;
    left: 2vw;
    top: 215vh;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 40px solid orange; /* 右に色 → 左向き三角 
  }
  
  .btnRight{
    position: absolute;
    right: 2vw;
    top: 215vh;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 40px solid orange; /* 左に色 → 右向き三角 
  }

  .money{
    position: relative;
    top: 220vh;
    align-items: center;
    justify-content: center;
    height: 200px;
  }

  .money_text{
    position: absolute;
    font-family: serif;
    font-size: 30px;
    top: 0vh;
    align-items: center;
    justify-content: center;
  }
  */
