@charset "UTF-8";
/*=============================================*/
/* Sp-menu*/
/*=============================================*/
.sp-menu-trigger, .sp-menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
}
.sp-menu-trigger {
    position: fixed;
    top: -3px;
    right: -9px;
    width: 50px;
    height: 50px;
    z-index: 9999;
}
.sp-menu-trigger span {
    position: absolute;
    background: #000;
    width: 20px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
}
.sp-menu-trigger span:nth-of-type(1) {
    top: 18px;
}
.sp-menu-trigger span:nth-of-type(2) {
    top: 1px;
    bottom: 0;
}
.sp-menu-trigger span:nth-of-type(3) {
    bottom: 17px;
}
.sp-menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}
.sp-menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.sp-menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}
.sp-g-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    z-index: 9998;
    overflow-y: scroll;
}
.sp-g-nav .list {
    padding: 4.0em 0 0;
    background-color: #fff;
}
.sp-g-nav .list > li {
    border-bottom: 1px solid #b3b3b3;
}
.sp-g-nav .list > li a {
    display: block;
    text-decoration: none;
    color: #01175f;
    padding: 1em 1.25em;
    font-size: 1.6em;
}
.toggle-child {
    position: relative;
}
.toggle-child ul {
    display: none;
}
.toggle-child p {
    cursor: pointer;
    padding: 0.9em 1.25em;
    color: #01175f;
    font-size: 1.6em;
/**
    background: url(../img/common/icon-tobble-open.png) no-repeat 96% center;
    background-size: 16px;
*/
}
.toggle-child .mark {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 16px;
    background: url(../img/common/icon-tobble-open.png) no-repeat center center;
    background-size: 22px;
    width: 28px;
    height: 28px;
}
.toggle-child.active .mark {
    background: url(../img/common/icon-tobble-close.png) no-repeat center center;
}
/**
.toggle-child p.active{
    background: url(../img/common/icon-tobble-close.png) no-repeat 96% center;
    background-size: 16px;
}
*/
.toggle-child ul li{
    border-bottom: 1px solid #b3b3b3;
    background-color: #fafafa;
}
.toggle-child ul li:last-child{
    border-bottom: none;
}
.toggle-child ul li:first-child{
    border-top: 1px solid #b3b3b3;
}
.toggle-child ul li a{
    padding-left: 2em !important;
}
.sp-sub-nav{
    padding: 1.0em 2.0em;
    background-color: #fafafa;
}
.sp-sub-nav li a{
    display: block;
    padding: 0.66em 0 0.4em;
    color: #0b0d0e;
    font-size: 1.2em;
    font-family: "Helvetica", "Droid Sans", '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.sp-search-Box{
    background-color: #fafafa;
    padding: 0 2.0em 1.5em;
}
.sp-search-Box input{
    width: 100%;
    border:1px solid #e6e6e6;
    font-size: 1.4em;
    padding: 0.7em 0.3em;
    background: url(../img/common/icon-search-navy.png) no-repeat 96% center,#f2f2f2;
    background-size: 17px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.onlineshop-banner {
    margin: 0 20px 10px;
    border: 2px solid hsl(226deg 98% 19%);
    box-sizing: border-box;
}
.sp-tel-btn{
    background-color: #01175f;
    text-align: center;
    margin: 0 20px 30px;
}
.sp-tel-btn a{
    display: block;
    padding: 5px 0;
}
.sp-tel-btn a span{
    color: #fff;
    font-size: 1.3em;
    line-height: 1em;
}
.sp-tel-btn a b{
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 2.5em;
    line-height: 1em;
    padding-left: 0.8em;
    letter-spacing: 0.05em;
}
.sp-tel-btn a b:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 20px;
    background: url(../img/common/icon-tel-white.png) no-repeat;
    background-size: 100%;
    margin: auto;
}
