@charset "UTF-8";
@import "html5reset-min.css";
/* CSS Document */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  width: 100%;
}

body {
  font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.03rem;
  line-height: 1.6;
  color: #333;
  height: auto;
  background: #fff;
  padding: 0;
  -webkit-text-size-adjust: none;
}

a:link, a:visited {
  color: #333;
  text-decoration: none;
}

img{
  width:100%;
  height:auto;
  vertical-align:bottom;
}

article {
  width: 100%;
  overflow: hidden;
  word-wrap: break-word;
}

section {
    margin-bottom: 3.5em;
}


.visuallyhidden {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
        clip-path: inset(0px 0px 99.9% 99.9%);
        overflow: hidden;
        height: 1px;
        width: 1px;
        padding: 0;
        border: 0;
    }
/*strong{
	color:#CC0000;
	font-weight:normal;
}*/


/*----------------------------------------------------------------------
   ヘッダー
----------------------------------------------------------------------*/
header{
  background:#fff !important;
}

.fixHead{
  position:static !important;
  top:auto;
  left:auto;
  right:auto;
  z-index:6;
  box-shadow:none;
  transition:none !important;
}

header #header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:60px;
  padding:0;
}

header #logo{
  width:46%;
  margin:0;
  padding:0 0.5% 0 2%;
}

#headImg{
  width:12%;
  min-height:45px;
  padding-top:0;
}

#headImg img{
  display:block;
  width:100%;
  height:auto;
  padding-bottom:0;
}

header #gnavi{
  width:42%;
  padding:0 2.5% 0 0;
}

header #gnavi > ul{
  display:flex;
  align-items:center;
}

.headNotes{
  width:100%;
  min-height:28px;
  background:#968077;
  padding:0.25em;
  text-align:center;
  font-weight:bold;
  color:#fff;
  letter-spacing:0.15em;
}

#oshirase{
	margin-bottom: 1.5em;
}


/*-----------　メニュー内 -----------*/
	
header nav{
	position:relative;
	z-index:4 !important;
}
header nav li{
	font-size:123.1%;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: inherit;
}

label {
  cursor: pointer;
}
    
    input[type="text"], input[type="password"], input[type="datetime"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
    display: block;
    width: 100%;
    padding: 0.55em;
    border: 0;
    border-radius: 6px;
    background-color: #eff1f5;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.5;
    transition: ease;
}
    
.search-unshown {
  display:none;
}
    
/*閉じる用の薄黒カバー*/
#search-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 3;
  top: 0;/*全体に広がるように*/
  right: 0;
  /*left: 0;*/
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#search-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
    bottom: 0;
    margin: auto;
  z-index: 4;/*最前面に*/
  width: 80%;
    height: fit-content;
  /*height: 80%;*/
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
    display: none;
  opacity: 0;
}

/*チェックが入ったらもろもろ表示*/
#search-input:checked ~ #search-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#search-input:checked ~ #search-content {
    display: block;
  opacity: 1;
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
   
 #search-content input[type="text"] {
    background: #fff;
    box-shadow: none;
}
    #search-content ul{
        margin: 1.5em ;
    }
    #search-content li{
        background: #e8e8eb;
        padding: 1em;
        margin-bottom: 1em;
        border-radius: 8px;
    }
    #search-content li dt{
        color: #59595f;
        font-weight: bold;
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: 0.5em;
        line-height: 1.2;
    }
  #search-content select{
    /*padding: 10px 45px 10px 15px;*/
    border: 1px solid #999;
    border-radius: 8px;    
    text-indent: .01px;
    text-overflow: "";
	background:#fff url("/sp/sp_img/order/ico_select.png") no-repeat right center;
	background-size: contain;
}   
    #search-content li .price {
    width: 39%;
    display: inline-block;
    vertical-align: baseline;
}


    .searchBtn {
    text-align: center;
    color: #fff;
            margin-bottom: 2em;
}
    .searchBtn input{
    background: #009eff url(/sp/sp_img/header/ico_search.png) no-repeat left 1em center;
    background-size: 1.25em;
    border: none;
    width: 50%;
    margin: 0 auto;
    color: #fff;
    padding: 0.5em 0 0.5em 2em;
    font-size: 140%;
    font-weight: bold;
    letter-spacing: 0.5em;
    border-radius: 2em;
}


/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}


/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 1000;
  top: 0;/*全体に広がるように*/
  right: 0;
  /*left: 0;*/
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  /*left: 0;*/
  z-index: 1001;/*最前面に*/
  width: 90%;/*84.375%*//*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(105%);
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
    
    #nav-content nav{
        border-bottom: 10px solid #b2b2b2;
    }
    
    
    /*MENU*/
    .drawer__title {
    position: relative;
    padding: 7px 15px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    background: #B2B2B2;
        color: #fff;
}
    .drawer__title img {
    width: 25% !important;
    vertical-align: baseline;
}
     .drawer__title.blue-color {
    background: #009eff;
}
    
    .drawer__title .close-btn {
    display: inline-block;
    padding: 10px 3px;
}
    .close-btn {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    padding: 0 15px 10px;
    cursor: pointer;
    -webkit-animation: animScale 2s ease 0s 1 normal;
    animation: animScale 2s ease 0s 1 normal;
}
    .drawer__title .close-btn span, .drawer__title .close-btn span:before {
    background: #ffffff;
}

    .drawer__title .close-btn span {
        height: 24px;
    /*height: 30px;*/
    margin: 0 20px 0 7px;
}
    .close-btn span {
    display: inline-block;
    position: relative;
        width: 4px;
    /*width: 3px;*/
    height: 45px;
    margin: 0 20px 0 7px;
    padding: 0;
    background: #8c9196;
    transition: 0.3s ease-in-out;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
    .drawer__title .close-btn span, .drawer__title .close-btn span:before {
    background: #ffffff;
}
    .drawer__title .close-btn span:before {
    left: -10px;
    width: 24px;
}
    .close-btn span:before {
    display: block;
    position: absolute;
    top: 50%;
    left: -20px;
    width: 45px;
        height: 4px;
    margin-top: -2px;
    background: #8c9196;
    content: "";
}

    .drawer__title {
    position: relative;
    padding: 7px 15px;
        font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    background: #B2B2B2;
        color: #fff;
}
    
.drawer__mida {
    color: #595757;
    padding: 7px 15px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    background: #e8e8eb;
}

#searchBox {    
    width: 85%;
    max-width: 300px;
    margin: 2em auto ;     
    position: relative;
    
}
/*#nav-content .searchform__input {
    background: #efefef;
    box-shadow: none;
}*/
input.searchform__input {
    height: 45px;
    padding-right: 48px;
    border-bottom: solid 1px #efefef;
    /*border-bottom: solid 1px rgba(0, 0, 0, 0.1);*/
    background: #efefef;
    outline: none;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 3px 3px -2px rgba(0, 0, 0, 0.15);*/
    transition: 0.3s ease-in-out;
}
    
.searchform__submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    padding: 0;
    border: none;
    /*border-bottom: solid 1px rgba(0, 0, 0, 0.1);*/
    border-radius: 0 6px 6px 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 44px;
    background:#009eff url("/sp/sp_img/header/ico_search.png") no-repeat center center;
    background-size: 50%;
}


#searchBox2 {    
    /*max-width: 300px;*/
    margin: 1.5em 1em  ;     
    position: relative;    
}
input.searchform__input2 {
    height: 45px;
    padding-right: 48px;
    border: solid 1px #B4B4B4;
    background: #fff;
    outline: none;
    transition: 0.3s ease-in-out;
}    
.searchform__submit2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    padding: 0;
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 0 6px 6px 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 44px;
    background:#646464 url("/sp/sp_img/header/ico_search.png") no-repeat center center;
    background-size: 50%;
}

    
ul#menu__top{
    width: 85%;
    margin: 1.5em auto ;
    overflow: hidden;
} 
ul#menu__top li{
    display: block;
	background-size: 1.5em auto;
    background-repeat: no-repeat;
    background-position: left top;
	text-indent:2.1em;
}
ul#menu__top li a {
    display: block;
    margin-bottom: 1em;
}
#nav-content .login{ background-image: url("/sp/sp_img/header/ico_login.png") ;}
#nav-content .nyuen{ background-image: url("/sp/sp_img/header/ico_nyuen.png") ;}
#nav-content .speed{ background-image: url("/sp/sp_img/header/ico_speed.png") ;}
#nav-content .sale{ background-image: url("/sp/sp_img/header/ico_sale.png") ;}
#nav-content .sale2{ background-image: url("/sp/sp_img/header/ico_sale2.png") ;}
    
#nav-content .sale a{
    font-weight: bold;
    color: #ff238b;
}
#nav-content .sale2 a{
    font-weight: bold;
    color: #6a00a7;
}  
#nav-content .sale span,
#nav-content .sale2 span{
	font-size:small;
    font-weight: normal;
	display:block;
	text-indent:2.8em;
	margin-top: -0.2em;
}


    
    
ul#rank__item{
    width: 90%;
    margin: 1.5em auto ;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
}
ul#rank__item li{
    margin:0 5% 5% 0;
    width: 30%;
}
ul#rank__item li:nth-child(3n){
    margin-right:0;
}

    
    
/*-----------　商品メニュー -----------*/
ul#cat__item{
    width: 85%;
    margin: 1.5em auto ;
    overflow: hidden;
} 
ul#cat__item li{
    display: block;
	background-size: 1.3em auto;
    background-repeat: no-repeat;
    background-position: left top;
	text-indent:1.9em;
}
ul#cat__item li a {
    font-size:93%;
    color: #666;
    display: block;
    margin-bottom: 1em;
}
ul#cat__item li:last-child a {
    margin-bottom: 0;
}
#nav-content .all{ background-image:url(/sp/sp_img/header/ico_item.png);}
#nav-content .seal{ background-image:url(/sp/sp_img/header/ico_seal.png);}
#nav-content .stamp{ background-image:url(/sp/sp_img/header/ico_stamp.png);}
#nav-content .wappen{ background-image:url(/sp/sp_img/header/ico_wappen.png);}
#nav-content .key{ background-image:url(/sp/sp_img/header/ico_key.png);}
#nav-content .towel{ background-image:url(/sp/sp_img/header/ico_towel.png);}
#nav-content .lessonbag{ background-image:url(/sp/sp_img/header/ico_lessonbag.png);}
#nav-content .pettag{ background-image:url(/sp/sp_img/header/ico_pettag.png);}
#nav-content .watag{ background-image:url(/sp/sp_img/header/ico_watag.png);}
#nav-content .inplus{ background-image:url(/sp/sp_img/header/ico_inplus.png);}
#nav-content .number{ background-image:url(/sp/sp_img/header/ico_number.png);}
#nav-content .myball{ background-image:url(/sp/sp_img/header/ico_myball.png);}
#nav-content .gift{ background-image:url(/sp/sp_img/header/ico_gift.png);}

    
ul#menu__bottom{
    margin: 1.5em auto 0;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    
    padding: 3.125%;
    border-top:solid 4px #e8e8eb;
}
ul#menu__bottom li {
    margin:0 ;
    padding: 3.125% ;
    width: 25%;
    border-right:solid 2px #e8e8eb;
    border-bottom:solid 2px #e8e8eb;
    text-align: center;
}
ul#menu__bottom li:nth-child(4n){
    border-right:solid 2px #fff;
}
ul#menu__bottom li:nth-child(n+5):nth-child(-n+8){
    border-bottom:solid 2px #fff;
}    
ul#menu__bottom li:nth-child(9){
    width: 100%;
    border-right: none;
    border-top:solid 2px #e8e8eb;
    margin-top: 3.125%;
     padding: 1.5625% 3.125%;
}
ul#menu__bottom li a{
    display: block;
    }

 ul#sns__follow{
    margin: 3.125% auto 6.25% ;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;    
}
ul#sns__follow li{
    margin: 0 5%;
    width: 8%;
}   
ul#sns__follow li img{
	vertical-align: middle;
}

/*--------------------------------------------------------
　フッター
--------------------------------------------------------*/

#navBtm li a {
  display: block;
  color: #646464;
  line-height: 1.2;
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494;
  padding: 4.375% 6.25%;
  font-size: 116%;
  background: #f7f7f7 url(../sp_img/nav_btm_arrow01.png)no-repeat 93.75% center;
  background-size: 5% auto;
}

#shopInfo {
  border-bottom: 1px solid #999;
}

#shopInfo h2 {
  clear: both;
  background: #fffce8;
  padding: 2.8125% 6.25%;
  border-top: 2px solid #009eff;
  border-bottom: 1px solid #009eff;
  margin: 2em 0 0!important;
}

#shopInfo h2 img {
  width: 65.9375%;
  height: auto;
  /*vertical-align: bottom;*/
}

#shopInfo ul {
  width: 93.75%;
  margin: 0 auto;
}

#shopInfo li a {
  display: block;
  color: #646464;
  line-height: 1.2;
  border-bottom: 1px dashed #999;
  padding: 4.375% 7.1875%;
  font-size: 100%;
  background-image: url(../sp_img/ico_maru.png), url(../sp_img/info_arrow01.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 3.125% center, 95.625% center;
  background-size: 2.8125% auto, 3.125% auto;
}

#shopInfo li:last-child a {
  border-bottom: 0
}

#fLink {
  text-align: center;
  padding: 1em;
}

#fLink li {
  display: inline-block;
  font-size: 85%;
  margin-right: .5em;
  padding-right: 1em;
  border-right: 1px solid #ccc;
}

#fLink li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

footer p {
  border-top: 1px solid #ccc;
  font-size: 77%;
  color: #666;
  text-align: center;
  padding: 0.5em ;
  margin: 0 !important;
}
/*footer img {
	vertical-align: bottom;
}*/

.guideBtm {
  text-align: center;
  background: #e2e2e2;
  padding: 5% 0 1.875%;
  font-size: 0;
  border-top: 10px solid #ccc;
}

.guideBtm ul {
  margin: 0;
  padding: 0 2.5% 0 5%;
  overflow: hidden;
}

.guideBtm li {
  margin: 0 2.5% 3.125% 0;
}

.guideBtm li.bnrHalf {
  float: left;
  width: 47.5%;
  margin-bottom: 3.125%;
}

#home .bannerBtm {
  display: block;
}

.bannerBtm {
  display: none;
  text-align: center;
  padding: 5% 0 1.875%;
  font-size: 0;
  background: #e2e2e2;
  margin: 5% 0;
}

.bannerBtm ul {
  margin: 0 -2.5% 0 0;
  padding: 0 5%;
  overflow: hidden;
}

.bannerBtm li {
  margin: 0 2.5% 3.125% 0;
}

.bannerBtm li.bnrHalf {
  float: left;
  width: 47.5%;
  margin-bottom: 3.125%;
}

.bannerBtm li.tweet {
  padding: 3.125% 6.25%;
  overflow: hidden;
}

.snsBtm{
	text-align:center;
	margin:1.5em 0 ;
}
.snsBtm img{
	vertical-align:middle;	
	margin:0 ;
}
.snsBtm ul{
	
	margin: 0 auto;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}
.snsBtm li{
	width: 14%;
    margin: 0.5em 0.2em;
}

#cal {
  padding: 2em;
  border-top: 1px solid #009eff;
  background: #eee;
}

#cal input {
  -webkit-appearance: none;
}

div.cal_wrapper {
  padding: 1em 1.5em .2em;
  background: #fff;
}

div.schedule_wrapper {
  padding: 10px 0;
  width: 100%;
  border: solid 1px #ccc;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #666;
}

div.schedule_wrapper h3 {
  padding: 0 3px;
  font-weight: 400;
  margin: 0;
  font-size: 100%;
  color: #666;
}

div.schedule_wrapper div.schedule_list {
  padding: 0 3px;
  margin: 0;
}

div.schedule_wrapper div.schedule_list ol {
  padding: 0;
  margin: 5px auto;
  border-top: solid 1px #ccc;
}

div.schedule_wrapper div.schedule_list ol li {
  padding: 5px 3px 0 0;
  margin: 0 0 0 30px;
  font-size: 100%;
  line-height: 1.5em;
}

div.schedule_wrapper div.schedule_list ol li:hover {
  text-decoration: underline
}

div.cal_wrapper table {
  width: 100%
}

div.cal_wrapper table.cal tr th p {
  float: left;
  padding: 3px!important;
  margin: 0!important;
  color: #666;
  font-size: 93%!important
}

div.cal_wrapper table.cal tr th div.cal_ui {
  float: right
}

div.cal_wrapper table.cal tr th div.cal_ui input {
  border: solid 1px #ccc!important;
  background-color: #fff!important;
  font-size: 85%!important;
  margin: 0 1px .5em!important;
  padding: .5em!important;
  border-radius: 3px!important
}

div.cal_wrapper table.cal tr td {
  border-top: solid 1px #eee;
  font-size: 93%!important;
  text-align: center!important;
  padding: 2px!important
}

div.cal_wrapper table.cal tr.headline td {
  padding: 5px 0;
  color: #666
}

div.cal_wrapper table.cal tr.headline {
  background-color: #eee
}

div.cal_wrapper table.cal tr td div {
  position: relative;
  padding: 5px 3px;
  font-size: 93%;
  text-align: center;
  background-color: #fff;
  border-radius: 3px
}

div.cal_wrapper table.cal tr td div span {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  border: solid 1px #eee;
  background-color: #fff;
  text-align: left;
  padding: 5px;
  z-index: 1;
  color: #000;
  font-weight: 400;
  line-height: 1.5em;
  box-shadow: 1px 1px 3px #666
}

div.cal_wrapper table.cal tr td div.Birthday {
  font-weight: 400;
  color: #000;
  background-color: #fee
}

div.cal_wrapper table.cal tr td div.Sat {
  color: #00f;
  background-color: #fee
}

div.cal_wrapper table.cal tr td div.Sun {
  color: red;
  background-color: #fee
}

div.cal_wrapper table.cal tr td div.Today {
  font-weight: bolder
}

div.cal_wrapper table.cal tr td div.Deli {
  background-color: #efe
}

div.cal_wrapper table.cal tr td div.Holyday {
  font-weight: 400;
  color: red;
  background-color: #fee
}

div.cal_wrapper table.cal tr td div.backward {
  color: #ccc;
  font-weight: 400;
  background-color: #fff;
  border-radius: 3px
}

div.cal_wrapper table.cal tr td div.pointer {
  cursor: pointer
}

div.cal_wrapper table.cal tr td div.pointer:hover {
  background-color: #eee
}

#shopInfoNew ul {
  width: 100%;
  margin: 0 auto;
  overflow: hidden
}

#shopInfoNew li.half {
  width: 50%;
  float: left
}

#shopInfoNew li.quareter {
  width: 25%;
  float: left
}

#infoNew li:last-child a {
  border-bottom: 0
}
