@charset "utf-8";

/* CSS Document */

.nopc {
    display: none;
}

main * {
    box-sizing: border-box;
    font-family: 'Noto Serif JP', serif;
}

.mv-box {
    width: 100%;
    background: url("../images/pc_mv.jpg") no-repeat center top / cover;
    text-align: center;
}

.inner {
    width: 992px;
    margin: auto;
}

.main-content {
    background: url("../images/bg.png") repeat;
    padding: 50px 0
}

.head-title {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.intro-txt {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.8;
}

.intro-txt>sup {
    font-size: 10px;
    vertical-align: text-top
}

.intro-note {
    display: inline-block;
    font-size: 12px;
    padding-left: 1.0em;
    position: relative
}

.intro-note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0
}

.event-schedule {
    margin: 50px auto 0;
    background: #eae6cd;
}

.sub-title {
    background: #bfa27b;
    padding: 12px;
    font-size: 18px;
    text-align: center;
}

.sub-title>span {
    display: block;
    font-size: 20px;
    font-weight: 500;
}

.schedule-list {
    width: 400px;
    margin: auto;
    padding: 20px;
}

.schedule-list>li {
    font-size: 16px;
}

.schedule-list>li+li {
    margin-top: 6px;
}

.tour-content {
    background: #eae6cd;
    padding: 50px 0
}

.head-title__tour {
    margin-bottom: 20px;
    text-align: center;
}

.head-title__tour>span {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    padding: 0 280px;
    position: relative
}

.head-title__tour>span::before,
.head-title__tour>span::after {
    content: "";
    width: 240px;
    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: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.8;
}

.area00 {
    display: none;
}

.tab-list {
    display: flex;
    justify-content: space-between;
    margin: 10px auto 20px;
}

.tab-list>li {
    width: calc(100% / 2 - 10px);
    flex-shrink: 0;
    border: 1px solid #895817;
    background: #FFF;
    padding: 20px;
    font-size: 18px;
    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
}

.js-depDate1 {
    display: block!important;
}