@charset "UTF-8";
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    common PC
------------------------------------------------------------------------------*/
html, body, div, a, h2, h3, p, img, ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: inherit;
  text-align: inherit;
  font-size: 100%;
  font-weight: inherit;
  background: transparent;
}
ol, ul, li {
  list-style: none;
}
*, *::before, *::after {
  box-sizing: border-box;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}
html, body {
  width: 100%;
  height: 100%;
}
html {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333333;
  line-height: 1;
}
body {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333333;
  text-align: left;
  letter-spacing: 1px;
  word-break: break-all;
}
* {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
a, a:hover, a:link, a:visited {
  color: #333333;
  text-decoration: none;
}
/*------------------------------------------------------------------------------
    common mobile
------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
  }
}
/*------------------------------------------------------------------------------
    header PC
------------------------------------------------------------------------------*/
.layout {
  width: 1000px;
  margin: 0 auto;
}
.header {
  margin: 0 auto;
}
.header_2 {
  margin: 0 auto;
}
.header .layout {
  width: 100%;
  margin: 0 auto;
}
.header_2 .layout {
  width: 100%;
  margin: 0 auto;
}
.header .layout .logo {
  text-align: center;
  padding: 15px 0;
  background: #ffded4;
}
.header_2 .layout .logo {
  text-align: center;
  padding: 15px 0;
  background: #ffffff;
}
.header .layout .headerTxt {
  text-align: center;
  padding: 15px 0;
  background: #fd89af;
}
.header_2 .layout .headerTxt {
  text-align: center;
  padding: 15px 0;
  background-image: linear-gradient(#fff 0, #fff 10px, #d8d8d8 100%);
  border: solid #CDCDCD 1px;
}
.header .layout .headerTxt h2 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.header_2 .layout .headerTxt h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
/*------------------------------------------------------------------------------
    header mobile
------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .header {
    display: block;
    margin-bottom: 30px;
  }
  .header_2 {
    display: block;
    margin-bottom: 30px;
  }
  .layout {
    width: 100%;
    margin: 0 auto;
  }
  .header .layout .logo {
    margin: 0 auto;
  }
  .header_2 .layout .logo {
    margin: 0 auto;
  }
  .header .layout .headerTxt {
    text-align: center;
    padding: 15px 0;
    background: #fd89af;
  }
  .header_2 .layout .headerTxt {
    text-align: center;
    padding: 15px 0;
    background-image: linear-gradient(#fff 0, #fff 10px, #d8d8d8 100%);
    border: solid #CDCDCD 1px;
  }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
shopList PC
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.shopList {
  margin-top: 30px;
  margin-bottom: 30px;
}
.shopList .areaBox:nth-of-type(2) {
  margin-bottom: 30px;
}
.shopList .areaBox h3 {
  margin-bottom: 30px;
  padding: 18px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #ffded4;
}
.shopList .areaBox ul {
  display: flex;
  flex-wrap: wrap;
}
.shopList .areaBox ul li {
  font-size: 15px;
  margin: 0 20px 20px;
  text-align: center;
  border: 1px solid #fd89af;
  border-radius: 5px;
  background: #feecf2;
  position: relative;
  width: 210px;
  height: 50px;
  line-height: 50px;
}
.shopList .areaBox ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 11px;
  height: 7px;
  margin: auto;
  background: url("../images/formArrow.png") no-repeat;
  transform: rotate(-90deg);
}
.shopList .areaBox ul li a {
  display: block;
  color: #fd89af;
  height: 100%;
}
.shopList .areaBox ul .active {
  background: #fd89af;
}
.shopList .areaBox ul .active:before {
  background: none;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
shopList mobile
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 768px) {
  .shopList {
    padding-bottom: 30px;
    margin: 18px 30px;
  }
  .shopList .areaBox h3 {
    font-size: 24px;
    margin-bottom: 18px;
    padding: 18px 0;
    font-weight: bold;
    text-align: center;
    background: #ffded4;
  }
  .shopList .areaBox ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .shopList .areaBox ul li {
    font-size: 20px;
    width: 100%;
    margin: 0 5vw 5vw 0;
    height: 80px;
    line-height: 40px;
  }
  .shopList .areaBox ul li:before {
    left: 30px;
    background-size: 100% auto;
  }
  .shopList .areaBox ul li a {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
}