@charset "UTF-8";
body {
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", serif;
  line-height: 1.8;
  font-size: 1rem;
  color: #222222;
  background-image: url(../img/contents_bg.svg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top;
  background-color: #FFFAEB;
  position: relative;
}
body.noscroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  line-height: 1.2;
  color: #222222;
}

p {
  margin-bottom: 1.25rem;
}

a {
  color: #222222;
  text-decoration: none;
}
a:hover {
  color: #F39800;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contents {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .contents {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1200px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .tablet {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .tablet {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .tablet {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .sm {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .pc-tab {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .sm-tab {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .sm-tab {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .sm-tab {
    display: block;
  }
}

.logoBr {
  display: none;
}
@media screen and (max-width: 1076px) {
  .logoBr {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .logoBr {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .logoBr {
    display: block;
  }
}

/*** Header ***/
header {
  width: 100vw;
  height: 180px;
  background-color: #fff;
}
header .btn {
  display: none;
}
header .headerBox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 120px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
header .headerBox h1 {
  margin: 0;
}
header .headerBox .innerBox {
  width: 100%;
  height: 77px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
header .headerBox .logo {
  max-width: 440px;
  height: 100%;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
header .headerBox .logo img {
  width: 100%;
  height: auto;
}
header .headerBox .tel {
  text-align: center;
  margin-right: 1.25rem;
  padding-left: 1.25rem;
  border-left: 1px solid #D9D9D9;
}
header .headerBox .tel .label {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.6346153846rem + 0.3205128205vw, 0.875rem);
  line-height: 1.5;
  margin: 0 0 0.375rem;
}
header .headerBox .tel .num {
  margin: 0;
}
header .headerBox .tel .num a {
  color: #222222;
  font-weight: 700;
  font-size: clamp(1.375rem, 0.8557692308rem + 1.4423076923vw, 1.9375rem);
  line-height: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.1875rem;
  transition: opacity 0.3s ease;
}
header .headerBox .tel .num a:before {
  content: "";
  background: url(../img/icon_phone.svg) no-repeat center/contain;
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
}
header .headerBox .tel .num a:hover {
  opacity: 0.6;
}
header .headerBox .tel .time {
  font-weight: 500;
  font-size: clamp(0.625rem, 0.5096153846rem + 0.3205128205vw, 0.75rem);
  line-height: 1.5;
  margin: 0.375rem 0 0;
}
header .headerBox .inquiry {
  height: 100%;
  margin: 0;
  padding: 0 1.875rem;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
header .headerBox .inquiry a {
  color: #222222;
  font-weight: 500;
  font-size: clamp(0.8125rem, 0.6971153846rem + 0.3205128205vw, 0.9375rem);
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  transition: opacity 0.3s ease;
}
header .headerBox .inquiry a:before {
  content: "";
  background: url(../img/icon_note.svg) no-repeat center/contain;
  width: 2.125rem;
  height: 2.125rem;
  margin-bottom: 0.25rem;
}
header .headerBox .inquiry a:hover {
  opacity: 0.6;
}
header .headerBox a {
  text-decoration: none;
}
header .mainNav {
  height: 60px;
  background: linear-gradient(109.07deg, #D34D7E 0.64%, #E89F1F 113.72%);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
header .mainNav .nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 3.75rem;
  height: 60px;
  color: #fff;
  font-weight: 600;
  font-size: clamp(0.9375rem, 0.8221153846rem + 0.3205128205vw, 1.0625rem);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
header .mainNav .nav .footerOn {
  display: none;
}
header .mainNav .nav .footerOff {
  display: flex;
}
header .mainNav .nav a:hover {
  text-decoration: none;
}
header .mainNav .nav > li {
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
header .mainNav .nav > li > a {
  color: #fff;
  white-space: nowrap;
  padding-right: 14px;
  position: relative;
  transition: opacity 0.3s ease;
}
header .mainNav .nav > li > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.85);
  transition: transform 0.3s ease;
}
header .mainNav .nav > li:not(.menu-item-has-children) > a {
  padding-right: 0;
}
header .mainNav .nav > li:not(.menu-item-has-children) > a:after {
  display: none;
}
header .mainNav .nav > li:hover {
  z-index: 1001;
}
header .mainNav .nav > li:hover > a {
  opacity: 0.85;
}
header .mainNav .nav > li:hover > a:after {
  transform: translateY(-50%) rotate(180deg);
}
header .mainNav .nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
header .mainNav .nav > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 200px;
  width: -moz-max-content;
  width: max-content;
  max-width: 320px;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-shadow: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-10px);
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
header .mainNav .nav > li > .sub-menu li {
  margin: 0;
  height: auto;
  display: block;
  position: relative;
}
header .mainNav .nav > li > .sub-menu li a {
  color: #222222;
  display: block;
  padding: 0.75rem 1.25rem;
  font-size: clamp(0.8125rem, 0.6971153846rem + 0.3205128205vw, 0.9375rem);
  line-height: 1.4;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
}
header .mainNav .nav > li > .sub-menu li:hover > a {
  background-color: #FDECBF;
  color: #F39800;
}
header .mainNav .nav > li > .sub-menu li .sub-menu {
  position: relative;
  top: 0;
  left: auto;
  width: 100%;
  background-color: rgb(252.5363636364, 231.5954545455, 176.1636363636);
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
header .mainNav .nav > li > .sub-menu li .sub-menu li a {
  padding-left: 2rem;
}
header .mainNav .nav > li:nth-last-child(-n+2) > .sub-menu {
  left: auto;
  right: 0;
  transform: translateX(0) translateY(-10px);
}
header .mainNav .nav > li:nth-last-child(-n+2):hover > .sub-menu {
  transform: translateX(0) translateY(0);
}
header .sublogin,
header .subNavsp {
  display: none;
}
header .slideMenu {
  position: fixed;
  z-index: 5;
  top: 0px;
  left: 0;
  background-color: #fff;
  width: 100%;
  display: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
header .slideMenu.active {
  display: block;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  header .mainNav .nav {
    gap: 3.75rem 1.875rem;
  }
}
@media screen and (max-width: 992px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: transparent;
    z-index: 20;
  }
  header .btn {
    display: block;
  }
  header .headerBox {
    height: auto;
    max-width: none;
    padding: 0;
  }
  header .headerBox .tel,
  header .headerBox .inquiry {
    display: none;
  }
  header .headerBox .innerBox {
    height: auto;
    display: block;
  }
  header .headerBox .logo {
    position: relative;
    z-index: 6;
    width: auto;
    max-width: 13.5625rem;
    height: 3.625rem;
    margin: 0;
    padding: 0.6875rem 1rem;
    box-sizing: border-box;
    background: #fff;
    border-bottom-right-radius: 0.75rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  header .headerBox .logo img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
  }
  header .mainNav {
    display: none;
  }
  header .slideMenu {
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding-top: 5rem;
    padding-bottom: 7.5rem;
    background: linear-gradient(160deg, #F4C168 0%, #E2729B 100%);
    color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .slideMenu ul.slideMain {
    padding: 1rem 1.25rem;
  }
  header .slideMenu ul.slideMain a {
    text-decoration: none;
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    color: #fff;
  }
  header .slideMenu ul.slideMain > li.menu-item {
    font-weight: 600;
    font-size: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  header .slideMenu ul.slideMain > li.menu-item > a {
    padding: 1.125rem 0;
  }
  header .slideMenu ul.slideMain li {
    cursor: pointer;
    position: relative;
    z-index: 1;
  }
  header .slideMenu ul.slideMain li.footeron, header .slideMenu ul.slideMain li.footerOff, header .slideMenu ul.slideMain li.menu-item-home {
    display: none;
  }
  header .slideMenu ul.slideMain li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 0.375rem;
    top: 50%;
    width: 0.5625rem;
    height: 0.5625rem;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.3s ease;
  }
  header .slideMenu ul.slideMain li.menu-item-has-children.active > a::after {
    transform: translateY(-30%) rotate(225deg);
  }
  header .slideMenu ul.slideMain li.menu-item-has-children.active .sub-menu {
    max-height: 1000px;
    opacity: 1;
    margin-top: -0.625rem;
    padding-bottom: 0.875rem;
  }
  header .slideMenu ul.slideMain li .sub-menu {
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    opacity: 0;
    margin: 0;
  }
  header .slideMenu ul.slideMain li .sub-menu li {
    position: relative;
    font-weight: 400;
  }
  header .slideMenu ul.slideMain li .sub-menu li a {
    font-size: 0.875rem;
    padding: 0.3125rem 0;
    color: rgba(255, 255, 255, 0.95);
  }
  header .slideMenu ul.slideMain li.fnavList.menu-item-has-children > a::after {
    content: none;
  }
  header .slideMenu ul.slideMain li.fnavList .sub-menu {
    max-height: none;
    overflow: visible;
    opacity: 1;
    margin-top: 0;
  }
  header .slideMenu ul.slideMain li.fnavList .sub-menu li {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  header .slideMenu ul.slideMain li.fnavList .sub-menu li a {
    font-weight: 600;
    font-size: 1rem;
    padding: 1.125rem 0;
    color: #fff;
  }
  header .btn,
  header .btn span {
    transition: all 0.4s;
    box-sizing: border-box;
  }
  header .btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 3.625rem;
    height: 3.625rem;
    z-index: 6;
    padding: 0;
    border: none;
    border-bottom-left-radius: 0.75rem;
    background: linear-gradient(135deg, #F4C168 0%, #E2729B 100%);
    cursor: pointer;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
  }
  header .btn span {
    position: absolute;
    right: 15px;
    margin: auto;
    width: 30px;
    height: 2px;
    border-radius: 4px;
    background-color: #fff;
    z-index: 10;
  }
  header .btn span:nth-of-type(1) {
    top: 35%;
  }
  header .btn span:nth-of-type(2) {
    top: 50%;
  }
  header .btn span:nth-of-type(3) {
    top: 65%;
  }
  header .btn.on {
    background: transparent;
    border-bottom-left-radius: 0;
  }
  header .btn.on span:nth-of-type(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  header .btn.on span:nth-of-type(2) {
    opacity: 0;
  }
  header .btn.on span:nth-of-type(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
}

/*** Footer 上の関連バナー（slick 自動スクロール） ***/
.groupBnr {
  background-color: #fff;
  padding: 3.75rem 0;
}
.groupBnr h2 {
  margin: 0 auto 2.5rem;
  text-align: center;
}
.groupBnr h2 img {
  display: inline-block;
  max-width: 22.5rem;
  width: 100%;
  height: auto;
}
.groupBnr ul {
  box-sizing: border-box;
}
.groupBnr ul:not(.slick-initialized) {
  visibility: hidden;
  max-height: 3.125rem;
  overflow: hidden;
}
.groupBnr ul .slick-track {
  display: flex;
  align-items: center;
}
.groupBnr ul li {
  padding: 0 1.25rem;
  box-sizing: border-box;
}
.groupBnr ul li a {
  display: block;
  transition: opacity 0.3s ease;
}
.groupBnr ul li a:hover {
  opacity: 0.7;
}
.groupBnr ul li a img {
  height: 3.125rem;
  width: auto;
  max-width: none;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .groupBnr {
    padding: 1.875rem 0;
  }
  .groupBnr h2 {
    margin-bottom: 1.25rem;
  }
  .groupBnr h2 img {
    max-width: 13.75rem;
  }
  .groupBnr ul li {
    padding: 0 0.75rem;
  }
  .groupBnr ul li a img {
    height: 2.1875rem;
  }
}

/*** Footer ***/
footer {
  width: 100%;
  background-color: #FDECBF;
  color: #222;
}
footer .footerInner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4.25rem 1.25rem 2.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0 1.875rem;
}
footer .footerInner .footerInfo {
  width: 310px;
}
footer .footerInner .footerNav {
  width: calc(100% - 340px);
}
footer .footerInfo {
  flex-shrink: 0;
}
footer .footerInfo .logo {
  display: block;
  max-width: 19.1875rem;
  margin-bottom: 2.375rem;
}
footer .footerInfo .logo img {
  width: 100%;
  height: auto;
}
footer .footerInfo address {
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.7596153846rem + 0.3205128205vw, 1rem);
  line-height: 1.875rem;
}
footer .footerInfo .tel {
  font-weight: 700;
  font-size: clamp(0.875rem, 0.7596153846rem + 0.3205128205vw, 1rem);
  line-height: 1.5rem;
  margin: 0;
}
footer .footerInfo .tel a {
  text-decoration: none;
  transition: 0.3s ease;
}
footer .footerInfo .tel a:hover {
  opacity: 0.5;
}
footer .footerNav ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.125rem 0.625rem;
  height: 18.75rem;
}
footer .footerNav ul .footerOn {
  display: block;
}
footer .footerNav ul .footerOff {
  display: none;
}
footer .footerNav ul > li > a {
  font-weight: 600;
  font-size: clamp(0.875rem, 0.7596153846rem + 0.3205128205vw, 1rem);
  line-height: 1.75rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  transition: 0.3s ease;
}
footer .footerNav ul > li > a:hover {
  opacity: 0.5;
}
footer .footerNav ul > li:not(.menu-item-has-children) > a {
  margin-bottom: 0;
}
footer .footerNav ul > li.no-sub > a {
  margin-bottom: 0;
}
footer .footerNav ul > li.no-sub .sub-menu {
  display: none;
}
footer .footerNav ul > li .sub-menu {
  gap: 0;
  height: auto;
}
footer .footerNav ul > li .sub-menu li {
  position: relative;
  padding-left: 0.875rem;
}
footer .footerNav ul > li .sub-menu li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.875rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #F39800;
  border-radius: 50%;
}
footer .footerNav ul > li .sub-menu a {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.6346153846rem + 0.3205128205vw, 0.875rem);
  line-height: 1.75rem;
  transition: 0.3s ease;
}
footer .footerNav ul > li .sub-menu a:hover {
  opacity: 0.5;
}
footer .footerNav ul > li.fnavList > a {
  margin-bottom: 0.5rem;
}
footer .footerNav ul > li.fnavList .sub-menu li {
  padding-left: 0;
}
footer .footerNav ul > li.fnavList .sub-menu li::before {
  content: none;
}
footer .footerNav ul > li.fnavList .sub-menu a {
  font-weight: 600;
  font-size: clamp(0.875rem, 0.7596153846rem + 0.3205128205vw, 1rem);
  margin-bottom: 0.5rem;
}
footer .copyright {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 1.25rem 1.25rem;
  color: #222;
  text-align: center;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.6923076923rem + 0.1602564103vw, 0.8125rem);
  line-height: 1.875rem;
  margin: 0;
}
@media screen and (max-width: 992px) {
  footer .footerInner {
    flex-direction: column;
    gap: 40px 0;
  }
  footer .footerNav ul {
    height: auto;
    flex-direction: column;
    gap: 0.625rem 0;
  }
}
@media screen and (max-width: 576px) {
  footer .footerNav ul {
    flex-direction: column;
    gap: 1.5rem 0;
  }
}

/*** SP固定ボタン（最下部に常時表示・tablet以下） ***/
.spFixedBtn {
  display: none;
}

@media screen and (max-width: 992px) {
  body {
    padding-bottom: 4.375rem;
  }
  #pagetop {
    bottom: 5.3125rem;
  }
  .spFixedBtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.625rem;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 30;
    width: 100%;
    height: 4.375rem;
    padding: 0 1rem;
    box-sizing: border-box;
    background: linear-gradient(to right, #F4C168 0%, #E2729B 100%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  .spFixedBtn a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.375rem;
    height: 2.875rem;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #000;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  .spFixedBtn a:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.7;
  }
  .spFixedBtn a img {
    width: 1.0625rem;
    height: 1.0625rem;
  }
  .spFixedBtn .tel {
    width: 11.75rem;
    font-weight: 700;
    font-size: 0.875rem;
  }
  .spFixedBtn .request {
    width: 9rem;
    font-weight: 900;
    font-size: 0.8125rem;
  }
}
/*** メニュー展開中は固定ボタンの背景をメニューのグラデと一体化 ***/
@media screen and (max-width: 992px) {
  body.noscroll .spFixedBtn {
    background: transparent;
    box-shadow: none;
  }
}
/*** 共通 ***/
.center {
  text-align: center;
  margin: 2em auto;
}
.center p {
  line-height: 1;
}

.txtRight {
  text-align: right;
  margin: 1em 0;
}

.txts {
  font-weight: normal;
  font-size: clamp(0.875rem, 0.6442307692rem + 0.641025641vw, 1.125rem);
  margin-top: 10px;
  color: #888;
}

.googleMap iframe {
  width: 100%;
  height: 37.5rem;
  vertical-align: bottom;
}
@media screen and (max-width: 992px) {
  .googleMap iframe {
    height: 25rem;
  }
}
@media screen and (max-width: 576px) {
  .googleMap iframe {
    height: 18.75rem;
  }
}

.pageTop {
  margin-top: 1.25rem;
  text-align: right;
}
.pageTop a {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  color: #A3966B;
  font-size: clamp(0.875rem, 0.7596153846rem + 0.3205128205vw, 1rem);
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.pageTop a::after {
  content: "";
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  background: url(../img/icon_arrow_circle.svg) no-repeat center/contain;
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
}
.pageTop a:hover {
  opacity: 0.7;
  color: #A3966B;
  text-decoration: none;
}
.pageTop a:hover::after {
  transform: rotate(-90deg) translateX(0.1875rem);
}

h1 {
  margin: 0 0 0.5em;
  font-size: clamp(1.5rem, 0.8076923077rem + 1.9230769231vw, 2.25rem);
  line-height: 1.4;
}

h2 {
  margin: 0 0 1em;
  font-size: clamp(1.25rem, 0.6730769231rem + 1.6025641026vw, 1.875rem);
  line-height: 1.4;
}

h3 {
  margin: 0 0 2em;
  font-size: clamp(1.125rem, 0.5480769231rem + 1.6025641026vw, 1.75rem);
  line-height: 1.4;
}

p {
  line-height: 1.8;
}

.btnMore {
  text-align: center;
  margin-bottom: 10px;
  width: auto;
}
.btnMore a {
  display: inline-block;
  min-width: 20.4375rem;
  font-size: clamp(0.875rem, 0.7019230769rem + 0.4807692308vw, 1.0625rem);
  color: #fff;
  padding: 1.6875rem 2.5rem;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 60px;
  background: linear-gradient(to right, #ECB24C 0%, #D75584 50%, #ECB24C 100%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  text-align: center;
  text-decoration: none !important;
  outline: none;
  position: relative;
  transition: background-position 0.6s ease;
}
.btnMore a:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 50%;
  right: -0.625rem;
  background-image: url(../img/icon_arrow_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 8px;
  transition: right 0.3s ease;
}
.btnMore a:hover {
  color: #fff;
  background-position: 100% 0%;
}
.btnMore a:hover:after {
  right: -0.9375rem;
}
@media screen and (max-width: 576px) {
  .btnMore a {
    min-width: inherit;
    padding: 1.25rem 1.875rem;
  }
}

/*** Top ***/
.index h2 {
  text-align: center;
  font-size: clamp(1.375rem, 0.6826923077rem + 1.9230769231vw, 2.125rem);
  margin-bottom: 3rem;
  position: relative;
}
.index h2 span {
  display: block;
  color: #A3966B;
  font-weight: 400;
  font-family: "Marcellus", serif;
  font-size: clamp(1rem, 0.6538461538rem + 0.9615384615vw, 1.375rem);
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
  position: relative;
}
.index h2 span::before {
  display: inline-block;
  content: "";
  position: relative;
  top: -3px;
  width: 10px;
  height: 10px;
  background-color: #A3966B;
  border-radius: 50%;
  margin-right: 0.5em;
}
@media screen and (max-width: 992px) {
  .index {
    margin-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .index h2 {
    margin-bottom: 1.5rem;
  }
}

.topMainimg {
  width: 100%;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
.topMainimg .slider:not(.slick-initialized) {
  visibility: hidden;
}
.topMainimg .slider {
  height: 560px;
}
.topMainimg .slick-slide {
  margin: 0 1.09375rem;
}
.topMainimg .slick-slide img {
  width: 100%;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 1.875rem;
}
.topMainimg .slick-slide {
  opacity: 0.5;
  transition: opacity 0.4s ease;
}
.topMainimg .slick-slide.slick-center {
  opacity: 1;
}
.topMainimg .slick-dots {
  position: static;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0 0.625rem;
  padding: 0.9375rem 0 0;
  margin: 0;
  list-style: none;
}
.topMainimg .slick-dots li {
  width: 0.6875rem;
  height: 0.6875rem;
}
.topMainimg .slick-dots li button {
  font-size: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid #A3966B;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.topMainimg .slick-dots li button:before {
  content: none;
}
.topMainimg .slick-dots li.slick-active button {
  background-color: #A3966B;
}
.topMainimg .frontOverlay {
  position: absolute;
  left: 50%;
  top: 1.875rem;
  transform: translateX(-50%);
  width: calc(60% - 2.5rem);
  height: 560px;
  z-index: 2;
  pointer-events: none;
}
.topMainimg .catchcopy {
  position: absolute;
  left: 1.875rem;
  top: 5rem;
  width: calc(100% - 1.875rem);
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: left;
}
.topMainimg .catchcopy span {
  display: inline-block;
  margin-bottom: 0.3125rem;
  font-weight: 700;
  font-size: clamp(1.375rem, 0.2211538462rem + 3.2051282051vw, 2.625rem);
  background-color: #fff;
  border-radius: 8px;
  color: #8D8053;
  padding: 1rem;
  line-height: 1;
}
.topMainimg .catchcopy span:before {
  content: none;
}
.topMainimg .inquiryBtn {
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: clamp(7.5rem, 13vw, 11.25rem);
  aspect-ratio: 1;
  height: auto;
  padding: 1rem;
  background: linear-gradient(109.07deg, #D34D7E 0%, #E89F1F 100%);
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.topMainimg .inquiryBtn:hover {
  opacity: 0.85;
  color: #fff;
  text-decoration: none;
}
.topMainimg .inquiryBtn img {
  width: 2.625rem;
  height: auto;
  margin-bottom: 1rem;
}
.topMainimg .inquiryBtn p {
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid #fff;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.5288461538rem + 0.9615384615vw, 1.25rem);
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .topMainimg .slider {
    height: 490px;
  }
  .topMainimg .slick-slide img {
    height: 490px;
  }
  .topMainimg .frontOverlay {
    height: 490px;
  }
}
@media screen and (max-width: 992px) {
  .topMainimg .slider {
    height: 420px;
  }
  .topMainimg .slick-slide {
    margin: 0 0.3125rem;
  }
  .topMainimg .slick-slide img {
    height: 420px;
  }
  .topMainimg .frontOverlay {
    height: 420px;
    width: calc(80% - 1.25rem);
  }
  .topMainimg .catchcopy {
    left: 1.25rem;
    top: 2.5rem;
  }
  .topMainimg .inquiryBtn {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .topMainimg .slider {
    height: 300px;
  }
  .topMainimg .slick-slide img {
    height: 300px;
  }
  .topMainimg .frontOverlay {
    height: 300px;
    width: calc(80% - 1.25rem);
  }
}

.topInfo {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.topInfo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3.125rem;
  width: 100%;
  height: 9.375rem;
  background: url(../img/top_info_textbg.svg) repeat-x left bottom/auto 100%;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
}
.topInfo > * {
  position: relative;
  z-index: 1;
}
.topInfo .list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.3125rem;
  max-width: 1240px;
  margin: 0 auto;
}
.topInfo .list li {
  width: calc(33.333% - 0.875rem);
  background-color: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.topInfo .list li a {
  display: block;
  color: #222;
  text-decoration: none;
}
.topInfo .list li a:hover {
  color: #222;
  text-decoration: none;
}
.topInfo .list li .thumb {
  width: 100%;
  aspect-ratio: 399/263;
  overflow: hidden;
}
.topInfo .list li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.topInfo .list li .date {
  margin: 0.9375rem 1.75rem 0.25rem;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.7596153846rem + 0.3205128205vw, 1rem);
  color: #A3966B;
  line-height: 1.5;
}
.topInfo .list li .title {
  margin: 0 1.6875rem 1.5rem;
  font-weight: 500;
  font-size: clamp(0.9375rem, 0.7644230769rem + 0.4807692308vw, 1.125rem);
  line-height: 1.55;
}
.topInfo .list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}
.topInfo .btnMore {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 992px) {
  .topInfo {
    padding: 3.75rem 1.25rem;
  }
  .topInfo .btnMore {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .topInfo .list {
    gap: 0.9375rem 0;
    flex-direction: column;
    align-items: center;
  }
  .topInfo .list li {
    width: 100%;
    max-width: 24.8125rem;
  }
}

.topConcept {
  background: linear-gradient(119deg, #FAF2DD 0%, #FDEFC2 100%);
  padding: 6.25rem 0 5rem;
}
.topConcept > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 3.75rem;
}
.topConcept > div:last-child {
  margin-bottom: 0;
}
.topConcept > div .text {
  flex: 0 0 45%;
  width: 45%;
  min-width: 0;
  padding-left: 8%;
  padding-right: 3%;
  box-sizing: border-box;
}
.topConcept > div .text .lead {
  margin: 0 0 0.625rem;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.7788461538rem + 0.9615384615vw, 1.5rem);
  color: #8D8053;
  line-height: 1.4;
}
.topConcept > div .text h2 {
  text-align: left;
  margin: 0 0 1.875rem;
  color: #8D8053;
  line-height: 1.625;
}
.topConcept > div .text p {
  margin: 0 0 2.5rem;
  font-weight: 400;
  font-size: clamp(0.9375rem, 0.8221153846rem + 0.3205128205vw, 1.0625rem);
  color: #222;
  line-height: 2;
}
.topConcept > div .text .btnMore {
  text-align: left;
  margin: 0;
}
.topConcept > div .img {
  flex: 0 0 55%;
  width: 55%;
  min-width: 0;
  box-sizing: border-box;
}
.topConcept > div .img.bgWhite {
  background-color: #fff;
  padding: 3.125rem;
}
.topConcept > div .img img {
  width: 100%;
  height: auto;
  display: block;
}
.topConcept > div:nth-of-type(odd) .img.bgWhite {
  border-radius: 1.875rem 0 0 1.875rem;
}
.topConcept > div:nth-of-type(even) .img img {
  border-radius: 0 1.875rem 1.875rem 0;
}
@media screen and (max-width: 992px) {
  .topConcept {
    padding: 3.75rem 0;
  }
  .topConcept > div {
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem 0;
  }
  .topConcept > div .text {
    display: contents;
  }
  .topConcept > div .text .lead {
    order: 1;
    padding: 0 1.25rem;
    margin-bottom: -0.625rem;
  }
  .topConcept > div .text h2 {
    order: 2;
    padding: 0 1.25rem;
    margin-bottom: 0;
  }
  .topConcept > div .img {
    order: 3;
    width: calc(100% - 1.25rem);
    margin-left: 1.25rem;
  }
  .topConcept > div .text p {
    order: 4;
    margin: 0;
    padding: 0 1.25rem;
  }
  .topConcept > div .text .btnMore {
    order: 5;
    padding: 0 1.25rem;
  }
  .topConcept > div:nth-of-type(odd) .img.bgWhite, .topConcept > div:nth-of-type(even) .img img {
    border-radius: 1.875rem 0 0 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .topConcept > div .text {
    padding: 0 1.25rem;
  }
}

.topResidents {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.topResidents h2 {
  margin-bottom: 3.75rem;
  font-weight: 600;
}
.topResidents ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 1.5rem;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.topResidents ul li {
  position: relative;
  width: calc(33.333% - 1rem);
  background-color: #fff;
  border-radius: 1.875rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.topResidents ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 3.375rem 3.375rem 0 0;
  border-color: #CBC2A3 transparent transparent transparent;
  z-index: 1;
}
.topResidents ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 22.125rem;
  padding: 2.5rem 3rem;
  box-sizing: border-box;
  color: #222;
  text-align: center;
  text-decoration: none;
}
.topResidents ul li a:hover {
  color: #222;
  text-decoration: none;
}
.topResidents ul li img {
  display: block;
  width: auto;
  height: 4.875rem;
  margin: 0 auto 2.125rem;
}
.topResidents ul li h3 {
  margin: 0 0 1rem;
  font-weight: 600;
  font-size: clamp(1.25rem, 1.0192307692rem + 0.641025641vw, 1.5rem);
  line-height: 1.4;
  color: #222;
}
.topResidents ul li p {
  margin: 0;
  font-size: clamp(0.9375rem, 0.8221153846rem + 0.3205128205vw, 1.0625rem);
  line-height: 2;
  color: #222;
}
.topResidents ul li:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 992px) {
  .topResidents {
    padding: 3.75rem 1.25rem;
  }
  .topResidents h2 {
    text-align: left;
  }
  .topResidents ul {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }
  .topResidents ul li {
    width: 100%;
    max-width: 24.8125rem;
  }
  .topResidents ul li a {
    height: auto;
    padding: 3rem 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .topResidents h2 {
    margin-bottom: 2rem;
  }
  .topResidents ul li::before {
    border-width: 2.75rem 2.75rem 0 0;
  }
  .topResidents ul li img {
    height: 4.375rem;
    margin-bottom: 1.5rem;
  }
}

.topContact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2.875rem;
  position: relative;
  padding: 8.125rem 1.25rem;
  background: url(../img/top_contact_bg.png) center/cover no-repeat;
}
.topContact h2,
.topContact .btnArea,
.topContact .tel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 50.75rem;
}
.topContact h2 {
  margin: 0;
  color: #fff;
  font-weight: 600;
}
.topContact .btnArea {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.75rem;
}
.topContact .btnArea a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.75rem;
  width: calc(50% - 0.875rem);
  height: 6rem;
  border-radius: 4rem;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  transition: opacity 0.3s ease;
}
.topContact .btnArea a:hover {
  opacity: 0.85;
  color: #fff;
  text-decoration: none;
}
.topContact .btnArea a img {
  width: auto;
  height: 1.5rem;
}
.topContact .btnArea a p {
  margin: 0;
  font-weight: 600;
  font-size: clamp(1.0625rem, 0.8894230769rem + 0.4807692308vw, 1.25rem);
  line-height: 1;
}
.topContact .btnArea .contactBtn {
  background: linear-gradient(121deg, #D29937 0%, #D75C89 81%);
}
.topContact .btnArea .inquiryBtn {
  background: linear-gradient(118deg, #F4C168 10%, #E2729B 82%);
}
.topContact .tel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2.5rem;
  max-width: 45.625rem;
  padding: 1.5rem 2.5rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
}
.topContact .tel .txt p {
  margin: 0;
  font-weight: 600;
  font-size: clamp(1.0625rem, 0.8894230769rem + 0.4807692308vw, 1.25rem);
  color: #222;
  line-height: 1.6;
}
.topContact .tel .txt p span {
  display: block;
  font-weight: 500;
  font-size: clamp(0.8125rem, 0.7548076923rem + 0.1602564103vw, 0.875rem);
  color: #767676;
}
.topContact .tel > a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  color: #000;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.1538461538rem + 0.9615384615vw, 1.875rem);
  white-space: nowrap;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.topContact .tel > a:hover {
  opacity: 0.7;
}
.topContact .tel > a img {
  width: auto;
  height: 2.125rem;
}
@media screen and (max-width: 992px) {
  .topContact {
    padding: 5rem 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .topContact {
    flex-direction: column;
    gap: 1.875rem;
    padding: 3.75rem 1.25rem;
  }
  .topContact .btnArea {
    flex-direction: column;
    gap: 0.9375rem 0;
  }
  .topContact .btnArea a {
    width: 100%;
    max-width: 24.5rem;
    height: 4.375rem;
  }
  .topContact .tel {
    flex-direction: column-reverse;
    gap: 0.875rem;
    padding: 0.9375rem 1.25rem;
    text-align: center;
  }
  .topContact .tel .txt p {
    text-align: center;
  }
  .topContact .tel > a {
    justify-content: center;
  }
}

.topRecruit {
  position: relative;
  overflow: hidden;
  padding: 6.25rem 1.25rem;
  background: linear-gradient(119deg, #FAF2DD 0%, #FDEFC2 100%);
}
.topRecruit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2.5rem;
  width: 100%;
  height: 9.375rem;
  background: url(../img/top_recruit_txtbg.svg) repeat-x left bottom/auto 100%;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
}
.topRecruit .flexBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}
.topRecruit .flexBox .img {
  width: 50%;
  overflow: hidden;
  border-radius: 1.875rem 0 0 1.875rem;
}
.topRecruit .flexBox .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.topRecruit .flexBox .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 2.5rem;
  width: 50%;
  box-sizing: border-box;
  padding: 4rem 4.1875rem;
  background: linear-gradient(120deg, #E05588 17%, #F0B349 107%);
  border-radius: 0 1.875rem 1.875rem 0;
}
.topRecruit .flexBox .text h3 {
  margin: 0;
  padding: 0;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: clamp(1.75rem, 1.4038461538rem + 0.9615384615vw, 2.125rem);
  line-height: 1.3;
}
.topRecruit .flexBox .text p {
  margin: 0;
  color: #fff;
  font-size: clamp(0.9375rem, 0.8221153846rem + 0.3205128205vw, 1.0625rem);
  line-height: 2;
}
.topRecruit .flexBox .text .btnMore {
  margin: 0;
  text-align: left;
}
.topRecruit .flexBox .text .btnMore a {
  min-width: 18.6875rem;
  background: transparent;
  border: 1px solid #fff;
}
.topRecruit .flexBox .text .btnMore a:hover {
  background: rgba(255, 255, 255, 0.15);
  background-position: 0 0;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .topRecruit {
    padding: 3.75rem 1.25rem;
  }
  .topRecruit::after {
    display: none;
  }
  .topRecruit .flexBox {
    flex-direction: column;
  }
  .topRecruit .flexBox .img {
    width: 100%;
    border-radius: 1.875rem 1.875rem 0 0;
  }
  .topRecruit .flexBox .img img {
    height: auto;
  }
  .topRecruit .flexBox .text {
    width: 100%;
    gap: 1.25rem;
    padding: 1.25rem;
    border-radius: 0 0 1.875rem 1.875rem;
  }
  .topRecruit .flexBox .text .btnMore {
    text-align: center;
  }
  .topRecruit .flexBox .text .btnMore a {
    min-width: inherit;
  }
}

.topBnr {
  padding: 5rem 1.25rem 6.25rem;
}
.topBnr h2 {
  margin-bottom: 2.5rem;
  color: #222;
  font-weight: 600;
}
.topBnr ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2.0625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.topBnr ul li {
  width: 18.75rem;
}
.topBnr ul li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 6.125rem;
  padding: 1.25rem 2.25rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.topBnr ul li a img {
  width: 100%;
  height: auto;
  display: block;
}
.topBnr ul li a:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 992px) {
  .topBnr {
    padding: 2.5rem 1.25rem 3.75rem;
  }
}
@media screen and (max-width: 576px) {
  .topBnr ul {
    flex-direction: column;
    align-items: center;
    gap: 0.625rem 0;
  }
  .topBnr ul li {
    width: 100%;
    max-width: 18.75rem;
  }
  .topBnr ul li a {
    padding: 0.625rem 1.25rem;
  }
}

/*** 下層 ***/
main.under {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 992px) {
  main.under {
    margin-top: 80px;
    padding-bottom: 3.75rem;
  }
}

.breadcrumbs {
  font-size: clamp(0.75rem, 0.6346153846rem + 0.3205128205vw, 0.875rem);
  color: #000;
}
.breadcrumbs a {
  text-decoration: underline;
}

.single-post .contents {
  max-width: 900px;
}

.pageinner {
  position: relative;
}
.pageinner::before {
  content: attr(data-en) " " attr(data-en) " " attr(data-en) " " attr(data-en) " " attr(data-en) " " attr(data-en) " " attr(data-en) " " attr(data-en);
  position: absolute;
  top: -1.875rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: clamp(5rem, -1.9230769231rem + 19.2307692308vw, 12.5rem);
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: overlay;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.pageinner > * {
  position: relative;
  z-index: 1;
}
.pageinner .pageCatchcopy {
  max-width: 1240px;
  padding: 0 1.25rem;
  margin: 0 auto 3.75rem;
  box-sizing: border-box;
  text-align: center;
  font-size: clamp(1rem, 0.8846153846rem + 0.3205128205vw, 1.125rem);
  color: #000;
  line-height: 2;
}
.pageinner h1 {
  text-align: center;
  font-size: clamp(2.25rem, 1.7884615385rem + 1.2820512821vw, 2.75rem);
  font-weight: 500;
  margin-bottom: 3.75rem;
  position: relative;
}
.pageinner h1 span {
  display: block;
  color: #A3966B;
  font-weight: 400;
  font-family: "Marcellus", serif;
  font-size: clamp(1rem, 0.6538461538rem + 0.9615384615vw, 1.375rem);
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
  position: relative;
}
.pageinner h1 span::before {
  display: inline-block;
  content: "";
  position: relative;
  top: -3px;
  width: 10px;
  height: 10px;
  background-color: #A3966B;
  border-radius: 50%;
  margin-right: 0.5em;
}
.pageinner h1 small {
  display: block;
  margin-top: 0.9375rem;
  font-size: clamp(1rem, 0.7692307692rem + 0.641025641vw, 1.25rem);
  font-weight: 500;
  color: #222222;
}
.pageinner h2 {
  margin-top: 3em;
  margin-bottom: 1.5em;
  font-size: clamp(1.25rem, 1.0192307692rem + 0.641025641vw, 1.5rem);
  color: #222222;
  line-height: 1.5;
  position: relative;
}
.pageinner h2:first-of-type {
  margin-top: 0;
}
.pageinner h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 5px 0;
  border-bottom: 2px solid #A6A6A6;
  font-size: clamp(1.125rem, 0.8942307692rem + 0.641025641vw, 1.375rem);
  color: #222222;
  line-height: 1.5;
  position: relative;
}
.pageinner h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 0;
  font-size: clamp(1rem, 0.7692307692rem + 0.641025641vw, 1.25rem);
  color: #222222;
  line-height: 1.5;
}
.pageinner .flexBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 2.5rem;
}
.pageinner .flexBox img {
  border-radius: 1.25rem;
}
.pageinner .flexBox.bgWhite {
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  padding: 1.25rem;
}
.pageinner .flexBox .img {
  width: 250px;
}
.pageinner .flexBox .img img {
  width: auto;
}
.pageinner .flexBox .txt {
  width: calc(100% - 270px);
}
.pageinner .flexBox .txt .strong {
  font-size: clamp(1rem, 0.7692307692rem + 0.641025641vw, 1.25rem);
  font-weight: 700;
}
.pageinner .flexBox .half {
  width: calc(50% - 10px);
  margin: 0;
}
.pageinner .flexBox .half figcaption {
  margin-top: 0.5rem;
  font-size: clamp(0.875rem, 0.7596153846rem + 0.3205128205vw, 1rem);
}
.pageinner .flexBox .half figcaption span {
  display: block;
  font-size: clamp(0.75rem, 0.6346153846rem + 0.3205128205vw, 0.875rem);
  margin-bottom: 0.3125rem;
  line-height: 1.4;
}
.pageinner .txtCenter {
  margin: 0 auto;
  text-align: center;
}
.pageinner .txtCenter img {
  margin: 0 auto;
}
.pageinner .txtRight {
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}
.pageinner a.pdf[target=_blank]:after {
  content: "";
  display: inline-block;
  margin-right: 3px;
  background: url(libs/img/icon_pdf.svg);
  position: relative;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 576px) {
  .pageinner {
    flex-direction: column;
    gap: 0.625rem;
  }
  .pageinner .flexBox {
    margin-bottom: 1.25rem;
  }
  .pageinner .flexBox.txtcenter {
    flex-direction: column;
    justify-content: center;
  }
  .pageinner .flexBox.txtcenter p {
    margin-bottom: 0;
  }
  .pageinner .flexBox.txtcenter .txt {
    width: 100%;
    text-align: center;
  }
  .pageinner .flexBox .half {
    width: 100%;
  }
  .pageinner .flexBox .half figcaption {
    margin-bottom: 0;
  }
}

.conteStyle p:empty {
  display: none;
}
.conteStyle a {
  text-decoration: underline;
  padding-left: 5px;
  padding-right: 5px;
}
.conteStyle p {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}
.conteStyle p strong {
  color: #F39800;
}
.fees .conteStyle p {
  margin-bottom: 0;
}
.conteStyle h2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.25rem;
  margin: 3em 0 1.5em;
  font-weight: 600;
  font-size: clamp(1.375rem, 1.1442307692rem + 0.641025641vw, 1.625rem);
  color: #222222;
  line-height: 1.4;
}
.conteStyle h2:first-of-type {
  margin-top: 0;
}
.conteStyle h2:before {
  content: "";
  flex-shrink: 0;
  width: 3px;
  height: 1.3em;
  background-color: #A3966B;
}
.single .conteStyle h2 {
  margin-bottom: 1.5rem;
}
.conteStyle ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.conteStyle ul li {
  position: relative;
  padding-left: 1.4375rem;
  color: #222222;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
}
.conteStyle ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background-color: #A3966B;
}
.conteStyle ul.nodot {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.conteStyle ul.nodot li {
  padding-left: 0;
}
.conteStyle ul.nodot li:before {
  content: none;
}
.conteStyle ul.nodot li a {
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(1rem, 0.8846153846rem + 0.3205128205vw, 1.125rem);
  color: #222222;
  transition: 0.3s ease;
}
.conteStyle ul.nodot li a:hover {
  color: #F39800;
  text-decoration: underline;
}
.conteStyle ul.flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
.conteStyle ul.flex li {
  width: calc(25% - 2rem);
}
.conteStyle ul.tag {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.conteStyle ul.tag li {
  padding: 0.5rem 1rem;
  background-color: #FDECBF;
  border-radius: 4px;
  line-height: 1.4;
}
.conteStyle ul.tag li:before {
  content: none;
}
.conteStyle ul.bgWhite {
  background-color: #fff;
  padding: 1.25rem;
  border-radius: 1.25rem;
}
.conteStyle ol {
  counter-reset: section;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.conteStyle ol li {
  position: relative;
  padding-left: 1.5rem;
}
.conteStyle ol li:before {
  position: absolute;
  left: 0;
  counter-increment: section;
  content: counter(section) ".";
  color: #212121;
}
.conteStyle ol li span {
  position: relative;
}
.conteStyle ol li span:before {
  content: "-----";
  color: #F39800;
  padding-right: 10px;
}
.conteStyle ol li ul {
  counter-reset: section;
}
.conteStyle table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 1.875rem;
}
.conteStyle table th,
.conteStyle table td {
  padding: 1rem;
}
.conteStyle table th {
  background-color: #F39800;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.conteStyle table th:last-child {
  border-right: none;
}
.conteStyle table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.conteStyle table td:last-child {
  border-right: none;
}
.conteStyle table tbody > tr:last-of-type th,
.conteStyle table tbody > tr:last-of-type td {
  border-bottom: none;
}
.conteStyle table.price td {
  text-align: center;
}
.conteStyle table.price td.left {
  text-align: left;
}
.conteStyle table.price.firstLeft td:first-child {
  text-align: left;
}
.conteStyle table.price tr.sum td {
  background-color: #FDECBF;
  font-weight: bold;
}
.conteStyle table h3 {
  margin: 0 0 0.625rem;
  font-size: clamp(0.875rem, 0.6442307692rem + 0.641025641vw, 1.125rem);
  color: #222222;
  border: none;
  line-height: 1.5;
}
.conteStyle dl.normal {
  display: grid;
  grid-template-columns: auto 1fr;
  width: 100%;
  gap: 0;
}
.conteStyle dl.normal dt {
  padding-right: 1rem;
  max-width: 100px;
}
.conteStyle dl.faqBox {
  margin-bottom: 1.25rem;
  background-color: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}
.conteStyle dl.faqBox dt {
  position: relative;
  padding: 1.875rem 4.375rem 1.875rem 4.375rem;
  font-size: clamp(1rem, 0.8846153846rem + 0.3205128205vw, 1.125rem);
  line-height: 1.6;
  cursor: pointer;
}
.conteStyle dl.faqBox dt:before {
  content: "Q.";
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
  font-family: "Marcellus", serif;
  color: #A3966B;
}
.conteStyle dl.faqBox dt:after {
  content: "";
  position: absolute;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #D8CEAD;
  border-radius: 2px;
  transition: transform 0.3s ease;
}
.conteStyle dl.faqBox dt.is-open:after {
  transform: translateY(-50%) rotate(180deg);
}
.conteStyle dl.faqBox dd {
  display: none;
  position: relative;
  margin: 0;
  padding: 1.875rem 3.125rem 1.875rem 4.375rem;
  font-size: clamp(0.9375rem, 0.8798076923rem + 0.1602564103vw, 1rem);
  line-height: 2;
}
.conteStyle dl.faqBox dd:before {
  content: "A.";
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
  font-family: "Marcellus", serif;
  background: linear-gradient(to right, #F4C168, #E2729B);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(1rem, 0.8846153846rem + 0.3205128205vw, 1.125rem);
  color: transparent;
}
.conteStyle dl.faqBox dd:after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.875rem;
  right: 1.875rem;
  height: 1px;
  background-color: #E5E0D2;
}
.conteStyle .counterList p {
  margin: 0;
  font-size: clamp(1rem, 0.8846153846rem + 0.3205128205vw, 1.125rem);
}
.conteStyle .counterList dl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  margin-left: 1rem;
}
.conteStyle .counterList dl dt {
  width: 80px;
}
.conteStyle .counterList dl dd {
  width: calc(100% - 110px);
}
.conteStyle .bgGray {
  background-color: #FDECBF;
  padding: 1.875rem;
  border-radius: 1.25rem;
}
.conteStyle .alignnone {
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 80%;
  border-radius: 1.25rem;
}
@media screen and (max-width: 576px) {
  .conteStyle dl.faqBox {
    margin-bottom: 0.625rem;
  }
  .conteStyle dl.faqBox dt {
    padding: 1.25rem 2.5rem 1.25rem 3.125rem;
  }
  .conteStyle dl.faqBox dt:before {
    top: 1.25rem;
    left: 1.25rem;
  }
  .conteStyle dl.faqBox dt:after {
    right: 1.25rem;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #D8CEAD;
  }
  .conteStyle dl.faqBox dd {
    padding: 1.25rem 1.875rem 1.25rem 3.125rem;
  }
  .conteStyle dl.faqBox dd:before {
    top: 1.25rem;
    left: 1.25rem;
  }
  .conteStyle dl.faqBox dd:after {
    left: 1.5rem;
    right: 1.5rem;
  }
}
.conteStyle .tableScroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
}
.conteStyle .tableScroll table {
  margin-bottom: 0;
}
.conteStyle .tableScroll::-webkit-scrollbar {
  height: 0.5rem;
}
.conteStyle .tableScroll::-webkit-scrollbar-track {
  background: #FDECBF;
  border-radius: 999px;
}
.conteStyle .tableScroll::-webkit-scrollbar-thumb {
  background: #A3966B;
  border-radius: 999px;
}
@media screen and (max-width: 980px) {
  .conteStyle .tableScroll table:not(.noWide) {
    min-width: 61.25rem;
  }
  .conteStyle .tableScroll table:not(.noWide) th,
  .conteStyle .tableScroll table:not(.noWide) td {
    text-align: left !important;
  }
}

.guide .guideKodawari {
  max-width: 1240px;
  margin: 0 auto;
}
.guide .guideTitle {
  display: block;
  margin: 0 0 4.375rem;
  text-align: center;
  color: #222222;
  font-weight: 600;
  font-size: clamp(1.75rem, 1.2884615385rem + 1.2820512821vw, 2.25rem);
  line-height: 1;
}
.guide .guideTitle::before {
  content: none;
}
.guide .guideTitle span {
  font-size: 1.6em;
  background: none;
  padding: 0;
}
.guide .guideRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 3.125rem;
  margin-bottom: 5rem;
}
.guide .guideRow.rev {
  flex-direction: row-reverse;
}
.guide .guideRow .img {
  flex: 0 0 37.5rem;
  width: 37.5rem;
  margin: 0;
  overflow: hidden;
  border-radius: 1.875rem;
}
.guide .guideRow .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.guide .guideRow .img.diagram {
  flex-basis: 40rem;
  width: 40rem;
  align-self: center;
  border-radius: 0;
}
.guide .guideRow .img.diagram img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.guide .guideRow .text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1.875rem;
}
.guide .guideRow .text .ttl {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1rem;
}
.guide .guideRow .text .num {
  display: inline-flex;
  align-items: center;
  margin: 0;
  font-weight: 600;
  font-size: 1.25rem;
  color: #A3966B;
  line-height: 1;
}
.guide .guideRow .text .num span {
  font-size: 1.5rem;
}
.guide .guideRow .text .num::after {
  content: "";
  width: 3.75rem;
  height: 1px;
  margin-left: 0.8125rem;
  background-color: #A3966B;
}
.guide .guideRow .text h3 {
  margin: 0;
  padding: 0;
  border: none;
  color: #222222;
  font-weight: 600;
  font-size: clamp(1.375rem, 1.1442307692rem + 0.641025641vw, 1.625rem);
  line-height: 1.5;
}
.guide .guideRow .text h3::before {
  content: none;
}
.guide .guideRow .text > p {
  margin: 0;
  color: #222222;
  font-weight: 400;
  font-size: clamp(0.9375rem, 0.8798076923rem + 0.1602564103vw, 1rem);
  line-height: 1.9;
}
.guide .guideRow.full {
  display: block;
  max-width: 80%;
  margin: 0 auto 5rem;
}
.guide .guideRow.full .text {
  width: 100%;
}
.guide .guideRow.full .text .ttl {
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
}
.guide .guideBtns {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 5px 0;
  margin-top: 0.625rem;
}
.guide .guideBtns a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0 0.875rem;
  color: #A3966B;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  padding: 0;
  transition: opacity 0.3s ease;
}
.guide .guideBtns a::before {
  content: "";
  flex-shrink: 0;
  width: 2.375rem;
  height: 2.375rem;
  background: url(../img/icon_arrow_circle.svg) no-repeat center/contain;
}
.guide .guideBtns a:hover {
  opacity: 0.6;
}
.guide .listBox {
  max-width: 820px;
  margin: 2.5rem auto;
}
.guide .listBox .listBoxTitle {
  margin: 0 0 1.25rem;
  justify-content: center;
}
.guide .listBox ul {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.3125rem 0;
}
.guide .listBox ul li {
  width: calc(25% - 1.875rem);
}
@media screen and (max-width: 992px) {
  .guide .guideRow,
  .guide .guideRow.rev {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 3.75rem;
  }
  .guide .guideRow .img,
  .guide .guideRow .img.diagram,
  .guide .guideRow.rev .img,
  .guide .guideRow.rev .img.diagram {
    flex: none;
    width: 100%;
    align-self: auto;
  }
  .guide .guideRow .img img,
  .guide .guideRow .img.diagram img,
  .guide .guideRow.rev .img img,
  .guide .guideRow.rev .img.diagram img {
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .guide .guideTitle {
    margin-bottom: 2.5rem;
  }
  .guide .guideRow.full .text .ttl {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}

/*////////// 汎用：白角丸ボックス（アイコン見出し＋リスト） ///////*/
.listBox {
  box-sizing: border-box;
  padding: 2.25rem 2.5rem;
  background: #fff;
  border-radius: 1.25rem;
}
.listBox .listBoxTitle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.75rem;
  margin: 0 0 1rem;
  color: #222222;
  font-weight: 600;
  font-size: clamp(1.25rem, 1.1346153846rem + 0.3205128205vw, 1.375rem);
  line-height: 1.4;
}
.listBox .listBoxTitle::before {
  content: "";
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  background: url(../img/icon_ext.svg) no-repeat center/contain;
}
@media screen and (max-width: 576px) {
  .listBox {
    padding: 1.75rem 1.5rem;
  }
}

/*////////// 写真＋キャプションのカードギャラリー（汎用） ///////*/
.photoGallery {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2.5rem 1.75rem;
  margin-bottom: 3.75rem;
}
.photoGallery figure {
  width: calc((100% - 3.5rem) / 3);
  margin: 0;
}
.photoGallery figure img {
  display: block;
  width: 100%;
  height: 16.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
.photoGallery figure figcaption {
  margin-top: 0.5rem;
  text-align: center;
  color: #222222;
  font-weight: 600;
  font-size: clamp(1.125rem, 1.0096153846rem + 0.3205128205vw, 1.25rem);
  line-height: 1.6;
}
@media screen and (max-width: 992px) {
  .photoGallery figure {
    width: calc((100% - 1.75rem) / 2);
  }
}
@media screen and (max-width: 576px) {
  .photoGallery {
    gap: 1.5rem 1rem;
  }
  .photoGallery figure {
    width: calc((100% - 1rem) / 2);
  }
  .photoGallery figure img {
    height: 9.375rem;
  }
}

/*////////// お部屋ギャラリー（pc_room 固有） ///////*/
.roomList .roomItem {
  margin-bottom: 6.25rem;
}
.roomList .roomItem:last-child {
  margin-bottom: 0;
}
.roomList .roomMain {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 1.625rem;
  margin-bottom: 1.625rem;
}
.roomList .roomMain .img {
  flex: 1 1 auto;
  min-width: 0;
}
.roomList .roomMain .img img {
  display: block;
  width: 100%;
  height: 31.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
.roomList .roomMain .listBox {
  flex: 0 0 25.875rem;
}
.roomList .photoGallery {
  margin-bottom: 2.5rem;
}
.roomList .roomPlan {
  text-align: center;
}
.roomList .roomPlan img {
  max-width: 50%;
  margin: 0 auto;
}
.roomList .roomPlan img.short {
  max-width: 350px;
}
@media screen and (max-width: 992px) {
  .roomList .roomMain {
    flex-direction: column;
    gap: 1.25rem;
  }
  .roomList .roomMain .img img {
    height: auto;
  }
  .roomList .roomMain .listBox {
    flex: none;
    width: 100%;
  }
  .roomList .roomPlan img {
    max-width: 400px;
  }
  .roomList .roomPlan img.short {
    max-width: 250px;
  }
}
@media screen and (max-width: 576px) {
  .roomList .roomItem {
    margin-bottom: 3.75rem;
  }
}

/*////////// ご入居までの流れ（pc_flow 固有） ///////*/
ol.flow {
  counter-reset: flowNum;
  margin: 0;
  padding: 0;
  list-style: none;
}
ol.flow > li {
  position: relative;
  counter-increment: flowNum;
  padding-left: 2.1875rem;
  margin-bottom: 1.875rem;
}
ol.flow > li:last-child {
  margin-bottom: 0;
}
ol.flow > li::before {
  content: counter(flowNum, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  color: #fff;
  font-size: clamp(1.125rem, 1.0096153846rem + 0.3205128205vw, 1.25rem);
  line-height: 1;
}
ol.flow > li:nth-child(1)::before {
  background: #F3BC6A;
}
ol.flow > li:nth-child(2)::before {
  background: #EFAE74;
}
ol.flow > li:nth-child(3)::before {
  background: #ECA17C;
}
ol.flow > li:nth-child(4)::before {
  background: #EA9584;
}
ol.flow > li:nth-child(5)::before {
  background: #E7898B;
}
ol.flow > li:nth-child(6)::before {
  background: #E57F92;
}
ol.flow > li:nth-child(7)::before {
  background: #E27598;
}
ol.flow .flowBox {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2.5rem;
  padding: 1.25rem 1.25rem 1.25rem 3.75rem;
  background: #fff;
  border-radius: 1.25rem;
}
ol.flow .flowBox .ttl {
  flex: 0 0 10rem;
  margin: 0;
  padding: 0;
  border: none;
  font-size: clamp(1.25rem, 1.1346153846rem + 0.3205128205vw, 1.375rem);
  line-height: 1.6;
}
ol.flow .flowBox .flowTxt {
  flex: 1 1 auto;
  min-width: 0;
}
ol.flow .flowBox .txt {
  margin: 0;
  font-size: clamp(0.9375rem, 0.8798076923rem + 0.1602564103vw, 1rem);
  line-height: 1.75;
}
ol.flow .flowBox .img {
  flex: 0 0 18.75rem;
  margin: 0;
  margin-right: 0;
  margin-left: auto;
}
ol.flow .flowBox .img img {
  display: block;
  width: 100%;
  height: 10.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
ol.flow .flowTel {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.25rem 0 0;
  padding: 0.875rem 1.75rem;
  background: #FDECBF;
  border-radius: 0.9375rem;
}
ol.flow .flowTel .tel {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin: 0;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.9519230769rem + 0.4807692308vw, 1.3125rem);
  line-height: 1;
}
ol.flow .flowTel .tel::before {
  content: "";
  flex-shrink: 0;
  width: 1.375rem;
  height: 1.375rem;
  background: url(../img/icon_phone.svg) no-repeat center/contain;
}
ol.flow .flowTel .tel a {
  padding: 0;
  color: inherit;
  text-decoration: none;
}
ol.flow .flowTel .time {
  margin: 0;
  font-size: clamp(0.8125rem, 0.7548076923rem + 0.1602564103vw, 0.875rem);
  line-height: 1;
}
@media screen and (max-width: 992px) {
  ol.flow .flowBox {
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    padding: 1.625rem 1.875rem 1.625rem 3.5rem;
  }
  ol.flow .flowBox .ttl {
    flex: 0 0 100%;
  }
  ol.flow .flowBox .img {
    flex: 0 0 13.75rem;
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  ol.flow > li {
    padding-left: 1.75rem;
  }
  ol.flow > li::before {
    width: 3.5rem;
    height: 3.5rem;
  }
  ol.flow .flowBox {
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  }
  ol.flow .flowBox .img {
    flex: 1 1 100%;
  }
  ol.flow .flowBox .img img {
    height: 11.25rem;
  }
  ol.flow .flowTel {
    padding: 0.875rem 0.625rem;
  }
}

.pageLinkbox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3.125rem 4.375rem;
}
.pageLinkbox li {
  width: calc((100% - 8.75rem) / 3);
}
.pageLinkbox li a {
  display: block;
  text-decoration: none;
}
.pageLinkbox li a figure {
  margin: 0 0 10px;
  width: 100%;
  aspect-ratio: 367/240;
  border-radius: 20px;
  overflow: hidden;
  background-color: #FDECBF;
}
.pageLinkbox li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.pageLinkbox li a h2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.25rem;
  margin: 0;
  font-size: clamp(1.125rem, 1.0096153846rem + 0.3205128205vw, 1.25rem);
  font-weight: 600;
  color: #222;
  transition: color 0.3s ease;
}
.pageLinkbox li a h2:before {
  content: none;
}
.pageLinkbox li a h2:after {
  content: "";
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  background: url(../img/icon_arrow_circle.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}
.pageLinkbox li a:hover figure img {
  transform: scale(1.06);
}
.pageLinkbox li a:hover h2 {
  color: #F39800;
}
.pageLinkbox li a:hover h2:after {
  transform: translateX(4px);
}
@media screen and (max-width: 992px) {
  .pageLinkbox {
    gap: 2.5rem 1.875rem;
  }
  .pageLinkbox li {
    width: calc((100% - 1.875rem) / 2);
  }
}
@media screen and (max-width: 576px) {
  .pageLinkbox {
    gap: 1.25rem 0;
    margin-bottom: 2rem;
  }
  .pageLinkbox li {
    width: 100%;
  }
}

ul.archiveEvent {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.875rem 2.5rem 2.1875rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
}
ul.archiveEvent li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3125rem 1.75rem;
  margin: 0;
  padding: 1.25rem 0;
  border-bottom: 1px solid #E5E0D2;
}
ul.archiveEvent li:before {
  content: none;
}
ul.archiveEvent li .date {
  flex-shrink: 0;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.7596153846rem + 0.3205128205vw, 1rem);
  color: #A3966B;
  line-height: 1.5;
}
ul.archiveEvent li a.cat {
  flex-shrink: 0;
  display: inline-block;
  padding: 0.25rem 1.125rem;
  background-color: #FDECBF;
  color: #A3966B;
  border-radius: 100px;
  font-size: clamp(0.75rem, 0.6346153846rem + 0.3205128205vw, 0.875rem);
  line-height: 1.6;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
ul.archiveEvent li a.cat:hover {
  opacity: 0.6;
}
ul.archiveEvent li a.title {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 500;
  font-size: clamp(0.9375rem, 0.7644230769rem + 0.4807692308vw, 1.125rem);
  line-height: 1.6;
  color: #222222;
  text-decoration: none;
  transition: color 0.3s ease;
}
ul.archiveEvent li a.title:hover {
  color: #F39800;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  ul.archiveEvent li a.title {
    flex-basis: 100%;
  }
}

.update {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem 1rem;
  margin-bottom: 3.125rem;
}
.update .date {
  font-weight: 500;
  font-size: clamp(0.875rem, 0.7596153846rem + 0.3205128205vw, 1rem);
  color: #A3966B;
  line-height: 1.5;
}
.update .cat {
  display: inline-block;
  padding: 0.25rem 1.125rem;
  background-color: #FDECBF;
  color: #A3966B;
  border-radius: 100px;
  font-size: clamp(0.75rem, 0.6346153846rem + 0.3205128205vw, 0.875rem);
  line-height: 1.6;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.update .cat:hover {
  opacity: 0.6;
}

.contactBox {
  background-color: #fff;
  border-radius: 20px;
  padding: 3rem;
  margin: 2rem auto;
  box-sizing: border-box;
}
.contactBox h3 {
  text-align: center;
  color: #F39800;
}
.contactBox p {
  margin: 0;
  line-height: 1;
}
.contactBox .contactInfo {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
}
.contactBox dl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #E5E0D2;
}
.contactBox dl:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.contactBox dl dt {
  width: 30%;
  padding-right: 1em;
  padding-top: 0.3125rem;
  box-sizing: border-box;
  line-height: 1.4;
  font-size: clamp(1rem, 0.8846153846rem + 0.3205128205vw, 1.125rem);
  font-weight: bold;
}
.contactBox dl dt .txts {
  font-weight: normal;
  font-size: clamp(0.875rem, 0.7596153846rem + 0.3205128205vw, 1rem);
}
.contactBox dl dt span {
  display: inline-block;
  background-color: #9C0F21;
  color: #fff;
  padding: 0.2em 0.5em;
  font-size: clamp(0.75rem, 0.6346153846rem + 0.3205128205vw, 0.875rem);
  margin-left: 0.5em;
}
.contactBox dl dd {
  width: 70%;
  box-sizing: border-box;
  margin-inline-start: 0px;
}
.contactBox dl dd p {
  margin: 0;
  line-height: 1.5;
}
.contactBox dl .text {
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 4px;
  padding: 1rem 1rem;
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
}
.contactBox dl .text.short {
  width: 7.5rem;
}
.contactBox dl .textarea {
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 4px;
  padding: 1rem 1rem;
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
}
.contactBox input[type=submit] {
  all: unset;
}
.contactBox .submitBtn {
  margin: 1rem auto;
  text-align: center;
}
.contactBox input.contactBtn {
  width: 280px;
  font-size: clamp(1rem, 0.8846153846rem + 0.3205128205vw, 1.125rem);
  box-sizing: border-box;
  background: #F39800;
  border-radius: 8px;
  color: #fff;
  padding: 1.5rem 1rem;
  display: inline-block;
  margin-top: 1em;
  cursor: pointer;
}
.contactBox input.contactBtn:hover {
  opacity: 0.5;
  transition: opacity 0.5s;
}
.contactBox input.contactBtn:disabled {
  background: #cccccc;
  cursor: not-allowed;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .contactBox {
    padding: 1rem;
  }
  .contactBox dl dt {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 0.5em;
  }
  .contactBox dl dd {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .contactBox input.contactBtn {
    width: 100%;
  }
}

.madori {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3.125rem;
  margin: 2.5rem 0;
}
.madori .item {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  text-align: center;
}
.madori .item h3 {
  margin-top: 0.625rem;
}
.madori figure img {
  height: 31.25rem;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 576px) {
  .madori {
    flex-direction: column;
    gap: 1.875rem;
  }
  .madori .item {
    width: 100%;
  }
  .madori figure img {
    height: auto;
    width: 100%;
  }
}

/*** Breadcrumb NavXT ***/
.breadcrumbs {
  margin-bottom: 4em;
  margin-top: 1rem;
  font-size: clamp(0.625rem, 0.5096153846rem + 0.3205128205vw, 0.75rem);
}

/*** Contact Form 7 ***/
.contactBox dl .wpcf7-radio .wpcf7-list-item {
  margin-right: 1em;
}
.contactBox dl .wpcf7-radio .wpcf7-list-item.first {
  margin: 0;
  margin-right: 1em;
}
.contactBox dl .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
.contactBox dl input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
.contactBox dl .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.2em;
  margin-top: auto;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  width: 1.2em;
}
.contactBox dl input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #F39800; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}
.contactBox .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 0;
}
.contactBox .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 12px;
}
.contactBox {
  /* デフォルトのチェックボックスを非表示 */
}
.contactBox .wpcf7-acceptance input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #333;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin: 0;
}
.contactBox {
  /* チェックボックスにフォーカスした時 */
}
.contactBox .wpcf7-acceptance input[type=checkbox]:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}
.contactBox {
  /* チェックが入った状態 */
}
.contactBox .wpcf7-acceptance input[type=checkbox]:checked {
  background-color: #F39800;
  border-color: #333;
}
.contactBox {
  /* チェックマーク */
}
.contactBox .wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contactBox {
  /* ラベルテキスト */
}
.contactBox .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: clamp(0.875rem, 0.6442307692rem + 0.641025641vw, 1.125rem);
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: left;
}
.contactBox {
  /* エラー時のスタイル（オプション） */
}
.contactBox .wpcf7-acceptance input[type=checkbox][aria-invalid=true] {
  border-color: #e74c3c;
}
.contactBox .wpcf7-spinner {
  display: block;
  margin: 0;
}

/*** WP-PageNavi ***/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
  font-size: 14px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.wp-pagenavi a {
  color: #333;
  background-color: #fff;
}
.wp-pagenavi a:hover {
  background-color: #f5f5f5;
  border-color: #999;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #333;
  border-color: #333;
  font-weight: bold;
}
.wp-pagenavi span.extend {
  border: none;
  min-width: auto;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  font-weight: 500;
}
@media (max-width: 768px) {
  .wp-pagenavi .wp-pagenavi {
    gap: 4px;
    font-size: 13px;
  }
  .wp-pagenavi .wp-pagenavi a,
  .wp-pagenavi .wp-pagenavi span {
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
  }
  .wp-pagenavi .wp-pagenavi a.first,
  .wp-pagenavi .wp-pagenavi a.last {
    display: none;
  }
}