.title {
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
}

h2 {
    font-size: 24px;
    font-weight: bold;
}

.btn, .playbtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.back {
    display: flex;
    text-decoration: none;
    color: white;    
    border: solid 2px #918776;
    padding: 15px;
    border-radius: 20px;   
    background-color: #b1a58e;
    font-size: 16px;
    width: 200px;
    height: 49px;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
    margin-top: 20px;
    margin-bottom: 20px;
}

.memo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}

.about, .useRule, .privacyPolicy {
    width: 65%;
    line-height: 20px;
}

.about p {
    text-indent: 1em;
}

.about {
    margin-bottom: 1%;
}

.message {
    text-align: center;
    margin-top: 3%;
    margin-bottom: 15px;
    line-height: 20px;
}

.topImg {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.topImg img {
    width: 65%;
    height: auto;
}

.borderDiv {
    width: 100%;
    height: 3px;
    border-bottom: 3px dashed #bd924d;
}

.introductions {
    text-align: center;
    line-height: 1.5;
    padding-bottom: 2em;
}

.area {
    text-align: center;
    margin-bottom: 0;
}

.introBox {
    width: 100%;
    padding: 20px 0;
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.introBox a {
    text-decoration: none;
}

.introCard {
    width: 300px;
    height: 160px;
    border: solid 2px #B59157;
    background-color: white;
    border-radius: 20px;
    padding: 10px;
    position: relative;
    box-shadow: 7px 7px 2px #796e5a;
    transition:  0.1s ease, box-shadow 0.1s ease;
}

.introBox img {
    border: solid 2px #B59157;
    border-radius: 20px;
    box-shadow: 7px 7px 2px #796e5a;
}

.siteName {
    color: black;
    font-weight: bold;
}

.siteIntro {
    color: #444;
    margin-top: 7px;
}

.introBtn {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 7px;
    right: 7px;
    color: #777;
}

.arrow {
    display:inline-block;
    background: white;
    padding:10px 30px 10px 20px;
    text-align:center;
    color: white;
    margin:5px;
    border:1px solid;
    cursor:pointer;
    position: relative;
    text-decoration: none;
}

.arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #777 #777;
    transform: rotate(-135deg);
    transition: .3s;
}

.mapGroup {
    width: 100%;
    display: flex;
    gap: 32px;
    justify-content: center;
    margin-bottom: 7em;
}

.mapGroupMin h3 {
    border-left: 5px solid #bd924d;
    padding-left: 10px;
    margin-bottom: 2em;
}

.mapMember {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.mapLink {
    text-decoration: none;
    width: 245px;
    background: #fffdfa;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,.10);
}

.mapContent {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.mapLink p {
    text-align: center;
    padding: 20px 0;
    font-size: 15px;
}

.mapMenu {
    color: #444;
    text-decoration: none;
}

.thuCon {
    padding-top: 2em;
}

.thuWra::after {
    display: none;
}

.post {
    height: 600px;
    position: relative;
}

.teaserFil {
    white-space: pre-wrap;
}

.status .teaserFil p {
    padding: 0;
    margin: 0;
    margin-top: -1em;
}

.linkBtn {
    text-decoration: none;
    border: solid 2px #997844;
    padding: 15px;
    border-radius: 20px;   
    background-color: #bd924d;
    color: #faf0e6;
    font-size: 16px;
    text-align: center;
    width: 100px;
    transition: background-color 0.3s ease;
    margin: auto;
}

.playbtn {
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
}

.info {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 100px;
}

.info dl {
    width: 60%;
    margin: 0 auto;
}

.date {
    margin-left: 15%;
}

.content {
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0 auto;
    line-height: 1.2;
    padding: 0 5%;
}

.content a {
    margin: 0;
    padding: 0;
}

.info .day{
  background: #fffdfa;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,.10);
  padding: 16px 20px;
  margin: 14px 0;
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 10px 16px;
  align-items: start;
}

.pagination {
    text-align: center;
    margin-top: 20px;
}

.page-btn {
    padding: 8px 12px;
    margin: 0 5px;
    text-decoration: none;
    border: 1px solid #997844;
    background-color: #fffdfa;
    color: #997844;
}

.page-btn:hover {
    background: #d2c0a1;
}

.page-btn.active {
    background: #997844;
    color: #fffdfa;
    font-weight: bold;
}

@media(min-width: 801px){
    .back:hover {
        background-color: #d9cbb0;
    }

    .introCard:hover {
        transform: translate(2px, 2px);
        box-shadow: 3px 3px #726755;
    }

    .introCard:active {
        transform: translate(4px, 4px);
        box-shadow: 1px 1px #3f392f;
    }  

    .introCard:hover .arrow::after {
        right: 10px;
    }

    .mapLink:hover .arrow::after {
        right: 10px;
    }

    .linkBtn:hover {
        background-color: #d6b47c;
    }
}

@media(max-width: 800px){
    .back:active {
        background-color: #d9cbb0;
    }

    .about, .useRule, .privacyPolicy {
        width: 80%;
    }

    .message {
        width: 90%;
        margin-left: 5%;
    }

    .topImg img {
        width: 90%;
    }

    .introductions {
        margin: 0 20px;
    }

    .introBox {
        flex-direction: column;
    }

    .introCard:active {
        transform: translate(4px, 4px);
        box-shadow: 1px 1px #3f392f;
    }

    .introCard:active {
        transform: translate(2px, 2px);
        box-shadow: 3px 3px #726755;
        }

    .introCard:active .arrow::after {
        right: 10px;
    }

    .mapGroup {
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 7em;
    }

    .mapMember {
        justify-content: center;
        align-items: center;
    }

    .mapLink:active .arrow::after {
        right: 10px;
    }

    .linkBtn {
        text-decoration: none;
        border: solid 2px #997844;
        padding: 15px;
        border-radius: 20px;   
        background-color: #bd924d;
        color: #faf0e6;
        font-size: 16px;
        text-align: center;
        width: 100px;
        transition: background-color 0.3s ease;
    }

    .linkBtn:active {
        background-color: #d6b47c;
    }

    .info {
        width: 90%;
        margin-left: 5%;
    }

    .info dl {
        width: 100%;
        margin: 0;
    }

    .date {
        text-align: left;
        margin-left: 0;
    }

    .item .day {
        padding: 3%;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }

    .content {
        margin: 0;
        padding: 0;
    }
}


@media(max-width: 900px) {
    .info dl {
        width: 100%;
    }
}

@media(max-width: 1024px) {
    .info dl {
        width: 100%;
    }
}