#studio section.inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

#studio .contents header {
    max-width:1440px;
    margin: 0 auto;
    padding: 1em 0 0;
    border-bottom: none;
    position: relative
}

#studio .contents header h1 {
    font-size: 1.4em;
    line-height: 1.5em;
    padding: 1em 0 0;
}

#studio .contents header h1 span {
    display: block;
    font-size: 0.6em;
    padding: 0.5em 0 0;
}

#studio .contents header p {
    font-size: 0.96em;
    line-height: 2em;
    padding-bottom: 1em;
}
#studio .contents header .maintitle{
    position: absolute;
    top:calc(50% - 2em);
    left: 0;
    display: block;
    width:100%;
    text-align: center;
    color:#fff;
    font-size:2.4em;
    z-index: 2
}
#studio .contents header .mainimg {
    height: 0;
    position: relative;
    padding: 0;
    margin: 1em auto 3em;
    width:100%;
    padding-bottom: 42%;
    background-color:#000;
    overflow: hidden
}
#studio .contents header .mainimg img{
    width:100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top:0;
    left: 0;
    opacity: .9
}

#studio .showroom {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 20px
}

#studio .showroom img {
    width: 100%;
    height: auto;
}
#studio .store-title{
/*
    border-top:1px solid #555;
    border-bottom: 1px solid #555;
*/
    font-size:1.3em;
    padding:.5em 0;
    margin: 2em auto 1em
}
#studio .gallery {
    flex-wrap: wrap;
    margin: 40px auto 50px
}
#studio .gallery.flexCenter{
    justify-content: center
}

#studio .gallery .photo {
    width: 48%;
    margin-bottom: 1em
}
#studio .gallery .photo.store2 {
    width: 36%;
    margin: 0 2%
}
#studio .gallery .photo.warehouse {
    width: 70%;
    margin: 0 auto
}
#studio .gallery img {
    width: 100%;
    height: auto;
}

#studio .gallery .photo p {
    font-size: .85em;
    padding: 0.6em 0;
/*    color: #5c6e9b;*/
    text-align: center;
    margin: .5em 0 1em
}

#studio .gallery .photo p span {
    display: inline-block;
    padding-right: .3em;
    font-size: .65em;
}

#studio h2 {
    margin: 0 auto;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0.4em;
    box-sizing: border-box;
    text-align: center;
}

#studio .detail {
    padding: 60px 0;
    background-color: #f2f2f2;
    justify-content: center;
}

#studio .detail .inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 20px;
}

#studio .priceTable {
    width: 47%;
    min-width: 450px;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
    border-bottom: solid 2px #666;
}

#studio .priceTable caption {
    padding: .4em 0;
    text-align: center;
    font-size: 1.05em;
    border-top: solid 2px #666;
    border-bottom: solid 2px #666;
    letter-spacing: .05em;
}

#studio .priceTable .col1 {
    width: 46%;
}

#studio .priceTable .col2 {
    width: 27%;
}

#studio .priceTable thead th {
    padding-left: 3em;
    text-align: center;
    font-size: .8em;
    font-weight: normal;
}

#studio .priceTable th,
#studio .priceTable td {
    border-bottom: solid 1px #999;
    padding: 10px;
    text-align: left;
    font-size: .9em;
}

#studio .priceTable tbody th {
    color: #5c6e9b;
}

#studio .priceTable td {
    text-align: right;
}

#studio .priceTable td {
    width: 25%;
    text-align: right;
}

#studio .priceTable td span {
    padding-left: .2em;
    font-size: .85em;
}

#studio .businesshours {
    width: 47%;
    min-width: 490px;
    margin-left: 3%;
    padding: 30px 20px;
    border: solid 1px #666;
    text-align: center;
}

#studio .businesshours h2 {
    border: none;
}

#studio .businesshours h2 ~ *,
#studio .note li {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", sans-serif;
}

#studio .businesshours p {
    margin: 2em auto;
    font-size: 0.9em;
}

#studio .businesshours p .forPC{
    display: inline-block !important;
}

#studio .businesshours p .forPC {
    display: inline-block !important;
}

#studio .businesshours ul,
#studio .note ul {
    display: inline-block;
}

#studio .businesshours li,
#studio .note li {
    padding-left: 1.2em;
    margin: .75em auto;
    font-size: 0.85em;
    line-height: 1.6em;
    text-align: left;
    position: relative;
}

#studio .businesshours li::before,
#studio .note li::before {
    content: '＊';
    position: absolute;
    left: 0;
    color: #5c6e9b;
    display: inline-block;
}

#studio .note {
    text-align: center;
}

#studio .note ul {
    display: inline-block;
    padding: 40px 0;
    text-align: left;
}

#studio .note li::before {
    content: '';
    width: .5em;
    height: .5em;
    border-radius: 50%;
    background-color: #5c6e9b;
    transform: translate(.1em, .5em);
}

/* a.linkbtn {
    display: inline-block;
    background-color: #000;
    padding: 0.5em 1em 0.5em 1.5em;
    color: #fff;
    margin: 1em 0;
    font-size: 0.7em;
    line-height: 1em;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", sans-serif;
    vertical-align: middle;
}

a.linkbtn:after {
    font-family: 'icons';
    content: "\e93f";
    display: inline-block;
    padding-left: 0.5em;
    color: #fff;
}

a.linkbtn:hover {
    opacity: 0.5;
} */

#studio .iblock {
    display: inline-block;
}
#studio .contact{
    margin-top: 2em;
    text-align: center;
}
#studio a.btn {
    font-size:1em;
    font-family:sans-serif
}

@media screen and (max-width:640px) {
    #studio .contents header{
        padding: 0
    }
    #studio .contents header .maintitle{
        position: static;
        font-size:1.2em;
        line-height: 1.4;
        color: #000;
        padding:1em
    }
    #studio .contents header .mainimg{
        margin: 0 auto 1em
    }
    #studio .contents header h1 {
        font-size: 1em;
    }
    #studio .store-title{
        font-size:1em;
        margin: 1em 0
    }

    #studio .gallery {
        margin: 5vw auto;
        flex-wrap: wrap;
    }

    #studio .gallery .photo {
        width: 100%;
    }
    #studio .gallery.flexCenter{
        justify-content: space-between
    }
    #studio .gallery .photo.store2{
        width:49%;
        margin: 0 0 1em
    }
    #studio .gallery .photo.warehouse{
        width:100%
    }

    #studio .gallery .photo p {
        font-size: .85em;
        padding: 0.3em 0 1em;
    }

    #studio .detail {
        padding: 10vw 0;
    }

    #studio .detail .inner {
        flex-wrap: wrap;
    }

    #studio .priceTable,
    #studio .businesshours {
        width: 100%;
        min-width: 0;
    }

    #studio .priceTable .col1 {
        width: 46%;
    }

    #studio .priceTable .col2 {
        width: 27%;
    }

    #studio .priceTable th,
    #studio .priceTable td {
        font-size: .8em;
    }

    #studio .priceTable thead th {
        padding: 10px;
        font-size: .75em;
    }

    #studio .businesshours {
        margin-left: 0;
        margin-top: 10vw;
        padding: 7vw 3vw 5vw;
        border: solid 1px #666;
        text-align: center;
    }

    #studio .businesshours p {
        margin: 1em auto;
        font-size: 0.9em;
        line-height: 1.8;
    }

    #studio .businesshours li,
    #studio .note li {
        font-size: 0.8em;
    }

    #studio .note ul {
        padding: 10vw 5vw;
    }
    #studio a.btn {
        width:90%;
        font-size:.9em;
    }

    @media screen and (max-width:320px) {

        #studio .priceTable .col1 {
            width: 40%;
        }

        #studio .priceTable .col2 {
            width: 30%;
        }

        #studio .priceTable thead th {
            padding: 10px 5px;
            font-size: 3.5vw;
        }

        #studio .businesshours p {
            font-size: 4.3vw;
        }

        #studio .businesshours li,
        #studio .note li {
            font-size: 3.9vw;
        }
    }
}
