@charset "UTF-8";
/*! 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;
}

/* Scss Document */
/* Scss Document */
/*//////////////////////////////////////////////////
*
*	要素毎の基本状態
*
//////////////////////////////////////////////////*/
html {
  font-size: min(12px, 2.56vw);
  font-feature-settings: "palt";
  background: url("/mansion/terrace/assets/images/home/bg_sp.jpg") no-repeat top center/cover;
  background: url("/mansion/terrace/assets/images/home/bg_sp.webp") no-repeat top center/cover;
}

@media screen and (min-width: 768px) {
  html {
    font-size: min(10px, 0.73vw);
    background: url("/mansion/terrace/assets/images/home/bg_pc.jpg") no-repeat top center/cover;
    background: url("/mansion/terrace/assets/images/home/bg_pc.webp") no-repeat top center/cover;
  }
}
body {
  position: relative;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  color: #3e3a39;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
  word-wrap: break-word;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
}

ruby rt {
  font-size: 0.4em;
  transform: translateX(1em);
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.sp,
.sp-tab {
  display: revert;
}

.tab,
.tab-pc,
.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .tab,
  .tab-pc {
    display: revert;
  }
}
@media screen and (min-width: 768px) {
  .sp-tab,
  .tab {
    display: none;
  }
  .pc {
    display: revert;
  }
}
a, button {
  text-decoration: none;
  transition: 0.4s;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}
img {
  width: 100%;
  vertical-align: bottom;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

/*
.inner{
	@include w_box();
}
.s-inner{
	@include w_box(960px);
	@include pc_size() { 
		@include padding(1180,0,20,0,20);
	}
	@media screen and (min-width:1001px)  { 
		padding: 0;
	}
}
.l-inner{
	@include w_box(1480px);
	@include pc_size() { 
		@include padding(1180,0,20,0,20);
	}
	@media screen and (min-width: 1521px){
		padding: 0;
	}
}
*/
.fit {
  object-fit: cover;
}

p {
  font-size: 1.4rem;
}

.cap {
  font-size: 1rem;
  position: absolute;
  left: 0;
  bottom: 0.4em;
  width: 100%;
  padding-left: 1em;
  text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 1.6rem;
  }
}
/*
//テキスト反転
::selection {
    background:#b2b18f;
    color: #fff;
}
*/
.page__ttl {
  position: relative;
  z-index: 1;
}
.page__ttl:after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  background: #855B1C;
}
.page__ttl .page__ttl-bk {
  height: 20rem;
}
.page__ttl .page__ttl-bk img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page__ttl .page__ttl-body {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.page__ttl .page__ttl-body p {
  font-size: 1.4rem;
  color: #855B1C;
}

@media screen and (min-width: 768px) {
  .page__ttl .page__ttl-bk {
    height: 30rem;
    max-height: 300px;
  }
  .page__ttl .page__ttl-body p {
    font-size: 2.1rem;
  }
}
.page__wrapper {
  padding-top: 6rem;
}

.section__ttl {
  position: relative;
  z-index: 1;
  text-align: center;
}
.section__ttl img {
  transform: translateY(-60%);
}

.section__body .lead {
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  text-align: center;
  color: #855B1C;
}
.section__body .body {
  font-size: 1.2rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .page__wrapper {
    padding-top: 10rem;
  }
  .section__body .lead {
    margin-bottom: 5.6rem;
    font-size: 3.4rem;
  }
  .section__body .body {
    font-size: 1.5rem;
  }
}
.base__outer {
  width: 92%;
  max-width: 1300px;
  margin: 0 auto min(160px, 13.2%);
  padding: 2.2rem;
  background: #fff;
}

.base__inner {
  margin: 0 auto;
}
.base__inner-s {
  margin: 0 auto;
}
.base__inner-l {
  width: 92%;
  max-width: 1300px;
}

.base__top {
  margin-top: min(160px, 13.2%);
}
.base__top-l {
  margin-top: min(160px, 13.2%);
}

.base__bottom {
  margin-bottom: min(160px, 13.2%);
}
.base__bottom-l {
  margin-bottom: min(160px, 13.2%);
}

@media screen and (min-width: 768px) {
  .base__outer {
    width: 96%;
    padding: 5rem;
  }
  .base__inner {
    width: 92.31%;
    max-width: 1200px;
    padding: 0;
  }
  .base__inner-s {
    width: 76.92%;
    max-width: 1000px;
    padding: 0;
  }
  .base__top {
    margin-top: 5rem;
  }
  .base__top-l {
    margin-top: 10rem;
  }
  .base__bottom {
    margin-bottom: 5rem;
  }
  .base__bottom-l {
    margin-bottom: 10rem;
  }
}
.mb-box {
  margin: 0% 0% 13.33% 0%;
}

.attent {
  display: block;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.5;
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 768px) {
  .mb-box {
    margin-bottom: 100px;
  }
}
/*------------------------------
		1021px以上
------------------------------*/
@media screen and (min-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*------------------------------
		1221px以上
------------------------------*/
.lead__base {
  margin-bottom: min(16px, 4.2vw);
  text-align: center;
  color: #02598b;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .lead__base {
    font-size: 2.8rem;
  }
}
.breadcrumb {
  white-space: nowrap;
  overflow-x: auto;
  width: 100vw;
  max-width: 1300px;
  margin: 0 auto;
}
.breadcrumb .breadcrumb__list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: baseline;
  margin: 0.8rem 0 0;
  padding-left: 4%;
}
.breadcrumb .breadcrumb__list .item {
  font-size: 1.1rem;
}
.breadcrumb .breadcrumb__list .item + .item:before {
  content: "\e909";
  margin: 0 0.8rem;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8em;
}
.breadcrumb .breadcrumb__list .item a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    width: 96%;
  }
  .breadcrumb .breadcrumb__list {
    margin: 0.8rem 0 0;
    padding-left: 0;
  }
  .breadcrumb .breadcrumb__list .item {
    font-size: 12px;
  }
}
/*//////////////////////////////////////////////////
*
*	header設定用ファイル
*
*	2023/10/23 新レギュレーション適用
*
//////////////////////////////////////////////////*/
.global__header {
  font-family: "Noto Serif JP", serif;
}
.global__header .global__header-top {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
}
.global__header .global__header-top .global__header-outer {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}
.global__header .global__header-top .global__header-outer .global__header-logo img {
  width: 7.4rem;
}
.global__header .global__header-top .global__header-outer .global__header-logo img path {
  fill: #231815;
}
.global__header .global__header-top .global__header-outer .global__header-btn a {
  display: none;
}
.global__header .global__header-sp .global__navi {
  display: grid;
  grid-template-columns: repeat(5, 20%);
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 0.51% 0 5.64%;
  border-radius: 10px 10px 0 0;
  background: #fff;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.15));
}
.global__header .global__header-sp .global__navi .global__navi-item {
  display: block;
  text-align: center;
  line-height: 1;
}
.global__header .global__header-sp .global__navi .global__navi-item.on i:after {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  right: 0;
  width: 6px;
  padding-top: 6px;
  border-radius: 50%;
  background: #C44E73;
}
.global__header .global__header-sp .global__navi .global__navi-item i {
  position: relative;
  color: #333;
  font-size: 3rem;
}
.global__header .global__header-sp .global__navi .global__navi-item small {
  color: #777;
  font-size: 0.9rem;
}
.global__header .global__header-sp .global__navi .global__navi-item.menu_tgl {
  width: 66.67%;
  margin: 0 auto;
  padding-bottom: 0;
  margin-top: -20%;
}
.global__header .global__header-sp .global__navi .global__navi-item.menu_tgl img {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.15));
}
.global__header .global__header-sp .sub__navi {
  display: flex;
  flex-flow: column-reverse nowrap;
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: rgba(51, 51, 51, 0.6);
  transform: translateY(0);
  transition: transform 0.2s;
}
.global__header .global__header-sp .sub__navi.open {
  transform: translateY(-100%);
}
.global__header .global__header-sp .sub__navi .sub__navi-outer {
  position: relative;
  padding: 2.8rem 2rem 2rem;
  border-radius: 10px 10px 0 0;
  background: #fff;
}
.global__header .global__header-sp .sub__navi .sub__navi-outer .sub__navi-close {
  position: absolute;
  top: -12px;
  left: 50%;
  width: 15.38%;
  height: 2px;
  background: #fff;
  border-radius: 50vw;
  opacity: 0.6;
  transform: translateX(-50%);
}
.global__header .global__header-sp .sub__navi .sub__navi-outer .sub__navi-item {
  display: block;
  height: 5.4rem;
  line-height: 5.4rem;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  background: #2A3C4E;
  border-radius: 8px;
}
.global__header .global__header-sp .sub__navi .sub__navi-outer .sub__navi-item + .sub__navi-item {
  margin-top: 1.6%;
}
.global__header .global__header-sp .sub__navi .sub__navi-outer .contact__info .ttl {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.global__header .global__header-sp .sub__navi .sub__navi-outer .contact__info .sub__navi-item {
  font-size: 1.8rem;
}
.global__header .global__header-sp .sub__navi .sub__navi-outer .contact__info .sub__navi-item i {
  margin: 0 0.8rem;
}
.global__header .global__header-sp .sub__navi .sub__navi-outer .contact__info .info {
  margin-top: 1rem;
  font-size: 1.1rem;
}

.global__menu {
  position: fixed;
  z-index: 1000;
  top: 100%;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: scroll;
  background: #F4F4F4;
  transition: all 0.2s;
}
.global__menu.open {
  transform: translateY(-100%);
}
.global__menu .global__menu-outer {
  padding: 2rem;
}
.global__menu .global__menu-head {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14.87vw;
}
.global__menu .global__menu-head .global__menu-logo {
  width: auto;
}
.global__menu .global__menu-head .global__menu-logo img {
  width: 7.4rem;
}
.global__menu .global__menu-head .global__menu-logo img path {
  fill: #231815;
}
.global__menu .global__menu-head .global__menu-close a {
  display: block;
  width: 7.6vw;
  height: 7.6vw;
  line-height: 7.6vw;
  font-size: 1.2rem;
  text-align: center;
  background: #fff;
  border-radius: 50%;
}
.global__menu .global__menu-body .global__menu-inner-body {
  display: contents;
}
.global__menu .global__menu-body .global__menu-item {
  border-bottom: 1px solid #aaa;
}
.global__menu .global__menu-body .global__menu-item .parent {
  display: block;
  position: relative;
  padding: 1.5rem;
}
.global__menu .global__menu-body .global__menu-item p {
  line-height: 1;
  font-size: 1.6rem;
}
.global__menu .global__menu-body .global__menu-item p .en {
  font-size: 0.625em;
  color: #777;
}
.global__menu .global__menu-body .global__menu-item p i {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 0.625em;
  transform-origin: top center;
  transform: translateY(-50%);
  transition: transform 0.2s;
}
.global__menu .global__menu-body .global__menu-item .en {
  font-family: "EB Garamond", serif;
}
.global__menu .global__menu-body .global__menu-item .on p i {
  transform: rotate(180deg) translateY(-50%);
}
.global__menu .global__menu-body .global__menu-list {
  display: none;
  margin-bottom: 2.4rem;
  padding-left: 4.6rem;
}
.global__menu .global__menu-body .global__menu-list .link {
  display: flex;
  flex-flow: row wrap;
  height: 4rem;
  line-height: 4rem;
  padding: 0 1.2rem;
  background: #fff;
}
.global__menu .global__menu-body .global__menu-list .link + .link {
  margin-top: 0.4rem;
}
.global__menu .global__menu-body .global__menu-list .link .jp {
  flex: 0 0 60%;
  font-size: 1.3rem;
}
.global__menu .global__menu-body .global__menu-list .link .en {
  flex: 0 0 40%;
  font-size: 1rem;
  color: #777;
}
.global__menu .global__menu-body .global__menu-list .link.no-link {
  opacity: 0.5;
  pointer-events: none;
}
.global__menu .global__menu-body .global__menu-item .parent.new .name:after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  padding-top: 0.6rem;
  border-radius: 50%;
  background: #C44E73;
  transform: translate(100%, -100%);
}
.global__menu .global__menu-body .global__menu-list .link.new .jp {
  display: flex;
  align-items: center;
  column-gap: 0.4em;
}
.global__menu .global__menu-body .global__menu-list .link.new .jp:after {
  content: "NEW";
  font-family: "EB Garamond", serif;
  line-height: 1;
  font-size: 0.7em;
  color: #C44E73;
}
.global__menu .global__menu-body .global__menu-other {
  margin-top: 0.8rem;
}
.global__menu .global__menu-body .global__menu-other:nth-last-child(2) {
  margin-top: 1.6rem;
}
.global__menu .global__menu-body .global__menu-other .link {
  display: block;
  height: 4rem;
  margin-top: 0.8rem;
  line-height: 4rem;
  font-size: 1.3rem;
  text-align: center;
  border: 1px solid #aaa;
}
.global__menu .global__menu-body .global__menu-other .request {
  border: none;
  color: #fff;
  background: #855B1C;
}
.global__menu .global__menu-body .global__menu-other .reserve {
  border: none;
  color: #fff;
  background: #2a3c4e;
}

.cv__fixd {
  display: none;
  position: fixed;
  z-index: 10;
  right: 18px;
  bottom: 18px;
}
.cv__fixd .cv__fixd-btn {
  display: block;
  width: 230px;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: rgba(42, 60, 78, 0.8);
  border-radius: 50vw;
}
.cv__fixd .cv__fixd-btn:hover {
  opacity: 1;
  filter: brightness(1.2);
}

@media screen and (min-width: 768px) {
  .global__header .global__header-sp {
    display: none;
  }
  .global__header .global__header-top .global__header-outer {
    display: contents;
    padding: 30px;
  }
  .global__header .global__header-top .global__header-outer .global__header-logo {
    position: fixed;
    z-index: 99;
    top: 30px;
    left: 30px;
  }
  .global__header .global__header-top .global__header-outer .global__header-logo img {
    width: 120px;
    height: auto;
  }
  .global__header .global__header-top .global__header-outer .global__header-logo img path {
    fill: #231815;
  }
  .global__header .global__header-top .global__header-outer .global__header-btn {
    position: fixed;
    z-index: 99;
    top: 30px;
    right: 30px;
  }
  .global__header .global__header-top .global__header-outer .global__header-btn a {
    display: block;
  }
  .global__header .global__menu {
    z-index: -1;
    top: 0;
    transform: translateY(0);
    opacity: 0;
  }
  .global__header .global__menu.open {
    opacity: 1;
    z-index: 1000;
  }
  .global__header .global__menu .global__menu-outer {
    margin: 0 auto;
    padding: 30px;
  }
  .global__header .global__menu .global__menu-head {
    display: grid;
    margin-bottom: min(56px, 4.02vw);
  }
  .global__header .global__menu .global__menu-head .global__menu-logo img {
    width: 120px;
    height: auto;
  }
  .global__header .global__menu .global__menu-head .global__menu-close a {
    width: 52px;
    height: 52px;
    line-height: 52px;
  }
  .global__header .global__menu .global__menu-body {
    display: grid;
    justify-content: space-between;
    align-items: flex-start;
    grid-template-columns: 68% 28%;
    width: min(1146px, 88%);
    margin: 0 auto;
  }
  .global__header .global__menu .global__menu-body .global__menu-inner-body {
    display: grid;
    justify-content: space-between;
    align-items: flex-start;
    grid-template-columns: 48% 48%;
  }
  .global__header .global__menu .global__menu-body .top {
    grid-column: 1/3;
  }
  .global__header .global__menu .global__menu-body .global__menu-item {
    margin-bottom: 34px;
    border-bottom: none;
  }
  .global__header .global__menu .global__menu-body .global__menu-item .parent {
    display: revert;
    position: relative;
    padding: 0;
  }
  .global__header .global__menu .global__menu-body .global__menu-item .parent p {
    margin-bottom: 15px;
  }
  .global__header .global__menu .global__menu-body .global__menu-item .list_tgl {
    display: contents;
    pointer-events: none;
  }
  .global__header .global__menu .global__menu-body .global__menu-item i {
    display: none;
  }
  .global__header .global__menu .global__menu-body .global__menu-list {
    display: revert !important;
  }
  .global__header .global__menu .global__menu-body .global__menu-list .link {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
  }
  .global__header .global__menu .global__menu-body .global__menu-list .link + .link {
    margin-top: 4px;
  }
  .global__header .global__menu .global__menu-body .global__menu-other {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    padding: 0;
  }
  .global__header .global__menu .global__menu-body .global__menu-other .link {
    margin-top: 0;
    flex: 0 0 calc((100% - 10px) / 2);
    height: 40px;
    line-height: 40px;
  }
  .global__header .global__menu .global__menu-body .global__menu-other .wide {
    flex: 0 0 100%;
    width: 100%;
  }
  .global__header .global__menu .global__menu-body .global__menu-other .request,
  .global__header .global__menu .global__menu-body .global__menu-other .reserve {
    flex: 0 0 100%;
    width: 100%;
  }
  .global__header .global__menu .global__menu-body .global__menu-other + .global__menu-other {
    margin-top: 1.2rem;
  }
  .global__header .global__menu .global__menu-body .global__menu-other:nth-last-child(2) {
    margin-top: 2.4rem;
  }
  .cv__fixd {
    display: revert;
  }
}
.orientation__info {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.8);
}
.orientation__info .orientation__info-outer {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.orientation__info .orientation__info-outer .icon {
  margin-bottom: 5.1vw;
}
.orientation__info .orientation__info-outer .icon img {
  width: 15vw;
}
.orientation__info .orientation__info-outer .text {
  text-align: center;
  color: #fff;
  font-size: 2.24vw;
}

.ua_sp.landscape {
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
.ua_sp.landscape .orientation__info {
  display: block;
}

/*//////////////////////////////////////////////////

	フッター設定

//////////////////////////////////////////////////*/
.page__attentions.base__inner {
  padding: 0 4vw;
}
.page__attentions p {
  font-size: 1rem;
}

.global__footer {
  padding-bottom: 8rem;
  color: #fff;
  background: #333;
}
.global__footer .gotop {
  margin-bottom: 5.2rem;
}
.global__footer .gotop a {
  display: block;
  height: 3.8rem;
  line-height: 3.8rem;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  background: #6B6B6B;
}
.global__footer .gotop i {
  margin: 0 0.4rem;
}
.global__footer .gotop i img {
  width: auto;
  height: 1.2rem;
  vertical-align: baseline;
}
.global__footer .base__outer {
  padding: 0;
  background: transparent;
  margin-bottom: 0;
}
.global__footer .global__footer-info {
  margin-bottom: 2.6rem;
  text-align: center;
}
.global__footer .global__footer-info .ttl {
  margin-bottom: 1.6rem;
  font-size: 1rem;
  line-height: 2;
}
.global__footer .global__footer-info .ttl ._l {
  font-size: 1.3em;
}
.global__footer .global__footer-info .telnum {
  display: block;
  margin-bottom: 1.8rem;
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  color: #3e3a39;
  background: #fff;
}
.global__footer .global__footer-info .telnum i {
  display: inline-block;
  margin: 0 0.4rem;
  font-size: 2.6rem;
  transform: translateY(15%);
}
.global__footer .global__footer-info .info {
  font-size: 1rem;
}
.global__footer .global__footer-info .info .footer__attent-mark {
  color: #ff6666;
  font-size: 115%;
  font-weight: bold;
}
.global__footer .global__footer-logo {
  width: 24rem;
  margin: 0 auto 2.6rem;
}
.global__footer .global__footer-links {
  text-align: center;
  font-size: 1.1rem;
  border-top: 1px solid #666;
}
.global__footer .global__footer-links li {
  height: 4.8rem;
  line-height: 4.8rem;
  border-bottom: 1px solid #666;
}

@media screen and (min-width: 768px) {
  .page__attentions.base__inner {
    padding: 0;
  }
  .global__footer {
    padding-bottom: 0;
  }
  .global__footer .gotop {
    margin-bottom: 5.2rem;
  }
  .global__footer .gotop a {
    height: 4.2rem;
    line-height: 4.2rem;
  }
  .global__footer .gotop i {
    margin: 0 4px;
  }
  .global__footer .gotop i img {
    width: auto;
    height: 1.2rem;
    vertical-align: baseline;
  }
  .global__footer .base__outer {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
  }
  .global__footer .global__footer-info {
    margin-bottom: 0;
    text-align: left;
  }
  .global__footer .global__footer-info .ttl {
    margin-bottom: 2.4rem;
    font-size: 1.2rem;
  }
  .global__footer .global__footer-info .telnum {
    width: 48rem;
    margin-bottom: 2.4rem;
    font-size: 3.2rem;
    text-align: center;
  }
  .global__footer .global__footer-info .telnum i {
    font-size: 3.6rem;
  }
  .global__footer .global__footer-info .info {
    font-size: 1.1rem;
  }
  .global__footer .global__footer-logo {
    margin: 0;
  }
  .global__footer .global__footer-links {
    margin-top: 6rem;
    font-size: 1.2rem;
  }
  .global__footer .global__footer-links ul {
    grid-template-columns: repeat(5, 1fr);
  }
  .global__footer .global__footer-links li {
    border-bottom: none;
  }
}
/*//////////////////////////////////////////////////
*
*	ボタンなどの部品単位の設定
*
//////////////////////////////////////////////////*/
.conversion {
  position: relative;
  padding: 2.4rem 0;
  text-align: center;
  border-top: 1px solid #855B1C;
  border-bottom: 1px solid #855B1C;
  background: url("/mansion/terrace/assets/images/common/bg_conversion.jpg") no-repeat center/cover;
}
.conversion:before, .conversion:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #855B1C;
}
.conversion:before {
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.conversion:after {
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.conversion .conversion__cont {
  padding: 0 2.5rem;
}
.conversion .conversion__ttl {
  line-height: 1.6;
  margin-bottom: 2rem;
  font-size: 2rem;
}
.conversion .conversion__ttl .label {
  display: inline-block;
  height: 1.8em;
  padding: 0 1.2em;
  line-height: 1.8em;
  font-size: 0.7em;
  color: #855B1C;
  background: #fff;
  border: 1px solid #855B1C;
}
.conversion .button {
  color: #fff;
  background: #6385CC;
}
.conversion .button .b-right {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .conversion {
    padding: 5rem 0;
  }
  .conversion .conversion__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1.2rem;
    margin-bottom: 3rem;
    font-size: 3.4rem;
  }
  .conversion .conversion__ttl br {
    display: none;
  }
  .conversion .conversion__ttl .label {
    height: 2em;
    padding: 0 1.2em;
    line-height: 2em;
    font-size: 0.5em;
  }
  .conversion .btn__wrap .button {
    width: 100%;
    max-width: 600px;
    height: 10rem;
    line-height: 10rem;
    font-size: 2.4rem;
  }
}
.button {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  font-size: 1.5rem;
  color: #855B1C;
  background: #E6EBF5;
  transition: all 0.3s;
}
.button .b-right {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 2.6rem;
  height: 1px;
  background: #855B1C;
  transition: all 0.3s;
}
.button .b-left {
  display: block;
  position: absolute;
  top: 50%;
  left: 1.6rem;
  width: 2.6rem;
  height: 1px;
  background: #855B1C;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .button {
    max-width: 300px;
    height: 7rem;
    line-height: 7rem;
    font-size: 1.5rem;
  }
  .button:hover {
    filter: brightness(1.04);
    opacity: 1;
  }
  .button:hover .b-right {
    transform: translateX(100%);
  }
  .button:hover .b-left {
    transform: translateX(-100%);
  }
}
.switch__tab {
  display: grid;
  grid-column-gap: 1px;
  margin-bottom: 2.2rem;
  background: #E3E3E3;
  transition: all 0.3s;
}
.switch__tab .switch__tab-item {
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #855B1C;
  font-size: 1.4rem;
  background: #F4F4F4;
  cursor: pointer;
}
.switch__tab .switch__tab-item.active {
  color: #fff;
  background: #855B1C;
}

@media screen and (min-width: 768px) {
  .switch__tab {
    margin-bottom: 8rem;
  }
  .switch__tab .switch__tab-item {
    height: 6rem;
    line-height: 6rem;
    font-size: 2rem;
  }
}
/*# sourceMappingURL=common.css.map */
