@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');

html {
    font-family: "Noto Sans JP", serif;
    font-style: normal;
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    transition: all 1ms ease 0s;
    background-color: #fff;
    color: #333;
    font-family: "Noto Sans JP", serif;
    font-style: normal;
}
/* section {
    position: relative;
    z-index: 1 !important;
} */
*, :before, ::after {
    background-repeat: no-repeat;
    box-sizing: inherit;
}
div {
    margin: 0px;
    padding: 0px;
}
ul {
    list-style-type: none;
}
ol {
    margin-left: 40px;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    width: 100%;
    vertical-align: top;
}

/* SCROLL */
/* .scroll {
    opacity: 0;
    transition: all 0.1s ease;
}
.scroll[data-type="up"] {
    transform: translate3d(0, 100px, 0);
    transition: all 1s ease;
}
.scroll[data-type="up"].active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
} */

/* OVERFLOW */
/* .overflow {
    overflow-x: hidden;
} */
::selection {
    background-color: #c06000;
    color: #fefefe;
}

/* LAYOUT */
.section, .w-1060, .w-1200, .w-1230, .w-1250, .w-1400, .w-1470, .w-1520 {
    margin: 0 auto;
}

.section {
    max-width: 1920px;
}

.w-1060 {
    max-width: 1060px;
}
.w-1200 {
    max-width: 1200px;
}
.w-1230 {
    max-width: 1230px;
}
.w-1250 {
    max-width: 1250px;
}
.w-1400 {
    max-width: 1400px;
}
.w-1470 {
    max-width: 1470px;
}
.w-1520 {
    max-width: 1520px;
}

/* DISPLAY */
.display {
    display: flex;
    align-items: center;
}
.df {
    display: flex;
}
.ai-e {
    align-items: end;
}
.m-0a {
    margin: 0 auto;
}
.jc-c {
    justify-content: center;
}
.jc-sa {
    justify-content: space-around;
}
.jc-sb {
    justify-content: space-between;
}
.jc-e {
    justify-content: end;
}
.jc-s {
    justify-content: start;
}
.fd-col {
    flex-direction: column;
}
.ta-c {
    text-align: center;
}
.ta-s {
    text-align: start;
}
.ta-e {
    text-align: end;
}
.reverse {
    flex-direction: row-reverse;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

/* FONTS */
.zen {
    font-family: "Zen Kaku Gothic New", serif;
}
.blue {
    color: #8BD4E7;
}
.brown {
    color: #FFD8B2;
}
.light {
    color: #fff;
}
.red {
    color: #8F0404;
}

/* .f-12 {
    font-size: clamp(10px, 0.3vw, 14px);
} */
.f-12, .f-14b {
    font-size: clamp(12px, 0.5vw, 14px);
}
.f-16, .f-16m, .f-16b, .f-16bl {
    font-size: clamp(14px, 0.83vw, 16px);
}
.f-18 {
    font-size: clamp(16px, 0.9vw, 18px);
}
.f-24m, .f-24b, .f-24bl {
    font-size: clamp(18px, 1.25vw, 24px);
}
.f-32bl {
    font-size: clamp(22px, 1.67vw, 32px);
}
.f-35 {
    font-size: clamp(24px, 1.7vw, 35px);
}
.f-42b {
    font-size: clamp(32px, 2vw, 42px);
}
.f-65b, .f-65bl {
    font-size: clamp(34px, 3.33vw, 65px);
}

.f-12, .f-16, .f-35 {
    font-weight: 400;
}
.f-16m, .f-24m {
    font-weight: 500;
}
.f-14b, .f-16b, .f-24b, .f-42b, .f-65b {
    font-weight: 700;
}
.f-16bl, .f-24bl, .f-32bl, .f-65bl {
    font-weight: 900;
}

/* LETTER SPACING */
.ls-5, .lh-30-5, .lh-40-5, .lh-50-5 {
    letter-spacing: 0.05em;
}
.lh-30-5 {
    line-height: 30px;
}
.lh-40-5 {
    line-height: 40px;
}
.lh-50-5 {
    line-height: 50px;
}

/* --------------------------------------------------- PAGE PROPERTIES --------------------------------------------------- */

/* HEADER */
header {
    width: 100%;
    border-bottom: 3px solid rgba(255, 216, 178, 0.50);
    background: rgba(255, 255, 255, 0.60);
    position: fixed;
    top: 0;
    z-index: 9999999;
}
.header__content {
    /* max-width: 1720px; */
    padding: 10px 100px;
    /* overflow-y: auto;
    scroll-behavior: smooth; */
}
.logo {
    max-width: 216px;
    height: auto;
}
.header__nav .nav {
    gap: 60px;
}

/* .nav__content {
    width: 100%;
    height: 100%;
    gap: 30px;
    padding: 80px 0;
    justify-content: flex-start;
    overflow-y: auto;
    scroll-behavior: smooth;
} */

/* .header__content::-webkit-scrollbar {
    width: 8px; 
}
.header__content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2); 
    border-radius: 10px; 
}
.header__content::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.4); 
}
.header__content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1); 
} */

/* NAV */
.nav__layout {
    gap: 30px;
}
.nav__layout .label {
    transition: color 0.3s ease;
}
.nav__layout .label:hover,
.nav__layout .has-dropdown:hover .label,
.dropdown ul li:hover  {
    color: #FFD8B2;
}
.nav__layout .label.static {
    cursor: default;
}

.dropdown {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px 0 50px 0;
    height: 20px;
    display: none;
    z-index: -1;
}
.dropdown ul {
    gap: 60px;
}
.dropdown ul li a {
    gap: 10px;
}
.dropdown-content {
    transition: display 0.3s ease;
}
.dshow {
    display: block;
}

.nav__btn i {
    font-size: clamp(16px, 0.9vw, 18px);
}
.nav__btn {
    gap: 30px;
}
.nav-contact, .nav-reservation {
    gap: 10px;
    width: 200px;
    height: 60px;
    transition: background-color 0.3s ease;
}
.nav-contact {
    background-color: #FFD8B2;
}
.nav-reservation, .f-reservation {
    background-color: #8BD4E7;
}
.nav-contact:hover {
    background-color: #f2a85e;
}
.nav-reservation:hover, .f-reservation:hover {
    background-color: #2bbce0;
}

.nav__lang .list {
    gap: 20px;
}
.nav__lang .list a {
    gap: 5px;
}
.nav__lang .list a img {
    max-width: 30px;
    height: auto;
}

/* RESPONSIVE NAV */
.nav__lang.r, .nav__lang.b {
    display: none;
}
.nav-r__content {
    display: none;
    gap: 40px;
}
.nav-r__links {
    max-width: 650px;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #FFD8B2;
}
.nav-r__links-layout {
    margin: 0 30px;
    flex-wrap: wrap;
    gap: 30px;
}
.nav-r__links-layout .socials {
    gap: 30px;
}
.nav-r__links-layout .socials i {
    font-size: clamp(18px, 1.25vw, 24px);
}
.nav-r__links .policy a {
    gap: 10px;
}
.nav-r__links .policy a img {
    max-width: 30px;
    height: auto;
}
.nav-r__content .nav__layout {
    text-align: center;
    flex-direction: column;
}
.nav-r__content .nav__btn {
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
}
.nav-r__content .nav-contact, .nav-r__content .nav-reservation {
    max-height: 60px;
    height: 8vh;
}
.nav-r__content .nav__lang.b {
    display: flex;
}

/* OPACITY FILTER */    
.logo__link, .nav__lang .list a, .event__link, .gallery__link,
.f-logo, .f-socials a, .f-nav__layout li, .f-nav10, .price__table a,
.checkbox-label a, .nav-r__links-layout .socials a, .nav-r__links .policy a  {
    transition: filter 0.3s ease, opacity 0.3s ease;
}
.logo__link:hover, .nav__lang .list a:hover, .event__link:hover, .gallery__link:hover,
.f-logo:hover, .f-socials a:hover, .f-nav__layout li:hover, .f-nav10:hover, .price__table a:hover,
.checkbox-label a:hover, .nav-r__links-layout .socials a:hover, .nav-r__links .policy a:hover {
    filter: brightness(1);
    opacity: 0.7;
}

/* --------------------------------------------------- MV PROPERTIES --------------------------------------------------- */

/* MV TOP */
.mv-top__content {
    height: 100vh;
}
.mv-top__content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* MV SP */
.mv-sp__content video {
    width: 100%;
    height: 64.81vh;
    object-fit: cover;
}

/* --------------------------------------------------- SECTION PROPERTIES --------------------------------------------------- */

/* TRANSLATION */
.gtranslate_wrapper  {
    display: flex !important;
    align-items: center !important;
    font-family: "Noto Sans JP", serif;
    gap: 10px;
}
.gtranslate_wrapper a {
    position: relative !important;
}
.gtranslate_wrapper a::after {
    content: "/" !important; 
    padding: 0 0.5vw !important;
}
.gtranslate_wrapper a:nth-child(3)::after {
    content: "" !important;
}

/* WRAPPER */
.page-wrapper {
    padding: 100px 0;
    gap: 100px;
}

/* SEC TITLE & QA HEAD*/
/* .sec-title, .qa__text .head h3 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333;
} */
.sec-title, .qa__text .head {
    position: relative;
    display: inline-block;
}
.sec-title h1, .qa__text .head h3 {
    position: relative;
    z-index: 1;
}
.sec-title h1::before, .qa__text .head h3::before {
    content: attr(data-text); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-text-stroke: 2px #333; 
    color: transparent; 
}

/* BUTTONS */
.btn-phone i, .btn-mail i, .btn-contact i {
    font-size: clamp(18px, 1.25vw, 24px);
}

.btn-more, .btn-phone, .btn-mail, .btn-mission, .btn-access,
.btn-contact, .btn-hakubounce, .btn-list,
.btn-save, .btn-edit, .btn-submit, .btn-index {
    width: fit-content;
    gap: 20px;
    border: 1px solid #333;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: box-shadow 0.3s ease, transform 0.3s;
}

.btn-more.white, .btn-mission, .btn-access,
.btn-contact, .btn-index.white {
    background-color: #fff;
}
.btn-more, .btn-hakubounce, .btn-list,
.btn-save, .btn-submit {
    background-color: #FFD8B2;
}
.btn-phone, .btn-mail, .btn-edit, .btn-index {
    background-color: #8BD4E7;
}

.btn-phone, .btn-mail, .btn-contact {
    height: 45px;
}
.btn-more, .btn-mission, .btn-access, .btn-list {
    height: 40px;
}
.btn-save, .btn-edit, .btn-submit, .btn-index {
    height: 50px;
}

.btn-more, .btn-mission, .btn-access, .btn-contact, .btn-list {
    padding: 0 50px;
}

.btn-phone, .btn-mail {
    padding: 0 40px;
    border-radius: 30px;
}
.btn-hakubounce {
    padding: 0 100px;
    height: 80px;
    border-radius: 50px;
}
.btn-save, .btn-edit, .btn-submit,.btn-index {
    width: 300px;
}

.btn-more img, .btn-mission img, .btn-access img, .btn-hakubounce img, .btn-list img,
.btn-save img, .btn-edit img, .btn-submit img, .btn-index img {
    max-width: 20px;
    max-height: 20px;
}

.btn-more:hover, .btn-phone:hover, .btn-mail:hover, .btn-mission:hover,
.btn-access:hover, .btn-contact:hover, .btn-hakubounce:hover, .btn-list:hover,
.btn-save:hover, .btn-edit:hover, .btn-submit:hover, .btn-index:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    transform: translateY(3px);
}

/* BORDER */
.br {
    border-radius: 20px;
}

/* ===== */
footer {
    background-image: url(../assets/common/footer-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer__content {
    padding: 50px 0;
    gap: 50px;
}

/* CONTACT */
.sec-contact {
    padding: 50px 0;
    background-color: #fff;
    border-radius: 50px;
}
.sec-contact, .sec-contact__content {
    gap: 10px;
}
.sec-contact__content .sec-title {
    padding: 20px 50px;
}
.sec-contact__content p {
    /* max-width: 870px;
    width: 100%; */
    max-width: 870px;
}
.sec-contact__btn {
    gap: 30px;
    flex-wrap: wrap;
}

/* FOOTER */
.sec-footer__content .buttons {
    max-width: 400px;
    gap: 60px;
}
.f-logo {
    max-width: 400px;
    max-height: 200px;
}
.f-reservation i, .f-socials a i {
    font-size: clamp(18px, 1.25vw, 24px);
}
.f-reservation {
    gap: 15px;
    width: 350px;
    height: 100px;
    transition: background-color 0.3s ease;
}
.f-socials, .f-nav__layout {
    gap: 30px;
}
.f-nav nav {
    gap: 60px;
}
.f-nav__links {
    gap: 100px;
}
.f-nav__layout {
    width: fit-content;
}
.f-nav10 {
    gap: 10px;
}
.f-nav10 img {
    max-width: 30px;
}

/* FEATURE CONTENT (SERVICE-ATTRACTION, SERVICE-LESSONS, PRICE) */
.feature__content {
    gap: 50px;
}
.feature__layout {
    width: 100%;
    gap: 100px;
}
.feature__layout p {
    max-width: 650px;
}
.feature__layout img {
    max-width: 970px;
    max-height: 490px;
}

/* HEAD TITLE WITH DASH */
.head-title, .head-title .title {
    gap: 20px;
}
.head-title .title .dash {
    width: 25px;
    height: 8px;
    background-color: #333;
    border-radius: 20px;
}

/* BG (SERVICE-ATTRACTION, SERVICE-LESSONS, PRICE, ACCESS) */
.bg-left, .bg-right, .bg-left__layout, .bg-right__layout {
    gap: 60px;
}
.bg-left, .bg-right {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-left {
    border-radius: 0px 100px 100px 0px;
    margin-right: 50px;
}
.bg-left__layout {
    padding: 50px 100px 50px 200px;
}

.bg-right {
    border-radius: 100px 0px 0px 100px;
    margin-left: 50px;
}
.bg-right__layout {
    padding: 50px 200px 50px 100px;
}

/* PAGINATION */
/* div#event-pagination, div#gallery-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
} */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
}
.page-numbers {
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    color: #333;
    transition: background-color 0.3s, border 0.3s ease;
    font-size: clamp(14px, 0.83vw, 16px);
    font-family: "Noto Sans JP", serif;
}

.page-numbers:not(.arrow):hover, 
.page-numbers:not(.arrow).current {
    background-color: #FFD8B2;
    border: 1px solid #333;
}

.page-numbers.arrow {
    border: none;
    background: none;
    width: auto;
    height: auto;
    line-height: normal;
    cursor: pointer;
    transition: color 0.3s ease;
}
.page-numbers.arrow:hover {
    color: #FFD8B2;
}

/* --------------------------------------------------- INDEX PROPERTIES --------------------------------------------------- */

.index-sec03__desc, .index-sec07__gallery, .index-sec07__gallery-list {
    gap: 10px;
}
.index-sec01__layout, .index-sec01__desc, .index-sec03__layout,
.index-sec04__layout .desc {
    gap: 30px;
}
.index-sec03__cat {
    gap: 40px;
}
.index-sec04__layout, .index-sec05__content, .index-sec05__layout,
.index-sec06__content, .index-sec07, .index-sec07__content,
.index-sec08__layout, .index-sec09__content {
    gap: 50px;
}
.index-sec05__layout .info {
    gap: 60px;
}

/* SEC01 */
.index-sec01__img {
    width: 100%;
    max-height: 350px;
}

/* SEC02 */
.index-sec02__content {
    padding-bottom: 367px;
}
.index-sec02__content img .bg {
    width: 100%;
    /* max-height: 1100px; */
}
.index__slider {
    width: 100%;
    bottom: 0;
}
.index-slider .slick-slide {
    width: 300px !important;
    margin-right: 25px !important;
}
.index-slider .slick-slide img {
    max-width: 300px;
    max-height: 400px;
    border-radius: 20px;
    border: 1px solid #0077B6;
    object-fit: cover;
}
.index-slider .slick-slide:nth-child(odd) {
    margin-bottom: 67px;
}
.index-slider .slick-slide:nth-child(even) {
    margin-top: 67px;
}

/* SEC03 */
.index-sec03__layout {
    padding-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.index-sec03__cat {
    max-width: 450px;
}
.index-sec03-feature {
    max-width: 100%;
    max-height: 500px;
}
.index-sec03__desc {
    height: 17vh;
}

/* SEC04 & SEC05 */
.index-sec04__content, .index-sec05__content {
    /* height: 800px; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 3px solid #333;
}

/* SEC04 */
.index-sec04__content {
    background-image: url(../assets/top/section04-bg.png);
    border-radius: 0px 100px 100px 0px;
    margin-right: 50px;
    padding: 85px 0;
}
.index-sec04__layout {
    width: 100%;
}

/* SEC05 */
.index-sec05__content {
    background-image: url(../assets/top/section05-bg.png);
    border-radius: 100px 0px 0px 100px;
    margin-left: 50px;
    padding: 50px 0;
}
.index-sec05__layout .map {
    width: 650px;
    height: 700px;
    border: 1px solid #333;
    border-radius: 20px;
}
.index-sec05__layout .map iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.index-sec05__layout .info {
    max-width: 770px;
}
.index-sec05__layout .info table {
    width: 100%;
    border-collapse: separate; 
    border-spacing: 0; 
}
.index-sec05__layout .info table tr {
    padding-bottom: 30px;
}
.index-sec05__layout .info table tr.last {
    padding-bottom: 0;
}
.index-sec05__layout .info table tr th {
    width: 150px;
}

/* SEC06 */
.index-sec06__layout {
    gap: 100px;
    flex-wrap: wrap;
    width: 100%;
}
.index-sec06__layout .event__list,
.index-sec06__layout .event__link,
.index-sec06__layout .event__link .details {
    /* gap: 30px; */
    width: 100%;
    max-width: 1150px;
}
.index-sec06__layout .event__list {
    margin: 0 auto;
}
.index-sec08__reviews {
    width: 100%;
}

/* SEC07 */
.index-sec07 {
    padding-top: 50px;
    border-top: 1px solid #FFD8B2;
}
.index-sec07__gallery {
    width: 100%;
}
.index-sec07__gallery-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

/* SEC08 */
.index-sec08__content {
    padding: 50px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    background-image: url(../assets/top/section-googlereviews.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* SEC09 */
.index-sec09__btn {
    padding-top: 10px;
}

/* --------------------------------------------------- SERVICE PROPERTIES --------------------------------------------------- */

.sc-sec01__content, .sa-sec02__text, .sl-sec01__list,
.sl-sec02__content .bg-left__layout .sl__bg-desc ol,
.sl-sec03__layout {
    gap: 30px;
}
.sc-sec02__content .desc, .sa__bg-desc, .sl__bg-desc,
.sl-sec03__content {
    gap: 60px;
}

/* CONCEPT */
.sc-sec01__content img {
    width: 100%;
    max-height: 700px;
}

.sc-sec02__content {
    max-width: 1408px;
    margin: 0 auto;
    gap: 10px;
}
.sc-sec02__content .img {
    padding-bottom: 200px;
}
.sc-sec02__content .img .top {
    max-width: 450px;
    max-height: 800px;
}
.sc-sec02__content .img .bot {
    max-width: 450px;
    max-height: 290px;
    bottom: 0;
    left: 150px;
    z-index: 1;
}
.sc-sec02__content .desc {
    height: 800px;
    max-width: 848px;
    padding: 0 50px;
}

/* ATTRACTION */
.sa__bg-img {
    max-width: 500px;
    max-height: 675px;
}
.sa__bg-desc {
    max-width: 960px;
}

.sa-sec01__content {
    background-image: url(../assets/service-attraction/section02-bg.png);
}

.sa-sec02__content {
    background-image: url(../assets/service-attraction/section03-bg.png);
}
.bot.sc-sec02 {
    display: none;
}

.sa {
    width: 100%;
}
.sa-sec03__content {
    background-image: url(../assets/service-attraction/section04-bg.png);
}
.sa .sec-contact {
    border: 3px solid #333;
}

.sa-sec04__content {
    background-image: url(../assets/service-attraction/section05-bg.png);
}

.sa-sec05__content {
    background-image: url(../assets/service-attraction/section06-bg.png);
}

/* LESSONS */
.sl__bg-img {
    max-width: 600px;
    max-height: 675px;
}
.sl__bg-desc {
    max-width: 860px;
}

.sl-sec01__content {
    background-image: url(../assets/service-lessons/section02-bg.png);
}
.sl-sec01__list .cat {
    gap: 20px;
}
.sl-sec01__list .cat ul {
    margin-left: 30px;
}

.sl-sec02__content {
    background-image: url(../assets/service-lessons/section03-bg.png);
}

/* --------------------------------------------------- PRICE PROPERTIES --------------------------------------------------- */

/* SCHEDULE */
.price-sec01__content {
    gap: 60px;
    width: fit-content;
    padding: 60px 300px;
    border: 3px solid #FFD8B2;
    margin: 0 auto;
}
.price-sec01__content .sub {
    gap: 10px;
}

/* PRICE TABLE */
.price__table {
    gap: 30px;
}

.price__table .table__container {
    max-width: 652px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap; 
}

.price__table .table__container::-webkit-scrollbar {
    height: 8px;
}
.price__table .table__container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px; 
}
.price__table .table__container::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.price__table .table__container table {
    /* width: 650px; */
    border-collapse: separate; 
    border-spacing: 0; 
}
.price__table .table__container table,
.price__table .table__container table tr th,
.price__table .table__container table tr td {
    border: 1px solid #333;
}
.price__table .table__container table tr th {
    /* width: 500px; */
    width: 438px;
    padding: 20px 30px;
}
.price__table .table__container table tr th p {
    text-wrap: wrap;
}
.price__table .table__container table tr th.h-brown {
    background-color: #FFD8B2;
}
.price__table .table__container table tr th.h-blue {
    background-color: #8BD4E7;
}
.price__table .table__container table tr th {
    gap: 10px;
}
.price__table .table__container table tr td {
    /* width: 150px; */
    width: 148px;
    background-color: #fff;
    padding: 20px 0;
}
.price__table a {
    text-decoration: underline;
}

/* BG CONTENT */
.price.bg-left, .price.bg-right {
    gap: 100px;
}
.price__bg-desc {
    max-width: 820px;
    width: 100%;
}
.price__bg-img {
    max-width: 600px;
    max-height: 675px;
}
.price__bg-desc {
    gap: 60px;
}
.price__bg-desc .title {
    gap: 10px;
}

.price-sec02__content {
    background-image: url(../assets/price/section03-bg.png);
}
.price-sec03__content {
    background-image: url(../assets/price/section04-bg.png);
}
.price-sec04__content {
    background-image: url(../assets/price/section05-bg.png);
}

/* --------------------------------------------------- ACCESS PROPERTIES --------------------------------------------------- */

/* SEC01 */
.access-sec01__content {
    gap: 100px;
}
.acccess-sec01__layout, .company__info {
    gap: 60px;
}
.company__map {
    max-width: 730px;
    width: 100%;
    height: 726px;
    /* height: 100%; */
}
.company__map iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.company__info {
    max-width: 700px;
}
.company__info .table {
    gap: 30px;
}
.company__info .table table {
    max-width: 730px;
    width: 100%;
    border-collapse: separate; 
    border-spacing: 0; 
}
.company__info .table table tr {
    padding: 20px 0;
    gap: 30px;
    border-bottom: 1px solid #FFD8B2;
}
.company__info .table table tr th {
    max-width: 200px;
    width: 100%;
}
.company__info .desc {
    gap: 20px;
}

/* SEC02 */
.access-sec02__content {
    background-image: url(../assets/access/section03-bg.png);
}

/* --------------------------------------------------- POST PROPERTIES --------------------------------------------------- */

.ec__title, .event__link .details .desc, .post-detail__layout .head {
    gap: 10px;
}
.post-detail__layout, .post-detail__layout .content {
    gap: 60px;
}
.event__content, .post-detail__content, .gallery__content {
    gap: 100px;
}

/* EVENTS & CAMPAIGNS LIST */
.event__content .event__list {
    width: 100%;
}

.event__list, .event__link, .event__link .details {
    gap: 30px;
}
.event__link {
    padding-bottom: 30px;
    border-bottom: 1px solid #FFD8B2;
}
.event__link .img img {
    max-width: 300px;
    max-height: 200px;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid #333;
}
.event__link .details {
    justify-content: space-between;
    width: 100%;
}
.event__link .details .desc {
    width: 100%;
}
.arrow-event {
    max-width: 25px;
    max-height: 25px;
}

/* GALLERY LIST */
.gallery__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 5px;
}

.gallery__item, .gallery__link {
    max-width: 300px;
    max-height: 300px;
}
.gallery__link img, .gallery__link video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.gallery__link i {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: clamp(18px, 1.25vw, 24px);
}

/* DETAIL */
.post-detail__layout .content img, .post-detail__layout .content video {
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    border-radius: 20px;
}
.post-detail__layout .content p {
    margin: 0 30px;
}

/* --------------------------------------------------- TERMS PROPERTIES --------------------------------------------------- */

.terms__content, .terms__list {
    gap: 60px;
}
.terms__content .img img {
    width: 100%;
    max-height: 800px;
}
.terms__list {
    margin: 0 30px;
}
.terms__item {
    gap: 30px;
}
.terms__item ul {
    list-style: disc;
    margin-left: 20px;
}
.terms__item ul.square {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.terms__item ul.square li {
    position: relative;
    padding-left: 25px; 
}
.terms__item ul.square li::before {
    content: "\f0c8"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 400; 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

/* --------------------------------------------------- Q&A PROPERTIES --------------------------------------------------- */

.qa__list {
    max-width: 1250px;
    width: 100%;
    /* width: 1250px; */
    gap: 60px;
}
.qa__item {
    width: auto;
    padding: 0 30px 60px 30px;
    border-bottom: 1px solid #333;
    gap: 60px;
}
.qa__text {
    gap: 30px;
    margin: 0 30px;
}

/* --------------------------------------------------- FORM PROPERTIES --------------------------------------------------- */

.form__layout-btn1, .form__layout-btn2 {
    padding-top: 100px;
}
.form__layout-btn2, .end__content {
    gap: 100px;
}

/* FORM */
.form__information {
    gap: 50px;
    padding: 30px 0;
    border-bottom: 1px solid #FFD8B2;
}
.form__information.first {
    padding-top: 0;
}
.form__information p {
    /* max-width: 760px; */
    max-width: 738px;
    overflow-wrap: break-word;
    white-space: normal;
}
.form__information .df.fd-col {
    gap: 5px;
}
.form__head {
    width: 250px;
    gap: 20px;
}
.form__important {
    padding: 8px 10px;
    width: fit-content;
    height: fit-content;
    background-color: #8F0404;
}

input[type="text"], input[type="email"], select, .textarea {
    font-size: clamp(14px, 0.83vw, 16px);
    font-family: "Noto Sans JP", serif;
    border: 1px solid #333;
    padding: 10px;
    border-radius: 5px;
}
input::placeholder, textarea::placeholder, option:disabled {
    color: #C1C1C1;
}
input[type="text"], input[type="email"] {
    /* width: 400px;
    height: 50px; */
    width: 378px;
    height: 28px;
}
select {
    /* width: 200px;
    height: 50px; */
    width: 170px;
    height: 28px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-select {
    position: relative;
    max-width: 170px;
}
.form-select i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; 
    color: #333;
    font-size: clamp(14px, 0.83vw, 16px);
}
.form-select.active i {
    transform: translateY(-50%) rotate(180deg);
}

.textarea {
    resize: none;
    overflow: auto;
    flex-wrap: wrap !important;
    /* width: 738px;
    height: 130px; */
    width: 738px;
    height: 108px;
}

.checkbox-container {
    gap: 20px;
}
.checkbox-label a {
    text-decoration: underline;
}

/* END */
.end__content .text {
    gap: 60px;
}
.end-logo {
    max-width: 215px;
    height: auto;
}

/* --------------------------------------------------- POLICY PROPERTIES --------------------------------------------------- */

.policy_content, .policy__list {
    gap: 30px;
}
.policy__article {
    gap: 20px;
}

/* --------------------------------------------------- 404 PROPERTIES --------------------------------------------------- */

.error-page {
    width: 100%;
    height: 100vh;
    background-image: url(../assets/404/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.error__content {
    gap: 60px;
}

/* ----------------------------------------------- BURGER MENU PROPERTIES ------------------------------------------------ */

.burger-menu {
    display: none;
    cursor: pointer;
    justify-content: space-between;
    padding: 5px;
}
.burger-icon {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    width: 30px;
    height: 20px;
    justify-content: space-between;
    position: relative;
    align-items: center;
}
.bar {
    width: 25px;
    height: 4px;
    background-color: #333;
    transition: transform 0.4s ease-in-out;
}
.bar-01.active {
    transform-origin: 0% 0%;
    transform: rotate(45deg);
}
.bar-02.active {
    transform: scaleY(0);
}
.bar-03.active {
    transform-origin: 0% 100%;
    transform: rotate(-45deg);
}
.show-nav .burger-menu .bar-01 {
    transform: rotate(45deg);
}
.show-nav .burger-menu .bar-02 {
    transform: scaleY(0);
}
.show-nav .burger-menu .bar-03 {
    transform: rotate(-45deg);
}

/* --------------------------------------------------- RESPONSIVE PROPERTIES --------------------------------------------------- */

/* NAV CUT */
@media screen and (max-width: 1800px) {

    /* NAV CUT (FULL) */
    .header__content {
        padding: 10px 3vw;
    }
    .header__nav .nav {
        gap: 3vw;
    }
    .nav__btn {
        gap: 2vh;
        flex-direction: column;
    }
    .nav-contact, .nav-reservation {
        max-height: 60px;
        height: 5vh;
    }
    .nav__lang .list {
        gap: 1.5vh;
    }

}

/* LARGE SCREEN */
@media screen and (max-width: 1600px) {

    .logo {
        width: 15vw;
    }

    .nav__layout {
        gap: 1vw;
    }

    /* ========== SECTION ========== */
    /* WRAPPER */
    .page-wrapper .pw-title, .page-wrapper .pw-sub {
        width: 90%;
        margin: 0 auto;
    }

    /* FOOTER */
    .sec-contact__content {
        width: 90%;
        margin: 0 auto;
    }
    .footer__content {
        width: 90%;
        margin: 0 auto;
    }
    .f-reservation {
        max-width: 400px;
        max-height: 200px;
        width: 25vw;
        height: 10vh;
    }

    /* FEATURE */
    .feature__content h5 {
        width: 90%;
        margin: 0 auto;
    }
    .feature__layout {
        width: 90%;
        gap: 5vw;
        margin: 0 0 0 auto;
    }
    .feature__layout img {
        width: 50vw;
    }

    /* BG CONTENT */
    .bg-left__layout, .bg-right__layout {
        padding: 50px 0 50px 0;
        width: 90%;
    }

    /* BUTTONS */
    .btn-hakubounce {
        padding: 0 5vw;
    }
    
    /* ========== INDEX ========== */
    /* SEC01 */
    .index-sec01__content, .index-sec03 {
        width: 90%;
    }

    /* SEC02 */
    .index-sec02__content {
        padding-bottom: 50vh;
    }

    /* SEC04 & SEC05*/
    .index-sec04__layout, .index-sec05__layout {
        width: 90%;
    }

    /* SEC06 */
    .index-sec06__content, .index-sec07__content, .index-sec08__layout,
    .index-sec09__content {
        width: 90%;
        margin: 0 auto;
    }

    /* ========== SERVICES ========== */
    .sc-sec01__content, .sc-sec02__content, .sl-sec03__content  {
        width: 90%;
        margin: 0 auto;
    }
    .sc-sec02__content .desc {
        max-height: 800px;
        height: 70vh;
    }

    .sa__bg-img {
        width: 32vw;
    }
    .sa.w-1400 {
        width: 90%;
        margin: 0 auto;
    }

    .sl__bg-img {
        width: 35vw;
    }

    /* ========== PRICE ========== */
    .price-sec01__content {
        padding: 5vh 10vw;
    }

    .price__bg-img {
        width: 34vw;
    }

    .price-bot__text {
        width: 90%;
        margin: 0 auto;
    }

    /* ========== ACCESS ========== */
    .access-sec01__content {
        width: 90%;
    }

    /* ========== EVENT ========== */
    .ec__title {
        width: 90%;
        margin: 0 auto;
    }
    .event__content {
        width: 90%;
    }

    /* ========== POST ========== */
    .post-detail__content {
        width: 90%;
    }

    /* ========== TERMS ========== */
    .terms__content {
        width: 90%;
    }

    /* ========== GALLERY ========== */
    .gallery__content {
        width: 90%;
    }

    /* ========== Q&A ========== */
    .qa__content {
        width: 90%;
    }

    /* ========== POLICY ========== */
    .policy_content {
        width: 90%;
    }

    /* ========== ERROR ========== */
    .error__content {
        width: 90%;
    }

    /* ========== FORM ========== */
    .form__content, .end__content {
        width: 90%;
    }
    .textarea {
        max-width: 738px;
        width: 50vw;
    }
    .form__head {
        max-width: 250px;
        width: 25vw;
    }
    
}

/* SERVICE CONCEPT CUT */
@media screen and (max-width: 1500px) {

    .sc-sec02__content .img {
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .sc-sec02__content .img .bot {
        position: relative;
        left: 0;
    }
    .sc-sec02__content .img .bot {
        display: none;
    }

    .sc-sec02__content .desc {
        height: auto;
    }
    .sc-sec02__content .desc .bot.sc-sec02 {
        display: flex;
        width: 60%;
    }

}

/* NAV CUT (BURGER MENU) & PRICE */
@media screen and (max-width: 1400px) {

    /* NAV */
    .header__nav {
        display: flex;
        align-items: center;
        gap: 30px;
        flex-direction: row-reverse;
    }

    .nav {
        display: none;
    }
    .nav__lang.r, .nav__lang .list .slash {
        display: flex;
    }
    .nav__lang .list {
        flex-direction: row;
    }
    .nav__layout {
        gap: 5vw;
    }

    .burger-menu {
        position: relative;  
        padding: 0;  
        display: inline-block;    
        z-index: 999;     
    }
    /* .nav-r__content {
        padding: 3vh 3vw;
    } */
    .nav-r__content.show-nav {
        position: fixed;
        top: 0;
        width: 100%;
        display: flex;     
        padding: 90px 0;
        height: 100%;
        overflow-y: auto;
        scroll-behavior: smooth;
        max-height: 85vh;
        /* max-height: 100vh;  */
        background-color: #fff;
        z-index: 998; 
    }

    .nav-r__content.show-nav::-webkit-scrollbar {
        width: 8px; 
    }
    .nav-r__content.show-nav::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2); 
        border-radius: 10px; 
    }
    .nav-r__content.show-nav::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.4); 
    }
    .nav-r__content.show-nav::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1); 
    }
    .nav-r.scrolled {
        background-color: rgba(43, 43, 43, 1);  
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2); 
        transition: background-color 0.3s ease;  
    }

    /* PRICE */
    .price-sec02__content .bg-left__layout,
    .price-sec03__content .bg-right__layout,
    .price-sec04__content .bg-left__layout {
        flex-direction: column;
    }
    

}

/* MEDIUM SCREEN */
@media screen and (max-width: 1025px) {

    /* ========== INDEX ========== */
    /* SEC03 */
    .index-sec03__desc {
        height: 22vh;
    }

    /* SEC05 */
    .index-sec05__layout {
        flex-direction: column;
    }
    .index-sec05__layout .info {
        align-items: center;
    }

    /* ========== SERVICE ========== */
    .sc-sec02__content .desc {
        max-width: 100%;
        padding: 0;
    }
    .sc-sec02__content .img .top {
        display: none;
    }
    .sc-sec02__content .desc .bot.sc-sec02 {
        width: 70%;
        margin: 0 auto;
    }

    /* ========== ACCESS ========== */
    .acccess-sec01__layout {
        flex-direction: column;
    }
    .company__map {
        width: 70%;
    }

    /* ========== GALLERY ========== */
    .gallery__content .gallery__list {
        width: 90%;
        margin: 0 auto;
    }
    .gallery__list {
        grid-template-columns: repeat(3, 1fr);
    }

}

/* TABLET SCREEN */
@media screen and (max-width: 790px) {

    .logo {
        width: 20vw;
    }

    /* ========== SECTION ========== */
    .page-wrapper {
        padding: 60px 0;
        gap: 60px;
    }

    /* BUTTONS */
    .btn-save, .btn-edit, .btn-submit, .btn-index {
        max-width: 300px;
        width: 35vw;
    }

    /* SEC TITLE */
    .index-sec04__layout .sec-title, .index-sec04__btn, .index-sec06__layout .sec-title {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .index-sec04__layout .sec-title, .index-sec06__layout .sec-title,
    .sec-contact__content .sec-title {
        text-align: center;
    }
    .index-sec06__layout .sec-title {
        flex-direction: column;
        width: 100%;
    }

    /* FOOTER */
    .footer__content, .sec-footer__content .buttons {
        gap: 30px;
    }

    .sec-contact {
        gap: 30px;
    }
    .sec-contact__content {
        flex-direction: column;
        gap: 30px;
    }
    .sec-contact__content .sec-title {
        padding: 0;
    }
    .sec-contact__content p {
        text-align: center;
    }

    .sec-footer__content {
        flex-direction: column;
        gap: 30px;
    }
    .f-nav__links {
        display: none;
    }
    .f-reservation {
        width: 35vw;
    }

    /* FEATURE */
    .feature__content {
        gap: 30PX;
    }
    .feature__layout {
        margin: 0 auto;
        flex-direction: column-reverse;
    }
    .feature__layout p {
        max-width: 100%;
    }
    .feature__layout img {
        width: 80%;
    }

    /* BG */
    .bg-left, .bg-right, .bg-left__layout, .bg-right__layout {
        gap: 30px;
    }

    .bg-left {
        border-radius: 0;
        margin-right: 0;
    }
    .bg-right {
        border-radius: 0;
        margin-left: 0;
    }
    .bg-left__layout, .bg-right__layout {
        flex-direction: column;
    }

    /* ========== INDEX ========== */
    .index-sec04__layout, .index-sec05__content, .index-sec05__layout, .index-sec06__content, 
    .index-sec07, .index-sec07__content, .index-sec08__layout, .index-sec09__content {
        gap: 30px;
    }

    /* SEC02 */
    .index-sec02__content {
        padding-bottom: 53vh;
    }
    .index-sec02__content.relative .bg {
        width: 100%;
        height: 80vh;
        object-fit: cover;
    }

    /* SEC03 */
    .index-sec03__content {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .index-sec03__layout {
        grid-template-columns: repeat(1, 1fr);
    }
    .index-sec03__cat {
        max-width: 650px;
        margin: 0 auto;
        gap: 30px;
    }
    .index-sec03-feature {
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
    }
    .index-sec03__desc {
        height: auto;
    }

    /* SEC04 */
    .index-sec04__content {
        border-radius: 0;
        margin-right: 0;
        padding: 60px 0;
    }
    .index-sec04__layout .sec-title {
        flex-direction: column;
    }
    .index-sec04__layout .desc {
        text-align: center;
    }
    .index-sec04__layout .price__table {
        display: flex;
        justify-content: center;
    }

    /* SEC05 */
    .index-sec05__content {
        border-radius: 0;
        margin-left: 0;
    }
    .index-sec05__layout .map {
        max-width: 650px;
        width: 100%;
        max-height: 700px;
        height: 70vh;
    }
    .index-sec05__layout .info {
        gap: 30px;
    }

    /* SEC06 */
    .index-sec06__layout {
        gap: 30px;
    }

    /* SEC07 */
    .index-sec07__gallery-list {
        grid-template-columns: repeat(2, 1fr);
    }

    /* ========== SERVICE ========== */
    .sc-sec02__content .desc, .sa__bg-desc, .sl__bg-desc, .sl-sec03__content {
        gap: 30px;
    }

    .sa__bg-img {
        width: 50%;
    }
    .sa-sec04__btn, .sa-sec05__btn, .sl-sec01__btn {
        display: flex;
        justify-content: center;
    }

    .sl__bg-img {
        width: 60%;
    }
    .sl__bg-desc ol {
        margin-left: 20px;
    }

    /* ========== PRICE ========== */
    .price-sec01__content {
        padding: 5vh 0;
        width: 70%;
    }
    .price__bg-img {
        width: 60%;
    }
    .price__bg-desc {
        gap: 30px;
        width: 100%;
    }
    .price__bg-desc .price__table {
        width: 100%;
    }

    /* ========== ACCESS ========== */
    .access-sec01__content {
        gap: 60px;
    }
    .acccess-sec01__layout, .company__info {
        gap: 30px;
    }
    .company__map {
        width: 80%;
        max-height: 726px;
        height: 80vh;
    }

    /* ========== EVENT ========== */
    .event__list {
        margin: 0 auto;
    }
    .event__link {
        flex-direction: column;
    }
    .event__link .img {
        width: 80%;
        max-height: 40vh;
    }
    .event__link .img img {
        max-width: 100%;
        max-height: 40vh;
    }

    .event__content, .post-detail__content, .gallery__content {
        gap: 60px;
    }

    /* ========== POST ========== */
    .post-detail__layout .content p {
        margin: 0;
    }
    .post-detail__layout, .post-detail__layout .content {
        gap: 30px;
    }

    /* ========== TERMS ========== */
    .terms__content, .terms__list {
        gap: 30px;
    }
    .terms__list {
        margin: 0;
    }

    /* GALLERY */
    .gallery__list {
        grid-template-columns: repeat(2, 1fr);
    } 

    /* ========== Q&A ========== */
    .qa__list {
        gap: 30px;
    }
    .qa__item {
        gap: 30px;
        padding: 0 30px 30px 30px;
    }

    /* ========== FORM ========== */
    .form__layout-btn1, .form__layout-btn2 {
        padding-top: 60px;
    }

    .form__information {
        gap: 20px;
        flex-direction: column;
    }
    .form__head {
        width: fit-content;
    }
    input[type="text"], input[type="email"], .checkbox-container, .textarea {
        max-width: 100%;
        width: auto;
    }

    .form__layout-btn2 {
        gap: 10vw;
        flex-wrap: wrap;
    }

    .end__content, .end__content .text {
        gap: 30px;
    }

    /* ========== ERROR ========== */
    .error__content {
        gap: 30px;
    }
    
}

/* MOBILE */
@media screen and (max-width: 500px) {

    .lh-30-5, .lh-40-5, .lh-50-5 {
        line-height: 24px;
    }

    .logo {
        width: 30vw;
    }

    /* NAV */
    .header__nav .nav,
    .nav__lang.r, .nav__lang.b {
        display: none;
    }
    .nav-r .nav__layout {
        flex-direction: column;
    }
    .nav-r__links {
        width: 90%;
    }

    /* PAGINATION */
    div#event-pagination, div#gallery-pagination {
        gap: 1vw;
    }

    /* ========== SECTION ========== */

    /* MV */
    .mv-top__content {
        height: 50vh;
    }

    /* BUTTONS */
    .btn-more, .btn-mission, .btn-access, .btn-contact, .btn-list {
        padding: 0 8vw;
    }
    .btn-save, .btn-edit, .btn-submit, .btn-index {
        width: 75vw;
    }

    /* FOOTER */
    .f-reservation {
        width: 60vw;
    }

    /* FAETURE */
    .feature__layout img {
        width: 100%;
    }

    /* ========== INDEX ========== */
    /* SEC01 */
    .index-sec01__img img {
        width: 100%;
        height: 20vh;
        object-fit: cover;
        border-radius: 20px
    }

    /* SEC02 */
    .index-sec02__content {
        padding-bottom: 35vh;
    }
    .index-sec02__content.relative .bg {
        height: 50vh;
    }

    .index-slider .slick-slide,
    .index-slider .slick-slide img {
        width: 50vw !important;
    }

    /* SEC05 */
    .index-sec05__layout .info {
        width: 90%;
    }
    .index-sec05__layout .info table tr {
        flex-direction: column;
        align-items: start;
    }
    .index-sec05__layout .info table tr td {
        margin-left: 20px;
    }

    /* ========== SERVICE ========== */
    .sc-sec02__content .desc .bot.sc-sec02 {
        width: 100%;
    }

    .sa__bg-img, .sl__bg-img {
        width: 80%;
    }

    /* ========== PRICE ========== */
    .price-sec01__content {
        width: 85%;
    }
    .price__bg-img {
        width: 80%;
    }

    /* ========== ACCESS ========== */
    .company__map {
        width: 100%;
        max-height: 726px;
        height: 60vh;
    }
    .company__info .table table tr {
        gap: 10px;
        flex-direction: column;
        align-items: start;
    }
    .company__info .table table tr td {
        margin-left: 20px;
    }

    /* ========== SP GAPS ========== */
    .event__content, .post-detail__content, .gallery__content {
        gap: 30px;
    }

    /* ========== GALLERY ========== */
    .gallery__content .gallery__list {
        width: 80%;
    }
    .gallery__list {
        grid-template-columns: repeat(1, 1fr);
    }

    /* ========== Q&A ========== */
    .qa__item {
        padding: 0 0 30px 0;
    }
    .qa__text {
        margin: 0;
        gap: 10px;
    }
    ol {
        margin-left: 20px;
    }

}