@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: 130px;
    overflow: hidden;
    margin: 0 auto;
}

.logo {
    height: auto;
    width: 750px;
    margin: 0 0 20px 5px;
    font-size: 50px !important;
    line-height: 100%;
    font-weight: 500;
    color: #000;
    letter-spacing: 1px;
    display: inline-block;
}

.logo_mini {
    font-size: 19px;
    line-height: 50%;
    position: relative;
    left: 5px;
}

.logo:before {
    content: "";
    display: block;
    background: url(https://tanobegroup.jp/wp-content/uploads/logo.png) no-repeat;
    background-size: 90px;
    height: 77px;
    width: 90px;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 23px;
    image-rendering: -webkit-optimize-contrast;
}

.logo_sub {
    font-size: 29px;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    left: 10px;
    top: -5px;
}

#header_desc {
    height: auto;
}

#header_desc_area {
    width: 1100px;
    margin: 0 auto;
}

#header_desc_area h1 {
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    padding: 9px 10px 0;
    letter-spacing: 0;
    line-height: 100%;
    color: #000;
}

nav.pc {
    height: 45px;
    background: #ffd974;
}

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;
}

ul#navi li {
    float: left;
    width: 183px;
}

ul#navi li a:before {
    content:"";
    display:block;
    height: 45px;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

ul#navi li#menu6 a:after {
    content:"";
    display:block;
    height: 45px;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
}

ul#navi li#menu1 a,
ul#navi li#menu2 a,
ul#navi li#menu3 a,
ul#navi li#menu4 a,
ul#navi li#menu5 a,
ul#navi li#menu6 a {
    color: #000;
    padding: 14px;
    font-size: 17px;
    line-height: 100%;
    position: relative;
    z-index: 10;
    background: #ffd974;
}

/*マウスオーバー時*/
ul#navi li#menu1 a:hover,
ul#navi li#menu2 a:hover,
ul#navi li#menu3 a:hover,
ul#navi li#menu4 a:hover,
ul#navi li#menu5 a:hover,
ul#navi li#menu6 a:hover {
    color: #000 !important;
    text-decoration: none;
    background: #8ac8e5;
    transition: all .5s;
    -webkit-transition: all .5s;
}

/*カレント表示*/
ul#navi li#menu1.current a,
ul#navi li#menu2.current a,
ul#navi li#menu3.current a,
ul#navi li#menu4.current a,
ul#navi li#menu5.current a,
ul#navi li#menu6.current a {
    color: #000 !important;
    text-decoration: none;
    background: #8ac8e5;
}

.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.pc {
    display: none;
}

nav.side-menu ul {
    width: 100%;
    height: 200%;
}

.side-menu li {
    border-bottom: 1px solid #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: #000;
    padding: 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: #ffd974;
    display: block;
    overflow: auto;
}

.side-menu li a:hover {
    color: #000;
    background: #8ac8e5;
    text-decoration: none;
}

.nav-box {
    height: 40px;
    width: 100%;
    display: block;
    background: #ffd974;
    position: fixed;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    top: 0;
    z-index: 9999;
}

.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;
}

.side-menu-btn {
    position: fixed;
    font-size: 15px;
    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;
}

.side-menu-btn:hover {
    opacity: 0.7;
}

.wrapper .logo_sp {
    display: block;
    position: absolute;
    font-size: 16px;
    line-height: 100%;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: auto;
    height: 15px;
    z-index: 1;
}

.wrapper .logo_sp:before {
    content: "";
    display: block;
    background: url(https://tanobegroup.jp/wp-content/uploads/logo.png) no-repeat;
    background-size: 25px;
    height: 21px;
    width: 25px;
    float: left;
    margin-right: 5px;
    position: relative;
    top: -4px;
    image-rendering: -webkit-optimize-contrast;
}

.wrapper .logo_sp a {
    color: #000;
}

.wrapper .logo_sp a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.side-open .wrapper,
.side-open .overlay {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
}

}