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

#gibier .subhead {
    background: url(../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) {
    #gibier .subhead {
        margin-top: 120px;
    }
}

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

#gibier .about {
    margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
    #gibier .about {
        margin-bottom: 60px;
    }
}

#gibier .about__column {
    display: flex;
    justify-content: space-between;
}

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

#gibier .about__txt {
    width: 54%;
}

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

#gibier .about__txt h1 {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #19150a;
    font-size: 2.5rem;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    #gibier .about__txt h1 {
        font-size: 1.75rem;
        margin-bottom: 20px;
        text-align: center;
    }
}

#gibier .about__txt h1 + p {
    margin-bottom: 35px;
}

#gibier .about__img {
    width: 43%;
}

@media screen and (max-width: 767px) {
    #gibier .about__img {
        width: 100%;
        overflow: hidden;
    }
}

#gibier .about__img img {
    width: 100%;
}

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

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

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

/* ----- natural ----- */
#gibier .natural {
    margin-bottom: 40px;
}

#gibier .natural .inner {
    max-width: 1200px;
    margin: auto;
    width: 90%;
}

#gibier .natural__column {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

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

#gibier .natural__txt {
    width: 47%;
    background: url(../img/article01_bgmap@2x.gif) no-repeat top center/auto 100%;
    padding-bottom: 10%;
}

@media screen and (max-width: 767px) {
    #gibier .natural__txt {
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
}

#gibier .natural__title {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #19150a;
    font-size: 2.5rem;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    #gibier .natural__title {
        font-size: 1.5rem;
        margin-bottom: 20px;
        text-align: center;
    }
}

#gibier .natural__title + p {
    margin-bottom: 35px;
}

#gibier .natural__img {
    width: 50%;
}

@media screen and (max-width: 767px) {
    #gibier .natural__img {
        width: 100%;
        overflow: hidden;
    }
}

#gibier .natural__img img {
    width: 100%;
}

/* ----- auth ----- */
#gibier .auth {
    background: #f7f7f7;
    padding: 95px 0;
}

@media screen and (max-width: 767px) {
    #gibier .auth {
        padding: 45px 0;
    }
}

#gibier .auth .inner {
    max-width: 1200px;
    margin: auto;
    width: 90%;
}

#gibier .auth__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;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    #gibier .auth__title {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }
}

#gibier .auth__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) {
    #gibier .auth__title:before {
        bottom: 0;
    }
}

#gibier .auth__title + p {
    text-align: center;
    margin: 0 auto 40px;
    width: 90%;
}

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

#gibier .auth__contents p {
    margin-bottom: 30px;
}

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

#gibier .auth__contents--lists {
    margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
    #gibier .auth__contents--lists {
        margin-bottom: 35px;
    }
}

#gibier .auth__contents--lists li {
    background: url(../img/gibier_icon@22x.gif) no-repeat left top 0.4em/14px 18px;
    padding-left: 25px;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    #gibier .auth__contents--lists li {
        font-size: 0.875rem;
        padding-left: 22px;
    }
}

#gibier .auth__contents h4 {
    color: #19150a;
    font-weight: bold;
    margin-bottom: 20px;
}

#gibier .auth__contents .auth__table {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    #gibier .auth__contents .auth__table {
        margin-bottom: 25px;
    }
}

#gibier .auth__contents table {
    width: 100%;
    font-size: 0.875rem;
    min-width: 767px;
}

#gibier .auth__contents table tr:first-child {
    border: 1px solid #dedede;
}

#gibier .auth__contents tr {
    border: solid #dedede;
    border-width: 0px 1px;
}

#gibier .auth__contents th {
    background: url(../img/table_bg.png);
    padding: 20px 10px;
}

#gibier .auth__contents td {
    padding: 20px 10px;
    border: solid #dedede;
    border-width: 1px 0px;
}

#gibier .auth__contents .center {
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #dedede;
}

#gibier .auth__contents .center2 {
    text-align: center;
}

#gibier .auth__contents .boar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
    #gibier .auth__contents .boar {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
}

#gibier .auth__contents .boar li {
    width: 31%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #gibier .auth__contents .boar li {
        width: 48%;
        margin-bottom: 25px;
    }
}

#gibier .auth__contents .boar li img {
    width: 100%;
    margin-bottom: 10px;
}

#gibier .auth__contents .deer {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
    #gibier .auth__contents .deer {
        margin-bottom: 25px;
    }
}

#gibier .auth__contents .deer li {
    width: 31%;
    text-align: center;
    margin-right: 3.5%;
}

@media screen and (max-width: 767px) {
    #gibier .auth__contents .deer li {
        width: 100%;
    }
}

#gibier .auth__contents .deer li img {
    width: 100%;
    margin-bottom: 10px;
}

#gibier .auth__contents .deer li:nth-child(2n) {
    margin-right: 0%;
}

/* ----- process ----- */
#gibier .process {
    padding: 100px 0;
}

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

#gibier .process .inner {
    max-width: 1200px;
    margin: auto;
    width: 90%;
}

#gibier .process__title--wrap {
    display: flex;
    align-items: center;
}

#gibier .process__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) {
    #gibier .process__title {
        font-size: 1.5rem;
        margin: 0 auto 20px;
        text-align: center;
    }
}

#gibier .process__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) {
    #gibier .process__title:before {
        bottom: 0;
    }
}

#gibier .process__title--wrap + p {
    text-align: center;
    margin: 0 auto 40px;
    width: 90%;
}

#gibier .process__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#gibier .process__list li {
    width: 22%;
    margin-right: 3%;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    #gibier .process__list li {
        margin-right: 0%;
        width: 100%;
    }
}

#gibier .process__list li h2 {
    text-align: center;
    background: #976a4c;
    color: #fff;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 0.875rem;
}

#gibier .process__list li img {
    width: 100%;
}

#gibier .process__list li li:nth-last-child(4n) {
    margin-right: 0;
}

#gibier .process__list--address {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    line-height: 1;
    font-size: 0.875rem;
}

#gibier .process__list--address dt {
    color: #19150a;
    width: 60px;
    font-weight: bold;
    line-height: 1.5;
}

#gibier .process__list--address dd {
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    #gibier .process__list--address dd a {
        color: #000;
        text-decoration: none;
    }
}
