@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  color: #383838;
  font-family: "Noto Serif JP", serif;
}

input,
button,
select,
textarea {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input,
textarea,
select {
  border: 1px solid #E4E4E4;
  border-radius: 4px;
}

input[type=submit] {
  cursor: pointer;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
}

.flex_center {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.kv {
  background-image: url(../img/kv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
  padding: 0px 20px;
}

.kv_content {
  height: calc(100% - 60px - 80px);
  margin: 0 auto;
  max-width: 1250px;
  padding-top: 60px;
  position: relative;
}

.kv__scroll {
  bottom: 243px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 8px;
  position: absolute;
  right: 8px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transform: translateX(100%) rotate(90deg);
  transform: translateX(100%) rotate(90deg);
  -webkit-transform-origin: top left;
  box-sizing: border-box;
  padding-right: 174px;
  transform-origin: top left;
}
.kv__scroll::after {
  background: #fff;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 154px;
  -webkit-transform: trasnlateY(-50%);
  transform: trasnlateY(-50%);
}

.header_logo {
  max-width: 150px;
}

.nav ul li {
  margin: 0px 30px;
}

.nav a {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4.8px;
  line-height: 40px;
  position: relative;
}

.nav .flex_center a::after {
  background: #FFF;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.nav .flex_center a:hover::after {
  opacity: 1;
  transition: 0.3s;
}

.reservation_link {
  background-color: #B8A973;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-left: 20px;
  text-align: center;
  width: 140px;
}

.reservation_link:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.kv_text {
  bottom: 0;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 200;
  left: 0;
  line-height: normal;
  position: absolute;
}

.kv_text p:first-child {
  font-size: 34px;
  letter-spacing: 10.2px;
  margin-bottom: 40px;
}

.kv_text p:last-child {
  font-size: 24px;
  letter-spacing: 7.2px;
  line-height: 40px;
}

.about {
  padding: 270px 20px 300px;
}

.about_content {
  align-items: center;
  display: flex;
  flex: 1 auto;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1250px;
}

.about p {
  color: #383838;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 6.6px;
  line-height: 46px;
}

.about_text {
  width: 350px;
}

.about_logo {
  margin-bottom: 80px;
  max-width: 260px;
}

.about_images {
  max-width: 735px;
  padding-top: 50%;
  position: relative;
  width: calc(100% - 350px);
}

.about_images img:first-child {
  max-width: 610px;
  position: absolute;
  right: 0;
  top: 0;
  width: 83%;
}

.about_images img:last-child {
  bottom: 0;
  left: 0;
  max-width: 250px;
  position: absolute;
  width: 34%;
}

.br_sp {
  display: none;
}

.room {
  background-image: url(../img/room_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 20px;
  position: relative;
}

.room_content {
  margin: 0 auto;
  max-width: 1200px;
}

.content_title {
  max-width: 226px;
}

.ja_title {
  color: #383838;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 8.4px;
  line-height: 40px;
}

.en_title {
  color: #383838;
  font-family: EB Garamond;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  /* 200% */
  letter-spacing: 6px;
  line-height: 40px;
}

.line {
  background-color: black;
  height: 40px;
  width: 1px;
}

.room_description {
  color: #383838;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 5.4px;
  line-height: 34px;
  margin: 80px 0px;
}

.room_select_list {
  gap: 30px;
  margin-bottom: 32px;
}

.room_select_list p {
  background-color: #EDEBD7;
  color: var(--, #383838);
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 5.4px;
  line-height: 27px;
  padding: 20px 0px;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}

.room_select_list p:hover, .room_select_list .active {
  background-color: #B8A973;
  color: white;
}

.room_cloud {
  position: absolute;
  right: 90px;
  top: 100px;
  width: 240px;
  -webkit-animation: anim_room_cloud ease-in-out infinite alternate 3s;
  animation: anim_room_cloud ease-in-out infinite alternate 3s;
}

.rooms {
  margin: 0 auto;
  max-width: 1200px;
}

.room_view {
  display: none;
}

.room_view.active {
  display: block;
}

.room_view img {
  vertical-align: top;
}

.room_textarea {
  background-color: white;
  padding: 40px;
}

.room_view .title {
  color: #383838;
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 6.9px;
  line-height: 27px;
  margin-bottom: 28px;
}

.room_view .text {
  color: #383838;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 4.8px;
  line-height: 32px;
}

.reservation {
  background-color: #F9F4E2;
  margin: 0 auto;
  padding: 211px 120px 200px;
}

.reservation .content_title {
  max-width: 300px;
}

.reservation_text {
  color: #383838;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 5.4px;
  line-height: 34px;
  margin-bottom: 160px;
  margin-top: 80px;
}

form {
  margin: 0 auto;
  max-width: 900px;
}

form p {
  color: #383838;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 5.4px;
  line-height: 34px;
}

form span {
  color: #C00;
  font-family: "Noto Serif JP", serif;
}

.form_content {
  margin-bottom: 20px;
}

input[type=text], input[type=email], input[type=tel], select, textarea {
  color: #383838;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4.8px;
  line-height: 34px;
  padding: 13px 20px;
}

.top_text {
  margin-top: 17px;
}

textarea {
  box-sizing: border-box;
  resize: none;
}

select {
  max-width: 570px;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
}

.input_content {
  max-width: 570px;
  width: 100%;
}

input, textarea {
  max-width: 530px;
  width: 100%;
}

.align-top {
  align-items: flex-start;
}

.short_input {
  margin-bottom: 20px;
  width: 570px;
}

.short_input_content {
  max-width: 410px;
  width: 100%;
}

.short_input input {
  max-width: 370px;
  width: 100%;
}

.form_select {
  position: relative;
}

.form_select::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid black;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.form_text {
  color: #383838;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4.8px;
  line-height: 32px;
  margin-bottom: 40px;
  margin-top: 120px;
}

input[type=submit] {
  background: #B8A973;
  border-radius: 30px;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 5.4px;
  line-height: 40px;
  margin: 0 auto;
  max-width: 400px;
  padding: 12px 0;
}

.submit_content {
  text-align: center;
}

.under_page_header {
  background: #383838;
}

.under_page_header .header {
  margin: 0 auto;
  max-width: 1240px;
  padding: 60px 0px;
}

.thanks_text {
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 200px;
  text-align: center;
}

.thanks_text p:first-child {
  color: #383838;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  letter-spacing: 8.4px;
  line-height: 40px;
  margin-bottom: 80px;
}

.thanks_text p {
  color: #383838;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 5.4px;
  line-height: 34px;
  margin-bottom: 80px;
  text-align: center;
}

.validation {
  color: #C00;
}

.confirm_table {
  padding: 0px 20px;
  text-align: left;
}

.confirm_text {
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 200px;
  text-align: center;
}

.confirm_text p {
  color: #383838;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  letter-spacing: 8.4px;
  line-height: 40px;
  margin-bottom: 80px;
}

.confirm_border {
  border-bottom: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4;
  margin-bottom: 80px;
  padding: 56px 0px;
}

.confirm_text table {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

.confirm_text table td {
  color: #383838;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 5.4px;
  line-height: 34px;
  vertical-align: baseline;
}

.confirm_text .send_text {
  color: #383838;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4.8px;
  line-height: 32px;
  text-align: center;
}

.confirm_form {
  margin-bottom: 100px;
}

.confirm_form .back_submit {
  background-color: rgb(179, 178, 178);
  color: white;
}

select {
  background-color: white;
}

.plan {
  margin: 0 auto;
  max-width: 1200px;
  padding: 270px 20px 300px;
  position: relative;
}

.plan_contents {
  gap: 30px;
  margin-top: 80px;
}

.plan_content {
  background-color: #F9F4E2;
  padding: 40px;
}

.plan .title {
  color: #383838;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 6.6px;
  line-height: 32px;
  text-align: center;
}

.plan hr {
  margin: 32px 0px;
}

.plan li {
  color: #383838;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4.5px;
  line-height: 42px;
}

.plan .reservation_button {
  background: #B8A973;
  border-radius: 20px;
  color: #FFF;
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4.8px;
  line-height: 40px;
  margin-top: 40px;
  max-width: 300px;
  text-align: center;
}

.plan_cloud {
  position: absolute;
  right: 0px;
  top: 100px;
  width: 235px;
}

@-webkit-keyframes anim_room_cloud {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
}

@keyframes anim_room_cloud {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
}
@media screen and (max-width: 1175px) {
  .plan .title {
    font-size: 18px;
  }
  .plan li {
    font-size: 11px;
  }
}
@media screen and (max-width: 1000px) {
  .form_content, .short_input {
    align-items: flex-start;
    flex-flow: column;
  }
  input, textarea, .short_input {
    max-width: 100%;
    width: calc(100% - 40px);
  }
  .short_input input, select {
    max-width: 100%;
    width: 100%;
  }
  .form p {
    width: 100%;
  }
  .reservation {
    padding: 52px 20px;
  }
  .address_content {
    width: 100%;
  }
  .form_select::after {
    top: 50%;
  }
  .form_text {
    margin-top: 60px;
  }
  .under_page_header .header {
    padding: 16px 20px;
  }
  .short_input_content {
    max-width: 100%;
  }
  .plan_contents {
    flex-direction: column;
  }
  .plan li {
    font-size: 14px;
  }
  .plan_cloud {
    right: 12px;
  }
}
@media screen and (max-width: 844px) {
  .kv {
    height: 380px;
  }
  .kv_content {
    height: 355px;
    padding-top: 16px;
  }
  .kv__scroll {
    display: none;
  }
  .kv_text {
    width: 100%;
  }
  .header_logo {
    width: 102px;
  }
  /* .nav {
      display: none;
  } */
  .br_sp {
    display: block;
  }
  .kv_text p:first-child {
    font-size: 24px;
    letter-spacing: 7.2px;
    line-height: 36px;
  }
  .kv_text p:last-child {
    font-size: 16px;
    letter-spacing: 5.4px;
    line-height: 28px;
  }
  .about {
    padding: 52px 20px;
  }
  .about_content {
    flex-flow: column;
  }
  .about_text {
    text-align: center;
    width: 100%;
  }
  .about_logo {
    margin-bottom: 40px;
    max-width: 180px;
  }
  .about p {
    font-size: 18px;
    letter-spacing: 5.4px;
    line-height: 32px;
    margin-bottom: 52px;
  }
  .about_images {
    height: auto;
    /* テクニックポイント（パディングハック） */
    padding-top: 75%;
    width: 100%;
  }
  .about_images img:first-child {
    width: 90%;
  }
  .about_images img:last-child {
    width: 40%;
  }
  .room, .plan {
    padding: 50px 20px;
  }
  .room_select_list {
    flex-flow: column;
    gap: 20px;
  }
  .room_cloud {
    right: 12px;
    top: 20px;
    width: 113px;
  }
  .room_description {
    font-size: 16px;
    letter-spacing: 4.8px;
    line-height: 32px;
    margin: 50px 0px;
  }
  .ja_title {
    font-size: 22px;
  }
  .en_title {
    font-size: 16px;
  }
  .content_title {
    max-width: 190px;
  }
  .line {
    height: 30px;
  }
  .room_textarea {
    padding: 20px;
  }
  .room_view .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .room_view .text {
    font-size: 14px;
  }
  .thanks_text {
    padding: 0px 20px;
    padding-top: 52px;
    text-align: left;
  }
  .thanks_text p {
    text-align: left;
  }
  .thanks_text p:first-child {
    text-align: center;
  }
  .confirm_text table td {
    display: block;
    width: 100%;
  }
  .confirm_text table td:last-child {
    border-bottom: 1px solid #E4E4E4;
  }
  .confirm_text table td.no_underline {
    border-bottom: 0px solid #E4E4E4;
  }
  .confirm_form {
    flex-direction: column-reverse;
  }
  .back_submit {
    margin-top: 20px !important;
  }
  .confirm_text {
    padding-top: 52px;
  }
  .plan_cloud {
    top: 30px;
    width: 112px;
  }
}
@media screen and (max-width: 400px) {
  .plan_content {
    padding: 32px;
  }
}
.ui-datepicker {
  background: #fff;
  border: 1px solid #B8A973;
  border-radius: 4px;
  box-sizing: border-box;
  margin-left: 5px;
  margin-top: -5px;
  padding-bottom: 21px;
  padding-top: 31px;
  position: absolute;
  top: -9999px;
}

.ui-datepicker-header {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto 24px;
  max-width: 280px;
  position: relative;
  width: 100%;
}

.ui-datepicker-title {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.3em;
  line-height: 12px;
  padding-left: 0.3em;
}

.ui-datepicker-month {
  margin-left: -0.4em;
}

.ui-datepicker-next,
.ui-datepicker-prev {
  background: url(../img/next.png) no-repeat center/12px auto;
  cursor: pointer;
  font: 0/0 serif;
  height: 14px;
  position: absolute;
  top: 50%;
  width: 12px;
}

.ui-datepicker-next {
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ui-datepicker-prev {
  left: 25px;
  -webkit-transform: translateY(-50%) scale(-1, -1);
  transform: translateY(-50%) scale(-1, -1);
}

.ui-datepicker-calendar {
  border-spacing: 0;
  color: #383838;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3em;
}

.ui-datepicker-calendar thead th {
  font-weight: 400;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  width: 80px;
}

.ui-datepicker-calendar thead th:first-child {
  color: #CC0000;
}

.ui-datepicker-calendar thead th:last-child {
  color: #1F6FE8;
}

.ui-datepicker-calendar thead th span {
  left: 0.15em;
  position: relative;
}

.ui-datepicker-calendar tbody td {
  height: 44px;
  text-align: center;
  vertical-align: middle;
  width: 80px;
}

.ui-datepicker-calendar tbody td:hover {
  background: #B8A973;
}

.ui-datepicker-calendar tbody td:hover a {
  color: #fff;
}

.ui-datepicker-calendar tbody td a {
  align-items: center;
  color: #383838;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.3em;
  padding-left: 0.15em;
  position: relative;
  width: 100%;
  width: 100%;
}

.ui-datepicker-calendar tbody td.ui-datepicker-current-day {
  background: #B8A973;
}

.ui-datepicker-calendar tbody td.ui-datepicker-current-day a {
  color: #fff;
}

.hamburger_btn {
  display: none;
}

.seasons {
  background: #F9F4E2;
  padding: 200px 0;
}

.seasons .content_title {
  margin-bottom: 80px;
}

.seasons .ja_title {
  margin-right: -0.3em;
}

.seasons_inner {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.seasons_txt {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.8888888889;
  margin-bottom: 80px;
}

.seasons_pics {
  aspect-ratio: 1440/954;
  margin: 0 auto 64px;
  max-width: 1600px;
  position: relative;
  position: relative;
  width: 100%;
}

.seasons_pics .img1 {
  aspect-ratio: 1020/536;
  font-size: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 70.8333333333%;
}

.seasons_pics .img1::before {
  aspect-ratio: 211/93;
  background: url(../img/seasons-deco1.png) no-repeat center/100% 100%;
  content: "";
  position: absolute;
  right: -15.2941176471%;
  top: 20.5223880597%;
  width: 20.6862745098%;
  z-index: 1;
}

.seasons_pics .img2 {
  aspect-ratio: 230/300;
  font-size: 0;
  position: absolute;
  right: 8.3333333333%;
  top: 36.2683438155%;
  width: 15.9722222222%;
}

.seasons_pics .img3 {
  aspect-ratio: 586/338;
  bottom: 0;
  font-size: 0;
  left: 18.1944444444%;
  position: absolute;
  width: 40.6944444444%;
}

.seasons_pics .img3::before {
  aspect-ratio: 155/55;
  background: url(../img/seasons-deco1.png) no-repeat center/100% 100%;
  content: "";
  left: -21.5017064846%;
  position: absolute;
  top: 54.4378698225%;
  width: 26.4505119454%;
  z-index: 1;
}

.seasons_slider {
  display: flex;
  gap: 28px;
  overflow: hidden;
}

.seasons_slider ul {
  display: flex;
  flex: 0 0 auto;
  gap: 28px;
  list-style: none;
  padding: 0;
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.seasons_slider ul li {
  flex: 0 0 auto;
  width: 340px;
}

.seasons_slider ul li img {
  aspect-ratio: 340/244;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.access {
  padding: 200px 0;
}

.access .content_title {
  gap: 2rem;
  justify-content: flex-start;
  max-width: 100%;
  white-space: nowrap;
}

.access .ja_title {
  margin-right: -0.3em;
}

.access_top,
.access_bottom {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.access_top {
  padding-bottom: 80px;
}

.access_bottom {
  padding-top: 80px;
}

.access_map {
  height: 600px;
  width: 100%;
}

.access_map iframe {
  height: 100%;
  width: 100%;
}

.access_head {
  align-items: center;
  display: flex;
  gap: 24px 120px;
  justify-content: center;
  margin-bottom: 60px;
}

.access_head .txt {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 2;
}

.access_head .txt .only-sp {
  display: none;
}

.access_head .logo {
  aspect-ratio: 169/66;
  max-height: 66px;
}

.access_txt {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 2;
  text-align: center;
}

.company {
  background: url(../img/company_bg-pc.jpg) no-repeat center/cover;
  padding: 200px 20px;
}

.company_inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.company .content_title {
  gap: 2rem;
  justify-content: flex-start;
  margin-bottom: 80px;
  max-width: 100%;
}

.company .ja_title {
  color: #fff;
  margin-right: -0.3em;
  white-space: nowrap;
}

.company .en_title {
  color: #fff;
  white-space: nowrap;
}

.company .line {
  background-color: #fff;
  flex: 0 0 auto;
}

.company_list {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 900px;
}

.company_item {
  border-bottom: 1px solid #fff;
  display: flex;
}

.company_item dt,
.company_item dd {
  box-sizing: border-box;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 2;
  padding: 10px 20px;
}

.company_item dt {
  border-right: 1px solid #fff;
  flex: 0 0 auto;
  width: 230px;
}

.company_item dd a {
  color: #00C2FF;
  text-decoration: underline;
  transition: 0.3s ease opacity;
}

.company_item dd a:hover {
  opacity: 0.7;
}

.reservation_inner {
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 844px) {
  .ui-datepicker {
    border-radius: 4px;
    margin-left: 5px;
    margin-top: -5px;
    padding-bottom: 21px;
    padding-top: 31px;
  }
  .ui-datepicker-header {
    margin-bottom: 22px;
  }
  .ui-datepicker-calendar thead th {
    height: 32px;
    width: 40px;
  }
  .ui-datepicker-calendar tbody td {
    height: 32px;
    width: 40px;
  }
  .hamburger_btn {
    background: transparent;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    margin-left: 28px;
    outline: none;
    position: relative;
    width: 38px;
  }
  .hamburger_btn .bar {
    background: #fff;
    height: 1px;
    left: 50%;
    position: absolute;
    top: 12px;
    width: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .hamburger_btn .txt {
    bottom: 3px;
    color: #fff;
    display: inline-block;
    font-family: EB Garamond;
    font-size: 12px;
    font-weight: 400;
    left: 50%;
    letter-spacing: 0.3em;
    padding-left: 0.3em;
    position: absolute;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    line-height: 8px;
    transform: translateX(-50%);
  }
  .hamburger_btn .bar::before,
  .hamburger_btn .bar::after {
    background: #fff;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    width: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: 0.3s ease;
    transition-property: top, -webkit-transform;
    transition-property: transform, top;
    transition-property: transform, top, -webkit-transform;
  }
  .hamburger_btn .bar::before {
    top: -7px;
  }
  .hamburger_btn .bar::after {
    top: 7px;
  }
  .hamburger_btn:hover {
    opacity: 0.7;
  }
  .hamburger_btn.is-active .bar {
    background-color: transparent;
  }
  .hamburger_btn.is-active .bar::before {
    top: 0;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
  }
  .hamburger_btn.is-active .bar::after {
    top: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  .header {
    position: relative;
    z-index: 10;
  }
  .header > a,
  .header_logo {
    position: relative;
    z-index: 11;
  }
  .nav .flex_center {
    background: #B8A973;
    flex-direction: column;
    gap: 8px;
    left: 0;
    opacity: 0;
    padding-bottom: 50px;
    padding-top: 106px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s ease opacity;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .kv .nav .flex_center {
    left: -20px;
    position: absolute;
    right: -20px;
    top: -16px;
  }
  .nav.is-active .flex_center {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .nav.is-active .reservation_link {
    visibility: hidden;
  }
  .nav a {
    letter-spacing: 0.3em;
    line-height: 26px;
    padding-left: 0.3em;
  }
  .nav .flex_center li a {
    line-height: 2;
    position: relative;
  }
  .nav .flex_center li a::after {
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .reservation_link {
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    text-decoration: none;
    width: 80px;
  }
  .hamburger__bg {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
  }
  .hamburger__bg.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .seasons {
    padding: 52px 0;
  }
  .seasons .content_title {
    margin-bottom: 40px;
  }
  .seasons_txt {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 40px;
  }
  .seasons_pics {
    aspect-ratio: 375/266;
    margin-bottom: 20px;
  }
  .seasons_pics .img1 {
    width: 73.6%;
  }
  .seasons_pics .img1::before {
    background: url(../img/seasons-deco1.png) no-repeat center/100% 100%;
    right: -18.4782608696%;
    top: 20.8333333333%;
    width: 24.6376811594%;
  }
  .seasons_pics .img2 {
    right: 5.3333333333%;
    top: 34.5864661654%;
    width: 16.5333333333%;
  }
  .seasons_pics .img3 {
    left: 15.4666666667%;
    width: 46.9333333333%;
  }
  .seasons_pics .img3::before {
    left: -21.5909090909%;
    top: 53.9215686275%;
    width: 26.7045454545%;
  }
  .seasons_slider {
    gap: 12px;
  }
  .seasons_slider ul {
    gap: 12px;
  }
  .seasons_slider ul li {
    flex: 0 0 auto;
    width: 125px;
  }
  @-webkit-keyframes infinity-scroll-left {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes infinity-scroll-left {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  .access {
    padding: 52px 0;
  }
  .access_top {
    padding-bottom: 40px;
  }
  .access_bottom {
    padding-top: 40px;
  }
  .access_map {
    height: 310px;
  }
  .access_head {
    flex-wrap: wrap;
    gap: 32px 120px;
    margin-bottom: 32px;
  }
  .access_head .txt {
    font-size: 14px;
    line-height: 2.1428571429;
    text-align: center;
  }
  .access_head .txt .only-pc {
    display: none;
  }
  .access_head .txt .only-sp {
    display: inline;
  }
  .access_txt {
    font-size: 14px;
    line-height: 2.1428571429;
    text-align: left;
  }
  .company {
    background: url(../img/company_bg-sp.jpg) no-repeat center/cover;
    padding-bottom: 52px;
    padding-top: 70px;
  }
  .company .content_title {
    gap: 1rem 2rem;
    margin-bottom: 40px;
  }
  .company_item {
    flex-wrap: wrap;
  }
  .company_item dt,
  .company_item dd {
    font-size: 14px;
    line-height: 2.1428571429;
  }
  .company_item dt {
    border-right: none;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media only screen and (max-width: 844px) {
  .only-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 845px) {
  .only-sp {
    display: none !important;
  }
}

.img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
.img::before {
  content: "";
  display: block;
}
.img img {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  height: 100%;
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
.img::before {
  content: "";
  display: block;
}
.img img {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  height: 100%;
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer {
  background: #FAF8F0;
  padding-bottom: 200px;
  padding-top: 200px;
}
@media only screen and (max-width: 844px) {
  .footer {
    padding-bottom: 52px;
    padding-top: 52px;
  }
}
.footer__logo {
  aspect-ratio: 230/90;
  margin: 0 auto 80px;
  max-width: 230px;
}
@media only screen and (max-width: 844px) {
  .footer__logo {
    margin-bottom: 40px;
    max-width: 179px;
  }
}
.footer__inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
.footer__hr {
  background: #E4E4E4;
  border: none;
  height: 1px;
  margin: 40px auto;
  width: 100%;
}
.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: space-between;
}
@media only screen and (max-width: 844px) {
  .footer__nav-item {
    text-align: center;
    width: 100%;
  }
}
.footer__nav-link {
  color: #383838;
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 13px;
}
@media (hover: hover) {
  .footer__nav-link:hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .footer__nav-link:active {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 844px) {
  .footer__nav-link {
    font-size: 16px;
    line-height: 12px;
    width: 100%;
  }
}
.footer__nav-sub {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 52px;
  justify-content: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 844px) {
  .footer__nav-sub {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.footer__nav-sub a {
  color: #383838;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 10px;
}
@media (hover: hover) {
  .footer__nav-sub a:hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .footer__nav-sub a:active {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 844px) {
  .footer__nav-sub a {
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 10px;
  }
}
.footer__copy {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 9px;
  text-align: center;
}

.container {
  padding-bottom: 200px;
  padding-top: 75px;
}
@media only screen and (max-width: 844px) {
  .container {
    padding-bottom: 52px;
    padding-top: 27px;
  }
}
.container__inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

.page__title {
  color: #383838;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 20px;
  margin-bottom: 80px;
  margin-right: -0.3em;
  text-align: center;
}
@media only screen and (max-width: 844px) {
  .page__title {
    font-size: 22px;
    line-height: 16px;
    margin-bottom: 40px;
  }
}

.breadcrumbs {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3em;
  margin-bottom: 100px;
  overflow: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  scrollbar-width: none;
}
.breadcrumbs::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 844px) {
  .breadcrumbs {
    font-size: 12px;
    margin-bottom: 47px;
  }
}
.breadcrumbs a {
  color: #383838;
  text-decoration: underline;
}
.breadcrumbs .current-item {
  color: #B8A973;
  padding-right: 20px;
}

.wp-pagenavi {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  align-items: center;
  display: inline-flex;
  font-size: 20px;
  height: 32px;
  justify-content: center;
  width: 32px;
}
.wp-pagenavi .page {
  color: #b5b5b5;
  transition: 0.3s ease-out;
  transition-property: background;
}
@media (hover: hover) {
  .wp-pagenavi .page:hover {
    background: #FAF8F0;
  }
}
@media (hover: none) {
  .wp-pagenavi .page:active {
    background: #FAF8F0;
  }
}
.wp-pagenavi .current {
  background: #383838;
  color: #fff;
}

.mw_wp_form_input .contact-hidden {
  display: none;
}

.mw_wp_form_confirm .confirm-hidden {
  display: none;
}
.mw_wp_form_confirm .contact-hidden {
  text-align: center;
}
.mw_wp_form_confirm form span {
  display: none;
}
.mw_wp_form_confirm .form_select::after {
  display: none;
}

.sidebar {
  border: 1px solid #E4E4E4;
  flex: 0 0 auto;
  position: sticky;
  top: 40px;
  width: 300px;
}
@media only screen and (max-width: 844px) {
  .sidebar {
    position: static;
    width: 100%;
  }
}
.sidebar__head {
  align-items: center;
  border-bottom: 1px solid #E4E4E4;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  height: 55px;
  justify-content: center;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
}
@media only screen and (max-width: 844px) {
  .sidebar__head {
    font-size: 16px;
    height: 52px;
  }
}
.sidebar__caution {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 13px 20px;
}
.sidebar__item:not(:last-child) {
  border-bottom: 1px solid #E4E4E4;
}
.sidebar__item-link {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  padding: 15px 20px;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .sidebar__item-link:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
  .sidebar__item-link:hover .sidebar__item-thumb img {
    -webkit-transform: trasnalte(-50%, -50%) scale(1.1);
    transform: trasnalte(-50%, -50%) scale(1.1);
  }
}
@media (hover: none) {
  .sidebar__item-link:active {
    opacity: 0.7;
    text-decoration: underline;
  }
  .sidebar__item-link:active .sidebar__item-thumb img {
    -webkit-transform: trasnalte(-50%, -50%) scale(1.1);
    transform: trasnalte(-50%, -50%) scale(1.1);
  }
}
.sidebar__item-thumb {
  flex: 0 0 auto;
  height: 34px;
  margin-top: 5px;
  width: 53px;
}
.sidebar__item-thumb img {
  transition: 0.3s ease-out transform;
}
.sidebar__item-title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.7142857143;
  margin-right: -0.3em;
}

.blog {
  background: #f3f3f3;
  padding-bottom: 200px;
  padding-top: 200px;
}
@media only screen and (max-width: 844px) {
  .blog {
    padding-bottom: 52px;
    padding-top: 52px;
  }
}
.blog .content_title {
  gap: 2rem;
  justify-content: flex-start;
  margin-bottom: 80px;
  max-width: 100%;
}
@media only screen and (max-width: 844px) {
  .blog .content_title {
    margin-bottom: 40px;
  }
}
.blog__inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
.blog__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 30px;
  margin-bottom: 60px;
}
.blog__list.-related {
  margin-bottom: 0;
}
@media only screen and (max-width: 844px) {
  .blog__list {
    gap: 24px;
    margin-bottom: 28px;
  }
  .blog__list.-archive {
    margin-bottom: 40px;
  }
}
.blog__item {
  flex: 0 0 auto;
  width: calc(33.3333333333% - 20px);
}
.blog__item.-related {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 844px) {
  .blog__item.-related {
    width: 100%;
  }
}
@media only screen and (max-width: 844px) {
  .blog__item {
    width: 100%;
  }
}
.blog__item-pic {
  transition: 0.3s ease-out;
  transition-property: opacity;
}
.blog__item-pic::before {
  padding-top: 60.5263157895%;
}
@media only screen and (max-width: 844px) {
  .blog__item-pic::before {
    padding-top: 59.7014925373%;
  }
}
@media (hover: hover) {
  .blog__item-pic:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .blog__item-pic:active {
    opacity: 0.7;
  }
}
.blog__item-body {
  background: #fff;
  padding: 24px;
}
.blog__item-body.-grey {
  background: #f3f3f3;
}
@media only screen and (max-width: 844px) {
  .blog__item-body {
    padding: 20px;
  }
}
.blog__item-time {
  color: #383838;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 10px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 844px) {
  .blog__item-time {
    font-size: 12px;
    line-height: 9px;
  }
}
.blog__item-title a {
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.75;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .blog__item-title a:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}
@media (hover: none) {
  .blog__item-title a:active {
    opacity: 0.7;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 844px) {
  .blog__item-title a {
    font-size: 14px;
    line-height: 1.8571428571;
  }
}
.blog__category {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}
@media only screen and (max-width: 844px) {
  .blog__category {
    margin-top: 12px;
  }
}
.blog__category a {
  align-items: center;
  background: #B8A973;
  border-radius: 13px;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  height: 26px;
  justify-content: center;
  letter-spacing: 0.3em;
  line-height: 1;
  min-width: 83px;
  padding-left: 0.6em;
  padding-right: 0.3em;
  transition: 0.3s ease-out;
  transition-property: opacity;
  white-space: nowrap;
}
@media (hover: hover) {
  .blog__category a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .blog__category a:active {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 844px) {
  .blog__category a {
    font-size: 12px;
    height: 25px;
    min-width: 60px;
  }
}
.blog__btn {
  align-items: center;
  background: #fff;
  border: 1px solid #B8A973;
  box-sizing: border-box;
  color: #B8A973;
  display: inline-flex;
  font-size: 18px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.3em;
  min-height: 60px;
  min-width: 380px;
  padding-left: 3.3em;
  padding-right: 3em;
  position: relative;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media only screen and (max-width: 844px) {
  .blog__btn {
    font-size: 16px;
    min-width: 0;
    width: 100%;
  }
}
.blog__btn svg {
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 844px) {
  .blog__btn svg {
    right: 20px;
  }
}
@media (hover: hover) {
  .blog__btn:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .blog__btn:active {
    opacity: 0.7;
  }
}
.blog__btn-box {
  text-align: center;
}
.blog__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 47px;
}
@media only screen and (max-width: 844px) {
  .blog__tabs {
    gap: 9px;
    margin-bottom: 40px;
  }
}
.blog__tabs-item {
  align-items: center;
  border: 1px solid #B8A973;
  border-radius: 20px;
  box-sizing: border-box;
  color: #B8A973;
  display: inline-flex;
  font-size: 18px;
  justify-content: center;
  letter-spacing: 0.3em;
  min-height: 40px;
  padding-left: 19px;
  padding-right: calc(19px - 0.3em);
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .blog__tabs-item:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .blog__tabs-item:active {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 844px) {
  .blog__tabs-item {
    font-size: 16px;
    min-height: 30px;
    width: calc(33.3333333333% - 6px);
  }
}
.blog__tabs-item.is-active {
  background: #B8A973;
  color: #fff;
  pointer-events: none;
}

.news {
  background: #fff;
  padding-bottom: 200px;
  padding-top: 200px;
}
@media only screen and (max-width: 844px) {
  .news {
    padding-bottom: 52px;
    padding-top: 52px;
  }
}
.news .content_title {
  gap: 2rem;
  justify-content: flex-start;
  margin-bottom: 80px;
  max-width: 100%;
}
@media only screen and (max-width: 844px) {
  .news .content_title {
    margin-bottom: 40px;
  }
}
.news__inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
.news__list {
  margin-bottom: 60px;
}
@media only screen and (max-width: 844px) {
  .news__list {
    margin-bottom: 28px;
  }
}
.news__item {
  border-bottom: 1px solid #E4E4E4;
}
.news__item:first-child {
  border-top: 1px solid #E4E4E4;
}
.news__item-link {
  color: #383838;
  display: block;
  padding-bottom: 24px;
  padding-right: 60px;
  padding-top: 32px;
  position: relative;
}
@media only screen and (max-width: 844px) {
  .news__item-link {
    padding-bottom: 18px;
    padding-right: 40px;
    padding-top: 24px;
  }
}
.news__item-link .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  background: url(../img/news-arrow-pc.png) no-repeat center/40px auto;
  height: 40px;
  transform: translateY(-50%);
  width: 40px;
}
@media only screen and (max-width: 844px) {
  .news__item-link .arrow {
    background-image: url(../img/news-arrow-sp.png);
    background-size: 24px auto;
    height: 24px;
    width: 24px;
  }
}
@media (hover: hover) {
  .news__item-link:hover .news__item-title {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .news__item-link:active .news__item-title {
    text-decoration: underline;
  }
}
.news__item-time {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 10px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 844px) {
  .news__item-time {
    font-size: 12px;
    line-height: 9px;
    margin-bottom: 12px;
  }
}
.news__item-title {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.75;
}
@media only screen and (max-width: 844px) {
  .news__item-title {
    font-size: 14px;
    line-height: 1.8571428571;
  }
}
.news__btn {
  align-items: center;
  background: #fff;
  border: 1px solid #B8A973;
  box-sizing: border-box;
  color: #B8A973;
  display: inline-flex;
  font-size: 18px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.3em;
  min-height: 60px;
  min-width: 380px;
  padding-left: 3.3em;
  padding-right: 3em;
  position: relative;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media only screen and (max-width: 844px) {
  .news__btn {
    font-size: 16px;
    min-width: 0;
    width: 100%;
  }
}
.news__btn svg {
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 844px) {
  .news__btn svg {
    right: 20px;
  }
}
@media (hover: hover) {
  .news__btn:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .news__btn:active {
    opacity: 0.7;
  }
}
.news__btn-box {
  text-align: center;
}

.p-privacy__body > p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.8888888889;
  margin-bottom: 60px;
  margin-right: -0.3em;
}
@media only screen and (max-width: 844px) {
  .p-privacy__body > p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 40px;
  }
}
.p-privacy__txt {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.8888888889;
  margin-bottom: 60px;
  margin-right: -0.3em;
}
@media only screen and (max-width: 844px) {
  .p-privacy__txt {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 40px;
  }
}
.p-privacy__block:nth-child(n+2),
.p-privacy .wp-block-group:nth-child(n+2) {
  margin-top: 60px;
}
@media only screen and (max-width: 844px) {
  .p-privacy__block:nth-child(n+2),
  .p-privacy .wp-block-group:nth-child(n+2) {
    margin-top: 32px;
  }
}
.p-privacy__block .wp-block-group__inner-container h2,
.p-privacy .wp-block-group .wp-block-group__inner-container h2 {
  border-bottom: 2px solid #B8A973;
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 16px;
  margin-bottom: 32px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 844px) {
  .p-privacy__block .wp-block-group__inner-container h2,
  .p-privacy .wp-block-group .wp-block-group__inner-container h2 {
    display: block;
    font-size: 18px;
    line-height: 13px;
    margin-bottom: 20px;
  }
}
.p-privacy__block .wp-block-group__inner-container p,
.p-privacy__block .wp-block-group__inner-container ol,
.p-privacy__block .wp-block-group__inner-container ul,
.p-privacy .wp-block-group .wp-block-group__inner-container p,
.p-privacy .wp-block-group .wp-block-group__inner-container ol,
.p-privacy .wp-block-group .wp-block-group__inner-container ul {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 2;
  margin-right: -0.3em;
  word-break: break-all;
}
@media only screen and (max-width: 844px) {
  .p-privacy__block .wp-block-group__inner-container p,
  .p-privacy__block .wp-block-group__inner-container ol,
  .p-privacy__block .wp-block-group__inner-container ul,
  .p-privacy .wp-block-group .wp-block-group__inner-container p,
  .p-privacy .wp-block-group .wp-block-group__inner-container ol,
  .p-privacy .wp-block-group .wp-block-group__inner-container ul {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
.p-privacy__block .wp-block-group__inner-container > ul > li,
.p-privacy .wp-block-group .wp-block-group__inner-container > ul > li {
  padding-left: 1.3em;
  position: relative;
}
.p-privacy__block .wp-block-group__inner-container > ul > li::before,
.p-privacy .wp-block-group .wp-block-group__inner-container > ul > li::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}
.p-privacy__block .wp-block-group__inner-container > ol,
.p-privacy .wp-block-group .wp-block-group__inner-container > ol {
  counter-reset: item;
}
.p-privacy__block .wp-block-group__inner-container > ol > li,
.p-privacy .wp-block-group .wp-block-group__inner-container > ol > li {
  padding-left: 1.6em;
  position: relative;
}
.p-privacy__block .wp-block-group__inner-container > ol > li::before,
.p-privacy .wp-block-group .wp-block-group__inner-container > ol > li::before {
  content: counter(item) ".";
  counter-increment: item;
  left: 0.3em;
  letter-spacing: 0;
  position: absolute;
  top: 0;
}
.p-privacy__block .wp-block-group__inner-container > ol > li > ol > li,
.p-privacy .wp-block-group .wp-block-group__inner-container > ol > li > ol > li {
  padding-left: 1.6em;
  position: relative;
}
.p-privacy__block .wp-block-group__inner-container > ol > li > ol > li::before,
.p-privacy .wp-block-group .wp-block-group__inner-container > ol > li > ol > li::before {
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}
.p-privacy__block .wp-block-group__inner-container > ol > li > ol > li:nth-child(1)::before,
.p-privacy .wp-block-group .wp-block-group__inner-container > ol > li > ol > li:nth-child(1)::before {
  content: "a.";
}
.p-privacy__block .wp-block-group__inner-container > ol > li > ol > li:nth-child(2)::before,
.p-privacy .wp-block-group .wp-block-group__inner-container > ol > li > ol > li:nth-child(2)::before {
  content: "b.";
}
.p-privacy__block .wp-block-group__inner-container > ol > li > ol > li:nth-child(3)::before,
.p-privacy .wp-block-group .wp-block-group__inner-container > ol > li > ol > li:nth-child(3)::before {
  content: "c.";
}
.p-privacy__block .wp-block-group__inner-container > ol > li > ol > li:nth-child(4)::before,
.p-privacy .wp-block-group .wp-block-group__inner-container > ol > li > ol > li:nth-child(4)::before {
  content: "d.";
}
.p-privacy__block .wp-block-group__inner-container > ol > li > ol > li:nth-child(5)::before,
.p-privacy .wp-block-group .wp-block-group__inner-container > ol > li > ol > li:nth-child(5)::before {
  content: "e.";
}

.p-company__item {
  border-left: 1px solid #E4E4E4;
  border-right: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4;
  display: flex;
}
.p-company__item:last-child {
  border-bottom: 1px solid #E4E4E4;
}
@media only screen and (max-width: 844px) {
  .p-company__item {
    display: block;
    padding: 10px 20px;
  }
}
.p-company__item-title, .p-company__item-text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 2;
  padding: 10px 20px;
}
@media only screen and (max-width: 844px) {
  .p-company__item-title, .p-company__item-text {
    font-size: 14px;
    line-height: 2.1428571429;
    padding: 0;
  }
}
.p-company__item-title a, .p-company__item-text a {
  color: #00c2ff;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .p-company__item-title a:hover, .p-company__item-text a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .p-company__item-title a:active, .p-company__item-text a:active {
    opacity: 0.7;
  }
}
.p-company__item-title {
  border-right: 1px solid #E4E4E4;
  flex: 0 0 auto;
  width: 230px;
}
@media only screen and (max-width: 844px) {
  .p-company__item-title {
    border-right: none;
    width: 100%;
  }
}
.p-company__item-text {
  flex: 1 1 auto;
}

.p-thanks__txt {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.8888888889;
  margin-right: -0.3em;
  text-align: center;
}
.p-thanks__txt:nth-child(n+2) {
  margin-top: 80px;
}
@media only screen and (max-width: 844px) {
  .p-thanks__txt:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 844px) {
  .p-thanks__txt {
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }
}

.p-contact__txt {
  font-size: 18px;
  letter-spacing: 0.3em;
  line-height: 1.8888888889;
  margin-right: -0.3em;
}
.p-contact__hr {
  background: #E4E4E4;
  border: none;
  height: 1px;
  margin: 80px auto;
  width: 100%;
}

.p-service__block:nth-child(n+2) {
  margin-top: 80px;
}
@media only screen and (max-width: 844px) {
  .p-service__block:nth-child(n+2) {
    margin-top: 52px;
  }
}
.p-service__block-title {
  font-size: 24px;
  font-weight: 400;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 17px;
  margin-bottom: 52px;
  margin-right: -0.3em;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  text-align: center;
}
@media only screen and (max-width: 844px) {
  .p-service__block-title {
    font-size: 20px;
    line-height: 15px;
    margin-bottom: 40px;
    padding-bottom: 22px;
  }
}
.p-service__block-title::after {
  background: #B8A973;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  width: 90px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 844px) {
  .p-service__block-title::after {
    width: 70px;
  }
}
.p-service__txt-lg {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.5454545455;
  margin-bottom: 40px;
  margin-right: -0.3em;
  text-align: center;
}
.p-service__txt-lg.-facility {
  margin-bottom: 60px;
}
@media only screen and (max-width: 844px) {
  .p-service__txt-lg.-facility {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 844px) {
  .p-service__txt-lg {
    font-size: 18px;
    line-height: 1.5555555556;
    margin-bottom: 24px;
  }
}
.p-service__txt {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.8888888889;
  margin-bottom: 60px;
  margin-right: -0.3em;
  text-align: center;
}
.p-service__txt.-left {
  text-align: left;
}
@media only screen and (max-width: 844px) {
  .p-service__txt {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 40px;
    text-align: left;
  }
}
.p-service__img {
  aspect-ratio: 580/370;
  flex: 0 0 auto;
  width: calc(50% - 20px);
}
.p-service__img.-sm {
  width: calc(33.3333333333% - 20px);
}
@media only screen and (max-width: 844px) {
  .p-service__img.-sm {
    width: 100%;
  }
}
@media only screen and (max-width: 844px) {
  .p-service__img {
    width: 100%;
  }
}
.p-service__img-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 844px) {
  .p-service__img-box {
    max-width: 580px;
  }
}
.p-service__img-box.-plan {
  gap: 20px 30px;
}
.p-service__table {
  margin: 60px auto 0;
  max-width: 900px;
}
@media only screen and (max-width: 844px) {
  .p-service__table {
    margin-top: 40px;
  }
}
.p-service__table-row {
  border: 1px solid #E4E4E4;
  display: flex;
}
.p-service__table-row:not(:last-child) {
  border-bottom: none;
}
@media only screen and (max-width: 844px) {
  .p-service__table-row {
    flex-direction: column;
    padding: 15px 20px;
  }
}
.p-service__table-title, .p-service__table-text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 2.125;
  padding: 10px 20px;
}
@media only screen and (max-width: 844px) {
  .p-service__table-title, .p-service__table-text {
    font-size: 14px;
    line-height: 1.7142857143;
    padding: 0;
  }
}
.p-service__table-title {
  border-right: 1px solid #E4E4E4;
  flex: 0 0 auto;
  width: 230px;
}
@media only screen and (max-width: 844px) {
  .p-service__table-title {
    border: none;
    margin-bottom: 10px;
    width: 100%;
  }
}
.p-service__table-text ul li {
  padding-left: 1.3em;
  position: relative;
}
.p-service__table-text ul li::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}
.p-service__btn {
  align-items: center;
  border: 1px solid #B8A973;
  box-sizing: border-box;
  color: #B8A973;
  display: inline-flex;
  font-size: 18px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.3em;
  min-height: 60px;
  min-width: 380px;
  padding-left: 0.6em;
  padding-right: 0.3em;
  position: relative;
}
@media only screen and (max-width: 844px) {
  .p-service__btn {
    font-size: 16px;
    min-width: 0;
    width: 100%;
  }
}
.p-service__btn svg {
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 844px) {
  .p-service__btn svg {
    right: 20px;
  }
}
.p-service__btn-box {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 844px) {
  .p-service__btn-box {
    margin-top: 28px;
  }
}
.p-service__section {
  margin-top: 60px;
}
@media only screen and (max-width: 844px) {
  .p-service__section {
    margin-top: 52px;
  }
}
.p-service__detail {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 2;
  margin-top: 28px;
  text-align: center;
}
@media only screen and (max-width: 844px) {
  .p-service__detail {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.p-service__detail-caution {
  font-size: 12px;
  line-height: 2.6666666667;
  margin-top: 32px;
  text-align: center;
}
@media only screen and (max-width: 844px) {
  .p-service__detail-caution {
    line-height: 2;
    margin-top: 20px;
    text-align: left;
  }
    .p-blog__container {
      flex-wrap: wrap;
    }
}

.p-blog__container {
  align-items: flex-start;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 844px) {
  .p-blog__container {
    gap: 24px;
  }
}
.p-blog__title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 2;
  margin-bottom: 13px;
  margin-right: -0.3em;
}
@media only screen and (max-width: 844px) {
  .p-blog__title {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 14px;
    margin-top: -10px;
  }
}
.p-blog__main {
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  flex: 0 0 auto;
  padding: 40px;
  padding-top: 25px;
  width: calc(100% - 340px);
}
@media only screen and (max-width: 844px) {
  .p-blog__main {
    border: none;
    padding: 0;
    width: 100%;
  }
}
.p-blog__related {
  margin-top: 80px;
  width: calc(100% - 340px);
}
@media only screen and (max-width: 844px) {
  .p-blog__related {
    margin-top: 30px;
    width: 100%;
  }
}
.p-blog__related-title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 17px;
  margin-bottom: 60px;
  margin-right: -0.3em;
}
@media only screen and (max-width: 844px) {
  .p-blog__related-title {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 22px;
  }
}
.p-blog__info {
  align-items: center;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 844px) {
  .p-blog__info {
    align-items: flex-start;
    gap: 32px;
  }
}
.p-blog__thumb {
  aspect-ratio: 780/470;
  margin-top: 28px;
}
@media only screen and (max-width: 844px) {
  .p-blog__thumb {
    aspect-ratio: 335/202;
    margin-top: 24px;
  }
}
.p-blog__date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  margin-right: -0.3em;
}
@media only screen and (max-width: 844px) {
  .p-blog__date {
    font-size: 12px;
    line-height: 26px;
  }
}
.p-blog__category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-blog__category-item {
  align-items: center;
  background: #B8A973;
  border-radius: 13px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  height: 26px;
  justify-content: center;
  letter-spacing: 0.3em;
  padding-left: 16px;
  padding-right: calc(16px - 0.3em);
  white-space: nowrap;
}
@media only screen and (max-width: 844px) {
  .p-blog__category-item {
    font-size: 12px;
    height: 25px;
  }
}
.p-blog__body {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 2;
  margin-top: 28px;
}
@media only screen and (max-width: 844px) {
  .p-blog__body {
    margin-top: 24px;
  }
}
.p-blog__body #toc_container {
  background: #f3f3f3;
  padding: 24px;
  padding-bottom: 18px;
}
@media only screen and (max-width: 844px) {
  .p-blog__body #toc_container {
    padding: 20px 20px 13px;
  }
}
.p-blog__body #toc_container .toc_title {
  border-left: 2px solid #B8A973;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 12px;
  margin: 0;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-top: 1px;
}
@media only screen and (max-width: 844px) {
  .p-blog__body #toc_container .toc_title {
    font-size: 14px;
    line-height: 1;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.p-blog__body #toc_container .toc_list {
  padding-top: 13px;
}
.p-blog__body #toc_container .toc_list > li:nth-child(n+2) {
  border-top: 1px solid #E4E4E4;
  margin-top: 18px;
  padding-top: 18px;
}
@media only screen and (max-width: 844px) {
  .p-blog__body #toc_container .toc_list > li:nth-child(n+2) {
    margin-top: 13px;
    padding-top: 13px;
  }
}
.p-blog__body #toc_container .toc_list > li > a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.625;
  margin-right: -0.3em;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .p-blog__body #toc_container .toc_list > li > a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .p-blog__body #toc_container .toc_list > li > a:active {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 844px) {
  .p-blog__body #toc_container .toc_list > li > a {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.p-blog__body #toc_container .toc_list > li > ul > li > a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.5714285714;
  margin-right: -0.3em;
  position: relative;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .p-blog__body #toc_container .toc_list > li > ul > li > a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .p-blog__body #toc_container .toc_list > li > ul > li > a:active {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 844px) {
  .p-blog__body #toc_container .toc_list > li > ul > li > a {
    font-size: 12px;
    line-height: 2;
  }
}
.p-blog__body #toc_container .toc_list > li > ul > li > a::before {
  content: "- ";
}
@media only screen and (max-width: 844px) {
  .p-blog__body {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
.p-blog__body > *:last-child {
  margin-bottom: 0 !important;
}
.p-blog__body p {
  margin-bottom: 20px;
  margin-right: -0.3em;
  margin-top: 18px;
}
@media only screen and (max-width: 844px) {
  .p-blog__body p {
    margin-bottom: 14px;
    margin-top: 10px;
  }
}
.p-blog__body h2 {
  border-bottom: 2px solid #B8A973;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4545454545;
  margin-bottom: 24px;
  margin-top: 20px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 844px) {
  .p-blog__body h2 {
    font-size: 18px;
    line-height: 1.5555555556;
    margin-bottom: 20px;
    margin-top: 18px;
    padding-bottom: 8px;
  }
}
.p-blog__body h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.6;
  margin-bottom: 18px;
  margin-top: 20px;
}
@media only screen and (max-width: 844px) {
  .p-blog__body h3 {
    font-size: 16px;
    line-height: 2;
  }
}
.p-blog__body .wp-block-table {
  margin-bottom: 34px;
  margin-top: 34px;
}
@media only screen and (max-width: 844px) {
  .p-blog__body .wp-block-table {
    margin-bottom: 24px;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 844px) {
  .p-blog__body table tr {
    border: 1px solid #E4E4E4;
    border-bottom: none;
    display: block;
    padding: 13px 20px;
  }
  .p-blog__body table tr:last-child {
    border-bottom: 1px solid #E4E4E4;
  }
}
.p-blog__body table td,
.p-blog__body table th {
  border: 1px solid #E4E4E4;
  padding: 10px 20px;
}
.p-blog__body table td:first-child,
.p-blog__body table th:first-child {
  width: 29.4871794872%;
}
@media only screen and (max-width: 844px) {
  .p-blog__body table td,
  .p-blog__body table th {
    border: none;
    display: block;
    padding: 0;
  }
}

.single__head {
  margin-bottom: 25px;
}
@media only screen and (max-width: 844px) {
  .single__head {
    margin-bottom: 16px;
  }
}
.single__date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 10px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 844px) {
  .single__date {
    font-size: 12px;
    line-height: 9px;
    margin-bottom: 8px;
  }
}
.single__title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 2;
}
@media only screen and (max-width: 844px) {
  .single__title {
    font-size: 20px;
    line-height: 1.8;
  }
}
.single__body {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 2;
  margin-bottom: 60px;
}
@media only screen and (max-width: 844px) {
  .single__body {
    font-size: 14px;
    line-height: 2.1428571429;
    margin-bottom: 28px;
  }
}
.single__btn {
  align-items: center;
  border: 1px solid #B8A973;
  box-sizing: border-box;
  color: #B8A973;
  display: inline-flex;
  font-size: 18px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.3em;
  min-height: 60px;
  min-width: 380px;
  padding-left: 0.6em;
  padding-right: 0.3em;
  position: relative;
}
@media only screen and (max-width: 844px) {
  .single__btn {
    font-size: 16px;
    min-width: 0;
    width: 100%;
  }
}
.single__btn svg {
  left: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 844px) {
  .single__btn svg {
    left: 20px;
  }
}
.single__btn-box {
  text-align: center;
}
/*# sourceMappingURL=sourcemaps/style.css.map */