@charset "UTF-8";
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background: #0B0D07;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #fff;
  height: auto !important;
  overflow: hidden;
}

a {
  color: #fff;
}

figure {
  margin: 0;
  text-align: center;
}

p {
  line-height: 1.8;
}
p:first-of-type {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  line-height: 1.8;
  padding: 0 0 0 1.8em;
}

li {
  margin: 0 0 0.5em;
}
li:last-child {
  margin-bottom: 0;
}

.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

@media (max-width: 767px) {
  .col:not(:last-child) {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}

.row:not(:last-child) {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .row:not(:last-child) {
    margin-bottom: 40px;
    margin-bottom: 4rem;
  }
}

.bread {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .bread {
    margin-bottom: 60px;
    margin-bottom: 6rem;
  }
}
.bread .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .bread .container {
    padding: 0 4.5%;
    max-width: calc(1000px + 9%);
  }
}
.bread ul {
  list-style: none;
  padding-left: 0;
}
.bread ul > * {
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
.bread ul > *:not(:last-child) {
  margin-right: 2em;
}
.bread ul > *:not(:last-child):before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: calc(100% + 0.6em);
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bread a {
  text-decoration: none;
}

body:not(.home) main > section > .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  body:not(.home) main > section > .container {
    padding: 0 4.5%;
    max-width: calc(1000px + 6%);
  }
}

.column_main {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .column_main {
    margin-bottom: 100px;
  }
}
.column_main > section > .container {
  max-width: none;
  padding: 0;
}
.column_main > section:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .column_main > section:not(:last-child) {
    margin-bottom: 60px;
  }
}

.pager {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.pager .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pager .nav-links > * {
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(11, 13, 7, 0.1);
  color: #fff;
  border: 1px solid white;
  border-radius: 100px;
  font-weight: bold;
}
.pager .nav-links > *:not(:last-child) {
  margin-right: 0.5em;
}
.pager .nav-links > *.current {
  background: #fff;
  color: #0B0D07;
}
.pager .nav-links > *.prev {
  position: relative;
}
.pager .nav-links > *.prev:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateX(-50%) rotate(222deg);
          transform: translateX(-50%) rotate(222deg);
}
.pager .nav-links > *.next {
  position: relative;
}
.pager .nav-links > *.next:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

/* ===============================================
# お問い合わせフォーム  
=============================================== */
.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: #141414;
}
.inquiry fieldset .row {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .inquiry fieldset .row {
    margin-bottom: 40px;
  }
}
.inquiry dl {
  margin: 0;
  padding: 0;
}
.inquiry dt {
  font-weight: bold;
}
.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}
.inquiry dt p {
  position: relative;
}
.inquiry dd {
  margin: 0;
  padding: 0;
}
.inquiry dd:last-child {
  padding-bottom: 0;
}
.inquiry dd p {
  padding-top: 0.5rem;
}
.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}
.inquiry input[type=text],
.inquiry input[type=url],
.inquiry input[type=email],
.inquiry input[type=tel],
.inquiry input[type=date],
.inquiry input[type=number],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 15px 20px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
}
.inquiry input[type=file] {
  border: 0;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .inquiry input[type=file] {
    margin-bottom: 10px;
  }
}
.inquiry input[type=number] {
  width: 65px;
  text-align: center;
}
.inquiry input[type=file] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inquiry input.p-postal-code {
  width: 100px;
}
.inquiry input.p-region {
  width: 100px;
}
.inquiry input.p-locality {
  width: 150px;
}
.inquiry input.p-street-address {
  width: 100%;
}
.inquiry input.p-extended-address {
  width: 100%;
}
.inquiry .submit {
  display: block;
  overflow: hidden;
  margin: 1em auto;
  text-align: center;
}
.inquiry .submit .button,
.inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
  padding: 1em 1em;
  border-radius: 0;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Serif JP", serif;
  border: 1px solid #0B0D07;
  color: #0B0D07;
  background: #fff;
}
.inquiry .submit .button:hover,
.inquiry .submit .wpcf7-submit:hover {
  border: 1px solid #fff;
  color: #fff;
  background: #0B0D07;
}
.inquiry .submit .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.inquiry .required {
  color: #0B0D07;
  background-color: #fff;
  padding: 1px 6px;
  font-size: 12px;
  margin-top: 0.3rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}
.cont_txt {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .inquiry {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding-top: 25px;
  }
  .inquiry dd {
    padding: 15px 0;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input,
  .inquiry textarea {
    border: solid 1px #ccc;
  }
  .inquiry select {
    border: 1px solid #ccc;
  }
  .inquiry input[type=text],
  .inquiry input[type=url],
  .inquiry input[type=email],
  .inquiry input[type=tel],
  .inquiry input[type=date],
  .inquiry input[type=text],
  .inquiry select {
    width: 60%;
  }
  .inquiry input[type=number] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .submit {
    margin: 20px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}
input.wide_area,
select.wide_area {
  width: 100% !important;
}

.archive-list {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .archive-list {
    margin-bottom: 80px;
  }
}
.archive-list dl {
  margin-top: 0;
}
@media (min-width: 768px) {
  .archive-list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.archive-list dt,
.archive-list dd {
  padding: 1.2em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .archive-list dt:first-of-type,
  .archive-list dd:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 768px) {
  .archive-list dt {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .archive-list dt {
    border-bottom: 0;
    padding-bottom: 0.6em;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.archive-list dd {
  margin: 0;
}
@media (min-width: 768px) {
  .archive-list dd {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .archive-list dd {
    border-top: 0;
    padding-top: 0;
  }
}
.archive-list a {
  text-decoration: none;
}
.archive-list a:hover {
  text-decoration: underline;
}

.single-wrap {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .single-wrap {
    margin-bottom: 80px;
  }
}
.single-wrap .date {
  margin-bottom: 20px;
}
.single-wrap .post-area {
  background: #141414;
  padding: 60px 6%;
}
@media (max-width: 767px) {
  .single-wrap .post-area {
    padding: 30px 6%;
  }
}

/*==================================================
アコーディオンのためのcss
===================================*/
.qa {
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.qa .qa-area {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  counter-reset: number 0;
}
.qa .qa-area li {
  border: 1px solid rgba(11, 13, 7, 0.5);
  border-radius: 4px;
  background: rgba(11, 13, 7, 0.07);
}
.qa .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 20px 60px 20px calc(26px + 2.8em);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  min-height: 4.8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .qa .title {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 16px 60px 16px calc(22px + 2.2em);
  }
}
.qa .title {
  color: #fff;
}
.qa .title::after {
  content: "+";
  position: absolute;
  width: 1em;
  height: 1em;
  background: transparent;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  right: 20px;
  left: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  bottom: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin: auto;
  display: inline-block;
  font-size: 1.5em;
  text-indent: 0.15em;
  line-height: 0.9em;
}
.qa .title:before {
  font-weight: bold;
  width: 2.2em;
  border-radius: 4px;
  height: 1.2em;
  font-size: 1.2em;
  position: static;
  display: inline-block;
  margin-right: 0.7em;
  line-height: 1.2em;
  color: #fff;
  letter-spacing: 0.15em;
  counter-increment: number 1;
  content: "Q" counter(number);
  position: absolute;
  top: calc(20px + 0.45em);
  left: 28px;
  color: #0B0D07;
  bottom: auto;
  margin: 0 auto;
  background: transparent;
}
@media (max-width: 767px) {
  .qa .title:before {
    top: calc(16px + 0.05em);
    left: 18px;
  }
}
.qa .title.close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.qa .box {
  display: none;
  /*はじめは非表示*/
  background: rgba(11, 13, 7, 0.1);
  margin: 0 20px 20px;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}

.highlight_ttl > h2,
.highlight_ttl h3,
.highlight_ttl h4 {
  background: rgba(11, 13, 7, 0.1);
  border-radius: 4px;
  padding: 1em;
  color: #fff;
}
.highlight_ttl > h2:before, .highlight_ttl > h2:after,
.highlight_ttl h3:before,
.highlight_ttl h3:after,
.highlight_ttl h4:before,
.highlight_ttl h4:after {
  content: none;
}

.step > div {
  border: 1px solid #0B0D07;
}
@media (min-width: 768px) {
  .step > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.step > div:not(:last-child) {
  position: relative;
  margin-bottom: 50px;
}
.step > div:not(:last-child):before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  top: calc(100% + 10px);
  border-top: 3px solid #0B0D07;
  border-right: 3px solid #0B0D07;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.step h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.step h3:before {
  content: none;
}
.step .col {
  padding: 1em 1.5em;
  margin: 0;
}
@media (max-width: 767px) {
  .step .col {
    padding: 1em 0.5em;
  }
}
.step .col:first-child {
  background: #0B0D07;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-bottom: 0;
}

.btn {
  display: block;
  overflow: hidden;
  margin: auto;
}
.btn a {
  display: block;
  border: 1px solid #fff;
  color: #0B0D07;
  background: #fff;
  padding: 0.8em;
  margin: 0 auto 1px;
  max-width: 374px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  margin: auto;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-top: 2px solid #0B0D07;
  border-right: 2px solid #0B0D07;
}
.btn a:hover {
  background: #0B0D07;
  color: #fff;
}
.btn a:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

header .header_info_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
}
@media (max-width: 1249px) {
  header .header_info_wrap {
    display: none;
  }
}
header .header_info_wrap .header_info {
  position: absolute;
  overflow: hidden;
  top: 24px;
  right: 12px;
}
header .header_info_wrap .tel {
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0;
  color: #0B0D07;
  padding-left: 1.125em;
  background: url(/wp-content/uploads/tel_icon.png) no-repeat center left/0.7916666667em;
  display: table;
  margin-right: 0;
  margin-left: auto;
  line-height: 1;
}
header .header_info_wrap .tel a {
  color: #0B0D07;
}
header .header_info_wrap .add {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 6px;
}
header .box {
  width: 100%;
}
@media (min-width: 1250px) {
  header .box {
    position: relative;
    display: table;
  }
}
header .title,
header .gnav {
  display: table-cell;
}
@media (min-width: 1250px) {
  header .title,
  header .gnav {
    height: 120px;
  }
}
@media (min-width: 1250px) {
  header .gnav {
    vertical-align: middle;
    text-align: right;
  }
}
header .gnav ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
  padding: 12px 0;
}
header .gnav ul li {
  margin: 0;
}
header .gnav ul li a {
  letter-spacing: 0.02em;
  padding: 0 0.6666666667em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .gnav ul li a:hover {
  letter-spacing: 0.15em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header {
  background: #0B0D07;
  position: relative;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
header.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-shadow: 0 0px 10px rgba(255, 255, 255, 0.08);
          box-shadow: 0 0px 10px rgba(255, 255, 255, 0.08);
  background: rgba(11, 13, 7, 0.9);
}
@media (min-width: 1250px) {
  header.active .title {
    padding: 20px 0;
    min-height: auto;
  }
  header.active .title,
  header.active .gnav {
    height: 90px;
  }
}
@media (min-width: 1250px) {
  header .container {
    max-width: none;
    padding: 0 3.125vw;
  }
}
header .hdr-ttl-wrap {
  position: relative;
  z-index: 1;
}
header .hdr-ttl-wrap:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #0B0D07;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -300%;
  right: -300%;
  margin: auto;
  z-index: -1;
}
header .hdr-ttl-wrap .hdr-ttl {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 0.4em 0;
  margin: 0;
}
header .header-inner > .container {
  position: relative;
}
header .title {
  margin: 0;
  font-size: 0;
  vertical-align: middle;
}
@media (min-width: 1250px) {
  header .title {
    padding: 37px 0;
  }
}
@media (max-width: 1249px) {
  header .title {
    padding: 16px 0;
  }
}
header .title a {
  display: block;
}
header .title a img {
  width: 263px;
  height: 30px;
}
@media (max-width: 1249px) {
  header .title a img {
    width: 160px;
    height: auto;
  }
}
header .hdr_text h1 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0.3em 0;
  text-align: left;
  background: transparent;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1249px) {
  header .hdr_text h1 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
header .hdr_text h1:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: #0B0D07;
  position: absolute;
  top: 0;
  left: -300%;
  right: -300%;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1249px) {
  header .btn-gnavi {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 100;
    bottom: auto;
    right: 4.5%;
    margin: 0 auto;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    overflow: hidden;
    z-index: 50;
  }
  header .btn-gnavi:after, header .btn-gnavi:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #fff;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi:before {
    top: 0;
  }
  header .btn-gnavi:after {
    bottom: 0;
  }
  header .btn-gnavi span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #fff;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi.close:not(.fix) {
    background: none;
  }
  header .btn-gnavi.close:not(.fix):before {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    background: #fff;
  }
  header .btn-gnavi.close:not(.fix):after {
    bottom: 50%;
    -webkit-transform: translate(0, 50%) rotate(-45deg);
            transform: translate(0, 50%) rotate(-45deg);
    background: #fff;
  }
  header .btn-gnavi.close:not(.fix) span {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
header.menu_open .gnav > ul {
  visibility: visible;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
header .btn-gnavi {
  display: none;
}
@media (max-width: 1249px) {
  header .btn-gnavi {
    display: block;
  }
}
@media (min-width: 1250px) {
  header .gnav > ul > li.has_under {
    position: relative;
  }
  header .gnav > ul > li.has_under > a {
    padding-right: 1.5em;
  }
  header .gnav > ul > li.has_under > a:after {
    border-color: #fff;
    width: 6px;
    height: 6px;
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
  }
  header .gnav > ul > li.has_under > a.menu_under_open:after {
    -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
  }
  header .gnav > ul > li.has_under ul {
    position: absolute;
    min-width: 230px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    letter-spacing: -0.4em;
    z-index: 52;
    background: transparent;
  }
  header .gnav > ul > li.has_under ul li {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  header .gnav > ul > li.has_under ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  header .gnav > ul > li.has_under ul li a {
    background: rgba(11, 13, 7, 0.85);
    padding: 1em;
    overflow-wrap: break-word;
    display: block;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .gnav > ul > li.has_under ul li a:hover {
    background: rgba(0, 0, 0, 0.85);
  }
}
@media (max-width: 1249px) {
  header .gnav > ul {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 -4.5%;
  }
}
header .gnav > ul > li {
  display: inline-block;
}
@media (max-width: 1249px) {
  header .gnav > ul > li {
    background: rgba(11, 13, 7, 0.85);
    margin: 0;
    display: block;
  }
  header .gnav > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
header .gnav > ul > li a {
  text-decoration: none;
  font-size: clamp(13px, 1.0248901903vw, 15px);
  padding: 0 0.5208333333vw;
}
@media (max-width: 1199px) {
  header .gnav > ul > li a {
    font-size: 1.6rem;
    padding: 0em 0.625em;
  }
}
@media (max-width: 1249px) {
  header .gnav > ul > li a {
    color: #fff;
    padding: 1em 11%;
    text-align: left;
    display: block;
  }
}
header .gnav > ul > li.has_under > a {
  position: relative;
}
header .gnav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1249px) {
  header .gnav > ul > li.has_under > a:after {
    border-color: #fff;
    right: 11%;
  }
}
header .gnav > ul > li.has_under > a.menu_under_open:after {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}
header .gnav > ul > li.has_under > ul {
  min-width: 230px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
header .gnav > ul > li.has_under > ul > li {
  padding: 0;
  margin: 0;
}
@media (max-width: 1249px) {
  header .gnav > ul > li.has_under > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  header .gnav > ul > li.has_under > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
header .gnav > ul > li.has_under > ul a {
  background: rgba(11, 13, 7, 0.85);
  display: block;
  text-align: left;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1249px) {
  header .gnav > ul > li.has_under > ul a {
    background: rgba(0, 0, 0, 0.85);
  }
}
header .gnav > ul > li.has_under > ul a:hover {
  background: rgba(0, 0, 0, 0.85);
}

@media (max-width: 767px) {
  .mv-pc-only {
    display: none !important;
  }
}

.mv-sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .mv-sp-only {
    display: block !important;
  }
}

.mv .mv-inner {
  position: relative;
}
.mv .slick {
  margin: auto;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  height: 700px;
}
@media (max-width: 1199px) {
  .mv .slick {
    height: 0;
    padding-top: 58.3333333333%;
  }
}
@media (max-width: 767px) {
  .mv .slick {
    padding-top: 141.3333333333%;
  }
}
.mv .slick .slick-list {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick .slick-list .slick-track {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick li {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick li > img {
  position: absolute;
  top: 0;
  left: -300%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: -300%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .mv-copy {
  max-width: calc(1480px + 4%);
  position: absolute;
  top: 0;
  padding-left: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  z-index: 1;
  margin: auto;
}
.mv .mv-copy img {
  max-width: 735px;
  top: auto;
  left: auto;
  right: 2%;
  bottom: 7.1428571429%;
  position: absolute;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1199px) {
  .mv .mv-copy img {
    max-width: none;
    width: 61.25%;
  }
}
@media (max-width: 767px) {
  .mv .mv-copy img {
    width: 90.9333333333%;
    bottom: 4.3396226415%;
    left: 0;
    right: 0;
  }
}

footer {
  position: relative;
  background: #0B0D07;
  color: #fff;
}
@media (max-width: 767px) {
  footer {
    border-top: 1px solid white;
  }
}
@media (min-width: 768px) {
  footer > .footer {
    padding-top: 20px;
  }
}
footer > .footer .container {
  max-width: none;
}
footer .pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}
footer .pagetop a {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #0B0D07;
}
@media (min-width: 768px) {
  footer .pagetop a {
    width: 70px;
    height: 70px;
  }
}
footer .pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
          transform: translate(-50%, -20%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  -webkit-transform: translateY(-95%);
          transform: translateY(-95%);
}
footer .nav ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: 0;
}
footer .nav ul li {
  margin: 0;
  display: inline-block;
  color: #fff;
}
@media (min-width: 768px) {
  footer .nav ul li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 767px) {
  footer .nav ul li {
    display: block;
  }
  footer .nav ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
footer .nav ul li a {
  padding: 0em 1.3em;
  line-height: 1.2857142857;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  footer .nav ul li a {
    padding: 1em 1.5em;
  }
}
footer .nav ul li a:hover {
  letter-spacing: 0.15em;
}
footer .copyright {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 28px 0;
  position: relative;
}
@media (min-width: 768px) {
  footer .copyright {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  footer .copyright {
    padding: 14px 0;
  }
}
footer .copyright:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: -300%;
  right: -300%;
  bottom: auto;
  margin: 0 auto;
}

table {
  margin: 0 auto;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0.7em 0.5em;
}
table th {
  text-align: center;
  font-weight: normal;
}
table.table-typeC thead {
  background: #0B0D07;
}
table.table-typeC tbody {
  color: #fff;
}

.table-type1 {
  width: 100%;
}
.table-type1 caption {
  margin-bottom: 0.5em;
  text-align: center;
}
.table-type1 td,
.table-type1 th {
  border: 1px solid black;
}
.table-type1 th {
  background: black;
  color: #fff;
  text-align: left;
}
.table-type1 td {
  background: transparent;
}
.table-type1 tr:not(:last-child) td {
  border-bottom: 0;
}
.table-type1 tr:not(:first-child) th {
  border-bottom: 0;
  border-top: 1px solid #fff;
}

.table-type2 {
  width: 100%;
}
.table-type2 caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-type2 td,
.table-type2 th {
  padding: 0.7em 1em;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
@media (max-width: 767px) {
  .table-type2 td,
  .table-type2 th {
    padding: 0.7em 0.3em;
  }
}
.table-type2 tbody th {
  text-align: left;
}
.table-type2 td:last-child {
  text-align: right;
  white-space: nowrap;
}

.table-type3 {
  width: 100%;
}
.table-type3 td,
.table-type3 th {
  border: 1px solid black;
  padding: 0.7em 1em;
  text-align: center;
}
@media (max-width: 767px) {
  .table-type3 td,
  .table-type3 th {
    padding: 0.7em 0.3em;
  }
}
@media (max-width: 400px) {
  .table-type3 td,
  .table-type3 th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.table-type3 thead th {
  background: black;
  color: #fff;
}
.table-type3 thead th:not(:first-child) {
  border-left: 1px solid #fff;
}
.table-type3 tbody th {
  background: rgba(0, 0, 0, 0.15);
}
.table-type3 tbody th:not(:last-child) {
  border-right: 0;
}
.table-type3 tbody tr:not(:first-child) td,
.table-type3 tbody tr:not(:first-child) th {
  border-top: 0;
}
.table-type3 td {
  background: transparent;
}
.table-type3 td:not(:last-child) {
  border-right: 0;
}

.table-summary {
  width: 100%;
}
@media (max-width: 767px) {
  .table-summary {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 767px) {
  .table-summary thead,
  .table-summary tbody {
    display: block;
  }
}
.table-summary tr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .table-summary tr {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 0;
    padding: 0.8em;
    display: block;
  }
}
.table-summary td,
.table-summary th {
  padding: 1em 0.5em;
  text-align: left;
}
@media (max-width: 767px) {
  .table-summary td,
  .table-summary th {
    display: block;
    padding: 0;
  }
}
.table-summary th {
  width: 20%;
}
@media (max-width: 767px) {
  .table-summary th {
    width: 100%;
    margin-bottom: 6px;
  }
}

h1:not(.title):not(.hdr-ttl) {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
  background: #141414;
  margin: 0 0 0.5em 0;
  padding: 0.9em 4.5%;
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  h1:not(.title):not(.hdr-ttl) {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 0 1.5em 0;
  position: relative;
  word-wrap: break-word;
  position: relative;
  padding-bottom: 0.4285714286em;
  line-height: 1.6428571429;
  text-align: center;
  z-index: 4;
  color: #fff;
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  background: #fff;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 0 0 1em 0;
  padding-left: 16px;
  position: relative;
  word-wrap: break-word;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: calc(100% - 0.5em);
  top: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  margin: auto;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 0 0 0.8em 0;
  padding-left: 12px;
  color: #fff;
  position: relative;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 2px;
  left: 0;
  top: 0.8em;
  background: #fff;
}

[href^=tel] {
  text-decoration: none !important;
  display: inline-block;
}
@media (min-width: 767px) {
  [href^=tel] {
    pointer-events: none !important;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

[id^=top-] {
  margin-bottom: 130px;
  margin-bottom: 13rem;
}
@media (max-width: 767px) {
  [id^=top-] {
    margin-bottom: 70px;
    margin-bottom: 8rem;
  }
}
[id^=top-] .container {
  max-width: calc(1200px + 12%);
  padding: 0 6%;
}
[id^=top-] h2 {
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
  font-size: 42px;
  letter-spacing: 0.05em;
  padding-bottom: 0;
}
[id^=top-] h2::before {
  content: none;
}
@media (max-width: 767px) {
  [id^=top-] h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  [id^=top-] h2 {
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
  }
}
[id^=top-] h2 .ja {
  display: block;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 767px) {
  [id^=top-] h2 .ja {
    font-size: 15px;
  }
}
[id^=top-] p:not(.more):not(.tel):not(.fax):not(.table-info p) {
  line-height: 1.875;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  [id^=top-] p:not(.more):not(.tel):not(.fax):not(.table-info p) {
    letter-spacing: 0.02em;
  }
}
[id^=top-] h3 {
  color: #fff;
}
[id^=top-] figure img {
  display: block;
}

@media (min-width: 768px) {
  .btn.pc-left a {
    margin-left: 0;
  }
}

#top-news {
  margin-top: 100px;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  #top-news {
    margin-top: 67px;
    margin-top: 6.7rem;
  }
}
@media (min-width: 768px) {
  #top-news .news-box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #top-news .ttl {
    width: 18.3333333333%;
    min-width: 160px;
    padding-right: 4%;
  }
}
#top-news .ttl h2 {
  padding: 0;
}
@media (min-width: 768px) {
  #top-news .ttl h2 {
    margin: 0;
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  #top-news .ttl h2 {
    text-align: center;
  }
}
#top-news .ttl h2:after, #top-news .ttl h2:before {
  content: none;
}
@media (min-width: 768px) {
  #top-news .news-box {
    width: 98.3333333333%;
  }
}
#top-news .news-list {
  margin: 0;
}
@media (min-width: 768px) {
  #top-news .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#top-news .news-list dt,
#top-news .news-list dd {
  margin-left: 0;
  margin-right: 0;
  padding: 1em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#top-news .news-list dt:first-of-type,
#top-news .news-list dd:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  #top-news .news-list dt,
  #top-news .news-list dd {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
}
@media (min-width: 768px) {
  #top-news .news-list dt {
    width: 160px;
    padding-left: 1em;
    padding-right: 3em;
  }
}
@media (max-width: 767px) {
  #top-news .news-list dt {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  #top-news .news-list dd {
    width: calc(100% - 160px);
    padding-right: 1em;
  }
}
@media (max-width: 767px) {
  #top-news .news-list dd {
    padding-top: 0.5em;
  }
  #top-news .news-list dd:first-of-type {
    border-top: 0;
  }
}
#top-news .news-list a {
  text-decoration: none;
}
#top-news .news-list a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  #top-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  #top-about .text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #top-about .text {
    margin-top: 30px;
  }
}
#top-about .img {
  margin-top: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #top-about .img {
    margin-top: 0;
  }
}
#top-about .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1200/400;
}
@media (max-width: 767px) {
  #top-about .img img {
    aspect-ratio: 800/533;
  }
}
#top-about .btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #top-about .btn {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  #top-cast .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 48px 2.7604166667vw;
  }
  #top-cast .box > * {
    width: calc((100% - 2.7604166667vw * 2) / 3 - 1px);
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #top-cast .box > * {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #top-cast .card-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
#top-cast .img {
  margin-bottom: 16px;
}
#top-cast .img img {
  display: block;
  margin: auto;
}
#top-cast .card-h3 {
  padding-left: 0;
  text-align: center;
  font-size: 22px;
  margin-bottom: 0.4545454545em;
}
#top-cast .card-h3::before {
  content: none;
}
#top-cast .txt {
  line-height: 1.6;
  font-size: 15px;
}
#top-cast .btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #top-cast .btn {
    margin-top: 30px;
  }
}

#top-doctor {
  background: #0B0D07;
  padding: 120px 0;
}
@media (max-width: 767px) {
  #top-doctor {
    padding: 60px 0;
  }
}
@media (min-width: 768px) {
  #top-doctor .box {
    display: grid;
    gap: 10px 3.3333333333%;
    grid-template: "text img"/50% 46.6666666667%;
  }
  #top-doctor .box.reverse {
    grid-template: "img text"/46.6666666667% 50%;
  }
  #top-doctor .box.reverse .img {
    justify-self: end;
  }
}
#top-doctor .img {
  grid-area: img;
  justify-self: start;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  #top-doctor .img {
    margin: auto;
    margin-bottom: 26px;
  }
}
@media (min-width: 768px) {
  #top-doctor .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#top-doctor .text-box {
  grid-area: text;
}
#top-doctor .name {
  font-weight: normal;
  padding: 0;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  #top-doctor .name {
    margin-bottom: 18px;
    text-align: center;
  }
}
#top-doctor .name:before, #top-doctor .name:after {
  content: none;
}
#top-doctor p:not(.btn) {
  line-height: 1.875;
  letter-spacing: 0.05em;
}
#top-doctor .btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #top-doctor .btn {
    margin-top: 30px;
  }
}

/* ===============================================
# 下層
=============================================== */
.text-right {
  text-align: right;
}

@media (max-width: 767px) {
  body:not(.home) h2.sp_left {
    text-align: left;
  }
}
body:not(.home) .under_mb > div:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body:not(.home) .under_mb > div:not(:last-child) {
    margin-bottom: 30px;
  }
}
body:not(.home) .under_mb2 > div:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body:not(.home) .under_mb2 > div:not(:last-child) {
    margin-bottom: 20px;
  }
}
body:not(.home) .under_cast .cast_ttl {
  padding-left: 0;
}
body:not(.home) .under_cast .cast_ttl::before {
  content: none;
}
body:not(.home) .under_cast .cast_ttl .job {
  display: block;
  border: solid 1px rgba(255, 255, 255, 0.5);
  font-size: 14px;
  padding: 0.1em 0.5em;
  display: table;
  margin-top: 14px;
}
body:not(.home) .under_cast .cast_link {
  padding: 0;
  margin: 0;
}
body:not(.home) .under_cast .cast_link li {
  list-style: none;
}
body:not(.home) .under_cast .cast_link li:not(:last-child) {
  margin-bottom: 0.3em;
}
body:not(.home) .under_cast .cast_link a {
  font-size: 90%;
  color: rgba(255, 255, 255, 0.8);
}
body:not(.home) .under_cast .cast_link a:hover {
  text-decoration: none;
}
body:not(.home) .img21 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}

@media (min-width: 768px) {
  .product_table th,
  .product_table td {
    padding: 1.5em 0.5em;
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  .product_table th {
    width: 26%;
  }
}
@media (max-width: 767px) {
  .product_table th {
    margin-bottom: 10px;
  }
}
.product_table td {
  font-weight: 300;
}

/* ===============================================
# カート一覧
=============================================== */
.cart_link_block {
  display: table;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 40px;
}
.cart_link_block a {
  display: block;
  position: relative;
  padding-left: 36px;
  text-decoration: none;
  font-size: 15px;
  padding: 10px 4px 10px 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: solid 1px #fff;
}
.cart_link_block a::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(/wp-content/uploads/cart_icon.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cart_link_block a:hover {
  opacity: 0.7;
}

main.site-main {
  padding: 0 20px;
  max-width: 1040px;
  margin: auto;
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  main.site-main {
    padding: 0 4.5%;
    max-width: calc(1000px + 6%);
    margin-bottom: 100px;
  }
}
main.site-main .woocommerce-breadcrumb {
  display: none;
}
main.site-main .bread > .container {
  padding: 0;
}

.c-product-list {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px 20px;
  width: 100%;
}
.c-product-list > * {
  width: calc((100% - 40px) / 3 - 1px);
}
@media (max-width: 767px) {
  .c-product-list > * {
    width: 100%;
  }
}
.c-product-list .product_item {
  list-style: none;
}
.c-product-list .product_item > a {
  text-decoration: none;
}
.c-product-list .product_img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  display: block;
}
.c-product-list p.name {
  font-size: 18px;
  margin-top: 4px;
  margin-bottom: 0;
}
.c-product-list .price {
  margin-top: 0;
  text-align: right;
  font-size: 14px;
  text-decoration: none;
}
.c-product-list .btn a {
  width: 90%;
}

.product_mt {
  margin-top: 80px;
  padding-top: 80px;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .product_mt {
    margin-top: 50px;
    padding-top: 50px;
  }
}

/* ===============================================
# 商品詳細
=============================================== */
.cart_link_wrap {
  padding: 0 20px;
  max-width: 1040px;
  margin: auto;
}
@media (max-width: 767px) {
  .cart_link_wrap {
    padding: 0 4.5%;
    max-width: calc(1000px + 6%);
  }
}

.related.products {
  display: none;
}

.product_meta {
  display: none;
}

.single_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 40px;
}
.single_inner > * {
  width: calc((100% - 40px) / 2 - 1px);
}
@media (max-width: 767px) {
  .single_inner > * {
    width: 100%;
  }
}

.wp-post-image {
  max-width: 100%;
}

.summary h1.entry-title.product_title {
  background: transparent;
  padding: 0;
  text-align: left;
  font-size: 26px;
  padding-bottom: 0.8em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .summary h1.entry-title.product_title {
    font-style: 20px;
  }
}
.summary .price {
  margin-top: 40px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .summary .price {
    font-size: 18px;
    margin-top: 20px;
  }
}
.summary .variations tbody {
  width: 100%;
  display: block;
}
.summary .variations tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.summary .variations th {
  text-align: left;
  padding: 0;
  margin-bottom: 6px;
  font-size: 18px;
}
.summary .variations td {
  padding: 0;
  font-size: 18px;
}
.summary .reset_variations {
  padding-left: 10px;
  font-size: 14px;
}
.summary .woocommerce-variation-price {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .summary .woocommerce-variation-price {
    padding-top: 20px;
  }
}
.summary .quantity {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .summary .quantity {
    margin-top: 20px;
  }
}
.summary .quantity::before {
  content: "枚数";
  font-size: 16px;
  display: block;
  margin-bottom: 6px;
}
.summary .input-text.qty {
  max-width: 110px;
  padding: 5px;
  position: relative;
}
.summary #pa_seat {
  padding: 8px;
}
.summary .single_add_to_cart_button {
  display: block;
  width: 100%;
  max-width: 300px;
  background: #fff;
  color: #000;
  border: 0;
  padding: 1em 0.5em;
  text-align: center;
  margin-top: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid 1px #000;
}
.summary .single_add_to_cart_button:hover {
  background: #000;
  border: solid 1px #fff;
  color: #fff;
}

.wc-tabs {
  display: none;
}

.woocommerce-Tabs-panel {
  margin-top: 40px;
}
.woocommerce-Tabs-panel h2 {
  text-align: left;
  font-size: 24px;
  padding-bottom: 0.5em;
  font-weight: normal;
  margin-bottom: 0.6em;
}
.woocommerce-Tabs-panel h2::before {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.woocommerce-message::before {
  color: #0B0D07;
}

.woocommerce-message {
  border-top-color: rgba(11, 13, 7, 0.5);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  color: #0B0D07;
}

.button.wc-forward {
  color: #0B0D07;
}

/* ===============================================
# カートページ
=============================================== */
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  content: none !important;
}

.wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  background: #F2F2F2;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  color: #0B0D07;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  color: #0B0D07;
}

.wc-block-cart-items {
  border-collapse: collapse;
}
.wc-block-cart-items thead {
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
}
.wc-block-cart-items .wc-block-cart-items__header th {
  font-size: 16px;
}

.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  font-size: 16px;
  font-weight: normal;
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
}

.wc-block-cart-item__image img {
  display: block;
}

.wp-block-woocommerce-cart .is-large.wc-block-cart {
  margin-bottom: 0;
}

.wp-block-woocommerce-cart-totals-block {
  font-weight: normal;
}
.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-container {
  margin: auto;
}
.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-container a {
  display: block;
  width: 100%;
  max-width: 300px;
  background: #fff;
  color: #000;
  border: 0;
  padding: 1em 0.5em;
  text-align: center;
  margin-top: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid 1px #000;
  text-decoration: none;
  margin: auto;
  margin-top: 16px;
}
.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-container a:hover {
  background: #000;
  border: solid 1px #fff;
  color: #fff;
}
.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {
  font-family: "Noto Serif JP", serif;
}
.wp-block-woocommerce-cart-totals-block .wc-block-components-button.wp-element-button.wc-block-components-shipping-calculator-address__button.contained {
  font-family: "Noto Serif JP", serif;
}
.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-shipping__change-address__link {
  color: #fff;
}
.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item__description.wc-block-components-totals-shipping__via {
  display: none;
}
.wp-block-woocommerce-cart-totals-block .wc-block-components-radio-control__option.wc-block-components-radio-control__option-checked {
  display: none;
}
.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-shipping__fieldset {
  display: none;
}

.wc-block-components-totals-item__description.wc-block-components-totals-shipping__via {
  display: none;
}

.wc-block-checkout__actions_row .wc-block-components-button:not(.is-link) {
  display: block;
  width: 100%;
  max-width: 400px;
  background: #fff;
  color: #0B0D07;
  border: 0;
  padding: 1em 0.5em;
  text-align: center;
  margin-top: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid 1px #000;
  text-decoration: none;
  margin: auto;
}
.wc-block-checkout__actions_row .wc-block-components-button:not(.is-link):hover {
  background: #000;
  border: solid 1px #fff;
  color: #fff;
}

.wp-block-woocommerce-checkout .wc-block-components-title.wc-block-components-checkout-step__title {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

/* ===============================================
# 注文完了画面
=============================================== */
.woocommerce ul.order_details {
  background: #fff;
  padding: 20px 4% 14px;
  vertical-align: middle;
  margin: auto;
}
.woocommerce ul.order_details > * {
  color: #0B0D07;
  font-weight: normal;
}
.woocommerce ul.order_details strong {
  font-weight: normal;
}
.woocommerce .woocommerce-order-details {
  margin-top: 60px;
  padding-top: 60px;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-order-details {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.woocommerce .woocommerce-order-details .woocommerce-table {
  margin: 0 auto;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse !important;
}
.woocommerce .woocommerce-order-details .woocommerce-table thead tr {
  border-bottom: 0;
}
.woocommerce .woocommerce-order-details .woocommerce-table thead tr th {
  padding-bottom: 0;
}
.woocommerce .woocommerce-order-details .woocommerce-table tbody tr:first-child {
  border-top: 0;
}
.woocommerce .woocommerce-order-details .woocommerce-table tr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.woocommerce .woocommerce-order-details .woocommerce-table td,
.woocommerce .woocommerce-order-details .woocommerce-table th {
  padding: 1.2em 0.5em;
  text-align: left;
  font-weight: normal;
  border: 0;
}
.woocommerce .woocommerce-order-details .woocommerce-table th {
  width: 20%;
}
.woocommerce .woocommerce-order-details .woocommerce-table .wc-item-meta {
  margin-top: 5px;
  font-size: 90%;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-order-details .woocommerce-table .wc-item-meta {
    padding: 0 0 0 1em;
  }
}
.woocommerce .woocommerce-customer-details {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-customer-details {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-customer-details .woocommerce-column--2 {
    margin-top: 40px;
  }
}

/* ===============================================
# 下層
=============================================== */
.img_43 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 800/533;
  display: block;
}

@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col2 .col:not(:last-child) {
    margin-bottom: 3%;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col:not(:last-child) {
    margin-bottom: 3%;
  }
  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}
video {
  width: 100%;
  max-width: 700px;
  margin: auto;
  display: block;
  text-align: center;
  height: auto;
}

@media (min-width: 768px) {
  .pc-text-center {
    text-align: center;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}

/* ===============================================
# キャストページ
=============================================== */
.u_cast_section .main_cast_item {
  margin-bottom: 30px;
}
.u_cast_section .main_cast_item .mc_img_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 20px;
}
.u_cast_section .main_cast_item .mc_img_box > * {
  width: calc((100% - 20px) / 2 - 1px);
}
@media (max-width: 767px) {
  .u_cast_section .main_cast_item .mc_img_box > * {
    width: 100%;
  }
}
.u_cast_section .cast_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 30px;
}
.u_cast_section .cast_box:not(:last-child) {
  margin-bottom: 30px;
}
.u_cast_section .cast_box > * {
  width: calc((100% - 30px) / 2 - 1px);
}
@media (max-width: 767px) {
  .u_cast_section .cast_box > * {
    width: 100%;
  }
}
.u_cast_section .cast_item {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px 30px 50px;
}
@media (max-width: 767px) {
  .u_cast_section .cast_item {
    padding: 20px 4% 30px;
  }
}
.u_cast_section .c_profile > div:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .u_cast_section .c_profile > div:not(:last-child) {
    margin-bottom: 20px;
  }
}
.u_cast_section .c_img {
  margin-bottom: 20px;
}
.u_cast_section .c_img.square img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.u_cast_section .cast_ttl {
  padding-left: 0;
  font-size: 24px;
}
.u_cast_section .cast_ttl::before {
  content: none;
}
.u_cast_section .cast_ttl .job {
  display: block;
  border: solid 1px rgba(255, 255, 255, 0.5);
  font-size: 13px;
  padding: 0.3em 0.5em;
  display: table;
  margin-top: 14px;
}
.u_cast_section h4 {
  font-size: 18px;
  padding-left: 0;
  margin-bottom: 0.5em;
}
.u_cast_section h4::before {
  content: none;
}
.u_cast_section .cast_link {
  padding: 0;
  margin: 0;
}
.u_cast_section .cast_link li {
  list-style: none;
  font-size: 14px;
}
.u_cast_section .cast_link li:not(:last-child) {
  margin-bottom: 0.3em;
}
.u_cast_section .cast_link a {
  font-size: 90%;
  color: rgba(255, 255, 255, 0.8);
}
.u_cast_section .cast_link a:hover {
  text-decoration: none;
}

.show-slick {
  width: 100%;
  max-width: 700px;
  margin: auto;
}
@media (max-width: 767px) {
  .show-slick {
    width: 85%;
  }
}

.show-slick__item {
  position: relative;
  padding-top: 460px;
  width: 100%;
  background: #10130C;
}
@media (max-width: 767px) {
  .show-slick__item {
    padding-top: 54vw;
  }
}

.show-slick__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  inset: 0;
}

.slick-prev:before,
.slick-next:before {
  color: #fff;
  opacity: 1;
  font-size: 24px;
}

.slick-num {
  text-align: center;
  padding: 6px 0 0 0;
  color: #fff;
}/*# sourceMappingURL=main.css.map */