/*--------------------------------
	nav
--------------------------------*/
#menu-btn {
  display: none;
}

/*--------------------------------
	breadcrumbs
--------------------------------*/
main {
  position: relative;
}

.wrap-breadcrumb {
  max-width: calc(100% - 20px);
  position: absolute;
  top: 5px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto;
  white-space: nowrap;
}

.breadcrumb-ellipsis {
  font-family: 'Yu Gothic','YuGothic', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  background: none;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumb-ellipsis a, .breadcrumb-ellipsis li {
  color: #888;
  font-size: 14px;
  font-size: 1.4rem;
}

.breadcrumb-ellipsis a {
  display: inline;
  text-decoration: underline;
}

.breadcrumb-ellipsis a:hover {
  text-decoration: underline;
}

.breadcrumb-ellipsis .breadcrumb-item {
  display: inline;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: none;
}

/*--------------------------------
	pagenation
--------------------------------*/
.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.pagenation li {
  margin: 0 .5%;
  text-align: center;
}

.pagenation li a {
  width: 30px;
  text-align: center;
  background: #fff;
  border: solid 1px #ccc;
  line-height: 3rem;
}

.pagenation .current {
  background: #ccc;
  color: #fff;
  border: solid 1px #ccc;
  width: 30px;
  text-align: center;
  line-height: 3rem;
}

/*--------------------------------
	pager
--------------------------------*/
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-top: solid 1px #ddd;
  padding-bottom: 40px;
}

.pager li {
  padding: 0;
  position: absolute;
  top: 20px;
}

.pager li a {
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Yu Gothic','YuGothic', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  text-decoration: underline;
}

.pager .prev {
  left: 0;
  z-index: 1;
}

.pager .prev a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f053';
  font-weight: 900;
  margin-right: 15px;
}

.pager .next {
  right: 0;
  z-index: 1;
}

.pager .next a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  margin-left: 15px;
}

.pager .back {
  right: 0;
  left: 0;
  margin: 0 auto;
}

.pager .back a {
  display: table;
  margin: 0 auto;
}

/*--------------------------------
	site map
--------------------------------*/
#sub.map ol li {
  border-bottom: solid 1px #ddd;
}

#sub.map ol li a {
  display: inline-block;
  color: #333;
  padding: 15px 20px;
}

#sub.map ol li a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

/*--------------------------------
	privacy
--------------------------------*/
#sub.privacy ul li:not(:first-child) {
  margin-top: 40px;
}

#sub.privacy ul li p {
  margin-top: 15px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pr-100 {
  padding-top: 100px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

a, img {
  -webkit-transition: .4s;
  transition: .4s;
}

a:hover {
  color: inherit;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.auto {
  margin: auto;
}

.inline {
  display: inline-block;
}

.blk {
  display: block;
}

.gothic {
  font-family: 'Quicksand','Yu Gothic','YuGothic','Noto Sans JP', sans-serif;
}

.mincho {
  font-family: 'Noto Serif JP', serif;
}

.maru {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.fw500 {
  font-weight: 500;
}

.po-re {
  position: relative;
}

.po-ab {
  position: absolute;
}

.pre {
  white-space: pre-wrap;
}

.fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fle-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fle-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fle-x-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fle-x-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fle-x-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.fle-x-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fle-x-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fle-x-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.fle-y-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fle-y-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fle-y-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fle-y-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.fle-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*# sourceMappingURL=common.css.map */