body {
    margin: 0;
    height: 100vh;
    background-image: url(../image/starback.jpg);
    background-size: cover;
    width: 100%;
  }
  

/* 星空の背景のスタイル */
.stars {
    position: relative;
    width: 100%; /* 星空の横幅 */
    min-height: 100vh; /* 星空の縦幅 */
    background-image: linear-gradient(0deg, #00dedc, #115d89, #080f1c); /* 星空の背景色 */
    overflow: hidden; /* 星が枠外にはみ出すのを防ぐ */
  }
  
  /* 星のスタイル */
  .star {
    position: absolute;
    display: block;
    background-color: #fff; /* 星の色 */
    border-radius: 50%;
    box-shadow: 0 0 4px 2px rgba(#fff, 0.2); /* 星の影 */
    opacity: 0;
    animation: twinkle 5s infinite;
  }

/* 星がキラキラ光るアニメーション */
@keyframes twinkle {
    0% {
      opacity: 0;
    }
  
    50% {
      transform: scale(1.1);
      opacity: 1;
    }
  
    100% {
      opacity: 0;
      transform: scale(1);
    }
  }



  .emoemo {
    font-size: 38px;
    color: rgb(255, 255, 255);
    font-family: 'Shippori Mincho', serif;
    text-align: center;
    /* border-radius: 20px; */
    /* margin-top: 4rem; */
    margin-left: auto;
    margin-right: auto;
    top: 40%;
    width: 180px;
  }
  
  #home{
    width: 50px;
  }
  
  
  .emodetail {
    font-size: 15px;
    color: rgb(85, 43, 4);
    font-family: 'Mate SC', serif;
    font-family: 'Pacifico', cursive;
    text-align: center;
    /* border-radius: 20px; */
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    top: 30%;
    width: 360px;
    background-color: rgba(250, 235, 215, 0.653);
  }
  
  
  
  .brogtitle {
    font-size: 18px;
    color: rgb(85, 43, 4);
    font-family: 'Mate SC', serif;
    font-family: 'Pacifico', cursive;
    text-align: left;
    /* border-radius: 20px; */
    padding-left: 3rem;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    top: 30%;
    width: 180px;
    background-color: rgba(250, 235, 215, 0.653);
  }
  
  
  .tarotemo {
    font-size: 30px;
    color: rgb(85, 43, 4);
    font-family: 'Mate SC', serif;
    font-family: 'Pacifico', cursive;
    text-align: center;
    /* border-radius: 10px; */
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    top: 30%;
    width: 180px;
    background-color: antiquewhite;
  }
  
  .tarotdetail {
    font-size: 17px;
    color: rgb(85, 43, 4);
    font-family: 'Mate SC', serif;
    font-family: 'Pacifico', cursive;
    text-align: center;
    /* border-radius: 20px; */
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    top: 30%;
    width: 45%;
    background-color: rgba(250, 235, 215, 0.653);
  }
  
  .tarot1:hover {
    background-color: rgba(255, 252, 249, 0.653);
    color: rgb(162, 79, 0);
  }
  
  
  
  .uranai {
    font-size: 38px;
    /* color: rgb(85, 43, 4); */
    color: rgb(255, 242, 230);
    /* font-family: 'Mate SC', serif; */
    /* font-family: 'Pacifico', cursive; */
    font-family:'Shippori Mincho', serif;
    text-align: center;
    /* border-radius: 20px; */
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    top: 30%;
    /* width: 180px; */
    background-color: rgb(1, 58, 99); 
  }

  .emostar {
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-family: 'Shippori Mincho', serif;
    text-align: center;
    /* border-radius: 20px; */
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    top: 30%;
    width: 45%;
  }
  .starue{
    background-image: url("../image/seizanoue.jpeg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 148px;
    /* animation: rotate_anime 6s linear infinite; */
    margin-left: auto;
    margin-top: 34px;
    background-position-x: center;
  }
  .touroku {
    background: #f5e5ff;
    color: #67574d;
    width: 100px;
    font-size: 18px;
    padding: auto;
    text-align: center;
    margin-left: 90%;
    border-radius: 5px;
  
  }
  
  .touroku:hover {
    background: #fff;
    color: #ff701e;
  }
  
  
  .tourokubotan {
    font-size: 30px;
    color: rgb(85, 43, 4);
    text-align: center;
    /* border-radius: 20px; */
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    top: 30%;
    width: 180px;
    background-color: antiquewhite;
  }
  
  .oraclecard:hover {
    background: #ffbb73;
  }
  
  
  
  .tarotcard:hover {
    background:#ffbb73;
  }
  
  
  
  .eki:hover {
    background:#ffbb73;
  }
  
  
  
  
  .message:hover {
    background: #ffbb73;
  } 
  
  
  .uranai-menu {
    display: flex;
    justify-content: center;
  }
  
  .uranai-menu>* {
    font-size: 14px;
    color: rgb(85, 43, 4);
    /* font-family: 'Mate SC', serif; */
    /* font-family: 'Shippori Mincho', serif; */
    text-align: center;
    border-radius: 10px;
    padding-top: 23px;
    padding-bottom: 1rem;
    margin: 5px;
    width: 200px;
    margin-top: 1rem;
    background-color: rgb(255, 234, 234);
    font-family: 'Zen Maru Gothic', serif;
    /* box-shadow: 0px 0px 0px 2px rgb(209, 238, 216); */
    /* border: dashed 2px rgb(121, 147, 128); */
  
  }
  
  .iroiro-menu {
    display: flex;
    justify-content: center;
  }
  
  .iroiro-menu>* {
    font-size: 14px;
    color: rgb(85, 43, 4);
    /* font-family: 'Mate SC', serif; */
    /* font-family: 'Shippori Mincho', serif; */
    text-align: center;
    border-radius: 10px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 5px;
    margin-bottom: 1rem;
    width: 200px;
    background-color: rgb(255, 234, 234);
    font-family: 'Zen Maru Gothic', serif;
    /* box-shadow: 0px 0px 0px 2px rgb(255, 254, 184); */
    /* border: dashed 2px rgb(184, 140, 150); */
  
  }
  
  
  a {
    text-decoration: none;
    color: #4b4b4b;
    font-family: 'Zen Maru Gothic', serif;
  }
  
  ul {
    list-style: none;
    margin: 0;
    display: flex;
  }
  
  li {
    margin: 0 0 0 15px;
    font-size: 14px;
  }
  
  #footer06 {
    background: #312727;
  }
  
  #footer06 .cont-wrap {
    padding: 30px 0;
  }
  
  #footer06 .info .address {
    margin: 20px 0;
    padding-left: 20px;
    border-left: 1px solid #fff;
    color: #ccc;
  }
  
  #footer06 .cont .nav a {
    color: #ccc;
    padding-left: 14px;
  }
  
  #footer06 .cont-wrap .map {
    width: 700px;
    height: 200px;
  }
  
  #footer06 .cont-wrap .map iframe {
    width: 100%;
    height: 100%;
  }
  
  .copyright{
    margin-top: 1rem;
  }
  
  @media only screen and (min-width: 641px) {
    #footer06 .cont-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  }
  
  table {
    border-collapse: collapse;
  }
  
  p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 60px auto 40px;
  }
  
  .seiza-input {
    width: 430px; 
    height: 100px;
    margin: 0 auto 16px;
    margin-top: 16px;
    background-color: #eee;
    text-align: center;
    font-size: 16px;
    /* border-radius: 100%; */
    font-family: 'Shippori Mincho', serif;
    padding-top: 4%;
  }
  
  .ekidayo {
    width: 400px;
    height: 100px;
    margin: 0 auto 16px;
    margin-top: 16px;
    background-color: #eee;
    text-align: center;
    font-size: 16px;
    line-height: 100px;
    border-radius: 8px;
    font-family: 'Shippori Mincho', serif;
  }
  
  .sitanoyatsu{
    display: flex;
    background-image: url("../image/sitanoda.jpeg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 380px;
    /* animation: rotate_anime 6s linear infinite; */
    margin-left: auto;
    margin-bottom: 20px;
    background-position-x: center;
  }




  #fortune {
    font-weight: bold;
  }
  


  #custom-button {
    display: block;
    width: 240px;
    height: 50px;
    margin: 0 auto;
    background-color: rgb(32, 60, 120);
    border-radius: 8px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    font-family: 'Shippori Mincho', serif;
    border-width: 0;
  }
  
  #custom-button:hover {
    background-color: rgb(101, 101, 170);
  }
  
  .fortune {
    line-height: 1ex;
  }
  
  

  .kuuhaku {
    font-size: 15px;
    color: rgb(85, 43, 4);
    font-family: 'Mate SC', serif;
    font-family: 'Pacifico', cursive;
    text-align: center;
    border-radius: 20px;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    top: 30%;
    width: 45%;
    background-color: rgba(250, 235, 215, 0.653);
  }


  .sitanoyatsu{
    display: flex;
    background-image: url("../image/sitanoda.jpeg");
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 3/1;
    width: 90%;
    /* animation: rotate_anime 6s linear infinite; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-position-x: center;
    max-width: 800px;
  }