@media screen and (max-width: 767px) {

    .res_img {
        width: 100%;
        height: auto;
    }
    .res_br {
        display: none;
    }
    .res_show_br {
    	display: inline;
    }
    .container-fluid {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    #headerTopWrapper {
        padding: 0;
    }


    #headerWrapp {
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: ease;
        transition-delay: 0s;
    }
    #header {
        width: 100%;
    }
    #headerNyBranch,
    #upload_btn {
        
    }
    .headerContactBtn {
        /* display: none; */
    }
    .headerBtnMenu {
        display: block;
        position: static;
        box-shadow: none;
    }
    .headerBtnMenu li a {
        background-color: transparent;
    }
    #headerDirections > .headerBtnMenu {
        display: block !important; /*  */
    }


    #mainLogo {
        width: 100%;
    }
    #mainLogo img {
        max-width: 240px;
        max-height: 54px;
    }
    #header .site_brand {
        width: 70%;
        box-sizing: border-box;
        margin: 0 auto;
        float: none;
        padding: 10px 0;
    }
    #header .site_brand .logo {
        width: 100%;
        height: auto;
    }

    .topTtlWrapper {
        margin-bottom: 0;
    }

    #nav {
        padding: 0;
		font-size: 14px;
    }
    #nav-menu-list {
        width: 100%;
    }
    .nav-parent-item > .nav-child {
    }
    .nav-parent-item > .nav-parent2 {
        padding: 0;
    }
    .nav-parent-item {
        display: table;
        float: left;
        width: 25%;
    }
    .nav-parent-item > .nav-link {
        font-size: 14px;
        background-image: none;
    }

    .nav-parent-item > .nav-link::after {
        content: none;
    	padding-left: 0;
    }
    .nav-parent-item.active-menu > .nav-link::after {
        content: none;
    }
    .nav-parent-item .nav-item .nav-link {
        padding: 12px 10px;
        border-bottom: 1px solid #eee;
    }
    .nav-parent-item .nav-item {

    }
    .nav-parent2-list > .nav-item > .nav-link {
        padding: 15px 10px;
        border: none;
    }
    .nav-parent2-list > .nav-item > .nav-link:hover {
        text-decoration: none;
    }
    #nav-menu-list > .nav-parent-item > .nav-link {
        vertical-align: middle;
        padding: 0 5px;
        height: 4em;
        display: table-cell;
    }

	.nav-item > .nav-child .nav-link {
		font-size: 14px;
	}

    .nav-item .nav-link {
        padding: 20px 10px;
    }
    .nav-parent2-list {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .nav-parent2-list > .nav-item {
        margin-bottom: 0;
        border-bottom: 1px solid #CCC;
    }
    .nav-parent2-item > .nav-child {
        position: relative;
        display: none;
    }
    .nav-parent2-item.active > .nav-child {
        padding-bottom: 0;
    }
    .nav-parent2-item > .nav-child li {
        padding: 0 10px;
    }
    .nav-parent2-item > .nav-child .nav-link {
        padding: 12px 10px;
        padding-left: 20px;
        font-size: 14px;
        border-top: 1px solid #eee;
        border-bottom: none;
    }
    .nav-parent2-list .nav-parent2-item > .nav-link {
        background-image: url(../images/menu_bottom_arrow_gray.png);
        background-repeat: no-repeat;
        background-position: 97% 50%;
    }
    .nav-parent2-list .nav-parent2-item.active > .nav-link {
        background-image: url(../images/menu_top_arrow_gray.png);

    }
    .nav-child .nav-link {
        background-image: none;
    }
    .nav-item-sp-first .nav-parent2 {
        display: block;
    }


    #mainContent {
        box-sizing: border-box;
    }




    .box_50p {
    	width: 100%;
    	float: none;
    }
    .box_50p_left {
    	margin-right: 0;
    }




    /*下層ページ*/

    #breadcrumb {
        padding: 5px;
    }

    #breadcrumb,
    #breadcrumb a {
        font-size: 10px;
    }
    .productMainImg img {
        width: 100%;
        height: auto;
    }
    .section {
        margin-bottom: 20px;
    }
    .caption_r,
    .caption {
    	font-size: 12px;
        line-height: 1.6;
    }
    /*ページ内メニュー*/
    #subMenuWrapper {
    	width: 100%;
    }
    #subMenu.subMenu--hidden {
        display: none;
    }
    #subMenu .menu_item a {
        line-height: 20px;
        font-size: 12px;
    }
    .subCtrlContainer {
        padding-right: 70px;
        position: relative;
    }
    .subMenuCtrl {
        position: absolute;
        right: 22px;
        top: 22%;
    }
    .menu-trigger,
    .menu-trigger span {
    	display: inline-block;
    	transition: all .4s;
    	box-sizing: border-box;
    }
    .menu-trigger {
    	width: 26px;
        height: 20px;
    }
    .menu-trigger span {
    	position: absolute;
    	left: 0;
    	width: 100%;
    	height: 4px;
    	background-color: #333;
    	border-radius: 4px;
    }
    .menu-trigger span:nth-of-type(1) {
    	top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
    	top: 8px;
    }
    .menu-trigger span:nth-of-type(3) {
    	bottom: 0;
    }

    .menu-trigger.subMenuCtrlOpen span:nth-of-type(1) {
    	-webkit-transform: translateY(8px) rotate(135deg);
    	transform: translateY(8px) rotate(135deg);
    }
    .menu-trigger.subMenuCtrlOpen span:nth-of-type(2) {
    	opacity: 0;
    }
    .menu-trigger.subMenuCtrlOpen span:nth-of-type(3) {
    	-webkit-transform: translateY(-8px) rotate(45deg);
    	transform: translateY(-8px) rotate(45deg);
    }

    .sub_left .global_menu .menu_item {
        float: none;
    }

    .productMainImg {
        width: 100%;
        height: auto;
    }

    .topTtl {
        font-size: 16px;
        min-height: 1em;
    }
    .topTtl .smallText{
        display: block;
    }
    .priceTtl {
        font-size: 16px;
    }



    /* 価格表テーブル */
    .line_on td,
    .line_off td {
        font-size: 12px;
        padding: 10px 5px;
    }
    .line_on th,
    .line_off th {
        font-size: 0.75em;
        padding: 10px 5px;
    }
    table .w25 {
        width: 35%
    }
    table .rwth {
        width: 35%;
    }

    /* レスポンシブテーブル */

    /* レスポンシブテーブル */
    table.resTable tbody tr {
        border-bottom: 20px solid #FFF;
        display: table;
        width: 100%;
    }
    table.resTable tr td:first-of-type {
    }

    table.resTable tr td:nth-of-type(2n+2) {
    }
    table.resTable tr td:nth-of-type(odd) {
    	background-color: #EFEFEF;
    }

    table.resTable tr td:first-of-type .bt-content {
        background-color: #434E64;
    	color: #FFF;
    }
    table.resTable tr td:first-of-type:before {
        background-color: #434E64;
    	color: #FFF;
    }
    /*table.two-axis tr:nth-of-type(2n+2) td:first-of-type, table.two-axis tr td:first-of-type:before*/
    table.bt tfoot th::before,
    table.bt tfoot td::before,
    table.bt tbody td::before {
        content: attr(data-th) !important;
    }

    .resTable tbody tr td {
        padding: 0;
        display: table-row !important;
    }
    .resTable tbody tr td:before {
        font-weight: normal;
        padding: 10px 5px;
        display: table-cell;
        width: 40%;
        font-size: 12px;
    }
    table.resTable tbody tr td .bt-content {
        display: table-cell;
        width: 60%;
        text-align: center;
        padding: 10px 5px;
        vertical-align: middle !important;
    }
    .resTable.line_on tr:hover {
        background: transparent;
    }
    table.resTable > tbody > tr:nth-of-type(2n+2) {
    	background: transparent;
    }
    table.resTable > tbody > tr:nth-of-type(odd) {
    }
    
	.resTable tbody tr td.bt-hide {
		display: none !important;
	}
    
	.res-block {
		clear: both;
		display: block;
		float: none;
	}


    /* コンタクトバナー */
    .contacts {
        margin-bottom: 20px;
        margin-top: 0;
        text-align: center;
    }
    .contacts .left_cell,
    .contacts .right_cell {
        float: left;
        width: 100%;
    }


    /* フッターメニュー */
    .footerTitle {
        font-size: 16px;
    }
    #footerNav {
        padding-top: 0;
    }
    #footerNav dl {
        width: 100%;
        height: auto;
        float: none;
        padding: 0;
        margin-bottom: 0;
        border-bottom: 2px solid #333;
    }
    #footerNav1 dl a {
        margin-bottom: 0;
        padding: 5px 0;
    }
    #footerNav1 dl dd a,
    #footerNav2 dl dd a {
        padding: 10px 0 10px 10px;
    }
    #footerNav1 dl {
        border-bottom: 1px solid #666;
        margin-bottom: 0;
    }
    #footerNav2 dl a {
        margin-bottom: 0;
        padding: 5px 0;
    }
    #footerNav2 dl {
        border-bottom: 1px solid #999;
        margin-bottom: 0;
    }
    #footerNav dt {
        padding: 10px 10px;
    }
    #footerNav1 dt a {
        font-size: 12px;
    }
    #footerNav2 dt a {
        font-size: 12px;
    }
    #footerWrapp dd {
        display: none;
    }
    #footerNav dd li a {
        padding: 10px 20px;
        display: block;
        border-top: 1px solid #444;
    }
    .footerNav_col {
        float: none;
        width: 100%;
    }
    .footer_corp {
        font-size: 12px;
    }



/* ページ下部のマップ案内 */
    #bottomLocationWrapper {
    	padding: 10px 0;
    }
    #bottomLocation {
    	margin-bottom: 40px;
    }

    #bottomLocation .row {
    	padding-top: 20px;
    	padding-bottom: 20px;
    }
    #bottomLocation .col-sm-6 {
        width: 100%;
        float:none;
        padding-right: 0;
    	padding-left: 0;
    }
    #bottomLocation .loc_dataList h3 {
        font-size: 18px;
    }
    #bottomLocation .loc_map .gmapbox {
        margin-right: 0;
    	margin-left: 0;
    }
    #bottomLocation .loc_dataList {
        margin-bottom: 20px;
    }
    table.mapadd tr td {
        line-height: 1.2;
        font-size: 14px;
    }
    #bottomLocation hr {
        margin-bottom: 0px;
    }


/* ヘッダー電話番号 */

.topMenu {
	display: none;
	}




    #toTopBtn img {
        width: 35px;
        height: 35px;
    }

    .note_indent {
        padding: 0px;
    }
    .top_copy {
        font-size: 12px;
    }

}
.head_fix {
	position: fixed;
	width: 100%;
	z-index: 1000;
}