@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* { box-sizing: border-box; }

::before, ::after { box-sizing: inherit; }

/* 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; line-height: 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: 0; border-top: 1px solid; 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] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ 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; }

/* Embedded content */
/* ============================================ */
/** Remove the border on images inside links in IE 10. */
img { border-style: none; vertical-align: bottom; }

embed, object, iframe { border: 0; vertical-align: bottom; }

/* Forms */
/* ============================================ */
/** Reset form fields to make them styleable */
button, input, optgroup, select, textarea { -webkit-appearance: none; appearance: none; vertical-align: middle; color: inherit; font: inherit; border: 0; background: transparent; padding: 0; margin: 0; outline: 0; border-radius: 0; text-align: inherit; }

/** Reset radio and checkbox appearance to preserve their look in iOS. */
[type="checkbox"] { -webkit-appearance: checkbox; appearance: checkbox; }

[type="radio"] { -webkit-appearance: radio; appearance: radio; }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] { cursor: pointer; -webkit-appearance: none; appearance: none; }

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

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Remove arrow in IE10 & IE11 */
select::-ms-expand { display: none; }

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

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

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** 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; }

/** 1. 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. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/** 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] { outline: none; }

/* Table */
/* ============================================ */
table { border-collapse: collapse; border-spacing: 0; }

caption { text-align: left; }

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

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

/* Misc */
/* ============================================ */
/** Add the correct display in IE 10+. */
template { display: none; }

/** Add the correct display in IE 10. */
[hidden] { display: none; }

.header { background-color: rgba(0, 0, 0, 0); transition: background 0.3s ease 0s; }
.header.bgActive { background-color: black; }

.bg-white { position: relative; background-color: #fff; }

.contentsArea { padding-bottom: 0; }

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

spfooterinformation

******************************************************/
#spFooterNav { opacity: 0; pointer-events: none; transition: 0.3s linear 0s opacity; }
#spFooterNav ul li a { pointer-events: none; }
#spFooterNav.active { opacity: 1; pointer-events: auto; }
#spFooterNav.active ul li a { pointer-events: auto; }

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

main

******************************************************/
.header-space { height: 1px; }

#main { z-index: 0; }

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

common

******************************************************/
.contentsArea > section { padding: 4rem 0; }
.contentsArea > section .text { font-size: 0.875rem; line-height: 2; }

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

overview

******************************************************/
#overview .midashi-M + .lead { margin-top: 2rem; }

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

inner-hallway

******************************************************/
#inner-hallway .midashi-S { width: fit-content; color: #0075aa; border-bottom: 1px solid #000; margin-inline: auto; padding: 0 4rem 1rem; }
#inner-hallway .text { margin-top: 1rem; }
#inner-hallway .img { max-width: 1180px; /*margin-top: 3rem;*/ margin: 3rem auto 0; }

@media screen and (max-width: 599px) { #inner-hallway { padding-top: 0; }
  #inner-hallway .midashi-S { width: 100%; padding: 0 0 1rem; } }
/******************************************************

balcony

******************************************************/
#balcony .midashi-S { width: fit-content; color: #0075aa; border-bottom: 1px solid #000; margin-inline: auto; padding: 0 3rem 1rem; }
#balcony .text { margin-top: 1rem; }
#balcony .img { margin-top: 3rem; max-width: 800px; margin-inline: auto; }

@media screen and (max-width: 599px) { #balcony { padding-top: 0; }
  #balcony .midashi-S { width: 100%; padding: 0 0 1rem; } }
/******************************************************

storage

******************************************************/
#storage .midashi-S { width: fit-content; color: #0075aa; border-bottom: 1px solid #000; margin-inline: auto; padding: 0 4rem 1rem; }
#storage .midashi-S + .text { margin-top: 1rem; }
#storage .detail-list { margin-top: 3rem; display: flex; flex-direction: column; gap: 4rem; }
#storage .detail-list + .note { margin-top: 3rem; }
#storage .detail { display: grid; grid-template-rows: repeat(2, max-content) 1fr; column-gap: 3.75rem; }
#storage .detail .title { font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif; font-weight: 400; -webkit-font-smoothing: antialiased; font-weight: bold; font-feature-settings: "palt"; background-color: #69adbf; color: #fff; font-size: 1.25rem; text-align: center; padding: 0.5rem; position: relative; }
#storage .detail .title .name { font-size: 130%; }
#storage .detail .title::before, #storage .detail .title::after { position: absolute; opacity: 0.1; background-color: #ffffff; content: ''; width: 4rem; height: 100%; display: block; top: 50%; translate: 0 -50%; }
#storage .detail .title::before { left: 0; clip-path: polygon(0 0, 0% 100%, 100% 50%); }
#storage .detail .title::after { right: 0; clip-path: polygon(100% 0, 0 50%, 100% 100%); }
#storage .detail .text { margin-top: 1.5rem; }
#storage .detail .figure { max-width: 298px; margin-inline: auto; margin-top: 2rem; }
#storage .detail .illust { grid-row: span 3; }
#storage .detail01 { grid-template-columns: 0.88fr 1fr; }
#storage .detail01 .title { order: 1; }
#storage .detail01 .text { order: 3; }
#storage .detail01 .figure { order: 4; }
#storage .detail01 .illust { order: 2; }
#storage .detail02 { grid-template-columns: 1fr 0.88fr; }
#storage .detail02 .title { order: 2; }
#storage .detail02 .text { order: 3; }
#storage .detail02 .figure { order: 4; }
#storage .detail02 .illust { order: 1; }
#storage .detail03 { grid-template-columns: 0.9fr 1fr; column-gap: 2.5rem; }
#storage .detail03 .title { order: 1; }
#storage .detail03 .text { order: 3; }
#storage .detail03 .figure { order: 4; max-width: 436px; }
#storage .detail03 .illust { order: 2; }

@media screen and (max-width: 1024px) { #storage .detail { column-gap: 2rem; }
  #storage .detail03 { column-gap: 2rem; } }
@media screen and (max-width: 599px) { #storage { padding-top: 0; }
  #storage .midashi-S { width: 100%; padding: 0 0 1rem; }
  #storage .detail { grid-template-columns: 1fr !important; }
  #storage .detail02 .title { order: 1; }
  #storage .detail02 .illust { order: 2; } }
/******************************************************

nankai

******************************************************/
#nankai { background-color: #e6efe9; }
#nankai .logo { max-width: 320px; width: 80%; margin-inline: auto; }
#nankai .logo img { width: 100%; height: auto; }
#nankai .midashi-S { margin-top: 2rem; }
#nankai .detail { display: grid; /*grid-template-columns: 1fr 0.66fr;*/ grid-template-columns: 1fr 0.66667fr; grid-template-rows: repeat(2, auto) 1fr; column-gap: 5rem; margin-top: 4rem; }
#nankai .detail .imgbox { grid-row: span 3; display: flex; gap: 1rem 5%; }
#nankai .detail .img { width: 47.5%; }
#nankai .detail .img .note { padding-top: 0.2rem; }
#nankai .detail .lead { margin-top: 1rem; }
#nankai .nankai_list { background: #fff; padding: 40px 30px 20px; margin-top: 4rem; }
#nankai .nankai_list .copy1 { text-align: center; font-size: 2.0rem; border-bottom: 1px solid #000; padding-bottom: 1rem; margin-bottom: 1rem; }
#nankai .nankai_list .copy2 { text-align: center; font-size: 1.2rem; line-height: 1.8; }
#nankai .nankai_list .copy3 { text-align: left; font-size: 0.7rem; }
#nankai .nankai_list .copy4 { text-align: left; font-size: 1.0rem; line-height: 1.8; }
#nankai .nankai_list .list1 { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; margin-top: 2rem; font-feature-settings: "palt"; letter-spacing: 0.05em; }
#nankai .nankai_list .list1 li { width: 15%; }
#nankai .nankai_list .list1 li h6 { margin-bottom: 0.5rem; font-size: 0.8rem; }
#nankai .nankai_list .list1 li .img .note { text-shadow: 0px 0px 3px #000000,0px 0px 3px #000000; }
#nankai .nankai_list .list1 li:nth-of-type(2) { width: 31%; display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; }
#nankai .nankai_list .list1 li:nth-of-type(2) h6 { width: 100%; }
#nankai .nankai_list .list1 li:nth-of-type(2) .img { width: 49%; }
#nankai .nankai_list .list1 li:nth-of-type(2) .img .note2 { bottom: 50%; }
#nankai .nankai_list .list2 { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; margin-top: 1rem; }
#nankai .nankai_list .list2 li { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; width: 16.6666%; box-sizing: border-box; padding-right: 1%; }
#nankai .nankai_list .list2 li .img { width: 71%; }
#nankai .nankai_list .list2 li .arrow { width: 23%; }
#nankai .nankai_list .list2 li .arrow img { width: 100%; height: auto; }
#nankai .nankai_list .list2 li .copy3 { width: 100%; margin-top: 0.5rem; }
#nankai .nankai_list .copy4 { margin-top: 2rem; }

@media screen and (max-width: 870px) { #nankai .detail { grid-template-columns: 1fr; }
  #nankai .detail .img { margin-top: 2rem; }
  #nankai .nankai_list .list1 li { width: 31%; margin-bottom: 1rem; }
  #nankai .nankai_list .list1 li:nth-of-type(2) { width: 66%; }
  #nankai .nankai_list .list1 li:nth-of-type(2) .img { width: 47%; }
  #nankai .nankai_list .list1 li h6 { font-size: 1.6vw; }
  #nankai .nankai_list .list2 li { width: 33.3333%; margin-bottom: 1rem; } }
@media screen and (max-width: 599px) { #nankai .logo { width: 200px; }
  #nankai .detail { /*grid-template-columns: 1fr;*/ }
  #nankai .detail .midashi-M { text-align: center; }
  #nankai .detail .img { grid-row: inherit; margin-top: 2rem; width: 80%; margin-inline: auto; }
  #nankai .detail .lead { margin-top: 2rem; }
  #nankai .nankai_list .list1 li { width: 48%; }
  #nankai .nankai_list .list1 li:nth-of-type(1) { order: 2; }
  #nankai .nankai_list .list1 li:nth-of-type(2) { width: 100%; order: 1; }
  #nankai .nankai_list .list1 li:nth-of-type(2) .img { width: 47%; }
  #nankai .nankai_list .list1 li:nth-of-type(3) { order: 3; }
  #nankai .nankai_list .list1 li:nth-of-type(4) { order: 4; }
  #nankai .nankai_list .list1 li:nth-of-type(5) { order: 5; }
  #nankai .nankai_list .list1 li:nth-of-type(6) { order: 6; }
  #nankai .nankai_list .list1 li h6 { font-size: 2.4vw; }
  #nankai .nankai_list .list2 li { width: 50%; } }
/******************************************************

ultra-fine-bubble

******************************************************/
#ultra-fine-bubble .detail { border: 1px solid #b8d3da; background: #f7fcfd url(../img/plan/bg_ultra-fine-bubble.png) no-repeat right top; background-size: 34.25rem 25.688rem; padding: 4rem 2.5rem 1rem; margin-top: 2rem; }
#ultra-fine-bubble .introduction .lead { margin-top: 1rem; }
#ultra-fine-bubble .introduction .img { margin-top: 2rem; }
#ultra-fine-bubble .introduction .box01 { display: flex; justify-content: space-between; gap: 1rem 4%; }
#ultra-fine-bubble .introduction .box01 .txt { width: 59%; }
#ultra-fine-bubble .introduction .box01 .img { width: 37.12%; margin-top: 0; }
#ultra-fine-bubble .introduction-header { position: relative; }
#ultra-fine-bubble .introduction-header .jp { color: #0075aa; z-index: 1; position: relative; font-size: 1.25rem; }
#ultra-fine-bubble .introduction-header .en { color: #d6e6f1; position: absolute; left: -1rem; bottom: 0; font-size: 200%; z-index: 0; }
#ultra-fine-bubble .box02 { display: flex; justify-content: space-between; gap: 1rem 3%; margin-top: 3rem; }
#ultra-fine-bubble .box02 .txt { width: 35%; }
#ultra-fine-bubble .box02 .txt .ttl { font-size: 1.1rem; line-height: 1.4; }
#ultra-fine-bubble .box02 .txt .lead { margin-top: 1rem; font-size: 0.9rem; }
#ultra-fine-bubble .box02 .img { width: 61.323%; }
#ultra-fine-bubble .box03 { display: flex; flex-direction: column; gap: 1rem 4%; margin-top: 3rem; }
#ultra-fine-bubble .box03 .ttl { font-size: 1.1rem; line-height: 1.4; }
#ultra-fine-bubble .box03 .lead { font-size: 0.9rem; }
#ultra-fine-bubble .merit-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; margin-top: 3rem; }
#ultra-fine-bubble .merit-list + .note { margin-top: 2rem; text-align: right; }
#ultra-fine-bubble .merit { display: grid; /*grid-template-columns: 1fr 0.93fr;*/ grid-template-columns: 1fr 0.9333fr; gap: 15px; }
#ultra-fine-bubble .merit .copy { margin-top: auto; }
#ultra-fine-bubble .merit .copy img { width: 100%; height: auto; }
#ultra-fine-bubble .merit .note { grid-column: span 2; }
#ultra-fine-bubble .merit.merit05 { grid-column: 1 / -1; grid-template-columns: 0.33077fr 0.43413fr 0.5306fr; grid-template-areas: "copy lead lead" "copy img25 img26" "note note note"; gap: 20px 29px; }
#ultra-fine-bubble .merit.merit05 .copy { grid-area: copy; margin: 0; }
#ultra-fine-bubble .merit.merit05 .lead { grid-area: lead; margin-top: 0.8rem; font-size: 0.9rem; }
#ultra-fine-bubble .merit.merit05 .img25 { grid-area: img25; }
#ultra-fine-bubble .merit.merit05 .img26 { grid-area: img26; }
#ultra-fine-bubble .merit.merit05 .note { grid-area: note; }

@media screen and (max-width: 1024px) { #ultra-fine-bubble .detail { padding: 3rem 2rem 1rem; }
  #ultra-fine-bubble .merit-list { gap: 2rem; margin-top: 2.5rem; } }
@media screen and (max-width: 870px) { #ultra-fine-bubble .box02 { flex-direction: column; }
  #ultra-fine-bubble .box02 .txt { width: 100%; }
  #ultra-fine-bubble .box02 .img { width: 100%; } }
@media screen and (max-width: 599px) { #ultra-fine-bubble .introduction .box01 { flex-direction: column; }
  #ultra-fine-bubble .introduction .box01 .txt { width: 100%; }
  #ultra-fine-bubble .introduction .box01 .img { width: 100%; }
  #ultra-fine-bubble .merit-list { grid-template-columns: 1fr; }
  #ultra-fine-bubble .merit { grid-template-columns: 1fr; gap: 20px; }
  #ultra-fine-bubble .merit .note { grid-column: span 1; }
  #ultra-fine-bubble .merit.merit05 { grid-column: 1fr; grid-template-columns: 1fr; grid-template-areas: "copy" "lead" "img25" "img26" "note"; }
  #ultra-fine-bubble .merit.merit05 .lead { margin-top: 0; } }
/******************************************************

planning

******************************************************/
#planning { background-color: #e9efea; }
#planning .hanrei { margin-top: 4rem; }
#planning .hanrei li { display: inline-block; margin-right: 15px; font-size: 11px; }
#planning .hanrei li img { height: 10px; width: auto; margin-right: 5px; }

.roomplan-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3.75rem; margin-top: 4rem; }
.roomplan-list .category { display: grid; gap: 3.75rem; }
.roomplan-list .category .title { font-family: "EB Garamond", serif; font-weight: 300; font-style: normal; background-color: #335a8d; color: #fff; font-size: 2rem; line-height: 1; text-align: center; padding: 5px 10px; margin-bottom: -1.5rem; font-feature-settings: "palt"; letter-spacing: -0.01em; }
.roomplan-list .category .plan-type img { width: 100%; height: auto; }
.roomplan-list .category .plan-type a img { transition: filter 0.2s linear; }
.roomplan-list .category .plan-type a:hover img { filter: brightness(1.05); }
.roomplan-list .limited { grid-column: span 2; grid-template-columns: repeat(2, 1fr); gap: 3.75rem; margin-top: 2rem; }
.roomplan-list .limited .title { font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-weight: 500; font-style: normal; font-feature-settings: "palt"; background-color: #a9a169; grid-column: span 2; }
.roomplan-list .limited .plan-type { position: relative; }
.roomplan-list .limited .plan-type .message { background-color: #4588a9; color: #fff; width: 100%; position: absolute; left: 0; top: 50%; translate: 0 -50%; text-align: center; padding: 1.5rem 0 2rem; }
.roomplan-list .limited .plan-type .message .type-name { font-size: 0.875rem; line-height: 1; }
.roomplan-list .limited .plan-type .message .type-name .alphabet { font-size: 428%; }
.roomplan-list .limited .plan-type .message .text { font-size: 1.25rem; line-height: 1; margin-top: 0.5rem; font-feature-settings: "palt"; letter-spacing: -0.01em; }

@media screen and (max-width: 1024px) { .roomplan-list { gap: 2.5rem; }
  .roomplan-list .category { gap: 2.5rem; }
  .roomplan-list .category .title { margin-bottom: -1rem; }
  .roomplan-list .limited { gap: 2.5rem; } }
@media screen and (max-width: 599px) { .roomplan-list { grid-template-columns: 1fr; }
  .roomplan-list .category .title { margin-bottom: -0.5rem; }
  .roomplan-list .category .plan-type { max-width: 360px; margin-inline: auto; }
  .roomplan-list .limited { grid-column: span 1; grid-template-columns: 1fr; }
  .roomplan-list .limited .title { grid-column: span 1; } }
/******************************************************

out-frame

******************************************************/
#out-frame .inner { position: relative; }
#out-frame .inner .copy { width: 37.96%; max-width: 410px; position: absolute; left: 0; top: 3rem; }
#out-frame .inner .copy .midashi-S { color: #0075aa; border-bottom: 1px solid #000; padding-bottom: 1rem; }
#out-frame .inner .copy .text { margin-top: 1rem; }
#out-frame .inner .copy .note { margin-top: 0.5rem; }

@media screen and (max-width: 1024px) { #out-frame .inner .copy { top: 0; } }
@media screen and (max-width: 599px) { #out-frame .inner .copy { position: static; width: 100%; max-width: 100%; }
  #out-frame .inner .img { margin-top: 1rem; } }
/******************************************************

door

******************************************************/
#door .midashi-S { color: #0075aa; border-bottom: 1px solid #000; padding-bottom: 1rem; }
#door .midashi-S .note { color: #000; }
#door .style-list { margin-top: 2rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 3.75rem; }
#door .style { font-family: "zen-kaku-gothic-new", sans-serif; font-weight: 400; font-style: normal; }
#door .style-header { background-color: #edf3f8; padding: 1rem; text-align: center; }
#door .style-header .catch-copy { background-color: #0075aa; margin-inline: -1rem; margin-block-start: -1rem; color: #fff; padding: 0.5rem; font-size: 1.25rem; }
#door .style-header .style-name { color: #0075aa; font-size: 1.5rem; font-weight: bold; margin-top: 0.5rem; }
#door .style-header .sub-copy { font-size: 1rem; margin-top: 0.5rem; line-height: 1.5; }
#door .style-body .title { font-size: 1rem; line-height: 1.5; margin-top: 2rem; }
#door .style-body .img { width: 90%; margin-inline: auto; margin-top: 2rem; }
#door .style-body .text { font-size: 1rem; line-height: 1.5; margin-top: 1rem; }
#door .style-body .note { margin-top: 1rem; }
#door .style02 .style-body .img { margin-top: -1rem; }
#door .style03 { grid-column: span 2; display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 3.75rem; }
#door .style03 .style-header { grid-column: span 2; }
#door .style03 .illust { margin-top: 2rem; }

@media screen and (max-width: 1024px) { #door .style-list { gap: 2.5rem; }
  #door .style03 { column-gap: 2.5rem; } }
@media screen and (max-width: 599px) { #door { padding-top: 0; }
  #door .style-list { grid-template-columns: 1fr; }
  #door .style { grid-column: span 1; }
  #door .style03 { grid-template-columns: 1fr; }
  #door .style03 .style-header { grid-column: span 1; } }
/******************************************************

door

******************************************************/
#new-style .image-photo { margin-top: 2rem; }
#new-style .yohaku-life { display: grid; grid-template-columns: 0.7fr 1fr; column-gap: 6rem; margin-top: 4rem; max-width: 630px; margin-inline: auto; 		/*display: flex;
		justify-content: center;
		gap: 1rem 4rem; margin: 4rem auto 0;*/ }
#new-style .yohaku-life .copy { font-size: 0.875rem; display: flex; flex-direction: column; gap: 1.5rem; }
#new-style .yohaku-life .copy p { line-height: 2; }
#new-style .yohaku-life .logo { /*width: 20.371%;*/ }
#new-style .performance { width: 80%; max-width: 320px; margin-inline: auto; margin-top: 6rem; }

@media screen and (max-width: 1024px) { #new-style .yohaku-life { grid-template-columns: 0.75fr 1fr; column-gap: 3rem; } }
@media screen and (max-width: 599px) { #new-style .yohaku-life { grid-template-columns: 1fr; margin-top: 3rem; }
  #new-style .yohaku-life .logo { max-width: 200px; margin-inline: auto; }
  #new-style .yohaku-life .copy { text-align: center; margin-top: 2rem; font-size: 1rem; } }
.plan_detail .header { background-color: #000; }
.plan_detail .contentsArea { margin-top: 80px; padding: 4rem 0 6rem; }
.plan_detail .plan-box { width: 90%; max-width: 1000px; margin: 0 auto; padding: 0; font-feature-settings: "palt"; letter-spacing: 0.08em; }
.plan_detail .plan-box .inner { max-width: 1000px; width: 100%; margin-bottom: 4rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem 6%; }
.plan_detail .plan-box .spec { width: 38%; max-width: 380px; margin: 0 auto; }
.plan_detail .plan-box .spec .img { margin-bottom: 2rem; }
.plan_detail .plan-box .spec .merit { margin-bottom: 2rem; font-size: 0.9rem; line-height: 1.5; }
.plan_detail .plan-box .spec .merit li { text-indent: -1em; padding-left: 1em; margin-bottom: 0.5rem; }
.plan_detail .plan-box .spec .merit li::before { content: "●"; font-size: 1em; color: #588aac; }
.plan_detail .plan-box .zu { width: 56%; }
.plan_detail .plan-box .note { display: flex; flex-wrap: wrap; gap: 0.2rem 1rem; }
.plan_detail .plan-box .note .img { display: flex; align-items: center; column-gap: 5px; }
.plan_detail .plan-box .note img { width: auto; height: 6px; }
.plan_detail .plan-box .btn { display: flex; align-items: center; }
.plan_detail .plan-box .btn a { width: 100%; max-width: 300px; margin: 4rem auto 0; padding: 0.8rem 1rem; color: #fff; background: #94a5ad; }
.plan_detail .plan-box .btn a:hover { filter: brightness(110%); }
.plan_detail .plan-box .btn .txt { display: flex; justify-content: center; align-items: center; font-size: 1rem; }
.plan_detail .plan-box .btn .txt::after { content: ""; height: calc(tan(60deg) * 14px / 2); width: 10px; clip-path: polygon(0 0, 100% 50%, 0 100%); margin-left: 0.8rem; background: #fff; }
@media screen and (max-width: 599px) { .plan_detail .plan-box .inner { flex-direction: column; }
  .plan_detail .plan-box .spec { width: 100%; }
  .plan_detail .plan-box .zu { width: 100%; } }

#link_planning { margin-top: -70px; padding-top: 70px; }
