@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/* -----------------------------------------------------------
	header(PC)
----------------------------------------------------------- */

header {
    min-width: 1100px;
    height: auto;
    overflow: hidden;
}

header:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

#header-box {
    width: 1100px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.logo {
    clear: both;
    float: left;
    height: auto;
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    margin: 20px 0 5px;
    font-family: tauri, "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

header .logo a,
header .logo a:hover {
    text-decoration: none;
    color: #000;
}

.logo a:before {
    content: "";
    display: block;
    background: url(https://am-tec7.jp/wp-content/uploads/logo.png) no-repeat;
    background-size: 50px;
    height: 50px;
    width: 50px;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
    position: relative;
    top: -4px;
}

#header_desc {
    height: auto;
    background: #171C61;
}

#header_desc_area {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

#header_desc_area h1 {
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    float: left;
    padding: 10px 0;
    line-height: 100%;
}

#header_desc_area p {
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
    float: right;
    padding: 10px 0;
    line-height: 100%;
}

.contact_header {
    width: 330px;
    height: auto;
    display: block;
    float: right;
    text-align: right;
    overflow: hidden;
}

.tel_header {
    height: 45px;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
    color: #171c61;
    font-family: tauri, "Noto Sans Japanese", Meiryo, sans-serif;
}

.tel_header:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 27px;
    padding-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -5px;
}

.time_header {
    font-size: 13px;
    margin-bottom: 0;
}

.sp_tel {
    display: none;
}

nav.pc {
    height: 45px;
}

nav .menu-header-navi-container {
    clear: both;
    width: 1100px;
    height: 45px;
    text-align: center;
    margin: 0 auto;
}

ul#navi, ul#navi li, ul#navi li a {
    display: block;
    zoom: 1;
    height: 45px;
    color: #fff;
}

ul#navi li {
    float: left;
    position: relative;
}

ul#navi li:before {
    content: "";
    display: block;
    height: 23px;
    width: 1px;
    position: absolute;
    top: 8px;
    left: 0;
    border-left: 1px solid #000;
}

ul#navi li:last-child:after {
    content: "";
    display: block;
    height: 23px;
    width: 1px;
    position: absolute;
    top: 8px;
    right: 0;
    border-left: 1px solid #000;
}

ul#navi li a {
    width: 140px;
    height: 45px;
    display: inline-block;
    margin: 0;
    padding: 3px 0;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    line-height: 130%;
}

ul#navi li a .en {
    font-size: 10px;
    color: #999;
    font-family: tauri, "Noto Sans Japanese", Meiryo, sans-serif;
}

ul#navi li.long a {
    width: 260px;
}

ul#navi li a:hover,
ul#navi li a:hover .en {
    color: #171C61;
    text-decoration: none;
}

.overlay,
nav.side-menu,
.nav-box {
    display: none;
}


/* -----------------------------------------------------------
	header(スマートフォン)
----------------------------------------------------------- */

@media screen and (max-width: 768px) {

header {
    min-width: 100%;
    height: 40px;
}

#header-box {
    display: none;
}

.nav-box {
    height: 40px;
    width: 100%;
    display: block;
    background: #fff;
    position: fixed;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    top: 0;
    z-index: 9999;
}

.sp_tel {
    display: block;
    width: 95%;
    height: auto;
    color: #fff;
    text-align: left;
    margin: 0 auto;
    padding: 10px 5px;
}

.sp_tel p {
    color: #fff;
    font-size: 13px;
    line-height: 150%;
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: -5px;
}

.sp_tel p.tel_header {
    font-size: 28px;
    color: #fff;
    font-family: Tauri;
    padding-left: 6px;
}

.sp_tel p.tel_header:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 23px;
    margin-right: 3px;
    vertical-align: middle;
    position: relative;
    top: -4px;
}

nav.pc {
    display: none;
}

nav.side-menu ul {
    width: 100%;
    height: 100%;
}

.side-menu li {
    border-bottom: 1px dotted #fff;
}

.side-menu li a:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 6px;
    vertical-align: middle;
    height: 30px;
    position: relative;
    top: 1px;
    float: left;
}

.side-menu li a {
    color: #fff;
    padding: 15px;
    font-size: 15px;
    line-height: 140%;
    display: block;
}

.side-open nav.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    text-align: left;
    font-size: 16px;
    z-index: 5;
    background: #171c61;
    display: block;
    overflow: auto;
}

.side-menu li a:hover {
    color: #000;
    background: #f1f1f1;
    text-decoration: none;
}

.side-open .nav-box {
    display: none;
}

.overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 3;
}

.overlay::after {
    visibility: hidden;
    position: fixed;
    top: 40%;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    color: rgba(255,255,255,0);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.side-open .overlay {
    visibility: visible;
    cursor: pointer;
    background: rgba(0,0,0,.7);
}

.side-open .overlay::after {
    visibility: visible;
    color: rgba(255,255,255,.8);
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
    display: block;
}

.side-menu-btn {
    position: fixed;
    font-size: 16px;
    top: 5px;
    right: 10px;
    width: auto;
    height: 25px;
    cursor: pointer;
    z-index: 4;
    color: #000;
    display: block;
}

.side-menu-btn:before {
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 24px;
    position: relative;
    top: 3px;
    padding-right: 5px;
}

.wrapper .logo_sp {
    display: block;
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 125px;
    height: 29px;
    z-index: 1;
}

.wrapper .logo_sp:before {
    content: "";
    display: block;
    background: url(https://am-tec7.jp/wp-content/uploads/logo.png) no-repeat;
    background-size: 25px;
    height: 25px;
    width: 25px;
    vertical-align: middle;
    float: left;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.wrapper .logo_sp a {
    color: #000;
    text-decoration: none;
}

.wrapper .logo_sp a:hover {
    text-decoration: none;
}

.side-open .wrapper,
.side-open .overlay {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
}

}