@charset "utf-8";
/* CSS Document */

.epc #contents{
    width: 100%;
}
.epc .mainimage{
    width: 100%;
    position: relative;
}
.epc h1 {
    width: 100%;
    margin: 0 auto;
    min-height: 300px;
    height: 100%;
}
.epc h1 img {
    width: 100%;
    height: auto;
}

/* 光るエフェクト */
/*.epc .mainimage .reflection{
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
}
.epc .mainimage .reflection:after{
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #FFF;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflect 4s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflect 4s ease-in-out infinite;
}

@keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}*/

.epc .CTA{
    width: 100%;
    background: #231815;
    padding: 60px 0;
}
.epc .CTA .inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.epc .intro{
    width: 100%;
    background: #231815;
    background: url("../img/bg_intro.png") no-repeat top left;
    background-size: cover;
    padding: 120px 0;
}
.epc .intro .inner{
    width: 86%;
    max-width: 1000px;
    margin: 0 auto;
}
.epc .intro h2 {
    color: #FFF;
    text-align: center;
    font-family: "Hiragino Mincho ProN";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 30px;
}
.epc .intro p {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    line-height: 1.8;
}



.epc .point{
    width: 100%;
    background: #231815;
    padding: 100px 0;
}
.epc .point .inner{
    width: 86%;
    max-width: 1000px;
    margin: 0 auto;
}
.epc .point ol{
    width: 100%;
    display: grid;
    grid-column: 2;
    grid-template-columns: 45% 45%;
    grid-column-gap: 100px;
    grid-row-gap: 50px;
}
.epc .point ol li img{
    width: 100%;
    height: auto;
}

.epc .example{
    width: 100%;
    background: #BC0830;
    padding: 100px 0;
}
.epc .example .inner{
    width: 86%;
    max-width: 1000px;
    margin: 0 auto;
}
.epc .example h2{
    margin-bottom: 50px;
}
.epc .example ol{
    width: 100%;
    display: grid;
    grid-column: 2;
    grid-template-columns: 50% 50%;
    grid-row-gap: 50px;
}
.epc .example h3{
    margin-bottom: 20px;
}
.epc .example ol li img{
    width: 100%;
    height: auto;
}

.epc .overview{
    width: 100%;
    background: #E4E4E4;
    padding: 100px 0;
}
.epc .overview h2{
    color: #231815;
    text-align: center;
    font-family: "Hiragino Mincho ProN";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 50px;
}
.epc .overview .inner{
    width: 86%;
    max-width: 1000px;
    margin: 0 auto;
}
.epc .overview .overview_body{
    margin: 0 auto;
}
.epc .overview .overview_body p + p{
    margin-top: 50px;
}
.epc .overview .overview_body p img{
    width: 100%;
    height: auto;
}

.epc .guidance{
    width: 100%;
    background: #fff;
    padding: 100px 0 50px;
}
.epc .guidance .inner{
    width: 86%;
    max-width: 1000px;
    margin: 0 auto;
}

.epc .guidance h2{
    color: #231815;
    text-align: center;
    font-family: "Hiragino Mincho ProN";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 50px;
}

.epc .guidance p{
    color: #231815;
    text-align: center;
    font-family: "Hiragino Mincho ProN";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 50px;
}
.epc .guidance img {
    width: 100%;
    height: auto;
}

.epc .message{
    width: 100%;
    background: #fff;
    padding: 50px 0 100px;
}
.epc .message .inner{
    width: 86%;
    max-width: 1000px;
    margin: 0 auto;
}
.epc .message h2{
    color: #231815;
    text-align: center;
    font-family: "Hiragino Mincho ProN";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 50px;
}
.epc .message .box{
    width: 100%;
    padding: 50px;
    background-color: #231815;
    display: grid;
    grid-column: 2;
    grid-template-columns: 300px 1fr;
    grid-column-gap: 40px;
}
.epc .message .box figure img{
    width: 100%;
    height: auto;
}
.epc .message .box figure figcaption{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}
.epc .message .message_txt{
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}
.epc .message .profile_tit{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.epc .message .profile_txt{
    color: #fff;
    font-family: "Noto Sans";
    font-style: normal;
    line-height: 1.8;
    font-size: 14px;
}

.epc .access{
    width: 100%;
    background: #E4E4E4;
    padding: 100px 0;
}
.epc .access .inner{
    width: 86%;
    max-width: 1000px;
    margin: 0 auto;
}

.epc .access .access_contents {
    background-color: #fff;
    padding: 20px 50px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 80px;
}
.epc .access table {
    width: 100%;
    font-family: "Hiragino Mincho ProN";
    color: #000;
    border-collapse: separate;
    border-spacing: 20px 0;
}
.epc .access table th {
    width: 28%;
    text-align: center;
    padding: 30px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}
.epc .access table td {
    width: 70%;
    padding: 30px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}
.epc .access table tr:not(:last-child) th,
.epc .access table tr:not(:last-child) td {
    border-bottom: 2px dotted #000;
}
.epc .access table td span.tel {
    font-size: 40px;
}
.epc .access table td .memo {
    font-size: 16px;
    text-indent: -1em;
    padding-left: 1em;
}
.epc .access table td .imagebox_map {
    width: 500px;
    max-width: 100%;
    margin: 20px 0;
}
.epc .access table td .imagebox_map img{
    width: 100%;
    height: auto;
}

.epc .btn_box{
    margin: 80px auto 0;
}
.epc .linkbtn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; 
    width: 650px;
    height: 80px;
    border-radius: 40px;
    background: #D80834;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.epc .linkbtn:hover{
    text-decoration: none;
    opacity: 0.7;
}
.epc .linkbtn02{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; 
    width: 650px;
    height: 80px;
    border-radius: 40px;
    background: #FFF;
    margin: 0 auto;
    color: #D80834;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.epc .linkbtn02:hover{
    text-decoration: none;
    opacity: 0.7;
}
.epc footer {
    margin: 0 0 0;
    padding: 20px 0 50px;
    border-top: 1px solid #ccc;
    font-size: 12px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .epc .point ol{
        grid-template-columns: 45% 45%;
        grid-column-gap: 80px;
    }
    .epc .access .access_contents {
        width: 100%;
        padding: 20px 20px;
        margin-bottom: 60px;
    }
    .epc .access table {
        border-spacing: 0;
    }
    .epc .access table th {
        display: block;
        width: 100%;
        padding: 20px 20px 0 20px;
        font-size: 24px;
    }
    .epc .access table td {
        display: block;
        width: 100%;
        padding: 10px 20px 20px 20px;
        font-size: 24px;
    }
    .epc .access table tr:not(:last-child) th {
        border-bottom: none;
    }
    .epc .access table td span.day {
        font-size: 48px;
    }
    .epc .access table td span.day2 {
        font-size: 32px;
    }
    .epc .access table td span.time {
        font-size: 32px;
        display: block;
        margin-left: 0;
    }
    .epc .access table td span.tel {
        font-size: 32px;
    }
    .epc .access table td .memo {
        font-size: 16px;
    }
    .epc .access table td .imagebox_map {
        width: 100%;
        max-width: inherit;
    }
}

@media screen and (max-width: 720px) {
    .epc #wrap {
        width: 100%;
        padding: 50px 0 0;
    }
    .epc h1 {
        width: 100%;
        margin: 0 auto;
        min-height: inherit;
        height: 100%;
    }
    .epc .CTA {
        padding: 30px 20px;
    }

    .epc .intro {
        background: url("../img/bg_intro_sp.png") no-repeat top left;
        background-size: cover;
        padding: 60px 20px;
    }
    .epc .intro .inner {
        width: 100%;
        max-width: inherit;
    }
    .epc .intro p {
        font-size: 18px;
        line-height: 1.5;
    }
    .epc .intro h2 {
        font-size: 28px;
    }
    .epc .intro p {
        font-size: 16px;
    }
    .epc .point{
        padding: 60px 20px;
    }
    .epc .point .inner{
        width: 100%;
    }
    .epc .point ol{
        width: 100%;
        display: grid;
        grid-column: 1;
        grid-template-columns: 100%;
        grid-row-gap: 30px;
    }
    .epc .point ol li img{
        width: 100%;
        height: auto;
    }

    .epc .example{
        padding: 60px 20px;
    }
    .epc .example .inner{
        width: 100%;
    }
    .epc .example h2{
        width: 60%;
    }
    .epc .example h2 img{
        width: 100%;
        height: auto;
    }
    .epc .example ol{
        width: 100%;
        display: grid;
        grid-column: 1;
        grid-template-columns: 100%;
        grid-row-gap: 20px;
    }
    .epc .example h3{
        margin-bottom: 10px;
    }
    .epc .example ol li img{
        width: 100%;
        height: auto;
    }
    
    .epc .example .accordion .accordion_box h3 {
        position: relative;
        cursor: pointer;
    }
    .epc .example .accordion .accordion_box h3:after {
        content: "";
        display: block;
        position: absolute;
        top: 35%;
        right: 0;
        width: 11px;
        height: 11px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
    }
    .epc .example .accordion .accordion_box h3.active:after {
        transform: rotate(135deg);
        transition: .3s;
    }
    .epc .example .accordion .accordion_box p{
        display:none;
        transition: transform .5s, opacity .5s;
    }  
    
    .epc .overview {
        padding: 60px 20px;
    }
    .epc .overview .inner {
        width: 100%;
        max-width: inherit;
    }
    .epc .overview h2 {
        width: 100%;
        font-size: 24px;
        line-height: 1.3s;
        margin-bottom: 30px;
    }
    .epc .overview .overview_body {
        padding: 0 20px;
    }
    .epc .overview .overview_body img {
        width: 100%;
        height: auto;
    }
    .epc .overview .overview_body p + p {
        margin-top: 30px;
    }
    .epc .guidance {
        padding: 60px 20px 30px;
    }
    .epc .guidance .inner {
        width: 100%;
    }
    .epc .guidance h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .epc .guidance p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .epc .guidance figure {
        width: 90%;
        margin: 0 auto;
    }
    .epc .guidance img {
        width: 100%;
        height: auto;
    }
    .epc .message {
        padding: 30px 20px 60px;
    }
    .epc .message .inner {
        width: 100%;
    }
    .epc .message h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .epc .message .box {
        width: 100%;
        padding: 30px;
        grid-column: 1;
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .epc .message .box figure figcaption {
        font-size: 16px;
    }
    .epc .message .message_txt {
        font-size: 14px;
    }
    .epc .message .profile_tit {
        font-size: 14px;
    }
    .epc .message .profile_txt {
        line-height: 1.8;
        font-size: 13px;
    }
    .epc .access {
        padding: 60px 20px;
    }
    .epc .access .inner {
        width: 100%;
        max-width: inherit;
    }
    .epc .access table th {
        font-size: 18px;
    }
    .epc .access table td {
        font-size: 18px;
        text-align: center;
    }
    .epc .access table tr:nth-child(3) td {
        font-size: 18px;
        text-align: left;
    }
    .epc .overview table td span.tel {
        font-size: 24px;
    }
    .epc .overview table td .memo {
        font-size: 12px;
        text-align: left;
    }
    .epc .linkbtn{
        width: 90%;
        height: 60px;
        border-radius: 35px;
        font-size: 13px;
        line-height: 1.3;
    }
    .epc .linkbtn02{
        width: 90%;
        height: 60px;
        border-radius: 35px;
        font-size: 13px;
        line-height: 1.3;
    }
    .epc .btn_box{
        margin: 50px auto 0;
    }

}
