@charset "UTF-8";

.items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.items .inner_item {
    width: 26%;
    padding: 3%;
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-right: 2%;
    margin-top: 100px;
    position: relative;
}
.inner_item:nth-child(3), .inner_item:nth-child(6) {
    margin-right: 0;
}
.widget_menu01 li .inner_item_txt .price {
    font-weight: 600;
}
.items .heading.block_header_2 {
    margin-top: 30px;
    text-align: center;
}
.items .inner_item:before {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    top: -6rem;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 2;
    border-radius: 50px;
}
.widget_menu01 .content_wrapper .inner_item:last-child {
    padding-bottom: 3%;
}
.heading.block_header_3 {
    background: var(--i_main_color);
}
.heading.block_header_3 .h {
    color: #fff;
}
a#menu01 + div .items .inner_item:first-child::before {
    background: url(/common/upload_data/hayano-hikkoshijp/image/20240913173628.png) no-repeat center / contain;
    background-color: #fff;
    background-size: 40%;
}
a#menu01 + div .items .inner_item:nth-child(2)::before {
    background: url(/common/upload_data/hayano-hikkoshijp/image/20241023143155.png) no-repeat center / contain;
    background-color: #fff;
    background-size: 60%;
}
a#menu01 + div .items .inner_item:nth-child(3)::before {
    background: url(/common/upload_data/hayano-hikkoshijp/image/20241023143300.png) no-repeat center / contain;
    background-color: #fff;
    background-size: 60%;
}
a#menu01 + div .items .inner_item:nth-child(4)::before {
    background: url(/common/upload_data/hayano-hikkoshijp/image/20241023143151.png) no-repeat center / contain;
    background-color: #fff;
    background-size: 60%;
}
a#menu01 + div .items .inner_item:nth-child(5)::before {
    background: url(/common/upload_data/hayano-hikkoshijp/image/20241023143119.png) no-repeat center / contain;
    background-color: #fff;
    background-size: 60%;
}
a#menu01 + div .items .inner_item:nth-child(6)::before {
    background: url(/common/upload_data/hayano-hikkoshijp/image/20241023143256.png) no-repeat center / contain;
    background-color: #fff;
    background-size: 60%;
}
a#menu01 + div .items .inner_item:nth-child(7)::before {
    background: url(/common/upload_data/hayano-hikkoshijp/image/20241023143159.png) no-repeat center / contain;
    background-color: #fff;
    background-size: 40%;
}
a#menu01 + div .items .inner_item:nth-child(8)::before {
    background: url(/common/upload_data/hayano-hikkoshijp/image/20241023143131.png) no-repeat center / contain;
    background-color: #fff;
    background-size: 60%;
}
a#menu02 + div .items .inner_item:first-child::before {
    background: url(/common/upload_data/hayano-hikkoshijp/image/20240913172730.png) no-repeat center / contain;
    background-color: #fff;
    background-size: 70%;
}
a#menu02 + div .items .inner_item:nth-child(2)::before {
    background: url(/common/upload_data/hayano-hikkoshijp/image/20241023143147.png) no-repeat center / contain;
    background-color: #fff;
    background-size: 60%;
}
a#menu02 + div .items .inner_item:nth-child(3)::before {
    background: url(/common/upload_data/hayano-hikkoshijp/image/20241023143202.png) no-repeat center / contain;
    background-color: #fff;
    background-size: 35%;
}
a#menu02 + div .items .inner_item:nth-child(4)::before {
    background: url(/common/upload_data/hayano-hikkoshijp/image/20241023143140.png) no-repeat center / contain;
    background-color: #fff;
    background-size: 60%;
}
@media screen and (max-width: 900px) {
.items .inner_item {
    width: 42%;
}
.inner_item:nth-child(3), .inner_item:nth-child(6) {
    margin-right: auto;
}
}
@media screen and (max-width: 500px) {
    .items .inner_item {
        width: 100%;
    }
}

a#btn01 + div .inner_item {
    position: relative;
    margin-top: 50px;
    border-radius: 20px;
}
a#btn01 + div .inner_item:before {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 2;
    border-radius: 50%;
    background-color: #ffffff;
}
a#btn01 + div .wrapper_item .inner_item:first-child::before {
    background: url(/common/upload_data/hayano-hikkoshijp/image/20241023092921.png) no-repeat center / contain;
    background-size: 35%;
    background-color: #ffffff;
}
a#btn01 + div .wrapper_item .inner_item:last-child:before {
    background: url(/common/upload_data/hayano-hikkoshijp/image/LINE_APP_Android.png) no-repeat center / contain;
    background-size: 60%;
    background-color: #ffffff;
}
a#btn01 + div .inner_item h3.h {
    margin-top: 5px;
}
@media screen and (max-width: 900px) {
a#btn01 + div .inner_item:before {
    width: 70px;
    height: 70px;
    top: -40px;
}
}
@media screen and (max-width: 570px) {
a#btn01 + div .wrapper_item {
    flex-direction: column;
}
a#btn01 + div .inner_item {
    width: 100%;
}
a#btn01 + div .inner_item:nth-of-type(2n) {
    margin-left: 0 !important;
}
}