html {
    scroll-behavior: smooth;
}
div {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Noto Sans JP';
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.33;
    color: #000000;
    background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 700;

    font-family: 'Noto Sans JP bold';
}
.bold {
    font-family: 'Noto Sans JP bold';
}
h4 {

    font-size: 40px;

}
h1 {
    font-size: 70px;
}
h2 {
    font-size: 60px;
}
h3 {
    font-size: 50px;
}
h4 {

    font-size: 40px;
}

h5 {

    font-size: 30px;
    font-weight: 700;
    font-style: normal;

}

h6.large{
    font-size: 24px;
}
h6 {
    font-size: 20px;
   
    font-weight: 600;
    font-style: normal;

}
h6.small {
    font-size: 18px;
}
p {
    margin: 0;
    padding: 0;
    line-height: 2;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;

}
a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}
a:hover {
    opacity: 0.5;
}
input:hover,
input:focus,
input:active {
    outline: none;
}
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}
button {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
button:hover,
button:focus,
button:active {
    outline: none;
}
button:hover {
    opacity: 0.5;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
}
.nopadding {
    margin: 0;
    padding: 0;
}
.clearfix {
    clear: both;
    overflow: hidden;
}
.wrapper {
    margin: 0 auto;
}
body {
    margin: 0;
}

.container {
    padding-left: 30px;
    padding-right: 38px;
}

.text-center {
    text-align: center;
}
.justify-center{
    justify-content: center;
}
.section {
    margin-top: 120px;
    margin-bottom: 120px;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
} 

.po-title {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    font-style: normal;
    color: #0f5da5;
}
.block-detail {
    font-family: 'Noto Sans JP';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    width: 100%;
    color: #101010;
}

.flex {
    display: flex;
}
.col-2 {
    width: 50%;
}
.w-100 {
    width: 100%;
}
.space-between {
    justify-content: space-between;
}
.flex-wrap {
    flex-wrap: wrap;
}
img {
    width: 100%;
}
/* header style */
.header {
    padding-top: 48px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 99999;
}
.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}
.nav-menu {
    max-width: 1200px;
    width: 100%;
}
.logo-part {
    max-width: 311px;
    width: 100%;
}
.menu-lists {
    display: flex ;
    background: #FF96B2;
    padding: 32px 66px;
    border-radius: 50px;
    gap: 0;
    justify-content: space-between;
}
.menu-lists a {
    color: #fff;
}
/* hero section style */

.hero {
    position: relative;
    height: 100vh;
    overflow: hidden; 
    margin-top: -140px;
}
.hero .slick-dots {
    position: absolute;
    top: 50vh;
    right: 70px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 9999;
}
.hero .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}
.hero .slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hero .slick-dots li {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-content {
    position: absolute;
    top: 40%;
    left: 0;
    color: white;
    width: 100%;
    display: none;
}
.page-width-1300 {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.hero-content p {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0%;
}
.hero-content h1 {
    font-weight: 900;
    font-size: 80px;
    line-height: 96px;
    letter-spacing: 0%;
    padding-top: 9px;
    padding-bottom: 20px;
}
.hero-content .hero-detail {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 10%;
    color: #E16D86;
}
.hero-bottom {
    margin-top: -200px;
    position: relative;
    z-index: -1;
}
.line-part {
    position: absolute;
    bottom: -20px;
}
/* about section */
.page-width-1500 {
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.row {
    display: flex;
}
.ab-img {
    max-width: 992px;
    width: 100%;
}
.ab-txt {
    max-width: 530px;
    width: 100%;
}
.about-section  {
    background: url(../images/b1.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 150px;
}
.about-section .row {
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
}
.ab-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 10%;
    color: #E16D86;;
}
.ab-en-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 10%;
    color: #444444;
    padding-top: 20px;
    padding-bottom: 30px;
}
.ab-content {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 10%;
    color: #444444;
}
.about-row1 {
    max-width: 1600px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-row1 img {
    max-width: 692px;
}
.about-row1.right {
    margin: 0 0 0 auto;
}
.about-row1.left {
    margin: 0 auto 0 0;
}
.about-col-txt {
    color: #fff;
    background: #FF96B2;
    padding: 39px 60px;
    border-radius: 100px 0 0 0;
    max-width: 867px;
    width: 100%;
}
.about-row1.left .about-col-txt {
    border-radius: 0 100px 0 0;
}
.about-col-txt .title {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 20px;
}
.about-col-txt .detail {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.feature {
    background: linear-gradient(180deg, rgba(255, 225, 231, 0) 0%, #FFE1E7 15%, #FFE1E7 85%, rgba(255, 225, 231, 0) 100%);
    padding-top: 200px;
    padding-bottom: 200px;
}
.feature .bg {
    background: url(../images/f-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.section-header .h2 {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    color: #E16D86; 
    padding-bottom: 20px;
}
.section-header .en-title {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #444;
}
.section-body {
    margin-top: 130px;
}
.feature-item {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 200px;
}
.feature-item img {
    max-width: 871px;
}
.f-item-box {
    position: absolute;
    background: #FF96B2CC;
    padding-top: 25px;
    padding-left: 40px;
    padding-right: 30px;
    padding-bottom: 32px;
    box-sizing: border-box;
    max-width: 626px;
    width: 100%;
    border-radius: 30px;
    bottom: -50px;
    right: 0;
    color: #fff;
}
.f-point {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
}
.f-point span {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
}
.f-item-box .title {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    padding-top: 17px;
    padding-bottom: 20px;
}
.f-item-box .detail {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.schedule {
    margin-top: 230px;
}
.schedule .section-body {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 168px;
}
.year-schedule {
    margin-top: 200px;
    z-index: 1;
    position: relative;
    background: #fff;
}
.section-header .little-title {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #E16D86;
    padding-top: 50px;
}
.year-schedule .section-body {
    max-width: 1590px;
    margin: 0 auto;
    padding-top: 70px;
}
.insr-plugin {
    padding-top: 200px;
    padding-bottom: 200px;
    max-width: 630px;
    margin: 0 auto;
}
.access {
    z-index: 0;
    position: relative;
}
.gmap-bg {
    margin-top: -151px;
    z-index: 0;
    position: relative;
}
.gmap-bg iframe {
    width: 100%;
    height: 981px;
}
.acc-container {
    position: absolute;
    top: 230px;
    background: #fff;
    max-width: 668px;
    width: 100%;
    border-radius: 20px;
    left: 36px;
    padding-top: 51px;
    padding-left: 45px;
    padding-bottom: 37px;
    padding-right: 45px;
    box-sizing: border-box;
}
.acc-container .section-body {
    margin-top: 56px;
}
.time {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    padding-top: 32px;
    border-top: 0.3px solid #000;
}
.phone-number {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 60px;
    line-height: 120px;
    color: #E16D86;
    border-bottom: 0.3px solid #000;
    padding-top: 15px;
    padding-bottom: 15px;
}
.addr {
    padding-top: 26px;
    padding-bottom: 42px;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 16px;
    line-height: 28.8px;
}
.readmore a {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    color: #000;
}
.gallory-row {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.g-item {
    width: calc(17% - 10px);
}
.gallory {
    margin-top: 200px;
    margin-bottom: 300px;
}
.info .section-body {
    margin-top: 94px;
}
.info-container {
    max-width: 1200px;
    margin: 0 auto;
    border: 2px solid #F8A5B7;
    border-radius: 40px;
    padding: 72px 61px;
}
.info-row-item {
    display: flex;
    gap: 48px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.row-title {
    background: #EF7C95;
    max-width: 230px;
    width: 100%;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding: 19px 0;
    border-radius: 10px;
}
.row-content {
    background: #FBFBFB;
    max-width: 800px;
    width: 100%;
    border-radius: 10px;
}
.row-content p {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #444;
    padding: 20px 0 20px 85px;
}
.row-content h6 {
    padding: 24px 0 0 42px;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    color: #E16D86;
}
.row-content .content-p {
    padding-left: 96px;
    padding-bottom: 2px;
}
.row-content table {
    margin-left: 96px;
}
table {
    max-width: 562px;
    width: 100%;
    border-collapse: collapse;
    border: 0.5px solid #444444; 
}
th, td {
    border: 0.5px solid #444444;
    padding: 10px;
    text-align: center;
    background: #fff;
}
td:last-child {
    text-align: center; 
}
.row-cen {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
}
.content-p.mt-50 {
    padding-top: 50px;
}
.bottom-p {
    padding-left: 43px;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-right: 31px;
}
.bottom-p1 {
    padding-top: 31px;
    padding-right: 31px;
    padding-left: 43px;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 34px;
}
.banner {
    margin-top: 200px;
    margin-bottom: 200px;
}
.faq .section-body {
    margin-top: 82px;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background-color: #FAFAFA;
    margin-bottom: 20px;
    padding: 0;
    border-radius: 5px;
}

.faq-question {
    display: flex;
    align-items: center;
    font-weight: bold;
    background-color: #EF7C95;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
}

.faq-question::before {
    content: "Q";
    font-weight: bold;
    font-size: 18px;
    background-color: #fff;
    color: #F75C8A;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.faq-answer {
    background-color: #FAFAFA;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 18px;
    color: #444;
    line-height: 26.4px;
}

.faq-answer::before {
    content: "A";
    font-weight: bold;
    font-size: 18px;
    background-color: #F75C8A;
    color: #fff;
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-top: 4px;
}
.contact {
    margin-top: 200px;
    margin-bottom: 200px;
}
.footer {
    background: url(../images/footer-bg.png);
    padding-top: 61px;
    padding-bottom: 5px;
}
.footer .menu-lists {
    background: transparent;
}
.footer .menu-lists a {
    color: #E16D86;
}
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}
.footer-row {
    display: flex;
    align-items: center;
    gap: 144px;
    margin-top: 50px;
    padding-bottom: 50px;
}
.footer-logo {
    max-width: 311px;
}
.footer-info {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}
.footer-bottom {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    color: #fff;
}
.hero .slick-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top;
}

.wpcf7-form {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 50px;
    background: transparent;
    border-radius: 10px;
    box-shadow: none;
}

.wpcf7-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.wpcf7-form textarea {
    height: 120px;
    resize: vertical;
}

.wpcf7-submit {
    background-color: #f08080;
    color: white;
    font-size: 16px;
    padding: 12px;
    width: 100%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}
 p:has(.wpcf7-submit) {
    width: 100%;
    display: flex;
    justify-content: center;
 }
.wpcf7-form-control.wpcf7-submit {
    width: 200px;
}
.wpcf7-submit:hover {
    background-color: #e06666;
}
.wpcf7-form input,.wpcf7-form textarea {
    box-sizing: border-box;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
@media screen and (max-width: 1200px) {
    .nav-menu {
        display: none;
    }
}
@media screen and (max-width: 780px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .header {
        padding-top: 28px;
        padding-left: 20px;
        padding-right: 30px;
        position: relative;
        z-index: 99999;
    }
    .logo-part {
        max-width: 150px;
        width: 100%;
    }
    .hero-content {
        position: absolute;
        top: 37%;
        left: 20px;
        color: white;
        width: 100%;
        padding-right: 24px;
    }
    .hero-content p {
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
    }
    .hero-content h1 {
        font-weight: 900;
        font-size: 40px;
        line-height: 50px;
        padding-top: 9px;
        padding-bottom: 20px;
    }
    .hero-content .hero-detail {
        font-weight: 700;
        font-size: 16px;
        line-height: 30px;
        color: #E16D86;
    }
    .hero .slick-dots {
        position: absolute;
        top: 30vh;
        right: 10px;
        display: block;
        width: auto;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        z-index: 9999;
    }
    .hero .slick-slide img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    .hero {
        position: relative;
        height: 500px;
        overflow: hidden;
        margin-top: -112px;
    }
    .line-part {
        position: absolute;
        bottom: -5px;
    }
    br.sp {
        display: none;
    }
    .ab-title {
        font-weight: 700;
        font-size: 40px;
        line-height: 40px;
        color: #E16D86;
        text-align: center;
    }
    .ab-en-title {
        font-weight: 700;
        font-size: 25px;
        line-height: 16px;
        color: #444444;
        padding-top: 20px;
        padding-bottom: 30px;
        text-align: center;
    }
    .ab-content {
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        color: #444444;
    }
    .about-section .row {
        flex-direction: column;
        gap: 20px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .about-row1.right {
        flex-direction: column;
    }
    .about-col-txt .title {
        font-family: 'Noto Sans JP';
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 20px;
    }
    .about-col-txt .detail {
        font-family: 'Noto Sans JP';
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }
    .about-col-txt {
        color: #fff;
        background: #FF96B2;
        padding: 25px 29px;
        border-radius: 70px 0 0 0;
        max-width: 867px;
        width: 100%;
    }
    .info-container {
        max-width: 1200px;
        margin: 0 auto;
        border: 2px solid #F8A5B7;
        border-radius: 10px;
        padding: 22px 11px;
    }
    .info-row-item {
        display: flex;
        gap: 28px;
        box-sizing: border-box;
        margin-bottom: 30px;
        flex-direction: column;
    }
    .row-title {
        background: #EF7C95;
        max-width: 100%;
        width: 100%;
        font-family: 'Noto Sans JP';
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: #fff;
        padding: 10px 0;
        border-radius: 10px;
    }
    .row-content {
        background: #FBFBFB;
        max-width: 800px;
        width: 100%;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .row-content p {
        font-family: 'Noto Sans JP';
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #444;
        padding: 10px;
    }
    .bottom-p {
        padding-left: 20px;
        font-family: 'Noto Sans JP';
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        padding-top: 30px;
        padding-bottom: 20px;
        padding-right: 20px;
    }
    .bottom-p1 {
        padding-top: 31px;
        padding-right: 20px;
        padding-left: 20px;
        font-family: 'Noto Sans JP';
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 34px;
    }
    .row-content h6 {
        padding: 14px 0 0 12px;
        font-family: 'Noto Sans JP';
        font-weight: 700;
        font-size: 18px;
        line-height: 33px;
        color: #E16D86;
    }
    .row-content .content-p {
        padding-left: 20px;
        padding-bottom: 2px;
    }
    .row-content table {
        margin-left: 20px;
        box-sizing: border-box;
        font-size: 14px;
    }
    table {
        max-width: 90%;
        width: 100%;
        border-collapse: collapse;
        border: 0.5px solid #444444;
    }
    .content-p.mt-50 {
        padding-top: 25px;
    }
    .row-content .content-p {
        padding-left: 20px;
        padding-bottom: 2px;
    }
    .about-row1.left .about-col-txt {
        border-radius: 0 100px 0 0;
        flex-direction: column;
        order: 1;
    }
    .acc-container {
        position: relative;
        max-width: 100%;
        top: unset;
        left: unset;
        padding: 20px;
    }
    .feature {
        background: linear-gradient(180deg, rgba(255, 225, 231, 0) 0%, #FFE1E7 15%, #FFE1E7 85%, rgba(255, 225, 231, 0) 100%);
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .about-row1 {
        padding-bottom: 20px;
        flex-direction: column;
    }
    .about-section {
        background: url(../images/b1.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 80px;
    }
    .section-header .h2 {
        font-family: 'Noto Sans JP';
        font-weight: 700;
        font-size: 40px;
        line-height: 40px;
        text-align: center;
        color: #E16D86;
        padding-bottom: 20px;
    }
    .section-header .en-title {
        font-family: 'Noto Sans JP';
        font-weight: 700;
        font-size: 25px;
        line-height: 25px;
        text-align: center;
        color: #444;
    }
    .section-body, .info .section-body {
        margin-top: 60px;
    }
    .f-item-box {
        position: relative;
        background: #FF96B2CC;
        padding-top: 25px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 32px;
        box-sizing: border-box;
        max-width: 626px;
        width: 100%;
        border-radius: 30px;
        bottom: unset;
        right: unset;
        color: #fff;
        margin-top: 20px;
    }
    .f-point {
        font-family: 'Inter';
        font-weight: 500;
        font-size: 25px;
        line-height: 30px;
    }
    .f-item-box .title {
        font-family: 'Noto Sans JP';
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .f-item-box .detail {
        font-family: 'Noto Sans JP';
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }
    .feature-item {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        margin-bottom: 60px;
    }
    .schedule {
        margin-top: 80px;
    }
    .schedule .section-body {
        max-width: 1200px;
        margin: 0 auto;
        padding-top: 88px;
    }
    .year-schedule {
        margin-top: 80px;
        z-index: 1;
        position: relative;
        background: #fff;
    }
    .section-header .little-title {
        font-family: 'Noto Sans JP';
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        text-align: center;
        color: #E16D86;
        padding-top: 25px;
    }
    .insr-plugin {
        padding-top: 80px;
        padding-bottom: 80px;
        max-width: 630px;
        margin: 0 auto;
    }
    .gmap-bg iframe {
        width: 100%;
        height: 481px;
    }
    .phone-number {
        font-family: 'Noto Sans JP';
        font-weight: 700;
        font-size: 33px;
        line-height: 70px;
        color: #E16D86;
        border-bottom: 0.3px solid #000;
        padding-top: 15px;
        padding-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .phone-number svg {
        width: 30px;
    }
    .contact {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .acc-container .section-body {
        margin-top: 40px;
    }
    .gallory {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .g-item {
        width: calc(50% - 2px);
    }
    .banner {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .footer {
        background: url(../images/footer-bg.png);
        padding-top: 61px;
        padding-bottom: 5px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .footer .menu-lists {
        background: transparent;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        gap: 10px;
    }
    .footer-row {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 50px;
        padding-bottom: 50px;
        flex-direction: column;
    }
    .footer-row .footer-logo {
        margin-bottom: 20px;
    }
    .footer-info {
        font-family: 'Noto Sans JP';
        font-weight: 400;
        font-size: 16px;
        line-height: 32px;
        color: #fff;
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact .wpcf7 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .faq-question {
        display: flex;
        align-items: center;
        font-weight: bold;
        background-color: #EF7C95;
        color: #fff;
        padding: 10px 15px;
        border-radius: 5px 5px 0 0;
        font-family: 'Noto Sans JP';
        font-weight: 700;
        font-size: 16px;
        line-height: 21px;
    }
    .faq-question::before {
        content: "Q";
        font-weight: bold;
        font-size: 18px;
        background-color: #fff;
        color: #F75C8A;
        width: 30px;
        min-width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-right: 10px;
    }
    .faq-answer {
        background-color: #FAFAFA;
        padding: 15px;
        border-radius: 0 0 5px 5px;
        display: flex;
        gap: 10px;
        align-items: flex-start;
        font-family: 'Noto Sans JP';
        font-weight: 400;
        font-size: 14px;
        color: #444;
        line-height: 20.4px;
    }
}