@charset "UTF-8";

/* change 375 */

body{
    background-color: #C08FFF;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
    width: 100%;
}
.title{
    width: 100%;
    margin: 0 0 7px 0;
}
.contents{
    width: 100%;
    height: auto;
    background-image: url("../img/bg.png");
    background-repeat: repeat;
    background-size: 100% auto;
    padding: 0 10px 50px 10px;
}
.contents img{
    width: 100%;
    border-radius: 18px;
}

.cp{
    font-size: 10px;
    color: #fff;
    margin: 50px 0 50px 0;
    text-align: center;
}

/* ----------- */

.subTitleWrap{
    width: 100%;
    padding: 100px 0 20px 0;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.subTitle_p1{
    font-weight: 900;
    font-size: 50px;
    color: #E0FF75;
    letter-spacing: 0;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
}
.subTitle_p1 span{
    font-size: 30px;
}
.subTitle_p2{
    font-weight: 900;
    font-size: 12px;
    color: #fff;
}

/* ----------- */

.infoWrap{
    width: 100%;
    position: relative;
}
.infoWrap p{
    font-size: 16px;
    color: #fff;
    margin: 10px 0 0 0;
}
.infoWrap a{
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    background-color: rgba(255,255,255,0.1);
    text-decoration: none;
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 7px 10px 10px 10px;
}

/* ----------- */

.switchBt,.timetableBt{
    display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;
}
.switchBtLeft,.timetableBtLeft{
    position: relative;
    width: 49%;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
    padding: 5px 0;
}
.switchBtRight,.timetableBtRight{
    position: relative;
    width: 49%;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
    padding: 5px 0;
}
.switchBtP1,.timetableBtP1{
    font-size: 40px!important;
    color: #000!important;
    font-weight: 900!important;
    margin: 0!important;
}
.switchBtP2,.timetableBtP2{
    position: absolute;
    top: 2px; left: 5px;
    font-size: 12px!important;
    color: #000!important;
    font-weight: 700!important;
    margin: 0!important;
}
.switchBt_active,.timetableBt_active{
    background-color: #E0FF75;
    position: relative;
}
.switchBt_active::after,.timetableBt_active::after {
    content: "▼";
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 36px;
    color: #E0FF75;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.route_img{
    width: 100%;
    margin: 20px 0 0 0;
}
.switchBtP3,.timetableBtP3{
    font-size: 12px!important;
    margin: 10px 0 0 0!important;
}
.switch_yama,.timetableswitch_yam{}
.switch_umi,.timetable_umi{display: none;}

/* ----------- */

.sapa{
    
}

/* ----------- */

.otherWrap{
    width: 100%;
    position: relative;
    margin: 0 0 50px 0;
}
.otherWrap p{
    font-size: 16px;
    color: #fff;
    margin: 10px 0 0 0;
}
.otherWrap a{
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    background-color: rgba(255,255,255,0.1);
    text-decoration: none;
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 7px 10px 10px 10px;
}
