@charset "UTF-8";

body {
  font-size: 16px;
  line-height: 1.75;
  font-feature-settings: "palt";
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: inherit;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/* 白矢印 */
span.arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background: #000;
  width: 70px;
  height: 70px;
  padding: 20px 0;
  text-align: center;
}

.arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -9px;
  right: 30%;
  margin: auto;
  width: 11px;
  height: 10px;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
}
@media screen and (max-width: 768px) {
  .arrow::before {
    width: 10px;
  }
}

.arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  bottom: 0;
  right: 28%;
  margin: auto;
  width: 30px;
  height: 10px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .arrow::after {
    width: 21px;
  }
}

/* 黒矢印 */
span.black.arrow {
  background: none;
}

.black.arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  bottom: 0;
  right: 28%;
  margin: auto;
  width: 30px;
  height: 10px;
  border-bottom: 1px solid #000;
}

.black.arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -9px;
  right: 30%;
  margin: auto;
  width: 11px;
  height: 10px;
  border-top: 1px solid #000;
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
}

input, select {
  vertical-align: middle;
  margin: 3px 3px 5px 3px;
}


h1.title {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  letter-spacing: .15em;
  text-indent: 0.15em;
}

@media screen and (max-width: 768px) {
  h1.title {
    font-size: 15px;
  }
}

h1.title span {
  display: block;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 48px;
  letter-spacing: .05em;
  text-indent: 0.05em;
}

@media screen and (max-width: 768px) {
  h1.title span {
    font-size: 29px;
  }
}

.m-breadcrumb {
  margin: 0 auto 40px;
}

.big_h {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .big_h {
    font-size: 24px;
    line-height: 1.5;
  }
}


/*  フッター ++++++++++++++++++++ */
footer {
  width: 100%;
  padding: 70px 20px;
  background: #1a1311;
  clear: both;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 40px 15px 60px;
  }
}

footer .footer_read {
  margin-bottom: 40px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .footer_read {
    margin-bottom: 30px;
    font-size: 15px;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
  }
}

footer .footer_contact {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 45px;
}

@media screen and (max-width: 768px) {
  footer .footer_contact {
    display: block;
    margin: 0 auto 60px;
  }
}

footer .footer_contact li {
  -webkit-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  width: 49%;
  max-width: 49%;
  height: 110px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
  background: #fff;
}

@media screen and (max-width: 768px) {
  footer .footer_contact li {
    width: 100%;
    max-width: 100%;
    height: 70px;
  }
}

footer .footer_contact li:nth-child(1) a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 70px;
  color: inherit;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 768px) {
  footer .footer_contact li:nth-child(1) {
    margin-bottom: 20px;
  }

  footer .footer_contact li:nth-child(1) a {
    height: 70px;
    font-size: 15px;
  }

  footer .footer_contact li:nth-child(1) a span {
    height: 70px;
  }
}

footer .footer_contact li:nth-child(2) {
  font-size: 32px;
  background: #575757;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .footer_contact li:nth-child(2) {
    font-size: 24px;
  }
}

footer .footer_contact li:nth-child(2) span.raleway {
  font-weight: bold;
}

footer .footer_contact li:nth-child(2) .footer_days {
  margin-left: 0.5em;
  font-size: 14px;
  font-weight: normal;
}

footer .footer_bottom {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  footer .footer_bottom {
    display: block;
    font-size: 14px;
    text-align: center;
  }
}

footer .footer_bottom p {
  padding-left: 20px;
}

footer .footer_bottom p:first-child {
  border-left: 1px solid #707070;
}

footer .footer_bottom p:not(:last-child) {
  border-right: 1px solid #707070;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  footer .footer_bottom p:not(:last-child) {
    display: inline-block;
    padding: 0 20px;
    margin: 0 0 20px;
  }

  footer .footer_bottom p:last-child {
    padding-left: 0;
    font-size: 12px;
    text-align: center;
  }
}

footer .footer_bottom p a {
  color: #fff;
}

footer .bnr_area {
  text-align: center;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 65px;
}

@media screen and (max-width: 768px) {
  footer .bnr_area {
    max-width: 100%;
    flex-direction: column;
    margin: 0 auto 40px;
  }
}

footer .bnr_area a {
  display: inline-block;
  max-width: 310px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  footer .bnr_area a {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

/* ▼ ページ上部へ戻る */
.pagetop {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 2000;
  cursor: pointer;
  width: 180px;
  height: 70px;
  padding: 25px 20px;
  background: #f2f2f2;
  font-family: "Reem Kufi", "Noto Sans JP", sans-serif;
  font-size: 14px;
  margin: 0;
}

.pagetop span {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background: #000;
  width: 70px;
  height: 70px;
  padding: 20px 0;
  text-align: center;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 0;
    left: 0;
    right: auto;
    width: 150px;
    height: 50px;
    padding: 15px;
  }

  span.arrow {
    width: 50px;
    height: 50px;
    padding: 10px 12px;
  }

  .pagetop .arrow::before {
    bottom: -5px;
  }

  .pagetop .arrow::after {
    top: -8px;
  }
}