@charset "utf-8";
/*pagetitle*/
.contents .pagetitle {
    background-image: url(../images/title_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*warehouse__page*/
.warehouse__page {
    padding: 0 4vw;
}
.warehouse__list__card a{
    color: #ffffff;
}
.controls h4 {
    font-weight: bold;
}
.mix.card__item .info{
    padding: 20px 20px 0;
}
.mix.card__item .info p{
    margin-bottom: 1em;
}
.mix.card__item .info p.day{
    font-size:1.8rem;
    margin-bottom: .5em;
}
.warehouse__page p span.txt__normal{
    font-weight: normal;
}
/*warehouse-list*/
.warehouse__page .update p{
    text-align: left;
    margin-bottom: 20px;
    font-size:88%; 
}
.warehouse__wrapper{
    max-width: 1028px;
    margin: 0 auto;
}
p.paragraph__first{
    text-align: center;
    margin-bottom: 60px;
    font-size: 113%;
}
.warehouse__list__card__wrapper{
    width: 100%;
}
.warehouse__list__card__wrapper .update{
    max-width:1028px;
    margin: 0 auto;
}
.mix.card__item{
    width:49%;
    margin-bottom:50px;
    padding: 0 0 20px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    background: #ffffff;
    position: relative;
    transform: none;
}
.warehouse__list__card a:hover{
    text-decoration: none;
}
.mix.card__item .icn_new{
    position: absolute;
    left: 0;
    top: 0;
    background: #D03C1B;
    color: #ffffff;
    text-align: center;
    padding: 6px 8px;
    z-index: 2;
}
.mix.card__item figure{
    margin-bottom: 0;
    line-height: 0;
}
.mix.card__item figure.scale {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.mix.card__item figure.scale img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.mix.card__item figure.scale img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.mix.card__item p{
    color: #272727;
    line-height: 1.4;
    text-align: center;
}
.mix.card__item p.area{
    text-align: center;
    font-weight: bold;
    padding: 0;
}
.mix.card__item p.area span.txt__large{
    font-size: 125%;
}
.mix.card__item .btn_black{
    margin: 0 20px;
    width: auto;
}
.mix.card__item .btn_black a{
    padding: 14px 0;
    font-size: 100%;
}
.mix.card__item h3{
    color: #ffffff;
    font-size: 107%;
    background-color: #2C5EB7;
    text-align: center;
    padding: 18px 8px;
    display: block;
}
.mix.card__item .icn li{
    display: inline-block;
    margin-bottom: 4px;
    border: #2C5EB7 solid 1px;
    color: #2C5EB7;
    border-radius: 2px;
    font-size: 82%;
    line-height: 2;
    padding: 0 8px;
}
.mix.card__item .icn li a{
    display: inline-block !important;
    border-radius: 2px;
    padding: 0 8px;
    text-decoration: none;
    font-size: 82%;
    line-height: 2;
    box-shadow: none;
    background: none;
    width: auto;
    border: solid 3px #FFF;
    -ms-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s linear 0s;
    -webkit-transition:all 0.3s linear 0s;
    transition:all 0.3s linear 0s;
}
.warehouse__page .contact__box{
    background: #F6F6F6;
    padding: 50px 40px;
    margin-bottom: 80px;
    overflow: hidden;
}
.warehouse__page .contact__box p {
    float: left;
    width: 54%;
    padding: 0;
    line-height: 1.6;
    font-size: 88%;
}
.warehouse__page .contact__box-btn {
    float: right;
    width: 43%;
    text-align: center;
    padding-top: 0;
}
/*絞り込み*/
/* Controls
---------------------------------------------------------------------- */
.controls {
    padding: 0;
    background: #ffffff;
    max-width: 1028px;
    margin: 0 auto 30px;
}
.controls h3{
    background: #152D58;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
    padding: 15px 0;
}
.controls h4{
    background: #455A80;
    color: #ffffff;
    text-align: center;
    width: 85px;
    padding: 15px;
    position: relative;
    display: inline-block;
}
.controls h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 6px solid #455A80;
}
.controls .checkbox-group{
    padding: 15px 0;   
}
.controls .category{
    display: flex;
    margin-bottom: 5px;
    background: #F8FAFD;
}
.controls .category .wrapper {
    display: flex;
    flex-wrap : nowrap ; 
}
/*controlsのボタン*/
/*-- チェックボックス非表示 --*/
.switch_set #switch_00,
.switch_set #switch_01,
.switch_set #switch_02,
.switch_set #switch_03,
.switch_set #switch_04,
.switch_set #switch_05,
.switch_set #switch_06,
.switch_set #switch_07,
.switch_set #switch_08,
.switch_set #switch_09,
.switch_set #switch_10,
.switch_set #switch_11,
.switch_set #switch_12,
.switch_set #switch_13,
.switch_set #switch_14,
.switch_set #switch_15{
    display: none;
}
/*-- 切り替えをアニメーションで --*/
.switch_set #switch_00+label,
.switch_set #switch_01+label,
.switch_set #switch_02+label,
.switch_set #switch_03+label,
.switch_set #switch_04+label,
.switch_set #switch_05+label,
.switch_set #switch_06+label,
.switch_set #switch_07+label,
.switch_set #switch_08+label,
.switch_set #switch_09+label,
.switch_set #switch_10+label,
.switch_set #switch_11+label,
.switch_set #switch_12+label,
.switch_set #switch_13+label,
.switch_set #switch_14+label,
.switch_set #switch_15+label,
.switch_set input+label::before,
.switch_set input+label::after {
    transition: all .2s;
}
/*-- ボタンの本体 --*/
.switch_set #switch_00+label,
.switch_set #switch_01+label,
.switch_set #switch_02+label,
.switch_set #switch_03+label,
.switch_set #switch_04+label,
.switch_set #switch_05+label,
.switch_set #switch_06+label,
.switch_set #switch_07+label,
.switch_set #switch_08+label,
.switch_set #switch_09+label,
.switch_set #switch_10+label,
.switch_set #switch_11+label,
.switch_set #switch_12+label,
.switch_set #switch_13+label,
.switch_set #switch_14+label,
.switch_set #switch_15+label{
    display: inline-block;
    position: relative;
    width: 100px;
    height: 30px;
    padding: 5px 2px;
    margin: 8px 0 8px 15px;
    text-align: center;
    border-radius: 4px;
    background: #ffffff;
    border: #2C5EB7 solid 1px;
    cursor: pointer;
    box-sizing: border-box;
}
/*-- ボタンのラベル --*/
.switch_set #switch_00+label::before,
.switch_set #switch_01+label::before,
.switch_set #switch_02+label::before,
.switch_set #switch_03+label::before,
.switch_set #switch_04+label::before,
.switch_set #switch_05+label::before,
.switch_set #switch_06+label::before,
.switch_set #switch_07+label::before,
.switch_set #switch_08+label::before,
.switch_set #switch_09+label::before,
.switch_set #switch_10+label::before,
.switch_set #switch_11+label::before,
.switch_set #switch_12+label::before,
.switch_set #switch_13+label::before,
.switch_set #switch_14+label::before,
.switch_set #switch_15+label::before {
    display: inline-block;
    position: absolute;
    left: 0;
    /*top: 7px;*/
    content: attr(data-off-label);
    width: 100%;
    color: #2C5EB7;
    font-size: 88%;
    line-height: 20px;
}
/*-- チェックでボタンを変更 --*/
.switch_set #switch_00:checked+label,
.switch_set #switch_01:checked+label,
.switch_set #switch_02:checked+label,
.switch_set #switch_03:checked+label,
.switch_set #switch_04:checked+label,
.switch_set #switch_05:checked+label,
.switch_set #switch_06:checked+label,
.switch_set #switch_07:checked+label,
.switch_set #switch_08:checked+label,
.switch_set #switch_09:checked+label,
.switch_set #switch_10:checked+label,
.switch_set #switch_11:checked+label,
.switch_set #switch_12:checked+label,
.switch_set #switch_13:checked+label,
.switch_set #switch_14:checked+label,
.switch_set #switch_15:checked+label {
    background: #2C5EB7;
}
.switch_set #switch_00:checked+label::before,
.switch_set #switch_01:checked+label::before,
.switch_set #switch_02:checked+label::before,
.switch_set #switch_03:checked+label::before,
.switch_set #switch_04:checked+label::before,
.switch_set #switch_05:checked+label::before,
.switch_set #switch_06:checked+label::before,
.switch_set #switch_07:checked+label::before,
.switch_set #switch_08:checked+label::before,
.switch_set #switch_09:checked+label::before,
.switch_set #switch_10:checked+label::before,
.switch_set #switch_11:checked+label::before,
.switch_set #switch_12:checked+label::before,
.switch_set #switch_13:checked+label::before,
.switch_set #switch_14:checked+label::before,
.switch_set #switch_15:checked+label::before {
    content: attr(data-on-label);
    color: #fff;
}
.control {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    background: #ffffff;
    cursor: pointer;
    font-size: 100%;
    color: white;
    transition: background 150ms;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 2px;
}
.control[data-filter]:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    border: 2px solid currentColor;
    border-radius: 2px;
    background: currentColor;
    transition: background-color 150ms, border-color 150ms;
}
.control[data-sort]:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-left: 2px solid;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    transform:  translateY(1px) rotate(45deg);
}
.control[data-sort*=":desc"]:after {
    transform:  translateY(-4px) rotate(-135deg);
}
.mixitup-control-active {
     background: #001660;
}
.mixitup-control-active[data-filter]:after {
    background: transparent;
}
.control[data-filter] + .control[data-sort] {
    margin-left: .75rem;
}
/* Container
---------------------------------------------------------------------- */
.container {
    /*padding: 1rem;*/
    /*text-align: justify;*/
    /*font-size: 0.1px;*/
    max-width: 1028px;
    margin: 0 auto;
}
.container:after {
    content: '';
    display: inline-block;
    width: 100%;
}
/* Target Elements
---------------------------------------------------------------------- */
.mix,
.gap {
    display: inline-block;
    vertical-align: top;
}
.mix {
    background: #fff;
    /*border-top: .5rem solid currentColor;
    border-radius: 2px;
    margin-bottom: 1rem;*/
    position: relative;
}

/* Grid Breakpoints
---------------------------------------------------------------------- */
/* 2 Columns */
.mix,
.gap {
    width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}
/* 3 Columns */
@media screen and (min-width: 541px) {
    .mix,
    .gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }
}
/* 4 Columns */

@media screen and (min-width: 961px) {
    .mix,
    .gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }
}

/* 5 Columns */

@media screen and (min-width: 1281px) {
    .mix,
    .gap {
        width: calc(100%/5 - (((5 - 1) * 1rem) / 5));
    }
}
/* 480px以上用-タブレット／スマートフォン用 --------------------------------- */
@media screen and (max-width:480px){
.warehouse__page {
    padding: 0 4vw;
}
p.paragraph__first {
    text-align: center;
    margin-bottom: 6vw;
    font-size: 1.8rem;
    line-height: 1.6;
}
.controls h4 {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}
.controls h4::before {
    content: none;
}
.controls .category {
    display: block;
    padding-bottom: 10px;
}
.controls .category .wrapper {
    display: flex;
    flex-wrap : wrap;
}
.switch_set #switch_00+label::before,
.switch_set #switch_01+label::before,
.switch_set #switch_02+label::before,
.switch_set #switch_03+label::before,
.switch_set #switch_04+label::before,
.switch_set #switch_05+label::before,
.switch_set #switch_06+label::before,
.switch_set #switch_07+label::before,
.switch_set #switch_08+label::before,
.switch_set #switch_09+label::before,
.switch_set #switch_10+label::before,
.switch_set #switch_11+label::before,
.switch_set #switch_12+label::before,
.switch_set #switch_13+label::before,
.switch_set #switch_14+label::before,
.switch_set #switch_15+label::before {
    line-height: inherit;
}
.switch_set #switch_00 + label,
.switch_set #switch_01 + label,
.switch_set #switch_02 + label,
.switch_set #switch_03 + label,
.switch_set #switch_04 + label,
.switch_set #switch_05 + label,
.switch_set #switch_06 + label,
.switch_set #switch_07 + label,
.switch_set #switch_08 + label,
.switch_set #switch_09 + label,
.switch_set #switch_10 + label,
.switch_set #switch_11 + label,
.switch_set #switch_12 + label,
.switch_set #switch_13 + label,
.switch_set #switch_14 + label,
.switch_set #switch_15 + label {
    width: 95px;
    margin: 15px 0 0 15px;
}
.mix.card__item {
    width: 100%;
}
}
/* 768px以上用-タブレット用の記述(ipad) ---------------------------- */
@media screen and (min-width:768px) {
}
/* 980px以上用（PC用）の記述 ---------------------------- */
@media screen and (min-width: 960px) {
.controls h4 { 
    width: 200px;
    line-height: 20px;
}
.mix.card__item{
    width:32.9%;
    margin-bottom:50px;
    padding: 0 0 20px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    background: #ffffff;
    position: relative;
    transform: none;
}
}
@media screen and (min-width: 1280px) {
}