html {
    scroll-behavior: smooth;
    scroll-padding: 50px;
}

.notice {
    width: 90%;
    max-width: 860px;
    margin: 2rem auto;
    padding: 1rem;
    background-color: #FFEEFF;
    border-radius: 10px;
}

.notice_title {
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    background-color: #FFEEFF;
}

.notice_day {
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
    float: left;
}

.notice_type {
    background-color: red;
    border-radius: 5px;
    margin: 0 20px;
    padding: 5px 15px;
    color: #fff;
}

.notice_type-total {
    background-color: #0000CD;
}

.notice_type-personal {
    background-color: #D9374B;
}

.notice_type-business {
    background-color: #349B36;
}

.notice_txt {
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
    text-decoration: underline;
}

.siteImage {
    position: relative;
    width: 100%;
    height: 300px;
    margin: 30px;
    max-width: 860px;
    margin: 30px auto;
}

.siteImage_img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 50%;
    border-radius: 8px;
}

.siteImage_box {
    position: absolute;
    background-color: #fff;
    bottom: -10px;
    right: 0px;
    width: 500px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}

.siteImage_box_center {
    margin: 10px 0;
    color: #f0908d;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: bold;
    text-align: center;
}

.navBlockIntro {
    width: 80%;
    max-width: 860px;
    margin: 50px auto 10px auto;
    background-color: #3CB371;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}

.navBlock {
    display: flex;
    width: 80%;
    max-width: 860px;
    margin: 10px auto 50px auto;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.navBlock_ele {
    width: 30%;
    height: 200px;
    background-color: #FFEEFF;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    text-decoration: none;
    color: inherit;
}

    .navBlock_ele:hover, .navBlock_ele:visited {
        color: inherit;
    }

.navBlock_ele_mark {
    background-color: #DCDCDC;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 10px;
}

.navBlock_ele_txt {
    margin: 20px 0;
    font-size: 0.9rem;
}

.navBlock_ele_arrow {
    display: flex;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

.contents {
    width: 90%;
    max-width: 860px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.contents_title {
    width: 70%;
    margin: 0px auto 30px auto;
    color: #f0908d;
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 2px solid #f0908d;
}

.contents_frame {
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contents_subTitle {
    margin: 10px 0;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
}

.contents_link {
    margin-top: 10px;
    text-align: right;
    text-decoration: underline;
}

.contents_center {
    text-align: center;
}

.contents_center_br{
    display: none;
}

.contents_goods {
    display: flex;
    margin: 50px 0;
    padding: 20px;
    background-color: #FFEEFF;
    border-radius: 10px;
}

.contents_goods_img {
    width: 40%;
    margin: 0 auto auto auto;
}

.contents_goods_block {
    width: 60%;
    margin: 0 auto;
    padding: 0 30px;
    text-align: left;
}

.contents_goods_block_sub {
    display: block;
    margin: 50px auto 10px auto;
    text-align: center;
}

    .contents_goods_block_sub a {
        margin: 20px auto;
    }

.contents .buy-btn {
    margin: 10px 0;
}

    .contents .buy-btn a {
        color: #fff;
    }