html {
    font-size: 62.5%;
}
body{
    background-image: url(../images/bg.png);
    background-position: center 20%;
    background-repeat: no-repeat;
    font-size:1.6rem;
}
header{
    background: -moz-linear-gradient(top, #c1e6fe, #FFF);
    background: -webkit-linear-gradient(top, #c1e6fe, #FFF);
    background: linear-gradient(to bottom, #c1e6fe, #FFF);
}
h1{
    color: #003086;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    margin: 30px 0 20px;
    line-height: 1.8;
}
h2{
    background: none;
}
ul.warehouse-list li a{
    display: block;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    text-decoration: none;
}
ul.warehouse-list li h3{
    font-weight: bold;
}
ul.warehouse-list li p{
    color: #040404;
}
ul.warehouse-list li{
    list-style: none;
}
ul.warehouse-list li img{
    width: 100%;
}
ul.warehouse-list h3{
    color: #003086;
    text-align: center;
    position: relative;
    display: block;
}
ul.warehouse-list h3::after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #003086;
    border-right: solid 2px #003086;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -4px;
}
p{
    text-align: center;
    font-size: 1.6rem;
}
.weapper-virtualtours{
    background: #ffffff;
    border-radius: 5px;
    border: #00aabe solid 2px;
}
 /* PC ------------------------------------------------------------------------------------------------------*/
 @media print, screen and (min-width:768px){
header .wrapper{
    background-size: 300px auto;
}
p.catch span.kana{
    font-size: 2.4rem;
}
h1{
    color: #003086;
    text-align: center;
    font-weight: bold;
    font-size: 3.6rem;
    margin: 0 0 35px;
    line-height: 1.8;
}
p.catch span.kana{
    font-size: 2.4rem;
}
p.exp {
    margin-bottom: 30px;
    font-size: 2.0rem;
    line-height: 1.6;
}
ul.warehouse-list{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto 1vw;
    flex-wrap : wrap
}
ul.warehouse-list li a{
    width: 300px;
    margin-bottom: 50px;
}
ul.warehouse-list li figure{
    margin-bottom: 30px;
}
ul.warehouse-list li h3{
    font-size: 2.0rem;
    margin-bottom: 20px;
}
ul.warehouse-list li p{
    font-size: 1.8rem;
    padding-bottom: 30px;
}
*::-ms-backdrop, .offer .tel p.txt--tel {
    font-size: 4.4rem;
}
.weapper-virtualtours{
    width: 1000px;
    margin: 0 auto 60px;
    padding: 30px 60px 0;
}
.weapper-virtualtours ul.warehouse-list {
    width: auto;
    margin-bottom: 0;
    justify-content: center; 
}
.weapper-virtualtours ul.warehouse-list li{
    margin: 0 30px;
}
}
/* sp ------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px)  {
header .wrapper{
    background-size: 60% auto;
    background-position: center 0.5vw;
    padding: 30vw 4vw 5vw;
}
h1{
    margin-bottom: 8vw;
}
h1{
    color: #003086;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    margin: 0 0 15px;
    line-height: 1.8;
}
p.catch span.kana{
    font-size: 2.4rem;
}
p.exp {
    margin-bottom: 6vw;
    line-height: 1.6;
    padding: 0 4vw;
}
ul.warehouse-list li {
    margin: 0 4vw 10vw;
}
ul.warehouse-list li figure{
    margin-bottom: 30px;
}
ul.warehouse-list li h3{
    font-size: 2.0rem;
    margin-bottom: 20px;
}
ul.warehouse-list li p{
    font-size: 1.8rem;
    padding-bottom: 30px;
}
.weapper-virtualtours{
    width: auto;
    margin: 0 4vw 6vw;
    padding: 4vw 4vw 0;
}
}