/* +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
レスポンシブ
+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ */

@media screen and (max-width: 799px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 24px;
    }
    .patent_label, .option_label {
        padding: 5px 10px;
        font-size: 16px;
    }
    p.section_header {
        font-size: 18px;
    }
    /* ============================================================+
    ハンバーガーメニューの線
    +============================================================ */
    #show_menu_button span:nth-child(1) {
        top: 0px;
        transform-origin: left center;
    }
    #show_menu_button span:nth-child(2) {
        top: 13px;
        transform-origin: left center;
    }
    #show_menu_button span:nth-child(3) {
        top: 26px;
        transform-origin: left center;
    }
    /* ============================================================+
    ハンバーガーメニューの線
    タップ時の動作
    +============================================================ */
    #show_menu_button.expanded span:nth-child(1) {
        transform: rotate(45deg);
        top: 0px;
        left: 8px;
    }
    #show_menu_button.expanded span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    #show_menu_button.expanded span:nth-child(3) {
        transform: rotate(-45deg);
        top: 28px;
        left: 8px;
    }
    /* ============================================================+
    メニューコンテンツ
    +============================================================ */
    header .header_menu_container {
        display: none;
    }
    .toggle_menu {
        display: block !important;
        position: fixed !important;
        width: 100% !important;
        top: 53px;
        background: #fff;
        z-index: 100;
        border-bottom: 3px solid #0f981b;
    }
    .toggle_menu ul {
        float: none !important;
    }
    .toggle_menu li {
        float: none;
        width: 100%;
    }
    .toggle_menu li a {
        display: inline-block;
        width: 100% !important;
        color: #fff;
        box-sizing: border-box;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 18px !important;
    }
    .toggle_menu li:hover a {
        background: #0f981b;
        color: #fff !important;
    }
    .demo_exp_link {
        display: none;
    }
    /* ============================================================+
    トップイメージ
    +============================================================ */
    #top_img_area {
        background-repeat: no-repeat;
        background-position: -50px bottom;
        background-size: auto 300px;
    }
    #top_img_area h2 {
        font-size: 40px;
        top: 150px;
        bottom: unset;
    }
    #top_img_area h2 .subtitle {
        font-size: 22px;
    }
    #top_img_area p.catchphrase {
        top: 280px;
        bottom: initial;
        background: #0f981b;
    }
    #top_img_area img.device_img.device01 {
        width: 130px;
        left: 50%;
        transform: translateX(-60%);
    }
    #top_img_area img.device_img.device02 {
        display: none;
    }
    /* ============================================================+
    SmartCityConcierとは？
    +============================================================ */
    #sec_scc .logo_explanation {
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }
    #sec_scc .logo_explanation img {
        display: block;
        width: 250px !important;
        margin: 0 auto;
        margin-bottom: 10px;
        float: none;
    }
    #sec_scc .logo_explanation>div {
        display: block;
        margin: 0;
        padding: 0 10px;
        box-sizing: border-box;
        width: 100% !important;
    }
    /* ============================================================+
    イメージマップスライド
    +============================================================ */
    #sec_imagemaps .group {
        position: relative;
        height: initial;
        width: 90%;
    }
    #sec_imagemaps .group:before {
        content: "";
        display: block;
        padding-top: 90%;
        /* 高さを幅の75%に固定 */
    }
    #sec_imagemaps .imagemap_types {
        position: absolute;
        top: 10px;
        left: 0;
        bottom: 0;
        right: 0;
    }
    /* ============================================================+
    SmartCityConcier機能
    +============================================================ */
    .scc_function {
        min-height: initial !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    .scc_function p.scc_func_name {
        cursor: pointer;
    }
    .scc_function img.scc_func_img {
        /* display: none !important; */
    }
    /* ============================================================+
    SoloSoloConcier機能
    +============================================================ */
    .solosolo_flow .flow_img {
        left: 5px;
        transform: none;
    }
    .solosolo_flow .flow_img img {
        width: 120px;
        height: 180px;
    }
    .solosolo_flow .flow {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        /* justify-content: center; */
        min-height: 68px;
    }
    .solosolo_flow .flow p {
        display: block;
        font-size: 17px;
        margin-left: 135px;
        padding: 0;
    }
    /* ============================================================+
    価格表
    +============================================================ */
    .price_cards {
        display: block;
    }
    .price_cards .price_card {
        margin: 0 auto;
        padding: 0;
    }
    .price_card .price_card-title p {
        margin-top: 30px;
    }
    .price_card .price_card-content p {
        font-size: 12px;
        text-align: left;
    }
    /* ============================================================+
    ハンバーガーメニュー
    +============================================================ */
    header #show_menu_button {
        margin: 10px 10px 10px 0;
        width: 40px;
        height: 30px;
        position: relative;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
        float: right;
    }
    #show_menu_button span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #0f981b;
        border-radius: 4px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }
}