html {
    font-size: min(10px, 0.521vw);
}

body {
    background: #fff;
    color: #5C4B1C;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: max(17px, 2rem);
    font-weight: 400;
}

body.noscroll {
    overflow: hidden;
}

a {
    display: block;
    transition: 0.2s;
}

a:hover {
    transition: all 0.2s;
}

dt {
    font-weight: normal;
}

img {
    display: block;
    max-width: 100%;
    width: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
    padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
    list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
    display: block;
    max-width: 100%;
    width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
    font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

textarea {
    resize: vertical;
}

input[type=checkbox],
input[type=radio] {
    display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

/* ------- pcSite　----------------------------------- */
@media screen and (min-width:768px) {

    /* PC */
    .spSite {
        display: none !important;
    }

    a.current {
        position: relative;
        display: inline-block;
    }

    a.current::before {
        content: '';
        position: absolute;
        bottom: -15px;
        right: 0;
        width: 69%;
        height: 3px;
        background-color: #F0941D;
    }

    .p-page-mv {
        margin-top: 150px;
    }
}

/* ------- spSite　----------------------------------- */
@media screen and (max-width:767px) {

    /* スマホ */
    .pcSite {
        display: none !important;
    }
}

/* ------- カレンダー　----------------------------------- */
.fc-event.fc-draggable,
.fc-event[href] {
    pointer-events: none !important;
}

.fc table {
    font-size: 0.8em !important;
}

.fc-ltr .fc-basic-view .fc-day-number {
    font-weight: bold !important;
}

/*
 * pc-header
 * -------------------------------------------------------------
 */

.pc-header {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px 5%;
    border-top: 5px solid #F0941D;
    background-color: #fff;
    z-index: 100;
}

.pc__logo {
    width: 25%;
}

.pc-header ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 25px;
}

.pc-header ul li img {
    width: 100px;
    height: auto;
}

.pc-header ul li:last-of-type img {
    width: auto;
    height: 85px;
}

/*
 * l-about
 * -------------------------------------------------------------
 */

.l-about {
    padding: 11rem 0;
}

.l-about__contents {
    margin-top: 4.8rem;
}

/*
 * l-container
 * -------------------------------------------------------------
 */


/*
 * l-footer
 * -------------------------------------------------------------
 */

.l-footer {
    background: url(./../images/common/footer_bg.webp) no-repeat center/cover;
    padding: 9.5rem 0 5.4rem;
}

.l-footer__inner {
    align-items: stretch;
    display: flex;
    gap: 4.4rem;
}

.l-footer__map {
    width: min(54.4rem, 40%);
}

.l-footer__info {
    flex: 1;
    position: relative;
}

.l-footer__contact {
    background: url(./../images/common/footer_contact_bg.webp) no-repeat center/cover;
    padding: 2.5rem;
}

.l-footer__logo {
    margin-top: 3.5rem;
    max-width: 43.8rem;
    min-width: 318px;
}

.l-footer__overview {
    margin-top: 3.5rem;
}

.l-footer__timetable {
    margin-top: 3rem;
}

.l-footer__copyright {
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 5.3rem;
    text-align: center;
}

/*
 * l-header
 * -------------------------------------------------------------
 */

.l-header {
    height: 100vh;
    left: 0;
    max-width: 43.4rem;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.l-header::before {
    display: none;
}

.l-header__inner {
    height: 100%;
    overflow: hidden;
}

.l-header__logo {
    background: #fff;
    border-bottom: 2px solid #f3d379;
    position: relative;
    z-index: 10000;
}

.l-header__logo a {
    margin: 0 auto;
    max-width: 28.0rem;
    padding: 2.8rem 0 3rem;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
    margin: auto;
    max-width: 142.6rem;
    padding: 0 3rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.slider-timetable {
    position: absolute;
    bottom: 40px;
    right: 3%;
    padding: 30px 0 0 50px;
    background: #FDFAF3;
    border-radius: 40px 0 0 0;
    width: 40%;
}

/*.l-main::before {
    background: #f3d379;
    content: "";
    display: inline-block;
    height: 5.4rem;
    position: absolute;
    right: 0;
    top: 0;
    width: min(79.8rem, 100%);
    z-index: -1;
} */

/*
 * l-news
 * -------------------------------------------------------------
 */

/*
 * l-section
 * -------------------------------------------------------------
 */

.l-section {
    padding: 11rem 0;
}

.p-section__text p {
    line-height: 1.75;
    margin-top: 2.8rem;
}

.p-section__text a {
    font-weight: 500;
    color: #F0941D;
    text-decoration: underline;
    display: inline;
}

.l-section_bg {
    background: #FDFAF3;
}

.l-section__contents {
    margin-top: 4.8rem;
}

/*
 * c-btn
 * -------------------------------------------------------------
 */

.c-btn,
.single__c-btn {
    align-items: center;
    background: #F0941D;
    border: 2px solid #F0941D;
    border-radius: 3.6rem;
    color: #FFF;
    display: inline-flex;
    font-weight: 500;
    gap: 0.7rem;
    justify-content: center;
    line-height: 1.5;
    padding: 1rem;
    width: min(28.3rem, 100%);
}

.c-btn::after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: inline-block;
    height: 1rem;
    transform: rotate(45deg);
    width: 1rem;
}

.single__c-btn::before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: inline-block;
    height: 1rem;
    transform: rotate(-135deg);
    width: 1rem;
}

.c-btn:hover,
.single__c-btn:hover {
    background: #fff;
    color: #F0941D;
}

.c-btn:hover::after,
.single__c-btn:hover::before {
    border-color: #F0941D;
}

/*
 * c-contact
 * -------------------------------------------------------------
 */

.c-contact {
    color: #fff;
    font-weight: 500;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
}

.c-contact__text {
    line-height: 1.5;
    text-align: center;
}

.c-contact__text.--menu {
    font-size: max(12px, 2rem);
}

.c-contact__tel {
    align-items: center;
    border-bottom: 2px solid #fff;
    display: flex;
    font-size: max(32px, 4.2rem);
    gap: 1.3rem;
    line-height: 1;
    padding: 0 0.6rem 1rem;
}

.c-contact__tel.--menu {
    font-size: 4.2rem;
}

.c-contact__tel::before {
    background: url(./../images/common/icon_tel.webp) no-repeat center/100%;
    content: "";
    display: inline-block;
    height: 3.8rem;
    width: 3.8rem;
}

/*
 * c-contents-title
 * -------------------------------------------------------------
 */

.c-contents-title {
    border-left: 0.9rem solid #F0941D;
    color: #F0941D;
    font-size: max(20px, 3rem);
    font-weight: 500;
    line-height: 1;
    padding: 0.6rem 0 0.5rem 1.1rem;
    margin-bottom: 4.8rem;
}

/*
 * c-gallery
 * -------------------------------------------------------------
 */

.c-gallery {
    grid-gap: 4.6rem 2.6rem;
    display: grid;
    gap: 5.6rem;
    grid-template-columns: repeat(3, 1fr);
}

.c-gallery__title {
    font-size: max(16px, 2.5rem);
    font-weight: 500;
    line-height: 1.2;
    margin-top: 1.5rem;
}

.c-gallery__text {
    line-height: 1.5;
    margin-top: 1rem;
}

.c-gallery__img img {
    aspect-ratio: 283 / 213;
    object-fit: cover;
}

/*
 * c-hamburger
 * -------------------------------------------------------------
 */

.c-hamburger {
    display: none;
    height: 2.4rem;
    position: relative;
    top: 0.8rem;
    width: 2.6rem;
    z-index: 2000;
}

.c-hamburger span {
    background: #F0941D;
    border-radius: 1.2rem;
    display: block;
    height: 3px;
    position: absolute;
    transition: all 0.2s;
    width: 100%;
}

.c-hamburger span:nth-child(1) {
    top: 0;
}

.c-hamburger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.c-hamburger span:nth-child(3) {
    top: calc(100% - 0.3rem);
}

.c-hamburger span.is-active:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.c-hamburger span.is-active:nth-child(2) {
    opacity: 0;
}

.c-hamburger span.is-active:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

/*
 * c-menu
 * -------------------------------------------------------------
 */

.c-menu {
    background: #fff;
}

.c-menu.is-active {
    opacity: 1;
    overflow: auto;
    transition: all 0.6s;
    visibility: visible;
    z-index: 1000;
}

.c-menu__main {
    background: #fff;
    padding: 0 4.4rem;
}

.c-menu__timetable {
    padding: 2.2rem 0 2.0rem;
}

.c-menu__timetable-text {
    font-feature-settings: "palt";
    font-size: 1.75rem;
    margin: 1rem calc(50% - 50vw) 0;
    position: relative;
    right: 0.5em;
    text-align: center;
}

.c-menu__contact {
    background: #5C4B1C;
    color: #fff;
    height: 100vh;
    position: relative;
    top: 1px;
}

.c-menu__contact-inner {
    padding: 2.5rem 3.0rem;
}

.c-menu__contact-list {
    display: flex;
    gap: 1.5rem;
    margin-top: 2.0rem;
}

.c-menu__contact-list li {
    align-items: center;
    display: flex;
    font-size: max(12px, 1.8rem);
    gap: 0.3em;
}

.c-menu__contact-list li::before {
    content: "●";
    display: inline-block;
}

/*
 * c-nav
 * -------------------------------------------------------------
 */

.c-nav__link {
    align-items: center;
    border-bottom: 2px solid #F3D379;
    display: flex;
    font-size: 2.2rem;
    line-height: 1;
    padding: 2.3rem 1rem 2.2rem 0;
}

.c-nav__link:hover {
    color: #F3D379;
}

.c-nav__link::before {
    content: "";
    display: inline-block;
    margin-right: 1.7rem;
}

.c-nav__link.--link-news::before {
    background: url(./../images/common/icon_news.webp) no-repeat center/100%;
    height: 2.4rem;
    width: 2.4rem;
}

.c-nav__link.--link-about::before {
    background: url(./../images/common/icon_about.webp) no-repeat center/100%;
    height: 2.5rem;
    width: 2.24rem;
}

.c-nav__link.--link-notice::before {
    background: url(./../images/common/icon_notice.webp) no-repeat center/100%;
    height: 2.5rem;
    width: 2.24rem;
}

.c-nav__link.--link-info::before {
    background: url(./../images/common/icon_info.webp) no-repeat center/100%;
    height: 2.4rem;
    width: 2.4rem;
}

.c-nav__link.--link-access::before {
    background: url(./../images/common/icon_access.webp) no-repeat center/100%;
    height: 2.65rem;
    width: 2.2rem;
}

.c-nav__link::after {
    border-right: 2px solid #F3D379;
    border-top: 2px solid #F3D379;
    content: "";
    display: inline-block;
    height: 1.4rem;
    margin-left: auto;
    transform: rotate(45deg);
    width: 1.4rem;
}

/*
 * c-overview
 * -------------------------------------------------------------
 */

.c-overview {
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
}

.c-overview__item {
    display: flex;
    gap: 1.5rem;
}

.c-overview__title {
    align-items: center;
    background: #5C4B1C;
    color: #FFF;
    display: grid;
    font-size: max(14px, 1.8rem);
    font-weight: 500;
    height: max(20px, 2.8rem);
    justify-items: center;
    line-height: 1;
    min-width: 11.2rem;
    place-items: center;
    text-align: center;
    width: 11.2rem;
}

.c-overview__desc {
    flex: 1;
    font-size: max(15px, 1.8rem);
    font-weight: 500;
    line-height: 1.5;
}

.c-overview__desc.--fw400 {
    font-weight: 400;
}

.c-overview__desc.--fw400 span {
    font-weight: 500;
}

.line-qr {
    height: 100px;
    width: auto;
}

/*
 * c-page-title
 * -------------------------------------------------------------
 */

.c-page-title {
    align-items: center;
    border-bottom: 1px solid #5C4B1C;
    display: flex;
    font-size: 4rem;
    font-weight: 500;
    gap: 2rem;
    line-height: 1;
    margin: 0 5%;
    padding: 5rem 15rem;
}

.c-page-title::before {
    content: "";
    display: inline-block;
    height: 6rem;
    width: 6rem;
}

.c-page-title.--news::before {
    background: url(./../images/common/icon_news.webp) no-repeat center/100%;
}

.c-page-title.--about::before {
    background: url(./../images/common/icon_about.webp) no-repeat center/100%;
    width: 5.3rem;
}

.c-page-title.--notice::before {
    background: url(./../images/common/icon_notice.webp) no-repeat center/100%;
    width: 5.3rem;
}

.c-page-title.--info::before {
    background: url(./../images/common/icon_info.webp) no-repeat center/100%;
    width: 6.0rem;
}

.c-page-title.--access::before {
    background: url(./../images/common/icon_access.webp) no-repeat center/100%;
    width: 4.9rem;
}

/*
 * c-pagination
 * -------------------------------------------------------------
 */

.c-pagination {
    display: flex;
    gap: 5.2rem;
    justify-content: center;
}

.c-pagination__link {
    align-items: center;
    background: #fff;
    border: 0.3rem solid #F0941D;
    border-radius: 50%;
    color: #F0941D;
    display: block;
    display: grid;
    font-size: 2.5rem;
    font-weight: 500;
    height: 6.3rem;
    justify-items: center;
    line-height: 1;
    place-items: center;
    width: 6.3rem;
}

.c-pagination__link.--current {
    background: #f0941d;
    color: #fff;
}

.c-pagination__link:hover {
    background: #f0941d;
    color: #fff;
}

/*
 * c-section-title
 * -------------------------------------------------------------
 */

.c-section-title {
    align-items: center;
    display: flex;
    font-size: 4rem;
    font-weight: 500;
    gap: 2rem;
    line-height: 1;
}

.c-section-title::before {
    content: "";
    display: inline-block;
    height: 6rem;
    width: 6rem;
}

.c-section-title.--news::before {
    background: url(./../images/common/icon_news.webp) no-repeat center/100%;
}

.c-section-title.--calendar::before {
    background: url(./../images/common/icon_calendar.webp) no-repeat center/100%;
    height: 5.6rem;
    width: 5.6rem;
}

.c-section-title.--info::before {
    background: url(./../images/common/icon_info.webp) no-repeat center/100%;
}

.c-section-title.--about::before {
    background: url(./../images/common/icon_about.webp) no-repeat center/100%;
    width: 5.3rem;
}

/*
 * c-timetable
 * -------------------------------------------------------------
 */

.c-timetable {
    border: 1.5px solid #F0941D;
    border-collapse: collapse;
    width: 100%;
    font-size: 2.6rem;
}

.c-timetable thead {
    background: #F0941D;
    color: #fff;
}

.c-timetable thead th {
    background: #F0941D;
    border-right: 2px solid #F0941D;
    font-weight: 400;
    height: 3.5rem;
    text-align: center;
    vertical-align: middle;
}

.c-timetable thead th:last-of-type {
    border: none;
}

.c-timetable tbody tr th {
    background: #FDFAF3;
    border-right: 1.5px solid #F0941D;
    font-weight: 300;
    min-width: 5.9rem;
    text-align: center;
    width: 17.1%;
}

.c-timetable tbody tr:nth-child(1) th {
    padding-top: 1.5rem;
}

.l-footer__timetable .c-timetable tbody tr:nth-child(1) th,
.p-hours__timetable .c-timetable tbody tr:nth-child(1) th {
    padding-top: 2.0rem;
}

.c-timetable tbody tr:nth-child(2) th {
    padding: 1.5rem 0 1.5rem;
}

.c-timetable tbody tr:nth-child(1) td {
    padding-top: 1.5rem;
}

.c-timetable tbody tr:nth-child(2) td {
    padding: 1.5rem 0 1.5rem;
}

.c-timetable tbody td {
    background: #fff;
    color: #F0941D;
    text-align: center;
    width: 5rem;
}

.c-timetable--lg tbody tr th {
    font-weight: 500;
    min-width: 130px;
    width: 28.1%;
}

.c-timetable--lg tbody tr:nth-child(2) th {
    border-top: 1px solid #F0941D;
    padding: 2rem 0;
}

.c-timetable--lg tbody tr:nth-child(1) td {
    padding: 2rem 0;
}

.c-timetable--lg tbody tr:nth-child(2) td {
    border-top: 1px solid #F0941D;
    padding: 2rem 0;
}

/*
 * c-toTop
 * -------------------------------------------------------------
 */

.c-toTop {
    align-items: center;
    background-color: #FFF096;
    border-radius: 50%;
    bottom: 1.5rem;
    cursor: pointer;
    display: none;
    height: 5rem;
    justify-items: center;
    opacity: 0;
    place-items: center;
    position: fixed;
    right: 1.5rem;
    transition: opacity 0.3s, visibility 0.3s;
    visibility: hidden;
    width: 5rem;
    z-index: 100;
}

.c-toTop::before {
    border-right: 2px solid #F0941D;
    border-top: 2px solid #F0941D;
    content: "";
    display: block;
    height: 1.4rem;
    margin-top: 0.6rem;
    transform: rotate(-45deg);
    width: 1.4rem;
}

.c-toTop.is-visible {
    opacity: 1;
    visibility: visible;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
    display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
    display: none;
}

/*
 * p-about-info
 * -------------------------------------------------------------
 */

.p-about-info__inner {
    display: flex;
    gap: 4rem;
}

.p-about-info__details {
    flex: 1;
    max-width: 67.7rem;
    min-width: 370px;
}

.p-about-info__item {
    border-bottom: 1px solid #5C4B1C;
    display: flex;
    gap: 6rem;
    padding: 1.8rem 2rem;
}

.p-about-info__item:nth-child(1) {
    padding-top: 0;
}

.p-about-info__title {
    color: #F0941D;
    font-weight: 500;
    line-height: 1.75;
    min-width: 68px;
    width: 8rem;
}

.p-about-info__desc {
    line-height: 1.75;
}

.p-about-info__desc span {
    display: inline-block;
}

.p-about-info__img {
    aspect-ratio: 650/432;
    max-width: 65rem;
    width: 60%;
}

.p-about-info__img img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
}

/*
 * p-greeting
 * -------------------------------------------------------------
 */

.p-greeting__inner {
    display: flex;
    gap: 5rem;
}

.p-greeting__details {
    flex: 1;
}

.p-greeting__text {
    line-height: 1.75;
}

.p-greeting__name {
    display: block;
    margin-top: 4rem;
    text-align: right;
}

.p-greeting__img {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 44.5rem;
    width: 35%;
}

/*
 * p-hours
 * -------------------------------------------------------------
 */

.p-hours__timetable {
    max-width: 77.8rem;
}

.p-hours__overview {
    margin-top: 3.2rem;
}

/*
 * p-mv
 * -------------------------------------------------------------
 */

.p-mv {
    position: relative;
    background: #FDFAF3;
}

.p-mv__img {
    overflow: hidden;
}

.p-mv__img img {
    -o-object-fit: cover;
    height: 100vh;
    object-fit: cover;
}

.p-mv__inner {
    left: 50%;
    transform: translateX(-50%);
    bottom: 8%;
    position: absolute;
    width: 37%;
}

.p-mv__title {
    align-items: center;
    background: #fff;
    border-bottom: 0.4rem solid #F3D379;
    color: #F0941D;
    display: flex;
    font-size: 4.55rem;
    line-height: 1.25;
    padding: 1.1rem 2.3rem 1rem 2.7rem;
}

.p-mv__title small {
    font-size: 3.5rem;
}

/*
 * p-news-list
 * -------------------------------------------------------------
 */

.p-news-list__link {
    border-bottom: 1px solid #5C4B1C;
    display: flex;
    gap: 4rem;
    padding: 4.9rem 0.5rem 2.1rem 0;
}

.p-news-list__item:nth-child(1) .p-news-list__link {
    padding-top: 0;
}

.p-news-list__date {
    color: #F0941D;
    display: inline-block;
    font-weight: 500;
    line-height: 1.4;
}

.p-news-list__text {
    display: flex;
    flex: 1;
    font-weight: 400;
    gap: 2rem;
    justify-content: space-between;
    line-height: 1;
    line-height: 1.4;
    transition: all 0.2s;
}

.p-news-list__text::after {
    border-right: 2px solid #F0941D;
    border-top: 2px solid #F0941D;
    content: "";
    display: inline-block;
    height: 1.4rem;
    margin-left: auto;
    min-width: 1.4rem;
    position: relative;
    top: 0.3em;
    transform: rotate(45deg);
    width: 1.4rem;
}

.p-news-list__link:hover .p-news-list__text {
    color: #F0941D;
}

/*
 * p-news
 * -------------------------------------------------------------
 */

.p-news {
    display: flex;
    justify-content: center;
    background: #FDFAF3;
}

.p-news__inner {
    background: #FDFAF3;
    max-width: 136.6rem;
    width: calc(100% - 6rem);
}

.p-news__body {
    margin: 0 auto;
    max-width: 93.3rem;
    min-width: 620px;
    padding-bottom: 9.5rem;
    padding-top: 11.5rem;
    position: relative;
}

.p-news__pagination {
    margin: 7.8rem auto 0;
    max-width: 29.3rem;
}

/*
 * p-page-mv
 * -------------------------------------------------------------
 */

.p-page-mv__img {
    padding: 115px 5% 0;
    overflow: hidden;
}

.p-page-mv__img img {
    border-radius: 5.2rem;
    height: 340px;
    object-fit: cover;
}

/*
 * p-section
 * -------------------------------------------------------------
 */

.p-section__ctt p {
    line-height: 1.75;
    margin-top: 2.8rem;
}

.p-section__ctt a {
    font-weight: 500;
    color: #F0941D;
    text-decoration: underline;
    display: inline;
}

.p-section-top__text {
    line-height: 1.75;
    margin-top: 4.8rem;
}

.p-section__text {
    line-height: 1.75;
    margin-top: 2.8rem;
}

.p-section-top__text a,
.p-section__text a {
    font-weight: 500;
    color: #F0941D;
    text-decoration: underline;
    display: inline;
}

.p-fwb {
    font-weight: bold;
    font-size: 105%;
}

/*
 * p-single
 * -------------------------------------------------------------
 */

.p-single__date {
    margin-top: 2.8rem;
    margin-bottom: 4.8rem;
    font-weight: 500;
    color: #F0941D;
    text-align: right;
}

.p-single__btn {
    margin-top: 8.0rem;
    text-align: center;
}

/*
 * p-top-info
 * -------------------------------------------------------------
 */

.p-top-info {
    padding: 6rem 0 13rem;
}

.p-top-info__items {
    display: flex;
    flex-direction: column;
    gap: 5.5rem;
    margin-top: 3.7rem;
}

.p-top-info__item {
    align-items: center;
    background: #fff;
    box-shadow: 0.5rem 0.5rem #BDB6A2;
    display: flex;
    gap: 4.7rem;
    padding: 5.3rem 4.8rem 3.8rem;
    position: relative;
}

.p-top-info__details {
    flex: 1;
    max-width: 67.5rem;
}

.p-top-info__text {
    line-height: 1.5;
    margin-top: 3.2rem;
}

.p-top-info__text.--mt20 {
    margin-top: 2rem;
}

.p-top-info__btn {
    margin-top: 2.8rem;
}

.p-top-info__img {
    width: min(48.8rem, 44%);
}

.p-top-info__img img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
}

.p-top-info__img.--position {
    position: absolute;
    right: 4.8rem;
    top: -6rem;
}

.p-top-info__grid-items {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
}

/*
 * p-top-news
 * -------------------------------------------------------------
 */

.p-top-news {
    padding: 11rem 0 10rem;
}

.p-top-news__inner {
    display: flex;
    gap: 5.5rem;
    justify-content: space-between;
}

.p-top-news__details {
    flex: 1;
    max-width: 93.3rem;
}

.p-top-news__list {
    margin-top: 5.7rem;
}

.p-top-news__btn {
    margin-top: 4.4rem;
    text-align: right;
}

.p-top-news__sched {
    max-width: 38.8rem;
}

.p-top-news__sched-calendar {
    margin-top: 2.2rem;
}

@media screen and (min-width: 1025px) {

    a[href^="tel:"] {
        pointer-events: none;
    }

}

@media screen and (max-width: 980px) {

    html {
        font-size: 7.9px;
    }

    .l-container {
        display: block;
    }

    .l-header {
        background: #fff;
        height: 7.4rem;
        max-width: 100%;
        position: fixed;
        width: 100%;
    }

    .l-header__inner {
        display: flex;
        justify-content: space-between;
        overflow: visible;
        padding: 1rem 2rem 0;
    }

    .l-header__logo {
        border: none;
    }

    .l-header__logo a {
        margin: 0 auto 0 0;
        max-width: 25.4rem;
        padding: 0;
    }

    .l-main {
        margin-top: 7.4rem;
        padding-top: 0;
    }

    .l-main::before {
        display: none;
    }

    .c-contact__tel {
        margin-top: 1.4rem;
    }

    .c-hamburger {
        display: block;
    }

    .c-menu {
        background: transparent;
        height: auto;
        height: 100%;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        transition: all 0.6s;
        visibility: hidden;
        width: 100%;
    }

    .c-menu__main {
        padding: 6.3rem 2.35rem 0;
    }

    .c-menu__timetable-text {
        margin: 1rem 0 0;
        text-align: left;
    }

    .c-menu__contact {
        height: auto;
    }

    .c-menu__contact-inner {
        margin: 0 auto;
        padding-bottom: 8.8rem;
        width: -moz-fit-content;
        width: fit-content;
    }

    .c-menu__contact-list {
        margin: 1.4rem auto 0;
        width: -moz-fit-content;
        width: fit-content;
    }

    .c-nav__link {
        padding: 2rem 1.1rem 1.2rem 1.4rem;
    }

    .p-mv__img {
        aspect-ratio: unset;
    }

    .p-top-info__item {
        align-items: stretch;
    }

    .p-top-info__details {
        flex: initial;
        max-width: 443px;
        width: 52%;
    }

    .p-top-info__img.--position {
        right: 2rem;
        width: 42vw;
    }

    .p-top-info__details.--wide {
        width: 100%;
    }

}

@media screen and (max-width: 767px) {

    html {
        font-size: 10px;
    }

    body {
        font-size: 1.4rem;
    }

    .l-about {
        padding: 4rem 0;
    }

    .l-about__contents {
        margin-top: 2.5rem;
    }

    .l-footer {
        background: url(./../images/common/sp_footer_bg.webp) no-repeat bottom/110%;
        background-position-y: 27rem;
        padding: 0 0 2.7rem;
    }

    .l-footer__inner {
        flex-direction: column;
        gap: 3.6rem;
        position: relative;
    }

    .l-footer__map {
        height: 28rem;
        margin: 0 calc(50% - 50vw);
        width: 100%;
        width: 100vw;
    }

    .l-footer__contact {
        padding: 2rem 1rem 2.3rem;
    }

    .l-footer__logo {
        margin-top: 2.1rem;
        min-width: auto;
        padding: 0 1.1rem;
    }

    .l-footer__overview {
        margin-top: 2rem;
    }

    .l-footer__timetable {
        margin-top: 2rem;
    }

    .l-footer__copyright {
        font-size: 1.1rem;
        line-height: 1.45;
        margin-top: 3rem;
    }

    .l-footer__copyright span {
        display: block;
    }

    .l-inner {
        max-width: 45rem;
        padding: 0 2.3rem;
        width: max(34rem, 100%);
    }

    .l-inner--mv {
        max-width: 100%;
    }

    .l-section {
        padding: 4rem 0;
    }

    .l-section__contents {
        margin-top: 2.5rem;
    }

    .c-btn {
        font-size: 1.6rem;
        padding: 0.6rem;
        width: min(18rem, 100%);
    }

    .single__c-btn {
        font-size: 1.6rem;
        padding: 0.6rem;
        width: min(22rem, 100%);
    }

    .c-contact__text {
        font-size: 1.8rem;
    }

    .c-contact__text.--menu {
        font-size: 1.5rem;
    }

    .c-contact__tel {
        font-size: 3.6rem;
        gap: 1rem;
        padding: 0 0.5rem 0.9rem;
    }

    .c-contact__tel.--menu {
        font-size: 3rem;
        margin-top: 1.4rem;
    }

    .c-contact__tel::before {
        height: 3.6rem;
        width: 3.2rem;
    }

    .c-contact__tel.--menu::before {
        height: 2.9rem;
        width: 2.9rem;
    }

    .c-contents-title {
        border-width: 0.6rem;
        font-size: 2.2rem;
        padding: 0.2rem 0 0.3rem 1.3rem;
        line-height: 2.8rem;
        margin-bottom: 0;
    }

    .c-contents-title.--top {
        border-width: 0.6rem;
        font-size: 2rem;
        padding: 0.5rem 0 0.5rem 1rem;
    }

    .c-gallery {
        gap: 2.3rem;
        grid-template-columns: repeat(2, 1fr);
    }

    .c-gallery__title {
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    .c-gallery__text {
        line-height: 1.57;
        margin: 0.5rem 0 1.0rem;
    }

    .c-gallery.--1col {
        gap: 2.5rem;
        grid-template-columns: repeat(1, 1fr);
    }

    .c-gallery.--1col .c-gallery__title {
        font-size: 1.8rem;
        margin-top: 1.2rem;
    }

    .c-menu__timetable {
        padding: 2rem 0;
    }

    .c-menu__timetable-text {
        font-size: 1.7rem;
        margin-top: 0.8rem;
    }

    .c-menu__contact-inner {
        padding: 1.8rem 6rem 8.8rem;
    }

    .c-menu__contact-list li {
        font-size: 1.5rem;
    }

    .c-nav__link {
        font-size: 1.7rem;
        padding: 2rem 1.1rem 1.2rem 1.4rem;
    }

    .c-nav__link.--link-news::before {
        height: 2.2rem;
        width: 2.2rem;
    }

    .c-nav__link.--link-about::before {
        height: 2.3rem;
        width: 2.1rem;
    }

    .c-nav__link.--link-notice::before {
        height: 2.1rem;
        width: 1.8rem;
    }

    .c-nav__link.--link-info::before {
        height: 2.2rem;
        width: 2.2rem;
    }

    .c-nav__link.--link-access::before {
        height: 2.5rem;
        width: 1.9rem;
    }

    .c-overview {
        gap: 1rem;
    }

    .c-overview__item {
        gap: 1.1rem;
    }

    .c-overview__title {
        font-size: 1.3rem;
        height: 2.4rem;
        min-width: 7.5rem;
        width: 7.5rem;
    }

    .c-overview__desc {
        font-size: 1.3rem;
        line-height: 1.53;
        padding-top: 0.3rem;
    }

    .c-page-title {
        font-size: 2.5rem;
        gap: 1.8rem;
        padding: 3rem 0 2.2rem;
    }

    .c-page-title::before {
        height: 3.3rem;
        width: 3.3rem;
    }

    .c-page-title.--about::before {
        height: 3.7rem;
        width: 3.2rem;
    }

    .c-page-title.--notice::before {
        height: 3.7rem;
        width: 3.2rem;
    }

    .c-page-title.--info::before {
        height: 3.8rem;
        width: 3.6rem;
    }

    .c-page-title.--access::before {
        height: 3.8rem;
        width: 3.2rem;
    }

    .c-pagination {
        gap: 2rem;
    }

    .c-pagination__link {
        border-width: 2px;
        font-size: 1.8rem;
        height: 4.2rem;
        width: 4.2rem;
    }

    .c-section-title {
        font-size: 2.3rem;
        gap: 1.8rem;
    }

    .c-section-title::before {
        height: 3.3rem;
        width: 3.3rem;
    }

    .c-section-title.--calendar::before {
        height: 3.3rem;
        width: 3.3rem;
    }

    .c-timetable {
        border-width: 1px;
        font-size: 1.4rem;
    }

    .c-timetable thead th {
        border-width: 1px;
        height: 3.2rem;
    }

    .c-timetable tbody tr th {
        border-width: 1px;
    }

    .c-timetable tbody tr:nth-child(1) th {
        padding-top: 1.4rem;
    }

    .p-hours__timetable .c-timetable tbody tr:nth-child(1) th {
        padding-top: 0.8rem;
    }

    .l-footer__timetable .c-timetable tbody tr:nth-child(1) th {
        padding-top: 1.8rem;
    }

    .c-timetable tbody tr:nth-child(2) th {
        padding: 1.4rem 0 1.2rem;
    }

    .c-timetable tbody tr:nth-child(1) td {
        padding-top: 1.4rem;
    }

    .c-timetable tbody tr:nth-child(2) td {
        padding: 1.4rem 0 1rem;
    }

    .c-timetable--lg tbody tr th {
        min-width: 5.9rem;
        width: 5.3rem;
    }

    .c-timetable--lg tbody tr:nth-child(2) th {
        border-top: none;
        padding: 1.0rem 0 0.8rem;
    }

    .c-timetable--lg tbody tr:nth-child(1) td {
        padding: 1.7rem 0 1.0rem;
    }

    .c-timetable--lg tbody tr:nth-child(2) td {
        border: none;
        padding: 1.7rem 0 1.0rem;
    }

    .l-footer__timetable .c-timetable--lg tbody tr:nth-child(2) td {
        border: none;
        padding: 1.0rem 0 1.5rem;
    }

    .c-toTop {
        display: grid;
    }

    .u-pc {
        display: none;
    }

    .u-sp {
        display: block;
    }

    .p-mv__img img {
        height: 70vh;
    }

    .p-about-info__inner {
        flex-direction: column;
        gap: 3rem;
    }

    .p-about-info__details {
        min-width: auto;
    }

    .p-about-info__item {
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem 1rem;
    }

    .p-about-info__title {
        line-height: 1;
        min-width: auto;
    }

    .p-about-info__desc {
        line-height: 1;
    }

    .p-about-info__img {
        aspect-ratio: unset;
        width: 100%;
    }

    .p-greeting__inner {
        flex-direction: column;
        gap: 3rem;
    }

    .p-greeting__details {
        width: 100%;
    }

    .p-greeting__text {
        line-height: 1.7;
    }

    .p-greeting__name {
        margin-top: 2rem;
    }

    .p-greeting__img {
        gap: 1.5rem;
        width: 100%;
    }

    .p-hours__timetable {
        margin-top: 2rem;
    }

    .p-hours__overview {
        margin-top: 2rem;
    }

    .p-mv {
        padding: 0 0 40px;
    }

    .p-mv__img {
        height: 100%;
    }

    .p-mv__inner {
        bottom: 15%;
        position: absolute;
        width: 80%;

    }

    .p-mv__title {
        border: none;
        display: inline;
        font-size: 2.5rem;
        padding: 0;
    }

    .p-mv__title small {
        font-size: 1.8rem;
    }

    .p-mv__title span {
        background: #fff;
        border-bottom: 2px solid #F3D379;
        display: inline-block;
        line-height: 1;
        padding: 1rem 1.1rem 1rem 1.3rem;
    }

    .p-mv__title span:nth-of-type(2) {
        margin-top: 1rem;
    }

    .p-news-list__link {
        flex-direction: column;
        gap: 0.8rem;
        padding: 2rem 0 1.5rem;
    }

    .p-news-list__text::after {
        height: 1.3rem;
        min-width: 1.3rem;
        width: 1.3rem;
    }

    .p-news {
        padding: 3rem 0 6rem;
    }

    .p-news__inner {
        width: calc(100% - 4.6rem);
    }

    .p-news__body {
        background: #FDFAF3;
        min-width: auto;
        padding: 4rem 0;
        /*width: calc(100% - 5.2rem);*/
    }

    .p-news__pagination {
        margin-top: 4rem;
        max-width: 16.8rem;
    }

    .p-page-mv__img {
        aspect-ratio: 370/140;
        border-radius: 2.6rem 0 0 2.6rem;
        height: 14rem;
        height: auto;
        min-height: 14rem;
        padding: 0 5%;
    }

    .p-page-mv__img img {
        border-radius: 2.2rem;
        height: auto;
    }

    .p-section-top__text {
        margin-top: 2.5rem;
    }

    .p-section__text {
        margin-top: 2.2rem;
    }

    .p-single__date {
        margin-top: 1.4rem;
    }

    .p-single__btn {
        margin: 5rem 0 1rem;
    }

    .p-top-info {
        padding: 4rem 0 5rem;
    }

    .p-top-info__items {
        gap: 3rem;
        margin-top: 2rem;
    }

    .p-top-info__item {
        flex-direction: column;
        gap: 2rem;
        padding: 2rem 2.3rem 2.6rem;
    }

    .p-top-info__details {
        display: contents;
    }

    .p-top-info__title {
        order: 1;
    }

    .p-top-info__text {
        line-height: 1.57;
        margin-top: 0;
        order: 3;
    }

    .p-top-info__text.--mt20 {
        margin-top: 0;
    }

    .p-top-info__btn {
        margin-top: 0;
        order: 4;
        text-align: center;
    }

    .p-top-info__img {
        order: 2;
        width: 100%;
    }

    .p-top-info__img.--position {
        position: static;
        width: 100%;
    }

    .p-top-info__grid-items {
        gap: 3rem;
        grid-template-columns: repeat(1, 1fr);
    }

    .p-top-news {
        padding: 4rem 0 5rem;
    }

    .p-top-news__inner {
        flex-direction: column-reverse;
        gap: 4rem;
    }

    .p-top-news__details {
        width: 100%;
    }

    .p-top-news__list {
        margin-top: 3.5rem;
    }

    .p-top-news__btn {
        margin-top: 2.8rem;
        text-align: center;
    }

    .p-top-news__sched {
        max-width: 100%;
    }

}

@media screen and (max-width: 392px) {

    html {
        font-size: 2.54vw;
    }

}


/*# sourceMappingURL=style.css.map */