@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&family=Ephesis&family=Noto+Sans+JP:wght@300&display=swap');

body {
    color: #333;
    font-size: 100%;
    background: #202020;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
}
a,
a:visited{
    color: #f44336;
}
.page-content,
.entry-content,
.entry-summary,
.post,
.page {
    margin: 0;
}

.site-header {
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.hd-logo {
    width: 190px;
    position: absolute;
}


.hd-menu {}

.main-navigation ul {
    display: flex;
    justify-content: end;
    font-family: 'Cormorant Garamond', serif;
}

.main-navigation ul li {
    margin-left: 5px;
    padding: 5px 20px;
    letter-spacing: 1px;
}

.main-navigation ul li#menu-item-22 {
    background: #966a00;
}

.main-navigation ul li a {
    color: #fff;
}


.main-navigation {
    display: block;
    width: 100%;
    padding: 20px 0;
}

.top-img {
    position: relative;
}

img.logo-top {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateY(-50%) translateX(-40%);
    -webkit- transform: translateY(-50%) translateX(-40%);
    margin: auto;
    width: 480px;
}

img.welcome {
    position: absolute;
    top: 21%;
    left: 29%;
    width: 270px;
    transform: rotate(-15deg);
}

.site-main {
    background: #202020;
}

.front-content {
    margin-top: -10rem;
}

.concept-box {
    text-align: center;
    background: url(../img/concept.jpg) no-repeat;
    background-size: cover;
    padding: 3rem;
    color: #fff;
    margin-top: 0;
    position: relative;
}

.concept-box h2 {
    font-family: 'Ephesis', cursive;
    position: absolute;
    font-size: 100px;
    top: 0;
    left: 0;
    right: 0;
    mix-blend-mode: soft-light;
    transform: rotate(-20deg);
}

.concept-box p {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-feature-settings: "palt";
    padding-top: 5rem;
    font-size: 17px;
    letter-spacing: 2px;
}

.top-news {
    overflow: hidden;
    margin: 5rem 0 0;
}

.top-news h2,
.top-cast-inner h2,
.top-system-inner h2,
.top-res-box h2,
.top-access-box h2,
.bt-menu h2 {
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    line-height: 35px;
    letter-spacing: 7px;
}

.top-news h2 strong,
.top-cast-inner h2 strong,
.top-system-inner h2 strong,
.top-res-box h2 strong,
.top-access-box h2 strong,
.bt-menu h2 strong {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #6d6d6d;
}

.top-news a.more-link,
.top-cast a.more-link,
.top-system a.more-link,
.top-res-box a.more-link,
.top-access-box a.more-link,
.bt-menu a.more-link {
    font-family: 'Cormorant Garamond', serif;
    display: block;
    background: #fff;
    width: 200px;
    text-align: center;
    margin-top: 4rem;
    color: #333;
    padding: 5px;
}

.new-sd {
    width: calc(100% + 350px);
    margin: 0 0 0 0px;
}

.new-sd ul {
    margin-bottom: 0;
}

.new-sd ul li {
    padding: 0 1rem;
}

.front-news-text {
    background: #000;
    padding: 1rem;
    color: #fff;
}

.front-news-text h3 {
    font-size: 12px;
}

.front-news-text p {
    text-align: right;
    font-size: 10px;
}

.front-news-text a {
    color: #fff;
}

.top-cast {
    margin-top: 5rem;
}

.top-cast-box {
    background: url(../img/castbg.jpg) no-repeat;
    background-size: contain;
    padding: 9rem 0;
}

.top-cast-inner {
    width: 50%;
    margin-left: auto;
    background: #000;
    padding: 6rem;
}

.top-cast a.more-link,
.top-system a.more-link {
    margin: 1rem 0 0;
}

.top-system-box {
    background: url(../img/systembg.jpg) no-repeat;
    background-position: right;
    background-size: contain;
    padding: 9rem 0;
}

.top-system-inner {
    width: 50%;
    background: #000;
    padding: 6rem;
}

.top-res {
    margin-top: 5rem;
}

.top-res-box {
    background: url(../img/resbg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5rem 0;
}

.top-res-box h2 {}

.top-res-box h2 strong {}

.top-res-inner,
.top-access-inner {
    background: rgb(0 0 0 / 50%);
    width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 4rem;
}


.top-res-box a.more-link,
.top-access-box a.more-link {
    margin: 3rem auto 0;
}

.top-access-box {
    background: url(../img/acbg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5rem 0;
}

.bt-menu {
    padding: 5rem 0;
}

.bt-inner {
    background: url(../img/btbg.jpg);
    background-size: 150px;
    padding: 3rem;
}

.bt-menu h2 {
    text-align: center;
    color: #333;
    font-size: 2rem;
}

.bt-menu h2 strong {
    font-size: 10px;
}

.bt-menu a.more-link {
    margin: 3rem auto 0;
    background: #333;
    color: #fff;
    width: 60%;
}

.ft-area {
    background: #202020;
    border-top: 1px solid #ff9800;
    padding: 1rem 0;
}

.ft-area .col-lg-3 img {
    width: 100px;
}

.ft-area .col-lg-3 ul {
    display: flex;
    margin-top: 1rem;
}

.ft-area .col-lg-3 li {
    margin-right: 1rem;
}

.ft-area .col-lg-3 li a {
    color: #fff;
    font-size: 20px;
}

ul#footermenu {
    display: flex;
    justify-content: space-around;
    padding: 22px 0;
    font-family: 'Cormorant Garamond', serif;
}

ul#footermenu li a {
    color: #fff;
    font-size: 13px;
}

#colophon {
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 10px;
}

.page-hd {
    background: url(../img/hdbg.jpg) no-repeat;
    background-size: cover;
    padding: 10rem 0;
}

.cast-a-hd {
    background: url(../img/cast-hd.jpg) no-repeat;
    background-size: cover;
}

.page-hd h1 {
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    color: #fff;
    font-size: 3rem;
}

.page-hd h1::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 auto;
    transform: rotate(-50deg);
}

.cast-a-box {
    position: relative;
    color: #fff;
    margin-top: 3rem;
    padding: 0 2rem;
}

.cast-a-box img {}

.cast-a-box h2,
.other-cast h3 {
    font-family: 'Ephesis', cursive;
    position: absolute;
    top: 0;
    left: -10px;
    transform: rotate(-30deg);
    font-size: 25px;
    color: #fff;
    text-shadow: 0 0 3px #000, 0 0 5px #000;
}

.cast-a-box p {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
}

.ac-main {
    padding-bottom: 5rem;
}

.cast-hd h1 {
    font-family: 'Ephesis', cursive;
    letter-spacing: 1px;
}

.cast-box {
    color: #fff;
    padding: 3rem 0;
}

.cast-box h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    border-bottom: 1px solid #fff;
}

.cast-hd h1::after {
    display: none;
}


.cast-hd h1 span {
    display: block;
    font-size: 15px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.cast-text table {
    margin-top: 1rem;

}


.cast-text table.tb-1 {
    table-layout: fixed;
}

.cast-text table.tb-2 {
    margin-bottom: 1rem;
}

.cast-text table.tb-2 th,
.cast-text table.tb-2 td {
    padding: 7px 10px 7px 0;
}

.cast-text table.tb-2 th {
    width: 30%;
}

ul.cast-sns {
    display: flex;
    font-size: 30px;
    margin-top: .5rem;
}

ul.cast-sns li {
    margin-right: 1rem;
}

ul.cast-sns li a {
    color: #fff;
}

.other-cast h2 {
    font-family: 'Cormorant Garamond', serif;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.other-cast {
    padding-bottom: 4rem;
}

.breadcrumb-area {
    background: #333;
    color: #fff;
}

#breadcrumb {
    padding: 10px 0;
    font-size: 10px;
}

#breadcrumb li {
    display: inline-block;
}

#breadcrumb li::after {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    margin: 0 10px;
}

#breadcrumb li:last-child::after {
    display: none;
}

#breadcrumb li a {
    color: #fff;
}

.entry-content {
    color: #fff;
}

.normal-page {
    padding: 5rem;
}

.page-inner {
    background: #333;
    padding: 4rem;
}

.normal-page h2 {
    margin-bottom: 2rem;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
}

.normal-page h2 span {
    display: block;
    font-size: 15px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.normal-page h2 span::before {
    content: "";
    display: block;
    height: 30px;
    width: 2px;
    background: #fff;
    margin: 0 auto 10px;
}

.system-page table {
    margin-bottom: 2rem;
}

.system-page th,
.system-page td {
    padding: 10px;
}

.system-page th {
    width: 30%;
}

.system-page tr {
    border-bottom: 1px solid #fff;
}

.system-page ul {
    display: flex;
    flex-wrap: wrap;
}


.system-page li {
    width: 50%;
}

.system-page li span {
    display: block;
    border-bottom: 1px dotted #ccc;
    padding: 10px 1rem;
    margin: 0 10px;
}

.system-page a {
    color: #fff;
    text-decoration: underline;
}

.recruit-page table tr {
    border-bottom: 2px solid #ccc;
}

.recruit-page th,
.recruit-page td {
    padding: 1rem;
}

.recruit-page th {
    width: 30%;
}

.online-page a {
    display: block;
    background: #fff;
    color: #333;
    width: 200px;
    text-align: center;
    padding: 10px;
}

.online-page p {
    margin: 1rem 0 0;
}

.online-page h3 {
    margin-top: 2rem;
    background: #fff;
    color: #333;
    padding: 10px;
    font-size: 110%;
    font-weight: bold;
}

.online-page h4 {
    margin-top: 2rem;
    border-bottom: 3px solid #fff;
    font-size: 110%;
    padding-bottom: .5rem;
}

.online-page table {
    margin: 2rem 0 0;
}

.online-page th,
.online-page td {
    padding: 10px;
    border: 1px solid;
}

.online-page th {
    width: 30%;
}

.reservation-page table {}

.reservation-page th,
.reservation-page td {
    color: #333;
    padding: 1rem;
}

.reservation-page th {
    width: 30%;
}

.reservation-page tr:nth-child(odd) {
    background-color: #ececec;
}

.reservation-inner {
    background: #fff;
    padding: 2rem;
    margin-top: 2rem;
}

button,
input,
optgroup,
select,
textarea {
    padding: 10px;
}

.jikan select {
    margin-top: 1rem;
}

.reservation-inner input[type="submit"] {
    display: block;
    width: 300px;
    text-align: center;
    margin: 2rem auto -1rem;
    border: none;
    background: #333;
    color: #fff;
    padding: 15px;
}

.bt-menu {
    padding: 5rem 2rem;
    background: #202020;
}

.gourmet-a-box {
    position: relative;
    margin-top: 3rem;
    padding: 0;
}

.gourmet-a-box h2 {
    color: #fff;
    font-size: 18px;
    margin: .5rem 0 0;
}

.cast-text table.tb-3 th {
    width: 20%;
}

.cast-text table.tb-3 a {
    color: #fff;
}

p.comments {
    margin-top: 1rem;
}

.news-a-box {
    margin-top: 3rem;
    color: #fff;
}

.news-a-box h2 {
    margin-top: .5rem;
}

.news-a-box a {
    color: #fff;
}

.news-a-box p {}

.post-main {
    padding: 2rem 0;
}

.post-main h1 {
    font-size: 1.5rem;
}

.post-main .entry-header p.time {
    text-align: right;
}

.post-main .entry-content p {
    margin: 2rem 0 0;
    font-feature-settings: "palt";
}

.post-inner {
    background: #333;
    padding: 4rem;
    color: #fff;
}

.men-page button,
.men-page input[type="button"],
.men-page input[type="reset"],
.men-page input[type="submit"] {
    border: none;
    border-radius: 20px;
    background: #ffffff;
    color: #333;
    line-height: normal;
    padding: 10px 30px;
    margin-top: 1rem;
}

.men-page input[type="text"],
.men-page input[type="email"],
.men-page input[type="url"],
.men-page input[type="password"],
.men-page input[type="search"],
.men-page input[type="number"],
.men-page input[type="tel"],
.men-page input[type="range"],
.men-page input[type="date"],
.men-page input[type="month"],
.men-page input[type="week"],
.men-page input[type="time"],
.men-page input[type="datetime"],
.men-page input[type="datetime-local"],
.men-page input[type="color"],
.men-page textarea {
    background: #fff;
    padding: 10px;
    width: 100%;
}

.men-page .swpm-label {
    margin-bottom: 1rem;
    display: block;
}

.swpm-login-widget-action-msg {
    display: block;
    padding: 10px;
    text-align: center;
    margin-top: 2rem;
    background: #ff0000;
}

.men-page .swpm-edit-profile-submit {
    margin-bottom: 2rem;
}

.men-menu {
    background: #fff;
    margin: 2rem 0 0;
    padding: 2rem;
    text-align: center;
}

.men-menu h2 {
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    font-size: 2rem;
}

.men-menu p {
    margin: 1rem 0 0;
}

.men-menu ul {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.men-menu li {
    margin: 0 1rem;
    padding: 10px 0 15px;
    background: #333;
    width: 300px;
    font-size: 12px;
}

.men-menu li span {
    font-family: 'Cormorant Garamond', serif;
    display: block;
    font-size: 1.3rem;
}

.men-menu a {
    color: #fff;
}

p.big-text {
    font-size: 24px;
}

p.n-text {
    padding-top: 2rem;
    letter-spacing: 3px;
}

.top-res-box h2 strong,
.top-access-box h2 strong {
    color: #fff;
}

.rec-link {
    margin-top: 2rem;
}

.rec-link a {
    display: block;
    text-align: center;
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 1rem;
}

.rec-link a i {
    font-size: 18px;
    margin-right: 10px;
}


.tel-rec a {
    background: #fff;
    color: #444;
    font-weight: bold;
}

.rec-line a {
    background: #07b53b;
    color: #fff;
}

.form-area {
    margin: 4rem 0 0;
}

.recruit-page input[type="text"],
.recruit-page input[type="email"],
.recruit-page input[type="url"],
.recruit-page input[type="password"],
.recruit-page input[type="search"],
.recruit-page input[type="number"],
.recruit-page input[type="tel"],
.recruit-page input[type="range"],
.recruit-page input[type="date"],
.recruit-page input[type="month"],
.recruit-page input[type="week"],
.recruit-page input[type="time"],
.recruit-page input[type="datetime"],
.recruit-page input[type="datetime-local"],
.recruit-page input[type="color"],
.recruit-page textarea {
    background: #fff;
}

.recruit-page button,
.recruit-page input[type="button"],
.recruit-page input[type="reset"],
.recruit-page input[type="submit"] {
    display: block;
    margin: 2rem auto 0;
    width: 200px;
    text-align: center;
    border: none;
    line-height: normal;
    padding: 10px;
    background: #fff;
}


.bgextend {
    animation-name: bgextendAnimeBase;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    /*　はみ出た色要素を隠す　*/
    opacity: 0;
}

@keyframes bgextendAnimeBase {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*中の要素*/
.bgappear {
    animation-name: bgextendAnimeSecond;
    animation-duration: 1.2s;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes bgextendAnimeSecond {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*左から右*/
.bgLRextend::before {
    animation-name: bgLRextendAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0);
    }

    50% {
        transform-origin: left;
        transform: scaleX(1);
    }

    50.001% {
        transform-origin: right;
    }

    100% {
        transform-origin: right;
        transform: scaleX(0);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
    opacity: 0;
}

/*==================================================
背景色が伸びて出現
===================================*/

/*全共通*/

.bgextend2 {
    animation-name: bgextendAnimeBase2;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    /*　はみ出た色要素を隠す　*/
    opacity: 0;
}

@keyframes bgextendAnimeBase2 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*中の要素*/
.bgappear2 {
    animation-name: bgextendAnimeSecond2;
    animation-duration: 1.2s;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes bgextendAnimeSecond2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*右から左*/
.bgRLextend2::before {
    animation-name: bgRLextendAnime2;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    /*伸びる背景色の設定*/
}

@keyframes bgRLextendAnime2 {
    0% {
        transform-origin: right;
        transform: scaleX(0);
    }

    50% {
        transform-origin: right;
        transform: scaleX(1);
    }

    50.001% {
        transform-origin: left;
    }

    100% {
        transform-origin: left;
        transform: scaleX(0);
    }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger2,
.bgRLextendTrigger2 {
    opacity: 0;
}

.bgextend3 {
    animation-name: bgextendAnimeBase3;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    /*　はみ出た色要素を隠す　*/
    opacity: 0;
}

@keyframes bgextendAnimeBase3 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*中の要素*/
.bgappear3 {
    animation-name: bgextendAnimeSecond3;
    animation-duration: 1.2s;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes bgextendAnimeSecond3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*上から下*/
.bgUDextend3::before {
    animation-name: bgUDextendAnime3;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    /*伸びる背景色の設定*/
}

@keyframes bgUDextendAnime3 {
    0% {
        transform-origin: top;
        transform: scaleY(0);
    }

    50% {
        transform-origin: top;
        transform: scaleY(1);
    }

    50.001% {
        transform-origin: bottom;
    }

    100% {
        transform-origin: bottom;
        transform: scaleY(0);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger3,
.bgUDextendTrigger3 {
    opacity: 0;
}

/*全共通*/

.bgextend4 {
    animation-name: bgextendAnimeBase4;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    /*　はみ出た色要素を隠す　*/
    opacity: 0;
}

@keyframes bgextendAnimeBase4 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*中の要素*/
.bgappear4 {
    animation-name: bgextendAnimeSecond4;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes bgextendAnimeSecond4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*下から上*/
.bgDUextend4::before {
    animation-name: bgDUextendAnime4;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    /*伸びる背景色の設定*/
}

@keyframes bgDUextendAnime4 {
    0% {
        transform-origin: bottom;
        transform: scaleY(0);
    }

    50% {
        transform-origin: bottom;
        transform: scaleY(1);
    }

    50.001% {
        transform-origin: top;
    }

    100% {
        transform-origin: top;
        transform: scaleY(0);
    }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger4,
.bgDUextendTrigger4 {
    opacity: 0;
}


.bgextend5 {
    animation-name: bgextendAnimeBase5;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    /*　はみ出た色要素を隠す　*/
    opacity: 0;
}

@keyframes bgextendAnimeBase5 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*中の要素*/
.bgappear5 {
    animation-name: bgextendAnimeSecond5;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes bgextendAnimeSecond5 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*上から下*/
.bgUDextend5::before {
    animation-name: bgUDextendAnime5;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    /*伸びる背景色の設定*/
}

@keyframes bgUDextendAnime5 {
    0% {
        transform-origin: top;
        transform: scaleY(0);
    }

    50% {
        transform-origin: top;
        transform: scaleY(1);
    }

    50.001% {
        transform-origin: bottom;
    }

    100% {
        transform-origin: bottom;
        transform: scaleY(0);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger5,
.bgUDextendTrigger5 {
    opacity: 0;
}

.grecaptcha-badge { visibility: hidden; }

p.rec-text{
	    font-size: 9px;
    padding: 5px;
}

p.rec-text a{
	    color: #fff;
    text-decoration: underline;
}
.gallery-box{
    margin-bottom: 1rem;
}