@charset "utf-8";
/* ------------------------------------------------------------ common */

* {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

header *,
footer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main {
    padding: 0;
}

#fv h2 { background: url(../images/studio/bg.png) center bottom no-repeat; }

#s-wrap { background: #f9f6e9; padding: 20px 0 55px;}
#detail { background: #fff; padding: 30px 35px 55px; width: 1030px;}
#detail #main { float: left; width: 580px;}
#detail #aside { float: right; width: 370px;}
#main h3 { font-size: 18px; font-weight: bold; border-bottom: 1px solid #ededed; padding: 30px 0 10px;}
#main iframe { margin: 15px 0 0; width: 100%; }
#main ul { padding: 20px 0 0;}
#main ul li { width: 25%; float: left; }
#main ul li table { width: 100%; }
#main ul li table th { width: 50px; padding: 5px 0; }
#main ul li table td { font-size: 11px; text-align: left; }
/*
#main ul li { display: inline-block; *display: inline; *zoom: 1; vertical-align: bottom; padding: 0 0 10px;}
#main ul li dl dt { float: left; width: 40px;}
#main ul li dl dd { float: left; width: 85px; font-size: 11px; padding: 13px 0 0 8px; }
#main ul li dl dd.cable,
#main ul li dl dd.record { padding: 3px 0 0 8px;}
*/
#main p { font-size: 14px; padding: 10px 0 0;}
#main .perth { width: 100%; height: auto; padding: 20px 0 0; }
#main .studio-rentallink{
    margin: 50px 0 0;
}

#main .ricoh-theta-tour-image {
    position: relative;
    width: 100% !important;
    height: 0 !important;
    padding-top: 50%;
}
  
#main .ricoh-theta-tour-image iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#main .comingsoon {
    position: relative;
    width: 100%;
    padding-top: 50%;
}

#main .comingsoon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#aside h3 { font-size: 24px; font-weight: bold; border-bottom: 1px solid #f0f0f0; padding: 0 0 10px;}
#aside p.member { font-size: 16px; background: url(../images/studio/icn_09.gif) left center no-repeat; padding: 15px 0 15px 25px;}
#aside table { background: #f7f7f7; }
#aside table tr.weekday th { border-bottom: 5px solid #fff; }
#aside table tr th { font-size: 16px; width: 65px; font-weight: bold; border-right: 3px solid #fff; vertical-align: middle;}
#aside table tr.weekday th,
#aside table tr.weekday td.time { color: #49aadb;}
#aside table tr.holiday th,
#aside table tr.holiday td.time { color: #ed3983;}
#aside table tr td { font-size: 14px; width: 110px; border: 2px solid #fff; text-align: center; padding: 10px 0; vertical-align: middle;}
#aside table tr td.time { width:190px;}
#aside table tr.bottom { border-bottom: 5px solid #fff;}
#aside p.about { text-align: left; padding: 15px 0;}
#aside table p.about a { color: #83c7e9;}
#aside p.btn a { background: url(../images/studio/btn_01.gif) center center no-repeat; font-size: 16px; width: 261px; height: 50px; line-height: 50px;}
#aside p.attention { padding: 15px 0 25px; width: 228px; margin: 0 auto;}
#aside dl { border: 5px solid #b0e9e9; text-align: center; padding: 5px 0;}
#aside dl dt { font-size: 16px;}
#aside dl dd span { font-size: 34px; font-weight: bold; background: url(../images/studio/icn_10.gif) left center no-repeat; padding: 0 0 0 35px;}
#aside div { background: #f7f7f7; padding: 25px; margin: 20px 0 0;}
#aside div h4 { font-size: 18px; font-weight: bold; padding: 0 0 30px;}
#aside div p.read { font-size: 14px; padding: 0 0 35px; line-height: 200%;}
#aside div .sns { background: #fff; padding: 15px 0; text-align: center; text-align: center; }
#aside div .sns li { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; padding: 0; border: none; }

#view iframe                     { width: 100%; height: 450px; }

#aside p a                { color: #017ac5; text-decoration: underline; }
#aside p.box            { border: #fd0707 1px solid; padding: 10px 20px; margin-top: 30px ; }
#aside p .sale            { color: #fd0707; font-size: 20px; font-weight: bold;}
#aside p.btn a             { color: #fff; text-decoration: none; }

#studios { background: #fff; padding: 95px 0 50px;}
#studios .studio-detail { padding: 75px 0 70px;}
#studios .studio-detail li div { background: #f9f6e9;}
#studios p.s-btn a { background: url(../images/index/arw_01.gif) 280px center no-repeat #f1f1f1; color: #46b6d7;}


/* ------------------------------------------------------------ mobile */
@media only screen and (max-width:640px){

#fv h2 { background: url(../images/studio/bg_.png) center bottom no-repeat; background-size: 223px 36px; }

#s-wrap { padding: 20px 3% 55px;}

/* 順番並べ替え調整 */
#detail {
    display: flex;
    flex-direction: column;
    padding: 30px 3% 55px;
    width: 94%;
}

#detail #main {
    display: contents;
    float: none;
    width: 100%;
}

#detail #main .studio-images {
    order: 0;
}

#detail #aside {
    order: 1;
    float: none;
    width: 100%;
}

#detail #main .banner-list {
    order: 2;
}

#detail #main .shop-info {
    order: 3;
}

#detail #main .facilities {
    order: 4; 
}


#detail #main img.studio { width: 100%; height: auto;}
#main div { padding: }
#main h3 { font-size: 18px; padding: 20px 0 10px;}
#main ul li { width: 50%; }
#main iframe { width: 100%!important; height: 300px!important; }
#main .studio-rentallink{
    margin: 30px 0 0;
}
#aside { padding: 30px 0 0;}
#aside h3 { font-size: 24px; font-weight: bold; border-bottom: 1px solid #f0f0f0; padding: 7px 0;}
#aside p.member { font-size: 14px; background: url(../images/studio/icn_09_.gif) left center no-repeat; background-size: 21px 21px; }
#aside table { width: 100%;}
#aside p.attention { padding: 15px 0 25px; width: 100%; margin: 0 auto;}
#aside dl dd span { font-size: 28px; background: url(../images/studio/icn_10_.gif) left center no-repeat; background-size: 26px 28px;　-webkit-text-size-adjust: 100%;}
#aside div { padding: 25px 15px; }
#aside div h4 { font-size: 18px; font-weight: bold; padding: 0 0 30px;}
#aside div p.read { font-size: 14px; padding: 0 0 35px; line-height: 200%;}
#aside div p.sns { background: #fff; padding: 15px 30px; text-align: center;}

#aside p.box            { border: #fd0707 1px solid; padding: 10px 20px; margin-top: 30px ; }
#aside p .sale            { color: #fd0707; font-size: 17px; font-weight: bold;}

#aside p.btn a { background: url(../images/studio/btn_01_.gif) center center no-repeat; font-size: 16px; background-size: 261px 50px;}

#studios { padding: 55px 0 50px;}
#studios .studio-detail { padding: 40px 0 70px;}



}
