@charset"utf-8";

/*//////////////////////////////    PCレイアウト    //////////////////////////////*/

/*//////////    ナビゲーション   //////////*/

nav {
    width: 100%;
    height: 100%;
    background: transparent;
    line-height: normal;
}

#header-nav {
    width: 100%;
    height: 90px;
    background: #0095e0;
    line-height: 90px;
}

#header-nav div {
    overflow: hidden;
}

nav h1 {
    overflow: hidden;
    float: left;
    width: 145px;
    height: 90px;
    background: url(../images/logo.png) no-repeat center;
    background-size: 100% auto;
    text-indent: 100%;
}

#category {
    display: table;
    height: 90px;
    margin: 0 auto;
}

#category li {
    position: relative;
    display: table-cell;
    width: 210px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

#category li.selected:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 57px;
    height: 9px;
    margin: 0 auto;
    background: url(../images/icon_focus.svg) no-repeat;
    content: "";
}

#category li:hover,
#category li.selected {
    font-weight: bold;
}

#nav_sp {
    display: none;
}

.nav-subbox {
    width: 100%;
    height: 410px;
    background: #f8f6f0;
    text-align: center;
}

.nav-subbox ul {
    display: table;
    width: 1080px;
    margin: 0 auto ;
    padding-top: 58px;
}

.nav-subbox li {
    display: table-cell;
    width: 25%;
}

.nav-subbox li a {
    color: #000;
}

.nav-subbox li a img {
   display: block;
   height: auto;
   margin: 0 auto 20px;
}

.nav-subbox li a span {
    height: 90px;
    vertical-align: middle;
}

#production2,
#production3 {
    display: none;
}


#production3 li {
    display: block;
    margin: 0 auto;
}


#contact h1 span,
#company h1 span,
#history h1 span{
    font-size: 15px;
}

/*//////////    コンタクト    //////////*/

#contact h1{
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 0.1em;
    margin: 68px 0 55px 0;
    line-height: 1em;
}

/*//////////    会社概要と沿革    //////////*/

#company h1,
#history h1{
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 0.1em;
    margin: 68px 0 55px 0;
    line-height: 1em;
}

#company dl,
#history dl{
    text-align: left;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    align-content:flex-start;
    width:100%;
}

#company dl,
#history dl{
border-bottom:1px solid #b1b1b1;
}

#company dl dt,
#history dl dt{
width:23%;
padding:24px 0 24px 2%;
border-top:1px solid #b1b1b1;
font-weight: bold;
}

#company dl dd,
#history dl dd{
width:75%;
padding:24px 0;
border-top:1px solid #b1b1b1;
}

/*//////////////////////////////    タブレットレイアウト    //////////////////////////////*/

@media screen and (max-width: 1199px) {

/*//////////    ナビゲーション   //////////*/

nav {
    width: 100%;
    height: 100%;
    background: transparent;
    line-height: normal;
}

#header-nav {
    height: 60px;
    line-height: 60px;
}

#header-nav div {
    overflow: visible;
}

nav h1 {
    float: none;
    width: 100px;
    height: 60px;
    margin: 0 auto;
}

#category {
    position: relative;
    display: table;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background: #0095e0;
}

#category li {
    width: 33%;
}

.nav-subbox {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}

.nav-subbox:after {
    display: block;
    content: "";
    clear: both;
}

.nav-subbox ul {
    display: table;
    width: 90%;
    margin: 0 auto ;
    padding-top: 100px;
}

.nav-subbox li {
    display: table-cell;
    width: 25%;
    padding: 0.5em;
    font-size: 14px;
}

.nav-subbox img {
    width: 100%;
    height: auto;
}

#production2,
#production3 {
    display: none;
}

/*//////////    コンタクト    //////////*/

#contact h1{
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 0.1em;
    margin: 68px 0 55px 0;
}

/*//////////    会社概要と沿革    //////////*/

#company h1,
#history h1{
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 0.1em;
    margin: 68px 0 55px 0;
}

#company dl dt,
#history dl dt{
width:21%;
margin-left:2%
}

#company dl dd,
#history dl dd{
width:73%;
margin-right:2%
}


}

/*//////////////////////////////    SPレイアウト    //////////////////////////////*/

@media screen and (max-width: 640px) {

#header-space {
    height: 25px;
    line-height: 25px;;
}

#category {
    display: none;
}

#nav_sp {
    display: block;
}
#btn-menu {
    position: absolute;
    top: 25px;
    right: 0;
}

#btn-menu {
    display: table-cell;
    width: 60px;
    height: 60px;
    background: #1268c9;
    color: #fff;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

#btn-menu span {
    width: 30px;
    height: 30px;
    display: block;
    margin: 25% auto;
    
}

.icon_menu,
.icon_close {
    width: 100%;
    height: 100%;
    background: url(../images/icon_sp_menu.png) no-repeat;
    background-size: 60px; auto;
    background-position: 0 0;
}

.icon_close {
    background-position: -30px 0;
}

#category_sp {
    display: none;
    text-align: center;
}

#category_sp li a{
    display: block;
    padding: 15px;
    background: #69b8f3;
    color: #fff;
    border-bottom: solid 1px #fff;
}

#category_sp li:last-child a {
    background: #1268c9;
}

.nav-subbox ul {
    display: block;
    overflow: hidden;
    width: 90%;
    padding: 0;
    margin: 0 auto;
}

.nav-subbox li,
#production3 li {
    display: block;
    width: 50%;
    margin: 30px 0 auto;
    padding: 0;
}

.nav-subbox li a span {
    display: block;
    height: 3.58em;
}

.nav-subbox li:nth-child(odd){
    float: left;
}

.nav-subbox li:nth-child(even){
    float: right;
}

.nav-subbox li a img {
    width: 70%;
    margin: 0 auto 10px;
    padding: 0;
}

#production2,
#production3 {
    display: block;
}

/*//////////    会社概要と沿革    //////////*/
#company dl dt,
#history dl dt{
width:90%;
padding:24px 0 8px 0;
margin:0 5%;
}

#company dl dd,
#history dl dd{
width:90%;
padding:8px 0 24px 0;
border-top:none;
margin:0 5%;
}

}

/*//////////////////////////////    320pxレイアウト    //////////////////////////////*/

@media screen and (max-width: 320px) {

.nav-subbox ul {
    width: 100%;
    padding: 0;
}

.nav-subbox li,
#production3 li  {
    display: table;
    float: none;
    width: 80%;
    height: auto;
    margin: 20px auto;
}

.nav-subbox li:nth-child(odd){
    float: none;
}

.nav-subbox li:nth-child(even){
    float: none;
}

.nav-subbox li img{
    width: 60%;
}

#production2,
#production3 {
    display: inline;
}

}
