<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "yu-go-r";
  src: url("../fonts/YuGothic-Regular.ttf");
}
@font-face {
  font-family: "yu-go-m";
  src: url("../fonts/YuGothic-Medium.ttf");
}
@font-face {
  font-family: "yu-go-b";
  src: url("../fonts/YuGothic-Bold.ttf");
}
@font-face {
  font-family: "Noto Serif Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.otf");
}
@font-face {
  font-family: "Noto Serif Medium";
  src: url("../fonts/NotoSerifCJKjp-Medium.otf");
}
@font-face {
  font-family: "Noto Serif Bold";
  src: url("../fonts/NotoSerifCJKjp-Bold.otf");
}
@font-face {
  font-family: "Noto Serif Black";
  src: url("../fonts/NotoSerifCJKjp-Black.otf");
}
@font-face {
  font-family: "zen-r";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "yu-go-r";
  src: url("../fonts/YuGothic-Regular.ttf");
}
@font-face {
  font-family: "yu-go-m";
  src: url("../fonts/YuGothic-Medium.ttf");
}
@font-face {
  font-family: "yu-go-b";
  src: url("../fonts/YuGothic-Bold.ttf");
}
@font-face {
  font-family: "Noto Serif Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.otf");
}
@font-face {
  font-family: "Noto Serif Medium";
  src: url("../fonts/NotoSerifCJKjp-Medium.otf");
}
@font-face {
  font-family: "Noto Serif Bold";
  src: url("../fonts/NotoSerifCJKjp-Bold.otf");
}
@font-face {
  font-family: "Noto Serif Black";
  src: url("../fonts/NotoSerifCJKjp-Black.otf");
}
@font-face {
  font-family: "zen-r";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1300px;
  margin: auto;
  color: #333333;
  font-family: "yu-go-r", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* 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;
}

.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: 60px auto 0 !important;
  border: 1px solid #c6ced2;
  background-color: #fff;
}
.contact-form-table tr:nth-of-type(n+2) {
  border-top: 1px solid #c6ced2;
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 18px;
  font-family: "yu-go-b", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.contact-form-table th {
  width: 330px;
  background: #be9559;
  color: #fff;
}
.contact-form-table a {
  color: #333333;
  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: "yu-go-b", sans-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;
  }
}

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

.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: #333333;
  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;
  }
}

/*---------------------------------------
 リッチエディタ内のベーススタイリング（resetからコピペ）
---------------------------------------*/
@media screen and (min-width: 767px) {
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.5;
    font-weight: 500;
    color: #be9559;
    font-family: "Noto serif Bold", serif;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 28px;
    padding-bottom: 8px;
    border-bottom: 1px solid #be9559;
  }
  .sb_style h2 {
    padding-left: 10px;
    font-size: 26px;
    border-left: 3px solid #be9559;
  }
  .sb_style h3 {
    font-size: 24px;
    padding: 5px 10px;
    background: #be9559;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 8px;
    font-size: 20px;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #be9559;
  }
  .sb_style h5 {
    font-size: 18px;
    padding: 5px 10px;
    background: #be9559;
    color: #fff;
  }
  .sb_style h6 {
    font-size: 16px;
    color: #be9559;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.5;
    font-weight: 500;
    font-family: "Noto serif Bold", serif;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #be9559;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #be9559;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #be9559;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #be9559;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #be9559;
    color: #fff;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #be9559;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
/* =========================================
  タグテンプレート
========================================= */
.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 #333333;
  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: "yu-go-b", sans-serif;
  border: none;
  border-bottom: 2px solid #333333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333333;
  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: "yu-go-b", sans-serif;
  color: #000;
}

/*	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: #333333;
  font-family: "yu-go-r", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .com-txt,
  #privacy .txt-box {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.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: 508px;
  height: 70px;
  border: 1px solid #c1151f;
  border-radius: 999px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 30px) center #c1151f;
  text-align: center;
  font-family: "Noto serif Bold", serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 68px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .com-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .com-btn:hover {
    background-position: calc(100% - 25px) center;
    background-image: url(../img/top/com-btn-arw-hover.png);
    background-color: #fff;
    color: #c1151f;
    opacity: 1;
  }
}
.com-btn02 {
  height: 90px;
  border-color: #fff;
  background-color: #fff;
  background-image: url(../img/top/com-btn-arw-gold.png);
  color: #be9559;
  line-height: 88px;
}
.com-btn02:hover {
  background-color: #be9559;
  border-color: #be9559;
  color: #fff;
  background-image: url(../img/top/com-btn-arw.png);
}
.com-btn-sm {
  padding-right: 70px;
  font-family: "Noto serif Bold", serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #333333;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-btn-sm {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.com-btn-sm::after {
  content: "";
  display: block;
  width: 40px;
  height: 18px;
  background: url(../img/top/com-btn-arw-red.png) no-repeat center/contain;
  position: absolute;
  top: -3px;
  right: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .com-btn-sm:hover {
    color: #c1151f;
    opacity: 1;
  }
  .com-btn-sm:hover::after {
    right: 0;
  }
}

#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: 358px;
  height: 70px;
  border: 1px solid #c1151f;
  border-radius: 999px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 30px) center #c1151f;
  text-align: center;
  font-family: "Noto serif Bold", serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 68px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #contact .contact-submits-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #contact .contact-submits-btn:hover {
    background-position: calc(100% - 25px) center;
    background-image: url(../img/top/com-btn-arw-hover.png);
    background-color: #fff;
    color: #c1151f;
    opacity: 1;
  }
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  #contact .contact-submits-btn {
    background-size: 20px;
    height: 60px;
    line-height: 60px;
  }
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
}
.com-table tr:nth-of-type(n+2) {
  border-top: 1px solid #d8d8d8;
}
.com-table th, .com-table td {
  padding: 17px 0;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .com-table th, .com-table td {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-table th {
  width: 250px;
  text-align: center;
  font-family: "yu-go-b", sans-serif;
  color: #be9559;
}
.com-table td {
  font-family: "yu-go-r", sans-serif;
  color: #333333;
  white-space: pre-line;
}
.com-table a {
  color: #333333;
}
.com-table-note {
  display: block;
  line-height: 1;
}
.com-table-sm {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .com-table-sm {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*	heading  PC
------------------------------------ */
.com-head01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto serif Black", serif;
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: 0.1em;
  color: #333333;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .com-head01 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.com-head01::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 59px;
  border-radius: 50%;
  background: #c1151f;
}
.com-head02 {
  text-align: center;
  font-family: "Noto serif Black", serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.1em;
  color: #333333;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .com-head02 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.com-head02::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: 38px auto 0;
  border-radius: 50%;
  background: #c1151f;
}
.com-head02-ac {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: #c1151f;
}
@media screen and (max-width: 767px) {
  .com-head02-ac {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-head03 {
  padding-left: 3px;
  padding-bottom: 13px;
  border-bottom: 1px solid #be9559;
  font-family: "Noto serif Bold", serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #c1151f;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .com-head03 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-head03-en {
  display: block;
  margin-bottom: 15px;
  font-family: "Noto serif Bold", serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #c2b288;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .com-head03-en {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-head04 {
  text-align: center;
  font-family: "Noto serif Black", serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #c1151f;
}
@media screen and (max-width: 767px) {
  .com-head04 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-head04::before, .com-head04::after {
  content: "～";
}
.com-head05 {
  padding: 11px 38px;
  background: #c1151f;
  font-family: "Noto serif Bold", serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .com-head05 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*	sidebar  PC
------------------------------------ */
/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  background: #e9e0c9;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    height: 35px;
    padding: 0 2%;
  }
}
.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: #818181;
  font-family: "yu-go-r", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 12px;
  }
}
.breadcrumb li {
  color: #c1151f;
}
.breadcrumb li::after {
  content: "&gt;";
  display: inline-block;
  padding: 0 5px;
  color: #818181;
}

/*	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 #c1151f;
  font-family: "yu-go-b", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #c1151f;
  line-height: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 10px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #333333;
}
.pagenation .current {
  color: #fff;
  background: #c1151f;
  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 #c1151f;
  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 #c1151f 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: #c1151f;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "yu-go-b", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .to-works-btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.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: 18px;
  font-size: 1.8rem;
  background: #c1151f;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .arrow-btn::before {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

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

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

/*	ggmap  PC
------------------------------------ */
.ggmap {
  width: 100%;
  height: 0;
  padding-top: 600px;
  border: none;
  position: relative;
}

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

/* =========================================
  header  PC
========================================= */
/*	headline  PC
------------------------------------ */
.logo {
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 70px;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.logo:hover {
  opacity: 0.7;
}
.logo a, .logo img {
  display: block;
}

/*	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;
  line-height: 1;
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 50px;
  position: relative;
}
.gnav-list-item:nth-of-type(n+2)::before {
  content: "";
  display: block;
  width: 8px;
  height: 9px;
  margin: auto;
  background: #be9559;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
}
.gnav-list-link {
  font-family: "Noto serif Bold", serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .gnav-list-link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.gnav-list-link:hover {
  color: #be9559;
  opacity: 1;
}
.gnav-list-link-current {
  color: #be9559;
}

/*	mv  PC
------------------------------------ */
.mv {
  position: relative;
}
.mv-video {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.mv-video-frame {
  width: 100%;
  height: 0;
  padding-top: 43.2%;
  position: relative;
}

/*	headline  PC
------------------------------------ */
.headline {
  padding: 10px 30px;
  background-color: #c1151f;
}
.headline-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.headline-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;
}
.headline-list-item {
  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;
}
.headline-list-item:nth-of-type(n+2) {
  margin-left: 45px;
}
.headline-list-ttl {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #fff;
  font-family: "zen-r", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .headline-list-ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .headline-list-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.headline-list-txt {
  font-family: "zen-r", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .headline-list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.headline-list-txt-sm {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .headline-list-txt-sm {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.headline-sns {
  margin-left: 54px;
}

/* =========================================
  footer  PC
========================================= */
#footer .foo-bg {
  background-color: #000000;
}
#footer .foo-inner {
  padding: 100px 0;
}
#footer .foo-txt {
  margin-top: 24px;
  font-family: "yu-go-r", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer .foo-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#footer .foo-sns {
  margin-left: 36px;
}
#footer .foo-time {
  padding: 4px 0 4px 30px;
  border-left: 1px solid #fff;
}
#footer .foo-time:nth-of-type(n+2) {
  margin-top: 34px;
}
#footer .foo-time dt, #footer .foo-time dd {
  font-family: "zen-r", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #footer .foo-time dt, #footer .foo-time dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#footer .foo-time dd {
  margin-top: 13px;
}
#footer .foo-time span {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #footer .foo-time span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#footer .com-tel {
  margin-top: 30px;
}

.fnav {
  margin: 50px auto 0;
  padding-top: 10px;
  border-top: 1px solid #fff;
}
.fnav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.fnav-list-item:nth-of-type(n+2) {
  margin-left: 17px;
}
.fnav-list-link {
  font-family: "zen-r", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fnav-list-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.fnav-list-link-current {
  color: #be9559;
}

.copy {
  margin: 90px auto 0;
  text-align: center;
}
.copy-txt, .copy-link {
  color: #fff;
  font-family: "yu-go-r", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-size: 10px;
  font-size: 1rem;
}
.copy-link {
  display: inline-block;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.copy-link:hover {
  opacity: 0.7;
}

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

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sv {
  height: 560px;
  position: relative;
}
.sv-about {
  background: url(../img/sub/about.jpg) no-repeat center/cover;
}
.sv-menu {
  background: url(../img/sub/menu.jpg) no-repeat center/cover;
}
.sv-secret {
  background: url(../img/sub/secret.jpg) no-repeat center/cover;
}
.sv-access {
  background: url(../img/sub/access.jpg) no-repeat center/cover;
}
.sv-news {
  background: url(../img/sub/news.jpg) no-repeat center/cover;
}
.sv-contact {
  background: url(../img/sub/contact.jpg) no-repeat center/cover;
}
.sv-complete {
  background: url(../img/sub/complete.jpg) no-repeat center/cover;
}
.sv-e404 {
  background: url(../img/sub/e404.jpg) no-repeat center/cover;
}
.sv-privacy {
  background: url(../img/sub/privacy.jpg) no-repeat center/cover;
}
.sv-site {
  background: url(../img/sub/site.jpg) no-repeat center/cover;
}
.sv-catch {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding: 27px 0;
  background: rgba(240, 240, 240, 0.8);
  text-align: center;
  font-family: "Noto serif Black", serif;
  font-size: 46px;
  font-size: 4.6rem;
  letter-spacing: 0.1em;
  color: #333333;
  line-height: 1;
  position: absolute;
  top: 230px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sv-catch {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

/*	news  PC
------------------------------------ */
#news .com-news-post-item:nth-of-type(n+2) {
  margin: 50px auto 0;
}
#news .com-news-post .com-head03 {
  padding-bottom: 7px;
}
#news .com-news-post .news-post-txt {
  margin: 20px auto 0;
}
#news .com-news-post .news-post-flex {
  margin-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#news .com-news-post-link {
  display: block;
  padding: 30px;
}
#news .com-news-post-con {
  width: 100%;
}
#news .com-news-post-con-sm {
  max-width: 725px;
}
@media screen and (max-width: 767px) {
  #news .com-news-post-link {
    padding: 5%;
  }
  #news .com-news-post-img {
    width: 25%;
  }
  #news .com-news-post-con-sm {
    width: 68%;
  }
}
@media screen and (min-width: 768px) {
  #news .sec01 .sec-inner {
    padding: 100px 0 130px;
  }
}
#news .sec01 .blog-list {
  margin: 50px auto 0;
}
#news .detail-ttl {
  text-align: left;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #news .detail-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#news .detail .blog-list-tag {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  #news .detail .blog-list-tag {
    margin-top: 10px;
  }
  #news .detail-ttl {
    margin-top: 10px !important;
  }
}

/*	contact  PC
------------------------------------ */
#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: 100px 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;
}

/*	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: 100px 0 130px;
  }
}
#site .site-ul {
  width: 100%;
  max-width: 880px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  #site .site-ul {
    margin-top: 10px;
  }
}
#site .site-li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #333333;
  font-family: "yu-go-b", sans-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: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #be9559;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #site .site-link::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #be9559;
  }
}
@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: #333333;
}
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .top {
  display: inline-block;
  color: #333333;
  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;
    font-size: 16px;
    font-size: 1.6rem;
  }
  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 {
    max-width: 320px;
    height: 60px;
    background-position: calc(100% - 14px) center;
    background-size: 25px;
    line-height: 58px;
  }
  .com-btn-sm {
    padding-right: 45px;
    white-space: nowrap;
  }
  .com-btn-sm::after {
    width: 26px;
    height: 13px;
    top: 0;
  }
  .com-table tr:nth-of-type(1) th {
    padding-top: 0;
  }
  .com-table th, .com-table td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .com-table th, .com-table td {
    padding: 10px 15px;
  }
  .com-table th {
    padding-bottom: 0;
  }
  .com-table td {
    padding-top: 0;
  }
  .com-table-note {
    display: block;
    margin: 0;
    line-height: 1;
  }
  .com-table-tel {
    margin-top: 15px;
  }
  .com-head01 {
    -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;
  }
  .com-head01::after {
    width: 8px;
    height: 8px;
    margin: 10px auto 0;
  }
  .com-head02 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .com-head02::after {
    width: 10px;
    height: 10px;
    margin: 20px auto 0;
  }
  .com-head02-ac {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .com-head03-en {
    margin-bottom: 10px;
  }
  .com-head04 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .com-head04::before {
    margin-right: 5px;
  }
  .com-head04::after {
    margin-left: 5px;
  }
  .com-head05 {
    padding: 11px 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;
  }
  .logo {
    width: 80px;
    top: 10px;
    left: 15px;
    z-index: 100;
  }
  .headline-list-item {
    width: 100%;
    text-align: center;
  }
  .headline-list-item:nth-of-type(n+2) {
    margin: 25px auto 0;
  }
  .headline-list-ttl {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
    margin: auto;
    padding: 0 0 7px;
  }
  .headline-list-txt {
    margin: 8px auto 0;
  }
  .headline-sns {
    margin: 30px auto 0;
  }
  .mv-video-frame {
    padding-top: 70%;
  }
  .sp-menu-btn-wrp {
    background: #be9559;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    background: #fff;
  }
  #drawer-nav.active {
    z-index: 1001;
  }
  #drawer-nav {
    width: 260px;
    padding: 15px 15px 30px;
    background: #c1151f;
  }
  #drawer-nav .drawer-logo {
    width: 80px;
    max-width: auto;
    margin-bottom: 0;
  }
  #drawer-nav .drawer-logo-wrap {
    margin-bottom: 15px;
  }
  #drawer-nav .drawer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 25px auto 0;
    -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;
  }
  #drawer-nav #nav {
    padding: 0;
    text-align: center;
  }
  #drawer-nav #nav .drawer-item:nth-of-type(n+2)::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin: 15px auto;
    border-radius: 50%;
    background: #be9559;
  }
  #drawer-nav #nav .drawer-link {
    display: inline-block;
    width: auto;
    padding: 0;
    border: none;
    font-family: "Noto serif Bold", serif;
    color: #fff;
    font-size: clamp(16px, 5vw, 20px);
    line-height: 1.5;
  }
  #drawer-nav #nav .drawer-link-current {
    color: #be9559;
  }
  .ggmap {
    padding-top: 250px;
  }
  #footer .foo-inner {
    padding: 50px 15px;
  }
  #footer .foo-flex {
    -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-flex-l {
    text-align: center;
  }
  #footer .foo-flex-r {
    width: 100%;
    margin: 20px auto 0;
  }
  #footer .foo-logo {
    width: 120px;
    margin: auto;
  }
  #footer .foo-info {
    -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-sns {
    margin: 25px auto 0;
  }
  #footer .foo-time {
    padding: 10px 0 0;
    border-left: none;
    border-top: 1px solid #fff;
    text-align: center;
  }
  #footer .foo-time dd {
    margin-top: 10px;
    white-space: pre-line;
  }
  #footer .fnav {
    border: none;
  }
  #footer .fnav-list {
    border: 1px solid #fff;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #footer .fnav-list-item {
    width: 50%;
  }
  #footer .fnav-list-item:nth-of-type(n+2) {
    margin: 0;
  }
  #footer .fnav-list-item:nth-of-type(2n) {
    border-left: 1px solid #fff;
  }
  #footer .fnav-list-item:nth-of-type(n+3) {
    border-top: 1px solid #fff;
  }
  #footer .fnav-list-link {
    display: block;
    padding: 10px 0;
    text-align: center;
  }
  #footer .copy {
    margin: 20px auto 0;
    text-align: center;
    position: static;
  }
  .sv {
    height: 209px;
  }
  .sv-catch {
    width: 95%;
    padding: 15px 0;
    font-size: clamp(25px, 5vw, 30px);
    top: 106px;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= */
@media screen and (min-width: 768px) and (max-width: 1621px) {
  .headline-list-item:nth-of-type(n+2) {
    margin-left: 20px;
  }
  .headline-list-ttl {
    margin-right: 15px;
    padding-right: 15px;
  }
  .headline-list-txt {
    max-width: 230px;
  }
  .headline-sns {
    margin-left: 25px;
  }
}</pre></body></html>