body {
    font-family: "Zen Kaku Gothic New", sans-serif;
}

@font-face {
    font-family: 'apexnews';
    src: url('/fonts/apexnew-bold.ttf');
    font-weight: bold;
    font-style: normal;
}

#wrapper {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
}

.h-logo {
    position: relative;
}

.h-logo a {
    display: block;
}

.h-logo a img {
    width: 19px;
    height: 20px;
}

#Path_450 {
    fill: rgba(115, 111, 104, 1);
}

.Path_450 {
    position: absolute;
    width: 48px;
    height: 12px;
    left: 27px;
    top: 4px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.h-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 102px;
    width: 100%;
}

.h-list li a {
    text-decoration: none;
    color: #736f68;
    font-size: 2.4rem;
}

.content-top {
    background-color: #f5f2ed;
    padding: 15px;
}

#content .serach {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ed4d4d;
    border-radius: 5px;
    height: 33px;
    padding: 0 9px;
    margin-bottom: 16px;
}

#content .serach .text a {
    color: #ed4d4d;
    font-size: 1.2rem;
    line-height: 1.4;
    text-decoration: underline;
    font-weight: normal;
    position: relative;

}

#content .serach .image a {
    color: #ed4d4d;
    font-size: 16px;
    text-decoration: none;
    display: block;
}

.content-top .info {
    margin-bottom: 16px;
}

.content-top .info .article:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFF;
    border-radius: 5px;
    position: relative;
    padding: 30px 25px;
    margin-bottom: 14px;
}

.content-top .info .article-info {
    display: flex;
    align-items: center;
}

.content-top .info .article .img {
    font-size: 24px;
    color: #736f68;
}

.content-top .info .article:first-child .title {
    font-size: 1.6rem;
    color: #504b43;
    line-height: 1.4;
    font-weight: normal;
}

.content-top .info .article:first-child .title span {
    display: block;
    font-size: 1rem;
    margin-bottom: 4px;
}

.content-top .info .article:first-child .image {
    margin-right: 16px;
}

.content-top .info .article:first-child .image img {
    width: 48px;
    height: 48px;
    object-fit: fill;
}

.content-top .info .info-box {
    display: flex;
    justify-content: space-between;
}

.content-top .info .info-box .article {
    max-width: 175px;
    width: 100%;
    background-color: #FFF;
    border-radius: 5px;
    display: block;
    margin-bottom: 0;
    padding: 0;
    padding: 12px 10px 18px;
}

.content-top .info .info-box .article .inner-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-top .info .info-box .article .inner-box .title {
    font-size: 1.6rem;
    color: #504b43;
    font-weight: normal;
}

.content-top .info .info-box .article .inner-box .image {
    font-size: 24px;
    color: #736f68;
    margin-right: 7px;
}

.content-top .info .info-box .article .text {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #504b43;
    text-align: center;
}

.content-top .share {
    border: 1px solid #e3d6c0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.content-top .share .title {
    max-width: 294px;
    width: 100%;
    background-color: #FFF;
    font-size: 0.9rem;
    color: #b78e49;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 64px;
    padding-left: 15px;
}

.content-top .share .title span {
    display: block;
    font-size: 1.2rem;
}

.content-top .share .submit {
    width: 64px;
    height: 64px;
}

.content-top .share .submit button {
    width: 100%;
    height: 100%;
    border: none;
    background-color: #e3d6c0;
    color: #FFF;
    font-size: 1.2rem;
}

.content-top .info-list .list {
    display: flex;
    justify-content: center;

    margin-bottom: 15px;
}

.content-top .info-list .list li {
    max-width: 114px;
    width: 100%;
    margin: 0 5px;
}

.content-top .info-list .list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 80px;
    font-size: 1.2rem;
    color: #504b43;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    background-color: #FFF;
    border-radius: 5px;
}

.content-top .info-list .list li a span {
    display: block;
    font-size: 24px;
    color: #736f68;
}

.content-top .info-list .info-box {
    background-color: #FFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-top .info-list .info-box .title {
    font-size: 1.6rem;
    color: #504b43;
    font-weight: normal;
    max-width: 120px;
    width: 100%;
    margin-left: -200px;
}

.content-top .info-list .info-box .title span {
    display: block;
    font-size: 0.9rem;
}

.content-center {
    margin-bottom: 18px;
}

.content-center .list li:first-child a {
    border-top: 1px solid #504b432e;
}

.content-center .list li a {
    display: flex;
    text-decoration: none;
    align-items: center;
    border-bottom: 1px solid #504b432e;
    position: relative;
    padding: 10px 35px 7px;
}

.content-center .list li a::after {
    content: "\ed1d";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 37px;
    width: 16px;
    height: 16px;
    color: #504b43;

}

.content-center .list li a .image {
    font-size: 20px;
    color: #736f68;
    margin-right: 10px;
}

.content-center .list li a .text {
    font-size: 1.4rem;
    color: #504b43;
    line-height: 1.4;
    font-weight: normal;
}

.content-center .list li:last-child a {
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: normal;
}

.content-center .list li:last-child a::after {
    display: none;
}

.content-center .list li:last-child a span {
    font-size: 20px;
    color: #736f68;
}

.content-footer {
    padding: 0 30px;
}

.content-footer .list-link li {
    margin-bottom: 14px;
}

.content-footer .list-link li a {
    font-size: 1.4rem;
    color: #504b43;
    text-decoration: underline;
    font-weight: normal;
}

.content-footer .list-link li a:hover {
    text-decoration: none;
    opacity: 0.8;
}


@media screen and (max-width:960px) {
    .content-top .info .article:first-child {
        flex-direction: column;
        align-items: center;
    }

    .content-top .info .article .img {
        display: none;
    }

    .content-top .info .info-box {
        flex-direction: column;
        align-items: center;
    }

    .content-top .info .info-box .article {
        margin: 10px;
    }

    .content-top .info-list .list {
        flex-direction: column;
        align-items: center;
    }

    .content-top .info-list .list li {
        margin: 10px;
    }

    .content-top .info-list .info-box {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .content-top .info-list .info-box .title {
        text-align: center;
        margin: 10px auto 0;
    }
}

.index02 .content-info .bg-image {
    position: relative;
    margin-bottom: 8px;
}

.index02 .content-info .bg-image .back {
    position: absolute;
    top: -5px;
    left: 14px;
}

.index02 .content-info .bg-image .back a {
    text-decoration: none;
    font-size: 24px;
    color: #736f68;
    position: relative;
    z-index: 10;
}

.index02 .content-info .bg-image .image {
    text-align: center;
    position: relative;
}

.index02 .content-info .bg-image .image img {
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.index02 .content-info .bg-image .camera {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    right: 130px;
    box-shadow: 3px 3px 3px #504b4326;
}

.index02 .content-info .bg-image .camera a {
    text-decoration: none;
}

.index02 .content-info .bg-image .camera span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #736f68;
}

.index02 .content-info .info-box table {
    width: 100%;
}

.index02 .content-info .info-box .info-inner {
    padding: 0 15px;
    margin-bottom: 15px;
}

.index02 .content-info .info-box table tr td {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #504b43;
    font-weight: normal;
    text-align: right;
    height: 37px;
}

.index02 .content-info .info-box table tr td.note {
    color: #ada69a;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: left;
}

.index02 .content-info .info-box table tr td.num {
    color: #ada69a;
}

.index02 .content-info .btn {
    max-width: 162px;
    width: 100%;
    margin: 11px auto 0;
}

.index02 .content-info .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b78e49;
    font-size: 1.4rem;
    font-weight: normal;
    height: 36px;
    background-color: #FFF;
    border: 1px solid #b78e495c;
    text-decoration: none;
}

.index02 .content-info .btn a:hover {
    opacity: 0.8;
    background-color: #b78e49;
    color: #FFF;
}

.index02 .content-info .article {
    background-color: #f5f2ed;
    padding: 15px;
    margin-bottom: 9px;
}

.index02 .content-info .article .bg-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.index02 .content-info .article .bg-title .title {
    font-size: 1.2rem;
    color: #ada69a;
    line-height: 1.4;
    font-weight: bold;
}

.index02 .content-info .article .bg-title .title+.title {
    color: #448ec4;
    font-weight: normal;
    font-size: 1.4rem;
}

.index02 .content-info .shipping {
    background-color: #f5f2ed;
    padding: 15px;
}

.index02 .content-info .shipping .title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ada69a;
    margin-bottom: 18px;
}

.index02 .content-info .shipping .article {
    background-color: #FFF;
    border-radius: 5px;
    position: relative;
    padding: 13px 18px 10px 15px;
}

.index02 .content-info .shipping .article .att {
    font-size: 1.4rem;
    color: #504b43;
    font-weight: normal;
    line-height: 1.4;
}

.index02 .content-info .shipping .article+.article {
    margin-bottom: 16px;
}

.index02 .content-info .shipping .article .text {
    font-size: 1.2rem;
    line-height: 1.4;
}

.index02 .content-info .shipping .author {
    text-align: right;
    font-size: 1rem;
    color: #504b43;
    font-weight: normal;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.index02 .content-info .shipping .author span {
    text-decoration: none;
    font-size: 16px;
    color: #736f68;
    display: block;
}

.index02 .content-info .shipping .trash a {
    position: absolute;
    top: 13px;
    right: 16px;
    text-decoration: none;
    font-size: 16px;
    color: #e3d6c0;
}

.index02 .content-info .user a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: #504b43;
    text-decoration: none;
    padding: 10px 15px 14px;
}

.index02 .content-info .user a span {
    display: block;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #736f68;
    margin-right: 6px;
}


.index03 {
    padding: 0 15px;
}

.index03 .list-choose {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.index03 .list-choose .back a {
    display: block;
    font-size: 24px;
    color: #736f68;
    text-decoration: none;
}

.index03 .list-choose .list {
    max-width: 270px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index03 .list-choose .list li {
    max-width: 84px;
    width: 100%;
}

.index03 .list-choose .list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    border: 1px solid #eeeeee;
    font-size: 1rem;
    color: #504b43;
    font-weight: normal;
    border-radius: 8px;
    text-decoration: none;
}

.index03 .list-choose .list li a span {
    color: #736f68;
    font-weight: bold;
    font-size: 13px;
}

.index03 .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 6px;
}

.index03 .info .article {
    max-width: 175px;
    width: 100%;
    margin-bottom: 8px;
}

.index03 .info .article a {
    display: block;
    text-decoration: none;
    position: relative;
}

.index03 .info .article a img {
    width: 175px;
    height: 175px;
    object-fit: cover;
}

.index03 .info .article a .date {
    position: absolute;
    bottom: 8px;
    right: 8px;
    border-radius: 8px;
    width: 63px;
    background-color: #FFF;
    font-size: 1rem;
    color: #b78e49;
    font-weight: normal;
    display: flex;
    justify-content: center;
}

@media screen and (max-width:960px) {
    .index03 .list-choose .list {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .index03 .list-choose .list li {
        margin: 10px;
    }

    .index03 .info {
        justify-content: center;
        align-items: center;
    }
}

.index04 .mainimg {
    margin-bottom: 9px;
}

.index04 .mainimg .image img {
    width: 390px;
    height: 390px;
    object-fit: cover;
}

.index04 .mainimg .box {
    position: relative;
}

.index04 .mainimg .text-box {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.index04 .mainimg .att {
    max-width: 270px;
    width: 100%;
    height: 18px;
    background-color: #FFF;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #504b43;
    font-size: 1rem;
    position: relative;
}

.index04 .mainimg .att span {
    display: block;
    position: absolute;
    bottom: -6px;
    left: 20px;
    font-size: 10px;
    color: #FFF;
}

.index04 .mainimg .box .btn {
    max-width: 218px;
    width: 100%;
    margin-top: 10px;
}

.index04 .mainimg .box .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background-color: #b78e49;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: normal;
    text-decoration: none;
    height: 32px;
}

.index04 .mainimg .box .btn a:hover {
    text-decoration: none;
    background-color: #000000b8;
}

.index04 .mainimg .camera {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFF;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.index04 .mainimg .camera a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #736f68;
}

.index04 .mainimg .list {
    display: flex;
}

.index04 .mainimg .list li a {
    display: block;
}

.index04 .mainimg .list li a:hover {
    border: 1px solid #b78e49;
}

.index04 .mainimg .btn-bottom {
    max-width: 162px;
    width: 100%;
    margin: 15px auto 0;
}

.index04 .mainimg .btn-bottom a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b78e49;
    font-size: 1.4rem;
    font-weight: normal;
    height: 36px;
    background-color: #FFF;
    border: 1px solid #b78e495c;
    text-decoration: none;
}

.index04 .mainimg .btn-bottom a:hover {
    color: #FFF;
    background-color: #b78e49;
}

.index04 .info .info-inner table {
    width: 100%;
}

.index04 .info .info-inner table tr td.note {
    color: #504b43;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: normal;
    text-align: left;
}

.index04 .info .info-inner table tr td.date {
    font-size: 1.2rem;
    color: #ada69a;
    font-weight: bold;
}

.index04 .info .info-inner table tr td.att {
    text-align: left;
    font-size: 1.2rem;
    color: #ada69a;
    font-weight: bold;
}

.index04 .info .info-inner table tr td {
    text-align: right;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #504b43;
    font-weight: normal;
    height: 40px;
}

.index04 .calender {
    background: #f5f2ed;
    border-radius: 15px;
    overflow: hidden;
    padding: 18px 15px 0;
    margin-top: 6px;
    margin-bottom: 17px;
}

.index04 .calender .month {
    padding: 0;
    width: 100%;
    background: #f5f2ed;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.index04 .calender .month ul {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.index04 .calender .month ul li {
    color: white;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #ada69a;
    font-weight: bold;
}

.index04 .calender .month ul li:last-child {
    width: 100%;
}

.index04 .calender .month .prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
    font-size: 16px;
}

.index04 .calender .month .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 35px;
    font-size: 16px;
}

.index04 .calender .weekdays {
    margin: 0;
    padding: 10px 0;
    border-bottom: 2px solid #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index04 .calender .weekdays li {
    display: block;
    width: 13.55%;
    color: #666;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "Lato", sans-serif;
}

.index04 .calender li.red {
    color: #ed4d4d;
}

.index04 .calender .weekdays li.green {
    color: #448ec4;
}

.index04 .calender .days {
    padding: 10px 0;
    background: #f5f2ed;
    margin: 0;
    position: relative;
    z-index: 10;
}

.index04 .calender .days::after {
    content: "";
    position: absolute;
    bottom: 86px;
    right: 0;
    background-color: #b78e49;
    width: 155px;
    height: 27px;
    border-radius: 15px 0 0 15px;
    z-index: -1;
}

.index04 .calender .days::before {
    content: "";
    position: absolute;
    bottom: 53px;
    left: 17px;
    background-color: #b78e49;
    width: 78px;
    height: 27px;
    border-radius: 0 15px 15px 0;
    z-index: -1;
}

.index04 .calender .days li {
    list-style-type: none;
    display: inline-block;
    width: 13.6%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: #555555;
    font-family: "Lato", sans-serif;
    font-weight: bold;
}

.index04 .calender .days li.white {
    color: #FFF;
}

.index04 .calender .days li.active span {
    border: 1px solid #b78e49;
    border-radius: 50%;
    padding: 5px 6px 6px;
}

.index04 .calender .days li.red {
    color: #ed4d4d;
}

.index04 .calender li.none {
    color: #cccccc;
}

.index04 .info-table .bg-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.index04 .info-table .bg-title .text {
    color: #ada69a;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
}

.index04 .info-table .bg-title .text+.text {
    color: #504b43;
    font-size: 1.4rem;
    font-weight: normal;
}

.index04 .info-table #customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 17px;
}

.index04 .info-table #customers td,
#customers th {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 8px;
    font-size: 1.4rem;
    color: #504b43;
}


.index04 .info-table #customers th {
    padding-top: 3px;
    padding-bottom: 2px;
    text-align: left;
    background-color: none;
    color: #504b43;
    width: 20%;
    text-align: center;
}

.index04 .info-table #customers td {
    text-align: center;
}

.index04 .info-table #customers td.att {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.4;
    text-align: left;
}


.index05 {
    padding: 0 15px;
}

.index05 .header-back {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.index05 .header-back .back a {
    display: block;
    font-size: 24px;
    color: #736f68;
    text-decoration: none;
}

.index05 .header-back .title {
    font-size: 1.4rem;
    color: #504b43;
    font-weight: bold;
    line-height: 1.4;
    margin-left: 130px;
}

.index05 .list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}

.index05 .list li {
    max-width: 84px;
    width: 100%;
}

.index05 .list li+li {
    margin-left: 8px;
}

.index05 .list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    border: 1px solid #eeeeee;
    font-size: 1rem;
    color: #504b43;
    font-weight: normal;
    border-radius: 8px;
    text-decoration: none;
}

.index05 .list li a span {
    color: #736f68;
    font-weight: bold;
    font-size: 13px;
}

.index05 .info {
    margin-bottom: 36px;
}

.index05 .info .list-active {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.index05 .info .list-active li {
    max-width: 120px;
    width: 100%;
}

.index05 .info .list-active li:hover {
    border-bottom: 2px solid #b78e49;
}

.index05 .info .list-active li.active {
    color: #b78e49;
    border-bottom: none;
    border-bottom: 2px solid #b78e49;
}

.index05 .info .list-active li span {
    display: block;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    font-weight: normal;
    font-size: 1.4rem;
    color: #ada69a;
    padding-bottom: 10px;
    padding-top: 13px;
}

.index05 .article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.index05 .article:nth-child(2) .date span {
    color: #b78e49;
}

.index05 .article:nth-child(3) .att {
    background-color: #ada69a;
}

.index05 .article:nth-child(6) .att {
    background-color: #ada69a;
}

.index05 .article:nth-child(3) .date span,
.index05 .article:nth-child(4) .date span,
.index05 .article:nth-child(5) .date span,
.index05 .article:nth-child(6) .date span {
    color: #ada69a;
}

.index05 .article .info-box {
    display: flex;
    align-items: center;
}

.index05 .article .image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.index05 .article .text-box {
    margin-left: 8px;
}

.index05 .article .att {
    width: 36px;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b78e49;
    border-radius: 10px;
    color: #FFF;
    font-size: 1rem;
    margin-bottom: 5px;
}

.index05 .article .text {
    font-size: 1.4rem;
    color: #504b43;
    font-weight: normal;
}

.index05 .article .date {
    font-size: 1.2rem;
    color: #ada69a;
    font-weight: bold;
}

.index05 .article .date span {
    display: block;
    font-size: 1.2rem;
    color: #d36cd3;
    margin-top: 10px;
}

@media screen and (max-width:960px) {
    .index05 .article {
        flex-direction: column;
        align-items: center;
    }

    .index05 .article .info-box {
        flex-direction: column;
        align-items: center;
    }
}

.index06 {
    padding: 0 15px;
}

.index06 .list-choose {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.index06 .list-choose .list {
    max-width: 270px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.index06 .list-choose li+li {
    margin-left: 8px;
}

.index06 .list-choose li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    border: 1px solid #eeeeee;
    font-size: 1rem;
    color: #504b43;
    font-weight: normal;
    border-radius: 8px;
    text-decoration: none;
}

.index06 .list-choose .list li {
    max-width: 84px;
    width: 100%;
}

.index06 .list-choose .list li a span {
    color: #736f68;
    font-weight: bold;
    font-size: 13px;
}

.index06 .list-choose .back a {
    display: block;
    font-size: 24px;
    color: #736f68;
    text-decoration: none;
}

.index06 .info-box {
    background-color: #FFF;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 12px 10px 20px 20px;
}

.index06 .info-box .title {
    font-size: 1.2rem;
    color: #ada69a;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 12px;
}

.index06 .info-box .text {
    font-size: 1.4rem;
    color: #504b43;
    line-height: 1.4;
    margin-bottom: 6px;
}

.index06 .info-box .date {
    font-size: 1.4rem;
    color: #504b43;
    font-weight: normal;
    margin-top: -4px;
}

.index06 .info .btn {
    max-width: 162px;
    width: 100%;
    margin: 15px auto 0;
}

.index06 .info .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b78e49;
    font-size: 1.4rem;
    font-weight: normal;
    height: 36px;
    background-color: #FFF;
    border: 1px solid #b78e495c;
    text-decoration: none;
}

.index06 .info .btn a:hover {
    background-color: #b78e49;
    color: #FFF;
    opacity: 0.8;
    text-decoration: none;
}

.index06 .inner {
    margin: 15px 0 175px;
}

.index06 .inner .article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.index06 .inner .article:nth-child(2) .att span,
.index06 .inner .article:nth-child(7) .att span {
    background-color: #ada69a;
}

.index06 .inner .att {
    font-size: 1.2rem;
    color: #ada69a;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.index06 .inner .att span {
    display: block;
    width: 66px;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b78e49;
    border-radius: 10px;
    color: #FFF;
    font-size: 1rem;
    font-weight: normal;
    margin-right: 6px;
}

.index06 .inner .price {
    font-size: 1.4rem;
    color: #504b43;
    font-weight: normal;
}


.index07 .header-back {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.index07 .header-back .back a {
    display: block;
    font-size: 24px;
    color: #736f68;
    text-decoration: none;
}

.index07 .header-back .title {
    font-size: 1.4rem;
    color: #504b43;
    font-weight: bold;
    line-height: 1.4;
    margin-left: 130px;
}

.index07 .list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}

.index07 .list li {
    max-width: 84px;
    width: 100%;
}

.index07 .list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    border: 1px solid #eeeeee;
    font-size: 1rem;
    color: #504b43;
    font-weight: normal;
    border-radius: 8px;
    text-decoration: none;
}

.index07 .list li a span {
    color: #736f68;
    font-weight: bold;
    font-size: 13px;
}

.index07 .list li+li {
    margin-left: 8px;
}

.index07 .info {
    margin-bottom: 35px;
}

.index07 .info .list-active {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.index07 .info .list-active li.active {
    color: #b78e49;
    border-bottom: none;
    border-bottom: 2px solid #b78e49;
}

.index07 .info .list-active li {
    max-width: 120px;
    width: 100%;
}

.index07 .info .list-active li span {
    display: block;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    font-weight: normal;
    font-size: 1.4rem;
    color: #ada69a;
    padding-bottom: 10px;
    padding-top: 13px;
}

.index07 .article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.index07 .article .info-box {
    display: flex;
    align-items: center;
}

.index07 .article .text-box {
    margin-left: 8px;
}

.index07 .article .image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.index07 .article .att {
    width: 66px;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d36cd3;
    border-radius: 10px;
    color: #FFF;
    font-size: 1rem;
    margin-bottom: 5px;
}

.index07 .article .text {
    font-size: 1.4rem;
    color: #504b43;
    font-weight: normal;
}

.index07 .article .date {
    font-size: 1.2rem;
    color: #ada69a;
    font-weight: bold;
    text-align: right;
}

.index07 .article .date span {
    display: block;
    font-size: 1.4rem;
    color: #504b43;
    font-weight: normal;
    margin-top: 5px;
}

@media screen and (max-width:960px) {
    .index07 .article {
        flex-direction: column;
        align-items: center;
    }

    .index07 .article .info-box {
        flex-direction: column;
        align-items: center;
    }
}

.index08 {
    padding: 0 15px;
}

.index08 .list-choose {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.index08 .list-choose .list {
    max-width: 270px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.index08 .list-choose li+li {
    margin-left: 8px;
}

.index08 .list-choose li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    border: 1px solid #eeeeee;
    font-size: 1rem;
    color: #504b43;
    font-weight: normal;
    border-radius: 8px;
    text-decoration: none;
}

.index08 .list-choose .list li {
    max-width: 84px;
    width: 100%;
}

.index08 .list-choose .list li a span {
    color: #736f68;
    font-weight: bold;
    font-size: 13px;
}

.index08 .list-choose .back a {
    display: block;
    font-size: 24px;
    color: #736f68;
    text-decoration: none;
}

.index08 .info {
    margin-bottom: 170px;
}

.index08 .info .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index08 .info .list li {
    max-width: 114px;
    width: 100%;
    position: relative;
    margin-bottom: 8px;
}

.index08 .info .list li a {
    display: block;
    position: relative;
}

.index08 .info .list li a:hover span {
    color: #ada69a;
}

.index08 .info .list li a span {
    display: block;
    position: absolute;
    bottom: 3px;
    right: 8px;
    font-size: 18px;
    color: #d36cd3;
}

.index08 .info .list li img {
    width: 114px;
    height: 114px;
    object-fit: cover;
}

@media screen and (max-width:960px) {
    .index08 .info .list {
        justify-content: center;
    }
}

.index09 {
    padding: 0 15px;
}

.index09 .list-choose {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.index09 .list-choose .list {
    max-width: 270px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.index09 .list-choose li+li {
    margin-left: 8px;
}

.index09 .list-choose li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    border: 1px solid #eeeeee;
    font-size: 1rem;
    color: #504b43;
    font-weight: normal;
    border-radius: 8px;
    text-decoration: none;
}

.index09 .list-choose .list li {
    max-width: 84px;
    width: 100%;
}

.index09 .list-choose .list li a span {
    color: #736f68;
    font-weight: bold;
    font-size: 13px;
}

.index09 .list-choose .back a {
    display: block;
    font-size: 24px;
    color: #736f68;
    text-decoration: none;
}

.index09 .info {
    margin-bottom: 327px;
}

.index09 .info .article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.index09 .info .inner {
    display: flex;
    justify-content: space-between;
}

.index09 .info .inner .att {
    width: 66px;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: #FFF;
    background-color: #d36cd3;
    font-size: 1rem;
    line-height: 1.4;
}

.index09 .info .inner .date {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ada69a;
    line-height: 1.4;
    margin: 0 16px;
}

.index09 .info .inner .text {
    font-size: 1.2rem;
    color: #ada69a;
    font-weight: bold;
    list-style: 1.4;
}

.index09 .info .price {
    font-size: 1.4rem;
    color: #504b43;
    line-height: 1.2;
}

@media screen and (max-width:960px) {
    .index09 .list-choose {
        flex-direction: column;
        align-items: center;

    }

    .index09 .list-choose .list {
        justify-content: center;
    }

    .index09 .info .inner {
        flex-direction: column;
        align-items: center;
    }

    .index09 .info .article {
        flex-direction: column;
        align-items: center;
    }
}


.index10 {
    padding: 0 15px;
    margin-bottom: 30px;
}

.index10 .list-choose {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.index10 .list-choose .list {
    max-width: 270px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.index10 .list-choose li+li {
    margin-left: 8px;
}

.index10 .list-choose li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    border: 1px solid #eeeeee;
    font-size: 1rem;
    color: #504b43;
    font-weight: normal;
    border-radius: 8px;
    text-decoration: none;
}

.index10 .list-choose .list li {
    max-width: 84px;
    width: 100%;
}

.index10 .list-choose .list li a span {
    color: #736f68;
    font-weight: bold;
    font-size: 13px;
}

.index10 .list-choose .back a {
    display: block;
    font-size: 24px;
    color: #736f68;
    text-decoration: none;
}

.index10 .info .article {
    border: 1px solid #eeeeee;
    background-color: #FFF;
    border-radius: 5px;
    padding: 18px 15px 15px;
}

.index10 .info .article:last-child {
    margin-top: 10px;
}

.index10 .info .article:last-child .note {
    background-color: #b78e49;
}

.index10 .info .head-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.index10 .info .head-top .date {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #504b43;
    font-weight: bold;
}

.index10 .info .head-top .att {
    font-size: 1.4rem;
    font-weight: bold;
    color: #b78e49;
    line-height: 1.4;
}

.index10 .info .info-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.index10 .info .image {
    margin-right: 8px;
}

.index10 .info .image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.index10 .info .inner-box {
    display: flex;
    align-items: center;
}

.index10 .info .inner-box .note {
    width: 66px;
    height: 17px;
    background-color: #d36cd3;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 7px;
}

.index10 .info .inner-box .text {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #504b43;
}

.index10 .info .info-box .price {
    font-size: 1.4rem;
    color: #504b43;
    line-height: 1.2;
    text-align: right;
}

.index10 .info .info-box .price span {
    display: block;
    font-size: 1.2rem;
    color: #ada69a;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
}

.index10 .info-inner .title {
    font-size: 1.2rem;
    color: #ada69a;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 8px;
}

.index10 .info-inner .text {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: normal;
    margin-bottom: 7px;
}

.index10 .info-inner .text span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #504b43;
}

.index10 .info .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.index10 .info .list li {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #504b43;
    margin-bottom: 8px;
}

.index10 .info .list li:nth-child(2n-1) {
    max-width: 200px;
    width: 100%;
    font-size: 1.2rem;
    color: #ada69a;
    font-weight: bold;
    line-height: 1.4;
}

.index10 .info .list-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index10 .info .list-btn li {
    max-width: 92px;
    width: 100%;
    margin: 0 5px;
}

.index10 .info .list-btn li:last-child {
    max-width: 134px;
    width: 100%;
}

.index10 .info .list-btn li:last-child a {
    background-color: #FFF;
    border: 1px solid #ada69a;
    color: #ada69a;
}

.index10 .info .list-btn li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    background-color: #FFF;
    border: 1px solid #e3d6c0;
    font-size: 1.4rem;
    font-weight: normal;
    color: #b78e49;
    text-decoration: none;
}

.index10 .info .list-btn li a:hover {
    background-color: #b78e49;
    color: #FFF;
}

.index11 {
    padding: 0 15px;
    margin-bottom: 180px;
}

.index11 .header-back {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.index11 .header-back .back a {
    display: block;
    font-size: 24px;
    color: #736f68;
    text-decoration: none;
}

.index11 .header-back .title {
    font-size: 1.4rem;
    color: #504b43;
    font-weight: bold;
    line-height: 1.4;
    margin-left: 130px;
}

.index11 .info .title {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #504b43;
    margin-bottom: 24px;
}

.index11 .info .title span {
    display: block;
    color: #b78e49;
    margin-bottom: 4px;
}

.index11 .info-box .att {
    font-size: 1.4rem;
    color: #ada69a;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 16px;
}

.index11 .info-box ol {
    margin-left: 15px;
}

.index11 .info-box ol li {
    list-style: auto;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #504b43;
}

.index11 .info-box ol li+li {
    margin-top: 17px;
}

.index11 .info-box ol li span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #504b43;
}

.index11 .info-box ol li span.note {
    margin-top: 10px;
    margin-left: -12px;
}


.index12 {
    padding: 0 15px;
    margin-bottom: 218px;
}

.index12 .header-back {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.index12 .header-back .back a {
    display: block;
    font-size: 24px;
    color: #736f68;
    text-decoration: none;
}

.index12 .header-back .title {
    font-size: 1.4rem;
    color: #504b43;
    font-weight: bold;
    line-height: 1.4;
    margin-left: 130px;
}

.index12 table {
    width: 100%;
}

.index12 table td {
    text-align: right;
    font-size: 1.4rem;
    color: #504b43;
    font-weight: normal;
    height: 35px;
}

.index12 table tr:nth-child(5) {
    height: 73px;
}

.index12 table td.att {
    text-align: left;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #ada69a;
}

.index12 .image {
    margin-top: 13px;
}


.index13 {
    padding: 0 15px;
    margin-bottom: 75px;
}

.index13 .header-back {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.index13 .header-back .back a {
    display: block;
    font-size: 24px;
    color: #736f68;
    text-decoration: none;
}

.index13 .header-back .title {
    font-size: 1.4rem;
    color: #504b43;
    font-weight: bold;
    line-height: 1.4;
    margin-left: 130px;
}

.index13 .article {
    margin-bottom: 15px;
}

.index13 .article .faq {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    color: #b78e49;
    font-weight: bold;
    line-height: 1.2;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.index13 .article .faq span {
    margin-right: 12px;
    display: block;
}

.index13 .article .voice {
    font-size: 1.4rem;
    color: #504b43;
    line-height: 1.4;
    font-weight: normal;
    display: flex;
    margin-top: 20px;
}

.index13 .article .voice span {
    margin-right: 12px;
    display: block;
}


.index14 {
    padding: 0 15px;
    margin-bottom: 65px;
}

.index14 .header-back {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.index14 .header-back .back a {
    display: block;
    font-size: 24px;
    color: #736f68;
    text-decoration: none;
}

.index14 .header-back .title {
    font-size: 1.4rem;
    color: #504b43;
    font-weight: bold;
    line-height: 1.4;
    margin-left: 130px;
}

.index14 .container {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 4px;
    cursor: pointer;
    font-size: 1.4rem;
    color: #504b43;
    user-select: none;
}

.index14 .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.index14 .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #FFF;
    border: 1px solid #cccccc;
    border-radius: 50%;
}

.index14 .container:hover input~.checkmark {
    background-color: #FFF;
}

.index14 .container input:checked~.checkmark {
    background-color: #FFF;
}

.index14 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.index14 .container input:checked~.checkmark:after {
    display: block;
}

.index14 .container .checkmark:after {
    top: 3px;
    left: 3.5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b78e49;
}

.index14 table {
    width: 100%;
}

.index14 table tr td.att {
    text-align: left;
    font-weight: bold;
    font-size: 1.2rem;
    color: #ada69a;
}

.index14 table tr td.num {
    color: #ada69a;
    font-weight: normal;
    font-size: 1.4rem;
}

.index14 table tr td {
    text-align: right;
    font-size: 1.4rem;
    color: #504b43;
    font-weight: normal;
    height: 30px;
}

.index14 .text-area {
    margin-top: 8px;
}

.index14 .text-area label {
    font-weight: bold;
    font-size: 1.2rem;
    color: #ada69a;
}

.index14 #w3review {
    width: 100%;
    border: 1px solid #eeeeee;
    background-color: #f8f8f8;
    border-radius: 5px;
    height: 220px;
    margin-top: 7px;
}

.index14 .text {
    margin-top: 10px;
}

.index14 .text a {
    font-size: 1.4rem;
    color: #504b43;
    text-decoration-color: #b78e49;
}

.index14 .text a span {
    color: #b78e49;
}

.index14 .btn {
    max-width: 148px;
    width: 100%;
    margin: 20px auto 0;
}

.index14 .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: normal;
    text-decoration: none;
    background-color: #b78e49;
    height: 36px;
}

.index14 .btn a:hover {
    text-decoration: none;
    opacity: 0.8;
    background-color: #000;
}

.index15 {
    padding-top: 153px;
}

.index15 .title {
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    color: #504b43;
    line-height: 1.4;
    margin-bottom: 16px;
}

.index15 form input {
    width: 100%;
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    height: 48px;
    margin-bottom: 5px;
}

.index15 form input::placeholder {
    font-size: 1.6rem;
    color: #ada69a;
    padding-left: 16px;
}

.index15 .container {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 1.4rem;
    color: #504b43;
    user-select: none;
    margin-top: 10px;
}

.index15 .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.index15 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #FFF;
    border-radius: 6px;
}

.index15 .container:hover input~.checkmark {
    background-color: #b78e49;
}

.index15 .container input:checked~.checkmark {
    background-color: #b78e49;
}

.index15 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.index15 .container input:checked~.checkmark:after {
    display: block;
}

.index15 .container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.index15 .btn {
    max-width: 120px;
    width: 100%;
    margin: 17px auto 15px;
}

.index15 .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    color: #b78e49;
    font-weight: normal;
    border: 1px solid #b78e49;
    background-color: #FFF;
    text-decoration: none;
    font-size: 1.4rem;
}

.index15 .btn a:hover {
    text-decoration: none;
    background-color: #b78e49;
    color: #FFF;
}

.index15 .text {
    text-align: center;
    font-size: 1.4rem;
    color: #504b43;
    line-height: 1.4;
}

.index15 .text a {
    color: #b78e49;
    text-decoration-color: #b78e49;
}

.index15 .info-box {
    background-color: #f5f2ed;
    padding: 30px 15px;
    margin-top: 156px;
}

.index15 .info-box .att {
    text-align: center;
    font-size: 1.4rem;
    color: #504b43;
    margin-bottom: 15px;
}

.index15 .info-box .btn-bottom {
    max-width: 204px;
    width: 100%;
    margin: 0 auto;
}

.index15 .info-box .btn-bottom a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    color: #FFF;
    background-color: #b78e49;
    font-size: 1.4rem;
    line-height: 1.4;
    text-decoration: none;
}

.index15 .info-box .btn-bottom a:hover {
    background-color: #0000009c;
}

.index16 {
    margin-bottom: 85px;
    padding: 0 15px;
}

.index16 .title {
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    color: #504b43;
    position: relative;
    margin-bottom: 15px;
}

.index16 .title span {
    display: block;
    position: absolute;
    top: -8px;
    right: 0;
    font-size: 2.4rem;
    font-weight: bold;
    color: #736f68;
}

.index16 .info .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.index16 .info .list li {
    font-size: 1.2rem;
    color: #ada69a;
    font-weight: bold;
    line-height: 1.4;
}

.index16 .info .list li:last-child {
    font-size: 1.4rem;
    font-weight: normal;
    color: #ada69a;
}

.index16 .info .att {
    font-size: 1.2rem;
    color: #ada69a;
    font-weight: bold;
    margin-bottom: 7px;
}


.index16 .container {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 1.4rem;
    color: #504b43;
    user-select: none;
    margin-right: 30px;
}


.index16 .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.index16 .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #FFF;
    border: 1px solid #cccccc;
    border-radius: 50%;
}

.index16 .container:hover input~.checkmark {
    background-color: #FFF;
}

.index16 .container input:checked~.checkmark {
    background-color: #FFF;
}

.index16 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.index16 .container input:checked~.checkmark:after {
    display: block;
}

.index16 .container .checkmark:after {
    top: 3px;
    left: 3.5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b78e49;
}

.index16 label {
    position: relative;
}

.index16 .info-box {
    margin-top: 15px;
}

.index16 label .note {
    font-size: 1.2rem;
    color: #ada69a;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 7px;
}

.index16 input {
    width: 100%;
    height: 48px;
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    margin-bottom: 18px;
}

.index16 input::placeholder {
    font-size: 1.6rem;
    color: #ada69a;
    font-weight: normal;
    line-height: 1.4;
    padding-left: 15px;
}

.index16 .button {
    position: absolute;
    top: 35px;
    right: 10px;
    font-size: 24px;
    background: none;
    border: 0;
    color: #736f68;
}

.index16 .btn {
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
}

.index16 .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b78e49;
    background-color: #FFF;
    border: 1px solid #b78e49;
    text-decoration: none;
    height: 36px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-decoration: none;
}

.index16 .btn a:hover {
    text-decoration: none;
    background-color: #b78e49;
    color: #FFF;
}

.index17 .head-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f2ed;
    padding: 5px;
    margin-bottom: 16px;
}

.index17 .info .text-top {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #504b43;
    margin-bottom: 15px;
    padding: 0 15px;
}

.index17 .head-nav .nav-bard a {
    display: block;
    text-decoration: none;
    color: #736f68;
    font-size: 24px;
}

.index17 .head-nav input {
    width: 286px;
    height: 32px;
    background-color: #FFF;
    border-radius: 5px;
    margin: 0 10px 0 17px;
}

.index17 .head-nav input::placeholder {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #ada69a;
    padding-left: 17px;
}

.index17 .head-nav .button {
    font-size: 24px;
    color: #736f68;
    background: none;
    border: none;
}

.index17 .info .list {
    margin-bottom: 38px;
}

.index17 .info .list li {
    max-width: 326px;
    margin: 0 8px;
}

.index17 .info .list li img {
    width: 326px;
    height: 288px;
    object-fit: cover;
}

.index17 .slick-dots li.slick-active button {
    background: #b78e49;
}

.index17 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: #f5f2ed;
    border-radius: 50%;
}

.index17 .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
}

.index17 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.index17 .slick-dots {
    bottom: 18px;
}

.index17 .att {
    font-size: 1.2rem;
    color: #ada69a;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    z-index: 10;
    margin-bottom: 18px;
}

.index17 .att span {
    background-color: #FFF;
    padding-right: 16px;
}

.index17 .att::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    z-index: -1;
}

.index17 .list-text {
    margin-bottom: 15px;
}

.index17 .list-text li {
    text-align: center;
    background-color: #FFF;
    border: 1px solid #eeeeee;
    font-size: 1.2rem;
    color: #736f68;
    line-height: 1.4;
    border-radius: 10px;
    margin: 0 4px;
    display: inline-block;
    padding: 2px 2px;
}

.index17 .info-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 13px;
}

.index17 .article {
    max-width: 175px;
    width: 100%;
    margin-bottom: 23px;
}

.index17 .article .image {
    position: relative;
    margin-bottom: 2px;
}

.index17 .article .image span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 66px;
    height: 17px;
    text-align: center;
    color: #FFF;
    border-radius: 10px;
    background-color: #d36cd3;
}

.index17 .article .image img {
    width: 175px;
    height: 175px;
    object-fit: cover;
}

.index17 .article .text-box .title {
    font-weight: bold;
    font-size: 1.4rem;
    color: #504b43;
    margin-bottom: 2px;
}

.index17 .list-btn {
    display: flex;
    margin-bottom: 8px;
}

.index17 .list-btn li a {
    font-size: 1.2rem;
    color: #aeb1a2;
}

.index17 .list-btn li:nth-child(2) {
    margin: 0 6px;
}

.index17 .price {
    text-align: right;
    font-size: 1.6rem;
    color: #b78e49;
    font-weight: bold;
}

.index17 .btn {
    max-width: 190px;
    width: 100%;
    margin: 0 auto 33px;
}

.index17 .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    background-color: #FFF;
    border: 1px solid #e3d6c0;
    font-size: 1.4rem;
    color: #b78e49;
    border-radius: 20px;
    text-decoration: none;
}

.index17 .btn a:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #b78e49;
}

.index17 .list-image {
    margin-bottom: 33px;
}

.index17 .list-image li {
    width: 358px;
    height: 64px;
}

.index17 .list-image li+li {
    margin-top: 10px;
}

.index17 .list-image li a img {
    width: 358px;
    height: 64px;
    object-fit: fill;
}

.index17 .list-image li a {
    display: block;
    position: relative;
    border: 1px solid #b78e49;
}

.index17 .list-image li a span {
    font-size: 2.2rem;
    line-height: 1.4;
    color: #FFF;
    font-weight: normal;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

.index17 .scenes {
    margin-bottom: 33px;
}

.index17 .scenes .btn {
    max-width: 232px;
    width: 100%;
    margin: 0 auto;
}

.index17 .share {
    background-color: #f5f2ed;
    padding: 30px 15px 3px;
    margin-bottom: 15px;
}

.index17 .share .text-box {
    background: url('/images/n_68632acf13004387ec322fe96c6f.png') center no-repeat;
    background-size: cover;
    padding: 60px 15px 45px;
    margin-bottom: 16px;
}

.index17 .share .text-box .title {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: normal;
    color: #FFF;
    margin-bottom: 15px;
}

.index17 .share .text-box .text {
    color: #FFF;
    font-size: 0.9rem;
    line-height: 1.4;
}

.index17 .share .text-bottom {
    font-size: 1.4rem;
    color: #504b43;
    line-height: 1.4;
    margin-bottom: 14px;
}

.index17 .share .btn a {
    background-color: #b78e49;
    color: #FFF;
}

.index17 .share .btn a:hover {
    background-color: #000000a6;
    color: #FFF;
}

.index17 .info-list .list {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.index17 .info-list .list li {
    max-width: 114px;
    width: 100%;
    margin: 0 5px;
    background-color: #FFF;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.index17 .info-list .list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 80px;
    font-size: 1.2rem;
    color: #504b43;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    background-color: #FFF;
    border-radius: 5px;
}

.index17 .info-list .list li a span {
    display: block;
    font-size: 24px;
    color: #736f68;
}

.index17 .info-list .info-box {
    background-color: #FFF;
    border: 1px solid #cccccc;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index17 .info-list .info-box .title {
    font-size: 1.6rem;
    color: #504b43;
    font-weight: normal;
    max-width: 120px;
    width: 100%;
    margin-left: -200px;
}

.index17 .info-list .info-box .title span {
    display: block;
    font-size: 0.9rem;
}

.index17 .news-list {
    background-color: #f5f2ed;
    padding: 33px 15px 33px;
}

.index17 #news {
    margin-bottom: 9px;
}

.index17 .news-list .title {
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    color: #b78e49;
}

.index17 .news-list dl {
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.index17 .news-list dl dd {
    display: block;
    font-size: 1.6rem;
    color: #ada69a;
    font-weight: bold;
}

.index17 .news-list dl dd span {
    font-size: 1.4rem;
    color: #504b43;
    font-weight: normal;
    margin-left: 15px;
    letter-spacing: -0.1em;
}

.index17 .content-center .list li:last-child a {
    display: flex;
    justify-content: flex-start;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: normal;
    position: relative;
}

.index17 .content-center .list li a::after {
    display: block;
}

.index17 .news-list .btn {
    max-width: 134px;
    width: 100%;
    margin: 0 auto;
}


.index18 .head-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f2ed;
    padding: 5px;
}

.index18 .info .text-top {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #504b43;
    margin-bottom: 15px;
    padding: 0 15px;
}

.index18 .head-nav .nav-bard a {
    display: block;
    text-decoration: none;
    color: #736f68;
    font-size: 24px;
}

.index18 .head-nav input {
    width: 286px;
    height: 32px;
    background-color: #FFF;
    border-radius: 5px;
    margin: 0 10px 0 17px;
}

.index18 .head-nav input::placeholder {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #ada69a;
    padding-left: 17px;
}

.index18 .head-nav .button {
    font-size: 24px;
    color: #736f68;
    background: none;
    border: none;
}

.index18 .mainimg {
    background: url('/images/n_004f8451862f72395cd4fd89b53a.png') center no-repeat;
    background-size: cover;
    padding: 20px 10px 27px;
    margin-bottom: 30px;
}

.index18 .mainimg .list {
    display: flex;
    justify-content: center;
}

.index18 .mainimg .list li {
    color: #FFF;
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    writing-mode: vertical-lr;
    font-family: "Shippori Mincho", serif;
    font-weight: normal;
}

.index18 .mainimg .list li:first-child {
    margin-top: 42px;
    margin-right: 148px;
}

.index18 .services .title {
    text-align: center;
    font-size: 1.8rem;
    color: #ada69a;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 34px;
}

.index18 .services .list-cricle {
    position: relative;
    margin-bottom: 126px;
}

.index18 .services .list-cricle li {
    width: 141px;
    height: 141px;
    border-radius: 50%;
    border: 4px solid #b78e49;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color: #b78e49;
    line-height: 1.4;
    font-weight: bold;
}

.index18 .services .list-cricle li:first-child {
    position: absolute;
    top: 0;
    left: 65px;
}

.index18 .services .list-cricle li:nth-child(2) {
    color: #448ec4;
    border: 4px solid #448ec4;
    position: absolute;
    top: 0;
    right: 60px;
}

.index18 .services .list-cricle li:nth-child(3) {
    color: #d36cd3;
    border: 4px solid #d36cd3;
    top: 100px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.index18 .services .text {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #504b43;
    margin-bottom: 16px;
}

.index18 .inner .article .text-box {
    padding: 28px 15px 27px;
}

.index18 .inner .article .att {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: bold;
    color: #504b43;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.index18 .inner .article .att span {
    display: block;
    font-size: 4.8rem;
    color: #504b43;
    font-family: 'apexnews';
    font-weight: bold;
    margin-right: 16px;
}

.index18 .inner .article .text {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #504b43;
}

.index18 .virtual {
    margin-bottom: 14px;
}

.index18 .virtual .title {
    text-align: center;
    font-size: 1.8rem;
    color: #ada69a;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 34px;
}

.index18 .virtual .image {
    margin-bottom: 32px;
}

.index18 .virtual .text {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0 15px;
}

.index18 .content-center .list li:last-child a {
    justify-content: flex-start;
}

.index18 .content-center .list li a::after {
    display: block;
}




.index19 .head-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f2ed;
    padding: 5px;
}

.index19 .info .text-top {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #504b43;
    margin-bottom: 15px;
    padding: 0 15px;
}

.index19 .head-nav .nav-bard a {
    display: block;
    text-decoration: none;
    color: #736f68;
    font-size: 24px;
}

.index19 .head-nav input {
    width: 286px;
    height: 32px;
    background-color: #FFF;
    border-radius: 5px;
    margin: 0 10px 0 17px;
}

.index19 .head-nav input::placeholder {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #ada69a;
    padding-left: 17px;
}

.index19 .head-nav .button {
    font-size: 24px;
    color: #736f68;
    background: none;
    border: none;
}

.index19 .info {
    padding-top: 35px;
}

.index19 .bg-title {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #ada69a;
    margin-bottom: 20px;
}

.index19 .info-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index19 .info-box .article {
    max-width: 192px;
    width: 100%;
    background-color: #f5f2ed;
    border-radius: 10px;
    box-shadow: 0 0 5px #00000030;
    padding: 30px 15px;
    position: relative;
    z-index: 10;
}

.index19 .info-box .article:last-child {
    background-color: #f8f8f8;
    max-width: 160px;
    width: 100%;
    padding: 56px 15px 62px;
    margin-left: -12px;
    position: relative;
    z-index: 1;
}

.index19 .info-box .article:last-child .price {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: bold;
    margin-top: 10px;
}

.index19 .info-box .article:last-child .price span {
    font-size: 2.4rem;
    margin-right: -5px;
}

.index19 .info-box .article .title {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    color: #504b43;
}

.index19 .info-box .article .price {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #504b43;
    font-weight: bold;
    text-align: center;
}

.index19 .info-box .article .price span {
    font-size: 6.4rem;
    line-height: 1.2;
    font-weight: normal;
    font-family: "Lato", sans-serif;
    margin-right: -15px;
}

.index19 .info-box .article .att a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
    color: #504b43;
}

.index19 .info-box .note {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: bold;
    color: #504b43;
}

.index19 .info-box .note span {
    font-size: 4.8rem;
    line-height: 1.2;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    margin-right: -10px;
}

.index19 .text-bottom {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #504b43;
    margin-top: 34px;
    margin-bottom: 30px;
}

.index19 .info-inner {
    padding-bottom: 30px;
}

.index19 .info-inner .article:last-child {
    margin-top: 22px;
}

.index19 .info-inner .article:last-child .text+.text {
    margin-top: 26px;
}

.index19 .info-inner .att {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #504b43;
    margin-bottom: 14px;
}

.index19 .info-inner .text {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #504b43;
}

.index19 .content-center .list li:last-child a {
    justify-content: flex-start;
}

.index19 .content-center .list li a::after {
    display: block;
}


.index20 .head-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f2ed;
    padding: 5px;
}

.index20 .info .text-top {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #504b43;
    margin-bottom: 15px;
    padding: 0 15px;
}

.index20 .head-nav .nav-bard a {
    display: block;
    text-decoration: none;
    color: #736f68;
    font-size: 24px;
}

.index20 .head-nav input {
    width: 286px;
    height: 32px;
    background-color: #FFF;
    border-radius: 5px;
    margin: 0 10px 0 17px;
}

.index20 .head-nav input::placeholder {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #ada69a;
    padding-left: 17px;
}

.index20 .head-nav .button {
    font-size: 24px;
    color: #736f68;
    background: none;
    border: none;
}

.index20 .info {
    background-color: #f5f2ed;
    padding: 18px 15px 32px;
}

.index20 .info .scene {
    margin-bottom: 27px;
}

.index20 .info .scene .title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ada69a;
    margin-bottom: 16px;
}

.index20 .info .scene-info {
    display: flex;
}

.index20 .info .scene-info .article:last-child {
    margin-left: 43px;
}

.index20 .container {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 1.4rem;
    color: #504b43;
    user-select: none;
}

.index20 .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.index20 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #FFF;
    border: 1px solid #cccccc;
    border-radius: 6px;
}

.index20 .container input:checked~.checkmark {
    background-color: #b78e49;
}

.index20 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.index20 .container input:checked~.checkmark:after {
    display: block;
}

.index20 .container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.index20 .info .kinds {
    margin-bottom: 22px;
}

.index20 .info .kinds .title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ada69a;
    margin-bottom: 16px;
}

.index20 .info .kinds-inner {
    display: flex;
}

.index20 .info .kinds-inner .article:last-child {
    margin-left: 115px;
}

.index20 .info .size {
    margin-bottom: 23px;
}

.index20 .info .size .title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ada69a;
    margin-bottom: 16px;
}

.index20 .info .size form {
    display: flex;
    flex-wrap: wrap;
}

.index20 .info .size form label {
    width: 90px;
}

.index20 .info .price .title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ada69a;
    margin-bottom: 16px;
}

.index20 .info .price .info-box {
    display: flex;
    justify-content: center;
}

.index20 .info .price .article {
    width: 50%;
    background-color: #FFF;
    border-radius: 5px;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.index20 .info .price .article:last-child {
    margin-left: 34px;
    position: relative;
}

.index20 .info .price .article:last-child::after {
    content: "~";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -28px;
    font-size: 3rem;
}

.index20 .info .price .article input::placeholder {
    font-size: 1.6rem;
    line-height: 1.2;
    color: #ada69a;
    padding-left: 15px;
}

.index20 .info .price .article .button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 16px;
    color: #736f68;
}

.index20 .info .usage {
    margin-top: 30px;
}

.index20 .info .usage .title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ada69a;
    margin-bottom: 16px;
}

.index20 .info .usage .info-box {
    display: flex;
    justify-content: center;
}

.index20 .info .usage .info-box .article {
    width: 50%;
    background-color: #FFF;
    border-radius: 5px;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.index20 .info .usage .article input::placeholder {
    font-size: 1.6rem;
    line-height: 1.2;
    color: #ada69a;
    padding-left: 15px;
}

.index20 .info .usage .article .button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 16px;
    color: #736f68;
}

.index20 .info .usage .article:last-child {
    margin-left: 34px;
    position: relative;
}

.index20 .info .usage .article:last-child::after {
    content: "~";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -28px;
    font-size: 3rem;
    color: #504b43;
}

.index20 .info-box {
    margin-top: 27px;
}

.index20 .info-box .info-inner .title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ada69a;
    margin-bottom: 16px;
}

.index20 .info-box .info-inner:first-child .inner label {
    width: 50%;
}

.index20 .info-box .info-inner:nth-child(3) .inner label {
    width: 50%;
}

.index20 .info-box .info-inner .inner {
    display: flex;
    flex-wrap: wrap;
}

.index20 .info-box .info-inner:nth-child(2) {

    margin: 26px 0;
}

.index20 .info-box .info-inner:nth-child(2) .inner label {
    width: 120px;
}

.index20 .btn {
    max-width: 190px;
    width: 100%;
    margin: 45px auto 0;
}

.index20 .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    border: 1px solid #e3d6c0;
    color: #e3d6c0;
    font-size: 1.4rem;
    line-height: 1.4;
    text-decoration: none;
    height: 36px;
}

.index20 .btn a:hover {
    background-color: #e3d6c0;
    color: #FFF;
}

.index20 .content-center .list li:last-child a {
    justify-content: flex-start;
}

.index20 .content-center .list li a::after {
    display: block;
}


.index23 {
    margin-bottom: 14px;
    padding: 0 15px;
}

.index23 .head-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f2ed;
    padding: 5px;
}

.index23 .info .text-top {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #504b43;
    margin-bottom: 15px;
    padding: 0 15px;
}

.index23 .head-nav .nav-bard a {
    display: block;
    text-decoration: none;
    color: #736f68;
    font-size: 24px;
}

.index23 .head-nav input {
    width: 286px;
    height: 32px;
    background-color: #FFF;
    border-radius: 5px;
    margin: 0 10px 0 17px;
}

.index23 .head-nav input::placeholder {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #ada69a;
    padding-left: 17px;
}

.index23 .head-nav .button {
    font-size: 24px;
    color: #736f68;
    background: none;
    border: none;
}

.index23 .header-back {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.index23 .header-back .back a {
    display: block;
    font-size: 24px;
    color: #736f68;
    text-decoration: none;
}

.index23 .header-back .title {
    font-size: 1.4rem;
    color: #504b43;
    font-weight: bold;
    line-height: 1.4;
    margin-left: 130px;
}

.index23 .info .article {
    display: flex;
}

.index23 .info .article:last-child {
    margin-top: 30px;
}

.index23 .info .text-box {
    max-width: 250px;
    width: 100%;
    margin-left: 15px;
}

.index23 .info .title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}

.index23 .info .att {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: normal;
    color: #504b43;
    margin-bottom: 10px;
}

.index23 .info .num {
    max-width: 134px;
    width: 100%;
    background-color: #FFF;
    border: 1px solid #cccccc;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    height: 48px;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 2px;
}

.index23 .info .num li {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #ada69a;
}

.index23 .info .num li:nth-child(2) {
    color: #504b43;
}

.index23 .info .text {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: normal;
    margin-bottom: 24px;
}

.index23 .info .text span {
    font-size: 2.4rem;
    color: #504b43;
    font-weight: bold;
}

.index23 .info .delete {
    max-width: 32px;
    width: 100%;
    background-color: #cccccc;
    border-radius: 50%;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index23 .info .delete a {
    display: block;
    font-size: 10px;
    text-decoration: none;
    color: #504b43;
}

.index23 .info-box {
    background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px 30px 36px;
    margin-top: 30px;
    margin-bottom: 18px;
}

.index23 .info-box table {
    width: 100%;
}

.index23 .info-box table td.att {
    font-size: 1.4rem;
    font-weight: normal;
    color: #504b43;
    text-align: left;
}

.index23 .info-box table td {
    text-align: right;
    font-size: 1.4rem;
    font-weight: normal;
    color: #504b43;
    height: 37px;
}

.index23 .info-box .text {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #504b43;
    font-weight: bold;
    font-family: "Manrope", sans-serif;
    margin-top: 10px;
    margin-bottom: 18px;
}

.index23 .info-box .note {
    font-size: 1.4rem;
    color: #504b43;
    font-weight: normal;
    line-height: 1.4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index23 .info-box .note span {
    display: block;
}

.index23 .info-inner .bg-title {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 8px;
}

.index23 .info-inner form {
    position: relative;
    margin-bottom: 16px;
}

.index23 .info-inner form input {
    width: 100%;
    background-color: #FFF;
    border: 1px solid #cccccc;
    border-radius: 5px;
    height: 48px;
}

.index23 .info-inner form input::placeholder {
    font-size: 1.6rem;
    color: #ada69a;
    line-height: 1.4;
    font-weight: normal;
    padding-left: 15px;
}

.index23 .info-inner form .button {
    position: absolute;
    top: 20px;
    right: 10px;
    background: none;
    font-size: 16px;
    color: #aeb1a2;
    border: 0;
    outline: 0;
}

.index23 .info-inner .btn {
    max-width: 256px;
    width: 100%;
    margin: 28px auto 26px;
    position: relative;
}

.index23 .info-inner .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: normal;
    background-color: #b78e49;
    text-decoration: none;
    position: relative;
}

.index23 .info-inner .btn a span {
    color: #FFF;
    font-size: 16px;
    display: block;
    margin-right: 16px;
}

.index23 .info-inner .btn a:hover {
    background: #000000b8;
}

.index23 .info-inner .att {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    font-size: 16px;
    color: #FFF;
}

.index23 .list {
    margin-bottom: 22px;
}

.index23 .list li {
    text-align: right;
    margin-bottom: 8px;
}

.index23 .list li a {
    text-align: right;
    font-size: 1.4rem;
    color: #202605;
}

.index23 .product {
    margin-bottom: 38px;
}

.index23 .product .title {
    font-weight: bold;
    text-align: center;
    color: #ada69a;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 20px;
}

.index23 .product-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index23 .product-inner .article .image img {
    width: 114px;
    height: 114px;
}

.index23 .product-inner .article .image {
    margin-bottom: 6px;
}

.index23 .product-inner .article .att {
    margin-bottom: 4px;
}

.index23 .product-inner .article .att a {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    color: #504b43;
    text-decoration: none;
}

.index23 .product-inner .article .price {
    text-align: right;
    font-size: 1.8rem;
    color: #b78e49;
    font-weight: bold;
}

.index23 .inner {
    background-color: #f5f2ed;
    padding: 43px 20px 52px;
    margin-bottom: 30px;
}

.index23 .inner .bg-title {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: normal;
    color: #504b43;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.index23 .inner .bg-title span {
    display: block;
    margin-right: 10px;
}

.index23 .inner .text {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #504b43;
}

.index23 .history .title {
    font-weight: bold;
    text-align: center;
    color: #ada69a;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 20px;
}

.index23 .history .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index23 .history .info .article {
    max-width: 114px;
    width: 100%;
    display: block;
    margin-bottom: 23px;
}

.index23 .history .info .article:last-child {
    margin-top: 0;
}

.index23 .history .image img {
    width: 114px;
    height: 114px;
}

.index23 .history .att a {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    color: #504b43;
    text-decoration: none;
}

.index23 .history .price {
    text-align: right;
    font-size: 1.8rem;
    color: #b78e49;
    font-weight: bold;
}

.index23 .history .image {
    margin-bottom: 6px;
}

.index23 .content-center .list li:last-child a {
    justify-content: flex-start;
}

.index23 .content-center .list li a::after {
    display: block;
}

.index22 {
    margin-bottom: 14px;
    padding: 0 0;
}

.index22 .head-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f2ed;
    padding: 5px;
}

.index22 .info .text-top {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #504b43;
    margin-bottom: 15px;
    padding: 0 15px;
}

.index22 .head-nav .nav-bard a {
    display: block;
    text-decoration: none;
    color: #736f68;
    font-size: 24px;
}

.index22 .head-nav input {
    width: 286px;
    height: 32px;
    background-color: #FFF;
    border-radius: 5px;
    margin: 0 10px 0 17px;
}

.index22 .head-nav input::placeholder {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #ada69a;
    padding-left: 17px;
}

.index22 .head-nav .button {
    font-size: 24px;
    color: #736f68;
    background: none;
    border: none;
}

.index22 .mainimg {
    margin-bottom: 9px;
}

.index22 .mainimg .box {
    position: relative;
}

.index22 .mainimg .image img {
    width: 390px;
    height: 390px;
    object-fit: cover;
}

.index22 .mainimg .heart {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.index22 .mainimg .heart a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #d36cd3;
}

.index22 .mainimg .list {
    display: flex;
}

.index22 .mainimg .list li a {
    display: block;
}

.index22 .mainimg .list li a:hover {
    border: 1px solid #b78e49;
}

.index22 .info {
    margin-top: 20px;
    margin-bottom: 33px;
}

.index22 .info .title {
    font-size: 1.8rem;
    color: #504b43;
    margin-bottom: 10px;
    padding: 0 15px;
}

.index22 .info .text {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 6px;
    padding: 0 15px;
}

.index22 .info table {
    width: 100%;
    padding: 0 15px;
}

.index22 .info table tr td.att {
    text-align: left;
    font-size: 1.2rem;
    color: #ada69a;
    font-weight: bold;
}

.index22 .info table tr td {
    text-align: right;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #504b43;
    font-weight: normal;
    height: 40px;
}



.index22 .calender {
    background: #f5f2ed;
    border-radius: 15px;
    overflow: hidden;
    padding: 18px 15px 0;
    margin-top: 6px;
    margin-bottom: 17px;
}

.index22 .calender .month {
    padding: 0;
    width: 100%;
    background: #f5f2ed;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.index22 .calender .month ul {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.index22 .calender .month ul li {
    color: white;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #ada69a;
    font-weight: bold;
}

.index22 .calender .month ul li:last-child {
    width: 100%;
}

.index22 .calender .month .prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
    font-size: 16px;
}

.index22 .calender .month .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 35px;
    font-size: 16px;
}

.index22 .calender .weekdays {
    margin: 0;
    padding: 10px 0;
    border-bottom: 2px solid #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index22 .calender .weekdays li {
    display: block;
    width: 13.55%;
    color: #666;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "Lato", sans-serif;
}

.index22 .calender li.red {
    color: #ed4d4d;
}

.index22 .calender .weekdays li.green {
    color: #448ec4;
}

.index22 .calender .days {
    padding: 10px 0;
    background: #f5f2ed;
    margin: 0;
    position: relative;
    z-index: 10;
}

.index22 .calender .days::after {
    content: "";
    position: absolute;
    bottom: 86px;
    right: 0;
    background-color: #b78e49;
    width: 155px;
    height: 27px;
    border-radius: 15px 0 0 15px;
    z-index: -1;
}

.index22 .calender .days::before {
    content: "";
    position: absolute;
    bottom: 53px;
    left: 17px;
    background-color: #b78e49;
    width: 78px;
    height: 27px;
    border-radius: 0 15px 15px 0;
    z-index: -1;
}

.index22 .calender .days li {
    list-style-type: none;
    display: inline-block;
    width: 13.6%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: #555555;
    font-family: "Lato", sans-serif;
    font-weight: bold;
}

.index22 .calender .days li.white {
    color: #FFF;
}

.index22 .calender .days li.active span {
    border: 1px solid #b78e49;
    border-radius: 50%;
    padding: 5px 6px 6px;
}

.index22 .calender .days li.red {
    color: #ed4d4d;
}

.index22 .calender li.none {
    color: #cccccc;
}

.index22 .info-table #customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 17px;
}

.index22 .info-table #customers td,
#customers th {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 8px;
    font-size: 1.4rem;
    color: #504b43;
}


.index22 .info-table #customers th {
    padding-top: 3px;
    padding-bottom: 2px;
    text-align: left;
    background-color: none;
    color: #504b43;
    width: 20%;
    text-align: center;
}

.index22 .info-table #customers td {
    text-align: center;
}

.index22 .info-table #customers td.att {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.4;
    text-align: left;
}

.index22 .list-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.index22 .list-btn li {
    max-width: 176px;
    width: 100%;
    margin: 0 4px;
}

.index22 .list-btn li a {
    display: flex;
    font-size: 1.4rem;
    line-height: 1.4;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    border: 1px solid #e3d6c0;
    height: 36px;
    color: #b78e49;
    text-decoration: none;
}

.index22 .list-btn li a:hover {
    background-color: #b78e49;
    color: #FFF;
}

.index22 .content-center .list li:last-child a {
    justify-content: flex-start;
}

.index22 .content-center .list li:last-child a::after {
    display: block;
}

#wrapper-inner header {
    padding: 30px;
}

#wrapper-inner .container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

#wrapper-inner .header-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 732px;
    width: 100%;
}

#wrapper-inner .header-left .h-logo a {
    display: block;
}

#wrapper-inner .header-left .h-logo a img {
    width: 31px;
    height: 32px;
}

#wrapper-inner .header-left .Path_450 {
    overflow: visible;
    position: absolute;
    width: 80px;
    height: 20px;
    left: 43.514px;
    top: 6px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#wrapper-inner .header-left .h-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 540px;
    width: 100%;
}

#wrapper-inner .header-left .h-nav li a {
    text-decoration: none;
    font-size: 1.2rem;
    color: #504b43;
    line-height: 1.4;
}

#wrapper-inner .header-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 290px;
    width: 100%;
}

#wrapper-inner .header-right .h-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 290px;
    width: 100%;
}

#wrapper-inner .header-right .h-list li {
    width: 113px;
}

#wrapper-inner .header-right .h-list li a span {
    display: block;
    font-size: 2.4rem;
    color: #736f68;
}

#wrapper-inner .header-right .h-list li a {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #504b43;
    font-weight: normal;
    line-height: 1.4;
}

#wrapper-inner .head-nav {
    display: flex;
    background-color: #f5f2ed;
    padding: 20px 15px;
    margin-bottom: 30px;
}

#wrapper-inner .head-nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#wrapper-inner .head-nav .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 687px;
}

#wrapper-inner .head-nav .list li {
    padding: 0 15px;
}

#wrapper-inner .head-nav .list li a {
    font-size: 1.4rem;
    color: #504b43;
    line-height: 1.4;
    text-decoration: none;
    display: flex;
    align-items: center;
}

#wrapper-inner .head-nav .list li a span {
    font-size: 1.8rem;
    color: #736f68;
    display: block;
    padding-right: 5px;
}

#wrapper-inner .head-nav form {
    position: relative;
}

#wrapper-inner .head-nav input {
    width: 286px;
    height: 32px;
    background-color: #FFF;
    border-radius: 5px;
    margin: 0 10px 0 17px;
}

#wrapper-inner .head-nav input::placeholder {
    font-size: 1.6rem;
    color: #ada69a;
    font-weight: normal;
    padding-left: 18px;
}

#wrapper-inner .head-nav .button {
    font-size: 24px;
    color: #736f68;
    background: none;
    border: none;
    position: absolute;
    top: 5px;
    right: -20px;
}

#wrapper-inner .mainimg-pc {
    margin-bottom: 70px;
}

#wrapper-inner .mainimg-pc .list li {
    max-width: 100%;
    margin: 0 16px;
}

#wrapper-inner .mainimg-pc .list li img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

#wrapper-inner .slick-dots li.slick-active button {
    background: #b78e49;
}

#wrapper-inner .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: #f5f2ed;
    border-radius: 50%;
}

#wrapper-inner .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
}

#wrapper-inner .slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

#wrapper-inner .slick-dots {
    bottom: 18px;
}

#wrapper-inner .info .info-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

#wrapper-inner .info .info-box .title {
    font-weight: bold;
    font-size: 1.4rem;
    color: #ada69a;
}

#wrapper-inner .info .info-box .btn {
    position: relative;
    display: flex;
    align-items: center;
}

#wrapper-inner .info .info-box .btn a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.4rem;
    color: #b78e49;
    line-height: 1.4;
}

#wrapper-inner .info .info-box .btn .arrow {
    display: block;
    font-size: 16px;
    color: #b78e49;
}

#wrapper-inner .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

#wrapper-inner .inner .article {
    max-width: 308px;
    width: 100%;
    margin-bottom: 35px;
}

#wrapper-inner .inner .article .image {
    position: relative;
    margin-bottom: 4px;
}

#wrapper-inner .inner .article .image span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 66px;
    height: 17px;
    text-align: center;
    color: #FFF;
    border-radius: 10px;
    background-color: #d36cd3;
}

#wrapper-inner .inner .text-box .title {
    font-weight: bold;
    font-size: 1.8rem;
    color: #504b43;
    margin-bottom: 7px;
}

#wrapper-inner .inner .list-btn {
    display: flex;
    margin-bottom: 8px;
}

#wrapper-inner .inner .list-btn li a {
    font-size: 1.2rem;
    color: #aeb1a2;
}

#wrapper-inner .inner .list-btn li:nth-child(2) {
    margin: 0 6px;
}

#wrapper-inner .inner .price {
    text-align: right;
    font-size: 2.4rem;
    color: #b78e49;
    font-weight: bold;
}

#wrapper-inner .btn-bottom {
    max-width: 208px;
    width: 100%;
    margin: 0 auto 64px;
}

#wrapper-inner .btn-bottom a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    background-color: #FFF;
    border: 1px solid #e3d6c0;
    color: #b78e49;
    border-radius: 25px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-decoration: none;
}

#wrapper-inner .btn-bottom a:hover {
    background-color: #b78e49;
    color: #FFF;
}

#wrapper-inner .list-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

#wrapper-inner .list-image li a {
    display: block;
    position: relative;
    border: 1px solid #b78e49;
}

#wrapper-inner .list-image li+li {
    margin-left: 16px;
}

#wrapper-inner .list-image li a span {
    font-size: 4rem;
    line-height: 1.4;
    color: #FFF;
    font-weight: normal;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

#wrapper-inner .list-choose {
    display: flex;
    align-items: center;
    margin-bottom: 33px;
}

#wrapper-inner .list-choose li {
    text-align: center;
    border: 1px solid #eee;
    background-color: #FFF;
    border-radius: 15px;
    height: 23px;
    display: flex;
    justify-content: center;
    padding: 0 12px;
    font-size: 1.2rem;
    color: #736f68;
    align-items: center;
    margin-right: 8px;
}

#wrapper-inner .btn-bottom:last-child {
    max-width: 256px;
    width: 100%;
    margin: -45px auto 64px;
}

#wrapper-inner .btn-bottom:last-child a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    background-color: #FFF;
    border: 1px solid #e3d6c0;
    color: #b78e49;
    border-radius: 25px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-decoration: none;
}

#wrapper-inner .btn-bottom:last-child a:hover {
    text-decoration: none;
    background-color: #b78e49;
    color: #FFF;
}

#wrapper-inner .share {
    background-color: #f5f2ed;
    display: flex;
    justify-content: center;
    padding: 64px 15px;
}

#wrapper-inner .share-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

#wrapper-inner .share .text-box {
    max-width: 624px;
    width: 100%;
    background: url("/images/n_68632acf13004387ec322fe96c6f.png") center no-repeat;
    background-size: cover;
    padding: 100px 10px 90px 25px;
}

#wrapper-inner .share .text-box .title {
    color: #FFF;
    font-size: 4.2rem;
    line-height: 1.5;
    font-family: "Shippori Mincho", serif;
    margin-bottom: 20px;
}

#wrapper-inner .share .text-box .text {
    color: #FFF;
    font-size: 1.8rem;
    line-height: 1.4;
}

#wrapper-inner .share .inner-box {
    max-width: 624px;
    width: 100%;
    margin-left: 32px;
}

#wrapper-inner .share .text-bottom {
    font-size: 1.6rem;
    color: #504b43;
    line-height: 1.4;
}

#wrapper-inner .share .btn {
    max-width: 160px;
    width: 100%;
    margin: 33px auto 0;
}

#wrapper-inner .share .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    background-color: #b78e49;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 1.4;
    border-radius: 25px;
    text-decoration: none;
}

#wrapper-inner .share .btn a:hover {
    background-color: #000000ba;
    color: #FFF;
}

#wrapper-inner .info-list {
    display: flex;
    justify-content: space-between;
    padding: 62px 15px 64px;
}

#wrapper-inner .info-list .list-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    width: 40%;
}

#wrapper-inner .info-list .list-inner li {
    max-width: 200px;
    width: 100%;
    margin: 0 5px;
    background-color: #FFF;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

#wrapper-inner .info-list .list-inner li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 140px;
    font-size: 1.6rem;
    color: #504b43;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    background-color: #FFF;
    border-radius: 5px;
}

#wrapper-inner .info-list .list-inner li a span {
    display: block;
    font-size: 48px;
    color: #736f68;
}

#wrapper-inner .info-list .info-box {
    background-color: #FFF;
    border: 1px solid #cccccc;
    border-radius: 5px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    margin-left: 10px;
}

#wrapper-inner .info-list .info-box .title {
    font-size: 2.4rem;
    color: #504b43;
    font-weight: normal;
    max-width: 170px;
    width: 100%;
    margin-left: -362px;
}

#wrapper-inner .info-list .info-box .title span {
    display: block;
    font-size: 1.2rem;
}

#wrapper-inner .news-list {
    background-color: #f5f2ed;
    padding: 60px 15px;
}

#wrapper-inner .news-list .title {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #b78e49;
    margin-bottom: 33px;
}

#wrapper-inner .news-info {
    max-width: 896px;
    width: 100%;
    margin: 0 auto;
}

#wrapper-inner .news-list dl {
    padding: 10px 0 9px;
}

#wrapper-inner .news-list dl dd {
    display: block;
    font-size: 1.6rem;
    color: #ada69a;
    font-weight: bold;
}

#wrapper-inner .news-list dl dd span {
    font-size: 1.4rem;
    color: #504b43;
    font-weight: normal;
    margin-left: 15px;
    letter-spacing: -0.1em;
}

#wrapper-inner .news-info .btn-news {
    max-width: 144px;
    width: 100%;
    margin: 26px auto 0;
}

#wrapper-inner .news-info .btn-news a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    background-color: #FFF;
    border: 1px solid #e3d6c0;
    font-size: 1.6rem;
    color: #b78e49;
    border-radius: 30px;
    text-decoration: none;
}

#wrapper-inner .news-info .btn-news a:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #b78e49;
}

#wrapper-inner .content-center {
    margin-bottom: 30px;
    margin-top: 50px;
}

#wrapper-inner .content-center .list {
    display: flex;
    justify-content: center;
    align-items: center;
}

#wrapper-inner .content-center .list li a {
    border-bottom: none;
    border-top: none;
    padding: 10px 23px 7px;
}

#wrapper-inner .content-footer {
    margin-bottom: 62px;
}

#wrapper-inner .content-footer .list-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

#wrapper-inner .content-footer .list-link li {
    margin: 0 16px;
}


.index21 .head-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f2ed;
    padding: 5px;
    margin-bottom: 16px;
}

.index21 .info .text-top {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #504b43;
    margin-bottom: 15px;
    padding: 0 15px;
}

.index21 .head-nav .nav-bard a {
    display: block;
    text-decoration: none;
    color: #736f68;
    font-size: 24px;
}

.index21 .head-nav input {
    width: 286px;
    height: 32px;
    background-color: #FFF;
    border-radius: 5px;
    margin: 0 10px 0 17px;
}

.index21 .head-nav input::placeholder {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #ada69a;
    padding-left: 17px;
}

.index21 .head-nav .button {
    font-size: 24px;
    color: #736f68;
    background: none;
    border: none;
}

.index21 .list-choose {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.index21 .list-choose .back a {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #736f68;
    text-decoration: none;
}

.index21 .list-choose .back a span {
    font-size: 1.2rem;
    color: #ada69a;
    line-height: 1.2;
    font-weight: bold;
    display: block;
}

.index21 .list-choose .list {
    max-width: 270px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.index21 .list-choose .list li {
    max-width: 84px;
    width: 100%;
}

.index21 .list-choose li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    border: 1px solid #eeeeee;
    font-size: 1rem;
    color: #504b43;
    font-weight: normal;
    border-radius: 8px;
    text-decoration: none;
}

.index21 .list-choose .list li a span {
    color: #736f68;
    font-weight: bold;
    font-size: 13px;
}

.index21 .list-choose li+li {
    margin-left: 8px;
}

.index21 .info {
    padding: 0 15px;
}

.index21 .article {
    max-width: 175px;
    width: 100%;
    margin-bottom: 23px;
}

.index21 .article .image {
    position: relative;
    margin-bottom: 2px;
}

.index21 .article .image span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 66px;
    height: 17px;
    text-align: center;
    color: #FFF;
    border-radius: 10px;
    background-color: #d36cd3;
}

.index21 .article .text-box .title {
    font-weight: bold;
    font-size: 1.4rem;
    color: #504b43;
    margin-bottom: 2px;
}

.index21 .info-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index21 .list-btn {
    display: flex;
    margin-bottom: 8px;
}

.index21 .article .image img {
    width: 175px;
    height: 175px;
    object-fit: cover;
}

.index21 .list-btn li a {
    font-size: 1.2rem;
    color: #aeb1a2;
}

.index21 .price {
    text-align: right;
    font-size: 1.6rem;
    color: #b78e49;
    font-weight: bold;
}

.index21 .content-center .list li:last-child a {
    justify-content: flex-start;
}

.index21 .content-center .list li:last-child a::after {
    display: block;
}

.index21 .image-bottom {
    text-align: center;
    margin-bottom: 33px;
}

.copyright {
    font-size: 1rem;
    color: #504b43;
    line-height: 1.4;
    text-align: center;
    font-weight: normal;
    padding: 14px 10px 20px;
}