/*common*/
.toumorokoshi2025{
    background: url(https://www.fukutaro-shop.com/Contents/Feature/bg_yellow.jpg);
}
.line {
    display: grid;
    column-gap: 3rem;
    margin-bottom: 2.5rem;
}
.item_price{
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1;
}
.item_price .s_01{
    font-size: 2rem;
}
.postage_01{
    color: #fff;
    background: #e57321;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0.2em 0.6em;
    margin-left: 0.5em;
}
.postage_02{
    color: #fff;
    background: #e60012;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0.2em 0.6em;
    margin-left: 0.5em;
}
.order a{
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 22rem;
    background: #00a0ca;
    color: #fff;
    border-radius: 50px;
    padding: 0.6em 1.6em;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.5rem;
    margin: auto;
}

.order a::after{
    content:'';
    display: block;
    position: absolute;
    top: 50%;
    right: 7%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
    transition: 0.2s;
}
.order a:hover:after{
    right: 6%;
}
.column_it{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.item_name{
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    margin: 0;
    font-family: "Zen Old Mincho", serif;
}
.fw_n{
    font-weight: normal;
    color: #000;
}
.flex_area{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 5% 0;
}
.area01{
    border-bottom: 1px dashed #000;
}
/*sec_001*/
.title_h2{
    font-family: "Zen Old Mincho", serif;
    font-weight: bold;
    color: #00a0ca;
    font-size: 5rem;
    position: relative;
}
/* .title_h2::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/dekitate_title_parts.png)no-repeat center/contain;
    width: 95.2rem;
    height: 2rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
} */
.title_h2 p{
    display:  inline-block; 
    font-size: 3rem;
    color: #e60012;
    border: 0.2rem solid #e60012;
    padding: 0 0.3em 0em;
    margin-right: 1.5rem;
    border-radius: 2rem;
    position: relative;
    top: -5px;
}
.sec_001 p{
    color: #00a0ca;
    text-align: center;
    font-size: 2.2rem;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 600;
    margin-bottom: 1.2em;
}
.strong {
    font-size: 3.2rem;
}
/*sec_002*/
.sec_002{
    padding-top: 0;
    max-width: 1400px;
    margin: auto;
}

.parallax_area{
    height: 45rem;
    background: url(https://www.fukutaro-shop.com/Contents/Feature/toumorokoshi2025_top.jpg);
    background-size: auto;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.para_contents{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 1%;
    max-width: 1200px;
    margin: auto;
}
.para_contents p{
    font-size: 4rem;
    font-family: "Zen Old Mincho", serif;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0,0,0, 0.9);
}
/*sec_003*/
.sec_003{
    padding-top: 1.5%;
}
.title_h3{
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 400;
    font-size: 2.4rem;
    position: relative;
    padding-bottom: 0.5em;
}
.title_h3::before{
    content: '';
    background: #be8915;
    width: 30rem;
    height: 0.2rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.flow{
    padding: 10px 0;
    width: 80%;
    margin: auto;
}
.flow li:nth-child(2)::before,.flow li:nth-child(4)::before{
    content: none;
}
.desc{
    text-align: center;
    font-weight: 550;
}
.sec_003 ul{
    background-color: #fff;
    text-align: center;
    font-size: 2rem;
    list-style: none;
    padding: 10px 0;
    margin: 0 0 -20px;
}
.sec_003 ul li{
    position: relative;
    padding-right: 1.2rem;
    /* margin: 0.5em 0; */
    line-height: 1.2;
}
/* .sec_003 ul li::before{
    content: '';
    background: #be8915;
    width: 1.1rem;
    height: 1.1rem;
    position: absolute;
    left: 0;
    top: 0.7rem;
    transform: rotate(45deg);
} */
.sec_003 ul li::before {
    content:  "";                 /* ?????? */
    width: 40px;                            /* ??? */
    height: 40px;                           /* ???? */
    display:  inline-block;                 /* ???????????? */
    position:  relative;                    /* ?????????? */
    top: -10px;                             /* ?????????? */
    margin-right: 5px;                      /* ???? */
    background-image:  url(https://www.fukutaro-shop.com/Contents/Feature/corn.png);  /* ?????? */
    background-size:  contain;              /* ?????????? */
    background-repeat:  no-repeat;          /* ????????????????? */
    vertical-align: middle;                    /* ?????????? */
} 
.item_area{
    margin-top: 4%;
}
.text_primary{
    color: #be8915;
    font-weight: bold;
    text-align: center;
    font-size: 3rem;
}

/*sec_004*/
.table_schedule{
    border-collapse: collapse;
    background-color: #fff;
}
.table_schedule thead th,.table_schedule thead td{
   background:  #aacf52;
    color: #fff;
    font-weight: bold;
}
.table_schedule th, .table_schedule td{
    border: 1px solid #aacf52;
    font-size: 1.6rem;
    text-align: center;
    font-weight: normal;
    padding: 0.5em 0.2em;
}
.img_tx{
    margin-top: 2em;
}
.item_area figure img{
    border: 1px solid #ccc;
}
.text_red{
    font-weight: 600;
}
/*pagelst*/
.pagelst{
    padding: 4% 0 1%;
    margin-bottom: -10rem;
}