.pc {display: block;}
.sp {display: none;}

.left {
    width: 50%;
    padding-right: 5%;
}
.right {
    width: 50%;
}

.fz60 {font-size: 60px;}
.fz36 {font-size: 36px;}
.fz21 {font-size: 21px;}
.fz18 {font-size: 18px;}
.fz16 {font-size: 16px;}
.fz14 {font-size: 14px;}
.fz12 {font-size: 12px;}

.ls00 {letter-spacing: 0;}
.ls01 {letter-spacing: 0.05em;}
.ls02 {letter-spacing: 0.1em;}
.ls03 {letter-spacing: 0.2em;}

.lh00 {line-height: 1;}
.lh05 {line-height: 0.5;}
.lh075 {line-height: 0.75;}
.lh100 {line-height: 1;}
.lh125 {line-height: 1.25;}
.lh150 {line-height: 1.5;}
.lh175 {line-height: 1.75;}
.lh200 {line-height: 2;}

.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}

.mb00 {margin-bottom: 0px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}

.ml10 {margin-left: 10px;}

.tac {text-align: center;}
.tal {text-align: left;}
.tar {text-align: right;}

.ofi {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
}
.box-wrapper:before {
    content:"";
    display: block;
    padding-top: 100%; /* 高さを幅の100%に固定 */
}
.box-wrapper > * {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.table {
    display: table;
    border-collapse: collapse; 
}
.iblock {
    display: inline-block;
}
.table > * {
    display: table-cell;
    box-sizing: border-box;
}

.arrow-bottom{
    position: relative;
}
.arrow-bottom::after{
    content: '';
    position: absolute;
    top: 44%;
    right: 7px;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    width: 10px;
    height: 10px;
}
.arrow-top{
    position: relative;
}
.arrow-top::after{
    content: '';
    position: absolute;
    top: 44%;
    right: 7px;
    transform: translate(-50%, -50%) rotate(225deg);
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    -ms-transform: translate(-50%, -50%) rotate(225deg);
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    width: 10px;
    height: 10px;
}

@media (max-width: 991.98px) {

    .pc {display: none;}
    .sp {display: block;}

    .left {
        width: 100%;
        padding-right: 0;
        margin-top: 20px;
    }
    .right {
        width: 100%;
    }
    
    .sp-iblock {
        display: inline-block;
    }
}

.p-menu_micchan {
    width: 100%;
}
.p-menu_micchan .inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.p-menu_micchan a{
    color: #000;
}
.p-menu_micchan * {
    letter-spacing: 0;
}
#takeout.p-menu_micchan {
    color: #fff;
}
#takeout.p-menu_micchan * {
    color: #fff;
    border-color: #fff;
}
#takeout.p-menu_micchan *::before,
#takeout.p-menu_micchan *::after{
    background-color: #fff;
}

@media (max-width: 991.98px) {
    /* line 992, resources/assets/styles/layouts/_pages.scss */

    .p-menu_micchan {
        padding: 50px 0;
        background: url(../images/bg01.jpg) repeat 50% 50%/auto;
    }
    .p-menu_micchan:nth-of-type(2n+1) {
        background: url(../images/bg04.jpg) repeat 50% 50%/auto;
    }
    .p-menu_micchan:first-of-type {
        padding: 0;
        background: url(../images/bg01.jpg) repeat 50% 50%/auto;
    }
    #takeout.p-menu_micchan {
        background: url(../images/bg05.jpg) repeat 50% 50%/auto;
    }
}

@media (min-width: 992px) {
    /* line 992, resources/assets/styles/layouts/_pages.scss */

    .p-menu_micchan {
        padding: 100px 0;
        background: url(../images/bg01.jpg) repeat 50% 50%/auto;
    }
    .p-menu_micchan:nth-of-type(2n+1) {
        background: url(../images/bg04.jpg) repeat 50% 50%/auto;
    }
    .p-menu_micchan:first-of-type {
        padding: 0;
        background: url(../images/bg01.jpg) repeat 50% 50%/auto;
    }
    #takeout.p-menu_micchan {
        background: url(../images/bg02.jpg) repeat 50% 50%/auto;
    }
}

/* line 1004, resources/assets/styles/layouts/_pages.scss */

.p-menu_micchan__texts {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 991.98px) {
    /* line 1004, resources/assets/styles/layouts/_pages.scss */

    .p-menu_micchan__texts {
        padding: 0 15px;
        margin-bottom: 1em;
    }
    #takeout .container2 .p-menu_micchan__texts {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #takeout .container2 .p-menu_micchan__texts + p {
        margin-bottom: 2em;
    }
    #takeout .container > .p-menu_micchan__texts {
        margin-bottom: 2em;
    }
    #takeout .p-menu_micchan__texts .takeout-title-en {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    /* line 1004, resources/assets/styles/layouts/_pages.scss */

    .p-menu_micchan__texts {
        width: 100%;
        margin: 0 auto;
        padding: 1em 0 2em;
    }
    #takeout .container2 .p-menu_micchan__texts {
        padding-bottom: 0;
    }
    #takeout .container2 .p-menu_micchan__texts + p {
        margin-bottom: 2em;
    }
}

/* line 1022, resources/assets/styles/layouts/_pages.scss */

.p-menu_micchan__heading {
}

@media (max-width: 991.98px) {
    /* line 1022, resources/assets/styles/layouts/_pages.scss */

    .p-menu_micchan__heading {
        position: static;
    }
    .p-menu_micchan__heading2 {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    /* line 1022, resources/assets/styles/layouts/_pages.scss */

    .p-menu_micchan__heading {
        overflow: hidden;
        position: relative;
    }
    .p-menu_micchan__heading::before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #000;
        position: absolute;
        top: 50%;
        left: -4em;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .p-menu_micchan__heading::after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #000;
        position: absolute;
        top: 50%;
        left: 1235px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .p-menu_micchan__heading2 {
        margin-bottom: 20px;
    }
    .p-menu_micchan__heading3::after {
        left: 1105px;
    }
    
}

/* line 1038, resources/assets/styles/layouts/_pages.scss */

.p-menu_micchan__lead {
    color: #000;
}

@media (max-width: 991.98px) {
    /* line 1038, resources/assets/styles/layouts/_pages.scss */

    .p-menu_micchan__lead {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    /* line 1038, resources/assets/styles/layouts/_pages.scss */

    .p-menu_micchan__lead {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

/* line 1050, resources/assets/styles/layouts/_pages.scss */

.p-menu_micchan__text {
    margin-bottom: 1em;
    color: #000;
    font-size: 14px;
    font-size: 0.875rem;
}

@media (min-width: 992px) {
    /* line 1050, resources/assets/styles/layouts/_pages.scss */

    .p-menu_micchan__text {
        width: 85%;
    }
}

.p-menu_micchan__menu_list {
    padding-top: 100px;
}
.p-menu_micchan__menu_list ul {
    width: 75%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.p-menu_micchan__menu_list ul li {
    border: solid 1px #000;
    padding: 5px 30px 5px 10px;
    width: 20%;
    margin-left:-1px;
    margin-top:-1px;
}
.p-menu_micchan__menu_list ul li a {
    display: table;
    width: 100%;
    height: 100%;
}
.p-menu_micchan__menu_list ul li a > span {
    display: table-cell;
    vertical-align: middle;
}
.p-menu_micchan__menu_list .takeout_link {
    width: 150px;
    padding-left: 0;
    background: #8C8C88;
    padding: 14px;
    margin-left: auto;
}
.p-menu_micchan__menu_list .takeout_link a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}
.p-menu_micchan__menu_list .takeout_link::after {
    top: auto;
    bottom: 25%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
}

@media (max-width: 991.98px) {

    .p-menu_micchan__menu_list {
        padding-top: 50px;
    }
    .p-menu_micchan__menu_list ul {
        width: 100%;
    }
    .p-menu_micchan__menu_list ul li {
        width: calc(100% / 3);
        margin-left:-1px;
        margin-top:-1px;
        font-size: 12px;
    }
    .p-menu_micchan__menu_list .takeout_link {
        width: calc(100% - 1px);
        height: 70px;
        margin-top: 30px;
    }

}

.p-menu_micchan__menu_item {
    
}
.p-menu_micchan__menu_item ul li {
    line-height: 1.2;
}
.p-menu_micchan__menu_item ul.with_image li {
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    
}


.with_image,
.without_image {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.with_image figure > img {
    max-height: 350px;
}
.without_image > .flex {
    align-items: center;
    justify-content: space-between;
}
.without_image li > * {
    margin: 0;
}
.without_image li p {
    line-height: 1.2;
}
.without_image li span {
    line-height: 1;
}
.without_image li > span:first-of-type {
    margin-top: 0.5em;
}
.without_image li > span > ul {
    margin: 0.5em 0;
}
.without_image li > span > ul li {
    width: 300px;
}

@media (min-width: 992px) {

    .col_one {
        width: 100%;
    }
    .col_two {
        width: calc((100% - 30px) / 2);
    }
    .col_two .box-wrapper:before {
        padding-top: 64%;
    }
    .col_two:nth-child(2n) {
        margin-left: 30px;
    }
    .col_three {
        width: calc((100% - 60px) / 3);
    }
    .col_three:nth-child(3n),
    .col_three:nth-child(3n+2) {
        margin-left: 30px;
    }
    .col_five {
        width: calc((100% - 120px) / 5);
    }
    .col_five:nth-child(5n),
    .col_five:nth-child(5n-1),
    .col_five:nth-child(5n-2),
    .col_five:nth-child(5n-3) {
        margin-left: 30px;
    }
    
    .without_image > li {
        border-bottom: solid 1px #000;
        padding: 10px 0;
    }
    .without_image > li:nth-child(-n+3) {
        border-top: solid 1px #000;
    }
    .without_image > li.col_five:nth-child(-n+5) {
        border-top: solid 1px #000;
    }
    .without_image2 > li:nth-child(-n+3) {
        border-top: none;
    }
    .without_image2 > li:first-child {
        border-top: solid 1px #000;
    }

}

@media (max-width: 991.98px) {

    .sp-col_one {
        width: 100%;
    }
    .sp-col_one .box-wrapper:before {
        padding-top: 64%;
    }
    .sp-col_two {
        width: calc((100% - 10px) / 2);
    }
    .sp-col_two .box-wrapper:before {
        padding-top: 64%;
    }
    .sp-col_two:nth-child(2n) {
        margin-left: 10px;
    }
    .sp-col_three {
        width: calc((100% - 20px) / 3);
    }
    .sp-col_three:nth-child(3n),
    .sp-col_three:nth-child(3n+2) {
        margin-left: 10px;
    }

    .without_image > li {
        border-bottom: solid 1px #000;
        padding: 10px 0;
    }
    .without_image > li:first-child {
        border-top: solid 1px #000;
    }
    .without_image > li.sp-col_two:nth-child(-n+2) {
        border-top: solid 1px #000;
    }

    .sp-reverse{flex-direction: column-reverse;}
    
}

.right img {
    width: 100%;
}

.topping_box{
    background: url(../images/bg04.jpg) repeat 50% 50%/auto;
    padding: 40px;
    margin-top: 50px;
}
#takeout .topping_box{
    background: #000;
    color: #fff;
}

.contact_box{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
}
.contact_box .tel {
    padding: 0px 15px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    margin: 20px 0 40px;
}
.contact_box .tel span {
    margin-right: 5px;
}
.contact_box .tel a {
    color: #fff;
    line-height: 1;
}

@media (max-width: 991.98px) {
    
    .with_image figure > img {
        max-height: 350px;
    }
    
    .topping_box{
        padding: 20px;
    }

}

#totop {
    position: fixed;
    bottom: 0;
    right: 10px;
    width: 60px;
    height: 60px;
    background: #000;
    opacity: 0.8;
    padding: 10px;
}
#totop a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
}
#totop.arrow-top::after {
    top: auto;
    bottom: 15%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%) rotate(225deg);
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    -ms-transform: translate(-50%, -50%) rotate(225deg);
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
}

/*20265月29日追加*/
.flex.sp-reverse.cource-2{
    margin-top: 30px;
}

@media (max-width: 991.98px){
    
    .flex.sp-reverse.cource-2{
        margin-top: 0px;
        flex-direction: row-reverse;
    }
}