@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;
    }
} */
@media screen and (min-width: 1024px){
    .contents-wrap{
    width: calc(100% - 280px);
    }
}
.dn{
    display: none;
}
.gjs-dashed{
    background-color: #000;
}
.gjs-dashed .dn{
    /* display: block; */
}
.hd-h1{
    display: none;
}
.click_event{
    pointer-events: none;
}
.header{
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .0), rgba(0, 0, 0, .5));
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.hd-inr{
    height: 60px;
    padding: 5px 10px;
    position: relative;
}
.hd-inr__cont{
    height: 100%;
}
.hd-logo{
    width: 50px;
    margin: 10px 0 0 10px;
    position: relative;
    transform: rotate(10deg);
    z-index: 99;
}
.hd-logo a{
    display: block;
    position: relative;
}
.hd-right{
    display: none;
}
.hd-right01{
}
.hd-phone{
    margin-right: 20px;
}
.hd-phone01{
    font-size: 2.6rem;
    font-weight: 700;
    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/white_phone.png);
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.hd-sns-list,
.hd-reserve{
    display: none;
}
.hd-sns{
    text-align: center;
    margin-right: 10px;
}
.hd-sns:last-of-type{
    margin-right: 0;
}
.hd-btn{
    width: 280px;
    background-color: #DB000B;
    margin: 0 auto;
}
.hd-btn a{
    display: block;
    text-align: center;
}
.hd-btn p{
    display: inline;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 55px;
    padding-left: 35px;
    position: relative;
}
.hd-btn p:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_mail01.png);
    width: 24px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.hd-hum01__info__list{
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}
.hd-hum01__info__item.flex-nml{
    display: block;
}
.hd-hum01__info__item{
    margin-bottom: 20px;
}
.hd-hum01__info__item:last-of-type{
    margin-bottom: 0;
}
.hd-hum01__info__item__th{
    min-width: 90px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
}
.hd-hum01__info__item__td{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.6rem;
}
@media screen and (min-width: 768px){
    .hd-inr{
        height: 90px;
        padding: 15px 20px;
    }
    .hd-logo{
        display: block;
        width: 93px;
    }
    .hd-phone01{
        font-size: 3.2rem;
        padding-left: 40px;
    }
    .hd-phone01:before{
        width: 30px;
    }
    .hd-hum01__info__item__th{
        font-size: 2.1rem;
    }
    .hd-hum01__info__item__td{
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 1024px){
    .header{
        width: 280px;
        background-color: #000;
        background-image: none;
        left: auto;
        right: 0;
    }
    .hd-inr{
        height: auto;
        padding: 0;
    }
    .hd-inr__cont{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100svh;
    }
    .hd-logo{
        width: 120px;
        padding: 30px 0 0;
        margin: 0 auto;
    }
    .hd-logo img{
        max-width: none;
        width: 100%;
    }
    .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-sns-list{
        display: flex;
        margin-top: 40px;
    }
    .hd-reserve{
        display: block;
    }
    .hd-reserve{
        background-color: #DC000C;
        width: 100%;
        padding: 20px;
        text-align: center;
    }
    .hd-reserve__ttl{
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700;
        font-size: 2.4rem;
        color: #fff;
        text-align: center;
    }
    .hd-reserve__tel{
        display: inline;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700;
        font-size: 3.2rem;
        color: #fff;
        padding-left: 30px;
        position: relative;
    }
    .hd-reserve__tel:before{
        content: '';
        background: no-repeat center center / contain;
        background-image: url(/system_panel/uploads/images/white_phone.png);
        width: 23px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .hd-reserve__btn{
        border: solid 1px #fff;
        margin-top: 10px;
    }
    .hd-reserve__btn a{
        display: block;
        text-align: center;
    }
    .hd-reserve__btn__p{
        display: inline;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        font-size: 1.8rem;
        letter-spacing: 0.05em;
        color: #fff;
        line-height: 55px;
        padding-left: 40px;
        position: relative;
    }
    .hd-reserve__btn__p:before{
        content: '';
        background: no-repeat center center / contain;
        background-image: url(/system_panel/uploads/images/icon_mail01.png);
        width: 25px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .hd-hum01__info__item.flex-nml{
        display: flex;
    }
    .hd-hum01__info__item{
        gap: 0 50px;
    }
    .hd-hum01__info__item__th{
    }
    .hd-hum01__info__item__td{
        flex: 1;
    }
}
@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: #232121;
    max-width: 100%;
    max-height: none;
    height: 42vw;
    top: 180px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
.hd-hum{
    max-width: 60px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.hd-hum.open{
    max-width: 500px;
    height: 100vh;
    background-color: #232121;
    padding-bottom: 30px;
    top: 0;
    left: auto;
    right: 0;
    transform: translateX(0);
    z-index: 100;
}
.gjs-dashed .hd-hum{
    overflow: scroll;
    height: 50vh;
}
.hd-hum01{
    padding-bottom: 100px;
}
.hd-hum-inr{
    max-width: 500px;
    margin: 0 auto 30px;
}
.navbar-nav{
    flex: 1;
}
.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: 20px;
    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: #fff;
}
.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: 40px;
}
.hum-menu-p{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    color: #fff;
    position: absolute;
    top: 7px;
    right: 2px;
    z-index: 1;
}
.hd-hum.open .hum-menu-p{
    color: #fff;
    top: 35px;
    right: 12px;
}
.hd-hum .navbar-collapse{
    display: none;
}
.hd-hum.open .navbar-collapse{
    display: block;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.hd-hum.open .navbar-collapse::-webkit-scrollbar {
    display:none;
}
.navbar-collapse.show{
    height: 100svh;
}
.nav-item{
    padding: 0 15px;
    text-align: center;
}
.nav-item:first-of-type{
}
.nav-item p{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 35px;
}
.hd-btn-sp{
    background-color: #051c36;
    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__menu.flex-cnt{
    display: block;
}
.hd-hum01__menu{
    text-align: center;
    margin-bottom: 20px;
}
.hd-hum01__menu__phone{
    margin-bottom: 20px;
}
.hd-hum01__menu__phone .hd-phone01{
    display: inline;
}
.hd-hum01__menu__phone .hd-phone01:before{
}
.hd-hum01__menu__time{
    font-size: 1.3rem;
    letter-spacing: 0.05em;
}
@media screen and (min-width: 768px){
    .bg-hum{
        width: 90px;
        height: 90px;
    }
    .hd-hum{
        max-width: 90px;
    }
    .hum-menu-p{
        font-size: 1.8rem;
        top: 15px;
        right: 10px;
    }
    .hd-hum.open .hum-menu-p{
        top: 60px;
        right: 20px;
    }
    .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{
    }
    .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{
        animation: first-none 4s ease;
    }
    @keyframes first-none{
        0%{
            opacity: 0;
        }
        100%{
            opacity: 1;
        }
    }
    .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__time{
        font-size: 1.6rem;
    }
    .hd-hum01__menu{
        text-align: center;
        margin-bottom: 50px;
    }
}
@media screen and (min-width: 1024px){
    .bg-hum{
        width: 120px;
        height: 120px;
        right: 0;
    }
    .hd-hum{
        max-width: 120px;
        max-height: 120px;
        position: initial;
        top: auto;
        right: auto;
        transform: translate(0);
        margin: 0 auto;
    }
    .hd-hum.open{
        max-width: none;
        max-height: none;
        width: calc(100vw - 280px);
        position: absolute;
        top: 0;
        right: auto;
        left: calc((100vw - 280px) * -1);
    }
    .navbar{
        max-width: 80px;
    }
    .navbar.open{
        padding: 40px 15px;
    }
    .navbar-collapse{
        padding-top: 120px;
    }
    .hum-menu-p{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        position: relative;
        top: auto;
        right: auto;
        transform: translate(0);
    }
    .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{
        width: 60px;
    }
    .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){
    }
    .hd-hum01__menu.flex-cnt{
        display: flex;
    }
    .hd-hum01__menu__phone{
        margin: 0;
    }
    .hd-btn{
        margin: 0 0 0 20px;
    }
}
@media screen and (min-width: 1024px){
    .gjs-dashed .hd-hum{
        max-width: none;
        width: calc(100vw - 280px);
        height: 100vh;
        position: absolute;
        top: 0;
        left: calc((100vw - 280px) * -1);
        transform: translate(0);
    }
    .navbar{
    }
    .hum-menu-p{
    }
    .hd-hum.open .hum-menu-p{
        width: auto;
        position: absolute;
        top: calc(46% - 45px);
        right: -140px;
        transform: translate(50%, 0);
        animation: first-none 4s ease;
    }
    .navbar.open{
        position: relative;
    }
    .navbar-dark.open .navbar-toggler{
        margin: 0;
        position: absolute;
        top: 46%;
        right: -140px;
        transform: translate(50%, 0);
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
        background-color: #fff;
    }
}
@media screen and (min-width: 1800px){
    .hd-hum.open{
    }
    .hd-hum{
    }
}

/*	フッター共通コンテンツ
---------------------------------*/
.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-info__wrap.flex-btw{
    display: block;
}
.ft-info__wrap{
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}
.ft-info__wrap__left{
    margin-bottom: 40px;
}
.ft-logo{
    margin-bottom: 30px;
}
.ft-sns-list{
    margin-bottom: 30px;
}
.ft-info__wrap__left__txt{
    margin-bottom: 40px;
}
.ft-info__wrap__left__txt__add{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}
.ft-info__wrap__left__txt__cont__item.flex-nml{
    display: block;
}
.ft-info__wrap__left__txt__cont__item{
    margin-bottom: 20px;
}
.ft-info__wrap__left__txt__cont__item:last-of-type{
    margin-bottom: 0;
}
.ft-info__wrap__left__txt__cont__item__th{
    min-width: 80px;
}
.ft-info__wrap__left__txt__cont__item__th__p{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.ft-info__wrap__left__txt__cont__item__td__p{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}
.ft-info__wrap__left .btn-cmn01__wrap{
    margin-left: 15px;
}
.ft-info__wrap__right{
    max-width: 640px;
    width: 100%;
}
.ft-nav__wrap{
}
.ft-nav{
    display: none;
}
@media screen and (min-width:768px){
    .ft-logo{
        width: auto;
        margin: 0 0 30px;
    }
    .ft-sns-list{
        margin-bottom: 80px;
    }
    .ft-info__wrap__left__txt{
        margin-bottom: 60px;
    }
    .ft-info__wrap__left__txt__add{
        font-size: 1.8rem;
        margin-bottom: 40px;
    }
    .ft-info__wrap__left__txt__cont__item.flex-nml{
        display: flex;
        gap: 0 30px;
    }
    .ft-info__wrap__left__txt__cont__item__th__p,
    .ft-info__wrap__left__txt__cont__item__td__p{
        font-size: 1.8rem;
    }
}
@media screen and (min-width:1024px){
    .ft-nav__wrap{
        margin-bottom: 60px;
    }
    .ft-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    }
    .ft-nav .li{
        padding: 0 20px;
        margin-bottom: 15px;
        position: relative;
    }
    .ft-nav .li:first-of-type{
        padding-left: 0;
    }
    .ft-nav .li:last-of-type{
        padding-right: 0;
    }
    .ft-nav .li p{
        line-height: 1.8rem;
        color: #fff;
    }
}
@media screen and (min-width:1300px){
    .ft-info__wrap.flex-btw{
        display: flex;
        gap: 0 30px;
    }
    .ft-info__wrap{
        max-width: none;
        margin: 0;
    }
    .ft-info__wrap__left{
        max-width: 530px;
        width: 45%;
        margin: 0;
    }
    .ft-info__wrap__right{
        flex: 1;
        margin: 0;
    }
}

/*	マップ
---------------------------------*/
.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: right;
    color: #fff;
}
@media screen and (min-width:768px) {
    .copyright {
        font-size: 1.2rem;
    }
}

/*	メイン画像
---------------------------------*/
.top-mv{
    position: relative;
}
.main-img-otr{
    position: relative;
}
.main-img{
    height: 56.25vw;
}
.main-img.ojf:before{
    content: none;
}
.main-img.ojf img{
}
.main-catch__wrap{
    display: flex;
    max-width: max-content;
    width: 65%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, .0), rgba(0, 0, 0, .5));
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.main-catch{
    padding-right: 40px;
}
@media screen and (min-width:768px){
    .main-img-otr{
    }
    .main-img{
    }
    .main-catch__wrap{
        width: 40%;
    }
    .main-catch{
        padding-right: 80px;
    }
}
@media screen and (min-width:1024px){
    .main-img-otr{
    }
    .main-img{
        max-height: 1020px;
        height: calc((100vw - 280px) * .5625);
    }
    .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;
        writing-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-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 10px;
}
.scrolldown::before{
    content: "";
    background: #dadada;
    width: 3px;
    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: 40px;
    }
}

/*	トップページ
---------------------------------*/
.por{
    position: relative;
}
.top-overflow{
    overflow: hidden;
}
.bg-gray{
    background-color: #232121;
}
.top-ttl--type01{
    text-align: center;
    position: relative;
}
.top-ttl--type01:before{
    content: "";
    width: 100px;
    height: 33px;
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_ttl_fish01.png);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}
.top-ttl--type02{
    text-align: center;
}
.top-news__left{
    margin-bottom: 30px;
}
.top-news__left .top-ttl--type01{
    width: auto;
    text-align: left;
    padding-left: 20px;
}
.top-news__left .top-ttl--type01:before{
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.top-news__left .top-ttl--type01__h{
    width: auto;
}
.top-news__right .webgene-blog{
    margin-bottom: 20px;
}
.top-news__right .webgene-item{
    width: 100%;
    border-bottom: solid 1px #fff;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
/*.top-news__right .webgene-item:not(:first-of-type){
    display: none;
}*/
.top-news__right .webgene-item:last-of-type{
    margin-bottom: 0;
}
.top-news__right .webgene-item .news-img{
    margin-bottom: 20px;
    position: relative;
}
.top-news__right .webgene-item .news-info{
    margin-bottom: 10px;
}
.top-news__right .webgene-item .news-info .cate{
    min-width: 110px;
    background-color: #DC000C;
    border-radius: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 2.1875;
    text-align: center;
    padding: 0 15px;
    margin-left: 20px;
}
.top-news__right .webgene-item .news-img figure.ojf:before{
    padding-top: 56.25%;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/img_no.jpg);
}
.top-news__right .webgene-item .blogdate{
    font-size: 1.6rem;
    font-weight: 500;
}
.top-news__right .webgene-item .news-ttl{
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.top-news__btn__wrap{
    text-align: right;
}
.top-news__btn{
    display: inline-block;
}
.top-news__btn a{
    display: block;
}
.top-news__btn p{
    display: inline;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-right: 50px;
    position: relative;
}
.top-news__btn p:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_arrow01.png);
    width: 34px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.top-concept{
    position: relative;
    z-index: 1;
}
.top-concept__bg{
    width: calc(100% - 7.5px);
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.top-concept__cont.flex-cnt{
    display: block;
}
.top-concept__cont{
    margin-bottom: 40px;
}
.top-concept__cont__left{
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
}
.top-concept__cont__left__icon{
}
.top-concept__cont__right__p{
    color: #000;
    line-height: 2;
}
.top-concept__cont__right__p.ttl-cmn02{
    font-size: min(4.5vw, 2rem);
}
.top-concept__slider__img{
    margin: 0 8px;
}
.top-concept__slider__img img{
    max-height: max-content;
    height: 20vh;
    border-radius: 5px;
}
.top-feature__cont.flex-btw{
    display: block;
}
.top-feature__cont__left{
    margin-bottom: 20px;
}
.top-feature__cont__right{
    max-width: 1000px;
    width: 100%;
}
.top-feature__cont__right__list{
    margin-bottom: 40px;
    position: relative;
}
.top-feature__cont__right__icon{
    width: 100px;
    transform: rotate(-15deg);
    position: absolute;
    bottom: 120px;
    left: -20px;
}
.top-feature__cont__right__item__img__wrap{
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/img_top_feature_sub.png);
    padding: 30px 0 20px 0;
    margin-bottom: 30px;
}
.top-feature__cont__right__item__img.ojf:before{
    padding-top: 56.25%;
}
.top-feature__cont__right__item__img img{
    border-radius: 5px;
}
.top-feature__cont__right__item__txt.ttl-cmn02{
    font-weight: 400;
    text-align: center;
}
.top-feature__cont__right__item__txt strong{
    font-weight: 400;
}
.top-menu{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.top-menu__cont.flex-btw{
    display: block;
}
.top-menu__cont__left{
    margin-bottom: 30px;
}
.top-menu__cont__right{

}
.top-menu__cont__right__item.flex-btw{
    display: block;
}
.top-menu__cont__right__item{
    margin-bottom: 40px;
}
.top-menu__cont__right__item:last-of-type{
    margin-bottom: 0;
}
.top-menu__cont__right__item__img{
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
}
.top-menu__cont__right__item__img__inr.ojf:before{
    padding-top: 56.25%;
}
.top-menu__cont__right__item__img__inr img{
    border-radius: 5px;
}
.top-menu__cont__right__item__info__ttl{
    margin-bottom: 20px;
}
.top-menu__cont__right__item__info__txt{
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
.top-menu__cont__right__item__info .btn-cmn01__wrap{
    margin-left: 15px;
    margin-bottom: 20px;
}
.top-menu__cont__right__item__info .btn-cmn01__wrap:last-of-type{
    margin-bottom: 0;
}
.top-menu__circle{
    max-width: max-content;
    position: absolute;
    z-index: -1;
}
.top-menu__circle01{
    width: 40%;
    opacity: 0.1;
    top: 0;
    left: -20px;
}
.top-menu__circle02{
    width: 80%;
    opacity: 0.1;
    top: 0;
    right: 0;
    transform: translateX(20%);
}
.top-menu__circle03{
    width: 80%;
    bottom: 0;
    left: 0;
    transform: translateX(-50%) rotate(15deg);
}
.top-specialty__cont.flex-btw{
    display: block;
}
.top-specialty__cont{
    background-color: #fff;
    padding: 50px 15px;
}
.top-specialty__cont__left{
    max-width: 800px;
    width: 100%;
    margin: 0 auto 50px;
}
.top-specialty__cont__left{
    position: relative;
}
.top-specialty__cont__left__img.ojf:before{
    padding-top: 56.25%;
}
.top-specialty__cont__left__icon{
    max-width: max-content;
    width: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(20%);
}
.top-specialty__cont__right{
    position: relative;
}
.top-specialty__cont__right__ttl{
    margin-bottom: 30px;
}
.top-specialty__cont__right__ttl__p{
    color: #333;
    margin-bottom: 10px;
}
.top-specialty__cont__right__txt{
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #333;
    margin-bottom: 30px;
}
.top-specialty__cont__right .btn-cmn01__wrap{
    margin-left: 0;
}
.top-specialty__cont__right__icon{
    width: 130px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%);
}
@media screen and (min-width:768px){
    .top-ttl--type01{
        width: 155px;
    }
    .top-ttl--type01:before{
        width: 155px;
        height: 52px;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .top-ttl--type01__h{
        display: inline-block;
        width: 67px;
    }
    .top-ttl--type02.vertical .top-ttl--type02__h{
        display: inline-block;
        width: 67px;
        margin-bottom: 20px;
    }
    .top-ttl--type01.vertical .top-ttl--type01__h,
    .top-ttl--type02.vertical .top-ttl--type02__h{
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    .top-news{
        max-width: 555px;
        width: 100%;
        margin: 0 auto;
    }
    .top-news__left{
    }
    .top-news__left .top-ttl--type01{
        padding-left: 50px;
    }
    .top-news__right{
        padding-left: 50px;
    }
    .top-news__right .webgene-blog{
        margin-bottom: 30px;
    }
    .top-news__right .webgene-item .blogdate{
        font-size: 1.8rem;
    }
    .top-news__right .webgene-item .news-ttl{
        font-size: 1.8rem;
    }
    .top-news__btn p{
        font-size: 1.8rem;
    }
    .top-concept__cont.flex-cnt{
        display: flex;
        gap: 0 30px;
    }
    .top-concept__cont{
        margin-bottom: 60px;
        margin-top: -150px;
    }
    .top-concept__cont__left{
        width: auto;
        position: relative;
        transform: translate(0);
    }
    .top-concept__cont__left__icon{
        width: 150px;
        margin: 0;
    }
    .top-concept__cont__right{
        flex: 1;
        padding-top: 150px;
    }
    .top-concept__slider__img img{
        height: 30vh;
    }
    .top-feature__cont.flex-btw{
        display: flex;
        gap: 0 30px;
    }
    .top-feature__cont__left{
        margin-bottom: 0;
    }
    .top-feature__cont__right{
        width: calc(100% - 150px);
        flex: 1;
    }
    .top-feature__cont__right__list{
        margin-bottom: 60px;
    }
    .top-feature__cont__right__item__txt strong br{
        display: none;
    }
    .top-feature__cont__right__icon{
        width: 130px;
        bottom: 20px;
        left: -100px;
    }
    .top-menu__cont.flex-btw{
        display: flex;
        gap: 0 50px;
    }
    .top-menu__cont__left{
        margin-bottom: 0;
    }
    .top-menu__cont__right{
        max-width: 1060px;
        flex: 1;
    }
    .top-menu__cont__right__item__info__txt{
        font-size: 1.8rem;
    }
    .top-menu__cont__right__item:nth-of-type(2n){
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .top-specialty__cont{
        padding: 70px 15px;
    }
    .top-specialty__cont__right__txt{
        font-size: 1.8rem;
    }
    .top-specialty__cont__right__icon{
        width: 250px;
    }
}
@media screen and (min-width:1024px){
    .top-concept__cont__left__icon{
        width: auto;
    }
    .top-menu__cont__right{
        margin-bottom: 50px;
    }
    .top-menu__cont__right__item.flex-btw{
        display: flex;
        gap: 0 50px;
    }
    .top-menu__cont__right__item{
        margin: 0 0 50px;
    }
    .top-menu__cont__right__item:last-of-type{
        margin: 0;
    }
    .top-menu__cont__right__item__img{
        width: 48%;
        margin: 0;
    }
    .top-menu__cont__right__item__info{
        max-width: 500px;
        flex: 1;
        padding-top: min(6%, 60px);
    }
}
@media screen and (min-width:1300px){
    .top-news{
        max-width: none;
        margin: 0;
    }
    .top-news__right .webgene-blog{
    }
    .top-news__right .webgene-item{
    }
    .top-news__right .webgene-item:not(:first-of-type){
        display: block;
    }
    .top-news__right .webgene-item:last-of-type{
        margin: 0;
    }
    .top-concept__cont.flex-cnt{
        gap: 0 80px;
    }
    .top-feature__cont__right__icon{
        width: auto;
    }
    .top-specialty__cont.flex-btw{
        display: flex;
        gap: 0 30px;
    }
    .top-specialty__cont{
        margin-top: 100px;
    }
    .top-specialty__cont__left{
        width: 50%;
        margin: -120px 0 0;
    }
    .top-specialty__cont__left__inr{
        margin-left: -30px;
    }
    .top-specialty__cont__left__icon{
        width: auto;
        right: -40px;
        bottom: 0;
        transform: translateY(-10%);
    }
    .top-specialty__cont__right{
        flex: 1;
    }
    .top-specialty__cont__right__icon{
        transform: translateY(-70%);
    }
}
@media screen and (min-width:1390px){
    .top-concept__bg{
        width: calc(100% - min(80px, calc((100% - 1140px) / 2)));
    }
}
@media screen and (min-width:1510px){
    .top-specialty__cont__left__inr{
        margin-left: max(((100vw - 1230px - 280px) / -2), -235px);
    }
    .top-specialty__cont__left__icon{
        left: max(((100vw - 1230px - 280px) / -2), -235px);
        transform: translateY(20%);
    }
    .top-specialty__cont__right__icon{
        width: auto;
        right: max(((100vw - 1230px - 280px) / -2), -235px);
    }
}

/*	下層ヘッダー
---------------------------------*/
.subhd{
    position: relative;
}
.subhd__img{
    width: 100%;
    height: 400px;
}
.subhd__img.ojf:before{
    content: none;
}
.width_100 {
    height: auto !important;
    max-height: 100% !important;
    display: block !important;
}
.heght_auto {
    position: static !important;
}
.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-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
}
.subttl__eng{
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
@media screen and (min-width:768px){
    .subhd{
    }
    .subhd__img{
        height: 500px;
    }
    .subhd-ttl{
    }
    .subttl__jp{
        font-size: 4rem;
    }
    .subttl__eng{
        font-size: 2.1rem;
    }
}
@media screen and (min-width:1024px){
    .subhd{
    }
    .subhd__img{
        max-height: 600px;
        height: calc((100vw - 280px) * .5625);
    }
    .subhd-ttl{
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}

/*	ご来店のお客様へ
---------------------------------*/
.concept__catch{
    margin-bottom: 30px;
    position: relative;
}
.concept__catch__icon{
    max-width: max-content;
    width: 80%;
    margin: 0 auto 30px;
}
.concept__catch__img__wrap{
    gap: 0 5%;
}
.concept__catch__img--type01{
    max-width: 300px;
    flex: 1;
}
.concept__catch__img--type01.ojf:before{
    padding-top: 56.25%;
}
.concept__catch__img--type02{
    max-width: 330px;
    flex: 1;
}
.concept__catch__img--type02__inr{
    padding-bottom: 40px;
    position: relative;
}
.concept__catch__img--type02__item01{
    width: 75.8%;
    margin-left: auto;
}
.concept__catch__img--type02__item01.ojf:before{
    padding-top: 56.25%;
}
.concept__catch__img--type02__item02{
    width: 54.5%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.concept__catch__img--type02__item02.ojf:before{
    padding-top: 56.25%;
}
.concept__catch__txt{
    text-align: center;
}
.concept__catch__txt.ttl-cmn02{
    font-size: min(4.5vw, 2rem);
}

.none_absolute {
    display: block !important;
}



.feature__cont__left{
    text-align: center;
    margin-bottom: 30px;
}
.feature__cont__left .top-ttl--type01{
    display: inline-block;
}
.feature__cont.flex-btw{
    display: block;
}
.feature__cont__right{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.feature__cont__right__item.flex-btw{
    display: block;
}
.feature__cont__right__item{
    margin-bottom: 30px;
}
.feature__cont__right__item:last-of-type{
    margin-bottom: 0;
}
.feature__cont__right__item__img__wrap{
    max-width: 500px;
    width: 100%;
    margin: 0 auto 20px;
}
.feature__cont__right__item__img.ojf:before{
    padding-top: 56.25%;
}
.feature__cont__right__item__info{
    
}
.feature__cont__right__item__info__bnr{
    margin-bottom: 20px;
}
.feature__cont__right__item__info__bnr__p{
    display: inline-block;
    width: 192px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 72px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.feature__cont__right__item__info__bnr__p:before{
    content: "";
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_feature_no.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.feature__cont__right__item__info__ttl{
    margin-bottom: 20px;
}
.feature__cont__right__item__info__ttl.ttl-cmn02{
    letter-spacing: 0.025em;
}
.feature__cont__right__item__info__txt{
    letter-spacing: 0.025em;
}
.feature__circle__wrap{
    position: relative;
    z-index: 1;
}
.feature__circle01{
    max-width: max-content;
    width: 80%;
    position: absolute;
    top: 200px;
    right: 0;
    z-index: -1;
}
.feature__circle02{
    max-width: max-content;
    width: 50%;
    position: absolute;
    top: 60%;
    left: 0;
    z-index: -1;
}
.concept__media{
    padding-bottom: 80px;
}
.concept__media__ttl{
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}
.concept__media__box{
    border: solid 1px #fff;
    padding: 80px 15px 30px;
    position: relative;
}
.concept__media__box__icon{
    max-width: max-content;
    width: 140px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
}
.concept__media__box__icon02{
    width: 120px;
    position: absolute;
    right: 15px;
    bottom: 0;
    transform: translateY(70%);
}
.concept__media__box__inr.flex-cnt{
    display: block;
}
.concept__media__box__inr{
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}
.concept__media__box__item{
    max-width: 330px;
    width: 100%;
    margin: 0 auto 30px;
}
.concept__media__box__item__img{
    margin-bottom: 20px;
}
.concept__media__box__item__img.ojf:before{
    padding-top: 56.25%;
}
.concept__media__box__item__txt__date,
.concept__media__box__item__txt__desc{
    font-size: 1.6rem;
    letter-spacing: 0.025em;
    text-align: center;
}
.concept__media__box__item__txt__date{
    font-weight: 700;
}
.concept__media__box__item__txt__desc{
    font-weight: 500;
}
@media screen and (min-width:768px){
    .concept__catch__img--type02__inr{
        padding-bottom: 80px;
    }
    .concept__catch__txt.ttl-cmn02{
        font-size: min(3vw, 2.4rem);
    }
    .feature__cont.flex-btw{
        display: flex;
        gap: 0 30px;
    }
    .feature__cont__right{
        max-width: 960px;
        width: auto;
        flex: 1;
        margin: 0;
    }
    .feature__cont__right__item{
        margin-bottom: 50px;
    }
    .feature__cont__right__item__info__bnr__p{
        font-size: 3rem;
    }
    .concept__media{
        padding-bottom: 130px;
    }
    .concept__media__box{
        padding: 60px 15px 50px;
    }
    .concept__media__box__icon{
        width: 200px;
        transform: translateY(-80%);
    }
    .concept__media__box__icon02{
        width: auto;
    }
    .concept__media__box__item__txt__date,
    .concept__media__box__item__txt__desc{
        font-size: 1.8rem;
    }
}
@media screen and (min-width:1024px){
    .concept__catch__txt.ttl-cmn02{
        font-size: min(2vw, 2.4rem);
    }
    .feature__circle01{
        right: -280px;
    }
    .concept__media__box{
        padding: 80px 15px 70px;
    }
    .concept__media__box__icon{
        transform: translateY(-50%);
    }
    .concept__media__box__inr.flex-cnt{
        display: flex;
        gap: 0 30px;
    }
    .concept__media__box__item{
        width: calc((100% - 60px) / 3);
        margin: 0;
    }
}
@media screen and (min-width:1300px){
    .concept__catch{
        margin-bottom: 70px;
    }
    .concept__catch__icon{
        margin-bottom: 0;
    }
    .concept__catch__img--type01{
        width: 25%;
        position: absolute;
        top: 30px;
        left: 0;
    }
    .concept__catch__img--type02{
        width: 27.5%;
        position: absolute;
        top: 30px;
        right: 0;
    }
    .feature__cont__right__item.flex-btw{
        display: flex;
        gap: 0 30px;
    }
    .feature__cont__right__item__img__wrap{
        flex: 1;
        margin: 0;
    }
    .feature__cont__right__item__info{
        max-width: 420px;
        width: 50%;
        padding-top: min(8%, 70px);
    }
    .feature__cont__right__item:nth-of-type(2n){
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .concept__media__box{
        padding: 60px 15px 70px;
    }
    .concept__media__box__icon{
        max-width: max-content;
        width: 20%;
        transform: translateY(-80%);
    }
}


/*	すし広の名物グルメ
---------------------------------*/
.specialty__cont{
    position: relative;
    z-index: 1;
}
.specialty__cont__bg{
    width: 76vw;
    height: calc(100% - 200px);
    background-color: #333;
    position: absolute;
    top: 50%;
    right: calc(50% - 50vw);
    transform: translateY(-50%);
    z-index: -1;
}
.specialty__cont__catch{
    margin-bottom: 50px;
}
.specialty__cont__catch__ttl{
    display: grid;
    place-content: center;
    place-items: center;
	grid-template-columns: minmax(50%, 230px) minmax(50%, 180px);
	grid-template-rows: 1fr 1fr;
    margin-bottom: 40px;
}
.specialty__cont__catch__ttl__img01{
    grid-row: 1 / 2;
	grid-column: 1 / 2;
    margin-left: auto;
}
.specialty__cont__catch__ttl__img02{
    grid-row: 1 / 2;
	grid-column: 2 / 3;
    margin-right: auto;
}
.specialty__cont__catch__ttl__img03{
    grid-row: 2 / 3;
	grid-column: 1 / 3;
}
.specialty__cont__catch__info{
    text-align: center;
}
.specialty__cont__catch__info__h{
    margin-bottom: 30px;
}
.specialty__cont__catch__info__h strong{
    font-weight: 500;
}
.specialty__cont__catch__info__p{
    text-align: left;
    letter-spacing: 0.05em;
}
.specialty__cont__item.flex-btw{
    display: block;
}
.specialty__cont__item__left{
    max-width: 580px;
    width: 100%;
    margin: 0 auto 30px;
}
.specialty__cont__item__left__img.ojf:before{
    padding-top: 56.25%;
}
.specialty__cont__item__right{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.specialty__cont__info__bnr{
    margin-bottom: 20px;
}
.specialty__cont__info__bnr__p{
    display: inline-block;
    min-width: 200px;
    background-color: #db000b;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.9;
    text-align: center;
    padding: 0 15px;
}
.specialty__cont__info__ttl__txt{
    padding-left: 40px;
    margin-bottom: 30px;
    position: relative;
}
.specialty__cont__info__ttl__txt:before{
    content: '';
    width: 25px;
    height: 3px;
    background-color: #dc010c;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.specialty__cont__item__right{
    padding-bottom: 70px;
    margin-bottom: 70px;
    position: relative;
}
.specialty__cont__item__right__icon{
    width: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(50%);
}
.specialty__menu__ttl{
    text-align: center;
    margin-bottom: 30px;
}
.specialty__menu__cont.flex-btw{
    display: block;
}
.specialty__menu__cont{
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.specialty__menu__cont__left{
    margin-bottom: 30px;
}
.specialty__menu__cont__right{
    max-width: 400px;
    width: 100%;
    margin: 0 auto 20px;
}
.specialty__menu__cont__right__img.ojf:before{
    padding-top: 56.25%;
}
.specialty__menu__cont__bg{
    width: 67vw;
    height: 100%;
    background-color: #333;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    z-index: -1;
}
.event__cont.flex-btw{
    display: block;
}
.event__cont__left{
    text-align: center;
    margin-bottom: 30px;
}
.event__cont__left .top-ttl--type01{
    display: inline-block;
}
.event__cont__right{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.event__cont__right__item{
    border: solid 1px #fff;
    padding: 30px 15px;
    margin-bottom: 30px;
}
.event__cont__right__item:last-of-type{
    margin-bottom: 0;
}
.event__cont__right__item__inr{
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
}
.event__cont__right__item__info.flex-nml{
    display: block;
}
.event__cont__right__item__info{
    margin-bottom: 10px;
}
.event__cont__right__item__info:last-of-type{
    margin-bottom: 0;
}
.event__cont__right__item__info__th{
    background-color: #666;
    text-align: center;
    padding: 0 10px;
}
.event__cont__right__item__info__th__p{
    line-height: 35px;
}
.event__cont__right__item__info__td{
    padding: 10px;
}
@media screen and (min-width:768px){
    .specialty__cont__catch__ttl{
        grid-template-columns: 20% auto 20%;
        grid-template-rows: 1fr;
        gap: 0 20px;
        margin-bottom: 70px;
    }
    .specialty__cont__catch__ttl__img01{
        grid-row: 1 / 2;
        grid-column: 1 / 2;
        margin: 0;
    }
    .specialty__cont__catch__ttl__img02{
        grid-row: 1 / 2;
        grid-column: 3 / 4;
        margin: 0;
    }
    .specialty__cont__catch__ttl__img03{
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }
    .specialty__cont__catch__info__h{
        margin-bottom: 50px;
    }
    .specialty__cont__catch__info__h strong br{
        display: none;
    }
    .specialty__cont__catch__info__p{
        text-align: center;
    }
    .specialty__cont__item.flex-btw{
        display: flex;
        gap: 0 30px;
    }
    .specialty__cont__item__left{
        width: 50%;
        margin: 0;
    }
    .specialty__cont__item__right{
        flex: 1;
        width: auto;
        margin: 0;
    }
    .specialty__cont__info__bnr__p{
        font-size: 2.1rem;
    }
    .specialty__menu__ttl{
        margin-bottom: 40px;
    }
    .specialty__menu__cont.flex-btw{
        display: flex;
        gap: 0 30px;
    }
    .specialty__menu__cont__left{
        flex: 1;
        margin: 0;
    }
    .specialty__menu__cont__right{
        width: 35%;
        margin: 0;
    }
    .event__cont.flex-btw{
        display: flex;
        gap: 0 30px;
    }
    .event__cont__left{
        margin-bottom: 0;
    }
    .event__cont__right{
        flex: 1;
        margin: 0;
    }
    .event__cont__right__item{
        padding: 40px 15px;
    }
    .event__cont__right__item__info.flex-nml{
        display: flex;
        gap: 0 30px;
    }
    .event__cont__right__item__info__th{
        width: 120px;
    }
    .event__cont__right__item__info__td{
        flex: 1;
        padding: 5px 15px 5px 0;
    }
}
@media screen and (min-width:1024px){
    .specialty__cont__catch__info__h{
        font-size: min(2.8vw, 3rem);
    }
    .specialty__cont__item__right{
        padding-top: min(10%, 70px);
    }
}
@media screen and (min-width:1300px){
    .specialty__cont__item__right__icon{
        width: auto;
        transform: translate(0);
    }
}

/*	店舗情報
---------------------------------*/
.shop__info.flex-btw{
    display: block;
}
.shop__info__left{
    text-align: center;
    margin-bottom: 30px;
}
.shop__info__left .top-ttl--type01{
    display: inline-block;
}
.shop__info__right{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.shop__info__right__top{
    margin-bottom: 40px;
}
.shop__info__right__top__img{
    width: calc((100% - 2px) / 2);
}
.shop__info__right__top__img.ojf:before{
    padding-top: 56.25%;
}
.seat{
    position: relative;
    z-index: 1;
}
.seat__icon{
    max-width: max-content;
    width: 56.7vw;
    position: absolute;
    top: 60px;
    right: 0;
    z-index: -1;
}
.seat__cont.flex-btw{
    display: block;
}
.seat__cont__left{
    text-align: center;
    margin-bottom: 30px;
}
.seat__cont__left .top-ttl--type01{
    display: inline-block;
}
.seat__cont__right{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.seat__cont__right__item.flex-btw{
    display: block;
}
.seat__cont__right__item{
    margin-bottom: 50px;
}
.seat__cont__right__item:last-of-type{
    margin-bottom: 0;
}
.seat__cont__right__item__img{
    max-width: 600px;
    width: 100%;
    margin: 0 auto 20px;
}
.seat__cont__right__item__img__inr.ojf:before{
    padding-top: 56.25%;
}
.seat__cont__right__item__info__num{
    margin-bottom: 30px;
}
.seat__cont__right__item__info__num__p{
    font-size: 4rem;
    font-weight: 900;
    color: #dc010c;
    line-height: 1;
}
.seat__cont__right__item__info__num__p strong{
    font-size: 10rem;
    font-weight: 900;
}
@media screen and (min-width:768px){
    .shop__info.flex-btw{
        display: flex;
        gap: 0 30px;
    }
    .shop__info__left{
        margin-bottom: 0;
    }
    .shop__info__right{
        flex: 1;
        width: auto;
        margin: 0;
    }
    .shop__info__right__top{
        margin-bottom: 50px;
    }
    .seat__icon{
        top: 100px;
    }
    .seat__cont.flex-btw{
        display: flex;
        gap: 0 30px;
    }
    .seat__cont__left{
        margin-bottom: 0;
    }
    .seat__cont__right{
        flex: 1;
        margin: 0;
    }
    .seat__cont__right__item__info__num__p{
        font-size: 5rem;
    }
    .seat__cont__right__item__info__num__p strong{
        font-size: 12rem;
    }
}
@media screen and (min-width:1024px){
}
@media screen and (min-width:1300px){
    .seat__cont__right__item.flex-btw{
        display: flex;
        gap: 0 50px;
    }
    .seat__cont__right__item__img{
        width: 62.5%;
        margin: 0;
    }
    .seat__cont__right__item__info{
        flex: 1;
        padding-top: min(7%, 60px);
    }
    .seat__cont__right__item:nth-of-type(2n){
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .seat__icon{
        right: -280px;
    }
}

/*	ランチ（昼メニュー）
---------------------------------*/
.menu--recommend__cont.flex-btw{
    display: block;
}
.menu--recommend__cont__left{
    text-align: center;
    margin-bottom: 30px;
}
.menu--recommend__cont__left .top-ttl--type01{
    display: inline-block;
}
.menu--recommend__cont__right{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.menu--recommend__cont__right__item.flex-btw{
    display: block;
}
.menu--recommend__cont__right__item{
    margin-bottom: 40px;
}
.menu--recommend__cont__right__item:last-of-type{
    margin-bottom: 0;
}
.menu--recommend__cont__right__item__img__wrap{
    max-width: 500px;
    width: 100%;
    margin: 0 auto 20px;
}
.menu--recommend__cont__right__item__img.ojf:before{
    padding-top: 56.25%;
}
.menu--recommend__cont__right__item__info{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.menu--recommend__cont__right__item__info__icon{
    width: 180px;
    margin-bottom: 20px;
}
.menu--recommend__cont__right__item__info__ttl{
    margin-bottom: 20px;
}
.menu--recommend__cont__right__item__info__desc{
    letter-spacing: 0.025em;
    margin-bottom: 30px;
}
.menu--recommend__cont__right__item__info__price{
    text-align: right;
}
.menu--recommend__cont__right__item__info__price.ttl-cmn06 strong{
    font-size: 2.2rem;
    font-weight: 700;
}
.menu__item{
    margin-bottom: 40px;
}
.menu__item:last-of-type{
    margin-bottom: 0;
}
.menu__item__ttl.flex-nml{
    display: block;
}
.menu__item__ttl{
    margin-bottom: 20px;
}
.menu__item__ttl__p{
    padding-left: 40px;
    position: relative;
}
.menu__item__ttl__p:before{
    content: "";
    width: 25px;
    height: 3px;
    background-color: #dc010c;
    position: absolute;
    top: 18px;
    left: 0;
}
.menu__item__ttl__annotation{
    padding-top: 5px;
}
.menu__item__cont.flex-cnt{
    display: block;
}
.menu__item__cont__right{
    max-width: 400px;
    width: 100%;
    text-align: center;
    margin: 0 auto 30px;
}
.menu__item__cont__right__img{
    width: 80%;
    margin: 0 auto;
}
.menu__item__cont__right__img.ojf:before{
    padding-top: 56.25%;
}
.menu__item__cont__left{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.menu__item__cont__left.menu__item__cont__left--takeout{
    max-width: none;
}
.menu__btn__list.flex-cnt{
    display: block;
}
.menu__btn__item{
    max-width: 300px;
    width: 100%;
    background-color: #db000b;
    margin: 0 auto 20px;
}
.menu__btn__item:last-of-type{
    margin-bottom: 0;
}
.menu__btn__item a{
    display: block;
    text-align: center;
}
.menu__btn__item p{
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 3.9;
}
.menu__circle02,
.menu__circle03,
.menu__circle04,
.menu__circle05{
    max-width: max-content;
    width: 50%;
    position: absolute;
    z-index: -1;
}
.menu__circle02{
    top: 22%;
    left: 0;
}
.menu__circle03{
    top: 42%;
    right: 0;
}
.menu__circle04{
    top: 57%;
    left: 0;
}
.menu__circle05{
    top: 85%;
    right: 0;
}
.menu__item__cont--type02 .menu__item__cont__left{
    margin-bottom: 30px;
}
.menu__item__cont__left__table__tr__inr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;

    width: 100%;
    margin-top: 20px;
}
.menu__item__cont__left__table__tr__inr__img{
    width: 40%;
}
.menu__item__cont__left__table__tr__inr__txt{
    flex: 1;
}
@media screen and (min-width:768px){
    .menu--recommend__cont.flex-btw{
        display: flex;
        gap: 0 30px;
    }
    .menu--recommend__cont__right{
        width: auto;
        flex: 1;
        margin: 0;
    }
    .menu--recommend__cont__right__item{
        margin-bottom: 70px;
    }
    .menu--recommend__cont__right__item__info__icon{
        width: auto;
    }
    .menu--recommend__cont__right__item__info__price.ttl-cmn06 strong{
        font-size: 3rem;
    }
    .menu__item{
        margin-bottom: 70px;
    }
    .menu__item__ttl.flex-nml{
        display: flex;
    }
    .menu__item__ttl{
        margin-bottom: 30px;
    }
    .menu__item__ttl__p:before{
        top: 24px;
    }
    .menu__item__ttl__annotation{
        flex: 1;
        padding-top: 10px;
        padding-left: 20px;
    }
    .menu__btn__list.flex-cnt{
        display: flex;
        gap: 30px;
    }
    .menu__btn__item{
        width: calc((100% - 60px) / 3);
        margin: 0;
    }
    .menu__btn__item p{
        font-size: 1.8rem;
    }
    .menu__btn__list--dinner{
        max-width: 620px;
        width: 100%;
        margin: 0 auto 50px;
    }
    .menu__btn__list--dinner .menu__btn__item{
        width: calc((100% - 30px) / 2);
    }
    .menu__item__cont__left__table__tr__inr{
        gap: 0 30px;
    }
    .menu__item__cont__left__table__tr__inr__img{
        width: 35%;
    }
}
@media screen and (min-width:1024px){
    .menu__circle03,
    .menu__circle05{
        right: -280px;
    }
}
@media screen and (min-width:1300px){
    .menu--recommend__cont__right__item.flex-btw{
        display: flex;
        gap: 0 30px;
    }
    .menu--recommend__cont__right__item__img__wrap{
        flex: 1;
        margin: 0;
    }
    .menu--recommend__cont__right__item__info{
        max-width: 420px;
        width: 50%;
        margin: 0;
    }
    .menu--recommend__cont__right__item:nth-of-type(2n){
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .menu__item__cont.flex-cnt{
        display: flex;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        gap: 0 50px;
    }
    .menu__item__cont__right{
        width: 33%;
        text-align: right;
        margin: 0;
    }
    .menu__item__cont__right__img{
        width: auto;
        margin: 0;
    }
    .menu__item__cont__left{
        width: auto;
        flex: 1;
        margin: 0;
    }
    .menu__item__cont--type02.flex-cnt{
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .menu__item__cont--type02 .menu__item__cont__left{
        margin-bottom: 0;
    }
}

/*	テイクアウト（お持ち帰り）
---------------------------------*/
.takeout__box{
    border: solid 2px #fff;
    text-align: center;
    padding: 40px 15px;
}
.takeout__box__p{
    margin-bottom: 5px;
}
.takeout__box__annotation{
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}
@media screen and (min-width:768px){
    .takeout__box__annotation{
        font-size: 1.8rem;
    }
}
@media screen and (min-width:1024px){
}
@media screen and (min-width:1300px){
}

.recommend__p{
    text-align: center;
    margin-bottom: 10px;
}
.recommend__btn{
    text-align: center;
}

@media screen and (max-width:480px){
    .subttl__jp {
        font-size: 1.5rem;
    }
    .subttl__eng {
        font-size: 1.3rem;
    }
}