@charset "UTF-8";
/* transition */
/*======================
	fade
======================*/
.fade { opacity: 0; transition: opacity 1.2s cubic-bezier(0.76, 0, 0.24, 1); }
.fade .fade_up { opacity: 0; transform: translateY(40px); transition: opacity 1s cubic-bezier(0.76, 0, 0.24, 1), transform 1s cubic-bezier(0.76, 0, 0.24, 1); }
.fade .fade_blur { opacity: 0; filter: blur(20px); transition: opacity 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), filter 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.fade.fade_in { opacity: 1; }
.fade.fade_in .fade_blur { opacity: 1; filter: blur(0); }
.fade.fade_in .fade_up { opacity: 1; transform: translateY(0); }

.bg_gray { background: #F2F1F0; }

.img_over_left { flex: 1; margin-left: calc(50% - 50vw); padding-left: 0; }

.img_over_right { flex: 1; margin-right: calc(50% - 50vw); padding-right: 0; }

@keyframes dNestKvFadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
@keyframes dNestKvDrawMask { 0% { stroke-dashoffset: 16000; }
  100% { stroke-dashoffset: 0; } }
@keyframes dNestKvContentIn { 0% { opacity: 0; transform: translateY(12px); }
  100% { opacity: 1; transform: translateY(0); } }
@keyframes dNestPlanPanelIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
#d-nest { font-family: "Zen Kaku Gothic New", sans-serif; font-size: 15px; /*======================
	concept
======================*/ /*======================
	feature
======================*/ /*======================
	scene
======================*/ /*======================
	area
======================*/ /*====================== plan
======================*/ /*====================== price
======================*/ /*====================== access
======================*/ /*====================== plan
======================*/ }
#d-nest img { max-width: 100%; height: auto; }
#d-nest section { padding-top: 120px; padding-bottom: 120px; }
#d-nest .header_logo--d-nest { display: block; }
#d-nest .header_logo--d-nest a { vertical-align: middle; display: block; line-height: 40px; }
#d-nest .header_logo--d-nest a img { vertical-align: middle; }
#d-nest .header_inner { display: flex; justify-content: space-between; padding: 10px 30px; }
#d-nest .headmenu > li > a { font-family: "Josefin Sans", sans-serif; font-size: 14px; letter-spacing: .02em; }
#d-nest .header_contact a { display: flex; align-items: center; justify-content: center; width: 240px; height: 40px; font-family: "Zen Kaku Gothic New", sans-serif; color: #fff; font-size: 13px; font-weight: 500; border: 1px solid #34426A; background: #34426A; }
#d-nest .header_contact a:hover { background: #fff; color: #34426A; }
#d-nest .header_contact a:before { content: none; }
#d-nest .scroll-to-top { position: fixed; right: 30px; bottom: 30px; z-index: 100; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 5px; width: 72px; height: 72px; border: 1px solid #34426A; border-radius: 50%; background: #34426A; box-shadow: 0 12px 28px rgba(52, 66, 106, 0.26); color: #fff; cursor: pointer; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(10px); -webkit-transition: background .3s ease-out, box-shadow .3s ease-out, color .3s ease-out, opacity .3s ease-out, transform .3s ease-out, visibility .3s ease-out; -moz-transition: background .3s ease-out, box-shadow .3s ease-out, color .3s ease-out, opacity .3s ease-out, transform .3s ease-out, visibility .3s ease-out; transition: background .3s ease-out, box-shadow .3s ease-out, color .3s ease-out, opacity .3s ease-out, transform .3s ease-out, visibility .3s ease-out; }
#d-nest .scroll-to-top.is-show { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
#d-nest .scroll-to-top span { position: absolute; top: 21px; left: 50%; display: block; width: 13px; height: 13px; border-top: 2px solid #fff; border-left: 2px solid #fff; transform: translateX(-50%) rotate(45deg); -webkit-transition: border-color .3s ease-out, transform .3s ease-out; -moz-transition: border-color .3s ease-out, transform .3s ease-out; transition: border-color .3s ease-out, transform .3s ease-out; }
#d-nest .scroll-to-top em { display: block; margin-top: 24px; font-family: "Josefin Sans", sans-serif; font-size: 11px; font-style: normal; font-weight: 600; line-height: 1; letter-spacing: .08em; }
#d-nest .scroll-to-top:hover, #d-nest .scroll-to-top:focus { background: #fff; box-shadow: 0 12px 32px rgba(52, 66, 106, 0.32); color: #34426A; outline: none; }
#d-nest .scroll-to-top:hover span, #d-nest .scroll-to-top:focus span { border-color: #34426A; transform: translate(-50%, -4px) rotate(45deg); }
#d-nest .d-nest_kv { position: relative; overflow: hidden; width: 100%; height: clamp(700px, 46.875vw, 960px); min-height: 700px; background: #f5f4ef; }
#d-nest .d-nest_kv .d-nest_kv_bg, #d-nest .d-nest_kv .d-nest_kv_draw { position: absolute; inset: 0; width: 100%; height: 100%; }
#d-nest .d-nest_kv .d-nest_kv_bg { object-fit: cover; opacity: 0; animation: dNestKvFadeIn .9s ease-out forwards; animation-delay: .1s; z-index: 1; }
#d-nest .d-nest_kv .d-nest_kv_draw { opacity: 0; animation: dNestKvFadeIn .2s linear forwards; }
#d-nest .d-nest_kv .d-nest_kv_draw--02 { animation-delay: .95s; z-index: 2; }
#d-nest .d-nest_kv .d-nest_kv_draw--02 .d-nest_kv_mask_line { animation-delay: .95s; }
#d-nest .d-nest_kv .d-nest_kv_draw--03 { animation-delay: 1.5s; z-index: 3; }
#d-nest .d-nest_kv .d-nest_kv_draw--03 .d-nest_kv_mask_line { animation-delay: 1.5s; }
#d-nest .d-nest_kv .d-nest_kv_mask_line { fill: none; stroke: #fff; stroke-width: 260; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 16000; stroke-dashoffset: 16000; filter: url(#d-nest_kv_mask_blur_02); animation: dNestKvDrawMask 2.45s cubic-bezier(0.45, 0, 0.18, 1) forwards; }
#d-nest .d-nest_kv .d-nest_kv_draw--03 .d-nest_kv_mask_line { filter: url(#d-nest_kv_mask_blur_03); }
#d-nest .d-nest_kv .d-nest_kv_content { position: absolute; left: clamp(28px, 6vw, 96px); top: 90px; z-index: 10; opacity: 0; animation: dNestKvContentIn .9s ease-out .1s forwards; }
#d-nest .d-nest_kv .d-nest_kv_content h1 img { width: 480px; }
#d-nest .d-nest_kv .d-nest_kv_content .d-nest_kv_logo { display: inline-block; }
#d-nest .kv_catch { font-size: 22px; }
#d-nest .kv_text { line-height: 2; }
#d-nest .kv_btn { display: inline-block; position: relative; z-index: 0; overflow: hidden; isolation: isolate; font-size: 20px; font-weight: 500; border: 1px solid #000; padding: .8em 1.5em; }
#d-nest .kv_btn:hover, #d-nest .kv_btn:focus { border-color: #34426A; background: #34426A; color: #fff; }
#d-nest footer { background: #fff; padding: 120px 0 105px; }
#d-nest .js-vivus .st0 { fill: none; /* 塗りの色 */ stroke: #fff; /* 線の色 */ stroke-width: 9; /* 線幅 */ stroke-linecap: round; /* 線端の形状 */ stroke-linejoin: round; /* 角の形状 */ stroke-dasharray: 2000; /* 線の間隔を指定する */ stroke-dashoffset: 2000; /* 線の位置を指定する */ }
#d-nest .section_catch { font-size: 28px; font-weight: 500; }
#d-nest .section_block { margin-top: 120px; }
#d-nest #concept { position: relative; overflow: hidden; }
#d-nest #concept::before { content: ""; position: absolute; top: 0; left: 50%; z-index: 0; width: 100vw; height: 100%; background: url("../../images/d-nest/concept_bg_line.svg") center top/100% auto no-repeat; pointer-events: none; transform: translateX(-50%); clip-path: inset(0 0 100% 0); -webkit-clip-path: inset(0 0 100% 0); -webkit-transition: clip-path 2.4s cubic-bezier(.45, 0, .18, 1), -webkit-clip-path 2.4s cubic-bezier(.45, 0, .18, 1); -moz-transition: clip-path 2.4s cubic-bezier(.45, 0, .18, 1), -webkit-clip-path 2.4s cubic-bezier(.45, 0, .18, 1); transition: clip-path 2.4s cubic-bezier(.45, 0, .18, 1), -webkit-clip-path 2.4s cubic-bezier(.45, 0, .18, 1); }
#d-nest #concept.is-bg-show::before { clip-path: inset(0); -webkit-clip-path: inset(0); }
#d-nest #concept > * { position: relative; z-index: 1; }
#d-nest #concept .section_block { position: relative; }
#d-nest #concept .section_block img { min-height: 660px; object-fit: cover; }
#d-nest .concept_btn { display: block; position: fixed; right: 120px; bottom: 30px; z-index: 100; font-size: 22px; font-weight: 500; text-align: center; background: rgba(255, 255, 255, 0.6); border: 1px solid #000; padding: .5em 2em; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(10px); -webkit-transition: background .3s ease-out, border-color .3s ease-out, color .3s ease-out, opacity .3s ease-out, transform .3s ease-out, visibility .3s ease-out; -moz-transition: background .3s ease-out, border-color .3s ease-out, color .3s ease-out, opacity .3s ease-out, transform .3s ease-out, visibility .3s ease-out; transition: background .3s ease-out, border-color .3s ease-out, color .3s ease-out, opacity .3s ease-out, transform .3s ease-out, visibility .3s ease-out; }
#d-nest .concept_btn.is-show { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
#d-nest .concept_btn span { display: block; font-size: 18px; line-height: 1.5; }
#d-nest .concept_btn:hover, #d-nest .concept_btn:focus { background: #34426A; color: #fff; border: 1px solid #34426A; }
#d-nest .concept_text p { line-height: 2.5; }
#d-nest .concept_text_rl { display: inline-block; margin: 0 auto; writing-mode: vertical-rl; text-orientation: upright; font-size: 26px; line-height: 2.5; border-right: 1px solid #000; white-space: nowrap; }
#d-nest #feature { position: relative; overflow: hidden; }
#d-nest #feature::before { content: ""; position: absolute; bottom: 0; left: 50%; z-index: 0; width: 100vw; height: 100%; background: url("../../images/d-nest/feature_bg_line001.svg") center bottom/100vw auto no-repeat; pointer-events: none; transform: translateX(-50%); clip-path: inset(0 0 100% 0); -webkit-clip-path: inset(0 0 100% 0); -webkit-transition: clip-path 2.4s cubic-bezier(.45, 0, .18, 1), -webkit-clip-path 2.4s cubic-bezier(.45, 0, .18, 1); -moz-transition: clip-path 2.4s cubic-bezier(.45, 0, .18, 1), -webkit-clip-path 2.4s cubic-bezier(.45, 0, .18, 1); transition: clip-path 2.4s cubic-bezier(.45, 0, .18, 1), -webkit-clip-path 2.4s cubic-bezier(.45, 0, .18, 1); }
#d-nest #feature.is-bg-show::before { clip-path: inset(0); -webkit-clip-path: inset(0); }
#d-nest #feature > * { position: relative; z-index: 1; }
#d-nest .feature_btm { position: relative; overflow: hidden; }
#d-nest .feature_btm::before { content: ""; position: absolute; top: 0; left: 50%; z-index: 0; width: 100vw; height: 100%; background: url("../../images/d-nest/feature_bg_line002.svg") center top/100vw auto no-repeat; pointer-events: none; transform: translateX(-50%); clip-path: inset(0 0 100% 0); -webkit-clip-path: inset(0 0 100% 0); -webkit-transition: clip-path 2.4s cubic-bezier(.45, 0, .18, 1), -webkit-clip-path 2.4s cubic-bezier(.45, 0, .18, 1); -moz-transition: clip-path 2.4s cubic-bezier(.45, 0, .18, 1), -webkit-clip-path 2.4s cubic-bezier(.45, 0, .18, 1); transition: clip-path 2.4s cubic-bezier(.45, 0, .18, 1), -webkit-clip-path 2.4s cubic-bezier(.45, 0, .18, 1); }
#d-nest .feature_btm.is-bg-show::before { clip-path: inset(0); -webkit-clip-path: inset(0); }
#d-nest .feature_btm > * { position: relative; z-index: 1; }
#d-nest .feature_list .font_jost { color: #6D6D6F; font-size: 100px; font-weight: 300; line-height: 1; }
#d-nest .feature_list h4 { font-size: 22px; font-weight: 500; }
#d-nest .feature_target { background: #fff; padding: 40px 60px; margin-top: -80px; position: relative; z-index: 2; }
#d-nest .feature_target li { display: flex; align-items: center; padding: 1em 100px; }
#d-nest .feature_target li:not(:first-child) { border-top: 1px solid #E6E6E8; }
#d-nest .feature_target h4 { font-size: 24px; font-weight: 500; width: 270px; }
#d-nest .feature_target p { width: calc(100% - 270px); }
#d-nest .scene_ttl_rl { display: inline-block; margin: 0 auto; writing-mode: vertical-rl; text-orientation: upright; font-size: 26px; white-space: nowrap; }
#d-nest .scene_text { font-size: 18px; font-weight: 500; }
#d-nest .area_list { display: flex; flex-wrap: wrap; justify-content: center; gap: 2.5%; }
#d-nest .area_list > div { width: calc((100% - 2.5%) / 2); }
#d-nest .area_list > div:nth-child(n + 3) { margin-top: 6vw; }
#d-nest .area_list .area_img { position: relative; }
#d-nest .area_list .area_img p { position: absolute; bottom: .5em; right: 1em; color: #fff; font-size: 13px; }
#d-nest .area_list img { width: 100%; aspect-ratio: 936 / 585; object-fit: cover; }
#d-nest .area_list p { font-size: 15px; }
#d-nest .area_list p span { font-size: 20px; font-weight: 400; }
#d-nest .plan_tab { --active-color: #C97B3D; margin-top: 80px; }
#d-nest .plan_tab_list { display: flex; position: relative; overflow-x: auto; padding-bottom: 0; -webkit-transition: border-color 0.3s ease-out; -moz-transition: border-color 0.3s ease-out; transition: border-color 0.3s ease-out; }
#d-nest .plan_tab_list:before { content: ""; position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; height: 2px; background: var(--active-color); pointer-events: none; -webkit-transition: background 0.3s ease-out; -moz-transition: background 0.3s ease-out; transition: background 0.3s ease-out; }
#d-nest .plan_tab_btn { display: flex; flex-flow: column; align-items: center; --tab-color: #3A72B9; position: relative; z-index: 1; flex: 1 0 0; min-width: 175px; margin: 0; padding: 14px 10px; font-family: inherit; color: #BEB9B4; text-align: center; border: 2px solid transparent; border-bottom: none; background: #F2F1F0; cursor: pointer; -webkit-transition: background .3s ease-out, border-color .3s ease-out, color .3s ease-out; -moz-transition: background .3s ease-out, border-color .3s ease-out, color .3s ease-out; transition: background .3s ease-out, border-color .3s ease-out, color .3s ease-out; }
#d-nest .plan_tab_btn:first-child { --tab-color: #C97B3D; }
#d-nest .plan_tab_btn:first-child .plan_tab_en { font-size: 20px; }
#d-nest .plan_tab_btn:nth-child(n + 5) { --tab-color: #708A55; }
#d-nest .plan_tab_btn:not(:first-child) { margin-left: 12px; }
#d-nest .plan_tab_btn:hover, #d-nest .plan_tab_btn:focus { color: #000; outline: none; }
#d-nest .plan_tab_btn.is-active { z-index: 3; color: #000; border-color: var(--tab-color); background: #fff; }
#d-nest .plan_tab_btn.is-active:after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; height: 2px; background: #fff; }
#d-nest .plan_tab_en { display: block; font-family: "Josefin Sans", sans-serif; font-size: 15px; font-weight: 500; line-height: 1.2; }
#d-nest .plan_tab_ja { display: block; font-size: 24px; font-weight: 500; }
#d-nest .plan_tab_panels { margin-top: 70px; padding-bottom: 60px; border-bottom: 2px solid var(--active-color); -webkit-transition: border-color 0.3s ease-out; -moz-transition: border-color 0.3s ease-out; transition: border-color 0.3s ease-out; }
#d-nest .plan_tab_panel { color: #000; }
#d-nest .plan_tab_panel[hidden] { display: none; }
#d-nest .plan_tab_panel.is-active { animation: dNestPlanPanelIn 1s ease-out both; }
#d-nest .plan_tab_panel h4 { font-size: 30px; font-weight: 500; }
#d-nest .plan_tab_panel_inner { gap: 5%; }
#d-nest .plan_tab_panel_left { width: 38%; }
#d-nest .plan_tab_panel_right { width: 63%; }
#d-nest .plan_tab_panel_en { font-family: "Josefin Sans", sans-serif; color: var(--active-color); font-size: 22px; font-weight: 400; -webkit-transition: color 0.3s ease-out; -moz-transition: color 0.3s ease-out; transition: color 0.3s ease-out; }
#d-nest .plan_tab.is-plan-02, #d-nest .plan_tab.is-plan-03, #d-nest .plan_tab.is-plan-04 { --active-color: #3A72B9; }
#d-nest .plan_tab.is-plan-05, #d-nest .plan_tab.is-plan-06 { --active-color: #708A55; }
#d-nest .price_table { margin-top: 80px; color: #000; }
#d-nest .price_table_scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
#d-nest .price_table table { width: 100%; min-width: 1180px; border-collapse: collapse; table-layout: fixed; font-size: 16px; line-height: 1.5; }
#d-nest .price_table .price_table_col_category { width: 70px; }
#d-nest .price_table .price_table_col_label { width: 190px; }
#d-nest .price_table .price_table_col_plan { width: calc((100% - 260px) / 6); }
#d-nest .price_table th, #d-nest .price_table td { height: 86px; padding: 18px 18px; text-align: center; vertical-align: middle; border-bottom: 1px solid #E6E6E8; font-weight: 500; }
#d-nest .price_table thead th { font-size: 18px; }
#d-nest .price_table tbody th { background: rgba(242, 241, 240, 0.7); }
#d-nest .price_table_group th { height: 78px; font-family: "Josefin Sans", sans-serif; font-size: 20px; font-weight: 500; line-height: 1.25; border-bottom: none; }
#d-nest .price_table_group .price_table_blank { background: #fff; }
#d-nest .price_table_lounge { background: #EBD8C7; }
#d-nest .price_table_deep { background: #C5D6EA; }
#d-nest .price_table_office { background: #D2D8CC; }
#d-nest .price_table_category { background: #D8D8D8 !important; border-bottom-color: #6D6D6F !important; font-size: 18px; letter-spacing: .1em; writing-mode: vertical-rl; text-orientation: upright; }
#d-nest .price_table tbody th:not(.price_table_category) { background: rgba(242, 241, 240, 0.72); box-sizing: border-box; padding: 8px; width: 70px; }
#d-nest .price_table th span { display: inline-block; margin-top: 3px; font-size: 14px; line-height: 1.45; }
#d-nest .price_table_section_start > th, #d-nest .price_table_section_start > td { border-top: 1px solid #6D6D6F; }
#d-nest .price_table_section_end > th, #d-nest .price_table_section_end > td { border-bottom: 1px solid #6D6D6F !important; }
#d-nest .price_table tbody tr:last-child > th, #d-nest .price_table tbody tr:last-child > td { border-bottom-color: #6D6D6F !important; }
#d-nest .price_table_mark { display: inline-block; margin-right: .25em; font-size: 20px; line-height: 1; }
#d-nest .room_list .room_item { align-items: stretch; gap: 5%; padding: 32px; background: #fff; }
#d-nest .room_list h4 { font-size: 32px; font-weight: 400; }
#d-nest .room_item_img { flex: 0 0 48%; }
#d-nest .room_item_img img { width: 100%; aspect-ratio: 480 / 300; object-fit: cover; }
#d-nest .room_item_body { flex: 1 1 auto; display: flex; flex-direction: column; padding-top: 4px; }
#d-nest .room_item_detail { display: grid; grid-template-columns: 70px 1fr; flex: 1 1 auto; align-content: start; column-gap: 24px; row-gap: 10px; position: relative; line-height: 1.8; }
#d-nest .room_item_detail:before { content: ""; position: absolute; top: 0; bottom: 0; left: 94px; width: 1px; background: #BEB9B4; }
#d-nest .room_item_detail dt { font-weight: 500; }
#d-nest .room_item_detail dd { margin: 0; padding-left: 24px; }
#d-nest .room_facility_list { display: flex; flex-wrap: wrap; background: #fff; padding: 32px; }
#d-nest .room_facility_list li { width: 25%; padding: 24px 0; text-align: center; }
#d-nest .room_facility_list li:nth-child(-n + 4) { border-bottom: 1px solid #BEB9B4; }
#d-nest .room_facility_list li:not(:nth-child(4n + 1)) > span { border-left: 1px solid #BEB9B4; }
#d-nest .room_facility_list li > span { display: block; padding: 0 14px; height: 100%; }
#d-nest .room_facility_list img { width: 96px; height: 96px; object-fit: contain; align-self: center; }
#d-nest .room_facility_list p { margin-top: 18px; font-size: 18px; font-weight: 500; line-height: 1.4; }
#d-nest .room_facility_list p span { display: block; font-size: 14px; font-weight: normal; }
#d-nest .room_overview { margin-top: 120px !important; }
#d-nest .room_overview_box { background: #fff; padding: 40px 90px; }
#d-nest .room_overview_table { width: 100%; border-collapse: collapse; }
#d-nest .room_overview_table th, #d-nest .room_overview_table td { padding: 15px 0; text-align: left; vertical-align: top; border-bottom: 1px solid #BEB9B4; line-height: 1.7; }
#d-nest .room_overview_table th { width: 170px; font-weight: 500; }
#d-nest .flow_list { position: relative; max-width: 860px; margin-left: auto; margin-right: auto; }
#d-nest .flow_list:before { content: ""; position: absolute; top: 0; bottom: 24px; left: 140px; width: 2px; background: #6D6D6F; transform: scaleY(0); transform-origin: center top; -webkit-transition: transform 1.1s ease-out; -moz-transition: transform 1.1s ease-out; transition: transform 1.1s ease-out; }
#d-nest .flow_list:after { content: ""; position: absolute; bottom: 23px; left: 93px; width: 48px; height: 2px; background: #6D6D6F; transform: rotate(50deg) scaleX(0); transform-origin: right center; -webkit-transition: transform 0.35s ease-out 0.95s; -moz-transition: transform 0.35s ease-out 0.95s; transition: transform 0.35s ease-out 0.95s; }
#d-nest .flow_list.is-flow-show:before { transform: scaleY(1); }
#d-nest .flow_list.is-flow-show:after { transform: rotate(50deg) scaleX(1); }
#d-nest .flow_item { display: grid; grid-template-columns: 120px 140px 1fr; column-gap: 56px; min-height: 154px; }
#d-nest .flow_item:not(:first-child) { margin-top: 18px; }
#d-nest .flow_num { color: #6D6D6F; font-size: 78px; font-weight: 300; line-height: 1; }
#d-nest .flow_ico { text-align: center; }
#d-nest .flow_ico img { width: 120px; height: 120px; object-fit: contain; }
#d-nest .flow_body h4 { font-size: 24px; font-weight: 500; }
#d-nest .flow_body p { margin-top: 1em; line-height: 2; }
#d-nest .access_bg { background: url("../../images/d-nest/access_bg.jpg") center no-repeat; background-size: cover; width: 100%; height: clamp(380px, 25vw, 480px); min-height: 380px; }
#d-nest .access_bg > div { height: 100%; }
#d-nest .access_bg .row { height: 100%; }
#d-nest .gmap iframe { width: 100%; height: 480px; }
#d-nest .d-nest_contact table { width: 100%; }
#d-nest .d-nest_contact .d-nest_submit { margin: auto; padding: 0; }
#d-nest .d-nest_contact .d-nest_submit input[type="submit"] { width: 320px; color: #fff; font-size: 16px; border: 0; background: #002D68; padding: .5em 50px .5em 50px; border: 1px solid #002D68; border-radius: 50px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }
#d-nest .d-nest_contact .d-nest_submit input[type="submit"]:hover { color: #002D68; background: #fff; }
#d-nest .d-nest_contact .d-nest_submit input[type="submit"]:disabled { color: #fff; background: #747c8f; border: 1px solid #747c8f; }
#d-nest .d-nest_contact .d-nest_submit input[type="submit"]:disabled:hover { color: #fff; background: #747c8f; border: 1px solid #747c8f; }
#d-nest .d-nest_contact .d-nest_submit input[type="submit"].wpcf7c-btn-back, #d-nest .d-nest_contact .d-nest_submit input[type="submit"].wpcf7c-elm-step2 { width: 240px; }
#d-nest .d-nest_contact .d-nest_submit input[type="submit"].wpcf7c-btn-back { margin-right: 40px; }
#d-nest .d-nest_contact .d-nest_submit .wpcf7-spinner { display: none; }

@media (max-width: 1399px) { #d-nest .feature_target li { padding: 1em 40px; }
  #d-nest .price_table table { min-width: 0; font-size: 15px; }
  #d-nest .price_table .price_table_col_category { width: 64px; }
  #d-nest .price_table .price_table_col_label { width: 170px; }
  #d-nest .price_table .price_table_col_plan { width: calc((100% - 234px) / 6); }
  #d-nest .price_table th, #d-nest .price_table td { padding-right: 12px; padding-left: 12px; }
  #d-nest .price_table thead th { font-size: 16px; }
  #d-nest .price_table_group th { font-size: 17px; }
  #d-nest .price_table_category { font-size: 16px; }
  #d-nest .scene_text { font-size: 18px; }
  #d-nest .scene_text + div { width: 360px; }
  #d-nest .plan_tab_en { line-height: 1.2; }
  #d-nest .plan_tab_ja { font-size: 20px; } }
@media (max-width: 1199px) { .headmenu > li > a { margin: 0 1em; }
  #d-nest #concept .section_block img { min-height: 600px; }
  #d-nest .scene_ttl_rl { writing-mode: horizontal-tb; text-orientation: mixed; font-weight: 500; }
  #d-nest .price_table table { min-width: 0; font-size: 13px; line-height: 1.45; }
  #d-nest .price_table .price_table_col_category { width: 54px; }
  #d-nest .price_table .price_table_col_label { width: 132px; }
  #d-nest .price_table .price_table_col_plan { width: calc((100% - 186px) / 6); }
  #d-nest .price_table th, #d-nest .price_table td { height: 76px; padding: 14px 8px; }
  #d-nest .price_table thead th { font-size: 14px; }
  #d-nest .price_table th span { font-size: 11px; }
  #d-nest .price_table_group th { height: 62px; font-size: 13px; }
  #d-nest .price_table_category { font-size: 15px; letter-spacing: .05em; }
  #d-nest .price_table_mark { margin-right: .15em; font-size: 17px; }
  #d-nest section { padding-top: 96px; padding-bottom: 96px; }
  #d-nest .section_block { margin-top: 88px; }
  #d-nest .feature_target { padding: 34px 40px; }
  #d-nest .feature_target li { padding: 1em 0; }
  #d-nest .plan_tab_btn { min-width: 146px; }
  #d-nest .plan_tab_en { font-size: 14px; line-height: 1.2; }
  #d-nest .plan_tab_ja { font-size: 18px; }
  #d-nest .plan_tab_btn:first-child .plan_tab_en { font-size: 16px; }
  #d-nest .plan_tab_panel_left img, #d-nest .plan_tab_panel_right img { width: 100%; }
  #d-nest .room_facility_list li p { font-size: 16px; }
  #d-nest .room_overview_box { padding-right: 54px; padding-left: 54px; } }
@media (min-width: 992px) { .allmenu_btn { display: none; } }
@media (max-width: 991px) { .img_over_left { margin-left: 0; padding-left: calc(var(--bs-gutter-x) * .5); }
  .img_over_right { margin-right: 0; padding-right: calc(var(--bs-gutter-x) * .5); }
  #d-nest { overflow-x: hidden; }
  #d-nest .header_inner { position: relative; gap: 10px; height: 60px; overflow: hidden; }
  #d-nest .header_logo--d-nest { flex: 1 1 auto; }
  #d-nest .header_contact { flex: 0 0 auto; }
  #d-nest .allmenu_btn { flex: 0 0 40px; }
  #d-nest .headmenu { display: block; position: absolute; top: 60px; right: 20px; left: 20px; height: auto; padding: 18px 0 24px; opacity: 0; pointer-events: none; -webkit-transition: opacity .2s ease-out; -moz-transition: opacity .2s ease-out; transition: opacity .2s ease-out; }
  #d-nest .headmenu > li { display: block; border-bottom: 1px solid #BEB9B4; }
  #d-nest .headmenu > li:first-child { border-top: 1px solid #BEB9B4; }
  #d-nest .headmenu > li > a { justify-content: space-between; margin: 0; padding: 1em 0; }
  #d-nest .headmenu > li > a:before { content: none; }
  #d-nest.allmenu_open .header_inner { height: 420px; }
  #d-nest.allmenu_open .headmenu { opacity: 1; pointer-events: auto; }
  #d-nest .price_table { --price-table-category-width: 52px; --price-table-label-width: 70px; }
  #d-nest .price_table table { min-width: 980px; font-size: 12px; }
  #d-nest .price_table .price_table_col_category { width: var(--price-table-category-width); }
  #d-nest .price_table .price_table_col_label { width: var(--price-table-label-width); }
  #d-nest .price_table .price_table_col_plan { width: calc((100% - var(--price-table-category-width) - var(--price-table-label-width)) / 6); }
  #d-nest .price_table th, #d-nest .price_table td { padding-right: 6px; padding-left: 6px; }
  #d-nest .price_table thead th { font-size: 12px; }
  #d-nest .price_table br.sp { display: inline !important; }
  #d-nest .price_table .price_table_blank { position: sticky; left: 0; z-index: 5; width: calc(var(--price-table-category-width) + var(--price-table-label-width)); min-width: calc(var(--price-table-category-width) + var(--price-table-label-width)); box-shadow: 1px 0 0 #E6E6E8; }
  #d-nest .price_table .price_table_category { position: sticky; left: 0; z-index: 4; width: var(--price-table-category-width); min-width: var(--price-table-category-width); box-shadow: 1px 0 0 #6D6D6F; }
  #d-nest .price_table tbody th:not(.price_table_category) { position: sticky; left: var(--price-table-category-width); z-index: 3; width: var(--price-table-label-width); min-width: var(--price-table-label-width); max-width: var(--price-table-label-width); background: #F7F6F5; box-shadow: 1px 0 0 #E6E6E8; }
  #d-nest .price_table_group th { font-size: 11px; }
  #d-nest section { padding-top: 84px; padding-bottom: 84px; }
  #d-nest .section_catch, #d-nest .scene_ttl_rl { font-size: 24px; }
  #d-nest .section_block { margin-top: 72px; }
  #d-nest .d-nest_kv { aspect-ratio: auto; height: 620px; min-height: 620px; }
  #d-nest .d-nest_kv .d-nest_kv_content { top: 76px; }
  #d-nest .d-nest_kv .d-nest_kv_content h1 img { width: 360px; }
  #d-nest .d-nest_kv .d-nest_kv_content .d-nest_kv_label img { width: 110px; }
  #d-nest .kv_catch { font-size: 18px; }
  #d-nest .kv_text { font-size: 15px; line-height: 1.9; }
  #d-nest .kv_btn { font-size: 17px; }
  #d-nest #concept .section_block img { min-height: 480px; }
  #d-nest .concept_text_rl { font-size: 24px; }
  #d-nest .concept_btn { right: 120px; bottom: 30px; font-size: 18px; }
  #d-nest .concept_btn span { font-size: 14px; }
  #d-nest .feature_list .font_jost { font-size: 82px; }
  #d-nest .feature_list h4 { font-size: 20px; }
  #d-nest .feature_list img { width: 100%; }
  #d-nest .feature_target { margin-top: -48px; padding: 30px; }
  #d-nest .feature_target li { padding: 1em 0; }
  #d-nest .feature_target h4 { width: 180px; font-size: 16px; }
  #d-nest .feature_target p { width: calc(100% - 180px); }
  #d-nest .scene_list { margin-top: 16px; }
  #d-nest .scene_list img { width: 100%; }
  #d-nest .area_list p span { font-size: 18px; }
  #d-nest .plan_tab_panel_left, #d-nest .plan_tab_panel_right { width: 100%; }
  #d-nest .plan_tab_panel_right { margin-top: 28px; }
  #d-nest .plan_tab_list { display: grid; grid-template-columns: repeat(4, minmax(145px, 1fr)); gap: 12px; overflow-x: visible; }
  #d-nest .plan_tab_list:before { content: none; }
  #d-nest .plan_tab_btn { width: 100%; min-width: 145px; padding: 10px; }
  #d-nest .plan_tab_btn:not(:first-child) { margin-left: 0; }
  #d-nest .plan_tab_btn:nth-child(n + 5) { grid-column: span 2; }
  #d-nest .room_list .room_item { padding: 24px; }
  #d-nest .room_list h4 { font-size: 26px; }
  #d-nest .room_item_body { margin-top: 24px; padding-top: 0; }
  #d-nest .room_item_img { flex-basis: auto; }
  #d-nest .room_item_detail { grid-template-columns: 60px 1fr; column-gap: 16px; row-gap: 8px; }
  #d-nest .room_item_detail:before { left: 76px; }
  #d-nest .room_item_detail dd { padding-left: 16px; }
  #d-nest .flow_num { font-size: 50px; }
  #d-nest .flow_ico img { width: 84px; height: 84px; }
  #d-nest .flow_body h4 { font-size: 20px; }
  #d-nest .flow_item { column-gap: 40px; }
  #d-nest .access_bg { height: 280px; min-height: 280px; }
  #d-nest footer { padding-top: 84px; padding-bottom: 80px; }
  #d-nest footer .d-flex { gap: 28px; flex-wrap: wrap; }
  #d-nest footer .me-5 { margin-right: 0 !important; } }
@media (max-width: 767px) { #d-nest section { padding-top: 72px; padding-bottom: 72px; }
  #d-nest .js-vivus { max-width: min(72vw, 260px); height: auto; }
  #d-nest .section_catch { font-size: 20px; line-height: 1.65 !important; }
  #d-nest .d-nest_kv { height: 560px; min-height: 560px; }
  #d-nest .d-nest_kv::before { content: ""; position: absolute; inset: 0; z-index: 4; background: rgba(255, 255, 255, 0.55); pointer-events: none; }
  #d-nest .d-nest_kv .d-nest_kv_bg, #d-nest .d-nest_kv .d-nest_kv_draw image { object-position: center top; }
  #d-nest .d-nest_kv .d-nest_kv_bg { object-position: 62% center; }
  #d-nest .d-nest_kv .d-nest_kv_draw { opacity: 1; animation: none; }
  #d-nest .d-nest_kv .d-nest_kv_draw--02 { display: none; }
  #d-nest .d-nest_kv .d-nest_kv_draw--03 { display: block; }
  #d-nest .d-nest_kv .d-nest_kv_mask_line { stroke-dashoffset: 0; animation: none; }
  #d-nest .d-nest_kv .d-nest_kv_content { top: auto; right: 24px; bottom: 42px; left: 24px; }
  #d-nest .d-nest_kv .d-nest_kv_content h1 img { width: 320px; }
  #d-nest .kv_catch { font-size: 15px; }
  #d-nest .kv_text { margin-top: 20px !important; font-size: 14px; line-height: 1.75; }
  #d-nest .kv_text br { display: none; }
  #d-nest .kv_btn { width: 100%; max-width: 360px; padding: .85em 1em; font-size: 15px; text-align: center; }
  #d-nest #concept .section_block img { min-height: 0; aspect-ratio: 16 / 10; object-fit: cover; }
  #d-nest #concept .section_block > .col-10, #d-nest #concept .section_block > .col-2 { width: 100%; }
  #d-nest #concept .section_block > .col-2 { margin-top: 24px; }
  #d-nest .concept_text_rl { display: block; writing-mode: horizontal-tb; text-orientation: mixed; border-right: none; border-bottom: 1px solid #000; font-size: 18px; line-height: 2.5; margin-top: .5em; white-space: normal; }
  #d-nest .concept_text p { line-height: 2; }
  #d-nest .concept_text p br { display: none; }
  #d-nest .concept_btn { font-size: 16px; }
  #d-nest .concept_btn span { font-size: 13px; }
  #d-nest .plan_tab { margin-top: 48px; }
  #d-nest .plan_tab_list { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding-right: 20px; padding-left: 20px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
  #d-nest .plan_tab_btn { min-width: 0; }
  #d-nest .plan_tab_en { font-size: 12px; }
  #d-nest .plan_tab_ja { font-size: 14px; }
  #d-nest .plan_tab_btn:first-child .plan_tab_en { font-size: 14px; }
  #d-nest .plan_tab_panels { margin-top: 42px; padding-bottom: 42px; }
  #d-nest .plan_tab_panel h4 { font-size: 23px; }
  #d-nest .plan_tab_panel p br { display: none; }
  #d-nest .plan_tab_panel_en { font-size: 18px; }
  #d-nest .feature_list { row-gap: 18px; text-align: left; }
  #d-nest .feature_list .font_jost { font-size: 58px; }
  #d-nest .feature_list h4 { font-size: 18px; }
  #d-nest .feature_list p br { display: none; }
  #d-nest .feature_target { margin-top: 0; padding: 12px 22px; }
  #d-nest .feature_target li { display: block; padding: 22px 0; }
  #d-nest .feature_target h4, #d-nest .feature_target p { width: 100%; }
  #d-nest .feature_target h4 { font-size: 19px; }
  #d-nest .feature_target p { margin-top: 8px; }
  #d-nest .scene_text { font-size: 16px; margin-bottom: 1em; }
  #d-nest .scene_list .d-md-flex { margin-top: 40px !important; }
  #d-nest .price_table { margin-top: 48px; margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); }
  #d-nest .price_table table { min-width: 980px; font-size: 13px; line-height: 1.45; }
  #d-nest .price_table .price_table_col_category { width: var(--price-table-category-width); }
  #d-nest .price_table .price_table_col_label { width: var(--price-table-label-width); }
  #d-nest .price_table .price_table_col_plan { width: calc((100% - var(--price-table-category-width) - var(--price-table-label-width)) / 6); }
  #d-nest .price_table th, #d-nest .price_table td { height: 72px; padding: 14px 12px; }
  #d-nest .price_table thead th { font-size: 13px; }
  #d-nest .price_table th span { font-size: 11px; }
  #d-nest .price_table_scroll { position: relative; }
  #d-nest .price_table_group th { height: 64px; font-size: 13px; }
  #d-nest .price_table_category { font-size: 14px; }
  #d-nest .price_table_mark { font-size: 17px; }
  #d-nest .room_facility_list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 24px 20px; }
  #d-nest .room_facility_list:before { content: none; }
  #d-nest .room_facility_list li { position: relative; width: auto; min-height: 0; padding: 0 12px 20px; border-bottom: none !important; }
  #d-nest .room_facility_list li:nth-child(n + 5) { padding-top: 0; }
  #d-nest .room_facility_list li:nth-child(n + 3) { padding-top: 22px; border-top: 1px solid #BEB9B4; }
  #d-nest .room_facility_list li:not(:nth-child(4n)):after { content: none; }
  #d-nest .room_facility_list li:not(:nth-child(2n)):after { content: ""; position: absolute; top: 12px; right: 0; bottom: 20px; width: 1px; background: #BEB9B4; }
  #d-nest .room_facility_list li > span { border-left: none !important; padding-right: 8px; padding-left: 8px; }
  #d-nest .room_facility_list img { width: 76px; height: 76px; }
  #d-nest .room_facility_list p { margin-top: 16px; font-size: 14px; min-height: 42px; }
  #d-nest .room_facility_list p span { font-size: 11px; }
  #d-nest .room_overview { margin-top: 72px !important; }
  #d-nest .room_overview_box { padding: 26px 22px; }
  #d-nest .room_overview_table th, #d-nest .room_overview_table td { display: block; width: 100%; padding: 12px 0; }
  #d-nest .room_overview_table th { padding-bottom: 0; border-bottom: none; }
  #d-nest .room_overview_table td { padding-top: 6px; }
  #d-nest .flow_list { max-width: 100%; margin-top: 56px; }
  #d-nest .flow_list:before { left: 78px; bottom: 20px; }
  #d-nest .flow_list:after { left: 39px; bottom: 19px; width: 40px; }
  #d-nest .flow_item { grid-template-columns: 64px 90px 1fr; column-gap: 24px; min-height: 126px; }
  #d-nest .flow_item:not(:first-child) { margin-top: 22px; }
  #d-nest .flow_body h4 { font-size: 18px; }
  #d-nest .flow_body p { margin-top: 12px; line-height: 1.8; }
  #d-nest .access_bg { min-height: 240px; background-position: center; }
  #d-nest .gmap iframe { height: 360px; } }
@media (max-width: 575px) { #d-nest section { padding-top: 60px; padding-bottom: 60px; }
  #d-nest .section_catch, #d-nest .scene_ttl_rl { font-size: 16px; }
  #d-nest .section_block { margin-top: 44px; }
  #d-nest .js-vivus { max-width: max-content; height: 42px; }
  #d-nest .header_logo--d-nest img { width: 120px; vertical-align: middle; }
  #d-nest .header_inner { padding: 10px 10px 10px 20px; }
  #d-nest .header_contact a { width: auto; padding: 0 10px; font-size: 11px; letter-spacing: 0; }
  #d-nest .header_contact a span { display: none; }
  #d-nest .allmenu_btn { flex-basis: 34px; }
  #d-nest.allmenu_open .header_inner { height: 390px; }
  #d-nest .headmenu { top: 56px; right: 16px; left: 16px; padding-top: 12px; }
  #d-nest .d-nest_kv { height: 520px; min-height: 520px; }
  #d-nest .d-nest_kv .d-nest_kv_content { right: auto; bottom: 30px; left: auto; }
  #d-nest .d-nest_kv .d-nest_kv_content h1 img { width: 240px; }
  #d-nest .d-nest_kv .d-nest_kv_content .kv_catch { font-size: 13px; }
  #d-nest .d-nest_kv .d-nest_kv_content .d-nest_kv_label img { width: 80px; }
  #d-nest .d-nest_kv .d-nest_kv_logo { display: block; text-align: center; }
  #d-nest .kv_btn { max-width: none; font-size: 14px; }
  #d-nest .concept_text_rl { font-size: 16px; }
  #d-nest .feature_list { gap: 14px; }
  #d-nest .feature_list .font_jost { font-size: 42px; }
  #d-nest .feature_list h4 { font-size: 16px; }
  #d-nest .feature_btm p { text-align: left !important; }
  #d-nest .scene_text { font-size: 14px; }
  #d-nest .scene_text + div { width: 100%; }
  #d-nest .feature_target h4 { font-size: 16px; }
  #d-nest .area_list .area_img p { font-size: 8px; }
  #d-nest .area_list p { font-size: 12px; line-height: 1.4; }
  #d-nest .area_list p span { display: block; font-size: 14px; }
  #d-nest .plan_tab_list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #d-nest .plan_tab_en { font-size: 10px; }
  #d-nest .plan_tab_btn { min-width: 0; padding: 8px; }
  #d-nest .plan_tab_btn:nth-child(n + 5) { grid-column: span 1; }
  #d-nest .plan_tab_panel h4 { font-size: 18px; }
  #d-nest .price_table table { min-width: 900px; }
  #d-nest .price_table th, #d-nest .price_table td { height: 70px; padding: 8px 12px; }
  #d-nest .room_list .room_item { padding: 20px; }
  #d-nest .room_list h4 { font-size: 18px; word-break: break-word; }
  #d-nest .room_facility_list li > span { padding: 0; }
  #d-nest .room_facility_list li p { font-size: 14px; }
  #d-nest .room_item_detail { grid-template-columns: 54px 1fr; column-gap: 12px; }
  #d-nest .room_item_detail:before { left: 66px; }
  #d-nest .room_item_detail dd { padding-left: 12px; }
  #d-nest .room_facility_list { padding: 20px 14px; }
  #d-nest .room_facility_list img { width: 64px; height: 64px; }
  #d-nest .access_bg { height: 170px; min-height: 170px; }
  #d-nest .gmap iframe { height: 300px; }
  #d-nest .scroll-to-top { right: 16px; bottom: 16px; width: 58px; height: 58px; }
  #d-nest .scroll-to-top span { top: 16px; width: 11px; height: 11px; }
  #d-nest .scroll-to-top em { margin-top: 20px; font-size: 10px; }
  #d-nest .concept_btn { font-size: 14px; padding: .5em 1em; right: 94px; bottom: 16px; }
  #d-nest .concept_btn span { font-size: 10px; }
  #d-nest .flow_list:before, #d-nest .flow_list:after { content: none; }
  #d-nest .flow_item { grid-template-columns: 46px 56px 1fr; column-gap: 14px; align-items: flex-start; min-height: 0; }
  #d-nest .flow_item:not(:first-child) { margin-top: 40px; }
  #d-nest .flow_num { font-size: 36px; }
  #d-nest .flow_ico img { width: 48px; height: 48px; }
  #d-nest .flow_body h4 { font-size: 16px; }
  #d-nest .flow_body p { font-size: 14px; }
  #d-nest .d-nest_contact .d-nest_submit { margin: auto; padding: 0; }
  #d-nest .d-nest_contact .d-nest_submit input[type="submit"] { width: 80%; }
  #d-nest footer { padding-top: 60px; padding-bottom: 56px; }
  #d-nest footer img { max-height: 42px; width: auto; } }
