.pcnone, .pcnone02, .sogyoSpMenu {
    display: none;
}

body#sogyo2026 {
    font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 16px;
    background: #fff;
}

header#sogyoHeader {
    background-color: #c40219;
    padding: 20px;
}

.sogyoHeaderImg {
    text-align: center;
}

.sogyoHeaderImg img {
    width: 100%;
    height: auto;
    max-width: 1800px;
}

.headerMenu {
    max-width: 1800px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.headerLogo img {
    width: 100%;
    height: auto;
    max-width: 300px;
}

.headerUl {
    display: flex;
    border-right: 1px solid #fff;
}

.headerLi {
    text-align: center;
    padding: 0 20px;
    border-left: 1px solid #fff;
    line-height: 1.1;
}

li.headerLi a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 1.3em;
}

.sogyoMain {
    text-align: center;
}

.sogyoDate {
    padding: 50px 0;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}
.sogyoDateH2 {
    color: #2e3192;
    font-weight: bold;
    font-size: 1.8em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sogyoDateH2::before, .sogyoDateH2::after  {
    content: "";
    display: block;
    width: 40%;
    height: 5px;
    background: #2e3192;
}

.sogyoDateInner {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 20px;
}

.sogyoDateP {
    font-size: 2.4em;
    font-weight: bold;
    line-height: 1.2;
}

.sogyoDateP span {
    font-size: 1.5em;
    margin: 0 5px;
}

.sogyoDateP span.space {
    font-size: 1em;
    margin: 0 0 0 -10px;
}

.sogyoDateVenue {
    font-size: 2.8em;
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: 0.8rem;
}

.sogyoDateFree {
    background: #c40219;
    color: #FFF;
    font-weight: bold;
    font-size: 2.4em;
    line-height: 1.1;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding-top: 18px;
    margin-top: -30px;
}

.sogyoRedH2 {
    text-align: center;
    margin-bottom: 50px;
}

.sogyoRedH2 img {
    width: 100%;
    max-width: 1800px;
}

.sogyoVenueLead {
    color: #2e3192;
    font-weight: bold;
    font-size: 1.9em;
    letter-spacing: -0.1rem;
    line-height: 1.45;
}

.sogyoVelueFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    margin: 50px auto;
}

.sogyoVenueBoxTop {
    width: 31%;
}

.sogyoVenueBoxTop:nth-child(2) {
    position: relative;
}

.sogyoVenueBoxTop:nth-child(2):before, .sogyoVenueBoxTop:nth-child(2):after {
    content: "";
    height: 98%;
    width: 1px;
    background: #c40219;
    display: block;
    position: absolute;
    bottom: 0;
}

.sogyoVenueBoxTop:nth-child(2):before {
    left: -6%;
}

.sogyoVenueBoxTop:nth-child(2):after {
    right: -6%;
}

.sogyoVenueBoxTop.alcohol {
    position: relative;
}

.sogyoVenueBill {
    max-width: 60px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: -7px;
}

.sogyoVenueBoxTitle {
    color: #c40219;
    font-weight: bold;
    font-size: 2em;
    letter-spacing: -0.3rem;
}


.sogyoVenueBoxP {
    font-weight: bold;
    font-size: 2em;
    line-height: 1.3;
    margin-top: 15px;
}
.sogyoVenueSpan {
    font-size: 0.8em;
}

.sogyoVenueBoxPsmall {
    font-size: 1.2em;
    font-weight: bold;
}

.sogyoVenueBoxBottom {
    margin-top: 50px;
    width: 23%;
}

.sogyoVenueBoxBottom:nth-child(5), .sogyoVenueBoxBottom:nth-child(6) {
    position: relative;
}

.sogyoVenueBoxBottom .sogyoVenueBoxTitle {
    font-size: 1.8em;
}

.sogyoVenueBoxBottom .sogyoVenueBoxPsmall {
    font-size: 1.1em;
    line-height: 1.4;
    margin-top: 15px;
}

.sogyoVenueBoxPsmallRed {
    font-weight: bold;
    color: #c40219;
    font-size: 1.3em;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.sogyoVenueBoxPsmallRed::before {
    content: "";
    width: 2px;
    height: 30px;
    background: #c40219;
    display: block;
    position: absolute;
    transform: rotate(-40deg);
    left: -15px;
    top: 0;
}

.sogyoVenueBoxPsmallRed::after {
    content: "";
    width: 2px;
    height: 30px;
    background: #c40219;
    display: block;
    position: absolute;
    transform: rotate(40deg);
    right: -15px;
    top: 0;
}

.sogyoVenueBoxPsmallRed+.sogyoVenueBoxPsmall {
    margin-top: 0;
}

.sogyoVenueBoxBottom:nth-child(5)::before, .sogyoVenueBoxBottom:nth-child(5)::after, .sogyoVenueBoxBottom:nth-child(6)::after {
    content: "";
    height: 98%;
    width: 1px;
    background: #c40219;
    display: block;
    position: absolute;
    bottom: 0;
}

.sogyoVenueBoxBottom:nth-child(5)::before {
    left: -6%;
}

.sogyoVenueBoxBottom:nth-child(5)::after, .sogyoVenueBoxBottom:nth-child(6)::after {
    right: -6%;
}

.sogyoVenueFooterLead {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 50px;
}

.sogyoVenueFooterFlex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 20px auto 50px;
}

p.sogyoVenueFooterFlexP {
    width: 50%;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 50px;
    text-align: left;
}

.sogyoVenueFooterFlexImg {
    max-width: 450px;
    width: 50%;
}

p.sogyoVenueBoxTitle span.yen {
    font-size: 0.75em;
    margin: 0 3px;
}

p.sogyoVenueBoxTitle span.border {
    margin: 0 20px;
    position: relative;
}

p.sogyoVenueBoxTitle span.border::before, p.sogyoVenueBoxTitle span.border::after {
    content: "";
    display: block;
    width: 3px;
    height: 30px;
    background: #c40219;
    position: absolute;
    top: 5px;
}

p.sogyoVenueBoxTitle span.border::before {
    left: -10px;
    transform: rotate(-30deg);
}

p.sogyoVenueBoxTitle span.border::after {
    right: -10px;
    transform: rotate(30deg);
}

.sogyoHutariLead {
    color: #2e3192;
    font-weight: bold;
    font-size: 1.9em;
    letter-spacing: -0.1rem;
    line-height: 1.45;
}

.sogyoHutariInner {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 30px auto;
}

.sogyoHutariBox {
    display: flex;
    justify-content: space-between;
    width: 47%;
}

.sogyoHutariBoxImg img {
    max-width: 250px;
}

.sogyoHutariBoxText {
    padding: 5% 0 0 20px;
    text-align: left;
}

.sogyoHutariNameKokintei {
    max-width: 200px;
}

.sogyoHutariNameKanda {
    max-width: 160px;
}

.sogyoHutariBoxP {
    font-size: 1.1em;
    margin-top: 20px;
}

.sogyoHutariBox:first-child {
    position: relative;
}

.sogyoHutariBox:first-child::after {
    content: "";
    height: 98%;
    width: 1px;
    background: #c40219;
    display: block;
    position: absolute;
    bottom: 0;
    right: -6%;
}

.sogyoHutariInfo {
    width: 95%;
    margin: 50px auto;
    padding-bottom: 50px;
    border-bottom: 1px solid #c40219;
    display: flex;
    align-items: end;
    justify-content: center;
}

.sogyoHutariInfoBox {
    position: relative;
}

.sogyoHutariDl {
    font-size: 1.9em;
    font-weight: bold;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    width: fit-content;
}

.sogyoHutariDt {
    background: #c40219;
    color: #fff;
    padding: 5px 20px;
    margin-right: 20px;
}

.sogyoHutariDd {
    text-align: left;
}

.sogyoHutariLink {
    color: #f7931e;
    text-decoration: none;
    font-size: 2em;
    font-weight: bold;
    padding: 15px 0;
    border: 2px solid #f7931e;
    border-radius: 10px;
    display: block;
    width: 400px;
    margin: 50px auto;
    transition: .3s;
}

.sogyoHutariLink:hover {
    color: #fff;
    background: #f7931e;
}

.sogyoHutariImg {
    max-width: 300px;
    height: auto;
}

.sogyoHutariFooter {
    width: 95%;
    margin: 0 auto 80px;
    font-weight: bold;
    font-size: 1.3em;
    text-align: left;
    border-bottom: 1px solid #c40219;
}

.sogyoHutariFooterInner {
    width: fit-content;
    margin: 0 auto 80px;
}

.sogyoHutariFooterP {
    margin-bottom: 25px;
}

.sogyoHutariContactLi a {
    text-decoration: none;
}

.sogyoVisitLead {
    color: #2e3192;
    font-weight: bold;
    font-size: 1.9em;
    letter-spacing: -0.1rem;
    line-height: 1.45;
    margin-bottom: 50px;
}

.sogyoVisitInfoArea {
    border-top: 1px solid #c40219;
    border-bottom: 1px solid #c40219;
    padding: 50px 0;
    width: 95%;
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.sogyoVisitDl {
    font-size: 1.9em;
    font-weight: bold;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    width: fit-content;
}

.sogyoVisitDt {
    background: #c40219;
    color: #fff;
    padding: 5px 20px;
    margin-right: 20px;
}

.sogyoVisitImg img {
    max-width: 300px;
}

.sogyoVisitFooter {
    border-bottom: 1px solid #c40219;
    width: 95%;
    margin: 0 auto 80px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
    justify-content: center;
}

.sogyoVisitFooterText {
    font-weight: bold;
    font-size: 1.3em;
    text-align: left;
}

.sogyoVisitFooterP, .sogyoVisitContactAttention {
    margin-top: 30px;
}

.sogyoVisitContactLink {
    color: #f15a24;
    text-decoration: none;
    font-size: 2em;
    font-weight: bold;
    padding: 15px 0;
    border: 2px solid #f15a24;
    border-radius: 10px;
    display: block;
    width: 400px;
    margin: 50px 0 0 -80px;
    transition: .3s;
}

.sogyoMap {
    width: 95%;
    margin: 80px auto;
    padding-bottom: 80px;
    border-bottom: 1px solid #c40219;
}

.sogyoAccessMap {
    width: 95%;
    margin: 0 auto 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #c40219;
}

.sogyoRequestBox {
    width: 95%;
    margin: 0 auto 80px;
    border: 1px solid #292929;
    font-size: 1.2em;
    padding: 30px 50px;
    text-align: left;
}

.sogyoRequestLi {
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 3px;
}

.sogyoRequestLi::before {
    content: "■";
}

.sogyoInfo {
    width: 90%;
    margin: 0 auto 50px;
    border-top: 1px solid #c40219;
    padding-top: 80px;
}

.sogyoInfoTitle img {
    max-width: 350px;
}

.sogyoInfoInner {
    display: flex;
    margin: 50px auto 0;
    align-items: center;
    gap: 30px;
    justify-content: center;
    text-align: left;
}

.sogyoInfoLogo img {
    max-width: 150px;
}

.sogyoInfoAddressBox {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.3;
}

#sogyoFooter {
    background: #261f1c;
    padding: 50px 0;
}

.sogyoFooterUl {
    display: flex;
    justify-content: center;
    gap: 10%;
}

.sogyoFooterLi a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}

@media screen and (max-width:1999px) {
    .sogyoHutariDd span {
        display: block;
    }
}

@media screen and (max-width:1025px) {
    .sogyoVelueFlex {
        flex-wrap: wrap;
    }

    .sogyoVenueBoxTop {
        width:100%;
    }

    .sogyoVenueBoxTop:nth-child(2):before, .sogyoVenueBoxTop:nth-child(2):after {
        display: none;
    }

    .sogyoVenueBoxTop:nth-child(2) {
        border-top: 1px solid #c40219;
        border-bottom: 1px solid #c40219;
        margin: 30px 0;
        padding: 30px 0;
    }

    .sogyoVenueBill {
        right: 20%;
        max-width: 100px;
    }

    .sogyoVenueBoxBottom{
        width: 48%;
    }

    .sogyoVenueBoxBottom:nth-child(5)::before, .sogyoVenueBoxBottom:nth-child(5)::after, .sogyoVenueBoxBottom:nth-child(6)::after {
        display: none;
    }

    .sogyoHutariInner {
        flex-wrap: wrap;
    }

    .sogyoHutariBox {
        width: 100%;
    }

    .sogyoHutariBox:first-child {
        margin-bottom: 50px;
    }

    .sogyoHutariBox:first-child::after {
        display: none;
    }

    .sogyoHutariInfo {
        flex-wrap: wrap;
    }

    .sogyoHutariInfoBox {
        width: fit-content;
        margin: 0 auto;
    }

    .sogyoHutariImg {
        margin: 0 auto;
    }

    .sogyoVisitFooter {
        flex-wrap: wrap;
    }

    .sogyoVisitContactLink {
        margin: 50px auto 30px;
    }
}

@media screen and (max-width:821px) {
    .pcnone {
        display: block;
    }

    body#sogyo2026 {
        overflow-x: hidden;
    }

    header#sogyoHeader {
        padding-bottom: 0;
        position: relative;
    }

    .headerMenu {
        margin: 10px auto 0;
    }

    .headerLogo img {
        max-width: 250px;
    }

    .sogyoSpMenu {
        display: block;
        position: absolute;
        transition: .3s;
        right: 20px;
        bottom: 23px;
    }

    .sogyoSpMenu span {
        width: 50px;
        height: 5px;
        background: #fff;
        display: block;
        transition: .3s;
    }

    .sogyoSpMenu span:nth-child(2) {
        margin: 10px 0;
        display: block;
    }

    .sogyoSpMenu.active {
        margin-bottom: 10px;
    }

    .sogyoSpMenu.active span:first-child {
        transform: rotate(45deg);
    }

    .sogyoSpMenu.active span:nth-child(2) {
        display: none;
    }

    .sogyoSpMenu.active span:last-child {
        transform: rotate(-45deg);
        padding: 0 0 0 0;
        margin: -4px 0 0 0;
    }

    .headerUl {
        flex-wrap: wrap;
        border: 0;
        position: absolute;
        width: 100%;
        background: #c40219;
        padding: 50px;
        top: 100%;
        right: -100%;;
        transition: .3s;
    }

    .headerUl.active {
        top: 100%;
        right: 0;
    }

    .headerLi {
        border: 0;
        border-bottom: 1px solid #fff;
        width: 100%;
        text-align: left;
        line-height: 2;
    }
}

@media screen and (max-width:767px) {
    .pcnone02 {
        display: block;
    }

    .sogyoDateH2::before, .sogyoDateH2::after {
        width: 25%;
    }

    .sogyoDateInner {
        flex-wrap: wrap;
        padding: 0 10px;
    }

    
    .sogyoDateInfo {
        width: 100%;
    }

    .sogyoDateP {
        font-size: 1.8em;
        letter-spacing: -0.1rem;
    }

    .sogyoDateP span {
        margin: 0;
        font-size: 1.4em;
    }

    .sogyoDateVenue {
        font-size: 2.5em;
        margin-bottom: 30px;
    }

    .sogyoVenueLead {
        font-size: 1.4em;
    }

    .sogyoVenueBoxBottom {
        width: 100%;
    }

    .sogyoVenueBoxBottom {
        border-bottom: 1px solid #c40219;
        padding-bottom: 50px;
    }

    .sogyoVenueBill {
        bottom: 15%;
        right: 0;
        max-width: 70px;
    }

    .sogyoVenueFooterFlex {
        flex-wrap: wrap;
        width: 95%;
    }

    p.sogyoVenueFooterFlexP, .sogyoVenueFooterFlexImg {
        width: 100%;
    }

    .sogyoHutariLead {
        font-size: 1.4em;
    }

    .sogyoHutariBox {
        flex-wrap: wrap;
    }

    .sogyoHutariBoxImg {
        text-align: center;
        width: 100%;
    }

    .sogyoHutariBoxText {
        padding: 5% 0 0;
        text-align: center;
    }

    .sogyoHutariBoxP {
        text-align: left;
    }

    .sogyoHutariDl {
        flex-wrap: wrap;
        font-size: 1.6em;
    }

    .sogyoHutariDd {
        width: 100%;
        margin: 10px 0 0 10px;
    }

    .sogyoHutariLink {
        width: 350px;
        font-size: 1.8em;
    }

    .sogyoHutariContactLi a {
        display: inline-block;
        font-size: 0.9em;
    }

    .sogyoHutariFooterInner {
        margin-bottom: 50px;
    }

    .sogyoVisitLead {
        font-size: 1.4em;
    }

    .sogyoVisitInfoArea {
        flex-wrap: wrap;
    }

    .sogyoVisitDl {
        font-size: 1.6em;
        flex-wrap: wrap;
    }

    .sogyoVisitDd {
        width: 100%;
        text-align: left;
        margin: 10px 0 0 10px;
    }

    .sogyoVisitContactLi a {
        display: inline-block;
        font-size: 0.9em;
    }

    .sogyoVisitContactLink {
        width: 350px;
        font-size: 1.8em;
    }

    .sogyoRequestBox {
        padding: 30px;
    }

    .sogyoInfoInner {
        flex-wrap: wrap;
    }

    .sogyoInfoTel span {
        display: inline-block;
    }

    .sogyoFooterUl {
        flex-wrap: wrap;
    }

    .sogyoFooterLi {
        width: 100%;
        text-align: center;
        line-height: 2.5;
    }
}
