@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  background: #F8F4F2;
}
@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media (max-width: 1024px) {
  main {
    margin-top: 7.4rem;
  }
}

li {
  list-style: none;
}

a {
  color: #3D3D3D;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

address,
em {
  font-style: normal;
}

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

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.flex {
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}

.content-width {
  max-width: 91rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-width {
    width: 100%;
  }
}

.red {
  color: #A65257;
}

/*==================================================
セクション
===================================*/
.section-title {
  position: relative;
  padding-bottom: 2rem;
  border-bottom: solid 1px #A65257;
  line-height: 1;
}
.section-title .en {
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Cormorant Upright", serif;
  color: #3D3D3D;
}
@media (max-width: 767px) {
  .section-title .en {
    font-size: 3.2rem;
  }
}

.section-text {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.4375;
  margin-top: 5rem;
  text-align: left;
}
@media (max-width: 767px) {
  .section-text {
    margin-top: 3rem;
  }
}

/*==================================================
container
===================================*/
.container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1024px) {
  .container {
    flex-direction: column-reverse;
  }
}

.content-right {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer {
  margin-top: auto;
}

/* 右コンテンツ */
.content-right {
  width: 88.19%;
  margin: 0 0 0 auto;
}
@media (max-width: 1024px) {
  .content-right {
    width: 100%;
  }
}

/*==================================================
ボタン
===================================*/
.btn {
  background: #3D3D3D;
  color: #fff;
  padding: 10px;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 13.6rem;
  height: 4.9rem;
  transition: 0.3s;
  border-radius: 5px;
  font-family: "Cormorant Upright", serif;
  font-weight: 700;
}
.btn:hover {
  color: #3D3D3D;
  background: #fff;
}

.arrow-btn {
  background: #2CB5E5;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .arrow-btn {
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
  }
}
.arrow-btn .arrow {
  width: 10px;
}
@media (max-width: 767px) {
  .arrow-btn .arrow {
    width: 7.5px;
  }
}

/*==================================================
ヘッダー
===================================*/
.header {
  height: auto;
  background: #EBE8E5;
  position: fixed;
  top: 0;
  left: 0;
  width: 11.81%;
  height: 100%;
  z-index: 10;
  padding: 4.1rem 0 0 2.4305555556vw;
}
@media (min-width:1441px) {
  .header {
    padding: 4.1rem 0 0 3.5rem;
  }
}
@media (max-width: 1024px) {
  .header {
    width: 100%;
    height: 7.4rem;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    position: absolute;
    background: #F8F4F2;
  }
}
.header .header__logo {
  line-height: 1;
}
.header .header__logo a {
  font-size: 3.6rem;
  white-space: nowrap;
  font-family: "Cormorant Upright", serif;
  font-weight: 700;
}
.header .header__menu {
  margin-top: 7.5rem;
}
@media (max-width: 1024px) {
  .header .header__menu {
    display: none;
  }
}
.header .header__menu a {
  font-size: 1.25vw;
  font-family: "Cormorant Upright", serif;
  font-weight: 700;
}
@media (min-width:1441px) {
  .header .header__menu a {
    font-size: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .header .header__note {
    display: none;
  }
}

.header__note {
  max-width: 6.8055555556vw;
  width: 100%;
  margin-top: 3rem;
}
@media (min-width:1441px) {
  .header__note {
    max-width: 9.8rem;
  }
}
@media (max-width: 767px) {
  .header__note {
    max-width: 12.4rem;
    margin: 0 auto;
  }
}

/* カレント表示 */
.header__menu li a.current {
  color: #A65257;
}

.hamburger-menu__list .hamburger-menu__list__item a.current {
  border-bottom: solid 1px #fff;
}

.frame {
  position: fixed;
  top: 0;
  left: 0.2777777778vw;
  z-index: 9;
  width: 43.75vw;
  height: 50.3958333333vw;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right top;
     object-position: right top;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .frame {
    display: none;
  }
}

/*=================================================
    SP ハンバーガーメニュー
===================================================*/
/* ハンバーガーメニューボタン */
.hamburger-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 10rem;
  height: 10rem;
  z-index: 100;
  cursor: pointer;
  background: #A65257;
  border-radius: 100% 0 0 0;
}
.hamburger-btn .hamburger-btn__line {
  width: 5.6rem;
  height: 5.3rem;
  position: relative;
  transform: translateY(-50%) translateX(-50%);
  top: 65%;
  right: -55%;
}
.hamburger-btn .hamburger-btn__line .line {
  position: absolute;
  content: "";
  background: #fff;
  width: 31px;
  height: 1px;
  left: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.3s;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(1) {
  top: 0;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(2) {
  top: 6.25px;
}
.hamburger-btn .btn-text-close,
.hamburger-btn .btn-text {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-family: "Cormorant Upright", serif;
  font-weight: 700;
  position: absolute;
  bottom: 0;
}
.hamburger-btn .btn-text-close {
  display: none;
}

/* ×　オープン */
.hamburger-btn.active .line:nth-child(1), .hamburger-btn.active .line:nth-child(2) {
  left: 23%;
  top: 0;
}
.hamburger-btn.active .line:nth-child(1) {
  transform: rotate(-45deg);
}
.hamburger-btn.active .line:nth-child(2) {
  transform: rotate(45deg);
}
.hamburger-btn.active .btn-text {
  display: none;
}
.hamburger-btn.active .btn-text-close {
  display: block;
}

/* メニューの中身 */
#hamburger-menu {
  width: 100%;
  height: 100%;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  /*clip-path: circle(92.9% at 138% 70.1%);*/
}
#hamburger-menu .hamburger-menu__list {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item {
  margin-bottom: 3rem;
  text-align: center;
}
#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item a {
  font-size: 2.77rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 0 1rem;
}
#hamburger-menu .hamburger-menu__cta {
  margin: 4rem auto 0;
}
#hamburger-menu .hamburger-menu__cta .cta-btn {
  margin-left: auto;
  margin-right: auto;
}

/* ハンバーガーメニュー開いた時 */
#hamburger-menu.active {
  overflow: scroll;
  display: block;
  transition: all 0.3s;
  left: 0;
  -webkit-overflow-scrolling: touch;
}

body.active {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .hamburger-btn,
  .hamburger-menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hamburger-btn,
  .hamburger-menu {
    display: block;
  }
}

/*丸の拡大*/
.circle-bg {
  position: fixed;
  z-index: 11;
  width: 30vw;
  height: 22.1vh;
  width: 100vw;
  height: 100vh;
  background: transparent url(../images/hamburger.png) no-repeat top left / cover;
  transform: translate(100%,100%);
  right: 0;
  bottom: 0; 
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.circle-bg.circleactive {
  transform: translate(0,0);
}

/*==================================================
メインビジュアル
===================================*/
.mv {
  position: relative;
  height: 100vh;
  background-image: url(../images/pc_mv.jpg);
  background-size: cover;
  background-position: center top;
}
@media (max-width: 767px) {
  .mv {
    background-image: url(../images/sp_mv.jpg);
    height: 44rem;
  }
}
.mv::after {
  position: absolute;
  content: "";
  background-image: url(../images/line.svg);
  background-size: contain;
  height: 31.4rem;
  width: 1.4rem;
  bottom: -21%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mv::after {
    background-image: url(../images/sp_line.svg);
    width: 1.6rem;
    height: 10.1rem;
    bottom: -70%;
  }
}
.mv .mv__text-bg {
  background-image: url(../images/mv-text-bg.svg);
  background-size: cover;
  background-position: left bottom;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 70.9rem;
  padding-left: 9.3rem;
  padding-bottom: 11.3rem;
  width: 100%;
  max-width: 109rem;
  margin: auto 0 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .mv .mv__text-bg {
    background-image: none;
    width: 100%;
    height: auto;
    padding: 0 2rem;
    bottom: -15rem;
  }
}
.mv .mv__title {
  font-size: 3.6rem;
  line-height: 2;
  color: #3D3D3D;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.6);
  margin-top: 1.5rem;
}
@media (min-width:1441px) {
  .mv .mv__title {
    font-size: 3.6rem;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .mv .mv__title {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .mv .mv__title {
    font-size: 5.46vw;
    line-height: 2;
    margin-top: 0;
    letter-spacing: -0.05em;
    margin-bottom: 1rem;
  }
}
.mv .mv__catch {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.6rem;
  line-height: 1.3125;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.6);
  padding-left: 2.3rem;
  margin-top: 2.8rem;
}
@media (min-width:1441px) {
  .mv .mv__catch {
    font-size: 1.6rem;
    margin-top: 2.8rem;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .mv .mv__catch {
    font-size: 1.6rem;
    max-width: 100rem;
  }
}
@media (max-width: 767px) {
  .mv .mv__catch {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 0;
    margin: 0 auto;
    max-width: 100rem;
  }
}
.mv .text-for {
  position: absolute;
  bottom: -11.9444444444vw;
  right: 0;
  mix-blend-mode: overlay;
  font-family: "Cormorant Upright", serif;
  font-weight: 500;
  font-size: 12.2916666667vw;
}
@media (max-width: 767px) {
  .mv .text-for {
    display: none;
  }
}

/*==================================================
TOP お知らせ
===================================*/
.news {
  padding: 23.8rem 2rem 17.8rem;
  background-image: url(../images/bg-brown.png);
  background-size: 100% 100%;
  background-position: right top;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news {
    padding: 37rem 0 12.5rem 2rem;
    background-image: url(../images/sp_bg-brown.png);
  }
}
@media (max-width: 767px) {
  .news .swiper-autoheight .swiper-wrapper {
    height: 100% !important;
  }
}
.news .swiper-area {
  position: relative;
  margin-top: 5rem;
  padding-bottom: 4rem;
}
.news .swiper-slide {
  background: #F8F4F2;
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
}
.news .swiper-slide a {
  height: 100%;
  display: block;
}
.news .news__slider .news__slider__img {
  max-width: 20rem;
  width: 100%;
  height: 12rem;
  overflow: hidden;
}
.news .news__slider .news__slider__img img {
  width: 20rem;
  height: 104%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news .news__slider .news__slider__body {
  padding: 2rem 1.5rem;
  height: 53%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .news .news__slider .news__slider__body {
    padding: 2rem 1.5rem;
    height: auto;
    min-height: 15.6rem;
  }
}
.news .news__slider .news__slider__body::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-blank.svg);
  background-size: contain;
  width: 18px;
  height: 24px;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 767px) {
  .news .news__slider .news__slider__body::after {
    right: 15px;
  }
}
.news .news__slider .news__slider__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4375;
}
.news .news__slider .icon-blank {
  width: 18px;
  height: 24px;
  margin: 0 0 0 auto;
}
.news .swiper-button-next,
.news .swiper-button-prev {
  position: absolute;
  top: inherit;
  bottom: 0;
  width: 30px;
  height: 20px;
  z-index: 10;
  cursor: pointer;
}
.news .swiper-button-next {
  background-image: url(../images/arrow-next.svg);
  right: 22%;
}
@media (max-width: 767px) {
  .news .swiper-button-next {
    right: 12%;
  }
}
.news .swiper-button-prev {
  background-image: url(../images/arrow-prev.svg);
  left: 22%;
}
@media (max-width: 767px) {
  .news .swiper-button-prev {
    left: 12%;
  }
}
.news .swiper-button-prev:after,
.news .swiper-rtl .swiper-button-next:after {
  display: none;
}
.news .swiper-button-next:after,
.news .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.news .swiper-pagination {
  top: inherit;
  bottom: 8.5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  max-width: 35rem;
}
@media (max-width: 767px) {
  .news .swiper-pagination {
    max-width: 10.1rem;
    height: 3px;
  }
}
.news .swiper-scrollbar.swiper-scrollbar-horizontal {
  top: inherit;
  bottom: 8.5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
.news .swiper-scrollbar {
  background-color: #EBE8E5;
}
.news .swiper-scrollbar-drag {
  background-color: #A65257;
}
.news .swiper-scrollbar {
  width: 350px !important;
}
@media (max-width: 767px) {
  .news .swiper-scrollbar {
    width: 101px !important;
  }
}
.news .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #A65257;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.news .swiper-pagination-progressbar {
  background: #EBE8E5;
}
.news .btn-wrap {
  margin: 10rem 0 0 auto;
}
@media (max-width: 767px) {
  .news .btn-wrap {
    width: 100%;
    margin: 3rem 0 0 auto;
    padding-right: 4rem;
  }
}
.news .btn-wrap .btn {
  margin: 0 0 0 auto;
  gap: 1rem;
}
.news .btn-wrap .btn .icon {
  display: block;
  width: 1.8rem;
  height: 2.4rem;
  background-image: url(../images/icon-blank-wh.svg);
  background-size: contain;
}
.news .btn-wrap .btn:hover .icon {
  background-image: url(../images/icon-blank.svg);
}

@media (max-width: 767px) {
  .page-about .header {
    background: transparent;
  }
}
.page-about main {
  margin-top: 0;
}
.page-about .section-title {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .page-about .section-title {
    padding-bottom: 2rem;
  }
}

.info {
  padding: 25.2rem 2rem 22.6rem;
  background-image: url(../images/bg-pink.png);
  background-size: 100% 100%;
  background-position: right top;
  overflow: hidden;
}
@media (max-width: 767px) {
  .info {
    padding: 12rem 2rem 13.9rem;
    background-image: url(../images/sp_bg-pink.png);
  }
}

.info__table {
  max-width: 71rem;
  width: 100%;
  border-collapse: collapse;
  margin: 5rem auto 0;
  border: solid 1px #A65257;
}
@media (max-width: 767px) {
  .info__table tr {
    display: flex;
    flex-direction: column;
  }
}
.info__table tr th,
.info__table tr td {
  border-bottom: 1px solid #A65257;
}
.info__table tr th {
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  width: 21%;
  background: rgba(166, 82, 87, 0.2);
  border-right: 1px solid #A65257;
}
@media (max-width: 767px) {
  .info__table tr th {
    border-right: none;
    text-align: left;
    width: 100%;
    padding: 1rem;
  }
}
.info__table tr td {
  padding: 2rem 5rem;
  width: 79%;
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .info__table tr td {
    width: 100%;
    padding: 2rem 1rem;
  }
}
.info__table tr td .table-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4375;
}
@media (max-width: 767px) {
  .info__table tr:last-of-type th,
  .info__table tr:last-of-type td {
    border-bottom: none;
  }
}

.message {
  padding: 19.8rem 2rem 13rem;
  background-image: url(../images/bg-pink-g.png);
  background-size: 100%;
  background-position: right bottom;
}
@media (max-width: 767px) {
  .message {
    background-image: url(../images/sp_bg-pink-g.png);
    padding: 12rem 2rem;
  }
}
.message .message__name {
  margin-top: 5rem;
  font-weight: 700;
}
.message .message__name span {
  display: block;
}
.message .message__name .post {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .message .message__name .post {
    margin-bottom: 0;
  } 
}
.message .message__name .name {
  font-size: 3.2rem;
  line-height: 1.4375;
  display: flex;
  align-items: flex-end;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .message .message__name .name {
    font-size: 2.7rem;
    line-height: 1.4444444444;
  }
}
.message .message__name .name span{
  font-size: 2rem;
  margin-right: 1rem;
}
.message .flex {
  align-items: flex-end;
  justify-content: space-between;
  gap: 3.4722222222vw;
}
@media (min-width:1441px) {
  .message .flex {
    gap: 5rem;
  }
}
@media (max-width: 767px) {
  .message .flex {
    flex-direction: column-reverse;
    margin-top: 5rem;
    gap: 7rem;
  }
}
.message .message__qualification {
  position: relative;
}
@media (max-width: 767px) {
  .message .message__qualification {
    padding-left: 2rem;
  }
}
.message .message__qualification::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-dash.svg);
  background-size: contain;
  width: 2.6rem;
  height: 2px;
  bottom: -1px;
  left: -26px;
}
.message .message__list {
  margin-top: 2rem;
  border: solid 1px #A65257;
  border-top: none;
  border-left: none;
  border-radius: 0 0 3rem 0;
  padding-bottom: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
 .message .message__list {
  padding-right: 1.5rem;
} 
}
.message .message__list li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.message .message__list li:last-child {
  margin-bottom: 0;
}
.message .message__list li p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4375;
}
@media (max-width: 767px) {
 .message .message__list li p {
  letter-spacing: 0;
  } 
}
.message .qualification-title {
  color: #A65257;
  font-size: 2rem;
  line-height: 1;
}
.message .message__photo {
  max-width: 35.2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .message .message__photo {
    max-width: 25rem;
    margin: 0 auto;
  }
}
.message .message__about {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .message .message__about {
    margin-top: 12rem;
  }
}

.message-title {
  color: #A65257;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 0.8333333333;
}
@media (max-width: 767px) {
  .message-title {
    padding: 0 2rem;
  }
}

.message-text {
  margin-top: 0.5rem;
  padding: 2rem 0 2rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .message-text {
    padding: 0 2rem;
    margin-top: 3rem;
    letter-spacing: 0.05em;
  }
}
.message-text b {
  font-weight: 900;
}

.history {
  padding: 10rem 2rem 13rem;
}
@media (max-width: 767px) {
  .history {
    padding: 0 2rem 10rem 4rem;
  }
}

.message__history .message-text {
  border: solid 1px #A65257;
  border-left: none;
  border-bottom: none;
  border-radius: 0 2rem 0 0;
  margin-top: 1rem;
  padding-right: 3rem;
  position: relative;
  font-size: 1.4rem;
  line-height: 2.8571428571;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .message__history .message-text {
    padding: 2rem 2rem 2rem 0;
    font-size: 1.4rem;
    line-height: 2.8571428571;
  }
}
.message__history .message-text::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-dash.svg);
  background-size: contain;
  width: 2.6rem;
  height: 2px;
  top: -1px;
  left: -26px;
}

.privacy {
  padding: 25.2rem 2rem 22.6rem;
}
@media (max-width: 767px) {
  .privacy {
    padding: 12rem 2rem 13.9rem;
  }
}
.privacy .section-subtitle {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.4375;
  margin-top: 5rem;
  margin-bottom: 10rem;
}
.privacy .privacy__item,
.privacy .privacy__item h3,
.privacy .section-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4375;
  margin-bottom: 1rem;
}
.privacy .privacy__item .privacy-text {
  padding-left: 3rem;
}
.privacy .privacy__item .num-list {
  padding-left: 5rem;
  margin-top: 1rem;
}
.privacy .privacy__item .num-list li {
  list-style: auto;
}
.privacy .privacy__item .a-list {
  padding-left: 2rem;
}
.privacy .privacy__item .a-list li {
  list-style: lower-latin;
}
.privacy .privacy__item .num-list-i {
  padding-left: 2rem;
}
.privacy .privacy__item .num-list-i li {
  list-style: lower-roman;
}
.privacy .privacy__item table {
  margin-top: 1rem;
}
.privacy .privacy__item table tr {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.privacy .privacy__item table tr th {
  font-weight: 400;
}

/*==================================================
BUSINESS
===================================*/
.business {
  position: relative;
  padding: 21.6rem 0 0;
}
@media (max-width: 767px) {
  .business {
    padding: 8rem 2rem 0;
  }
}
.business::before {
  position: absolute;
  content: "";
  background-image: url(../images/line.svg);
  background-size: contain;
  height: 31.4rem;
  width: 1.4rem;
  top: -8%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .business::before {
    background-image: url(../images/sp_line.svg);
    width: 1.6rem;
    height: 10.1rem;
    top: -4%;
  }
}
.business .section-text {
  width: 100%;
  font-weight: 600;
}
.business .business__list {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .business .business__list {
    padding: 0 2rem;
  }
}
.business .business__list li {
  margin-bottom: 8rem;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4.7916666667vw;
  padding-bottom: 2rem;
  position: relative;
  width: 100%;
}
@media (min-width:1441px) {
  .business .business__list li {
    gap: 6.9rem;
  }
}
.business .business__list li .bg-text {
  font-size: 11rem;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  mix-blend-mode: overlay;
  font-family: "Cormorant Upright", serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .business .business__list li .bg-text {
    font-size: 20.4545454545vw;
    bottom: 39%;
  }
}
.business .business__list li .business__list__img {
  width: 45%;
}
@media (max-width: 767px) {
  .business .business__list li .business__list__img {
    width: 100%;
  }
}
.business .business__list li .business__list__img img{
  width: 100%;
}
.business .business__list li .business__list__text {
  width: 55%;
}
@media (max-width: 767px) {
  .business .business__list li .business__list__text {
    width: 100%;
  }
}
.business .business__list li .list-title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.business .business__list li .list-title .ja {
  font-weight: 700;
  font-size: 2rem;
}
.business .business__list li .list-text {
  font-size: 1.6rem;
  margin-top: 2rem;
  letter-spacing: 0.05em;
  font-weight: 300;
}
.business .business__list li .list-text-wrap {
  max-width: 48rem;
}
@media (max-width: 767px) {
  .business .business__list li .list-text-wrap {
    max-width: 100%;
  }
}
.business .business__list li.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .business .business__list li.reverse {
    flex-direction: column;
  }
}
.business .business__list li.reverse .list-text-wrap {
  margin: 0 0 0 auto;
  padding-top: 3.7rem;
}
.business .business__list li:last-child {
  margin-bottom: 0;
}
.business .btn-wrap {
  margin: 10rem 0 auto;
}
@media (max-width: 767px) {
  .business .btn-wrap {
    margin: 5rem auto 0;
  }
}
.business .btn-wrap .btn {
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .business__list li:nth-child(1) {
    margin-bottom: 1rem;
  } 
}
.training__list{
  gap: 1.8rem;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
 .training__list{
  gap: 2rem;
  margin-bottom: 5rem;
} 
}
.training__list li{
  background: #F2EDE9;
  margin-bottom: 0 !important;
  gap:0 !important;
  padding: 2rem;
}
.training__list__title {
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #DAABAB;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
 .training__list__title.sp-only{
  display: none;
} 
}
@media (min-width: 768px) {
.training__list__title {
  display: flex;
  align-items: center;
}
}
.training__list__txt {
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 1.4;
}

/*==================================================
BUSINESS ページ
===================================*/
.business-about {
  padding: 24.5rem 2rem 5rem;
}
@media (max-width: 767px) {
  .business-about {
    padding: 7rem 2rem 5rem;
  }
}
.business-about .section-text {
  width: 100%;
}
@media (max-width: 767px) {
  .business-about .section-text {
    margin-top: 5rem;
  }
}
.business-about .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .business-about .page-link {
    gap: 2.5vw;
  }
}
.business-about .page-link li a {
  padding: 1rem 3.85rem;
  color: #A65257;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2083333333;
  border: solid 1px #D6AAAA;
  display: block;
}
@media (max-width: 767px) {
  .business-about .page-link li a {
    font-size: 4.5vw;
    line-height: 1.45;
    padding: 2.2727272727vw;
  }
}

.business-box {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .business-box {
    margin-top: 5rem;
    padding: 0 2rem;
  }
}
.business-box .content-width {
  background-image: url(../images/bg-business.png);
  background-repeat: repeat-y;
  padding: 10rem 2rem;
}
@media (max-width: 767px) {
  .business-box .content-width {
    padding: 5rem 1rem;
  }
}
.business-box .frame-top,
.business-box .frame-bottom {
  text-align: center;
}
.business-box .business-title {
  color: #A65257;
  font-size: 3.2rem;
  text-align: center;
  position: relative;
  max-width: 81rem;
  margin: 0 auto;
  line-height: 1;
  padding-top: 2.4rem;
}
@media (max-width: 767px) {
  .business-box .business-title {
    font-size: 2.4rem;
  }
}
.business-box .business-title::before {
  position: absolute;
  content: "";
  background-image: url(../images/frame-top.svg);
  background-size: contain;
  width: 100%;
  height: 5.3rem;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .business-box .business-title::before {
    background-image: url(../images/sp_frame-top.svg);
  }
}
.business-box .business__top {
  align-items: center;
  justify-content: center;
  gap: 3.4722222222vw;
  margin-top: 5rem;
}
@media (min-width:1441px) {
  .business-box .business__top {
    gap: 5rem;
  }
}
.business-box .business__top__img {
  max-width: 30rem;
  width: 100%;
}
@media (max-width: 767px) {
  .business-box .business__top__img {
    max-width: 22.5rem;
    margin: 0 auto;
  }
}
.business-box .business__top__text {
  max-width: 40rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4375;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .business-box .business__top__text {
    padding: 0 1rem;
    margin-top: 3rem;
  }
}
.business-box .kira-line {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .business-box .kira-line img {
    width: 10.2rem;
  }
}
.business-box .detail-list li {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .business-box .detail-list li {
    margin-bottom: 3.95rem;
  }
}
.business-box .detail-list li:last-child {
  margin-bottom: 0;
}
.business-box .detail-list .list-title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 120%;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: solid 1px #DAABAB;
  display: table;
  margin: 0 auto;
}
.business-box .detail-list .list-text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.4285714286;
  width: fit-content;
  margin: 2rem auto 0;
}
@media (max-width: 767px) {
  .business-box .detail-list .list-text {
    padding: 0 0.3rem;
  }
}
.business-box .detail-list .list-price {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.07em;
  line-height: 1.4;
  margin-top: 3rem;
}
.business-box .detail-list .list-required {
  width: fit-content;
  margin: 1.5rem auto 0;
}
.business-box .detail-list .list-required li{
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
}
.business-box .for-box {
  background: rgba(218, 171, 171, 0.2);
  padding: 3rem 2rem;
  max-width: 75rem;
  margin: 0 auto 6rem;
}
@media (max-width: 767px) {
  .business-box .for-box {
    padding: 3rem 4.3181818182vw;
    max-width: 81.8181818182vw;
  }
}
.business-box .for-box .for-title {
  text-align: center;
  color: #A65257;
  line-height: 1.45;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .business-box .for-box .for-title {
    font-size: 1.6rem;
    line-height: 1.8125;
  }
}
.business-box .for-box .for-list {
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 2rem auto 0;
  max-width: 66rem;
}
.business-box .for-box .for-list li {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #A65257;
  border-radius: 1rem;
  padding: 0.5rem;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.4375;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .business-box .for-box .for-list li {
    font-size: 3.1818181818vw;
    line-height: 1.4285714286;
    padding: 0.5rem 1.5rem;
  }
}

/*==================================================
FAQ
===================================*/
.faq {
  padding: 25.2rem 2rem 19rem;
}
@media (max-width: 767px) {
  .faq {
    padding: 7rem 2rem 17rem;
  }
}
@media (max-width: 767px) {
  .faq .section-text {
    margin-top: 5rem;
  }
}

.question-width {
  margin: 10rem auto 0;
}
@media (max-width: 767px) {
  .question-width {
    margin-top: 5rem;
  }
}

.question__item {
  margin-bottom: 3rem;
  border-bottom: solid 1px #DAABAB;
}
.question__item:last-of-type {
  margin-bottom: 0;
}
.question__item .question {
  padding: 3.05rem 1rem;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: solid 1px #DAABAB;
  /* border-bottom: solid 1px #DAABAB; */
}
@media (max-width: 767px) {
  .question__item .question {
    border-top: solid 1px #DAABAB;
    padding: 3rem 1rem 3rem 1rem;
    gap: 1rem;
  }
}
.question__item .question .q-title {
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0px;
  line-height: 1.45;
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
@media (max-width: 767px) {
  .question__item .question .q-title {
    font-size: 2rem;
    line-height: 1.45;
    gap: 1rem;
  }
}
.question__item .question .toggle {
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
.question__item .answer {
  padding: 3rem 1rem;
  display: none;
  position: relative;
}
@media (max-width: 767px) {
  .question__item .answer {
    padding: 3rem 1rem;
  }
}
.question__item .answer:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-image: repeating-linear-gradient(
    to right,
    #DAABAB 0,
    #DAABAB 4px,
    transparent 4px,
    transparent 16px
  );
}
.question__item .answer .answer__text {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.4375;
  margin-bottom: 1.5rem;
}
.question__item .answer .answer__text:last-child {
  margin-bottom: 0;
}
.question__item .answer .pink-label-wrapper{
  margin: -0.25rem -0.25rem 1.5rem;
}
.question__item .answer .answer__text .pink-label{
  background: rgba(218, 171, 171, 0.5);
  border-radius: 10px;
  padding: 0.5rem 1rem;
  margin: 0.25rem 0.25rem;
  display: inline-block;
  font-weight: 600;
}
.question__item .answer .answer__text .under-line{
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}
.question__item .answer .answer__text a{
  color: #A65257;
  text-decoration: underline;
  font-weight: bold;
  text-underline-offset: 2px;
}
.answer-process {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -0.75rem -2.9rem;
}
@media (max-width: 767px) {
 .answer-process {
  display: block;
  margin: 0 auto;
} 
}
.question__item .answer .white-label{
  background: rgba(255,255,255,0.7);
  border-radius: 10px;
  padding: 0.5rem 1rem;
  display: block;
  line-height: 1.4;
  font-weight: 600;
  height: fit-content;
  margin: 0.75rem 1.45rem;
  position: relative;
}
@media (max-width: 767px) {
 .question__item .answer .white-label{
  margin: 0 0 4.9rem;
} 
}
@media (max-width: 767px) {
 .question__item .answer .white-label:last-child{
  margin-bottom: 0;
} 
}
.question__item .answer .white-label::after{
  position: absolute;
  content: "";
  background: transparent url(../images/arrow-pink.svg) no-repeat center center / contain;
  width: 2rem;
  height: 2rem;
  right: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
 .question__item .answer .white-label::after{
  position: absolute;
  content: "";
  background: transparent url(../images/arrow-pink.svg) no-repeat center center / contain;
  width: 2rem;
  height: 2rem;
  right: auto;
  left: 50%;
  top: auto;
  bottom: -3.5rem;
  transform: translate(0,0) rotate(90deg);
} 
}
.question__item .answer .white-label:last-child:after{
  display: none;
}

.question.open .toggle {
  transform: rotate(45deg);
}

/*==================================================
reservation
===================================*/
.contact-reservation {
  padding: 0 2rem;
}
.contact-reservation .section-text {
  font-weight: 900;
  margin-bottom: 3rem;
}
.contact-reservation .pink-label {
  background: rgba(218, 171, 171, 0.5);
  border-radius: 10px;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contact-reservation .pink-label {
    margin-bottom: 0.5rem;
    display: inline-block;
  }
}

/*==================================================
お問い合わせ
===================================*/
.contact {
  padding: 15rem 2rem;
}
@media (max-width: 767px) {
  .contact {
    padding-top: 11rem;
    padding-bottom: 10rem;
  }
}
.contact-form .section-text {
  font-weight: 900;
  margin-bottom: 5rem;
}
.contact-form .pink-label {
  background: rgba(218, 171, 171, 0.5);
  border-radius: 10px;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  font-weight: bold;
}
.line-btn {
  margin-top: -200px;
  padding-top: 200px;
}
@media (max-width: 767px) {
 .line-btn {
  margin-top: -50px;
  padding-top: 50px;
} 
}
.contact-form a {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 767px) {
 .contact-form a {
  margin: 10rem auto;
} 
}
.contact-form a img{
  width: 100%;
  height: auto;
}
.contact .contact-img {
  max-width: 27.8rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact .contact-img {
    max-width: 20rem;
  }
}

/*==================================================
LINE
===================================*/
@media (max-width: 767px) {
.contact-line {
  padding: 7rem 2rem 0;
}
}

.contact-line a{
  display: block;
  margin: 50px auto 0;
  width: fit-content;
}

.contact-line a img{
  max-width: 300px;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .contact-line a img{
    max-width: 200px;
  }
}


/*==================================================
お問い合わせページ
===================================*/
.contact-form {
  padding: 12.1rem 2rem;
}
@media (max-width: 767px) {
  .contact-form {
    padding: 7rem 2rem 15rem;
  }
}

/*==================================================
フォーム
===================================*/
.form-width {
  background: #F2F2F2;
  border-radius: 2rem;
  margin-top: 5rem;
  padding: 8.5rem 2rem 10rem;
}
@media (max-width: 767px) {
  .form-width {
    border-radius: 1rem;
    padding: 5rem 1.5rem;
  }
}
.form-width .section-title {
  max-width: 100rem;
  margin: 0 auto;
  padding-bottom: 2rem;
  border-bottom: solid 1px #273E63;
}
@media (max-width: 767px) {
  .form-width .section-title {
    padding-bottom: 1rem;
  }
}
.form-width .section-title .ja {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .form-width .section-title .ja {
    font-size: 1.75rem;
  }
}

.Form {
  margin: 10rem auto 0;
  /* セレクト */
}
@media (max-width: 767px) {
  .Form {
    margin-top: 0;
  }
}
.Form .flex {
  gap: 3rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .Form .flex {
    gap: 0;
  }
}
.Form .Form-Item-Label-Required {
  color: #A65257;
}
@media (max-width: 767px) {
  .Form .Form-Item-Label-Required {
    font-size: 1rem;
    padding: 3px 7px 3px;
  }
}
.Form .Form-Item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border-bottom: solid 1px #3D3D3D;
  width: 50%;
  padding: 1rem;
}
@media (max-width: 767px) {
  .Form .Form-Item {
    flex-direction: column;
    gap: 1.2rem;
    width: 100%;
  }
}
.Form .Form-Item .Form-Item-Label {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.4375;
}
@media (max-width: 767px) {
  .Form .Form-Item .Form-Item-Label {
    width: 100%;
    padding-top: 3rem;
  }
}
.Form .Form-Item .Form-Item-Input {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4375;
  word-break: break-all;
}
@media (max-width: 767px) {
  .Form .Form-Item .Form-Item-Input {
    width: 100%;
    font-size: 1.5rem;
    padding: 0;
  }
}
.Form .Form-Item .Form-Item-Input .text {
  margin-bottom: 2rem;
}
.Form .Form-Item .Form-Item-Input .caution {
  margin-top: 2rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .Form .Form-Item .Form-Item-Input .caution {
    line-height: 1.5;
    font-size: 1.5rem;
    display: flex;
    align-items: flex-start;
  }
}
.Form .Form-Item .input-text {
  height: 5rem;
  width: 100%;
  padding: 15px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .Form .Form-Item .input-text {
    height: 3.5rem;
    font-size: 15px;
    padding: 10px;
    border-radius: 0.5rem;
  }
}
.Form .Form-Item textarea::-moz-placeholder, .Form .Form-Item input::-moz-placeholder {
  font-size: 14px;
  color: #CCCCCC;
}
.Form .Form-Item textarea::placeholder,
.Form .Form-Item input::placeholder {
  font-size: 14px;
  color: #CCCCCC;
}
@media (max-width: 767px) {
  .Form .Form-Item textarea::-moz-placeholder, .Form .Form-Item input::-moz-placeholder {
    font-size: 15px;
  }
  .Form .Form-Item textarea::placeholder,
  .Form .Form-Item input::placeholder {
    font-size: 15px;
  }
}
.Form .Form-Item textarea {
  height: 10rem;
  width: 100%;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4375;
}
@media (max-width: 767px) {
  .Form .Form-Item textarea {
    font-size: 15px;
    padding: 10px;
    height: 10rem;
  }
}
.Form .select-wrap {
  width: 100%;
  position: relative;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .Form .select-wrap {
    height: 4rem;
  }
}
.Form .select-wrap::before {
  position: absolute;
  content: "";
  background-image: url(../images/select-arrow.svg);
  background-size: contain;
  width: 16.56px;
  height: 15.88px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 767px) {
  .Form .select-wrap::before {
    width: 16.5px;
    height: 15.88px;
    right: 1rem;
  }
}
.Form select {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4375;
  cursor: pointer;
  text-align: center;
  padding: 1rem;
}
@media (max-width: 767px) {
  .Form select {
    padding: 0 10px;
  }
}
.Form .Form-Item--textarea {
  width: 100%;
}
.Form .btn-wrap {
  margin-top: 10rem;
}
.Form .btn-wrap .btn {
  margin: 0 auto;
  max-width: 10.6rem;
  line-height: 1;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #EBE8E5;
}
.Form .confirm_button:hover {
  color: #3D3D3D;
}
.Form input:-internal-autofill-selected {
  background-color: transparent !important;
}

/*==================================================
お問い合わせ確認画面
===================================*/
@media (max-width: 767px) {
  .page-confirm .Form {
    margin-top: 5rem;
  }
}
.page-confirm .Form .select-wrap::before {
  display: none;
}
.page-confirm .Form .confirm-text {
  text-align: center;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .page-confirm .Form .confirm-text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-top: 5rem;
  }
}
.page-confirm .Form-Item {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 3rem;
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .page-confirm .Form-Item {
    flex-direction: column;
  }
}
.page-confirm .Form-Item .Form-Item-Label {
  width: 32.97%;
  text-align: right;
  padding-right: 2.5rem;
}
@media (max-width: 767px) {
  .page-confirm .Form-Item .Form-Item-Label {
    width: 100%;
    text-align: left;
    padding: 0;
  }
}
.page-confirm .Form-Item .Form-Item-Input {
  width: 67.03%;
  padding-left: 2.5rem;
}
@media (max-width: 767px) {
  .page-confirm .Form-Item .Form-Item-Input {
    width: 100%;
    padding-left: 0;
    font-size: 1.6rem;
    font-weight: 800;
  }
}
.page-confirm .Form-Item:last-of-type {
  margin-bottom: 0;
}
.page-confirm .confirm-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .page-confirm .confirm-btn-wrap {
    margin-top: 2rem;
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
.page-confirm .confirm-btn-wrap .btn {
  letter-spacing: 0.3em;
}
.page-confirm .confirm-btn-wrap .back_button {
  line-height: 1;
  max-width: 10.6rem;
  font-family: "Shippori Mincho", serif;
  padding: 10px calc(10px - 0.3em) 10px 10px;
}
.page-confirm .confirm-btn-wrap .submit_button {
  background: transparent;
  color: #A65257;
  border: solid 2px #A65257;
  padding: 10px;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 24.6rem;
  height: 4.9rem;
  transition: 0.3s;
  border-radius: 5px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .page-confirm .confirm-btn-wrap .submit_button {
    background: #A65257;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .page-confirm .confirm-btn-wrap .submit_button:hover {
    background: #A65257;
    color: #fff;
  }
}
.page-confirm .confirm-btn-wrap .wpcf7-spinner {
  display: none;
}

/*==================================================
お問い合わせ完了画面
===================================*/
.contact-form--thanks .thanks-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4285714286;
  margin-top: 10rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .contact-form--thanks .thanks-text {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 5rem;
    text-align: left;
  }
}

/*==================================================
フッター
===================================*/
.footer {
  background: #A65257;
  color: #fff;
  border-radius: 26rem 0 0 0;
  padding: 11.2rem 2rem 1rem;
}
@media (max-width: 767px) {
  .footer {
    padding: 18rem 4rem 16rem;
  }
}
.footer a {
  color: #fff;
  position: relative;
  z-index: 10;
}
.footer .footer__inner {
  max-width: 101rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer .footer__inner {
    align-items: flex-start;
  }
}
.footer .footer__logo {
  font-weight: 700;
  font-family: "Cormorant Upright", serif;
  font-size: 3.6rem;
  line-height: 150%;
}
@media (max-width: 767px) {
  .footer .footer__logo {
    max-width: 25rem;
    margin: 0 auto 0 0;
    display: block;
  }
}
.footer .footer__note {
  max-width: 9.86rem;
  width: 100%;
}
.footer .footer__menu {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}
@media (max-width: 767px) {
  .footer .footer__menu {
    flex-direction: column;
    gap: 0;
    margin-top: 7.5rem;
  }
}
.footer .footer__menu .menu-list {
  padding-left: 5rem;
  border-left: solid 1px #fff;
  max-width: 23rem;
}
@media (max-width: 767px) {
  .footer .footer__menu .menu-list {
    padding-bottom: 3rem;
  }
}
.footer .footer__menu .menu-list:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer .footer__menu .menu-list:last-of-type {
    padding-bottom: 0;
  }
}
.footer .footer__menu .menu-list li {
  margin-bottom: 3rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .footer .footer__menu .menu-list li {
    margin-bottom: 2rem;
  }
}
.footer .footer__menu .menu-list li a {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Cormorant Upright", serif;
}
@media (max-width: 767px) {
  .footer .footer__menu .menu-list li a {
    font-size: 1.8rem;
    line-height: 1.2222222222;
  }
}
.footer .footer__menu .menu-list li:last-child {
  margin-bottom: 0;
}
.footer .copyright {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  margin-top: 8.7rem;
}
@media (max-width: 767px) {
  .footer .copyright {
    font-size: 1.4rem;
    margin-top: 7.5rem;
  }
}/*# sourceMappingURL=style.css.map */