@charset "UTF-8";
/*
ヘッダー・フッター用一時使用CSS
*/
/* all display
-------------------------------------------------- */

.header-main-logo {
}

.header-logo {
  width: 270px;
  height: 100px;
  display: block;
  margin: 0 auto 0;
}

.header-profile-detail {
  font-size: 90%;
  text-align: right;
  color: #fff;
  padding-right: 10px;
  margin-top: -100px;

}
.header-profile-detail .store-name {
  font-size: 135%;
}


#header-nav-btn img {
    width: 30px;
    height: 30px;
    margin: 5px;
  }


footer {
  background-image: url(lib/images/footer_med.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain; 
  -moz-background-size:contain;
  -webkit-background-size:contain;
  -o-background-size:contain;
  -ms-background-size:contain;  
  }
article footer {
  background-image: none;
}

.footer-right {
    width: 40%;
  float: right;
}

#footer-gnav-container {
  margin: 10px 0 10px 0;
} 
#footer-gnav-container ul{
} 

#footer-gnav-container ul li{
  display: inline-block;
  width: 24%;
  text-align: center;
} 
.footer-logo {
    width: 100px;  
}
.footer-contact {
  width: 100%;
  margin: 10px 0 10px 0;
}
.footer-contact a {
  display: block;
  width: 80%;
  border: 2px solid #fff;
  margin: 12px auto 12px auto;
  text-align: center;
  padding: 15px;
}
.footer-low {
	padding-right:50px;
	text-align:right;
	font-size:0.9rem;
}
.footer-left {
  width: 40%;
  float: left;
}
.footer-profile {
  padding-top: 20px;
}
.footer-profile .store-name {
  font-size: 125%;
}

.footer-profile .footer-profile-logo {
  float: left;
  width: 120px;
}
.footer-profile .footer-profile-detail {
  float: left;
  padding-top: 10px;
}



@media screen and (max-width : 1000px){
  .header-main-logo {
    float: left;
    width: 200px;
  }
  .header-profile-detail {
    display: none;
  }
  #gnav-sp {
    background-image: url(lib/images/footer_med.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover; 
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;  
  }
  #gnav-container-sp {
    text-shadow: 1px 1px 2px #80C8C4;
  }
  footer {
    background-image: url(lib/images/footer_med.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover; 
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;  
  }
  #footer-gnav-container {
    display: none;
  }
  .footer-right {
    width: 100%;
  }
  .footer-left {
    clear: both;
    float: none;
    width: 80%;
    margin: 30px auto 10px auto;
  }
  .footer-contact {
    float: none;
    width: 80%;
    margin: 10px auto 10px auto;
  }
  .footer-contact a {
    float: none;
    margin: 10px auto 10px auto;
  }
  .footer-profile {
    text-shadow: 1px 1px 2px #80C8C4;
  }
}

@media screen and (max-width : 600px){
  .footer-contact {
      width: 100%;
  }
  .footer-left {
      width: 100%;
      font-size: 85%;
  }
  .footer-profile .footer-profile-logo {
    float: left;
    width: 95px;
    padding: 10px;
  }
}