@charset "utf-8";

html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  color: #10100e;
  font-family: "Noto Sans Japanese";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.0;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-width: 1040px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: inherit;
    min-width: auto;
  }
}

/* -------------------------------------
  common
----------------------------------------*/
a {
  color: inherit;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
img {
  vertical-align: bottom;
}
.mover {
  transition: opacity 0.2s ease-out;
}
.mover:hover {
  opacity: 0.7;
}
.anchor {
  margin-top: -110px;
  padding-top: 110px;
}
.mode_pc {
  display: block;
}
.mode_pc_ib {
  display: inline-block;
}
.mode_sp,
.mode_sp_ib{
  display: none;
}
.mail a {
  cursor: pointer;
}
img {
  max-width: 100%;
}
.inner {
  width: 1000px;
  margin: auto;
}
.anchor {
  margin-top: -100px;
  padding-top: 100px;
}
.contentBg {
  background-color: #faf5ea;
}
.contentTitle {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mode_pc,
  .mode_pc_ib {
    display: none!important;
  }
  .mode_sp {
    display: block;
  }
  .mode_sp_ib {
    display: inline-block;
  }
  .tel a, .mail a {
    pointer-events: auto;
  }
  .inner {
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .anchor {
    margin-top: -160px;
    padding-top: 160px;
  }
  .contentTitle {
    font-size: 20px;
  }
}

/* -------------------------------------
  header
----------------------------------------*/
header {
  background-color: #ff6600;
  color: #fff;
  padding: 24px 0;
}
header>div {
  padding: 0 48px;
}
header #logo {
  width: 274px;
  float: left;
}
header #logo p {
  letter-spacing: 0.18em;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 7px;
}
header #contentNav {
  float: right;
  border-right: 1px dotted #fff;
}
header #contentNav li {
  display: inline-block;
  vertical-align: middle;
}
header #contentNav li img,
header #contentNav li p {
  display: inline-block;
}
header #contentNav li p {
  position: relative;
  padding: 15px 0 3px;
}
header #contentNav li p:after {
  position: absolute;
  top: 0;
  left: 1px;
  content: "SHOP GUIDE";
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.1em;
  font-size: 13px;
}
header #contentNav li:nth-child(2) p:after {
  content: "ACCESS";
}
header #contentNav li {
  padding: 0 20px 0 18px;
  border-left: 1px dotted #fff;
}
header #contentNav li+li {
  padding: 0 30px 0 18px;
}
header #contentNav li img {
  padding-right: 6px;
}
header #contentNav li p {
  font-size: 16px;
  font-weight: 600;
}
header #contentNav li span {
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.1em;
  font-size: 13px;
  display: block;
}
header #contentNav li img.mode_sp,
header #contentNav li.mode_sp {
  display: none;
}
@media screen and (min-width: 768px) {
  header #contentNav {
    display: block!important;
  }
}
@media screen and (max-width: 767px) {
  header {
    position: relative;
    text-align: center;
    padding: 15px 0;
  }
  header #logo {
    float: none;
    width: 210px;
    margin: auto;
  }
  header #logo p {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  #menu_btn,
  #menu_btn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  #menu_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    display: block;
    margin: auto;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 24px;
  }
  #menu_btn span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 3px;
    background-color: #fff;
  }
  #menu_btn span:nth-of-type(1) {
    top: 1px;
  }
  #menu_btn span:nth-of-type(2) {
    top: 11px;
  }
  #menu_btn span:nth-of-type(3) {
    bottom: 0;
  }
  .open #menu_btn span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .open #menu_btn span:nth-of-type(2) {
    opacity: 0;
  }
  .open #menu_btn span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  .is-fixed+#menu_btn span {
    background-color: #2b2b2b;
  }
  .open .is-fixed+#menu_btn span {
    background-color: #2b2b2b;
  }
  header #contentNav {
    display: none;
    clear: none;
    float: none;
    position: fixed;
    top: 71px;
    left: 0;
    right: 0;
    bottom: auto;
    width: 94%;
    height: 100%;
    background-color: rgba(255,255,255,1);
    padding: 0;
    z-index: 100;
  }
  header #contentNav {
    padding: 10px 3%;
  }
  header #contentNav li,
  header #contentNav li+li {
    position: relative;
    width: 100%;
    color: #000;
    text-align: left;
    margin: 0 auto 10px;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    padding: 0 5%;
  }
  header #contentNav li a,
  #fixNav.bottomNav li a {
    display: block;
    padding: 15px 0;
  }
  header #contentNav li span {
    display: inline-block;
  }
  header #contentNav li p {
    position: relative;
    padding: 0;
  }
  header #contentNav li p:after {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    letter-spacing: 0.1em;
    font-size: 13px;
    color: #ff6600;
    padding-left: 1em;
  }
  header #contentNav li img, header #contentNav li p {
    vertical-align: middle;
  }
  header #contentNav li img {
    width: 40px;
  }
  header #contentNav li:last-child {
    text-align: center;
  }
  header #contentNav li:last-child p:after {
    content: none;
  }
  header #contentNav li:last-child p {
    padding-right: 10px;
  }
  header #contentNav li:last-child img {
    width: 30px;
    padding: 0;
  }
  header #contentNav li img.mode_sp,
  header #contentNav li.mode_sp {
    display: inline-block;
  }
  #line {
    text-align: center;
    padding-top: 10px;
  }
  #line p {
    position: relative;
    color: #00bb00;
    line-height: 1.8;
    padding-bottom: 30px;
    margin-bottom: 15px
  }
  #line p:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #00bb00;
    margin: auto;
  }
  #line img {
    width: 116px;
  }
}

/* -------------------------------------
footer
----------------------------------------*/
footer {
  background-image: url(../img/footer_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px 0 30px;
}
footer #bnr {
  padding-bottom: 75px;
}
footer #bnr li {
  float: left;
  width: 320px;
  text-align: center;
  background-color: #fff;
  margin: 0 20px 0 0;
  box-sizing: border-box;
}
footer #bnr li:nth-child(3n) {
  margin-right: 0;
}
#footerlogo {
  float: left;
}
#footerlogo img {
  width: 174px;
}
#footerlogo p {
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.12em;
  padding-top: 15px;
}
#sns {
  float: right;
}
#sns a {
  display: inline-block;
}
#sns a+a {
  margin-left: 18px;
}
#toTop {
  display: none;
  position: fixed;
  right: 2%;
  bottom: 8%;
  width: 46px;
  height: 46px;
  background-color: #000000;
  text-align: center;
  z-index: 10;
  filter:alpha(opacity=80);  /* 80％透過 */
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#toTop:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
#toTop a {
  display: block;
  padding: 22px 0;
}
#toTop p {
  color: #808080;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  footer {
    background-image: url(../img/footer_bg_sp.png);
    text-align: center;
    padding: 20px 0;
  }
  footer #bnr li,
  footer #bnr li:nth-child(3n) {
    float: none;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 5px;
    margin: 0 auto 10px;
    box-sizing: border-box;
  }
  footer #bnr {
    padding-bottom: 20px;
  }
  #footerlogo,
  #sns {
    float: none;
  }
  #sns {
    padding-bottom: 20px;
  }
  #sns a {
    width: 40px;
    display: inline-block;
  }
  #sns a+a {
    margin-left: 20px;
  }
  #footerlogo img {
    width: 140px;
  }
  #footerlogo p {
    font-size: 10px;
    padding-top: 10px;
  }
  #toTop {
    right: 0;
    bottom: 135px;
  }
}
/* -------------------------------------
topic
----------------------------------------*/
#topic {
  background-color: #eee;
  padding: 8px 0 11px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#topic li {
  display: inline-block;
  font-size: 10px;
}
#topic li+li {
  position: relative;
  padding-left: 30px;
}
#topic li+li:before {
  content: "/";
  color: #999;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#topic a {
  color: #ff6633;
}
@media screen and (max-width: 767px) {
  #topic li {
    font-size: 10px;
  }
  #topic li+li {
    padding-left: 20px;
  }
  #topic li+li:before {
    left: 5px;
  }
}

/* -------------------------------------
shopMain
----------------------------------------*/
.pageTitle {
  text-align: center;
}
.pageTitle {
  padding: 60px 0 40px;
}
.pageTitle h1 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 10px;
}
.pageTitle h2 {
  color: #f5702d;
  font-size: 14px;
}
.pageTitle+p {
  line-height: 1.8;
  padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .pageTitle {
    padding: 30px 0 20px;
  }
  .pageTitle h1 {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .pageTitle h2 {
    font-size: 11px;
  }
  .pageTitle+p {
    line-height: 1.8;
    padding-bottom: 20px;
  }
}
