@charset "UTF-8";
.remodal__cursor {
  cursor: pointer;
  border: 1px solid #CCC;
  background: linear-gradient(to bottom, #FFF 10%, #F7F7F7 90%);
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .remodal__cursor {
    display: block;
    text-align: center;
    font-size: 14px;
  }
}
.remodal__cursor a {
  color: inherit;
  text-decoration: none;
  padding: 8px 14px;
  display: block;
}

.modal__bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  .modal__bg {
    z-index: 10001;
  }
}

.modal__close {
    background: none;
    outline: none;
    border: none;
    font-size: 28px;
    position: absolute;
    right: 20px;
    top: 3px;
    cursor: pointer;
    padding: 0 3px;
}
@media screen and (max-width: 640px) {
  .modal__close {
    right: 10px;
  }
}

.modal__model {
  border-radius: 10px;
  position: fixed;
  z-index: 1000001;
  top: 10px;
  left: 0;
  right: 0;
  background-color: #FFF;
  width: 830px;
  padding: 20px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .modal__model {
    top: 30px;
    z-index: 10001;
    width: 90%;
    height: 90%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
  }
}

.modal__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .modal__inner {
    flex-direction: column;
  }
}

.modal__block {
  width: 31%;
}
@media screen and (max-width: 640px) {
  .modal__block {
    width: 100%;
  }
}
.modal__block h3 {
  font-size: 18px;
  font-weight: 700;
  background-color: #0055B8;
  margin-bottom: 8px;
  padding: 8px;
  color: #FFF;
}

.modal__list {
  margin-bottom: 30px;
}
.modal__list li {
  font-size: 16px;
  border-bottom: 1px solid #CCC;
  line-height: 1.3;
  position: relative;
}
.modal__list li::after {
  position: absolute;
  top: 38%;
  right: 3px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #CCC;
  border-right: 2px solid #CCC;
  transform: rotate(45deg);
}
.modal__list a {
  display: block;
  color: #333;
  padding: 4px;
}
@media screen and (max-width: 640px) {
  .modal__list a {
    padding: 8px 4px;
  }
}

a:hover img {
  opacity: 0.5;
}

.banner {
  margin: 44px 0;
}

.other ul {
  display: flex;
  flex-wrap: wrap;
}
.other li {
  margin-right: 15px;
  min-width: 90px;
}

.filter__block {
  display: flex;
  width: 100%;
  margin-top: 8px;
}

.filter__item {
  display: flex;
  align-items: center;
  width: 100%;
}
.filter__item dt {
  width: 70px;
  font-weight: 700;
}
/**
 * シートアレンジのみ2行になるため
 * 行の高さを調整して表示ONOFFでずれが生じないようにする
 */
div[id="hctc"] .filter__item dt {
    line-height: 15px;
}
.filter__item > dd {
  width: calc(100% - 80px);
}
.filter__item select {
  background: linear-gradient(to bottom, #FFF 10%, #F7F7F7 90%);
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #0C2245;
  font-size: 14px;
  padding: 4px;
  cursor: pointer;
  width: 140px;
}

.filter__button__block {
  display: flex;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #CCC;
  padding: 15px 14px 14px 15px;
}

.filter__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #EFEFEF;
  background-color: #FFF;
  border-radius: 4px;
  padding: 0 12px;
  margin: 0 4px;
  height: 44px;
  box-sizing: border-box;
  font-size: 14px;
  text-decoration: none !important;
}
.filter__button a {
  text-decoration: none !important;
}
.filter__button a:hover {
  text-decoration: none !important;
}
.filter__button.filter__button--save, .filter__button.filter__button--mail {
  color: #0070C0;
  background: linear-gradient(to bottom, #EFF6FF 10%, #DBECFF 90%);
}
.filter__button.filter__button--save:hover, .filter__button.filter__button--mail:hover {
  background-color: #0070C0;
  background: #0070C0;
  background: linear-gradient(to bottom, #0083E0 10%, #0070C0 90%);
  border: 1px solid #1BA0FF;
  color: #FFF;
  text-decoration: none;
}
.filter__button.filter__button--clear {
  background: linear-gradient(to bottom, #FFF 10%, #F7F7F7 90%);
}
.filter__button.filter__button--clear:hover {
  background: linear-gradient(to bottom, #FFF 10%, #e8e8e8 90%);
  border: 1px solid #DDD;
  text-decoration: none;
}
.filter__button.filter__button--clear input {
  background: none;
  cursor: pointer;
  border: none;
  padding: 0;
}
.filter__button.filter__button--search {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 7px 20px 5px 20px;
  background-color: #0055b8;
}
.filter__button.filter__button--search:hover {
  opacity: 0.7;
  text-decoration: none;
}
.filter__button.filter__button--search a {
  color: #FFF;
  text-decoration: none;
}

.filter__button--notification {
  color: #0070C0;
  background: linear-gradient(to bottom, #EFF6FF 10%, #DBECFF 90%);
}
.filter__button--notification:hover {
  background-color: #0070C0;
  background: #0070C0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #0083E0), color-stop(90%, #0070C0));
  background: -webkit-linear-gradient(top, #0083E0 10%, #0070C0 90%);
  background: -o-linear-gradient(top, #0083E0 10%, #0070C0 90%);
  background: linear-gradient(to bottom, #0083E0 10%, #0070C0 90%);
  border: 1px solid #1BA0FF;
  color: #FFF;
  text-decoration: none;
}

.filter__button--notification:disabled,
.filter__button--notification:hover:disabled  {
  color: #0070C0;
  background: #FFF;
  border: 1px solid #0070C0;
}

/*もっと詳細な条件で絞り込む*/
.more-search .more-search__inner {
  display: flex;
  padding-bottom: 40px;
}
.more-search .more-search__item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
.more-search .more-search__item dl {
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.more-search .more-search__item dt {
  width: 7em;
  font-weight: 700;
}
.more-search .panel__bottom {
  margin-top: 16px;
}
.more-search .panel__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.more-search select {
  background: linear-gradient(to bottom, #FFF 10%, #F7F7F7 90%);
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #0C2245;
  font-size: 14px;
  padding: 4px;
  cursor: pointer;
  width: 110px;
}

.basic {
  margin-bottom: 24px;
  font-size: 14px;
  padding: 16px;
  border: 6px solid #efefef;
}
@media screen and (max-width: 640px) {
  .basic {
    margin-top: 24px;
    padding: 0;
    border: none;
  }
}

.basic .modelname {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.basic .modelyear {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
}

.basic dl {
  display: flex;
  align-items: stretch;
}

.basic .photo {
  width: 140px;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .basic .photo {
    width: 80px;
  }
}
.basic .photo img {
  width: 100%;
  height: auto;
}

.basic .rating {
  width: 350px;
  border-right: 1px solid #CCC;
}
@media screen and (max-width: 640px) {
  .basic .rating {
    display: flex;
    width: auto;
    border-right: none;
  }
}
.basic .rating .rating__list li {
  font-size: 12px;
}
.basic .rating .rating__list li:first-child {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .basic .rating .rating__list li:first-child {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 0;
  }
}
.basic .rating .rating__link {
  font-size: 12px;
  font-weight: 400;
  background: url(/common/v2/images/icon/external_link_icon-cfedb81b72bdbc0eeb9dc34c11c5c623.svg) no-repeat right 0;
  display: inline-block;
  padding-right: 8px;
  background-size: 16px;
}
@media screen and (max-width: 640px) {
  .basic .rating .rating__link {
    font-size: 11px;
    padding-right: 12px;
  }
}
.basic .rating .value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #EE3440;
}
@media screen and (max-width: 640px) {
  .basic .rating .value {
    font-size: 15px;
  }
}
.basic .rating .value__small {
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .basic .rating .value__small {
    font-size: 12px;
  }
}

.basic .price {
  width: 330px;
  padding-top: 25px;
  border-right: 1px solid #CCC;
}
@media screen and (max-width: 640px) {
  .basic .price {
    display: flex;
    width: auto;
    padding-top: 0;
    border-right: none;
  }
}
.basic .price .price__head {
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .basic .price .price__head {
    font-size: 11px;
    font-weight: 400;
    text-align: left;
    margin-right: 8px;
  }
}
.basic .price .price__body {
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .basic .price .price__body {
    font-size: 11px;
    margin-top: 0;
    text-align: left;
  }
}
.basic .price .value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #EE3440;
}
@media screen and (max-width: 640px) {
  .basic .price .value {
    font-size: 15px;
  }
}

.basic .stock {
  width: 200px;
  padding-top: 25px;
}
@media screen and (max-width: 640px) {
  .basic .stock {
    display: flex;
    width: auto;
    padding-top: 0;
  }
}
.basic .stock .stock__head {
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .basic .stock .stock__head {
    font-size: 11px;
    font-weight: 400;
    text-align: left;
    margin-right: 8px;
  }
}
.basic .stock .stock__body {
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .basic .stock .stock__body {
    font-size: 11px;
    margin-top: 0;
    text-align: left;
  }
}
.basic .stock .value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #EE3440;
}
@media screen and (max-width: 640px) {
  .basic .stock .value {
    font-size: 15px;
  }
}

.basic-info__photo {
  width: 130px;
}
.basic-info__photo img {
  width: 100%;
  height: auto;
}

.tabs__order {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-top: 8px;
  width: 1000px;
}
@media screen and (max-width: 640px) {
  .tabs__order {
    display: none;
  }
}

.tabs {
  display: flex;
}
.tabs .is-current {
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
  font-weight: 700;
}
.tabs li {
  width: 160px;
  margin-right: 4px;
  font-size: 16px;
  background-color: #EFEFEF;
  border: 1px solid #CCC;
  border-radius: 6px 6px 0 0;
  text-align: center;
}
.tabs li a,
.tabs li span {
  display: block;
  padding: 11px 16px 8px;
  text-decoration: none;
  color: inherit;
}
.tabs li:hover {
  background-color: #FFF;
  font-weight: 700;
}

.order select {
  padding: 4px;
  box-sizing: border-box;
  font-size: 16px;
}

.freeword {
  display: flex;
  align-items: center;
}

.freeword__heading {
  font-weight: 700;
  margin-right: 10px;
}

.freeword__item {
  display: flex;
  align-items: center;
}

.srch_panel_bottom {
  width: auto;
}

.srch_panel {
  border-top: none;
}

.floating__block.floating__block--fixed {
  position: fixed;
  top: 58px;
  left: 0;
  z-index: 20;
  width: 100%;
  box-sizing: border-box;
}

.floating__list {
  margin: 0 0 8px;
}

.floating__filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: linear-gradient(to bottom, #FFF 80%, #F7F7F7 100%);
  border: 1px solid #ddd;
  border-radius: 4px;
}
.floating__filter li {
  width: 33.333333%;
  height: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.floating__filter li:not(:last-child) {
  border-right: 1px solid #ddd;
}
.floating__filter li:nth-child(2) {
  padding-left: 2px;
  padding-right: 8px;
}
.floating__filter a {
  color: inherit;
  display: block;
  text-align: center;
}
.floating__filter select {
  width: 70%;
  background: none;
  font-size: 12px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  text-align: left;
}
.floating__filter i {
    text-align: right;
}
.floating__filter--sort i{
    margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .shop__information {
    margin-top: 14px;
  }

  .shop__information--item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding-right: 90px;
  }

  .shop__information--item:not(:first-of-type) {
    margin-top: 4px;
  }

  .shop__information--icon {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 70px;
    height: 56px;
  }

  .shop__information--icon img {
    width: 70px;
    height: auto;
  }

  .shop__information--item dt {
    width: 24px;
    color: #ee7534;
    text-align: center;
  }

  .shop__information--item dd {
    width: calc(100% - 40px);
    font-size: 13px;
    line-height: 1.5;
  }

  .shop__information--item .fa {
    font-size: 20px;
  }

  .shop__button {
    background-color: #fff4d0;
    padding: 16px 10px 18px;
    margin: 16px -10px;
  }

  .shop__tel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
  }

  .shop__tel i {
    margin-right: 8px;
  }

  .shop__button--tel {
    position: relative;
    padding: 16px;
    background-color: #31a41f;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  }

  .shop__button--free-icon {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 4px 0 0 4px;
    width: 1em;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .shop__button--tel dd {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
  }

  .shop__button--form {
    position: relative;
    padding: 16px;
    background-color: #ff6a1a;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    margin-top: 12px;
  }

  .shop__button--form dd {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
  }

  .shop__button--tel i,
.shop__button--form i {
    margin-right: 4px;
  }

  .shop__button--tel a {
    color: #FFF;
  }

  .shop__button--form a {
    color: #FFF;
  }

  .shop__button--tel a::before,
.shop__button--form a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .shop__tabs {
    margin: 0 -10px 16px;
    width: auto;
    background-color: #588fd0;
  }

  .shop__tabs.is-fixed {
    position: fixed;
    top: 59px;
    left: 0;
    z-index: 2;
    width: 100%;
    margin: 0;
  }

  .shop__tabs--list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 12px;
    border-top: 2px solid #588fd0;
  }

  .shop__tabs--list .is-current a {
    background-color: #FFF;
    color: #0055B8;
  }

  .shop__tabs--list li {
    width: 16.6666666667%;
    height: 48px;
  }

  .shop__tabs--list a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 8px 0;
    color: #FFF;
    background-color: #588fd0;
    text-align: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  .shop__tabs--list a .shop__stock--count {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1;
    width: 3em;
    border-radius: 20px;
    margin: auto;
    background-color: #ee3440;
    padding: 2px;
  }

  .cg-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .cg-list__item {
    width: 49%;
    position: relative;
  }

  .cg-list__item:not(:nth-child(-n+2)) {
    margin-top: 24px;
  }

  .cg-list__item dt img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .cg-list__item-name--link {
    color: inherit;
  }

  .cg-list__item-name--maker {
    display: block;
    font-size: 12px;
    margin-left: 0;
  }

  .cg-list__item-name--model {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    margin-left: 0;
    color: #12c;
  }

  .cg-list__item-txt {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .is-sp {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .narabi_panel::after {
    content: "";
    display: block;
    clear: both;
  }

  .cg-list__item {
    width: 190px;
    position: relative;
  }

  .cg-list {
    display: flex;
    flex-wrap: wrap;
  }

  .cg-list__item:not(:nth-child(-n+5)) {
    margin-top: 24px;
  }

  .cg-list__item:not(:nth-child(5n)) {
    margin-right: 12px;
  }

  .cg-list__item-name--link {
    color: inherit;
  }

  .cg-list__item-name--maker {
    display: block;
    font-size: 12px;
    margin-left: 0;
  }

  .cg-list__item-name--model {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    margin-left: 0;
    color: #12c;
  }

  .cg-list__item-txt {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 8px;
  }
}


/* ITB-3496 */
/* メインコンテンツ */
/* メニュー */
.shop__tabs.is-fixed {
  position: fixed;
  left: 0;
  margin: 0;
  z-index: 20;
}
@media screen and (max-width: 481px) {
  .shop__tabs a .shop__stock--count,
  .shop__tabs a .shop__review--count {
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1;
    border-radius: 20px;
    background-color: #ee3440;
    padding: 2px 5px;
    white-space: nowrap;
  }
}

@media screen and (min-width: 481px){
  .shop__tabs a .shop__stock--count,
  .shop__tabs a .shop__review--count {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1;
    border-radius: 20px;
    background-color: #CFCFCF;
    padding: 5px 7px;
    margin-left: 5px;
  }
  .shop__tabs.is-fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
  }
  .shop__tabs {
    display: table;
    border-bottom: 3px solid #0055B8;
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    background-color: #fff;
  }
  .shop__tabs li {
    display: table-cell;
    text-align: center;
  }
  .shop__tabs li:first-child {
    border-left: 1px solid #DCDCDC;
  }
  .shop__tabs li a {
    border-right: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
    background: linear-gradient(to bottom, #fff,#ECECEC);
    color: #1F3641;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 20px;
  }
  .shop__tabs li a:hover {
    background: linear-gradient(to bottom, #ECECEC, #fff);
    text-decoration: none;
  }

  /* タブ選択 */
  .shop__tabs li .is-current {
    background: #0055B8;
    border: 1px solid #0055B8;
    color: #fff;
  }
  .shop__tabs li .is-current:hover {
    background: #0055B8;
  }
}

@media screen and (max-width: 480px) {
  .shop__tabs.is-fixed {
    top: 59px;
    width: 100%;
  }
  .shop__tabs {
    margin: 0 -10px 16px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 12px;
    border-top: 2px solid #588fd0;
  }
  .shop__tabs li {
    width: calc(100% / 6);
    height: 48px;
  }
  .shop__tabs li .is-current {
    background-color: #FFF;
    color: #0055B8;
  }
  .shop__tabs a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 0;
    color: #FFF;
    background-color: #588fd0;
    text-align: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
}
@media screen and (min-width: 481px) {
/* 店舗タイトル */
  .shop__title--area p {
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
  }
  .shop__title--area p:nth-of-type(1) {
    background-color: #ff2f29;
    color: #FFF;
    font-weight: bold;
    padding: 4px 8px;
  }
  .shop__title--area p:nth-of-type(2) {
    background-color: #ffff00;
    font-weight: bold;
    margin-left: 5px;
  }
  .shop__title--area p:nth-of-type(2) a {
    color: #1F3641;
    display: block;
    padding: 4px 8px;
  }
  .shop__title--area p:nth-of-type(2) a:hover {
    opacity: .7;
    text-decoration: none;
  }
  .shop__title--area p:nth-of-type(2) a::after {
    content: '\f08e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
  .shop__title--kana {
    margin-top: 10px;
  }
  .shop__title--name {
    margin-top: 5px;
  }
}

@media screen and (max-width: 480px) {
  .shop__title--area {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .shop__title--kana {
    display: none;
  }
  .shop__title--name {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #FFF;
    z-index: 3;
  }
}
/* 問い合わせボタン */
.shop__button {
  text-align: center;
}
@media screen and (min-width: 481px) {
  .shop__info__box .shop__button a {
    padding-left: 38px;
  }
}
@media screen and (max-width: 480px) {
  .shop__button {
    background-color: #fff4d0;
    padding: 16px 10px 18px;
    margin: 16px -10px;
  }
}

@media screen and (min-width: 481px) {
.shop__button a {
  color: #FFF;
  display: block;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
}
.shop__button a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.shop__button i {
  margin-right: 4px;
}
.shop__tel {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}
/* Safariで電話番号が自動でaタグで囲われるため対策 */
/* .shop__tel a { */
/*   color: #000; */
/*   font-family: Arial, Helvetica, sans-serif; */
/*   font-size: 22px; */
/*   font-weight: 700; */
/*   text-align: center; */
/* } */
.shop__button--tel,
.shop__button--line,
.shop__button--form {
  position: relative;
}
.shop__button--tel a,
.shop__button--line a,
.shop__button--form a {
  background-color: #31a41f;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}
.shop__button--form a {
  background-color: #ff6a1a;
}
.shop__button--line a {
  background-color: #06C755;
}
.shop__button--form + .shop__button--line {
  margin-top: 12px;
}
.shop__button--tel + .shop__button--form {
  margin-top: 12px;
}
.shop__button--free-icon {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px 0 0 4px;
  width: 1em;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
}
/* 先週まで */
.xo-event-calendar.this_month table.xo-month > tbody > tr:not(.today_tr ~ tr):not(.today_tr) .dayname td div {
  background-color: #f3f3f3;
}
.xo-event-calendar.this_month table.xo-month > tbody > tr:not(.today_tr ~ tr):not(.today_tr) .dayname td div::after {
  content: none;
}
/* 今週日～前日まで */
.xo-event-calendar.this_month table.xo-month .today_tr .month-dayname td:not(.today_td ~ td):not(.today_td) div {
  background-color: #f3f3f3;
}
.xo-event-calendar.this_month table.xo-month .today_tr .month-dayname td:not(.today_td ~ td):not(.today_td) div::after {
  content: none;
}
/* 休日 */
.xo-event-calendar table.xo-month .month-dayname td div.holiday-lancru-holiday::after {
  content: '休';
  color: #f56f6f;
  font-weight: normal;
}
.xo-event-calendar table.xo-month .month-dayname td div.holiday-hiace-holiday::after {
  content: '休';
  color: #f56f6f;
  font-weight: normal;
}
/* 先週までの休日 */
.xo-event-calendar.this_month table.xo-month > tbody > tr:not(.today_tr ~ tr):not(.today_tr) .dayname td div.holiday-lancru-holiday::after {
  content: none;
}
/* 今日 */
.xo-event-calendar.this_month table.xo-month .month-dayname td div.today {
  color: inherit !important;
  background-color: #fffcd5;
}
@media screen and (max-width: 480px) {
  .shop__calendar {
    margin-top: 16px;
  }
}
/* 店舗情報（ページ上部＆サイドバー） */
@media screen and (min-width: 481px) {
  .shop__info {
    margin-top: 10px;
  }
  .shop__info dt,
  .shop__info dd,
  .shop__info__box dt,
  .shop__info__box dd {
    display: inline;
  }
  .shop__info,
  .shop__info--right {
    display: flex;
    justify-content: space-between;
  }
  .shop__info__item {
    font-size: 14px;
    line-height: 1.8;
    display: flex;
  }
  .shop__info__item dt {
    flex-shrink: 0;
  }
  .shop__info__box {
    border: solid 1px #DCDCDC;
    width: 250px;
  }
  .shop__info__box + .shop__info__box {
    margin-left: 10px;
  }
  .shop__info__box__content {
    padding: 10px;
  }
  .shop__info__box__title {
    background-color: #F3F3F3;
    border-bottom: solid 1px #DCDCDC;
    font-weight: bold;
    font-size: 16px;
    padding: 8px;
  }
  .shop__info__box__num {
    align-items: center;
    display: flex;
    white-space: nowrap;
    margin-bottom: 5px;
  }
  .shop__info__box__num dt {
    color: #fff;
    padding: 3px 5px;
    background-color: #f00;
    font-size: 10px;
    margin-right: 5px;
  }
  .shop__info__box__num dd {
    color: #f00;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }
}

/**
 * フィルタータグ
 */
.filterTag {
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.filterTag::-webkit-scrollbar{
  display: none;
}

/**
 * フィルタータグ内の1要素
 */
.filterTag .filterTag_item {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    color: #1F3641;
    display: block;
    padding: 7px 10px 7px 10px;
    margin: 3px;
    white-space: nowrap;
}
/**
 * フィルタータグ内の1要素(アクティブ時)
 */
.filterTag .filterTag_item.active {
    background-color: #ecf5fc;
    border: 1px solid #0055B8;
}
.filterTag .filterTag_item:hover {
    text-decoration: none;
}