* {
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
    font-weight: bold;
}
html {
    background-color: #6e815c;
}

header {
    margin: 0;
    padding: 0px;
}

.start {
    margin: 0;
    padding: 0;
    border: 3px solid #734e30;
    color: #734e30;
    background-color: #eedcb3;
    border-radius: 20px;
    width: 360px;
    margin-left: 115px;
    margin-top: -95px;
    padding-left: 15px;
    font-size: 45px;
}

.temple {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 120px;
    margin-bottom: 150px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #734e30;
    color: #e2e2e3;
    text-decoration: none;
    font-size: 50px;
    border: 5px solid #eedcb3;
    box-shadow: 7px 7px 9px #000;
    transition-duration: 0.5s;
}

.temple:hover {
    transition : all 0.5s ease 0s;
    transform: translateY(10px);
    color: #734e30;
    background-color: #eedcb3;
    border: 5px solid #734e30;
    box-shadow: 0 0;
    cursor: pointer;
}
/*
.temple:hober:after{
    transition : all 0.5s ease 0s;
    transform: translateY(0px);
    color: #734e30;
    background-color: #eedcb3;
    border: 5px solid #734e30;
    box-shadow: 0 0;
}
*/
ul {
    margin-top: 50px;
}

#g-navi {
    margin: 0;
    padding: 0;
}

.balloon1-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  margin-top: 10px;
  margin-left: 40px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e0edff;
}

.balloon1-top p {
  margin: 0;
  padding: 0;
}

.chat {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  height: 0px;
  margin-left: -5%;
}
.chat img {
    display: inline-block;
    float: right;
    padding: 0;
    margin: 0;
    margin-right: 400px;
}
.border-chat {
    background-color: #eedcb3;
    margin-top: 120px;
    color: #734e30;
    border: 8px solid #734e30;
    border-radius: 10px;
    width: 700px;
    height: 350px;
    margin-left: 35px
}

.border-chat p {
    margin-left: 60px;
    margin-top: 20px;
}

.space {
    display: inline-block;
    height: 150px;
}

.mark {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 210px;
    animation: anime 0.1s infinite;
}

@keyframes anime {
    0% {
        transform: rotate3d(10,10,10,360deg);
    }
    
    25% {
        transform: translate(-300px, -110px) rotate3d(50,80,20,-90deg);
    }
    
    50% {
        transform: translate(-600px, -110px) rotate3d(0,8,100,98deg);
    }
    
    75% {
        transform: translate(-550px, 600px) rotate3d(40,300,30,-180deg);
    }
    
    100% {
        transform: translate(300px, 400px) rotate3d(200,10,80,60deg);
    }
}

#scroll{
    font-size: 20px;
    text-align: center;
}