@charset "UTF-8";
/* ------------------------------------------------------------
   ジビエページ
------------------------------------------------------------ */
/* ----- head ----- */
#festa .inner {
    max-width: 1200px;
    margin: auto;
    width: 90%;
}

#festa .subhead {
    background: url(../../common/img/subhead_bg.png);
    margin-top: 180px;
    height: 200px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    #festa .subhead {
        margin-top: 120px;
    }
}

@media screen and (max-width: 767px) {
    #festa .subhead {
        font-size: 1.5rem;
        margin-top: 78px;
        height: 130px;
    }
}

/* ----- breadclumb ----- */
#festa .breadclumb ul {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
    #festa .breadclumb ul {
        font-size: .875rem;
        margin-bottom: 45px;
    }
}

#festa .breadclumb a {
    background: url(../../common/img/breadclumb_arrow.gif) no-repeat right center;
    padding-right: 15px;
    margin-right: 10px;
}

/* ----- poster ----- */
#festa .poster {
    margin: 0 auto;
    max-width: 725px;
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    #festa .poster {
        margin-bottom: 50px;
    }
}

#festa .poster img {
    width: 100%;
}

/* ----- detail ----- */
.detail {
    background: #f7f7f7;
    padding: 100px 0;
}

@media screen and (max-width: 767px) {
    .detail {
        padding: 50px 0;
    }
}

.detail__title--wrap {
    display: flex;
    align-items: center;
}

.detail__title {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #19150a;
    font-size: 2.5rem;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
    .detail__title {
        font-size: 1.5rem;
        margin-bottom: 20px;
        text-align: center;
        margin: 0 auto 25px;
    }
}

.detail__title:before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #19150a;
    bottom: -5px;
    left: 48%;
    width: 40px;
}

@media screen and (max-width: 767px) {
    .detail__title:before {
        bottom: 0;
    }
}

.detail__title--wrap + p {
    margin-bottom: 45px;
}

.detail__column {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
    .detail__column {
        flex-direction: column;
    }
}

.detail__img {
    width: 40%;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .detail__img {
        width: 100%;
        margin-bottom: 20px;
    }
}

.detail__img img {
    width: 100%;
}

.detail__txt {
    width: 52%;
}

@media screen and (max-width: 767px) {
    .detail__txt {
        width: 100%;
    }
}

.detail__txt table {
    width: 100%;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .detail__txt table {
        border-bottom: 1px solid #19150a;
    }
}

.detail__txt .scroll + p {
    margin-bottom: 40px;
}

.detail__txt th {
    background: url(../img/table_bg.png);
    padding: 30px;
    border-top: 1px solid #19150a;
    border-bottom: 1px solid #19150a;
    color: #19150a;
}

@media screen and (max-width: 767px) {
    .detail__txt th {
        display: block;
    }
}

.detail__txt td {
    padding: 30px;
    border-top: 1px solid #19150a;
    border-bottom: 1px solid #19150a;
}

@media screen and (max-width: 767px) {
    .detail__txt td {
        display: block;
        border: none;
    }
}

.detail__txt .more_btn {
    margin-top: 20px;
    max-width: 250px;
    padding-bottom: 7px;
    padding-right: 7px;
}

@media screen and (max-width: 767px) {
    .detail__txt .more_btn {
        max-width: 100%;
        width: 100%;
    }
}

.detail__txt .more_btn a {
    color: #19150a;
    text-decoration: none;
    transition: .3s;
    display: block;
    border: solid 1px #19150a;
    padding: 12px 20px;
    background: #fff url(../../common/img/arrow01.png) no-repeat right 15px center/30px auto;
}

.detail__txt .more_btn a:hover {
    color: #fff;
    background: #19150a url(../../common/img/arrow02.png) no-repeat right 15px center/30px auto;
}

.detail__column + p {
    margin-bottom: 30px;
}

.detail__pdfbtn {
    margin-bottom: 80px;
}

.detail__pdfbtn a {
    display: block;
    max-width: 600px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    background: url(../img/icon_pdf@2x.png) no-repeat, url(../../common/img/arrow02.png) no-repeat;
    background-color: #0e4c28;
    background-position: left 30px center , right 30px center;
    background-size: 30px 36px , 30px auto;
    padding: 25px 140px 25px 70px;
    border-radius: 4px;
    transition: .3s;
}

@media screen and (max-width: 767px) {
    .detail__pdfbtn a {
        width: 100%;
        max-width: 100%;
        padding: 10px 55px 10px 55px;
        background-position: left 15px center , right 15px center;
        background-size: 25px auto , 25px auto;
    }
}

.detail__pdfbtn a:hover {
    opacity: 0.8;
}

.detail__present__title {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    text-align: center;
    font-size: 2.25rem;
    color: #000;
    width: 90%;
    margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
    .detail__present__title {
        font-size: 1.1rem;
        margin-bottom: 30px;
        width: 90%;
    }
}

.detail__present__title--wrap {
    margin: 0 auto;
    position: relative;
}

.detail__present__title--wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    display: inline-block;
    width: 95px;
    height: 2px;
    background-color: black;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

@media screen and (max-width: 767px) {
    .detail__present__title--wrap:before {
        height: 1px;
        width: 55px;
        -webkit-transform: rotate(70deg);
        transform: rotate(70deg);
        left: -20px;
    }
}

.detail__present__title--wrap:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    width: 95px;
    height: 2px;
    background-color: black;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

@media screen and (max-width: 767px) {
    .detail__present__title--wrap:after {
        height: 1px;
        width: 55px;
        -webkit-transform: rotate(-70deg);
        transform: rotate(-70deg);
        right: -20px;
    }
}

.detail__present__column {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .detail__present__column {
        flex-direction: column;
    }
}

.detail__present__column--img {
    width: 40%;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .detail__present__column--img {
        width: 100%;
        margin-bottom: 20px;
    }
}

.detail__present__column--img img {
    width: 100%;
}

.detail__present__column--txt {
    width: 55%;
}

@media screen and (max-width: 767px) {
    .detail__present__column--txt {
        width: 100%;
    }
}

.detail__present__txt {
    margin-bottom: 40px;
}

.detail__present__txt2 {
    margin-bottom: 20px;
}

.detail__present__head1 {
    padding: 20px;
    background: #976a4c;
    color: #fff;
    font-size: 1.125rem;
    margin-bottom: 30px;
}

.detail__present__head2 {
    color: #976a4c;
    padding: 20px;
    margin-bottom: 25px;
    background: url(../../common/img/title_bg.png);
}

/* ----- organizer ----- */
.organizer {
    margin: 95px 0;
}

@media screen and (max-width: 767px) {
    .organizer {
        margin: 45px 0;
    }
}

.organizer__title--wrap {
    display: flex;
    align-items: center;
}

.organizer__title {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #19150a;
    font-size: 2.5rem;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .organizer__title {
        font-size: 2rem;
        text-align: center;
        margin: 0 auto 30px;
    }
}

.organizer__title:before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #19150a;
    bottom: -5px;
    left: 48%;
    width: 40px;
}

@media screen and (max-width: 767px) {
    .organizer__title:before {
        bottom: 0;
    }
}

.organizer__title--wrap + p {
    margin-bottom: 30px;
}

.organizer__column {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .organizer__column {
        flex-direction: column;
    }
}

.organizer__txt {
    margin-bottom: 20px;
}

.organizer__img {
    height: auto;
    overflow: hidden;
    max-width: 400px;
}

@media screen and (max-width: 1024px) {
    .organizer__img {
        max-width: 300px;
    }
}

.organizer__img img {
    width: 100%;
}

.organizer__tel {
    font-size: 1.5rem;
    background: url(../img/icon_tel.png) no-repeat left 8px center/12px 31px;
    padding-left: 35px;
    margin-bottom: 10px;
}

.organizer__tel a {
    text-decoration: none;
    color: #000;
}

.organizer__mail {
    background: url(../img/icon_mail.png) no-repeat left center/28px 26px;
    padding: 10px 0 10px  35px;
}
