@charset "UTF-8";

/******ページタイトル******/
.photostudio .title{
    margin-bottom: 30px !important;
}
@media screen and (max-width: 960px) {
    .photostudio .title{
        margin-bottom: 10px !important;
    }
}
.photostudio .index,
.photostudio-search .subtitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
@media screen and (max-width: 960px) {
    .photostudio .index span{
        width: auto !important;
    }
}
@media screen and (max-width: 480px) {
    .photostudio .index{
        display: block;
    }
    .photostudio .index .btn-mypage{
        text-align: center;
    }
}
.photostudio .index .btn-mypage a,
.photostudio-search .subtitle .btn-mypage a{
    display: inline-block;
    background-color: rgb(218, 0, 17);
    color: #fff;
    padding: 0 30px;
    border-radius: 4px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: relative;
    font-weight: bold;
}
.photostudio .index .btn-mypage a:after,
.photostudio-search .subtitle .btn-mypage a:after {
    content: url(https://tireworldkan.com/common/images/arrow_after.png);
    position: absolute;
    top: -3px;
    right: 15px;
}
@media screen and (max-width: 480px) {
    .photostudio-search .subtitle .btn-mypage a{
        display: none;
    }
}
.photostudio-title{
    font-size: 16px;
    margin-bottom: 30px;
    padding-left: 15px;
    border-left: 2px solid #da0011;
}
.photostudio-search-title{
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
}
.tirelist .photostudio-search-title{
    margin-top: 40px;
}
.photostudio-search-wheel{
    position: absolute;
    top:0;
    right: 0;
}
@media screen and (max-width: 480px) {
    .photostudio-search-wheel{
        position: relative;
        margin-top: 15px;
    }
}
.photostudio-search-wheel input[type="text"] {
    border: 1px solid #ddd;
    padding: 8px 30px 8px 10px;
    width: 400px;
    height: 39px;
}
.photostudio-search-wheel button{
    height: 39px;
    background-color: #013b68;
    border: 1px solid #013b68;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1px;
}
.photostudio-search-wheel button i{
    margin-left: 5px;
}
.photostudio-title h3,
.photostudio-search-title h3{
    color: #0d0d0f;
    font-weight: bold;
    position: relative;
    font-size: 18px;
}
.photostudio-title h3.ttl-car,
.photostudio-search-title h3.ttl-car{
    padding-left: 24px;
    margin-right: 10px;
    display: inline-block;
}
.photostudio-title h3.ttl-car:before,
.photostudio-search-title h3.ttl-car:before{
    position: absolute;
    top: 16px;
    left:0;
    font-family: FontAwesome;
    content:"\f1b9";
    color:#a7a6ac;
    font-size: 18px;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
.photostudio-title h3.ttl-wheel,
.photostudio-search-title h3.ttl-wheel{
    margin-right: 10px;
    display: inline-block;
    color: #0d0d0f;
}
.photostudio-title h3.ttl-wheel:before,
.photostudio-search-title h3.ttl-wheel:before{
    content: "";
    display: inline-block;
    width:22px;
    height:22px;
    background:url(https://tireworldkan.com/common/images/icon_findwheel.png);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 0 1px;
    vertical-align:middle;
}


/******新着写真******/
.photostudio-new{
    position: relative;
    margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
    .photostudio-new{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 960px) {
    .photostudio-new .subtitle,
    .photostudio-search .subtitle{
        padding-top: 20px !important;
        margin-bottom: 20px !important;
    }
}
.photostudio-new-list{
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 960px) {
    .photostudio-new-list{
        width: 100%;
    }
}
.photostudio .photostudio-new-list{/*写真館TOP*/
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}
.photostudio-new-list .photo-img{
    width: 96%;
    padding: 65% 2% 0 2%;
    position: relative;
}
.photostudio-new-list .photo-img img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    position: absolute;
    top: 0;
    padding: 0 2%;
}
.photostudio-new-list .photo-txt{
    width: 96%;
    margin: 0 auto;
    font-size: 12px;
    padding: 5px 2% 0 2%;
}
.photostudio-new-list .slick-prev{
    left: -25px;
}
.photostudio-new-list .slick-next{
    right: -25px;
}
.slick-next:before, .slick-prev:before{
    color: #000 !important;
}
@media screen and (max-width: 480px) {
    .photostudio-new-list .slick-prev{
        top: 35% !important;
        left: -15px !important;
    }
    .photostudio-new-list .slick-next{
        top: 35% !important;
        right: -15px !important;
    }
}
.slick-next, .slick-prev{
    top: 40% !important;
}
@media screen and (max-width: 960px) {
    .photostudio .photostudio-new li{
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .photostudio .photostudio-new li{
        width: 100%;
    }
}


/******写真館検索******/
.photostudio .photostudio-search{
    width: 100%;
}

/*写真館検索：タブ*/
.photostudio .tab-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
}
.photostudio .tab-wrap:after {
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    order: -1;
}
.photostudio .tab-label {
    text-align: center;
    padding: 8px 5px;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    flex: 1;
    border-bottom: 3px solid #f4f5f7;
    background-color: #fff;
    font-size: 14px;
    color: #0d0d0f;
    transition: all 0.2s ease;
}
@media screen and (max-width: 480px) {
    .photostudio .tab-label {
        width: 100%;
        font-size: 13px;
        padding: 5px 8px;
        line-height: 18px;
        height: 50px;
    }
}
.photostudio .tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

@media screen and (max-width: 480px) {
    .photostudio .tab-content .photostudio-search-title{
        margin-bottom: 10px;
    }
}

.tab-switch:checked+.tab-label {
    background: #f4f5f7;
}
.tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    overflow: auto;
    padding: 30px 20px;
    opacity: 1;
    transition: .5s opacity;
}
@media screen and (max-width: 480px) {
    .tab-switch:checked+.tab-label+.tab-content {
        padding: 15px 0;
    }
}
.tab-switch {
    display: none;
}

/*メーカー・車種から探す*/
.photostudio .car-info{
    display: flex;
    display: -ms-flexbox;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
    .photostudio .car-info{
        display: block;
        margin-bottom: 0;
    }
}
.photostudio .car-name{
    width: 120px;
    border: 1px solid #e4e6ec;
    text-align: center;
    margin-right: 50px;
    color: #0d0d0f;
    font-weight: bold;
    padding: 10px 5px;
}
@media screen and (max-width: 960px) {
    .photostudio .car-name{
        width: 80px;
        margin-right: 30px;
    }
}
@media screen and (max-width: 480px) {
    .photostudio .car-name{
        margin: 0 auto;
    }
}
.photostudio .car-name img{
    width: 60%;
    margin-bottom: 5px;
}

.photostudio .car-index{
    width: 100%;
}
@media screen and (max-width: 480px) {
    .photostudio .car-index{
        margin-top: 10px;
    }
}
.photostudio .car-index ul.tab-group{
    display: flex;
    width: 100%;
    background-color: #f4f5f7;
    align-items: flex-start;
}
.photostudio .car-index ul.tab-group li{
    color: #bbb;
    text-align:center;
    cursor:pointer;
    width: calc(100%/10);
    display: block;
    color: #0d0d0f;
    transition: all 0.2s ease;
}
.photostudio .car-index ul.tab-group li.is-active{
    background-color: #000;
    color: #fff;
}

.photostudio .car-index .panel-group{
    height:auto;
    padding: 20px;
}
@media screen and (max-width: 480px) {
    .photostudio .car-index .panel-group{
        padding: 20px 10px;
    }
}
.photostudio .car-index .panel{
    display:none;
}
.photostudio .car-index .panel.is-show{
    display:block;
}

.photostudio .car-index .panel ul{
    display: flex;
    flex-wrap: wrap;
}
.photostudio .car-index .panel li{
    width: calc(100%/5);
    margin-bottom: 5px;
}
@media screen and (max-width: 960px) {
    .photostudio .car-index .panel li{
        width: calc(100%/3);
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {
    .photostudio .car-index .panel li{
        width: calc(100%/2);
        margin-bottom: 10px;
    }
}
.photostudio .car-index .panel li a{
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
}
.photostudio .car-index .panel li a:before{
    content: url(https://tireworldkan.com/common/images/arrow_before.png);
    vertical-align: 2px;
    padding-right: 5px;
}
.photostudio .car-index .panel li a:hover{
    background-color: #013b68;
    color: #fff;
}

/*店舗から探す*/
.photostudio .shop-list ul{
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
}
.photostudio .shop-list li{
    width: 25%;
    padding: 20px 30px;
    margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
    .photostudio .shop-list li{
        width: 33.3333%;
        padding: 10px 15px;
    }
}
@media screen and (max-width: 480px) {
    .photostudio .shop-list li{
        width: 50%;
        padding: 10px;
    }
}
.photostudio .shop-list li img{
    width: 100%;
    margin-bottom: 5px;
}
.photostudio .shop-list li p{
    color: #6d7578;
}
.photostudio .shop-list li p span{
    font-size: 14px;
    color: #0d0d0f;
    margin-left: 5px;
    padding-left: 10px;
    border-left: 2px solid #dd4044;
}

/*検索結果*/
.photostudio-search-refine {
    margin-top: -10px;
    margin-bottom: 20px;
    padding-left: 25px;
}
.photostudio-search-refine label{
    cursor: pointer;
    background-color: #f4f5f7;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 15px;
    color: #0d0d0f;
    margin-bottom: 10px;
}
.photostudio-search-refine input{
    display: none;
}
.photostudio-search-refine .check_box:checked + .label {
    background-color:#013b68;
    color: #fff;
}
.photostudio-search-refine select{
    padding: 8px 45px 8px 20px;
    background: url(https://tireworldkan.com/common/images/bg_select.png) center right no-repeat;
}
.photostudio-hit .hit-title{
    color: #0d0d0f;
    overflow: hidden;
    margin-bottom: 15px;
}
.photostudio-hit .hit-title .pagenation{
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    float: right !important;
}
@media screen and (max-width: 480px) {
    .photostudio-hit .hit-title .pagenation{
        margin-top: 20px !important;
    }
}
.photostudio-hit .photostudio-list ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.photostudio-hit .photostudio-list li{
    width: calc(100%/5);
    padding: 10px;
    margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
    .photostudio-hit .photostudio-list li{
        width: calc(100%/3);
    }
}
@media screen and (max-width: 480px) {
    .photostudio-hit .photostudio-list li{
        width: calc(100%/2);
    }
}
.photostudio-hit .photostudio-list li .photo-img{
    width: 100%;
    padding-top: 70%;
    position: relative;
}
.photostudio-hit .photostudio-list li .photo-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}
.photostudio-hit .photostudio-list li .photo-txt{
    width: 100%;
    margin: 0 auto;
    padding-top: 5px;
}

/******写真館詳細 .photostudio-detail******/
.photostudio-detail{
    overflow: hidden;
    clear: both;
    margin-bottom: 50px;
}

/*スライダー*/
.photostudio-detail-img{
    float: left;
    width: 65%;
    position: relative;
}
@media screen and (max-width: 960px) {
    .photostudio-detail-img{
        float: none;
        width: 100%;
    }
}
#photostudio-img{
    overflow: hidden;
    position: relative;
}
#mainImg{
    float: left;
    width: 80%;
}
@media screen and (max-width: 480px) {
    #mainImg{
        margin-bottom: 10px;
        float: none;
        width: 100%;
    }
}
#mainImg img{
    width: 100%;
}
#subImg{
    float: right;
    width: 15%;
}
@media screen and (max-width: 480px) {
    #subImg{
        float: none;
        width: 100%;
        overflow: hidden;
    }
}
#subImg li{
    border: 2px solid #fff;
    margin-bottom: 7px;
    cursor: pointer;
    transition-duration:0.2s;
}
#subImg li:hover{
    opacity: 0.6;
}
@media screen and (max-width: 480px) {
    #subImg li{
        float: left;
        width: 20%;
    }
}
#subImg li.current{
    border: 2px solid #da0011;
}
#subImg li img{
    width: 100%;
}

.photostudio-detail-btn{
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
}
.photostudio-detail-btn a{
    display: inline-block;
    padding: 7px 30px;
    font-weight: bold;
    border-radius: 4px;
    font-size: 14px;
    margin: 0 20px;
}
@media screen and (max-width: 480px) {
    .photostudio-detail-btn a{
        margin-bottom: 15px;
    }
}
.photostudio-detail-btn a.btn-to-detail{
    background-color: #da0011;
    color: #fff;
}
.photostudio-detail-btn a.btn-to-list{
    background-color: #333;
    color: #fff;
}
.photostudio-detail-btn a.btn-to-order{
    background-color: #013b68;
    color: #fff;
    float: left;
}

/*投稿内容*/
.photostudio-detail-txt{
    float: left;
    width: 30%;
    background-color: #f4f5f7;
    padding: 15px;
    margin-left: 20px;
    position: relative;
}
@media screen and (max-width: 960px) {
    .photostudio-detail-txt{
        float: none;
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
}
.photostudio-user-img{
    position: absolute;
    top: 15px;
    right: 15px;
}
.photostudio-user-img img{
    width: 70px;
    height: 70px;
}
.photostudio-detail-txt dd{
    color: #0d0d0f;
    padding-bottom: 20px;
}
.photostudio-detail-wearing{
    overflow: hidden;
    clear: both;
}

.photostudio-detail-wheel{
    float: left;
    width: 50%;
}
@media screen and (max-width: 960px) {
    .photostudio-detail-wheel{
        float: none;
        width: 100%;
    }
}
.photostudio-detail-wheel .photostudio-title{
    font-size: 15px;
    border-left: 2px solid #013b68;
}
.photostudio-detail-wheel dl{
    display: table;
}
.photostudio-detail-wheel dt{
    display: table-cell;
    width: 200px;
    height: 200px;
    text-align: center;
}
@media screen and (max-width: 480px) {
    .photostudio-detail-wheel dt{
        width: 100px;
        height: 100px;
    }
}
.photostudio-detail-wheel dt img{
    width: 200px;
    height: 200px;
    border: 1px solid #e4e6ec;
}
@media screen and (max-width: 480px) {
    .photostudio-detail-wheel dt img{
        width: 100px;
        height: 100px;
    }
}
.photostudio-detail-wheel dd{
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}
.photostudio-detail-wheel dd p{
    margin-bottom: 5px;
}
.photostudio-detail-wheel dd h1{
    color: #0d0d0f;
    font-size: 14px;
}

.photostudio-detail-set{
    float: right;
    width: 50%;
    padding-left: 30px;
}
@media screen and (max-width: 960px) {
    .photostudio-detail-set{
        float: none;
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
}
.photostudio-detail-set .photostudio-title{
    font-size: 15px;
    border-left: none;
    padding-left: 0;
}
@media screen and (max-width: 960px) {
    .photostudio-detail-set .photostudio-title{
        border-left: 2px solid #013b68;
        padding-left: 15px;
    }
}


/******投稿入力******/
#photo_form .subtitle{
    font-size: 16px;
}
@media screen and (max-width: 960px) {
    #photo_form .subtitle{
        padding-top: 20px;
    }
}
#photo_form .subtitle span{
    display: inline-block;
    background: #da0011;
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 11px;
    color: #fff;
    font-family: 'Montserrat';
    vertical-align: middle;
    margin-right: 20px;
}
#photo_form .photostudio-search-title{
    margin-bottom: 0;
}
@media screen and (max-width: 480px) {
    #photo_form .itemdetail > dl > dd{
        padding: 0 0 0 1.5rem;
    }
}
#photo_form .itemdetail > dl > dt img{
    width: 60%;
}
#photo_form .selectarea dl{
    padding: 30px 0;
}

#photo_form .form dl > *{
    vertical-align: baseline;
}

#photo_form .form dd img.photo-thumb{
    width: 120px;
}
#photo_form .back button span{
    background: none;
    padding-left: 0;
}


/******写真館プレビュー******/
.photo-modal-open{
    cursor: pointer;
}
.photo-overlay {
    display: none;
    position: fixed;
    top: -10px;
    left: 0;
    right: 0;
    bottom: -10px;
    background-color: rgba(0, 0, 0, .4);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 200;
}
.photo-container {
    display: table;
    padding: 10px 0;
    width: 100%;
    height: 100%;
}
.photo-inner {
    display: table-cell;
    padding: 2.7em 2em;
    vertical-align: middle;
}
@media screen and (max-width: 480px) {
    .photo-inner {
        display: table-cell;
        padding: 15px;
        vertical-align: middle;
    }
}
.photo-modal {
    margin: 0 auto;
    padding: 1.9em 2em;
    width: 60%;
    text-align: justify;
    text-justify: inter-ideograph;
    border-radius: 7px;
    background-color: #fff;
    position: relative;
}
@media screen and (max-width: 960px) {
    .photo-modal {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .photo-modal {
        padding: 10px;
    }
}
.photo-modal::after {
    display: table;
    content: '';
    clear: both;
}
.photo-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    cursor: pointer;
    background: none;
    border: none;
    color: #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media screen and (max-width: 480px) {
    .photo-button {
        top: 0;
        right: 0;
    }
}
@media screen and (max-width: 480px) {
    .photo-modal .photostudio-title{
        margin-top: 25px;
        margin-bottom: 10px;
    }
}
.photo-modal .photostudio-detail-txt{
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}
.photo-modal #subImg li{
    margin-bottom: 6px;
}

.slick-track{
    float:left;
}