@charset "UTF-8";
header {
}
#header_content {
	width:100%;
  height: auto;
	margin:0px auto 0px;
	}
	.header_logo {
		width:60%;
		float: none;
		text-align: center;
    padding-top: 20px;
    margin: 0px auto;
	}
			.header_logo h1 img{
				width: 100%;
				height: auto;
				}
			
		.header_contact {
      width: 100%;
			float: none;
      text-align: center;
		}
			.header_contact_tel{    
          width: 100%;
          text-align: center;
          display: inline-block;
          vertical-align: middle;
          float: none;
				}
          .header_contact_tel_inner{
            display: flex;
            justify-content:center;
            align-items: center;
          }
          .header_contact_tel_inner p{
            font-size: 1.2rem;
            font-weight: bold;
            color: #f9955e;
            
          }
				.header_contact_tel_head{
				}
					p.header_contact_tel_businesstime{
						color: #4a271f;
						display: inline-block;
						font-size: 1.2rem;
            margin-top: 4px;
            margin-right: 0px;
						}
				
				.header_contact_tel_num {
					vertical-align: middle;	
					font-weight: bold;
					margin-right: 10px;
					margin-top: 4px;
					}
					.header_contact_tel_num a {
						color: #f9955e;
						font-size: 2.8rem;
						vertical-align: middle;
            font-weight: bold;
						}
					.header_contact_tel_num a:before{
						content:"";
						background-image:url(../images/icon_tel.svg);
						background-repeat: no-repeat;
						background-position: center left;
						background-size: 30px 30px;
						padding-left: 30px;
						padding-top: 10px;
						padding-bottom: 10px;
						}
            
  li.menu__mega {
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
    padding-top: 10px;
}
  
						
	@media screen and (min-width:721px) and (max-width:980px){
	}
	@media screen and (min-width:415px) and (max-width:720px){
	}
	@media screen and  (max-width:414px){
	}
  @media screen and (min-width:680px) and (max-width:980px) {
  }

	