html,
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    overflow-x: hidden;
}

.navbar {
    webkit-box-shadow: none;
    box-shadow: none;
}

.btn-seablue {
    background-color: #4C7299 !important;
    color: #fff !important;
}

.btn-vegegreen {
    background-color: #02840c !important;
    color: #fff !important;
}

.btn-seablue-light {
    background-color: rgba(76, 114, 153, 0.1) !important;
    color: #fff !important;
}

section {
    margin-bottom: 60px;
}

.lh-1 {
    line-height: 1em;
}

.lh-2 {
    line-height: 2em;
}

.lh-3 {
    line-height: 3em;
}

.lh-4 {
    line-height: 4em;
}

table th {
    font-weight: bold;
}

section h3,
h4,
h5 {
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
}

.date:before {
    content: "▶︎";
}

.allow {
    position: relative;
    padding-left: 3em;
}

.allow:before {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    background: url(../img/allow.png) no-repeat;
    background-size: contain;
}

aside.t-90 {
    position: absolute;
    left: 10px;
    top: 90%;
}

aside.t-80 {
    position: absolute;
    left: 10px;
    top: 80%;
}

aside.t-70 {
    position: absolute;
    left: 10px;
    top: 70%;
}

aside.t-60 {
    position: absolute;
    left: 10px;
    top: 60%;
}

aside.t-50 {
    position: absolute;
    left: 10px;
    top: 50%;
}

aside.t-40 {
    position: absolute;
    left: 10px;
    top: 40%;
}

aside.t-30 {
    position: absolute;
    left: 10px;
    top: 30%;
}

aside.t-20 {
    position: absolute;
    left: 10px;
    top: 20%;
}

aside.t-10 {
    position: absolute;
    left: 10px;
    top: 10%;
}

#access {
    position: relative;
}

#floorguide {
    position: relative;
}

#admin {
    position: relative;
}

main {
    padding-top: 100px;
}

.dotted {
    border-bottom: dotted 8px #fff;
}

.bg-seablue_light {
    background: rgba(76, 114, 153, 0.1);
}

.bg-seablue {
    background: rgba(76, 114, 153, 1);
}

svg {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
}

.box {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    position: absolute;
    z-index: 1;
}

.wave {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
}

.text-seablue {
    color: #4C7299;
}

img[src$=".svg"] {
    width: 100%;
}

.pagetop {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    animation-duration: .5s;
}

.pagetop a {
    width: 60px;
    height: 60px;
    text-decoration: none;
}

.pagetop a::before {
    font-family: FontAwesome;
    content: '\f0aa';
    font-size: 60px;
    color: #4C7299;
}

.pagetop.show {
    /* ボタン表示の状態 */
    height: auto;
    opacity: 1;
    animation-name: fadein;
}

.pagetop.hide {
    /* ボタン非表示の状態 */
    height: 0;
    opacity: 0;
    animation-name: fadeout;
}

.pagetop.static {
    /* フッターで止めた時の状態を設定 */
    position: absolute;
    bottom: auto;
    margin: -60px 0 0;
}

@keyframes fadein {

    /* ボタン表示のキーフレーム */
    0% {
        height: 0;
        opacity: 0;
    }

    1% {
        height: auto;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeout {

    /* ボタン非表示のキーフレーム */
    0% {
        height: auto;
        opacity: 1;
    }

    99% {
        height: auto;
        opacity: 0;
    }

    100% {
        height: 0;
    }
}

.square_btn {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #4c7299;
    /*ボタン色*/
    color: #fff;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}

.square_btn:active {
    /*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    /*下に動く*/
    border-bottom: none;
    /*線を消す*/
}

.footer-bg {
    background: url(../img/footer_sp.png) no-repeat;
    background-size: cover;
    padding: 60px 20px 20px 20px;
}

@media (min-width: 768px) {
    .footer-bg {
        background: url(../img/footer.png) no-repeat;
        background-size: 100% 100%;
        padding: 60px 20px 20px 20px;
    }
}

.story-bg {
    background: url(../img/story.svg) no-repeat;
    background-position: center center;
    background-size: contain;
    height: 100%;
}

.news-bg {
    background: url('../img/bg_news.svg') no-repeat;
    background-size: cover;
}

.wp-pagenavi {
    width: fit-content;
    margin: 0 auto;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

@media screen and (max-width: 768px) {
    .fs-5 {
        font-size: 1rem !important
    }
}

.fs-6 {
    font-size: 1rem !important
}

.menu-list {
    list-style-type: none;
    padding-left: 0;
}

.menu-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    line-height: 10px;
}

.menu-list li:before {
    content: url('https://fukaura-marugoto.com/wordpress/wp-content/uploads/2024/03/list-header.svg');
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
}

@media screen and (max-width: 768px) {
    .menu-list li:before {
        margin: 0;
    }

    .menu-list li {
        & div {
            gap: 10px;

            & p {
                line-height: 1.2em;
            }

            & p:nth-of-type(2) {
                text-align: right;
            }
        }
    }
}

@media screen and (max-width: 768px) {
    .fs-5 {
        font-size: 1rem !important
    }
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-medium {
    font-weight: 500 !important
}

.fw-semibold {
    font-weight: 600 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}