html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", "EB Garamond", "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  background-color: #fff;
}

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

a {
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
}

:root {
  --color-blue: #0271bc;
  --color-lblue: #00cfff;
  --color-yellow: #ddc410;
  --color-green: #21b05c;
  --color-gray: #f4f4f4;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.sec_title {
  font-size: clamp(22px, 1.86vw + 15.49px, 62px);
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .sec_title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec_title {
    margin-bottom: 20px;
  }
}
.sec_title span {
  display: block;
  font-family: "EB Garamond", serif;
  color: var(--color-blue);
  font-size: clamp(14px, 0.93vw + 10.74px, 34px);
  font-weight: 400;
  text-align: center;
}

.sec_title_line {
  position: relative;
  text-align: center;
}

.sec_title_line::before,
.sec_title_line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 14%;
  height: 1px;
  background-color: #000;
}

.sec_title_line::before {
  left: 20%;
  transform: translateY(-50%);
}

.sec_title_line::after {
  right: 20%;
  transform: translateY(-50%);
}

.sec_title_blue {
  color: var(--color-blue);
  letter-spacing: 0.2em;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .sec_title_blue {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec_title_blue {
    margin-bottom: 20px;
  }
}

.desc {
  font-size: clamp(14px, 0.47vw + 12.35px, 24px);
  text-align: center;
  line-height: 1.8;
  margin-top: 60px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .desc {
    margin-top: 40px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .desc {
    margin-top: 20px;
    text-align: left;
  }
}

.btn_w {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--color-blue);
  background-color: #fff;
  border: 1px solid var(--color-blue);
  padding: 30px 100px;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 1920px) {
  .btn_w {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .btn_w {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 2rem;
  }
}
.btn_w:hover {
  color: #fff;
  background-color: var(--color-blue);
  border: 1px solid var(--color-blue);
  opacity: 1;
}

.btn_b {
  display: inline-block;
  font-size: 4.5rem;
  font-weight: 500;
  color: #fff;
  background-color: var(--color-blue);
  border: 1px solid var(--color-blue);
  padding: 20px 200px;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .btn_b {
    font-size: 2.8rem;
    padding: 20px 100px;
  }
}
@media screen and (max-width: 1024px) {
  .btn_b {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 2.4rem;
  }
}
.btn_b:hover {
  color: var(--color-blue);
  background-color: #fff;
  border: 1px solid var(--color-blue);
}

.btn_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: clamp(14px, 0.372vw + 12.7px, 22px);
  font-weight: 500;
  color: #fff;
  background-color: var(--color-blue);
  border: 1px solid var(--color-blue);
  padding: 20px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  transition: 0.3s;
  font-size: 4.5rem;
}
@media screen and (max-width: 1920px) {
  .btn_icon {
    padding: 10px;
    font-size: 2.4rem;
  }
}
.btn_icon:hover {
  color: var(--color-blue);
  background-color: #fff;
  border: 1px solid var(--color-blue);
}
.btn_icon span {
  display: block;
  width: 40px;
  height: 40px;
  background: url(/assets/image/common/icon-triangle.svg) no-repeat center/contain;
  flex-shrink: 0;
}
@media screen and (max-width: 1920px) {
  .btn_icon span {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .btn_icon {
    width: 90%;
    margin: 20px auto;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .btn_icon {
    width: 100%;
  }
}

.page_header {
  height: 270px;
  background-color: var(--color-blue);
  color: #fff;
  font-size: clamp(22px, 1.86vw + 15.49px, 62px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12%;
  position: relative;
  z-index: -1;
  overflow-y: hidden;
  letter-spacing: 0.05em;
}
.page_header::before {
  display: block;
  width: 100%;
  line-height: 1;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .page_header::before {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .page_header::before {
    max-width: 300px;
  }
}
.page_header::after {
  display: block;
  font-family: "EB Garamond", serif;
  color: #043588;
  opacity: 0.8;
  line-height: 1;
  font-size: 209px;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1920px) {
  .page_header::after {
    font-size: 160px;
    bottom: -26px;
  }
}
@media screen and (max-width: 1024px) {
  .page_header::after {
    font-size: 100px;
    bottom: -15px;
  }
}
@media screen and (max-width: 768px) {
  .page_header::after {
    font-size: 60px;
    bottom: -10px;
  }
}
@media screen and (max-width: 1020px) {
  .page_header {
    height: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .page_header {
    height: 240px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 764px) {
  .page_header {
    height: 180px;
    padding-top: 60px;
  }
}

#business .page_header, #company .page_header, #parking .page_header, #meeting .page_header {
  letter-spacing: 0.2em;
}

.page_header2 {
  width: 100vw;
  height: 1100px;
  position: relative;
}
.page_header2 img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1920px) {
  .page_header2 {
    height: 700px;
  }
}
@media screen and (max-width: 1024px) {
  .page_header2 {
    height: 400px;
  }
}
.page_header2 img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 764px) {
  .pc_br {
    display: none;
  }
}

.pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--color-blue);
  border-radius: 50%;
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .pagetop a {
    width: 50px;
    bottom: 3%;
  }
}
.pagetop a img {
  width: 17px;
  height: auto;
}

@supports (-webkit-touch-callout: none) {
  rt {
    margin-bottom: -0.25em;
  }
}
.wrapper {
  max-width: 1940px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .wrapper {
    max-width: 1200px;
  }
}

.mt-200 {
  margin: 200px auto 0 auto;
}
@media (max-width: 1920px) {
  .mt-200 {
    margin: 120px auto 0 auto;
  }
}
@media (max-width: 1024px) {
  .mt-200 {
    margin: 80px auto 0 auto;
  }
}

.mt-160 {
  margin: 160px auto 0 auto;
}
@media (max-width: 1920px) {
  .mt-160 {
    margin: 80px auto 0 auto;
  }
}
@media (max-width: 1024px) {
  .mt-160 {
    margin: 40px auto 0 auto;
  }
}

.mt-80 {
  margin: 80px auto 0 auto;
}
@media (max-width: 1920px) {
  .mt-80 {
    margin: 40px auto 0 auto;
  }
}
@media (max-width: 1024px) {
  .mt-80 {
    margin: 20px auto 0 auto;
  }
}

.mt-60 {
  margin: 60px auto 0 auto;
}
@media (max-width: 1920px) {
  .mt-60 {
    margin: 40px auto 0 auto;
  }
}
@media (max-width: 1024px) {
  .mt-60 {
    margin: 20px auto 0 auto;
  }
}

.sp_none {
  display: block;
}
@media screen and (max-width: 1024px) {
  .sp_none {
    display: none;
  }
}

.pc_none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc_none {
    display: block;
  }
}

.def {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, 0.47vw + 12.35px, 24px);
}
@media screen and (max-width: 1024px) {
  .def {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .def {
    margin-top: 40px;
  }
}
.def dt {
  width: 20%;
  padding: 20px 2%;
  border-top: 1px solid #666666;
  font-weight: normal;
  display: grid;
  align-items: center;
  text-align: justify;
  text-align-last: justify;
}
.def dt:last-of-type {
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 1920px) {
  .def dt {
    padding: 10px 2%;
  }
}
@media screen and (max-width: 768px) {
  .def dt {
    width: 30%;
  }
}
.def dd {
  width: 80%;
  padding: 20px 2% 20px 10%;
  border-top: 1px solid #666666;
  text-align: left;
}
.def dd:last-of-type {
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 1920px) {
  .def dd {
    width: 76%;
    padding: 16px 2% 16px 5%;
  }
}
@media screen and (max-width: 768px) {
  .def dd {
    width: 70%;
  }
}

.flex {
  max-width: 1940px;
  padding: 0 20px;
  margin: 160px auto 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px 10px;
}
@media screen and (max-width: 1920px) {
  .flex {
    max-width: 1240px;
    margin: 80px auto 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .flex {
    margin: 40px auto 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.flex li {
  background-color: #fff;
  width: calc((100% - 30px) / 3);
}
.flex li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .flex li {
    width: 100%;
    max-width: 350px;
    margin-top: 40px;
  }
}

.flex_rental {
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.flex_rental li {
  position: relative;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.flex_rental li span {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 6px 50px;
  background-color: var(--color-lblue);
  font-size: clamp(14px, 0.47vw + 12.35px, 24px);
  font-weight: 500;
}
.flex_rental li .img {
  width: 100%;
}
.flex_rental li .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.flex_rental li .txt {
  padding: 40px 8% 15px 8%;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .flex_rental li .txt {
    padding: 20px 5% 10px 5%;
  }
}
.flex_rental li .txt p:nth-of-type(1) {
  font-size: clamp(16px, 1.116vw + 12.09px, 40px);
  font-weight: 600;
}
.flex_rental li .txt p:nth-of-type(2) {
  font-size: clamp(14px, 0.372vw + 12.7px, 22px);
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .flex_rental li .txt p:nth-of-type(2) {
    margin-top: 10px;
  }
}
.flex_rental li .txt a {
  display: inline-block;
  margin-top: 80px;
  border-bottom: 1px solid #ddc410;
  transition: 0.3s;
}
@media screen and (max-width: 1920px) {
  .flex_rental li .txt a {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .flex_rental li .txt a {
    margin-top: 30px;
  }
}
.flex_rental li .txt a:hover {
  border-bottom: none;
}

.logo {
  max-width: 220px;
  width: 100%;
  line-height: 0;
}
@media screen and (max-width: 1920px) {
  .logo {
    max-width: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .logo {
    max-width: 100px;
  }
}

.logo img {
  width: 100%;
  object-fit: cover;
}

.logo a {
  display: block;
}

.header {
  width: 100%;
  height: 200px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4% 12%;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 1920px) {
  .header {
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    height: 60px;
    padding: 0 6%;
    position: fixed;
    z-index: 100;
  }
}
@media screen and (max-width: 1024px) {
  .header .nav {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    transition: all 0.6s;
    z-index: 20;
  }
  .header .nav.is-open {
    left: 0;
  }
}
.header .nav .nav_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .header .nav .nav_list {
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
    overflow: auto;
    margin-top: 80px;
  }
}
.header .nav .nav_list > li {
  margin-left: 80px;
  font-size: clamp(16px, 0.279vw + 15.02px, 22px);
  font-weight: 500;
}
@media screen and (max-width: 1920px) {
  .header .nav .nav_list > li {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .header .nav .nav_list > li {
    width: 100%;
    margin-left: 0;
    padding: 0 20px 20px 20px;
  }
}
.header .nav .nav_list > li a {
  width: 100%;
  display: block;
  padding: 5px;
}
@media screen and (max-width: 1024px) {
  .header .nav .nav_list > li > a {
    position: relative;
    padding-left: 30px;
  }
  .header .nav .nav_list > li > a::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.header .nav .nav_list .menu_first {
  position: relative;
}
.header .nav .nav_list .menu_second {
  min-width: 240px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(244, 244, 244, 0.85);
  display: none;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .header .nav .nav_list .menu_second {
    display: block;
    background-color: #fff;
    position: static;
  }
}
.header .nav .nav_list .menu_second > li {
  padding: 12px 20px;
  white-space: nowrap;
  font-size: 1.6rem;
  border: 1px solid var(--color-gray);
  position: relative;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .header .nav .nav_list .menu_second > li {
    font-size: 1.4rem;
    border: none;
    padding: 5px 20px;
    border-bottom: 1px solid var(--color-gray);
  }
}
.header .nav .nav_list .menu_second > li:hover {
  background-color: rgba(200, 200, 200, 0.85);
}
@media screen and (max-width: 1024px) {
  .header .nav .nav_list .menu_second > li:hover {
    background-color: #fff;
  }
}
.header .nav .nav_list .menu_second > li::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .header .nav .nav_list .menu_second > li::after {
    right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header .hamburger {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 30;
  }
  .header .hamburger span {
    width: 30px;
    height: 1px;
    background-color: #000;
    display: inline-block;
    position: absolute;
    left: 10px;
    transition: all 0.3s;
  }
  .header .hamburger span:nth-of-type(1) {
    top: 16px;
  }
  .header .hamburger span:nth-of-type(2) {
    top: 25px;
  }
  .header .hamburger span:nth-of-type(3) {
    top: 34px;
  }
  .header .hamburger.is-open span:nth-of-type(1) {
    top: 25px;
    transform: rotate(45deg);
  }
  .header .hamburger.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .header .hamburger.is-open span:nth-of-type(3) {
    top: 25px;
    transform: rotate(-45deg);
  }
}

.access .access_wrapper {
  display: flex;
  justify-content: center;
  gap: 2%;
}
@media screen and (max-width: 1024px) {
  .access .access_wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.access .access_wrapper .txt {
  width: 46%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .access .access_wrapper .txt {
    width: 100%;
  }
}
.access .access_wrapper .txt p {
  font-size: clamp(16px, 1.116vw + 12.09px, 40px);
  font-weight: 500;
}
.access .access_wrapper .txt li {
  font-size: clamp(14px, 0.372vw + 12.7px, 22px);
}
.access .access_wrapper .txt .directions {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .access .access_wrapper .txt .directions {
    margin-top: 20px;
  }
}
.access .access_wrapper .map {
  width: 50%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
  .access .access_wrapper .map {
    width: 100%;
    max-width: 600px;
    margin-top: 20px;
  }
}
.access .access_wrapper .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact {
  margin: 160px auto 0 auto;
  padding: 0 10%;
}
@media screen and (max-width: 1920px) {
  .contact {
    margin: 80px auto 0 auto;
    padding: 0 6%;
  }
}
.contact .contact_wrapper {
  margin: 80px 0;
  display: flex;
  justify-content: center;
  gap: 6%;
}
@media screen and (max-width: 1024px) {
  .contact .contact_wrapper {
    flex-direction: column;
    margin: 40px 0;
  }
}
.contact .contact_wrapper .btn_b {
  margin: 0;
}
.contact .contact_wrapper .txt p {
  line-height: 1.2;
  font-size: 3.3rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1920px) {
  .contact .contact_wrapper .txt p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .contact .contact_wrapper .txt p {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.contact .contact_wrapper .txt p:nth-child(1) {
  font-size: 7.8rem;
  color: var(--color-blue);
  letter-spacing: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 1920px) {
  .contact .contact_wrapper .txt p:nth-child(1) {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .contact .contact_wrapper .txt p:nth-child(1) {
    font-size: 3.8rem;
  }
}
.contact .contact_wrapper .txt p .txt_cron {
  position: relative;
  top: -2px;
}

.footer {
  background-color: #f2f3f4;
  padding: 130px 0;
}
@media screen and (max-width: 1920px) {
  .footer {
    padding: 40px 0;
  }
}
.footer .footer_wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer .footer_wrapper {
    flex-direction: column;
    padding: 0 6%;
  }
}
.footer .footer_wrapper .logo {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .footer .footer_wrapper .logo {
    width: 100%;
  }
}
.footer .footer_wrapper .footer_list {
  display: flex;
  justify-content: space-between;
  width: 76%;
  font-size: clamp(12px, 0.372vw + 12.7px, 14px);
}
@media screen and (max-width: 1024px) {
  .footer .footer_wrapper .footer_list {
    font-size: 1.4rem;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
  }
}
.footer .footer_wrapper .footer_list li {
  padding: 0 0 0 30px;
  transition: opacity 0.3s ease;
}
.footer .footer_wrapper .footer_list li a {
  display: block;
}
.footer .footer_wrapper .footer_list > li {
  width: 33.3333333333%;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 1024px) {
  .footer .footer_wrapper .footer_list > li {
    width: 46%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.footer .footer_wrapper .footer_list > li a {
  display: block;
}
.footer .footer_wrapper .footer_list .right_list li {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .footer .footer_wrapper .footer_list .right_list li {
    margin-bottom: 10px;
  }
}
.footer .footer_wrapper .first {
  position: relative;
  margin-bottom: 20px;
}
.footer .footer_wrapper .first::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer .copy {
  font-size: 1.4rem;
  padding: 20px 0 0 0;
  border-top: 1px solid var(--color-blue);
}
@media screen and (max-width: 1024px) {
  .footer .copy {
    font-size: 1.2rem;
    padding: 10px 0 0 0;
    margin: 0 6%;
  }
}

#top .mainvisual {
  display: flex;
  width: 100%;
}
#top .mainvisual .mv_wrapper {
  width: 79%;
  height: 1100px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1920px) {
  #top .mainvisual .mv_wrapper {
    height: 700px;
  }
}
@media screen and (max-width: 1024px) {
  #top .mainvisual .mv_wrapper {
    height: auto;
    width: 100%;
    position: static;
  }
}
#top .mainvisual .mv_wrapper .slide_list {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #top .mainvisual .mv_wrapper .slide_list {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  #top .mainvisual .mv_wrapper .slide_list {
    width: 100%;
    height: 300px;
  }
}
#top .mainvisual .mv_wrapper .slide_list li {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1.2s ease, transform 6s ease;
}
#top .mainvisual .mv_wrapper .slide_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
}
#top .mainvisual .mv_wrapper .slide_list li.is-active {
  opacity: 1;
  z-index: 1;
}
#top .mainvisual .mv_wrapper .text {
  width: 46%;
  min-width: 900px;
  padding: 70px 5%;
  background-color: rgba(244, 244, 244, 0.85);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 80px;
  left: -20%;
  z-index: 10;
}
@media screen and (max-width: 1920px) {
  #top .mainvisual .mv_wrapper .text {
    padding: 50px 5%;
    min-width: 650px;
  }
}
@media screen and (max-width: 1024px) {
  #top .mainvisual .mv_wrapper .text {
    width: 90%;
    padding: 20px 0;
    position: static;
    background-color: #fff;
    box-shadow: none;
    min-width: 0;
    margin: 0 auto;
  }
}
#top .mainvisual .mv_wrapper .text p:first-of-type {
  color: var(--color-blue);
  line-height: 1.3;
  font-size: 6.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1920px) {
  #top .mainvisual .mv_wrapper .text p:first-of-type {
    font-size: clamp(20px, 1.77vw + 13.8px, 58px);
  }
}
@media screen and (max-width: 768px) {
  #top .mainvisual .mv_wrapper .text p:first-of-type {
    font-size: 2.6rem;
  }
}
#top .mainvisual .mv_wrapper .text p:nth-of-type(2) {
  font-size: clamp(14px, 0.47vw + 10px, 24px);
  margin-top: 30px;
  border-top: 1px solid #808080;
  padding-top: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  #top .mainvisual .mv_wrapper .text p:nth-of-type(2) {
    margin-top: 16px;
    padding-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  #top .mainvisual .mv_wrapper .text p:nth-of-type(2) {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  #top .business .flex {
    flex-direction: column;
    align-items: center;
  }
}
#top .business .flex li {
  transition: opacity 0.3s ease;
}
#top .business .flex li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  #top .business .flex li {
    width: 100%;
    max-width: 350px;
  }
}
#top .business .flex li:nth-child(1) {
  background: url(../image/top/rental.jpg) no-repeat center/cover;
}
#top .business .flex li:nth-child(2) {
  background: url(../image/top/parking.jpg) no-repeat center/cover;
}
#top .business .flex li:nth-child(3) {
  background: url(../image/top/meeting.jpg) no-repeat center/cover;
}
#top .business .flex li span {
  display: block;
  font-size: clamp(14px, 0.744vw + 11.4px, 30px);
  color: #fff;
  text-align: center;
  font-weight: 500;
}
#top .business .flex li span:nth-child(2) {
  display: block;
  width: 120px;
  margin: 33px auto 0 auto;
  height: 120px;
  background: url(../image/common/icon-next-w.svg) no-repeat center/cover;
}
@media screen and (max-width: 1920px) {
  #top .business .flex li span:nth-child(2) {
    width: 60px;
    height: 60px;
  }
}
#top .business .flex li a {
  display: block;
  padding: 340px 0 390px 0;
  font-size: clamp(18px, 1.674vw + 12.14px, 54px);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  #top .business .flex li a {
    padding: 150px 0 180px 0;
  }
}
@media screen and (max-width: 1024px) {
  #top .business .flex li a {
    padding: 100px 0 150px 0;
  }
}
#top .news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 12%;
  gap: 4%;
}
@media screen and (max-width: 1024px) {
  #top .news {
    flex-direction: column;
    padding: 0 20px;
  }
}
#top .news .title_box {
  width: 24%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #top .news .title_box {
    width: 100%;
  }
}
#top .news .title_box .btn_w {
  margin-top: 40px;
}
#top .news .content_wrapper {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  #top .news .content_wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
#top .news .content_wrapper .news_tab_list {
  display: flex;
}
#top .news .content_wrapper .news_tab_list li {
  transition: background-color 0.3s ease;
  background-color: #fff;
  transition: 0.3s;
}
#top .news .content_wrapper .news_tab_list li:hover, #top .news .content_wrapper .news_tab_list li.is-active {
  background-color: var(--color-gray);
}
#top .news .content_wrapper .news_tab_list li a {
  display: block;
  width: 80px;
  text-align: center;
  border-top: 1px solid #231815;
  border-left: 1px solid #231815;
}
#top .news .content_wrapper .news_tab_list li a[data-target=news-event] {
  background-color: var(--color-yellow);
}
#top .news .content_wrapper .news_tab_list li a[data-target=news-property] {
  background-color: var(--color-lblue);
}
#top .news .content_wrapper .news_tab_list li:last-child a {
  border-right: 1px solid #231815;
}
@media screen and (max-width: 1024px) {
  #top .news .content_wrapper .news_list {
    margin-bottom: 40px;
  }
}
#top .news .content_wrapper .news_list li {
  padding: 20px 45% 20px 0;
  border-bottom: 1px solid #231815;
  line-height: 1.6;
  position: relative;
}
#top .news .content_wrapper .news_list li a {
  position: relative;
  display: block;
}
#top .news .content_wrapper .news_list li a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--color-blue);
  border-right: 1px solid var(--color-blue);
  position: absolute;
  right: -20%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1024px) {
  #top .news .content_wrapper .news_list li a::after {
    width: 12px;
    height: 12px;
    right: -5%;
  }
}
@media screen and (max-width: 1920px) {
  #top .news .content_wrapper .news_list li {
    padding: 20px 30% 20px 0;
  }
}
@media screen and (max-width: 1024px) {
  #top .news .content_wrapper .news_list li {
    padding: 20px 10% 20px 0;
  }
}
#top .news .content_wrapper .news_list li:nth-child(1) {
  border-top: 1px solid #231815;
}
#top .news .content_wrapper .news_list li:nth-child(even) {
  background-color: var(--color-gray);
}
#top .news .btn_w a {
  margin: 60px auto 0 auto;
}
#top .rent {
  text-align: center;
}
#top .rent .rent_list {
  padding: 0 10%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4%;
}
@media screen and (max-width: 1024px) {
  #top .rent .rent_list {
    flex-direction: column;
    padding: 0;
  }
}
#top .rent .rent_list li {
  width: 40%;
  background-color: var(--color-gray);
  transition: opacity 0.3s;
}
#top .rent .rent_list li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  #top .rent .rent_list li {
    width: 100%;
    max-width: 350px;
  }
}
#top .rent .rent_list li img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media screen and (max-width: 1920px) {
  #top .rent .rent_list li img {
    height: 400px;
  }
}
@media screen and (max-width: 1024px) {
  #top .rent .rent_list li img {
    height: 350px;
  }
}
#top .rent .rent_list li p {
  font-size: 2.2rem;
  text-align: center;
  padding: 30px 0;
}
@media screen and (max-width: 1920px) {
  #top .rent .rent_list li p {
    padding: 16px 0;
  }
}
@media screen and (max-width: 1024px) {
  #top .rent .rent_list li p {
    font-size: 2rem;
  }
}
#top .rent .btn_w {
  margin: 60px auto 0 auto;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  #top .rent .btn_w {
    margin: 40px auto 0 auto;
  }
}

#business .page_header::before {
  content: "";
  background: url(../image/business/txt_business.svg) no-repeat left bottom;
  height: 53%;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  #business .page_header::before {
    height: 45%;
  }
}
@media screen and (max-width: 768px) {
  #business .page_header::before {
    height: 31%;
  }
}
#business .rental .flex li {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
#business .rental .flex li .img {
  width: 100%;
}
#business .rental .flex li .img img {
  width: 100%;
  object-fit: cover;
}
#business .rental .flex li .txt {
  padding: 40px 15%;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  #business .rental .flex li .txt {
    padding: 40px 8%;
  }
}
@media screen and (max-width: 1024px) {
  #business .rental .flex li .txt {
    padding: 20px 8%;
  }
}
#business .rental .flex li .txt p:nth-of-type(1) {
  font-size: clamp(16px, 1.116vw + 12.09px, 40px);
  font-weight: 600;
}
#business .rental .flex li .txt p:nth-of-type(2) {
  font-size: clamp(14px, 0.372vw + 12.7px, 22px);
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  #business .rental .flex li .txt p:nth-of-type(2) {
    margin-top: 10px;
  }
}
#business .parking .parking_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
  max-width: 1400px;
}
@media screen and (max-width: 1024px) {
  #business .parking .parking_list {
    flex-direction: column;
    align-items: center;
    margin: 40px auto 0 auto;
  }
}
#business .parking .parking_list li {
  width: 46%;
}
@media screen and (max-width: 1024px) {
  #business .parking .parking_list li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  #business .parking .parking_list li {
    margin-top: 40px;
    width: 100%;
    max-width: 350px;
  }
}
#business .parking .parking_list li:nth-of-type(3), #business .parking .parking_list li:nth-of-type(4) {
  margin-top: 40px;
}
#business .parking .parking_list li p {
  font-size: clamp(14px, 0.47vw + 12.35px, 24px);
  text-align: center;
  font-weight: 500;
}
#business .parking .parking_list li .img {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
#business .parking .parking_list li .img img {
  width: 100%;
  object-fit: cover;
}
#business .parking .parking_list li .img figcaption {
  display: block;
  width: 100%;
  padding: 24px 0;
  text-align: center;
  font-size: clamp(14px, 0.47vw + 12.35px, 24px);
  font-weight: 500;
  background-color: rgba(244, 244, 244, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  #business .parking .parking_list li .img figcaption {
    padding-block: 10px;
  }
}
#business .meeting .meeting_list {
  display: flex;
  align-items: center;
  gap: 2%;
}
@media screen and (max-width: 1024px) {
  #business .meeting .meeting_list {
    flex-direction: column;
    align-items: center;
  }
}
#business .meeting .meeting_list li {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #business .meeting .meeting_list li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  #business .meeting .meeting_list li {
    margin-top: 40px;
    width: 100%;
    max-width: 350px;
  }
}
#business .meeting .meeting_list li p {
  font-size: clamp(14px, 0.47vw + 12.35px, 24px);
  font-weight: 500;
}
#business .meeting .meeting_list li .item {
  display: block;
  margin-top: 20px;
  position: relative;
}
#business .meeting .meeting_list li .item p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(244, 244, 244, 0.6);
  padding: 24px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  #business .meeting .meeting_list li .item p {
    padding: 10px 0;
  }
}
#business .meeting .meeting_list li .item p span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../image/common/icon-next-b.svg) no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
  #business .meeting .meeting_list li .item p span {
    width: 30px;
    height: 30px;
  }
}

#company .page_header {
  overflow-y: unset;
}
#company .page_header::before {
  content: "";
  height: 74.5%;
  background: url(../image/company/txt_company.svg) no-repeat left bottom;
  bottom: -20.5%;
}
@media screen and (max-width: 1024px) {
  #company .page_header::before {
    bottom: -42px;
  }
}
@media screen and (max-width: 768px) {
  #company .page_header::before {
    bottom: -20px;
  }
}
#company .def dt {
  width: 20%;
  padding: 20px 2%;
  border-top: 1px solid #666666;
  font-weight: normal;
  display: grid;
  align-items: center;
  text-align: left;
  text-align-last: justify;
}
#company .def dt:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 1920px) {
  #company .def dt {
    width: 20%;
    padding: 10px 2%;
  }
}
@media screen and (max-width: 768px) {
  #company .def dt {
    width: 27%;
  }
}
#company dd:last-of-type {
  border-bottom: none;
}
#company .history .def .grid {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 0.8em;
}

#privacy-policy .page_header {
  overflow-y: unset;
}
#privacy-policy .page_header::before {
  content: "";
  height: 74.5%;
  background: url(../image/policy/txt_policy.svg) no-repeat left bottom;
  bottom: -20.5%;
}
@media screen and (max-width: 1024px) {
  #privacy-policy .page_header::before {
    bottom: -42px;
  }
}
@media screen and (max-width: 768px) {
  #privacy-policy .page_header::before {
    bottom: -15px;
  }
}
#privacy-policy .def dt {
  width: 20%;
  padding: 20px 2%;
  border-top: 1px solid #666666;
  font-weight: normal;
  display: grid;
  align-items: center;
  text-align: left;
  text-align-last: justify;
}
#privacy-policy .def dt:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 1920px) {
  #privacy-policy .def dt {
    width: 20%;
    padding: 10px 2%;
  }
}
@media screen and (max-width: 768px) {
  #privacy-policy .def dt {
    width: 27%;
  }
}
#privacy-policy .policy {
  margin-top: 160px;
  padding: 70px 8%;
  background-color: #f2f2f2;
  border-radius: 8px;
}
@media screen and (max-width: 1080px) {
  #privacy-policy .policy {
    margin: 60px auto;
  }
}
#privacy-policy .desc {
  margin-top: 0;
  font-size: clamp(14px, 0.47vw + 12.35px, 24px);
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #privacy-policy .desc {
    text-align: left;
  }
}
#privacy-policy dl {
  margin-top: 70px;
}
@media screen and (max-width: 1080px) {
  #privacy-policy dl {
    margin-top: 60px;
  }
}
#privacy-policy dt {
  margin-bottom: 20px;
  padding: 12px 2% 12px 3%;
  font-size: clamp(14px, 0.47vw + 12.35px, 24px);
  font-weight: 500;
  background-color: #ccc;
  border-radius: 4px;
}
#privacy-policy dd {
  margin-bottom: 50px;
}

#detail-konyamachi .page_header::before {
  content: "Rental Office";
}
#detail-konyamachi .about .img {
  padding-top: 40px;
  border-top: 1px solid #666;
}
#detail-konyamachi .about .img img {
  width: 100%;
  object-fit: cover;
}
#detail-konyamachi .equipment .dd_list {
  display: flex;
}
#detail-konyamachi .equipment .dd_list li:nth-of-type(1) {
  width: 10%;
}
@media screen and (max-width: 768px) {
  #detail-konyamachi .equipment .dd_list li:nth-of-type(1) {
    width: 24%;
  }
}
#detail-konyamachi .equipment .dd_list li:nth-of-type(2) {
  margin-left: 10px;
}

#detail-sanyu .page_header::before {
  content: "Rental Office";
}
#detail-sanyu .about .img {
  padding-top: 40px;
  border-top: 1px solid #666;
}
#detail-sanyu .equipment .dd_list {
  display: flex;
}
#detail-sanyu .equipment .dd_list li:nth-of-type(1) {
  width: 10%;
}
@media screen and (max-width: 768px) {
  #detail-sanyu .equipment .dd_list li:nth-of-type(1) {
    width: 24%;
  }
}
#detail-sanyu .equipment li:nth-of-type(2) {
  margin-left: 10px;
}

#rental-archive .page_header::before {
  content: "";
  background: url(../image/rentalOffice/txt_rentaloffice.svg) no-repeat left bottom;
  height: 53%;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  #rental-archive .page_header::before {
    height: 45%;
  }
}
@media screen and (max-width: 768px) {
  #rental-archive .page_header::before {
    height: 31%;
  }
}
#rental-archive .flex_rental li span.tag-fukuokacho {
  background-color: var(--color-green);
}
#rental-archive .flex_rental li span.tag-sanyu {
  background-color: var(--color-yellow);
}
#rental-archive .flex_rental li span.tag-konya, #rental-archive .flex_rental li span.tag-konyamachi {
  background-color: var(--color-green);
}

#meeting .page_header {
  overflow-y: unset;
}
#meeting .page_header::before {
  content: "";
  height: 109%;
  background: url(../image/rentalMeeting/txt_rentalroom.svg) no-repeat left bottom;
  bottom: -17%;
  mix-blend-mode: unset;
}
@media screen and (max-width: 1024px) {
  #meeting .page_header::before {
    bottom: -29px;
  }
}
@media screen and (max-width: 768px) {
  #meeting .page_header::before {
    max-width: 90%;
    height: 70%;
    bottom: -19px;
  }
}
#meeting .meeting_wrapper .reservation-box {
  display: flex;
  justify-content: space-between;
  gap: 4%;
}
@media screen and (max-width: 1024px) {
  #meeting .meeting_wrapper .reservation-box {
    flex-direction: column;
    align-items: center;
  }
}
#meeting .meeting_wrapper .reservation-box .reservation {
  width: 46%;
}
@media screen and (max-width: 1024px) {
  #meeting .meeting_wrapper .reservation-box .reservation {
    width: 100%;
  }
}
#meeting .meeting_wrapper .reservation-box .reservation .calendar-wrap {
  width: 100%;
}
#meeting .meeting_wrapper .reservation-box .reservation .calendar-wrap .calendar-iframe {
  width: 100%;
  border: none;
}
#meeting .meeting_wrapper .reservation-box .reservation .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  background-color: var(--color-blue);
  color: #fff;
  text-align: center;
  padding: 20px;
}
#meeting .meeting_wrapper .reservation-box .reservation .icon .icon_img {
  width: 25px;
  height: 25px;
}
#meeting .meeting_wrapper .reservation-box .reservation .icon .icon_img img {
  width: 100%;
  object-fit: cover;
}
#meeting .meeting_wrapper .reservation-box .reservation p {
  text-align: center;
}
@media screen and (max-width: 1920px) {
  #meeting .meeting_wrapper .reservation-box .reservation p {
    font-size: clamp(14px, 0.744vw + 11.4px, 30px);
  }
}
#meeting .meeting_wrapper .reservation-box .reservation p span {
  font-size: 80%;
}
#meeting .meeting_wrapper .reservation-box .reservation .txt_note {
  width: 100%;
}
@media screen and (max-width: 1920px) {
  #meeting .meeting_wrapper .reservation-box .reservation .txt_note {
    font-size: clamp(13px, 0.744vw + 6px, 17px);
  }
}
#meeting .meeting_wrapper .reservation-box .map {
  width: 50%;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  #meeting .meeting_wrapper .reservation-box .map {
    width: 100%;
    max-width: 600px;
    margin-top: 20px;
    aspect-ratio: 1/1;
  }
}
#meeting .meeting_wrapper .reservation-box .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#meeting .meeting_wrapper .btn_b {
  display: block;
  margin: 60px auto 0;
  padding: 20px 30px;
}
@media screen and (max-width: 1024px) {
  #meeting .meeting_wrapper .btn_b {
    font-size: 2.2rem;
    padding: 20px;
    max-width: 460px;
  }
}
@media screen and (max-width: 768px) {
  #meeting .meeting_wrapper .btn_b {
    font-size: 1.6rem;
    padding: 10px;
    margin: 40px auto 0;
  }
}

#parking .page_header {
  overflow-y: unset;
}
#parking .page_header::before {
  content: "";
  height: 79%;
  background: url(../image/parking/txt_parking.svg) no-repeat left bottom;
  bottom: -22.7%;
  mix-blend-mode: unset;
}
@media screen and (max-width: 1024px) {
  #parking .page_header::before {
    bottom: -46px;
    height: 67%;
  }
}
@media screen and (max-width: 768px) {
  #parking .page_header::before {
    height: 46%;
    bottom: -23px;
  }
}
#parking .sanyu .sanyu_list li {
  display: flex;
  align-items: center;
  gap: 8%;
}
@media screen and (max-width: 1024px) {
  #parking .sanyu .sanyu_list li {
    flex-direction: column;
    justify-content: center;
  }
}
#parking .sanyu .sanyu_list li .img {
  width: 27%;
}
@media screen and (max-width: 1024px) {
  #parking .sanyu .sanyu_list li .img {
    width: 40%;
  }
}
#parking .sanyu .sanyu_list li .img img {
  width: 100%;
  object-fit: cover;
}
#parking .sanyu .sanyu_list li .img p {
  font-size: clamp(14px, 0.744vw + 11.4px, 30px);
  color: var(--color-blue);
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}
#parking .sanyu .sanyu_list li .def {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  #parking .sanyu .sanyu_list li .def {
    width: 100%;
  }
}
#parking .sanyu .sanyu_list li .def dt {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #parking .sanyu .sanyu_list li .def dt {
    width: 30%;
  }
}
#parking .sanyu .sanyu_list li .def dd {
  width: 75%;
}
@media screen and (max-width: 768px) {
  #parking .sanyu .sanyu_list li .def dd {
    width: 70%;
  }
}
#parking .sanyu .sanyu_list li .def dd.spec div {
  display: flex;
  flex-wrap: wrap;
}
#parking .sanyu .sanyu_list li .def dd.spec div span:nth-child(odd) {
  width: 2.5em;
  margin-right: 0.5em;
}
#parking .fujituka {
  background-color: var(--color-blue);
  color: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  #parking .fujituka {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  #parking .fujituka {
    padding: 20px 0;
  }
}
#parking .fujituka img {
  width: 100%;
  object-fit: cover;
}
#parking .fujituka .fujituka_list {
  text-align: center;
}
#parking .fujituka .fujituka_list li {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #parking .fujituka .fujituka_list li {
    margin-top: 60px;
  }
}
#parking .fujituka .fujituka_list li .desc {
  margin-top: 0;
}
#parking .fujituka .fujituka_list .list_title {
  font-size: clamp(16px, 1.116vw + 12.09px, 40px);
  font-weight: 800;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  #parking .fujituka .fujituka_list .list_title {
    margin-bottom: 20px;
  }
}
#parking .fujituka .fujituka_list .list_title::before, #parking .fujituka .fujituka_list .list_title::after {
  content: "";
  width: 100px;
  max-width: 100px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  #parking .fujituka .fujituka_list .list_title::before, #parking .fujituka .fujituka_list .list_title::after {
    width: 14%;
  }
}

.map_wrapper .map_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6%;
}
.map_wrapper .map_box .map {
  width: 46%;
  height: auto;
  aspect-ratio: 1/1;
}
.map_wrapper .map_box .map iframe {
  width: 100%;
  height: 100%;
}
.map_wrapper .map_box .ground {
  width: 48%;
}
.map_wrapper .def dt {
  width: 16%;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .map_wrapper .def dt {
    width: 21%;
  }
}
.map_wrapper .def dt:last-of-type {
  border-bottom: 1px solid #fff;
}
.map_wrapper .def dd {
  border-top: 1px solid #fff;
}
.map_wrapper .def dd:last-of-type {
  border-bottom: 1px solid #fff;
}
.map_wrapper .def dd .area_size {
  display: flex;
  gap: 20px;
}
.map_wrapper .def dd .area_size span:nth-child(odd) {
  min-width: 4em;
}

.info {
  padding: 40px 0;
  text-align: center;
  background-color: #63a4d1;
  font-size: clamp(18px, 1.674vw + 12.14px, 54px);
}

#fukuokacho {
  overflow-x: hidden;
}
#fukuokacho .page_header2 {
  background: url(../image/fukuokacho/bg.jpg) no-repeat center/cover;
}
#fukuokacho .page_header2 img {
  width: min(79.28vw, 1982px);
  aspect-ratio: 137/54;
  position: absolute;
  bottom: 0;
  left: 0;
}
#fukuokacho .sec_title span {
  color: #00c2e2;
}
#fukuokacho .rental .flex_rental li span {
  background-color: var(--color-lblue);
}
#fukuokacho .rental .flex_rental .txt a {
  display: inline-block;
  margin-top: 80px;
  border-bottom: 1px solid var(--color-lblue);
  transition: 0.3s;
}
@media screen and (max-width: 1920px) {
  #fukuokacho .rental .flex_rental .txt a {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #fukuokacho .rental .flex_rental .txt a {
    margin-top: 30px;
  }
}
#fukuokacho .rental .flex_rental .txt a:hover {
  border-bottom: none;
}
#fukuokacho .notenant {
  text-align: center;
  position: relative;
}
#fukuokacho .notenant::after {
  content: "";
  width: min(58vw, 1450px);
  aspect-ratio: 1450/1720;
  background: url(../image/fukuokacho/deco1.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25vw, -35vw);
  z-index: -1;
}
#fukuokacho .notenant p {
  font-size: clamp(16px, 1.116vw + 12.09px, 40px);
  font-weight: 500;
}
#fukuokacho .about {
  position: relative;
}
#fukuokacho .about::after {
  content: "";
  width: min(95vw, 2500px);
  aspect-ratio: 2500/1784;
  background: url(../image/fukuokacho/deco2.svg) no-repeat center/contain;
  position: absolute;
  top: 350px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1920px) {
  #fukuokacho .about::after {
    display: none;
  }
}
#fukuokacho .about .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
  padding: 0 16%;
}
@media screen and (max-width: 1024px) {
  #fukuokacho .about .txt {
    flex-direction: column;
    text-align: center;
    padding: 0 20px;
  }
}
#fukuokacho .about .txt .en {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  #fukuokacho .about .txt .en {
    width: 60%;
  }
}
#fukuokacho .about .txt .en img {
  display: block;
  max-width: 100%;
}
#fukuokacho .about .txt .ja {
  width: 58%;
  font-size: clamp(14px, 0.47vw + 12.35px, 24px);
}
@media screen and (max-width: 1024px) {
  #fukuokacho .about .txt .ja {
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }
}
#fukuokacho .about .def {
  position: relative;
}
#fukuokacho .about .def::after {
  content: "";
  width: min(76vw, 1900px);
  aspect-ratio: 1900/2512;
  background: url(../image/fukuokacho/deco3.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(28vw, -21vw);
  z-index: -1;
}
#fukuokacho .summary .sec_title {
  font-size: clamp(18px, 1.4vw + 15.49px, 40px);
}
#fukuokacho .summary .def {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #fukuokacho .summary .def {
    margin-top: 30px;
  }
}
#fukuokacho .access {
  position: relative;
}
#fukuokacho .access::after {
  content: "";
  width: min(68vw, 1700px);
  aspect-ratio: 1700/2212;
  background: url(../image/fukuokacho/deco4.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-66vw, -39vw);
  z-index: -1;
}

#konyamachi {
  overflow-x: hidden;
}
#konyamachi .notenant {
  text-align: center;
  position: relative;
}
#konyamachi .notenant::after {
  content: "";
  width: min(58vw, 1450px);
  aspect-ratio: 1450/1720;
  background: url(../image/fukuokacho/deco1.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25vw, -35vw);
  z-index: -1;
}
#konyamachi .notenant p {
  font-size: clamp(16px, 1.116vw + 12.09px, 40px);
}
#konyamachi .page_header2 {
  background: url(../image/konya/bg.jpg) no-repeat center/cover;
}
#konyamachi .page_header2 img {
  width: min(66.28vw, 1657px);
  aspect-ratio: 47/25;
  position: absolute;
  bottom: 0;
  left: 0;
}
#konyamachi .sec_title span {
  display: block;
  font-family: "EB Garamond", serif;
  color: var(--color-green);
  font-size: clamp(14px, 0.93vw + 10.74px, 34px);
  font-weight: 400;
  text-align: center;
}
#konyamachi .bg1_wrapper {
  background: url(../image/konya/deco1.png) no-repeat center bottom/cover;
  padding: 200px 0;
  z-index: -1;
}
@media screen and (max-width: 1920px) {
  #konyamachi .bg1_wrapper {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  #konyamachi .bg1_wrapper {
    padding-top: 80px;
  }
}
#konyamachi .rental .flex_rental li span {
  background-color: var(--color-green);
}
#konyamachi .rental .flex_rental .txt a {
  display: inline-block;
  margin-top: 80px;
  border-bottom: 1px solid var(--color-green);
  transition: 0.3s;
}
@media screen and (max-width: 1920px) {
  #konyamachi .rental .flex_rental .txt a {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #konyamachi .rental .flex_rental .txt a {
    margin-top: 30px;
  }
}
#konyamachi .rental .flex_rental .txt a:hover {
  border-bottom: none;
}
#konyamachi .rental .btn_w {
  width: fit-content;
  display: block;
  margin: 40px auto;
  padding-inline: 5px;
  color: var(--color-green);
  border-color: var(--color-green);
}
#konyamachi .rental .btn_w:hover {
  color: #fff;
  background-color: var(--color-green);
}
#konyamachi .about {
  position: relative;
}
#konyamachi .about::before {
  content: "";
  width: min(33.08vw, 827px);
  aspect-ratio: 827/762;
  background: url(../image/konya/deco3.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(1vw, -5vw);
  z-index: -1;
}
#konyamachi .about::after {
  content: "";
  width: min(62.48vw, 1562px);
  aspect-ratio: 1562/1882;
  background: url(../image/konya/deco4.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  right: 0;
  top: 0;
  transform: translate(31vw, 70vw);
  z-index: -1;
}
#konyamachi .about .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
  padding: 0 16%;
}
@media screen and (max-width: 1024px) {
  #konyamachi .about .txt {
    flex-direction: column;
    text-align: center;
    padding: 0 20px;
  }
}
#konyamachi .about .txt .en {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  #konyamachi .about .txt .en {
    width: 60%;
  }
}
#konyamachi .about .txt .en img {
  display: block;
  max-width: 100%;
}
#konyamachi .about .txt .ja {
  width: 58%;
  font-size: clamp(14px, 0.47vw + 12.35px, 24px);
}
@media screen and (max-width: 1024px) {
  #konyamachi .about .txt .ja {
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }
}
#konyamachi .about .point_list {
  padding-bottom: 20px;
}
#konyamachi .about .point_list li {
  display: flex;
  align-items: center;
  gap: 4%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #konyamachi .about .point_list li {
    flex-direction: column;
  }
}
#konyamachi .about .point_list li .img_item {
  width: 44%;
}
@media screen and (max-width: 1024px) {
  #konyamachi .about .point_list li .img_item {
    width: 100%;
    margin-bottom: 20px;
  }
}
#konyamachi .about .point_list li .img_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#konyamachi .about .point_list li .txt_item {
  width: 54%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #konyamachi .about .point_list li .txt_item {
    width: 100%;
  }
}
#konyamachi .about .point_list li .txt_item::before {
  content: "";
  display: block;
  width: 257px;
  height: 266px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1920px) {
  #konyamachi .about .point_list li .txt_item::before {
    width: 155px;
    height: 160px;
  }
}
#konyamachi .about .point_list li:nth-child(1) .txt_item::before {
  background: url(../image/konya/point1.png) no-repeat center/contain;
}
#konyamachi .about .point_list li:nth-child(2) .txt_item::before {
  background: url(../image/konya/point2.png) no-repeat center/contain;
}
#konyamachi .about .point_list li:nth-child(3) .txt_item::before {
  background: url(../image/konya/point3.png) no-repeat center/contain;
}
#konyamachi .about .point_list li .point_title {
  padding-bottom: 16px;
  text-align: center;
  font-size: clamp(16px, 1.116vw + 12.09px, 38px);
  border-bottom: 1px solid #808080;
}
#konyamachi .about .point_list li p {
  margin-top: 16px;
  font-size: clamp(14px, 0.372vw + 11px, 18px);
  line-height: 1.4;
}
#konyamachi .meeting {
  position: relative;
}
#konyamachi .meeting::after {
  content: "";
  width: min(49.6vw, 1240px);
  aspect-ratio: 1240/1355;
  background: url(../image/konya/deco5.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: -10%;
  z-index: -1;
}
#konyamachi .meeting .meeting_wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #konyamachi .meeting .meeting_wrapper {
    flex-direction: column;
  }
}
#konyamachi .meeting .meeting_wrapper .img {
  width: 66%;
}
@media screen and (max-width: 1024px) {
  #konyamachi .meeting .meeting_wrapper .img {
    width: 100%;
  }
}
#konyamachi .meeting .meeting_wrapper .img img {
  display: block;
  width: 100%;
}
#konyamachi .meeting .meeting_wrapper .txt {
  width: 25%;
  min-width: 430px;
  text-align: center;
  background-color: #fff;
  padding: 40px 60px 60px 60px;
  margin-left: -80px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #konyamachi .meeting .meeting_wrapper .txt {
    padding: 20px 20px 40px 20px;
    margin-left: 0;
    margin-top: -40px;
    width: 90%;
    box-shadow: none;
  }
}
#konyamachi .meeting .meeting_wrapper .txt p:nth-of-type(1) {
  font-size: clamp(16px, 1.116vw + 12.09px, 40px);
  font-weight: 600;
  text-align: center;
}
#konyamachi .meeting .meeting_wrapper .txt p:nth-of-type(2) {
  font-size: clamp(14px, 0.372vw + 12.7px, 22px);
  margin-top: 20px;
}
#konyamachi .meeting .meeting_wrapper .txt .btn_icon {
  border-radius: 10px;
  background-color: var(--color-green);
  border: 1px solid var(--color-green);
  width: 90%;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(14px, 0.47vw + 12.35px, 24px);
}
@media screen and (max-width: 1920px) {
  #konyamachi .meeting .meeting_wrapper .txt .btn_icon {
    bottom: -30px;
    margin-top: 0;
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #konyamachi .meeting .meeting_wrapper .txt .btn_icon {
    width: 80%;
    margin: 20px auto 0 auto;
    padding: 10px;
  }
}
#konyamachi .meeting .meeting_wrapper .txt .btn_icon:hover {
  color: var(--color-green);
  background-color: #fff;
  border: 1px solid var(--color-green);
}
#konyamachi .meeting .meeting_wrapper .txt .btn_icon:hover span {
  background: url(../image/common/icon-next-g.svg) no-repeat center/contain;
}
#konyamachi .meeting .meeting_wrapper .txt .btn_icon span {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../image/common/icon-next-w.svg) no-repeat center/contain;
  flex-shrink: 0;
}
@media screen and (max-width: 1920px) {
  #konyamachi .meeting .meeting_wrapper .txt .btn_icon span {
    width: 30px;
    height: 30px;
  }
}
#konyamachi .meeting .summary .sec_title {
  font-size: clamp(18px, 1.4vw + 15.49px, 40px);
}
#konyamachi .meeting .summary .def {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #konyamachi .meeting .summary .def {
    margin-top: 30px;
  }
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.btn_float {
  writing-mode: vertical-rl;
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 100;
  transform: translateX(100%);
  opacity: 0;
  animation: slideInFromRight 0.6s ease-out forwards;
  animation-delay: 1.5s;
}
.btn_float a {
  display: flex;
  align-items: center;
  padding: 25px 10px;
  color: #fff;
  font-size: clamp(16px, 1.116vw + 10px, 30px);
  text-align: center;
  text-decoration: none;
  background: var(--color-blue);
  border: 1px solid var(--color-blue);
  border-right: none;
  transition: color 0.3s, background-color 0.3s;
}
.btn_float a svg {
  width: 26px;
  height: auto;
  margin-inline: auto;
  margin-bottom: 15px;
}
.btn_float a .cls-1 {
  fill: #fff;
  transition: fill 0.3s;
}
.btn_float a:hover {
  color: var(--color-blue);
  background-color: #fff;
  opacity: 1;
}
.btn_float a:hover .cls-1 {
  fill: var(--color-blue);
}

#sanyu {
  overflow: hidden;
}
#sanyu .notenant {
  text-align: center;
  position: relative;
}
#sanyu .notenant p {
  font-size: clamp(16px, 1.116vw + 12.09px, 40px);
}
#sanyu .page_header2 {
  background: url(../image/sanyu/bg1.jpg) no-repeat center/cover;
}
#sanyu .page_header2 img {
  width: min(80vw, 2119px);
  aspect-ratio: 158/37;
  position: absolute;
  bottom: 0;
  left: 0;
}
#sanyu .sec_title span {
  display: block;
  font-family: "EB Garamond", serif;
  color: var(--color-yellow);
  font-size: clamp(14px, 0.93vw + 10.74px, 34px);
  font-weight: 400;
  text-align: center;
}
#sanyu .bg1_wrapper {
  padding-bottom: 200px;
}
@media screen and (max-width: 1920px) {
  #sanyu .bg1_wrapper {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1024px) {
  #sanyu .bg1_wrapper {
    padding-bottom: 80px;
  }
}
#sanyu .bg1_wrapper {
  background: url(../image/sanyu/deco1.png) no-repeat left top;
  background-size: 100% 100%;
  padding-top: 200px;
  z-index: -1;
}
@media screen and (max-width: 1920px) {
  #sanyu .bg1_wrapper {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  #sanyu .bg1_wrapper {
    padding-top: 80px;
  }
}
#sanyu .rental .flex_rental li span {
  background-color: var(--color-yellow);
}
#sanyu .rental .btn_w {
  width: fit-content;
  display: block;
  margin: 40px auto;
  padding-inline: 5px;
  color: var(--color-yellow);
  border-color: var(--color-yellow);
}
#sanyu .rental .btn_w:hover {
  color: #fff;
  background-color: var(--color-yellow);
}
#sanyu .about {
  position: relative;
}
#sanyu .about::before {
  content: "";
  width: 100%;
  aspect-ratio: 625/753;
  background: url(../image/sanyu/deco2.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#sanyu .about::after {
  content: "";
  width: 100%;
  aspect-ratio: 2500/3351;
  background: url(../image/sanyu/deco3.png) no-repeat center/cover;
  position: absolute;
  top: 73%;
  right: 0;
  z-index: -1;
}
#sanyu .about .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
  padding: 0 16%;
}
@media screen and (max-width: 1024px) {
  #sanyu .about .txt {
    flex-direction: column;
    text-align: center;
    padding: 0 20px;
  }
}
#sanyu .about .txt .en {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  #sanyu .about .txt .en {
    width: 60%;
  }
}
#sanyu .about .txt .en img {
  display: block;
  max-width: 100%;
}
#sanyu .about .txt .ja {
  width: 58%;
  font-size: clamp(14px, 0.47vw + 12.35px, 24px);
}
@media screen and (max-width: 1024px) {
  #sanyu .about .txt .ja {
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }
}
#sanyu .about .img {
  width: 100%;
}
#sanyu .about .img img {
  width: 100%;
  object-fit: cover;
}
#sanyu .about .point_list {
  position: relative;
}
#sanyu .about .point_list li {
  display: flex;
  align-items: center;
  gap: 4%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #sanyu .about .point_list li {
    flex-direction: column;
  }
}
#sanyu .about .point_list li .img_item {
  width: 44%;
}
@media screen and (max-width: 1024px) {
  #sanyu .about .point_list li .img_item {
    width: 100%;
    margin-bottom: 20px;
  }
}
#sanyu .about .point_list li .img_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sanyu .about .point_list li .txt_item {
  width: 54%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #sanyu .about .point_list li .txt_item {
    width: 100%;
  }
}
#sanyu .about .point_list li .txt_item::before {
  content: "";
  display: block;
  width: 257px;
  height: 266px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1920px) {
  #sanyu .about .point_list li .txt_item::before {
    width: 155px;
    height: 160px;
  }
}
#sanyu .about .point_list li:nth-child(1) .txt_item::before {
  background: url(../image/sanyu/point1.png) no-repeat center/contain;
}
#sanyu .about .point_list li:nth-child(2) .txt_item::before {
  background: url(../image/sanyu/point2.png) no-repeat center/contain;
}
#sanyu .about .point_list li:nth-child(3) .txt_item::before {
  background: url(../image/sanyu/point3.png) no-repeat center/contain;
}
#sanyu .about .point_list li .point_title {
  padding-bottom: 16px;
  text-align: center;
  font-size: clamp(16px, 1.116vw + 12.09px, 38px);
  border-bottom: 1px solid #808080;
}
#sanyu .about .point_list li p {
  margin-top: 16px;
  font-size: clamp(14px, 0.372vw + 11px, 18px);
  line-height: 1.4;
}
#sanyu .meeting .meeting_wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #sanyu .meeting .meeting_wrapper {
    flex-direction: column;
  }
}
#sanyu .meeting .meeting_wrapper .img {
  width: 66%;
}
@media screen and (max-width: 1024px) {
  #sanyu .meeting .meeting_wrapper .img {
    width: 100%;
  }
}
#sanyu .meeting .meeting_wrapper .img img {
  display: block;
  width: 100%;
}
#sanyu .meeting .meeting_wrapper .txt {
  width: 25%;
  min-width: 430px;
  text-align: center;
  background-color: #fff;
  padding: 40px 60px 60px 60px;
  margin-left: -80px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #sanyu .meeting .meeting_wrapper .txt {
    padding: 20px 20px 40px 20px;
    margin-left: 0;
    margin-top: -40px;
    width: 90%;
    box-shadow: none;
  }
}
#sanyu .meeting .meeting_wrapper .txt p:nth-of-type(1) {
  font-size: clamp(16px, 1.116vw + 12.09px, 40px);
  font-weight: 600;
  text-align: center;
}
#sanyu .meeting .meeting_wrapper .txt p:nth-of-type(2) {
  font-size: clamp(14px, 0.47vw + 12.35px, 24px);
  margin-top: 20px;
}
#sanyu .meeting .meeting_wrapper .txt .btn_icon {
  border-radius: 10px;
  background-color: var(--color-yellow);
  border: 1px solid var(--color-yellow);
  width: 90%;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(14px, 0.47vw + 12.35px, 24px);
}
@media screen and (max-width: 1920px) {
  #sanyu .meeting .meeting_wrapper .txt .btn_icon {
    bottom: -30px;
    margin-top: 0;
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #sanyu .meeting .meeting_wrapper .txt .btn_icon {
    width: 80%;
    margin: 20px auto 0 auto;
    padding: 10px;
  }
}
#sanyu .meeting .meeting_wrapper .txt .btn_icon:hover {
  color: var(--color-yellow);
  background-color: #fff;
  border: 1px solid var(--color-yellow);
}
#sanyu .meeting .meeting_wrapper .txt .btn_icon:hover span {
  background: url(../image/common/icon-next-y.svg) no-repeat center/contain;
}
#sanyu .meeting .meeting_wrapper .txt .btn_icon span {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../image/common/icon-next-w.svg) no-repeat center/contain;
  flex-shrink: 0;
}
@media screen and (max-width: 1920px) {
  #sanyu .meeting .meeting_wrapper .txt .btn_icon span {
    width: 30px;
    height: 30px;
  }
}
#sanyu .maintenance .maintenance_wrapper {
  background-color: var(--color-blue);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #sanyu .maintenance .maintenance_wrapper {
    flex-direction: column;
    padding: 40px 20px;
  }
}
#sanyu .maintenance .maintenance_wrapper .title {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #sanyu .maintenance .maintenance_wrapper .title {
    width: 100%;
  }
}
#sanyu .maintenance .maintenance_wrapper p.ja {
  font-size: 75px;
  line-height: 1.2;
}
@media screen and (max-width: 1920px) {
  #sanyu .maintenance .maintenance_wrapper p.ja {
    font-size: clamp(20px, 1.77vw + 13.8px, 58px);
  }
}
@media screen and (max-width: 768px) {
  #sanyu .maintenance .maintenance_wrapper p.ja {
    width: 100%;
  }
}
#sanyu .maintenance .maintenance_wrapper p.en {
  font-size: clamp(14px, 0.93vw + 10.74px, 34px);
}
#sanyu .maintenance .maintenance_wrapper .maintenance_list {
  width: 70%;
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  #sanyu .maintenance .maintenance_wrapper .maintenance_list {
    width: 100%;
    flex-direction: column;
  }
}
#sanyu .maintenance .maintenance_wrapper .maintenance_list li {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #sanyu .maintenance .maintenance_wrapper .maintenance_list li {
    width: 100%;
    margin-top: 40px;
  }
}
#sanyu .maintenance .maintenance_wrapper .maintenance_list li .img {
  width: 100%;
}
#sanyu .maintenance .maintenance_wrapper .maintenance_list li .img img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
#sanyu .maintenance .maintenance_wrapper .maintenance_list li p {
  font-size: clamp(14px, 0.47vw + 12.35px, 24px);
  margin-top: 20px;
  margin-inline: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sanyu .maintenance .maintenance_wrapper .maintenance_list li p {
    margin-top: 10px;
  }
}
#sanyu .maintenance .maintenance_wrapper .maintenance_list li p:nth-of-type(1) {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
#sanyu .maintenance .maintenance_wrapper .maintenance_list li p:nth-of-type(2) {
  font-size: clamp(10px, 0.26vw + 12.7px, 18px);
  margin-top: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #sanyu .maintenance .maintenance_wrapper .maintenance_list li p:nth-of-type(2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #sanyu .virtual .virtual_wrapper {
    margin-top: 60px;
  }
}
#sanyu .virtual .tab_list {
  display: flex;
}
#sanyu .virtual .tab_list li {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: clamp(14px, 0.47vw + 12.35px, 24px);
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
  transition: 0.3s;
}
#sanyu .virtual .tab_list li:hover {
  background-color: var(--color-gray);
}
#sanyu .virtual .tab_list li:last-child {
  border-right: 1px solid #000;
}
#sanyu .virtual .tab_list li a {
  display: block;
  text-align: center;
  padding: 20px 5px;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  #sanyu .virtual .tab_list li a {
    padding: 5px;
    font-size: 1.2rem;
  }
}
#sanyu .virtual .virtual_list img {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#sanyu .deco5_wrapper {
  position: relative;
}
#sanyu .deco5_wrapper::after {
  content: "";
  width: 100%;
  aspect-ratio: 250/283;
  background: url(../image/sanyu/deco4.png) no-repeat center/contain;
  position: absolute;
  top: 12%;
  right: 0;
  z-index: -1;
}
#sanyu .summary .sec_title {
  font-size: clamp(18px, 1.4vw + 15.49px, 40px);
}
#sanyu .summary .def {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #sanyu .summary .def {
    margin-top: 30px;
  }
}
#sanyu .access {
  position: relative;
}
#sanyu .access::after {
  content: "";
  width: 100%;
  aspect-ratio: 625/452;
  background: url(../image/sanyu/deco5.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#single-room .page_header::before {
  content: "";
  background: url(../image/room/txt_office.svg) no-repeat left bottom;
  height: 53%;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  #single-room .page_header::before {
    height: 45%;
  }
}
@media screen and (max-width: 768px) {
  #single-room .page_header::before {
    height: 31%;
  }
}
#single-room .about .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#single-room .equipment .dd_list {
  display: flex;
}
#single-room .equipment .dd_list li:nth-of-type(1) {
  width: 10%;
}
@media screen and (max-width: 768px) {
  #single-room .equipment .dd_list li:nth-of-type(1) {
    width: 24%;
  }
}
#single-room .equipment .dd_list li:nth-of-type(2) {
  margin-left: 10px;
}
#single-room .def dt {
  width: 20%;
  padding: 20px 2%;
  border-top: 1px solid #666666;
  font-weight: normal;
  display: grid;
  align-items: center;
  text-align: justify;
  text-align-last: justify;
}
@media screen and (max-width: 1920px) {
  #single-room .def dt {
    padding: 10px 2%;
  }
}
@media screen and (max-width: 768px) {
  #single-room .def dt {
    width: 30%;
  }
}

#contact .page_header::before {
  content: "";
  background: url(../image/contact/txt_contact.svg) no-repeat left bottom;
  height: 53%;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  #contact .page_header::before {
    height: 45%;
  }
}
@media screen and (max-width: 768px) {
  #contact .page_header::before {
    height: 31%;
  }
}
#contact .contact .title {
  font-size: clamp(16px, 1.116vw + 12.09px, 40px);
}
#contact .contact .contact-form .contact-hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
#contact .contact .contact-form .form-group {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact-form .form-group {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
#contact .contact .contact-form .form-group label {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: clamp(14px, 0.744vw + 11.4px, 30px);
}
@media screen and (max-width: 768px) {
  #contact .contact .contact-form .form-group label {
    margin-bottom: 6px;
  }
}
#contact .contact .contact-form .form-group label.has-selected span {
  color: #000;
}
#contact .contact .contact-form .form-group label span {
  color: #ff0000;
  margin-left: 6px;
  font-size: clamp(14px, 0.744vw + 11.4px, 30px);
}
#contact .contact .contact-form .form-group label span.arrow {
  color: #000;
}
#contact .contact .contact-form .form-group label.gray {
  align-self: flex-start;
  padding: 18px;
  background-color: #e6e6e6;
  margin-bottom: 20px;
}
#contact .contact .contact-form .form-group input {
  border: 1px solid #000;
  padding: 18px;
  font-size: clamp(14px, 0.744vw + 11.4px, 30px);
}
@media screen and (max-width: 768px) {
  #contact .contact .contact-form .form-group input {
    padding: 10px;
  }
}
#contact .contact .contact-form .form-group .custom-select__trigger {
  cursor: pointer;
  user-select: none;
}
#contact .contact .contact-form .form-group .custom-select__trigger .arrow {
  transition: transform 0.3s;
  display: inline-block;
}
#contact .contact .contact-form .form-group .custom-select__trigger.is-open .arrow {
  transform: rotate(180deg);
}
#contact .contact .contact-form .form-group .custom-select__options {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #000;
}
#contact .contact .contact-form .form-group .custom-select__options.is-open {
  display: block;
}
#contact .contact .contact-form .form-group .custom-select__option {
  padding: 18px;
  font-size: clamp(14px, 0.744vw + 11.4px, 30px);
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
#contact .contact .contact-form .form-group .custom-select__option:hover, #contact .contact .contact-form .form-group .custom-select__option.is-selected {
  background-color: var(--color-blue);
  color: #fff;
}
#contact .contact .contact-form .form-group .custom-select__option + #contact .contact .contact-form .form-group .custom-select__option {
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact-form .form-group .custom-select__option {
    padding: 10px;
  }
}
#contact .contact .contact-form .form-group textarea {
  width: 100%;
  min-height: 250px;
  margin-top: 16px;
  border: 1px solid #000;
  padding: 18px;
  font-size: clamp(14px, 0.744vw + 11.4px, 30px);
}
#contact .contact .contact-form .form-group button {
  width: 180px;
  margin: 60px auto 80px auto;
  padding: 18px 40px;
  background-color: var(--color-blue);
  border: 1px solid var(--color-blue);
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 0.744vw + 11.4px, 30px);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact-form .form-group button {
    width: 100%;
    margin: 20px auto 60px auto;
  }
}
#contact .contact .contact-form .form-group button:hover {
  color: var(--color-blue);
  background-color: #fff;
  border: 1px solid var(--color-blue);
}
#contact .hidden {
  display: none !important;
}

#contact-confirm .page_header::before {
  content: "Contact us";
}
#contact-confirm .contact .title {
  font-size: clamp(16px, 1.116vw + 12.09px, 40px);
}
#contact-confirm .contact p {
  font-size: clamp(14px, 0.744vw + 11.4px, 30px);
}
#contact-confirm .contact .confirm_box {
  border: 1px solid #000;
  padding: 80px 10%;
}
@media screen and (max-width: 768px) {
  #contact-confirm .contact .confirm_box {
    padding: 40px 8%;
  }
}
#contact-confirm .contact .confirm_box .confirm-group dt {
  margin-bottom: 6px;
  font-size: clamp(14px, 0.744vw + 11.4px, 30px);
}
#contact-confirm .contact .confirm_box .confirm-group dt span {
  margin-left: 6px;
  color: #ff0000;
}
#contact-confirm .contact .confirm_box .confirm-group dd {
  font-size: clamp(14px, 0.744vw + 11.4px, 30px);
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #contact-confirm .contact .confirm_box .confirm-group dd {
    margin-bottom: 40px;
  }
}
#contact-confirm .contact .confirm_box .confirm-group dd:last-child {
  margin-bottom: 0;
}
#contact-confirm .contact .btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 80px 0 80px 0;
}
@media screen and (max-width: 768px) {
  #contact-confirm .contact .btn-group {
    margin: 40px 0 40px 0;
    justify-content: center;
    gap: 10px;
  }
}
#contact-confirm .contact .btn-group .btn_back {
  justify-self: flex-start;
  padding: 18px 40px;
  background-color: #b3b3b3;
  border: 1px solid #b3b3b3;
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 0.744vw + 11.4px, 30px);
  transition: 0.3s;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #contact-confirm .contact .btn-group .btn_back {
    width: 150px;
  }
}
#contact-confirm .contact .btn-group .btn_back:hover {
  color: #b3b3b3;
  background-color: #fff;
  border: 1px solid #b3b3b3;
}
#contact-confirm .contact .btn-group .btn_submit {
  margin-left: auto;
  margin-right: auto;
  padding: 18px 40px;
  background-color: var(--color-blue);
  border: 1px solid var(--color-blue);
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 0.744vw + 11.4px, 30px);
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  #contact-confirm .contact .btn-group .btn_submit {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #contact-confirm .contact .btn-group .btn_submit {
    width: 150px;
  }
}
#contact-confirm .contact .btn-group .btn_submit:hover {
  color: var(--color-blue);
  background-color: #fff;
  border: 1px solid var(--color-blue);
}
#contact-confirm .contact .btn-group::after {
  content: "";
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #contact-confirm .contact .btn-group::after {
    display: none;
  }
}

#contact-thanks .page_header::before {
  content: "Contact us";
}
#contact-thanks .contact .title {
  font-size: clamp(16px, 1.116vw + 12.09px, 40px);
}
#contact-thanks .contact .thanks-message {
  font-size: clamp(14px, 0.744vw + 11.4px, 30px);
  line-height: 2;
}
#contact-thanks .contact .thanks-message p + p {
  margin-top: 0.5em;
}
#contact-thanks .contact .thanks-action {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #contact-thanks .contact .thanks-action {
    margin-bottom: 60px;
  }
}
#contact-thanks .contact .thanks-action .btn {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 18px 40px;
  background-color: var(--color-blue);
  border: 1px solid var(--color-blue);
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 0.744vw + 11.4px, 30px);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #contact-thanks .contact .thanks-action .btn {
    width: 100%;
  }
}
#contact-thanks .contact .thanks-action .btn:hover {
  color: var(--color-blue);
  background-color: #fff;
  border: 1px solid var(--color-blue);
}/*# sourceMappingURL=style.css.map */