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





	/*バナー（ファーストビュー）ここから*/
	#contents .inner{
		margin: 0.5em 0 0;
	}
	#contents .main-flex{
		display: none;
	}
        .showroom_banner img {
                width:100%;
                height:auto;
        }
        .showroom-gallery1 {
                flex-direction:column;
        }
        .showroom-gallery1 p {
                font-size:14px;
        }
        .unithouse_pdf img {
                width:100%;
                display:block;
                margin:0 auto;
        }
        .sub-showroom .showroom-flex {
                flex-direction:column;
        }
        .sub-showroom .showroom-info {
                width:100%;
        }
        .sub-showroom .showroom-map {
                flex:1;
        }
        .sub-showroom .showroom-map iframe {
                width:100%;
        }
        #products.detail article{
	        display:flex;
	        flex-direction:column;
        }
        #products.detail article section{
	        width:100%;
        }
        #products.detail.pic img{
	        width:350px !important;
	        height:219px !important;
        }

  #products.detail.pic img{
  display:flex;
  justify-content: center;
}
	/*バナー（ファーストビュー）ここまで*/
        
        /*文字の改行*/
        .photo-caption span {
                display:inline-block;
        }
        .showroom-gallery3 p span {
                display:inline-block;
        } 
        .text-aircon span {
                display:inline-block;
        }
        .sp_br {
                display:none;
        }
}
