@charset "UTF-8";

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}



/****************************
ヘッダー
****************************/
@media screen and (max-width: 768px) {
  .headerMain {
    border-bottom: 1px solid #dddddd;
  }
}

/****************************
サブメニュー
****************************/
/*** PCサブメニュー ***********/
.sub-menu-pc {
  margin-top: 25px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sub-menu-pc {
    display: none;
  }
}
.sub-menu-pc .sub-menu__list {
  float: left;
  margin-left: 64px;
  padding-top: 12px;
}
.sub-menu-pc .sub-menu__item {
  float: left;
  margin-right: 92px;
}
.sub-menu-pc .sub-menu__link {
  position: relative;
  display: block;
}
.sub-menu-pc .sub-menu__link:before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
}
.sub-menu-pc .sub-menu__link:hover {
  opacity: 0.5;
}
.sub-menu-pc .sub-menu__item:first-of-type .sub-menu__link:before {
  left: -40px;
  bottom: -16px;
  width: 31px;
  height: 49px;
  background-image: url(/images/point/submenu-point-01-pc.png);
  background-repeat: no-repeat;
}
.sub-menu-pc .sub-menu__item:nth-of-type(2) .sub-menu__link:before {
  left: -72px;
  bottom: -27px;
  width: 62px;
  height: 57px;
  background-image: url(/images/point/submenu-point-02-pc.png);
  background-repeat: no-repeat;
}
.sub-menu-pc .sub-menu__item:nth-of-type(3) .sub-menu__link:before {
  left: -66px;
  bottom: -20px;
  width: 57px;
  height: 51px;
  background-image: url(/images/point/submenu-point-03-pc.png);
  background-repeat: no-repeat;
  margin-right: 0;
}
.sub-menu-pc .sub-menu__item:last-of-type .sub-menu__link:before {
  left: -66px;
  bottom: -20px;
  width: 57px;
  height: 51px;
  background-image: url(/images/point/submenu-point-04-pc.png);
  background-repeat: no-repeat;
  margin-right: 0;
}
.sub-menu-pc .sub-menu__item:last-of-type {
  margin-right: 0;
}
.sub-menu-pc .sub-menu__item a {
  text-decoration: none;
  color: #444444;
  font-size: 2.0rem;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.sub-menu-pc .sub-menu__item-shop a {
  color: #83c30c;
}
.searchArea {
  float: right;
  margin-right: 24px !important;
}
/*** SPサブメニュー ***********/
.sub-menu-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sub-menu-sp {
    display: block;
    height: 70px;
  }
}
.sub-menu-sp .sub-menu__list {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  white-space: nowrap;
}
.sub-menu-sp .sub-menu__item {
  height: 70px;
  padding: 0 10px;
  vertical-align: middle;
  text-align: center;
}
.sub-menu-sp .sub-menu__item-category {
  width: 40%;
}
.sub-menu-sp .sub-menu__item-shop {
  width: 30%;
}
.sub-menu-sp .sub-menu__item-shop .sub-menu__text {
  color: #83c30c;
}
.sub-menu-sp .sub-menu__item-faq {
  width: 30%;
}
.sub-menu-sp .sub-menu__link {
  text-decoration: none;
  color: #444444;
  display: block;
}
.sub-menu-sp .sub-menu__text {
  height: 30px;
  font-weight: bold;
  font-size: 1.3rem;
  vertical-align: bottom;
  line-height: 35px;
}
.sub-menu-sp .sub-memu__icon {
  height: 40px;
  position: relative;
}
.sub-menu-sp img {
  max-width: 33px;
  width: 26%;
}
.sub-menu-sp .sub-menu__item-faq img {
  max-width: 37px;
  width: 100%;
}
.sub-menu-sp .sub-menu__item-shop img {
  max-width: 43px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}




/****************************
メイン（共通設定）
****************************/
.col-side {
  float: left;
}
.col-main {
  float: right;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .col-main {
    padding-top: 0;
  }
}
.col-main .card:not(.card-first) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .col-main .card:not(.card-first) {
    margin-top: 30px;
  }
}
.card-first {
  border-bottom: none;
}

.itemListBlock .itemListBlockTitle {
  color: #83c30c;
  padding: 14px 0;
}
@media screen and (max-width: 768px) {
  .itemListBlock {
    width: 100%;
    margin: 0;
  }
  .itemListBlock .itemListBlockTitle {
    padding: 8px 0;
    padding-left: 10px;
    margin: 16px 0 8px;
  }
}

.itemListBlock .itemListBlockTitle:after {
  background-color: #83c30c;
}


/****************************
ショップ一覧タイトル（SP）
****************************/
.shopListTitle-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .shopListTitle-sp {
    display: block;
    text-align: center;
  }
  .shopListTitle-sp p {
    text-align: center;
    color: #83c30c;
    font-size: 2.1rem;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding: 22px 0 6px;
  }
  .shopListTitle-sp p:before {
    width: 44px;
    height: 40px;
    content: "";
    background-image: url(/images/point/submenu-point-02-pc.png);
    background-repeat: no-repeat;
    margin-right: 28px;
    display: block;
    position: absolute;
    background-size: contain;
    bottom: 0;
    left: -70px;
  }
  .shopListTitle-sp p:after {
    width: 46px;
    height: 40px;
    content: "";
    background-image: url(/images/point/shopDetail-cat-pc.png);
    background-repeat: no-repeat;
    margin-left: 22px;
    display: block;
    position: absolute;
    background-size: contain;
    bottom: 0;
    left: 124px;
  }
}


/****************************
検索窓（SP）
****************************/
.shopSearch-sp {
  display: none;
}
.itemListControl-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .shopSearch-sp {
    width: 100%;
    display: block;
    padding: 20px 10px;
    box-sizing: border-box;
    background-color: #fff;
  }
  .shopSearch-sp .searchArea {
    width: 100%;
    height: 50px;
    float: none;
  }
  .shopSearch-sp .searchArea .searchText {
    background-color: #fff;
    border: solid 1px #dbdbdb;
    border-right: none;
    border-radius: 4px 0 0 4px;
    height: 50px;
    max-width: 100%;
    padding: 0 0.5em;
    display: block;
    float: left;
    box-sizing: border-box;
    outline: 0;
    -webkit-appearance: none;
  }
  .shopSearch-sp .searchArea .searchButton {
    float: right;
    box-sizing: border-box;
    height: 100%;
    width: 50px;
    margin: 0;
    border: none;
    border-radius: 0 4px 4px 0;
    background: #ff7c00;
    color: #fff;
    cursor: pointer;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
  }
  .shopSearch-sp .im-search {
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 50px;
  }
  .itemListControl-sp {
    display: block;
    margin-bottom: 15px;
  }
  .easy-select-box {
    width: 100%;
    color: #cccccc;
  }
  .easy-select-box .esb-displayer {
    border: 1px solid #dddddd;
    height: 50px;
    line-height: 50px;
  }
  .easy-select-box .esb-dropdown {
    border: 1px solid #dddddd;
    border-top: none;
  }
  .easy-select-box .esb-item {
    height: 50px;
    border-top: 1px solid #dddddd;
    box-sizing: border-box;
    line-height: 50px;
  }
}



/****************************
サイド
****************************/
/****************************
人気のショップ
****************************/
.popularShopList {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #ececec;
}
.popularShopList:last-of-type {
  border-bottom: none;
}
.popularShopItem {
  width: 50%;
  height: 100px;
  font-size: 1.4rem;
  line-height: 1.5em;
  box-sizing: border-box;
}
.popularShopItem:nth-of-type(odd) {
  float: left;
  border-right: 1px solid #ececec;
}
.popularShopItem:nth-of-type(even) {
  float: right;
}
.popularShopLink {
  display: block;
}
.popularShopLink:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .popularShop {
    border: none;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    display: none;
  }
  .popularShopList {
    height: auto;
    border-bottom: 1px solid #ececec;
  }
  .popularShopItem {
    width: 50%;
    height: auto;
    font-size: 1.4rem;
    line-height: 1.5em;
    box-sizing: border-box;
  }
}


/****************************
カテゴリから調べる
****************************/
.categorySearchItem {
  padding: 12px 19px;
  font-size: 1.4rem;
  line-height: 1.5em;
  border-bottom: 1px solid #ececec;
}
.categorySearchItem:last-of-type {
  border-bottom: none;
}
.categorySearchImg {
  width: 22px;
  height: 21px;
  position: relative;
  float: left;
  margin-right: 12px;
}
.categorySearchImg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .categorySearch {
    display: none;
    width: 100%;
    border: none;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    position: absolute;
    top: 0;
  }
  .categorySearchItem {
    padding: 15px 25px;
    font-size: 1.5rem;
  }
}

/****************************
一覧から探す
****************************/
.listSearch-item-sp {
  display: none;
}
.listSearch .link {
  font-size: 1.2rem;
  line-height: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .listSearch {
    display: none;
    width: 100%;
    border: none;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    position: absolute;
    top: 0;
  }
  .listSearch .cardBody {
    padding: 0;
  }
  .listSearch-item {
    padding: 15px 25px;
    border-bottom: 1px solid #ececec;
  }
  .listSearch .link {
    font-size: 1.5rem;
    line-height: 1.5em;
    font-weight: normal;
  }
  .listSearch-item-sp {
    display: block;
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  .listSearch-item-sp a {
    text-decoration: none;
    color: #1cb3a3;
  }
  .listSearch .layout-mr-5 {
    margin-right: 10px !important;
  }
  .listSearch .searchArea {
    display: none;
  }
}


/****************************
サイドのバナー
****************************/
@media screen and (max-width: 768px) {
  .bannerBlock-side {
    display: none;
  }
}



/****************************
検索窓
****************************/
 /* --- 検索全体のBOX (サンプル用)--- */
 .searchArea{
  width: 240px;
  height: 40px;
  margin: auto;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 0;
}
.searchArea .searchText {
  background-color: #fafafa;
  border: solid 1px #dbdbdb;
  border-right: none;
  border-radius: 4px 0 0 4px;
  height: 100%;
  width: 200px;
  max-width: 100%;
  padding: 0 0.5em;
  display: block;
  float: left;
  box-sizing: border-box;
  outline: 0;
  -webkit-appearance: none;
}
 /* --- 検索ボタン欄のSTYLE設定 --- */
.searchArea .searchButton {
  float: left;
  box-sizing: border-box;
  height: 100%;
  width: 40px;
  margin: 0;
  border: none;
  border-radius: 0 4px 4px 0;
  background: #ff7c00;
  color: #fff;
  cursor: pointer;
  line-height: 12px;
  font-size: 12px;
  text-align: center;
}
.im-search {
  font-size: 1.8rem;
  font-size: 18px;
  line-height: 40px;
}
 /* --- 検索ボタン欄にフォーカスか来たとき --- */
.searchArea .searchText:focus {
  background: #cfe7ff;
}
 /* --- 検索ボタン内のアイコンSTYLE設定 --- */
.searchArea .searchImg {
  display: inline-block;
  width: auto;
  height: 12px;
  margin: 0 3px 0 0;
  vertical-align : middle;
}
 /* --- IEの入力エリア右側×消し -------------------------*/
.searchArea .searchText::-ms-clear {
  display: none;
}
.searchText::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 1.4rem;
  font-size: 14px;
  padding-left: 8px;
}
.searchText::-moz-placeholder {
  color: #cccccc;
  font-size: 1.4rem;
  font-size: 14px;
  padding-left: 8px;
}
.searchText:-ms-input-placeholder {
  color: #cccccc;
  font-size: 1.4rem;
  font-size: 14px;
  padding-left: 8px;
}

 /* --- サイドの検索窓 --- */
.searchArea-side {
  float: none;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 14px;
}
.searchArea-side .searchText {
  width: 220px;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }

/****************************
SPのサーチメニューの×アイコン
****************************/
.cardTitle-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .cardTitle-pc {
    display: none;
  }
  .cardTitle-sp {
    display: block;
    background-color: #fff !important;
    padding: 12px 15px !important;
  }
  .seachBtn-sp {
    width: 30px;
    height: 30px;
    margin-left: auto;
  }
  .menu-trigger,
  .menu-trigger div {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 30px;
    height: 30px;
  }
  .menu-trigger div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #888888;
  }
  .menu-trigger div:nth-of-type(1) {
    top: 4px;
  }
  .menu-trigger div:nth-of-type(2) {
    top: 13px;
  }
  .menu-trigger div:nth-of-type(3) {
    top: 22px;
  }
  .menu-trigger.active div:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .menu-trigger.active div:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active div:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
}



/****************************
shopListタブ切り替え
****************************/
.shopList-tab__title {
  text-align: center;
}
.shopList-tab__title p {
  text-align: center;
  color: #83c30c;
  font-size: 2.8rem;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .shopList-tab__title {
    display: none;
  }
}
/***** wp-pagenavi *****/
.shopList-tab__title p:before {
  width: 62px;
  height: 57px;
  content: "";
  background-image: url(/images/point/submenu-point-02-pc.png);
  margin-right: 40px;
  display: block;
  position: absolute;
  background-size: contain;
  bottom: 0;
  left: -100px;
}
.shopList-tab__title p:after {
  width: 65px;
  height: 57px;
  content: "";
  background-image: url(/images/point/shopDetail-cat-pc.png);
  background-repeat: no-repeat;
  margin-left: 30px;
  display: block;
  position: absolute;
  background-size: contain;
  bottom: 0;
  left: 166px;
}


/****************************
shopInfo__top
****************************/
.shopInfo__top {
  padding: 35px 20px;
  border-bottom: 1px solid #ececec;
}
.shopInfo__top-main-sp {
  float: left;
}
.shopInfo__top-catch {
  font-size: 1.8rem;
  margin-bottom: 6px;
}
.shopInfo__top-title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #1cb3a3;
  margin-bottom: 30px;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.pointThumbnailBlock {
  width: 190px;
  max-width: 190px;
  height: 126px;
  box-sizing: border-box;
  position: relative;
  float: left;
}
.pointThumbnailBlock img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.main-block__text-sp {
  display: none;
}
.main-block__point {
  width: 100%;
  background-color: #fffded;
  padding: 8px 20px;
  box-sizing: border-box;
  display: table;
  margin-bottom: 12px;
}
.main-block {
  width: 600px;
  max-width: 600px;
  float: right;
  margin-bottom: 25px;
}
.main-block__left {
  display: table-cell;
  vertical-align: middle;
}
.main-block__title {
  font-size: 2.4rem;
  color: #ff7c00;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
}
.main-block__title:before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 28px;
  background-image: url(/images/point/coin-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-block__time {
  font-size: 1.6rem;
  font-weight: bold;
  color: #888888;
  font-family: 'Roboto Condensed';
  letter-spacing: 0.1em;
}
.main-block__time small {
  font-size: 1.2rem;
}
.main-block__right-sp {
  display: table-cell;
  vertical-align: middle;
  border-left: 20px solid transparent;
}
.main-block__right p {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
.main-block__first {
  font-size: 3.2rem;
  font-weight: bold;
  color: #999999;
  font-family: 'Roboto Condensed';
}
.main-block__first small {
  font-size: 2.1rem;
}
.main-block__second {
  font-size: 2.4rem;
  color: #ff7c00;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.main-block__second i {
  font-weight: bold;
}
.main-block__third {
  font-size: 4.4rem;
  font-weight: bold;
  color: #d32c25;
  font-family: 'Roboto Condensed';
}
.main-block__third small {
  font-size: 3.0rem;
}
.main-block__third span {
  font-size: 1.5rem;
  color: #666666;
  font-weight: normal;
  font-family: "YuGothic", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans‒serif;
  margin-left: 10px;
}
.main-block__time-sp {
  display: none;
}
.shopInfo__top-tag {
  margin-bottom: 30px;
}
.tag-title {
  font-size: 1.4rem;
  color: #888888;
  font-weight: bold;
  margin-bottom: 10px;
}
.tag-list {
  font-size: 0;
}
.tag-item {
  font-size: 1.2rem;
  color: #1cb3a3;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans‒serif;
  border: 1px solid #1cb3a3;
  border-radius: 4px;
  padding: 0 8px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.tag-item:last-of-type {
  margin-right: 0;
}
.shopInfo__top-btn a {
  width: 470px;
  max-width: 470px;
  background-color: #ff7c00;
  display: block;
  margin: 0 auto;
  padding: 15px 30px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.shopInfo__top-btn a span {
  font-size: 2.0rem;
  line-height: 30px;
}
.shopInfo__top-btn a:hover {
  opacity: 0.5;
}
.shopInfo__top-option {
  margin-top: 30px;
}
.shopInfo__top-option {
  text-align: center;
}
.shopInfo__top-option li {
  display: inline;
  margin-right: 26px;
}
.shopInfo__top-option li:last-of-type {
  margin-right: 0;
}
.shopInfo__top-option li a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #1cb3a3;
  text-decoration: none;
}
.shopInfo__top-option li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .shopInfo__top {
    padding: 25px 0 0;
  }
  .shopInfo__top-catch {
    font-size: 1.2rem;
    margin-bottom: 8px;
    padding: 0 10px;
  }
  .shopInfo__top-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .shopInfo__top-main {
    padding: 0 10px;
  }
  .shopInfo__top-main-sp {
    float: none;
    margin-bottom: 20px;
  }
  .pointThumbnailBlock {
    width: 30%;
    max-width: 30%;
    height: 75px;
    box-sizing: border-box;
    position: relative;
    float: left;
    display: inline-block;
  }
  .pointThumbnailBlock img {
    width: auto;
    height: 100%;
  }
  .main-block__text-sp {
    width: 70%;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.5;
    float: right;
    box-sizing: border-box;
    padding-left: 12px;
  }
  .main-block__text-pc {
    display: none;
  }
  .main-block {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-bottom: 25px;
  }
  .main-block__point {
    width: 100%;
    padding: 15px 0;
    display: block;
    margin-bottom: 0;
  }
  .main-block__left {
    display: block;
    text-align: center;
  }
  .main-block__title {
    font-size: 1.7rem;
    padding-left: 20px;
    display: inline-block;
  }
  .main-block__title:before {
    width: 16px;
    height: 17px;
  }
  .main-block__time {
    text-align: center;
  }
  .main-block__time small {
    font-size: 1.3rem;
  }
  .main-block__right-sp {
    border-left: none;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 6px;
  }
  .main-block__right {
    text-align: center;
    display: inline-block;
  }
  .main-block__first {
    font-size: 3.2rem;
    font-weight: bold;
    color: #999999;
    font-family: 'Roboto Condensed';
  }
  .main-block__first small {
    font-size: 2.1rem;
  }
  .main-block__second {
    font-size: 2.4rem;
    color: #ff7c00;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  .main-block__second i {
    font-weight: bold;
  }
  .main-block__third {
    font-size: 4.4rem;
    font-weight: bold;
    color: #d32c25;
    font-family: 'Roboto Condensed';
  }
  .main-block__third small {
    font-size: 3.0rem;
  }
  .main-block__third span {
    font-size: 1.5rem;
    margin-left: 7px;
  }
  .main-block__time-sp {
    display: block;
  }
  .main-block__time-pc {
    display: none;
  }
  .shopInfo__top-tag {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .tag-title {
    font-size: 1.4rem;
    color: #888888;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .tag-list {
    font-size: 0;
  }
  .tag-item {
    margin-right: 10px;
  }
  .shopInfo__top-btn {
    padding: 0 10px;
  }
  .shopInfo__top-btn a {
    width: 222px;
    font-size: 1.0rem;
    padding: 15px 0;
  }
  .shopInfo__top-btn a span {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .shopInfo__top-option {
    text-align: left;
  }
  .shopInfo__top-option li {
    display: block;
    margin-right: 0;
    border-top: 1px solid #ececec;
  }
  .shopInfo__top-option li a {
    font-size: 1.5rem;
    font-weight: normal;
    padding: 12px 20px;
    display: block;
  }
}



/****************************
shopInfo__bottom
****************************/
.shopInfo__bottom {
  padding: 35px 20px 50px;
}
.shopInfo__bottom-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #83c30c;
  margin-bottom: 30px;
}
.shopInfo__bottom-item {
  width: 100%;
  height: 170px;
  border: 2px solid #ececec;
  box-sizing: border-box;
  display: table;
  margin-bottom: 20px;
}
.shopInfo__bottom-item:last-of-type {
  margin-bottom: 0;
}
.item-photo {
  width: 206px;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.item-block {
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
}
.item-block__title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #666666;
  margin-bottom: 12px;
}
.item-block__btn {
  margin-top: 10px;
}
.item-block__btn a {
  background-color: #ff7c00;
  padding: 10px 45px;
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0px 1px 1px 1px rgba(221, 127, 127, 0.05);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.item-block__btn a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .shopInfo__bottom-pc {
    display: none;
  }
  .shopInfo__bottom {
    padding: 30px 10px 0;
  }
  .shopInfo__bottom-title {
    font-size: 2.1rem;
    margin-bottom: 22px;
  }
  .shopInfo__bottom-item {
    height: auto;
    border: none;
    display: block;
    padding: 0 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 25px;
  }
  .shopInfo__bottom-item:last-child {
    border: none;
  }
  .item-photo {
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
  }
  .item-photo img {
    border: 1px solid #d2d2d0;
  }
  .item-block {
    display: block;
    padding: 0;
    margin-top: 20px;
  }
  .item-block__title {
    font-size: 1.7rem;
    margin-bottom: 12px;
  }
  .item-block__text {
    font-size: 1.2rem;
  }
  .item-block__btn {
    margin-top: 25px;
  }
  .item-block__btn a {
    height: 50px;
    font-size: 1.5rem;
    background-color: #ff7c00;
    line-height: 50px;
    padding: 0;
    display: block;
    text-align: center;
  }
}

/****************************
shopPoint
****************************/
.shopPoint {
  padding: 40px 20px 45px;
}
.shopPoint__top-block {
  width: 400px;
  border: 6px solid rgba(255,124,0,0.2);
  padding: 18px 0 12px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  float: left;
}
.shopPoint__top-block:last-child {
  float: right;
}
.shopPoint__top-block p:first-child {
  font-size: 2.0rem;
  color: #ff7c00;
  font-weight: bold;
}
.shopPoint__top-block p:last-child {
  font-size: 1.6rem;
  margin-top: 6px;
}
.shopPoint__title {
  font-size: 2.0rem;
  font-weight: bold;
  color: #ff7c00;
  margin-bottom: 20px;
  padding-top: 45px;
}
.shopPoint__text {
  line-height: 1.8;
}
.shopPoint__text-asterisk {
  padding-left:1em;
  text-indent:-1em;
}
.shopPoint__link {
  font-weight: bold;
  margin-bottom: 5px;
}
.shopPoint__link a {
  color: #1cb3a3;
  text-decoration: none;
  font-size: 1.6rem;
  margin-left: 15px;
}
.shopPoint__link a:hover {
  opacity: 0.5;
}
.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .shopPoint {
    padding: 30px 10px;
    box-sizing: border-box;
  }
  .shopPoint__top-block {
    width: 100%;
    padding: 18px 0;
    float: none;
  }
  .shopPoint__top-block:last-child {
    margin-top: 20px;
  }
  .shopPoint__top-block p:first-child {
    font-size: 1.7rem;
  }
  .shopPoint__top-block p:last-child {
    font-size: 1.7rem;
  }
  .shopPoint__title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding-top: 30px;
  }
  .shopPoint__text {
    font-size: 1.2rem;
  }
  .shopPoint__link {
    line-height: 1.6;
  }
  .shopPoint__link a {
    margin-left: 0;
  }
  .br-sp {
    display: block;
  }
}


/****************************
shopMethod
****************************/
.shopMethod {
  padding: 40px 20px 20px;
}
.shopMethod__title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #83c30c;
}
.shopMethod__photo {
  width: 784px;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .col-main .card:last-of-type {
    display: none;
  }
}


/****************************
おすすめの注目アイテム（SP）
****************************/
.card-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .card-sp {
    display: block;
  }
}

/****************************
フッターバナー
****************************/
.col-main-banner {
  display: none
}
@media screen and (max-width: 768px) {
  .col-main-banner {
    display: block;
    margin-top: 30px;
  }
}
	
/****************************
規約同意周り
****************************/
.terms_text {
	margin-left: 124px;
	margin-bottom: 20px;
	}
@media screen and (max-width: 768px) {
	.terms_text {
		margin: 18px;
	}
}
	
.terms_check {
	margin-left: 124px;
	margin-bottom: 10px !important;
	font-size: medium;
	font-weight: bold;
	}
@media screen and (max-width: 768px) {
	.terms_check {
		font-size: medium;
		font-weight: bold;
		margin: 18px;
	}
}
.shopInfo__top-btn.disabled a {
  background-color: #a6a6a6;
  pointer-events: none;
}
