/* SEMLP用 */
@media screen and (max-width: 1280px) {
    .semlp-pc {
        display: none;
    }
}
.semlp-sp {
    display: none;
}
@media screen and (max-width: 1280px) {
    .semlp-sp {
        display: block;
    }
}
/* SEMLP用 */
@media screen and (max-width: 700px) {
    .semlp-img-pc {
        display: none;
    }
}
.semlp-img-sp {
    display: none;
}
@media screen and (max-width: 700px) {
    .semlp-img-sp {
        display: block;
    }
}
.page-template-page-lp_hip {
    padding-top: 80px;
}
.c-header__semlp {
    background-color: #1fa24f;
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.c-header__semlp .c-header__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    height: 80px;
    background-color: #1fa24f;
}
.c-header__sp.c-header__semlp .c-header__inner .c-glonav__sp {
    padding: 0 0.5rem;
    width: auto;
}
.c-header__semlp .c-header__inner .c-header__logo {
    height: inherit;
    padding: 1.5rem 1rem;
}
.c-header__semlp .c-header__inner .c-header__logo img {
    max-width: 320px;
    width: 100%;
}
.c-semlp__subnav {
    display: block;
}
.c-semlp__subnav .c-semlp__subnav__menu {
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.c-semlp__subnav .c-semlp__subnav__menu .c-semlp__subnav__menu-item {
    text-align: center;
    padding: 0 1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.c-semlp__subnav .c-semlp__subnav__menu .c-semlp__subnav__menu-item:last-of-type {
    border-right: none;
}
.c-semlp__subnav .c-semlp__subnav__menu .c-semlp__subnav__menu-item a {
    color: white;
    text-decoration: none;
}
@media screen and (min-width: 1018px) {
    .c-semlp__subnav .c-semlp__subnav__menu .c-semlp__subnav__menu-item a br {
        display: none;
    }
}
.c-drawer__semlp  {
    background-color: #1fa24f;
}
.c-drawer__semlp.is-hidden {
    transition: 0.3s;
    display: none;
}
.c-drawer__semlp .c-drawer__header {
    background-color: #1fa24f;
}
.c-drawer__semlp .c-drawer__main {
    padding-top: 0;
}
.c-drawer__semlp .c-drawer__main .menu-item:first-of-type a {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.c-drawer__semlp .c-drawer__main .menu-item a {
    display: block;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 1rem 4.5rem 1rem 1rem;
    flex: 1 0 100%;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-drawer__semlp .c-drawer__main .menu-item a::after {
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1em;
    content: '';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: auto;
    margin-right: 0;
}
.c-drawer__semlp .c-drawer__area .c-drawer__area-tel {
    color: #1fa24f;
}

.layout-semlp .semlp-visual {
  text-align: center;
  background-size: contain;
}
.layout-semlp .semlp-visual .semlp-visual-inner {
    margin: 0 auto;
    vertical-align: top;
    max-width: 1094px;
    width: 100%;
    position: relative;
}
.layout-semlp .semlp-visual .semlp-visual-inner img {
    vertical-align: top;
    margin: 0 auto;
    height: 100%;
}
.layout-semlp .semlp-visual .semlp-visual-inner-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.layout-semlp .semlp-visual-sp {
    width: 100%;
}
.layout-semlp .semlp-visual-sp img {
    vertical-align: top;
}

.layout-semlp .semlp-content .semlp-content__limit-area-toplink {
    background-color: #c3ecc4;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 2rem;
}
@media screen and (max-width: 700px) {
    .layout-semlp .semlp-content .semlp-content__limit-area-toplink {
        background-color: #bbe4bc;
    }
}
.layout-semlp .semlp-content .semlp-content__limit-area-toplink a {
    color: #e4009d;
    display: block;
    background-color: #ffcc00;
    text-decoration: none;
    text-align: center;
    font-size: 3rem;
    margin: 0 auto;
    padding: 1rem 2rem;
    font-weight: bold;
    border-radius: 25px;
    box-shadow: var(--theme-shadow);
    width: fit-content;
    transition: .3s;
}
@media screen and (max-width: 700px) {
    .layout-semlp .semlp-content .semlp-content__limit-area-toplink a {
        font-size: 2rem;
        padding: 1rem 2rem;
    }
}
.layout-semlp .semlp-content .semlp-content__limit-area-toplink a:hover {
    opacity: .7;
    transition: .3s;
}
.layout-semlp .semlp-content .semlp-content__limit-area-toplink a .c-semlp__care-time__item__triangle {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 1rem;
    border-style: solid;
    border-width: 12.5px 0 12.5px 21.7px;
    border-color: transparent transparent transparent #e4009d;
}
@media screen and (max-width: 1280px) {
    .layout-semlp .semlp-content .semlp-content__limit-area-toplink a .c-semlp__care-time__item__triangle {
        border-width: 8px 0 8px 14px;
        margin-left: 0.5rem;
    }
}
.layout-semlp .semlp-content .semlp-content__limit-area {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.layout-semlp .semlp-content .semlp-content__limit-area {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.layout-semlp .semlp-content .semlp-content__limit-area img {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    vertical-align: top;
}
.layout-semlp .semlp-content .semlp-content__full-area {
    width: 100%;
    background-color: #1fa24f;
}
.layout-semlp .semlp-content .semlp-content__full-area.semlp-light-area {
    background-color: #7fd6ac;
    padding: 0 1rem;
}
.layout-semlp .semlp-content .semlp-content__full-area__inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.layout-semlp .semlp-content .semlp-content__full-area__inner img {
    vertical-align: top;
}
.layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area {
    padding: 2rem 1rem;
}
.layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__text {
    text-align: center;
    color: white;
    font-size: 3rem;
}
@media screen and (max-width: 1280px) {
    .layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__text {
        font-size: 2rem;
    }
}
.layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__link {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    align-items: center;
}
@media screen and (max-width: 1280px) {
    .layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__link {
        display: block;
    }
}
.layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__link .semlp-content-link-area__link-tel {
    display: flex;
    align-items: center;
    justify-content: center;
}
.layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__link .semlp-content-link-area__link-tel .semlp-content-link-area__link-tel-icon {
    width: 7rem;
    height: 7rem;
    margin-right: 2rem;
}
@media screen and (max-width: 1280px) {
    .layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__link .semlp-content-link-area__link-tel .semlp-content-link-area__link-tel-icon {
        width: 3.5rem;
        height: 3.5rem;
        margin-right: 2rem;
    }
}
.layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__link .semlp-content-link-area__link-tel .semlp-content-link-area__link-tel-text {
    text-align: center;
}
.layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__link .semlp-content-link-area__link-tel .semlp-content-link-area__link-tel-text .c-semlp__tel {
    color: white;
    text-decoration: none;
    font-size: 5.5rem;
    line-height: 1;
    transition: .3s;
}
@media screen and (max-width: 1280px) {
    .layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__link .semlp-content-link-area__link-tel .semlp-content-link-area__link-tel-text .c-semlp__tel {
        font-size: 4rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 350px) {
    .layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__link .semlp-content-link-area__link-tel .semlp-content-link-area__link-tel-text .c-semlp__tel {
        font-size: 3.5rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 1280px) {
    .layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__link .semlp-content-link-area__link-tel .semlp-content-link-area__link-tel-text .c-semlp__tel .semlp-content-link-area__link-tel-icon {
        margin-right: 1rem;
        display: inline-block;
        width: 3.5rem;
        height: 3.5rem;
    }
}
.layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__link .semlp-content-link-area__link-tel .semlp-content-link-area__link-tel-text .c-semlp__tel:hover {
    opacity: .7;
    transition: .3s;
}
.layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__link .semlp-content-link-area__link-tel .semlp-content-link-area__link-tel-text .c-semlp__care-time__item {
    font-size: 1.5rem;
    color: white;
    text-align: center;
}
@media screen and (max-width: 350px) {
    .layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__link .semlp-content-link-area__link-tel .semlp-content-link-area__link-tel-text .c-semlp__care-time__item {
        font-size: 1.2rem;
    }
}
.layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__link .semlp-content-link-area__link-reservation {
    margin:0 0 0 4rem;
}
@media screen and (max-width: 1280px) {
    .layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__link .semlp-content-link-area__link-reservation {
        margin:0 auto;
    }
}
.layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__link .semlp-content-link-area__link-reservation a {
    color: #e4009d;
    display: block;
    background-color: #ffcc00;
    text-decoration: none;
    text-align: center;
    font-size: 2rem;
    padding: 0.5rem 2rem;
    font-weight: bold;
    border-radius: 7px;
    box-shadow: var(--theme-shadow);
    width: fit-content;
    transition: .3s;
}
@media screen and (max-width: 1280px) {
    .layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__link .semlp-content-link-area__link-reservation a {
        margin: 3rem auto 1rem;
        font-size: 2.5rem;
        padding: 1rem 2rem;
    }
}
@media screen and (max-width: 350px) {
    .layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__link .semlp-content-link-area__link-reservation a {
        font-size: 2.2rem;
    }
}
.layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__link .semlp-content-link-area__link-reservation a:hover {
    opacity: .7;
    transition: .3s;
}
.layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__link .semlp-content-link-area__link-reservation .c-semlp__care-time__item__triangle {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5rem;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13.0px;
    border-color: transparent transparent transparent #e4009d;
}
@media screen and (max-width: 1280px) {
    .layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__link .semlp-content-link-area__link-reservation .c-semlp__care-time__item__triangle {
        margin-left: 1rem;
        border-width: 10px 0 10px 17.3px;
    }
}
@media screen and (max-width: 350px) {
    .layout-semlp .semlp-content .semlp-content__full-area__inner .semlp-content-link-area .semlp-content-link-area__link .semlp-content-link-area__link-reservation .c-semlp__care-time__item__triangle {
        margin-left: 1rem;
        border-width: 8px 0 8px 15.7px;
    }
}
.c-semlp-layout-footer {
    margin-top: 0;
}
.c-semlp-footer-link {
    text-align: center;
    padding: 20px;
}
.c-semlp-footer-link a {
    text-align: center;
    font-size: 12px;
    color: var(--color_text);
}