@charset "UTF-8";
/*ヘッダーブロック
---------------------------------------------------------------------------*/
header .inner {
 width: auto;
 text-align: center;
}
.head_logo {
 position: absolute;
 left: 0px;
 top: 20px;
}
.head_logo img {
 width: 185px;
 height: auto;
 margin-left: 2%
}
.head_name {
 position: absolute;
 right: 1%;
 text-align: left;
 margin-top: 17px
}
.head_name_inner {
 display: flex;
 justify-content: center;
 align-items: top
}
.head_tel {
 font-size: 16px;
}
.tel_bg {
 padding: 0 !important;
}
.head_inc {
 display: none
}
.head_insta a img {
 display: block;
 width: 80px;
 position: relative;
 top: -20px;
}
.head_btn a img {
 width: 100%;
 max-width: 245px;
 height: auto;
 display: block;
 margin-top: -20px
}
/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
 height: auto;
 width: 100%;
}
#slide_image {
 height: auto;
 width: 100%;
 position: relative;
}
#slide_image2 {
 height: auto;
 width: 100%;
 position: absolute;
 left: 0px;
 top: 0px;
}
/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
 width: auto;
 margin-left: 6px;
 margin-right: 6px;
}
/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub_block {
 float: none;
 width: auto;
}
#main {
 margin-bottom: 30px
}
.main_txt {
 width: 100%;
 padding-left: 0%;
 color: #666;
 margin-top: 20px;
 margin-bottom: 20px;
 font-size: 0.938em;
 font-weight: bold;
 text-align: center;
}
/*社内画像
---------------------------------------------------------------------------*/
.photo_box {
 width: 400px;
 margin: auto;
 padding-left: 20px;
 display: block;
}
#photo_box li {
 width: 170px;
 float: left;
 margin-right: 20px;
 margin-top: 10px;
 margin-bottom: 10px;
}
/*会社概要
---------------------------------------------------------------------------*/
/*　 テーブル　*/
/*テーブル内の右側*/
.ta1 td {
 padding: 5px 5px 5px 3%;
}
/*テーブル内の左側*/
.ta1 th {
 width: 25%;
 padding: 5px;
 text-align: center;
 background-color: #e2e2e3; /*背景色*/
}
/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
 padding-top: 8px;
 padding-right: 4px;
 padding-left: 4px;
 margin-bottom: 15px;
}
#sub_block {
 margin: auto;
 width: 245px;
}
.sp {
 display: none;
}
.br_sp {
 display: none;
}
.sp_block {
 display: block;
}