@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

html {
    font-family: "Noto Sans JP", "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
section {
    max-width: 1298px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 767px) {
    section {
        width: 100%;
        padding: 0 1rem;
        overflow: hidden;
    }
}
@media (min-width: 768px) {
    section {
        padding: 0 1.39%;
    }
}
picture {
    display: block;
}
.contents {
    margin: 3rem auto 4rem;
}
@media (min-width: 768px) {
    .contents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1440px;
        padding: 0 20px;
        margin: 4rem auto 8rem;
    }
}
.contents__left {
    width: 64%;
    max-width: 904px;
    margin-left: 8%;
}
@media (min-width: 768px) and (max-width: 1184px) {
    .contents__left {
        width: 73%;
        margin-left: 2%;
    }
}
@media (max-width: 767px) {
    .contents__left {
        width: 100%;
        margin-left: 0;
    }
}
.contents__left section > section {
    padding: 0;
    margin-top: 2rem;
}
@media (min-width: 768px) {
    .contents__left section > section {
        margin-top: 4rem;
    }
}
.contents__left section > section section {
    margin-top: 2rem;
}
@media (min-width: 768px) {
    .contents__left section > section section {
        margin-top: 3rem;
    }
}
.contents__left section > section + section {
    margin-top: 2rem;
}
@media (min-width: 768px) {
    .contents__left section > section + section {
        margin-top: 3rem;
    }
}
.contents__left section > *:first-child {
    margin-top: 0;
}
.contents__left section + section {
    margin-top: 4rem;
}
/* @media (min-width: 768px) {
    .contents__left section + section {
        margin-top: 8rem;
    }
} */
.contents .sidebar {
    width: 22.22%;
    max-width: 320px;
}
.contents .sidebar img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    .contents .sidebar {
        display: none;
    }
}
.text--center {
    text-align: center !important;
}
.text--right {
    text-align: right !important;
}
.text--left {
    text-align: left !important;
}
.text--bold {
    font-weight: bold !important;
}
.text--normal {
    font-weight: normal !important;
}
.text--colorRed01 {
    color: #cc1d2c !important;
}
.text--colorRed02 {
    color: #d82300 !important;
}
a.no-link {
    pointer-events: none;
    cursor: default;
}
a.no-link::before,
a.no-link::after {
    display: none !important;
}
.topic__path {
    width: 100%;
    max-width: 1152px;
    padding: 0.5rem 1.25rem 0;
    margin: 0 auto;
    overflow-x: auto;
}
@media (max-width: 767px) {
    .topic__path {
        padding: 0.5rem 2.22%;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
}
.topic__path--list {
    line-height: 1.25;
}
@media (min-width: 768px) {
    .topic__path--list {
        padding: 6px 0;
    }
}
@media (max-width: 767px) {
    .topic__path--list {
        line-height: 1.5;
    }
}
.topic__path--item {
    position: relative;
    display: inline-block;
    margin-left: 2rem;
    font-size: 0.75rem;
    vertical-align: 4px;
}
@media (max-width: 767px) {
    .topic__path--item {
        margin-left: 8.89%;
    }
}
.topic__path--item::before {
    position: absolute;
    top: 50%;
    left: -14px;
    width: 5px;
    height: 8px;
    margin-top: -4.5px;
    vertical-align: middle;
    content: "";
    background-image: url("/app/wp-content/themes/otakaraya/assets/img/common/icon_arrow_red02.png");
    background-size: contain;
}
.topic__path--item:first-child {
    margin-left: 0;
}
.topic__path--item:first-child::before {
    content: none;
}
@media (max-width: 767px) {
    .topic__path--item:last-child {
        margin-right: 1rem;
    }
}
.topic__path--item > a {
    display: inline-block;
    color: #0080ff;
    text-decoration: underline;
}
.topic__path--item a:hover {
    text-decoration: none;
}
@media (max-width: 767px) {
    .topic__path + .contents {
        margin-top: 2rem;
    }
}
.nav {
    margin-top: 20px;
    margin-bottom: 0.56%;
}
.nav .gnav__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .nav .gnav__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
    }
}
.nav .gnav__item {
    width: 15.5%;
    margin-left: 1.3%;
    text-align: center;
}
.nav .gnav__item:first-child {
    margin-left: 0;
}
@media (max-width: 767px) {
    .nav .gnav__item {
        width: 47.4%;
        margin-top: 12px;
        margin-left: 5.2%;
    }
    .nav .gnav__item:nth-child(2n-1) {
        margin-left: 0;
    }
    .nav .gnav__item:nth-child(-n + 2) {
        margin-top: 0;
    }
}
.nav .gnav__item > a {
    display: block;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 24px;
}
.nav .gnav__item > a:hover {
    background: #f2f2f2;
    border-color: #f2f2f2;
}
.nav .gnav__item > a > div {
    padding: 5px;
}
@media screen and (min-width: 768px) {
    .nav .gnav__item.current > a {
        border-color: #d82300;
    }
}
.nav .gnav__item--img img {
    width: 32px;
}
.nav .gnav__item--text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.25;
}
#header {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1140px;
    padding: 0.97% 0 0;
    margin: 0 auto;
}
@media (max-width: 767px) {
    #header {
        padding: 2.78% 2.2%;
    }
}
#header img {
    max-width: 100%;
    vertical-align: top;
}
#header .header__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (min-width: 768px) {
    #header .header__head {
        padding: 0 1.3%;
    }
}
#header .header__head .logo__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    #header .header__head .logo__wrap {
        margin-right: 18%;
    }
}
#header .header__head .logo__img {
    width: 169px;
}
@media (max-width: 767px) {
    #header .header__head .logo__img {
        width: 41.2%;
        padding-left: 2px;
    }
}
#header .header__head .logo__text {
    margin-left: 45px;
    font-size: 14px;
}
@media (max-width: 767px) {
    #header .header__head .logo__text {
        width: 55%;
        margin-left: 3.8%;
        font-size: 10px;
    }
}
#header .header__head .tel__wrap {
    max-width: 176px;
    text-align: right;
}
@media (max-width: 767px) {
    #header .header__head .tel__wrap {
        display: none;
    }
}
#header .header__head .tel__img a {
    display: block;
}
#header .header__head .tel__img img {
    line-height: 1;
}
#header .header__head .tel__text {
    font-size: 11px;
    line-height: 16px;
    color: #1b982a;
}
@media (min-width: 768px) {
    #header .header__head .tel__text {
        margin-top: -5px;
    }
}
#header .subnav__wrap,
#header .cta__wrap,
#header #nav_toggle,
#header .nav__inner > .logo__wrap,
#header .nav__inner > .tel__wrap {
    display: none;
}
@media (max-width: 767px) {
    #header .subnav__wrap .btn__gr01--wrap,
    #header .cta__wrap .btn__gr01--wrap,
    #header #nav_toggle .btn__gr01--wrap,
    #header .nav__inner > .logo__wrap .btn__gr01--wrap,
    #header .nav__inner > .tel__wrap .btn__gr01--wrap {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    #header .nav__wrap {
        display: none;
    }
}
#header #nav_toggle {
    display: none;
}
@media (max-width: 767px) {
    #header #nav_toggle {
        position: fixed;
        top: -6px;
        right: 1.6%;
        z-index: 999;
        display: block;
        width: 60px;
        height: 60px;
        cursor: pointer;
    }
}
@media (max-width: 767px) {
    #header {
        width: 100%;
    }
    #header.open {
        position: absolute;
        z-index: 996;
        padding: 0;
        overflow: scroll;
    }
    #header.open .header__head {
        display: none;
    }
    #header.open .nav__wrap {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 998;
        display: block;
        width: 100%;
        height: 100vh;
        padding: 60px 6.6% 120px;
        margin: 0 auto;
        overflow-y: scroll;
        background: #fff;
    }
    #header.open .nav__wrap > div {
        overflow: auto;
    }
    #header.open .nav__wrap .nav {
        margin-top: 20px;
    }
    #header.open .nav__wrap .nav .gnav__item > a {
        border: 1px solid #f0f0f0;
    }
    #header.open .nav__wrap .subnav__wrap {
        display: block;
    }
    #header.open .nav__wrap .subnav__wrap .btn__gy01--wrap + .acod__nav {
        margin-top: 8px;
    }
    #header.open .nav__wrap .subnav__wrap .acod__nav + .btn__gy01--wrap {
        margin-top: 8px;
    }
    #header.open .nav__wrap .subnav__wrap .acod__nav + .acod__nav {
        margin-top: 8px;
    }
    #header.open .nav__wrap .cta__wrap {
        display: block;
        margin-top: 32px;
    }
    #header.open .nav__wrap .logo__wrap {
        display: block;
        margin-top: 38px;
    }
    #header.open .nav__wrap .logo__img {
        width: 61.7%;
        margin: 0 auto;
    }
    #header.open .nav__wrap .logo__text {
        margin-top: 16px;
        font-size: 14px;
        text-align: center;
    }
    #header.open .nav__wrap .tel__wrap {
        display: block;
        width: 74.5%;
        margin: 16px auto 0;
        text-align: center;
    }
    #header.open .nav__wrap .tel__img a {
        display: block;
    }
    #header.open .nav__wrap .tel__img img {
        line-height: 1;
    }
    #header.open .nav__wrap .tel__text {
        margin-top: 12px;
        font-size: 11px;
        line-height: 1.45;
        color: #1b982a;
    }
    #header.open #nav_toggle {
        display: block;
    }
}
.header__corona {
    width: 100%;
    background: rgba(216, 35, 0, 0.1);
}
@media (max-width: 767px) {
    .header__corona {
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }
}
.header__corona--inner {
    display: block;
    max-width: 1152px;
    padding: 12px 20px;
    margin: 0 auto;
    font-size: 0.75rem;
    line-height: 1.4;
    color: #d82300;
}
@media (max-width: 767px) {
    .header__corona--inner {
        padding: 1.67% 0.5rem;
    }
}
.header__corona a {
    color: #0080ff;
    text-decoration: underline;
}
.header__corona a :hover {
    text-decoration: none;
}
.attendIcon {
    position: relative;
    padding-left: 22px;
}
.attendIcon::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.125rem;
    height: 1.125rem;
    margin-top: -0.5625rem;
    vertical-align: middle;
    content: "";
    background-image: url("/app/wp-content/themes/otakaraya/assets/img/common/icon_attend_red01.png");
    background-size: contain;
}
@media (max-width: 767px) {
    .attendIcon::before {
        top: -0.25rem;
        margin-top: 0;
    }
}
#footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#footer img {
    max-width: 100%;
    vertical-align: top;
}
#footer .footer__head {
    background-color: #f2f2f2;
}
#footer .footer__head--inner {
    max-width: 1200px;
    padding: 100px 24px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    #footer .footer__head--inner {
        padding: 50px 2.2%;
    }
}
#footer .footer__logo--wrap {
    text-align: center;
}
#footer .footer__logo--img {
    width: 191px;
    margin: 0 auto;
}
#footer .footer__logo--text {
    margin: 30px auto 0;
    font-size: 14px;
}
#footer .footer__sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
}
@media (max-width: 767px) {
    #footer .footer__sitemap {
        display: block;
        margin-top: 30px;
    }
}
#footer .footer__sitemap--inner {
    width: 19.4%;
    padding: 30px 10px;
    background-color: #fff;
    border-radius: 24px;
}
@media (max-width: 767px) {
    #footer .footer__sitemap--inner {
        width: 100%;
        padding: 12px;
    }
    #footer .footer__sitemap--inner + .footer__sitemap--inner {
        margin-top: 12px;
    }
}
#footer .footer__sitemap--inner .acod__switchNav {
    font-size: 18px;
    font-weight: bold;
}
@media (max-width: 767px) {
    #footer .footer__sitemap--inner .acod__switchNav {
        font-size: 16px;
    }
}
#footer .footer__sitemap--inner .acod__contentsNav {
    margin-top: 25px;
    font-size: 12px;
    line-height: 2;
}
@media (max-width: 767px) {
    #footer .footer__sitemap--inner .acod__contentsNav--link .item {
        margin-top: 1px;
        background-color: #f2f2f2;
    }
}
@media (max-width: 767px) {
    #footer .footer__sitemap--inner .acod__contentsNav--link .item a {
        display: block;
        padding: 10px 33px;
    }
}
#footer .footer__sitemap--inner .acod__contentsNav--link .item a:hover {
    color: #d82300;
}
@media (max-width: 767px) {
    #footer .footer__sitemap--inner .acod__contentsNav {
        margin-top: 15px;
        font-size: 14px;
    }
}
#footer .footer__foot {
    color: #fff;
    text-align: center;
    background-color: #b31e00;
}
#footer .footer__foot--inner {
    max-width: 1200px;
    padding: 50px 24px 100px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    #footer .footer__foot--inner {
        padding: 50px 24px max(25.64vw, 100px);
    }
}
#footer .footer__foot--inner .corporate__info {
    font-size: 16px;
    font-weight: bold;
}
#footer .footer__foot--inner .corporate__name {
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
}
#footer .footer__foot--inner .corporate__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}
@media (max-width: 767px) {
    #footer .footer__foot--inner .corporate__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
#footer .footer__foot--inner .corporate__link > .item {
    width: 180px;
}
@media (max-width: 767px) {
    #footer .footer__foot--inner .corporate__link > .item {
        width: 100%;
        margin-top: 20px;
    }
    #footer .footer__foot--inner .corporate__link > .item:first-child {
        margin-top: 0;
    }
}
#footer .footer__foot--permit {
    margin-top: 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
#footer .footer__foot--copyrigh {
    margin-top: 20px;
    font-size: 12px;
}
#footer .nav {
    margin-top: 30px;
}
#footer .nav .gnav__item > a {
    border: 1px solid #f2f2f2;
}
#footer .nav .gnav__item > a:hover {
    background: #f2f2f2;
    border-color: #f2f2f2;
}
.btn__gy01--wrap {
    display: block;
    width: max(100%, 392px);
    max-width: 100%;
}
.btn__gr01--wrap {
    display: block;
    width: 100%;
    max-width: 392px;
    margin-top: 8px;
}
.btn__gr01--wrap > a {
    position: relative;
    display: block;
    padding: 12px 40px 12px 25px;
    overflow: hidden;
    font-size: 14px;
    background-color: #fff;
    border: 2px solid #1b982a;
    border-radius: 24px;
}
.btn__gr01--wrap > a:hover {
    background-color: #1b982a;
}
.btn__gr01--wrap > a:hover::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    vertical-align: middle;
    content: "";
    background-image: url("/app/wp-content/themes/otakaraya/assets/img/common/icon_arrow_white01.png");
    background-size: contain;
}
.btn__gr01--wrap > a::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    vertical-align: middle;
    content: "";
    background-image: url("/app/wp-content/themes/otakaraya/assets/img/common/icon_arrow_green01.png");
    background-size: contain;
}
.btn__wh01--wrap {
    display: block;
    width: 100%;
}
.btn__wh01--wrap > a {
    position: relative;
    display: block;
    padding: 8px 40px 8px 25px;
    overflow: hidden;
    font-size: 14px;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 24px;
}
.btn__wh01--wrap > a:hover {
    border: 2px solid #d82300;
}
.btn__wh01--wrap > a::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 12px;
    height: 7px;
    vertical-align: middle;
    content: "";
    background-image: url("/app/wp-content/themes/otakaraya/assets/img/common/icon_arrow_red03.png");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.acod__nav {
    margin-top: 8px;
}
@media (max-width: 767px) {
    .acod__nav {
        display: block;
        padding: 0 12px;
        overflow: hidden;
        background-color: #f2f2f2;
        border-radius: 24px;
    }
    .acod__nav .acod__switchNav {
        position: relative;
        padding: 16px 18px 16px 13px;
        font-size: 14px;
        line-height: 1;
        cursor: pointer;
    }
    .acod__nav .acod__switchNav::after {
        position: absolute;
        top: 50%;
        right: 7px;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        vertical-align: middle;
        content: "";
        background: url("/app/wp-content/themes/otakaraya/assets/img/common/icon_plus_red01.png")
            no-repeat right center;
        background-size: contain;
    }
    .acod__nav .acod__switchNav.open::after {
        background: url("/app/wp-content/themes/otakaraya/assets/img/common/icon_minus_red01.png")
            no-repeat right center;
        background-size: contain;
    }
    .acod__nav .acod__switchNav.open + .acod__contentsNav {
        padding-bottom: 16px;
    }
    .acod__nav .acod__contentsNav {
        overflow: hidden;
        font-size: 14px;
        line-height: 1.4;
        border-radius: 12px;
    }
    .acod__nav .acod__contentsNav--link .item {
        margin-top: 1px;
        background-color: #fff;
    }
    .acod__nav .acod__contentsNav--link .item:first-child {
        margin-top: 0;
    }
    .acod__nav .acod__contentsNav--link .item:last-child {
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }
    .acod__nav .acod__contentsNav--link .item a {
        position: relative;
        display: block;
        padding: 10px 33px;
    }
    .acod__nav .acod__contentsNav--link .item a::after {
        position: absolute;
        top: 50%;
        left: 20px;
        width: 5px;
        height: 8px;
        margin-top: -4px;
        vertical-align: middle;
        content: "";
        background-image: url("/app/wp-content/themes/otakaraya/assets/img/common/icon_arrow_red02.png");
        background-size: contain;
    }
}
.acod__01 {
    display: block;
    width: 100%;
    max-width: 392px;
    margin-top: 8px;
    overflow: hidden;
    background-color: #f2f2f2;
    border-radius: 24px;
}
.acod__01 .acod__switch {
    position: relative;
    padding: 16px 30px 16px 25px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}
.acod__01 .acod__switch::after {
    position: absolute;
    top: 50%;
    right: 19px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    vertical-align: middle;
    content: "";
    background: url("/app/wp-content/themes/otakaraya/assets/img/common/icon_plus_red01.png")
        no-repeat right center;
    background-size: contain;
}
.acod__01 .acod__switch.open::after {
    background: url("/app/wp-content/themes/otakaraya/assets/img/common/icon_minus_red01.png")
        no-repeat right center;
    background-size: contain;
}
.acod__01 .acod__contents {
    padding: 0 12px 16px;
    margin-top: -1px;
    font-size: 14px;
    line-height: 1.4;
}
.acod__01 .acod__contents--link {
    overflow: hidden;
    border-radius: 12px;
}
.acod__01 .acod__contents--link .item {
    margin-top: 1px;
    background-color: #fff;
}
.acod__01 .acod__contents--link .item:first-child {
    margin-top: 0;
}
.acod__01 .acod__contents--link .item a {
    position: relative;
    display: block;
    padding: 10px 33px;
}
.acod__01 .acod__contents--link .item a::after {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 5px;
    height: 8px;
    margin-top: -4px;
    vertical-align: middle;
    content: "";
    background-image: url("/app/wp-content/themes/otakaraya/assets/img/common/icon_arrow_red02.png");
    background-size: contain;
}
.acod--width100 {
    max-width: 100%;
} /*# sourceMappingURL=common.min.css.map */
