@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
.guide-nav { /*display: none;*/ margin-bottom: 4rem; padding: 0; }
.guide-nav ul { justify-content: center; }
.guide-nav ul li { margin-bottom: 0; }
.guide-nav ul li.entry, .guide-nav ul li.members { display: none; }

.pla-detail { padding: 5rem 0 5rem; }

.plan-obi { background: #9e9e9a; text-align: center; color: #fff; padding: 0.6rem 2%; font-family: "Zen Old Mincho",'游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝','Noto Serif JP',  serif; font-weight: 400; font-style: normal; font-size: 1.8rem; }

.p-detail-head { position: relative; display: flex; align-items: stretch; }
.p-detail-head .pd-h-left { padding-right: 3rem; margin-top: 3rem; }
.p-detail-head .pd-h-left .type { font-size: 2.2rem; font-weight: 400; font-family: "Inter", sans-serif; font-style: normal; }
.p-detail-head .pd-h-left .type b { font-size: 3.6rem; font-weight: 400; }
.p-detail-head .pd-h-left .type .room-t { font-size: 1.2rem; }
.p-detail-head .pd-h-left .ldk { font-size: 2.5rem; font-weight: 400; font-family: "Inter", sans-serif; font-style: normal; margin-top: 1.5rem; line-height: 1.2; }
.p-detail-head .pd-h-right { width: 64%; border-left: 1px solid #ccc; padding-left: 3rem; margin-top: 3rem; font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'Noto Sans JP',sans-serif; font-weight: 400; font-style: normal; }
.p-detail-head .pd-h-right .senyu { font-size: 1.5rem; line-height: 1.3; }
.p-detail-head .pd-h-right .senyu b { font-size: 3.6rem; font-weight: 400; font-family: "Inter", sans-serif; font-style: normal; }
.p-detail-head .pd-h-right .senyu b .small { font-size: 2.2rem; font-weight: 400; display: inline-block; }
.p-detail-head .pd-h-right .note { margin-top: 0.5rem; font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'Noto Sans JP',sans-serif; font-weight: 400; font-style: normal; }
.p-detail-head .pd-h-right .pd-h-list { display: flex; justify-content: flex-start; flex-wrap: wrap; }
.p-detail-head .pd-h-right .pd-h-list li { display: block; font-size: 1.4rem; line-height: 1.3; padding-right: 1rem; margin-top: 0.5rem; white-space: nowrap; }
.p-detail-head .floor { position: absolute; top: 0; right: 0; width: 18.1818%; margin-top: 3rem; }
.p-detail-head .floor img { width: 100%; height: auto; }
@media screen and (max-width: 768px) { .p-detail-head { flex-wrap: wrap; }
  .p-detail-head .pd-h-left { width: 100%; }
  .p-detail-head .pd-h-right { width: 100%; box-sizing: border-box; }
  .p-detail-head .pd-h-right .note { font-size: 1.3rem; }
  .p-detail-head .floor { width: 30%; margin-top: 1rem; } }

.p-detail-merit ul { padding-top: 1.5rem; }
.p-detail-merit ul li { display: block; position: relative; margin-top: 1.5rem; font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'Noto Sans JP',sans-serif; font-weight: 400; font-style: normal; font-size: 1.6rem; line-height: 1.5; position: relative; padding-left: 1.5rem; }
.p-detail-merit ul li:before { content: ""; position: absolute; left: 0; top: 0.6rem; border: 1px solid #333; width: 1rem; height: 1rem; }
@media screen and (max-width: 768px) { .p-detail-merit ul li { font-size: 1.8rem; } }

.p-detail-cap { max-width: 900px; margin: auto; margin-top: 8rem; }
.p-detail-cap .note { font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'Noto Sans JP',sans-serif; font-weight: 400; font-style: normal; margin-top: 1rem; }

.pd-back { width: 100%; margin: auto; margin-top: 8rem; max-width: 80rem; }
.pd-back a { display: block; position: relative; overflow: hidden; border: 1px solid #333; box-sizing: border-box; padding: 2rem 1%; text-align: center; transition: 0.5s; }
.pd-back a .text01 { font-size: 2.3rem; line-height: 1.3; display: block; white-space: nowrap; }
.pd-back a .text02 { font-size: 1.3rem; line-height: 1.3; display: block; margin-top: 0.5rem; white-space: nowrap; }
.pd-back a:hover { background: #fff; }

.zumen-list { position: relative; }
.zumen-list ul { display: flex; flex-wrap: wrap; align-items: flex-start; }
.zumen-list ul li { margin-top: 7rem; }
.zumen-list ul li img { width: 100%; height: auto; }
.zumen-list .arrow-nav { position: absolute; /*display: block;*/ display: none; width: 5rem; top: 50%; }
.zumen-list .arrow-nav .arrow { display: block; width: 5rem; height: 5rem; position: relative; border-radius: 50%; background: rgba(0, 0, 0, 0.2); }
.zumen-list .arrow-nav .arrow:before { content: ""; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); border-top: 2px solid #fff; border-left: 2px solid #fff; width: 1rem; height: 1rem; }
.zumen-list .arrow-nav.next { right: 0; transform: translate(50%, -50%); }
.zumen-list .arrow-nav.next .arrow:before { transform: translateX(-50%) translateY(-50%) rotate(135deg); }
.zumen-list .arrow-nav.back { left: 0; transform: translate(-50%, -50%); }
.zumen-list .arrow-nav.back .arrow:before { transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
@media screen and (max-width: 768px) { .zumen-list .arrow-nav { display: none; } }
@media screen and (max-width: 480px) { .zumen-list ul li img { width: 116%; margin-left: -8%; } }

@media screen and (max-width: 480px) { .plandetail #container img { max-width: inherit; } }

.plan-c ul li:nth-child(1), .plan-m ul li:nth-child(1) { width: 50%; margin-right: -5%; margin-left: 5%; }
.plan-c ul li:nth-child(2), .plan-m ul li:nth-child(2) { width: 50%; margin-left: -5%; margin-right: 5%; }
.plan-c ul li:nth-child(3), .plan-m ul li:nth-child(3) { width: 50%; margin-right: -5%; margin-left: 5%; }
.plan-c ul li:nth-child(4), .plan-m ul li:nth-child(4) { width: 50%; margin-left: -5%; margin-right: 5%; box-sizing: border-box; }
@media screen and (max-width: 768px) { .plan-c ul li:nth-child(1), .plan-c ul li:nth-child(2), .plan-c ul li:nth-child(3), .plan-m ul li:nth-child(1), .plan-m ul li:nth-child(2), .plan-m ul li:nth-child(3) { width: 85.8%; margin-left: 7.1%; margin-right: 7.1%; }
  .plan-c ul li:nth-child(4), .plan-m ul li:nth-child(4) { width: 100%; margin-left: 0%; margin-right: 0%; padding-left: 0%; } }

.plan-h ul li:nth-child(1), .plan-d ul li:nth-child(1) { width: 58.4%; margin-left: 20.8%; margin-right: 20.8%; }
.plan-h ul li:nth-child(2), .plan-d ul li:nth-child(2) { width: 50%; }
.plan-h ul li:nth-child(3), .plan-d ul li:nth-child(3) { width: 50%; }
@media screen and (max-width: 768px) { .plan-h ul li:nth-child(1), .plan-d ul li:nth-child(1) { width: 100%; margin-left: 0%; margin-right: 0%; }
  .plan-h ul li:nth-child(2), .plan-h ul li:nth-child(3), .plan-d ul li:nth-child(2), .plan-d ul li:nth-child(3) { width: 85.8%; margin-left: 7.1%; margin-right: 7.1%; } }

.plan-i ul li:nth-child(1) { width: 58.4%; margin-left: 20.8%; margin-right: 20.8%; }
.plan-i ul li:nth-child(2) { width: 50%; }
.plan-i ul li:nth-child(3) { width: 50%; }
@media screen and (max-width: 768px) { .plan-i ul li:nth-child(1) { width: 100%; margin-left: 0%; margin-right: 0%; }
  .plan-i ul li:nth-child(2), .plan-i ul li:nth-child(3) { width: 85.8%; margin-left: 7.1%; margin-right: 7.1%; } }

.img-hanrei img { width: 100%; max-width: 18rem !important; height: auto; }

/******************************************************

detaile - tab

******************************************************/
.tab-btn-container { width: 100%; margin-top: 8rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }
.tab-btn-container .tab-btn { padding: 8px; text-align: center; line-height: 1.2; font-size: 1.6rem; color: #3e3d3c; border: thin solid #3e3d3c; cursor: pointer; transition: .4s; }
.tab-btn-container .tab-btn.active, .tab-btn-container .tab-btn:hover { background-color: #3e3d3c; color: #fff; }

.tab-contents { display: none; padding-top: 5.6rem; transition: .4s; }
.tab-contents.show { display: block; }

.good-design-award { max-width: 960px; margin: 6rem auto; padding: 2rem 2rem 4rem; text-align: center; border: 1px solid #3e3d3c; }
.good-design-award .img { max-width: 434px; margin: 0 auto; }
.good-design-award .copy { padding: 0; font-size: 2.2rem; line-height: 1.5; }
@media screen and (max-width: 480px) { .good-design-award .copy { font-size: 2.1rem; } }
