ul, li{
    list-style: none;
}
a{
    word-wrap: break-word;
}
.pnkz{
    margin: 15px 0 60px;
}
.pnkz ul{
    width: 100%;
    display: flex;
}
.pnkz li:nth-child(1):after{
    content: '>';
    margin: 0 8px;
}
.pnkz li:nth-child(2){
    color: #5E68AF;
}

.m-h2{
    color: #5E68AF;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 60px;
}
.m-h2::after{
    content: '';
    display: block;
    width: 340px;
    height: 2px;
    margin: 0 auto;
    background-color: #E75297;
}
.guide1 .m-h2::after{
    width: 850px;
}
.access_m-h2::after{
    width: 340px !important;
}

/*gymInfo*/
.gymInfo{
    margin-bottom: 100px;
}
.gymInfo table{
    width: 80%;
    margin: 0 auto;
    border-collapse: collapse;
}
.gymInfo table tr:nth-child(odd) .tdLeft{
    background-color: #bbc0e0;
}
.gymInfo table tr:nth-child(even) .tdLeft{
    background-color: #dee0f3;
}
.gymInfo table tr:nth-child(odd) .tdRight{
    background-color: #F2F2F2;
}
.gymInfo table tr:nth-child(even) .tdRight{
    background-color: #fdfbfb;
}
.tdLeft{
    font-weight: bold;
}
.tdLeft,
.tdRight{
    padding: 20px 25px;
}
.googleMap{
    max-width: 100% !important;
    margin-bottom: 100px;
}

/*たまプラーザ駅からRAYELジムまでの行き方*/
.guide1{
    margin-bottom: 120px;
}
.guide2{
    margin-bottom: 80px;
}
.thumbLeft{
    position: relative;
}
.thumbLeft::after{
    content: url(../img/arrow.png);
    position: absolute;
    bottom: -25px;
    left: 250px;
}
.thumbLeft:last-child::after{
    display: none;
}
.thumbLeft > p{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.thumbLeft .reasonText{
    position: relative;
    padding-left: 400px;
    padding-top: 100px;
    z-index: 0;
}
.thumbLeft .reasonText .pointHl{
    padding-left: 120px;
    padding-bottom: 20px;
}
.thumbLeft img{
    width: 500px;
}
.reasonText .boxDesign2{
    width: 99%;
    background: #efdadc;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    text-align: justify;
}
.thumbLeft .reasonText .boxDesign2{
    padding-left: 140px;
    padding-right: 30px;
    position: relative;
}
.boxDesign2::before{
    content: url(../img/guideNumber01.png);
    position: absolute;
    top: -40px;
    left: 140px;
}
#boxDesign2_02::before{
    content: url(../img/guideNumber02.png);
}
#boxDesign2_03::before{
    content: url(../img/guideNumber03.png);
}
#boxDesign2_04::before{
    content: url(../img/guideNumber04.png);
}
#boxDesign2_05::before{
    content: url(../img/guideNumber05.png);
}
#boxDesign2_06::before{
    content: url(../img/guideNumber06.png);
    top: -50px;
}
#boxDesign2_07::before{
    content: url(../img/guideNumber07.png);
}
#boxDesign2_08::before{
    content: url(../img/guideNumber08.png);
    top: -65px;
}
.reasonText .boxDesign2 h3{
    border-bottom: solid 1px #604461;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.reasonText .boxDesign2::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #5e68af;
    bottom: -7px;
    right: -7px;
    z-index: -1;
}
.boxDesign2 p{
    height: 250px;
}
.boxDesign2::before{
    content: url(../img/guideNumber01.png);
}

/*RAYELたまプラーザにお車でお越しいただく場合のご案内*/
.guide2 .m-h2::after{
    width: 1090px;
}
.guide2 > p{
    text-align: center;
}
.guide2 .thumbLeft::after{
    display: none;
}
.guide2 .boxDesign2::before{
    display: none;
}
.guide2 .reasonText .boxDesign2{
    padding-top: 30px;
    padding-bottom: 30px;
}
.parkingName{
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 8px;
}
.guide2 .boxDesign2 p{
    height: auto;
}



@media screen and (max-width:768px){
    .container{
        width: 100%;
        padding: 0 10px;
    }
    .m-h2{
        font-size: 36px;
    }
    .m-h2::after{
        width: 320px;
    }
    /*gymInfo*/
.gymInfo{
    margin-bottom: 80px;
}
.gymInfo table{
    width: 100%;
}
tr{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
td{
    width: 100%;
}
.tdLeft{
    background-color: #bbc0e0 !important;
}
.tdRight{
    background-color: #F2F2F2 !important;
}


.tdLeft,
.tdRight{
    padding: 20px 10px;
}
.googleMap{
    max-width: 100% !important;
    margin-bottom: 80px;
}

.m-h2{
    font-size: 36px;
}
/*たまプラーザ駅からRAYELジムまでの行き方*/
.guide1,
.guide2{
    margin-bottom: 70px;
}
.guide1 > div,
.guide2 > div{
    text-align: center;
}
.guide2 > div{
    margin-bottom: 40px;
}
.guide1 .m-h2,
.guide2 .m-h2{
    font-size: 36px;
    display: inline;
    border-bottom: 2px solid #E75297;
}
.guide1 .m-h2::after,
.guide2 .m-h2::after{
    display: none;
}
.thumbLeft{
    width: 100%;
    background: none;
    margin: 110px 0;
}
.thumbLeft:last-child{
    margin: 110px 0 50px;
}
.guide2 .thumbLeft{
    margin: 40px 0;
}
.thumbLeft > p{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 90%;
}
.thumbLeft .reasonText{
    position: relative;
    width: 100%;
    padding-left: 0 !important;
    padding-top: 100px;
    z-index: 0;
}
.thumbLeft::after{
    content: url(../img/arrow.png);
    width: auto !important;
    top: 100% !important;
    left: 50%;
    border: none !important;
    z-index: 5;
}
.thumbLeft:last-child::after{
    display: none;
}
.thumbLeft > p{
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
}
.thumbLeft .reasonText .boxDesign2{
    padding: 120px 20px 20px;
    position: relative;
}
.guide2 .thumbLeft .reasonText .boxDesign2{
    padding: 120px 15px 20px;
    position: relative;
}
.reasonText .boxDesign2{
    width: 90% !important;
    margin: 0 0 0 auto;
}
.thumbLeft .reasonText{
    padding-top: 0;
    margin: -80px 0 0 0;
}
.boxDesign2 p{
    height: auto !important;
}
.boxDesign2::before{
    top: -220px;
    left: -20px;
}
.thumbLeft .reasonText .pointHl{
    padding-left: 120px;
    padding-bottom: 20px;
}
.thumbLeft img{
    width: 100%;
}
.boxDesign2::before{
    display: none;
}
.guide1 ul li:nth-child(1)::before{
    content: url(../img/guideNumber01.png);
}
.guide1 ul li:nth-child(2)::before{
    content: url(../img/guideNumber02.png);
}
.guide1 ul li:nth-child(3)::before{
    content: url(../img/guideNumber03.png);
}
.guide1 ul li:nth-child(4)::before{
    content: url(../img/guideNumber04.png);
}
.guide1 ul li:nth-child(5)::before{
    content: url(../img/guideNumber05.png);
}
.guide1 ul li:nth-child(6)::before{
    content: url(../img/guideNumber06.png);
}
.guide1 ul li:nth-child(7)::before{
    content: url(../img/guideNumber07.png);
}
.guide1 ul li:nth-child(8)::before{
    content: url(../img/guideNumber08.png);
}
.reasonText .boxDesign2 h3{
    border-bottom: solid 1px #604461;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.reasonText .boxDesign2::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #5e68af;
    bottom: -7px;
    right: -7px;
    z-index: -1;
}

}
