@charset "UTF-8";
/* ------------------------------------------------------------
   ジビエが食べれるお店紹介
------------------------------------------------------------ */
/* ----- head ----- */
#restaurant .inner {
    max-width: 1200px;
    margin: auto;
    width: 90%;
}

#restaurant .subhead {
    background: url(../img/subhead_bg@2x.jpg);
    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;
}
.subhead__title{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #ffffff;
}
@media screen and (max-width: 1024px) {
    #restaurant .subhead {
        margin-top: 120px;
    }
}

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

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

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

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

/* ----- detail ----- */
#restaurant .search {
    padding: 0 0 120px;
}

@media screen and (max-width: 767px) {
    #restaurant .search {
        padding: 35px 0;
    }
}

#restaurant .search__title--wrap {
    display: flex;
    align-items: center;
}

#restaurant .search__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) {
    #restaurant .search__title {
        font-size: 1.5rem;
        margin-bottom: 20px;
        text-align: center;
        margin: 0 auto 25px;
    }
}

#restaurant .search__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) {
    #restaurant .search__title:before {
        bottom: 0;
    }
}

#restaurant .search__btn--column {
    display: flex;
    justify-content: center;
}

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

#restaurant .search__btn--column .more_btn {
    padding-bottom: 7px;
    padding-right: 7px;
    width: 20%;
    min-width: 200px;
    margin: 0 17.5px;
}

@media screen and (max-width: 767px) {
    #restaurant .search__btn--column .more_btn {
        max-width: 100%;
        width: 100%;
        margin: 0 0 20px;
    }
}

#restaurant .search__btn--column .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;
}

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

/* ----- shoplist ----- */
#restaurant .shoplist__title--wrap {
    display: flex;
    align-items: center;
}

#restaurant .shoplist__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) {
    #restaurant .shoplist__title {
        font-size: 1.5rem;
        margin-bottom: 20px;
        text-align: center;
        margin: 0 auto 25px;
    }
}

#restaurant .shoplist__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) {
    #restaurant .shoplist__title:before {
        bottom: 0;
    }
}

#restaurant .shoplist__index {
    background: url(../img/shoplist_bg.png);
    border: 1px solid #eae1db;
    padding: 38px 70px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
    #restaurant .shoplist__index {
        flex-direction: column;
        padding: 19px 30px;
    }
}

#restaurant .shoplist__index--list {
    width: 25%;
    margin-right: 5%;
}

@media screen and (max-width: 1024px) {
    #restaurant .shoplist__index--list {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1024px) {
    #restaurant .shoplist__index--list {
        width: 100%;
        margin-bottom: 10px;
    }
}

#restaurant .shoplist__index--list:nth-child(3) {
    width: 34%;
    margin-right: 5%;
}

@media screen and (max-width: 1024px) {
    #restaurant .shoplist__index--list:nth-child(3) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0px;
    }
}

#restaurant .shoplist__index + p {
    margin-bottom: 35px;
}

#restaurant .shoplist__genre {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#restaurant .shoplist__genre--box {
    display: inline-block;
    background: #4d4d4d;
    width: 106px;
    height: 30px;
    margin-right: 10px;
}

#restaurant .shoplist__area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#restaurant .shoplist__area--box {
    display: inline-block;
    background: #4d4d4d;
    width: 106px;
    height: 30px;
    border-radius: 20px;
    margin-right: 10px;
}

#restaurant .shoplist__month {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#restaurant .shoplist__month--box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
}

@media screen and (max-width: 1024px) {
    #restaurant .shoplist__month--box {
        width: 106px;
    }
}

#restaurant .shoplist__month--box img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

@media screen and (max-width: 1024px) {
    #restaurant .shoplist__month--box img {
        margin-right: 5px;
    }
}

#restaurant .shoplist__month--box li {
    margin-bottom: 0;
}

#restaurant .shoplist__month--box li:nth-child(3) {
    margin-bottom: 0;
}

#restaurant .shoplist__contents {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

@media screen and (max-width: 1024px) {
    #restaurant .shoplist__contents {
        justify-content: space-between;
    }
}

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

#restaurant .shoplist__contents a {
    color: #fff;
}

#restaurant .shoplist__contents__shopwrap {
    width: 31.5%;
    overflow: hidden;
    margin-right: 2.5%;
    margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
    #restaurant .shoplist__contents__shopwrap {
        width: 48%;
        margin-right: 0;
    }
}

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

#restaurant .shoplist__contents__shopwrap a {
    transition: .3s;
}

#restaurant .shoplist__contents__shopwrap a:hover {
    opacity: 0.8;
}

#restaurant .shoplist__contents li:nth-child(3n) {
    margin-right: 0;
}

#restaurant .shoplist__contents a {
    text-decoration: none;
}

#restaurant .shoplist__contents__shop {
    border: 5px solid #cb9b25;
    position: relative;
}

#restaurant .shoplist__contents__layout {
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 767px) {
    #restaurant .shoplist__contents__layout {
        padding: 10px;
    }
}

#restaurant .shoplist__contents__img {
    width: 100%;
}

#restaurant .shoplist__contents__img img {
    width: 100%;
}

#restaurant .shoplist__contents--tag {
    background: #000;
    padding: 5px 15px;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

@media screen and (max-width: 767px) {
    #restaurant .shoplist__contents--tag {
        padding: 3px 10px;
    }
}


#restaurant .shoplist__contents--tag.japanese {
    background-color: #ded600;
}

#restaurant .shoplist__contents--tag.western {
    background-color: #8fa549;
}

#restaurant .shoplist__contents--tag.french {
    background-color: #4a8ba5;
}

#restaurant .shoplist__contents--tag.italia {
    background-color: #9749a4;
}

#restaurant .shoplist__contents--tag.spanish {
    background-color: #e64545;
}

#restaurant .shoplist__contents--tag.multinational {
    background-color: #feae15;
}

#restaurant .shoplist__contents--tag.grilled {
    background-color: #2e5666;
}

#restaurant .shoplist__contents--tag.izakaya {
    background-color: #4a51a6;
}

#restaurant .shoplist__contents--tag.cafe {
    background-color: #49a579;
}

#restaurant .shoplist__contents--tag.bar {
    background-color: #976501;
}

#restaurant .shoplist__contents--tag.buffet {
    background-color: #007f45;
}

#restaurant .shoplist__contents--tag.process {
    background-color: #4f5bcb;
}

#restaurant .shoplist__contents--tag.other {
    background-color: #e077dc;
}

#restaurant .shoplist__contents--area {
    background: #19150a;
    padding: 5px 15px;
    min-width: 100px;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #restaurant .shoplist__contents--area {
        padding: 3px 10px;
    }
}

#restaurant .shoplist__contents--area.wakayama {
    background: #bb5730;
}

#restaurant .shoplist__contents--area.kaisou {
    background: #738dbc;
}

#restaurant .shoplist__contents--area.naka {
    background: #c67c82;
}

#restaurant .shoplist__contents--area.ito {
    background: #b98a00;
}

#restaurant .shoplist__contents--area.arita {
    background: #adb610;
}

#restaurant .shoplist__contents--area.hidaka {
    background: #a284ae;
}

#restaurant .shoplist__contents--area.nishimuro {
    background: #4e9496;
}

#restaurant .shoplist__contents--area.higashimuro {
    background: #889fab;
}

#restaurant .shoplist__contents--month {
    position: absolute;
    right: 0;
    bottom: 0;
}

#restaurant .shoplist__contents--month ul {
    display: flex;
    justify-content: flex-end;
    padding: 0 10px 10px;
}

@media screen and (max-width: 1024px) {
    #restaurant .shoplist__contents--month ul {
        margin-left: auto;
    }
}

#restaurant .shoplist__contents--month li {
    margin-right: 5px;
}

#restaurant .shoplist__contents--month li img {
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 767px) {
    #restaurant .shoplist__contents--month li img {
        width: 25px;
        height: 25px;
    }
}

#restaurant .shoplist__contents--name {
    padding: 0 20px 50px;
    color: #000;
}

#restaurant .shoplist__contents--name span {
    font-weight: bold;
    background: url(../../../../../../common/img/link_bg.gif) repeat-x left bottom/6px 6px;
    font-size: 1rem;
}

/* ----- genre ----- */
#restaurant .genre__searchtab {
    border-bottom: 3px solid #976a4c;
    font-weight: bold;
    transition: all 0.2s ease;
    margin-bottom: 50px;
    font-size: 0;
    text-align: justify;
    text-justify: distribute-all-lines;
}

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

#restaurant .genre__searchtab li {
    display: inline-block;
    border-top: 1px solid #976a4c;
    border-right: 1px solid #976a4c;
    border-left: 1px solid #976a4c;
    border-radius: 4px 4px 0 0;
    width: 48%;
    text-align: center;
    font-size: 1rem;
}

#restaurant .genre__searchtab li a {
    text-decoration: none;
    color: #000;
    display: block;
    border-radius: 4px 4px 0 0;
    padding: 25px;
    transition: .3s;
}

@media screen and (max-width: 767px) {
    #restaurant .genre__searchtab li a {
        padding: 15px;
    }
}

#restaurant .genre__searchtab li a:hover {
    background-color: #976a4c;
    color: #fff;
}

#restaurant .genre__searchtab li.active {
    background-color: #976a4c;
    color: #fff;
    padding: 25px;
}

@media screen and (max-width: 767px) {
    #restaurant .genre__searchtab li.active {
        padding: 15px;
    }
}

#restaurant .genre__searchtab:after {
    content: "";
    display: inline-block;
    width: 100%;
    line-height: 0;
    height: 0;
}

#restaurant .genre__category {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    #restaurant .genre__category {
        margin-bottom: 30px;
    }
}

#restaurant .genre__category li {
    width: 14.28571%;
}

@media screen and (max-width: 1024px) {
    #restaurant .genre__category li {
        width: 25%;
    }
}

@media screen and (max-width: 767px) {
    #restaurant .genre__category li {
        width: 50%;
    }
}

#restaurant .genre__category li a {
    display: block;
    color: #000;
    padding: 20px;
    background: #efefef;
    margin: 0 1% 2%;
    text-align: center;
    text-decoration: none;
    -webkit-transform: .3s;
    transform: .3s;
}

#restaurant .genre__category li a:hover {
    color: #fff;
}

#restaurant .genre li.japanese a:hover {
    background: #ded600;
}

#restaurant .genre li.western a:hover {
    background: #8fa549;
}

#restaurant .genre li.french a:hover {
    background: #4a8ba5;
}

#restaurant .genre li.italia a:hover {
    background: #9749a4;
}

#restaurant .genre li.spanish a:hover {
    background: #e64545;
}

#restaurant .genre li.multinational a:hover {
    background: #feae15;
}

#restaurant .genre li.grilled a:hover {
    background: #2e5666;
}

#restaurant .genre li.izakaya a:hover {
    background: #4a51a6;
}

#restaurant .genre li.cafe a:hover {
    background: #49a579;
}

#restaurant .genre li.bar a:hover {
    background: #976501;
}

#restaurant .genre li.buffet a:hover {
    background: #007f45;
}

#restaurant .genre li.process a:hover {
    background: #4f5bcb;
}

#restaurant .genre li.other a:hover {
    background: #e077dc;
}

#restaurant .genre li.japanese.active a {
    background: #ded600;
    color: #Fff;
}

#restaurant .genre li.western.active a {
    background: #8fa549;
    color: #Fff;
}

#restaurant .genre li.french.active a {
    background: #4a8ba5;
    color: #Fff;
}

#restaurant .genre li.italia.active a {
    background: #9749a4;
    color: #Fff;
}

#restaurant .genre li.spanish.active a {
    background: #e64545;
    color: #Fff;
}

#restaurant .genre li.multinational.active a {
    background: #feae15;
    color: #Fff;
}

#restaurant .genre li.grilled.active a {
    background: #2e5666;
    color: #Fff;
}

#restaurant .genre li.izakaya.active a {
    background: #4a51a6;
    color: #Fff;
}

#restaurant .genre li.cafe.active a {
    background: #49a579;
    color: #Fff;
}

#restaurant .genre li.bar.active a {
    background: #976501;
    color: #Fff;
}

#restaurant .genre li.buffet.active a {
    background: #007f45;
    color: #Fff;
}

#restaurant .genre li.process.active a {
    background: #4f5bcb;
    color: #Fff;
}

#restaurant .genre li.other.active a {
    background: #e077dc;
    color: #Fff;
}

/* ----- area ----- */
.area__map {
    margin: 0 auto 50px;
    max-width: 460px;
    height: auto;
}

@media screen and (max-width: 767px) {
    .area__map {
        margin-bottom: 25px;
    }
}

.area__map img {
    width: 100%;
}

.area__category {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .area__category {
        margin-bottom: 30px;
    }
}

.area__category li {
    width: 12.5%;
	font-size:0.9em;
}

@media screen and (max-width: 1024px) {
    .area__category li {
        width: 25%;
    }
}

@media screen and (max-width: 767px) {
    .area__category li {
        width: 50%;
    }
}

.area__category li a {
    display: block;
    color: #000;
    padding: 20px 10px;
    background: #efefef;
    margin: 0 1% 2%;
    text-align: center;
    text-decoration: none;
    -webkit-transform: .3s;
    transform: .3s;
}

.area__category li a:hover {
    color: #fff;
}

.area__category li.wakayama a:hover {
    background: #bb5760;
}

.area__category li.kaisou a:hover {
    background: #738dbc;
}

.area__category li.naka a:hover {
    background: #c67c82;
}

.area__category li.ito a:hover {
    background: #b98a00;
}

.area__category li.arita a:hover {
    background: #adb610;
}

.area__category li.hidaka a:hover {
    background: #a284ae;
}

.area__category li.nishimuro a:hover {
    background: #4e9496;
}

.area__category li.higashimuro a:hover {
    background: #889fab;
}

.area__category li.wakayama.active a {
    background: #bb5730;
    color: #fff;
}

.area__category li.kaisou.active a {
    background: #738dbc;
    color: #fff;
}

.area__category li.naka.active a {
    background: #c67c82;
    color: #fff;
}

.area__category li.ito.active a {
    background: #b98a00;
    color: #fff;
}

.area__category li.arita.active a {
    background: #adb610;
    color: #fff;
}

.area__category li.hidaka.active a {
    background: #a284ae;
    color: #fff;
}

.area__category li.nishimuro.active a {
    background: #4e9496;
    color: #fff;
}

.area__category li.higashimuro.active a {
    background: #889fab;
    color: #fff;
}

/* ----- detail ----- */
#details .subhead {
    background: url(../img/subhead_bg@2x.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) {
    #details .subhead {
        margin-top: 120px;
    }
}

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

/* ----- breadclumb ----- */
#details .inner {
    max-width: 1200px;
    margin: auto;
    width: 90%;
}

#details .breadclumb ul {
    margin-bottom: 90px;
}

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

#details .breadclumb li {
    display: inline-block;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

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

/* ----- festainfo ----- */
#details .details {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    #details .details {
        margin-bottom: 30px;
    }
}

#details .details__column {
    display: flex;
    justify-content: space-between;
}

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

@media screen and (max-width: 767px) {
    #details .details__txt__tagwrap {
        text-align: center;
    }
}

#details .details__txt--tag {
    background: #000;
    padding: 5px 15px;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    #details .details__txt--tag {
        width: 45%;
        padding: 3px 10px;
        margin-bottom: 15px;
    }
}

#details .details__txt--tag.japanese {
    background-color: #ded600;
}

#details .details__txt--tag.western {
    background-color: #8fa549;
}

#details .details__txt--tag.french {
    background-color: #4a8ba5;
}

#details .details__txt--tag.italia {
    background-color: #9749a4;
}

#details .details__txt--tag.spanish {
    background-color: #e64545;
}

#details .details__txt--tag.multinational {
    background-color: #feae15;
}

#details .details__txt--tag.grilled {
    background-color: #2e5666;
}

#details .details__txt--tag.izakaya {
    background-color: #4a51a6;
}

#details .details__txt--tag.cafe {
    background-color: #49a579;
}

#details .details__txt--tag.bar {
    background-color: #976501;
}

#details .details__txt--tag.buffet {
    background-color: #007f45;
}

#details .details__txt--tag.process {
    background-color: #4f5bcb;
}

#details .details__txt--tag.other {
    background-color: #e077dc;
}

#details .details__txt--area {
    background: #000;
    padding: 5px 15px;
    min-width: 100px;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #details .details__txt--area {
        width: 45%;
        padding: 3px 10px;
    }
}

#details .details__txt--area.wakayama {
    background-color: #bb5730;
}

#details .details__txt--area.kaisou {
    background-color: #738dbc;
}

#details .details__txt--area.naka {
    background-color: #c67c82;
}

#details .details__txt--area.ito {
    background-color: #b98a00;
}

#details .details__txt--area.arita {
    background-color: #adb610;
}

#details .details__txt--area.hidaka {
    background-color: #a284ae;
}

#details .details__txt--area.nishimuro {
    background-color: #4e9496;
}

#details .details__txt--area.higashimuro {
    background-color: #889fab;
}

#details .details__txt {
    width: 58%;
}

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

#details .details__txt p {
    margin-bottom: 25px;
}

#details .details__img {
    width: 38%;
    overflow: hidden;
}

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

#details .details__img img {
    width: 100%;
}

#details .details .more_btn {
    max-width: 250px;
    padding-bottom: 7px;
    padding-right: 7px;
}

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

#details .details .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;
}

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

/* ----- festainfo ----- */
#details .festainfo {
    margin-bottom: 55px;
}

#details .festainfo__bg {
    background: url(../img/festainfo_bg.png);
    padding: 70px 0 60px;
}

@media screen and (max-width: 767px) {
    #details .festainfo__bg {
        padding: 35px 0 30px;
    }
}

#details .festainfo__title--wrap {
    display: flex;
    align-items: center;
}

#details .festainfo__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) {
    #details .festainfo__title {
        font-size: 1.5rem;
        margin-bottom: 20px;
        text-align: center;
        margin: 0 auto 25px;
    }
}

#details .festainfo__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) {
    #details .festainfo__title:before {
        bottom: 0;
    }
}

#details .festainfo table {
    width: 100%;
    margin-bottom: 40px;
}

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

#details .festainfo th {
    background: url(../img/table_bg.png);
    padding: 20px;
    border-top: 1px solid #19150a;
    border-bottom: 1px solid #19150a;
    color: #19150a;
    vertical-align: middle;
    width: 22%;
}

@media screen and (max-width: 767px) {
    #details .festainfo th {
        padding: 15px;
        display: block;
        width: 100%;
    }
}

#details .festainfo td {
    padding: 20px;
    border-top: 1px solid #19150a;
    border-bottom: 1px solid #19150a;
}

@media screen and (max-width: 767px) {
    #details .festainfo td {
        padding: 15px;
        display: block;
        border: none;
    }
}

#details .festainfo__menu {
    display: flex;
    justify-content: space-between;
}

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

#details .festainfo__menu li {
    width: 45%;
    overflow: hidden;
}

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

#details .festainfo__menu li img {
    width: 100%;
    margin-bottom: 5px;
}

/* ----- address ----- */
#details .address {
    margin-bottom: 100px;
}

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

#details .address__column {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    #details .address__column {
        flex-direction: column;
        margin-bottom: 30px;
    }
}

#details .address__imglist {
    width: 25%;
    overflow: hidden;
}

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

#details .address__imglist li {
    margin-bottom: 20px;
}

#details .address__imglist li img {
    width: 100%;
}

#details .address__table {
    width: 71%;
    overflow: hidden;
}

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

#details .address table {
    width: 100%;
    margin-bottom: 40px;
}

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

#details .address th {
    background: url(../img/table_bg.png);
    padding: 20px;
    border-top: 1px solid #19150a;
    border-bottom: 1px solid #19150a;
    color: #19150a;
    vertical-align: middle;
    width: 31%;
}

@media screen and (max-width: 767px) {
    #details .address th {
        padding: 15px;
        display: block;
        width: 100%;
    }
}

#details .address td {
    padding: 20px;
    border-top: 1px solid #19150a;
    border-bottom: 1px solid #19150a;
}

@media screen and (max-width: 767px) {
    #details .address td {
        padding: 15px;
        display: block;
        border: none;
    }
}

#details .address__access {
    margin-bottom: 10px;
}

#details .address__googlemap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#details .address__googlemap iframe,
#details .address__googlemap object,
#details .address__googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#details .address__day {
    background: url(../img/icon_sun.png) no-repeat left top/20px;
    padding-left: 25px;
    margin-bottom: 10px;
}

#details .address__night {
    background: url(../img/icon_moon.png) no-repeat left center/18px 20px;
    padding-left: 25px;
}

#details .address__btn__column {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    #details .address__btn__column {
        justify-content: space-between;
    }
}

#details .address .tel_btn {
    max-width: 300px;
    margin: 0 10px;
}

@media screen and (max-width: 767px) {
    #details .address .tel_btn {
        width: 47%;
        margin: 0 0 20px;
    }
}

#details .address .tel_btn a {
    transition: .3s;
    padding: 20px;
    display: block;
    color: #fff;
    text-decoration: none;
    background: #19150a url(../img/icon_phone.png) no-repeat left 20px center/15px 40px;
    text-align: center;
    border-radius: 4px;
    font-size: 1rem;
    width: 300px;
}

@media screen and (max-width: 767px) {
    #details .address .tel_btn a {
        width: 100%;
        background: #19150a url(../img/icon_phone.png) no-repeat left 10px center/10px 27px;
        font-size: 0.75rem;
        padding: 20px 10px;
    }
}

#details .address .tel_btn a:hover {
    opacity: 0.8;
}

#details .address .line_btn {
    max-width: 300px;
    margin: 0 10px;
}

@media screen and (max-width: 767px) {
    #details .address .line_btn {
        width: 47%;
        margin: 0px;
    }
}

#details .address .line_btn a {
    transition: .3s;
    padding: 20px;
    display: block;
    color: #fff;
    text-decoration: none;
    background: #19150a url(../img/icon_line.png) no-repeat left 20px center/41px 39px;
    text-align: center;
    border-radius: 4px;
    font-size: 1rem;
    width: 300px;
}

@media screen and (max-width: 767px) {
    #details .address .line_btn a {
        width: 100%;
        background: #19150a url(../img/icon_line.png) no-repeat left 10px center/20px 19px;
        font-size: 0.75rem;
        padding: 20px 10px;
    }
}

#details .address .line_btn a:hover {
    opacity: 0.8;
}

#details .address .more_btn {
    margin: 30px auto;
    max-width: 250px;
    padding-bottom: 7px;
    padding-right: 7px;
}

@media screen and (max-width: 767px) {
    #details .address .more_btn {
        max-width: 100%;
        width: 100%;
        margin: 15px auto;
    }
}

#details .address .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;
}

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