@charset "UTF-8";
@media screen and (max-width: 768px) { /* sp */ 

body{font-size: 15px;}

.pc{display: none;}
.sp{display: block;}

.inner{width: 100%;}
.sp_inner{padding: 0 10px;}

/*--------------------------------------------------
 header
--------------------------------------------------*/
#header{
  border-top: none;
}
#header .headerInner {
    width: auto;
    padding: 0;
}

#logo{
    width: 120px;
    margin: 0 auto;
}
#headerLink{display: none;}

#header,
    .inner {
        width: 100%;
        padding: 0;
    }
    #header {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #header.fixed {
      border-bottom: none;
        padding-top: 0;
        background: transparent;
    }
    #header.fixed .headerInner{
    display: block;
    padding: 0;
    width: 100%;
    }
    #header .headerInner #mobile-head,
    #header.fixed .headerInner #mobile-head {
      display: block;
      border-bottom: 5px solid #000;
        background: #fff;
        width: 100%;
        padding: 20px 0;
        z-index: 999;
        position: relative;
    }
    #header.fixed .headerInner #logo,
    #header .headerInner .logo {
        width: 120px;
        margin: 0 auto;
        padding: 0;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #fff;
        width: 100%;
        text-align: center;
        padding: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        border-top: none;
        border-bottom: none;
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        width: 100%;
        position: static;
        border-bottom: 1px solid #e9e9e9;
    }
    #global-nav ul li:nth-child(2){
        width: 100%;
    }
    #global-nav ul li a {
    padding: 22px 0;
    }
    #nav-toggle {
        display: block;
    }

    #header.fixed .headerInner #global-nav{
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}
#header.fixed .headerInner #global-nav ul{
    border-top: none;
    border-bottom: none;
}
#header.fixed .headerInner #global-nav ul li{
    width: 100%;
    font-size: 12px;
}
#header.fixed .headerInner #global-nav ul li:nth-child(2){
    width: 100%;
}

    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(565px);
        -webkit-transform: translateY(565px);
        transform: translateY(565px);
    }

.headerLink{
    position: absolute;
    right: 0;
    top: 40px;
    border-bottom: 5px solid #000 !important;
}
.headerLink li{
    float: left !important;
    border-bottom: none !important;
    width: 50% !important;
    padding: 0 !important;
}
.headerLink li:first-child{
    padding: 0 !important;
}
.headerLink li a{
    display: block;
}
.headerLink li.onlineshop a{
    background: url(../images/common/ic_shopping.jpg) 20px 25% no-repeat;
    background-size: 28px;
}
.headerLink li.lab a{
    background: url(../images/common/ic_lab.jpg) 20px 52% no-repeat;
    background-size: 22px;
    border-left: 1px solid #e9e9e9;
}

/*--------------------------------------------------
 contents
--------------------------------------------------*/
#contents{
  padding: 64px 0 0;
}
.contentsinner{
    display: block;
}
.breadcrumbs{
    display: none;
}
h2.pageTtl{
  border: none;
  margin: 20px 0 0;
  font-size: 28px;
}
#contentsList{
    display: block;
    border-top: 1px solid #000;
    background: #f7ede8;
    width: 100%;
    padding: 0;
    font-family: "Georgia","Times New Roman";
    font-style: italic;
}
#contentsList ul li{
    margin: 0;
    border-bottom: 1px solid #000;
}
#contentsList ul li a{
  display: block;
  padding: 14px 0;
  text-align: center;
  color: #666;
}
#main{
    display: block;
    padding: 20px 0 0;
}
#main h3{
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 20px;
}

/*--------------------------------------------------
 page top
--------------------------------------------------*/
#pagetop{display: none;}


/*--------------------------------------------------
 footer
--------------------------------------------------*/
#footer {
    padding: 0;
}

.footerInner #footer-nav{
    float: none;
}
.footerInner #footer-nav ul{
    display: block;
    margin: 0 0 30px;
}
.footerInner #footer-nav li{
    display: block;
    float: left;
    border-bottom: 1px solid #c9c9c9;
    width: 100%;
    padding: 0;
    text-align: center;
}
.footerInner #footer-nav li a{
  display: block;
  padding: 14px;
}
.footerInner #snsLink{
    float: none;
}
.footerInner #snsLink{
    display: table;
    width: 141px;
    margin: 0 auto;
}
.footerInner #snsLink li{
    display: table-cell;
    padding: 0 0 0 20px;
    width: 20px;
}
.footerInner #snsLink li:first-child{
  padding: 0;
}

.footerLink{
    margin: 0 !important;
}
.footerLink li.lab{
    border-bottom: none !important;

}
.footerLink li.onlineshop a span{
    background: url(../images/common/ic_shopping.jpg) 20px 20% no-repeat;
    background-size: 18px;
    padding: 10px 0 10px 44px;
    margin: 0 0 0 -22px;
}
.footerLink li.lab a span{
    background: url(../images/common/ic_lab.jpg) 20px 40% no-repeat;
    background-size: 15px;
    padding: 10px 0 10px 44px;
    margin: 0 0 0 -22px;
}


/* sp end */
}