/* CSS Document */


@media screen and (max-width:767px){
	
}
@media screen and (min-width:768px) and (max-width:1099px){
  /*TB*/
  /*ドロワーメニュー*/
  .headermenu.righttype{
    right: 0;
    border-radius: 10px 0 0 10px;
    transform: translate(100%,0);
  }
  .headermenu{
    width: 380px;
    height: calc( 100vh - 40px );
    top: 20px;
    bottom: 20px;
  }
  /*お問い合わせ*/
  .headermenu.lefttype{
    left: 0;
    border-radius: 0 10px 10px 0;
    transform: translate(-100%,0);
  }
  /*pageheader*/
  .div.pageheader{
    min-height: 100px;
  }
  /*footer*/
  footer{
    overflow: hidden;
  }
  footer div.footer{
    padding: 80px 0 0 0;
    box-sizing: border-box;
  }
  footer div.company h3{
    font-size: 24px;
    padding: 10px 0 0 0;
  }
  footer figure.symbol svg{
    width: 50vw !important;
  }
  .footercontents{
  }
  .footercontents p{
    width: 50vw;
    line-height: 2em;
    margin: 1rem auto;
    font-size: 16px;
  }
  footer div.footercontents div.menubtn{
		font-size:14px;
		line-height:20px;
		padding:7px 60px;
		margin:10px auto 0 auto;
	}
  footer div.footercontents div.menubtn br.mobile{
    display: block !important;
  }
	footer div.footercontents div.menubtn span{
		font-size: 22px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 2px;
    display: block;
	}
  footer div.footerbottom{
    width: 100%;
  }
  footer div.bottomlink {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  footer div.copyright {
    text-align: center;
    padding: 20px 0 40px 0;
    height: 20px;
  }
}
@media (orientation: landscape) and (max-width:568px){
}
@media (orientation: landscape) and (min-width:569px) and (max-width:724px){
}
@media (orientation: landscape) and (min-width:725px) and (max-width:1099px){
}
@media screen and (min-width:1100px){
  /*共通*/
  footer div.footercontents div.menubtn{
		font-size:14px;
		line-height:20px;
		padding:7px 60px;
		margin:10px auto 0 auto;
	}
  footer div.footercontents div.menubtn br.mobile{
    display: block !important;
  }
	footer div.footercontents div.menubtn span{
		font-size: 22px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 2px;
    display: block;
	}
}
  