@charset "utf-8";
/*	ヘッダーa
---------------------------------*/
/* :root{
	--header: 60px;
	scroll-padding: var(--header);
}
@media screen and (min-width: 768px){
    :root{
        --header: 90px;
    }
}
@media screen and (min-width: 1023px){
    :root{
        --header: 100px;
    }
} */
html {
  scroll-padding-top: 100px;
}
.hd-h1{
    display: none;
}
.click_event{
    pointer-events: none;
}
.gjs-dashed .header{
}
.header{
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.hd-inr{
    height: 60px;
    padding: 5px 10px;
    position: relative;
}
.hd-logo{
    width: 168px;
    position: relative;
    align-items: center;
    z-index: 1000;
}
.hd-logo a{
    display: block;
    position: relative;
}
.hd-right{
    display: none;
}
.sp-phone.hd-phone{
    text-align: center;
    margin-bottom: 20px;
}
.hd-phone01{
    display: inline;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    color: #000;
    padding-left: 30px;
    position: relative;
}
.hd-phone01:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_phone.png);
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.hd-sns-list{
    margin-bottom: 30px;
}
.hd-sns{
    margin-right: 10px;
}
.hd-sns:last-of-type{
    margin-right: 0;
}
.sp-phone{
    text-align: center;
    margin-bottom: 20px;
}
.sp-phone .hd-phone01{
    color: #000;
}
.hd-nav{
    height: 100vh;
}

.hd-menu{
    position: relative;
}
.gjs-dashed .hd-menu-down-border{
    display: block;
}
.hd-menu-down-border{
    display: none;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_hd_menu.png);
    width: max-content;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}
.hd-menu-down{
    padding: 25px 15px;
    border-bottom: solid 1px #999;
}
.hd-menu:hover .hd-menu-down-border,
.hd-menu:hover .hd-menu-down{
    display: block;
}
.hd-menu-down:hover{
    display: block;
}
.hd-menu-down-inr{
    gap: 10px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.hd-menu-down a{
    width: calc((100% - 10px) / 2);
}
.hd-menu-down-inr-img{
    box-shadow: 0px 0px 10px 0px rgba(49, 49, 49, 0.1);
    text-align: center;
}
.hd-menu.nav-item{
}
@media screen and (min-width: 768px){
    .hd-inr{
        height: 90px;
        padding: 15px 20px;
    }
    .hd-logo{
        display: block;
        width: auto;
    }
    .hd-phone01{
        font-size: 3rem;
    }
    .hd-phone01:before{
        width: 22px;
    }
}
@media screen and (min-width: 1024px){
    .hd-inr{
        height: auto;
        padding: 20px;
    }
    .hd-logo{
        width: auto;
    }
    .hd-right{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: center;
        align-items: center;
    }
    .hd-phone{
    }
    .hd-nav{
        height: auto;
    }
    .hd-nav .li{
        padding-left: 25px;
    }
    .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-menu-down-border{
        max-width: 650px;
        width: 100vw;
    }
    .hd-menu-down{
        border-bottom: none;
        padding: 50px 15px;
        position: relative;
    }
    .hd-menu-down-inr{
        max-width: 515px;
        width: 100%;
        margin: 0 auto;
    }
    .hd-nav .li .hd-menu-down a{
        width: calc((100% - 20px) / 3);
    }
    .hd-btn{
        background-color: #000;
        border-radius: 27px;
        width: 220px;
        margin-left: 30px;
    }
    .hd-btn a{
        display: block;
        text-align: center;
    }
    .hd-btn p{
        display: inline;
        font-weight: 700;
        letter-spacing: 0.05em;
        color: #fff;
        line-height: 55px;
        padding-left: 30px;
        position: relative;
    }
    .hd-btn p:before{
        content: '';
        background: no-repeat center center / contain;
        background-image: url(/system_panel/uploads/images/icon_mail.png);
        width: 22px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .hd-sns-list{
        margin: 0 0 0 15px;
    }
}
@media screen and (min-width: 1300px){
    .hd-inr{
        padding: 20px 30px;
    }
}

/*ハンバーガーボタン*/
.navToggle {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: auto;
	width: 50px;
	height: 50px;
	cursor: pointer;
    z-index: 9999;
}
.navToggle div {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 25px;
	height: 16px;
}
.navToggle span {
	display: block;
	position: absolute;
	height:2px;
	width:100%;
	background: #ffffff;
	left:0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.navToggle span:nth-child(1) {
	top: 0;
}
.navToggle span:nth-child(2) {
	top: 7px;
}
.navToggle span:nth-child(3) {
	top: 14px;
}
/* ハンバーガーボタン 切り替えアニメーション */
.open .navToggle {
	position: fixed;
    z-index: 10002;
}
.open .navToggle span{
    background: #333333;
}
.open .navToggle span:nth-child(1) {
	top: 7px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open .navToggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open .navToggle span:nth-child(3) {
	top: 7px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/*---------- ハンバーガーメニュー ----------*/
.bg-hum-blue{
    background-color: #f99103;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}
.gjs-dashed .navbar{
    background-color: #fff;
    overflow: scroll;
    height: 100vh;
}
.hd-sp-menu{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
.hd-sp-menu.open{
    overflow: scroll;
    height: 100vh;
    background-color: #fff;
}
.navbar{
    background: transparent;
    max-width: 500px;
    width: 100%;
    padding: 22.5px 10px;
    margin-left: auto;
}
.navbar.open{
}
.navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0px;
    width: 20px;
    height: 15px;
    margin: auto;
    margin-right: 5px;
    box-sizing: border-box;
    position: relative;
}

.navbar-dark .navbar-toggler-icon {
    background-image:none;
    background-color: #000;
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    transition: ease .5s;
}

.navbar-toggler-icon:nth-of-type(1) {
    top: 0px;
}

.navbar-toggler-icon:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}

.navbar-toggler-icon:nth-of-type(3) {
    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:8px;
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
    top: 8px;
    transform: rotate(-45deg);
}
button:focus{
    outline: none;
}
.navbar-collapse{
    padding-top: 30px;
}
.navbar-collapse.show{
}
.navbar-nav{
    margin-bottom: 30px;
}
.nav-item{
    padding: 0 15px;
    border-bottom: solid 1px #999;
}
.nav-item:first-of-type{
    border-top: solid 1px #999;
}
.nav-item p{
    letter-spacing: 0.025em;
    line-height: 50px;
}
.hd-btn-sp{
    background-color: #000;
    border-radius: 35px;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.hd-btn-sp a{
    display: block;
    text-align: center;
}
.hd-btn-sp p{
    display: inline;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 60px;
    padding-left: 35px;
    position: relative;
}
.hd-btn-sp p:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_mail.png);
    width: 22px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (min-width: 768px){
    .navbar{
        padding: 30px 15px;
    }
    .navbar-dark .navbar-toggler{
        width: 40px;
        height: 30px;
        margin-right: 10px;
    }
    .navbar-dark .navbar-toggler-icon{
        width: 100%;
        height: 3px;
    }
    .navbar-collapse.show{
        height: calc(100vh - 90px);
    }
    .bg-hum-blue{
        width: 90px;
        height: 90px;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1){
        top: 13px;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3){
        top: 13px;
    }
}
@media screen and (min-width: 1080px){
    .bg-hum-blue{
        display: none;
    }
}

/*	フッター共通コンテンツ
---------------------------------*/
.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;
    color: #fff;
    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-time{
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}
.ft-contact-cmn-item .hd-phone01{
}
.ft-contact-cmn-item.ft-contact-cmn-btn{
    background-color: #ff7e01;
    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-size: 1.6rem;
    font-weight: 700;
    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-logo{
    width: 180px;
    text-align: center;
    margin: 0 auto 20px;
}
.ft-sns{
    text-align: center;
    margin: 0 0 20px;
}
.ft-add{
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 50px;
}
.ft-nav{
    display: none;
}
@media screen and (min-width:768px){
    .ft-logo{
        width: auto;
        margin: 0 0 20px;
    }
    .ft-add{
    }
}
@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;
    }
    .ft-nav .li{
        padding: 0 10px;
        margin-bottom: 15px;
        position: relative;
    }
    .ft-nav .li:last-of-type:before{
        content: none;
    }
    .ft-nav .li:first-of-type{
        padding-left: 0;
    }
    .ft-nav .li:last-of-type{
        padding-right: 0;
    }
    .ft-nav .li p{
        letter-spacing: 0.05em;
        line-height: 16px;
    }
    .ft-nav .li.other p{
        position: relative;
        padding-right: 20px;
    }
    .ft-nav .li.other p:before{
        content: "";
        background: no-repeat center center / contain;
        background-image: url(/system_panel/uploads/images/icon_other01.png);
        width: 13px;
        height: 13px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
}
@media screen and (min-width:1080px){
    .ft-nav .li{
        }
}
/*ページトップへ戻るボタン*/
.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;
}
@media screen and (min-width:768px) {
    .copyright {
        font-size: 1.2rem;
    }
}

/*	メイン画像
---------------------------------*/
.main-img-otr{
    position: relative;
}
.main-img{
    height: 100vw;
    margin: 0 10px;
}
.main-img img{
    border-radius: 30px;
}
.main-img.ojf:before{
    content: none;
}
.main-catch{
    max-width: max-content;
    width: 35%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top-fv__bg{
    background-color: #f39800;
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.top-fv-logo{
    max-width: 280px;
    width: 25%;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.top-fv-logo__inr{
    position: relative;
}
.top-fv-logo__img01{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top-fv-logo__img02{
    animation: rotate 50s linear infinite;
}
@keyframes rotate{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}
@media screen and (min-width:768px){
    .main-img{
        margin: 0 15px;
    }
    .main-catch{
    }
    .top-fv-logo{
        bottom: 40px;
        right: 40px;
    }
}
@media screen and (min-width:1024px){
    .main-img{
        max-width: 910px;
        height: 47.4vw;
    }
    .main-catch{
        width: 15%;
    }
    .top-fv-logo{
        width: auto;
    }
}
@media screen and (min-width:1080px){
    .main-img{
    }
    .main-catch{
    }
}

/*	トップページ
---------------------------------*/
.por{
    position: relative;
}
.bg-beige{
    background-color: #f4efe6;
}
.bg-orange{
    background-color: #f39800;
}
.bg-gray{
    background-color: #faf7f2;
}
.bg-navy{
    background-color: #23262b;
}
.top-overflow{
    overflow: hidden;
}
.top-ttl{
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.top-ttl.left{
    text-align: left;
}
.top-ttl .ttl-cmn01{
    line-height: 1;
    margin-bottom: 15px;
    position: relative;
}
.top-ttl.small .ttl-cmn01{
    font-size: min(4rem, 9vw);
}
.top-ttl .ttl-cmn02{
    display: inline-block;
    border-bottom: solid 1px #333;
    padding-bottom: 3px;
}
.top-ttl .ttl-cmn02.border-none{
    border-bottom: none;
    padding-bottom: 0;
}
.top-ttl.white .ttl-cmn01,
.top-ttl.white .ttl-cmn02,
.top-ttl.white .ttl-cmn04,
.top-ttl.white .ttl-cmn08{
    color: #fff;
}
.top-ttl.white .ttl-cmn02{
    border-bottom: solid 1px #fff;
}
.top-ttl.mb0{
    margin-bottom: 0;
}
.circle-yellow{
    background-color: #fff21b;
    border-radius: 50%;
    max-width: 900px;
    max-height: 900px;
    width: 45%;
    height: 45vw;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.top-catch{
    position: relative;
}
.top-catch__p{
    font-family: "Open Sans", sans-serif;
    font-size: min(7rem, 10vw);
    font-weight: 800;
    letter-spacing: 0.075em;
    color: #f7f7f6;
    line-height: 1;
    position: absolute;
    top: 25px;
    left: 0;
}
.top-catch__cont{
    margin-bottom: 40px;
    position: relative;
}
.top-catch__cont__txt{
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.top-catch__cont__txt__img{
    margin-bottom: 30px;
}
.top-catch__cont__txt .ttl-cmn03{
    margin-bottom: 30px;
    font-size: min(2.6rem, 5.6vw);
}
.top-catch__cont__txt__desc strong{
    border-bottom: solid 1px #333;
    padding-bottom: 3px;
}
.top-catch__cont__img{
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.top-catch__cont__img__inr{
    padding-bottom: min(25vw, 140px);
    position: relative;
}
.top-catch__cont__img__item01{
    width: 83.3%;
}
.top-catch__cont__img__item01.ojf:before{
    padding-top: 72.5%;
}
.top-catch__cont__img__item01 img{
    border-radius: 20px;
}
.top-catch__cont__img__item02{
    width: 58.3%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.top-catch__cont__img__item02.ojf:before{
    padding-top: 71.4%;
}
.top-catch__cont__img__item02 img{
    border-radius: 20px;
}
.top-catch__btn__list.flex-cnt{
    display: block;
}
.top-catch__btn__list__item.btn-cmn01{
    margin: 0 auto 15px;
}
.top-catch__btn__list__item.btn-cmn01:last-of-type{
    margin-bottom: 0;
}
.gjs-dashed .top-logo__slider{
    max-width: 250px;
}
.top-logo__slider{
    height: 200px;
    background-color: #fff;
    border: solid 5px #e8d4b3;
    border-radius: 50%;
    margin: 0 10px;
}
.top-logo__slider a{
    width: 100%;
    height: 100%;

    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;
}
.top-logo__slider__img{
    max-width: max-content;
    width: 50%;
}
.top-shop__list.flex-cnt{
    display: block;
}
.top-shop__list{
    margin-bottom: 40px;
}
.top-shop__list__item{
    background-color: #fff;
    max-width: 700px;
    width: 100%;
    margin: 0 auto 30px;
}
.top-shop__list__item__a{
    display: block;
}
.top-shop__list__item__a__txt{
    text-align: center;
    padding: 40px 15px;
    position: relative;
}
.top-shop__list__item__a__txt__icon{
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    
    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;
}
.top-shop__list__item__a__txt__icon img{
    max-width: max-content;
    width: 70%;
}
.top-shop__list__item__a__txt__desc__h,
.top-shop__list__item__a__txt__desc__p{
    position: relative;
    z-index: 1;
}
.top-shop__list__item__a__txt__desc__h{
    display: inline-block;
    padding-top: 30px;
    padding-right: 40px;
    position: relative;
}
.top-shop__list__item__a__txt__desc__h:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_arrow02.png);
    width: 18px;
    height: calc(100% - 30px);
    position: absolute;
    top: 31px;
    right: 0;
}
.top-shop__list__item__a__txt__desc__h.other:before{
    background-image: url(/system_panel/uploads/images/icon_other01.png);
}
.top-shop__list__item__a__img{
    position: relative;
}
.top-shop__list__item__a__img.ojf:before{
    padding-top: 62.83%;
}
.gjs-dashed .top-shop__list__item__a__img.ojf img{
    position: relative;
    width: auto;
    height: auto;
}
.gjs-dashed .top-shop__list__item__a__img.ojf:before{
    padding-top: 0;
}
.top-shop__list__item__a__img img{
    transition: opacity 0.5s;
}
.top-shop__list__item:hover .top-shop__list__item__a__img img:first-of-type{
    opacity: 0;
}
.top-shop__list__item__a__img img:last-of-type{
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.top-shop__list__item:hover .top-shop__list__item__a__img img:last-of-type{
    opacity: 1;
}
.gjs-dashed .top-shop__list__item__a__img:hover img:first-of-type{
    opacity: 1;
}
.gjs-dashed .top-shop__list__item__a__img img:last-of-type{
    position: relative;
    opacity: 1;
}
.top-recruit__bg{
    background-color: #f39800;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.top-recruit.flex-btw{
    display: block;
}
.top-recruit__cont__img__list{
    margin-bottom: 30px;
}
.top-recruit__cont__img__list__item{
    width: calc((100% - 10px) / 3);
}
.top-recruit__cont__img__list__item.ojf:before{
    padding-top: 181.8%;
}
.top-recruit__cont__img__list__item img{
    border-radius: 30px;
}
.top-recruit__cont__txt.flex-btw{
    display: block;
}
.top-recruit__cont__txt__p{
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.top-recruit__cont__txt__btn{
    max-width: 320px;
    width: 100%;
}
.job-desc__p.ttl-cmn09{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.recruit__btn{
    max-width: 450px;
    width: 100%;
    background-color: #f39800;
    border-radius: 35px;
    margin: 0 auto;
}
.recruit__btn a{
    display: block;
    text-align: center;
}
.recruit__btn p{
    display: inline;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 60px;
    padding-left: 40px;
    position: relative;
}
.recruit__btn p:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_mail.png);
    width: 18px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (min-width:768px){
    .top-ttl{
        margin-bottom: 40px;
    }
    .top-ttl .ttl-cmn01{
    }
    .top-ttl.small .ttl-cmn01{
        font-size: 6rem;
    }
    .top-catch__p{
        font-size: min(12rem, 10vw);
        left: 3.5%;
    }
    .top-catch__cont{
        margin-bottom: 60px;
    }
    .top-catch__cont__txt .ttl-cmn03{
        font-size: min(4rem, 3.2vw);
        margin-bottom: 40px;
    }
    .top-catch__cont__txt__img{
        margin-bottom: 60px;
    }
    .top-catch__cont__img__inr{
        padding-bottom: min(20vw, 140px);
    }
    .top-logo__slider{
        height: 250px;
    }
    .top-logo__slider__img{
        width: auto;
    }
    .top-shop__list__item__a__txt{
        padding: 70px 15px;
    }
    .top-shop__list__item__a__txt__icon{
        width: 240px;
        height: 240px;
    }
    .top-shop__list__item__a__txt__icon img{
        width: auto;
    }
    .top-shop__list__item__a__txt__desc__h{
        padding-top: 0;
    }
    .top-shop__list__item__a__txt__desc__h:before{
        width: 20px;
        height: 100%;
        top: 2px;
    }
    .top-recruit__bg{
        height: 60%;
    }
    .top-recruit__cont__img__list{
        margin-bottom: 50px;
    }
    .job-desc__p.ttl-cmn09{
        margin-bottom: 40px;
    }
    .recruit__btn p{
        line-height: 70px;
    }
    .recruit__btn p:before{
        width: 20px;
    }
}
@media screen and (min-width:1024px){
    .top-catch__cont__txt{
        margin-bottom: 0;
    }
    .top-catch__cont__txt__inr{
        width: 56%;
    }
    .top-catch__cont__img{
        width: 40%;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
    }
    .top-catch__cont__img__inr{
        padding-bottom: min(7vw, 140px);
        position: relative;
    }
    .top-catch__btn__list{
        gap: 30px;
    }
    .top-catch__btn__list.flex-cnt{
        display: flex;
    }
    .top-catch__btn__list__item.btn-cmn01{
        width: calc((100% - 60px) / 3);
        margin: 0;
    }
    .top-shop__list.flex-cnt{
        display: flex;
    }
    .top-shop__list{
        gap: 50px 10px;
        margin-bottom: 50px;
    }
    .top-shop__list__item{
        width: calc((100% - 10px) / 2);
        margin: 0;
    }
    .top-shop__list__item__a__txt__desc__p{
        font-size: min(1.8rem, 1.5vw);
    }
    .top-recruit.flex-btw{
        display: flex;
    }
    .top-recruit .top-ttl{
        width: 120px;
        margin: 0;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .top-recruit .top-ttl .ttl-cmn01,
    .top-recruit .top-ttl .ttl-cmn02{
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    .top-recruit .top-ttl .ttl-cmn01{
        width: 60px;
        margin-bottom: 0;
    }
    .top-recruit .top-ttl .ttl-cmn02{
        width: 34px;
    }
    .top-recruit__cont{
        width: calc(100% - 200px);
    }
    .top-recruit__cont__txt.flex-btw{
        display: flex;
    }
    .top-recruit__cont__txt__p{
        flex: 1;
        padding-right: 30px;
        margin-bottom: 0;
    }
    .top-recruit__cont__txt__btn .btn-cmn01{
        margin: 0;
    }
}

/*	下層ヘッダー
---------------------------------*/
.bg-subhd-otr{
    padding-top: 30px;
    padding-bottom: 60px;
    position: relative;
}
.bg-subhd-otr-orange{
    background-color: #f39800;
    width: 100%;
    height: 75%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.bg-subhd{
    max-width: 1480px;
    width: calc(100% - 30px);
    height: 300px;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/img_sub01.jpg);
    border-radius: 30px;
    margin: 0 auto;
    position: relative;
}
.bg-subhd__img{
    text-align: center;
    margin: 0 15px;
}
.subhd-ttl-otr{
    position: relative;
}
.subhd-ttl{
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}
.subttl.ttl-cmn01{
    color: #fff;
    text-shadow: 0 0 10px #000;
}
.subttl02.ttl-cmn03{
    font-weight: 900;
    font-size: 2.2rem;
    letter-spacing: 0.075em;
    color: #fff;
    text-shadow: 0 0 10px #000;
}
.shop-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (min-width:768px){
    .bg-subhd-otr{
        padding-bottom: 100px;
    }
    .bg-subhd{
        height: 400px;
    }
    .subhd-ttl{
    }
    .subttl02.ttl-cmn03{
        font-size: 4rem;
    }
}
@media screen and (min-width:1024px){
    .bg-subhd{
        height: 570px;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1260px){
    .subhd-ttl{
        left: calc((100% - 1200px) / 2);
    }
}

/*	バリューボックスについて
---------------------------------*/
.philosophy-catch{
    position: relative;
}
.philosophy-catch__bg{
    background-color: #fff;
    width: 100%;
    height: 100%;
    clip-path: ellipse(50% 100% at 50% 0);
    position: absolute;
    top: 0;
    left: 0;
}
.philosophy-catch__txt{
    position: relative;
    z-index: 1;
}
.philosophy-catch__txt .ttl-cmn01{
    font-size: 3rem;
}
.philosophy-catch__img{
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.philosophy-catch__map{
    max-width: max-content;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.management__list__item{
    max-width: 400px;
    width: 100%;
    padding-top: 40px;
    margin: 0 auto 30px;
    position: relative;
}
.management__list__item:last-of-type{
    margin-bottom: 0;
}
.management__list__item__inr.flex-btw{
    display: block;
}
.management__list__item__inr{
    position: relative;
}
.management__list__item__txt{
    margin-bottom: 20px;
}
.management__list__item__txt .ttl-cmn07{
    line-height: 1.4;
    margin-bottom: 20px;
}
.management__list__item__txt__p{
    letter-spacing: 0.05em;
}
.management__list__item__img{
    text-align: center;
}
.management__list__item__img img{
    border-radius: 20px;
}
.management__list__item__circle{
    background-color: rgba(255, 255, 255, .7);
    border-radius: 50%;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 0;
    right: 0;
}
.features__list.flex-btw{
    display: block;
}
.features__list{
    max-width: 1316px;
    width: calc(100% - 30px);
    margin: 0 15px;
}
.features__list__item{
    max-width: 430px;
    width: 100%;
    border: solid 5px #fff21b;
    border-radius: 30px;
    padding: 0 15px 30px;
    margin: 90px auto 0;
}
.features__list__item__inr{
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
}
.features__list__item__img{
    text-align: center;
    margin: -50px 0 30px;
}
.features__list__item__txt .ttl-cmn05{
    margin-bottom: 20px;
}
.message.flex-btw{
    display: block;
}
.message{
    padding: 0 0 30px;
    position: relative;
}
.message__txt{
    width: calc(100% - 30px);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.message__txt__p{
    margin-bottom: 30px;
}
.message__txt .ttl-cmn05{
    margin-bottom: 30px;
}
.message__txt .ttl-cmn04{
    text-align: right;
}
.message__img{
    width: calc(100% - 40px);
    text-align: center;
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
}
.message__img img{
    border-radius: 20px;
}
.message__bg{
    background-color: #fff;
    border-radius: 30px;
    width: 100%;
    height: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media screen and (min-width:768px){
    .philosophy-catch__txt .ttl-cmn01{
        font-size: 6rem;
    }
    .philosophy-catch__map{
        width: 65%;
    }
    .management__list__item{
        max-width: 700px;
        width: auto;
        min-height: 500px;
        padding-top: 0;
        margin-top: -130px;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center;
    }
    .management__list__item:first-of-type{
        margin-top: 0;
    }
    .management__list__item__inr.flex-btw{
        display: flex;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .management__list__item__txt{
        flex: 1;
        padding-left: 30px;
        margin-bottom: 0;
    }
    .management__list__item__txt .ttl-cmn07{
        margin-bottom: 30px;
    }
    .management__list__item__circle{
        width: 500px;
        height: 500px;
    }
    .management__list__item:nth-of-type(2n){
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .management__list__item:nth-of-type(2n) .management__list__item__inr{
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .management__list__item:nth-of-type(2n) .management__list__item__txt{
        padding: 0 30px 0 0;
    }
    .management__list__item:nth-of-type(2n) .management__list__item__circle{
        left: 0;
        right: auto;
    }
    .message{
        padding: 40px 0;
    }
}
@media screen and (min-width:1024px){
    .philosophy-catch__map{
        width: 50%;
    }
    .management__list__item{
        max-width: 700px;
        width: 100%;
        min-height: 580px;
        margin: max(-200px, -12vw) 0 0;
    }
    .management__list__item__inr{
        width: 90%;
    }
    .management__list__item__circle{
        width: 580px;
        height: 580px;
    }
    .management__list__item:nth-of-type(2n){
        margin-left: auto;
    }
    .features__list.flex-btw{
        display: flex;
    }
    .features__list{
        gap: 13px 0;
    }
    .features__list__item{
        width: calc((100% - 26px) / 3);
        margin: 50px 0 0;
    }
    .features__list__item__txt .ttl-cmn05{
        font-size: min(2.4rem, 2.1vw);
    }
    .message.flex-btw{
        display: flex;
    }
    .message__txt{
        width: 50%;
        padding: 30px 0 0 50px;
        margin: 0;
    }
    .message__img{
        width: 37.5%;
        margin: 0;
    }
    .message__bg{
        width: 85%;
        height: 100%;
        top: 0;
        bottom: auto;
    }
}
@media screen and (min-width:1346px){
    .features__list{
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (min-width:1080px){
    .message__txt{
        padding: 50px 0 0 50px;
    }
}

/*	魚島屋
---------------------------------*/
.bg-subhd.uoshimaya{
    max-width: 1100px;
    background-image: url(/system_panel/uploads/images/img_sub01_uoshimaya.png);
}
.bg-subhd-otr-uoshimaya{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_wave01.png);
    width: 100%;
    height: 55%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.reserve-btn__list{
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 50;
}
.reserve-btn__list__item{
    width: 100%;
    background-color: #000;
    text-align: center;
}
.reserve-btn__list__item a{
    display: block;
    padding: 0 15px;
}
.reserve-btn__list__item .ttl-cmn02{
    font-family: "Noto Serif JP";
    color: #fff;
    line-height: 60px;
}
.reserve-btn__list__item.half{
    width: calc(100% / 2);
}
.reserve-btn__list__item.red{
    background-color: #c30c22;
}
.reserve-btn__list__item.navy{
    background-color: #23262b;
}
.uoshimaya__catch__p{
    text-align: center;
    margin-bottom: 80px;
}
.uoshimaya__catch__box{
    background-color: #fff;
    padding: 90px 15px 40px;
    position: relative;
}
.uoshimaya__catch__box__ttl{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.uoshimaya__catch__box__inr{
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}
.uoshimaya__catch__box__inr.flex-btw{
    display: block;
}
.uoshimaya__catch__box__inr__item{
    max-width: 500px;
    width: 100%;
    margin: 0 auto 60px;
}
.uoshimaya__catch__box__inr__item:last-of-type{
    margin-bottom: 0;
}
.uoshimaya__catch__box__inr__item__ttl{
    padding-left: 40px;
    margin-bottom: 15px;
    position: relative;
}
.uoshimaya__catch__box__inr__item__ttl:before{
    content: "";
    border: solid 2px #be1212;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.uoshimaya__catch__box__inr__item__ttl .ttl-cmn08{
    background-color: #fff;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}
.uoshimaya__catch__box__inr__item__ttl .ttl-cmn08 span{
    font-size: 3.6rem;
}
.uoshimaya__catch__box__inr__item__img{
    margin-bottom: 20px;
}
.uoshimaya__catch__box__inr__item__img.ojf:before{
    padding-top: 80%;
}
.uoshimaya__catch__box__inr__item .ttl-cmn04{
    font-family: "Zen Antique", serif;
}
.uoshimaya__catch__icon01{
    max-width: max-content;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.uoshimaya__catch__icon02{
    max-width: max-content;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.shop-catch__img{
    text-align: center;
}
.top-ttl.uoshima .ttl-cmn04{
    font-family: "Zen Antique", serif;
}
.kodawari__list__item.flex-btw{
    display: block;
}
.kodawari__list__item{
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
}
.kodawari__list__item:last-of-type{
    margin-bottom: 0;
}
.kodawari__list__item__img.ojf:before{
    padding-top: 68%;
}
.kodawari__list__item__txt{
    background-image: -moz-linear-gradient( 0deg, rgb(252,250,247) 0%, rgba(231,226,212,0) 83%, rgba(230,225,211,0) 85%, rgba(208,200,175,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(252,250,247) 0%, rgba(231,226,212,0) 83%, rgba(230,225,211,0) 85%, rgba(208,200,175,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(252,250,247) 0%, rgba(231,226,212,0) 83%, rgba(230,225,211,0) 85%, rgba(208,200,175,0) 100%);
    padding: 40px 15px;
}
.kodawari__list__item__txt__inr{
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
}
.kodawari__list__item__txt__ttl.flex-nml{
    display: block;
}
.kodawari__list__item__txt__ttl{
    margin-bottom: 20px;
}
.kodawari__list__item__txt__ttl__num{
    width: 80px;
}
.kodawari__list__item__txt__ttl .ttl-cmn05{
    font-family: "Zen Antique", serif;
    font-weight: 400;
    padding-top: 20px;
    flex: 1;
}
.kodawari__list__item__txt__inr__desc{
    letter-spacing: 0.05em;
}
.kodawari__list__item:nth-of-type(2n) .kodawari__list__item__txt{
    background-image: -moz-linear-gradient( 0deg, rgba(208,200,175,0) 0%, rgba(230,225,211,0) 15%, rgba(231,226,212,0) 17%, rgb(252,250,247) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(208,200,175,0) 0%, rgba(230,225,211,0) 15%, rgba(231,226,212,0) 17%, rgb(252,250,247) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(208,200,175,0) 0%, rgba(230,225,211,0) 15%, rgba(231,226,212,0) 17%, rgb(252,250,247) 100%);
}
.shop-kodawari__icon01{
    max-width: max-content;
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.shop-kodawari__icon02{
    max-width: max-content;
    width: 40%;
    position: absolute;
    top: 60%;
    left: 0;
    z-index: -1;
}
.recommend__uoshimaya__bg{
    width: 100vw;
    height: 20vw;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_wave02.png);
    position: absolute;
    bottom: 0;
    left: 0;
}
.recommend__list.flex-cnt{
    display: block;
}
.recommend__list{
    position: relative;
}
.recommend__list__item{
    max-width: 380px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto 30px;
}
.recommend__list__item:last-of-type{
    margin-bottom: 0;
}
.recommend__list__item__img.ojf:before{
    padding-top: 73.7%;
}
.recommend__list__item__txt{
    text-align: center;
    padding: 20px 15px;
}
.recommend__list__item__txt .ttl-cmn04{
    font-family: "Noto Serif JP";
}
.uoshimaya__info-btn__list.flex-cnt{
    display: block;
}
.uoshimaya__info-btn__list__item{
    max-width: 530px;
    width: 100%;
    background-color: #c30c22;
    border-radius: 20px;
    margin: 0 auto 20px;
}
.uoshimaya__info-btn__list__item:last-of-type{
    margin-bottom: 0;
}
.uoshimaya__info-btn__list__item a{
    display: block;
    text-align: center;
}
.uoshimaya__info-btn__list__item p{
    display: inline-block;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 20px 70px;
    position: relative;
}
.uoshimaya__info-btn__list__item p:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_uoshimaya_info01.png);
    width: 50px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.uoshimaya__info-btn__list__item p:after{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_arrow03.png);
    width: 18px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.uoshimaya__info-btn__list__item.navy{
    background-color: #23262b;
}
.uoshimaya__info-btn__list__item.navy p:before{
    background-image: url(/system_panel/uploads/images/icon_uoshimaya_info02.png);
}
.shop-info__uoshimaya__ttl.ttl-cmn07{
    font-family: "Zen Antique", serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
.shop-info__insta{
    text-align: center;
    margin-bottom: 30px;
}
.shop-info__slider{
    margin-bottom: 50px;
}
.shop-info__slider__img{
    margin: 0 7.5px;
}
.shop-info__slider__img.ojf:before{
    padding-top: 73.07%;
}
.gjs-dashed .shop-info__slider__img{
    max-width: 500px;
}
.shop-info__item.flex-btw{
    display: block;
}
.shop-info__item{
    margin-bottom: 50px;
}
.shop-info__item__left{
    margin-bottom: 30px;
}
.access-map{
    width: 100%;
    height: 250px;
}
.access-map iframe{
    width: 100%;
    height: 250px;
}
.shop-info__btn__list.flex-cnt{
    display: block;
}
.shop-info__btn__list__item{
    max-width: 390px;
    width: 100%;
    background-color: #c30c22;
    border-radius: 20px;
    margin: 0 auto 20px;
    position: relative;
}
.shop-info__btn__list__item:last-of-type{
    margin-bottom: 0;
}
.shop-info__btn__list__item.navy{
    background-color: #23262b;
}
.shop-info__btn__list__item:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_arrow01.png);
    width: 18px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 30px;
}
.shop-info__btn__list__item.other:before{
    background-image: url(/system_panel/uploads/images/icon_other02.png);
}
.shop-info__btn__list__item a{
    display: block;
    text-align: center;
}
.shop-info__btn__list__item p{
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 60px;
}
@media screen and (min-width:768px){
    .reserve-btn__list{
        top: 50%;
        bottom: auto;
        right: 0;
        transform: translateY(-50%);
    }
    .reserve-btn__list.flex-btw{
        display: block;
    }
    .reserve-btn__list{
        width: auto;
    }
    .reserve-btn__list__item{
        border-radius: 20px 0 0 20px;
        margin-bottom: 30px;
    }
    .reserve-btn__list__item a{
        padding: 40px 0;
    }
    .reserve-btn__list__item:last-of-type{
        margin-bottom: 0;
    }
    .reserve-btn__list__item.half{
        width: auto;
    }
    .reserve-btn__list__item .ttl-cmn02{
        width: 85px;
        min-height: 200px;
        line-height: 85px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: upright;
    }
    .uoshimaya__catch__p{
        margin-bottom: 120px;
    }
    .uoshimaya__catch__box{
        padding: 90px 15px 60px;
    }
    .uoshimaya__catch__box__inr__item__ttl:before{
        width: 125px;
        height: 125px;
    }
    .uoshimaya__catch__box__inr__item__ttl .ttl-cmn08 span{
        font-size: 6rem;
    }
    .kodawari__list__item{
        margin-bottom: 60px;
    }
    .kodawari__list__item__txt{
        padding: 60px 15px 40px;
    }
    .kodawari__list__item__txt__ttl{
        margin-bottom: 30px;
    }
    .kodawari__list__item__txt__ttl__num{
        width: auto;
    }
    .uoshimaya__info-btn__list__item p{
        line-height: 100px;
        padding: 0 65px;
    }
    .uoshimaya__info-btn__list__item p br{
        display: none;
    }
    .uoshimaya__info-btn__list__item p:before{
        width: 61px;
        height: 67px;
    }
    .uoshimaya__info-btn__list__item p:after{
        width: 20px;
    }
    .shop-info__insta{
        margin-bottom: 50px;
    }
    .shop-info__uoshimaya__ttl.ttl-cmn07{
        margin-bottom: 50px;
    }
    .shop-info__slider{
        margin-bottom: 70px;
    }
    .shop-info__item{
        margin-bottom: 70px;
    }
    .access-map{
        height: 400px;
    }
    .access-map iframe{
        height: 400px;
    }
    .shop-info__btn__list__item p{
        line-height: 70px;
    }
    .shop-info__btn__list__item:before{
        width: 20px;
        right: 40px;
    }
}
@media screen and (min-width:1024px){
    .uoshimaya__catch__box__inr.flex-btw{
        display: flex;
    }
    .uoshimaya__catch__box__inr__item{
        width: calc((100% - 60px) / 2);
        margin: 0;
    }
    .kodawari__list__item.flex-btw{
        display: flex;
    }
    .kodawari__list__item{
        max-width: none;
        margin: 0 0 50px;
    }
    .kodawari__list__item:last-of-type{
        margin-bottom: 0;
    }
    .kodawari__list__item__img{
        width: 40%;
    }
    .kodawari__list__item__txt{
        width: 60%;
    }
    .kodawari__list__item__txt__ttl.flex-nml{
        display: flex;
    }
    .kodawari__list__item__txt__ttl .ttl-cmn05{
        flex: 1;
        padding: 20px 0 0 20px;
    }
    .kodawari__list__item:nth-of-type(2n + 1){
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .recommend__list.flex-cnt{
        display: flex;
    }
    .recommend__list{
        gap: 30px;
    }
    .recommend__list__item{
        width: calc((100% - 60px) / 3);
        margin: 0;
    }
    .recommend__uoshimaya__bg{
        height: 8.3vw;
    }
    .uoshimaya__info-btn__list.flex-cnt{
        display: flex;
    }
    .uoshimaya__info-btn__list{
        gap: 40px;
    }
    .uoshimaya__info-btn__list__item{
        width: calc((100% - 40px) / 2);
        margin: 0;
    }
    .shop-info__item.flex-btw{
        display: flex;
    }
    .shop-info__item__left{
        max-width: 580px;
        width: 50%;
        margin: 0;
    }
    .shop-info__item__left .cmn-table--type02__th{
        width: 170px;
    }
    .shop-info__item__right{
        width: 48%;
    }
    .access-map{
        height: 500px;
    }
    .access-map iframe{
        height: 500px;
    }
    .shop-info__btn__list{
        gap: 15px;
    }
    .shop-info__btn__list.flex-cnt{
        display: flex;
    }
    .shop-info__btn__list__item{
        width: calc((100% - 30px) / 3);
        margin: 0;
    }
}
@media screen and (min-width:1080px){
}

/*	チャオズ
---------------------------------*/
.bg-subhd.chaozu{
    max-width: 1100px;
    background-image: url(/system_panel/uploads/images/img_sub01_chaozu.png);
}
.bg-subhd-otr-chaozu{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_chaozu01.png);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.bg-check{
    background: repeat center center / contain;
    background-image: url(/system_panel/uploads/images/bg_check01.png);
}
.kodawari__list.chaozu .kodawari__list__item__txt{
    background-color: #fcfaf7;
    border-radius: 0 0 20px 20px;
}
.kodawari__list.chaozu .kodawari__list__item__img img{
    border-radius: 20px 20px 0 0;
}
.kodawari__list.chaozu .kodawari__list__item__txt__ttl .ttl-cmn05{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: min(2rem, 4.6vw);
    font-weight: 500;
}
.chaozu.shop-kodawari__icon01{
    top: 30px;
}
.chaozu.shop-kodawari__icon02{
    top: auto;
    bottom: 30px;
}
.recommend__chaozu__bg01{
    width: 100%;
    height: 100%;
    background-color: #c43b45;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
}
.recommend__chaozu__bg02{
    width: 100%;
    height: 40px;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_chaozu_red03.jpg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
.recommend__chaozu__bg03{
    width: 100%;
    height: 50%;
    background: repeat center center / contain;
    background-image: url(/system_panel/uploads/images/bg_check01.jpg);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.chaozu.top-ttl .ttl-cmn08{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
}
.chaozu.top-ttl .ttl-cmn04{
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.chaozu.shop-info__btn__list .shop-info__btn__list__item{
    background-color: #000;
}
.chaozu.reserve-btn__list .reserve-btn__list__item .ttl-cmn02{
    font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width:768px){
    .recommend__chaozu__bg02{
        height: 60px;
    }
    .kodawari__list.chaozu .kodawari__list__item__txt__ttl .ttl-cmn05{
        font-size: 2.4rem;
    }
}
@media screen and (min-width:1024px){
    .kodawari__list.chaozu .kodawari__list__item__txt{
        background-color: #fcfaf7;
        border-radius: 20px 0 0 20px;
    }
    .kodawari__list.chaozu .kodawari__list__item__img img{
        border-radius: 0 20px 20px 0;
    }
    .kodawari__list.chaozu .kodawari__list__item:nth-of-type(2n) .kodawari__list__item__txt{
        border-radius: 0 20px 20px 0;
    }
    .kodawari__list.chaozu .kodawari__list__item:nth-of-type(2n) .kodawari__list__item__img img{
        border-radius: 20px 0 0 20px;
    }
}
@media screen and (min-width:1080px){
}


/*	オサカナノヒ
---------------------------------*/
.bg-subhd.osakananohi{
    max-width: 1100px;
    background-image: url(/system_panel/uploads/images/img_sub01_osakananohi.png);
}
.bg-subhd-otr-osakananohi{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_osakananohi01.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.shop__catch{
    text-align: center;
}
.shop__catch .ttl-cmn07{
    margin-bottom: 20px;
}
.shop__catch.osakananohi .ttl-cmn07{
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: 700;
}
.shop__catch.osakananohi .ttl-cmn07 span{
    color: #fff;
    padding: 10px;
}
.shop__catch.osakananohi .ttl-cmn09{
    font-family: "BIZ UDGothic", sans-serif;
}
.shop__catch.osakananohi .ttl-cmn09 strong{
    font-weight: 400;
}
.shop__catch__icon01{
    max-width: max-content;
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.shop__catch__icon02{
    max-width: max-content;
    width: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.kodawari__list.osakananohi .kodawari__list__item__txt{
    background: #fff;
}
.kodawari__list.osakananohi .kodawari__list__item__txt__ttl .ttl-cmn05{
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: 700;
}
.kodawari__list.osakananohi .kodawari__list__item__txt__ttl .ttl-cmn05 span{
    color: #fff;
    padding: 5px;
}
.osakananohi__bg{
    width: 100%;
    height: 100%;
    background: repeat center center / contain;
    background-image: url(/system_panel/uploads/images/bg_osakananohi_wave01.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.osakananohi.top-ttl .ttl-cmn08{
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: 700;
}
.osakananohi.top-ttl .ttl-cmn04{
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.recommend__osakananohi__bg01{
    width: 100%;
    height: 100%;
    background-color: #314e5f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
}
.recommend__osakananohi__bg02{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_osakananohi_wave02.png);
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}
.recommend__osakananohi__bg03{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_osakananohi_pattern01.jpg);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.shop-info__btn__list.osakananohi .shop-info__btn__list__item{
    background-color: #314e5f;
}
.reserve-btn__list.osakananohi .reserve-btn__list__item{
    background-color: #314e5f;
}
.reserve-btn__list.osakananohi .reserve-btn__list__item .ttl-cmn02{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
}
@media screen and (min-width:768px){
    .recommend__osakananohi__bg02{
        height: 134px;
    }
}
@media screen and (min-width:1024px){
    .shop__catch.osakananohi .ttl-cmn07 strong br{
        display: none;
    }
    .shop__catch.osakananohi .ttl-cmn09 strong br{
        display: none;
    }
}
@media screen and (min-width:1080px){
}

/*	焼乃魚島
---------------------------------*/
.bg-subhd.yakinouoshima{
    max-width: 1100px;
    background-image: url(/system_panel/uploads/images/img_sub01_yakinouoshima.png);
}
.bg-subhd-otr-yakinouoshima{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_yakinouoshima01.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.bg-subhd.yakinouoshima .shop-logo{
    max-width: 180px;
    width: 40%;
}
.shop__catch.yakinouoshima .ttl-cmn07{
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
}
.shop__catch.yakinouoshima .ttl-cmn07 strong{
    font-weight: 400;
}
.shop__catch.yakinouoshima .ttl-cmn09{
    font-family: "Zen Old Mincho", serif;
}
.yakinouoshima__bg{
    width: 100%;
    height: 100%;
    background: repeat center center / contain;
    background-image: url(/system_panel/uploads/images/bg_yakinouoshima_pattern03.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.yakinouoshima.top-ttl .ttl-cmn08{
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
}
.yakinouoshima.top-ttl .ttl-cmn04{
    font-family: "Zen Old Mincho", serif;
}
.kodawari__list.yakinouoshima .kodawari__list__item__txt{
    background: none;
    position: relative;
}
.kodawari__list.yakinouoshima .kodawari__list__item__txt:before{
    content: "";
    width: 100%;
    height: 100%;
    background: no-repeat center center / cover;
    background-image: -moz-linear-gradient( 0deg, rgb(252,250,247) 0%, rgb(237,233,223) 57%, rgba(230,225,211,0.35) 85%, rgba(208,200,175,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(252,250,247) 0%, rgb(237,233,223) 57%, rgba(230,225,211,0.35) 85%, rgba(208,200,175,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(252,250,247) 0%, rgb(237,233,223) 57%, rgba(230,225,211,0.35) 85%, rgba(208,200,175,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.kodawari__list.yakinouoshima .kodawari__list__item:nth-of-type(2n) .kodawari__list__item__txt:before{
    background-image: -moz-linear-gradient( 0deg, rgba(208,200,175,0) 0%, rgba(230,225,211,0.35) 15%, rgb(237,233,223) 43%, rgb(252,250,247) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(208,200,175,0) 0%, rgba(230,225,211,0.35) 15%, rgb(237,233,223) 43%, rgb(252,250,247) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(208,200,175,0) 0%, rgba(230,225,211,0.35) 15%, rgb(237,233,223) 43%, rgb(252,250,247) 100%);
    left: auto;
    right: 0;
}
.kodawari__list.yakinouoshima .kodawari__list__item__txt__ttl .ttl-cmn05{
    font-family: "Zen Old Mincho", serif;
    font-size: min(2rem, 4.8vw);
}
.kodawari__list__item__txt__icon{
    max-width: max-content;
    width: 30%;
    position: absolute;
    bottom: 20px;
    right: 5px;
}
.recommend__yakinouoshima__bg01{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_yakinouoshima_pattern01.png);
    width: 100%;
    height: 45%;
    position: absolute;
    top: 0;
    left: 0;
}
.recommend__yakinouoshima__bg02{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_yakinouoshima_pattern02.png);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.recommend__list.yakinouoshima.flex-cnt{
    display: flex;
}
.recommend__list.yakinouoshima{
    gap: 20px;
}
.recommend__list.yakinouoshima .recommend__list__item{
    max-width: 150px;
    width: calc((100% - 40px) / 3);
    min-height: 250px;
    padding: 20px 15px;
    margin: 0;
}
.recommend__list.yakinouoshima .recommend__list__item__txt{
    text-align: center;
}
.recommend__list.yakinouoshima .recommend__list__item__txt .ttl-cmn09{
    display: inline-block;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.075em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.shop-info__btn__list.yakinouoshima .shop-info__btn__list__item{
    background-color: #9b003f;
}
.reserve-btn__list.yakinouoshima .reserve-btn__list__item{
    background-color: #9b003f;
}
.reserve-btn__list.yakinouoshima .reserve-btn__list__item .ttl-cmn02{
    font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width:768px){
    .bg-subhd.yakinouoshima .shop-logo{
        max-width: none;
        width: auto;
    }
    .recommend__list.yakinouoshima{
        gap: 40px;
    }
    .recommend__list.yakinouoshima .recommend__list__item{
        width: calc((100% - 80px) / 3);
        min-height: 360px;
        padding: 40px 15px;
    }
    .kodawari__list.yakinouoshima .kodawari__list__item__txt__ttl .ttl-cmn05{
        font-size: 2.4rem;
    }
}
@media screen and (min-width:1024px){
    .shop__catch.yakinouoshima .ttl-cmn07 strong br{
        display: none;
    }
    .kodawari__list.yakinouoshima .kodawari__list__item__txt:before{
        width: calc(100% + 15px);
        left: -15px;
    }
    .kodawari__list.yakinouoshima .kodawari__list__item:nth-of-type(2n) .kodawari__list__item__txt:before{
        right: -15px;
    }
    .kodawari__list__item__txt__icon{
        right: min(60px, 5%);
    }
    .kodawari__list.yakinouoshima .kodawari__list__item:nth-of-type(2n) .kodawari__list__item__txt__icon{
        right: 0;
    }
}
@media screen and (min-width:1230px){
    .kodawari__list.yakinouoshima .kodawari__list__item__txt:before{
        width: calc(100% + ((100vw - 1200px) / 2));
        left: calc((100vw - 1200px) / 2 * -1);
    }
    .kodawari__list.yakinouoshima .kodawari__list__item:nth-of-type(2n) .kodawari__list__item__txt:before{
        right: calc((100vw - 1200px) / 2 * -1);
    }
}


/*	やきしま
---------------------------------*/
.bg-subhd.yakishima{
    max-width: 1100px;
    background-image: url(/system_panel/uploads/images/img_sub01_yakishima.png);
}
.bg-subhd-otr-yakishima{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_yakishima01.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.bg-subhd.yakishima .shop-logo{
    max-width: 110px;
    width: 25%;
}
.yakishima__catch__bg{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_yakishima_pattern01.jpg);
}
.shop__catch.yakishima .ttl-cmn07{
    font-family: "Shippori Mincho", serif;
    font-size: min(2.2rem, 5.4vw);
    font-weight: 500;
}
.shop__catch.yakishima .ttl-cmn07 strong{
    font-weight: 500;
}
.shop__catch.yakishima .ttl-cmn09{
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
}
.shop__catch.yakishima .ttl-cmn09 strong{
    font-weight: 500;
}
.yakishima__kodawari__bg{
    width: 100%;
    height: 100%;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_yakishima_pattern02.jpg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
.shop-kodawari__icon02.yakishima{
    top: auto;
    bottom: 0;
}
.top-ttl.yakishima .ttl-cmn08{
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
}
.top-ttl.yakishima .ttl-cmn04{
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
}
.kodawari__list.yakishima .kodawari__list__item__txt{
    background: #fff;
}
.kodawari__list.yakishima .kodawari__list__item__txt__ttl .ttl-cmn05{
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
}
.kodawari__list.yakishima .kodawari__list__item__txt__ttl .ttl-cmn05 strong{
    font-weight: 500;
}
.recommend__yakishima__bg01{
    width: 100%;
    height: 100%;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_yakishima_recommend02.jpg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
.recommend__yakishima__bg02{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_yakishima_recommend01.jpg);
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.shop-info__btn__list.yakishima .shop-info__btn__list__item{
    background-color: #b62629;
}
.reserve-btn__list.yakishima .reserve-btn__list__item{
    background-color: #b62629;
}
@media screen and (min-width:768px){
    .bg-subhd.yakishima .shop-logo{
        max-width: none;
        width: 120px;
    }
    .shop__catch.yakishima .ttl-cmn07{
        font-size: 3.6rem;
    }
    .shop__catch.yakishima .ttl-cmn09{
        font-size: min(2.1rem, 2.5vw);
    }
    .shop__catch.yakishima .ttl-cmn09 strong br{
        display: none;
    }
}
@media screen and (min-width:1024px){
    .bg-subhd.yakishima .shop-logo{
        width: auto;
    }
    .shop__catch.yakishima .ttl-cmn07 strong br{
        display: none;
    }
    .kodawari__list.yakishima .kodawari__list__item__txt__ttl .ttl-cmn05{
        font-size: min(2.4rem, 2vw);
    }
    .kodawari__list.yakishima .kodawari__list__item__txt__ttl .ttl-cmn05 strong br{
        display: none;
    }
}
@media screen and (min-width:1080px){
}


/*	店舗一覧
---------------------------------*/
.bg-subhd.shoplist{
    background-image: url(/system_panel/uploads/images/img_sub01_shoplist.jpg);
}
.shoplist__box:nth-of-type(2n + 1){
    background-color: #f4efe6;
}
.shoplist__ttl{
    text-align: center;
    margin-bottom: 30px;
}
.shoplist__cont{
    margin-bottom: 50px;
}
.shoplist__cont__inr{
    margin-bottom: 50px;
}
.shoplist__cont__inr:last-of-type{
    margin-bottom: 0;
}
.shoplist__cont__ttl{
    margin-bottom: 30px;
}
.shoplist__cont__item.flex-cnt{
    display: block;
}
.shoplist__cont__item.flex-btw{
    display: block;
}
.shoplist__cont__icon{
    width: 30px;
    margin-left: 15px;
}
.shoplist__cont__item__img{
    text-align: center;
    margin-bottom: 30px;
}
.shoplist__icon{
    text-align: center;
    margin-bottom: 40px;
}
@media screen and (min-width:768px){
    .shoplist__ttl{
        margin-bottom: 50px;
    }
    .shoplist__cont{
        margin-bottom: 70px;
    }
    .shoplist__cont__icon{
        width: auto;
    }
    .shoplist__cont__inr{
        margin-bottom: 70px;
    }
    .shoplist__icon{
        margin-bottom: 50px;
    }
}
@media screen and (min-width:1024px){
    .shoplist__cont__ttl{
        margin-bottom: 40px;
    }
    .shoplist__cont__item.flex-cnt{
        display: flex;
    }
    .shoplist__cont__item.flex-btw{
        display: flex;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .shoplist__cont__item__img{
        max-width: 575px;
        width: 48%;
        margin: 0;
    }
    .shoplist__cont__item__txt{
        width: 50%;
    }
    .shoplist__cont__item__txt .cmn-table--type02__th{
        width: 170px;
        padding-left: 50px;
    }
}
@media screen and (min-width:1080px){
}


/*	店舗一覧
---------------------------------*/
.bg-subhd.recruit{
    background-image: url(/system_panel/uploads/images/img_sub01_recruit.jpg);
}
.recruit__catch{
    text-align: center;
    position: relative;
}
.recruit__catch .ttl-cmn07{
    font-weight: 700;
    margin-bottom: 30px;
}
.recruit__catch .ttl-cmn09{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
}
.campaign__box{
    background-color: #fff;
    border: solid 3px #f39800;
    border-radius: 20px;
    text-align: center;
    padding: 12vw 15px 40px;
    position: relative;
}
.campaign__box__icon{
    max-width: max-content;
    width: 80%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.campaign__box .ttl-cmn10{
    margin-bottom: 10px;
}
.appeal__list__item.flex-btw{
    display: block;
}
.appeal__list__item{
    max-width: 550px;
    width: 100%;
    margin: 0 auto 30px;
}
.appeal__list__item:last-of-type{
    margin-bottom: 0;
}
.appeal__list__item__img.ojf:before{
    padding-top: 65.5%;
}
.appeal__list__item__img img{
    border-radius: 20px 20px 0 0;
}
.appeal__list__item__txt{
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    padding: 20px 15px;
}
.appeal__list__item__txt__inr{
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}
.appeal__list__item__txt__ttl{
    margin-bottom: 20px;
}
.appeal__list__item__txt__ttl__num{
    width: 80px;
    height: 80px;
    background-color: #fff21b;
    border-radius: 50%;
    
    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;
}
.appeal__list__item__txt__ttl__num p{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-size: 4rem;
    letter-spacing: 0.05em;
    color: #000;
}
.appeal__list__item__txt__ttl .ttl-cmn10{
    padding-left: 20px;
    flex: 1;
}
.appeal__list__item__txt__desc{
    letter-spacing: 0.05em;
}
@media screen and (min-width:768px){
    .recruit__catch .ttl-cmn07 strong br{
        display: none;
    }
    .recruit__catch .ttl-cmn09 strong br{
        display: none;
    }
    .campaign__box{
        padding: 80px 15px 70px;
    }
    .appeal__list__item__txt__ttl__num{
        width: 100px;
        height: 100px;
    }
}
@media screen and (min-width:1024px){
    .appeal__list__item.flex-btw{
        display: flex;
    }
    .appeal__list__item:nth-of-type(2n + 1).flex-btw{
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .appeal__list__item{
        max-width: none;
        margin: 0 0 50px;
    }
    .appeal__list__item:last-of-type{
        margin-bottom: 0;
    }
    .appeal__list__item__img{
        width: 45%;
    }
    .appeal__list__item__img img{
        border-radius: 0 20px 20px 0;
    }
    .appeal__list__item__txt{
        width: 55%;
        border-radius: 20px 0 0 20px;
    }
    .appeal__list__item__txt__ttl__num p{
        font-size: 5rem;
    }
    .appeal__list__item:nth-of-type(2n) .appeal__list__item__img img{
        border-radius: 20px 0 0 20px;
    }
    .appeal__list__item:nth-of-type(2n) .appeal__list__item__txt{
        border-radius: 0 20px 20px 0;
    }
}
@media screen and (min-width:1080px){
}


/*	お問い合わせ
---------------------------------*/
.bg-subhd.contact{
    background-image: url(/system_panel/uploads/images/img_sub01_contact.jpg);
}
.contact__ttl{
    text-align: center;
    margin-bottom: 30px;
}
.contact__ttl .ttl-cmn07{
    display: inline-block;
    max-width: 540px;
    width: 100%;
    background-color: #fff21b;
    border-radius: 35px;
    font-weight: 700;
    line-height: 60px;
}
.contact__phone{
    text-align: center;
    margin-bottom: 30px;
}
.contact__phone__num{
    display: inline;
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: 0.05em;
    color: #000;
    padding-left: 40px;
    position: relative;
}
.contact__phone__num:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_phone01.png);
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.contact__phone__time{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #000;
}
.contact__box{
    max-width: 1000px;
    width: 100%;
    border: solid 1px #f39800;
    border-radius: 30px;
    text-align: center;
    padding: 30px 15px;
    margin: 0 auto;
}
.contact__box .ttl-cmn05{
    margin-bottom: 30px;
}
.mail__p.ttl-cmn02{
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin-bottom: 40px;
}
@media screen and (min-width:768px){
    .contact__ttl{
        margin-bottom: 40px;
    }
    .contact__ttl .ttl-cmn07{
        line-height: 70px;
    }
    .contact__phone{
        margin-bottom: 50px;
    }
    .contact__phone__num{
        font-size: 3.6rem;
    }
    .contact__phone__time{
        font-size: 1.8rem;
    }
    .contact__phone__num:before{
        width: 25px;
    }
    .contact__box{
        padding: 40px 15px;
    }
    .mail__p.ttl-cmn02{
        text-align: center;
    }
}
@media screen and (min-width:1024px){
}
@media screen and (min-width:1080px){
}