@charset "utf-8";

/* ==========================================
共通
========================================== */

/* 見出し */

.course-title-decoration01 > strong {
    line-height: 2.4em;
    padding: 1rem 2.5rem;
}

.course-title-decoration01 > strong:not(:first-child) {
    margin: 2.5rem 0 0;
}

.course-title-decoration01-primary > strong {
    background: var(--secondary);
    color: var(--fifth);
}

.course-title-decoration01-secondary > strong {
    background: var(--tertiary);
    color: var(--fifth);
}

/* テキスト */

.strong-text01 > strong {
    font-size: 1.38em;
    letter-spacing: 0.05em;
    line-height: 1.44em;
}

/* ==========================================
リード文
========================================== */

.course-wrapper01 {
    padding: 13rem 0 15.5rem;
}

.course-inner01 {
    padding: 0 1.5rem;
}

.lead-area {
    max-width: 103rem;
    width: 100%;
    line-height: 2.77em;
    letter-spacing: 0.05em;
    margin: auto;
    text-align: center;
    position: relative;
}

.course-decoration01 {
    max-width: 8rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 3rem;
}

.lead-text:not(:first-child) {
    margin: 2rem 0 0;
}

.lead-text {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.lead-text > strong {
    font-size: 3.5rem;
    font-weight: bold;
    font-family: var(--font-family02);
    letter-spacing: 0.05em;
    line-height: 1.45em;
    background: linear-gradient(transparent 70%, var(--primary) 50%);
    padding: 0 0 5px;
}

/* ==========================================
世界に一つのオーダーメイドコース
========================================== */

.course-area01 {
    max-width: 158rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 12rem -1.5rem 0 auto;
}

.course-img-block01 {
    max-width: 90rem;
    width: 56.96%;
    text-align: center;
}

.course-text-block01 {
    max-width: 89.4rem;
    width: 56.58%;
    margin: 4rem -13.54% 0 0;
    position: relative;
}

.course-text-block01-inner {
    max-width: 57rem;
    width: 63.75%;
    margin: 6rem 0 0;
}

.course-text-box01 {
    padding: 2rem 1.5rem 3.5rem;
    border: solid 1px #00A49F;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.66em;
    text-align: center;
    margin: 3rem 0 0;
}

.course-text-box01 > p {
    margin: 2rem 0 0;
}

.course-text01 {
    margin: 2rem 0 0;
}

.course-decoration02 {
    max-width: 11.3rem;
    width: 100%;
    margin: 7rem 0 0 30.98%;
}

/* ==========================================
無料でカラオケ歌い放題
========================================== */

.course-frame01 {
    max-width: 147rem;
    width: 100%;
    padding: 0 7rem 0 0;
    margin: 4.5rem auto 0;
    position: relative;
}

.course-area02 {
    max-width: 128.6rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 0 auto;
}

.course-img-block02 {
    max-width: 51rem;
    width: 39.65%;
    text-align: center;
}

.course-text-block02 {
    max-width: 66.6rem;
    width: 51.78%;
    position: relative;
}

.course-text-block02-inner {
    max-width: 60.1rem;
    width: 90.24%;
    margin: 5rem 0 0;
}

.course-decoration03 {
    max-width: 6.1rem;
    width: 100%;
    margin: auto;
    position: absolute;
    top: -5rem;
    right: 1.5rem;
}

/* ==========================================
団体予約
========================================== */

.reserve-wrapper {
    padding: 0 0 13rem;
}

.reserve-inner {
    padding: 0 1.5rem;
}

.reserve-frame01 {
    margin: 0 -1.5rem;
}

.reserve-title-box01 {
    color: var(--primary);
    text-align: center;
    padding: 0 1.5rem;
    background: linear-gradient(transparent 25%, var(--white) 25%);
    position: relative;
    z-index: 9;
}

.reserve-title01 br {
    display: none;
}

.reserve-title01 > strong {
    font-size: 1.57em;
    letter-spacing: 0.05em;
    line-height: 1.45;
}

.reserve-title01-back {
    color: var(--white);
    -webkit-text-stroke: 20px var(--white);
    text-stroke: 20px var(--white);
}

.reserve-title01-front {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.reserve-area01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: -3rem auto 0;
}

.reserve-img-block01 {
    max-width: 110.7rem;
    width: 57.65%;
    text-align: center;
}

.reserve-img-block01 > img {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}

.reserve-text-block01 {
    max-width: 81.3rem;
    width: 42.34%;
    background: url(../../../../uploads/course_bg01.jpg) no-repeat center top / cover;
    padding: 9rem 11.7rem 7rem 1.5rem;
    position: relative;
}

.reserve-text-block01:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(78, 48, 14, 0), rgba(78, 48, 14, 1) 35%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.reserve-text-box01 {
    max-width: 43rem;
    width: 100%;
    color: var(--fifth);
    position: relative;
    z-index: 9;
    margin: 0 0 0 auto;
}

.reserve-text01 > strong {
    font-size: 2.22em;
    font-weight: bold;
    font-family: var(--font-family02);
    letter-spacing: 0.05em;
    line-height: 1.45em;
    background: linear-gradient(transparent 70%, var(--secondary) 50%);
    padding: 0 0 5px;
}

.reserve-frame02 {
    max-width: 90rem;
    width: 100%;
    padding: 0 5rem 4rem;
    margin: 9rem auto 0;
    position: relative;
}

.reserve-title-box02 {
    max-width: 66.7rem;
    width: 100%;
    text-align: center;
    background: var(--white);
    color: var(--eighth);
    border-radius: 30rem;
    padding: 1rem 1.5rem;
    margin: auto;
    position: relative;
    filter: drop-shadow(0 2px 4px rgb(0 0 0 / 16%));
    z-index: 9;
}

.reserve-title-box02:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid var(--white);
}

.reserve-area02 {
    background: var(--secondary);
    box-shadow: 0 2px 4px rgb(0 0 0 / 16%);
    padding: 4rem 1.5rem;
    margin: -1rem auto 0;
    position: relative;
}

.reserve-btn-list {
    max-width: 64.7rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 4rem 7rem;
    margin: auto;
}

.reserve-frame02:before {
    content: "";
    display: block;
    width: 100%;
    height: 71.53%;
    margin: auto;
    background: url(../../../../uploads/course_reserve_bg.jpg) no-repeat center top / cover;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1920px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {

/* ==========================================
共通
========================================== */

/* 見出し */

.course-title-decoration01 > strong {
    padding: 0.5rem 1rem;
}

.course-text-block01 .title02 {
    font-size: 4.6rem;
}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

    .course-text-block01 .title02 {
        font-size: 3.5rem;
    }

/* ==========================================
リード文
========================================== */

.course-wrapper01 {
    padding: 6rem 0 8rem;
}

.lead-text > strong {
    font-size: 2.8rem;
}

/* ==========================================
世界に一つのオーダーメイドコース
========================================== */

.course-area01 {
    display: block;
    margin: 6rem auto 0;
}

.course-img-block01 {
    width: 100%;
    margin: auto;
}

.course-text-block01 {
    max-width: 90rem;
    width: 100%;
    margin: 4rem auto 0;
}

.course-text-block01-inner {
    max-width: 100%;
    width: 100%;
    margin: 3rem 0 0;
}

.course-text-box01 {
    padding: 2rem 1.5rem 2.5rem;
    font-size: 1.4rem;
    margin: 1.5rem 0 0;
}

.course-text-box01 > p {
    margin: 2rem 0 0;
}

.course-text01 {
    margin: 2rem 0 0;
}

.course-decoration02 {
    width: 15%;
    margin: 3.5rem 0 0 15%;
}

/* ==========================================
無料でカラオケ歌い放題
========================================== */

.course-frame01 {
    padding: 0;
    margin: 2.5rem auto 0;
    position: relative;
}

.course-area02 {
    /* display: block; */
    margin: auto;
}

.course-img-block02 {
    max-width: 90rem;
    width: 100%;
    margin: 4rem auto 0;
    order: 2;
}

.course-text-block02 {
    display: contents;
    max-width: 90rem;
    width: 100%;
    margin: 4rem auto 0;
}

.course-text-block02-inner {
    max-width: 100%;
    width: 100%;
    margin: 3rem 0 0;
    order: 3;
}

.course-decoration03 {
    width: 10%;
    top: -10rem;
    right: 1.5rem;
}

.course-area02 .title02 {
    margin: 0 auto;
    text-align: center;
    order: 1;
}

/* ==========================================
団体予約
========================================== */

.reserve-wrapper {
    padding: 0 0 8rem;
}

.reserve-title01 > strong {
    font-size: 1.3em;
}

.reserve-title01-back {
    -webkit-text-stroke: 10px var(--white);
    text-stroke: 10px var(--white);
}

.reserve-area01 {
    margin: -1.5rem auto 0;
}

.reserve-img-block01 {
    max-width: 110.7rem;
    width: 57.65%;
    text-align: center;
}

.reserve-img-block01 > img {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}

.reserve-text-block01 {
    padding: 4rem 1.5rem 4rem;
}

.reserve-text01 > strong {
    font-size: 1.8em;
}

.reserve-frame02 {
    padding: 0 3rem 3rem;
    margin: 5rem auto 0;
}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

.strong-text01 > strong {
    font-size: 1.18em;
}

/* ==========================================
リード文
========================================== */

.lead-area {
    text-align: left;
}

.lead-text {
    display: inline;
    font-size: 1.6rem;
}

.lead-text > br {
    display: none;
}

.lead-text:not(:first-child) {
    margin: 1rem 0 0;
}
    
.course-decoration01 {
    width: 10%;
    top: -5rem;
    left: 0;
}

.lead-text > strong {
    font-size: 2.2rem;
}

/* ==========================================
団体予約
========================================== */

.reserve-area01 {
    display: block;
}

.reserve-title01 {
    font-size: 2.7rem;
}

.reserve-title01 > strong {
    font-size: 1.2em;
}

.reserve-img-block01 {
    width: 100%;
}

.reserve-img-block01 > img {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}

.reserve-text-block01 {
    max-width: 100%;
    width: 100%;
}

.reserve-text-block01:before {
    background: linear-gradient(90deg, rgba(78, 48, 14, 0), rgba(78, 48, 14, 0.9) 0%);
}

.reserve-text-box01 {
    max-width: 100%;
}

.reserve-text01 > strong {
    font-size: 1.6em;
}

.reserve-btn-list {
    max-width: 60rem;
    gap: 3rem;
}
	
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {


.course-text-block01 .title02 {
    font-size: 2.3rem;
}

.lead-text {
    font-size: 1.4rem;
}

.lead-text > strong {
    font-size: 1.8rem;
}

/* ==========================================
団体予約
========================================== */

.reserve-title-box02 {
    max-width: 66.7rem;
    width: 100%;
    text-align: center;
    background: var(--white);
    color: var(--eighth);
    border-radius: 30rem;
    padding: 1rem 1.5rem;
    margin: auto;
    position: relative;
    filter: drop-shadow(0 2px 4px rgb(0 0 0 / 16%));
    z-index: 9;
}

.reserve-title-box02:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid var(--white);
}

.reserve-area02 {
    background: var(--secondary);
    box-shadow: 0 2px 4px rgb(0 0 0 / 16%);
    padding: 4rem 1.5rem;
    margin: -1rem auto 0;
    position: relative;
}

.reserve-btn-list {
    grid-template-columns: repeat(1,1fr);
    gap: 1.5rem;
}

.reserve-btn-list-item {
    max-width: 28.8rem;
    width: 100%;
    margin: auto;
}

.reserve-title01 br {
    display: block;
}

.reserve-title-box02 .title01 {
    font-size: 1.6rem;
}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 414px) {

    .course-text-block01 .title02 {
        font-size: 2.1rem;
    }

    .reserve-title01 {
        font-size: 2rem;
    }

    .reserve-title01 > strong {
        font-size: 1.3em;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */