body {
font-family: 'Shippori Antique', sans-serif;
  margin: 0;
  padding: 0;
}
html, body {
  height:100%;
}


a{
  text-decoration: underline;
  color: white;
}
a:hover{
  color:yellow;
  font-weight: bold;
}
li {
  list-style: none;
}

/*PC上での表記*/
.center{
  text-align: center;
}
  .omikuji_btn {
    font-family: "HiraMinProN-W6";
    display: inline-block;
    padding: 0.5em 2em;
    text-decoration: none;
    background:#ff3b00;/*ボタン色*/
    color: #ffffff;
    border-radius: 20px;
    font-size: 25px;
    position: absolute;
    top: 628px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
  }
  /*.omikuji_btn:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
  /*  border-bottom: none;
  } */
  .omikuji_btn:hover {
    background-color: #ffe14d;
    color: #ff3b00;
  }
  /*.omikujiFrame {
    width: 80%;
    height: auto;
    z-index: 1;
    transform: rotate(180deg);
    position: absolute;
    left: 50%;
    transform: translate( -50%);
    -webkit-transform: translate(-50%);
    margin: 0 auto;
  }*/

/*おみくじの微妙な枠画像を使わないパターン==========*/
.omikujiFrame{
  display: none;
}

.omikujiInto{
  background-color: white;
  padding: 30px;
  border-radius: 20px;
  border: solid 3px #ff3b00;
}

.omikuji_1_1{
  width: auto;
  height: 800px;
  background-image: url("../img/shrine_2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}


.btn_omikuji{
  position: relative;
}
  /*.omikuji_1{
    width: auto;
    height: 500px;
    background-image: url("img/shrine_2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }*/

/*  .omikuji_1{
    width: auto;
    height: 100vh;
    background-image: url("img/dazaifu_ume.JPG");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
*/

  .omikuji_name {
    font-family: "HiraMinProN-W6";
    font-weight: bolder;
    margin-bottom: 10px;
    z-index: 7;
    font-size: 40px;
    text-align: center;
  }
  .omikuji_text {
    margin-top: 5px;
    font-size: 20px;
    z-index: 3
  }
  .omikujiInto {
    width: 600px;
    position: absolute;
    left: 50%;
    top: 120px;
    margin-left: -300px;
    z-index: 7;
  }
  .title{
    /*font-family: "Helvetica", "ヒラギノ丸ゴ ProN";*/
    font-size: 20px;
    color: black;
    margin-top: 80px;
    margin-bottom: 5px;
    display: none;
  }
  ul {
    font-size: 25px;
    color: #ff3B00;
    font-family: "HiraMinProN-W6";
    margin-top: 5px;
    display: -webkit-flex;
    display: flex;
  }
  #view_time {
    font-family: "HiraMinProN-W6";
    float: right;
    margin-right: 30px;
  }
  /*フッター*/
  .footerFixed {
    min-height: 9vh; /* ←コンテンツの高さの最小値＝ブラウザの高さ */
    position: relative;
    box-sizing: border-box;
  }
  footer{
    position:absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #ff3b00;
  }
  footer p {
    color: white;
    text-align: center;
    font-size: 15px;
    opacity: 0.7;
  }
