@charset "UTF-8";

/*=====================

プラン CSS

=====================*/

article {
  overflow: clip!important;
}

.c-page-caption {
  margin-bottom: 10px;
}
#plan .scroll_tag__list--left {
    /*animation: infinity-scroll-left 50s infinite linear 0.5s both;*/
    animation: infinity-scroll-left 240s infinite linear 0.5s both;
}

/*---------------------*/
/* 共通 */
/*---------------------*/
.conCopy {
  width: 100%;
  margin-bottom: 5em;
}
.conCopy p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
}
.conCopy .tx02,
.conCopy .tx03 {
  color: #333;
}
.conCopy .tx01 {
  font-size: 65px;
  line-height: 1.0;
  letter-spacing: 0.05em;
  color: #753137;
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
}
.conCopy .tx02 {
  font-size: 22px;
  line-height: 2.0;
  margin: 1.6em auto;
}

.con_tx01 {
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
}
.con_tx02 {
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
}
.con_tx03 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
}
#plan .conTtlArea .conTtl h3.con_tx01 {
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
}

.topImg {
  width: 100%;
  margin: 0 auto 5em;
}

@media screen and (max-width: 768px) {
#thirdplace .mainTtlArea {
  padding: 0 0 3em;
}
.conCopy {
  margin-bottom: 2.5em;
}
.conCopy .tx01 {
  /*font-size: 65px;*/
  /*font-size: 9.505vw;*/
  font-size: 8.005vw;
}
.conCopy .tx02 {
  /*font-size: 22px;*/
  /*font-size: 3.906vw;*/
  font-size: 3.606vw;
}
.topImg {
  margin: 0 auto 2em;
}
}
@media screen and (max-width: 430px) {
}


/*---------------------*/
/*メインタイトル*/
/*---------------------*/
.mainTtlArea .ttl_icon {
  position: absolute;
  bottom: 4%;
  right: 0.5%;
  width: 14%;
  z-index: 10;
  animation: ttl_icon_fadein 1s ease-in-out 0.3s forwards;
  opacity: 0;
}
.mainTtlArea .ttl_icon img {
  animation: ttl_icon 2s ease-in-out 1.3s infinite;
}
/* アニメーション */
@keyframes ttl_icon_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ttl_icon {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(0, 0) rotate(0deg);
  }
  30% {
    transform: translate(0, -10px) rotate(0deg);
  }
  40% {
    transform: translate(0, -10px) rotate(-7deg);
  }
  50% {
    transform: translate(0, -10px) rotate(0deg);
  }
  60% {
    transform: translate(0, -10px) rotate(-7deg);
  }
  70% {
    transform: translate(0, -10px) rotate(0deg);
  }
  80% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}


/* Tab */
@media only screen and (max-width: 768px) {
  .mainTtlArea .ttl_icon {
    width: 18%;
  }
}

/* sp */
@media only screen and (max-width: 430px) {
  .mainTtlArea .ttl_icon {
    width: 18%;
  }
}


/*---------------------*/
/*PLAN*/
/*---------------------*/
#planArea {
  width: 100%;
  background: url(../images/plan/bg_01.webp) no-repeat 0% 0%/contain;
}
#planArea .content {
  border-bottom: none;
}
/**/
.plan_zumenArea {
  width: 100%;
  margin: 0 auto;
}
.plan_zumenArea .tab-buttons {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 6em auto 4.5em;
  justify-content: space-between;
  gap: 0.6em;
}

.plan_zumenArea .tab-button {
  width: calc((100% - 1.2em) / 3);
  padding: 0.7em 0;
  font-size: 25px;
  letter-spacing: 0.1em;
  background: #c7c7c7;
  color: #808080;
  cursor: pointer;
  transition: all 0.5s;
}
.plan_zumenArea .tab-button:hover {
  opacity: 0.5;
}

.plan_zumenArea .tab-button.active {
  background: linear-gradient(to right, #f8ddce 0%, #fcf1db 50%, #d5ab8f 100%);
  color: #191919;
}

.plan_zumenArea .tab-content {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 6em;
}

.plan_zumenArea .tab-panel {
  display: none;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5em;
}

.plan_zumenArea .tab-panel.active {
  display: flex;
}

/**/
.plan_zumenArea .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plan_zumenArea a.floor-card {
  width: calc((100% - 1.5em) / 2);
  background: #fff;
  box-shadow: 10px 10px 23px #6666665d;
  border-radius: 8px;
  text-decoration: none;
  color: #000;
  transition: all 0.5s;
}
.plan_zumenArea .floor-card .left {
  width: 48%;
}
.plan_zumenArea .floor-card .right {
  width: 52%;
}

.plan_zumenArea .card-info {
  flex: 1;
  padding: 1.5em 2.5em;
}
.plan_zumenArea .txArea {
  margin: 0 auto 2em;
  letter-spacing: 0.1em;
}
.plan_zumenArea .txArea .bor {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 0.4em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #000;
}

.plan_zumenArea .card-info .tx {
  /*font-size: 34px;*/
  font-size: 29px;
  line-height: 1.0;
}
.plan_zumenArea .card-info b,
.plan_zumenArea .card-info strong {
  font-weight: lighter;
}
.plan_zumenArea .card-info b {
  /*font-size: 60px;*/
  font-size: 52px;
  margin-left: 0.15em;
}
.plan_zumenArea .card-info strong {
  /*font-size: 51px;*/
  font-size: 43px;
  padding-right: 0.2em;
}

.plan_zumenArea .card-info .layout {
  /*font-size: 30px;*/
  font-size: 25px;
  line-height: 1.0;
}
.plan_zumenArea .card-info .layout b {
  /*font-size: 45px;*/
  font-size: 40px;
}

.plan_zumenArea .card-info .area {
  /*font-size: 16px;*/
  font-size: 14px;
  text-align: center;
}
.plan_zumenArea .card-info .area b {
  /*font-size: 28px;*/
  font-size: 23px;
}

.plan_zumenArea .category {
  letter-spacing: 0.1em;
  margin-top: 2em;
  text-align: left;
}

.plan_zumenArea .category .tag_ttl {
  /*font-size: 20px;*/
  font-size: 18px;
  padding-left: 0.2em;
  margin-bottom: 0.4em;
  border-bottom: 1px solid #c5cebb;
}

.plan_zumenArea .tags span {
  display: table;
  background: #f1eadc;
  padding: 0.6em 1.5em;
  /*font-size: 15px;*/
  font-size: 14px;
  margin-top: 0.6em;
}
.plan_zumenArea .tags span:first-child {
  margin-top: 0;
}

.plan_zumenArea a.floor-card:hover {
  opacity: 0.5;
}

.plan_zumenArea .view_button {
  width: 100%;
  margin: 0 auto;
  padding: 0 2.3rem 3.5rem;
}
.plan_zumenArea .view_button span {
  width: 100%;
  background: #753137;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 10px 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 14px;
  text-align: center;
}
.plan_zumenArea .view_button span:after {
  content: '';
  width: 11px;
  height: 11px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

/* Tab */
@media only screen and (max-width: 768px) {
  #planArea .main_pCon {
    width: 100%;
    background: url(../images/plan/bg_05.webp) no-repeat 0% 0%/contain;
  }
  .plan_zumenArea .tab-buttons {
    width: 100%;
    display: block;
    margin: 3em auto;
    gap: none;
  }

  .plan_zumenArea .tab-button {
    width: 100%;
    padding: 0.7em 0;
    /*font-size: 25px;*/
    font-size: 4.296vw;
    margin-bottom: 0.8em;
  }
  .plan_zumenArea .tab-button:last-child {
    margin-bottom: 0;
  }
  .plan_zumenArea .tab-content {
    display: block;
    margin-top: 3.5em;
  }
  .plan_zumenArea .tab-panel {
    gap: 2.5em;
  }
  /**/
  .plan_zumenArea .con {
    display: block;
  }
  .plan_zumenArea a.floor-card {
    width: 95%;
    margin: 0 auto;
    box-shadow: 5px 5px 10px #6666665d;
  }
  .plan_zumenArea .floor-card .left {
    width: 100%;
  }
  .plan_zumenArea .floor-card .right {
    width: 70%;
    margin: 2em auto 0;
  }

  .plan_zumenArea .card-info {
    flex: 1;
    padding: 1em 1.2em;
  }
  .plan_zumenArea .txArea {
    margin: 0 auto 1.2em;
  }
  .plan_zumenArea .txArea .bor {
    display: block;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
  }
  .plan_zumenArea .card-info .tx {
    /*font-size: 34px;*/
    font-size: 5.468vw;
  }
  .plan_zumenArea .card-info b {
    /*font-size: 60px;*/
    font-size: 8.854vw;
  }
  .plan_zumenArea .card-info strong {
    /*font-size: 51px;*/
    font-size: 7.682vw;
  }
  .plan_zumenArea .card-info .layout {
    /*font-size: 30px;*/
    font-size: 4.947vw;
    margin-top: 0.3em;
  }
  .plan_zumenArea .card-info .layout b {
    /*font-size: 45px;*/
    font-size: 6.901vw;
  }
  .plan_zumenArea .card-info .area {
    /*font-size: 16px;*/
    font-size: 3.125vw;
  }
  .plan_zumenArea .card-info .area b {
    /*font-size: 28px;*/
    font-size: 4.687vw;
  }
  .plan_zumenArea .category {
    margin-top: 1.5em;
  }
  .plan_zumenArea .category .tag_ttl {
    /*font-size: 20px;*/
    font-size: 3.645vw;
  }
  .plan_zumenArea .tags span {
    /*font-size: 15px;*/
    font-size: 3.125vw;
  }

  .plan_zumenArea .view_button {
    padding: 0 2.5rem 3.5rem;
  }
  .plan_zumenArea .view_button span {
    padding: 1.2rem;
    font-size: 2.344vw;
  }
}

/* sp */
@media only screen and (max-width: 430px) {
  .plan_zumenArea .view_button {
    padding: 0 1.5rem 2.5rem;
  }
  .plan_zumenArea .view_button span {
    font-size: 3.271vw;
  }
}

/*---------------------*/
/*住戸表*/
/*---------------------*/
.jyuko {
  width: 100%;
  margin: 6.5em auto 0;
  padding: 5em 0;
  background: url(../images/plan/bg_02.webp) no-repeat 0% 0%/cover;
}
.jyuko .section {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.jyuko .ttl {
  font-size: 40px;
  line-height: 1.0;
  margin-bottom: 0.5em;
  text-align: left;
  color: #753137;
  letter-spacing: 0.1em;
}
/* Tab */
@media only screen and (max-width: 768px) {
.jyuko {
  margin: 4em auto 0;
  padding: 3em 0 4em;
}
.jyuko .section {
  width: 90%;
}
.jyuko .ttl {
  font-size: 6.25vw;
  margin-bottom: 0.5em;
  text-align: center;
}
}
/* sp */
@media only screen and (max-width: 430px) {
}

/*---------------------*/
/*収納*/
/*---------------------*/
#storage {
  width: 100%;
  background: url(../images/plan/bg_01.webp) no-repeat 0% 0%/contain;
}
/**/
#storage .con02 {
  width: 100%;
  max-width: 970px;
  margin: 6em auto 0;
}

#storage .con02 .left {
  width: 42%;
}
#storage .con02 .right {
  width: 51%;
  background: #fff;
}
#storage .con02 .right .right_con {
padding: 2.5em;
box-shadow: 3px 3px 15px #0000002d;
}

#storage .con02 .left img {
  width: 100%;
  height: auto;
  display: block;
}
#storage .con02 .swiper-slide .txArea {
  margin: 0 auto 2em;
  letter-spacing: 0.1em;
  text-align: left;
}
#storage .con02 .swiper-slide .txArea .tx01 {
  font-size: 37px;
  margin-bottom: 0.25em;
}
#storage .con02 .swiper-slide .txArea .tx02 {
  font-size: 18px;
  margin: 0 auto 1em;
  padding-bottom: 0.5em;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #000;
}
#storage .con02 .swiper-slide .txArea .tx03 {
  font-size: 13px;
  line-height: 2.4;
}

/**/
#storage .con02 .swiper {
  width: 100%;
  height: auto;
}
#storage .con02 .swiper-slide {
  width: 98%!important;
  margin: 0 auto;
  display: flex;
  align-items: normal;
  justify-content: space-between;
  overflow: visible;
  padding-right: 2%;
}

#storage .con02 .swiper-slide img {
  width: 100%;
  height: auto;
}

#storage .con02 .swiper-pagination {
  position: static; /* フローレイアウトで通常の位置に */
  text-align: center;
  margin-top: 20px;
}
/**/
/* ページネーションのドットサイズと間隔 */
.swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: #707070; /* 通常の色 */
  opacity: 1; /* デフォルトの半透明をなくす */
  margin: 0 6px!important;
  border-radius: 50%;
}

/* アクティブなドット（現在表示中のスライド） */
.swiper-pagination-bullet-active {
  background-color: #bfbfbf; /* アクティブ色（例：青） */
}
#storage .bot_cap {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 1.5em;
  text-align: left;
  letter-spacing: 0.1em;
}

/* Tab */
@media only screen and (max-width: 768px) {
#storage {
  position: relative;
  width: 100%;
}
/**/
#storage .con02 {
  width: 90%;
  margin: 2em auto 0;
}
#storage .con02 .left {
  width: 95%;
  margin: 0 auto 1.5em;
}
#storage .con02 .right {
  width: 95%;
  margin: 0 auto;
}
#storage .con02 .right .right_con {
  padding: 1.5em 1.2em;
}

#storage .con02 .swiper-slide .txArea {
  margin: 0 auto 1.5em;
}
#storage .con02 .swiper-slide .txArea .tx01 {
  /*font-size: 37px;*/
  font-size: 5.859vw;
}
#storage .con02 .swiper-slide .txArea .tx02 {
  /*font-size: 18px;*/
  font-size: 4.687vw;
  margin: 0 auto 1em;
  padding-bottom: 0.5em;
}
#storage .con02 .swiper-slide .txArea .tx03 {
  /*font-size: 13px;*/
  font-size: 3.125vw;
  line-height: 2.0;
}
/**/
#storage .con02 .swiper {
  width: 100%;
  height: auto;
}
#storage .con02 .swiper-slide {
  /*width: 95%!important;*/
  width: 100%!important;
  display: block;
  margin: 0 auto;
  padding-right: 0;
}
/**/
/* ページネーションのドットサイズと間隔 */
.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 4px!important;
}
#storage .bot_cap {
  font-size: 10px;
  line-height: 1.4;
  margin-top: 0.8em;
}
}

/* sp */
@media only screen and (max-width: 430px) {
}

/*---------------------*/
/*アコーディオンメニュー メニュー仕様*/
/*---------------------*/
/*チェックボックスを非表示にする*/
.sp_tab input {
	display: none;
}
/*スマホアコーディオンメニュー*/
.sp_tab {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto 6em;
}
.sp_tab .tab_ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.sp_tab .tab_li {
  width: 100%;
  margin-bottom: 1.2em;
	position: relative;
  background: #FFF;
}
.sp_tab .btn-accordion {
	width: 100%;
  position: relative;
	box-sizing: border-box;
	cursor: pointer;
	/*transition: all .3s;*/
	letter-spacing: 0.1em;
}
.sp_tab .btn-accordion .top_tx {
  position: relative;
	font-size: 16.5px;
	line-height: 1.6;
  padding: 0 4rem;
  height: 90px;
  text-align: left;
  display: flex;
  align-items: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
  background: #FFF;
}
.sp_tab .btn-accordion .top_tx.top_tx02 {
  font-size: 15px;
}
.sp_tab .btn-accordion p {
	margin-bottom: 0;
}
.sp_tab .btn-accordion .top_tx::after {
	content: '';
	position: absolute;
	top: 46%;
	bottom: 0;
	right: 3%;
	width: 20px;
	height: 20px;
	border-top: 2px solid #191919;
	border-right: 2px solid #191919;
	transform: translateY(-50%) rotate(135deg);
  /*transition: transform 0.3s ease;*/
}
.sp_tab .btn-accordion .top_tx.top_tx02::after {
	content: '';
	right: 5%;
}
/*押した時*/
/*
.sp_tab .btn-accordion.open .top_tx::after {
  transform: translateY(-20%) rotate(-45deg);
}*/
/*
.sp_tab .btn-accordion.open::before {
  content: '';
	position: absolute;
  left: 0;
	bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}*/

.sp_tab .tab_li .con {
	display: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
#planmain .obi {
  display: flex;
	flex-wrap: wrap;
  align-items: center;
  letter-spacing: 0;
  font-size: 33px;
  height: 75px;
  padding: 0 0.7em;
  /*padding: 0.2em 0.7em;*/
}
#planmain .obi .num {
  letter-spacing: 0.05em;
  margin-right: 0.5em;
}
#planmain .obi .num_ttl {
  font-size: 22px;
  letter-spacing: 0.05em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
}
.sp_tab .aco_content {
  padding: 3em;
  background-color: #FFF;
}

/*背景色*/
#planmain .obi.obi01 {
  font-size: 40px;
  line-height: 1.0;
  /*padding: 0.1em 0.6em;*/
  padding: 0 0.6em;
  background: linear-gradient(to right, #ded8c8, #fbf2df 31%, #e1dac9 76%, #ede4ce 100%);
}
#planmain .obi.obi02 {
  background: linear-gradient(to right, #c0e9ea, #edf7f6 50%, #bfe6e6 100%);
}
#planmain .obi.obi03 {
  background: linear-gradient(to right, #fcf6f3, #fcfaf3 58%, #f3e9e2 100%);
}
#planmain .obi.obi04 {
  background: linear-gradient(to right, #e8eef6, #d8e6f3 50%, #cedeef 100%);
}
#planmain .obi.obi05 {
  background: linear-gradient(to right, #f2e7eb, #f8f2f4 50%, #f2e7ec 100%);
}
#planmain .obi.obi06 {
  background: linear-gradient(to right, #f2f6f2, #e6f1e8 50%, #dbecdf 100%);
}
#planmain .obi.obi07 {
  background: linear-gradient(to right, #faf8ef, #faf5e0 50%, #faefd9 100%);
}

/**/
#planmain .planwrap {
	margin-bottom: 1.5em;
}
#planmain .planwrap.last {
	margin-bottom: 0;
}

#planmain .tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	cursor: pointer;
	gap: 1.2em;
	padding: 0;
	margin: 0;
}
#planmain .tab_01 {
  position: relative;
	width: calc((100% - 1.2em) / 2);
	box-sizing: border-box;
  border: 1px solid #666666;
  /*border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  border-left: 1px solid #666666;*/
  /*box-shadow: 0px 0px 3px #66666632;*/
}
#planmain .tab_01.first {
  width: 100%;
}
#planmain .tab_01 .tab01_img {
  width: 190px;
}
/**/
/*
#planmain .tab_01.dimmed {
  filter: brightness(0.9);
  transition: opacity 0.3s ease, filter 0.3s ease;
}*/

/**/
#planmain .tab_01.active {
  position: relative;
	background: #FFF;
  /*padding-bottom: 1.2em;*/
  border-bottom: 1px solid #fff;
}
/*
#planmain .tab_01.active::before {
  content: '';
	position: absolute;
  left: 0;
	bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}*/
#planmain .tab_01.inactive {
	/*background: #dfdddd;*/
}
#planmain .tab_01.inactive::before {
  content: '';
	position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #19191917;
  z-index: 2;
  /*content: '';
	position: absolute;
  left: 0;
	bottom: -0.5px;
  width: 100%;
  height: 0.5px;
  background-color: #000;*/
}
#planmain .content {
  position: relative;
	display: none;
	padding: 5em 0;
	background: #FFF;
  /*border: 1px solid #666666;*/
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
  border-left: 1px solid #666666;
  /*box-shadow: 3px 3px 3px #66666632;*/
}
/*
#planmain .content::before {
  content: '';
	position: absolute;
  left: 0;
	top: -1.5px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}*/
#planmain .plan_txtArea {
	width: 100%;
}

/* Tab */
@media only screen and (max-width: 768px) {
/*スマホアコーディオンメニュー*/
.sp_tab {
	margin: 0 auto 4em;
}
.sp_tab .tab_li {
  margin-bottom: 1.2em;
}
.sp_tab .btn-accordion .top_tx {
  position: relative;
	/*font-size: 16.5px;*/
  font-size: 3.385vw;
  padding: 1em 3.4em 1em 1.2em;
  /*height: 90px;*/
  height: initial;
}
.sp_tab .btn-accordion .top_tx.top_tx02 {
  /*font-size: 15px;*/
  font-size: 3.125vw;
}
.sp_tab .btn-accordion .top_tx::after {
	content: '';
	width: 15px;
	height: 15px;
  right: 5%;
	border-top: 1px solid #191919;
	border-right: 1px solid #191919;
}

.sp_tab .tab_li .con {
	display: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
#planmain .obi {
  /*font-size: 33px;*/
  font-size: 5.338vw;
  /*height: 75px;*/
  height: initial;
  padding: 0.25em 0.7em;
}
#planmain .tab01_img {
  /*width: 30.85vw;*/
  width: 40.85vw;
  max-width: 237px;
}
#planmain .obi .num {
  margin-right: 0.5em;
}
#planmain .obi .num_ttl {
  /*font-size: 22px;*/
  font-size: 3.906vw;
}
.sp_tab .aco_content {
  padding: 1.5em 1.2em;
}

/*背景色*/
#planmain .obi.obi01 {
  /*font-size: 40px;*/
  font-size: 6.25vw;
  padding: 0.2em 0.6em;
}

/**/
#planmain .planwrap {
	margin-bottom: 1.5em;
}
#planmain .planwrap.last {
	margin-bottom: 0;
}

#planmain .tabs {
	gap: 1.2em;
}
#planmain .tab_01 {
  width: 100%;
}
#planmain .tab_01 .tab01_img {
  width: 35vw;
  max-width: 190px;
}
#planmain .content {
	padding: 2.5em 0;
}

}
/* sp */
@media only screen and (max-width: 430px) {
}

/*---------------------*/
/*アコーディオンメニュー メニュー内容*/
/*---------------------*/
#planmain .wid01 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#planmain .wid02 {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

/*01*/
#planmain .wid01 {
  letter-spacing: 0.1em;
}
#planmain .wid01 .logoArea {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
#planmain .wid01 .txt {
  font-size: 19px;
  line-height: 1.8;
  text-align: left;
  margin: 3em auto 5em;
}
#planmain .wid01 .pointArea {
  width: 100%;
  margin: 0 auto;
}
#planmain .wid01 .pointArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6em;
  padding: 0;
}
#planmain .wid01 .pointArea li {
  width: calc((100% - 1.8em) / 4);
  padding: 1.5em 1.2em;
  color: #753137;
  text-align: left;
}
#planmain .wid01 .pointArea li .tx01 {
  font-size: 15px;
}
#planmain .wid01 .pointArea li .tx01 b {
  font-size: 30px;
  line-height: 1.0;
  display: block;
  border-bottom: 0.5px solid #b2b2b2;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
}
#planmain .wid01 .pointArea li .tx02 {
  font-size: 20px;
  line-height: 1.3;
}
#planmain .wid01 .pointArea li.point01 {
  background-color: #f2f2f2;
}
#planmain .wid01 .pointArea li.point02 {
  background: linear-gradient(to right, #f9efe9, #faf5ec 58%, #eaddd1 100%);
}
/*02*/
#planmain .wid02 .ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#planmain .wid02 .ul.yoko {
  align-items: center;
}
#planmain .wid02 .ul.yoko .li_left {
  border: none;
}
#planmain .wid02 .ul.yoko .li_right {
  margin-top: 0;
}
#planmain .wid02 .li_left {
  width: 50%;
  border: 1px solid #333;
}
#planmain .wid02 .li_right {
  width: 43%;
  margin-top: 2em;
}
#planmain .wid02 .tx_con {
  text-align: left;
  letter-spacing: 0.1em;
}
#planmain .wid02 .tx_con .text_01 {
  font-size: 19px;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  color: #a79159;
  border-bottom: 1px solid #b2b2b2;
}
#planmain .wid02 .tx_con .text_02 {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 2em;
}

/* Tab */
@media only screen and (max-width: 768px) {
#planmain .wid01 {
  width: 90%;
}
#planmain .wid02 {
  width: 90%;
}
/*01*/
#planmain .wid01 .logoArea {
  width: 80%;
}
#planmain .wid01 .txt {
  /*font-size: 19px;*/
  font-size: 3.515vw;
  margin: 2em auto 4em;
}

#planmain .wid01 .pointArea ul {
  gap: 0.6em;
}
#planmain .wid01 .pointArea li {
  width: calc((100% - 0.6em) / 2);
  padding: 1.2em 1em;
}

#planmain .wid01 .pointArea li .tx01 {
  /*font-size: 15px;*/
  font-size: 3.125vw;
}
#planmain .wid01 .pointArea li .tx01 b {
  /*font-size: 30px;*/
  font-size: 4.947vw;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
}
#planmain .wid01 .pointArea li .tx02 {
  /*font-size: 20px;*/
  font-size: 3.645vw;
}
/*02*/
#planmain .wid02 .ul {
  display: block;
}
#planmain .wid02 .li_left {
  width: 100%;
}
#planmain .wid02 ul.yoko .li_right {
  margin-top: 0;
}
#planmain .wid02 .li_right {
  width: 100%;
  margin-top: 2em;
}
#planmain .wid02 .tx_con .text_01 {
  /*font-size: 19px;*/
  font-size: 3.515vw;
}
#planmain .wid02 .tx_con .text_02 {
  /*font-size: 15px;*/
  font-size: 3.125vw;
  margin-bottom: 2em;
}

}
/* sp */
@media only screen and (max-width: 430px) {
}

/*---------------------*/
/*カジラク*/
/*---------------------*/
#kagiraku {
  position: relative;
  width: 100%;
}
#kagiraku .zindex {
  position: relative;
  z-index: 3;
}
#kagiraku .main_pCon > .p_name.zindex01 {
  z-index: 3;
}
/**/
#kagiraku .content.bg02 {
  padding: 5em 0 0;
  background: #FFF;
}
#kagiraku .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#kagiraku .conTtlArea.ttl_bo {
  background: url(../images/plan/bg_04.webp) no-repeat 0% 0%/cover;
}
#kagiraku .content.bg01 {
  background: url(../images/plan/bg_04.webp) no-repeat 0% 0%/cover;
}
/**/
#kagiraku .kagi_txt01 b,
#kagiraku .kagi_txt01,
#kagiraku .kagi_txt02 {
  letter-spacing: 0.05em;
}
#kagiraku .kagi_txt01 {
  font-size: 16px;
  line-height: 2.0;
  text-align: left;
  margin-bottom: 3em;
}
#kagiraku .kagi_txt02 {
  font-size: 28px;
  line-height: 2.0;
  text-align: center;
  margin: 3em auto 4em;
}
/**/
#kagiraku .kagi_con01 ul {
  padding: 0;
}
#kagiraku .kagi_con01 li {
  margin-bottom: 5em;
  list-style: none;
}
#kagiraku .kagi_con01 li:last-child {
  margin-bottom: 0;
}
#kagiraku .kagi_txt01 b,
#kagiraku .kagi_con01 .ttl {
  font-size: 32px;
  line-height: 1.0;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #b2b2b2;
  color: #a79159;
  text-align: left;
}
#kagiraku .kagi_txt01 b {
  display: block;
  margin-bottom: 1em;
  font-weight: normal;
}
#kagiraku .kagi_con01 .ttl b {
  font-size: 45px;
  font-weight: normal;
}
#kagiraku .kagi_con01 .tx_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#kagiraku .kagi_con01 .tx_ul.tx_ul02 {
  margin-top: 3.5em;
}
#kagiraku .kagi_con01 .tx {
  font-size: 16px;
  line-height: 2.0;
  text-align: left;
}
#kagiraku .kagi_con01 .tx .cap {
  font-size: 12px;
  margin-top: 0.5em;
}
#kagiraku .kagi_con01 .tx_ul .left {
  width: 44%;
}
#kagiraku .kagi_con01 .tx_ul .right {
  width: 52%;
}
#kagiraku .swiper-pagination {
    position: static;
    text-align: center;
    margin-top: 20px;
}

/* Tab */
@media only screen and (max-width: 768px) {
#kagiraku {
  width: 100%;
  background: url(../images/plan/bg_04.webp) no-repeat 0% 0%/cover;
}
/**/
#kagiraku .bg {
  position: absolute;
}
#kagiraku .content.bg02 {
  padding: 3em 0 0;
}
#kagiraku .conTtlArea.ttl_bo {
  background: none;
}
#kagiraku .content.bg01 {
  background: none;
}
/**/
#kagiraku .kagi_txt01 {
  /*font-size: 16px;*/
  font-size: 3.125vw;
  margin-bottom: 2em;
}
#kagiraku .kagi_txt02 {
  /*font-size: 28px;*/
  font-size: 4.687vw;
  margin: 2em auto 3em;
}
/**/
#kagiraku .kagi_con01 li {
  margin-bottom: 3em;
}
#kagiraku .kagi_txt01 b,
#kagiraku .kagi_con01 .ttl {
  /*font-size: 32px;*/
  font-size: 5.208vw;
  margin-bottom: 0.6em;
}
#kagiraku .kagi_txt01 b {
  margin-bottom: 0.6em;
}
#kagiraku .kagi_con01 .ttl b {
  /*font-size: 45px;*/
  font-size: 6.901vw;
}
#kagiraku .kagi_con01 .tx_ul {
  display: block;
}
#kagiraku .kagi_con01 .tx_ul.tx_ul02 {
  margin-top: 0;
}
#kagiraku .kagi_con01 .tx {
  /*font-size: 16px;*/
  font-size: 3.125vw;
  margin-bottom: 2em;
}
#kagiraku .kagi_con01 .tx .cap {
  font-size: 10px;
  margin-top: 0.5em;
}
#kagiraku .kagi_con01 .tx_ul .left {
  width: 100%;
}
#kagiraku .kagi_con01 .tx_ul .right {
  width: 100%;
}
#kagiraku .swiper-pagination {
    margin-top: 12px;
}
#kagiraku .swiper {
  margin-top: 2em;
}
}
/* sp */
@media only screen and (max-width: 430px) {
}


/*---------------------*/
/*プラン02*/
/*---------------------*/
#plan02 {
  width: 100%;
}

/* 間取り無限ループ */
#plan02 .madori_scroll {
  width: 100%;
  padding: 0 0 5em;
  overflow: hidden;
}
#plan02 .madoriWrap {
  width: 200%;
  display: flex;
  overflow: hidden;
  gap: 3em;
}
#plan02 .madori__list {
  display: flex;
  list-style: none;
  gap: 3em;
  padding: 0;
}
#plan02 .madori__list--left {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
#plan02 .madori__list .madori {
  width: calc((200% / 9em) / 4);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
}
#plan02 .madori__list .madori .txtArea {
  width: 45%;
  text-align: left;
}
#plan02 .madori__list .madori .madori_main {
  width: calc(55% - 0.3em);
}
#plan02 .madori__list .madori .txtArea .txt {
  margin-bottom: 1em;
}
#plan02 .madori__list .madori .txtArea .txt p {
  display: block;
  font-size: 1.2vw;
  line-height: 1.6;
  text-align: left;
  color: #753237;
}
#plan02 .madori__list .madori .txtArea .txt p span {
  display: inline-block;
  background: #FFF;
  padding: 0 0.3em;
}
#plan02 .madori__list .madori .txtArea .num p {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 48px;
  line-height: 1;
  color: #753237;
}


/* Tab */
@media only screen and (max-width: 768px) {
  /* 間取り無限ループ */
  #plan02 .madori_scroll {
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin-bottom: 2em;
  }
  #plan02 .madoriWrap {
    width: 300%;
    gap: 1em;
  }
  #plan02 .madori__list {
    display: flex;
    list-style: none;
    gap: 1em;
    padding: 0;
  }
  #plan02 .madori__list .madori {
    width: calc((300% / 3em) / 4);
  }
  #plan02 .madori__list .madori .txtArea {
    width: 100%;
    text-align: left;
  }
  #plan02 .madori__list .madori .madori_main {
    width: 100%;
  }
  #plan02 .madori__list .madori .txtArea .txt {
    margin-bottom: 1em;
  }
  #plan02 .madori__list .madori .txtArea .txt p {
    /*font-size: 20px;*/
    font-size: 3.385vw;
    margin-bottom: 0.5em;
  }
  #plan02 .madori__list .madori .txtArea .num p {
    /*font-size: 68px;*/
    font-size: 7.552vw;
    line-height: 1;
  }
}

/* sp */
@media only screen and (max-width: 430px) {
}


/*---------------------*/
/*詳細ページ*/
/*---------------------*/
#shosaiArea {
  width: 100%;
  margin: 0 auto;
}
#shosaiArea .p_main {
  background: url(../images/plan/madori/bg_06.webp) no-repeat 0% 0%/contain;
}
#shosaiArea .content.bd01 {
  width: 100%;
  padding: 5em 0 0;
  border-bottom: none;
}
#shosaiArea .content.bd02 {
  width: 100%;
  padding: 0;
  border-bottom: none;
}
#shosaiArea .wid03 {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
/**/
#shosaiArea .shosaiTx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #000;
}
#shosaiArea .shosaiTx .typeWrap {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: baseline;
  padding-bottom: 0.5rem;
}
#shosaiArea .shosaiTx .areaWrap {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: end;
	/*font-size: 18px;*/
  font-size: 16px;
	padding-bottom: 1.5rem;
}
/**/
#shosaiArea .shosaiTx .typeWrap .type {
	display: inline-block;
	/*font-size: 36px;*/
  font-size: 30px;
	margin-right: 3rem;
	line-height: 1.2;
}
#shosaiArea .shosaiTx .typeWrap .type b {
  /*font-size: 65px;*/
  font-size: 55px;
  margin-right: 0.15em;
  margin-left: 0.1em;
  font-weight: lighter;
}
#shosaiArea .shosaiTx .typeWrap .ldk {
	width: 63%;
	font-size: 32px;
	line-height: 1.0;
	letter-spacing: 0.01em;
}
#shosaiArea .shosaiTx .typeWrap .ldk b {
	font-size: 48px;
	line-height: 1.0;
	font-weight: normal;
}
/**/
#shosaiArea .shosaiTx .areaWrap .area {
	width: 57%;
}
#shosaiArea .shosaiTx .areaWrap .men {
	width: 41%;
	/*font-size: 18px;*/
  font-size: 16px;
}
#shosaiArea .shosaiTx .areaWrap .area b {
	font-size: 30px;
	line-height: 1.0;
	font-weight: normal;
}
#shosaiArea .syosai_txt {
  /*font-size: 30px;*/
  font-size: 22px;
  text-align: left;
  letter-spacing: 0.1em;
  margin: 1.5em auto 2.5em;
}
/**/
#shosaiArea .syosai_con01 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

#shosaiArea .syosai_tab-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 0.7em;
}

#shosaiArea .syosai_tab-button {
  width: calc((100% - 0.7em) / 2);
  padding: 0.7em;
  /*font-size: 25px;*/
  font-size: 20px;
  letter-spacing: 0.1em;
  cursor: pointer;
  border: none;
  background: linear-gradient(to right, #d8b596, #e6d3c3);
  color: #333;
  transition: opacity 0.3s, filter 0.3s;
  outline: none;
}

#shosaiArea .syosai_tab-button:not(.active) {
  background: #b5b5b5;
  filter: brightness(0.9);
}

#shosaiArea .syosai_tab-button:focus {
  outline: none;
  box-shadow: none;
}

#shosaiArea .syosai_tab-button.active {
  background: linear-gradient(to right, #e6cbbc, #eadfc9 58%, #c39980);
  color: #000;
}

#shosaiArea .syosai_tab-content .syosai_content {
  display: none;
}

#shosaiArea .syosai_tab-content .syosai_content.active {
  display: block;
}
/**/
#shosaiArea .syosai_tab-content .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 4em auto 0;
}

#shosaiArea .syosai_tab-content .left {
  width: 43%;
}
#shosaiArea .syosai_tab-content .right {
  width: 49%;
}
#shosaiArea .syosai_tab-content .category {
  letter-spacing: 0.1em;
  margin-top: 2.5em;
  text-align: left;
}
#shosaiArea .syosai_tab-content .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1em;
}
#shosaiArea .syosai_tab-content .tags:first {
  margin-top: 0;
}
#shosaiArea .syosai_tab-content .category .tag_ttl {
  /*font-size: 25px;*/
  font-size: 20px;
  padding-left: 0.2em;
  margin-bottom: 0.4em;
  border-bottom: 1px solid #c5cebb;
}
#shosaiArea .syosai_tab-content .tags .info-box {
  display: table;
  background: #f1eadc;
  padding: 0.6em 1.5em;
  /*font-size: 22px;*/
  font-size: 18px;
  margin-top: 0.6em;
}
#shosaiArea .syosai_tab-content .tags .info-box:first-child {
    margin-top: 0;
}
#shosaiArea .syosai_tab-content .tags span {
  width: 50px;
  margin-left: 0.5em;
}
/**/
.slide_button_left {
	width: 50px;
	position: absolute;
	top: 40%;
	left: -8%;
	z-index: 10;
}
.slide_button_right {
	width: 50px;
	position: absolute;
	top: 40%;
	right: -8%;
	z-index: 10;
}
.slide_button_left a:hover,
.slide_button_right a:hover {
	opacity: 0.6;
	transition: 0.3s;
}

/* Tab */
@media only screen and (max-width: 768px) {
#shosaiArea .content.bd01 {
  padding: 2em 0 0;
}
#shosaiArea .wid03 {
  width: 90%;
  max-width: initial;
}
/**/
#shosaiArea .shosaiTx {
	display: block;
  text-align: center;
}
#shosaiArea .shosaiTx .typeWrap {
	width: 100%;
	display: block;
  padding-bottom: 0;
  margin-bottom: 1.2em;
}
#shosaiArea .shosaiTx .areaWrap {
	width: 100%;
	display: block;
	/*font-size: 18px;*/
  font-size: 3.385vw;
	padding-bottom: 1rem;
}
/**/
#shosaiArea .shosaiTx .typeWrap .type {
	/*font-size: 36px;*/
  font-size: 5.729vw;
	margin-right: 0;
  margin-bottom: 0.25em;
}
#shosaiArea .shosaiTx .typeWrap .type b {
  /*font-size: 65px;*/
  font-size: 9.505vw;
}
#shosaiArea .shosaiTx .typeWrap .ldk {
	width: 100%;
	/*font-size: 32px;*/
  font-size: 5.208vw;
}
#shosaiArea .shosaiTx .typeWrap .ldk b {
	/*font-size: 48px;*/
  font-size: 7.291vw;
}
/**/
#shosaiArea .shosaiTx .areaWrap .area {
	width: 100%;
}
#shosaiArea .shosaiTx .areaWrap .men {
	width: 100%;
	/*font-size: 18px;*/
  font-size: 3.385vw;
}
#shosaiArea .shosaiTx .areaWrap .area b {
	/*font-size: 30px;*/
  font-size: 4.947vw;
}
#shosaiArea .syosai_txt {
  /*font-size: 30px;*/
  /*font-size: 25px;*/
  font-size: 4.296vw;
}
/**/
#shosaiArea .syosai_con01 {
  max-width: initial;
}
#shosaiArea .syosai_tab-buttons {
  display: block;
  width: 100%;
  gap: 0.7em;
}
#shosaiArea .syosai_tab-button {
  width: 100%;
  padding: 1em 0;
  /*font-size: 20px;*/
  font-size: 3.645vw;
  margin-top: 0.7em;
}
#shosaiArea .syosai_tab-button:first-child {
  margin-top: 0;
}
/**/
#shosaiArea .syosai_tab-content .con {
  display: block;
  margin: 3em auto 0;
}
#shosaiArea .syosai_tab-content .left {
  width: 100%;
}
#shosaiArea .syosai_tab-content .right {
  width: 90%;
  margin: 2.5em auto 0;
}
#shosaiArea .syosai_tab-content .category {
  margin-top: 1.5em;
}
#shosaiArea .syosai_tab-content .tags {
  margin-top: 0.6em;
}
#shosaiArea .syosai_tab-content .category .tag_ttl {
  /*font-size: 25px;*/
  font-size: 4.296vw;
}
#shosaiArea .syosai_tab-content .tags .info-box {
  /*font-size: 22px;*/
  font-size: 3.906vw;
  margin-top: 0.6em;
}
#shosaiArea .syosai_tab-content .tags span {
  /*width: 57px;*/
  width: 10.41vw;
}
/**/
.slide_button_left {
	width: 35px;
	position: absolute;
	top: 50%;
	left: 0;
}
.slide_button_right {
	width: 35px;
	position: absolute;
	top: 50%;
	right: 0;
}
}
/* sp */
@media only screen and (max-width: 430px) {
}

/*---------------------*/
/*間取り凡例 .p-planindex__notes*/
/*---------------------*/
.p-planindex__notes {
	width: 100%;
	font-size: 12px;
	line-height: 2;
  font-weight: normal;
	margin: 7em auto;
  letter-spacing: 0.1em;
  text-align: left;
}
.p-planindex__notes p {
  margin: 0 auto;
}

.p-planindex__notes>dl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.p-planindex__notes>dl>dt {
	margin-left: 12px;
}

.p-planindex__notes>dl>dt:first-of-type {
	margin-left: 0;
}

.p-planindex__notes>dl>dt:nth-of-type(2) {
	margin-left: 12px;
}

.p-planindex__notes>dl:nth-of-type(1)>dd {
	margin-left: 5px;
  margin-bottom: 0;
}
.p-planindex__notes>dl:nth-of-type(1)>dd strong {
  font-weight: normal;
}
.p-planindex__notes>dl>dt span {
	display: flex;
	flex-wrap: wrap;
}

.p-planindex__notes>dl>dt span i {
	display: inline-block;
	width: 36px;
	height: 1.2em;
	vertical-align: middle;
}

.p-planindex__notes>dl>dt span i.p-planindex__notes_clr01 {
	background: #efd9ba;
}

.p-planindex__notes>dl>dt span i.p-planindex__notes_clr02 {
	background: #cddbda;
}

.p-planindex__notes img {
	width: 100%;
	max-width: 40px;
}

@media screen and (max-width: 768px) {
	.p-planindex__notes {
    font-size: 10px;
		margin-top: 2rem;
	}

	.p-planindex__notes>dl>dd span i {
		width: 3em;
		height: 1.2em;
	}

	.p-planindex__notes img {
		width: 3.8em;
	}
}

/*---------------------*/
/*プラン詳細　下部ボタン #shosaiBtn*/
/*---------------------*/
#shosaiBtn {
	margin: 0 auto;
}
#shosaiBtn .ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
#shosaiBtn .ul div {
	width: calc((100% - 1em) / 2);
}
#shosaiBtn .ul div a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	/*font-size: 24px;*/
  font-size: 16px;
	padding: 1.2rem 0;
	text-align: center;
	letter-spacing: 0.1em;
	background: #b3ac8c69;
}

/* 印刷時非表示 */
@media print {
  header,
  .c-breadcrumb,
  #pagetitle,
  .p_name,
  .bd02,
  #shosaiArea .mainTtlArea,
  #shosaiArea .slide_button_left,
  #shosaiArea .slide_button_right,
  #shosaiArea .syosai_tab-buttons,
  #shosaiBtn,
  footer {
    display: none !important;
  }
  #shosaiArea .p_main {
    width: 100%;
    border-left: none;
  }
  #shosaiArea .content.bd01 {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
	#shosaiBtn .ul div {
		width: 90%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 430px) {}


/*---------------------*/
/*神奈川県建築物環境性能表示
/*---------------------*/
#plan .casbee {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
}