@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&family=Noto+Sans+JP:wght@100..900&display=swap');

.noto-sans-jp-<uniquifier> {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.akshar-<uniquifier> {
    font-family: "Akshar", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

#wpadminbar {
    top: unset;
    bottom: 0;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

h2 {
    font-size: 68px;
    font-weight: 500;
    line-height: 1;
    font-family: "Akshar", sans-serif;
    color: #025BAC;
}

h2::after {
    display: none;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    color: #1C1C1C;
    background-color: #fff;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
}

nav ul,
ol li,
ul li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

html {
    margin-top: 0 !important;
}

a {
    text-decoration: none;
    font-size: 16px;
    transition: 0.25s;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrap {
    max-width: 1040px;
    margin: 0 auto;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #1C1C1C;
    align-content: center;
    z-index: 99;
}

.h_inner {
    align-items: center;
}

.h_logo {
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    background-color: #fff;
    height: 57px;
    align-content: center;
    width: 26%;
}

.h_logo > .flex {
    justify-content: flex-start;
}

.h_logo img {
    max-width: 310px;
    padding-left: 10px;
}

.h_logo span {
    color: #025BAC;
    font-family: "Akshar", sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    margin-left: 2px;
}

nav {
    width: 72%;
}

nav ul {
    margin-right: 15px;
}

nav li {
    border-left: solid 1px #fff;
    line-height: 1;
}

nav li:last-child {
    border-right: solid 1px #fff;
}

nav li a {
    font-size: 14px;
    padding: 2px 15px;
}

nav a:hover,
footer a:hover {
    color: #EB7295 !important;
}

nav a {
    color: #fff;
    font-weight: 500;
}

.accordion {
    position: relative;
    margin: 0;
}

.accordion-content {
    bottom: -74px;
    position: absolute;
    padding: 10px 5px;
    display: none;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
    background-color: rgba(255, 255, 255, 0.72);
}

.accordion-content.active {
    display: block;
}

.accordion-content a {
    padding: 10px;
    color: #1C1C1C !important;
    border-bottom: dotted 1px #1C1C1C;
}

nav .accordion-content {
    bottom: auto;
    top: calc(100% + 20px);
}

/*a:not([href]) {
    opacity: 0.3;
    cursor: unset;
}*/

/*a:not([href]):hover {
    opacity: 0.3;
    color: #fff;
}*/

a img {
    transition: 0.25s;
}

a img:hover {
    opacity: 0.6;
}

footer a:not([href]):hover {
    color: #1C1C1C !important;
}

header a:not([href]):hover {
    color: #fff !important;
}

.h_sns {
    align-items: center;
}

.h_sns img {
    max-width: 20px;
}

.h_sns a {
    margin-right: 15px;
}

.h_contact a {
    background-color: #D34C84;
    position: relative;
    font-size: 15px;
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    height: 57px;
    align-content: center;
    padding: 0 30px 0 45px;
}

.h_contact a:hover {
    background-color: #fff !important;
}

.h_contact a::after {
    content: "▶";
    position: absolute;
    right: 10px;
    top: 21px;
    font-size: 10px;
}

main {
    margin-top: 57px;
}

.mv {
    background-image: url(../img/mv.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.mv .wrap {
    max-width: 1100px;
}

.mv img {
    max-width: 580px;
    padding: 130px 0;
}

.scroll {
    position: absolute;
    bottom: 30px;
    left: 29%;
}

.scroll span {
    position: absolute;
    left: -20px;
    top: -20px;
    color: #1C1C1C;
    font-size: 15px;
}

.scroll::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #1C1C1C;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }

    30% {
        height: 30px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 50px;
        opacity: 0;
    }
}

.about {
    position: relative;
    padding: 120px 0 0;
}

.about::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/bg_about.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    width: 860px;
    height: 100%;
    z-index: -1;
}

.about .flex {
    align-items: flex-start;
}

.a_img {
    width: 30%;
}

.a_img img {
    max-width: 360px;
}

.a_txt {
    width: 65%;
}

.a_txt span {
    font-size: 20px;
    font-weight: 500;
}

.a_txt h2 {
    font-size: 30px;
    text-align: left;
    color: #D34C84;
    margin: 10px 0 20px;
    font-weight: bold;
}

.a_txt p {
    margin-bottom: 20px;
}

.btn {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    background: linear-gradient(45deg, #D34C84 50%, #EB7295 50%);
    padding: 18px 85px 15px;
    border-radius: 40px;
    position: relative;
}

.btn:hover {
    opacity: 0.6;
}

.btn::after {
    content: "▶";
    position: absolute;
    right: 30px;
    top: 27px;
    font-size: 10px;
}

.about ul {
    margin-top: 120px;
}

.about li {
    width: 25%;
}

.about li:nth-child(2),
.about li:nth-child(4) {
    margin-top: 70px;
}

.movie {
    background-image: url(../img/bg_movie.jpg);
    background-size: cover;
    background-position: center;
    padding: 120px 0;
}

.movie .wrap {
    max-width: 920px;
}

.movie p {
    text-align: center;
    margin: 40px 0 30px;
}

.message {
    position: relative;
    background-image: url(../img/bg_message.jpg);
    background-size: cover;
    background-position: center;
    padding: 120px 0 140px;
}

.message img {
    max-width: 24%;
    position: absolute;
}

.p1 {
    top: 0;
    right: 0;
}

.p2 {
    bottom: 0;
    left: 0;
}

.message p {
    font-size: 18px;
    margin: 40px 0;
}

.from {
    text-align: end;
    font-weight: 500;
    margin: 0;
}

.from small {
    font-size: 16px;
    font-weight: 400;
    padding-right: 10px;
}

.message .wrap {
    max-width: 650px;
}

.h_ttl p {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin: 0 0 10px;
}

footer {
    padding: 80px 0 0;
    border-top: solid 1px #F0F0F0;
}

.f_ex {
    background-image: url(../img/bg_footer.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 95px;
}

footer .wrap {
    max-width: 1000px;
}

footer .flex {
    align-items: center;
}

.f_img {
    width: 40%;
}

.f_nav {
    width: 50%;
}

footer ul.flex {
    justify-content: normal;
    margin-bottom: 20px;
}

footer li {
    border-right: solid 1px #1C1C1C;
    line-height: 1;
}

footer li:first-child {
    border-left: solid 1px #1C1C1C;
}

footer li a {
    font-size: 14px;
    font-weight: 500;
    padding: 2px 15px;
}

footer li.accordion {
    margin-bottom: 0;
}

footer li .accordion-content {
    text-align: right;
    top: 100%;
    right: 0;
    bottom: auto;
}

footer li .accordion-content a {
    font-size: 70%;
    padding: 10px 5px;
}

.f_sns {
    margin-top: 30px;
    justify-content: normal;
}

.f_sns a {
    margin-right: 10px;
}

.f_sns img {
    max-width: 22px;
}

footer p {
    color: #fff;
    background-color: #1C1C1C;
    text-align: center;
    display: block;
    padding: 20px 0;
    font-size: 14px;
}

.top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    line-height: 0;
}

.top img {
    max-width: 120px;
}

.fadeleft {
    animation-name: fadeleftAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeleftAnime {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeIn {
    transform: translate3d(0, 50px, 0);
    transition: 1s;
    opacity: 0;
}

.fadeIn.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.mv_low {
    background-image: url(../img/mv_row.jpg);
    background-size: cover;
    background-position: center;
    padding: 150px 0 130px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
}

.p_infomation {
    background-image: url(../img/mv_info.jpg);
}

.p_streaming {
    background-image: url(../img/mv_streaming.jpg);
}

.p_prayers {
    background-image: url(../img/mv_prayers.jpg);
}

.p_access {
    background-image: url(../img/mv_access.jpg);
}

.p_course {
    background-image: url(../img/mv_course.jpg);
}

.new .wrap {
    max-width: 1200px;
}

.mv_low .flex {
    justify-content: left;
    align-items: center;
}

.mv_low p {
    font-family: "Akshar", sans-serif;
    font-size: 62px;
    margin-right: 45px;
}

.mv_low h1 {
    font-size: 18px;
    font-weight: 500;
}

.new #contact .contactform {
    margin: 0 auto;
    width: 65%;
}

.new #contact .comment {
    font-size: 16px;
}

.new input,
.new button,
.new textarea,
.new select {
    font-size: 16px;
    padding: 15px;
}

.new #contents {
    margin-top: 80px;
}

.new #contact .privacy {
    margin: 30px auto 0;
}

.new #contact .privacy .box {
    border: 2px solid #d3d3d3;
    padding: 40px 35px;
    margin: 40px auto 60px 0;
    height: 320px;
}

.new .submit {
    background: linear-gradient(45deg, #D34C84 50%, #EB7295 50%);
    border: none;
    font-weight: 500;
    font-size: 25px;
}

.breadcrumb {
    margin: 10px 0;
}

.breadcrumb a {
    color: #1C1C1C !important;
    font-weight: 400;
}

.thanx {
    margin: 80px auto 100px;
}

.thanx p {
    text-align: center;
}

.thanx span {
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
}

.n_streaming {
    padding: 0 0 120px;
}

.streaming_box {
    background-color: #F8F8F8;
    padding: 40px 50px;
    margin: 40px 0 0;
}

.streaming_box h3 {
    position: relative;
    color: #D34C84;
    font-size: 22px;
    margin-bottom: 20px;
}

.streaming_box h3::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 5%;
    top: 0;
    bottom: 0;
    left: -7%;
    margin: auto;
    background-color: #D34C84;
}

.streaming_box span,
.a_train_box span,
.n_course span {
    color: #D34C84;
    display: inline-block;
    margin: 15px 0 0;
}

.streaming_box .flex {
    align-items: center;
}

.streaming_box .flex div {
    width: 65%;
}

.streaming_box img {
    width: 30%;
}

.info_txt {
    margin: 60px 0 120px;
    text-align: center;
}

.info_txt p {
    font-size: 20px;
    margin-bottom: 40px;
}

.info_txt img {
    max-width: 680px;
    margin: 20px auto 0;
}

.info_wrap {
    padding: 120px 0;
    background-image: url(../img/bg_info.jpg);
    background-size: cover;
    background-position: center;
}

.info_wrap .wrap {
    background-color: #fff;
    padding: 90px 0;
}

.info_wrap table {
    width: 70%;
    margin: 0 auto;
}

.info_wrap tr {
    border-bottom: solid 1px #D9D9D9;
}

.info_wrap tr:last-child {
    border-bottom: none;
}

.info_wrap th,
.info_wrap td {
    font-size: 18px;
    text-align: left !important;
    padding: 25px 0;
}

.info_wrap th {
    color: #025BAC;
    font-weight: 500;
    width: 35%;
    vertical-align: baseline;
}

.info_wrap td {
    font-weight: 400 !important;
    width: 65%;
}

.s_info {
    margin: 15px 0;
}

.s_info h4 {
    font-weight: 700;
}

.s_info p {
    margin-left: 15px;
}

.s_info a {
    margin-left: 15px;
    text-decoration: underline;
}

.n_prayers #contents {
    background-image: url(../img/bg_prayers.jpg);
    background-position: center;
    background-size: cover;
    margin: 0;
    padding: 80px 0 170px;
}

.prayer_box {
    background-color: #fff;
    padding: 5%;
    text-align: center;
    margin: 60px 0 0;
}

.prayer_box ul {
    align-items: center;
    margin-bottom: 40px;
}

.prayer_box li {
    width: 14%;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    text-align: left;
}
.flex_prayer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.prayer_box span {
    color: #D34C84;
    margin-right: 5px;
}

.prayer_box small {
    font-size: 14px;
}

.prayer_box p {
    color: #025BAC;
    font-weight: 700;
    margin-top: 10px;
}

.n_access,
.n_course {
    padding: 0 0 140px;
}

.a_caution {
    border: solid 2px #D34C84;
    color: #D34C84;
    padding: 15px 3% 20px;
    text-align: center;
    margin: 60px 0 70px;
}

.a_caution h3 {
    font-size: 22px;
}

.a_caution p {
    font-size: 17px;
}

.c_ttl {
    font-size: 22px;
    padding: 15px 0 15px 5%;
    background-color: #F8F8F8;
    position: relative;
    margin: 20px 0 50px;
    font-weight: 700;
}

.c_ttl::before {
    content: "";
    position: absolute;
    background-color: #1C1C1C;
    width: 4%;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.a_train_box {
    width: 46%;
    margin-bottom: 50px;
}

.a_train_box h4 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}

.n_access strong {
    color: #D34C84;
}

.a_train_box table {
    width: 100%;
}

.a_train_box th,
.a_train_box td {
    font-size: 20px;
    font-weight: 500;
    padding: 20px 10px;
    text-align: center;
    width: 50%;
    border: solid 1px #1C1C1C;
}

.a_train_box th {
    background-color: #646464;
    color: #fff;
}

.parking_txt {
    font-size: 20px;
    font-weight: 500;
}

.a_parking {
    width: 55%;
    margin: 40px 0 0;
}

.a_parking small {
    font-size: 16px;
    margin-top: 20px;
    display: block;
}

.n_course img {
    margin: 85px 0 100px;
}

.n_course ul {
    margin: -20px 0 0;
}

.n_course li {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.parking_caution {
    margin: 25px 0 30px;
}

.parking_caution small {
    font-size: 16px;
}

.parking_l {
    font-size: 18px;
    width: 60%;
}

.parking_l h4 {
    color: #D34C84;
    font-size: 29px;
    padding-bottom: 7px;
    border-bottom: solid 1px #707070;
}

.parking_l p {
    margin: 10px 0 40px;
    font-weight: 500;
}

.parking_l small {
    font-size: 16px;
    margin-top: 40px;
    display: block;
}

.parking_r {
    width: 35%;
}

.parking_flex {
    margin-top: 50px;
}

.n_faq .accordion {
    margin: 60px 0 70px;
}

.n_faq dl dt {
    background-color: #D34C84;
    color: #fff;
    padding: 1.5rem 3rem 1.5rem 2rem;
    position: relative;
    cursor: pointer;
}

.n_faq dl {
    margin-bottom: 2rem;
}

.n_faq dl dd {
    background-color: #F8F8F8;
    padding: 2rem 3rem;
}

.n_faq dl dt:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.5rem;
    width: 1.5rem;
    height: 0.2rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.n_faq dl dt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.5rem;
    width: 1.5rem;
    height: 0.2rem;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.n_faq dl dt.active:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.n_faq dl dt.active:after {
    opacity: 0;
}

.n_faq dl dd a {
	color:#D34C84;
	text-decoration:underline;
}

@media screen and (min-width: 1500px) {
    .wrap {
        max-width: 1400px;
    }

    .mv {
        background-position: unset;
        padding: 20px 0 80px;
    }
}

@media screen and (min-width: 1820px) {
    .mv img {
        max-width: 680px;
        padding: 210px 0;
    }

    .mv .wrap {
        max-width: 1300px;
    }

    nav {
        width: 57%;
    }

    .a_img {
        width: 23%;
    }

    .mv {
        background-position: center;
        padding: 0;
    }
}

@media screen and (min-width: 2070px) {
    .mv img {
        max-width: 50%;
    }

    .mv {
        background-repeat: no-repeat;
    }

    .mv .wrap {
        max-width: 85%;
    }
}


@media screen and (max-width: 1399px) {
    header .pc {
        display: none;
    }

    header .sp {
        display: block;
    }

    .sp-menu {
        border: solid 3px #FDE9EC;
        position: absolute;
        top: 0;
        right: -120%;
        width: 30%;
        height: 100vh;
        z-index: 999;
        background-color: #FFF4F4;
        transition: 0.6s ease-in-out;
        overflow-y: scroll;
    }

    .menu-btn:checked~.sp-menu {
        right: 0;
    }

    .menu-icon {
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 10px;
        height: 30px;
        width: 40px;
    }

    .navicon,
    .close-icon {
        background: #D34C84;
        display: block;
        height: 3px;
        width: 30px;
        position: relative;
        margin: 0 auto;
        z-index: 99999;
    }

    .menu-btn {
        display: none;
    }

    .navicon::before {
        content: "";
        display: block;
        height: 100%;
        width: 80%;
        bottom: 9px;
        position: absolute;
        background: #D34C84;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }

    .navicon::after {
        content: "";
        display: block;
        height: 100%;
        width: 80%;
        top: 9px;
        position: absolute;
        background: #D34C84;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }

    .menu-btn:checked~.menu-icon .navicon:before {
        transform: rotate(-45deg);
        bottom: 0;
    }

    .menu-btn:checked~.menu-icon .navicon:after {
        transform: rotate(45deg);
        top: 0;
    }

    .menu-btn:checked~.menu-icon .navicon {
        background: 0;
    }

    .menu-btn:checked~.menu-icon .close-icon:before,
    .menu-btn:checked~.menu-icon .close-icon:after {
        background: #D34C84;
    }

    .menu-btn:checked~.menu-icon .close-icon:before {
        transform: rotate(45deg);
    }

    .menu-btn:checked~.menu-icon .close-icon:after {
        transform: rotate(-45deg);
    }

    nav ul {
        margin: 100px auto 0;
    }

    nav li {
        border-left: none;
        border-bottom: solid 3px #FDE9EC;
        margin-bottom: 20px;
        text-align: center;
    }

    nav li a {
        font-size: 20px;
        display: block;
        padding: 5px 0 10px;
        color: #1C1C1C !important;
    }

    nav li:last-child {
        border-right: none;
    }

    .accordion-content {
        position: relative;
        bottom: 0;
        padding: 0;
    }

    .accordion-content a {
        padding: 15px 10px;
        border-bottom: none;
    }

    .accordion {
        margin: 0 0 20px;
    }

    .h_sns {
        justify-content: center;
        margin-top: 40px;
    }

    .h_sns a {
        margin: 0 20px;
    }

    .h_sns img {
        max-width: 30px;
    }

    .h_logo {
        width: 48%;
    }

    .h_logo img {
        max-width: 340px;
        padding-left: 15px;
    }

    footer li .accordion-content {
        position: absolute;
    }

    footer li .accordion-content a {
        border-bottom: dotted 1px #1C1C1C;
    }
}

@media screen and (max-width: 1300px) {
    .message .wrap {
        max-width: 550px;
    }

    .mv img {
        max-width: 520px;
        padding: 110px 0;
    }
}

@media screen and (max-width: 1200px) {
    .wrap {
        max-width: 93%;
    }

    .new .wrap {
        max-width: 93%;
    }

    .streaming_box h3::before {
        width: 5%;
        left: -5.7%;
    }

    .streaming_box {
        padding: 40px 3.5%;
    }

    .prayer_box {
        padding: 5% 1%;
    }

    .prayer_box li {
        font-size: 17px;
    }

    .prayer_box span {
        margin-right: 3px;
    }
}

@media screen and (max-width: 1000px) {
    .scroll {
        left: 15%;
    }

    .message .wrap {
        max-width: 400px;
    }

    footer .wrap {
        max-width: 760px;
    }

    .f_img {
        width: 32%;
    }

    .f_nav {
        width: 63%;
    }

    .h_logo {
        width: 75%;
    }

    .movie .wrap {
        max-width: 93%;
    }

    .info_wrap table {
        width: 90%;
    }

    .info_txt p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .info_wrap th,
    .info_wrap td {
        font-size: 16px;
        padding: 20px 0;
    }

    .prayer_box ul {
        max-width: 40%;
        margin: 0 auto;
    }

    .prayer_box li {
        width: 50%;
        margin-bottom: 20px;
        text-align: left;
    }

    .a_train_box th,
    .a_train_box td {
        font-size: 18px;
        padding: 15px 5px;
    }
}

@media screen and (max-width: 780px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    html {
        margin-top: 0px !important;
    }

    html #wpadminbar {
        display: none !important;
    }

    .mv img {
        max-width: 410px;
        padding: 50px 0 90px;
    }

    .about li {
        width: 50%;
    }

    .sp-menu {
        width: 60%;
        overflow: hidden;
        overflow-y: scroll;
    }

    .message .wrap {
        max-width: 93%;
    }

    nav ul {
        margin: 60px auto 0;
    }

    nav li a {
        font-size: 17px;
    }

    footer .wrap {
        max-width: 98%;
    }

    footer li a {
        font-size: 13px;
        padding: 2px 10px;
    }

    .a_txt h2 {
        font-size: 23px;
    }

    .a_txt span {
        font-size: 16px;
    }

    .a_txt p,
    .movie p {
        font-size: 14px;
    }

    .btn {
        font-size: 18px;
        padding: 10px 70px 13px;
    }

    .btn::after {
        top: 19px;
    }

    h2 {
        font-size: 58px;
    }

    .h_ttl p {
        font-size: 17px;
        margin: 0 0 5px;
    }

    .message p {
        font-size: 16px;
    }

    .from small {
        font-size: 14px;
        padding-right: 10px;
    }

    .about::before {
        width: 700px;
    }

    .h_logo img {
        max-width: 220px;
    }

    .h_logo span {
        font-size: 16px;
    }

    .new #contact .contactform {
        width: 93%;
    }

    .streaming_box .flex div,
    .streaming_box img {
        width: 100%;
    }

    .streaming_box p {
        font-size: 14px;
    }

    .streaming_box img {
        margin-top: 35px;
    }

    .streaming_box h3::before {
        width: 3%;
        left: -3.7%;
    }

    .info_txt p {
        font-size: 16px;
    }

    .prayer_box ul {
        max-width: 50%;
    }

    .a_caution {
        padding: 15px 3% 20px;
    }

    .a_caution p {
        font-size: 15px;
    }

    .c_ttl {
        font-size: 18px;
        padding: 12px 0 12px 5%;
        margin: 20px 0 40px;
    }

    .a_caution h3 {
        font-size: 18px;
    }

    .a_train_box,
    .a_parking {
        width: 100%;
    }

    .a_parking small {
        font-size: 13px;
        margin-top: 10px;
    }

    .parking_txt {
        font-size: 16px;
    }

    .n_course img {
        margin: 60px 0 70px;
    }

    .n_course li {
        font-size: 14px;
    }

    .parking_l {
        width: 100%;
        margin-bottom: 60px;
        font-size: 16px;
    }

    .parking_r {
        width: 100%;
    }

    .parking_l h4 {
        font-size: 20px;
        padding-bottom: 5px;
    }

    .parking_caution small,
    .parking_l small {
        font-size: 12px;
    }

    .n_faq dl {
        margin-bottom: 4vw;
    }

    .n_faq dl dt {
        padding: 4vw 10vw 4vw 4vw;
    }

    .n_faq dl dd {
        padding: 4vw;
    }

    .n_faq dl dt:before {
        right: 4vw;
        width: 4vw;
    }

    .n_faq dl dt:after {
        right: 4vw;
        width: 4vw;
    }
}

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

    .mv .wrap {
        max-width: 100%;
    }

    .mv img {
        max-width: 420px;
        padding: 80px 0 160px;
    }

    .h_logo {
        width: 85%;
    }

    .scroll {
        left: 50%;
        bottom: -35px;
    }

    .sp-menu {
        width: 70%;
    }

    nav li a {
        font-size: 16px;
        padding: 0 0 10px;
    }

    .h_sns {
        margin-top: 20px;
    }

    .h_sns img {
        max-width: 20px;
    }

    .a_img {
        width: 60%;
        margin: 0 auto 40px;
    }

    .a_txt {
        width: 100%;
    }

    .a_txt span {
        font-size: 14px;
        text-align: center;
        display: block;
    }

    .a_txt h2 {
        font-size: 20px;
        text-align: center;
    }

    .btn {
        display: block;
        width: max-content;
        margin: 0 auto;
    }

    .about::before {
        width: 410px;
    }

    .movie {
        padding: 80px 0;
    }

    .movie iframe {
        height: 300px !important;
    }

    .message img {
        max-width: 35%;
    }

    .message {
        padding: 160px 0 130px;
    }

    .f_img {
        width: 80%;
        margin: 0 auto;
    }

    .f_nav {
        width: 100%;
    }

    footer li a {
        font-size: 12px;
        padding: 2px 8px;
    }

    footer ul.flex {
        justify-content: center;
    }

    .f_sns {
        justify-content: center;
    }

    footer p {
        font-size: 11px;
    }

    .top img {
        max-width: 90px;
    }

    .new .submit {
        width: fit-content;
        font-size: 20px;
        padding: 13px 90px;
    }

    .new #contact {
        font-size: 14px;
    }

    .new #contact .privacy .box {
        padding: 20px 25px;
        height: 280px;
        font-size: 14px;
    }

    .new input,
    .new button,
    .new textarea,
    .new select {
        font-size: 14px;
        padding: 12px;
    }

    .new #contents {
        margin-top: 60px;
    }

    .breadcrumb,
    .breadcrumb a {
        font-size: 12px;
    }

    .mv_low {
        padding: 90px 0 40px;
    }

    .mv_low p {
        font-size: 40px;
        margin-right: 20px;
    }

    .mv_low h1 {
        font-size: 16px;
    }

    .streaming_box p {
        font-size: 13px;
    }

    .info_wrap th,
    .info_wrap td {
        font-size: 13px;
        padding: 15px 0;
    }

    h2 {
        font-size: 50px;
    }

    .info_wrap .wrap {
        padding: 50px 0;
    }

    .prayer_box ul {
        max-width: 70%;
    }

    .prayer_box {
        padding: 8% 1%;
    }

    .a_train_box th,
    .a_train_box td {
        font-size: 17px;
    }
}

.grecaptcha-badge {
	bottom:20% !important;
}

ul.broadcast_memberbox {
    display: flex;
    margin: 2% 0 0;
}
ul.broadcast_memberbox li {
    margin: 0 1%;
}

/*スポンサー*/
#top section.sponsor #top_sponcor ul li {
    margin: 1% 2%;
}
#top section.sponsor #top_sponcor ul.lank-a {
    margin: 5% 0;
}
#top section.sponsor #top_sponcor  ul.lank-a li{
    width: 45%;
}
#top section.sponsor #top_sponcor  ul.lank-b li{
    width: 35%;
}
#top section.sponsor #top_sponcor ul.lank-c li{
     width: 25%;
}
#top section.sponsor #top_sponcor  ul.lank-d li{
     width: 15%;
}
#top section.sponsor #top_sponcor ul.lank-d li:nth-child(3n) {
    margin-right: 1%;
}
#top section.sponsor #top_sponcor ul.lank-d li:nth-child(6n) {
    margin-right: 0;
}
/*ダブルスペアグラフ*/
section.n_prayers .doublespair_box {
    margin: 8% 0 0 0;
}
section.n_prayers p.doublespair_title{
	font-size:25px;
    margin:2% 0;
}
section.n_prayers .doublespair_box img{
    width:90%;
    margin:0 auto;
}
@media screen and (max-width: 780px) {
section.n_prayers p.doublespair_title{
	font-size:20px;
}
}

/*開催のおしらせ*/
.info-text {
	font-size: 1.5rem;
	text-align: center;
	padding: 50px 0;
}
.info-text p span.red {
	color: red;
}
@media screen and (max-width: 1023px) {
.info-text {
    font-size: 1.25rem;
	}
.info-text p span.m-br {
	display: block;
}
}
@media screen and (max-width: 767px) {
.info-text {
    font-size: .875rem;
    padding: 100px 0 40px;
}
}
/*優勝枠、ニアピン枠*/
section.match_result_box .result_free_box {
    width: 80%;
    margin: 0 auto;
}
section.match_result_box .h_ttl p {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin: 0 0 10px;
}
section.match_result_box h2 {
    font-size: 68px;
    font-weight: 500;
    line-height: 1;
    font-family: "Akshar", sans-serif;
    color: #025BAC;
}
section.match_result_box .result_map {
    margin: 5% auto 0;
    width: 63%;
}
section.match_result_box .result_map table {
  border-collapse: collapse;
  border: 1px solid #000;
}
section.match_result_box .result_map table th {
    border: 1px solid #000;
    text-align: center;
    font-weight: 500;
    background: #d34c84;
    color: #fff;
    padding: 3px 0;
}
section.match_result_box .result_map table td {
    border: 1px solid #000;
    font-size: 15px;
}
section.match_result_box .result_map table td.runk_num {
    background: #ffeef5;
}
@media screen and (max-width: 620px) {
section.match_result_box h2 {
    font-size: 50px;
}
section.match_result_box .message p {
    font-size: 16px;
}
section.match_result_box .result_free_box {
    width: 100%;
}
section.match_result_box .result_map {
    width: 100%;
}
}

/* 404エラー */
.n_error {
    padding: 0 0 120px;
}

.error_txt {
    margin: 60px 0 0;
    font-size: 16px;
    text-align: center;
}

.error_txt .btn {
    width: 24rem;
    margin: 60px auto 0;
}

@media screen and (max-width: 620px) {
    .error_txt .btn {
        width: fit-content;
        font-size: 20px;
        padding: 13px 90px;
    }
}