@charset "UTF-8"; .header__logo {
    position: relative;
    z-index: 3;
}

.header__navi--box.flex {
    display: none;
    background: var(--main-bg-color);
    padding: 100px 3% 30px;
}

.inner.flex {
    justify-content: space-between;
}

.header .sp-menu.sp span {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header .sp-menu {
    height: 25px;
    width: 25px;
    margin: 0 3% 0 0;
    position: relative;
}

.header .sp-menu {
    display: block;
}

.header .sp-menu.sp span:nth-child(1) {
    top: 4px;
}

.header .sp-menu.sp span:nth-child(2) {
    top: 12px;
}

.header .sp-menu.sp span:nth-child(3) {
    bottom: 3px;
}

.header__navi--list {
    padding: 20px 3% 20px;
}

.header__navi--box {
    position: absolute;
    top: 60px;
    background: #fff;
    display: none;
    width: 100%;
}

.header__conatct--tel {
    width: -webkit-fill-available;
}

.header__contact--mail {
    /* width: 100vw; */
    width: -webkit-fill-available;
    border: none;
    padding: 0;
}

.header__contact {
    margin-right: 0;
    margin-left: 0;
}

.header__navi {
    width: 100%;
}

.header__navi--list {
    padding: 0;
}

nav.header__navi {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-top: var(--def-line-height);
    padding-bottom: var(--def-line-height);
    justify-content: space-around;
}

.header__navi--list li {
    width: 48%;
    margin: 0 0 14px;
    border-bottom: 1px solid #ede5fa;
}

.header__navi--list li a {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #fff;
}

ul.header__navi--list.flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.header__navi--list.flex li {
    width: 45%;
    max-width: unset;
}

a.header__mail {
    background: #ede5fa;
    color: #000000;
    padding: 12px;
    max-width: 400px;
    margin: 0 auto;
}

.h1_logo img {
    padding-left: 0;
    width: 35vw;
    max-width: 250px;
    min-width: 150px;
}

.footer__item.flex {
    padding-left: var(--half-padding);
    padding-right: var(--half-padding);
    padding-top: var(--padding);
    padding-bottom: var(--padding);
}

.otoiawase-flex-line {
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
    align-content: center;
}

.contactbnr__item--left {
    width: 100%;
    max-width: 485px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid white;
    padding-bottom: var(--half-padding);
}

.contactbnr__item--right {
    width: 100%;
    max-width: 485px;
    display: flex;
    align-items: center;
    padding-left: 0;
}

.contactbnr__item--right {
    width: 100%;
    max-width: 485px;
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-top: var(--half-padding);
}

.inner.entry-content {
    margin-right: var(--half-padding);
    margin-left: var(--half-padding);
}

.header__navi--box.flex {
    width: 100%;
    top: 0px;
}

.lower-news .card .pc {
    display: none;
}

.lower-news {
    margin-top: -20%;
    z-index: 1;
    position: relative;
    padding: 0 3%;
}

.news-detail__lower {
    margin-left: 3%;
    padding-left: 3%;
}

.news-detail__lower .inner {
    margin-right: 3%;
}

.contact__form form dd {
    flex-direction: column;
    gap: 10px;
}

/* lower-mv start*/
.breadcrumb {
    padding: 0 3%;
}

/* lower-mv end*/
