/* -------------------------------------------------------------------
catalog top
------------------------------------------------------------------- */

/*-- amchorlink --*/
.anchorlink {
  position: relative;
  margin: 0 auto 50px;
  z-index: 1;
}

.anchorlink ul {
  margin: 0 auto;
  padding: 0;
}

.anchorlink ul li {
  position: relative;
  display: inline-block;
  width: 32%;
  font-size: 0.6rem;
  text-align: center;
}

.anchorlink ul li:first-child::after {
  position: absolute;
  top: 3px;
  right: 0;
  content: "";
  height: 42px;
  border-right: 1px #000 solid;
}

.anchorlink ul li:last-child::before  {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  height: 42px;
  border-right: 1px #000 solid;
}

.anchorlink ul li img {
  display: block;
  margin: 0 auto 13px;
}

.anchorlink ul li a {
  color: #000;
}

@media (min-width: 768px) {

  .anchorlink ul {
    width: 70%;
  }

  .anchorlink ul li:nth-child(1) img {
    width: 30px;
  }

  .anchorlink ul li:nth-child(2) img {
    width: 28px;
  }

  .anchorlink ul li:nth-child(3) img {
    width: 37px;
  }
}

/*-- service --*/
h2.service {
  padding-bottom: 0;
}

.service-pic {
  position: relative;
  min-height: 375px;
  margin-bottom: 25px;
}

#shop-display figure,
#package figure,
#rental figure {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -2.5%;
  width: 100vw;
  min-height: 375px;
  text-align: center;
}

#shop-display figure img,
#package figure img,
#rental figure img {
  width: 100vw;
}

@media (min-width: 480px) {

  #shop-display figure,
  #package figure,
  #rental figure {
    left: 0;
    width: 100%;
  }
  #shop-display figure img,
  #package figure img,
  #rental figure img {
    width: 100%;
  }
}

/*-- catalog-top-index --*/
.catalog-top-index ul.catalog-top-index-list {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}

.catalog-top-index ul.catalog-top-index-list li {
  position: relative;
  width: 45%;
  border-bottom: 1px #C2C7D0 solid;
}

.catalog-top-index ul.catalog-top-index-list li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 18px 45px 12px 0;
  line-height: 1.3;
  word-break: break-all;
}

.catalog-top-index ul.catalog-top-index-list ul.children {
  display: none !important;
}

.catalog-top-index ul.catalog-top-index-list li a:link,
.catalog-top-index ul.catalog-top-index-list li a:hover,
.catalog-top-index ul.catalog-top-index-list li a:visited,
.catalog-top-index ul.catalog-top-index-list li a:active {
  color: #333;
}

.catalog-top-index ul.catalog-top-index-list li::after {
  position: absolute;
  top: 50%;
  right:  0px;
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  margin: auto;
  background-image: url("../../common_red/img/arrow_link_blue.svg");
  background-size: contain;
  background-position: 50% 50%;
}

@media (min-width: 769px) {
  .catalog-top-index ul.catalog-top-index-list {
    margin-left: 40px;
  }

  .catalog-top-index ul.catalog-top-index-list li {
    width: 22%;
  }

  /* ４カラム時のspacebetween対応1 */

  .catalog-top-index ul.catalog-top-index-list::after {
    content: "";
    display: block;
    width: 22%;
    height: 0;
  }

  /* ４カラム時のspacebetween対応2 */
  .catalog-top-index ul.catalog-top-index-list::before {
    content: "";
    display: block;
    width: 22%;
    height: 0;
    order: 1;
  }
}

ul.catalog-top-btnslist {
  width: 300px;
  margin: 50px auto 0;
  padding: 0;
  text-align: center;
}

ul.catalog-top-btnslist li {
  margin-bottom: 20px;
}

@media (min-width: 610px) {
  ul.catalog-top-btnslist {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 610px;
    margin: 50px auto 0;
  }
}

@media (min-width: 769px) {
  ul.catalog-top-btnslist {
    width: 650px;
  }
  ul.catalog-top-btnslist li {
    margin-left: 40px;
  }
}

/* -------------------------------------------------------------------
catalog index
------------------------------------------------------------------- */
header.catalog-index-header {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 3px #C2C7D0 solid;
}

header.catalog-index-header::after {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: "";
  width: 42px;
  height: 3px;
  background-color: #003894;
}

@media (min-width: 769px) {
  header.catalog-index-header::after {
    width: 110px;
  }
}

header.catalog-index-header h1 {
  width: 80%;
}

.catalog-index-header .category-menu {
  overflow: hidden;
  position: absolute;
  top: calc(50% - 23px);
  right: 0;
  width: 46px;
  height: 46px;
  text-indent: 100%;
  outline: 0;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  border-radius: 46px;
  border: none;
  background-color: #000;
  background-image: url(../img/icon_filter.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

header .category-title-shopplan,
header .category-title-package {
  position: relative;
  display: block;
  margin-bottom: 18px;
  padding-left: 30px;
  font-size: 1.25rem;
  color: #333;
}

header .category-title-rental {
  position: relative;
  display: block;
  margin-bottom: 18px;
  padding-left: 40px;
  font-size: 1.25rem;
  color: #333;
}

header .category-title-shopplan::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 30px;
  content: "";
  background-image: url("../../common_red/img/icon_shopdisplay.svg");
  background-repeat: no-repeat;
}

header .category-title-package::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 30px;
  content: "";
  background-image: url("../../common_red/img/icon_package.svg");
  background-repeat: no-repeat;
}

header .category-title-rental::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 30px;
  content: "";
  background-image: url("../../common_red/img/icon_rental.svg");
  background-repeat: no-repeat;
}

/* -------------------------------------------------------------------
catalog index list
------------------------------------------------------------------- */

.content-index-body {
  position: relative;
  height: auto;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .content-index-body {
    min-height: 1000px;
  }
}

.catalog-index-list {
  -ms-display: flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.catalog-index-item {
  width: 100%;
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  .catalog-index-item {
    width: 48%;
  }
}

.catalog-index-item h3 {
  font-size: 1.25rem;
}

.catalog-index-item a:link,
.catalog-index-item a:visited,
.catalog-index-item a:hover,
.catalog-index-item a:active {
  color: #333;
}

.catalog-index-item figure img {
  width: 100%;
  height: auto;
}
.catalog-index-item ul {
  margin-left: 0;
  padding: 0;
}
.catalog-index-item ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
}

.catalog-index-item ul li.item-price {
  color: #003894;
}

.catalog-index-item ul li.item-size::before {
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  width: 17px;
  height: 17px;
  content: "";
  background-image: url(../img/icon_size.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.catalog-index-item ul li.item-lot::before {
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  width: 17px;
  height: 17px;
  content: "";
  background-image: url(../img/icon_lot.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.catalog-index-item ul li.item-price::before {
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  width: 19px;
  height: 19px;
  content: "";
  background-image: url(../img/icon_price.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

/*-- category-list-menu --*/
.category-list-menu-content {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

@media (max-width: 991px) {
  .category-list-menu-content {
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2000;
  }
}

.category-list-menu-content header {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.category-list-menu-content .category-menu-title {
  font-size: 1.4rem;
  line-height: 70px;
}


.category-list-menu-nav {
  width: 100%;
}

.category-list-menu-close {
  position: absolute;
  right: -15px;
  top: 0;
  width: 55px;
  height: 70px;
  border: none;
  outline: 0;
  background-color: #000;
}

.category-list-menu-close:focus {
  outline: none;
}

.btn-inquiry-icon {
  width: 30px;
  height: 70px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
  cursor: pointer;
  -webkit-tap-highlight-color:rgba(255,255,255,0);
}

/*-- category-link --*/
.category-link {
  position: relative;
  margin: 0 auto 30px;
  z-index: 1;
}

.category-link ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.category-link ul li {
  position: relative;
  display: inline-block;
  width: 32%;
  min-height: 50px;
  font-size: 0.6rem;
  text-align: center;
  cursor: pointer;
}

.category-link ul li.selected {
  width: 32%;
  color: #003894;
}

.category-link ul li.selected::before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 35px);
  content: "";
  font-size: 0;
  line-height: 0;
  width: 70px;
  height: 3px;
  background-color: #003894;
}

.category-link ul li .icon-shop-display {
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  background: url("../../common_red/img/icon_shopdisplay.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.category-link ul li.selected .icon-shop-display {
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  background: url("../../common_red/img/icon_shopdisplay_s.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.category-link ul li .icon-package {
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  background: url("../../common_red/img/icon_package.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.category-link ul li.selected .icon-package {
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  background: url("../../common_red/img/icon_package_s.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.category-link ul li .icon-rental {
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  background: url("../../common_red/img/icon_rental.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.category-link ul li.selected .icon-rental {
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  background: url("../../common_red/img/icon_rental_s.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.category-link ul li:first-child::after {
  position: absolute;
  top: 3px;
  right: 0;
  content: "";
  height: 42px;
  border-right: 1px #000 solid;
}

.category-link ul li:last-child::after  {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  height: 42px;
  border-right: 1px #000 solid;
}

.category-link ul li img {
  display: block;
  margin: 0 auto 13px;
}

.category-link ul li a {
  color: #000;
}

/*
@media (min-width: 768px) {

  .category-link ul {
    width: 70%;
  }

  .category-link ul li:nth-child(1) img {
    width: 25px;
  }

  .category-link ul li:nth-child(2) img {
    width: 25px;
  }

  .category-link ul li:nth-child(3) img {
    width: 32px;
  }
}*/

/*-- pagenation --*/
nav.prev-next-nav {
  width: 100%;
  margin-bottom: 50px;
}

nav.prev-next-nav ul {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-left: 0;
}

nav.prev-next-nav .disable {
  opacity: 0.5;
}

.pagenation-area {
  margin-bottom: 30px;
}

.pagenation-area-bottom {
  margin-bottom: 50px;
}

nav.pagenation-nav {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

nav.pagenation-nav ol {
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
  padding-left: 0;
  list-style-type: none;
}

nav.pagenation-nav ol li {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 34px;
}

nav.pagenation-nav ol li.selected {
  color: #fff;
  background-color: #003894;
}

nav.pagenation-nav ol li a {
  display: block;
}

nav.pagenation-nav ol li a:link,
nav.pagenation-nav ol li a:visited,
nav.pagenation-nav ol li a:hover,
nav.pagenation-nav ol li a:active {
  color: #333;
}

nav.pagenation-nav ol li.selected a:link,
nav.pagenation-nav ol li.selected a:visited,
nav.pagenation-nav ol li.selected a:hover,
nav.pagenation-nav ol li.selected a:active {
  color: #fff;
}

nav.pagenation-nav button {
  width: 85px;
  height: 35px;
  line-height: 32px;
}

nav.pagenation-nav button.btn-arrow {
  padding-right: 25px;
}

nav.pagenation-nav button.btn-arrow-reverse {
  padding-left: 25px;
}

nav.pagenation-nav button.btn-arrow:after {
  right: 10px;
}

nav.pagenation-nav button.btn-arrow-reverse::after {
  left: 10px;
}

/*-- pagenation WP用 --*/
nav.prev-next-nav {
  width: 100%;
  margin-bottom: 50px;
}

nav.prev-next-nav ul {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-left: 0;
}

nav.prev-next-nav .disable {
  opacity: 0.5;
}

.pagenation-area {
  margin-bottom: 30px;
}

.pagenation-area-bottom {
  margin-bottom: 50px;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.wp-pagenavi ol {
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
  padding-left: 0;
  list-style-type: none;
}

a.larger,
a.smaller {
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 34px;
}

.wp-pagenavi span.current {
  display: block;
  width: 34px;
  height: 34px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  border-radius: 34px;
  background-color: #003894;
}

.wp-pagenavi a.larger:link,
.wp-pagenavi a.larger:visited,
.wp-pagenavi a.larger:hover,
.wp-pagenavi a.larger:active {
  color: #333;
}

.wp-pagenavi a.smaller:link,
.wp-pagenavi a.smaller:visited,
.wp-pagenavi a.smaller:hover,
.wp-pagenavi a.smaller:active {
  color: #333;
}



a.previouspostslink,
a.nextpostslink {
  position: relative;
  display: block;
  width: 85px;
  height: 35px;
  color: #333;
  line-height: 32px;
  border-radius: 30px;
  border: 1px #333 solid;
}

a.previouspostslink {
  margin-right: 20px;
  padding-left: 35px;
}

a.nextpostslink {
  margin-left: 20px;
  padding-left: 15px;
}

a.previouspostslink:hover,
a.nextpostslink:hover {
  color: #333;
  opacity: 0.8;
  text-decoration: none;
}

.previouspostslink::after {
  position: absolute;
  top: calc(50% - 5px);
  left: 10px;
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background-image: url("../../common_red/img/arrow_link_reverse_blk.svg");
  background-size: contain;
  background-position: 50% 50%;
  transition: 0.3s cubic-bezier(0, 0.585, 0.385, 1);
  opacity: 1;
}

.nextpostslink::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background-image: url("../../common_red/img/arrow_link_blk.svg");
  background-size: contain;
  background-position: 50% 50%;
  transition: 0.3s cubic-bezier(0, 0.585, 0.385, 1);
  opacity: 1;
}

@media (max-width: 576px) {
  a.larger,
  a.smaller,
  .wp-pagenavi span.current {
    display: none;
  }

  a.previouspostslink,
  a.nextpostslink {
    width: 47%;
    height: 45px;
    margin: 0;
    padding: 0;
    line-height: 45px;
    text-align: center;
  }

  a.previouspostslink {
    margin-right: 6%;
  }
}

/*-- category-list-menu --*/
.category-list-menu {
  position: relative;
}
.category-list-menu div {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  display: none;
  transition: .3s;
}

.category-list-menu div.show {
  display: block;
  opacity: 1;
}

.category-list-menu ul {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .category-list-menu ul {
    width: 90%;
    margin: 0 auto;
  }
}

.category-list-menu ul li {
  position: relative;
  width: 45%;
  border-bottom: 1px #C2C7D0 solid;
}

.category-list-menu ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 18px 45px 12px 0;
}

.category-list-menu .children {
  display: none;
}

.category-list-menu ul li a:link,
.category-list-menu ul li a:hover,
.category-list-menu ul li a:visited,
.category-list-menu ul li a:active {
  color: #333;
}

.category-list-menu ul li::after {
  position: absolute;
  top: 50%;
  right:  0px;
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  margin: auto;
  background-image: url("../../common_red/img/arrow_link_blue.svg");
  background-size: contain;
  background-position: 50% 50%;
}

/* -------------------------------------------------------------------
catalog detail
------------------------------------------------------------------- */
body.single-catalog #inquiry-area {
  display: none;
}

.category-detail-title {
  display: block;
  line-height: 1;
  margin-bottom: 18px;
}

.catalog-detail-item {
  width: 100%;
}
.catalog-detail-pct {
  width: 100%;
  margin-bottom: 17px;
}

.catalog-detail-pct img {
  width: 100%;
  height: auto;
}

.catalog-detail-item-info {
  width: 100%;
}

.catalog-detail-item-info ul {
  width: 100%;
  margin-left: 0;
  padding: 0;
}

.catalog-detail-item-info ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
}

.catalog-detail-item-info ul li.item-price {
  color: #003894;
}

.catalog-detail-item-info ul li.item-size::before {
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  width: 17px;
  height: 17px;
  content: "";
  background-image: url(../img/icon_size.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.catalog-detail-item-info ul li.item-lot::before {
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  width: 17px;
  height: 17px;
  content: "";
  background-image: url(../img/icon_lot.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.catalog-detail-item-info ul li.item-price::before {
  position: absolute;
  top: calc(50% - 10px);
  left: -1px;
  width: 19px;
  height: 19px;
  content: "";
  background-image: url(../img/icon_price.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.catalog-detail-explain {
  margin-bottom: 35px;
}

.catalog-detail-explain p {
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.catalog-detail-order {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.catalog-detail-order dl {
  margin-bottom: 30px;
  padding-left: 0;
}

.catalog-detail-order dl dt {
  line-height: 1;
  font-size: 1.25rem;
  margin-bottom: 25px;
}

.catalog-detail-order p.notes {
  width: 300px;
  margin: 15px auto 0;
}

@media (min-width: 991px) {
  .catalog-detail-order {
    width: 210px;
  }

  .catalog-detail-order dl a.btn {
    width: 210px;
  }

  .catalog-detail-order .btn-inquiry::before {
    left: 13px;
  }

  .catalog-detail-order .btn-call::before {
    left: 20px;
  }

  .catalog-detail-order .btn-black {
    padding-right: 10px;
  }

  .catalog-detail-order p.notes {
    width: 210px;
  }

}

@media (min-width: 1200px) {
  .catalog-detail-order {
    width: 300px;
  }

  .catalog-detail-order dl a.btn {
    width: 300px;
  }

  .catalog-detail-order p.notes {
    width: 300px;
  }
}

.similar-products {
  margin-bottom: 50px;
}

.similar-products h2.text-only {
  line-height: 1;
  margin-bottom: 35px;
}

.similar-products-slider-area {
  position: relative;
  width: 100%;
}

.similar-products-slider-area .similar-products-slider {
  position: relative;
  width: 100%;
}

.similar-products-slider-area ul.slick-dots {
  position: absolute;
  bottom: 0px;
  left: 48%;
  width: auto;
  margin: 0;
  padding: 0;
}

.catalog-detail-back-to-index {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}
