@charset "UTF-8"; :root {
    --main-bg-color: #47387c;
    /*main_color_01*/
    --half-padding: 30px;
    --padding: 60px;
    --quarter-padding: 15px;
    --twice-padding: 120px;
    --quadruple-padding: 240px;
    --byafactororsix-padding: 240px;
    --def-line-height: 30px;
    --mid-line-height: 40px;
    --long-line-height: 50px;
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px;
}

body {
    font-family: "source-han-sans-cjk-ja", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
}

a {
    display: block;
    text-decoration: none;
    -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;
}

a:hover {
    opacity: 0.6;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.inner.flex {
    display: flex;
    align-items: center;
}

.header__logo {
    width: 30%;
    max-width: 460px;
}

.header__navi {
    width: fit-content;
}

.header__navi--box.flex {
    display: flex;
    align-items: center;
}

ul.header__navi--list.flex {
    display: flex;
    list-style: none;
}

.header__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul.header__navi--list.flex li a {
    margin-left: 1%;
}

.h1_logo {
    padding-left: 6%;
}

.h1_logo img {
    width: 100%;
}

ul.header__navi--list.flex li a {
    margin-left: 1%;
    font-size: 16px;
}

.header__navi--box.flex {
    display: flex;
    width: 100vw;
    align-items: center;
    justify-content: flex-end;
}

ul.header__navi--list.flex li {
    max-width: 115px;
    margin: 0 1vw;
    display: flex;
    white-space: pre;
    justify-content: flex-start;
}

ul.header__navi--list.flex li a {
    margin-left: 1%;
    font-size: 16px;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.header__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 1.5rem;
}

.header__conatct--tel {
    width: 100%;
    text-align: center;
    background-color: var(--main-bg-color);
    padding: 1rem;
}

.header__contact--mail {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 0 1rem;
    border-left: 2px solid #ede5fa;
}

a.header__tel {
    color: white;
    font-size: 23px;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

a.header__mail {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

/*pc*/
@media screen and (min-width: 769px) {
    .sp_eyecatch_text {
        display: none;
    }

    .aboutus__img sp {
        display: none;
    }
}

/*sp*/
@media screen and (max-width: 769px) {
    .pc_eyecatch_text {
        display: none;
    }
}

span.pc_eyecatch_text {
    color: white;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 0.3rem;
    text-shadow: 0px 0px 5px #000000, 0px 0px 10px #000000;
}

.sp {
    display: none;
}

span.sp_eyecatch_text {
    color: white;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    letter-spacing: 0.3rem;
    text-shadow: 0px 0px 5px #000000, 0px 0px 10px #000000;
}

#page_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 69;
    border-radius: 50%;
    background-color: var(--main-bg-color);
    border: 2px solid white;
}

#page_top a::before {
    font-weight: 900;
    content: ">";
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(270deg);
}

.inner.flex5 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: var(--padding);
    padding-top: var(--padding);
}

ul.news__list.news__wd a {
    color: black;
    text-decoration: none;
}

a.news_btn.hv.reveal2 {
    display: flex;
    justify-content: flex-end;
    text-decoration: none;
    color: black;
    padding-top: var(--half-padding);
}

li.news__item {
    letter-spacing: 1.5px;
}

li.news__item {
    line-height: var(--def-line-height);
}

.news .inner {
    display: flex;
    gap: 20px;
}

.news .inner .section__ttlbox {
    width: 30%;
}

.news .inner .section__ttl {
    text-align: left;
}

.news .inner .news__list--box {
    width: 70%;
}

.news .inner .news__item {
    margin-bottom: 30px;
}

.news__link {
    display: block;
    padding: 30px;
    background-color: #ede5fa;
    text-decoration: none;
}

.news__link span {
    color: #000;
}

.news__link .ttl {
    color: var(--main-bg-color);
}

.news__link .date {
    color: #000;
}

.lower-news .card {
    margin-bottom: 30px;
}

.lower-news .card a {
    color: #000;
}

.news-detail__lower .inner {
    max-width: 1000px;
    margin: auto;
}

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

.news__pagination .wp-pagenavi {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.news__pagination .wp-pagenavi span {
    padding: 10px 20px;
    text-align: center;
}

.news__pagination .wp-pagenavi a {
    text-decoration: none;
    color: #3339;
    font-size: 20px;
    display: inline-block;
    padding: 10px 20px;
}

.news__pagination .wp-pagenavi [aria-current] {
    color: #47387c;
    font-weight: 600;
}

.news__pagination .next-page {
    color: #000;
}

.news-detail__lower {
    position: relative;
}

.news-detail__lower::after {
    content: "";
    background-color: #ede5fa;
    max-width: 1500px;
    width: 100%;
    height: 50vh;
    position: absolute;
    top: -25px;
    right: 0;
    z-index: -1;
}

.news-detail__lower p {
    margin-bottom: 20px;
}

.news-detail__ttl h1 {
    color: #47387c;
    margin-bottom: 45px;
    line-height: 25px;
}

.news-detail__lower img {
    margin-bottom: 20px;
    width: 100%;
}

.news-detail__postlink {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 60px;
}

.news-detail__postlink .active {
    color: #47387c;
}

.news-detail__postlink a {
    text-decoration: none;
    color: #000;
}

.section__ttl {
    /* text-align: center; */
    /* font-family: ryo-display-plusn, serif; */
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 0.1rem;
    margin-bottom: 30px;
    line-height: 1.5;
}

.section__ttl .ja {
    display: block;
    font-size: 22px;
    color: #000;
    letter-spacing: 0;
}

.aboutus__item {
    padding: 96px 0 95px;
    background-image: url(../img/img01.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    margin-left: 18vw;
    margin-right: 18vw;
    margin-bottom: var(--padding);
}

.aboutus__textbox {
    background: #fff;
    width: 45%;
    margin: 0 0 0 auto;
    padding: 55px 10px 55px 10px;
}

.aboutus__text {
    font-size: 16px;
    margin: 10px 40px 10px 40px;
}

a.btn01 {
    font-weight: bold;
    text-decoration: none;
    color: black;
    margin: 0px 40px 0px 40px;
}

.btn01 {
    display: inline-block;
    border: 1px solid #000;
    font-size: 16px;
    padding: 21px 88px 21px 26px;
    position: relative;
    background: white;
}

.store__text {
    font-size: 16px;
    /* margin: 0 auto 53px; */
    max-width: 600px;
}

.contactbnr {
    padding-bottom: var(--twice-padding);
    padding-top: var(--twice-padding);
    background: #000000;
    display: flex;
    justify-content: center;
    /* margin-top: var(--padding); */
    /* margin-bottom: var(--padding); */
}

.contactbnr__item--left {
    width: 100%;
    max-width: 485px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid white;
    padding-right: 9%;
}

.contactbnr__item--right {
    display: flex;
    flex-direction: column;
}

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

.contactbnr__item--left p {
    color: white;
    padding-top: 10px;
}

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

.contactbnr__tel {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    white-space: pre;
}

.contactbnr__mail {
    display: block;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-left: 10%;
    text-decoration: none;
    white-space: pre;
}

p.access_bottom {
    display: flex;
    justify-content: center;
}

p.access__text {
    display: flex;
    justify-content: center;
    text-align: center;
}

.access__item {
    margin-bottom: 30px;
}

.access .access__map iframe {
    width: 100%;
    height: 417px;
}

.footer {
    background-repeat: no-repeat;
    background-position: right 10% bottom 10%;
}

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

.footer__nav {
    display: flex;
}

a.footer__nav--link {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.footer__item--childitem {
    margin-bottom: 30px;
}

p.footer__text {
    background-color: #fff;
    font-weight: bold;
    padding: 20px;
    color: var(--main-bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 20px;
    min-width: 200px;
}

p.footer__text.tel::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/tel-purple.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

p.footer__text.mail::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/mail-purple.png) no-repeat;
    background-size: contain;
    background-position: center;
}

p.footer__text.mail::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/arrow-rounded-purple.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.footer__item.flex {
    display: flex;
    justify-content: space-evenly;
}

p.copyright.pc {
    font-weight: bold;
    margin-top: var(--half-padding);
}

.inner.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 100%;
}

h2.center.mb20 {
    text-align: center;
    /* font-family: ryo-display-plusn, serif; */
    font-weight: 700;
    font-style: normal;
    color: var(--main-bg-color);
    font-size: 36px;
    letter-spacing: 0.1rem;
    padding-bottom: var(--half-padding);
    padding-top: var(--half-padding);
}

.inner.entry-content {
    margin-top: var(--padding);
    margin-bottom: var(--padding);
    display: flex;
    flex-direction: column;
    margin-right: var(--quadruple-padding);
    margin-left: var(--quadruple-padding);
}

/* lower-mv start*/
.lower-mv {
    height: 28vw;
    min-height: 350px;
    max-height: 423px;
    background-size: cover;
    background-position: center;
    padding: 0 3%;
}

.lower-mv .inner {
    height: 100%;
}

.lower-mv__textbox {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.lower-mv__text {
    color: white;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: var(--font-family-1);
    text-align: center;
}

.lower-mv__text .ttl01 {
    font-size: 51px;
}

.lower-mv__text .ttl02 {
    font-size: 24px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.breadcrumb__list {
    display: flex;
    flex-direction: row;
}

.breadcrumb {
    color: #000;
    margin-bottom: 20px;
    margin-top: 20px;
}

.breadcrumb a {
    color: #000;
    text-decoration: underline;
    display: inline-block;
}

.breadcrumb a:hover {
    text-decoration: none;
}

.breadcrumb span:first-child {
    margin-left: 0;
}

.breadcrumb span {
    margin: 0 3px 0 3px;
}

.breadcrumb .home.hv:after {
    content: ">";
}

.breadcrumb .home .hv {
    text-decoration: none;
    color: #000;
}

.breadcrumb .home .hv:after {
    content: ">";
    padding-right: 10px;
    padding-left: 10px;
}

/* lower-mv end*/
p.center.f22.bold.mb20 {
    text-align: center;
    padding-bottom: var(--half-padding);
}

p.center.mb10.daihyou_right {
    text-align: right;
    padding-bottom: var(--half-padding);
}

p.center.f18.daihyou_right {
    text-align: right;
}

/*
span.must {
    display: block;
    background-color: white;
    border: none;
    text-shadow: none;
    padding: revert;
    font-size: 10px;
    color: #cd0808;
    float: none;
    margin: 0px 0px;
    border-radius: unset;
    box-shadow: none;
    background-image: none;
    background-size: 100% 100%;
    font-weight: bold;
    font-size: 16px;
}
*/
.inner_entry_flex_outer {
    display: flex;
    justify-content: space-evenly;
}

p.mb99 a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.right_flex_box {
    width: 50%;
}

.left_flex_box {
    width: 50%;
}

.font-w {
    font-weight: bold;
}

.lower-contact .inner {
    max-width: 800px;
}

.lower-contact .contact-desc {
    text-align: center;
    margin-bottom: 60px;
    font-size: 16px;
}

.lower-contact.section-py {
    padding-bottom: 0;
}

dl.contact__form--item.flex {
    display: flex;
    justify-content: space-between;
}

.center.mb70 {
    text-align: center;
    padding-bottom: var(--half-padding);
}

dl.contact__form--item.flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: start;
}

dl.contact__form--item.flex dt {
    display: flex;
}

.contact__form form dd {
    display: flex;
    justify-content: space-between;
}

.contact__form form dd .radio {
    width: 18px;
    height: 18px;
}

.contact__form form dd textarea {
    width: 100%;
    padding: 10px;
}

p {
    line-height: var(--def-line-height);
}

.defalt_lineheight {
    line-height: var(--def-line-height);
}

.font-w {
    padding-top: var(--quarter-padding);
    padding-bottom: var(--quarter-padding);
}

dl.contact__form--item.flex .text2 {
    height: 30px;
    width: 100%;
    padding: 12px;
}

dl.contact__form--item.flex .text3 {
    height: 50px;
    width: 100%;
    padding: 12px;
}

li.footer__nav--item {
    line-height: var(--long-line-height);
}

textarea.textarea {
    height: 250px;
    width: 100%;
    padding: 12px;
}

form#mailformpro dl dt, form#mailformpro dl dd {
    width: 50%;
}

form#mailformpro dl dt {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 5px;
}

p.copyright.pc {
    font-weight: bold;
    margin-top: var(--half-padding);
}

.form_privacy {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.form_privacy .t4 {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.form_privacy input {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.submit_wap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hideme {
    opacity: 0;
    height: 0;
    appearance: none;
}

dl dd.notflex {
    display: unset;
}

.submit_wap input {
    border: 0;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    color: #47387c;
}

.submit_wap span {
    background-color: #47387c;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1366px) {
    .lower-mv__text .ttl02 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .lower-mv__text .ttl01 {
        font-size: 42px;
    }
}

@media (max-width: 1300px) {
}

h5.name {
    font-family: serif;
    font-weight: bold;
}
