@charset "utf-8";

.post, .page {
    margin: 0;
}

.sphide {
    display: none;
}

html {
    margin-top: 0 !important;
}

html #wpadminbar {
    display: none;
}

.logo {
    position: relative;
    z-index: 9999;
}

.logo img {
    max-width: 80px;
}

.logo span {
    font-size: 1.2rem;
}

.related-sites, .master-header__sns {
    display: none;
}

.footer-inner .others ul {
    grid-template-rows: repeat(1, 1fr);
}

.master-header__tc {
    max-width: 127px;
    margin-right: 60px;
    position: relative;
    z-index: 9999;
}

.master-header__tc a {
    font-size: 1.4rem;
    border-radius: 8px;
    padding-left: 16px;
    border: 1px solid #fff;
}

.master-header__tc a::before {
    width: 14px;
    height: 14px;
    left: 8%;
}

.master-header__contents {
    max-width: unset;
    width: 50%;
}

.master-header {
    padding: 0 5px;
}

.top-page__thumbs {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 7px;
}

.top-page__page-titles h3 {
    font-size: 1.4rem;
    padding-left: 7px;
    padding-right: 7px;
}

.top-page__page-titles::after {
    width: 16px;
    height: 16px;
    top: 87%;
}

.top-page__thumbs-item img {
    height: 105px;
}

.top-campaign {
    padding: 0 7px;
    margin-top: 50px;
}

.site-header.hidden {
    transform: unset;
}

#g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #15BA9F;
    /*動き*/
    transition: all 0.6s;
    border-radius: 0 0 0 50px;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    transform: unset;
    max-width: 347px;
    width: 100%;
    display: block;
    margin: 75px auto 10px;
    padding: 0 5px;
}

/*リストのレイアウト設定*/

#g-nav li {
    list-style: none;
    text-align: left;
    border-bottom: 1px solid #fff;
    border-right: none;
    max-width: 347px;
    width: 100%;
    position: relative;
    margin-bottom: 0px;
    display: block;
    padding: 3px 0;
}

#g-nav li:last-child {
    border-bottom: 0;
}

#g-nav li a {
    color: #1F1F1F;
    font-family: "Antonio", sans-serif;
    text-decoration: none;
    padding: 5px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 2rem;
    max-width: 347px;
    width: 100%;
    position: relative;
}

#g-nav li a::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 13px;
    height: 13px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);

}

#g-nav li span {
    font-size: 1.6rem;
    font-weight: 600;
    margin-left: 10px;
    position: relative;
}

.nav-sns {
    justify-content: center;
    align-items: end;
    padding: 60px 0 85px;
    position: relative;
    z-index: 999;
    margin: 0 auto;
}

#g-nav-list .nav-in li {
    margin-bottom: 0;
}

/*========= ボタンのためのCSS ===============*/

.openbtn1 {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 1.5%;
    right: 2%;
    cursor: pointer;
    width: 42px;
    height: 42px;
    background-color: #15BA9F;
    border-radius: 999px;
}

/*×に変化*/
.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 12px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
}

.openbtn1 span:nth-of-type(1) {
    top: 12px;
}

.openbtn1 span:nth-of-type(2) {
    top: 21px;
}

.openbtn1 span:nth-of-type(3) {
    top: 29px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 14px;
    left: 12px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.openbtn1.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
    top: 26px;
    left: 12px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}

.g-nav-wrap {
    transform: unset;
    -webkit-transform: unset;
}

#g-nav .nav-in {}

#g-nav .nav-in {
    box-shadow: unset;
    position: unset;
    display: block;
    background-color: unset;
    padding: 0 20px;
    border-radius: 15px;
    list-style: none;
}

#g-nav .nav-in li {
    list-style: none;
}

.grand-nav__inner {
    padding: 0;
    height: unset;
}

.grand-nav {
    height: auto;

}

.grand-nav__inner nav li {
    max-width: 347px;
}

.grand-nav__inner nav ul {
    border-left: none;
    border-right: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.grand-nav__inner nav img {
    margin: unset;
    max-width: 36px;
}

#g-nav .sns-nav {
    max-width: 347px;
    width: 100%;
    margin: 0 auto;
}

.sp-nav__sns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
}

.spnav__sns-item {
    margin: 0 22px;
    margin-bottom: 5px;
    padding: 0;
}

.grand-nav__inner .spnav__sns-item img {
    width: 45px;
    height: 45px;
}

.sp-related-sites {
    display: flex;
    background: #fff;
    border-radius: 20px;
    margin: 20px 0 10px;
    padding: 5px;
    /**明大前公開後以下削除**/
    justify-content: center;
}

.sp-related-sites .related-sites__box img {
    max-width: 35px;
    width: 100%;
}

.grand-nav__inner .related-sites__box a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px 0;
}

.grand-nav__inner .related-sites__box span {
    font-size: 1.1rem;
    font-weight: 400;
}

.grand-nav__inner .header-meidaimae span {
    color: #15BA9F;
}

.grand-nav__inner .header-ikebukuro span {
    color: #0E7DC1;
}

.grand-nav__inner .header-osaka span {
    color: #D20063;
}

.grand-nav__inner .header-ikebukuro {
    border-right: none;
}

.grand-nav__inner .related-sites__box {
    max-width: 116px;
    width: 100%;
    padding: 0;
}

.grand-nav__inner .sp-fbn a {
    color: #15BA9F;
    max-width: 210px;
    width: 100%;
    margin: 10px auto;
}

.top-section__ttl h2 {
    font-size: 2.2rem;
}

.top-bottom__grid {
    display: block;
}

/*******スリックのレスポンシブ*******/
.slick-slider .slick-track {
    height: 325px;
}

.slick-slide img {
    height: 100%;
    object-fit: cover;
}

/*******↑スリックのレスポンシブ*******/
body {
    padding-top: 68px;
}

.sp-nav__contents {
    background-color: #00C6C1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.sp-nav__block {
    padding: 8px;
    border: .5px solid #fff;
}

.sp-nav__block img {
    max-width: 50px;
    width: 100%;
}

.sp-nav__block a {
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top-bottom-contents .inner, .top-sns .inner {
    padding: 0 7px;
}

.top-news-contents__item a {
    display: block;
    padding: 10px 0;
}

.top-news-contents__item p {
    font-size: 1.3rem;
}

.top-news-contents__item h3 {
    margin: 0;
    font-size: 1.4rem;
}

.top-sns__title-inner {
    font-size: 1.4rem;
}

.top-sns__wrap {
    display: block;
    border-radius: 20px;
}

.top-sns__title {
    border-radius: 10px 10px 0 0;
    max-width: 390px;
}

.top-sns__links {
    padding: 10px 0;
}


/******フッター*****/

.f-logo__area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.f-logo {
    margin-bottom: 26px;
}

.f-contact .f-sns__links {
    margin-bottom: 26px;
}

.footer-inner {
    max-width: 351px;
    width: 100%;
    margin: 0 auto;
}

.f-nav__menu ul {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
}

.f-nav__menu.others ul {
    grid-template-rows: repeat(3, 1fr);
    margin-bottom: 0;
    grid-template-columns: 1fr;
}

.f-nav__menu li {
    max-width: 181px;
    width: 100%;
    margin: 10px 0;
}

.f-bottom__nav ul {
    flex-direction: column;
    align-items: flex-start;
}

.f-bottom__nav li {
    margin: 10px 0;
}

.f-bottom {
    display: block;
}

.f-copy {
    margin-top: 10px;
    text-align: center;
}


/*****ページ内メニューバー
---------------------------------------------*/
.inpage-links {
    padding: 0 7px;
}

.inpage-links__ttl h2 {
    font-size: 2.2rem;
}

.inpage-links__ttl span {
    font-size: 1.6rem;
    margin-left: 10px;
}

.type-inpagelinks {
    padding-top: 5em;
}



.dropdown__lists {
    position: absolute;
    top: 100%;
    flex-direction: column;
    z-index: 555;
    background-color: #fff;
    max-width: 100px;
    width: 100%;
}

.dropdown__list a:active .dropdown__list {
    overflow: hidden;
}



.has-children {
    position: relative;
}

.inpage-links__main .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.sub-menu li {
    border-bottom: 1px solid #15BA9F;
    padding: 10px 0;
    text-align: center;
}

.sub-menu a {
    padding-left: 0px;
}

.active .sub-menu {
    display: block;
}

.dropdown {
    pointer-events: none;
}

.inpage-links__main a, .has-children {
    font-size: 1.4rem;
    color: #15BA9F;
}

/*****ブース一覧
---------------------------------------------*/
.booth_page, .booth-list__inner {
    padding: 0 7px;
}

.booth-list__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

/*****ブース詳細
---------------------------------------------*/

body .booth_page__main .is-layout-grid {
    grid-template-columns: repeat(2, 1fr);
}

body .booth_page__main p {
    padding: 0 10px;
}

.booth_page {
    margin-top: 0;
}

/*****チケットページ
---------------------------------------------*/
.type-ticketpage {
    padding-top: 1em;
}

.ticket-page__main {
    padding: 0 7px;
}

.type-ticketpage h3 {
    font-size: 2rem;
    padding: 7px 45px;
    font-weight: 800;
}

.ticke_table .plantable_col3 .t-type {
    width: 20%;
}

.ticke_table .plantable_col3 .t-type {
    width: 20%;
}

.ticke_table td {
    font-size: 1.4rem;
}

.ticke_table .t-time {
    font-size: 1.5rem;
}

.ticke_table .t-time span {
    font-size: 1.3rem;
}

.ticke_table .t-price {
    font-size: 1.7rem;
}

.ticke_table th {
    font-size: 1.5rem;
    padding: 13px 0;
}

.type-ticke_ilinks .sub-menu {
    left: -60px;
    width: 140px;
}

.type-ticke_ilinks .sub-menu a {
    pointer-events: inherit;
}


/*****通常ページのCSS
---------------------------------------------*/
.nomal-page .is-layout-grid {
    grid-template-columns: repeat(2, 1fr);
}

.nomal-page {
    padding-top: .1em;
}

.post-title {
    font-size: 2rem;
    margin: 20px auto;
}

.nomal-page .inner {
    padding: 0 7px;
}

.post-contents p {
    padding: 0;
}

.post-contents h2 {
    font-size: 2rem;
}

.dress-title h3 {
    font-size: 1.9rem;
}

.post-contents ul, .post-contents ol {
    padding-inline-start: 20px;
}

.wp-block-columns.is-not-stacked-on-mobile {
    gap: 10px;
}

.wp-block-buttons>.wp-block-button.has-custom-width {
    max-width: 370px !important;
    width: 100%;
}

.wp-block-buttons a {
    max-width: 370px;
    width: 100%;
}

/*****サービス一覧
---------------------------------------------*/

.type-archv_s {
    padding-top: 1em;
}

.genre-title__main h2 {
    font-size: 2.4rem;
}

.service-contents__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

.service-contents__item img {
    max-width: 181px;
    width: 100%;
    height: 126px;
}

.service__labels {
    position: unset;
    margin-top: 16px;
}

/**サービス_インページ**/
.inpage-links__main .type-service {
    width: 170px;
    left: -90%;
}

/*****アクセスページ
---------------------------------------------*/

.access__flex {
    display: block;
}

.type-accesspage .is-layout-grid {
    grid-template-columns: 1fr;
}

.access__detail__txt {
    margin-top: 30px;
}

/*****よくある質問ページ
---------------------------------------------*/
.type-faq .faq__frex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.type-faq .wp-block-buttons {
    margin: 0 auto 10px;
}

.qa-block {
    padding: 10px 0;
}

.qa-block__area-q h3 {
    font-size: 1.8rem;
}

.qa-block__area-q h3 {
    padding-left: 50px;
}

.answer_wrap p {
    padding-left: 50px;
}

.qa-block__area-q h3::before, .answer_wrap::before {
    width: 30px;
    height: 30px;
    left: 2%;
}

.type-faq .wp-block-group {
    margin: 35px 0;
}

.type-faq .faq_genre {
    margin-top: 0;
}