@charset "UTF-8";

.tablet,
.sPhone {
	display:none !important;
}

/* --- webkit用 scroll bar --- */
/*横幅指定*/
/*
body::-webkit-scrollbar {
  width: 15px;
  background: #eee;
}
*/
/*背景色・角丸指定*/
/*
body::-webkit-scrollbar-track {
  border-radius: 0px;
  width: 17px;
  background: #eee;
}
*/
/*色・角丸指定*/
/*
body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  min-height: 50px;
  background: #BDDBF3;
}
*/
/* --- webkit用 scroll bar end --- */

#container {
	width: 980px;
	height: auto;
	margin: 40px auto 0px;
}

/* --- header --- */

/* header */
div.hello{
	width: 100%;
	height: 142px;
	margin: 0px auto 0px;
}
/* header end */

/* --- main nav -> menu_pc.css --- */
#bottomHead nav ul li:nth-of-type(7) a {
  opacity: 0.5;
}
/* --- main nav -> menu_pc.css end --- */

/* --- header-change --- */
.header-change {
	/*display: none !important;*/
	width: 100%;
	height: auto;
	background: #6FB8E7; /* logo blue */
	transition: .3s;
	justify-content: space-around;
  display: flex;
	position: fixed;
	top: -60px;
	left: 0;
	z-index: 9000;
  }
  .header-change.show {
    display: block !important; /* チラつき防止用 */
    top: 0;
    left: 0;
    }
    .header-change ul.dropDwn {
      width: 940px;
      height: auto;
      margin: 0px auto;
      justify-content: space-between;/* メニュー少数の際を考慮し around -> between */
      flex-wrap: wrap;
      display: flex;
    }
    .header-change ul.dropDwn > li {
      cursor: pointer;
      width: 20%;
      height: auto;
      margin: 0px;
      padding: 15px 0px 8px;
      font-size: 92%;
      letter-spacing: 0.1em;
      text-align: center;
      color: #fff;
    }
    .header-change ul.dropDwn > li.login {
      cursor: pointer;
      width: 20%;
      height: auto;
    }
    .header-change ul.dropDwn > li.login .ion-color {
      font-style: 22px;
      color: #fff;
      margin-top: -5px;
      }
      .header-change ul.dropDwn > li.login a {
        margin: 0px 8px;
        padding: 0px;
      }
      .header-change ul.dropDwn > li > a {
        color: #fff;
}

ul.dropDwn,
ul.children {
  text-align: center;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  }
  ul.dropDwn li,
  ul.children li {
    width: auto;
    position: relative;
    display: block;
    cursor: pointer;
}

ul.children {
  display: none;
  width: 98%;
  height: auto;
  padding: 10px 0px 10px 0px;
  margin: 0px auto !important;
  background: rgba(255, 255, 255 , 0.9);
  border: 1px solid #E1E4E6; /* light gray */
  position: absolute;
  }
  ul.children > li.cat-item {
    width: 100%;
    height: auto;
    margin: 4px auto;
    text-align: left;
    }
    ul.children > li.cat-item > a {
      display: block;
      width: 90%;
      height: auto;
      margin: 4px auto;
      padding: 8px 0px;
      text-indent: 1em;
      color: #000;
      border-bottom: 1px solid #6FB8E7; /* logo blue */
    }
    ul.children > li a:hover,
    ul.children li.hvr a {
      color: #6FB8E7;
      border-bottom: 1px solid #6FB8E7;
}

/* 追記 Welcart対策 */
li.cat-item:before {
	  content: "□ ";
}
/* 内包 打ち消し 何故かズレる対策 */
ul.children li.cat-item:before {
	  content: "";
}
/* 追記 Welcart対策 end */

/* ---- header-change end --- */

/* login */

/* ---  white login subnavi ---  */

ul.subnavi_white {
	width: auto;
	height: 25px;
	margin: -13px 20px 0px 0px;
	padding-bottom: 10px;
	float: right;
  }
  ul.subnavi_white li {
    width: 23px;
    height: 25px;
    margin: 8px;
    float: left;
    }
    ul.subnavi_white li a.search {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      display: block;
      width: 23px;
      height: 25px;
      background-image: url(../img/ionicons/_ionicons_svg_ios-search_white.svg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
    }
    ul.subnavi_white li a.cart {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      display: block;
      width: 23px;
      height: 25px;
      background-image: url(../img/ionicons/_ionicons_svg_ios-cart_white.svg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
    }
    ul.subnavi_white li a.cart span.totalquantity {
      position: absolute;
      width: 1.5em;
      height: auto;
      padding: 2px;
      margin-left: -1em;
      margin-top: -7px;
      line-height: 1.5em;
      border-radius: 50%;
      color: #fff;
      text-indent: 0em;
      font-size: .75em;
      text-align: center;
      background: rgba(122,161,188,0.8);
      font-family: 'Open Sans', sans-serif;
      font-weight: 500;
    }
    /* テキストクリア */
    ul.subnavi_white li a.login {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      display: block;
      width: 23px;
      height: 25px;
      background-image: url(../img/ionicons/_ionicons_svg_md-person_white.svg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
    }
    ul.subnavi_white li a.newlogin {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      display: block;
      width: 23px;
      height: 25px;
      background-image: url(../img/ionicons/_ionicons_svg_md-person-add_white.svg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
    }
    ul.subnavi_white li.logout a {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      display: block;
      width: 23px;
      height: 25px;
      background-image: url(../img/ionicons/_ionicons_svg_log-out_white.svg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
    }
    ul.subnavi_white li a {
      margin: 8px;
}
/* ---  white login subnavi end ---  */

/* ---  gray login subnavi ---  */
#login-wrap {
	display: none;
	width: 200px;
	height: 25px;
	margin: 0px 10px 25px 0px;
	padding-top: 80px;
	float: right;
  }
  ul.subnavi {
    width: auto;
    height: 25px;
    margin: 0px 30px 0px 0px;
    padding-top: 35px;
    float: right;
    }
    ul.subnavi li {
      width: 23px;
      height: 25px;
      margin: 8px;
      float: left;
      }
      ul.subnavi li a.search {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        width: 23px;
        height: 25px;
        background-image: url(../img/ionicons/_ionicons_svg_ios-search.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
}

ul.subnavi li a.cart {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 23px;
	height: 25px;
	background-image: url(../img/ionicons/_ionicons_svg_ios-cart.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  }
  ul.subnavi li a.cart span.totalquantity {
    position: absolute;
    width: 1.5em;
    height: auto;
    padding: 2px;
    margin-left: -1em;
    margin-top: -7px;
    line-height: 1.5em;
    border-radius: 50%;
    color: #fff;
    text-indent: 0em;
    font-size: .75em;
    text-align: center;
    background: rgba(111,184,231,0.8);
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
  }
  /* テキストクリア */
  ul.subnavi li a.login {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 23px;
    height: 25px;
    background-image: url(../img/ionicons/_ionicons_svg_md-person.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  ul.subnavi li a.newlogin {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 23px;
    height: 25px;
    background-image: url(../img/ionicons/_ionicons_svg_md-person-add.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  ul.subnavi li.logout a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 23px;
    height: 25px;
    background-image: url(../img/ionicons/_ionicons_svg_log-out.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  ul.subnavi li a {
    margin: 8px;
}
/* ---  gray login subnavi end ---  */

/* login end */


/* ---  kind ---  */
#kind {
	width: 915px;
	height: 30px;
	margin: 0px auto 0px;
	border-bottom: 1px solid #E1E4E6; /*light gray*/
	clear: both;
  }
  /* object */
  #kind ul.object {
    width: 80%;
    height: 30px;
    line-height: 30px;
    margin: 0px 0px 0px 0px;
    font-size: 92%;
    letter-spacing: 0.1em;
    float: left;
    }
    #kind ul.object li {
      width: auto;
      height: 30px;
      color: #50ABEA; /* logo blue 2 */
      float: left;
    }
    #kind ul.object li:first-of-type {
      width: auto;
      height: 30px;
      margin: 0px 0px 0px 0px;
      color: #50ABEA;
      float: left;
      }
      #kind ul.object li a {
        color: #50ABEA;/*logo blue 2*/
}


#kind ul.object li.of {
	width: auto;
	height: 30px;
	margin: 0px 10px 0px;
	color: #ccc;
	float: left;
}

/* page_name */
#kind ul.page_view {
	display: none;
	width: auto;
	height: 30px;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	float: right;
  }
  #kind ul.page_view li {
    width: auto;
    height: 30px;
    font-size: 92%;
    letter-spacing: 0.1em;
    color: #55A7D7; /* dark blue */
    float: left;
    }
    #kind ul.page_view li a {
      color: #55A7D7;/*dark blue*/
}

#kind ul.page_view li:first-of-type {
	width: auto;
	height: 30px;
	margin: 0px 0px 0px 0px;
	font-size: 92%;
	letter-spacing: 0.1em;
	color: #50ABEA; /* logo blue 2 */
	float: left;
  }
  #kind ul.page_view li:first-of-type a {
    color: #50ABEA;
}

#kind ul.page_view li.of {
	width: auto;
	height: 30px;
	margin: 0px 10px 0px;
	font-size: 92%;
	color: #50ABEA; /* logo blue 2 */
	float: left;
}

#kind ul.page_view li.and {
	width: auto;
	height: 30px;
	margin: 0px 10px 0px;
	font-size: 92%;
	color: #ccc;
	float: left;
}
/* ---  kind end  --- */

/* centerBox */
#centerBox {
	width: 100%;
	height:auto;
	margin: 0px auto 40px;
  }
  #centerBox a {
    color:#55A7D7;
    }
    #centerBox a:hover {
      color:#bbb;
}

h2.title {
	text-align: center;
	margin: 60px auto;
	color: #55a7d7;
	font-weight: normal;
	letter-spacing: 0.2em;
	font-family: 'Open Sans', sans-serif;
}

/* フォームアラート */
div.screen-reader-response {
	display: none;
}
/* フォームアラート end */

/* --- mailform --- */
table.mailform {
	width: 45%;
	height: auto;
	margin: 30px auto 0px;
	clear: both;
}
  table.mailform tr th,table.mailform tr td {
    padding: 11px 5px 11px 5px;
    text-align: left;
    font-weight: normal;
    font-size: 93%;
    color: #41515B;
    font-family: 'Lato', sans-serif;
  }
  table.mailform tr th {
    width: 150px;
    color: #41515B;
    }
    /* 注意マーク */
    table.mailform tr th span {
      color: #97A3C1;
      font-size: 61%;
    }
    /* 項目名 */
    table.mailform tr th p {
      margin: 0px 0px 0.3em 0px;
      padding: 0px;
      font-size: 100%;
      color: #70baee;
      font-family: 'Lato', sans-serif;
      }
      /* 項目spel */
      table.mailform tr th p:nth-of-type(2) {
        margin: 0px 0px -1.5em 0px;
        padding: 0px;
        font-size: 80%;
        color: #9ed5fb;
        font-family: 'Lato', sans-serif;
  }

  table.mailform tr td input {
    width: calc(100% - 20px);
    height: auto;
    padding: 10px;
    font-size: 108%;
    letter-spacing: 0.1em;
    border: 1px solid #acd8f4;
    -webkit-appearance: none;
    }
    table.mailform tr td.pNum input {
      width: 15%;
      padding: 10px;
      margin: 0px 0px 10px 0px;
      letter-spacing: 0.1em;
  }

  /* textarea */
  table.mailform tr td textarea {
    width: calc(100% - 30px);
    height: 300px;
    padding: 10px 15px;
    font-size: 108%;
    line-height: 1.8em;
    border: 1px solid #acd8f4;
    background: #fff;
    -webkit-appearance: none;
    appearance: none;
    }
    /* check */
    table.mailform tr td textarea.adt {
      width: 100%;
      height: 30px;
      font-size: 92%;
      line-height: 1.4em;
  }

  /*Submit btn*/
  table.mailform tr td.srBtn input {
    font-family: 'Lato', sans-serif;
    width: 150px;
    height: auto;
    color: #fff;
    font-size: 92%;
    background: #60abea;
    float: left;
    -webkit-appearance: none;
    appearance: none;
    border: none;
  }
  /* Reset btn */
  table.mailform tr td.srBtn input.resetBtn {
    font-family: 'Lato', sans-serif;
    width: 150px;
    height: 50px;
    height: auto;
    color: #fff;
    font-size: 92%;
    background: #60abea;
    margin-left: 10px;
    float: left;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    }
    table.mailform tr td.srBtn input:hover {
      opacity: 0.5;
  }
  /* text class */
  .info{
    font-size: 92%;
    color: #A1A1A1;
  }
  .tSize{
    font-size: 108%;
    font-weight: lighter;
  }
  .nal{
    ime-mode: disabled;
  }
  .kana{
    ime-mode: active;
}
/* --- mailform end --- */
a.back {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	letter-spacing: 0.1em;
	text-align: center;
}
/* ---  centerBox end --- */

/* ---- search ---  */

/* --- modalwindow --- */
#overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9900;
}

/* --- modal_menu --- */
.searchform {
  display: none; 
  width: 40%;
	height: 32px;
	padding: 15px;
  background-color: #fff;
	box-shadow:0px 0px 8px 3px rgba(0,0,0,0.1);
  position: fixed;/* スクロール時の対策 absolute -> fixed */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
}
/* --- modalwindow end --- */

.searchform input {
  width: 77%;
  height: 32px;
  padding: 10px;
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #BDDBF3;
  float: left;
  border-radius: 0px;
  -webkit-appearance: none;
  }
  .searchform input.submit {
    width: 23%;
    height: 32px;
    line-height: 1px;
    color: #fff;
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    border: 1px solid #55A7D7;
    background: #55A7D7;
    float: left;
    border-radius: 0px;
    -webkit-appearance: none;
}

/*  --- search end ---  */

/* --- arrow --- */
#arrow {
	width:100%;
	height:60px;
	clear:both;
	margin-bottom:-5px;
  }
  a.top {
    display:block;
    width:60px;
    height:60px;
    margin:0px auto;
    clear:both;
}
/* --- arrow end --- */

/* --- footer --- */
footer {
	width: 980px;
	height: 100px;
	margin: 0px auto;
	border-top: 1px solid #BDDBF3;
	clear: both;
  }
  #ftr {
    width: 980px;
    height: 100px;
    margin: 0px auto;
    }
    #ftr small {
      display: block;
      width: 330px;
      height: 100px;
      line-height: 100px;
      color: #6FB8E7; /* logo color */
      font-size: 88%;
      letter-spacing: 0.1em;
      float: left;
      font-family: 'Open Sans', sans-serif;
      font-weight:400;
  }
  footer p {
    width: 175px;
    height: 50px;
    margin:-75px 0px 0px 0px;
    float: right;
}
