@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Noto Serif Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Medium";
  src: url("../fonts/NotoSerifCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif SemiBold";
  src: url("../fonts/NotoSerifCJKjp-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Bold";
  src: url("../fonts/NotoSerifCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Light";
  src: url("../fonts/NotoSansCJKjp-Light.otf");
}
@font-face {
  font-family: "Noto sans dl";
  src: url("../fonts/noto-sans-jp-dl.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Regular";
  src: url("../fonts/noto-sans-jp-r.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Medium";
  src: url("../fonts/noto-sans-jp-m.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Bold";
  src: url("../fonts/noto-sans-jp-b.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Black";
  src: url("../fonts/noto-sans-jp-black.woff") format("woff");
}
@font-face {
  font-family: "hind";
  src: url("../fonts/Hind-Regular.ttf");
}
@font-face {
  font-family: "hind-l";
  src: url("../fonts/Hind-Light.ttf");
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Noto Serif Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Medium";
  src: url("../fonts/NotoSerifCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif SemiBold";
  src: url("../fonts/NotoSerifCJKjp-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Bold";
  src: url("../fonts/NotoSerifCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Light";
  src: url("../fonts/NotoSansCJKjp-Light.otf");
}
@font-face {
  font-family: "Noto sans dl";
  src: url("../fonts/noto-sans-jp-dl.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Regular";
  src: url("../fonts/noto-sans-jp-r.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Medium";
  src: url("../fonts/noto-sans-jp-m.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Bold";
  src: url("../fonts/noto-sans-jp-b.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Black";
  src: url("../fonts/noto-sans-jp-black.woff") format("woff");
}
@font-face {
  font-family: "hind";
  src: url("../fonts/Hind-Regular.ttf");
}
@font-face {
  font-family: "hind-l";
  src: url("../fonts/Hind-Light.ttf");
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1120px;
  margin: auto;
  color: #373737;
  font-family: "Noto sans Regular", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.11em;
  line-height: 1.875;
}
@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;
}

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

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

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

/*==================================================
お問い合わせフォーム
================================================== */
/* 
お問い合わせ非表示の場合使う
（ヘッダー・フッターナビ、サイトマップ等に付与） 
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
*/
.contact-none {
  display: none !important;
  /* ↓ フッターナビの見た目が変わるので追加 ↓ */
}
.contact-none.fnav-list {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .contact-none.fnav-list li:nth-of-type(1) {
    width: 50% !important;
  }
  .contact-none.fnav-list li:nth-of-type(2), .contact-none.fnav-list li:nth-of-type(2n+3) {
    border: none !important;
  }
  .contact-none.fnav-list li:nth-of-type(2n) {
    border-left: 1px solid #fff !important;
  }
  .contact-none.fnav-list li:last-of-type {
    border-left: 1px solid #fff !important;
  }
  .contact-none.fnav-list li:nth-of-type(n+3) {
    border-top: 1px solid #fff !important;
  }
}

/* 
↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
お問い合わせ非表示の場合使う
（ヘッダー・フッターナビ、サイトマップ等に付与） 
*/
.contact-form-table {
  width: 100%;
  margin-top: 50px !important;
  background-color: #fff;
  border: 1px solid rgba(196, 153, 97, 0.2);
}
.contact-form-table tr:nth-of-type(n+2) th {
  border-top: 1px solid #fff;
}
.contact-form-table tr:nth-of-type(n+2) td {
  border-top: 1px solid rgba(196, 153, 97, 0.2);
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 25px;
  font-family: "Noto sans Regular", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #373737;
}
@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: 350px;
  padding: 15px;
  background-color: rgba(196, 153, 97, 0.2);
}
.contact-form-table a {
  color: #373737;
  text-decoration: underline;
}
.contact-form-table textarea {
  resize: none;
}
@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: #373737;
  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: #373737;
    font-family: "Noto sans Medium", sans-serif;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 28px;
    padding-bottom: 8px;
    border-bottom: 1px solid #c49961;
  }
  .sb_style h2 {
    padding-left: 10px;
    font-size: 26px;
    border-left: 3px solid #c49961;
  }
  .sb_style h3 {
    font-size: 24px;
    padding: 5px 10px;
    background: #c49961;
    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: #c49961;
  }
  .sb_style h5 {
    font-size: 18px;
    padding: 5px 10px;
    background: #c49961;
    color: #fff;
  }
  .sb_style h6 {
    font-size: 16px;
    color: #c49961;
  }
  .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 sans Regular", sans-serif;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #c49961;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #c49961;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #c49961;
    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: #c49961;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #c49961;
    color: #fff;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #c49961;
  }
  .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 #373737;
  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: "Noto sans Regular", sans-serif;
  border: none;
  border-bottom: 2px solid #373737;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #373737;
  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: "Noto sans Regular", sans-serif;
  color: #000;
}

/*	parts  PC
------------------------------------ */
a {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.cmn-txt,
#privacy .txt-box {
  color: #373737;
  font-family: "Noto sans Regular", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.11em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .cmn-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: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/*	cmn-btn  PC
------------------------------------ */
.cmn-btn {
  display: inline-block;
  width: 200px;
  height: 50px;
  text-align: center;
  background-color: #373737;
  border: 1px solid #373737;
  color: #c49961;
  font-family: "Noto sans Regular", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 50px;
  letter-spacing: 0.16em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cmn-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.cmn-btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  margin: auto;
  background-color: #c49961;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cmn-btn02 {
  border-color: #c49961;
}
@media screen and (min-width: 768px) {
  .cmn-btn02:hover {
    background-color: #c49961 !important;
    color: #fff !important;
  }
  .cmn-btn02:hover::before {
    background: #fff !important;
  }
}
.cmn-btn-wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cmn-btn:hover {
    background-color: #f8f3ec;
    opacity: 1;
  }
  .cmn-btn:hover::before {
    right: 0;
  }
}

#contact .contact-submits-btn {
  /*必須*/
  margin: auto;
  padding: 0;
  text-align: center;
  cursor: pointer;
  border: 1px solid #373737;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*必須*/
}
#contact .contact-submits-btn[disabled] {
  opacity: 0.4;
}
#contact .contact-submits-btn[name=back] {
  border: none;
  opacity: 0.4;
}
#contact .contact-submits-btn[name=back]::before {
  content: none;
}
#contact .contact-submits-btn-wrap {
  text-align: center;
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}

/*	cmn-table  PC
------------------------------------ */
.cmn-table {
  width: 100%;
  margin: auto;
  border-top: 1px solid #373737;
  border-bottom: 1px solid #373737;
}
.cmn-table tr:nth-of-type(n+2) {
  border-top: 1px solid #373737;
}
.cmn-table th, .cmn-table td {
  padding: 17px 0;
  font-family: "Noto sans Medium", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.11em;
  line-height: 2;
  vertical-align: middle;
  white-space: pre-line;
}
@media screen and (max-width: 767px) {
  .cmn-table th, .cmn-table td {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.cmn-table th {
  width: 165px;
  padding-left: 20px;
}
.cmn-table a {
  color: #373737;
}

/*	heading  PC
------------------------------------ */
.head-type01-en {
  font-family: "hind", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: 0.08em;
  color: #373737;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .head-type01-en {
    font-size: 30px;
    font-size: 3rem;
  }
}
.head-type01-ja {
  display: block;
  font-family: "Noto sans Regular", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
  color: #c49961;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .head-type01-ja {
    font-size: 20px;
    font-size: 2rem;
  }
}
.head-type01-gold .head-type01-en {
  color: #c49961;
}
.head-type02 {
  text-align: center;
  font-family: "Noto sans dl", sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  letter-spacing: 0.12em;
  color: #c49961;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .head-type02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.head-type02::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  margin: 17px auto 0;
  background-color: #c49961;
}
.head-type02-black {
  color: #373737;
}
.head-type03 {
  text-align: center;
}
.head-type03-en {
  font-family: "Noto sans Regular", sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  letter-spacing: 0.08em;
  color: #373737;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .head-type03-en {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.head-type03-ja {
  display: block;
  font-family: "Noto sans dl", sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  letter-spacing: 0.12em;
  color: #373737;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .head-type03-ja {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.head-type04 {
  padding-left: 80px;
  background: url(../img/menu/ttl-ico.png) no-repeat left 7px;
  font-family: "Noto sans Medium", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.14em;
  color: r #373737;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .head-type04 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.head-type05 {
  padding-bottom: 10px;
  border-bottom: 1px solid #c49961;
  color: #c49961;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .head-type05 {
    font-size: 20px;
    font-size: 2rem;
  }
}

/*	pagetop  PC
------------------------------------ */
.fixed {
  max-width: 120px;
  text-align: left;
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 100;
}

.pagetop {
  margin-top: 30px;
}

/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    height: 30px;
    padding: 0 2%;
    top: 5px;
  }
}
.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: #c49961;
  font-family: "Noto sans Medium", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 12px;
  }
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}
.breadcrumb a {
  text-decoration: underline;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 100px 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 #c49961;
  font-family: "Noto sans Regular", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #c49961;
  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: #c49961;
}
.pagenation .current {
  color: #fff;
  background: #c49961;
  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 #f8f3ec;
  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 #f8f3ec 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: #c49961;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto sans Regular", 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: #c49961;
  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%;
  border: 1px solid #373737;
}
@media screen and (min-width: 768px) {
  .ggmap {
    max-width: 520px;
  }
}
.ggmap-frame {
  width: 100%;
  height: 0;
  padding-top: 496px;
  border: 9px solid #fff;
  position: relative;
}

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

/* =========================================
  header  PC
========================================= */
body {
  background-color: #f8f3ec;
}

/*	headline  PC
------------------------------------ */
.headline {
  width: 100%;
  padding: 40px 40px 0 50px;
}
.headline-right {
  text-align: right;
}

.logo {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.logo:hover {
  opacity: 0.7;
}

.info-tel {
  font-family: "hind-l", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #373737;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .info-tel {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.info-tel-num {
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  color: #373737;
}
@media screen and (max-width: 767px) {
  .info-tel-num {
    font-size: 20px;
    font-size: 2rem;
  }
}

/*	gnav  PC
------------------------------------ */
#gnav .gnav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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;
}
#gnav .gnav-item:nth-of-type(n+2) {
  margin-left: 32px;
}
#gnav .gnav-link {
  display: block;
  font-family: "Noto sans Regular", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #373737;
  position: relative;
}
@media screen and (max-width: 767px) {
  #gnav .gnav-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#gnav .gnav-link::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #373737;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#gnav .gnav-link:hover {
  opacity: 1;
}
#gnav .gnav-link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#gnav .gnav-link.current {
  color: #c49961;
}
#gnav .gnav-link:hover {
  opacity: 1;
}

/*	mv  PC
------------------------------------ */
.mv {
  width: 79.2%;
  height: 0;
  margin: 40px auto 0;
  padding-top: 42%;
  position: relative;
}
.mv-slider li {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  right: 0;
}
.mv-slider01 {
  background: url(../img/top/mv01.png) no-repeat center/cover;
}
.mv-slider02 {
  background: url(../img/top/mv02.png) no-repeat center/cover;
}
.mv-slider03 {
  background: url(../img/top/mv03.png) no-repeat center/cover;
}
.mv-slider04 {
  background: url(../img/top/mv04.png) no-repeat center/cover;
}
.mv-catch {
  width: 38.3%;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 37.3%;
  left: 0;
  right: 0;
  z-index: 100;
}
.mv-catch img {
  width: 100%;
}

.bx-viewport, #slider {
  position: static !important;
}

/* =========================================
  footer  PC
========================================= */
#footer .foo__bg {
  background: #373737;
}
#footer .foo__inner {
  padding: 90px 0 95px;
}
@media screen and (min-width: 768px) and (max-width: 1358px) {
  #footer .foo__inner {
    padding-bottom: 220px;
  }
}
#footer .foo__info {
  margin-top: 43px;
}
#footer .foo__info-item {
  text-align: left;
}
#footer .foo__info-item:nth-of-type(n+2) {
  margin-top: 13px;
}
#footer .foo__info-ttl, #footer .foo__info-txt {
  display: inline-block;
  font-family: "Noto sans dl", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  color: #f8f3ec;
}
@media screen and (max-width: 767px) {
  #footer .foo__info-ttl, #footer .foo__info-txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#footer .foo__info-txt::before {
  content: "/";
  margin: 0 15px;
}
#footer .foo__info-note {
  font-family: "Noto sans dl", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  color: #f8f3ec;
  line-height: 1.77;
}
#footer .fnav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #footer .fnav-list {
    max-width: 300px;
    max-height: 180px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  #footer .fnav-item {
    text-align: left;
  }
  #footer .fnav-item:not(:nth-of-type(6n-5)) {
    margin-top: 0px;
  }
  #footer .fnav-item:nth-of-type(n+7) {
    margin-left: 45px;
  }
}
#footer .fnav-link {
  font-family: "Noto sans dl", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  color: #f8f3ec;
  line-height: 1;
}
#footer .fnav-link-current {
  color: #c49961;
}
#footer .copyright {
  display: block;
  margin-top: 75px;
  text-align: center;
}
#footer .copyright-txt, #footer .copyright-link {
  color: #f8f3ec;
  font-family: "Noto sans dl", sans-serif;
  letter-spacing: 0.12em;
  font-size: 10px;
  font-size: 1rem;
}
#footer .copyright-link {
  display: inline-block;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .copyright-link:hover {
  opacity: 0.7;
}

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

  sub layout  PC

========================================= */
/*	sub headline  PC
------------------------------------ */
/*	sub mv  PC
------------------------------------ */
.sub .mv {
  width: 90%;
  max-width: 1520px;
  height: 0;
  padding-top: 460px;
  position: relative;
}
.sub .mv-about {
  background: url(../img/sub/about.png) no-repeat center/cover;
}
.sub .mv-menu {
  background: url(../img/sub/menu.png) no-repeat center/cover;
}
.sub .mv-gallery {
  background: url(../img/sub/gallery.png) no-repeat center/cover;
}
.sub .mv-item {
  background: url(../img/sub/item.png) no-repeat center/cover;
}
.sub .mv-shop {
  background: url(../img/sub/shop.png) no-repeat center/cover;
}
.sub .mv-blog {
  background: url(../img/sub/blog.png) no-repeat center/cover;
}
.sub .mv-contact {
  background: url(../img/sub/contact.png) no-repeat center/cover;
}
.sub .mv-complete {
  background: url(../img/sub/complete.png) no-repeat center/cover;
}
.sub .mv-news {
  background: url(../img/sub/news.png) no-repeat center/cover;
}
.sub .mv-privacy {
  background: url(../img/sub/privacy.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .sub .mv-privacy .sub-catch {
    min-width: 640px;
  }
}
.sub .mv-site {
  background: url(../img/sub/site.png) no-repeat center/cover;
}
.sub .mv-e404 {
  background: url(../img/sub/e404.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .sub .mv-e404 .sub-catch {
    min-width: 640px;
  }
}
.sub-catch {
  padding: 49px 45px;
  background: url(../img/sub/catch-ico.png) no-repeat right bottom;
  border: 1px solid #373737;
  font-family: "Noto sans dl", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  text-align: center;
  color: #373737;
  line-height: 1;
  letter-spacing: 0.08em;
  position: absolute;
  top: 155px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .sub-catch {
    font-size: 30px;
    font-size: 3rem;
  }
}

/*	news  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #news .sec01 .sec-inner {
    padding: 100px 0 100px;
  }
}
#news .sec01 .blog__list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #news .sec01 .blog__list {
    margin-top: 30px;
  }
}
#news .sec01 .blog__list-ttl {
  max-width: 950px;
}
#news .detail-ttl {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #news .detail-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#news .detail .blog__list-tag {
  width: 100%;
  max-width: 1080px;
  margin: 0;
  padding: 0;
  border: none;
}

/*	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 100px;
  }
}
#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 .cmn-bg-sub {
    background-size: auto;
  }
}
@media screen and (min-width: 768px) {
  #site .sec-inner {
    padding: 100px 0 100px;
  }
}
#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 #373737;
}
#site .site-link {
  display: block;
  padding: 15px 2%;
  color: #373737;
  font-family: "Noto sans Regular", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#site .site-link:hover {
  opacity: 0.7;
}

/*	e404  PCSP
------------------------------------ */
#e404 .sec-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #373737;
}
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .top {
  display: inline-block;
  color: #373737;
  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: 320px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.active { /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .ib {
    display: inline-block;
  }
  /*	parts  SP
  ------------------------------------ */
  .sec-inner,
  .bread-inner,
  .middle-inner,
  .lg-inner .sec-inner.md {
    width: 100% !important;
  }
  /*	cmn-btn  SP
  ------------------------------------ */
  /*	cmn-table  SP
  ------------------------------------ */
  .cmn-table th, .cmn-table td {
    display: block;
    width: 100%;
  }
  .cmn-table th {
    padding: 10px 5px 2px;
    text-align: left;
  }
  .cmn-table td {
    padding: 2px 5px 10px;
  }
  /*	heading  SP
  ------------------------------------ */
  .head-type02::after {
    height: 20px;
    margin-top: 10px;
  }
  .head-type03-en {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .head-type04 {
    padding-left: 50px;
    background-size: 39px;
  }
  /*	pagetop  SP
  ------------------------------------ */
  .fixed {
    max-width: 87px;
    bottom: 30px;
  }
  /*	pagenation  SP
  ------------------------------------ */
  .pagenation {
    margin-top: 50px;
  }
  .pagenation li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    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;
  }
  /* =========================================
  header  SP
  ========================================= */
  /*	headline  SP
  ------------------------------------ */
  .headline {
    padding: 5px 10px;
  }
  .logo {
    width: 200px;
  }
  /*	mv  SP
  ------------------------------------ */
  .mv {
    width: 96%;
    margin: 10px auto 0;
    padding-top: 60%;
  }
  .mv-slider li {
    width: 100% !important;
  }
  .mv-catch {
    width: 85%;
    top: 23%;
  }
  /*	gnav  SP
  ------------------------------------ */
  .sp-menu-btn-wrp {
    background-color: #c49961;
    top: 13px;
    right: 15px;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    background: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    color: #fff;
  }
  #drawer-nav.active {
    z-index: 1001;
  }
  /*	gnav-add  SP
  ------------------------------------ */
  #drawer-nav {
    padding: 15px 15px 30px;
    background-color: #f8f3ec;
  }
  #drawer-nav .drawer-logo {
    width: 150px;
    margin-bottom: 15px;
  }
  #drawer-nav .drawer-info {
    margin: 10% auto 0;
    text-align: center;
  }
  #drawer-nav #nav {
    padding: 0;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    font-family: "Noto sans Regular", sans-serif;
    font-size: clamp(16px, 3.8vw, 30px);
    letter-spacing: 0.1em;
    color: #373737;
    line-height: 1.67;
  }
  #drawer-nav #nav .drawer-link.current {
    color: #c49961;
  }
  /* --- info系 --- */
  .drawer-info .info-tel-num {
    font-size: 25px;
    font-size: 2.5rem;
  }
  /*	ggmap  SP
  ------------------------------------ */
  .ggmap {
    margin: 30px auto 0;
  }
  .ggmap-frame {
    border-width: 4px;
    padding-top: 300px;
  }
  /* =========================================
  footer  SP
  ========================================= */
  #footer .foo__inner {
    padding: 50px 15px 250px;
  }
  #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__info-ttl {
    border-bottom: 1px solid #fff;
  }
  #footer .foo__info-txt {
    display: block;
  }
  #footer .foo__info-txt::before {
    content: none;
  }
  #footer .fnav {
    margin-top: 50px;
    border: none;
  }
  #footer .fnav-list {
    max-height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    border: 1px solid #d7d7d7;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #footer .fnav-item {
    width: 50%;
  }
  #footer .fnav-item:nth-of-type(2n) {
    border-left: 1px solid #d7d7d7;
  }
  #footer .fnav-item:nth-of-type(n+3) {
    border-top: 1px solid #d7d7d7;
  }
  #footer .fnav-link {
    display: block;
    text-align: center;
    padding: 15px 0;
    line-height: 1.4;
  }
  #footer .fnav-link-sm {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #footer .copyright {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    position: static;
  }
  #footer .copyright-txt, #footer .copyright-link {
    line-height: 1.6;
  }
  #footer .copyright-link {
    white-space: nowrap;
  }
  /* =========================================

    sub  SP

  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /*	sub mv  SP
  ------------------------------------ */
  .sub .mv {
    padding-top: 50%;
  }
  .sub-catch {
    padding: 15px;
    background-size: 70px;
    font-size: clamp(22px, 6vw, 50px);
    top: 35%;
    white-space: nowrap;
  }
  /*	------- */
}
/*	------- */
/* =========================================
  breakpoint
========================================= */