@charset "utf-8";

body {
    color: #555;
    font-family: "brandon-grotesque", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    word-wrap: break-word;
    background: #fff1a7;
}

.clearfix::after {
  display: table;
  content: "";
  clear: both;
}
img {
    max-width: 100%;
}
body section{
    max-width: 900px;
    margin: 0 auto 100px;
}
body .logo {
    width: 360px;
    margin: 80px auto 50px;
    line-height: 0;
}
body .lead {
    font-size: 16px;
    line-height: 2;
    margin: 0 0 50px;
    letter-spacing: 0.5px;
}
body .qr {
    padding: 20px 40px;
    display: flex;
    border: 1px solid #666;
}
body .qr figure {
    width: 100px;
    line-height: 0;
    padding: 8px;
    background: #fff;
}
body .qr .txt {
    padding-left: 40px;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    word-wrap: break-word;
    display: flex;
    justify-content: start;
    align-items: center;
    letter-spacing: 1px;
}
body .qr .price {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
    display: inherit;
}
.sml {
    font-size: 80%;
}

.section--contents .block--tit {
    font-family: acier-bat-solid, sans-serif;
    text-align: center;
    letter-spacing: 1px;
    font-size: 40px;
    line-height: 1;
    padding: 0 0 50px;
}
.contents-list > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contents-list > ul::after {
    content: "";
    display: block;
    width: 32%;
}
.contents-list > ul > li {
    width: 32%;
    padding: 15px 18px 18px;
    background: #fff;
    box-sizing: border-box;
    margin: 0 0 2%;
    line-height: 1.6;
    min-height: 155px;
}

.contents-list > ul li .title {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1.5;
    padding: 0 0 8px;
    color: #F29090;
}
.contents-list ul li.theater .title {
    color: #87B7C3;
}
.contents-list ul li.gallery .title {
    color: #9C7F91;
}
.contents-list ul li.member .title {
    color: #A7D596;
}
.contents-list ul li.dining .title {
    color: #EFD963;
}
.contents-list ul li.saitos .title {
    color: #95AEFF;
}
.contents-list ul li.playroom .title {
    color: #F4BB78;
}
.contents-list ul li.birthdaymail .title {
    color: #98E2D9;
}
.contents-list ul li.ticket .title {
    color: #98E2D9;
}

.contents-list ul li .title span {
    font-family: acier-bat-solid, sans-serif;
    font-size: 26px;
    margin: 0 3px 0 0;
    display: inherit;
    line-height: 1;
    letter-spacing: 0.2px;
}
.notice {
    padding: 5px 0 0;
}
.notice li {
    font-size: 12px;
    line-height: 1.2;
    text-indent: -1em;
    padding: 5px 0 0 1em;
}

.section--other .block--tit {
    margin: 0 0 30px;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    letter-spacing: .05em;
}
.section--other table {
    width: 100%;
    border: 0.5px solid;
    border-bottom: none;
    border-spacing: 0px 0px;
    empty-cells: show;
    margin: 0 auto 70px;
    border-collapse: separate;

}
.section--other table th {
    width: 230px;
    border-bottom: 0.5px solid;
    border-right: 0.5px solid;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}
.section--other table td {
    vertical-align: middle;
    line-height: 150%;
    padding: 15px 20px;
    border-bottom: 0.5px solid;
}
.section--other table td ul li:not(:last-child) {
    margin: 0 0 5px;
}

footer {
    text-align: center;
    font-size: 12px;
    padding: 0 0 40px;
}