@charset "utf-8";
/*	ヘッダー
---------------------------------*/
:root{
	--header: 60px;
	scroll-padding: var(--header);
}
@media screen and (min-width: 768px){
    :root{
        --header: 135px;
    }
}
@media screen and (min-width: 1024px){
    :root{
        --header: 185px;
    }
}
@media screen and (min-width: 1230px){
    :root{
        --header: 225px;
    }
}
.dn{
    display: none;
}
.gjs-dashed .dn{
    display: block;
}
.hd-h1{
    display: none;
}
.click_event{
    pointer-events: none;
}
.header{
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.hd-inr{
    height: 110px;
    padding: 5px 10px;
    position: relative;
}
.hd-inr__cont{
    height: 100%;
}
.hd-logo{
    width: 100px;
    position: relative;
    z-index: 99;
}
.hd-logo a{
    display: block;
    position: relative;
}
.hd-right{
    display: none;
}
.hd-right01{
}
.hd-reserve{

}
.hd-reserve01{
    display: inline-block;
    min-width: 220px;
    border: solid 1px #fff;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 2.22;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}
.hd-phone{
    margin-left: 20px;
}
.hd-phone01{
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1;
    padding-left: 35px;
    position: relative;
}
.hd-phone01:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_phone01.png);
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (min-width: 768px){
    .hd-inr{
        height: 180px;
        padding: 15px 20px;
    }
    .hd-logo{
        display: block;
        width: auto;
        padding-top: 0;
    }
    .hd-reserve01{
        font-size: 1.8rem;
    }
    .hd-phone01{
        font-size: 3rem;
        padding-left: 40px;
    }
    .hd-phone01:before{
        width: 30px;
    }
}
@media screen and (min-width: 1024px){
    .hd-inr{
        height: auto;
        padding: 40px 0;
    }
    .hd-logo{
        width: auto;
        padding-left: 30px;
    }
    .hd-right{
        display: block;
        margin-right: 120px;
        margin-left: auto;
    }
    .hd-phone{
    }
    .hd-nav{
        height: auto;
        margin-right: 30px;
    }
    .hd-nav .li{
        padding-left: 20px;
    }
    .hd-nav .li:first-of-type{
        padding-left: 0;
    }
    .hd-nav .li a{
        display: block;
        text-align: center;
        cursor: pointer;
    }
    .hd-nav .li a p{
        font-weight: 500;
        letter-spacing: 0.05em;
        line-height: 16px;
    }
    .hd-btn{
        width: 220px;
        background-color: #859f0b;
        border-radius: 30px;
        margin-left: 20px;
    }
    .hd-btn a{
        display: block;
        text-align: center;
    }
    .hd-btn p{
        display: inline;
        font-weight: 500;
        font-size: 1.6rem;
        letter-spacing: 0.05em;
        color: #fff;
        line-height: 60px;
        padding-left: 30px;
        position: relative;
    }
    .hd-btn p:before{
        content: '';
        background: no-repeat center center / contain;
        background-image: url(/system_panel/uploads/images/icon_reserve.png);
        width: 20px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media screen and (min-width: 1230px){
    .hd-inr{
    }
}
@media screen and (min-width: 1800px){
    .header{
    }
    .hd-inr{
    }
}

/*---------- ハンバーガーメニュー ----------*/
.bg-hum{
    background-color: #142a58;
    position: absolute;
    top: 0;
    right: 0px;
    width: 60px;
    height: 60px;
}
.gjs-dashed .hd-hum{
    background-color: #f2efe9;
    max-width: 100%;
    max-height: none;
    height: 42vw;
    overflow: scroll;
    top: 180px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
.hd-hum{
    max-width: 60px;
    width: 100%;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1;
}
.hd-hum.open{
    background-color: #f0f0f0;
    max-width: 500px;
    height: 100svh;
    padding-bottom: 30px;
    overflow: scroll;
    top: 0;
    left: auto;
    right: 0;
    transform: translateX(0);
    z-index: 100;
}
.hd-hum01{
    max-width: 500px;
    width: 100%;
    padding-bottom: 30px;
    margin: 0 auto;
}
.hd-hum01__inr.flex-cnt{
    display: block;
}
.hd-hum01__inr{
    margin-bottom: 40px;
}
.hd-hum01__inr__logo{
    display: none;
}
.hd-hum01__inr__nav{
    flex: 1;
    text-align: center;
}
.hd-nav{
    height: 100vh;
}
.gjs-dashed .navbar{
    max-width: 100%;
    width: 100%;
}
.navbar{
    max-width: 40px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    z-index: 100;
}
.navbar.open{
    max-width: 100%;
    border-radius: 0;
    padding: 18px 10px 12px;
}
.navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0px;
    width: 30px;
    height: 25px;
    margin: auto;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.navbar-dark.open .navbar-toggler{
    margin: 0 5px 0 auto;
}

.navbar-dark .navbar-toggler-icon {
    background-image:none;
    background-color: #fff;
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    transition: ease .5s;
}
.navbar-toggler-icon:nth-of-type(1) {
    top: calc(50% - 12px);
    left: 50%;
    transform: translateX(-50%);
}
.navbar-toggler-icon:nth-of-type(2) {
    top: calc(50% - 6px);
    left: 50%;
    transform: translateX(-50%);
}
.navbar-toggler-icon:nth-of-type(3) {
    display: none;
    bottom: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
    background-color: #000;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
    top: calc(50% - 6px);;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
    display: block;
    top: calc(50% - 6px);;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:last-of-type {
}
button:focus{
    outline: none;
}
.navbar-collapse{
    padding-top: 80px;
}
.hum-menu-p{
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 7px;
    right: 1px;
    z-index: 1;
}
.hd-hum.open .hum-menu-p{
    color: #000;
    top: 35px;
    right: 10px;
}
.hd-hum .navbar-collapse{
    display: none;
}
.hd-hum.open .navbar-collapse{
    display: block;
}
.navbar-collapse.show{
    height: 100vh;
}
.nav-item{
    padding: 0 15px;
}
.nav-item:first-of-type{
}
.nav-item p{
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #000;
    line-height: 35px;
}
.hd-btn-sp{
    background-color: #ca171f;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.hd-btn-sp a{
    display: block;
    text-align: center;
}
.hd-btn-sp p{
    display: inline;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 5.56;
    position: relative;
}
.hd-hum01__reserve__btn__wrap{
    margin-bottom: 30px;
}
.hd-hum01__reserve__btn{
    max-width: 320px;
    width: 100%;
    background-color: #ca171f;
    margin: 0 auto;
}
.hd-hum01__reserve__btn a{
    display: block;
    text-align: center;
}
.hd-hum01__reserve__btn p{
    color: #fff;
    line-height: 5;
}
.hd-hum01__menu{
    background-color: #fff;
    text-align: center;
    padding: 30px 10px;
    margin-bottom: 30px;
}
.hd-hum01__menu__reserve{
    text-align: center;
    margin-bottom: 20px;
}
.hd-hum01__menu__reserve__p{
    max-width: 360px;
    width: 100%;
    background-color: #2c1111;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.6rem;
    color: #fff;
    line-height: 2.22;
    padding: 0 10px;
    margin: 0 auto;
}
.hd-hum01__menu__phone{
}
.hd-hum01__menu__phone__p.hd-phone01{
    display: inline;
    color: #000;
}
.hd-hum01__menu__phone__p.hd-phone01:before{
    background-image: url(/system_panel/uploads/images/icon_phone02.png);
}
.hd-hum01__info{
    max-width: max-content;
    width: min(100%, 450px);
    text-align: left;
    margin: 0 auto 40px;
}
.hd-hum01__info__item.flex-nml{
    gap: 0 15px;
}
.hd-hum01__info__item{
    margin-bottom: 10px;
}
.hd-hum01__info__item:last-of-type{
    margin-bottom: 0;
}
.hd-hum01__info__item__ttl{
    min-width: 75px;
    padding-right: 15px;
    position: relative;
}
.hd-hum01__info__item__ttl__p{
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0.05em;
}
.hd-hum01__info__item__ttl__p:before{
    content: "／";
    position: absolute;
    top: 0;
    right: 0;
}
.hd-hum01__info__item__txt{
    flex: 1;
}
.hd-hum01__info__item__txt__p{
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0.05em;
}
.hd-hum01__info__item__ttl__p,
.hd-hum01__info__item__txt__p{
    font-size: min(3.4vw, 1.4rem);
}
@media screen and (min-width: 768px){
    .bg-hum{
        width: 90px;
        height: 90px;
    }
    .hd-hum{
        max-width: 90px;
        top: 25px;
    }
    .hum-menu-p{
        top: 15px;
        right: 8px;
    }
    .hd-hum.open .hum-menu-p{
        top: 55px;
        right: 18px;
    }
    .navbar{
        max-width: 60px;
        padding: 0 5px;
    }
    .navbar.open{
        padding: 30px 15px;
    }
    .navbar-dark .navbar-toggler{
        width: 40px;
        height: 40px;
        margin: 0 5px;
    }
    .navbar-dark.open .navbar-toggler{
        width: 40px;
        height: 40px;
    }
    .navbar-dark .navbar-toggler-icon{
        width: 100%;
        height: 3px;
    }
    .navbar-collapse{
        padding-top: 30px;
    }
    .navbar-collapse.show{
        height: calc(100vh - 90px);
    }
    .navbar-toggler-icon:nth-of-type(1) {
        top: calc(50% - 18px);
    }
    .navbar-toggler-icon:last-of-type {
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1){
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:last-of-type{
    }
    .hd-btn-sp{
        max-width: 500px;
    }
    .hd-btn-sp p{
        font-size: 1.8rem;
        line-height: 100px;
    }
    .hd-hum01__menu__reserve__p{
        font-size: 1.8rem;
    }
    .hd-hum01__info__item__ttl{
        min-width: 95px;
        padding-right: 25px;
    }
    .hd-hum01__info__item__ttl__p,
    .hd-hum01__info__item__txt__p{
        font-size: 1.6rem;
    }
}
@media screen and (min-width: 1024px){
    .bg-hum{
        width: 120px;
        height: 120px;
        right: 0;
    }
    .hd-hum{
        max-width: 120px;
        max-height: 120px;
        top: 40px;
        right: 0;
        transform: translateY(0);
    }
    .hd-hum.open{
        max-width: 100%;
        max-height: none;
        width: 100%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .navbar{
        max-width: 60px;
    }
    .navbar.open{
        padding: 40px 15px;
    }
    .navbar-collapse{
        padding-top: 120px;
    }
    .hum-menu-p{
        top: 15px;
    }
    .nav-item:first-of-type{
        border-top: none;
    }
    .nav-item{
        border-bottom: none;
    }
    .nav-item p{
        font-size: 1.8rem;
        line-height: 45px;
    }

    .navbar-dark .navbar-toggler{
    }
    .navbar-dark.open .navbar-toggler{
        margin: 0 25px 0 auto;
    }
    .navbar-dark .navbar-toggler-icon{
    }
    .navbar-toggler-icon:nth-of-type(1) {
    }
    .navbar-toggler-icon:last-of-type {
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3){
    }
}
@media screen and (min-width: 1024px){
    .gjs-dashed .hd-hum{
        top: 200px;
    }
    .navbar{
    }
    .hum-menu-p{
        right: 50%;
        transform: translateX(50%);
    }
    .hd-hum.open .hum-menu-p{
        top: 70px;
        right: 38px;
        transform: translateX(0);
    }
    .hd-hum01__inr.flex-cnt{
        display: flex;
    }
    .hd-hum01__inr{
        margin-bottom: 60px;
    }
    .hd-hum01__inr__logo{
        display: block;
    }
    .hd-hum01__inr__nav{
        text-align: left;
        padding-left: 50px;
    }
}
@media screen and (min-width: 1800px){
    .hd-hum.open{
        max-width: 100vw;
        width: 100vw;
    }
    .hd-hum{
        width: 100vw;
    }
}

/*	フッター共通コンテンツ
---------------------------------*/
.ft-contact{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_ft.jpg);
}
.ft-contact-p{
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 20px;
}
.ft-contact-p strong{
    font-weight: 400;
}
.ft-contact-p-red-wrap{
    text-align: center;
    margin-bottom: 30px;
}
.ft-contact-p-red{
    display: inline-block;
    max-width: 450px;
    width: 100%;
    background-color: #d62300;
    border-radius: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 30px;
}
.ft-contact-cmn.flex-cnt{
    display: block;
}
.ft-contact-cmn-item{
    max-width: 500px;
    width: 100%;
    background-color: #fff;
    border-radius: 64px;
    text-align: center;
    padding: 20px 15px;
    margin: 0 auto 20px;
}
.ft-contact-cmn-item:last-of-type{
    margin-bottom: 0;
}
.ft-contact-cmn-item-phone{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.ft-contact-cmn-item-phone-p{
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #000;
    margin-bottom: 5px;
}
.ft-contact-cmn-item .hd-phone01{
    font-weight: 400;
    color: #000;
}
.ft-contact-cmn-item .hd-phone01:before{
    background-image: url(/system_panel/uploads/images/icon_phone02.png);
}
.ft-contact-cmn-item.ft-contact-cmn-btn{
    background-color: #859f0b;
    padding: 0;
}
.ft-contact-cmn-item.ft-contact-cmn-btn a{
    display: block;
}
.ft-contact-cmn-item.ft-contact-cmn-btn p{
    display: inline;
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 100px;
    padding-left: 40px;
    position: relative;
}
.ft-contact-cmn-item.ft-contact-cmn-btn p:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_mail.png);
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (min-width: 768px){
    .ft-contact-p{
        margin-bottom: 30px;
    }
    .ft-contact-p strong br{
        display: none;
    }
    .ft-contact-p-red-wrap{
        margin-bottom: 40px;
    }
    .ft-contact-cmn-item-phone-p{
        font-size: 1.8rem;
    }
    .ft-contact-cmn-item.ft-contact-cmn-btn p{
        font-size: 1.8rem;
        line-height: 120px;
        padding-left: 50px;
    }
    .ft-contact-cmn-item.ft-contact-cmn-btn p:before{
        width: 30px;
    }
}
@media screen and (min-width: 1024px){
    .ft-contact-cmn.flex-cnt{
        display: flex;
    }
    .ft-contact-cmn-item{
        width: calc((100% - 20px) / 2);
        padding: 0;
        margin: 0 20px 0 0;
    }
    .ft-contact-cmn-item:last-of-type{
        margin-right: 0;
    }
}
@media screen and (min-width: 1080px){
}

/*	フッター
---------------------------------*/
.ft-nav{
    display: none;
}
.ft-logo{
    width: 140px;
    width: 100%;
    text-align: center;
    margin: 0 auto 30px;
}
.ft-logo a{
    display: inline-block;
}
.ft-logo__img{
    margin-bottom: 20px;
}
.ft-logo__txt{
    max-width: 140px;
    width: 100%;
    border: solid 1px #fff;
    font-family: "Yuji Syuku", serif;
    font-size: 1.8rem;
    line-height: 1.67;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
.ft-add{
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.ft-info{
    max-width: 450px;
    width: 100%;
    margin: 0 auto 40px;
}
.ft-info__item.flex-nml{
    display: block;
}
.ft-info__item{
    text-align: center;
    margin-bottom: 10px;
}
.ft-info__item:last-of-type{
    margin-bottom: 0;
}
.ft-info__item__ttl{
    min-width: 105px;
}
.ft-info__item__ttl__p{
    letter-spacing: 0.05em;
    color: #fff;
}
.ft-info__item__txt{
    flex: 1;
}
.ft-info__item__txt__p{
    letter-spacing: 0.05em;
    color: #fff;
}
@media screen and (min-width:768px){
    .ft-logo{
    }
    .ft-logo__txt{
        font-size: 2.1rem;
    }
    .ft-add{
        margin-bottom: 40px;
    }
    .ft-info{
        margin-bottom: 60px;
    }
    .ft-info__item.flex-nml{
        display: flex;
        gap: 0 10px;
    }
    .ft-info__item{
        text-align: left;
    }
}
@media screen and (min-width:1024px){
    .ft-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
    }
    .ft-nav .li{
        padding-right: 15px;
        margin-bottom: 15px;
        position: relative;
    }
    .ft-nav .li:last-of-type{
        padding-right: 0;
    }
    .ft-nav .li p{
        line-height: 16px;
        color: #fff;
    }
}
@media screen and (min-width:1080px){
    .ft-nav .li{
    }
}

/*	マップ
---------------------------------*/
.access-map{
    width: 100%;
    height: 250px;
}
.access-map iframe{
    width: 100%;
    height: 250px;
}
@media screen and (min-width:768px){
    .access-map{
        height: 400px;
    }
    .access-map iframe{
        height: 400px;
    }
}
@media screen and (min-width:1024px){
    .access-map{
        height: 500px;
    }
    .access-map iframe{
        height: 500px;
    }
}

/*	ページトップへ戻るボタン
---------------------------------*/
.btn-pagetop {
    width: 50px;
    cursor: pointer;
}
@media screen and (max-width:1023px){
    .btn-pagetop{
        display: none !important;
    }
}
.pagetop-sp{
    display: block;
}
.pagetop-sp a {
    display: block;
    height: 67.5px;
    background-color: #000;
    text-align: center;
    position: relative;
}
.pagetop-sp a div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 25px;
    height: 25px;
}
.pagetop-sp a div:before {
    content: '';
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 0;
}
@media screen and (min-width:1024px) {
    .pagetop-sp {
        display: none;
    }
}

/*コピーライト（ｐタグ）*/
.copyright {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
}
@media screen and (min-width:768px) {
    .copyright {
        font-size: 1.2rem;
    }
}

/*	メイン画像
---------------------------------*/
.top-mv{
    position: relative;
}
.main-img-otr{
    position: relative;
}
.main-img{
    max-height: 500px;
    height: 120vw;
}
.main-img.ojf:before{
    content: none;
}
.main-catch{
    max-width: max-content;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (min-width:768px){
    .main-img-otr{
    }
    .main-img{
        max-height: 800px;
        height: 90vw;
    }
    .main-catch{
    }
}
@media screen and (min-width:1024px){
    .main-img-otr{
    }
    .main-img{
        max-height: 1080px;
        height: 70vw;
    }
    .main-catch{
    }
}
@media screen and (min-width:1080px){
    .main-img{
    }
    .main-catch{
    }
}
@media screen and (min-width:1230px){
    .main-catch{
    }
}

/*	追従ボタン
---------------------------------*/
.reserve__btn__wrap{
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 50;
}
.reserve__btn__wrap__item{
    width: 100%;
    background-color: #991010;
    text-align: center;
}
.reserve__btn__wrap__item__a{
    display: block;
    padding: 0 15px;
}
.reserve__btn__wrap__item__a__p{
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 60px;
}
@media screen and (min-width:768px){
    .reserve__btn__wrap{
        width: auto;
        top: 50%;
        bottom: auto;
        right: 0;
        transform: translateY(-50%);
    }
    .reserve__btn__wrap__item{
    }
    .reserve__btn__wrap__item__a{
        padding: 40px 0;
    }
    .reserve__btn__wrap__item__a__p{
        width: 100px;
        min-height: 200px;
        font-size: 1.8rem;
        line-height: 100px;
        -ms-writing-mode: tb-rl;
        writscrolldown__ping-mode: vertical-rl;
        text-orientation: upright;
    }
}
@media screen and (min-width:1024px){
}
@media screen and (min-width:1080px){
}

/*	スクロールバー
---------------------------------*/
.scrolldown{
    height: 150px;
    position:absolute;
    left: 1.5%;
    bottom: 0;
    transform: translateY(50%);
}
.scrolldown__p{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 900;
    letter-spacing: 0.075em;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 10px;
}
.scrolldown::before{
    content: "";
    background: #dadada;
    width: 1px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
}
.scrolldown::after{
    content: "";
    background: #051c36;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 50px;
    animation: pathmove 2.5s ease-in-out infinite;
}
@keyframes pathmove{
    0%{
    }
    100%{
        transform: translateY(200%);
    }
}
@media screen and (min-width:768px){
}
@media screen and (min-width:1024px){
    .scrolldown{
        height: 240px;
        bottom: 50px;
        left: 15px;
    }
    .scrolldown::before{
        height: 240px;
    }
    .scrolldown::after{
        height: 80px;
    }
}
@media screen and (min-width:1230px){
    .scrolldown{
        left: min(calc((100% - 1200px) / 2), 120px);
    }
}

/*	トップページ
---------------------------------*/
.por{
    position: relative;
}
.top-overflow{
    overflow: hidden;
}
.bg-red{
    background-color: #ca171f;
}
.top-ttl{
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.top-ttl:before{
    content: "";
    width: 70px;
    height: 70px;
    border: solid 5px #ededed;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: -1;
}
.top-ttl .ttl-cmn03,
.top-ttl .ttl-cmn06{
    line-height: 1;
}
.top-ttl .ttl-cmn03{
    margin-bottom: 10px;
}
.top-ttl.white .ttl-cmn03,
.top-ttl.white .ttl-cmn06{
    color: #fff;
}
.top-ttl.white:before{
    border-color: #777;
}
.top-ttl.left{
    text-align: left;
}
.top-ttl.mb0{
    margin-bottom: 0;
}
.top-ttl.small .ttl-cmn06{
    font-size: min(7vw, 3rem);
}
.top-news{
    max-width: 1000px;
    width: calc(100% - 30px);
    background-color: #2c1111;
    padding: 20px 15px;
    margin: -20px 0 0 auto;
    position: relative;
}
.top-news-inr{
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}
.top-news-inr.flex-btw{
    display: block;
}
.top-news__ttl{
    margin-bottom: 10px;
}
.top-news__ttl .ttl-cmn01{
    color: #fff;
}
.top-news .webgene-item .blogdate{
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin-right: 15px;
}
.top-news .webgene-item .blogcate{
    border: solid 1px #fff;
    min-width: 100px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.786;
    text-align: center;
    padding: 0 10px;
}
.top-news .webgene-item .blogttl{
    width: 100%;
    font-size: 1.4rem;
    color: #fff;
}
.top-news__right{
    width: 100%;
    text-align: right;
}
.top-news__btn{
    display: inline-block;
}
.top-news__btn a{
    display: block;
}
.top-news__btn p{
    border-bottom: solid 1px #fff;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    padding-bottom: 5px;
}
.top-concept__bg{
    width: 87.5%;
    height: 63%;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/top-concept__bg.jpg);
    position: absolute;
    bottom: min(11vw, 200px);
    left: 0;
    z-index: -1;
}
.top-concept__cont__wrap{
    margin-bottom: 60px;
}
.top-concept__cont.flex-nml{
    display: block;
}
.top-concept__cont__ttl.flex-nml{
    display: block;
}
.top-concept__cont__ttl{
    margin-bottom: 30px;
}
.top-concept__cont__ttl__txt{
    margin-bottom: 10px;
}
.top-concept__cont__ttl__img{
    width: 300px;
}
.top-concept__cont__info__ttl{
    margin-bottom: 20px;
}
.top-concept__cont__info__ttl__en{
}
.top-concept__cont__info__ttl__jp.ttl-cmn04{
    font-size: min(8vw, 3.6rem);
}
.top-concept__cont__info__desc{
    font-family: 'Zen Old Mincho', serif;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
.top-concept__cont__info .btn-cmn01{
    margin-left: 0;
}
.top-concept__img__wrap{
    position: relative;
}
.top-concept__img01{
    max-width: 900px;
    width: 50%;
    position: relative;
}
.top-concept__img02{
    max-width: 550px;
    width: 46%;
}
.top-wagyu__cont.flex-btw{
    display: block;
}
.top-wagyu__cont__ttl.flex-nml{
    display: block;
}
.top-wagyu__cont__ttl{
    margin-bottom: 30px;
}
.top-wagyu__cont__ttl__h{
    height: max-content;
    position: relative;
}
.top-wagyu__cont__ttl__h.ttl-cmn05{
    line-height: 1;
}
.top-wagyu__cont__ttl__h:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/top-wagyu__icon01.png);
    width: 100px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.top-wagyu__cont__ttl__p{
    margin-bottom: 10px;
}
.top-wagyu__cont__info{
}
.top-wagyu__cont__info__item.flex-btw{
    display: block;
}
.top-wagyu__cont__info__item{
    margin-bottom: 30px;
}
.top-wagyu__cont__info__item__desc{
    font-family: 'Zen Old Mincho', serif;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #000;
    margin-bottom: 30px;
}
.top-menu__slider{
    margin-bottom: 30px;
}
.top-menu__slider__item{
    margin: 0 10px;
}
.top-course__cont.flex-btw{
    display: block;
}
.top-course__cont{
    margin-bottom: 40px;
}
.top-course__cont__ttl{

}
.top-course__cont__img__wrap{
}
.top-course__cont__img__wrap__inr{
    margin: 0 -15px;
}
.top-course__item.flex-btw{
    display: block;
}
.top-course__item{
    position: relative;
    padding: 60px 0;
    margin-top: -60px;
}
.top-course__item__bg{
    max-width: 1680px;
    width: 100vw;
    height: calc(100% + 100px);
    background-color: #ca171f;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.top-course__item__info{

}
.top-course__item__info__txt{
    color: #fff;
    margin-bottom: 30px;
}
.top-course__item__img__wrap{
    margin-bottom: 30px;
}
.top-course__item__img__wrap__inr.flex-btw{
    gap: 0 20px;
}
.top-course__item__img__wrap__inr{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.top-course__item__img{
    width: calc((100% - 20px) / 2);
}
.top-recruit{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_top_recruit01.jpg);
    padding: 80px 0;
}
.top-recruit__desc{
    font-family: 'Zen Old Mincho', serif;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.top-shop{
    position: relative;
}
.top-shop__bg{
    width: 87.5%;
    height: 63%;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/top-concept__bg.jpg);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.top-shop__cont.flex-btw{
    display: block;
}
.top-shop__cont__info{
    margin-bottom: 30px;
}
.top-shop__cont__info__btn .btn-cmn01{
    margin: 0 auto 20px;
}
.top-shop__cont__info__btn .btn-cmn01:last-of-type{
    margin-bottom: 0;
}
.top-shop__cont__img{
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (min-width:768px){
    .top-ttl{
        margin-bottom: 50px;
    }
    .top-ttl:before{
        width: 84px;
        height: 84px;
        border-width: 7px;
    }
    .top-ttl.vertical{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        text-align: left;
    }
    .top-ttl.vertical:before{
        top: 0;
        transform: translate(-50%, 0) rotate(45deg);
    }
    .top-ttl.vertical .ttl-cmn03,
    .top-ttl.vertical .ttl-cmn06{
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    .top-ttl.small .ttl-cmn06{
        font-size: 4rem;
    }
    .top-news{
        width: 90%;
        margin-top: -40px;
    }
    .top-news-inr.flex-btw{
        display: flex;
    }
    .top-news__ttl{
        margin-bottom: 0;
    }
    .top-news .webgene-blog{
        flex: 1;
        padding: 0 0 0 40px;
    }
    .top-news .webgene-item .blogttl{
        flex: 1;
        width: auto;
        margin-left: 20px;
    }
    .top-news__right{
        width: 100%;
        text-align: left;
    }
    .top-concept__cont__wrap{
        margin-bottom: 100px;
    }
    .top-concept__cont.flex-nml{
        display: flex;
        gap: 0 30px;
    }
    .top-concept__cont__ttl.flex-nml{
        display: flex;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .top-concept__cont__ttl{
        width: 180px;
        margin-bottom: 0;
    }
    .top-concept__cont__ttl__txt{
        margin: 0 0 0 20px;
    }
    .top-concept__cont__ttl__txt__p{
        width: 45px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    .top-concept__cont__ttl__img{
        width: auto;
    }
    .top-concept__cont__info{
        padding-top: 50px;
    }
    .top-concept__cont__info__ttl__jp.ttl-cmn04{
        font-size: 4.6rem;
    }
    .top-concept__cont__info__desc{
        font-size: 1.8rem;
        margin-bottom: 50px;
    }
    .top-wagyu__cont__ttl__h:before{
        width: 150px;
        height: 97px;
    }
    .top-wagyu__cont__info{
        flex: 1;
        padding-top: 30px;
    }
    .top-wagyu__cont__info__item{
        gap: 0 50px;
        margin-bottom: 50px;
    }
    .top-wagyu__cont__info__item__btn{
        max-width: 300px;
        width: 100%;
    }
    .top-wagyu__cont__info__item__desc{
        font-size: 1.8rem;
    }
    .top-wagyu__cont__info__img{
        margin-right: -15px;
    }
    .top-menu__slider{
        margin-bottom: 50px;
    }
    .top-menu__slider__item{
        margin: 0 20px;
    }
    .top-course__cont.flex-btw{
        display: flex;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .top-course__cont{
        margin-bottom: 50px;
    }
    .top-course__cont__img__wrap{
        width: 60%;
    }
    .top-course__cont__img__wrap__inr{
        margin: 0 0 0 -15px;
    }
    .top-course__cont__ttl{
        flex: 1;
        padding-top: 60px;
    }
    .top-course__cont__ttl .top-ttl{
        margin-bottom: 0;
    }
    .top-course__item{
        padding: 100px 0;
        margin-top: -100px;
    }
    .top-course__item__info__txt{
        margin-bottom: 40px;
    }
    .top-course__item__bg{
        height: 100%;
    }
    .top-recruit{
        padding: 150px 0;
    }
    .top-recruit__desc{
        font-size: 1.8rem;
        margin-bottom: 40px;
    }
}
@media screen and (min-width:1024px){
    .top-news{
    }
    .top-news .webgene-blog{
        flex: 1;
        padding: 0 40px;
    }
    .top-news__right{
        width: auto;
    }
    .top-concept__img01{
        width: 47vw;
        position: absolute;
        bottom: min(7vw, 120px);
        right: max(calc(50% - 50vw), -360px);
    }
    .top-wagyu__cont.flex-btw{
        display: flex;
        gap: 0 60px;
    }
    .top-wagyu__cont__ttl.flex-nml{
        display: flex;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 225px;
    }
    .top-wagyu__cont__ttl{
        margin-bottom: 0;
    }
    .top-wagyu__cont__ttl__h.ttl-cmn05{
        line-height: 180px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    .top-wagyu__cont__ttl__h:before{
        width: 200px;
        height: 129px;
    }
    .top-course__cont__ttl{
        min-height: 400px;
    }
    .top-wagyu__cont__ttl__p{
        width: 45px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        margin-bottom: 0;
    }
    .top-course__item.flex-btw{
        display: flex;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        gap: 0 30px;
    }
    .top-course__item__img__wrap{
        width: 50%;
        margin-top: max(-11vw, -200px);
        margin-bottom: 0;
    }
    .top-course__item__img__wrap__inr{
        width: auto;
        margin: 0 -15px 0 0;
    }
    .top-course__item__info{
        max-width: 500px;
        flex: 1;
    }
    .top-course__item__info__btn .btn-cmn01{
        margin: 0 auto 0 0;
    }
    .top-course__item__bg{
        height: calc(100% + 150px);
    }
    .top-shop__cont.flex-btw{
        display: flex;
        gap: 0 50px;
    }
    .top-shop__cont__info{
        min-width: 300px;
        flex: 1;
        padding-top: 50px;
        margin: 0 auto;
    }
    .top-shop__cont__img{
        width: min(calc(100% - 350px), 62.5%);
    }
}
@media screen and (min-width:1230px){
    .top-wagyu__cont__info__item.flex-btw{
        display: flex;
    }
    .top-wagyu__cont__info__item__desc{
        flex: 1;
        margin-bottom: 0;
    }
    .top-wagyu__cont__info__img{
        margin-right: max(calc((1230px - 100vw) / 2), -360px);
    }
    .top-course__cont__img__wrap__inr{
        margin: 0 0 0 max(calc((1230px - 100vw) / 2), -360px);
    }
    .top-course__item__img__wrap__inr{
        margin: 0 max(calc((1230px - 100vw) / 2), -360px) 0 0;
    }
}

/*	下層ヘッダー
---------------------------------*/
.subhd{
    position: relative;
}
.subhd__img{
    max-height: 600px;
    height: 80vw;
}
.subhd__img.ojf:before{
    content: none;
}
.subhd-ttl{
    max-width: calc(100vw - 30px);
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.subttl__jp{
    font-family: "Yuji Syuku", serif;
    font-size: 4rem;
    letter-spacing: 0.025em;
    color: #fff;
}
@media screen and (min-width:768px){
    .subhd{
    }
    .subhd__img{
    }
    .subhd-ttl{
    }
    .subttl__jp{
        font-size: 5rem;
    }
}
@media screen and (min-width:1024px){
    .subhd{
    }
    .subhd__img{
    }
    .subhd-ttl{
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}

/*	しまね和牛
---------------------------------*/
.wagyu-catch__cont.flex-btw{
    display: block;
}
.wagyu-catch__cont__ttl{
    margin-bottom: 30px;
}
.wagyu-catch__cont__ttl__h{
    height: max-content;
    position: relative;
}
.wagyu-catch__cont__ttl__h.ttl-cmn05{
    line-height: 1;
}
.wagyu-catch__cont__ttl__h:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/top-wagyu__icon01.png);
    width: 100px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.wagyu-catch__cont__info{
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}
.wagyu-catch__cont__info__img.ojf:before{
    padding-top: 54.3%;
}
.wagyu-catch__cont__info__txt{
    margin-bottom: 30px;
}
.wagyu-catch__cont__info__txt.ttl-cmn07{
    font-size: min(5.3vw, 2.6rem);
}
.wagyu-catch__cont__info__txt strong{
    font-weight: 400;
}
.wagyu-catch__cont__bg{
    width: 100%;
    height: 75%;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/top-concept__bg.jpg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.wagyu-feature__cont{
    padding-bottom: 50px;
    margin-bottom: 50px;
    position: relative;
}
.wagyu-feature__cont:last-of-type{
    margin-bottom: 0;
}
.wagyu-feature__cont__bg{
    width: 100%;
    height: calc(100% - 130px);
    background-color: #ca171f;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.wagyu-feature__cont__item.flex-btw{
    display: block;
}
.wagyu-feature__cont__item__img{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.wagyu-feature__cont__item__img__inr.ojf:before{
    padding-top: 75%;
}
.wagyu-feature__cont__item__info{
    padding-right: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.wagyu-feature__cont__item__info__ttl{
    margin-bottom: 60px;
}
.wagyu-feature__cont__item__info__ttl__num{
    position: relative;
}
.wagyu-feature__cont__item__info__ttl__num:before{
    content: "";
    background-color: #ca171f;
    width: 15px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: -15px;
}
.wagyu-feature__cont__item__info__ttl__num__p{
    width: 100px;
    border: solid 1px #ca171f;
    border-radius: 50%;
    font-size: 5rem;
    letter-spacing: 0.05em;
    color: #ca171f;
    line-height: 100px;
    text-align: center;
}
.wagyu-feature__cont__item__info__ttl__txt{
    padding-left: 20px;
}
.wagyu-feature__cont__item__info__desc{
    letter-spacing: 0.05em;
    color: #fff;
}
.wagyu-feature__cont__item__info__icon{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.wagyu-recommend__list.flex-cnt{
    display: block;
}
.wagyu-recommend__item{
    max-width: 380px;
    width: 100%;
    margin: 0 auto 30px;
}
.wagyu-recommend__item:last-of-type{
    margin-bottom: 0;
}
.wagyu-recommend__item__img{
    margin-bottom: 20px;
}
.wagyu-recommend__item__img.ojf:before{
    padding-top: 79%;
}
.wagyu-recommend__item__txt{
    text-align: center;
}
.wagyu-recommend__bg{
    width: 100%;
    height: 50%;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/top-concept__bg.jpg);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
@media screen and (min-width:768px){
    .wagyu-catch__cont__ttl__h:before{
        width: 150px;
        height: 97px;
    }
    .wagyu-catch__cont__info__txt{
        margin-bottom: 50px;
    }
    .wagyu-catch__cont__info__txt.ttl-cmn07{
        font-size: 3.6rem;
    }
    .wagyu-feature__cont{
        padding-bottom: 70px;
        margin-bottom: 70px;
    }
    .wagyu-feature__cont__bg{
        height: calc(100% - 180px);
    }
    .wagyu-feature__cont__item__info{
        padding-right: 50px;
    }
    .wagyu-feature__cont__item__info__ttl{
        margin-bottom: 100px;
    }
    .wagyu-feature__cont__item__info__ttl__num__p{
        width: 130px;
        font-size: 6rem;
        line-height: 130px;
    }
    .wagyu-recommend__item__img{
        margin-bottom: 30px;
    }
}
@media screen and (min-width:1024px){
    .wagyu-catch__cont.flex-btw{
        display: flex;
    }
    .wagyu-catch__cont__ttl{
        margin: 0;
    }
    .wagyu-catch__cont__ttl__h.ttl-cmn05{
        line-height: 180px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    .wagyu-catch__cont__ttl__h:before{
        width: 200px;
        height: 129px;
    }
    .wagyu-catch__cont__info{
        width: 80%;
        margin: 0;
    }
    .wagyu-feature__cont__bg{
        width: 87.5%;
        height: 63%;
    }
    .wagyu-feature__cont__item.flex-btw{
        display: flex;
        gap: 0 30px;
    }
    .wagyu-feature__cont__item__img{
        width: 50%;
        margin: 0;
    }
    .wagyu-feature__cont__item__info{
        max-width: 500px;
        flex: 1;
        padding-top: 30px;
        margin-bottom: 0;
    }
    .wagyu-feature__cont:nth-of-type(2n) .wagyu-feature__cont__bg{
        left: auto;
        right: 0;
    }
    .wagyu-feature__cont:nth-of-type(2n) .wagyu-feature__cont__item.flex-btw{
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .wagyu-feature__cont:nth-of-type(2n) .wagyu-feature__cont__item__info__ttl__num:before{
        width: 100px;
        left: 0;
        transform: translateX(-100%);
    }
    .wagyu-recommend__list.flex-cnt{
        display: flex;
        gap: 0 30px;
    }
    .wagyu-recommend__item{
        width: calc((100% - 60px) / 3);
        margin: 0;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
    .wagyu-feature__cont__item__info__ttl__num:before{
        width: calc((100vw - 1200px) / 2);
        left: calc((1200px - 100vw) / 2);
    }
    .wagyu-catch__cont__info__txt strong br{
        display: none;
    }
}

/*	メニュー
---------------------------------*/
.menu__btn__wrap.flex-cnt{
    display: block;
}
.menu__btn{
    max-width: 280px;
    width: 100%;
    background-color: #ca171f;
    margin: 0 auto 20px;
}
.menu__btn:last-of-type{
    margin-bottom: 0;
}
.menu__btn a{
    display: block;
    text-align: center;
}
.menu__btn p{
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 3.89;
}
.tax-p{
    color: #ca171f;
    text-align: center;
    margin-bottom: 40px;
}
.menu-recommend{
    padding-bottom: 60px;
    position: relative;
}
.menu-recommend__list.flex-cnt{
    display: block;
}
.menu-recommend__item{
    max-width: 380px;
    width: 100%;
    margin: 0 auto 30px;
}
.menu-recommend__item:last-of-type{
    margin-bottom: 0;
}
.menu-recommend__item__img{
    margin-bottom: 20px;
}
.menu-recommend__item__img.ojf:before{
    padding-top: 79%;
}
.menu-recommend__item__txt{
    text-align: center;
}
.menu__sub-ttl{
    text-align: center;
    margin-bottom: 30px;
}
.menu__sub-ttl .ttl-cmn08{
    display: inline-block;
    color: #ca171f;
    position: relative;
}
.menu__sub-ttl .ttl-cmn08:before,
.menu__sub-ttl .ttl-cmn08:after{
    content: "";
    max-width: 180px;
    width: calc(((100vw - 30px) - 100%) / 2 - 10px);
    height: 1px;
    background-color: #ca171f;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.menu__sub-ttl .ttl-cmn08:before{
    left: -10px;
    transform: translate(-100%, -50%);
}
.menu__sub-ttl .ttl-cmn08:after{
    right: -10px;
    transform: translate(100%, -50%);
}
.menu-recommend__bg{
    width: 100%;
    height: 60%;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/top-concept__bg.jpg);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.menu__item.flex-btw{
    display: block;
}
.menu__item__img{
    max-width: 380px;
    width: 100%;
    margin: 0 auto 30px;
}
.menu__item__img__inr.ojf:before{
    padding-top: 73.7%;
}
.menu__item__table{
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
}
.menu__item__wrap{
    margin-bottom: 40px;
}
.menu__item__wrap:last-of-type{
    margin-bottom: 0;
}
.menu__item__wrap__txt{
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 30px;
}
.menu__item__wrap__txt strong{
    font-weight: 400;
}
.menu__item__wrap__box.flex-btw{
    display: block;
}
.menu__item__wrap__box{
    margin-top: 30px;
}
.menu__item__wrap__box__left{
    background-color: #2c1111;
    text-align: center;
}
.menu__item__wrap__box__left__p{
    color: #fff;
}
.menu__item__wrap__box__right{
    border: solid 1px #2c1111;
    padding: 20px 15px;
}
.menu__item__wrap__box__right__p{
    letter-spacing: 0.05em;
}
.menu__annotation{
    border: solid 1px #ca171f;
    text-align: center;
    padding: 20px 15px;
}
.menu__annotation__p.ttl-cmn01{
    color: #ca171f;
}
@media screen and (min-width:768px){
    .menu__btn__wrap.flex-cnt{
        display: flex;
        gap: 20px;
    }
    .menu__btn{
        width: calc((100% - 40px) / 3);
        margin: 0;
    }
    .menu__btn p{
        font-size: 1.8rem;
    }
    .tax-p{
        margin-bottom: 60px;
    }
    .menu-recommend{
        padding-bottom: 100px;
    }
    .menu-recommend__item__img{
        margin-bottom: 30px;
    }
    .menu__sub-ttl{
        margin-bottom: 40px;
    }
    .menu__sub-ttl .ttl-cmn08:before,
    .menu__sub-ttl .ttl-cmn08:after{
        width: calc(((100vw - 30px) - 100%) / 2 - 30px);
    }
    .menu__sub-ttl .ttl-cmn08:before{
        left: -30px;
    }
    .menu__sub-ttl .ttl-cmn08:after{
        right: -30px;
    }
    .menu__item__wrap{
        margin-bottom: 60px;
    }
    .menu__item__wrap__txt{
        margin-bottom: 40px;
    }
    .menu__item__wrap__txt strong br{
        display: none;
    }
    .menu__item__wrap__box.flex-btw{
        display: flex;
    }
    .menu__item__wrap__box{
        margin-top: 50px;
    }
    .menu__item__wrap__box__left{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 180px;
    }
    .menu__item__wrap__box__right{
        flex: 1;
        padding: 30px;
    }
}
@media screen and (min-width:1024px){
    .menu__btn__wrap.flex-cnt{
        gap: 40px;
    }
    .menu__btn{
        width: calc((100% - 80px) / 3);
    }
    .menu-recommend__list.flex-cnt{
        display: flex;
        gap: 0 30px;
    }
    .menu-recommend__item{
        width: calc((100% - 60px) / 3);
        margin: 0;
    }
    .menu__item.flex-btw{
        display: flex;
        gap: 0 40px;
    }
    .menu__item__img{
        margin: 0;
    }
    .menu__item__table{
        flex: 1;
        margin: 0;
    }
    .menu__item__wrap:nth-of-type(2n + 1) .menu__item{
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
@media screen and (min-width:1080px){
}


/*	採用情報
---------------------------------*/
.recruit__catch{
    text-align: center;
}
.recruit__catch__ttl{
    font-size: min(5vw, 2rem);
    margin-bottom: 30px;
}
.recruit__catch__txt{
    text-align: left;
    letter-spacing: 0.05em;
}
.recruit__catch__txt strong{
    font-weight: 400;
}
.recruit__catch__txt strong br{
    display: none;
}
.recruit-charm__bg{
    width: 87.5%;
    height: 100%;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_recruit_charm01.jpg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.recruit-charm.flex-btw{
    display: block;
}
.recruit-charm__img{
    max-width: 960px;
    width: 100%;
    margin: 0 auto 40px;
}
.recruit-charm__img__inr{
    padding-bottom: 70px;
    margin: 0 -15px;
    position: relative;
}
.recruit-charm__img__inr__item01{
    max-width: 660px;
    width: 68.75%;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
.recruit-charm__img__inr__item01:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ca171f;
    position: absolute;
    top: min(10vw, 50px);
    left: max(-12vw, -120px);
    z-index: -1;
}
.recruit-charm__img__inr__item01.ojf:before{
    padding-top: 71.2%;
}
.recruit-charm__img__inr__item02{
    max-width: 450px;
    width: 46.875%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.recruit-charm__img__inr__item02.ojf:before{
    padding-top: 71.1%;
}
.recruit-charm__info__item{
    margin-bottom: 30px;
}
.recruit-charm__info__item:last-of-type{
    margin-bottom: 0;
}
.recruit-charm__info__item__ttl.flex-nml{
    display: block;
}
.recruit-charm__info__item__ttl{
    margin-bottom: 30px;
}
.recruit-charm__info__item__ttl__num{
    width: 80px;
    background-color: #ca171f;
    border-radius: 50%;
    text-align: center;
    font-size: 4rem;
    letter-spacing: 0.05em;
    line-height: 80px;
    color: #fff;
    margin-bottom: 15px;
}
.recruit-charm__info__item__ttl__txt{
}
.recruit-charm__info__item__txt{
    letter-spacing: 0.05em;
    padding-left: 20px;
}
.recruit-job.flex-btw{
    display: block;
}
.recruit-job__cont__img.ojf:before{
    padding-top: 76%;
}
.recruit-job__cont.flex-btw{
    display: block;
}
.recruit-job__cont__info{
    margin-bottom: 30px;
}
.recruit-job__cont__info__ttl{
    padding-left: 20px;
    margin-bottom: 30px;
    position: relative;
}
.recruit-job__cont__info__ttl.ttl-cmn08{
    color: #ca171f;
}
.recruit-job__cont__info__ttl:before{
    content: "";
    width: 5px;
    height: 30px;
    background-color: #ca171f;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.recruit-job__cont__img{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.requirement__box{
    border: solid 1px #666;
    padding: 40px 15px 60px;
    margin-bottom: 40px;
}
.requirement__box__inr{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.requirement__annotation{
    text-align: center;
    margin-bottom: 30px;
}
.requirement__btn__list.flex-cnt{
    display: block;
}
.requirement__btn__item{
    max-width: 400px;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
}
.requirement__btn__item:last-of-type{
    margin-bottom: 0;
}
.requirement__btn__item--mail{
    background-color: #ca171f;
}
.requirement__btn__item--phone{
    border: solid 1px #ca171f;
}
.requirement__btn__item--mail a{
    display: block;
}
.requirement__btn__item p{
    display: inline;
    line-height: 70px;
    padding-left: 40px;
    position: relative;
}
.requirement__btn__item--mail p{
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    color: #fff;
}
.requirement__btn__item--phone p{
    font-size: 3rem;
    letter-spacing: 0.05em;
    color: #ca171f;
}
.requirement__btn__item p:before{
    content: "";
    width: 30px;
    height: 100%;
    background: no-repeat center center / contain;
    position: absolute;
    top: 0;
    left: 0;
}
.requirement__btn__item--mail p:before{
    background-image: url(/system_panel/uploads/images/icon_mail01.png);
}
.requirement__btn__item--phone p:before{
    background-image: url(/system_panel/uploads/images/icon_phone02.png);
}
@media screen and (min-width:768px){
    .recruit__catch__ttl{
        font-size: min(3.5vw, 3rem);
        margin-bottom: 40px;
    }
    .recruit__catch__txt{
        text-align: center;
    }
    .recruit__catch__txt strong br{
        display: block;
    }
    .recruit-charm__info__item{
        margin-bottom: 60px;
    }
    .recruit-charm__info__item__ttl.flex-nml{
        display: flex;
    }
    .recruit-charm__info__item__ttl__num{
        width: 100px;
        font-size: 5rem;
        line-height: 100px;
        margin: 0;
    }
    .recruit-charm__info__item__ttl__txt{
        flex: 1;
        padding-left: 20px;
    }
    .recruit-charm__info__item__txt{
        padding-left: 40px;
    }
    .recruit-job.flex-btw{
        display: flex;
        gap: 0 40px;
    }
    .recruit-job__ttl{
        width: 120px;
    }
    .recruit-job__cont{
        max-width: 1000px;
        flex: 1;
    }
    .recruit-job__cont__info__ttl{
        margin-bottom: 40px;
    }
    .requirement__box{
        padding: 60px 15px 100px;
        margin-bottom: 60px;
    }
    .requirement__annotation{
        margin-bottom: 50px;
    }
    .requirement__btn__list.flex-cnt{
        display: flex;
        gap: 20px;
    }
    .requirement__btn__item{
        width: calc((100% - 20px) / 2);
        margin: 0;
    }
    .requirement__btn__item p{
        line-height: 80px;
    }
    .requirement__btn__item--mail p{
        font-size: 1.8rem;
    }
}
@media screen and (min-width:1024px){
    .recruit-charm.flex-btw{
        display: flex;
        gap: 0 min(8%, 100px);
    }
    .recruit-charm__img{
        max-width: 50%;
        flex: 1;
        margin: 0;
    }
    .recruit-charm__img__inr{
        padding-bottom: min(8.85vw, 170px);
        margin: 0 0 0 -15px;
    }
    .recruit-charm__img__inr__item01:after{
        top: min(5vw, 90px);
        left: max(-8vw, -150px);
    }
    .recruit-charm__info{
        max-width: 500px;
        width: 100%;
        padding-top: 50px;
    }
    .recruit-job__cont.flex-btw{
        display: flex;
        gap: 0 70px;
    }
    .recruit-job__cont__info{
        flex: 1;
        padding-top: 30px;
        margin: 0;
    }
    .recruit-job__cont__img{
        width: 50%;
        margin: 0;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
    .recruit-charm__img__inr{
        margin-left: max(calc((1200px - 100vw) / 2), -360px);
    }
}


/*	店舗概要
---------------------------------*/
.overview__bg{
    width: 100%;
    height: 70%;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_shop01.jpg);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.overview.flex-btw{
    display: block;
}
.overview__cont__img{
    margin-bottom: 40px;
}
.overview__cont__img.ojf:before{
    padding-top: 50%;
}
.overview__cont__table{
    background-color: #fff;
    padding: 30px 15px;
}
.overview__cont__table .cmn-table--type02{
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
}
.seat__item{
    padding-bottom: 50px;
    position: relative;
}
.seat__item__cont__img{
    max-width: 700px;
    width: 95%;
}
.seat__item__cont__img__inr.ojf:before{
    padding-top: 60%;
}
.seat__item__cont__info__wrap{
    max-width: 500px;
    width: 95%;
    margin: -20px 0 0 auto;
    position: relative;
    z-index: 1;
}
.seat__item__cont__info{
    background-color: #ca171f;
    padding: 30px 15px;
}
.seat__item__cont__info__inr{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.seat__item__cont__info__ttl{
    padding-left: 20px;
    margin-bottom: 30px;
    position: relative;
}
.seat__item__cont__info__ttl.ttl-cmn08{
    color: #fff;
}
.seat__item__cont__info__ttl:before{
    content: "";
    width: 5px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.seat__item__cont__info__txt{
    color: #fff;
    letter-spacing: 0.05em;
}
.seat__item__icon{
    max-width: max-content;
    width: 30%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.seat__item:nth-of-type(2n + 1) .seat__item__cont__img{
    margin-left: auto;
}
.seat__item:nth-of-type(2n + 1) .seat__item__cont__info__wrap{
    margin-left: 0;
}
.seat__item:nth-of-type(2n + 1) .seat__item__icon{
    left: 0;
    right: auto;
}
@media screen and (min-width:768px){
    .overview.flex-btw{
        display: flex;
        gap: 0 40px;
    }
    .overview__ttl{
        width: 120px;
    }
    .overview__cont{
        max-width: 1000px;
        flex: 1;
    }
    .overview__cont__img{
        margin-bottom: 60px;
    }
    .overview__cont__table{
        padding: 50px 15px;
    }
    .seat__item{
        padding-bottom: 70px;
    }
    .seat__item__cont__info{
        padding: 50px 15px;
        margin: 0;
    }
}
@media screen and (min-width:1024px){
    .seat__item__cont__img{
        flex: 1;
    }
    .seat__item__cont__img__inr{
        margin-right: max(-9%, -100px);
    }
    .seat__item__cont__info__wrap{
        padding-top: 60px;
    }
    .seat__item__cont__info__wrap{
        margin: 0;
    }
    .seat__item:nth-of-type(2n + 1) .seat__item__cont.flex-btw{
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .seat__item:nth-of-type(2n + 1) .seat__item__cont__img__inr{
        margin-right: 0;
        margin-left: max(-9%, -100px);
    }
}
@media screen and (min-width:1080px){
}


.pc-dp-none {
     display:none;
  }
@media screen and (max-width:786px){
    .sp-dp-none {
      display:none;
  }
  .pc-dp-none {
     display:block;
  }
}