* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#koyasan {
    background-color: #ffffff;
}

.hero {
    width: 100%;
    background: repeating-linear-gradient(90deg, #fcefd4, #fcefd4 5px, #fbe7bc 5px, #fbe7bc 10px);
    padding: 30px;
    overflow: hidden;
}

.mv {
    max-width: 900px;
    margin: auto;
    position: relative;
}

.mv img.bg {
    width: 100%;
    border-radius: 10px;
    height: 600px;
    object-fit: cover;
    object-position: bottom;
}

.mv:before {
    content: "";
    width: 300px;
    height: 270px;
    background-image: url(../../images/magome-tsumago/koyo.png);
    position: absolute;
    right: -80px;
    top: -80px;
    background-size: cover;
}

.mv:after {
    content: "";
    width: 150px;
    height: 185px;
    background-image: url(../../images/magome-tsumago/happa.png);
    position: absolute;
    left: -80px;
    bottom: -50px;
    background-size: cover;
}

.page-title {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 20px;
    z-index: 10;
}

.mv-subtitle {
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    text-shadow: -2px -2px 0 #ff6b6b, 2px -2px 0 #ff6b6b, -2px 2px 0 #ff6b6b, 2px 2px 0 #ff6b6b, 4px 4px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 5px;
    letter-spacing: 2px;
    display: inline-block;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
}

.mv-title {
    font-size: 85px;
    font-weight: 900;
    color: #fff;
    text-shadow: -4px -4px 0 #1e90ff, 4px -4px 0 #1e90ff, -4px 4px 0 #1e90ff, 4px 4px 0 #1e90ff, 8px 8px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 25px;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-family: inherit;
}

.mv-title span {
    font-size: 60px;
    color: #ffd700;
    display: inline-block;
    text-shadow: -2px -2px 0 #ff4500, 2px -2px 0 #ff4500, -2px 2px 0 #ff4500, 2px 2px 0 #ff4500;
}

.mv-date {
    display: inline-block;
    background: #ffcc00;
    color: #d84315;
    padding: 16px 36px;
    border-radius: 50px;
    font-size: 26px;
    font-weight: 900;
    border: 4px solid #fff;
    letter-spacing: 1px;
    box-shadow: 5px 5px 0 #1e90ff;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
}

img.mv_price {
    position: absolute;
    left: -80px;
    top: -50px;
    width: 300px;
}

p.caution {
    max-width: 900px;
    margin: 20px auto 0;
    font-size: 12.8px;
    padding-left: 78px;
}

section {
    padding: 80px 10px;
}

section.chatbot {
    padding: 0;
}

.section-inner {
    max-width: 1140px;
    margin: auto;
}

.section-title {
    text-align: center;
    font-size: 32px;
    margin: 0 0 50px;
    color: #2c3e50;
    position: relative;
    padding-bottom: 20px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(138deg, rgba(234, 134, 23, 1), rgba(238, 158, 24, 1) 50%, rgba(238, 173, 29, 1));
    border-radius: 2px;
}

section.price-section {
    background: #FAFAFA;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

section.price-section .section-inner {
    max-width: 1000px;
}

.pricing-table {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.pricing-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 32px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    transition: transform .3s ease, box-shadow .3s ease;
    position: relative;
    border: 2px solid transparent;
    font-size: 20px;
    line-height: 1.4;
}

.pricing-type.mb-5 {
    margin-bottom: 40px;
}

.pricing-card img {
    max-width: 100%;
}

.pricing-card p {
    font-size: 3rem;
    font-weight: 800;
    margin-top: 3rem;
}

.pricing-amount {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 3.2px;
}

.currency {
    font-size: 32px;
    color: #b60007;
    font-weight: 600;
}

.price {
    font-size: 48px;
    font-weight: 700;
    color: #2c3e50;
}

.pricing-note {
    font-size: 22.4px;
    color: #666;
}

.pricing-note .date {
    font-size: 22.4px;
}

.pricing-type {
    font-size: 28.8px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 16px;
    margin-top: 8px;
}

.cal-wrap {
    max-width: 1100px;
    margin: 24px auto;
    padding: 12px;
}

.legend {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin: 6px 6px 14px;
    font-size: 14px;
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.dot {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    display: inline-block;
}

.dot.n {
    background: #af4478;
}

.dot.t {
    background: #e0b66d;
}

.months {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.cal {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .05);
}

.cal-head {
    background-image: linear-gradient(138deg, rgba(234, 134, 23, 1), rgba(238, 158, 24, 1) 50%, rgba(238, 173, 29, 1));
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 10px 12px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.dow {
    background: #f9fafb;
    color: #64748b;
    text-align: center;
    padding: 8px 0;
    border-bottom: 1px solid #e2e8f0;
    font-size: 13px;
}

.dow.sun {
    color: #dc2626;
}

.dow.sat {
    color: #2563eb;
}

.cell {
    min-height: 110px;
    border-right: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cell:nth-child(7n) {
    border-right: none;
}

.date {
    font-weight: 700;
    font-size: 14px;
}

.date.sun,
.date.holiday {
    color: #dc2626;
}

.date.sat {
    color: #2563eb;
}

.btns {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.btn {
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 13px;
    color: #ffffff;
}

.btn:hover {
    opacity: .8;
}

.btn.nagoya {
    background: #af4478;
}

.btn.tsumago {
    background: #e0b66d;
}

.btn[aria-disabled="true"] {
    pointer-events: none;
    opacity: 0;
}

.mobile-nav {
    display: none;
    justify-content: space-between;
    gap: 8px;
    margin: 8px 0 14px;
}

.mobile-nav button {
    flex: 1;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #fff;
    font-weight: 700;
}

.navigation {
    margin-bottom: 20px;
    justify-content: space-between;
    display: flex;
}

.navigation button {
    padding: 10px 20px;
    margin: 0 10px;
    font-size: 16px;
}

.legend {
    max-width: 600px;
    margin: 20px auto;
    font-size: 19.2px;
    display: flex;
    gap: 30px;
    justify-content: center;
}

.legend p span {
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 20px;
}

section.time-table {
    background: #FAFAFA;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

section.time-table .section-inner {
    max-width: 1000px;
}

.time-table h3 {
    font-size: 32px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.time-table h3:before {
    content: "●";
    color: #af4478;
    margin-right: 5px;
}

.time-table h3.akan:before {
    color: #e0b66d;
}

table.schedule {
    width: 100%;
    display: table;
}

table.schedule span {
    font-size: 16px;
}

table.schedule th {
    width: calc(100%/5);
    text-align: center;
    background: #af4478;
    padding: 20px;
    vertical-align: middle;
    color: #ffffff;
    line-height: 1.2;
    font-size: 19.2px;
}

table.schedule td {
    text-align: center;
    padding: 10px;
    border-bottom: 2px dotted #cccccc;
    background: #ffffff;
    font-size: 28.8px;
    vertical-align: middle;
}

table.schedule tr:last-child td {
    border-bottom: 1px solid #cccccc;
}

table.schedule td.btmline {
    border-bottom: 1px solid #cccccc;
}

.time-table h3.akan {
    margin-top: 30px;
}

table.schedule.akan th {
    background: #e0b66d;
}

p.note {
    padding: 10px;
}

.schedule th,
.schedule td {
    position: relative;
    padding-left: 1.6em;
}

.schedule th+th::before,
.schedule td+td::before {
    content: "\25B6";
    position: absolute;
    left: -0.5em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 19.2px;
    color: #034079;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
    z-index: 99;
}

.schedule tbody tr:nth-child(2)>td:last-child[rowspan]::before {
    top: 75%;
}

.platform .section-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.platform .section-inner .col1 {
    width: 100%;
}

.platform .section-inner .col2 {
    width: calc((100% - 20px) / 2);
}

.platform-card {
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}

.platform-card img {
    max-width: 100%;
}

.platform-card h4 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
}

.platform-card p {
    background: #f8f9fa;
    padding: 24px;
    border-radius: 10px;
    text-align: start;
    border: 1px solid #e8e8e8;
    margin-top: 10px;
}

.bread {
    background: #ffffff;
}

ol.path {
    display: flex;
    gap: 10px;
    font-size: .8em;
    align-items: center;
    padding: 5px 5px 3px 5px;
    background: #ffffff;
    color: #333333;
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
    max-width: 1140px;
    margin: auto;
}

ol.path li a {
    color: #0168b7;
}

ol.path li:last-child a {
    color: #333333;
}

ol.path li a:after {
    content: ">";
    display: inline-block;
    margin-left: 10px;
}

ol.path li:last-child a:after {
    content: none;
}

.pc-only {
    display: inline-block;
}

.sp-only {
    display: none;
}