body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #494949;
    background-color: #e6e6e6;
    /*background-image: linear-gradient(#d5e6eb, #8ca2d1);*/
}
a {
    color: #0e2147;
}
h1 {
    font-weight: 700;
}
h2 {
    font-weight: 500;
}
h3 {
    font-weight: 400;
}

.kv-area {
    width: 100%;
    position: relative;
}
.kv-area img{
    width: 100%;
}

.kv-area h1{
    width: 80%;
    text-align: center;
  margin: 0;
  font-size: 60px;
  color: #d1eff7;
  position: absolute;
  text-shadow: 0px 0px 5px rgb(144, 142, 244);
  
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media screen and (min-width: 768px){
    .kv-area h1 {
        font-size: 100px;
    } 
}
.kv-subtitle {
    width: 75%;
    font-size: 14px;
    color: #70206a;
    font-weight: 400;
    background-color: #92a0aba2;
    text-align: center;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -15%);
}

.main-contents-container {
    width: 85%;
    margin: 0 auto;
}
.welcome{
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
}
.welcome .sub-announcement{
    font-size: 12px;
    margin-top: 10px;
}

.notice{
    margin-top: 50px;
    margin-bottom: 70px;
}

.notice h2 {
    margin-bottom: 20px;
    padding-top: 10px;
    font-size: 24px;
    text-align: center;
    border-top: dotted 1px #727a8a;
}
.notice dl{
    font-size: 12px; 
    /*box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);*/
}
.notice .notice-row{
    display: flex;
    border-bottom: solid 1px #727a8a; 
}
.notice .notice-row:first-child{
    border-top: solid 1px #727a8a; 
}
.notice .notice-row:hover{
    background-color: #8b8b8b;
}
.notice dt{
    margin-right: 10px;
}

.info{
    margin-bottom: 40px;
}
.info h2{
    text-align: center;
    border-top: dotted 1px #727a8a;
    margin-bottom: 20px;
    padding-top: 10px;
}
.info .info-notice{
    font-size: 14px;
}

.menu{
    margin-bottom: 50px;
    border-top: dotted 1px #727a8a;
    padding-top: 30px;
    /*box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);*/
}
.menu .menu-row{
    display: flex;
    justify-content: space-around;
}
.menu .menu-cell{
    flex: 1;
    text-align: center;
    border: outset 1px #9ba5b9;
    background-color: #d1eff7;
    /*box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);*/
    margin: 3px;
    padding: 3px;
}
.menu .menu-cell:hover{
    background-color: #8b8b8b;
}

.close-announcement{
    border-top: dotted 1px #727a8a;
    padding-top: 30px;
    text-align: center;
    font-size: 14px;
}

.footer{ 
    border-top: solid 1px #727a8a;
    padding-top: 10px;
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 12px;
}

.shops {
    margin-top: 30px;
}
.shops h2 {
    margin-bottom: 20px;
}
.shops ul {
    margin-top: 30px;
    list-style-position: inside;
    font-size: 14px;
}
.shops ul li::marker {
    font-size: 0.5em;
    padding-bottom: 1px;
}

.events {
    margin-top: 30px;
}
.events-notice {
    margin-top: 20px;
}

.updating {
    margin-top: 30px;
}
.updating-notice {
    margin-top: 20px;
}

.members {
    margin-top: 30px;
}
.memeber-notice {
    margin-top: 20px;
}

.losts {
    margin-top: 30px;
}
.losts h2 {
    margin-bottom: 20px;
}
.losts-notice {
    margin-bottom: 20px;
}
.losts ul {
    margin-top: 30px;
    list-style-position: inside;
    font-size: 14px;
}
.losts ul li::marker {
    font-size: 0.5em;
    padding-bottom: 1px;
}

.flyer {
    margin-top: 30px;
}
.flyer h2 {
    margin-bottom: 20px;
}

.back-to-top { 
    margin-top: 10px;
}