.header_sp {
    height: 60px;
    display: flex;
    align-items: center;
}
#gnavi_sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #ffffff !important;
}
#nav-icon3 {
    width: 36px;
    height: 36px;
    position: absolute;
    float: right;
    right: 3%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    top: calc(50% - 18px);
}
#nav-icon3 span:nth-child(1) {
    top: 0px;
}
#nav-icon3 span:nth-child(2) {
    top: 8px;
}
#nav-icon3 span:nth-child(3) {
    top: 16px;
}
#nav-icon3 p:nth-child(4) {
    color: #3CB371;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 130%;
    margin: 0;
    top: 18px;
    letter-spacing: -0.5px;
    line-height: 2;
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #3CB371;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
#nav-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    top: 6px;
}
#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    top: 6px;
}
.content_menu_sp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    height: calc(100vh);
    overflow: auto;
    box-sizing: border-box;
    z-index: 99999;
    padding-bottom: 120px;
    background: #fff;
}
.content_menu_sp .menu_sp_title {
    background: #8AD1AA;
    color: #fff;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 3%;
    margin: 0;
}
.content_menu_sp ul li {
    width: 50%;
    background: #EBF7F1;
    float: left;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 0 3%;
}
.content_menu_sp ul {
    background: #EBF7F1;
}
.content_menu_sp ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-decoration: none;
}
.menu_sp_close {
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #EBF7F1;
    margin: 0;
    border-top: 1px solid #fff;
}
.menu_sp_close a {
    color: #3CB371;
}
.menu_bot_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 8px 3%;
    height: 56px;
    box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}
.menu_bot_sp li {
    float: left;
    width: calc(50% - 10px);
    margin-right: 20px;
}
.menu_bot_sp li:last-child {
    margin-right: 0;
}
.menu_bot_sp li a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.menu_bot_sp li:nth-child(1) a {
    background: #3B0001;
}
/*.menu_bot_sp li:nth-child(2) a {
    background: #FF8B22;
}*/
.menu_bot_sp li a span {
    position: relative;
}
.menu_bot_sp li:nth-child(1) a span::before {
    position: absolute;
    top: calc(50% - 13px);
    left: 0;
    background: url(../images/ic_phone_w.png) center left no-repeat;
    background-size: 15px 25px;
    content: "";
    width: 15px;
    height: 25px;
}
.menu_bot_sp li:nth-child(1) a span{
    padding: 0 0 0 25px;
     font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","MS P明朝",MS PMincho,serif;
}
.menu_bot_sp li:nth-child(2) a span{
    padding: 0 0 0 35px;
}
.menu_bot_sp li:nth-child(2) a span::before {
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
    background: url(../images/ic_web.png) center left no-repeat;
    background-size: 27px 20px;
    content: "";
    width: 27px;
    height: 20px;
}
