@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "NotoSerifCJKjp-ExtraLight";
  src: url("../fonts/NotoSerifCJKjp-ExtraLight.otf");
}
@font-face {
  font-family: "NotoSerifCJKjp-Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.otf");
}
@font-face {
  font-family: "NotoSerifCJKjp-Medium";
  src: url("../fonts/NotoSerifCJKjp-Medium.otf");
}
@font-face {
  font-family: "NotoSerifCJKjp-SemiBold";
  src: url("../fonts/NotoSerifCJKjp-SemiBold.otf");
}
@font-face {
  font-family: "NotoSerifCJKjp-Bold";
  src: url("../fonts/NotoSerifCJKjp-Bold.otf");
}
@font-face {
  font-family: "ShipporiMincho-Medium";
  src: url("../fonts/ShipporiMincho-Medium.ttf");
}
@font-face {
  font-family: "ShipporiMincho-SemiBold";
  src: url("../fonts/ShipporiMincho-SemiBold.ttf");
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "NotoSerifCJKjp-ExtraLight";
  src: url("../fonts/NotoSerifCJKjp-ExtraLight.otf");
}
@font-face {
  font-family: "NotoSerifCJKjp-Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.otf");
}
@font-face {
  font-family: "NotoSerifCJKjp-Medium";
  src: url("../fonts/NotoSerifCJKjp-Medium.otf");
}
@font-face {
  font-family: "NotoSerifCJKjp-SemiBold";
  src: url("../fonts/NotoSerifCJKjp-SemiBold.otf");
}
@font-face {
  font-family: "NotoSerifCJKjp-Bold";
  src: url("../fonts/NotoSerifCJKjp-Bold.otf");
}
@font-face {
  font-family: "ShipporiMincho-Medium";
  src: url("../fonts/ShipporiMincho-Medium.ttf");
}
@font-face {
  font-family: "ShipporiMincho-SemiBold";
  src: url("../fonts/ShipporiMincho-SemiBold.ttf");
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1280px;
  margin: auto;
  color: #2f2f2f;
  font-family: "NotoSerifCJKjp-Regular", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

/* safariの自動CSSを打ち消す */
* {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

a[href^=fax] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

.com-inner,
.bread-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.sec-inner-md {
  width: 1280px;
}

.sp-only, .xs-only {
  display: none !important;
}

/*==================================================
お問い合わせフォーム
================================================== */
.contact-form-table {
  width: 100%;
  margin: 70px auto 0 !important;
  border: 1px solid #f4ede4;
  background: #fff;
}
.contact-form-table tr:nth-of-type(n+2) {
  border-top: 1px solid #fff;
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 18px;
  font-family: "NotoSerifCJKjp-Regular", serif;
  font-size: 1.6rem;
  color: #2f2f2f;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 1.5rem;
  }
}
.contact-form-table th {
  width: 330px;
  background: #f4ede4;
  color: #2f2f2f;
}
.contact-form-table a {
  color: #2f2f2f;
  text-decoration: underline;
}
.contact-form-table textarea {
  resize: none;
}
.contact-form-table select, .contact-form-table textarea, .contact-form-table input[type=tel], .contact-form-table input[type=text], .contact-form-table input[type=email], .contact-form-table input[type=url] {
  background: #f0f0f0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form-table .required-mark {
  background: rgba(231, 76, 60, 0.8);
  font-family: "NotoSerifCJKjp-Regular", serif;
}
@media screen and (max-width: 767px) {
  .contact-form-table {
    margin-top: 30px !important;
  }
  .contact-form-table th, .contact-form-table td {
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact-form-table label[for=agree] {
    margin: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.contact-form-table .date-list {
  padding-left: 0;
}

.error-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .error-text {
    font-size: 1.5rem;
  }
}

.privacy-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 334px;
  margin: auto;
  -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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.privacy-wrap .error-text {
  font-size: 14px;
  font-size: 1.4rem;
}
.privacy-wrap a {
  color: #2f2f2f;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .privacy-wrap .inline-privacy-policy-txt, .privacy-wrap a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

input[type=radio] + label, input[type=checkbox] + label {
  color: #000;
}

/* =========================================
  タグテンプレート
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #2f2f2f;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "NotoSerifCJKjp-Regular", serif;
  border: non6;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #2f2f2f;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #2f2f2f;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "NotoSerifCJKjp-Regular", serif;
  color: #006;
}

/*	parts  PC
------------------------------------ */
a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.com-txt,
#privacy .txt-box {
  color: #2f2f2f;
  font-family: "NotoSerifCJKjp-Regular", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .com-txt,
  #privacy .txt-box {
    font-size: 1.5rem;
  }
}

.ofj {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*	com-btn  PC
------------------------------------ */
.com-btn {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 90px;
  margin: auto;
  background-color: #1e2e56;
  text-align: center;
  font-family: "NotoSerifCJKjp-Regular", serif;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-btn {
    font-size: 1.5rem;
  }
}
.com-btn::before {
  content: "";
  display: block;
  width: 24px;
  height: 11px;
  margin: auto;
  background: url(../img/top/com-btn-arw.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .com-btn:hover {
    background-color: #a62424;
    opacity: 1;
  }
  .com-btn:hover::before {
    right: 30px;
  }
}

#contact .contact-submits-btn {
  /*必須*/
  margin: auto;
  padding: 0;
  border: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*追加*/
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin: auto;
  background-color: #1e2e56;
  text-align: center;
  font-family: "NotoSerifCJKjp-Regular", serif;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contact .contact-submits-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #contact .contact-submits-btn:hover {
    background-color: #a62424;
    opacity: 1;
  }
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  border: 1px solid #d1b99a;
}
.com-table tr:nth-of-type(n+2) {
  border-top: 1px solid #d1b99a;
}
.com-table th, .com-table td {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #2f2f2f;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .com-table th, .com-table td {
    font-size: 1.5rem;
  }
}
.com-table th {
  width: 300px;
  padding: 26px 0 26px 110px;
  background: #f0e7d9;
  font-family: "NotoSerifCJKjp-SemiBold", serif;
}
.com-table td {
  padding: 17px 75px;
  font-family: "NotoSerifCJKjp-Regular", serif;
  white-space: pre-line;
}
.com-table-note {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .com-table-note {
    margin-left: 17px;
  }
}
.com-table-note img {
  vertical-align: middle;
}
.com-table a {
  color: #2f2f2f;
}

/*	heading  PC
------------------------------------ */
.com-ttl01 {
  text-align: center;
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #2f2f2f;
}
@media screen and (max-width: 767px) {
  .com-ttl01 {
    font-size: 2.6666666667rem;
  }
}
.com-ttl01::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  margin: 26px auto 0;
  background: #e0c9a5;
}
.com-ttl02 {
  padding-left: 20px;
  border: 1px solid #1e2e56;
  border-left: 10px solid #1e2e56;
  background-color: #fff;
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #1e2e56;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 2rem;
  }
}
.com-ttl03 {
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #1e2e56;
}
@media screen and (max-width: 767px) {
  .com-ttl03 {
    font-size: 2rem;
  }
}

/*	sidebar  PC
------------------------------------ */
.sidebar {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.sidebar-pagetop {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/top/side-arw.png) no-repeat center #2f2f2f;
}
@media screen and (min-width: 768px) {
  .sidebar-pagetop:hover {
    background-color: #a62424;
    opacity: 1;
  }
}

/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  background-color: #dcbf9a;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding-right: 20px;
  margin: auto;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li:nth-of-type(3) {
  display: inline;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li, .breadcrumb a {
  color: #2f2f2f;
  font-family: "NotoSerifCJKjp-Regular", serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.breadcrumb li {
  color: #2f2f2f;
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 15px;
  color: #2f2f2f;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  -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;
}
.pagenation li {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #fff;
  border: 1px solid #1e2e56;
  font-family: "NotoSerifCJKjp-Regular", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #2f2f2f;
  line-height: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 1.5rem;
  }
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 10px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #2f2f2f;
}
.pagenation .current {
  background: #1e2e56;
  color: #fff;
  pointer-events: none;
}
.pagenation .next-li, .pagenation .back-li {
  background: none;
  border: none;
}
.pagenation .back-arrow, .pagenation .next-arrow {
  display: block;
  height: 100%;
}
.pagenation-arrow {
  width: 100%;
  height: 100%;
}
.pagenation-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pagenation-arrow.next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #1e2e56;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pagenation-arrow.back {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 15px 7.5px 0;
  border-color: transparent #1e2e56 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  max-width: 360px;
  margin: 50px auto 0;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.data-nav a:hover {
  opacity: 0.7;
}
.data-nav .next a, .data-nav .back a {
  background: none !important;
}

.to-works-btn {
  width: 100%;
  max-width: 120px;
  background: #1e2e56;
  text-align: center;
  font-size: 1.8rem;
  font-family: "NotoSerifCJKjp-Regular", serif;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .to-works-btn {
    font-size: 1.5rem;
  }
}

.arrow-btn {
  width: 50px;
  position: absolute;
  bottom: 0;
}
.arrow-btn::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: auto;
  color: #fff;
  font-size: 1.8rem;
  background: #1e2e56;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .arrow-btn::before {
    font-size: 1.5rem;
  }
}

.back-btn {
  left: 0;
}
.back-btn::before {
  content: "←";
}

.next-btn {
  right: 0;
}
.next-btn::before {
  content: "→";
}

/*	ggmap  PC
------------------------------------ */
.ggmap {
  width: 100%;
  height: 0;
  margin: 75px auto 0;
  padding-top: 400px;
  position: relative;
}

.ggmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

/* =========================================
  header  PC
========================================= */
/*	mv  PC
------------------------------------ */
.mv {
  height: 0;
  padding-top: 47.9%;
  background: url(../img/top/mv.jpg) no-repeat center/cover;
  position: relative;
}
.mv-catch {
  margin: auto;
  text-align: center;
  font-family: "NotoSerifCJKjp-Regular", serif;
  font-size: clamp(3rem, 2.1vw, 4rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
}
.mv-catch-sm {
  font-size: 1.8rem;
  font-family: "NotoSerifCJKjp-ExtraLight", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .mv-catch-sm {
    font-size: 1.5rem;
  }
}

/*	headline  PC
------------------------------------ */
.headline {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .headline {
    padding: 38px 40px 0 0;
  }
}
.headline-btn {
  margin-left: 48px;
}

.logo {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.logo:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .logo {
    width: 24.2%;
    margin: auto;
    position: absolute;
    top: 27.9%;
    left: 0;
    right: 0;
    z-index: 100;
  }
}
.logo a, .logo img {
  display: block;
}
.logo img {
  width: 100%;
}

/*	gnav  PC
------------------------------------ */
.gnav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gnav-list-item {
  line-height: 1;
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 30px;
}
.gnav-list-link {
  font-family: "NotoSerifCJKjp-Regular", serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gnav-list-link {
    font-size: 1.5rem;
  }
}
.gnav-list-link::after {
  content: "";
  width: 100%;
  height: 1px;
  margin: auto;
  background: #fff;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gnav-list-link:hover {
  opacity: 1;
}
.gnav-list-link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.gnav-list-link-current::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (min-width: 768px) {
  .gnav-list-link:hover {
    opacity: 1;
  }
}

/* =========================================
  footer  PC
========================================= */
#footer .foo-inner {
  padding: 47px 0 0;
}
#footer .foo-flx {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #footer .foo-flx-l, #footer .foo-flx-c, #footer .foo-flx-r {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  #footer .foo-flx-c {
    width: 100%;
    max-width: 500px;
  }
}
#footer .foo-flx-r {
  margin-left: 81px;
}
#footer .foo-flx-r a:nth-of-type(n+2) {
  margin-top: 24px;
}
#footer .foo-txt {
  font-family: "NotoSerifCJKjp-Regular", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #2f2f2f;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #footer .foo-txt {
    font-size: 1.5rem;
  }
}
#footer .foo-tel {
  margin-top: 20px;
}
#footer .foo-tel-link {
  padding-left: 33px;
  background: url(../img/top/f-tel.png) no-repeat 6px center;
  font-family: "ShipporiMincho-Medium", serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #2f2f2f;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #footer .foo-tel-link {
    font-size: 1.6rem;
  }
}
#footer .foo-tel-note {
  line-height: 1;
}
#footer .foo-dl {
  margin-top: 10px;
}
#footer .foo-dl dt {
  width: 84px;
  height: 26px;
  border: 1px solid #1e2e56;
  text-align: center;
  font-family: "NotoSerifCJKjp-Regular", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #2f2f2f;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  #footer .foo-dl dt {
    font-size: 1.5rem;
  }
}
#footer .foo-dl dd {
  margin-left: 10px;
  font-family: "NotoSerifCJKjp-Regular", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #2f2f2f;
}
@media screen and (max-width: 767px) {
  #footer .foo-dl dd {
    font-size: 1.5rem;
  }
}
#footer .foo-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
#footer .foo-sns-item:nth-of-type(n+2) {
  margin-left: 21px;
}
#footer .foo-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 228px;
  height: 60px;
  background: #1e2e56;
  font-family: "NotoSerifCJKjp-Regular", serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #fff;
  -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;
}
@media screen and (max-width: 767px) {
  #footer .foo-btn {
    font-size: 1.5rem;
  }
}
#footer .foo-btn::before {
  content: "";
  display: block;
  margin-right: 10px;
}
#footer .foo-btn-web::before {
  width: 17px;
  height: 17px;
  background: url(../img/top/f-web.png) no-repeat center/contain;
}
#footer .foo-btn-mail::before {
  width: 19px;
  height: 15px;
  background: url(../img/top/f-mail.png) no-repeat center/contain;
}

.fnav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 225px;
  margin-left: 79px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .fnav-list-item:not(:nth-of-type(5n-4)) {
    margin-top: 36px;
  }
  .fnav-list-item:nth-of-type(n+6) {
    margin-left: 95px;
  }
}
.fnav-list-link {
  font-family: "NotoSerifCJKjp-Regular", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #2f2f2f;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .fnav-list-link {
    font-size: 1.5rem;
  }
}
.fnav-list-link-current {
  color: #a62424;
}

.copy {
  margin: 67px auto 0;
  padding: 43px 0 40px;
  border-top: 1px solid #2f2f2f;
  text-align: center;
}
.copy-txt, .copy-link {
  color: #2f2f2f;
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

/* =========================================

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sub .logo {
  width: auto;
  margin: 0;
  top: 20px;
  left: 42px;
  right: auto;
}
.sub-catch {
  margin: auto;
  text-align: center;
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 234px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sub-catch {
    font-size: 2.6666666667rem;
  }
}
.sub .mv {
  height: 450px;
  padding: 0;
}
.sub .mv-about {
  background: url(../img/sub/about.jpg) no-repeat center top/cover;
}
.sub .mv-price {
  background: url(../img/sub/price.jpg) no-repeat center top/cover;
}
.sub .mv-voice {
  background: url(../img/sub/voice.jpg) no-repeat center top/cover;
}
.sub .mv-information {
  background: url(../img/sub/information.jpg) no-repeat center top/cover;
}
.sub .mv-news {
  background: url(../img/sub/news.jpg) no-repeat center top/cover;
}
.sub .mv-contact {
  background: url(../img/sub/contact.jpg) no-repeat center top/cover;
}
.sub .mv-complete {
  background: url(../img/sub/complete.jpg) no-repeat center top/cover;
}
.sub .mv-site {
  background: url(../img/sub/site.jpg) no-repeat center top/cover;
}
.sub .mv-privacy {
  background: url(../img/sub/privacy.jpg) no-repeat center top/cover;
}
.sub .mv-e404 {
  background: url(../img/sub/e404.jpg) no-repeat center top/cover;
}

/*	news  PCSP
------------------------------------ */
#news .com-box {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  #news .com-box {
    padding: 3%;
  }
}
#news .news-post-r {
  width: 100%;
}
#news .news-post-r-sm {
  max-width: 755px;
}
@media screen and (min-width: 768px) {
  #news .news-post-img {
    width: 200px;
    height: 150px;
  }
  #news .news-post-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  #news .news-post-img {
    width: 25%;
  }
  #news .news-post-r-sm {
    width: 68%;
  }
}
#news .detail h3 {
  line-height: 1.66;
}
#news .detail .news-post-txt {
  margin: 10px auto 0;
}
#news .detail .news-post-flx {
  margin: 15px auto 0;
  padding-top: 15px;
  border-top: 1px solid rgba(47, 47, 47, 0.5);
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #news .detail .news-post-flx {
    margin: 10px auto 0;
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

/*	contact  PC
------------------------------------ */
#contact .contact-txt {
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .contact-txt {
    margin-top: 20px;
  }
}
#contact .complete-box {
  margin: 30px auto 0;
  text-align: center;
}
#contact .complete-link {
  margin: 30px auto 0;
  color: inherit;
  text-decoration: underline;
}

/*	privacy  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #privacy .sec-inner {
    padding: 110px 0 130px;
  }
}
#privacy .privacy-box {
  max-width: 1080px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box {
    margin-top: 20px;
  }
}
#privacy .privacy-box p {
  margin: 10px auto 0;
}
#privacy .privacy-box ul {
  padding-left: 20px;
}
#privacy .privacy-box li {
  list-style: disc;
}
#privacy .ttl05 {
  background-color: #f4ede4;
  color: #fff;
  padding: 10px 15px;
  line-height: 1.6;
}

/*	site  PCSP
------------------------------------ */
@media screen and (max-width: 767px) {
  #site .com-bg-sub {
    background-size: auto;
  }
}
@media screen and (min-width: 768px) {
  #site .sec-inner {
    padding: 110px 0 130px;
  }
}
#site .site-box {
  margin: 30px auto 0;
}
#site .site-ul {
  width: 100%;
  max-width: 880px;
  margin: auto;
}
#site .site-li:nth-of-type(n+2) {
  border-top: 1px solid rgba(47, 47, 47, 0.5);
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #2f2f2f;
  font-family: "NotoSerifCJKjp-Regular", serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #site .site-link {
    padding: 12px 25px;
  }
}
#site .site-link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #2f2f2f;
  border-right: 1px solid #2f2f2f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #site .site-link:hover::before {
    left: 10px;
  }
}

/*	e404  PCSP
------------------------------------ */
#e404 .sec-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2f2f2f;
}
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .top {
  display: inline-block;
  color: #2f2f2f;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#e404 .top:hover {
  opacity: 0.7;
}
#e404 .section-content {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #e404 .section-content {
    margin-top: 0;
  }
}

/* =========================================

  sub layout  SP

========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    min-width: 350px;
  }
  body.active { /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  /*	parts  SP
  ------------------------------------ */
  /*	com-btn  SP
  ------------------------------------ */
  /*	com-table  SP
  ------------------------------------ */
  /*	heading  SP
  ------------------------------------ */
  /*	sidebar  SP
  ------------------------------------ */
  /*	pagenation  SP
  ------------------------------------ */
  /* =========================================
  header  SP
  ========================================= */
  /*	headline  SP
  ------------------------------------ */
  /*	mv  SP
  ------------------------------------ */
  /*	gnav  SP
  ------------------------------------ */
  /*	gnav-add  SP
  ------------------------------------ */
  /*	ggmap  SP
  ------------------------------------ */
  /* =========================================
  footer  SP
  ========================================= */
  /* =========================================

    sub  SP

  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /*	sub mv  SP
  ------------------------------------ */
  /*	------- */
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .xs-only {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
  .ib {
    display: inline-block;
  }
  .com-inner,
  .bread-inner,
  .middle-inner,
  .lg-inner .com-inner.md {
    width: 100% !important;
  }
  .com-btn {
    height: 60px;
    line-height: 60px;
  }
  .com-btn::before {
    width: 21px;
    height: 9px;
    right: 20px;
  }
  .com-table th, .com-table td {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 1.6rem;
  }
  .com-ttl01::after {
    width: 50px;
    margin-top: 13px;
  }
  .com-ttl02 {
    padding-left: 10px;
    border-left-width: 5px;
    letter-spacing: 0.05em;
  }
  .sidebar {
    bottom: 15px;
    right: 15px;
  }
  .pagenation {
    margin-top: 50px;
  }
  .pagenation li {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pagenation li:nth-of-type(n+2) {
    margin-left: 15px;
  }
  .data-nav a {
    height: 50px;
    line-height: 50px;
  }
  .arrow-btn::before {
    width: 50px;
    height: 50px;
  }
  .headline {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 11px 15px;
  }
  .headline-btn {
    margin: auto;
  }
  .logo {
    width: 80%;
    margin: auto;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
  }
  .mv {
    padding-top: 120%;
  }
  .mv-catch {
    font-size: 7vw;
    top: 65%;
  }
  .mv-catch-sm {
    display: block;
    margin-top: 10px;
    font-size: 4.5vw;
    line-height: 1.6;
  }
  .sp-menu-btn-wrp {
    top: 11px;
    background: #1e2e56;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    font-size: 1.1rem;
  }
  #drawer-nav {
    padding: 25px 15px 30px;
    background: url(../img/top/campaign-ptn.png);
  }
  #drawer-nav .drawer-logo {
    width: 100px;
    max-width: none;
    margin-bottom: 0;
  }
  #drawer-nav .drawer-logo-wrap {
    margin-bottom: 7%;
  }
  #drawer-nav #nav {
    padding: 0;
  }
  #drawer-nav #nav .drawer-item:last-of-type a {
    border-bottom: none;
  }
  #drawer-nav #nav .drawer-list {
    width: 100%;
    margin: auto;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 15px 5px;
    font-family: "NotoSerifCJKjp-Medium", serif;
    border-color: rgba(47, 47, 47, 0.8);
    color: #2f2f2f;
    font-size: clamp(1.5rem, 4vw, 2rem);
    line-height: 1.22;
    letter-spacing: 0.05em;
    position: relative;
  }
  #drawer-nav #nav .drawer-link-current {
    color: #a62424;
  }
  .drawer-info {
    margin: 25px auto 0;
    text-align: center;
  }
  .drawer-info-tel {
    margin-top: 20px;
  }
  .drawer-info-tel-link {
    background: url(../img/top/f-tel.png) no-repeat 6px center;
    font-family: "ShipporiMincho-Medium", serif;
    letter-spacing: 0.05em;
    color: #2f2f2f;
    line-height: 1.2;
  }
  .drawer-info-tel-link {
    padding-left: 34px;
    background-size: 19px;
    font-size: 2.2rem;
  }
  .drawer-info-tel-note {
    line-height: 1;
  }
  .drawer-info-dl {
    max-width: 220px;
    margin: 25px auto 0;
    text-align: left;
  }
  .drawer-info-dl dt {
    width: 84px;
    height: 26px;
    border: 1px solid #1e2e56;
    text-align: center;
    font-family: "NotoSerifCJKjp-Regular", serif;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    color: #2f2f2f;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .drawer-info-dl dt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .drawer-info-dl dd {
    margin-left: 10px;
    font-family: "NotoSerifCJKjp-Regular", serif;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    color: #2f2f2f;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .drawer-info-dl dd {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ggmap {
    margin-top: 30px;
    padding-top: 250px;
  }
  #footer .foo-inner {
    padding: 50px 15px 70px;
    text-align: center;
  }
  #footer .foo-flx {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .foo-flx-r {
    margin: 25px auto 0;
  }
  #footer .foo-logo {
    width: 170px;
    margin: auto;
  }
  #footer .foo-tel-link {
    padding-left: 34px;
    background-size: 19px;
    font-size: 2.2rem;
  }
  #footer .foo-sns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fnav-list {
    margin: 30px auto 0;
    padding: 0;
    border: 1px solid #d9d9d9;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .fnav-list-item {
    width: 50%;
    text-align: center;
  }
  .fnav-list-item:nth-of-type(1) {
    width: 100%;
  }
  .fnav-list-item:nth-of-type(2n+3) {
    border-left: 1px solid #d9d9d9;
  }
  .fnav-list-item:nth-of-type(n+2) {
    border-top: 1px solid #d9d9d9;
  }
  .fnav-list-link {
    display: block;
    padding: 15px 0;
    font-size: 1.4rem;
  }
  .copy {
    margin-top: 30px;
    padding: 0;
  }
  .copy-txt, .copy-link {
    font-size: 1.3rem;
  }
  .sub .logo {
    width: 120px;
    top: 3px;
    left: 13px;
  }
  .sub-catch {
    margin: auto;
    position: absolute;
    top: 51%;
    left: 0;
    right: 0;
  }
  .sub .mv {
    height: 0;
    padding-top: 65%;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= */