
/* ============================================

  CSS document by payless plus
  This CSS for print view
  
  filename : common.css
  author : payless
  release :
  last modified:  2012-02-17 Udagawa 
  
============================================*/

/*--------------------------------
    ¥Ø¥Ã¥À©`
--------------------------------*/

.header{background:#000; height:80px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;}
.headerin{margin:0 auto; width:1200px;
    padding: 5px 30px;}
.logo{float:left; padding-top:13px;}
.headnavi{color:#FFF; float:left;
    font-size: 16px;
    padding-top: 13px;
    margin-left: 30px;
  }
.headnavi li{float:left; margin-left:10px;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}
.headt{color:#FFF; padding-top:5px; font-size:11px; width:400px;}
.hphone{margin-top:-8px;}

.headnavi02{
    position: absolute;
    right: 10px;
    top: 80px;
}
.headnavi02 li{float:left;}


.button {
  display: inline-block;
  width: 150px;
  text-align: center;
  text-decoration: none;
  outline: none;
  margin-top:-10px;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button {
  position: relative;
  z-index: 2;
  background-color: #3382aa;
  border: 1px solid #fff;
  color: #fff;
  line-height: 25px;
  overflow: hidden;
}
.button:hover {
  color: #000;
}
.button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button:hover::after {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}


/*--------------------------------
    ¥Õ¥Ã¥¿©`
--------------------------------*/

#footer{
  background:#000;
  padding:30px; 
  color:#FFF; 
  margin-top:90px;}
.footer_nav{
  display: flex;
    justify-content: space-around;
  margin-bottom: 50px;
    max-width:1100px;
    margin:0 auto 50px;
}
.footin{
  margin-right: 70px;
}
.footer_list{
  font-size:14px;
  margin: 0 15px 0 0;
  width:20%;
}
.footer_list li{
  line-height: 2.0;
}

.ft01{font-size:14px; margin-top:10px;}
.copylights{margin-top:25px; font-size:12px; text-align: center;ß}

.new_tag{
    color: #fff;
    font-weight: bold;
    margin-left: 6px;
    background: #cc3333;
    padding: 2px 3px 2px;
    display: inline-block;
    font-size: 0.7rem;
    letter-spacing: 1.1px;
}

.contact_btn{
    background: #CC3338;
    color: #fff;
    padding: 15px 30px;
    font-size: 1.2rem;
    border-radius: 5px;
}
.contact_btn:hover{
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
}


@media (max-width: 750px) {

.footer_nav{
  margin-bottom: 0px;
}
.footer_list{
  display: none;
}
.footin{
  margin:0px auto 10px;
  text-align: center;
}
#footer{
    padding: 30px 0 120px;
    margin: 0;
}
.logo {
    padding-top: 25px;
    padding-left: 10px;
    position: fixed;
    top: 0;
}
.logo img{
  width: 200px;
}
.headnavi02 {
    margin-top: -22px;
    position: fixed;
    bottom: -4px;
    left: 0px;
    display: flex;
    right: 0;
    top: unset;
}
.headnavi02 li:nth-of-type(1){
 position: relative;
 top: 0px;
 left: 0; 
}
.headnavi02 li:nth-of-type(1) img,
.headnavi02 li:nth-of-type(2) img{
  width: 375px;
}
.headnavi02 li:nth-of-type(2){
 position: relative;
 bottom: 0;
 left:0;
}

  .header{
    position: fixed;
    top: 0;
    left: 0;
 max-width:750px;
    height: 70px;
    z-index: 1111111;
  }
  #nav-btn {
    display: block;
    position: fixed;
    z-index: 11;
    top: 20px;
    right: 25px;
    background: transparent;
    border: none;
  }

  .hamburger {
    position: relative;
    display: block;
    width: 36px;
    height: 28px;
  }
  .hamburger .bdr {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    transition: all .5s;
  }
  .hamburger .bdr:nth-child(1) {
    top: 0;
  }
  .hamburger .bdr:nth-child(2) {
    top: 12px;
  }
  .hamburger .bdr:nth-child(3) {
    bottom: 0;
  }
  .hamburger.is-active .bdr {
    background: #fff;
  }
  .hamburger.is-active .bdr:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .hamburger.is-active .bdr:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-active .bdr:nth-child(3) {
    transform: translateY(-15px) rotate(45deg);
  }
.nav-open .menu{
  max-width: 750px;
    overflow-y: scroll;
    min-height: 100vh;
}
#menuwrap.pc_none{
  display: unset;
}
  .menu {
    position: relative;
    top: 0;
  max-width: 750px;
    height: 100%;
    padding-top: 70px;
    text-align: left;
    font-size: 13px;
    z-index: 1;
    transform: translateX(150px);
    right: -750PX;
    /*transition: .4s all;*/
  }
  .menu ul {
    display: block;
    width: 100%;
    line-height: 60px;
    background: none;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 30px 130px;
    background: #000;
}
  }
  .menu ul li {
    font-size: 24px;
    transition: all .5s;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    width: 100%;
    margin: 0 auto;
  }
  .menu ul li:hover {
    background: #000;
  }
  .menu ul li a:after {
    display: none;
  }

  .nav-open .menu {
    transform: translateX(0);
    left: 0PX;
  }
  .nav-open #contents {
    transform: translateX(-750px);
  }
  .ft01{
    font-size: 18px;
  }
}
