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

//* *//

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html,body {
overflow-x: hidden;
}
html{
margin:0px;
width:100%;
}
body{

width:100%;
position:relative;
font-size:16px;
}
img {
max-width: 100%;
height: auto;
}
.sp-off{
display:none !important;
}
.layout{
padding-top:70px !important;
width: 100%;
}
.wrap{
}
h2{
font-size:24px;
}
h2 span{
font-size:16px;
}
.taiken-fixed{
width:90%;
}
#price ul li{
width:100%;
}
.price .float-left,.price .float-right{
text-align:center;
width:100% !important;
}
 header{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background: #424242;
        z-index: 9998;
        box-shadow: 0 3px 10px rgba(0,0,0,.08);
    }

    /* ロゴ */
    .fixed-left{
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        width: auto;
        min-width: auto;
        max-width: none;
        z-index: 9;
    }

    .fixed-left img{
        display:block;
        height:30px;
        width:auto;
    }

    /* PCメニューは非表示 */
    .fixed-right{
        display:none;
    }

    /* ハンバーガー */
    .hamburger{
        position:absolute;
        top:50%;
        right:20px;
        left:auto;
        transform:translateY(-50%);
        z-index:10000;
    }

    /* ナビはヘッダーの下から */
    .nav{
        top:70px;
    }

    /* コンテンツが隠れない */
    body{
        padding-top:70px;
    }

}

//* *//
}