/* loader */

#loader {
    background: #fff5ed;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
}

/*背景*/
.loader,
.loader:before,
.loader:after {
    background: #ffaaa9;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    height: 4em;
    width: 1em;
    top: 50%;
}

.loader {
    color: #fff;
    text-indent: -9999em;
    margin: auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

/* loader */

body {
    font-size: min(3.5vw, 18px);
    font-family: "Noto Sans JP", sans-serif;
    color: #444;
    background: #fff;
    line-height: 1.5;
}

img {
    vertical-align: bottom;
}

.panlist {
    text-align: left;
    font-size: 12px;
    padding-left: 1em;
    color: #fff;
    background: #fa6400;
}

#footer #f_PC,
footer #f_SP {
    margin: 0 auto !important;
}

#sns_button {
    margin-bottom: min(5vw, 40px);
    text-align: center;
}

#page_all {
    background: url(../img/bg.webp);
    background-size: cover;
    background-position: center center;
}

/* PC */

.onlySp {
    display: none;
}

.top_main {
    width: min(90%, 980px);
    margin: 0 auto min(10vw, 80px);
    padding-top: min(10vw, 80px);
}

.top_main h1 img {
    width: 100%;
    margin-bottom: min(5vw, 40px);
    filter: drop-shadow(4px 4px 0px #fff);
}

.sche_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: min(5vw, 40px);
    flex-wrap: wrap;
}

.sche_wrap small{
    font-size:0.8em;
    margin:0 0.25em;
}

.sche_left {
    width: 61%;
}

.sche_right {
    width: calc(39% - 20px);
}

.sche_left p {
    font-size: min(4vw, 24px);
    font-weight: 900;
    color: #fff;
    background: #ffaaa9;
    line-height: 1;
    padding: min(3vw,20px) 0;
    box-sizing: border-box;
    border-radius: 12px;
    margin-bottom: 10px;
    -webkit-text-stroke: 4px #ee6a68;
    text-stroke: 4px #ee6a68;
    paint-order: stroke;
}

.sche_left dl {
    display: flex;
    margin-bottom: 10px;
    font-size: min(4vw, 20px);
    align-items: center;
}

.sche_left dl dt {
    font-weight: 900;
    color: #fff;
    background: #ffaaa9;
    width: 10em;
    padding: min(3vw,20px) 0;
    box-sizing: border-box;
    border-radius: 12px 0 0 12px;
    -webkit-text-stroke: 4px #ee6a68;
    text-stroke: 4px #ee6a68;
    paint-order: stroke;
}

.sche_left dl dd {
    background: #fff;
    width: calc(100% - 10em);
    padding: min(3vw,20px) 0;
    box-sizing: border-box;
    border-radius: 0 12px 12px 0;
    font-weight: 700;
}

.sche_right dl dt {
    font-weight: 900;
    color: #fff;
    background: #ffaaa9;
    padding: min(3vw,20px) 0;
    box-sizing: border-box;
    border-radius: 12px 12px 0 0;
    font-size: min(4vw, 24px);
    line-height: 1;
    -webkit-text-stroke: 4px #ee6a68;
    text-stroke: 4px #ee6a68;
    paint-order: stroke;
}

.sche_right dl dd {
    background: #fff;
    border-radius: 0 0 12px 12px;
    font-size: min(6vw, 40px);
    font-weight: 700;
    padding: 1.26em 0;
}

.sche_right dl dd small {
    font-size: 0.6em;
    margin:0 0.2em;
}

.teach_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.teach_wrap li {
    width: calc(50% - 10px);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px #ffaaa9;
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    filter: drop-shadow(4px 4px 0 #ffaaa9);
}

.teach_wrap img {
    width: 30%;
    border-radius: 200px;
    box-sizing: border-box;
    border: 4px solid #ffaaa9;
}

.teach_wrap li p {
    font-size: min(4.5vw, 24px);
    font-weight: 700;
    margin-left: 2em;
    text-align: left;
}

.teach_wrap p span {
    display: block;
    font-size: 0.8em;
}

.teach_wrap p small {
    font-size: 0.8em;
}

.teach_wrap .notice {
    display: block;
/*    text-align: center;*/
    width: 100%;
    font-size: 12px;
    padding: 1em 0 0;
}

ul.catch {
    line-height: 2;
    margin-bottom: min(10vw, 80px);
    font-weight: 700;
    font-size: min(3.2vw, 24px);
}

ul.catch li {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5em;
    align-items: center;
}

ul.catch li span {
    margin: 0 0.2em;
}

ul.catch li span:nth-of-type(1) {
    text-decoration: underline wavy #fa6400;
    display: flex;
    align-items: center;
}

ul.catch li span:nth-of-type(2) {
    background: #ffaaa9;
    padding: 0.25em 0.5em;
    line-height: 1;
}

ul.catch li::before {
    content: "●";
    display: inline-block;
    font-size: 0.75em;
    margin-right: 0.5em;
    color: #fa6400;
}

main {
    text-align: left;
    width: min(90%, 980px);
    margin: 0 auto;
}

article section {
    margin-bottom: min(10vw, 80px);
}

article section h2 {
    font-size: min(4.5vw, 32px);
    font-weight: 900;
    color: #fff;
    line-height: 1;
    padding: min(2.5vw, 20px) min(5vw, 40px);
    background: #ee6a68;
    margin-bottom: 10px;
    border-radius: 12px 12px 0 0;
}

article section dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: min(5vw, 40px);
}

article section dl dt {
    width: 10em;
    background: #ffaaa9;
    color: #fff;
    text-align: center;
    padding: min(5vw, 40px) 0;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-weight: 700;
    -webkit-text-stroke: 4px #ee6a68;
    text-stroke: 4px #ee6a68;
    paint-order: stroke;
}

article section dl dd {
    width: calc(100% - 10em);
    background: #fff;
    margin-bottom: 10px;
    padding: min(5vw, 40px);
    box-sizing: border-box;
}

article section dl dd a{
    color:#ee6a68;
}

article section dl img {
    display: block;
    width: min(90%, 320px);
    margin-bottom: 20px;
    border-radius: 12px;
}

article section dl small {
    display: block;
    font-size: 0.8em;
    margin-bottom: 1em;
}

article section dl small:last-of-type {
    margin-bottom: 0;
}

.btn a {
    display: block;
    width: min(90%, 480px);
    line-height: 1;
    padding: 2em 0;
    text-align: center;
    font-weight: 700;
    font-size: min(4vw, 24px);
    color: #fff;
    background: #ee6a68;
    text-decoration: none;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 12px;
    filter: drop-shadow(8px 8px 0px #ffaaa9);
    transition: 0.2s;
}

.btn a:hover {
    opacity: 0.75;
}

.btn_close a {
    filter: drop-shadow(8px 8px 0px #ffaaa9) grayscale(1);
    pointer-events: none;
}

.btn small {
    display: block;
    font-size: 0.8em;
    padding-top: 1em;
}

section.notice div,
section.operation div {
    background: #fff;
    padding: min(5vw, 40px);
}

section.notice strong,
section.operation strong {
    display: block;
    font-weight: 700;
    margin-bottom: 1em;
    font-size: min(4vw, 24px);
}

section.notice ul {
    list-style-type: disc;
    margin-left: 1em;
}

section.notice li {
    line-height: 2;
}

small.caution{
    color:#910111;
    font-weight: bold;
    display: block;
    text-align: center;
}

/*SP*/

@media screen and (max-width:900px) {
    .onlySp {
        display: block;
    }

    #header {
        min-height: auto;
    }

    #page_all {
        overflow-x: hidden;
    }

    #pan_box {
        overflow-x: scroll;
    }

    .sche_left {
        width: 100%;
    }

    .sche_right {
        width: 100%;
    }

    .sche_left p {
        margin-bottom: 4px;
    }

    .sche_left dl {
        margin-bottom: 4px;
    }

    .sche_left dl:last-of-type {
        margin-bottom: 20px;
    }

    .sche_right dl dd {
        padding: 1em 0;
    }

    .teach_wrap li {
        width: 100%;
        margin-bottom: 8px;
        padding: 12px;
    }

    article section h2 {
        margin-bottom: 2px;
    }

    article section dl dt,
    article section dl dd {
        margin-bottom: 2px;
    }

    article section dl dt {
        width: 6em;
    }

    article section dl dd {
        width: calc(100% - 6em);
    }
}
