@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "ZenOldMincho-Black";
  src: url(../fonts/ZenOldMincho-Black.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Bold";
  src: url(../fonts/ZenOldMincho-Bold.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Medium";
  src: url(../fonts/ZenOldMincho-Medium.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Regular";
  src: url(../fonts/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "ZenOldMincho-SemiBold";
  src: url(../fonts/ZenOldMincho-SemiBold.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "ZenOldMincho-Black";
  src: url(../fonts/ZenOldMincho-Black.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Bold";
  src: url(../fonts/ZenOldMincho-Bold.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Medium";
  src: url(../fonts/ZenOldMincho-Medium.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Regular";
  src: url(../fonts/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "ZenOldMincho-SemiBold";
  src: url(../fonts/ZenOldMincho-SemiBold.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/* =========================================

    main layout  all
    <main></main>箇所のcss

========================================= */
/*	com parts  PC
全ページ共通で使用したいパーツ
------------------------------------ */
.com-inner,
.bread-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.com-sub-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 0;
}

.com-tel {
  position: relative;
  padding-bottom: 20px;
  z-index: 1;
}
.com-tel-num {
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #775211;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.com-tel-txt {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .com-tel-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.com-tel-svg {
  position: absolute;
  width: 275px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  z-index: -1;
}

.com-ttl01 {
  text-align: center;
  padding-top: 42px;
  position: relative;
}
.com-ttl01::before {
  position: absolute;
  content: "";
}
.com-ttl01::before {
  width: 99px;
  height: 39px;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  background: url(/img/all/ttl-top.png) no-repeat;
  background-size: 100%;
}
.com-ttl01-main {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  display: inline-block;
  letter-spacing: 0.08em;
  padding: 0 57px 0 75px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-ttl01-main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-ttl01-main::before {
  position: absolute;
  content: "";
}
.com-ttl01-main::after {
  position: absolute;
  content: "";
}
.com-ttl01-main::before {
  width: 60px;
  height: 64px;
  left: 0;
  bottom: 0;
  background: url(/img/all/ttl-l.png) no-repeat;
  background-size: 100%;
}
.com-ttl01-main::after {
  width: 39px;
  height: 65px;
  right: 0;
  bottom: 0;
  background: url(/img/all/ttl-r.png) no-repeat;
  background-size: 100%;
}

.com-ttl02 {
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.12em;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccaa00;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.com-ttl02::before {
  position: absolute;
  content: "";
}
.com-ttl02::before {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 2px;
  background-color: #ccaa00;
}

.com-ttl03 {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-ttl03 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.com-ttl03::before {
  position: absolute;
  content: "";
}
.com-ttl03::before {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #ccaa00 0px 50px, #775211 50px 100%);
  background-repeat: no-repeat;
}

.com-btn01 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.12em;
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-btn01 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-btn01::after {
  position: absolute;
  content: "";
}
.com-btn01::after {
  transition: transform 0.3s ease;
}
.com-btn01:hover::after {
  transform: translate(5px, -50%);
}
.com-btn01::after {
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
}

.com-btn02 {
  width: 340px;
  text-align: center;
  padding: 20px 40px;
  color: #fff;
  background-color: #ccaa00;
  border-radius: 5px;
  position: relative;
}
.com-btn02::after {
  position: absolute;
  content: "";
}
.com-btn02::after {
  transition: transform 0.3s ease;
}
.com-btn02:hover::after {
  transform: translate(5px, -50%);
}
.com-btn02::after {
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 35px;
}

.com-table01 {
  width: 100%;
  border-collapse: separate;
  padding: 15px;
  border: 2px solid #ccaa00;
}
.com-table01 tr:last-of-type th {
  border-bottom: none;
}
.com-table01 tr:last-of-type td {
  border-bottom: none;
}
.com-table01 th {
  white-space: pre-line;
  font-size: 17px;
  font-size: 1.7rem;
  width: 110px;
  padding: 12.5px 10px 12.5px 20px;
  line-height: 2;
  border-bottom: 1px solid #ccaa00;
}
@media screen and (max-width: 767px) {
  .com-table01 th {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.com-table01 td {
  white-space: pre-line;
  vertical-align: middle;
  line-height: 2;
  padding: 12.5px 10px 12.5px 90px;
  border-bottom: 1px solid #775211;
}
.com-table01 a {
  color: #775211;
}

.com-table02 tr:first-of-type th {
  border-radius: 10px 0 0 0;
}
.com-table02 tr:first-of-type td {
  color: #ccaa00;
  background-color: #906b29;
}
.com-table02 tr:first-of-type td:last-of-type {
  border-radius: 0 10px 0 0;
}
.com-table02 tr:last-of-type th {
  border-radius: 0 0 0 10px;
  border-bottom: none;
}
.com-table02 tr:last-of-type td {
  border-bottom: none;
}
.com-table02 tr:last-of-type td:last-of-type {
  border-radius: 0 0 0 10px;
}
.com-table02 th {
  width: 142px;
  text-align: center;
  padding: 10px 10px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #898989;
}
.com-table02 td {
  width: 142px;
  padding: 10px 10px;
  text-align: center;
  border-left: 1px solid #898989;
  border-bottom: 1px solid #898989;
}

.com-no-post {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .com-no-post {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.com-no-img {
  width: 90% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.com-no-img-bg {
  text-align: center;
  background-color: #ccc !important;
}

.com-main-color {
  color: #ccaa00;
}

.com-sub-color {
  color: #f1ede7;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 1; /* 行数指定 */
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 2; /* 行数指定 */
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 3; /* 行数指定 */
}

.com-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  width: 100%;
}
.com-tag-list-item {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-tag-list-item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.com-tag-list-item::before {
  position: absolute;
  content: "";
}
.com-tag-list-item::before {
  width: 1px;
  height: 12px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-color: #775211;
}

.com-time {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  flex-shrink: 0;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .com-time {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.com-svg-txt {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .com-svg-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.com-pre {
  white-space: pre-line;
}

/* =========================================
    top  PC
    top-about
========================================= */
#top-about .bg {
  background: url(/img/top/about-bg-deco.png) no-repeat right calc(100% - 153px)/21vw, url(/img/top/about-bg.jpg) no-repeat center top/cover;
  overflow: hidden;
  position: relative;
}
#top-about .bg::after {
  position: absolute;
  content: "";
}
#top-about .bg::after {
  width: 1920px;
  height: 40px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background: url(/img/top/check-bg-top.png) no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 1921px) {
  #top-about .bg::after {
    width: 100%;
    height: 2.08vw;
  }
}
#top-about .inner {
  position: relative;
}
#top-about .img {
  position: absolute;
  top: 94px;
  left: -160px;
}
@media screen and (max-width: 1400px) {
  #top-about .img {
    width: 41vw;
    left: calc(50% - 48.5vw);
    transform: translateY(-50%);
    top: 45%;
  }
}
#top-about .container {
  width: 620px;
  margin-left: auto;
}
#top-about .ttl {
  position: relative;
  z-index: 1;
}
#top-about .ttl::before {
  position: absolute;
  content: "";
}
#top-about .ttl::before {
  width: 52px;
  height: 54px;
  top: -27px;
  right: -35px;
  background: url(/img/top/about-ttl-deco.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1150px) {
  #top-about .ttl::before {
    right: -10px;
  }
}
#top-about .sub-ttl {
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  margin-top: 45px;
  color: #ccaa00;
}
@media screen and (max-width: 767px) {
  #top-about .sub-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-about .txt {
  line-height: 2.625;
  letter-spacing: 0.12em;
  margin-top: 25px;
}
#top-about .wrap {
  width: 100%;
  height: 115px;
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-left: 110px;
  background: url(/img/all/card.png) no-repeat 16px center;
  border: 1px solid #ccaa00;
  position: relative;
  z-index: 1;
}
#top-about .wrap::before {
  position: absolute;
  content: "";
}
#top-about .wrap::before {
  width: 620px;
  height: 115px;
  top: 4px;
  left: 4px;
  border: 1px solid #ccaa00;
  z-index: -1;
}
#top-about .wrap-txt {
  font-family: "ZenOldMincho-Bold", sans-serif;
  letter-spacing: 0.12em;
  line-height: 2.1;
}
#top-about .btn {
  display: block;
  width: 147px;
  margin-top: 40px;
  margin-left: auto;
}

/* =========================================
    top  PC
    flowchart
========================================= */
#flowchart .bg {
  background: url(/img/top/check-bg.jpg) no-repeat center top, #906b29;
}
@media screen and (min-width: 1921px) {
  #flowchart .bg {
    background: url(/img/top/check-bg.jpg) no-repeat center bottom/100%, #906b29;
  }
}
#flowchart .ttl {
  text-align: center;
  position: relative;
}
#flowchart .ttl::before {
  position: absolute;
  content: "";
}
#flowchart .ttl::after {
  position: absolute;
  content: "";
}
#flowchart .ttl::before {
  width: 60px;
  height: 64px;
  transform: translateY(-50%);
  top: 50%;
  left: calc(50% - 440px);
  background: url(/img/all/ttl-l.png) no-repeat;
  background-size: 100%;
}
#flowchart .ttl::after {
  width: 39px;
  height: 65px;
  transform: translateY(-50%);
  top: 50%;
  right: calc(50% - 403px);
  background: url(/img/all/ttl-r.png) no-repeat;
  background-size: 100%;
}
#flowchart .ttl-sub {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #flowchart .ttl-sub {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#flowchart .ttl-main {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.12em;
  margin-top: 5px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #flowchart .ttl-main {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#flowchart .wrap {
  padding-top: 45px;
}
#flowchart .box {
  width: 100%;
  margin-top: 50px;
  padding: 30px 10px 40px;
  background-color: #fff;
}
#flowchart .btn-list {
  gap: 65px;
  margin-top: 30px;
}
#flowchart .chart_btn {
  font-size: 20px;
  font-size: 2rem;
  width: 420px;
  height: 63px;
  letter-spacing: 0.12em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #ccaa00;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #flowchart .chart_btn {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#flowchart .chart_btn:hover::before {
  transform: translateX(5px);
}
#flowchart .chart_btn::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background: url(/img/all/arw.png) no-repeat center/100%;
  transition: all 0.3s ease;
}
#flowchart .answer-fle {
  gap: 35px;
  align-items: start;
  padding: 30px 12px 0;
}
#flowchart .answer-img {
  flex-shrink: 0;
}
#flowchart .answer-txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.625;
  letter-spacing: 0.12em;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #flowchart .answer-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#flowchart .first-arw {
  margin: 50px auto 0;
}

/* =========================================
    top  PC
    top-link
========================================= */
#top-link .bg {
  background: url(/img/top/link-bg-deo-l.png) no-repeat left top/35.83vw, url(/img/top/link-bg-deo-r.png) no-repeat right top/35.83vw;
  overflow: hidden;
  position: relative;
}
#top-link .bg::after {
  position: absolute;
  content: "";
}
#top-link .bg::after {
  width: 1920px;
  height: 40px;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  background: url(/img/top/check-bg-btm.png) no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 1921px) {
  #top-link .bg::after {
    width: 100%;
    height: 2.08vw;
  }
}
#top-link .link {
  width: 350px;
  position: relative;
}
#top-link .link::after {
  position: absolute;
  content: "";
}
#top-link .link::after {
  width: 25px;
  height: 25px;
  left: 0;
  bottom: 15px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#top-link .link:hover::after {
  transform: translateX(5px);
}
#top-link .link-img {
  width: 100%;
  border-radius: 5px;
}
#top-link .txt {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  padding: 11px 0 8px 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-link .txt {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-link .txt::before {
  position: absolute;
  content: "";
}
#top-link .txt::before {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #ccaa00 0px 50px, #775211 50px 100%);
  background-repeat: no-repeat;
}

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .bg {
  position: relative;
  overflow: hidden;
}
#top-news .bg::before {
  position: absolute;
  content: "";
}
#top-news .bg::after {
  position: absolute;
  content: "";
}
#top-news .bg::before {
  width: 50vw;
  height: 100%;
  top: 0;
  right: calc(50% + 600px);
  background-color: #f1ede7;
}
#top-news .bg::after {
  width: 50vw;
  height: 100%;
  top: 0;
  left: calc(50% + 600px);
  background-color: #f1ede7;
}
#top-news .container-box {
  width: 240px;
  flex-shrink: 0;
  text-align: center;
  padding: 70px 0 110px;
  position: relative;
  background: url(/img/top/news-ttl-deco01.png) no-repeat center top, url(/img/top/news-ttl-deco02.png) no-repeat center bottom;
}
#top-news .ttl {
  font-size: 42px;
  font-size: 4.2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #top-news .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-news .list {
  width: 100%;
  margin-left: 50px;
  flex-wrap: wrap;
  gap: 35px;
}
#top-news .list-item {
  flex-basis: calc((100% - 70px) / 3);
  max-width: calc((100% - 70px) / 3);
}
#top-news .list-link {
  width: 100%;
  color: #775211;
}
#top-news .list-link:hover .list-img img {
  transform: scale(1.05);
}
#top-news .list-img {
  width: 100%;
  height: 240px;
  border-radius: 5px;
  overflow: hidden;
}
#top-news .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-news .list-img img {
  transition: all 0.5s ease;
}
#top-news .list-top {
  margin-top: 15px;
}
#top-news .list-ttl {
  margin-top: 10px;
}
#top-news .btn {
  display: block;
  width: 127px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.23;
  letter-spacing: 0.08em;
  margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
  #top-news .btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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

    sub layout  PC
    下層ページのPC時css
		sub-pc

========================================= */
/* =========================================
    sub  PC
    sub-about
========================================= */
#sub-recommendation .bg {
  overflow: hidden;
  position: relative;
}
#sub-recommendation .bg::after {
  position: absolute;
  content: "";
}
#sub-recommendation .bg::after {
  width: 1920px;
  height: 40px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background: url(/img/about/about-bg-top.png) no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 1921px) {
  #sub-recommendation .bg::after {
    width: 100%;
    height: 2.08vw;
  }
}
#sub-recommendation .container {
  gap: 45px;
}
#sub-recommendation .img {
  flex-shrink: 0;
}
#sub-recommendation .wrap {
  margin-top: 55px;
}
#sub-recommendation .list {
  margin-top: 40px;
}
#sub-recommendation .list-item {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.12em;
  padding-left: 30px;
  background: url(/img/all/check.png) no-repeat left 10px;
}
@media screen and (max-width: 767px) {
  #sub-recommendation .list-item {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-recommendation .list-item span {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccaa00;
}
#sub-recommendation .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-recommendation .txt {
  line-height: 2.625;
  letter-spacing: 0.12em;
  margin-top: 30px;
}
#sub-recommendation .txt-top {
  line-height: 2.125;
}

#sub-about .bg {
  background: url(/img/about/about-bg.jpg) no-repeat center top/cover;
}
#sub-about .wrap {
  gap: 50px;
  margin-top: 65px;
}
#sub-about .img {
  flex-shrink: 0;
  border-radius: 5px;
}
#sub-about .box {
  width: 100%;
}
#sub-about .name {
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.12em;
  color: #ccaa00;
}
@media screen and (max-width: 767px) {
  #sub-about .name {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-about .sub-ttl {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.12em;
  margin-top: 25px;
  padding: 1.5px 10px;
  color: #fff;
  background-color: #775211;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #sub-about .sub-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-about .txt {
  line-height: 2.125;
  left: 0.12em;
  margin-top: 15px;
}

#sub-commitment .bg {
  overflow: hidden;
  position: relative;
}
#sub-commitment .bg::before {
  position: absolute;
  content: "";
}
#sub-commitment .bg::before {
  width: 1920px;
  height: 40px;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  background: url(/img/about/about-bg-btm.png) no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 1921px) {
  #sub-commitment .bg::before {
    width: 100%;
    height: 2.08vw;
  }
}
#sub-commitment .list {
  margin-top: 84px;
}
#sub-commitment .list-item {
  gap: 40px;
}
#sub-commitment .list-item:nth-of-type(n + 2) {
  margin-top: 80px;
}
#sub-commitment .list-img {
  flex-shrink: 0;
}
#sub-commitment .list-wrap {
  width: 100%;
  margin-top: 25px;
}
#sub-commitment .list-ttl {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-commitment .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-commitment .list-ttl::before {
  position: absolute;
  content: "";
}
#sub-commitment .list-ttl::before {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #ccaa00 0px 50px, #775211 50px 100%);
  background-repeat: no-repeat;
}
#sub-commitment .list-txt {
  line-height: 2.25;
  margin-top: 20px;
}

/* =========================================
    sub  PC
    sub-menu
========================================= */
#sub-btn-list .container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #f1ede7;
}
#sub-btn-list .container-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 27px 30px;
}

#sub-menu .list-item {
  padding-top: 90px;
}
#sub-menu .list-item:nth-of-type(n + 2) {
  margin-top: 100px;
  border-top: 1px solid #ccaa00;
}
#sub-menu .list-item:first-of-type .list-ttl {
  background: url(/img/menu/menu-ttl01.jpg) no-repeat center/cover;
}
#sub-menu .list-item:nth-of-type(2) .list-ttl {
  background: url(/img/menu/menu-ttl02.jpg) no-repeat center/cover;
}
#sub-menu .list-item:nth-of-type(3) .list-ttl {
  background: url(/img/menu/menu-ttl03.jpg) no-repeat center/cover;
}
#sub-menu .list-item:nth-of-type(4) .list-ttl {
  background: url(/img/menu/menu-ttl04.jpg) no-repeat center/cover;
}
#sub-menu .list-item:nth-of-type(5) .list-ttl {
  background: url(/img/menu/menu-ttl05.jpg) no-repeat center/cover;
}
#sub-menu .list-item:nth-of-type(6) .list-ttl {
  background: url(/img/menu/menu-ttl06.jpg) no-repeat center/cover;
}
#sub-menu .list-item:nth-of-type(7) .list-ttl {
  background: url(/img/menu/menu-ttl07.jpg) no-repeat center/cover;
}
#sub-menu .list-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
#sub-menu .list-ttl {
  font-family: "ZenOldMincho-Bold", sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  width: 100%;
  height: 180px;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: -6px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), -3px -3px 3px rgba(0, 0, 0, 0.2), -3px 3px 3px rgba(0, 0, 0, 0.2), 3px -3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #sub-menu .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-menu .list-txt {
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
  line-height: 2.1;
  letter-spacing: 0.08em;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #sub-menu .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-menu .menu {
  margin-top: 60px;
}
#sub-menu .menu-item {
  padding: 25px 20px;
  border: 1px solid #ccaa00;
}
#sub-menu .menu-item:nth-of-type(n + 2) {
  margin-top: 60px;
}
#sub-menu .menu-ttl {
  margin-bottom: 20px;
}
#sub-menu .menu-fle {
  flex-wrap: wrap;
  gap: 15px 30px;
  margin-top: 10px;
}
#sub-menu .menu-fle-ttl {
  margin-right: 10px;
  padding: 1px 15px;
  color: #fff;
  background-color: #775211;
  border-radius: 5px;
}
#sub-menu .menu-txt {
  line-height: 2.25;
  margin-top: 20px;
}

/* =========================================
    sub  PC
    sub-voice
========================================= */
#sub-voice .list {
  margin-top: 65px;
}
#sub-voice .list-item {
  padding: 22px 40px;
  border: 1px solid #ccaa00;
}
#sub-voice .list-item:nth-of-type(n + 2) {
  margin-top: 60px;
}
#sub-voice .list-ttl {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #ccaa00;
}
@media screen and (max-width: 767px) {
  #sub-voice .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-voice .list-txt {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  line-height: 2.1;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #sub-voice .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* =========================================
    sub  PC
    sub-shop
========================================= */
#sub-shop .table {
  margin-top: 55px;
}

#sub-map .map {
  width: 100%;
  height: 400px;
}
#sub-map .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#sub-method .txt {
  line-height: 2;
  text-align: center;
  margin-top: 55px;
}
#sub-method .wrap {
  width: 100%;
  max-width: 800px;
  height: 130px;
  margin: 75px auto 0;
  padding-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #906b29;
  border-radius: 5px;
  position: relative;
}
#sub-method .wrap::before {
  position: absolute;
  content: "";
}
#sub-method .wrap::before {
  width: 2px;
  height: 60px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #ccaa00;
}
#sub-method .work {
  width: 340px;
  margin-left: 80px;
}

#contact-form .com-table01 {
  white-space: unset;
}
#contact-form .com-btn01 {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  transition: all 0.5s ease;
}
#contact-form .com-btn01::after {
  display: none;
}
#contact-form .com-btn01:hover {
  transform: scale(0.95);
}

.contact-form-table {
  margin: 50px auto 0;
  width: 100%;
  max-width: 1080px;
  table-layout: fixed;
}
.contact-form-table th {
  width: 350px;
  padding: 15px;
  white-space: unset;
}
.contact-form-table td {
  padding: 15px;
  white-space: unset;
}
.contact-form-table td input {
  height: 25px;
  line-height: 25px;
  border: none;
  background-color: #f5f5f5;
}
.contact-form-table td textarea {
  border: none;
  background-color: #f5f5f5;
  resize: none;
}
.contact-form-table .sp-sm {
  font-size: 16px;
}

.select {
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
  position: relative;
}
.select::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #eee;
  border-bottom: 0;
}
.select-list {
  width: 200px;
  padding: 11px 15px;
  border: none;
  cursor: pointer;
}

.privacy-check {
  font-size: 15px;
}

.required-mark {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #4aafa3;
  background-color: unset;
}

.contact-recaptcha-wrap {
  width: 304px;
  margin: 50px auto 0;
}

.contact-submits-wrap {
  margin-top: 25px;
}
.contact-submits-wrap .back-btn::before {
  display: none;
}

/*==================================================
 入力フィールド
================================================== */
select,
textarea,
input[type=tel],
input[type=text],
input[type=email],
input[type=url] {
  width: 100%;
  max-width: 100%;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(150, 150, 150, 0.1) inset;
  box-sizing: border-box;
}

select {
  padding: 7px 15px;
}

textarea {
  width: 100%;
  resize: vertical;
}

/* ボタン
-------------------------------------------------- */
input[type=button],
input[type=submit],
button {
  border: none;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  /* Safariにのみ適用するスタイル */
}

input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

input[type=button][disabled],
input[type=submit][disabled] {
  opacity: 0.4;
  pointer-events: none;
}

/* チェックボックス・ラジオボタン
-------------------------------------------------- */
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio] + label,
input[type=checkbox] + label {
  padding: 0 0 0 24px;
}

input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #fff;
}

input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}

input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}

input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  display: block;
}

input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #ff900e;
  border-radius: 8px;
}

input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #ff900e;
  border-bottom: 3px solid #ff900e;
  transform: rotate(-45deg);
}

input[type=checkbox] {
  display: none; /* デフォルトチェックボックスを完全に非表示 */
}

/*==================================================
	テーブル
================================================== */
/* スマホ表示時にはテーブルを縦向きにする */
@media screen and (max-width: 768px) {
  .contact-form-table,
  .contact-form-table tbody,
  .contact-form-table tr,
  .contact-form-table th,
  .contact-form-table td {
    width: auto;
    display: block;
  }
}
/* ご住所だけ2段なのでマージンを開ける */
input[name="items[address]"] {
  margin-top: 8px;
}

/* 「不正な送信です」「時間を空けて再度送信ください」などのセキュリティエラー文 */
.sec-error-text {
  line-height: 1.5em;
  margin-top: 50px;
  padding: 40px 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #ff900e;
}

.sec-error-link {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .sec-error-text {
    padding: 30px 10px;
    font-size: 4vw;
  }
  .sec-error-link {
    font-size: 5vw;
  }
}
/* 「任意」「必須」マーク */
.optional-mark,
.required-mark {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
  padding: 2px 10px;
  color: #fff;
  float: right;
}
@media screen and (max-width: 767px) {
  .optional-mark,
  .required-mark {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.optional-mark {
  background: #3498db;
}

.required-mark {
  background: #ff900e;
}

/* 「~が入力されていません」などの未記入エラー文 */
.error-text {
  margin: 0 0 4px;
  color: #ff900e;
}

/* 送信・確認ボタン */
.contact-submits-wrap {
  text-align: center;
}

/* プライバシーポリシー */
.inline-privacy-policy {
  height: 350px;
  margin: 16px 0;
  border: 1px solid #dfdfdf;
  background: #fff;
}

.inline-privacy-policy-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: inline-block;
}

.inline-privacy-policy iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/*==================================================
	日付選択フォーム
================================================== */
.date-list {
  padding-left: inherit;
}

.date-list li {
  list-style: none;
  margin-bottom: 15px;
}

.date-list li p {
  margin-bottom: 5px;
}

/*==================================================
	画像アップロードフォーム
================================================== */
.upload-item-wrap {
  font-size: 13px;
  overflow: hidden;
}

.upload-item-wrap input[type=file] {
  display: none;
}

/* アップされた画像のサムネイル */
.upload-item-wrap .thumb {
  width: 220px;
  height: 220px;
  margin: 0 8px 0 0;
  position: relative;
  overflow: hidden;
  float: left;
}

.upload-item-wrap .thumb img {
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*選択・削除ボタン  */
.upload-item-wrap .ancion-btn-wrap {
  margin-top: 10px;
  float: left;
}

.upload-item-wrap .ancion-btn {
  margin: 0 0 8px;
  width: 110px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #e6e6e6;
  display: block;
}

.upload-item-wrap .select-file {
  background: #2ecc71;
}

.upload-item-wrap .deselect-file {
  background: #ff900e;
}

.upload-item-wrap .ancion-btn:hover {
  cursor: pointer;
}

/*添付ファイルの注意文  */
.upload-notice {
  margin-top: 10px;
  font-size: 0.8em;
}

/* =========================================
			top  PC
			top-privacy
========================================= */
.privacy-inner {
  padding-top: 30px;
}
.privacy-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccaa00;
}
@media screen and (max-width: 767px) {
  .privacy-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.privacy .inline-privacy-policy-inner {
  margin-top: 14px;
  box-sizing: border-box;
  border: 1px solid #ccaa00;
  background-color: #fff;
}
.privacy iframe {
  width: 100%;
  height: 265px;
}
.privacy-box {
  margin-top: 35px;
}
.privacy-box p:first-of-type {
  margin-top: 10px;
}
.privacy-box input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.privacy-box label {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .privacy-box label {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.privacy-box-img {
  margin-top: 15px;
}
.privacy-box-btn {
  font-size: 16px;
  font-size: 1.6rem;
  width: 250px;
  height: 60px;
  margin-top: 46px;
  line-height: 60px;
  letter-spacing: 0.2em;
  color: #906b29;
  background-color: #f1ede7;
  position: relative;
}
@media screen and (max-width: 767px) {
  .privacy-box-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.privacy-box-btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 27px;
  right: 30px;
  transform: rotate(45deg);
  border-top: 1px solid #906b29;
  border-right: 1px solid #906b29;
}

.privacy-box .list-item {
  position: relative;
  padding-left: 15px;
}
.privacy-box .list-item::before {
  position: absolute;
  content: "・";
  left: 0;
}

/* =========================================
    sub  PC
    news テンプレ
========================================= */
#sub-news .tag-list {
  flex-wrap: wrap;
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .container {
  margin-top: 50px;
}
#sub-news .com-news-post-item {
  border-bottom: 2px solid #ccaa00;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 50px 30px;
  color: #775211;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .com-news-post-con-sm {
  max-width: 725px;
}
@media screen and (max-width: 767px) {
  #sub-news .com-news-post-link {
    padding: 5%;
  }
  #sub-news .com-news-post-img {
    width: 25%;
  }
  #sub-news .com-news-post-con-sm {
    width: 68%;
  }
}
#sub-news .detail .com-news-post-link {
  padding: 15px;
}
#sub-news .detail .com-news-post-img {
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sub-news .detail .com-news-post-img {
    width: 100%;
  }
}
#sub-news .news-post article:nth-of-type(n + 2) {
  border-top: 1px solid #f0f0f0;
}
#sub-news .news-post article:nth-of-type(n + 2) a {
  padding-top: 23px;
}
#sub-news .news-post-link {
  display: block;
  padding-bottom: 17px;
  position: relative;
  left: 0;
}
@media screen and (min-width: 768px) {
  #sub-news .news-post-link:hover {
    left: 5px;
  }
}
#sub-news .news-post-txt {
  margin-top: 15px;
}
#sub-news .news-post-flex {
  margin-top: 15px;
}
#sub-news .news-post-time {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  flex-shrink: 0;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 5px;
  padding-top: 9px;
  color: #939393;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-time {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-news .news-post-tag {
  display: flex;
  margin-left: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
  border-left: 1px solid #f1ede7;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #f1ede7;
  text-align: center;
  color: #f1ede7;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-tag-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-news .news-post-ttl {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #775211;
  line-height: 2;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    sub  PC
    detail
========================================= */
/* =========================================
  タグテンプレート
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
  background-color: #fff;
}
.tag-select-box::before {
  position: absolute;
  top: 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 #f1ede7;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  border: none;
  border-bottom: 2px solid #f1ede7;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #ccaa00;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  color: #000;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  margin-top: 35px;
  padding: 28px 30px;
  border: 1px solid #ccaa00;
  border-radius: 5px;
}
#tag-btn-list .tag-txt {
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 40px;
  color: #775211;
}
#tag-btn-list .tag-list {
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
#tag-btn-list .tag-list-link {
  min-width: 110px;
  text-align: center;
  padding: 5px 30px;
  color: #fff;
  background-color: #ccaa00;
  border-radius: 5px;
}
#tag-btn-list .tag-current {
  color: #ccaa00;
  background-color: #fff;
  border: 1px solid #ccaa00;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 40px;
  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: 15px;
}
.pagenation a,
.pagenation span {
  display: block;
}
.pagenation a {
  color: #ccaa00;
}
.pagenation .current-page {
  color: #fff;
  background: #ccaa00;
  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 #ccaa00;
  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 #ccaa00 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;
  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: #ccaa00;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  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: #ccaa00;
  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: "→";
}

/* =========================================
    sub  PC
    sub-site
========================================= */
#sub-site .list {
  width: 90%;
  margin: 50px auto 0;
}
#sub-site .list-link {
  width: 100%;
  border-bottom: 1px solid #ccaa00;
  color: #775211;
  display: block;
  padding: 15px 30px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-site .list-link {
    padding: 12px 25px;
  }
}
#sub-site .list-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 #ccaa00;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sub-site .list-link::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #ccaa00;
  }
}
@media screen and (min-width: 768px) {
  #sub-site .list-link:hover::before {
    left: 10px;
  }
}

/* =========================================
    sub  PC
    sub-complete
========================================= */
#sub-complete .container-box {
  text-align: center;
  margin-top: 50px;
}
#sub-complete .link {
  margin: 50px auto 0;
}

/* =========================================
    sub  PC
    sub-privacy
========================================= */
/* =========================================
    sub  PC
    404 error
========================================= */
#sub-error .ttl {
  text-align: center;
}
#sub-error .txt {
  width: 100%;
  text-align: center;
  margin: 50px auto 0;
}
#sub-error .link {
  text-decoration: underline;
  color: #ccaa00;
}