@charset "utf-8";

@media screen and (min-width: 992px),
print {
.navv.change-color {
  background-color:rgba(255,255,255,0.8);
  transition: 0.3s;
}
    
    }

.sp-back{
    background-color:rgba(0,0,0,0.3);
}

@media screen and (min-width: 992px),
print {
    .sp-back{
    background-color:rgba(0,0,0,0.3);
}
}

/*
++++++++++++++++++

中山商事ヘッダー

+++++++++++++++++++
*/

#header {

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 55px;
  z-index: 9999;
  box-shadow: 0 3px 6px rgba(0,0,0,0.7);
    padding-left:10px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}


@media screen and (min-width: 992px),
print {

  #header {
    height:60px;
      padding:10px 30px;
      justify-content: flex-start;
      align-items: center;
  }
}

.header-con01{
    padding:0 10px;
    width:100%;
    display: flex;
    justify-content:space-between;  
}

@media screen and (min-width: 992px),
print {
    .header-con01{
    padding:0 10px;
    max-width: 1500px;
        margin: auto;
}
}

.header-con01-left{
    width:33%;
    padding-top:14px;
}

@media screen and (min-width:768px),
print {
    .header-con01-left{
        
    width:130px;
        padding-top:12px;
}
}

@media screen and (min-width: 992px),
print {
    .header-con01-left{
    width:150px;
        padding-top:0;
}
}



.header-con01-right{
    width:15%;
}

@media screen and (min-width: 992px),
print {
    .header-con01-right{
    width:70%;
    display: flex;
        justify-content: flex-end;
}
}

.header-con01-right-menu{
display: none;
}

@media screen and (min-width: 992px),
print {
    .header-con01-right-menu{
display:block;
        font-size:18px;
        margin-right:30px;
        color:#fff;
        padding-top:5px;
}
}

.header-con01-right-in{
    display: none;
}

@media screen and (min-width: 992px),
print {
    .header-con01-right-in{
    display:block;
        margin-right:30px;
        width:100px;
        padding-top:5px;
}
}


.header-con01-right-con{
    display: none;
}

@media screen and (min-width: 992px),
print {
    .header-con01-right-con{
    display:block;
        margin-right:30px;
         width:100px;
        padding-top:8px;
}
}

.header-con01-right-tel{
    display: none;
}

@media screen and (min-width: 992px),
print {
    .header-con01-right-tel{
    display:block;
         width:150px;
        padding-top:5px;
}
}



/*
+++++++++++++++++++++++++

グローバルナビ

++++++++++++++++++++++++++
*/


.header-nav {
  display: none;
  width: 100%;
  height:100vh;
  z-index:10;
  overflow: auto;
    position: absolute;
  top: 0;
  left: 0;
  right: 0;
    padding:100px 10px 50px;
    background:url("../../../../img/nav/back-sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;


}

.header-nav.is-show {
  display: block;
}

@media screen and (min-width: 992px),
print {
  .header-nav {
background:url("../../../../img/nav/back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
      padding-top:200px;

  }

}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */ 

.pc { display: block !important; } 

.sp { display: none !important; } 

  

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */ 

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

    .pc { display: none !important; } 

    .sp { display: block !important; } 
}


@media screen and (min-width: 992px),
print {
    .g-menu{
    margin:60px auto 0;
        max-width: 900px;
}
}

.g-menu ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap:9px;
}

@media screen and (min-width: 992px),
print {
    .g-menu ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap:20px;
}
}

.g-menu li{
    position: relative;
    margin-bottom:15px;
}

@media screen and (min-width: 992px),
print {
    .g-menu li{
    margin-bottom:20px;
}
}





.g-menu-t01{
    color:#fff;
    z-index:9999;
    position: absolute;
    top:40px;
    right: 0;
  left: 0;
  margin:0 auto;
    width:90%;
    text-align: center;
    font-size:14px;
}

@media screen and (min-width: 992px),
print {
   .g-menu-t01{
    
    top:140px;
    width:90%;
    text-align: center;
    font-size:20px;
}
}

.g-menu-t02{
    color:#fff;
    z-index:9999;
    position: absolute;
    top:65px;
    right: 0;
  left: 0;
  margin:0 auto;
    width:90%;
    text-align: center;
    font-size:9px;
}

@media screen and (min-width: 992px),
print {
  .g-menu-t02{
    top:180px;
    font-size:12px;
}
}

.g-menu-yaji{
    color:#fff;
    z-index:9999;
    position: absolute;
    bottom:5px;
    right: 0;
  left: 0;
  margin:0 auto;
    width:90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 992px),
print {
  .g-menu-yaji{
    bottom:20px;
}
}

.g-menu-yaji-left{
    font-size:12px;
    margin-right:5px; 
}

@media screen and (min-width: 992px),
print {
  .g-menu-yaji-left{
    font-size:14px;
    margin-right:7px; 
}
}

.g-menu-yaji-right{
    width:15px;
    padding-top:14px;
}

@media screen and (min-width: 992px),
print {
 .g-menu-yaji-right{
    width:18px;
    padding-top:17px;
}
}


























.g-nav li{
    margin-bottom: 25px;
}

@media screen and (min-width: 992px),
print {
    .g-nav li{
    margin-bottom:80px;
}
}

.g-nav-photo{
    margin-bottom: 5px;
}

.g-nav-photo img{
    border-top-left-radius: 5px; 
    border-bottom-right-radius: 8px; 
}

@media screen and (min-width: 992px),
print {
    .g-nav-photo img{
    border-top-left-radius: 10px; 
    border-bottom-right-radius: 20px; 
}
}

.g-nav-t01{
    font-weight: bold;
    text-align: center;
    color:#fff;
}


/*
+++++++++++++++++++++++++++++++

ロゴエリア

++++++++++++++++++++++++++++++++
*/



/*
++++++++++++++++++++++++++++++++++++++

@media screen and (min-width: 992px),
print {
    
}

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

border-radius:20px; 

+++++++++++++++++++++++++++++++++++++++++
*/