@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1200px;
  margin: auto;
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

.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;
}

.com-inner-lg {
  width: 100%;
  max-width: 1800px;
  margin: auto;
}

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

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

/*==================================================
お問い合わせフォーム
================================================== */
.contact-form-table {
  width: 100%;
  max-width: 1080px;
  margin: 50px auto 0 !important;
  background: none;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  vertical-align: top;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 1.5rem;
  }
}
.contact-form-table th {
  width: 370px;
}
.contact-form-table a {
  color: #404040;
  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: #fff;
  border-radius: 0;
}
.contact-form-table .required-mark {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  height: 30px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .contact-form-table th, .contact-form-table td {
    padding: 9px;
    font-size: 1.6rem;
  }
  .contact-form-table th {
    border: none;
  }
  .contact-form-table td {
    border-color: #e0638f;
  }
  .contact-form-table label[for=agree] {
    margin: auto;
    font-size: 1.6rem;
  }
}
.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.5rem;
  }
}

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

/* =========================================
  タグテンプレート
========================================= */
.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 #404040;
  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: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  border: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #404040;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #404040;
  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: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  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: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .com-txt,
  #privacy .txt-box {
    font-size: 1.5rem;
  }
}

.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: 160px;
  height: 40px;
  text-align: center;
  outline: 1px solid rgba(198, 141, 45, 0.95);
  outline-offset: -4px;
  background: #3B162B;
  background: linear-gradient(90deg, rgb(59, 22, 43) 0%, rgb(120, 44, 87) 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .com-btn {
    font-size: 1.5rem;
  }
}
.com-btn::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #e4bc78;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.com-btn:hover {
  opacity: 0.95;
  outline-offset: 0;
}
.com-btn:hover::before {
  right: 0;
}
.com-btn-line {
  width: 300px;
  height: 70px;
  outline-color: #06c755;
  background: #fff;
  font-size: 1.7rem;
  color: #06c755;
  line-height: 70px;
}
@media screen and (max-width: 768px) {
  .com-btn-line {
    font-size: 1.5rem;
  }
}
.com-btn-line::before {
  background-color: #06c755;
}
.com-btn-line::after {
  content: "";
  width: 29px;
  height: 29px;
  background: url(../img/top/reserve-line.png) no-repeat left center/contain;
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
}
.com-btn-email {
  width: 300px;
  height: 70px;
  outline-color: #782c57;
  background: #fff;
  font-size: 1.7rem;
  color: #782c57;
  line-height: 70px;
}
@media screen and (max-width: 768px) {
  .com-btn-email {
    font-size: 1.5rem;
  }
}
.com-btn-email::before {
  background-color: #782c57;
}
.com-btn-email::after {
  content: "";
  width: 22px;
  height: 38px;
  background: url(../img/top/reserve-email.png) no-repeat left center/contain;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.com-btn-mail {
  width: 300px;
  height: 70px;
  outline-color: #fff;
  background: #E95589;
  background: linear-gradient(90deg, rgb(233, 85, 137) 0%, rgb(238, 132, 169) 100%);
  font-size: 1.7rem;
  line-height: 70px;
}
@media screen and (max-width: 768px) {
  .com-btn-mail {
    font-size: 1.5rem;
  }
}
.com-btn-mail::before {
  background-color: #fff;
}
.com-btn-mail::after {
  content: "";
  width: 30px;
  height: 22px;
  background: url(../img/top/reserve-mail.png) no-repeat left center/contain;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#contact .contact-submits-wrap {
  text-align: center;
}
#contact .contact-submits-btn {
  /*必須*/
  margin: auto;
  padding: 0;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  /*追加*/
  display: block;
  width: 260px;
  height: 50px;
  text-align: center;
  outline: 1px solid rgba(198, 141, 45, 0.95);
  outline-offset: -4px;
  background: #3B162B;
  background: linear-gradient(90deg, rgb(59, 22, 43) 0%, rgb(120, 44, 87) 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contact .contact-submits-btn {
    font-size: 1.5rem;
  }
}
#contact .contact-submits-btn:hover {
  opacity: 0.95;
  outline-offset: 0;
}
#contact .contact-submits-btn:hover::before {
  right: 0;
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
}
.com-table tr:nth-of-type(n+2) th {
  border-top: 1px solid #f5a2bf;
}
.com-table tr:nth-of-type(n+2) td {
  border-top: 1px solid #782c57;
}
.com-table th, .com-table td {
  padding: 16px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  vertical-align: top;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .com-table th, .com-table td {
    font-size: 1.5rem;
  }
}
.com-table th {
  width: 100px;
  padding-left: 5px;
  color: #782c57;
}
.com-table td {
  padding-left: 45px;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  .com-table-note {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .com-table-note {
    display: block;
    margin: 0;
  }
}
.com-table-note img {
  vertical-align: middle;
}

/*	heading  PC
------------------------------------ */
.com-ttl01 {
  text-align: center;
}
.com-ttl01 .en {
  display: block;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  color: #e0638f;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .en {
    font-size: 1.5rem;
  }
}
.com-ttl01 .ja {
  margin: 17px auto 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5rem;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .ja {
    font-size: 1.75rem;
  }
}
.com-ttl01 .ja .lg {
  font-size: 4rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .ja .lg {
    font-size: 2rem;
  }
}
.com-ttl01 .ja .ac {
  color: #782c57;
}
.com-ttl01 .ja::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  margin: 20px auto 0;
  background: #e4bc78;
}
.com-ttl01 .ja.border-none::after {
  content: none;
}
.com-ttl01 .fuki {
  display: inline-block;
  padding: 0 40px;
  background: url(../img/top/com-ttl01-ja-left.png) no-repeat left 23px, url(../img/top/com-ttl01-ja-right.png) no-repeat right 23px;
}
.com-ttl01.t-left .ja::after {
  width: 30px;
  height: 1px;
  margin-left: 0;
}
.com-ttl02 {
  padding-bottom: 10px;
  border-bottom: 1px solid #c68d2d;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  color: #a16909;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-ttl02 {
    font-size: 1.5rem;
  }
}
.com-ttl02 .ac {
  font-size: 2rem;
  color: #c68d2d;
}
@media screen and (max-width: 768px) {
  .com-ttl02 .ac {
    font-size: 1.5rem;
  }
}
.com-ttl03 {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5rem;
  letter-spacing: 0.12em;
  color: #404040;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-ttl03 {
    font-size: 1.75rem;
  }
}
.com-ttl03::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin: 20px auto 0;
  background-color: #782c57;
}
.com-ttl04 {
  padding-bottom: 20px;
  border-bottom: 1px solid;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.12em;
  color: #782c57;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .com-ttl04 {
    font-size: 1.5rem;
  }
}
.com-ttl-star {
  padding-left: 50px;
  background: url(../img/top/root-ttl-star.png) no-repeat left center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #782c57;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-ttl-star {
    font-size: 1.5rem;
  }
}

/*	sidebar  PC
------------------------------------ */
.sidebar {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 100;
}
.sidebar-pagetop {
  animation: floatY 3s ease infinite;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: flex;
  height: 40px;
  align-items: center;
  position: relative;
  z-index: 10;
}
.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;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li, .breadcrumb a {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 1.5rem;
  }
}
.breadcrumb li::after {
  content: "/";
  display: inline-block;
  padding: 0 5px;
  color: #e0638f;
}
.breadcrumb a {
  color: #e0638f;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #404040;
}
@media screen and (max-width: 768px) {
  .pagenation li {
    font-size: 1.5rem;
  }
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 20px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #404040;
}
.pagenation .current {
  color: #e0638f;
  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;
}

.arrow-left {
  margin: auto;
  position: relative;
  display: inline-block;
  width: 11.8px;
  height: 19.6px;
}

.arrow-left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 8.25px solid #e0638f;
  border-left: 0;
  transform: translateY(-50%);
}

.arrow-right {
  margin: auto;
  position: relative;
  display: inline-block;
  width: 11.8px;
  height: 19.6px;
}

.arrow-right::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8.25px solid #e0638f;
  border-right: 0;
  transform: translateY(-50%);
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  margin: 28px auto 0;
  padding-top: 20px;
  border-top: 1px dotted #f5a2bf;
  text-align: center;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #404040;
  line-height: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .data-nav a {
    font-size: 1.5rem;
  }
}
.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 9px;
  border-left: 1px solid #404040;
  border-right: 1px solid #404040;
}

.back-btn {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.back-btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-right: 14px;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 8.25px solid #e0638f;
  border-left: 0;
}

.next-btn {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.next-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 14px;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8.25px solid #e0638f;
  border-right: 0;
}

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

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

/* =========================================
  header  PC
========================================= */
.ent #header {
  padding-top: 110px;
}

/*	headline  PC
------------------------------------ */
.headline {
  width: 100%;
  margin: auto;
  padding-left: 20px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  transition: all 0.3s ease;
}
.headline-list {
  margin-top: 10px;
}
.headline-list li:nth-of-type(n+2) {
  margin-left: 30px;
}
.headline-sns a:nth-of-type(n+2) {
  margin-left: 32px;
}
.headline-info-mail {
  width: 150px;
  height: 110px;
  margin-left: 30px;
  padding-top: 50px;
  background: #E95589;
  background: linear-gradient(90deg, rgb(233, 85, 137) 0%, rgb(238, 132, 169) 100%);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.46;
  position: relative;
}
@media screen and (max-width: 768px) {
  .headline-info-mail {
    font-size: 1.5rem;
  }
}
.headline-info-mail::before {
  content: "";
  width: 30px;
  height: 22px;
  margin: auto;
  background: url(../img/ent/info-mail.png) no-repeat center/contain;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}
.headline-info-mail::after {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../img/ent/arrow.png) no-repeat right bottom/contain;
  position: absolute;
  right: 3px;
  bottom: 3px;
}

@media screen and (min-width: 768px) {
  .top .headline, .sub .headline {
    background: none;
  }
  .top .headline-bg, .sub .headline-bg {
    background: rgba(255, 255, 255, 0.8);
  }
  .top .headline-bg .headline-info, .sub .headline-bg .headline-info {
    background: none;
  }
  .top .headline-info, .sub .headline-info {
    height: 110px;
    padding: 15px 30px 0;
    background: rgba(255, 255, 255, 0.8);
  }
  .top .headline-info-mail, .sub .headline-info-mail {
    margin-left: 0;
  }
}
.logo {
  display: inline-block;
  transition: all 0.3s ease;
}
.logo:hover {
  opacity: 0.7;
}
.logo a, .logo img {
  display: block;
}
.logo img {
  width: 100%;
}

/* ent  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  .ent-list-item {
    width: 33.33%;
  }
}
.ent-list-link {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 145.3125%;
  position: relative;
}
.ent-list-link01 {
  background: url(../img/ent/mv01.jpg) no-repeat center top/cover;
}
.ent-list-link02 {
  background: url(../img/ent/mv02.jpg) no-repeat center top/cover;
}
.ent-list-link03 {
  background: url(../img/ent/mv03.jpg) no-repeat center top/cover;
}
.ent-list-ttl {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.ent-list-ttl01 {
  width: 65.46875%;
}
.ent-list-ttl02 {
  width: 70.9375%;
}
.ent-list-ttl03 {
  width: 76.5625%;
}
.ent-copy {
  padding: 10px;
  background-color: #f5a2bf;
  text-align: center;
  line-height: 1.4;
}
.ent-copy-txt, .ent-copy-link {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .ent-copy-txt, .ent-copy-link {
    font-size: 1.5rem;
  }
}

/*	mv  PC
------------------------------------ */
.mv {
  position: relative;
}
.mv::before {
  content: "";
  width: 335px;
  height: 229px;
  background: url(../img/top/logo-bg.png) no-repeat left top/contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.mv img {
  width: 100%;
}
.mv-catch {
  width: 38.4375%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
}

/*	gnav  PC
------------------------------------ */
.gnav {
  padding: 7px 0;
  background-color: #e0638f;
  line-height: 1;
  transition: all 0.3s ease;
}
.gnav-fixed {
  position: fixed;
  top: 110px;
  left: 0;
  right: 0;
  z-index: 100;
}
.gnav-list {
  display: flex;
  max-width: 1080px;
  margin: auto;
  justify-content: space-between;
}
.gnav-list-item {
  width: 20%;
  position: relative;
}
.gnav-list-item::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: linear-gradient(to bottom, transparent 0, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 3px, rgb(255, 255, 255) 17px, rgba(255, 255, 255, 0) 20px);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gnav-list-item:last-of-type::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: linear-gradient(to bottom, transparent 0, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 3px, rgb(255, 255, 255) 17px, rgba(255, 255, 255, 0) 20px);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gnav-list-link {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.7rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .gnav-list-link {
    font-size: 1.5rem;
  }
}

/* =========================================
  footer  PC
========================================= */
#footer .foo-bg {
  border-top: 20px solid #e0638f;
  background: #f5a2bf;
}
#footer .foo-inner {
  padding: 30px 0 44px;
}
#footer .foo-flx {
  margin: 40px auto 0;
}
#footer .foo-address {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #footer .foo-address {
    font-size: 1.5rem;
  }
}
#footer .foo-dl {
  display: block;
  margin-top: 13px;
}
#footer .foo-dl div:nth-of-type(n+2) {
  margin: 0;
}
#footer .foo-dl dt, #footer .foo-dl dd {
  color: #fff;
}
#footer .foo-tel {
  margin-top: 12px;
  color: #fff;
}
#footer .foo-tel .num {
  color: #fff;
}

.fnav {
  display: flex;
  justify-content: flex-end;
  line-height: 1;
}
.fnav ul:nth-of-type(n+2) {
  margin-left: 38px;
}
.fnav-list li:nth-of-type(n+2) {
  margin-top: 15px;
}
.fnav-list-link {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fnav-list-link {
    font-size: 1.5rem;
  }
}
.fnav-list-link::before {
  content: "▶";
  margin-right: 4px;
  font-size: 1rem;
}

.copy {
  margin-top: 25px;
  text-align: right;
}
.copy-txt, .copy-link {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  color: #fff;
}

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

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sv {
  height: 480px;
  position: relative;
  z-index: 0;
}
.sv::after {
  content: "";
  width: 486px;
  height: 364px;
  margin: auto;
  background: url(../img/sub/bg.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.sv-catch {
  margin: auto;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  letter-spacing: 0.12em;
  color: #782c57;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff;
}
@media screen and (max-width: 768px) {
  .sv-catch {
    font-size: 2.5rem;
  }
}
.sv-guide {
  background: url(../img/sub/guide.jpg) no-repeat center/cover;
}
.sv-facial {
  background: url(../img/sub/facial.jpg) no-repeat center/cover;
}
.sv-cosmetics {
  background: url(../img/sub/cosmetics.jpg) no-repeat center/cover;
}
.sv-access {
  background: url(../img/sub/access.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-news {
  background: url(../img/sub/news.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/notfound.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: 80px;
  }
}
#news .com-news-link {
  display: block;
  width: 100%;
}
#news .com-news-img {
  width: 250px;
  height: 200px;
  margin-right: 30px;
  position: relative;
  flex-shrink: 0;
}
#news .com-news-con {
  width: 100%;
}
#news .com-news-ttl {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #news .com-news-ttl {
    font-size: 1.5rem;
  }
}
#news .com-news-txt {
  margin-top: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #news .com-news-txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #news .com-news {
    margin-top: 30px;
  }
  #news .com-news-item:nth-of-type(n+2) {
    margin: 40px auto 0;
  }
  #news .com-news-box {
    display: block;
  }
  #news .com-news-img {
    margin: 0 auto 15px;
  }
  #news .com-news-ttl {
    font-size: 1.8rem;
  }
  #news .com-news-txt {
    line-height: 1.8;
  }
}
#news .detail-flx {
  margin: 20px auto 0;
}
#news .detail-txt {
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  #news .detail-txt {
    margin-top: 10px;
  }
}

/*	contact  PC
------------------------------------ */
#contact .contact-note {
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .contact-note {
    margin-top: 25px;
  }
}
#contact .complete-box {
  text-align: center;
}
#contact .complete-link {
  margin: 30px auto 0;
  color: inherit;
  text-decoration: underline;
}

/*	privacy  PC
------------------------------------ */
#privacy .privacy-box {
  margin: 50px auto 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #privacy .privacy-box {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box {
    margin-top: 20px;
  }
}
#privacy .privacy-box p {
  margin: 10px auto 0;
  line-height: 2;
}
#privacy .privacy-box ul {
  margin-top: 15px;
  padding-left: 20px;
}
#privacy .privacy-box li {
  list-style: disc;
}
#privacy .privacy-box-ttl_default {
  background-color: #e0638f;
  color: #404040;
  padding: 10px 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box p {
    line-height: 1.7;
  }
}

/*	site  PCSP
------------------------------------ */
#site .site-box {
  max-width: 960px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #site .site-box {
    margin-top: 20px;
  }
}
#site .site-ul {
  width: 100%;
  max-width: 880px;
  margin: auto;
}
#site .site-li:nth-of-type(n+2) {
  border-top: 1px solid rgba(64, 64, 64, 0.2);
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  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 #404040;
  border-right: 1px solid #404040;
  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: #404040;
}
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .top {
  display: inline-block;
  color: #404040;
  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;
    line-height: 2;
  }
  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
  ------------------------------------ */
  /* ent  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-txt, #privacy .txt-box {
    line-height: 1.8;
  }
  .com-btn {
    max-width: 250px;
    font-size: 1.4rem;
  }
  .com-btn-line {
    width: 100%;
    height: 55px;
    margin: auto;
    line-height: 55px;
  }
  .com-btn-line::after {
    width: 23px;
    left: 20px;
  }
  .com-btn-email {
    width: 100%;
    height: 55px;
    margin: auto;
    line-height: 55px;
  }
  .com-btn-email::after {
    width: 18px;
    left: 22px;
  }
  .com-btn-mail {
    width: 100%;
    height: 55px;
    margin: auto;
    line-height: 55px;
  }
  .com-btn-mail::after {
    width: 20px;
    left: 21px;
  }
  .com-table th, .com-table td {
    font-size: 1.4rem;
  }
  .com-table th {
    width: 80px;
    padding: 10px 0;
  }
  .com-table td {
    padding: 10px 0 10px 5px;
  }
  .com-ttl01 .ja {
    margin-top: 10px;
  }
  .com-ttl01 .ja::after {
    height: 20px;
    margin-top: 10px;
  }
  .com-ttl01 .fuki {
    padding: 0 20px;
    background-position-y: calc(100% - 5px);
    background-size: 10px;
  }
  .com-ttl02 {
    padding-bottom: 7px;
    font-size: 1.4rem;
  }
  .com-ttl04 {
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
  .ent #header {
    padding-top: 80px;
  }
  .headline {
    height: 80px;
    padding: 15px 15px 0;
  }
  .headline-info li:nth-of-type(n+2) {
    margin: 25px auto 0;
  }
  .headline-info-btn {
    margin: auto;
  }
  .headline-list {
    margin-top: 30px;
  }
  .headline-drawer-mail {
    margin: 25px auto 0;
  }
  .top .headline, .sub .headline {
    background: none;
  }
  .top .headline-bg, .sub .headline-bg {
    background: rgba(255, 255, 255, 0.8);
  }
  .logo, .drawer-logo, .foo-logo {
    width: 118px !important;
  }
  .ent-list-item {
    width: 100%;
  }
  .ent-copy {
    padding: 10px;
  }
  .ent-copy-txt, .ent-copy-link {
    font-size: 1rem;
  }
  .mv::before {
    width: 204px;
    height: 132px;
  }
  .mv li {
    width: 100%;
    height: 0;
    padding-top: 85%;
    position: relative;
  }
  .mv li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mv-catch {
    width: 80%;
    top: 60%;
  }
  .sp-menu-btn-wrp {
    background: #e0638f;
    top: 10px;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    display: block;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    height: 2px;
    background: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn .bottom {
    top: 29px;
  }
  .sp-menu-btn.active .bottom {
    top: 30px;
  }
  #drawer-nav {
    padding: 15px 15px 30px;
    background: #f6f3ef;
  }
  #drawer-nav.active {
    z-index: 1000;
  }
  #drawer-nav .drawer-logo {
    max-width: none;
    margin-bottom: 0;
  }
  #drawer-nav .drawer-logo-wrap {
    margin-bottom: 15px;
    justify-content: center;
  }
  #drawer-nav .drawer-logo img {
    vertical-align: middle;
  }
  #drawer-nav .drawer-info {
    padding: 0 15px 0;
  }
  #drawer-nav #nav {
    padding: 0 15px;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 12px 0 12px;
    border: #f5a2bf;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #404040;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #drawer-nav #nav .drawer-link.current {
    color: #e0638f;
  }
  #drawer-nav #nav .drawer-dropdown span::before, #drawer-nav #nav .drawer-dropdown span::after {
    background-color: #fff;
  }
  #drawer-nav .drawer-nav__link {
    display: block;
    padding: 12px 12px 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #404040;
    text-align: left;
    border-color: #f5a2bf;
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
  #drawer-nav .drawer-nav__link.current {
    color: #e0638f;
  }
  .drawer-info {
    margin: 30px auto 0;
    text-align: center;
  }
  .ggmap {
    padding-top: 250px;
  }
  #footer .foo-bg {
    border-width: 10px;
  }
  #footer .foo-inner {
    padding: 50px 15px 85px;
  }
  #footer .foo-flx {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
  }
  #footer .foo-right {
    width: 100%;
  }
  .fnav {
    display: block;
    margin-top: 50px;
  }
  .fnav ul:nth-of-type(n+2) {
    margin: 25px 0 0;
  }
  .fnav-list {
    display: block;
    text-align: left;
  }
  .fnav-list li:nth-of-type(n+2) {
    margin: 25px 0 0;
  }
  .copy {
    text-align: center;
  }
  .copy-txt, .copy-link {
    font-size: 1rem;
  }
  .sv {
    height: 200px;
  }
  .sv::after {
    width: 204px;
    height: 132px;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= *//*# sourceMappingURL=common.css.map */