/*========================================
mixin
==========================================*/
/*========================================
common-sp
==========================================*/
body {
  min-width: 375px;
}

.pc {
  display: none;
}

.cmn-wrapper {
  width: calc(100% - 25px);
  margin: 0 auto;
  padding: 50px 0;
}

.cmn-table {
  width: 100%;
}
.cmn-table tr th {
  display: block;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  background-color: #b9aa87;
}
.cmn-table tr td {
  display: block;
  line-height: 1.6;
  color: color(main);
  padding: 20px;
  background-color: #fff;
}
.cmn-table tr:not(:last-child) th {
  border-bottom: 1px solid #b6b6b6;
}
.cmn-table tr:not(:last-child) td {
  border-bottom: 1px solid #b6b6b6;
}

.c-nav-btn {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-color: #000;
  border: none;
  z-index: 9999;
}
.c-nav-btn span {
  width: 32px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
}
.c-nav-btn span:nth-child(1) {
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.c-nav-btn span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-nav-btn span:nth-child(3) {
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.c-nav-btn.active {
  transform: translateX(0) translateY(-50%);
}
.c-nav-btn.active span {
  position: absolute;
}
.c-nav-btn.active span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-nav-btn.active span:nth-child(2) {
  opacity: 0;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}
.c-nav-btn.active span:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.breadcrumbs {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.breadcrumbs::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  max-width: 812px;
  width: 40%;
  height: 100%;
  background: center/500px 500px repeat url(../images/top/news-pattern.png);
  z-index: -1;
}
.breadcrumbs .bread-list {
  justify-content: flex-start;
  align-items: flex-start;
}
.breadcrumbs .bread-list-item {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.breadcrumbs .bread-list-item:not(:last-child) {
  padding: 0 22px 0 0;
}
.breadcrumbs .bread-list-item:not(:last-child)::after {
  content: "";
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  right: 10px;
  color: #191919;
  margin: auto;
  border-top: 1px solid;
  border-right: 1px solid;
}
.breadcrumbs .bread-list-item:last-child {
  flex: 1;
}
.breadcrumbs .bread-list-item a {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pagenation {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagenation li {
  font-size: 1.5rem;
  font-weight: 700;
}
.pagenation li span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #b9aa87;
  border: 2px solid #dedede;
}
.pagenation li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222 !important;
  background-color: #fff;
  border: 2px solid #dedede;
}
.pagenation li a:hover {
  color: #fff !important;
  background-color: #b9aa87;
}
.pagenation li a.right {
  padding-left: 7px;
}
.pagenation li a.left {
  transform: rotate(180deg);
  padding-left: 7px;
}
.pagenation li:not(:last-child) {
  margin-right: 15px;
}

.cmn-btn {
  display: block;
  max-width: 320px;
  width: 100%;
  height: 65px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cmn-btn::before {
  position: absolute;
  content: "";
  top: 5px;
  right: -5px;
  width: 100%;
  height: 100%;
  border: 1px solid #b9aa87;
  z-index: -10;
  transition: all 0.4s;
}
.cmn-btn-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  letter-spacing: 0.15em;
  background-color: #191919;
  position: relative;
}
.cmn-btn-wrap::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 16px;
  height: 17px;
  background: center/cover no-repeat url(../images/common/cmn-btn-deco.png);
}
.cmn-btn:hover {
  transform: translate(3px, 3px);
}
.cmn-btn:hover::before {
  top: 2px;
  right: -2px;
  opacity: 0;
}

.cmn-title {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
.cmn-title-en {
  position: absolute;
  top: 20px;
  right: -15px;
  font-family: "Allura", cursive;
  line-height: 1;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #b9aa87;
}

/*========================================
section
==========================================*//*# sourceMappingURL=common-sp.css.map */