@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ShipporiMinchoB1-Regular";
  src: url("../fonts/ShipporiMinchoB1-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMinchoB1-Medium";
  src: url("../fonts/ShipporiMinchoB1-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "CormorantGaramond-Light";
  src: url("../fonts/CormorantGaramond-Light.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ShipporiMinchoB1-Regular";
  src: url("../fonts/ShipporiMinchoB1-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMinchoB1-Medium";
  src: url("../fonts/ShipporiMinchoB1-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "CormorantGaramond-Light";
  src: url("../fonts/CormorantGaramond-Light.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1080px;
  margin: auto;
  color: #76491b;
  background: #f8f8f8;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  body {
    line-height: 2;
  }
}

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

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

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

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

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

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

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

/*==================================================
お問い合わせフォーム
================================================== */
.contact-form-table {
  width: 100%;
  margin: 30px auto 0 !important;
  background: #fff;
  border: 1px solid rgba(118, 73, 27, 0);
}
.contact-form-table tr:nth-of-type(n+2) th {
  border-top: 1px solid rgba(118, 73, 27, 0.1);
}
@media screen and (min-width: 768px) {
  .contact-form-table tr:nth-of-type(n+2) td {
    border-top: 1px solid rgba(118, 73, 27, 0.1);
  }
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 18px;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 1.6rem;
  color: #76491b;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 1.6rem;
  }
}
.contact-form-table th {
  width: 330px;
  background: rgba(248, 248, 248, 0);
  color: #76491b;
}
.contact-form-table a {
  color: #76491b;
  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;
  box-shadow: none;
}
.contact-form-table .required-mark {
  background: rgba(231, 76, 60, 0.8);
  font-family: "ShipporiMinchoB1-Regular", serif;
  height: 30px;
  line-height: 25px;
}
@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 th {
    padding-bottom: 0;
  }
  .contact-form-table td {
    padding-top: 0;
  }
  .contact-form-table label[for=agree] {
    margin: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.contact-form-table .date-list {
  padding-left: 0;
}

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

.privacy-wrap {
  display: flex;
  max-width: 334px;
  margin: auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.privacy-wrap .error-text {
  font-size: 14px;
  font-size: 1.4rem;
}
.privacy-wrap a {
  color: #76491b;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .privacy-wrap .inline-privacy-policy-txt, .privacy-wrap a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

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

/* =========================================
  タグテンプレート（未使用）
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  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 #76491b;
  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;
  font-family: "ShipporiMinchoB1-Regular", serif;
  border: non6;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #76491b;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #76491b;
  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;
  font-family: "ShipporiMinchoB1-Regular", serif;
  color: #006;
}

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

.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.com-txt,
#privacy .txt-box {
  color: #76491b;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .com-txt,
  #privacy .txt-box {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .com-txt,
  #privacy .txt-box {
    line-height: 2;
  }
}

.fit {
  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;
  transition: all 0.3s ease;
}

/*	com-btn  PC
------------------------------------ */
.com-btn {
  display: inline-block;
  padding: 0 32px 13px 17px;
  border-bottom: 1px solid #d2718a;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 2rem;
  color: #a78727;
  letter-spacing: 0.06em;
  line-height: 1;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .com-btn {
    font-size: 1.6rem;
  }
}
.com-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #d2718a;
  border-width: 6px 0px 0px 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .com-btn:hover {
    color: #d2718a;
  }
}

#contact .contact-submits-btn {
  /*必須*/
  margin: auto;
  padding: 0;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  /*追加*/
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  padding: 10px 35px;
  border: 2px solid #76491b;
  text-align: center;
  color: #76491b;
  background-color: #fff;
  box-shadow: none;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #contact .contact-submits-btn:hover {
    background-color: #a78727;
    border-color: #a78727;
    color: #fff;
  }
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
  margin: auto;
}
.com-table tr:nth-of-type(n+2) {
  border-top: 1px solid #bfbfbf;
}
.com-table th, .com-table td {
  padding: 15px 10px;
  font-size: 1.5rem;
  font-family: "ShipporiMinchoB1-Regular", serif;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .com-table th, .com-table td {
    font-size: 1.6rem;
  }
}
.com-table th {
  width: 225px;
}
.com-table td {
  white-space: pre-line;
}
.com-table-note {
  display: block;
  line-height: 1.1;
}
.com-table-note img {
  vertical-align: middle;
}
.com-table a {
  color: #76491b;
}

/*	heading  PC
------------------------------------ */
.com-ttl01 {
  text-align: center;
}
.com-ttl01::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin: 22px auto 0;
  background: #76491b;
}
.com-ttl01-en {
  display: block;
  font-family: "CormorantGaramond-Light", serif;
  font-size: 8.2rem;
  letter-spacing: 0.06em;
  color: #a78727;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-ttl01-en {
    font-size: 4.1rem;
  }
}
.com-ttl01-ja {
  display: block;
  margin: 20px auto 0;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .com-ttl01-ja {
    font-size: 1.6rem;
  }
}
.com-ttl02 {
  text-align: center;
  font-family: "CormorantGaramond-Light", serif;
  font-size: 5rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-ttl02 {
    font-size: 2.5rem;
  }
}
.com-ttl02::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin: 22px auto 0;
  background: #fff;
}
.com-ttl03 {
  line-height: 1;
}
.com-ttl03-en {
  display: block;
  font-family: "CormorantGaramond-Light", serif;
  font-size: 7.2rem;
  letter-spacing: 0.06em;
  color: #a78727;
}
@media screen and (max-width: 768px) {
  .com-ttl03-en {
    font-size: 3.6rem;
  }
}
.com-ttl03-ja {
  display: block;
  margin-top: 10px;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .com-ttl03-ja {
    font-size: 1.6rem;
  }
}
.com-ttl04 {
  text-align: center;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #a78727;
}
@media screen and (max-width: 768px) {
  .com-ttl04 {
    font-size: 1.6rem;
  }
}
.com-ttl04::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin: 22px auto 0;
  background: #a78727;
}
.com-ttl05 {
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 2.3rem;
  letter-spacing: 0.06em;
  color: #a78727;
  border-bottom: 1px solid #a78727;
}
@media screen and (max-width: 768px) {
  .com-ttl05 {
    font-size: 1.6rem;
  }
}

/*	sidebar  PC
------------------------------------ */
@keyframes sway {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* 上方向に10px移動 */
  }
  100% {
    transform: translateY(0);
  }
}
.sidebar {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: flex;
  margin: 7px auto 0;
  align-items: center;
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding-right: 20px;
  margin: auto;
}
.breadcrumb ul {
  display: flex;
  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: #76491b;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 1.6rem;
  }
}
.breadcrumb li {
  color: #76491b;
}
.breadcrumb li::after {
  content: "|";
  display: inline-block;
  padding: 0 5px;
}

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

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  margin: 50px auto 0;
  height: 50px;
  text-align: center;
}

.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 {
  display: inline-block;
  padding: 0 20px;
  background: #a78727;
  text-align: center;
  font-size: 1.8rem;
  font-family: "ShipporiMinchoB1-Regular", serif;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .to-works-btn {
    font-size: 1.6rem;
  }
}

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

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

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

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

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

/* =========================================
  header  PC
========================================= */
/*	headline  PC
------------------------------------ */
.headline {
  width: 100%;
  height: 120px;
  margin: auto;
  padding: 0 30px 0 22px;
}
.headline-info-btn {
  margin-left: 37px;
}

.logo {
  display: inline-block;
  transition: all 0.3s ease;
}
.logo:hover {
  opacity: 0.7;
}
.logo a, .logo img {
  display: block;
}
.logo img {
  width: 100%;
}

/*	gnav  PC
------------------------------------ */
.gnav {
  line-height: 1;
}
.gnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 50px;
}
.gnav-list-link {
  display: block;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .gnav-list-link {
    font-size: 1.6rem;
  }
}
.gnav-list-link.current {
  color: #d2718a;
}

/*	mv  PC
------------------------------------ */
.mv {
  width: 100%;
  height: 0;
  padding-top: 43.75%;
  background: url(../img/top/mv.jpg) no-repeat right center/cover;
  position: relative;
}
.mv img {
  width: 100%;
}
.mv-catch {
  width: 17.4%;
  position: absolute;
  left: 1.9%;
  bottom: 10.2%;
  z-index: 100;
}

/* =========================================
  footer  PC
========================================= */
#footer .foo-inner {
  padding: 60px 0 34px;
}
#footer .foo-flx {
  margin: 60px auto 0;
}
#footer .foo-flx-center {
  margin-left: 36px;
  padding-left: 20px;
  border-left: 1px solid #e5e5e5;
}
#footer .foo-flx-right {
  margin-left: 90px;
}
#footer .foo-info-mail {
  margin-left: 40px;
}
#footer .foo-address {
  margin-top: 15px;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: #76491b;
}
@media screen and (max-width: 768px) {
  #footer .foo-address {
    font-size: 1.6rem;
  }
}
#footer .foo-list {
  padding: 8px 0;
}
#footer .foo-list-item {
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.86;
}
@media screen and (max-width: 768px) {
  #footer .foo-list-item {
    font-size: 1.6rem;
  }
}

.fnav-list {
  display: flex;
  width: 310px;
  height: 140px;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .fnav-list-item:not(:nth-of-type(5n-4)) {
    margin-top: 14px;
  }
  .fnav-list-item:nth-of-type(n+6) {
    margin-left: 50px;
  }
}
.fnav-list-link {
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .fnav-list-link {
    font-size: 1.6rem;
  }
}
.fnav-list-link.current {
  color: #df7fb7;
}

.copy {
  margin: 35px auto 0;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  line-height: 1.2;
}
.copy-txt, .copy-link {
  color: #76491b;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .copy-txt, .copy-link {
    font-size: 1.6rem;
  }
}

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

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sv {
  height: 400px;
  position: relative;
}
.sv-catch {
  width: 413px;
  height: 100%;
  padding: 240px 0 0 58px;
  background: url(../img/about/sv-ico.png) no-repeat 28px 194px #f8f8f8;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 4.7rem;
  letter-spacing: 0.08em;
  line-height: 1.27;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sv-catch {
    font-size: 2.35rem;
  }
}
.sv-catch::before, .sv-catch::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: -20px;
}
.sv-catch::before {
  background: url(../img/about/radius-t.png) no-repeat right top;
  top: 0;
}
.sv-catch::after {
  background: url(../img/about/radius-b.png) no-repeat right bottom;
  bottom: 0;
}
.sv-about {
  background: url(../img/sub/about.jpg) no-repeat center/cover;
}
.sv-service {
  background: url(../img/sub/service.jpg) no-repeat center/cover;
}
.sv-voice {
  background: url(../img/sub/voice.jpg) no-repeat center/cover;
}
.sv-information {
  background: url(../img/sub/information.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-privacy {
  background: url(../img/sub/privacy.jpg) no-repeat center/cover;
}
.sv-site {
  background: url(../img/sub/site.jpg) no-repeat center/cover;
}
.sv-notfound {
  background: url(../img/sub/e404.jpg) no-repeat center/cover;
}

/*	news  PCSP
------------------------------------ */
#news .com-news {
  margin: 60px auto 0;
}
#news .com-news-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #news .com-news-item:nth-of-type(n+2) {
    margin-top: 50px;
  }
}
#news .com-news-link {
  display: flex;
  width: 100%;
  padding: 40px;
}
#news .com-news-img {
  width: 40%;
  height: 0;
  padding-top: 28%;
  position: relative;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  #news .com-news-img {
    width: 250px;
    padding-top: 200px;
  }
}
#news .com-news-img-none {
  display: none;
  filter: grayscale(100%);
}
#news .com-news-con {
  width: 100%;
  margin-left: 5.8%;
  font-family: "ShipporiMinchoB1-Regular", serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #76491b;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #news .com-news-con {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #news .com-news-con {
    margin-left: 2%;
  }
}
#news .com-news-con-none {
  margin-left: 0;
}
#news .com-news-flx {
  margin-top: 2%;
}
#news .com-news-tag {
  display: flex;
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #adadad;
  line-height: 1.4;
  flex-wrap: wrap;
}
#news .com-news-tag li:nth-of-type(n+2)::before {
  content: ",";
  padding: 0 5px;
}
#news .com-news-tag-txt {
  letter-spacing: 0;
}
#news .com-news-time {
  flex-shrink: 0;
  line-height: 1.4;
}
#news .com-news-ttl {
  padding: 0 10px;
  background-color: #a78727;
  color: #fff;
  font-size: 2.2rem;
  font-family: "ShipporiMinchoB1-Regular", serif;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #news .com-news-ttl {
    font-size: 1.6rem;
  }
}
#news .com-news-txt {
  margin-top: 2%;
}
@media screen and (max-width: 767px) {
  #news .com-news {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  #news .com-news-item:nth-of-type(n+2) {
    margin: 30px auto 0;
  }
  #news .com-news-link {
    padding: 3%;
    align-items: flex-start;
  }
  #news .com-news-time, #news .com-news-ttl, #news .com-news-tag-txt {
    font-size: 3.5vw;
  }
  #news .com-news-txt-index {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}
#news .detail .news-box {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  #news .detail .news-box {
    padding: 25px 15px;
  }
}
#news .detail .com-news-flx {
  margin: 15px auto 0;
  padding-top: 15px;
  border-top: 1px solid rgba(118, 73, 27, 0.1);
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #news .detail .com-news-flx {
    margin: 10px auto 0;
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
#news .detail .com-news-ttl {
  padding: 5px 10px;
  font-size: 2.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #news .detail .com-news-ttl {
    font-size: 1.6rem;
  }
}

/*	contact  PC
------------------------------------ */
#contact .contact-txt {
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .contact-txt {
    margin-top: 20px;
  }
}
#contact .complete-box {
  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: 85px 0 115px;
  }
}
#privacy .privacy-box {
  max-width: 1080px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box {
    margin-top: 20px;
  }
}
#privacy .privacy-box p {
  margin: 10px auto 0;
}
#privacy .privacy-box ul {
  padding-left: 20px;
}
#privacy .privacy-box li {
  list-style: disc;
}
#privacy .ttl05 {
  background-color: #f8f8f8;
  color: #fff;
  padding: 10px 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #privacy .com-inner {
    padding-top: 20px;
  }
}

/*	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: 85px 0 115px;
  }
}
#site .site-box {
  max-width: 960px;
  margin: 60px auto 0;
  padding: 20px 50px;
}
@media screen and (max-width: 767px) {
  #site .site-box {
    margin-top: 30px;
    padding: 5px 15px;
  }
}
#site .site-ul {
  width: 100%;
  max-width: 880px;
  margin: auto;
}
#site .site-li:nth-of-type(n+2) {
  border-top: 1px solid rgba(118, 73, 27, 0.2);
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #76491b;
  font-family: "ShipporiMinchoB1-Regular", serif;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #site .site-link {
    padding: 12px 25px;
  }
}
#site .site-link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #76491b;
  border-right: 1px solid #76491b;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #site .site-link:hover::before {
    left: 10px;
  }
}

/*	e404  PCSP
------------------------------------ */
#e404 .sec-inner {
  box-sizing: border-box;
  color: #00140f;
}
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .com-txt {
  color: #00140f;
}
#e404 .top {
  display: inline-block;
  color: #00140f;
  text-decoration: underline;
  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 {
    width: 100%;
    margin: auto;
    min-width: 350px;
  }
  body.active { /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  /*	parts  SP
  ------------------------------------ */
  /*	com-btn  SP
  ------------------------------------ */
  /*	com-table  SP
  ------------------------------------ */
  /*	heading  SP
  ------------------------------------ */
  /*	sidebar  SP
  ------------------------------------ */
  /*	pagenation  SP
  ------------------------------------ */
  /* =========================================
  header  SP
  ========================================= */
  /*	headline  SP
  ------------------------------------ */
  /*	mv  SP
  ------------------------------------ */
  /*	gnav  SP
  ------------------------------------ */
  /*	gnav-add  SP
  ------------------------------------ */
  /*	ggmap  SP
  ------------------------------------ */
  /* =========================================
  footer  SP
  ========================================= */
  /* =========================================

    sub  SP

  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /*	sub mv  SP
  ------------------------------------ */
  /*	------- */
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .xs-only {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
  .ib {
    display: inline-block;
  }
  .com-inner,
  .bread-inner,
  .middle-inner,
  .lg-inner .com-inner.md {
    width: 100% !important;
  }
  .com-table th, .com-table td {
    display: block;
    width: 100%;
  }
  .com-table th {
    padding: 9px 0 0;
  }
  .com-table td {
    padding: 0 0 9px;
  }
  .com-table-note img {
    height: 13px;
  }
  .com-ttl01::after {
    width: 25px;
    margin-top: 15px;
  }
  .com-ttl01-ja {
    margin-top: 10px;
    font-size: 1.7rem;
  }
  .com-ttl02 {
    font-size: 3rem;
  }
  .com-ttl02::after {
    width: 25px;
    margin-top: 15px;
  }
  .com-ttl04 {
    font-size: 2rem;
  }
  .com-ttl04::after {
    width: 25px;
    margin-top: 15px;
  }
  .com-ttl05 {
    padding-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .sub .com-ttl01-en {
    font-size: 3.5rem;
  }
  .pagenation {
    margin-top: 50px;
  }
  .pagenation li {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pagenation li:nth-of-type(n+2) {
    margin-left: 15px;
  }
  .data-nav a {
    height: 50px;
    line-height: 50px;
  }
  .arrow-btn::before {
    width: 50px;
    height: 50px;
  }
  .headline {
    height: 70px;
    padding: 0 15px;
  }
  .logo, .drawer-logo, .foo-logo {
    width: 121px !important;
  }
  .mv {
    padding-top: 75%;
    border-radius: 10px;
    background: url(../img/top/mv-sp.jpg) no-repeat center top/100%;
  }
  .mv-catch {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: #f8f8f8;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .mv-catch img {
    width: 95%;
    margin: auto;
  }
  .sp-menu-btn-wrp {
    top: 11px;
    background: #a78727;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    font-size: 1.1rem;
    font-family: "ShipporiMinchoB1-Regular", serif;
    color: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    background: #fff;
  }
  #drawer-nav {
    padding: 0 0 30px;
    background: #f8f8f8;
  }
  #drawer-nav.active {
    z-index: 1000;
  }
  #drawer-nav .drawer-logo {
    max-width: none;
    margin-bottom: 0;
  }
  #drawer-nav .drawer-logo-wrap {
    margin-bottom: 15px;
    padding: 20px 15px 0;
    justify-content: center;
  }
  #drawer-nav .drawer-logo img {
    vertical-align: middle;
  }
  #drawer-nav .drawer-info {
    padding: 0 15px 0;
  }
  #drawer-nav #nav {
    padding: 0;
  }
  #drawer-nav #nav .drawer-item {
    padding: 0 15px;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 12px 12px 12px;
    font-family: "ShipporiMinchoB1-Regular", serif;
    text-align: left;
    border-color: rgba(118, 73, 27, 0.2);
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #drawer-nav #nav .drawer-link.current {
    color: #a78727;
  }
  .drawer-info {
    margin: 30px auto 0;
    text-align: center;
  }
  .drawer-info-btn {
    display: flex;
    width: 250px;
    height: 50px;
    margin: auto;
    background: #fff;
    color: #a78727;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    font-family: "ShipporiMinchoB1-Regular", serif;
    font-size: 1.7rem;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  .drawer-info-btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .drawer-info-btn:hover {
    background-color: #76491b;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .drawer-info-btn::before {
    content: "";
    width: 18px;
    height: 15px;
    margin-right: 14px;
    background: url(../img/top/contact-mail.png) no-repeat center/contain;
  }
  .ggmap {
    padding-top: 250px;
  }
  #footer .foo-inner {
    padding: 50px 15px 70px;
    text-align: center;
  }
  #footer .foo-flx {
    flex-direction: column;
    align-items: center;
  }
  #footer .foo-flx-center {
    width: 100%;
    margin: 20px auto 0;
    padding: 10px 0 0;
    border-left: none;
    border-top: 1px solid #e5e5e5;
    text-align: left;
  }
  #footer .foo-flx-right {
    width: 100%;
    margin: 30px auto 0;
  }
  #footer .foo-info-mail {
    margin-left: 20px;
  }
  #footer .foo-address {
    font-size: 1.5rem;
  }
  #footer .com-tel-link {
    font-size: 1.6rem;
  }
  #footer .com-tel-num {
    font-size: 2.4rem;
  }
  #footer .com-tel-note {
    margin-top: -2px;
  }
  #footer .com-tel-note img {
    height: 14px;
  }
  .fnav {
    width: 100%;
  }
  .fnav-list {
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    align-items: flex-start;
  }
  .fnav-list-item:nth-of-type(n+2) {
    margin-top: 22px;
  }
  .fnav-list-link {
    font-size: 1.4rem;
  }
  .copy {
    margin-top: 20px;
    text-align: center;
    line-height: 1.5;
  }
  .copy-txt, .copy-link {
    font-size: 1rem;
  }
  .sv {
    height: 0;
    padding-top: 55%;
    border-radius: 15px 15px 0 0;
    background-position: center top;
    background-size: 150%;
  }
  .sv-catch {
    display: flex;
    width: 100%;
    height: 80px;
    padding: 0;
    background-position: center;
    background-size: 150px;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .sv-catch::before {
    content: none;
    transform: rotate(-90deg);
    top: -29px;
    left: 0;
    right: auto;
  }
  .sv-catch::after {
    content: none;
    transform: rotate(-90deg);
    top: -29px;
    right: 0;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= *//*# sourceMappingURL=common.css.map */