@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url("../fonts/ZenMaruGothic-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url("../fonts/ZenMaruGothic-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url("../fonts/ZenMaruGothic-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url("../fonts/ZenMaruGothic-Black.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url("../fonts/ZenMaruGothic-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url("../fonts/ZenMaruGothic-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url("../fonts/ZenMaruGothic-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url("../fonts/ZenMaruGothic-Black.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1100px;
  margin: auto;
  background-color: #f6f5ee;
  color: #714933;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  body {
    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;
}

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: none;
  border-radius: 30px;
  overflow: hidden;
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 18px;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 1.6rem;
  color: #714933;
  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: #ffb7c5;
  color: #714933;
}
.contact-form-table a {
  color: #714933;
  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 {
  font-family: "ZenMaruGothic-Medium", sans-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: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact-form-table label[for=agree] {
    margin: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.contact-form-table .date-list {
  padding-left: 0;
}

.error-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 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: #714933;
  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 #714933;
  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: "ZenMaruGothic-Medium", sans-serif;
  border: non6;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #714933;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #714933;
  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: "ZenMaruGothic-Medium", sans-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: #714933;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .com-txt,
  #privacy .txt-box {
    font-size: 1.6rem;
  }
}

.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: block;
  width: 100%;
  max-width: 270px;
  height: 60px;
  margin: auto;
  border-radius: 999px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 20px) center;
  background-color: #fff;
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .com-btn {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .com-btn:hover {
    background-color: #ffb7c5;
    color: #fff;
    background-image: url(../img/top/com-btn-arw-hover.png);
    opacity: 1;
  }
}

@keyframes zoomOnce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
#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: 270px;
  height: 60px;
  margin: auto;
  border-radius: 999px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 20px) center;
  background-color: #fff;
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  #contact .contact-submits-btn {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #contact .contact-submits-btn:hover {
    background-color: #ffb7c5;
    color: #fff;
    background-image: url(../img/top/com-btn-arw-hover.png);
    opacity: 1;
  }
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
  margin: auto;
  border-bottom: 1px solid #ffb7c5;
}
.com-table tr {
  border-top: 1px solid #ffb7c5;
}
.com-table th, .com-table td {
  padding: 16px 0;
  font-size: 1.6rem;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .com-table th, .com-table td {
    font-size: 1.6rem;
  }
}
.com-table th {
  width: 110px;
}
.com-table td {
  white-space: pre-line;
}
.com-table-note {
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .com-table-note {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .com-table-note {
    display: block;
  }
}
.com-table-note img {
  vertical-align: middle;
}

/*	heading  PC
------------------------------------ */
.com-ttl01 {
  padding-bottom: 25px;
  background: url(../img/top/com_ttl-deco.png) no-repeat center bottom;
  font-size: 3.2rem;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  letter-spacing: 0.15em;
  line-height: 1.5625;
  text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}
@media screen and (max-width: 768px) {
  .com-ttl01 {
    font-size: 1.6rem;
  }
}
.com-ttl01-sm {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .com-ttl01-sm {
    font-size: 1.6rem;
  }
}
.com-ttl01-lg {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-ttl01-lg {
    font-size: 2rem;
  }
}
.com-ttl01-ac {
  font-family: "ZenMaruGothic-Black", sans-serif;
  color: #ffb7c5;
}
.com-ttl02 {
  padding-bottom: 12px;
  border-bottom: 1px solid #ffb7c5;
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-ttl02 {
    font-size: 1.6rem;
  }
}
.com-ttl03 {
  width: 100%;
  max-width: 520px;
  height: 50px;
  background: #ffb7c5;
  border-radius: 999px;
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.15em;
  line-height: 50px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .com-ttl03 {
    font-size: 1.6rem;
  }
}
.com-ttl03::before {
  content: "";
  width: 30px;
  height: 10px;
  margin: auto;
  background: url(../img/diagnosis/diagnosis_sbttl-bg-arw.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
}
.com-ttl04 {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  line-height: 1.78;
}
@media screen and (max-width: 768px) {
  .com-ttl04 {
    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: 30px;
  right: 30px;
  z-index: 100;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: flex;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
  }
}
.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: #714933;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 1.6rem;
  }
}
.breadcrumb li {
  color: #714933;
}
.breadcrumb li::after {
  content: "|";
  display: inline-block;
  padding: 0 20px;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 100px 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 #ffb7c5;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #714933;
  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: #ffb7c5;
  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 #ffb7c5;
  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 #ffb7c5 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  margin: 100px 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: #ffb7c5;
  text-align: center;
  font-size: 1.8rem;
  font-family: "ZenMaruGothic-Medium", sans-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: #ffb7c5;
  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: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

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

/* =========================================
  header  PC
========================================= */
/*	headline  PC
------------------------------------ */
.headline {
  margin: auto;
  padding: 0 30px 0 25px;
  position: fixed;
  top: 8px;
  left: 0;
  right: 0;
  z-index: 100;
}
.headline-btn {
  margin-left: 30px;
}
@media screen and (max-width: 1289px) {
  .headline-info {
    display: block;
  }
  .headline-btn {
    margin: 20px 0 0 auto;
  }
}

.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;
  align-items: center;
  justify-content: center;
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 40px;
  position: relative;
}
.gnav-list-item:nth-of-type(n+2)::before {
  content: "";
  width: 9px;
  height: 8px;
  margin: auto;
  background: url(../img/top/nav_deco.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: -26px;
  bottom: 0;
}
.gnav-list-link {
  display: block;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  white-space: nowrap;
  text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}
@media screen and (max-width: 768px) {
  .gnav-list-link {
    font-size: 1.6rem;
  }
}
.gnav-list-link.current {
  color: #ffb7c5;
}

/*	mv  PC
------------------------------------ */
.mv {
  padding: 147px 0 0 0;
  background: url(../img/top/mv-bg.png) no-repeat center bottom/100% auto #f6f5ee;
}
.mv-contents {
  width: 47.9%;
  padding-top: 4.5%;
  padding-left: 2.5%;
  padding-bottom: 17.7%;
  background: url(../img/top/character_a.png) no-repeat 88% 0px/20.6%, url(../img/top/character_b.png) no-repeat -19.7% 23.9%/31.5%, url(../img/top/character_c.png) no-repeat 2.4% 74.9%/20.5%, url(../img/top/character_d.png) no-repeat 108.6% 62.4%/25.9%;
  position: relative;
}
.mv-catch {
  width: 69.9%;
  margin: auto;
  text-align: center;
}
.mv-cta {
  text-align: center;
  position: absolute;
  left: 7%;
  right: 0;
  bottom: 7.3%;
}
.mv-cta-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .mv-cta-ttl {
    font-size: 1.6rem;
  }
}
.mv-cta .mv-cta-btn {
  margin: 13px auto 0;
}
@media screen and (min-width: 1441px) {
  .mv-cta .mv-cta-btn {
    width: 600px;
    height: 100px;
    font-size: 2.4rem;
  }
  .mv-cta .mv-cta-btn::before {
    width: 23px;
    height: 17px;
  }
}
.mv-img {
  width: 50%;
  padding-top: 24px;
}
@media screen and (min-width: 1921px) {
  .mv-img img {
    width: 100%;
  }
}

/* =========================================
  footer  PC
========================================= */
#footer .com-contact {
  background: url(../img/top/f-contact-left.png) no-repeat calc(50% - 790px) calc(100% - 12px), url(../img/top/f-contact-right.png) no-repeat calc(50% + 777px) calc(100% - 12px), url(../img/top/com_bg-wave.png) no-repeat center bottom #fff;
}
@media screen and (min-width: 1921px) {
  #footer .com-contact {
    background-size: auto, auto, 100%;
  }
}
#footer .contact-list-item::before {
  content: none;
}
#footer .foo-bg {
  background: #f6f5ee;
}
#footer .foo-inner {
  padding: 100px 0 50px;
}
#footer .foo-txt {
  margin-top: 24px;
  line-height: 1.5;
  white-space: pre-line;
}
#footer .foo-info {
  display: flex;
  margin-top: 26px;
  align-items: center;
}
#footer .foo-info-btn {
  width: 350px;
  max-width: none;
  background-image: url(../img/top/target.png);
}
#footer .foo-info-link {
  margin-left: 30px;
}

.fnav {
  display: flex;
  line-height: 1;
}
.fnav-list:nth-of-type(n+2) {
  margin-left: 50px;
}
.fnav-list li:nth-of-type(n+2) {
  margin-top: 43px;
}
.fnav-list-link {
  padding-left: 19px;
  background: url(../img/top/nav_deco.png) no-repeat left center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .fnav-list-link {
    font-size: 1.6rem;
  }
}
.fnav-list-link.current {
  color: #ffb7c5;
}

.copy {
  margin: 95px auto 0;
  text-align: center;
}
.copy-txt, .copy-link {
  color: #714933;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .copy-txt, .copy-link {
    font-size: 1.6rem;
  }
}

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

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sv {
  height: 450px;
  display: flex;
  align-items: center;
  position: relative;
}
.sv-inner {
  width: calc(100% - 150px);
  max-width: 1280px;
  margin: auto;
}
.sv-catch {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sv-catch {
    font-size: 2rem;
  }
}
.sv-catch::before {
  content: "";
  width: 36px;
  height: 41px;
  background: url(../img/sub/sv_ttl-deco.png) no-repeat left center/contain;
  position: absolute;
  left: -50px;
}
.sv-diagnosis {
  background: url(../img/sub/character_b.png) no-repeat left bottom, url(../img/sub/sv_diagnosis-img.png) no-repeat right center, url(../img/sub/bg.png) no-repeat center bottom/100% 100px;
}
.sv-about {
  background: url(../img/sub/character_b.png) no-repeat left bottom, url(../img/sub/sv_about-img.png) no-repeat right center, url(../img/sub/bg.png) no-repeat center bottom/100% 100px;
}
.sv-review {
  background: url(../img/sub/character_b.png) no-repeat left bottom, url(../img/sub/sv_review-img.png) no-repeat right center, url(../img/sub/bg.png) no-repeat center bottom/100% 100px;
}
.sv-staff {
  background: url(../img/sub/character_b.png) no-repeat left bottom, url(../img/sub/sv_staff-img.png) no-repeat right center, url(../img/sub/bg.png) no-repeat center bottom/100% 100px;
}
.sv-contact {
  background: url(../img/sub/character_b.png) no-repeat left bottom, url(../img/sub/sv_contact-img.png) no-repeat right center, url(../img/sub/bg.png) no-repeat center bottom/100% 100px;
}
.sv-complete {
  background: url(../img/sub/character_b.png) no-repeat left bottom, url(../img/sub/sv_complete-img.png) no-repeat right center, url(../img/sub/bg.png) no-repeat center bottom/100% 100px;
}
.sv-news {
  background: url(../img/sub/character_b.png) no-repeat left bottom, url(../img/sub/sv_news-img.png) no-repeat right center, url(../img/sub/bg.png) no-repeat center bottom/100% 100px;
}
.sv-privacy {
  background: url(../img/sub/character_b.png) no-repeat left bottom, url(../img/sub/sv_privacy-img.png) no-repeat right center, url(../img/sub/bg.png) no-repeat center bottom/100% 100px;
}
.sv-site {
  background: url(../img/sub/character_b.png) no-repeat left bottom, url(../img/sub/sv_site-img.png) no-repeat right center, url(../img/sub/bg.png) no-repeat center bottom/100% 100px;
}
.sv-notfound {
  background: url(../img/sub/character_b.png) no-repeat left bottom, url(../img/sub/sv_notfound-img.png) no-repeat right center, url(../img/sub/bg.png) no-repeat center bottom/100% 100px;
}
@media screen and (min-width: 768px) and (max-width: 1554px) {
  .sv {
    background-size: 120px, auto, auto !important;
    background-position: left calc(100% - 20px), right center, center bottom;
  }
}

/*	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: "ZenMaruGothic-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #714933;
  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 2px;
}
#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: #ffb7c5;
  color: #fff;
  font-size: 2.2rem;
  font-family: "ZenMaruGothic-Medium", sans-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.3vw;
  }
  #news .com-news-txt-index {
    font-size: 3.4vw;
    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(113, 73, 51, 0.1);
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #news .detail .com-news-flx {
    margin: 10px auto 0;
    padding-top: 10px;
    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;
  }
}
#news .detail .com-news-time {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #news .detail .com-news-time {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #news .detail .com-news-tag-txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #news .news-index-tag-txt {
    font-size: 3.3vw;
  }
}

/*	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: 120px 0;
  }
}
#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: #eee9dc;
  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: 120px 0;
  }
}
#site .site-box {
  max-width: 960px;
  margin: 0 auto 0;
  padding: 20px 50px;
}
@media screen and (max-width: 767px) {
  #site .site-box {
    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(113, 73, 51, 0.2);
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #714933;
  font-family: "ZenMaruGothic-Medium", sans-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 #714933;
  border-right: 1px solid #714933;
  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-btn {
    height: 50px;
    line-height: 50px;
  }
  .com-table th, .com-table td {
    display: block;
    width: 100%;
  }
  .com-table th {
    padding: 10px 0px 0;
  }
  .com-table td {
    padding: 0 0 10px;
  }
  .com-table-note img {
    height: 13px;
  }
  .com-ttl01 {
    padding-bottom: 15px;
    background-size: 90px;
    font-size: 2rem;
  }
  .com-ttl01-lg {
    font-size: 2.3rem;
  }
  .com-ttl02 {
    font-size: 1.8rem;
  }
  .sidebar {
    bottom: 5px;
    right: 5px;
  }
  .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: 10px;
    position: static;
  }
  .headline-btn {
    margin-top: 0 !important;
  }
  .logo, .drawer-logo, .foo-logo {
    width: 80px !important;
  }
  .mv {
    padding: 0;
    background-size: 100% 30%;
    flex-direction: column-reverse;
    align-items: center;
  }
  .mv-contents {
    width: 100%;
    background-position: 88% 0px, -17.7% 23.9%, 2.4% 57%, 108.6% 50%;
    background-size: 20.6%, 28.5%, 20.5%, 25.9%;
  }
  .mv-img {
    width: 90%;
    padding: 0;
  }
  .mv-cta {
    margin: 20% auto 0;
    position: static;
  }
  .mv-cta-btn {
    width: 90% !important;
  }
  .sp-menu-btn-wrp {
    top: 11px;
    background: #ffb7c5;
    border-radius: 10px;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    font-size: 1.1rem;
    font-family: "ZenMaruGothic-Medium", sans-serif;
    color: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    background: #fff;
  }
  #drawer-nav {
    padding: 0 0 30px;
    background: #eee9dc;
  }
  #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: "ZenMaruGothic-Medium", sans-serif;
    text-align: left;
    border-color: rgba(113, 73, 51, 0.2);
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #drawer-nav #nav .drawer-link.current {
    color: #ffb7c5;
  }
  .drawer-info {
    margin: 50px auto 0;
    text-align: center;
  }
  .drawer-info .com-dl, .drawer-info .com-mail {
    margin: 25px auto 0;
  }
  .drawer-info .com-dl-item {
    justify-content: center;
  }
  .drawer-info .com-contact {
    background: none !important;
  }
  .drawer-info .contact-list-item::before {
    content: none !important;
  }
  .drawer-info .contact-list-item02 {
    margin-top: 25px !important;
  }
  .drawer-info .com-mail {
    margin-top: 0;
  }
  .ggmap {
    padding-top: 250px;
  }
  #footer .com-contact {
    background: url(../img/top/contact-bg-wave.png) no-repeat center bottom/100% #fff;
  }
  #footer .contact-list-item02 {
    margin-top: 15px;
  }
  #footer .foo-inner {
    padding: 20px 15px 100px;
  }
  #footer .foo-flx {
    flex-direction: column;
    align-items: center;
  }
  #footer .foo-left {
    text-align: center;
  }
  #footer .foo-info-btn {
    width: 275px;
    background-position: calc(100% - 15px) center;
    font-size: 1.3rem;
  }
  #footer .foo-info-link {
    margin-left: 15px;
  }
  .fnav {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
  .fnav-list:nth-of-type(n+2) {
    margin: 25px 0 0;
  }
  .fnav-list li:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .copy {
    margin-top: 20px;
    justify-content: center;
    line-height: 1.2;
  }
  .copy-txt, .copy-link {
    font-size: 1rem;
  }
  .sv {
    height: auto;
    padding: 44% 15px 65px;
    background-position: left bottom, right top, center bottom;
    background-size: 12%, 88%, 100% 50px;
  }
  .sv-catch {
    display: inline-block;
    font-size: 2.2rem;
  }
  .sv-catch::before {
    width: 17px;
    height: 27px;
    left: -23px;
  }
  .sv-inner {
    width: 100%;
    text-align: center;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= *//*# sourceMappingURL=common.css.map */