@charset "utf-8";
/* CSS Document */
/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {
  #famima-ehomaki2026 .pc-none {
    display: none;
  }
  #famima-ehomaki2026 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0%;
    box-sizing: border-box;
  }
  #famima-ehomaki2026 img {
    max-width: 100%;
    display: block;
    height: auto;
  }
  #famima-ehomaki2026 h1, h2, h3, h4, p, ul, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
  #ehomaki, #sweets, #touken, #yoyaku {
    margin-top: -95px;
    padding-top: 95px;
  }
  #famima-ehomaki2026 a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
  }
  #famima-ehomaki2026 a:link, a:visited, a:hover, a:active, a:focus {
    text-decoration: none;
  }
  #famima-ehomaki2026 h2 {
    width: 28%;
    margin: 0 auto;
    padding: 5% 0;
  }
  #famima-ehomaki2026 .bg-area1 {
    background: linear-gradient(180deg, transparent 0%, transparent 50%, #fbdac8c4 50%, #fbdac8c4 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  #famima-ehomaki2026 .bg-area {
    background: linear-gradient(180deg, #fbdac8c4 0%, #fbdac8c4 50%, #e8b363a3 50%, #e8b363a3 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  #famima-ehomaki2026 .bg-area2 {
    background: linear-gradient(180deg, #e8b363a3 0%, #e8b363a3 50%, #fbdac8c4 50%, #fbdac8c4 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  #famima-ehomaki2026 #content {
    background: url("../images/bg.jpg")repeat;
    background-size: 14%;
  }
  #famima-ehomaki2026 .ehomaki {
    background-color: #fbdac8c4;
    padding-bottom: 1%;
  }
  #famima-ehomaki2026 .sweets {
    background-color: #e8b363a3;
    padding-bottom: 1%;
  }
  #famima-ehomaki2026 .date_img {
    padding: 1.3rem 0 .3rem;
    text-align: center;
  }
  #famima-ehomaki2026 .date_img p {
    font-size: 2rem;
    font-weight: 700;
    font-family: serif;
  }
  #famima-ehomaki2026 .date_img p span {
    font-size: 2.5rem;
    color: #cf000e;
    margin: 0 0 0 .8rem;
  }
  div#contents {
    background: url("../images/cont-bg.jpg")repeat;
    width: 100%;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: 9%;
    background-position: center center;
  }
  /*=============yoyaku table=============*/
  #famima-ehomaki2026 .yoyaku-date {
    padding: 0 2rem;
  }
  #famima-ehomaki2026 .yoyaku-date table {
    text-align: left;
    border-collapse: collapse;
    background: #fff;
    width: 100%;
    table-layout: fixed;
  }
  #famima-ehomaki2026 .yoyaku-date table td, #famima-ehomaki2026 .yoyaku-date table th {
    border: 1px solid #241608;
    padding: 0.5rem;
    font-weight: 500;
    text-align: center;
  }
  #famima-ehomaki2026 .yoyaku-date table .red {
    background: #c21919;
    color: #fff;
    font-weight: 600;
  }
  #famima-ehomaki2026 .yoyaku-date table .blue {
    background: #2c4487;
    color: #fff;
    font-weight: 600;
  }
  #famima-ehomaki2026 .yoyaku-date table .big {
    font-size: 1.3rem;
    font-weight: 600;
  }
  #famima-ehomaki2026 .yoyaku-date table .time {
    background: #241608;
    color: #fff;
    padding: 0.2rem 0.5rem;
    margin: 0.2rem;
    display: inline-block;
    font-weight: 600;
    font-size: 1.1rem;
  }
  #famima-ehomaki2026 .yoyaku-date table .col {
    background: #fff100;
    font-weight: 600;
  }
  #famima-ehomaki2026 .yoyaku-date table .col1 {
    background: #fbd8b5;
  }
  #famima-ehomaki2026 .yoyaku-date .arrow {
    position: relative;
  }
  #famima-ehomaki2026 .yoyaku-date .arrow::before {
    content: "";
    position: absolute;
    bottom: -34%;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: #c9161e;
    clip-path: polygon(50% 50%, 0 0, 100% 0);
  }
  /*=============item=============*/
  #famima-ehomaki2026 .item {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #famima-ehomaki2026 .item ul {
    width: 89%;
    margin: 0 auto;
  }
  #famima-ehomaki2026 .ehomaki .box ul, #famima-ehomaki2026 .sweets .box ul {
    width: 100%;
    margin: 0 auto;
  }
  #famima-ehomaki2026 .ehomaki li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 10px;
    padding: 3%;
    margin-bottom: 3%;
    filter: drop-shadow(3px 4px 8px rgba(0, 0, 0, .3));
    border: 5px solid #e8b363;
    gap: 2rem;
  }
  #famima-ehomaki2026 .ehomaki li#touken {
    margin: 2rem 0 0;
  }
  #famima-ehomaki2026 .cau {
    font-size: 0.95rem;
  }
  #famima-ehomaki2026 .ehomaki .box li.cau, #famima-ehomaki2026 .sweets .box li.cau {
    font-size: 0.95rem;
    border: none;
    filter: none;
    padding: 0;
    margin: 0;
  }
  #famima-ehomaki2026 .ehomaki .box li.cau.red {
    color: #e30000;
  }
  #famima-ehomaki2026 .sweets .box li.cau.red {
    color: #e30000;
  }
  #famima-ehomaki2026 .ehomaki li.cau span {
    font-weight: bold;
  }
  #famima-ehomaki2026 .sweets li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 10px;
    padding: 3%;
    margin-bottom: 3%;
    filter: drop-shadow(3px 4px 8px rgba(0, 0, 0, .3));
    border: 5px solid #f9d4d4;
    gap: 2rem;
  }
  #famima-ehomaki2026 .item .item_img3, #famima-ehomaki2026 .item .item_img2 {
    width: calc(100% / 2 - 10px);
  }
  #famima-ehomaki2026 .container {
    width: calc(100% / 2 - 10px);
  }
  #famima-ehomaki2026 .item .slider img {
    width: 100%;
    margin: 0 auto;
  }
  #famima-ehomaki2026 .item .thumbnail {
    width: 40%;
    margin: 3% auto 0;
    transform: unset;
  }
  #famima-ehomaki2026 .thumbnail .slick_thumb .slick-track {
    transform: unset !important;
  }
  #famima-ehomaki2026 .thumbnail-img {
    margin: 0 15px 0 0;
    opacity: 0.5;
    transition: opacity .3s linear;
    cursor: pointer;
  }
  #famima-ehomaki2026 .thumbnail-img:last-child {
    margin: 0;
  }
  #famima-ehomaki2026 .thumbnail .slick-current {
    transition: all 0.3s;
    opacity: 1;
  }
  #famima-ehomaki2026 .thumbnail .slick-current img {
    border: 3px solid #e8b363;
    padding: 3%;
  }
  #famima-ehomaki2026 .box {
    width: calc(100% / 2 - 10px);
  }
  #famima-ehomaki2026 .nom {
    text-align: right;
    color: #313131;
    font-size: 1.2rem;
    font-weight: bold;
  }
  #famima-ehomaki2026 .ex {
    font-size: 1.2rem;
    width: 25%;
    display: inline-block;
    padding: 0.2rem;
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
    background: #1c1f88;
    text-align: center;
    margin-bottom: 4%;
  }
  #famima-ehomaki2026 .ex.touken {
    background: #e40065;
  }
  #famima-ehomaki2026 .name {
    font-size: 1.46rem;
    font-weight: bold;
  }
  #famima-ehomaki2026 .price {
    text-align: left;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 15px;
  }
  #famima-ehomaki2026 .price span {
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 15px;
  }
  #famima-ehomaki2026 .text {
    font-size: 1.06rem;
  }
  #famima-ehomaki2026 .sweets .text {
    margin: 0 0 1rem;
  }
  #famima-ehomaki2026 .text .sm {
    display: block;
    font-size: 1.06rem;
    margin: 1rem 0 0;
  }
  #famima-ehomaki2026 .in, #famima-ehomaki2026 .in-box {
    font-size: 1.06rem;
  }
  #famima-ehomaki2026 .in {
    margin: 1rem 0 0;
  }
  #famima-ehomaki2026 .box dl dd {
    margin: 0 0 1rem;
  }
  #famima-ehomaki2026 .in-text {
    background: #f8eddd;
    border-radius: 10px;
    padding: 1.5rem 1rem 1rem;
  }
  #famima-ehomaki2026 .in-box span {
    background-color: #e8b363;
    display: block;
    width: 37%;
    text-align: center;
    color: #462515;
    font-weight: bold;
    padding: 5px;
    position: relative;
    top: 1.1rem;
    left: 0.5rem;
    clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 10% 100%, 0 49%, 10% 0);
  }
  /*  #famima-ehomaki2026 .in-box span::before, #famima-ehomaki2026 .in-box span::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  #famima-ehomaki2026 .in-box span::after {
    top: 0;
    right: 0;
    border-style: solid;
    border-color: #fff transparent #f8eddd transparent;
    border-width: 17px 0px 17px 17px;
  }
  #famima-ehomaki2026 .in-box span::before {
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #fff transparent #f8eddd transparent;
    border-width: 17px 17px 17px 0px;
  }*/
  #famima-ehomaki2026 .in span {
    font-weight: bold;
  }
  #famima-ehomaki2026 .size {
    font-size: 1rem;
    border: solid 1px #313131;
    padding: 0.3rem;
    border-radius: 8px;
    text-align: center;
    margin: 1rem 0;
  }
  /*=============btn=============*/
  #famima-ehomaki2026 .btn-area {
    padding: 0 2rem;
    margin: 2rem 0 0;
  }
  #famima-ehomaki2026 .btn-area ul {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
  }
  #famima-ehomaki2026 .btn-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #famima-ehomaki2026 .btn-container.pc-none {
    display: none
  }
  #famima-ehomaki2026 .btn-container .button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 75px;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: bold;
    box-sizing: border-box;
    border: solid 3px #A82B15;
    color: #A82B15;
    background: #F7F3EA;
    text-align: center;
  }
  #famima-ehomaki2026 .btn-container .button::after {
    content: '\e905';
    font-family: "icn_font";
    font-weight: normal;
    position: absolute;
    z-index: 3;
    right: 1rem;
    transition: all .2s ease;
  }
  #famima-ehomaki2026 .btn-container .button02 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 75px;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: bold;
    box-sizing: border-box;
    border: solid 3px #A82B15;
    color: #A82B15;
    background: #F7F3EA;
    text-align: center;
  }
  #famima-ehomaki2026 .btn-container .button02::after {
    content: '\e914';
    font-family: "icn_font";
    font-weight: normal;
    position: absolute;
    z-index: 3;
    right: 1rem;
    transition: all .2s ease;
  }
  #famima-ehomaki2026 .btn-container .button__cloud1, .button__cloud2 {
    position: absolute;
    z-index: 4;
    width: 8px;
    height: 8px;
    background: #D3B171;
    transition: all ease-in-out .6s;
    opacity: 0;
  }
  #famima-ehomaki2026 .btn-container .button__cloud1 {
    top: -4px;
    left: -48px;
  }
  #famima-ehomaki2026 .btn-container .button__cloud2 {
    bottom: -4px;
    right: -48px;
  }
  #famima-ehomaki2026 .btn-container .button__cloud1::before, #famima-ehomaki2026 .btn-container .button__cloud1::after, #famima-ehomaki2026 .btn-container .button__cloud2::before, #famima-ehomaki2026 .btn-container .button__cloud2::after {
    content: '';
    position: absolute;
    width: 48px;
    height: 8px;
    border-radius: 4px;
    background: #D3B171;
  }
  #famima-ehomaki2026 .btn-container .button__cloud1::before {
    top: -8px;
    left: -16px;
  }
  #famima-ehomaki2026 .btn-container .button__cloud1::after {
    bottom: -8px;
    right: -12px;
  }
  #famima-ehomaki2026 .btn-container .button__cloud2::before {
    top: -8px;
    left: -24px;
  }
  #famima-ehomaki2026 .btn-container .button__cloud2::after {
    bottom: -8px;
    right: -24px;
  }
  #famima-ehomaki2026 .btn-container .button__inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    box-sizing: border-box;
    border: solid 1px #A82B15;
  }
  #famima-ehomaki2026 .btn-container .button__inner::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: 2px;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: calc(100% - 4px);
    background: #A82B15;
  }
  #famima-ehomaki2026 .btn-container .button__text {
    position: relative;
    z-index: 3;
    transition: all .6s ease-in-out;
  }
  #famima-ehomaki2026 .btn-container .button__text .ssm {
    font-size: 0.8rem;
  }
  #famima-ehomaki2026 .btn-container .button:hover::after {
    color: #F7F3EA;
  }
  #famima-ehomaki2026 .btn-container .button:hover .button__cloud1 {
    left: -8px;
    opacity: 1;
  }
  #famima-ehomaki2026 .btn-container .button:hover .button__cloud2 {
    right: -8px;
    opacity: 1;
  }
  #famima-ehomaki2026 .btn-container .button:hover .button__text {
    color: #F7F3EA;
  }
  #famima-ehomaki2026 .btn-container .button:hover .button__inner::before {
    animation: bg 1.2s ease;
    animation-fill-mode: forwards;
  }
  #famima-ehomaki2026 .btn-container .button02:hover::after {
    color: #F7F3EA;
  }
  #famima-ehomaki2026 .btn-container .button02:hover .button__cloud1 {
    left: -8px;
    opacity: 1;
  }
  #famima-ehomaki2026 .btn-container .button02:hover .button__cloud2 {
    right: -8px;
    opacity: 1;
  }
  #famima-ehomaki2026 .btn-container .button02:hover .button__text {
    color: #F7F3EA;
  }
  #famima-ehomaki2026 .btn-container .button02:hover .button__inner::before {
    animation: bg 1.2s ease;
    animation-fill-mode: forwards;
  }
  #famima-ehomaki2026 .abtn-area .abtn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 2% 0 0;
    gap: 2rem;
  }
  #famima-ehomaki2026 .abtn-area .abtn li {
    width: calc(100% / 2);
  }
  #famima-ehomaki2026 .abtn-area .abtn li a {
    background: #A82B15;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 1.2rem;
    position: relative;
    margin: 0 auto;
    font-size: 1.5rem;
    transition: all ease-in-out .3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #famima-ehomaki2026 .abtn-area .abtn li a::before, #famima-ehomaki2026 .abtn-area .abtn li a::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 100%;
    background-color: #fff;
    z-index: 1;
  }
  #famima-ehomaki2026 .abtn-area .abtn li a::before {
    top: 0;
    left: 11px;
  }
  #famima-ehomaki2026 .abtn-area .abtn li a::after {
    top: 0;
    right: 11px;
  }
  #famima-ehomaki2026 .abtn-area .abtn li a .line {
    margin: 0 auto;
    transition: all ease-in-out .3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #famima-ehomaki2026 .abtn-area .abtn li a .line::before, #famima-ehomaki2026 .abtn-area .abtn li a .line::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 100%;
    background-color: #A82B15;
    z-index: 2;
  }
  #famima-ehomaki2026 .abtn-area .abtn li a .line::before {
    top: 0;
    left: 18px;
  }
  #famima-ehomaki2026 .abtn-area .abtn li a .line::after {
    top: 0;
    right: 18px;
  }
  #famima-ehomaki2026 .abtn-area .abtn li a:hover {
    opacity: .7;
  }
  #famima-ehomaki2026 .r-btn .w-btn {
    width: calc(100% * 2 / 3);
  }
  #famima-ehomaki2026 .r-btn .w-btn a {
    position: relative;
    background-color: #0e7432;
    border: 3px solid #0e7432;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    display: block;
    padding: 3%;
    text-align: center;
    border-radius: 50px;
    transition: all .3s ease-in-out;
  }
  #famima-ehomaki2026 .r-btn .w-btn a .ssm {
    font-size: 0.8rem;
    font-weight: 400;
  }
  #famima-ehomaki2026 .r-btn .w-btn a::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    content: '\e905';
    font-family: "icn_font";
    font-size: 1rem;
    font-weight: normal;
    line-height: 0;
  }
  #famima-ehomaki2026 .r-btn .w-btn a:hover {
    background-color: #fff;
    border: 3px solid #0e7432;
    color: #0e7432;
    border-radius: 50px;
  }
  #famima-ehomaki2026 .r-btn .s-btn a {
    position: relative;
    background-color: #0968a6;
    border: 3px solid #0968a6;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    display: block;
    padding: 3%;
    text-align: center;
    border-radius: 50px;
    margin: 3% 0 5%;
    transition: all .3s ease-in-out;
  }
  #famima-ehomaki2026 .r-btn .s-btn a:hover {
    background-color: #fff;
    border: 3px solid #0968a6;
    color: #0968a6;
    border-radius: 50px;
  }
  #famima-ehomaki2026 .r-btn .s-btn a:first-child {
    margin: 3% 0 0;
  }
  #famima-ehomaki2026 .r-btn .s-btn a::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    content: '\e905';
    font-family: "icn_font";
    font-size: 1rem;
    font-weight: normal;
    line-height: 0;
  }
  /*#allergy table*/
  .allergy {
    width: 100%;
    margin-bottom: .2rem;
    table-layout: fixed;
    font-size: .9rem;
    border: 1px solid;
  }
  .allergy tr, .allergy th, .allergy td {
    border: 1px solid;
    text-align: center;
    font-weight: normal;
    padding: 2px 0;
  }
  .allergy_title {
    background-color: #313131;
  }
  .allergy_title span {
    color: #fff;
  }
  /*=============res=============*/
  #famima-ehomaki2026 #res {
    width: 94%;
    margin: 0 auto;
  }
  #famima-ehomaki2026 .res {
    background-color: #fbdac8c4;
    padding: 0 0 3%;
  }
  #famima-ehomaki2026 .res picture img {
    box-sizing: border-box;
    padding: 0 2rem;
  }
  #famima-ehomaki2026 #res .inquiry dl {
    background-color: #FFF;
    border: 1px solid #000;
    padding: 0;
  }
  #famima-ehomaki2026 #res .inquiry dl dt {
    background-color: #dcdddd;
    font-size: 120%;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
    text-align: center;
    padding: 0.8% 2%;
  }
  #famima-ehomaki2026 #res .inquiry dl dd {
    font-size: 100%;
    color: #333;
    line-height: 1.3;
    text-align: left;
    margin: 1.5%;
  }
  #famima-ehomaki2026 .res .ttl_h3 {
    text-align: center;
    font-size: 1.5rem;
    margin: 1.5rem 0 1rem;
    background: #fae0cc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  #famima-ehomaki2026 .res .ttl_h3 span {
    display: inline-block;
    background: #fae0cc;
    letter-spacing: 2px;
  }
  #famima-ehomaki2026 .res .ttl_h3::after {
    position: absolute;
    content: "";
    background: #e7556a;
    height: 2px;
    width: 94%;
    z-index: -1;
  }
  #famima-ehomaki2026 .res .ttl_h3 .ume {
    background-color: #fae0cc;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: radial-gradient(#E7556A 25%, transparent 0), radial-gradient(#E7556A 25%, transparent 0), radial-gradient(#E7556A 25%, transparent 0), radial-gradient(#E7556A 25%, transparent 0), radial-gradient(#E7556A 25%, transparent 0);
    background-position: 50% 0, 5% 40%, 95% 40%, 23% 95%, 78% 95%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
  }
  /*=============flow_area=============*/
  #famima-ehomaki2026.flow_area {
    margin-bottom: 3rem;
  }
  #famima-ehomaki2026 .flow_area_inner {
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
  }
  #famima-ehomaki2026 .flow_area_box.green {
    width: calc(100% * 3 / 5);
    display: flex;
    flex-direction: column;
  }
  #famima-ehomaki2026 .flow_area_box.blue {
    width: calc(100% * 2 / 5);
    display: flex;
    flex-direction: column;
  }
  #famima-ehomaki2026 .flow_area_inner .flow_area_bg {
    padding-bottom: 1rem;
    border-radius: 20px;
  }
  #famima-ehomaki2026 .flow_area_box.green .flow_area_bg {
    background: #eef6ec;
  }
  #famima-ehomaki2026 .flow_area_box.blue .flow_area_bg {
    background: #e9f3fb;
  }
  #famima-ehomaki2026 .flow_area_bg:first-child {
    margin-bottom: .5rem;
  }
  #famima-ehomaki2026 .flow_area_box h4 {
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 15px 15px 0 0;
  }
  #famima-ehomaki2026 .flow_area_box.green h4 {
    background: #0e7432;
  }
  #famima-ehomaki2026 .flow_area_box.blue h4 {
    background: #0968a6;
  }
  #famima-ehomaki2026 .flow_area_bg > dl {
    margin: 1rem;
    counter-reset: number 0;
  }
  #famima-ehomaki2026 .flow_area_bg > ul {
    margin: 1rem;
    counter-reset: number 0;
  }
  #famima-ehomaki2026 .flow_area_bg > dl > dd {
    margin-bottom: 1rem;
  }
  #famima-ehomaki2026 .flow_area_bg > dl > dt {
    position: relative;
    padding-left: 2.2rem;
    line-height: 1.8em;
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
    font-size: 1.2em;
    font-weight: bold;
  }
  #famima-ehomaki2026 .flow_area_bg > dl > dt img {
    width: 30px;
    margin-left: 0.3rem;
    margin-right: 0.2rem;
  }
  #famima-ehomaki2026 .flow_area_box.green dt {
    color: #0e7432;
  }
  #famima-ehomaki2026 .flow_area_box.blue dt {
    color: #0968a6;
  }
  #famima-ehomaki2026 .flow_area_bg > dl > dt:before {
    counter-increment: number 1;
    content: counter(number);
    position: absolute;
    left: -0;
    color: #fff;
    padding: 0rem 0.6rem;
    border-radius: 5px;
  }
  #famima-ehomaki2026 .flow_area_box.green dt:before {
    background: #0e7432;
  }
  #famima-ehomaki2026 .flow_area_box.blue dt:before {
    background: #0968a6;
  }
  #famima-ehomaki2026 .flow_area_bg > dl > .img_box {
    display: flex;
    justify-content: space-between;
  }
  #famima-ehomaki2026 .contact {
    margin: 1rem;
  }
  #famima-ehomaki2026 .contact dt.tit {
    display: inline-block;
    background: #0e7432;
    padding: 0.2rem 0.5rem;
    color: #fff;
    margin: 0 0 0.2rem;
  }
  #famima-ehomaki2026 .flow_area .sm {
    display: block;
    font-size: .9rem;
  }
  #famima-ehomaki2026 .tel_box {
    display: flex;
    align-items: center;
  }
  #famima-ehomaki2026 .flow_area_box.green .tel_box dt {
    display: inline-block;
    background: #0e7432;
    padding: 0.2rem .5rem;
    color: #fff;
    margin-right: 0.5rem;
    border-radius: 5px;
  }
  #famima-ehomaki2026 .tel_box dd {
    color: #0e7432;
    font-size: 1.5em;
    font-weight: 600;
  }
  #famima-ehomaki2026 .Mail {
    font-size: 1em;
    margin-bottom: .7rem;
  }
  #famima-ehomaki2026 .contact_note {
    border: 1px solid #0e7432;
    padding: 0.5rem 1rem;
    display: inline-block;
    font-size: .9em;
  }
  #famima-ehomaki2026 .flex_box {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    margin-bottom: .5rem;
  }
  #famima-ehomaki2026 .hyou {
    width: 11%;
  }
  #famima-ehomaki2026 .qr {
    width: 15%;
    outline: .2rem solid #0e7432;
  }
  #famima-ehomaki2026 .flow_area_bg > dl > dd.qr_link {
    display: flex;
    gap: 1.5rem;
    width: 95%;
    margin: 1.5rem auto 2rem;
    justify-content: center;
    align-items: center;
  }
  #famima-ehomaki2026 .note_list {
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  #famima-ehomaki2026 .note_list li {
    font-size: .9rem;
    margin-bottom: .2rem !important;
  }
  #famima-ehomaki2026 .note_list li::before {
    display: inline-block;
    content: "※";
  }
  #famima-ehomaki2026 .note_area h4 {
    border-bottom: none;
    margin: 0 0 0.2rem;
    padding: 0;
    font-size: 1rem;
  }
  #famima-ehomaki2026 .note_area h5 {
    border-bottom: none;
    margin: 0;
    padding: 0;
    font-size: 0.95rem;
  }
  #res .ly-mod-def-list li:before {
    left: -3px;
    background: #333;
    width: 4px;
    height: 4px;
  }
  #res .ly-mod-def-list li {
    margin-left: 1rem;
    line-height: 1.7;
  }
  #res .square:before {
    content: "■";
    font-size: 1em;
    padding-right: 0.2rem;
  }
}
/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width:736px) {
  #famima-ehomaki2026 .sp-none {
    display: none;
  }
  #famima-ehomaki2026 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  #famima-ehomaki2026 img {
    width: 100%;
    display: block;
    height: auto;
  }
  #famima-ehomaki2026 h1, h2, h3, p, ul, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
  #ehomaki, #sweets, #touken, #yoyaku {
    margin-top: -54px;
    padding-top: 54px;
  }
  #famima-ehomaki2026 a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
  }
  #content a:link, a:visited, a:hover, a:active, a:focus {
    text-decoration: none;
  }
  #famima-ehomaki2026 h2 {
    width: 57%;
    margin: 0 auto;
    padding: 6% 0 9%;
  }
  #famima-ehomaki2026 .bg-area1 {
    background: linear-gradient(180deg, transparent 0%, transparent 50%, #fbdac8c4 50%, #fbdac8c4 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  #famima-ehomaki2026 .bg-area {
    background: linear-gradient(180deg, #fbdac8c4 0%, #fbdac8c4 50%, #e8b363a3 50%, #e8b363a3 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  #famima-ehomaki2026 .bg-area2 {
    background: linear-gradient(180deg, #e8b363a3 0%, #e8b363a3 50%, #fbdac8c4 50%, #fbdac8c4 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  #famima-ehomaki2026 #content {
    background: url("../images/bg.jpg")repeat;
    background-size: 14%;
  }
  #famima-ehomaki2026 .date_img {
    padding: 1rem 0 .5rem;
    text-align: center;
  }
  #famima-ehomaki2026 .date_img p {
    font-size: 1.3rem;
    font-weight: 700;
    font-family: serif;
  }
  #famima-ehomaki2026 .date_img p span {
    font-size: 1.8rem;
    color: #cf000e;
    display: block;
  }
  /*=============yoyaku table=============*/
  #famima-ehomaki2026 .yoyaku-date {
    padding: 1.5rem 0.5rem 0;
  }
  #famima-ehomaki2026 .res .yoyaku-date {
    padding: 0;
  }
  #famima-ehomaki2026 .yoyaku-date table {
    text-align: left;
    border-collapse: collapse;
    background: #fff;
    width: 100%;
    font-size: 0.9rem;
  }
  #famima-ehomaki2026 .yoyaku-date table td, #famima-ehomaki2026 .yoyaku-date table th {
    border: 1px solid #241608;
    padding: 0.3rem;
    font-weight: normal;
    text-align: center;
  }
  #famima-ehomaki2026 .yoyaku-date table td .sm, #famima-ehomaki2026 .yoyaku-date .sm {
    font-size: 0.8rem;
  }
  #famima-ehomaki2026 .yoyaku-date table th {
    background: #462515;
    font-size: 1.08rem;
    font-weight: 500;
    color: #fff;
    table-layout: fixed;
  }
  #famima-ehomaki2026 .yoyaku-date table .red {
    background: #c21919;
    color: #fff;
    font-weight: 600;
  }
  #famima-ehomaki2026 .yoyaku-date table .blue {
    background: #2c4487;
    color: #fff;
    font-weight: 600;
  }
  #famima-ehomaki2026 .yoyaku-date table .big {
    font-size: 1.05rem;
    font-weight: 600;
  }
  #famima-ehomaki2026 .yoyaku-date table .time {
    background: #241608;
    color: #fff;
    padding: 0.1rem 0.3rem;
    margin: 0.2rem 0;
    display: inline-block;
    font-weight: 600;
    font-size: 1rem;
  }
  #famima-ehomaki2026 .yoyaku-date table .col {
    background: #fff100;
    font-weight: 600;
  }
  #famima-ehomaki2026 .yoyaku-date table .col1 {
    background: #fbd8b5;
  }
  #famima-ehomaki2026 .yoyaku-date .arrow {
    position: relative;
  }
  #famima-ehomaki2026 .yoyaku-date .arrow::before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: #c9161e;
    clip-path: polygon(50% 50%, 0 0, 100% 0);
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0);
  }
  #famima-ehomaki2026 .ehomaki {
    background-color: #fbdac8c4;
    padding-bottom: 1%;
  }
  #famima-ehomaki2026 .sweets {
    background-color: #e8b363a3;
    padding-bottom: 1%;
  }
  /*=============item=============*/
  #famima-ehomaki2026 .item {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #famima-ehomaki2026 .item ul {
    display: block;
  }
  #famima-ehomaki2026 .ehomaki li {
    padding: 4% 0 0;
    margin: 0 auto 5%;
    width: 90%;
    background-color: #fff;
    border-radius: 7px;
    filter: drop-shadow(3px 4px 3px rgba(0, 0, 0, .3));
    border: 3px solid #e8b363;
  }
  #famima-ehomaki2026 .sweets li {
    padding: 4% 0 0;
    margin: 0 auto 5%;
    width: 90%;
    background-color: #fff;
    border-radius: 7px;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, .3));
    border: 3px solid #f9d4d4;
  }
  #famima-ehomaki2026 .ehomaki .box li.cau, #famima-ehomaki2026 .sweets .box li.cau {
    font-size: 0.8rem;
    border: none;
    filter: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #famima-ehomaki2026 .ehomaki .box li.cau.red {
    color: #e30000;
  }
  #famima-ehomaki2026 .sweets .box li.cau.red {
    color: #e30000;
  }
  #famima-ehomaki2026 .item .container img {
    width: 90%;
    margin: 0 auto;
  }
  #famima-ehomaki2026 .item .thumbnail {
    width: 60%;
    margin: 2% auto;
    transform: unset;
  }
  #famima-ehomaki2026 .thumbnail .slick_thumb .slick-track {
    transform: unset !important;
  }
  #famima-ehomaki2026 .thumbnail-img {
    margin: 0 6px 0 0;
    opacity: 0.5;
    transition: opacity .3s linear;
  }
  #famima-ehomaki2026 .thumbnail-img:last-child {
    margin: 0;
  }
  #famima-ehomaki2026 .thumbnail .slick-current {
    transition: all 0.3s;
    opacity: 1;
  }
  #famima-ehomaki2026 .thumbnail .slick-current img {
    border: 2px solid #e8b363;
    padding: 3%;
  }
  #famima-ehomaki2026 .box {
    width: 90%;
    margin: 5% auto 6%;
  }
  #famima-ehomaki2026 .nom {
    text-align: right;
    color: #313131;
    font-size: 1.05rem;
    font-weight: bold;
  }
  #famima-ehomaki2026 .ex {
    font-size: 1.1rem;
    width: 30%;
    display: inline-block;
    padding: 0.2rem;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    background: #1c1f88;
    text-align: center;
    margin-bottom: 4%;
  }
  #famima-ehomaki2026 .ex.touken {
    background: #e40065;
  }
  #famima-ehomaki2026 .name {
    font-size: 1.2rem;
    font-weight: bold;
  }
  #famima-ehomaki2026 .price {
    text-align: left;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 10px;
  }
  #famima-ehomaki2026 .price span {
    text-align: left;
    font-size: 1.05rem;
    font-weight: bold;
    margin: 0 0 10px;
  }
  #famima-ehomaki2026 .text {
    font-size: 1rem;
  }
  #famima-ehomaki2026 .sweets .text {
    margin: 0 0 1rem;
  }
  #famima-ehomaki2026 .text .sm {
    display: block;
    font-size: 0.9rem;
    margin: 1rem 0 0;
  }
  #famima-ehomaki2026 .in, #famima-ehomaki2026 .in-box {
    font-size: 0.9rem;
  }
  #famima-ehomaki2026 .in {
    margin: 1rem 0 0;
  }
  #famima-ehomaki2026 .box dl dd {
    font-size: 0.9rem;
    margin: 0 0 1rem;
  }
  #famima-ehomaki2026 .in-text {
    font-size: 0.9rem;
    background: #f8eddd;
    border-radius: 10px;
    padding: 1.5rem 1rem 1rem;
  }
  #famima-ehomaki2026 .in-box span {
    background-color: #e8b363;
    display: block;
    width: 50%;
    text-align: center;
    color: #462515;
    font-weight: bold;
    padding: 5px;
    position: relative;
    top: 1rem;
    left: 0.5rem;
    clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 10% 100%, 0 49%, 10% 0);
  }
  /*  #famima-ehomaki2026 .in-box span::before, #famima-ehomaki2026 .in-box span::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }*/
  /*  #famima-ehomaki2026 .in-box span::after {
    top: 0;
    right: 0;
    border-style: solid;
    border-color: #fff transparent #f8eddd transparent;
    border-width: 15px 0px 15px 15px;
  }
  #famima-ehomaki2026 .in-box span::before {
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #fff transparent #f8eddd transparent;
    border-width: 15px 15px 15px 0px;
  }*/
  #famima-ehomaki2026 .in-box.sec span::after {
    border-width: 16px 0px 16px 16px;
  }
  #famima-ehomaki2026 .in-box.sec span::before {
    border-width: 16px 16px 16px 0px;
  }
  #famima-ehomaki2026 .in span {
    font-weight: bold;
  }
  #famima-ehomaki2026 .size {
    font-size: 0.9rem;
    border: solid 1px #313131;
    padding: 5px;
    border-radius: 8px;
    text-align: center;
    margin: 1rem 0;
  }
  #famima-ehomaki2026 .cau {
    font-size: 0.8rem;
  }
  /*=============btn=============*/
  #famima-ehomaki2026 .btn-area {
    padding: 0 0.5rem;
    margin: 1.2rem 0 1.5rem;
  }
  #famima-ehomaki2026 .btn-area ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #famima-ehomaki2026 .btn {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    padding: 3% 0;
    transition: all .3s;
    transform: translate3d(0, 0, 0);
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .3));
  }
  #famima-ehomaki2026 .btn-container {
    width: 97%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  #famima-ehomaki2026 .btn-container.sp-none {
    display: none
  }
  #famima-ehomaki2026 .btn-container .button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 75px;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: bold;
    box-sizing: border-box;
    border: solid 3px #A82B15;
    color: #A82B15;
    background: #F7F3EA;
    text-align: center;
  }
  #famima-ehomaki2026 .btn-container .button::after {
    content: '\e905';
    font-family: "icn_font";
    font-weight: normal;
    position: absolute;
    z-index: 3;
    right: 1rem;
    transition: all .2s ease;
  }
  #famima-ehomaki2026 .btn-container .button02 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 75px;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: bold;
    box-sizing: border-box;
    border: solid 3px #A82B15;
    color: #A82B15;
    background: #F7F3EA;
    text-align: center;
  }
  #famima-ehomaki2026 .btn-container .button02::after {
    content: '\e914';
    font-family: "icn_font";
    font-weight: normal;
    position: absolute;
    z-index: 3;
    right: 1rem;
    transition: all .2s ease;
  }
  #famima-ehomaki2026 .btn-container .button__cloud1, .button__cloud2 {
    position: absolute;
    z-index: 4;
    width: 8px;
    height: 8px;
    background: #D3B171;
    transition: all ease-in-out .6s;
    opacity: 0;
  }
  #famima-ehomaki2026 .btn-container .button__cloud1 {
    top: -4px;
    left: -48px;
  }
  #famima-ehomaki2026 .btn-container .button__cloud2 {
    bottom: -4px;
    right: -48px;
  }
  #famima-ehomaki2026 .btn-container .button__cloud1::before, #famima-ehomaki2026 .btn-container .button__cloud1::after, #famima-ehomaki2026 .btn-container .button__cloud2::before, #famima-ehomaki2026 .btn-container .button__cloud2::after {
    content: '';
    position: absolute;
    width: 48px;
    height: 8px;
    border-radius: 4px;
    background: #D3B171;
  }
  #famima-ehomaki2026 .btn-container .button__cloud1::before {
    top: -8px;
    left: -16px;
  }
  #famima-ehomaki2026 .btn-container .button__cloud1::after {
    bottom: -8px;
    right: -12px;
  }
  #famima-ehomaki2026 .btn-container .button__cloud2::before {
    top: -8px;
    left: -24px;
  }
  #famima-ehomaki2026 .btn-container .button__cloud2::after {
    bottom: -8px;
    right: -24px;
  }
  #famima-ehomaki2026 .btn-container .button__inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    box-sizing: border-box;
    border: solid 1px #A82B15;
  }
  #famima-ehomaki2026 .btn-container .button__inner::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: 2px;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: calc(100% - 4px);
    background: #A82B15;
  }
  #famima-ehomaki2026 .btn-container .button__text {
    position: relative;
    z-index: 3;
    transition: all .6s ease;
  }
  #famima-ehomaki2026 .btn-container .button__text .ssm {
    font-size: .7rem;
    font-weight: 400;
  }
  #famima-ehomaki2026 .btn-container .button:hover::after {
    color: #F7F3EA;
  }
  #famima-ehomaki2026 .btn-container .button:hover .button__cloud1 {
    left: 12px;
    opacity: 1;
  }
  #famima-ehomaki2026 .btn-container .button:hover .button__cloud2 {
    right: 12px;
    opacity: 1;
  }
  #famima-ehomaki2026 .btn-container .button:hover .button__text {
    color: #F7F3EA;
  }
  #famima-ehomaki2026 .btn-container .button:hover .button__inner::before {
    animation: bg 1.2s ease;
    animation-fill-mode: forwards;
  }
  #famima-ehomaki2026 .btn-container .button02:hover::after {
    color: #F7F3EA;
  }
  #famima-ehomaki2026 .btn-container .button02:hover .button__cloud1 {
    left: 12px;
    opacity: 1;
  }
  #famima-ehomaki2026 .btn-container .button02:hover .button__cloud2 {
    right: 12px;
    opacity: 1;
  }
  #famima-ehomaki2026 .btn-container .button02:hover .button__text {
    color: #F7F3EA;
  }
  #famima-ehomaki2026 .btn-container .button02:hover .button__inner::before {
    animation: bg 1.2s ease;
    animation-fill-mode: forwards;
  }
  #famima-ehomaki2026 .abtn-area .abtn {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0 0.5rem;
  }
  #famima-ehomaki2026 .abtn-area .abtn li {
    width: calc(100% / 2);
  }
  #famima-ehomaki2026 .abtn-area .abtn li a {
    background: #A82B15;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 1rem;
    position: relative;
    margin: 0 auto;
    font-size: 1.1rem;
    transition: all ease-in-out .3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #famima-ehomaki2026 .abtn-area .abtn li a::before, #famima-ehomaki2026 .abtn-area .abtn li a::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 100%;
    background-color: #fff;
    z-index: 1;
  }
  #famima-ehomaki2026 .abtn-area .abtn li a::before {
    top: 0;
    left: 6px;
  }
  #famima-ehomaki2026 .abtn-area .abtn li a::after {
    top: 0;
    right: 6px;
  }
  #famima-ehomaki2026 .abtn-area .abtn li a .line {
    margin: 0 auto;
    transition: all ease-in-out .3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #famima-ehomaki2026 .abtn-area .abtn li a .line::before, #famima-ehomaki2026 .abtn-area .abtn li a .line::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #A82B15;
    z-index: 2;
  }
  #famima-ehomaki2026 .abtn-area .abtn li a .line::before {
    top: 0;
    left: 9px;
  }
  #famima-ehomaki2026 .abtn-area .abtn li a .line::after {
    top: 0;
    right: 9px;
  }
  #famima-ehomaki2026 .abtn-area .abtn li a:hover {
    opacity: .7;
  }
  #famima-ehomaki2026 .r-btn .w-btn a {
    position: relative;
    background-color: #0e7432;
    border: 3px solid #0e7432;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    display: block;
    padding: 3%;
    text-align: center;
    border-radius: 50px;
    margin: 5% 0;
    transition: all .3s ease-in-out;
  }
  #famima-ehomaki2026 .r-btn .w-btn a .ssm {
    font-size: .7rem;
    font-weight: 400;
  }
  #famima-ehomaki2026 .r-btn .w-btn a::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    content: '\e905';
    font-family: "icn_font";
    font-size: 0.95rem;
    font-weight: normal;
    line-height: 0;
  }
  #famima-ehomaki2026 .r-btn .w-btn a:hover {
    background-color: #fff;
    border: 3px solid #0e7432;
    color: #0e7432;
    border-radius: 50px;
  }
  #famima-ehomaki2026 .r-btn .s-btn a {
    position: relative;
    background-color: #0078c8;
    border: 3px solid #0078c8;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    display: block;
    padding: 3%;
    text-align: center;
    border-radius: 50px;
    margin: 3% 0 5%;
    transition: all .3s ease-in-out;
  }
  #famima-ehomaki2026 .r-btn .s-btn a:hover {
    background-color: #fff;
    border: 3px solid #0078c8;
    color: #0078c8;
    border-radius: 50px;
  }
  #famima-ehomaki2026 .r-btn .s-btn a:first-child {
    margin: 3% 0 0;
  }
  #famima-ehomaki2026 .r-btn .s-btn a::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    content: '\e905';
    font-family: "icn_font";
    font-size: 0.95rem;
    font-weight: normal;
    line-height: 0;
  }
  /*#allergy table*/
  .allergy {
    width: 100%;
    margin-bottom: .2rem;
    table-layout: fixed;
    font-size: .9rem;
    border: 1px solid;
  }
  .allergy tr, .allergy th, .allergy td {
    border: 1px solid;
    text-align: center;
    font-weight: normal;
    padding: 2px 0;
  }
  .allergy_title {
    background-color: #313131;
  }
  .allergy_title span {
    color: #fff;
  }
  .allergy {
    font-size: .68rem;
  }
  /*=============res=============*/
  #famima-ehomaki2026 #res {
    width: 98%;
    margin: 0 auto;
  }
  #famima-ehomaki2026 .res {
    background-color: #fbdac8c4;
    padding: 0 1rem 1rem;
  }
  #famima-ehomaki2026 .res > ul {
    display: block;
    width: 92%;
    margin: 0 auto;
    height: 100%;
  }
  #famima-ehomaki2026 .res li {
    display: block;
  }
  #famima-ehomaki2026 .note_list {
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  #famima-ehomaki2026 .note_list li {
    display: block;
    font-size: .8rem;
    margin: .2rem 0 0 !important;
  }
  #famima-ehomaki2026 .note_list li::before {
    display: inline-block;
    content: "※";
  }
  #famima-ehomaki2026 .note_area h4 {
    border-bottom: none;
    margin: 0 0 0.2rem;
    padding: 0;
    font-size: 1rem;
  }
  #famima-ehomaki2026 .note_area h5 {
    border-bottom: none;
    margin: 0;
    padding: 0;
    font-size: 0.95rem;
  }
  #famima-ehomaki2026 #res .ly-mod-def-list li:before {
    left: -3px;
    background: #333;
    width: 4px;
    height: 4px;
  }
  #famima-ehomaki2026 #res .ly-mod-def-list li {
    margin-left: 1rem;
    line-height: 1.7;
  }
  #famima-ehomaki2026 #res .square:before {
    content: "■";
    font-size: 1em;
    padding-right: 0.2rem;
  }
  #famima-ehomaki2026 .incen_area.mask-end .end > p {
    font-size: 2em;
  }
  #famima-ehomaki2026 .inquiry dl {
    background-color: #FFF;
    border: 1px solid #000;
    padding: 0;
  }
  #famima-ehomaki2026 .inquiry dl dt {
    background-color: #dcdddd;
    font-size: 100%;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
    text-align: center;
    padding: 1.5% 2%;
  }
  #famima-ehomaki2026 .inquiry dl dd {
    font-size: 90%;
    color: #333;
    line-height: 1.3;
    text-align: left;
    margin: 2%;
  }
  .ly-mod-layout-2clm .ly-mod-layout-clm .ly-sp-mb0 {
    float: none;
    margin: 0;
    width: 100%;
  }
  #famima-ehomaki2026 .res .ttl_h3 {
    text-align: center;
    font-size: 1.3rem;
    margin: 1.5rem 0 1rem;
    background: #fae0cc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  #famima-ehomaki2026 .res .ttl_h3 span {
    display: inline-block;
    background: #fae0cc;
    letter-spacing: 2px;
  }
  #famima-ehomaki2026 .res .ttl_h3::after {
    position: absolute;
    content: "";
    background: #e7556a;
    height: 2px;
    width: 100%;
    z-index: -1;
  }
  #famima-ehomaki2026 .res .ttl_h3 .ume {
    background-color: #fae0cc;
    display: inline-block;
    width: 45px;
    height: 43px;
    background-image: radial-gradient(#E7556A 25%, transparent 0), radial-gradient(#E7556A 25%, transparent 0), radial-gradient(#E7556A 25%, transparent 0), radial-gradient(#E7556A 25%, transparent 0), radial-gradient(#E7556A 25%, transparent 0);
    background-position: 50% 0, 5% 40%, 95% 40%, 23% 95%, 78% 95%;
    background-size: 27px 27px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
  }
  /*=============note_area=============*/
  #famima-ehomaki2026 #res .ly-mod-def-list li {
    margin-left: 1rem;
    line-height: 1.7;
  }
  #famima-ehomaki2026 #res .ly-mod-def-list li:before {
    left: -3px;
    background: #333;
    width: 4px;
    height: 4px;
  }
  /*=============flow_area=============*/
  #famima-ehomaki2026 .flow_area {
    margin-bottom: 1.5rem;
  }
  #famima-ehomaki2026 .flow_area .sm {
    display: block;
    font-size: 0.8rem;
  }
  #famima-ehomaki2026 .flow_area_inner {
    margin: 0 auto;
  }
  #famima-ehomaki2026 .flow_area_box:first-child {
    margin-bottom: 2.5rem;
  }
  #famima-ehomaki2026 .flow_area_box .flow_area_bg {
    padding-bottom: 0.5rem;
    border-radius: 10px;
  }
  #famima-ehomaki2026 .flow_area_box.green .flow_area_bg {
    background: #eef6ec;
  }
  #famima-ehomaki2026 .flow_area_box.blue .flow_area_bg {
    background: #e9f3fb;
  }
  #famima-ehomaki2026 .flow_area_box h4 {
    padding: 0.5rem 0;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
  }
  #famima-ehomaki2026 .flow_area_box.green h4 {
    background: #0e7432;
  }
  #famima-ehomaki2026 .flow_area_box.blue h4 {
    background: #0078c8;
  }
  #famima-ehomaki2026 .flow_area_bg > ul {
    margin: 1rem 1rem 0.5rem;
    counter-reset: number 0;
  }
  #famima-ehomaki2026 .flow_area_bg > dl {
    margin: 1rem 1rem 0.5rem;
    counter-reset: number 0;
  }
  #famima-ehomaki2026 .flow_area_bg > dl > dd {
    margin-bottom: 1rem;
  }
  #famima-ehomaki2026 .flow_area_bg > dl > dt {
    position: relative;
    padding-left: 2rem;
    line-height: 1.05rem;
    margin-bottom: 0.3rem;
    font-size: 1.1em;
    font-weight: bold;
  }
  #famima-ehomaki2026 .flow_area_bg > dl > dd .qr {
    display: none;
  }
  #famima-ehomaki2026 .flow_area_bg > dl > dt img {
    display: none;
  }
  #famima-ehomaki2026 .flow_area_box.green dt {
    color: #0e7432;
  }
  #famima-ehomaki2026 .flow_area_box.blue dt {
    color: #0968a6;
  }
  #famima-ehomaki2026 .flow_area_bg > dl > dt:before {
    counter-increment: number 1;
    content: counter(number);
    position: absolute;
    left: -0;
    color: #fff;
    padding: 0.1rem 0.5rem;
    border-radius: 3px;
  }
  #famima-ehomaki2026 .flow_area_box.green dt:before {
    background: #0e7432;
  }
  #famima-ehomaki2026 .flow_area_box.blue dt:before {
    background: #0968a6;
  }
  #famima-ehomaki2026 .flow_area_bg > dl > dd.img_box p:nth-child(2) {
    width: 50%;
    margin: 0 auto;
    padding-top: 1rem;
  }
  #famima-ehomaki2026 .contact {
    margin: 1rem;
  }
  #famima-ehomaki2026 .contact dt.tit {
    display: inline-block;
    background: #0e7432;
    padding: 0.2rem 0.7rem;
    color: #fff;
    margin: 0 0 0.2rem;
  }
  #famima-ehomaki2026 .tel_box {
    display: flex;
    align-items: center;
  }
  #famima-ehomaki2026 .flow_area_box.green .tel_box dt {
    display: inline-block;
    background: #0e7432;
    padding: 0.2rem .5rem;
    color: #fff;
    margin-right: 0.5rem;
    border-radius: 5px;
  }
  #famima-ehomaki2026 .tel_box dd {
    color: #0e7432;
    font-size: 1.5em;
    font-weight: 600;
  }
  #famima-ehomaki2026 .Mail {
    font-size: .9rem;
    margin-bottom: .6rem;
  }
  #famima-ehomaki2026 .contact_note {
    width: 90%;
    display: block;
    padding: 0.5rem 1rem;
    border: 1px solid #0e7432;
    font-size: .9em;
    text-align: center;
  }
  #famima-ehomaki2026 .flex_box {
    margin-bottom: .5rem;
  }
  #famima-ehomaki2026 .flow_area_bg > dl > dd.img_box.img p.hyou {
    width: 30%;
  }
  #famima-ehomaki2026 .qr {
    width: 50%;
    margin: 1rem auto;
    outline: .2rem solid #0e7432;
  }
  #famima-ehomaki2026 .qr_link {
    text-align: center;
  }
  /*------------------------ 250115_追加 ------------------------*/
  #famima-ehomaki2026 .item .button__text .ssm {
    line-height: 1em;
    display: block;
  }
  /*------------------------ 250115_追加 ここまで ------------------------*/
}
@media screen and (min-width:476px) and (max-width:1023px) {
  #famima-ehomaki2026 .yoyaku-date .arrow::before {
    bottom: -23%;
    width: 25px;
    height: 25px;
  }
  #famima-ehomaki2026 .btn-area ul {
    gap: 0.5rem;
  }
  #famima-ehomaki2026 .btn-container .button {
    font-size: 0.9rem;
  }
  #famima-ehomaki2026 .btn-container .button::after {
    right: 0.5rem;
  }
  #famima-ehomaki2026 .abtn-area .abtn li a {
    padding: 1rem;
    font-size: 1.2rem;
  }
  #famima-ehomaki2026 .abtn-area .abtn {
    gap: 1.5rem;
  }
  #famima-ehomaki2026 .ehomaki li, #famima-ehomaki2026 .sweets li {
    align-items: center;
  }
  #famima-ehomaki2026 .item .thumbnail {
    width: 70%;
  }
  #famima-ehomaki2026 .ex {
    padding: 0.2rem 0.5rem;
  }
  #famima-ehomaki2026 .in-box span {
    width: 50%;
  }
  #famima-ehomaki2026 .name {
    font-size: 1.26rem;
  }
  #famima-ehomaki2026 .price {
    font-size: 1.4rem;
  }
  #famima-ehomaki2026 .r-btn .w-btn a {
    font-size: 0.9rem;
  }
  #famima-ehomaki2026 .r-btn .w-btn a::after {
    right: 0.7rem;
  }
  #famima-ehomaki2026 .flow_area_inner {
    gap: 0.5rem;
  }
}
@keyframes bg {
  0% {
    width: 0;
  }
  30% {
    width: calc(100% - 4px);
  }
  50% {
    width: calc(100% - 4px);
  }
  100% {
    width: calc(100% - 4px);
  }
}
/*---------------------------------------------------
商品画像スライダー
-----------------------------------------------------*/
/* swiper */
#famima-ehomaki2026 .swiper-container.gallery-top, #famima-ehomaki2026 .swiper-container.gallery2-top {
  width: 100%;
  max-width: 585px;
  height: 450px;
  /*margin: 0 auto 1rem;*/
  overflow: hidden;
}
#famima-ehomaki2026 .swiper-container {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
#famima-ehomaki2026 .swiper-container.gallery-thumbs, #famima-ehomaki2026 .swiper-container.gallery2-thumbs {
  height: 55px;
}
#famima-ehomaki2026 .swiper-slide {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#famima-ehomaki2026 .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}
#famima-ehomaki2026 .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
/* サムネイルが非アクティブな時の透明度 */
#famima-ehomaki2026 .swiper-container.gallery-thumbs .swiper-slide, #famima-ehomaki2026 .swiper-container.gallery2-thumbs .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s;
}
/* サムネイルがアクティブな時のスタイル */
#famima-ehomaki2026 .swiper-container.gallery-thumbs .swiper-slide-thumb-active, #famima-ehomaki2026 .swiper-container.gallery2-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
/* 3枚表示のサムネイルのスライド幅 */
#famima-ehomaki2026 .swiper-container.gallery-thumbs .swiper-slide {
  width: calc((100% - 20px) / 3);
}
/* 2枚表示のサムネイルのスライド幅 */
#famima-ehomaki2026 .swiper-container.gallery2-thumbs .swiper-slide {
  width: calc((100% - 10px) / 2);
}
#famima-ehomaki2026 .swiper-container.gallery2-thumbs .swiper-wrapper {
  width: 65.33%;
}
/*---------------------------------------------------





PC





-----------------------------------------------------*/
@media screen and (min-width: 737px) {}
/*---------------------------------------------------





SP





-----------------------------------------------------*/
@media screen and (max-width: 736px) {
  /*---------------------------------------------------
商品画像スライダー
-----------------------------------------------------*/
  #famima-ehomaki2026 .swiper-container.gallery-top, #famima-ehomaki2026 .swiper-container.gallery2-top {
    width: 90%;
    max-width: 82vw;
    height: auto;
    margin: 0 auto 1rem;
    overflow: hidden;
  }
  #famima-ehomaki2026 .swiper-container.gallery-thumbs, #famima-ehomaki2026 .swiper-container.gallery2-thumbs {
    height: 50px;
  }
  #famima-ehomaki2026 .swiper-container {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }
  #famima-ehomaki2026 .detail_h1 {
    margin: 0.5rem 0 1rem;
  }
  #famima-ehomaki2026 .detail .nav ul {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0.2rem;
  }
  #famima-ehomaki2026 .detail .nav a {
    line-height: 1em;
    padding: 0.4rem;
  }
  #famima-ehomaki2026 .detail .nav a span {
    /* padding: .2rem 0.1rem;
    outline-offset: .2rem; */
    padding: 0.2rem 0;
    outline-offset: 3px;
  }
  #famima-ehomaki2026 .detail .nav a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #dbd4b7;
    border-right: 2px solid #dbd4b7;
    position: absolute;
    top: 39%;
    right: 5%;
    transform: rotate(45deg);
  }
  #famima-ehomaki2026 .detail .nav li:first-child span {
    line-height: 2;
  }
  /* .mask-soldout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
  }

  .mask-soldout .soldout {
    background: rgba(63, 57, 57, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 10px;
  } */
  /* .mask-soldout .soldout>p {
    font-size: clamp(40px, 3.2vw, 48px);
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
  }

  .mask-soldout .soldout>p>span {
    display: block;
    font-size: 1.9rem;
  } */
  #famima-ehomaki2026 .sale {
    margin: 0.2rem 0;
  }
  #famima-ehomaki2026 .sale_price {
    font-size: 1.2rem;
  }
  #famima-ehomaki2026 .sale_price_tit {
    margin-right: 0.5rem;
  }
  #famima-ehomaki2026 .single .sale_price {
    font-size: 1rem;
  }
  #famima-ehomaki2026 .sale .yen {
    font-size: 1.4rem;
  }
  .filters {
    text-align: left;
  }
}