.secFV__inner {
  height: 100%;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .secFV__inner {
    justify-content: flex-start;
  }
}
.secFV__txtBox {
  width: calc(100% - 10px);
  max-width: 574px;
  padding: 20px 15px;
  background-color: rgba(109, 45, 15, 0.3);
  backdrop-filter: blur(5px);
  border: 1px solid #FFF;
  border-radius: 10px;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 17px;
}
@media screen and (min-width: 768px) {
  .secFV__txtBox {
    padding: 40px 60px;
  }
}
.secFV__txtBox_ttl {
  font-size: 171.43%;
  font-weight: 500;
  --lh: 1.6;
}
@media screen and (min-width: 1024px) {
  .secFV__txtBox_ttl {
    font-size: 250%;
  }
}
.secFV__txtBox_txt {
  --ls: 0;
  --lh: 2.2;
}
.secFV__txtBox_txt strong {
  font-size: 114.29%;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .secFV__txtBox_txt {
    font-size: 93.75%;
    --ls: 0.15em;
  }
  .secFV__txtBox_txt strong {
    font-size: 133.33%;
  }
}
.secFV__bg {
  min-height: 100vh;
  object-fit: cover;
}
.secFV__scroll {
  width: 1px;
  height: 88px;
  display: block;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
}
.secFV__scroll_txt {
  color: #fff;
  font-size: 81.25%;
  --ls: 0.06em;
  writing-mode: sideways-lr;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
.secFV__scroll_line {
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, #fff 52px, #C9A99A 52px);
  display: block;
}

.secSchedule {
  padding: 68px 0 30px;
}
@media screen and (min-width: 768px) {
  .secSchedule {
    padding: 85px 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  .secSchedule {
    padding: 135px 0 100px;
  }
}
.secSchedule__ttl {
  margin-bottom: 20px;
}
.secSchedule__ttl_jp {
  color: var(--text);
  font-size: 171.43%;
  --lh: 1;
}
.secSchedule__ttl_en {
  color: #8B7B6B;
  font-size: 100%;
  --lh: 2.2;
}
@media screen and (min-width: 768px) {
  .secSchedule__ttl {
    margin-bottom: 25px;
  }
  .secSchedule__ttl_jp {
    font-size: 200%;
    --lh: 1.3;
  }
}
.secSchedule__inner {
  width: 100%;
  padding: 20px 16px 16px;
  background-color: var(--bg);
}
@media screen and (min-width: 768px) {
  .secSchedule__inner {
    padding: 50px 16px 40px;
  }
}
.secSchedule__table {
  width: 100%;
  margin-bottom: 5px;
  --ls: 0.11em;
  --lh: 2.2;
  table-layout: fixed;
}
.secSchedule__table th, .secSchedule__table td {
  text-align: center;
  vertical-align: middle;
}
.secSchedule__table thead th, .secSchedule__table thead td {
  background-color: #E3DCD2;
}
.secSchedule__table thead th {
  width: 30%;
  border-top-left-radius: 10px;
  font-size: 85.71%;
  font-weight: 500;
  white-space: nowrap;
}
.secSchedule__table thead td {
  padding: 7px 0;
  font-weight: 700;
}
.secSchedule__table thead td.sat {
  color: #3D6B96;
}
.secSchedule__table thead td.sun {
  color: #B87B5E;
}
.secSchedule__table thead td:last-child {
  border-top-right-radius: 10px;
}
.secSchedule__table tbody th, .secSchedule__table tbody td {
  background-color: #FCFBF8;
}
.secSchedule__table tbody th {
  padding: 10px;
  font-size: 85.71%;
  font-weight: 700;
}
.secSchedule__table tbody td {
  font-weight: 700;
}
.secSchedule__table tbody td.open {
  color: #C9A99A;
}
.secSchedule__table tbody td.close {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="16" viewBox="0 0 9 16" fill="none"><path d="M1.90245 15.2491C1.66416 15.7473 1.06709 15.958 0.568856 15.7198C0.0706211 15.4815 -0.140109 14.8844 0.0981774 14.3862L6.70568 0.570473C6.94397 0.0722383 7.54104 -0.138492 8.03927 0.0997945C8.53751 0.338081 8.74824 0.935149 8.50995 1.43338L1.90245 15.2491Z" fill="%23C8C0B8"/></svg>');
  background-position: center;
  background-size: 0.6429em;
  background-repeat: no-repeat;
  color: transparent;
}
.secSchedule__table tbody tr:last-child th {
  border-bottom-left-radius: 10px;
}
.secSchedule__table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.secSchedule__table tbody tr:not(:last-child) th, .secSchedule__table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #E3DCD2;
}
@media screen and (min-width: 768px) {
  .secSchedule__table {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .secSchedule__table thead th {
    width: 17%;
    font-size: 100%;
  }
  .secSchedule__table thead td {
    padding: 15px 0;
  }
  .secSchedule__table tbody th {
    padding: 16px 0;
    font-size: 100%;
  }
  .secSchedule__table tbody td {
    font-size: 137.5%;
  }
}
.secSchedule__txt {
  width: 100%;
  font-size: 85.71%;
  --ls: 0.11em;
  --lh: 2.2;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .secSchedule__txt {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}
.secSchedule__note {
  width: 100%;
  font-size: 85.71%;
}
@media screen and (min-width: 768px) {
  .secSchedule__note {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

.secNews {
  padding: 20px 0 60px;
  background-color: #FBF9F7;
}
@media screen and (min-width: 768px) {
  .secNews {
    padding: 50px 0 45px;
  }
}
@media screen and (min-width: 1024px) {
  .secNews {
    padding: 70px 0 55px;
  }
}
.secNews__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .secNews__inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 40px;
  }
}
.secNews__txtWrap {
  display: contents;
}
@media screen and (min-width: 768px) {
  .secNews__txtWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
  }
}
.secNews__ttl {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .secNews__ttl {
    margin-bottom: 40px;
    align-items: flex-start;
  }
}
.secNews__newsWrap {
  width: 100%;
  margin-bottom: 20px;
  display: grid;
  grid-gap: 10px;
}
@media screen and (min-width: 768px) {
  .secNews__newsWrap {
    max-width: 664px;
  }
}
.secNews__newsWrap .newsItem {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  --ls: 0.11em;
  --lh: 2.2;
}
.secNews__newsWrap .newsItem__link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 5px 18px;
}
.secNews__newsWrap .newsItem__category {
  min-width: 6.9167em;
  border: 1px solid #C9A99A;
  border-radius: 4px;
  color: #B87B5E;
  font-size: 85.71%;
  text-align: center;
}
.secNews__newsWrap .newsItem__date {
  color: #C9A99A;
  font-size: 85.71%;
  font-weight: 500;
}
.secNews__newsWrap .newsItem__txt {
  width: 100%;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .secNews__newsWrap .newsItem__category {
    font-size: 75%;
  }
  .secNews__newsWrap .newsItem__date {
    font-size: 75%;
  }
  .secNews__newsWrap .newsItem__txt {
    font-size: 87.5%;
  }
}
.secNews__btnWrap {
  text-align: center;
  order: 1;
}
.secNews__btnWrap_btn {
  width: 11.8125em;
  padding: 0.3125em 0.625em;
}
@media screen and (min-width: 768px) {
  .secNews__btnWrap_btn {
    width: 262px;
  }
}

.secAbout {
  padding: 50px 0 60px;
  background-color: #FBF9F7;
}
.secAbout::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: shape(from 0 100%, line to 100% 100%, line to 100% 60px, curve to 0 60px with 50% -60px, close);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .secAbout {
    padding: 60px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .secAbout {
    padding: 65px 0 160px;
  }
}
.secAbout__inner {
  z-index: 1;
}
.secAbout__ttl {
  padding-top: 32px;
  margin-bottom: 35px;
  position: relative;
}
.secAbout__ttl::before, .secAbout__ttl::after {
  content: "";
  height: 20px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.secAbout__ttl::before {
  width: 1px;
  background-color: #C9A99A;
  top: 0;
}
.secAbout__ttl::after {
  width: 2px;
  background: #B87B5E;
  top: 0;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 1024px) {
  .secAbout__ttl {
    padding-top: 82px;
    margin-bottom: 72px;
  }
  .secAbout__ttl::before, .secAbout__ttl::after {
    height: 40px;
  }
}
.secAbout__row {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 20px;
}
.secAbout__row:last-child {
  margin-bottom: 0;
}
.secAbout__row_txtWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 8px;
}
.secAbout__row_ttl {
  font-size: 128.57%;
  --lh: 2;
}
.secAbout__row_ttl span {
  padding-bottom: 1px;
  border-bottom: 1px solid #C9A99A;
}
.secAbout__row_txt {
  --lh: 2;
}
.secAbout__row_img {
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 375px) {
  .secAbout__row_ttl {
    font-size: 142.86%;
  }
}
@media screen and (min-width: 768px) {
  .secAbout__row {
    margin-bottom: 70px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 40px;
  }
  .secAbout__row:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .secAbout__row_txtWrap {
    max-width: 510px;
  }
  .secAbout__row_img {
    width: 40%;
    max-width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .secAbout__row {
    align-items: center;
  }
  .secAbout__row_ttl {
    font-size: 175%;
  }
  .secAbout__row_img {
    width: 41.7%;
  }
}

.secFeatures {
  padding: 32px 0 60px;
  background-color: var(--bg);
}
@media screen and (min-width: 768px) {
  .secFeatures {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .secFeatures {
    padding: 110px 0 100px;
  }
}
.secFeatures__ttl {
  margin-bottom: 12px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  grid-gap: 20px;
}
@media screen and (min-width: 768px) {
  .secFeatures__ttl {
    margin-bottom: 24px;
    grid-gap: 35px;
  }
}
.secFeatures__list {
  width: 100%;
  margin-bottom: 20px;
  display: grid;
  grid-gap: 20px;
  counter-reset: features_list 0;
}
@media screen and (min-width: 768px) {
  .secFeatures__list {
    margin-bottom: 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .secFeatures__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.secFeatures__list .listItem {
  width: 100%;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  position: relative;
  overflow: hidden;
}
.secFeatures__list .listItem::before, .secFeatures__list .listItem::after {
  display: block;
  position: absolute;
  z-index: 1;
}
.secFeatures__list .listItem::before {
  content: "";
  width: 1.8571em;
  height: 1px;
  background-color: #fff;
  top: 2.8571em;
  left: 0;
}
.secFeatures__list .listItem::after {
  counter-increment: features_list 1;
  content: counter(features_list, decimal-leading-zero);
  color: #fff;
  font-size: 257.14%;
  font-family: var(--serif);
  --ls: 0;
  --lh: 1;
  top: 0.6111em;
  left: 1em;
}
.secFeatures__list .listItem__img {
  width: 100%;
}
.secFeatures__list .listItem__txtWrap {
  padding: 20px;
  position: relative;
}
.secFeatures__list .listItem__txtWrap_ttl {
  color: #fff;
  font-size: 128.57%;
  --lh: 1.7;
  position: absolute;
  top: -1.3333em;
  left: 2em;
  transform: translateY(-100%);
}
.secFeatures__list .listItem__txtWrap_txt {
  --ls: 0.07em;
  --lh: 1.8;
}
@media screen and (min-width: 768px) {
  .secFeatures__list .listItem {
    font-size: 87.5%;
  }
  .secFeatures__list .listItem::before {
    top: 3.5714em;
  }
  .secFeatures__list .listItem::after {
    top: 0.8333em;
  }
  .secFeatures__list .listItem__txtWrap_ttl {
    min-height: 3.6em;
    font-size: 142.86%;
    display: flex;
    align-items: center;
    top: -0.6em;
    left: 1.8em;
  }
}
.secFeatures__txtWrap {
  color: #8B7B6B;
  font-size: 85.71%;
  --ls: 0.07em;
  --lh: 1.71;
}
.secFeatures__txtWrap_ttl {
  font-size: 116.67%;
  font-weight: 700;
}
.secFeatures__txtWrap_ttl:not(:first-child) {
  margin-top: 1.25em;
}
@media screen and (min-width: 768px) {
  .secFeatures__txtWrap {
    font-size: 75%;
  }
}

.secDepartments {
  padding: 58px 0 70px;
}
@media screen and (min-width: 768px) {
  .secDepartments {
    padding: 65px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .secDepartments {
    padding: 74px 0 140px;
  }
}
.secDepartments__ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .secDepartments__ttl {
    margin-bottom: 35px;
  }
}
.secDepartments__list {
  width: 100%;
  display: grid;
  grid-gap: 20px;
}
@media screen and (min-width: 768px) {
  .secDepartments__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .secDepartments__list {
    grid-gap: 36px;
  }
}
.secDepartments__list .cardItem {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.secDepartments__list .cardItem__ttl {
  width: 100%;
  padding: 0.15em;
  background-color: var(--ac);
  color: #fff;
  font-size: 142.86%;
  --ls: 0.06em;
  --lh: 2.2;
  text-align: center;
}
.secDepartments__list .cardItem__body {
  padding: 10px 10px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 10px;
}
.secDepartments__list .cardItem__body_img {
  width: 100%;
  max-width: 420px;
}
.secDepartments__list .cardItem__body_txtWrap {
  width: 100%;
  max-width: 430px;
  padding: 0 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 10px;
}
.secDepartments__list .cardItem__body_ttl {
  width: 100%;
  border-bottom: 1px solid var(--ac);
  color: var(--ac);
  font-size: 171.43%;
  --ls: 0.06em;
  --lh: 2.1;
}
.secDepartments__list .cardItem__body_txt {
  --lh: 1.5;
}
.secDepartments__list .cardItem__body_btn {
  width: 200px;
  padding: 5px 10px;
  margin-top: 12px;
  background-color: var(--ac);
  border-color: var(--ac);
}
.secDepartments__list .cardItem__body_btn:hover {
  background-color: #fff;
  color: var(--ac);
}
.secDepartments__list .cardItem:nth-child(1) {
  --ac: #B87B5E;
}
.secDepartments__list .cardItem:nth-child(2) {
  --ac: #BE8279;
}
@media screen and (min-width: 768px) {
  .secDepartments__list .cardItem__ttl {
    padding: 0.3333em;
    font-size: 150%;
  }
  .secDepartments__list .cardItem__body {
    padding: 22px 10px 25px;
    grid-gap: 20px;
  }
  .secDepartments__list .cardItem__body_txtWrap {
    max-width: 100%;
  }
  .secDepartments__list .cardItem__body_ttl {
    margin-bottom: 5px;
    font-size: 150%;
  }
  .secDepartments__list .cardItem__body_txt {
    font-size: 87.5%;
  }
  .secDepartments__list .cardItem__body_btn {
    width: 260px;
    padding: 8px 10px;
  }
}
@media screen and (min-width: 1024px) {
  .secDepartments__list .cardItem__body_txtWrap {
    padding: 0 20px;
  }
  .secDepartments__list .cardItem__body_ttl {
    font-size: 175%;
  }
  .secDepartments__list .cardItem__body_txt {
    font-size: 100%;
    --lh: 2.1;
  }
}

.secDoctor {
  padding: 40px 0 80px;
  background: url(../img/top/doctor_bg.jpg) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .secDoctor {
    padding: 60px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .secDoctor {
    padding: 88px 0 220px;
  }
}
.secDoctor__ttl {
  margin-bottom: 5px;
  flex-direction: row-reverse;
  justify-content: center;
  grid-gap: 20px;
}
@media screen and (min-width: 768px) {
  .secDoctor__ttl {
    margin-bottom: 16px;
    justify-content: flex-end;
    grid-gap: 18px;
  }
}
.secDoctor__row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 25px;
}
@media screen and (min-width: 768px) {
  .secDoctor__row {
    flex-direction: row;
    align-items: flex-start;
    grid-gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .secDoctor__row {
    grid-gap: 115px;
  }
}
.secDoctor__img {
  width: 63%;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .secDoctor__img {
    width: 38.7%;
    max-width: 100%;
    flex-shrink: 0;
  }
}
.secDoctor__txtWrap {
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
}
.secDoctor__txtWrap_ttl {
  margin-bottom: 7px;
  color: #8B7B6B;
  --lh: 2.2;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 5px 10px;
}
.secDoctor__txtWrap_ttl .title {
  width: 100%;
  font-size: 114.29%;
  display: block;
}
.secDoctor__txtWrap_ttl .name {
  color: var(--text);
  font-size: 142.86%;
  font-weight: 400;
  --lh: 1;
}
.secDoctor__txtWrap_ttl .kana {
  font-size: 85.71%;
}
.secDoctor__txtWrap_txt {
  --lh: 1.7;
}
.secDoctor__txtWrap_box {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 92.31%;
  --ls: 0;
  --lh: 1.9;
}
@media screen and (min-width: 375px) {
  .secDoctor__txtWrap_box {
    font-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  .secDoctor__txtWrap {
    max-width: 100%;
    grid-gap: 16px;
  }
  .secDoctor__txtWrap_ttl {
    margin-bottom: 0;
    grid-gap: 20px 22px;
  }
  .secDoctor__txtWrap_ttl .title {
    font-size: 125%;
  }
  .secDoctor__txtWrap_ttl .name {
    font-size: 150%;
  }
  .secDoctor__txtWrap_ttl .kana {
    font-size: 87.5%;
  }
  .secDoctor__txtWrap_txt {
    font-size: 87.5%;
    --lh: 2.2;
  }
  .secDoctor__txtWrap_box {
    padding: 20px 22px;
    margin-top: 12px;
    font-size: 87.5%;
    --ls: 0.15em;
    --lh: 2.1;
  }
}
.secDoctor__btnWrap {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.secDoctor__btnWrap_btn {
  width: 200px;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .secDoctor__btnWrap {
    width: auto;
    margin-top: 23px;
  }
  .secDoctor__btnWrap_btn {
    width: 260px;
    padding: 6px;
  }
}

.secGallery {
  padding: 70px 0 30px;
}
@media screen and (min-width: 768px) {
  .secGallery {
    padding: 80px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .secGallery {
    padding: 115px 0 110px;
  }
}
.secGallery__ttl {
  padding: 0 10px;
  margin-bottom: 20px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  grid-gap: 28px;
}
@media screen and (min-width: 768px) {
  .secGallery__ttl {
    padding: 0;
    margin-bottom: 26px;
    grid-gap: 36px;
  }
}
.secGallery__slider_slide {
  position: relative;
}
.secGallery__slider_slide_txt {
  padding: 5px 10px;
  background-color: rgba(109, 45, 15, 0.3);
  backdrop-filter: blur(5px);
  border: 0.5px solid #FFF;
  color: #fff;
  --lh: 2.2;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.secInstagram {
  padding: 40px 0 50px;
  background: var(--bg);
}
@media screen and (min-width: 768px) {
  .secInstagram {
    padding: 80px 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  .secInstagram {
    padding: 110px 0 75px;
  }
}
.secInstagram__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.secInstagram__ttlWrap {
  display: contents;
}
@media screen and (min-width: 768px) {
  .secInstagram__ttlWrap {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.secInstagram__ttl {
  width: 100%;
  margin-bottom: 16px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  grid-gap: 10px;
}
@media screen and (min-width: 768px) {
  .secInstagram__ttl {
    width: auto;
    margin-bottom: 0;
    grid-gap: 32px;
  }
}
.secInstagram__btnWrap {
  margin-top: 10px;
  text-align: center;
  order: 1;
}
.secInstagram__btnWrap_btn {
  width: 200px;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .secInstagram__btnWrap {
    margin-top: 0;
  }
  .secInstagram__btnWrap_btn {
    width: 260px;
    padding: 7px;
  }
}
.secInstagram__feed {
  width: 100%;
}

.secAccess {
  padding: 70px 0 70px;
}
@media screen and (min-width: 768px) {
  .secAccess {
    padding: 50px 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .secAccess {
    padding: 50px 0 100px;
  }
}
.secAccess__ttl {
  padding-top: 32px;
  margin-bottom: 40px;
  position: relative;
}
.secAccess__ttl::before, .secAccess__ttl::after {
  content: "";
  height: 20px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.secAccess__ttl::before {
  width: 1px;
  background-color: #C9A99A;
  top: 0;
}
.secAccess__ttl::after {
  width: 2px;
  background: #B87B5E;
  top: 0;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 768px) {
  .secAccess__ttl {
    margin-bottom: 52px;
  }
}
.secAccess__row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 30px;
}
@media screen and (min-width: 768px) {
  .secAccess__row {
    flex-direction: row;
    align-items: flex-start;
    grid-gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .secAccess__row {
    grid-gap: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .secAccess__row {
    grid-gap: 110px;
  }
}
.secAccess__map {
  width: 100%;
  padding-top: 63.2653%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.secAccess__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .secAccess__map {
    width: 50%;
    padding-top: 33.4%;
    flex-shrink: 0;
    order: -1;
  }
}
.secAccess__txtWrap {
  width: 100%;
  --lh: 2.1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 20px;
}
.secAccess__txtWrap_ttl {
  color: #897C6D;
  font-size: 142.86%;
  font-weight: 400;
  --lh: 2.2;
}
.secAccess__txtWrap_btnWrap {
  margin-top: 10px;
}
.secAccess__txtWrap_btnWrap_btn {
  width: 200px;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .secAccess__txtWrap {
    font-size: 87.5%;
  }
  .secAccess__txtWrap_btnWrap {
    margin-top: 20px;
  }
  .secAccess__txtWrap_btnWrap_btn {
    width: 262px;
    padding: 8px;
  }
}

.secFaq {
  padding: 50px 0 50px;
  background-color: var(--bg);
}
@media screen and (min-width: 768px) {
  .secFaq {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .secFaq {
    padding: 105px 0 100px;
  }
}
.secFaq__ttl {
  padding-top: 10px;
  margin-bottom: 20px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  grid-gap: 20px;
}
.secFaq__ttl::before, .secFaq__ttl::after {
  content: "";
  width: 40px;
  display: block;
  position: absolute;
  top: 1px;
}
.secFaq__ttl::before {
  height: 1px;
  background-color: #C9A99A;
  left: 0;
  transform: translateY(-50%);
}
.secFaq__ttl::after {
  height: 2px;
  background: #B87B5E;
  transform: translate(100%, -50%);
}
.secFaq__faqWrap {
  width: 100%;
  display: grid;
  grid-gap: 10px;
}
.secFaq__faqWrap .faqItem {
  width: 100%;
}
.secFaq__faqWrap .faqItem__q {
  width: 100%;
  padding: 10px;
  background-color: #D2BBAE;
  border-radius: 5px;
  color: #fff;
  font-size: 114.29%;
  font-weight: 700;
  font-family: var(--serif);
  --lh: 1.6;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 6px;
}
.secFaq__faqWrap .faqItem__q::before {
  content: "Q";
  margin-right: 10px;
  font-size: 150%;
  font-weight: 400;
  font-family: var(--en);
  --lh: 1;
  flex-shrink: 0;
}
.secFaq__faqWrap .faqItem__q::after {
  content: "";
  width: 36px;
  height: 36px;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="10" viewBox="0 0 18 10" fill="none"><path d="M17.5 0.5L9 8.5L0.5 0.500002" stroke="%23fff" stroke-linecap="round"/></svg>') center/16px no-repeat;
  display: block;
  align-self: center;
  flex-shrink: 0;
  transition: var(--speed);
}
.secFaq__faqWrap .faqItem__q > span {
  width: 100%;
  min-height: 2em;
  display: flex;
  align-items: center;
}
.secFaq__faqWrap .faqItem__q.open {
  border-radius: 5px 5px 0 0;
}
.secFaq__faqWrap .faqItem__q.open::after {
  transform: rotate(180deg);
}
.secFaq__faqWrap .faqItem__a {
  width: 100%;
  max-height: 0;
  padding: 0 16px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  --lh: 1.7;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: var(--speed);
}
.secFaq__faqWrap .faqItem__a.open {
  max-height: 10000px;
  padding: 20px 16px;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .secFaq__faqWrap {
    grid-gap: 30px;
  }
  .secFaq__faqWrap .faqItem__q {
    padding: 13px 25px;
    border-radius: 10px;
    font-size: 100%;
    grid-gap: 6px;
  }
  .secFaq__faqWrap .faqItem__q::before {
    margin-right: 10px;
    font-size: 200%;
  }
  .secFaq__faqWrap .faqItem__q::after {
    width: 26px;
    height: 36px;
  }
  .secFaq__faqWrap .faqItem__q > span {
    min-height: 2em;
  }
  .secFaq__faqWrap .faqItem__q.open {
    border-radius: 10px 10px 0 0;
  }
  .secFaq__faqWrap .faqItem__a {
    padding: 0 25px;
  }
  .secFaq__faqWrap .faqItem__a.open {
    padding: 25px;
  }
}