@charset "UTF-8";
.index-wrap {
    overflow: hidden;
}

.index-hero {
	width: 100%;
    pointer-events: none;
}
.index-hero .pc {
    display: block;
}
.index-hero .tb,
.index-hero .sp {
    display: none;
}
@media only screen and (max-width: 960px) {
    .index-hero .tb {
        display: block;
    }
    .index-hero .pc,
    .index-hero .sp {
        display: none;
    }
}
@media only screen and (max-width: 560px) {
    .index-hero .sp {
        display: block;
    }
    .index-hero .pc,
    .index-hero .tb {
        display: none;
    }
}

.index-about {
    background-color: #D9CCB7;
}
.index-about__content {
    position: relative;
    width: 100%;
    max-width: 1040px;
    padding: 80px 20px 120px;
    margin: auto;
    z-index: 0;
}
.index-about__content::before {
    content: '';
    position: absolute;
    top: 90px;
    right: -300px;
    width: 360px;
    height: 360px;
    background: url(./img/object01.svg) no-repeat center / cover;
    z-index: -1;
}
.index-about__content::after {
    content: '';
    position: absolute;
    top: 360px;
    left: -190px;
    width: 337px;
    height: 143px;
    background: url(./img/object02.svg) no-repeat center / cover;
    z-index: -1;
}
.index-about__catch {
    width: 100%;
    max-width: 860px;
    margin: auto;
}
.index-about__catch p {
    font-size: 2rem;
    font-weight: 500;
}
.index-about__frame {
    position: relative;
    background-color: #B2341B;
    border-radius: 15px;
    margin-top: 100px;
    padding: 70px 20px;
    z-index: 0;
    overflow: hidden;
}
.index-about__frame::after {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 513px;
    height: 516px;
    background: url(./img/crest.svg) no-repeat center / cover;
    z-index: -1;
}
.index-about__grid {
    width: 100%;
    max-width: 860px;
    margin: auto;
    display: flex;
    gap: 40px;
}
.index-about__item {
    width: calc(50% - 20px);
}
.index-about__text {
    color: #F1EDE9;
    margin-top: -20px;
}
.index-about__text h2 {
    font-size: 4.6rem;
    font-weight: 500;
}
.index-about__text p {
    font-size: 2rem;
    margin-top: 15px;
}
.index-about__btn {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 40px auto 0;
    padding: 12px 0;
    background-color: #F1EDE9;
    border-radius: 999px;
    font-weight: 500;
    color: #B2341B;
    text-align: center;
}
.index-about__btn:hover {
    color: #F1EDE9;
    background-color: #604443;
}
.index-about__img figure {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 80%;
    border-radius: 20px;
}
.index-about__img figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 960px) {
    .index-about {
        background-color: #D9CCB7;
    }
    .index-about__content {
        position: relative;
        width: 100%;
        max-width: 760px;
        padding: 60px 20px 80px;
        margin: auto;
        z-index: 0;
    }
    .index-about__content::before {
        content: '';
        position: absolute;
        top: 50px;
        right: -80px;
        width: 240px;
        height: 240px;
        background: url(./img/object01.svg) no-repeat center / cover;
        z-index: -1;
    }
    .index-about__content::after {
        content: '';
        position: absolute;
        top: 350px;
        left: -80px;
        width: 240px;
        height: 101px;
        background: url(./img/object02.svg) no-repeat center / cover;
        z-index: -1;
    }
    .index-about__catch {
        width: 100%;
        max-width: 860px;
        margin: auto;
    }
    .index-about__catch p {
        font-size: 1.6rem;
        font-weight: 400;
    }
    .index-about__frame {
        position: relative;
        background-color: #B2341B;
        border-radius: 10px;
        margin-top: 100px;
        margin: 50px -10px 0;
        padding: 15px 15px 40px;
        z-index: 0;
        overflow: hidden;
    }
    .index-about__frame::after {
        display: none;
    }
    .index-about__grid {
        width: 100%;
        max-width: 860px;
        margin: auto;
        display: flex;
        gap: 0;
        flex-wrap: wrap;
    }
    .index-about__item {
        width: 100%;
    }
    .index-about__text {
        position: relative;
        color: #F1EDE9;
        margin-top: 0;
        padding-top: 25px;
        order: 2;
    }
    .index-about__text::after {
        content: '';
        position: absolute;
        top: calc(50% + 30px);
        left: 50%;
        width: 400px;
        height: 410px;
        background: url(./img/crest.svg) no-repeat center / cover;
        z-index: -1;
        transform: translate(-50%, -50%);
        opacity: .7;
    }
    .index-about__text h2 {
        font-size: 2.6rem;
        font-weight: 500;
        text-align: center;
    }
    .index-about__text p {
        font-size: 1.6rem;
        margin-top: 15px;
    }
    .index-about__btn {
        display: block;
        width: 100%;
        max-width: 360px;
        margin: 30px auto 0;
        padding: 12px 0;
        background-color: #F1EDE9;
        border-radius: 999px;
        font-weight: 500;
        color: #B2341B;
        text-align: center;
    }
    .index-about__img {
        order: 1;
    }
    .index-about__img figure {
        position: relative;
        display: block;
        overflow: hidden;
        padding-top: 50%;
        border-radius: 10px;
    }
    .index-about__img figure img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media only screen and (max-width: 720px) {
    .index-about__content {
        padding: 60px 20px;
    }
    .index-about__img figure {
        position: relative;
        display: block;
        overflow: hidden;
        padding-top: 65%;
        border-radius: 10px;
    }
}


.index-date {
    background-color: #F1EDE9;
}
.index-date__content {
    position: relative;
    width: 100%;
    max-width: 1040px;
    margin: auto;
    padding: 140px 20px 100px;
    z-index: 0;
}
.index-date__grid {
    display: flex;
    gap: 40px;
}
.index-date__item {
    width: calc(50% - 20px);
    color: #333;
}
.index-date__text .ttl:first-child {
    margin-top: 0;
}
.index-date__text .ttl {
    display: block;
    font-size: 2rem;
    font-weight: 500;
    color: #B2341B;
    margin-top: 30px;
}
.index-date__text p {
    display: block;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.4;
}
.index-date__text p small {
    font-size: 2rem;
}
.index-date__deco01 {
    position: absolute;
    top: -140px;
    right: -390px;
    width: 453px;
    height: 210px;
    background: url(./img/deco01.svg) no-repeat center / cover;
    z-index: -1;
}
.index-date__deco02 {
    position: absolute;
    top: -70px;
    left: -350px;
    width: 424px;
    height: 190px;
    background: url(./img/deco02.svg) no-repeat center / cover;
    z-index: -1;
}
@media only screen and (max-width: 960px) {
    .index-date {
        background-color: #F1EDE9;
    }
    .index-date__content {
        position: relative;
        width: 100%;
        max-width: 760px;
        margin: auto;
        padding: 80px 20px;
        z-index: 0;
    }
    .index-date__grid {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }
    .index-date__item {
        width: 100%;
        color: #333;
    }
    .index-date__text .ttl:first-child {
        margin-top: 0;
    }
    .index-date__text .ttl {
        display: block;
        font-size: 1.8rem;
        font-weight: 500;
        color: #B2341B;
        margin-top: 30px;
    }
    .index-date__text p {
        display: block;
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.4;
    }
    .index-date__text p small {
        font-size: 1.8rem;
    }
    .index-date__deco01 {
        position: absolute;
        top: -65px;
        right: -140px;
        width: 280px;
        height: 130px;
        background: url(./img/deco03.svg) no-repeat center / cover;
        z-index: -1;
    }
    .index-date__deco02 {
        position: absolute;
        top: -55px;
        left: -120px;
        width: 250px;
        height: 111px;
        background: url(./img/deco02.svg) no-repeat center / cover;
        z-index: -1;
    }
    .index-date__img {
        width: auto;
        margin: 0 -10px;
    }
}
@media only screen and (max-width: 720px) {
    .index-date__deco01 {
        position: absolute;
        top: -25px;
        right: -25px;
        width: 175px;
        height: 82px;
        background: url(./img/deco-sp01.svg) no-repeat center / cover;
        z-index: -1;
    }
    .index-date__deco02 {
        position: absolute;
        top: -10px;
        left: -25px;
        width: 145px;
        height: 65px;
        background: url(./img/deco-sp02.svg) no-repeat center / cover;
        z-index: -1;
    }
}



.index-spot {
    background-color: #D9CCB7;
}
.index-spot__content {
    position: relative;
    width: 100%;
    max-width: 1040px;
    padding: 80px 20px 120px;
    margin: auto;
    z-index: 0;
}
.index-spot__content::before {
    content: '';
    position: absolute;
    bottom: 70px;
    right: -245px;
    width: 337px;
    height: 143px;
    background: url(./img/object02.svg) no-repeat center / cover;
    z-index: -1;
}
.index-spot__content::after {
    content: '';
    position: absolute;
    bottom: 270px;
    left: -245px;
    width: 360px;
    height: 360px;
    background: url(./img/object01.svg) no-repeat center / cover;
    z-index: -1;
}
.index-spot__grid {
    display: flex;
    gap: 80px;
    margin-top: 80px;
}
.index-spot__item {
    width: calc(50% - 40px);
}
.index-spot__item .ttl {
    display: block;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 500;
}
.index-spot__img {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 70%;
    border-radius: 15px;
    margin-top: 15px;
}
.index-spot__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-spot__img.png img {
    object-fit: contain;
}
.index-spot__item p {
    text-align: center;
    font-size: 1.7rem;
    margin-top: 15px;
}
.index-spot__info {
    margin-top: 60px;
}
.index-spot__info .item {
    background-color: #F1EDE9;
    border-radius: 15px;
    padding: 35px 0;
    margin-top: 20px;
}
.index-spot__info .item .inner {
    width: 100%;
    max-width: 900px;
    padding: 0 20px;
    margin: auto;
}
.index-spot__info .item .inner .date {
    display: block;
    font-size: 2.4rem;
    font-weight: 600;
    margin-top: 10px;
}
.index-spot__deco01 {
    position: absolute;
    top: -15px;
    right: -220px;
    width: 424px;
    height: 190px;
    background: url(./img/deco02.svg) no-repeat center / cover;
    z-index: -1;
}
.index-spot__deco02 {
    position: absolute;
    top: -30px;
    left: -275px;
    width: 453px;
    height: 210px;
    background: url(./img/deco03.svg) no-repeat center / cover;
    z-index: -1;
}
@media only screen and (max-width: 960px) {
    .index-spot {
        background-color: #D9CCB7;
    }
    .index-spot__content {
        position: relative;
        width: 100%;
        max-width: 760px;
        padding: 80px 20px 60px;
        margin: auto;
        z-index: 0;
    }
    .index-spot__content::before {
        content: '';
        position: absolute;
        bottom: unset;
        top: 420px;
        right: -80px;
        width: 240px;
        height: 101px;
        background: url(./img/object02.svg) no-repeat center / cover;
        z-index: -1;
    }
    .index-spot__content::after {
        content: '';
        position: absolute;
        bottom: unset;
        top: 120px;
        left: -80px;
        width: 240px;
        height: 240px;
        background: url(./img/object01.svg) no-repeat center / cover;
        z-index: -1;
    }
    .index-spot__grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 40px;
    }
    .index-spot__item {
        width: calc(50% - 10px);
        margin: 0 auto;
    }
    .index-spot__item .ttl {
        display: block;
        text-align: center;
        font-size: 2rem;
        font-weight: 500;
    }
    .index-spot__img {
        position: relative;
        display: block;
        overflow: hidden;
        padding-top: 65%;
        border-radius: 10px;
        margin-top: 15px;
    }
    .index-spot__img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .index-spot__img.png img {
        object-fit: contain;
    }
    .index-spot__item p {
        text-align: left;
        font-size: 1.6rem;
        margin-top: 15px;
    }
    .index-spot__info {
        margin: 40px -10px 0;
    }
    .index-spot__info .item {
        background-color: #F1EDE9;
        border-radius: 10px;
        padding: 20px 0;
        margin-top: 10px;
    }
    .index-spot__info .item .inner {
        width: 100%;
        max-width: 900px;
        padding: 0 20px;
        margin: auto;
    }
    .index-spot__info .item .inner .date {
        display: block;
        font-size: 2rem;
        font-weight: 600;
        margin-top: 10px;
        line-height: 1.4;
    }
    .index-spot__info .item .inner p {
        font-size: 1.4rem;
        margin-top: 10px;
    }
    .index-spot__deco01 {
        position: absolute;
        top: -55px;
        right: -120px;
        width: 250px;
        height: 111px;
        background: url(./img/deco02.svg) no-repeat center / cover;
        z-index: -1;
    }
    .index-spot__deco02 {
        position: absolute;
        top: -65px;
        left: -140px;
        width: 280px;
        height: 130px;
        background: url(./img/deco03.svg) no-repeat center / cover;
        z-index: -1;
    }
}
@media only screen and (max-width: 720px) {
    .index-spot__grid {
        gap: unset;
        margin-top: 0;
    }
    .index-spot__item {
        width: 100%;
        max-width: 450px;
        margin: 40px auto 0;
    }
    .index-spot__deco01 {
        position: absolute;
        top: -25px;
        right: -25px;
        width: 145px;
        height: 65px;
        background: url(./img/deco-sp02.svg) no-repeat center / cover;
        z-index: -1;
    }
    .index-spot__deco02 {
        position: absolute;
        top: -40px;
        left: -30px;
        width: 175px;
        height: 82px;
        background: url(./img/deco-sp01.svg) no-repeat center / cover;
        z-index: -1;
    }
}





.index-sale {
    background-color: #B2341B;
}
.index-sale__content {
    position: relative;
    width: 100%;
    max-width: 1040px;
    padding: 0 20px 80px;
    margin: auto;
    z-index: 0;
}
.index-sale__ttl {
    pointer-events: none;
    position: relative;
    top: -13px;
    margin-right: 20px;
    width: 164px;
}
.index-sale__ttl::before {
    content: '';
    position: absolute;
    top: calc(100% - 25px);
    left: -36px;
    width: 180px;
    height: 237px;
    background: url(./img/souvenir.svg) no-repeat center / cover;
}
.index-sale__grid {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 80px;
}
.index-sale__item {
    width: 50%;
    max-width: 375px;
}
.index-sale__item .ttl {
    display: block;
    color: #F1EDE9;
    font-size: 2.2rem;
}
.index-sale__img {
    position: relative;
}
.index-sale__img figure {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 75%;
    border-radius: 15px;
    margin-top: 10px;
}
.index-sale__img figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-sale__item p {
    line-height: 1.6;
    color: #F1EDE9;
    margin-top: 15px;
}
.index-sale__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.index-sale__top .index-sale__grid {
    display: flex;
    gap: 30px;
    width: 100%;
    max-width: 780px;
}
.index-sale__top .index-sale__item {
    width: calc(50% - 15px);
}
.index-sale__under {
    width: 100%;
}
.index-sale__under .index-sale__grid {
    margin-top: 40px;
}
.index-sale__img.dog::before {
    content: '';
    position: absolute;
    top: -20px;
    right:  -35px;
    width: 195px;
    height: 195px;
    background: url(./img/dog.jpg) no-repeat center / cover;
    border-radius: 50%;
    border: 5px solid #B2341B;
    z-index: 1;
}
.index-sale__deco01 {
    position: absolute;
    bottom: 90px;
    right: -380px;
    width: 453px;
    height: 210px;
    background: url(./img/deco04.svg) no-repeat center / cover;
    z-index: -1;
}
.index-sale__deco02 {
    position: absolute;
    bottom: 40px;
    left: -355px;
    width: 424px;
    height: 190px;
    background: url(./img/deco05.svg) no-repeat center / cover;
    z-index: -1;
}
@media only screen and (max-width: 960px) {
    .index-sale {
        background-color: #B2341B;
    }
    .index-sale__content {
        position: relative;
        width: 100%;
        max-width: 760px;
        padding: 0 20px 60px;
        margin: auto;
        z-index: 0;
    }
    .index-sale__ttl {
        pointer-events: none;
        position: relative;
        top: -13px;
        width: 120px;
        margin: auto;
        padding-left: 15px;
    }
    .index-sale__ttl::before {
        content: '';
        position: absolute;
        top: unset;
        bottom: 15px;
        left: unset;
        right: calc(100% - 38px);
        width: 65px;
        height: 86px;
        background: url(./img/souvenir.svg) no-repeat center / cover;
    }
    .index-sale__grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        width: 100%;
        max-width: unset;
        margin-top: 0;
    }
    .index-sale__item {
        width: calc(50% - 10px);
        max-width: unset;
        margin: 40px auto 0;
    }
    .index-sale__item .ttl {
        display: block;
        color: #F1EDE9;
        font-size: 1.9rem;
        font-weight: 500;
        text-align: center;
    }
    .index-sale__img {
        position: relative;
    }
    .index-sale__img figure {
        position: relative;
        display: block;
        overflow: hidden;
        padding-top: 65%;
        border-radius: 10px;
        margin-top: 10px;
    }
    .index-sale__img figure img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .index-sale__item p {
        line-height: 1.6;
        color: #F1EDE9;
        margin-top: 15px;
    }
    .index-sale__top {
        display: block;
        justify-content: unset;
        align-items: unset;
    }
    .index-sale__top .index-sale__grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        width: 100%;
        max-width: unset;
    }
    .index-sale__top .index-sale__item {
        width: calc(50% - 10px);
    }
    .index-sale__under {
        width: 100%;
    }
    .index-sale__under .index-sale__grid {
        margin-top: 0;
    }
    .index-sale__img.dog::before {
        content: '';
        position: absolute;
        top: -15px;
        right:  -20px;
        width: 140px;
        height: 140px;
        background: url(./img/dog.jpg) no-repeat center / cover;
        border-radius: 50%;
        border: 5px solid #B2341B;
        z-index: 1;
    }
    .index-sale__deco01 {
        position: absolute;
        bottom: unset;
        top: 65px;
        right: -100px;
        width: 250px;
        height: 111px;
        background: url(./img/deco05.svg) no-repeat center / cover;
        z-index: -1;
    }
    .index-sale__deco02 {
        position: absolute;
        bottom: unset;
        top: 55px;
        left: -100px;
        width: 280px;
        height: 130px;
        background: url(./img/deco04.svg) no-repeat center / cover;
        z-index: -1;
    }
}
@media only screen and (max-width: 720px) {
    .index-sale__grid,
    .index-sale__top .index-sale__grid {
        gap: unset;
        margin-top: -15px;
    }
    .index-sale__item,
    .index-sale__top .index-sale__item {
        width: 100%;
        max-width: 450px;
        margin: 40px auto 0;
    }
    .index-sale__deco01 {
        position: absolute;
        bottom: unset;
        top: 60px;
        right: -45px;
        width: 150px;
        height: 67px;
        background: url(./img/deco-sp05.svg) no-repeat center / cover;
        z-index: -1;
    }
    .index-sale__deco02 {
        position: absolute;
        bottom: unset;
        top: 50px;
        left: -55px;
        width: 170px;
        height: 80px;
        background: url(./img/deco-sp04.svg) no-repeat center / cover;
        z-index: -1;
    }
}





.index-shop {
    background-color: #F1EDE9;
}
.index-shop__content {
    width: 100%;
    max-width: 1040px;
    padding: 80px 20px;
    margin: auto;
}
.index-shop__grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 80px;
}
.index-shop__item {
    width: calc(50% - 20px);
}
.index-shop__text {
    width: 57.5%;
}
.index-shop__img {
    width: 42.5%;
}
.index-shop__img figure {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 75%;
    border-radius: 15px;
}
.index-shop__img figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-shop__item h4 {
    display: block;
    color: #B2341B;
    font-weight: 500;
}
.index-shop__item p {
    margin-top: 5px;
}
.index-shop__item small {
    font-size: 1.6rem;
}
.index-shop__date {
    display: block;
    font-size: 2.4rem;
    font-weight: 600;
    margin-top: 20px;
    line-height: 1.6;
}
.index-shop__date + p {
    margin-top: 10px;
}
.index-shop__frame {
    border: 2px solid #B2341B;
    padding: 20px;
    border-radius: 20px;
    margin-top: 30px;
}
.index-shop__frame p {
    font-size: 1.7rem;
    margin-top: 5px;
}
@media only screen and (max-width: 960px) {
    .index-shop {
        background-color: #F1EDE9;
    }
    .index-shop__content {
        width: 100%;
        max-width: 760px;
        padding: 80px 20px;
        margin: auto;
    }
    .index-shop__grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: unset;
        gap: 0;
        margin-top: 0;
    }
    .index-shop__item {
        width: 100%;
        margin-top: 40px;
    }
    .index-shop__item .amulet {
        width: 100%;
        max-width: 450px;
        margin: -20px auto 0;
    }
    .index-shop__text {
        width: 100%;
        margin-top: 40px;
    }
    .index-shop__img {
        width: 100%;
        margin-top: 20px;
    }
    .index-shop__img figure {
        position: relative;
        display: block;
        overflow: hidden;
        padding-top: 65%;
        border-radius: 10px;
    }
    .index-shop__img figure img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .index-shop__item h4 {
        display: block;
        color: #B2341B;
        font-weight: 500;
    }
    .index-shop__item p {
        margin-top: 5px;
    }
    .index-shop__text .care__list {
        margin-top: 10px;
    }
    .index-shop__item small {
        font-size: 1.6rem;
    }
    .index-shop__date {
        display: block;
        font-size: 2rem;
        font-weight: 600;
        margin-top: 10px;
        line-height: 1.4;
    }
    .index-shop__date + p {
        margin-top: 10px;
    }
    .index-shop__frame {
        border: 1px solid #B2341B;
        padding: 15px;
        border-radius: 10px;
        margin-top: 20px;
    }
    .index-shop__frame p {
        font-size: 1.6rem;
        margin-top: 0;
    }
}






.index-menu {
    background-color: #D9CCB7;
}
.index-menu__content {
    position: relative;
    width: 100%;
    max-width: 1040px;
    padding: 80px 20px 0;
    margin: auto;
    z-index: 0;
}
.index-menu__content::before {
    content: '';
    position: absolute;
    bottom: 55px;
    right: -230px;
    width: 360px;
    height: 360px;
    background: url(./img/object01.svg) no-repeat center / cover;
    z-index: -1;
}
.index-menu__content::after {
    content: '';
    position: absolute;
    bottom: 25px;
    left: -245px;
    width: 337px;
    height: 143px;
    background: url(./img/object02.svg) no-repeat center / cover;
    z-index: -1;
}
.index-menu h2 {
    line-height: 1.4;
}
.index-menu h3 {
    position: relative;
    font-size: 2.8rem;
    font-weight: 500;
    padding: 15px 0;
    line-height: 1.4;
    border-top: 2px solid #F1EDE9;
    border-bottom: 2px solid #F1EDE9;
    text-align: center;
}
.index-menu h3::before {
    content: '';
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 27px;
    background: url(./img/ribbon.svg) no-repeat center / cover;
}
.index-menu__wrap {
    margin-top: 70px;
}
.index-menu__wrap + .index-menu__wrap {
    margin-top: 90px;
}
.index-menu__grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}
.index-menu__text {
    width: 57.5%;
}
.index-menu__text h4 {
    position: relative;
    font-size: 2.4rem;
    font-weight: 500;
}
.index-menu__text p {
    margin-top: 30px;
}
.index-menu__period {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.index-menu__period .ttl {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 27px;
    margin-right: 15px;
    font-size: 1.6rem;
    border: 1px solid #604443;
    text-align: center;
    border-radius: 999px;
}
.index-menu__period .period {
    display: block;
    width: calc(100% - 115px);
    font-size: 1.6rem;
    font-weight: 500;
}
.index-menu__period p {
    margin-top: 5px;
}
.index-menu__img {
    width: 42.5%;
}
.index-menu__img figure {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 72.5%;
    border-radius: 15px;
}
.index-menu__img figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-menu__deco01 {
    position: absolute;
    top: -15px;
    right: -220px;
    width: 424px;
    height: 190px;
    background: url(./img/deco02.svg) no-repeat center / cover;
    z-index: -1;
}
.index-menu__deco02 {
    position: absolute;
    top: -30px;
    left: -275px;
    width: 453px;
    height: 210px;
    background: url(./img/deco03.svg) no-repeat center / cover;
    z-index: -1;
}
.index-menu-course {
    position: relative;
    width: 100%;
    max-width: 1040px;
    padding: 0 20px 120px;
    margin: 60px auto 0;
    z-index: 0;
}
.index-menu-course::before {
    content: '';
    position: absolute;
    bottom: 190px;
    right: -245px;
    width: 337px;
    height: 143px;
    background: url(./img/object02.svg) no-repeat center / cover;
    z-index: -1;
}
.index-menu-course::after {
    content: '';
    position: absolute;
    bottom: 345px;
    left: -240px;
    width: 360px;
    height: 360px;
    background: url(./img/object01.svg) no-repeat center / cover;
    z-index: -1;
}
.index-menu-course__frame {
    background-color: #F1EDE9;
    border-radius: 15px;
    padding: 60px 0;
    margin-top: 80px;
}
.index-menu-course__content {
    width: 100%;
    max-width: 900px;
    padding: 0 20px;
    margin: auto;
}
.index-menu-course__grid {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.index-menu-course__text {
    width: 57.5%;
}
.index-menu-course__text .sub {
    display: block;
    color: #B2341B;
    font-weight: 500;
}
.index-menu-course__text h4 {
    position: relative;
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 5px;
}
.index-menu-course__text p {
    margin-top: 30px;
}
.index-menu-course__img {
    width: 42.5%;
}
.index-menu-course__img figure {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 75%;
    border-radius: 15px;
}
.index-menu-course__img figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-menu-course__list {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #604443;
}
.index-menu-course__list ul li {
    line-height: 1.7;
}
.index-menu-course__list ul li + li {
    margin-top: 10px;
}
.index-menu-course__list span {
    display: block;
}
.index-menu-course__list p {
    padding-left: 18px;
}
@media only screen and (max-width: 960px) {
    .index-menu {
        background-color: #D9CCB7;
    }
    .index-menu__content {
        position: relative;
        width: 100%;
        max-width: 760px;
        padding: 80px 20px 0;
        margin: auto;
        z-index: 0;
    }
    .index-menu__content::before {
        content: '';
        position: absolute;
        bottom: 300px;
        right: -80px;
        width: 240px;
        height: 240px;
        background: url(./img/object01.svg) no-repeat center / cover;
        z-index: -1;
    }
    .index-menu__content::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: -80px;
        width: 240px;
        height: 101px;
        background: url(./img/object02.svg) no-repeat center / cover;
        z-index: -1;
    }
    .index-menu h2 {
        line-height: 1.4;
    }
    .index-menu h3 {
        position: relative;
        font-size: 2rem;
        font-weight: 500;
        padding: 15px 0;
        line-height: 1.4;
        border-top: 2px solid #F1EDE9;
        border-bottom: 2px solid #F1EDE9;
        text-align: center;
    }
    .index-menu h3::before {
        content: '';
        position: absolute;
        top: -13px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 27px;
        background: url(./img/ribbon.svg) no-repeat center / cover;
    }
    .index-menu__wrap {
        margin-top: 40px;
    }
    .index-menu__wrap + .index-menu__wrap {
        margin-top: 60px;
    }
    .index-menu__grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: unset;
        gap: unset;
        margin-top: 20px;
    }
    .index-menu__text {
        width: 100%;
    }
    .index-menu__text h4 {
        position: relative;
        font-size: 1.8rem;
        font-weight: 500;
        margin-top: 15px;
    }
    .index-menu__text p {
        margin-top: 15px;
    }
    .index-menu__text .btn-01 {
        margin: 30px auto 0;
    }
    .index-menu__period {
        display: flex;
        flex-wrap: wrap;
        margin-top: 15px;
        align-items: center;
    }
    .index-menu__period .ttl {
        display: flex;
        justify-content: center;
        width: 65px;
        height: 65px;
        line-height: 1.2;
        letter-spacing: 1px;
        margin-right: 12px;
        font-size: 1.5rem;
        font-weight: 500;
        border: 1px solid #604443;
        text-align: center;
        border-radius: 999px;
        padding-top: 12.5px;
    }
    .index-menu__period .period {
        display: block;
        width: calc(100% - 77px);
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.6;
        margin-top: -3px;
    }
    .index-menu__period p {
        margin-top: 5px;
    }
    .index-menu__img {
        width: 100%;
    }
    .index-menu__img figure {
        position: relative;
        display: block;
        overflow: hidden;
        padding-top: 65%;
        border-radius: 10px;
    }
    .index-menu__img figure img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .index-menu__deco01 {
        position: absolute;
        top: -15px;
        right: -120px;
        width: 250px;
        height: 111px;
        background: url(./img/deco02.svg) no-repeat center / cover;
        z-index: -1;
    }
    .index-menu__deco02 {
        position: absolute;
        top: -25px;
        left: -140px;
        width: 280px;
        height: 130px;
        background: url(./img/deco03.svg) no-repeat center / cover;
        z-index: -1;
    }
    .index-menu-course {
        position: relative;
        width: 100%;
        max-width: 760px;
        padding: 0 20px 60px;
        margin: 60px auto 0;
        z-index: 0;
    }
    .index-menu-course::before {
         display: none;
    }
    .index-menu-course::after {
        display: none;
    }
    .index-menu-course__frame {
        background-color: #F1EDE9;
        border-radius: 10px;
        padding: 15px 0 40px;
        margin: 60px -10px 0;
    }
    .index-menu-course__content {
        width: 100%;
        max-width: 900px;
        padding: 0 15px;
        margin: auto;
    }
    .index-menu-course__grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: unset;
        gap: unset;
    }
    .index-menu-course__text {
        width: 100%;
        order: 2;
        margin-top: 20px;
        line-height: 1.6;
    }
    .index-menu-course__text .sub {
        display: block;
        color: #B2341B;
        font-weight: 500;
    }
    .index-menu-course__text h4 {
        position: relative;
        font-size: 1.8rem;
        font-weight: 500;
        margin-top: 5px;
    }
    .index-menu-course__text p {
        margin-top: 20px;
    }
    .index-menu-course__text .btn-01 {
        margin: 30px auto 0;
    }
    .index-menu-course__img {
        width: 100%;
        order: 1;
    }
    .index-menu-course__img figure {
        position: relative;
        display: block;
        overflow: hidden;
        padding-top: 65%;
        border-radius: 10px;
    }
    .index-menu-course__img figure img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .index-menu-course__list {
        margin-top: 40px;
        padding-top: 30px;
        border-top: 1px solid #604443;
    }
    .index-menu-course__list ul li {
        line-height: 1.7;
    }
    .index-menu-course__list ul li + li {
        margin-top: 10px;
    }
    .index-menu-course__list span {
        display: block;
    }
    .index-menu-course__list p {
        padding-left: 18px;
    }
}
@media only screen and (max-width: 720px) {
    .index-menu__deco01 {
        position: absolute;
        top: -25px;
        right: -25px;
        width: 145px;
        height: 65px;
        background: url(./img/deco-sp02.svg) no-repeat center / cover;
        z-index: -1;
    }
    .index-menu__deco02 {
        position: absolute;
        top: -40px;
        left: -25px;
        width: 175px;
        height: 82px;
        background: url(./img/deco-sp01.svg) no-repeat center / cover;
        z-index: -1;
    }
}


.care__list {
    margin-top: 30px;
}
.care__list li {
	position: relative;
	padding-left: 16px;
}
.care__list li::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 960px) {
    .care__list {
        margin-top: 30px;
    }
    .care__list li {
        position: relative;
        padding-left: 16px;
    }
    .care__list li::before {
        content: '※';
        position: absolute;
        top: 0;
        left: 0;
    }   
}

.ttl-02 {
    font-size: 4.6rem;
    font-weight: 500;
    text-align: center;
    color: #B2341B;
}
.ttl-03 {
    position: relative;
    display: block;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.6;
    color: #B2341B;
    padding-left: 60px;
}
.ttl-03::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 36px;
    height: 36px;
    background: url(./img/dot.svg) no-repeat center / cover;
}
@media only screen and (max-width: 960px) {
    .ttl-02 {
        font-size: 2.6rem;
        font-weight: 500;
        text-align: center;
        color: #B2341B;
    }
    .ttl-03 {
        position: relative;
        display: block;
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.6;
        color: #B2341B;
        padding-left: 35px;
    }
    .ttl-03::before {
        content: '';
        position: absolute;
        top: 5px;
        left: 0;
        width: 24px;
        height: 24px;
        background: url(./img/dot.svg) no-repeat center / cover;
    }
}

.btn-01 {
    display: block;
    position: relative;
    text-align: center;
    width: 225px;
    height: 70px;
    line-height: 69px;
    background-color: #B2341B;
    color: #F1EDE9;
    padding: 0 15px;
    margin-top: 40px;
}
.btn-01:hover {
    background-color: #604443;
}
.btn-01.center {
    margin: 40px auto 0;
}
@media only screen and (max-width: 960px) {
    .btn-01 {
        display: block;
        position: relative;
        text-align: center;
        width: 225px;
        height: 65px;
        line-height: 64px;
        background-color: #B2341B;
        color: #F1EDE9;
        padding: 0 15px;
        margin-top: 30px;
    }
    .btn-01:hover {
        background-color: #604443;
    }
    .btn-01.center {
        margin: 30px auto 0;
    }
}