.loading-area .loadeing-logo-area img {
    display: inline;
}

@media (min-width:751px) {
    /* CSS Document */

    /* body */
    article {
        padding-top: 50px;
    }

    .cflex {
        justify-content: space-between;
    }

    .iunit {
        margin-top: 120px;
    }

    .cmenu li {
        width: 350px;
    }

    /*mv*/
    #mv {
        background: url(../images/mv.jpg) center center no-repeat;
        background-size: cover;
        height: 400px;
    }

    #mv h2 {
        background: url(../images/ttl.svg) center center no-repeat;
    }

    /* #p1 */
    #p1 ul.tab {
        justify-content: center;
        margin-bottom: 40px;
    }

    #p1 ul.tab li {
        margin-right: 10px;
        position: relative;
    }

    #p1 ul.tab li:last-child {
        margin-right: 0;
    }

    #p1 ul.tab li:after {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        text-align: center;
        bottom: 36px;
        color: #d8d8d8;
        height: 5px;
        right: 25px;
        line-height: 0;
        transition: 0.3s;
    }

    #p1 ul.tab li:hover:after {
        right: 20px;
    }

    #p1 ul.tab li:hover a {
        background-color: #141105;
        border: 1px solid #141105;
        color: #fff;
    }

    #p1 ul.tab a.cflex {
        justify-content: left;
        margin-bottom: 0;
        opacity: 1;
        width: 300px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        padding: 15px;
    }

    #p1 ul.tab li.active a {
        background-color: #141105;
        border: 1px solid #141105;
    }

    #p1 ul.tab a p {
        margin-left: 20px;
        padding-top: 9px;
    }

    #p1 ul.tab li.active a p {
        color: #fff;
    }

    #p1 ul.tab a img {
        opacity: 1;
    }

    #p1 .intro {
        text-align: center;
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 34px;
    }

    #p1 .w1100 {
        padding-bottom: 90px;
    }

    #p1 .txt {
        width: 900px;
        margin-top: 30px;
        margin-left: 30px;
    }

    #p1 .txt_box .ttl {
        font-size: 20px;
        margin-bottom: 30px;
    }

    /* #p2 */

    #p2 .cflex {
        justify-content: start;
    }

    #p2 #sswrap ul {
        flex-wrap: wrap;
    }

    #p2 #sswrap ul li {
        width: 370px;
        margin: 0 45px 50px 0;
    }

    #p2 #sswrap ul li:last-child {
        margin: 0;
    }

    #p2 #sswrap ul li h4 {
        font-size: 20px;
        margin: 30px 0 5px;
    }

    #p2 #sswrap ul li .access {
        color: #bf1734;
        margin-bottom: 12px;
    }

    #p2 #ss2,
    #p2 #ss3 {
        display: none;
    }

    #p2 .station {
        padding: 80px;
    }

    #p2 .station img {
        width: 340px;
    }

    #p2 .station .txt_box {
        margin-left: 30px;
        width: 640px;
    }

    #p2 .station .txt_box h4 {
        margin: 10px 0 20px;
        font-size: 22px;
        color: #bf1734;
    }

    #p2 .station .txt_box .ctable {
        margin-top: 20px;
    }

    /* #p3 */

    #p3 table {
        width: 100%;
        border-top: 1px dotted #d8d8d8;
        margin-top: 20px;
    }

    #p3 table tr {
        border-bottom: 1px dotted #d8d8d8;

    }

    #p3 table th {
        width: 120px;
        border-bottom: 1px dotted #d8d8d8;
        font-size: 30px;
        font-weight: normal;
        vertical-align: middle;
        background-color: #fff5f5;
        color: #bc198e;
    }

    #p3 table th.summer {
        background-color: #f5f9e5;
        color: #5e6c35;
    }

    #p3 table th.autumn {
        background-color: #fffbee;
        color: #655715;
    }

    #p3 table th.winter {
        background-color: #f5f8ff;
        color: #1948bc;
    }

    #p3 table td {
        width: 1080px;
        padding: 30px;
        justify-content: left;
    }

    #p3 table td .txt {
        margin-left: 30px;
        width: 730px;
    }

    #p3 table td h4 {
        font-size: 20px;
    }

    #p3 table td .period {
        color: #bf1734;
        margin: 15px 0 5px;
    }

    #p3 table td.event {
        padding-bottom: 0;
    }

    #p3 table td .img {
        width: 260px;
    }

    /* #p4 */

    #p4 .iunit {
        margin-bottom: 120px;
    }

    #p4 h3.ch3 {
        margin-bottom: 50px;
    }

    #p4 .cbtn2 {
        margin-right: 20px;
    }

    #p4 .cbtn2::before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 20px;
        background: url(../../images/icon_window.svg) center center no-repeat;
        position: relative;
        top: 3px;
        margin-right: 5px;
    }

    #p4 .btnlist {
        justify-content: start;
    }

    #p4 h4 {
        margin-top: 50px;
    }

}

/* End mix-width:751px */


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

@media (min-width:751px) and (max-width:1245px) {}

@media (min-width:751px) and (max-width:1145px) {}

/*End max-width:1145px;*/

@media (min-width: 751px) and (max-width:1045px) {
    /*#bns .w1000 { padding: 35px 2vw 70px; }*/
}


@media (max-width:750px) {

    /* body */
    .cflex {
        justify-content: space-between;
    }

    .iunit {
        margin-top: 20vw;
    }

    /*mv*/
    #mv {
        background: url(../images/mv.jpg) center center no-repeat;
        background-size: cover;
    }

    #mv h2 {
        background: url(../images/ttl.svg) center center no-repeat;
        background-size: auto 70vw;
    }

    /* #p1 */
    #p1 {
        padding: 4vw 0 15vw;
    }

    #p1 ul.tab {
        justify-content: center;
        margin-bottom: 10vw;
        width: 88vw;
        margin: 0 auto;
    }

    #p1 ul.tab li {
        margin-bottom: 3vw;
        position: relative;
    }

    #p1 ul.tab li:last-child {
        margin-right: 0;
    }

    #p1 ul.tab li:after {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        text-align: center;
        bottom: 32px;
        color: #d8d8d8;
        height: 5px;
        right: 25px;
        line-height: 0;
        transition: 0.3s;
    }

    #p1 ul.tab li:hover:after {
        right: 20px;
    }

    #p1 ul.tab li:hover a {
        background-color: #141105;
        border: 1px solid #141105;
        color: #fff;
    }

    #p1 ul.tab a.cflex {
        margin-bottom: 0;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        padding: 4vw;
        display: flex;
            justify-content: left;
    }

    #p1 ul.tab li.active a {
        background-color: #141105;
        border: 1px solid #141105;
    }

    #p1 ul.tab a p {
        margin-left: 4vw;
        padding-top: 5vw;
    }

    #p1 ul.tab li.active a p {
        color: #fff;
    }

    #p1 .intro {
        text-align: center;
        margin: 10vw 0 4vw;
        font-size: 4.5vw;
        line-height: 7vw;
    }

    #p1 .w1100 .img {
        width: 65vw;
        margin: 4vw auto 0;
    }

    #p1 .txt {
        margin-top: 10vw;
        display: flex;
    }

    #p1 .txt_box {
        width: 70vw;
    }

    #p1 .txt_box .ttl {
        font-size: 6vw;
        margin-bottom: 3vw;
        line-height: 8vw;
    }

    /* #p2 */

    #p2 #ssnavi li a {
        height: 8vw;
    }

    #p2 #sswrap ul {
        flex-wrap: wrap;
    }

    #p2 #sswrap ul li {
        margin-bottom: 12vw;
    }

    #p2 ul li h4 {
        font-size: 6vw;
        margin-top: 4vw;
    }

    #p2 ul li .access {
        color: #bf1734;
        margin-bottom: 3vw;
    }

    #p2 #ss2,
    #p2 #ss3 {
        display: none;
    }

    #p2 .station {
        padding: 8vw;
    }

    #p2 .station .txt_box {
        margin-top: 5vw;
    }

    #p2 .station .txt_box h4 {
        margin: 0vw 0 2vw;
        font-size: 6vw;
        color: #bf1734;
    }

    #p2 .station .txt_box .ctable {
        margin-top: 4vw;
    }

    #p2 .station .txt_box .ctable th {
        width: 24vw;
    }

    /* #p3 */

    #p3 table {
        width: 100%;
        border-top: 1px dotted #d8d8d8;
        margin-top: 5vw;
    }

    #p3 table tr {
        border-bottom: 1px dotted #d8d8d8;

    }

    #p3 table th,
    #p3 table td {
        display: block;
        width: 100%;
    }

    #p3 table th {
        border-bottom: 1px dotted #d8d8d8;
        font-size: 8vw;
        font-weight: normal;
        vertical-align: middle;
        background-color: #fff5f5;
        color: #bc198e;
    }

    #p3 table th.summer {
        background-color: #f5f9e5;
        color: #5e6c35;
    }

    #p3 table th.autumn {
        background-color: #fffbee;
        color: #655715;
    }

    #p3 table th.winter {
        background-color: #f5f8ff;
        color: #1948bc;
    }

    #p3 table td {
        padding: 4vw 0 8vw;
        justify-content: left;
        display: flex;
    }

    #p3 table td .img {
        width: 29vw;
    }

    #p3 table td .txt {
        margin-left: 5vw;
        width: 50vw;
    }

    #p3 table td h4 {
        font-size: 5vw;
    }

    #p3 table td .period {
        color: #bf1734;
        margin: 2vw 0 1vw;
    }

    #p3 table td.event {
        padding-bottom: 0;
    }

    /* #p4 */

    #p4 .iunit {
        margin-bottom: 20vw;
    }

    #p4 .cbtn2 {
        margin-bottom: 3vw;
    }

    #p4 .cbtn2::before {
        content: "";
        display: inline-block;
        width: 4.7vw;
        height: 6vw;
        background: url(../../images/icon_window.svg) center center no-repeat;
        background-size: 4.7vw auto;
        position: relative;
        top: 1.8vw;
        margin-right: 0.8em;
    }

    #p4 .btnlist {
        justify-content: start;
    }

    #p4 .iunit .for_sp {
        margin-bottom: 12vw;

    }

}

/* End (max-width:750px)*/