@charset "utf-8";
#page{
    word-break: break-word;
}
#contents ul li,#contents dl dd,#contents p{
    letter-spacing: 0.1em;
}
/*................................................................*/
@media screen and (min-width:769px) {
/*................................................................*/

/*::::::::::::::::*/
#contents{
    padding: 0 0 0 0;
    margin: 0 auto 0 auto;
}
section{
    margin: 0 0 0 0;
}
label{
    cursor: pointer;
}
svg{
    position: absolute;left: 0;top: 0;
    width: 100%;
    height: 100%;
    fill: rgba(40,40,40,0);
    stroke: rgba(255,255,255,1);
    stroke-width: 1;
    stroke-opacity: 1;
    stroke-linecap: butt;
    stroke-linejoin: miter;
}
#svgdef{
    position: absolute;left: 0;top: 0;
    width: 0;
    height: 0;
}
#preloadimg{
    display: none;
}
a:hover{
    opacity: 1;
}
div.map_area p{
    padding: 0 0 0 0;
}

/*::::::::::::::::*/
section.thispage{
    padding: 40px 0 0 0;
}
/*--------*/
section.thispage h1{
    height: 57px;
    line-height: 57px;
    font-size: 18px;
    text-indent: 19px;
    border-style: solid;border-width: 1px 0 1px 1px;border-color: rgba(0,27,62,1);
}

/*::::::::::::::::*/
section.context{
    padding: 30px 0 0 0;
}

/*::::::::::::::::*/
section.stationmap{
    height: 740px;
}
/*--------*/
section.stationmap div.tab_area{
    position: relative;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
}
section.stationmap div.tab_area i.line{
    position: absolute;left: 0;bottom: 0;
    width: 100%;
    height: 5px;
    background-image: linear-gradient(90deg, rgba(30,78,133,1),rgba(2,30,67,1));
}
section.stationmap div.tab_area label{
    display: inline-block;
    vertical-align: top;
    width: 440px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: rgba(171,171,171,1);
    background-color: rgba(206,206,206,1);
    background-image: none;
}
section.stationmap div.tab_area label.curr{
    color: rgba(255,255,255,1);
    background-color: rgba(0,0,0,1);
    background-image: linear-gradient(90deg, rgba(30,78,133,1),rgba(2,30,67,1));
}
/*--------*/
section.stationmap div.floor_area{
    position: relative;
    width: 100%;
}
section.stationmap div.floor_area div.floor{
    display: none;
    position: absolute;left: 0;top: 0;
    width: 100%;
    height: 100%;
}
section.stationmap div.floor_area div.floor.curr{
    display: block;
}
section.stationmap div.floor_area div.floor div.mapouter{
    position: relative;
    width: 100%;
    height: 610px;
}
section.stationmap div.floor_area div.floor.f1f div.mapouter div.frame div.map{
    background-image: url(../images/locker/cl_map_1f_202008.svg);
}
section.stationmap div.floor_area div.floor.fb1 div.mapouter div.frame div.map{
    background-image: url(../images/locker/cl_map_b1_202008.svg);
}
/*--------*/
section.stationmap div.floor_area div.floor div.morebox{
    padding: 20px 0 20px 0;
    display: none;
}
section.stationmap div.floor_area div.floor div.morebox a{
    font-weight: bold;
    opacity: 1;
}
section.stationmap div.floor_area div.floor div.morebox a:hover{
    opacity: 0.5;
}
section.stationmap div.floor_area div.floor div.controlbox{
    right: 10px;bottom: -600px;
}
section.lockersize{
    width: 690px;
    margin: 40px auto 0;
    text-align: center;
}
section.lockersize .lockerimage{
    text-align: center;
    display: inline-block;
    width: 100%;
    /*height: 100%;
    background: url(../images/locker/cl_size.png) no-repeat;
    background-size: 100% 100%;*/
}
.size_title{
    padding-bottom: 10px;
    color: #001b3e;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #001b3e;
}
.caution{
    width: 100%;
    margin-bottom: 94px;
}
.caution li{
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 0.025em;
    color: #000;
}
.size_ex{
    width: 690px;
    font-size: 14px;
    text-align: right;
    margin: 0 auto 30px;
    font-weight: 500;
    letter-spacing: 0;
}
section.text_area ul{
    margin-left: 0;
}
section.text_area ul li{
    line-height: 1.4;
    margin-bottom: 0;
    text-indent: 0;
}
p.excaution{
    position: absolute;
    bottom: -2em;
    right: 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.movie_area{
    margin-bottom: 50px;
}
/*................................................................*/
} @media screen and (max-width:768px) {
/*................................................................*/

/*::::::::::::::::*/
#contents{
    width: 86.67vw;
    padding: 0 0 0 0;
    margin: 0 auto 0 auto;
}
section{
    margin: 0 0 0 0;
}
svg{
    position: absolute;left: 0;top: 0;
    width: 100%;
    height: 100%;
    fill: rgba(40,40,40,0);
    stroke: rgba(255,255,255,1);
    stroke-width: 1;
    stroke-opacity: 1;
    stroke-linecap: butt;
    stroke-linejoin: miter;
}
#svgdef{
    position: absolute;left: 0;top: 0;
    width: 0;
    height: 0;
}
#preloadimg{
    display: none;
}
div.map_area p{
    padding: 0 0 0 0;
}

/*::::::::::::::::*/
section.thispage{
    padding: 4vw 0 0 0;
}
/*--------*/
section.thispage h1{
    width: 60vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 4vw;
    text-indent: 2vw;
    white-space: nowrap;
    border-style: solid;border-width: 1px 0 1px 1px;border-color: rgba(0,27,62,1);
    margin: 0 auto 0 0;
}

/*::::::::::::::::*/
section.context{
    padding: 3vw 0 0 0;
}

/*::::::::::::::::*/
section.stationmap{
    height: 126vw;
}
/*--------*/
section.stationmap div.tab_area{
    position: relative;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
}
section.stationmap div.tab_area i.line{
    position: absolute;left: 0;bottom: 0;
    width: 100%;
    height: 1vw;
    background-image: linear-gradient(90deg, rgba(30,78,133,1),rgba(2,30,67,1));
}
section.stationmap div.tab_area label{
    display: inline-block;
    vertical-align: top;
    width: 43.34vw;
    height: 13vw;
    line-height: 13vw;
    font-size: 5vw;
    color: rgba(171,171,171,1);
    background-color: rgba(206,206,206,1);
    background-image: none;
}
section.stationmap div.tab_area label.curr{
    color: rgba(255,255,255,1);
    background-color: rgba(0,0,0,1);
    background-image: linear-gradient(90deg, rgba(30,78,133,1),rgba(2,30,67,1));
}
/*--------*/
section.stationmap div.floor_area{
    position: relative;
    width: 100%;
}
section.stationmap div.floor_area div.floor{
    display: none;
    position: absolute;left: 0;top: 0;
    width: 100%;
    height: 100%;
}
section.stationmap div.floor_area div.floor.curr{
    display: block;
}
section.stationmap div.floor_area div.floor div.mapouter{
    position: relative;
    width: 100%;
    height: 99vw;
}
section.stationmap div.floor_area div.floor.f1f div.mapouter div.frame div.map{
    background-image: url(../images/locker/cl_map_1f_202008.svg);
}
section.stationmap div.floor_area div.floor.fb1 div.mapouter div.frame div.map{
    background-image: url(../images/locker/cl_map_b1_202008.svg);
}
/*--------*/
section.stationmap div.floor_area div.floor div.morebox{
    padding: 2vw 0 2vw 0;
}
section.stationmap div.floor_area div.floor div.morebox a{
    font-size: 4vw;
    font-weight: bold;
    text-decoration: underline;
}
/*--------*/

/*--------*/
section.stationmap div.floor_area div.floor div.controlbox{
    right: 2vw;bottom: -90vw;
}

section.lockersize{
    width: 100%;
    margin: 5.34vw auto 0;
    text-align: center;
}
section.lockersize .lockerimage{
    text-align: center;
    display: inline-block;
    width: 100%;
    /*height: 100%;
    background: url(../images/locker/cl_size02.png) no-repeat;
    background-size: 100% 100%;*/
}
.size_title{
    padding-bottom: 10px;
    color: #001b3e;
    font-size: 3.2vw;
    font-weight: 700;
    border-bottom: 1px solid #001b3e;
}
.caution{
    width: 100%;
    margin-bottom: 12.27vw;
}
.caution li{
    /*font-size: 3.2vw;*/
    font-size: 100%;
    margin-bottom: 1.34vw;
    letter-spacing: 0;
    color: #000;
    line-height: 1.67;
    text-indent: -0.5em;
    padding-left: 0.5em;
    word-break: break-word;
}
.size_ex{
    /*font-size: 3.2vw;*/
    font-size: 100%;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 6.67vw;
}
.text_area ul li {
    text-indent: 0;
}
p.excaution{
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 500;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
}
.movie_area{
    margin-bottom: 3em;
}
/*................................................................*/
}  /* end of media query */
/*................................................................*/
