@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
h1,
h2,
h3,
h4,
h5
 {
    margin: 0;
    padding: 0;
    line-height: 0;
}
    
p {
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

.mv {
    line-height: 0;
    font-family: 'Noto Sans JP', sans-serif;
}
    
.mv a {
    cursor: pointer;
    display: block;
    transition: 0.3s;
}

.me_cp {
    line-height: 1.5;
    text-align: center;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 0;
}

.me_cp dd {
    color: #dc0f0f;
    font-size: 25px
}

.me_cp dt {
    color: #000;
    font-size: 18px
}

.me_ttl {
    margin: 0 auto;
    width: 90%;
}

.me_txt {
    text-align: center;
    line-height: 1.3;
    font-size: 23px;
}

.me_txt b {
    font-weight: bold;
}

.me_txt strong {
    font-size: 150%;
    line-height: 1;
}

.me_txt span {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #fff359 60%);
}

.me_txt em {
    color: #dc0f0f;
    font-weight: bold;
    font-style: normal;
}

.message_cp {
    background: url(../images/copy_bg.jpg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    align-items: center;
}

.tokusyu {
    padding: 30px;
}

.tokusyu h2 {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    line-height: 1;
}

.tokusyu_box ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    justify-content: space-between;
}

.tokusyu_box .item {
    width: 48%;
    list-style: none;
}

.conts_box01 {
    background: #3b3b3b;
        background: linear-gradient(270deg, rgba(59, 59, 59, 1) 0%, rgba(23, 23, 23, 1) 100%);
        display: flex;
        flex-direction: column;
        gap: 30px;
    position: relative;
    /* z-index: -2; */
}


.conts_box01 .ttl {
    width: 100%;
    max-width: 1000px;
    margin: 0;
}

.main_box {
    background: #fff;
    padding: 10px 10px 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main_box .detail {
    width: 95%;
    margin: 0 auto;
    padding: 0;
}

.detail {
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.detail .icon_01 span {
    background: #2ea7e0;
    color: #fff;
    padding: 1px 5px;
    margin-right: 10px;
    font-weight: bold;
}

.detail .icon_02 {
    background: #dc0f0f;
    color: #fff;
    width: fit-content;
    height: fit-content;
    padding: 5px 8px;
    font-size: 16px
}

.food_ttl {
    font-size: 35px;
    line-height: 1.1;
    margin: 0;
    font-weight: bold;
}

.food_ttl strong {
    font-size: 70%;
    font-weight: 500;
    line-height: inherit;
}

#kani .detail {
    height: auto;
    padding: 10px 0;
}

.detail_item:nth-child(2) {
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 10px;
    /* padding-bottom: 7px; */
}

.price {
    font-size: 60px;
    color: #dc0f0f;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.price span {
    display: flex;
    flex-direction: column-reverse;
}

.price span:nth-of-type(1) {
    display: flex;
    flex-direction: column-reverse;
    font-size: 70% !important;
}

.detail_item span:nth-of-type(1) {
    font-size: 100%;
    line-height: 1;
    margin-bottom: 2px;
}

.detail_item span:nth-of-type(2) {
    font-size: 26%;
}

a.tyumon_btn {
    box-shadow: 0 5px 0 #721919; 
    color: #ffffff;
    background-color: #dc0f0f;
    padding: 28px;
    width: 350px;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    position: relative;
}

a.tyumon_btn:hover {
    transform: translateY(4px);
    box-shadow: none;
}

.content_list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 0 50px 60px;
}

.middle_box {
    background: #fff;
    padding: 10px;
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.middle_box .detail {
    flex-direction: column;
    width: 35%;
}

#unagi .middle_box .detail {
    padding: 20px 0;
}

.middle_box .food_ttl {
    font-size: 23px;
}

.detail_item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.middle_box .detail .txt span {
    background: linear-gradient(transparent 60%, #ff6 60%);
    font-size: 100%;
}

.txt {
    font-size: 18px;
}

.txt span {
    background: linear-gradient(transparent 60%, #ff6 60%);
        font-size: 100%;
}

#kani .middle_box .txt {
    font-size: 15px;
    line-height: 1.5;
}

#kani .main_box .txt {
    width: 95%;
    margin: 0 auto;
    font-size: 22px;
}

.middle_box .detail_item:nth-child(2) {
    align-items: self-start;
    width: 100%;
    padding-bottom: 0;
}

.sab_img {
    width: 65%;
}

.small_box {
    background: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.content_list.small {
    display: flex;
    gap: 20px;
    align-items: stretch;
    flex-direction: row;
}

.small_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 48%;
}

.small_box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.detail {
    flex-grow: 1;
    flex-grow: 1;
}

.content_list.small .sab_img {
    width: 100%;
}

.small_box .price {
   font-size: 50px;
}

.small_box .food_ttl {
   font-size: 30px;
}

.small_box .detail {
    padding: 5px 0 2px;
    gap: 5px;
}

.small_box .detail_item {
    gap: 10px;
}

.small_box .tyumon_btn {
    margin-top: 20px;
}

.small_content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.small_content a.tyumon_btn {
    width: 280px;
    padding: 15px 40px;
    font-size: 20px;
    line-height: 1;
}

.detail_item.reglar_p {
    flex-direction: row;
    align-items: end;
}

.reglar_price span {
    border: #000 1px solid;
    padding: 2px 4px;
    font-size: 60% !important;
}

.reglar_price {
    font-size: 30px;
}

.detail_item.reglar_p .reglar_price strong {
    font-size: 70%;
}

.detail_box {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

/* .waribiki {
    position: absolute;
    top: 150px;
    right: 0;
    text-align: center;
    background: #dc0f0f;
    border-radius: 50%;
    color: #fff;
    text-shadow: 1px 1px 0 #dc0f0f, -1px -1px 0 #dc0f0f,
            -1px 1px 0 #dc0f0f, 1px -1px 0 #dc0f0f,
            0px 1px 0 #dc0f0f, 0 -1px 0 #dc0f0f,
            -1px 0 0 #dc0f0f, 1px 0 0 #dc0f0f;
    display: flex;
    height: 60px;
    align-items: center;
} */


.waribiki {
    position: absolute;
    top: 150px;
    right: 0;
    text-align: center;
    background: url(../images/otoku_icon.png);
    border-radius: 50%;
    color: #ffff1a;
    text-shadow: 1px 1px 0 #dc0f0f, -1px -1px 0 #dc0f0f,
            -1px 1px 0 #dc0f0f, 1px -1px 0 #dc0f0f,
            0px 1px 0 #dc0f0f, 0 -1px 0 #dc0f0f,
            -1px 0 0 #dc0f0f, 1px 0 0 #dc0f0f;
    display: flex;
    width: 120px;
    height: 120px;
    background-size: contain;
    align-items: center;
    justify-content: center;
}

.waribiki_02 {
    position: absolute;
    top: 150px;
    right: 0;
    text-align: center;
    background: #dc0f0f;
    border-radius: 50%;
    color: #fff;
    text-shadow: 1px 1px 0 #dc0f0f, -1px -1px 0 #dc0f0f,
        -1px 1px 0 #dc0f0f, 1px -1px 0 #dc0f0f,
        0px 1px 0 #dc0f0f, 0 -1px 0 #dc0f0f,
        -1px 0 0 #dc0f0f, 1px 0 0 #dc0f0f;
    display: flex;
    width: 90px;
    height: 90px;
    background-size: contain;
    align-items: center;
    justify-content: center;
}

.waribiki em,
.waribiki_02 em {
    font-style: normal;
    font-size: 60%;
}

.waribiki p,
.waribiki_02 p {
    font-size: 25px;
}

#unagi .waribiki {
    top: -55px;
}

#unagi .waribiki_02 {
    top: 10px;
}

#basashi .waribiki {
    top: 0;
}

#basashi .small_content .reglar_price {
    font-size: 25px;
    padding-right: 5px;
}

#basashi .small_content .detail .icon_02 {
    font-size: 15px;
}

#basashi .kakaku {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: end;
}

#basashi .small_box .price {
    font-size: 50px;
}

#basashi .middle_box .price {
    font-size: 50px;
}

#basashi .middle_box .detail_item.reglar_p {
    padding-bottom: 10px;
}

#unagi .small_box .waribiki {
    top: 5px !important;
}


.food_ttl em {
    font-style: normal;
    background: #dc0f0f;
    color: #ff6;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1;
}

.small_box .detail_item.yohaku {
    width: 100%;
}

.detail_item.yohaku .reglar_p {
    justify-content: flex-end;
}

#kanmi {
    background: url(../images/kanmi_bg.jpg);
}

#kanmi .ttl {
    width: 700px;
    margin: 0 auto;
        padding: 50px 0 30px;
}

.fukidashi {
    font-size: 12px;
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: bold;
    padding: 20px 10px;
}

.fukidashi::before {
    content: "";
    background: url(../images/fukudasi.png);
    width: 180px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.fukidashi em {
    color: #ff6;
    font-style: normal;
}

.hako_img {
    width: 180px;
    z-index: 1;
    padding-top: 30px;
}

.fukidasi_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#kanmi .middle_box {
    padding: 0;
}

#kanmi .main_box,
#kanmi .middle_box,
#kanmi .small_box {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 6px 6px #955728;
}

#kanmi .middle_box .detail {
    width: 40%;
    padding: 30px 20px 30px 0;
}

#kanmi .middle_box .sab_img {
    width: 60%;
}

#kanmi .middle_box .reglar_price {
    font-size: 30px;
}

#kanmi .middle_box .txt {
    font-size: 15px;
    line-height: 1.5;
}

#kanmi .middle_box .detail_item {
    gap: 15px;
}

#kanmi .small_box .detail.tate {
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
    gap: 15px;
}

#kanmi .small_box .detail_item {
    gap: 10px;
    justify-content: end;
}

#kanmi .small_box .detail {
    padding: 15px 0;
}

#kanmi .small_box .price {
    font-size: 60px;
}

#kanmi .small_box .waribiki,
#kanmi .small_box .waribiki_02 {
    top: 170px;
    right: 28px;
}

#kanmi .content_list.small {
    gap: 20px;
}

#kanmi .small_content {
    gap: 30px;
}

#kanmi .small_content .kakaku {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#kanmi .small_box .detail .icon_02 {
    font-size: 17px;
}

.pd15 {
    padding: 15px 0;
}

.icon_01 {
    position: relative;
}

.icon_01.renzi::after {
    content: "";
    background: url(../images/renzi_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 50px;
    position: absolute;
    margin-top: 0;
    top: -3px;
}

.small_box .detail .icon_02 {
    padding: 3px 5px;
    font-size: 11px;
}

.pt15 {
    padding-top: 15px;
}

.pt80 {
    padding-top: 80px;
}

.pt45 {
    padding-top: 45px;
}

#basashi .waribiki_02 {
    top: 30px;
}

#basashi .small_content .detail {
    flex-direction: column;
}

#kanmi .red_price strong {
    font-size: 50%;
}

#kani,#unagi,#basashi {
    position: relative;
}

.conts_box01::before {
    content: "";
    background: url(../images/bg_deco.png);
    background-repeat: repeat-x;
    width: 200px;
    height: 100px;
    background-size: cover;
    z-index: 0;
    position: absolute;
    top: 50px;
    right: 0;
}

#kani::before {
    content: "";
    background: url(../images/bg_deco.png);
    background-repeat: repeat-x;
    width: 200px;
    height: 100px;
    background-size: cover;
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

#unagi::before {
    content: "";
    background: url(../images/bg_deco.png);
    background-repeat: repeat-x;
    width: 200px;
    height: 100px;
    background-size: cover;
    z-index: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

#basashi::before {
    content: "";
    background: url(../images/bg_deco.png);
    background-repeat: repeat-x;
    width: 200px;
    height: 100px;
    background-size: cover;
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tyumon_btn.all {
    margin-top: 20px;
    background: #ff6721;
    box-shadow: 0 5px 0 #ce620a;
}

.tyumon_btn::after {
    content: "";
    background: url(../images/btn_icon.png);
    width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

#kanmi .small_box .waribiki {
    top: 280px;
    left: 0;
}

#kanmi .small_box .waribiki_02 {
    top: 320px;
    left: 0;
}

@media only screen and (max-width: 767px) {
.pc {
    display: none !important;
}

.sp {
    display: block !important;
}

.me_cp {
    padding: 30px 20px;
    gap: 10px;
}

.txt {
    font-size: 14px;
}

#basashi .txt {
    font-size: 12px;
}

.me_cp dd {
    font-size: 20px;
}

.me_txt {
    font-size: 16px;
    line-height: 1.3;
}

.me_cp dt {
    font-size: 16px;
}

.me_ttl {
    width: 100%;
}

.tokusyu_box ul {
    padding: 0;
    gap: 10px;
}

.tokusyu {
    padding: 20px 0;
    width: 95%;
    margin: 0 auto;
}

.content_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0;
    width: 90%;
    margin: 0 auto;
}

#kani .detail {
    height: auto;
    align-items: center;
    padding: 0;
    flex-direction: column;
    gap: 5px;
}

.price {
    font-size: 50px;
    text-align: center;
}

.food_ttl {
    font-size: 21px;
}

.middle_box {
    flex-direction: column;
    gap: 5px;
}

.middle_box .detail {
    width: 100%;
}

.sab_img {
    width: 100%;
}

.middle_box .food_ttl {
    text-align: left;
    font-size: 20px;
}

.small_box .food_ttl {
    font-size: 14px;
    text-align: left;
    line-height: 1.3;
}

a.tyumon_btn {
    width: 100%;
}

.small_content a.tyumon_btn {
    width: 100%;
    font-size: 14px;
    margin: 0;
    padding: 25px 10px;
}

.small_content {
    gap: 10px;
}

#kani .small_content .detail .icon_01 span, 
#unagi .small_content .detail .icon_01 span, 
#basashi .small_content .detail .icon_01 span, 
#kanmi .small_content .detail .icon_01 span {
    background: #2ea7e0;
    color: #fff;
    padding: 4px 5px;
    margin-right: 10px;
    font-weight: bold;
    position: absolute;
    top: -18px;
    left: 0;
    font-size: 65%;
}

.content_list.small .sab_img {
    width: 100%;
    position: relative;
}

.content_list.small {
    gap: 10px;
}

#kani {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#unagi .middle_box .detail {
    padding: 0 0 10px;
}

.waribiki {
    position: absolute;
    top: 110px;
    right: 20px;
    font-weight: bold;
    width: 75px;
    height: 75px;
}

.small_box .detail {
    gap: 5px;
}

#unagi .price {
    margin: 0;
}

#unagi .detail {
    padding: 0 0 5px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.detail {
    flex-direction: column;
}

.small_box {
    padding: 5px;
}

.small_box .price {
    font-size: 30px;
}

.icon_01 {
    font-size: 15px;
}

#kani .small_box .detail_item:nth-child(2) {
    justify-content: right;
    padding-bottom: 5px
}

.middle_box .detail_item:nth-child(2) {
    justify-content: end;
}

#kani .middle_box .txt {
    font-size: 14px;
}

.detail_item {
    width: 100%;
}

#basashi .small_box .price {
    font-size: 33px;
}

.food_ttl em {
    font-style: normal;
    background: #dc0f0f;
    color: #ff6;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 12px;
     line-height: 1;
}

#basashi .kakaku {
    padding-top: 0;
}

#basashi .small_box {
    height: auto;
}

#basashi .small_box .detail {
    padding: 5px 0 2px;
}

#basashi {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 40px;
}
/* 
#basashi .detail_item {
    justify-content: center;
    padding-bottom: 5px;
} */

#kanmi .middle_box .sab_img {
    width: 100%;
}

#kanmi .middle_box .detail {
    width: 100%;
    padding: 10px 15px 20px;
}

#kanmi .content_list.small {
    flex-direction: column;
    gap: 30px;
}

#kanmi .small_box .food_ttl {
    font-size: 20px;
    text-align: left;
}

#kanmi .small_box .txt {
    padding: 0;
}

.detail_item:nth-child(2) {
    justify-content: right;
}

.middle_box .detail_item.reglar_p:nth-child(2) {
    justify-content: left;
}

#basashi .detail .icon_02 {
    padding: 5px;
}

.detail_item.yohaku .reglar_p {
    justify-content: left;
}

#basashi .detail_item:nth-child(2) {
    justify-content: left;
}

#basashi .small_content .reglar_price {
    font-size: 17px;
}

.main_box .detail_item:nth-child(2) {
    justify-content: left;
}

#kanmi .small_box {
    height: auto;
}

#kanmi {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 40px;
}

#kanmi .small_content {
    gap: 20px;
}

#unagi {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tokusyu h2 {
    font-size: 25px;
    padding: 10px 0;
}

#kanmi .ttl {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 0;
}

.message_cp {
    background: url(../images/copy_bg.jpg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    align-items: center;
}

.main_box {
    background: #fff;
    padding: 5px 5px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#kani .main_box .txt {
    font-size: 14px
}

.icon_01.renzi::after {
    content: "";
    background: url(../images/renzi_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    height: 20px;
    position: absolute;
    margin-top: 3px;
    top: -21px;
    right: 0;
}

.detail_box {
    width: 100%;
    gap: 5px;
}

#unagi .waribiki {
            top: 120px;
                right: -5px;
}

.waribiki_02 {
    height: 50px;
    width: 50px;
    font-weight: bold;
}

.main_box .icon_01.renzi::after {
    content: "";
    background: url(../images/renzi_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 23px;
    position: absolute;
    margin-top: 3px;
    top: -6px;
    right: 0;
}

.waribiki p {
    font-size: 17px;
    line-height: 1.2;
}

.waribiki_02 p {
    font-size: 15px;
    line-height: 1.2;
}

#unagi .waribiki_02 {
    top: -52px;
}

#basashi .waribiki {
    top: 200px;
    right: 0;
}

#basashi .waribiki_02 {
    top: -20px;
}

#basashi .small_content .detail .icon_01 span {
    background: #2ea7e0;
    color: #fff;
    padding: 4px 5px;
    margin-right: 10px;
    font-weight: bold;
    position: absolute;
    top: -22px;
    left: 0;
    font-size: 65%;
}

.kanmi_price_box {
    display: flex;
}

#kanmi .detail_item:nth-child(2) {
    justify-content: left;
}

.small_content a.tyumon_btn {
    margin-bottom: 15px;
    padding: 15px 10px;
}

a.tyumon_btn {
    margin-bottom: 25px;
}

#unagi .small_box .price.pt80 {
    padding-top: 0;
}

#kanmi .waribiki_02 p {
    font-size: 16px;
}

#kanmi .waribiki_02 {
    height: 70px;
    width: 70px;
}

#kanmi .small_box .waribiki,
#kanmi .small_box .waribiki_02 {
    top: 170px;
    right: 0 !important;
}

#kanmi .waribiki_02 p {
    height: 85px;
    width: 85px;
    top: 10px;
    position: absolute;
    font-size: 19px;
}

.tyumon_btn::after {
    content: "";
    background: url(../images/btn_icon.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.detail .icon_02 {
    font-size: 14px;
}

.reglar_price {
    font-size: 20px;
}

.food_ttl strong {
    font-size: 100%;
}

#basashi .small_content .detail .icon_02 {
    font-size: 10px;
    padding: 3px 5px;
}

.small_box .detail_item {
    gap: 8px;
}

.hako_img {
    padding-top: 0;
}

#kanmi .small_content {
    width: 100%;
}

#kanmi .small_box .detail_item {
    justify-content: flex-start;
}

#kanmi .small_box .waribiki_02 {
    right: 0 !important;
    left: auto;
    top: 270px;
}

#kanmi .small_box .waribiki {
    right: 0 !important;
    left: auto;
    top: 200px;
}

.pt45 {
    padding-top: 0;
}
}