@charset "utf-8";

/* CSS Document */

.nosp {
    display: none;
}

main * {
    box-sizing: border-box;
    font-family: 'Noto Serif JP', serif;
}

.mv-box {
    width: 100%;
    text-align: center;
}

.inner {
    width: 100%;
    margin: auto;
}

.main-content {
    background: url("../images/bg.png") repeat;
    padding: calc(50vw / (750 / 100)) 0
}

.head-title {
    font-size: calc(48vw / (750 / 100));
    font-weight: 500;
    text-align: center;
    margin-bottom: calc(20vw / (750 / 100));
}

.intro-txt {
    width: 94vw;
    margin: auto;
    font-size: calc(26vw / (750 / 100));
    font-weight: 400;
    text-align: center;
    line-height: 1.8;
}

.intro-txt>sup {
    font-size: calc(22vw / (750 / 100));
    vertical-align: text-top
}

.intro-note {
    display: inline-block;
    font-size: calc(24vw / (750 / 100));
    padding-left: 1.0em;
    position: relative
}

.intro-note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0
}

.event-schedule {
    margin: calc(50vw / (750 / 100)) auto 0;
    background: #eae6cd;
}

.sub-title {
    background: #bfa27b;
    padding: calc(20vw / (750 / 100));
    font-size: calc(26vw / (750 / 100));
    text-align: center;
}

.sub-title>span {
    display: block;
    font-size: calc(30vw / (750 / 100));
    font-weight: 500;
}

.schedule-list {
    margin: auto;
    padding: 20px;
}

.schedule-list>li {
    font-size: calc(26vw / (750 / 100));
    ;
}

.schedule-list>li+li {
    margin-top: calc(6vw / (750 / 100));
}

.tour-content {
    background: #eae6cd;
    padding: calc(50vw / (750 / 100)) 0
}

.tour-content>.inner {
    width: 94vw;
    margin: auto
}

.head-title__tour {
    margin-bottom: calc(30vw / (750 / 100));
    text-align: center;
}

.head-title__tour>span {
    display: inline-block;
    width: 100%;
    font-size: calc(30vw / (750 / 100));
    font-weight: 500;
    padding: 0 calc(120vw / (750 / 100));
    position: relative
}

.head-title__tour>span::before,
.head-title__tour>span::after {
    content: "";
    width: calc(100vw / (750 / 100));
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
}

.head-title__tour>span::before {
    left: 0
}

.head-title__tour>span::after {
    right: 0
}

.read-copy {
    font-size: calc(24vw / (750 / 100));
    font-weight: 400;
    text-align: center;
}

.area00 {
    display: none;
}

.tab-list {
    display: flex;
    justify-content: space-between;
    margin: 10px auto 20px;
}

.tab-list>li {
    width: calc(95% / 2);
    flex-shrink: 0;
    border: 1px solid #895817;
    background: #FFF;
    padding: calc(16vw / (750 / 100));
    font-size: calc(24vw / (750 / 100));
    font-weight: 400;
    text-align: center;
    position: relative;
    transition: 0.3s
}

.tab-list>li.nav_on,
.tab-list>li:hover {
    background: #bfa27b;
}

.tab-list>li.nav_on::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: auto;
    border: 12px solid transparent;
    border-top: 14px solid #895817;
}

.tour-list * {
    font-family: "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif
}

.tour-list>li {
    border-color: #895817
}

.tour-list>li:empty {
    display: none
}

.tour-list>li:hover {
    background: #F1EBE3
}

.tour-list>li:after {
    border-right-color: #895817;
    border-bottom-color: #895817;
}


/*↓新旧上下限js混在応急処置↓*/

.tour-price .minmax-new {
    font-size: 20px;
    color: #C00;
    font-weight: bold;
}

.tour-price .minmax-old:not(:empty)+.minmax-new {
    display: none;
}


/*↑新旧上下限js混在応急処置↑*/


/*** json表記調整 ***/

.tour-list>li .icon span:empty {
    display: inline-block!important
}

.tour-point:empty {
    display: none
}