@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Noto+Serif+JP:wght@200;300;400;500&family=Shippori+Mincho:wght@400;500;600&family=Zen+Kaku+Gothic+New:wght@300&display=swap");
/* 全ページ共通 */
/* ============================================ */
body, header, footer, div,
h1, h2, h3, h4, h5, h6,
p, ul, li, dl, dd, dt, select, input, img, span {
  line-height: 100%;
}

area {
  border: none;
  outline: none;
}

*:focus {
  outline: none;
}

html {
  font-size: 10px;
}

.hide {
  display: none;
}

.container {
  width: 100%;
  text-align: center;
  background: #fff;
}
.container .media {
  width: 100%;
  height: 4px;
  background-color: chocolate;
  position: fixed;
  top: 0;
  z-index: 110;
}
.container .br_sp {
  display: none;
}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* IE6 */
* html .clearfix {
  zoom: 1;
}

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

@media screen and (max-width: 599px) {
  .container .media {
    background-color: cadetblue;
  }
  .container .br_sp {
    display: block;
  }
  .container .space {
    display: none;
  }
}
@media screen and (max-width: 340px) {
  .container .media {
    background-color: cadetblue;
  }
}
/* コンテンツ共通 */
/* ============================================ */
.loader-bg {
  background-color: black;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 103;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}

.content_area {
  position: relative;
}

.reserve_btn {
  width: 120px;
  position: relative;
}
.reserve_btn .circle {
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  overflow: hidden;
  z-index: 1;
}
.reserve_btn .circle:before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  border: solid 2px #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.reserve_btn .circle:first-of-type {
  top: 0;
}
.reserve_btn .circle:first-of-type:before {
  top: 0;
}
.reserve_btn .circle:last-of-type {
  bottom: 0;
}
.reserve_btn .circle:last-of-type:before {
  bottom: 0;
}
.reserve_btn .mark {
  display: block;
  width: 22px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 14px;
}
.reserve_btn .mark img {
  width: 100%;
}
.reserve_btn .reserve_text {
  width: 100%;
  height: 118px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 1.5rem;
  position: relative;
  z-index: 2;
}
.reserve_btn .reserve_text span {
  display: block;
  padding-top: 4px;
  width: 100%;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.reserve_btn a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 5.4rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
}

h3 {
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 2rem;
}
h3 .tag {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

.info_title {
  margin-bottom: 14px;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.info_title .tag {
  margin-top: 6px;
}

h4 {
  margin-bottom: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  text-align: left;
  color: #998675;
}
h4 span {
  padding-left: 4px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #000;
}

@media screen and (max-width: 745px) {
  h4 span {
    display: block;
    margin-top: 6px;
    padding-left: 0;
    line-height: 1.2;
  }
}
@media screen and (max-width: 599px) {
  .reserve_btn {
    width: 100px;
  }
  .reserve_btn .circle {
    height: 34px;
  }
  .reserve_btn .circle:before {
    width: 100px;
    height: 100px;
  }
  .reserve_btn .mark {
    width: 20px;
    top: 12px;
  }
  .reserve_btn .reserve_text {
    height: 98px;
    font-size: 1.3rem;
  }
  h2 {
    font-size: 4.6rem;
  }

  h3 {
    font-size: 1.8rem;
  }
  h3 .tag {
    font-size: 1.5rem;
  }

  .info_title {
    margin-bottom: 10px;
    font-size: 2.8rem;
  }

  h4 {
    font-size: 2rem;
  }
  h4 span {
    font-size: 1rem;
  }
}
/* メインコンテンツ ヘッダー */
/* ============================================ */
header {
  padding: 14px 0 14px 30px;
  width: 100%;
  text-align: left;
  position: fixed;
  top: 0;
  z-index: 100;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}

.header_blend {
  mix-blend-mode: difference;
}

.header_logo {
  width: 100%;
  height: 34px;
}
.header_logo img {
  height: 100%;
}

.menu_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
  position: absolute;
  top: 0;
  right: 100px;
}

.sns_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  position: relative;
}
.sns_box span {
  display: block;
  margin: 0 10px;
  width: 26px;
}
.sns_box span img {
  width: 100%;
}

.reserve_btn_h {
  display: block;
  height: 24px;
  padding: 0 26px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  color: #fff;
  border: solid 1px #fff;
}
.reserve_btn_h a {
  display: block;
}

.menu_btn {
  width: 100px;
  height: 62px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 102;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
  cursor: pointer;
  mix-blend-mode: difference;
}
.menu_btn span {
  display: block;
  width: 40px;
  height: 11px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.menu_btn span:before, .menu_btn span:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
}
.menu_btn span:before {
  top: 0;
}
.menu_btn span:after {
  bottom: 0;
}

@media screen and (max-width: 599px) {
  header {
    padding: 14px 0 8px 20px;
  }
  header .sns_box {
    display: none;
  }

  .header_logo {
    height: 28px;
  }

  .menu_area {
    display: none;
    height: 56px;
    right: 80px;
  }

  .reserve_btn_h {
    padding: 0 10px;
  }

  .menu_btn {
    width: 80px;
    height: 60px;
  }
  .menu_btn span {
    width: 36px;
    height: 10px;
  }
}
/* faq */
/* ============================================ */
header {
  background: #000;
}

.content_area {
  padding-top: 62px;
}

.faq_base {
  margin: 0 auto;
  padding: 60px 0 80px;
  max-width: 800px;
}

.info_title {
  margin-bottom: 50px;
}
.info_title .tag {
  margin: 14px auto 0;
  padding: 6px;
  width: 280px;
  border-top: solid 1px #000;
}

.faq_item_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px 50px;
  margin-bottom: 80px;
}
.faq_item_list li:nth-child(3), .faq_item_list li:nth-child(5), .faq_item_list li:nth-child(7) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-column: 3/6;
}
.faq_item_list li:nth-child(4), .faq_item_list li:nth-child(6), .faq_item_list li:nth-child(8) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.faq_item {
  padding-left: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 16px;
  text-align: left;
  color: #998675;
  position: relative;
}
.faq_item span {
  display: block;
  width: 16px;
  height: 16px;
  border: solid 1px #231815;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.faq_item span:before {
  content: "";
  display: block;
  width: 12px;
  height: 5px;
  -webkit-clip-path: polygon(5% 0, 0 12.2%, 50% 100%, 100% 12.2%, 95% 0, 50% 81.2%);
          clip-path: polygon(5% 0, 0 12.2%, 50% 100%, 100% 12.2%, 95% 0, 50% 81.2%);
  background: #231815;
  position: absolute;
  left: 50%;
  top: 64%;
  -webkit-transform: translate(-50%, -64%);
          transform: translate(-50%, -64%);
}

.faq_target {
  position: relative;
  top: -120px;
}

.faq_sec {
  margin-bottom: 120px;
}

.faq_list dt, .faq_list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
}
.faq_list dt {
  margin: 40px 0 10px;
}
.faq_list dt:first-of-type {
  margin-top: 0;
}
.faq_list .faq_type {
  margin-right: 10px;
  width: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
}
.faq_list .q_text, .faq_list .a_text {
  width: 100%;
  text-align: left;
  border-bottom: solid 1px #231815;
}
.faq_list .q_text {
  padding: 0 0 8px 10px;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
}
.faq_list .q_text:before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #231815;
  position: absolute;
  left: 0;
  bottom: 0;
}
.faq_list .q_text:after {
  content: "";
  display: block;
  width: 22px;
  height: 10px;
  -webkit-clip-path: polygon(3% 0, 0 8%, 50% 100%, 100% 8%, 97% 0, 50% 86%);
          clip-path: polygon(3% 0, 0 8%, 50% 100%, 100% 8%, 97% 0, 50% 86%);
  background: #231815;
  position: absolute;
  right: 4px;
  bottom: 6px;
}
.faq_list dt.active .q_text:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq_list .a_text {
  padding: 10px 30px 20px 10px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}
.faq_list .faq_link {
  text-decoration: underline;
}

.other span {
  display: block;
  padding-left: 14px;
  line-height: 1.6;
  position: relative;
}
.other span:before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.faq_plus dt:first-of-type {
  margin-top: 30px;
}

.faq_more {
  margin-bottom: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
}
.faq_more .open:before, .faq_more .close:before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  width: 22px;
  height: 14px;
  background: #000;
}
.faq_more .open {
  display: block;
}
.faq_more .open:before {
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.faq_more .close {
  display: none;
}
.faq_more .close:before {
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
          clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.faq_more.active .open {
  display: none;
}
.faq_more.active .close {
  display: block;
}

.contact_box {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  text-align: left;
}
.contact_box p {
  line-height: 1.2;
}
.contact_box .contact_btn {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.1rem;
  border: solid 1px #000;
  position: relative;
}
.contact_box .contact_btn:before {
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  -webkit-clip-path: polygon(8% 0, 0 8%, 80% 50%, 0 92%, 8% 100%, 100% 50%);
          clip-path: polygon(8% 0, 0 8%, 80% 50%, 0 92%, 8% 100%, 100% 50%);
  background: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 6px;
}
.contact_box .contact_btn a {
  display: block;
  padding: 0 0 2px 10px;
  width: 140px;
  line-height: 22px;
}

@media screen and (max-width: 920px) {
  .faq_base {
    width: calc(100% - (40px * 2));
  }

  .faq_item_list {
    gap: 20px 30px;
  }
}
@media screen and (max-width: 744px) {
  .faq_item_list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .faq_item_list li:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }
  .faq_item_list li:nth-child(4), .faq_item_list li:nth-child(5), .faq_item_list li:nth-child(6), .faq_item_list li:nth-child(7), .faq_item_list li:nth-child(8) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
}
@media screen and (max-width: 599px) {
  .faq_base {
    width: calc(100% - (20px * 2));
  }

  .info_title .tag {
    margin: 12px auto 0;
    width: 248px;
  }

  .faq_item_list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
  }
  .faq_item_list li:nth-child(3), .faq_item_list li:nth-child(4), .faq_item_list li:nth-child(5), .faq_item_list li:nth-child(6), .faq_item_list li:nth-child(7), .faq_item_list li:nth-child(8) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }

  .faq_item {
    padding-left: 20px;
    font-size: 1.3rem;
    line-height: 14px;
  }
  .faq_item span {
    width: 14px;
    height: 14px;
  }
  .faq_item span:before {
    width: 10px;
    height: 4px;
  }

  .faq_target {
    top: -100px;
  }

  .faq_sec {
    margin-bottom: 100px;
  }

  .faq_list dt, .faq_list dd {
    font-size: 1.3rem;
  }
  .faq_list dt {
    margin: 36px 0 10px;
  }
  .faq_list .q_text {
    padding: 0 20px 8px 10px;
  }
  .faq_list .q_text:after {
    width: 18px;
    height: 8px;
    right: 2px;
    bottom: 5px;
  }
  .contact_box {
    font-size: 1.1rem;
  }
  .contact_box .contact_btn {
    font-size: 1rem;
  }
  .contact_box .contact_btn:before {
    width: 6px;
    height: 8px;
    right: 5px;
  }
  .contact_box .contact_btn a {
    padding: 1px 0 2px 10px;
    width: 130px;
    line-height: 20px;
  }
}
/* ナビ */
/* ============================================ */
.navi_base {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  z-index: 101;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow: auto;
  visibility: hidden;
}

.navi_back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.navi_base.active {
  opacity: 1;
  visibility: visible;
}

.menu_btn.active {
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
  mix-blend-mode: normal;
}
.menu_btn.active span {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.menu_btn.active span:before, .menu_btn.active span:after {
  width: 40px;
  height: 1px;
  background: #000;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu_btn.active span:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.menu_btn.active span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.navi_left {
  width: 140px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 102;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.navi_left img {
  width: 100%;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.navi_right {
  margin: 0 0 0 auto;
  padding: 50px 0 50px;
  width: 300px;
  position: relative;
}

.navi_bottom {
  width: 200px;
}
.navi_bottom .reserve_btn {
  margin: 0 auto 80px;
  width: 128px;
}
.navi_bottom .reserve_btn .circle {
  height: 42px;
}
.navi_bottom .reserve_btn .circle:before {
  width: 128px;
  height: 128px;
  border: solid 1px #000;
}
.navi_bottom .reserve_btn .mark {
  width: 28px;
  top: 16px;
}
.navi_bottom .reserve_btn .mark img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.navi_bottom .reserve_btn .reserve_text {
  height: 126px;
  font-size: 1.7rem;
}
.navi_bottom .reserve_btn .reserve_text span {
  padding-top: 8px;
}
.navi_bottom .sns_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.navi_bottom .sns_box span {
  margin: 0 30px;
}
.navi_bottom .sns_box img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.main_navi {
  margin-bottom: 60px;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: left;
}
.main_navi li {
  padding: 10px 0;
}
.main_navi li:last-child .sub_text {
  font-size: 1.6rem;
  position: relative;
  top: -1px;
}
.main_navi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_navi .navi_item {
  margin-right: 10px;
  padding: 0 10px 2px 0;
  position: relative;
}
.main_navi .navi_item .ruby {
  display: inline-block;
  padding-left: 4px;
  font-size: 1rem;
  position: relative;
  top: -2px;
}
.main_navi .navi_item:before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
}
.main_navi .sub_text {
  font-size: 1rem;
}
.main_navi .sub_text .dot {
  display: inline-block;
  margin: 0 6px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 599px) {
  .menu_btn.active span {
    width: 36px;
    height: 36px;
  }
  .menu_btn.active span:before, .menu_btn.active span:after {
    width: 36px;
  }

  .navi_left {
    width: 120px;
    left: 0;
  }

  .navi_right {
    padding-top: 330px;
    width: 100%;
  }

  .navi_bottom {
    margin: 0 auto;
  }
  .navi_bottom .reserve_btn {
    margin: 0 auto 50px;
    width: 116px;
  }
  .navi_bottom .reserve_btn .circle {
    height: 38px;
  }
  .navi_bottom .reserve_btn .circle:before {
    width: 116px;
    height: 116px;
  }
  .navi_bottom .reserve_btn .mark {
    width: 24px;
    top: 14px;
  }
  .navi_bottom .reserve_btn .reserve_text {
    height: 114px;
    font-size: 1.6rem;
  }
  .navi_bottom .reserve_btn .reserve_text span {
    padding-top: 8px;
  }

  .main_navi {
    margin-left: auto;
    margin-bottom: 40px;
    width: 270px;
  }
}
/* メインコンテンツ フッター */
/* ============================================ */
footer {
  padding: 28px 0;
  height: 250px;
  color: #fff;
  background: #000;
  position: relative;
}
footer .reserve_btn {
  margin: 0 auto;
  width: 100px;
}
footer .reserve_btn .circle {
  height: 34px;
}
footer .reserve_btn .circle:before {
  width: 100px;
  height: 100px;
  border-width: 1px;
}
footer .reserve_btn .reserve_text {
  width: 100px;
  height: 98px;
  font-size: 1.3rem;
}
footer .reserve_btn .reserve_text span {
  padding-top: 10px;
}

.footer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc(100% - (60px * 2));
  max-width: 1600px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 1.1rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
}

.link_box {
  width: 240px;
  text-align: left;
}
.link_box p {
  display: inline-block;
  margin-right: 20px;
  line-height: 1.2;
}
.link_box p:last-of-type {
  margin-right: 0;
}

.suizen_info {
  width: calc(100% - 240px);
  text-align: right;
  position: relative;
}
.suizen_info .footer_logo {
  display: block;
  margin: 0 0 16px auto;
  width: 120px;
}
.suizen_info .footer_logo img {
  width: 100%;
}
.suizen_info p {
  display: inline-block;
  line-height: 1.2;
}
.suizen_info p:first-of-type {
  margin-right: 20px;
}
.suizen_info .footer_at {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  position: absolute;
  right: 0;
  bottom: -16px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

@media screen and (max-width: 920px) {
  .footer_info {
    width: calc(100% - (40px * 2));
  }
}
@media screen and (max-width: 719px) {
  .link_box {
    width: auto;
    position: absolute;
    left: 0;
    bottom: 32px;
    z-index: 100;
    -webkit-transform: translateZ(1px);
            transform: translateZ(1px);
  }
  .link_box p {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .link_box p:last-of-type {
    margin-bottom: 0;
  }

  .suizen_info {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  footer {
    padding: 24px 0 28px;
    height: 270px;
  }
  footer .reserve_btn {
    width: 90px;
  }
  footer .reserve_btn .circle {
    height: 30px;
  }
  footer .reserve_btn .circle:before {
    width: 90px;
    height: 90px;
  }
  footer .reserve_btn .reserve_text {
    width: 90px;
    height: 88px;
    font-size: 1.2rem;
  }
  footer .reserve_btn .reserve_text span {
    padding-top: 10px;
  }

  .footer_info {
    width: calc(100% - (20px * 2));
  }

  .link_box {
    bottom: 46px;
  }

  .suizen_info .footer_logo {
    margin: 0 0 10px auto;
    width: 110px;
  }
  .suizen_info p {
    display: block;
  }
  .suizen_info p:first-of-type {
    margin-right: 0;
  }
}