@charset "UTF-8";
@import url("https://unpkg.com/swiper@7/swiper-bundle.min.css");

*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* animation */
@keyframes fade-in-bottom {
    0% {
        transform: translateY(min(calc(50vw / 1300 * 100), 50px));
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-loop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes slide-loop-reverse {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

body {
    position: relative;
    font-family: "Shippori Mincho", serif;
    margin: 0;
    font-size: min(calc(16vw / 1300 * 100), 16px);
    color: #595758;
    line-height: 1.5;
    letter-spacing: 0.1em;
    overflow-x: hidden;
}

body.sp-menu-open {
    overflow: hidden;
}

img {
    width: 100%;
    vertical-align: top;
    transition: all 0.3s;
}

iframe {
    width: 100%;
    height: 100%;
}

video {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    list-style: none;
}

section {
    position: relative;
}

.show-sp {
    display: none;
}

.inner {
    position: relative;
    width: min(calc(1200vw / 1300 * 100), 1200px);
    margin: 0 auto;
}

.common-sec-sub-head {
    font-size: min(calc(24vw / 1300 * 100), 24px);
    margin-bottom: min(calc(30vw / 1300 * 100), 30px);
    letter-spacing: 0.3em;
}

.common-sec-head {
    font-size: min(calc(32vw / 1300 * 100), 32px);
    margin-bottom: min(calc(40vw / 1300 * 100), 40px);
    line-height: 2;
    letter-spacing: 0.1em;
}

.acc-btn {
    cursor: pointer;
}

.acc-cnt {
    display: none;
}

@media (max-width: 750px) {
    body {
        font-size: calc(26vw / 750 * 100);
    }

    .inner {
        width: calc(660vw / 750 * 100);
    }

    .common-sec-sub-head {
        font-size: calc(24vw / 750 * 100);
        margin-bottom: calc(20vw / 750 * 100);
    }

    .common-sec-head {
        font-size: calc(44vw / 750 * 100);
        margin-bottom: calc(45vw / 750 * 100);
        line-height: 1.7;
    }

    .show-pc {
        display: none !important;
    }

    .show-sp {
        display: block;
    }
}

/* swiper */
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: min(calc(10vw / 1300 * 100), 10px);
}

.swiper-pagination-bullet {
    background-color: #025b3f;
    width: min(calc(12vw / 1300 * 100), 12px);
    height: min(calc(12vw / 1300 * 100), 12px);
    margin: 0 min(calc(12vw / 1300 * 100), 12px);
    border: min(calc(1vw / 1300 * 100), 1px) solid #fff;
    vertical-align: middle;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper-next,
.swiper-prev {
    position: absolute;
    width: min(calc(10vw / 1300 * 100), 10px);
    height: min(calc(10vw / 1300 * 100), 10px);
    border-bottom: min(calc(1vw / 1300 * 100), 1px) solid #fff;
    border-right: min(calc(1vw / 1300 * 100), 1px) solid #fff;
    cursor: pointer;
    z-index: 11;
}

.swiper-next {
    transform: rotate(-45deg);
}

.swiper-prev {
    transform: rotate(135deg);
}

@media (max-width: 750px) {

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: calc(10vw / 750 * 100);
    }

    .swiper-pagination-bullet {
        width: calc(20vw / 750 * 100);
        height: calc(20vw / 750 * 100);
        margin: 0 calc(8vw / 750 * 100) !important;
        border: calc(1vw / 750 * 100) solid #fff;
    }

    .swiper-next,
    .swiper-prev {
        width: calc(20vw / 750 * 100);
        height: calc(20vw / 750 * 100);
        border-bottom: calc(2vw / 750 * 100) solid #fff;
        border-right: calc(2vw / 750 * 100) solid #fff;
    }
}

/* header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #025b3f;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: min(calc(84vw / 1300 * 100), 84px);
    padding: 0 min(calc(30vw / 1300 * 100), 30px);
    z-index: 20;
}

.header-logo {
    position: absolute;
    left: min(calc(30vw / 1300 * 100), 30px);
    width: min(calc(39vw / 1300 * 100), 39px);
}

.header-nav {
    display: flex;
}

.header-nav-item a {
    color: #fff;
}

.header-nav-item+.header-nav-item {
    margin-left: min(calc(20vw / 1300 * 100), 20px);
}

.header-link-list {
    position: absolute;
    right: min(calc(30vw / 1300 * 100), 30px);
    display: flex;
}

.header-link-item {
    width: min(calc(25vw / 1300 * 100), 25px);
}

.header-link-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-link-item-util {
    width: auto;
    min-width: min(calc(36vw / 1300 * 100), 36px);
}

.header-link-item-util img {
    width: min(calc(25vw / 1300 * 100), 25px);
}

.header-link-label {
    margin-top: min(calc(2vw / 1300 * 100), 2px);
    font-size: min(calc(10vw / 1300 * 100), 10px);
    color: #fff;
}

.header-link-item+.header-link-item {
    margin-left: min(calc(20vw / 1300 * 100), 20px);
}

.header-menu {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}

@media (max-width: 750px) {
    .header {
        justify-content: space-between;
        height: calc(90vw / 750 * 100);
        padding: 0 calc(45vw / 750 * 100);
    }

    .header-logo {
        position: static;
        width: calc(46vw / 750 * 100);
    }

    .header-menu {
        width: calc(42vw / 750 * 100);
        line-height: 1;
    }

    .sp-menu {
        position: fixed;
        inset: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all 0.3s;
        z-index: 85;
    }

    .sp-menu.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .sp-menu-overlay {
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.45);
    }

    .sp-menu-content {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(560vw / 750 * 100);
        height: 100%;
        padding: calc(36vw / 750 * 100) calc(124vw / 750 * 100) calc(80vw / 750 * 100);
        background-color: #025b3f;
        overflow-y: auto;
        transform: translateX(100%);
        transition: transform 0.3s;
    }

    .sp-menu.is-open .sp-menu-content {
        transform: translateX(0);
    }

    .sp-menu-close {
        position: absolute;
        top: calc(28vw / 750 * 100);
        right: calc(40vw / 750 * 100);
        width: calc(54vw / 750 * 100);
        height: calc(54vw / 750 * 100);
        background: none;
        border: 0;
        padding: 0;
        cursor: pointer;
    }

    .sp-menu-close::before,
    .sp-menu-close::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: calc(2vw / 750 * 100);
        background-color: #fff;
        transform-origin: center;
    }

    .sp-menu-close::before {
        transform: translateY(-50%) rotate(45deg);
    }

    .sp-menu-close::after {
        transform: translateY(-50%) rotate(-45deg);
    }

    .sp-menu-util-list {
        display: flex;
        margin-top: calc(96vw / 750 * 100);
        gap: 0 calc(56vw / 750 * 100);
    }

    .sp-menu-util-item {
        width: auto;
    }

    .sp-menu-util-item a {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
    }

    .sp-menu-util-item img {
        width: calc(56vw / 750 * 100);
    }

    .sp-menu-util-label {
        margin-top: calc(12vw / 750 * 100);
        font-size: calc(30vw / 750 * 100);
        line-height: 1.1;
    }

    .sp-menu-nav {
        margin-top: calc(55vw / 750 * 100);
        padding-top: calc(78vw / 750 * 100);
        border-top: calc(2vw / 750 * 100) solid rgba(255, 255, 255, 0.9);
    }

    .sp-menu-nav-item+.sp-menu-nav-item {
        margin: calc(60vw / 750 * 100) 0 0;
    }

    .sp-menu-nav-item a {
        font-size: calc(40vw / 750 * 100);
        color: #fff;
    }

    .sp-menu-sns-head {
        margin-top: calc(98vw / 750 * 100);
        font-size: calc(28vw / 750 * 100);
        color: #fff;
        line-height: 1.1;
    }

    .sp-menu-sns-list {
        display: flex;
        margin-top: calc(40vw / 750 * 100);
        gap: 0 calc(58vw / 750 * 100);
    }

    .sp-menu-sns-item {
        width: auto;
    }

    .sp-menu-sns-item img {
        width: calc(60vw / 750 * 100);
    }

    .sp-menu-sns-item+.sp-menu-sns-item {
        margin-left: 0;
    }
}

/* page-top */
.page-top {
    position: fixed;
    background-color: #025b3f;
    right: min(calc(30vw / 1300 * 100), 30px);
    bottom: min(calc(30vw / 1300 * 100), 30px);
    width: min(calc(40vw / 1300 * 100), 40px);
    height: min(calc(40vw / 1300 * 100), 40px);
    transition: all 0.3s;
    z-index: 10;
}

.page-top:hover {
    background-color: #797979;
}

.page-top-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.page-top-inner::after {
    content: "";
    display: block;
    position: absolute;
    top: min(calc(18vw / 1300 * 100), 18px);
    left: min(calc(15vw / 1300 * 100), 15px);
    width: min(calc(12vw / 1300 * 100), 12px);
    height: min(calc(12vw / 1300 * 100), 12px);
    border-bottom: min(calc(1vw / 1300 * 100), 1px) solid #fff;
    border-right: min(calc(1vw / 1300 * 100), 1px) solid #fff;
    transform: rotate(-135deg);
}

@media (max-width: 750px) {
    .page-top {
        right: calc(30vw / 750 * 100);
        bottom: calc(30vw / 750 * 100);
        width: calc(80vw / 750 * 100);
        height: calc(80vw / 750 * 100);
    }

    .page-top-inner::after {
        top: calc(36vw /750 * 100);
        left: calc(30vw /750 * 100);
        width: calc(24vw /750 * 100);
        height: calc(24vw /750 * 100);
        border-bottom: calc(1vw /750 * 100) solid #fff;
        border-right: calc(1vw /750 * 100) solid #fff;
    }
}

/* main-article */
.main-article {
    width: min(calc(1090vw / 1300 * 100), 1090px);
    margin: min(calc(90vw / 1300 * 100), 90px) auto 0;
    padding: min(calc(30vw / 1300 * 100), 30px) 0 min(calc(60vw / 1300 * 100), 60px);
}

.main-article .ttl {
    font-size: min(calc(32vw / 1300 * 100), 32px);
    margin-bottom: min(calc(30vw / 1300 * 100), 30px);
    padding: min(calc(20vw / 1300 * 100), 20px) 0;
    border-bottom: min(calc(1vw / 1300 * 100), 1px) solid #025b3f;
}

@media (max-width: 750px) {
    .main-article {
        width: calc(660vw / 750 * 100);
        margin: calc(90vw / 750 * 100) auto 0;
        padding: calc(10vw / 750 * 100) 0 calc(60vw / 750 * 100);
    }

    .main-article .ttl {
        font-size: calc(36vw / 750 * 100);
        margin-bottom: calc(30vw / 750 * 100);
        padding: calc(50vw / 750 * 100) 0;
        border-bottom: calc(1vw / 750 * 100) solid #025b3f;
    }
}

/* footer */
.footer {
    background-color: #025b3f;
    padding: min(calc(40vw / 1300 * 100), 40px) 0;
}

.footer-link-list {
    display: flex;
    justify-content: center;
    gap: 0 min(calc(20vw / 1300 * 100), 20px);
}

.footer-link-item {
    display: flex;
    gap: 0 min(calc(20vw / 1300 * 100), 20px);
}

.footer-link-item a {
    color: #fff;
}

.footer-link-item+.footer-link-item::before {
    content: "/";
    color: #fff;
}

.footer-copyright {
    margin-top: min(calc(20vw / 1300 * 100), 20px);
    font-size: min(calc(14vw / 1300 * 100), 14px);
    color: #fff;
    text-align: center;
}

@media (max-width: 750px) {
    .footer {
        padding: calc(50vw / 750 * 100) 0;
    }

    .footer-link-list {
        flex-wrap: wrap;
        gap: calc(20vw / 750 * 100) calc(20vw / 750 * 100);
    }

    .footer-link-item {
        gap: 0 calc(20vw / 750 * 100);
        font-size: calc(20vw / 750 * 100);
    }

    .footer-copyright {
        margin-top: calc(35vw / 750 * 100);
        font-size: calc(20vw / 750 * 100);
    }
}

.about-tbl {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border-top: 1px solid #d8d2ca;
    border-left: 1px solid #d8d2ca;
    background: #fff;
}

.about-tbl th,
.about-tbl td {
    vertical-align: top;
    text-align: left;
    padding: 20px 24px;
    border-right: 1px solid #d8d2ca;
    border-bottom: 1px solid #d8d2ca;
    line-height: 1.8;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.about-tbl th {
    width: 28%;
    background: #f7f3ee;
    color: #2f2a26;
    font-weight: 700;
}

.about-tbl td {
    width: 72%;
    color: #595758;
    background: #fff;
}

.about-tbl a {
    color: #025b3f;
    text-decoration: underline;
    text-underline-offset: 0.12em;
}

.about-tbl .payment-title,
.about-tbl .carriage-title {
    margin: 0 0 6px;
    font-weight: 700;
    color: #2f2a26;
}

.about-tbl .payment-content,
.about-tbl .carriage-content {
    margin: 0;
}

.about-tbl br+br {
    display: block;
    content: "";
    margin-top: 8px;
}

@media (max-width: 750px) {
    .about-tbl,
    .about-tbl tbody,
    .about-tbl tr,
    .about-tbl th,
    .about-tbl td {
        display: block;
        width: 100%;
    }

    .about-tbl {
        border-left: none;
        border-top: none;
    }

    .about-tbl tr {
        margin-bottom: 16px;
        border: 1px solid #d8d2ca;
        background: #fff;
    }

    .about-tbl th,
    .about-tbl td {
        border: none;
        padding: 16px 18px;
    }

    .about-tbl th {
        background: #f7f3ee;
        border-bottom: 1px solid #e3ddd5;
        font-size: 14px;
    }

    .about-tbl td {
        font-size: 14px;
    }
}
