@charset "utf-8";

.sectionbase {
  margin: 0;
  padding: 0;
  width: 100vw;
  width: auto;
  height: auto;
  height: 395px;
  opacity: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  position: relative;
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 768px) {
  .sectionbase {
    margin: 0;
    padding: 0;
    height: 130px;
    width: auto;

    opacity: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    position: relative;
    background: rgba(0, 0, 0, 0.7);
  }
}

#section3 .copy001 {
  margin: 0 auto 2%;
  text-align: center;
  height: auto;
  width: 100%;
  font-size: 36px;
  font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.7em;
  color: #fff;
}

.sec3bg {
  background: url(../../plan/images/ttl_bg.jpg) no-repeat center center;
  background-size: cover;
}

#section3 .copyarea1 {
  position: absolute;
  z-index: 15;
  top: 55%;
  left: -30%;
  width: 100%;
}
#section03 img {
  max-width: 50%;
  height: auto;
}
.sec3_inner {
  margin: auto;
  max-width: 1000px;
  height: auto;
}

@media screen and (max-width: 768px) {
  #secbg3 {
    background: none;
    position: relative;
  }

  #section3 .copyarea1 {
    position: absolute;
    z-index: 15;
    left: -50%;
    width: auto;
    margin: auto;
    text-align: center;
    right: 0;
    top: 33%;
  }
  #section3 .copyarea1 img {
    height: 60px;
    width: auto;
  }
}

/* WEB FONTS - Sawarabi Mincho */
@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");
.plan {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  max-width: 1000px;
  margin: 0 auto;
}

/* .plan_catch {
	text-align: center;
	font-size: 30px;
	color: #008188;
	padding: 50px 0 0 0;
} */
.plan_navi {
  text-align: left; /* padding: 35px 0; */ /*! max-width: 1000px; */
  margin: 0 auto; /* float: right; */ /* width: calc(100% - 382px); */
  width: 750px;
  row-gap: 50px;
}
.plan_navi li {
  display: inline-block;
  /* margin: 3px 0px; */
  width: 50%;
}
/* .plan_navi li:nth-of-type(n+2) {
	margin-bottom: 5px;
} */

.plan_navi ul._01 li .navi_obi {
  display: block;
  max-width: 750px;
  width: 98.7%;
  margin: 0 auto 5px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .plan_navi ul {
    padding: 5% 12%;
  }

  .plan_navi ul._01 li .navi_obi {
    width: 97%;
  }
}

.plan_navi ul._01 li .navi_obi::after {
  content: "";
  display: block;
  width: 25px;
  height: 100%;
  position: absolute;
  top: -60px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 3s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 3s ease-in-out infinite;
}

@media screen and (max-width: 768px) {
  .plan_navi ul._01 li .navi_obi::after {
    width: 20px;
  }
}

@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.plan_navi ul._01 li:nth-of-type(4) {
  text-align: right;
}
@media screen and (max-width: 786px) {
  .plan_navi ul._01 li:nth-of-type(4) {
    text-align: center;
    max-width: 357px;
  }
}

.plan_navi ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  /* gap: 5px; */
  border: 1px solid #008a83;
  /* padding: 5% 12%; */
}
.parts {
  display: inline-block;
  font-size: 18px;
  padding: 0.5em 2.6em 0 0.8em;
  position: relative;
  color: #fff;
  z-index: 1;
}
.parts span {
  font-size: 40px;
}
.parts strong {
  font-size: 20px;
}
.parts::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #008a83;
  transform: scaleY(1.3) perspective(1em) rotateX(5deg);
  transform-origin: bottom left;
}

.plan_navi li.big {
  display: inline-block;
  width: 100%;
}

/* .plan_navi ul li:first-child{
	width: 97.6%;
} */
.plan_navi ul li:nth-child(6) {
  max-width: 365px;
  position: relative;
}
.plan_navi ul li:nth-child(6)::before {
  content: "";
  position: absolute;
  background-image: url(../../plan/images/new.svg);
  background-size: cover;
  width: 14%;
  height: 22%;
  left: -5px;
  top: -5px;
  z-index: 10;
}
.plan_box {
  border: solid 1px #a49579;
  max-width: 1000px;
  margin: 40px auto;
}
.plan_box.big {
  border: none;
  max-width: 1210px;
}
.plan_box .head_obi {
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}
.plan_box .head_obi::after {
  content: "";
  display: block;
  width: 38px;
  height: 100%;
  position: absolute;
  top: -60px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 3s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 3s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .plan_box .head_obi::after {
    width: 22px;
  }
}
.plan_box .p_body {
  margin: 40px auto;
}
.print_btn {
  text-align: center;
  margin: 30px 0;
}
.print_btn a {
  text-align: center;
  margin: 10px;
}

@media screen and (max-width: 786px) {
  .plan_catch {
    text-align: center;
    font-size: 20px;
    color: #008188;
    /* padding: 30px 0 0 0; */
  }
  .plan_navi {
    /* padding: 20px 15px; */
    width: auto;
    /* float: none; */
  }
  .plan_navi ul {
    text-align: center;
    /* display: block; */
  }
  .plan_navi li {
    display: block;
    margin: 0 auto;
    width: auto;
  }
  .plan_navi li.big {
    display: inline-block;
    width: auto;
  }
  .plan_navi ul li:first-child {
    width: auto;
  }
  .plan_box {
    border: solid 1px #a49579;
    max-width: 1000px;
    margin: 20px 4% 15px;
  }
  .plan_box .p_body {
    margin: 30px 2%;
  }
  .print_btn a {
    display: block;
  }
  .plan_navi ul {
    /* margin-bottom: 14px; */
  }
  .parts {
    font-size: 15px;
    padding: 0.1em 2.6em 0 0.8em;
    position: relative;
    color: #fff;
    z-index: 1;
  }
  .parts span {
    font-size: 30px;
  }
  .parts strong {
    font-size: 18px;
  }
  .parts::before {
    transform: scaleY(1.3) perspective(0.8em) rotateX(5deg);
  }
}

@media print {
  header,
  .section,
  .plan_navi,
  .print_btn,
  footer {
    display: none;
  }
}

.torikago_area:after {
  content: "";
  display: table;
  clear: both;
}

.torikago_area {
  max-width: 1130px;
  margin: 30px auto 50px;
  width: 95%;
}
.torikago {
  width: 382px;
  /* float: left; */
}
.torikago_area h3 {
  width: calc(100% - 382px);
  float: left;
}

.torikago {
  text-align: center;
  position: relative;
  margin: 113px auto 20px;
}

#atype {
  position: absolute;
  top: 18px;
  left: 53px;
}

#btype {
  position: absolute;
  top: 19px;
  left: 104px;
}

#ctype {
  position: absolute;
  top: 19px;
  left: 142px;
}
#dtype {
  position: absolute;
  top: 19px;
  left: 179px;
}
#etype {
  position: absolute;
  top: 19px;
  left: 216px;
}
#ftype {
  position: absolute;
  top: 19px;
  left: 253px;
}
#gtype {
  position: absolute;
  top: 19px;
  left: 291px;
}
#htype {
  position: absolute;
  top: 19px;
  left: 328px;
}

@media only screen and (max-width: 768px) {
  .torikago_area h3 {
    width: auto;
    float: none;
  }

  .torikago {
    text-align: center;
    position: relative;
    margin: 20px auto 20px;
    width: auto;
    float: none;
  }
  .torikago_btn {
    display: none;
  }
}

.plan_area {
  padding-top: 150px;
}
@media only screen and (max-width: 768px) {
  .plan_area {
    padding-top: 0px;
  }
}

/*selectplan  banner*/
.selectplan {
  margin-bottom: 100px;
  text-align: center;
  margin-right: 3%;
  margin-left: 3%;
}
@media only screen and (max-width: 768px) {
  .selectplan {
    margin-bottom: 100px;
    text-align: center;
    margin-right: 5%;
    margin-left: 5%;
  }
}

/*セレクトプランページ
----------------------------------------------------------*/
.sectionbase2 {
  margin: 0;
  padding: 0;
  width: 100vw;
  width: auto;
  height: auto;
  height: 750px;
  opacity: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  position: relative;
  background: rgba(0, 0, 0, 0.7);
}
.sectioncopy {
  opacity: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
@media only screen and (max-width: 950px) {
  .sectionbase2 {
    margin: 0;
    padding: 0;
    width: 70vw;
    width: auto;
    height: auto;
    height: 700px;
    opacity: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    position: relative;
    background: rgba(0, 0, 0, 0.7);
  }
  .sectioncopy {
    opacity: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
#section4 {
  margin-bottom: 100px;
}
#section4 .copy001 {
  margin: 0 auto 2%;
  text-align: center;
  height: auto;
  width: 100%;
  font-size: 36px;
  font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.7em;
  color: #fff;
}

.sec4bg {
  background: url("../../plan/images/title_bg.jpg") no-repeat center center;
  background-size: cover;
}

#section4 .copyarea1 {
  position: absolute;
  z-index: 15;
  top: 55%;
  left: 55%;
  width: 85%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
}
#section4 .copyarea1.fadeIncatch2 {
  position: absolute;
  z-index: 15;
  top: 55%;
  left: 50%;
  width: 85%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}
#section4 img {
  max-width: 100%;
  height: auto;
}
.sec3_inner {
  margin: auto;
  max-width: 1000px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .sectionbase2 {
    margin: 0;
    padding: 0;
    height: 73vw;
    width: auto;
    opacity: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    position: relative;
    background: rgba(0, 0, 0, 0.7);
  }

  #section4 {
    margin-bottom: 40px;
  }
  #secbg3 {
    background: none;
    position: relative;
  }

  #section4 .copyarea1 {
    position: absolute;
    z-index: 15;
    top: 57%;
    left: 50%;
    width: 95%;
  }
  #section4 .copyarea1.fadeIncatch2 {
    position: absolute;
    z-index: 15;
    top: 50%;
    left: 50%;
    width: 95%;
    opacity: 1;
  }
  #section4 .copyarea1 img {
    height: auto;
    width: auto;
  }
}

.plan_ttr {
  margin-bottom: 40px;
}
/*margin0
----------------*/
.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}
/*1col
----------------*/
.c1_1 {
  width: 100%;
  margin-bottom: 45px;
  clear: both;
  float: none;
}
.c1_1 img {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
/*2col
----------------*/
.c2_1 {
  float: left;
  width: 48.15%;
  margin-right: 3.6%;
  margin-bottom: 45px;
}

/*3col
----------------*/
.c3_left {
  float: left;
  width: 33.5%;
  margin-right: 1.5%;
  margin-bottom: 25px;
}
.c3_1 {
  float: left;
  width: 31.2%;
  margin-right: 3.2%;
  margin-bottom: 45px;
}
.c3_2 {
  float: left;
  width: 62.4%;
  margin-right: 2.5%;
  margin-bottom: 45px;
}

/*arrow*/
.c3_1.plan_arrow {
  position: relative;
}
.c3_1.plan_arrow::after {
  content: "";
  width: 100%;
  height: 28px;
  position: absolute;
  top: 60%;
  right: -8.7%;
  background: url("../../plan/images/arrow_plan.jpg") no-repeat 100% center;
  background-size: 23px 28px;
  z-index: 3;
}
.c3_1.plan_arrow .img img {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  /*2col
----------------*/
  .c2_1 {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 45px;
    text-align: center;
  }

  /*3col
----------------*/
  .c3_left {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 45px;
    text-align: center;
  }
  .c3_1 {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 45px;
    text-align: center;
  }
  .c3_2 {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 45px;
  }

  .c3_1.plan_arrow::after {
    content: "";
    width: 100%;
    height: 23px;
    position: absolute;
    top: 101%;
    right: 47%;
    background: url("../../plan/images/arrow_plan_under.jpg") no-repeat 100%
      center;
    background-size: 28px 23px;
    z-index: 3;
  }
}

.innWrap1250 {
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.mainimg_selectplan {
  margin-bottom: 100px;
}

.hanrei {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .hanrei {
    text-align: center;
  }
}

.planimg {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .planimg {
    margin-right: 3%;
    margin-left: 3%;
  }
}

/*==============================================================
	ctype
==============================================================*/
.ctype_content {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding-top: 200px;
  letter-spacing: 0.05em;
  color: #434343;
}
.ctype_content h2 {
  font-size: 40px;
  font-weight: 600;
  color: #bda460;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctype_content h2 span {
  font-size: 18px;
  color: #ffffff;
  background: #008d94;
  padding: 5px 10px;
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .ctype_content {
    padding-top: 40px;
  }
  .ctype_content h2 {
    font-size: 30px;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .ctype_content h2 span {
    font-size: 16px;
    padding: 5px 10px;
    margin-right: 0px;
    margin: 0 0 10px;
  }
}

/* summary */
.ctype_content .summary {
  max-width: 900px;
  margin: 0 auto 32px;
}

.ctype_content .summary p {
  text-align: center;
  font-size: 32px;
  color: #008087;
}

@media screen and (max-width: 768px) {
  .ctype_content .summary {
    display: block;
    margin: 0 auto 30px;
  }
  .ctype_content .summary p {
    font-size: 18px;
  }
}

/* plan_area */
.ctype_content .plan_area {
  padding-top: 30px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .ctype_content .plan_box {
    margin: 0px 0px 15px;
  }
  .ctype_content .plan_area {
    padding-top: 10px;
    margin-bottom: 60px;
  }
}

/* wall_door */
.ctype_content .wall_door {
  background: #119298;
  padding: 45px 60px;
  color: #fff;
  margin-bottom: 60px;
}
.ctype_content .wall_door .heading h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.ctype_content .wall_door .heading h3 span {
  font-size: 36px;
}
.ctype_content .wall_door .heading p {
  font-size: 16px;
  margin-bottom: 30px;
}

.ctype_content .wall_door .img_area {
  display: flex;
  justify-content: space-around;
  gap: 0 85px;
  margin-bottom: 50px;
}
.ctype_content .wall_door .img_area .left {
  width: 46%;
  position: relative;
}
.ctype_content .wall_door .img_area .left::before {
  content: "";
  position: absolute;
  background-image: url(../../plan/images/triangle.svg);
  background-size: cover;
  width: 50px;
  height: 85px;
  right: -14%;
  top: 38%;
}
.ctype_content .wall_door .img_area .left::after {
  content: "";
  position: absolute;
  background-image: url(../../plan/images/close.svg);
  background-size: cover;
  width: 120px;
  height: 120px;
  left: 3.5%;
  top: 3.5%;
}
.ctype_content .wall_door .img_area .right {
  width: 46%;
  position: relative;
}
.ctype_content .wall_door .img_area .right::after {
  content: "";
  position: absolute;
  background-image: url(../../plan/images/open.svg);
  background-size: cover;
  width: 120px;
  height: 120px;
  left: 3.5%;
  top: 3.5%;
}
.ctype_content .wall_door .catch {
  font-size: 24px;
  margin-bottom: 70px;
  position: relative;
}
.ctype_content .wall_door .catch::after {
  content: "";
  position: absolute;
  background-image: url(../../plan/images/ctype_bubble.png);
  background-size: cover;
  width: 360px;
  height: 407px;
  right: 0;
  top: -105%;
}
.ctype_content .wall_door .image {
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .ctype_content .wall_door .img_area .left::before {
    width: 4.17vw;
    height: 7.08vw;
    right: -17%;
  }
  .ctype_content .wall_door .img_area .left::after {
    width: 10vw;
    height: 10vw;
  }
  .ctype_content .wall_door .img_area .right::after {
    width: 10vw;
    height: 10vw;
  }
  .ctype_content .wall_door .catch {
    font-size: 24px;
    font-size: calc((24 / 1200) * 100vw);
  }
  .ctype_content .wall_door .catch::after {
    width: 30vw;
    height: 33.9vw;
    right: 0;
  }
}

@media screen and (max-width: 1000px) {
  .ctype_content .wall_door .img_area .left::before {
    right: -20%;
  }
}
@media screen and (max-width: 850px) {
  .ctype_content .wall_door .img_area .left::before {
    right: -23%;
  }
}

@media screen and (max-width: 768px) {
  .ctype_content .wall_door {
    padding: 20px;
    margin-bottom: 30px;
  }
  .ctype_content .wall_door .heading h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ctype_content .wall_door .heading h3 span {
    font-size: 24px;
  }
  .ctype_content .wall_door .heading p {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .ctype_content .wall_door .img_area {
    display: block;
    margin-bottom: 80px;
  }
  .ctype_content .wall_door .img_area .left {
    width: auto;
    margin-bottom: 80px;
  }
  .ctype_content .wall_door .img_area .left::before {
    width: 40px;
    height: 71px;
    right: 40%;
    bottom: -75px;
    top: auto;
    transform: rotate(90deg);
  }
  .ctype_content .wall_door .img_area .left::after {
    width: 17vw;
    height: 17vw;
  }
  .ctype_content .wall_door .img_area .right {
    width: auto;
  }
  .ctype_content .wall_door .img_area .right::after {
    width: 17vw;
    height: 17vw;
  }
  .ctype_content .wall_door .catch {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .ctype_content .wall_door .catch::after {
    width: 39vw;
    height: 43.9vw;
    top: -130%;
  }
}

/* #new */

#new .content {
  max-width: 1000px;
  width: 90%;
  margin: 23px auto 80px;
  border: 1px solid #008088;
  position: relative;
}
#new .content::after {
  content: url(../../plan/images/attention.png);
  position: absolute;
  top: -50px;
  right: -50px;
}
#new .content .container {
  width: 90%;
  margin: 0 auto 35px;
}
#new .content .img {
  margin-bottom: 42px;
}
#new .content .ttl {
  margin: 0 auto 16px;
  text-align: center;
}
#new .content .box {
  margin: 0 auto 21px;
}
#new .content .box .item {
  max-width: 810px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  gap: 2.3%;
}
#new .content .box p {
  text-align: center;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
}
#new .content .box .arrow img {
  display: block;
  margin: 0 auto;
}
#new .content .box .c_btn_area {
  text-align: center;
}
#new .content .box .c_btn_area a {
  transition: all 0.5s ease-in-out;
}
@media (hover: hover) {
  #new .content .box .c_btn_area a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  #new .content {
    margin: 0px auto 60px;
  }
  #new .content::after {
    /* content: url(../../plan/images/attention.png); */
    /* position: absolute; */
    transform: scale(0.4);
    top: -65px;
    right: -50px;

    /* content: "";
	background-image: url(../../plan/images/attention_sp.png);
	width: 40px;
	height:auto;
	position: absolute;
	top: 00px;
	right: 100px; */
  }
  #new .content .container {
    margin: 0 auto 17.5px;
  }
  #new .content .img {
    margin-bottom: 21px;
  }
  #new .content .ttl {
    margin: 0 auto 8px;
  }
  #new .content .box {
    margin: 0 auto 10.5px;
  }
  #new .content .box .item {
    margin: 0 auto 10px;
  }
  #new .content .box p {
    text-align: center;
    margin-bottom: 16px;
    font-size: 14px;
  }
}

.kagu {
  margin-top: 3%;
}
.kagu_box {
  max-width: 1000px;
  width: 90%;
  margin: 23px auto 0;
}
.kagu_bnr {
  text-align: center;
}

.slide_area {
  max-width: 1000px;
  margin: 50px auto 0px;
}

.plan_navi li.kado,
.plan_navi li.last1 {
  position: relative;
}

.plan_navi li.kado::after {
  content: "角住戸";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -12px;
  right: 0px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  background-color: #aa8225;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 30px;
}
.plan_navi li.illust::before {
  content: "住みやすさのポイント公開中";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -12px;
  left: 110px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  background-color: #98272d;
  color: #fff;
  width: 15em;
  height: 30px;
  z-index: 8;
}
.plan_navi li img {
  position: relative;
}
.plan_navi li.last1::before {
  content: "ラスト1邸";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -7px;
  left: 0;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  background-color: #f22a2a;
  color: #fff;
  width: 90px;
  z-index: 2;
  height: 35px;
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .plan_navi li.kado::after {
    right: -20px;
    top: 0px;
    width: 40px;
    height: 40px;
    font-size: 10px;
  }
  .plan_navi li.last1::before {
    width: 67px;
    height: 25px;
    font-size: 13px;
  }
  .plan_navi li.illust::before {
    top: -12px;
    left: 86px;
    font-size: 10px;
    height: 26px;
  }
}

/* recommend */
#recommend.madori {
  margin: 80px 0;
}

.plan_catch {
  text-align: center;
  font-size: 26px;
  color: #000;
  margin-bottom: 20px;
}

.madori .content .container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}
#recommend.madori .content .container {
  background-color: #fbf8ef;
  padding: 30px 0 60px;
}

#recommend.madori .content .container::before {
  position: absolute;
  content: url(../../plan/images/4type.png);
  left: 2vw;
  top: -10px;
  /* background-image: url(../../plan/images/4type.png); */
}

#recommend.madori .content .container.nonPatch::before {
  content: none;
}

#recommend.madori .content .container .ttl {
  margin-bottom: 25px;
}

#recommend.madori .content .container .ttl .sub {
  font-size: 22px;
  line-height: 1.2;
}

#recommend.madori .content .container .ttl .main {
  position: relative;
  font-size: 40px;
  color: #8b7539;
  font-weight: 800;
}

#recommend.madori .content .container .ttl .ttl_br {
  display: none;
}
@media screen and (max-width: 1000px) {
  #recommend.madori .content .container .ttl .ttl_br {
    display: block;
  }
}

#recommend.madori .content .container .ttl .main::after {
  position: absolute;
  content: url(../../plan/images/marugoto.png);
  /* display: block;
	width: 82px;
	height: auto; */
  top: -38px;
  right: 150px;
}

#recommend.madori .content .container .recommed_model {
  margin-bottom: 40px;
}
#recommend.madori .content .container .kagu_area {
  width: 670px;
  margin: 0 auto 30px;
}
#recommend.madori .content .container .kagu_area .ttl {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 34px;
  display: inline-block;
}
#recommend.madori .content .container .kagu_area .ttl span {
  /* font-size: 24px; */
  color: #b2934f;
}

#recommend.madori .content .container .kagu_area .ttl::after {
  content: url(../../plan/images/fukidashi.png);
  /* display: block;
	width: 200px;
	height: auto; */
  position: absolute;
  left: -15px;
  bottom: -28px;
}

#recommend.madori .content .container .kagu_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 690px;
  gap: 10px;
  margin: 0 auto;
}

#recommend.madori .content .container .kagu_area li {
  width: 130px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.01;
  background-color: #b2934f;
  color: #fff;
  text-align: center;
  border-radius: 100px;
}

#recommend.madori .content .container .kagu_area .etc {
  text-align: right;
  font-size: 16px;
}

#recommend.madori .content .container .plan_navi ul {
  margin-bottom: 28px;
}

.madori .content .container .plan_navi ul {
  border: none;
  /* margin-bottom: 0;
    padding: 5% 12% 3%; */
}
#recommend.madori .content .container ul li {
}
#recommend.madori .content .container .btn_model {
  transition: all 0.25s ease-in-out;
  display: inline-block;
  padding: 20px 70px;
  color: #fff;
  /* font-weight: 800; */
  background-image: linear-gradient(
    90deg,
    rgba(166, 125, 34, 1),
    rgba(195, 164, 59, 1) 50%,
    rgba(166, 125, 34, 1)
  );
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* margin: 0 10px; */
}
#recommend.madori .content .container .btn_model:hover {
  opacity: 0.7;
}

/* other */
#other.madori {
  margin-bottom: 80px;
}

#other.madori .content .plan_catch {
  color: #0f7f93;
  padding: 0;
}

#other.madori .content .container {
  background-color: #e5f3f3;
}
/* #other.madori .content .container .plan_navi ul{
    padding: 0% 12%;
} */

@media screen and (max-width: 768px) {
  /* recommend */
  #recommend.madori {
    margin: 40px 0 60px;
  }

  .plan_catch {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0;
  }

  .madori .content .container {
    width: 90%;
    padding: 10px 0;
  }
  #recommend.madori .content .container {
    padding: 130px 0 40px;
  }
  #recommend.madori .content .container.nonPatch {
    padding: 40px 0 40px;
  }
  #recommend.madori .content .container::before {
    /* content: url(../../plan/images/4type_sp.png); */
    transform: scale(0.7) translateX(-50%);
    top: -40px;
    left: 45%;
  }

  #recommend.madori .content .container .ttl {
    margin-bottom: 30px;
  }

  #recommend.madori .content .container .ttl .sub {
    font-size: 18px;
    /* line-height: 1.2; */
    margin-bottom: 30px;
  }

  #recommend.madori .content .container .ttl .main {
    /* position: relative; */
    font-size: 30px;
    line-height: 1.2;
    /* color: #8b7539; */
    /* font-weight: 800; */
  }
  #recommend.madori .content .container .ttl .main::after {
    transform: scale(0.8) translateX(-50%);
    top: -15px;
    right: -30px;
  }

  #recommend.madori .content .container .recommed_model {
    margin: 0 auto 40px;
    width: 85%;
  }
  #recommend.madori .content .container .kagu_area {
    width: 100%;
    /* margin: 0 auto; */
  }
  #recommend.madori .content .container .kagu_area .ttl {
    /* position: relative; */
    /* 
	font-weight: 800;	 */
    font-size: 18px;
    margin-bottom: 34px;
    /* display: inline-block; */
  }
  #recommend.madori .content .container .kagu_area .ttl span {
    /* font-size: 24px; */
    color: #b2934f;
  }

  #recommend.madori .content .container .kagu_area .ttl::after {
    /* content: url(../../plan/images/fukidashi.png); */
    /* display: block;
	width: 200px;
	height: auto; */
    /* position: absolute; */
    transform: scale(0.9);
    left: -22px;
    bottom: -28px;
  }

  #recommend.madori .content .container .kagu_area ul {
    /* display: flex;
	flex-wrap: wrap; */
    justify-content: center;
    /* max-width: 400px; */
    width: 80%;
    gap: 10px;
    /* 
	gap: 10px;
	margin: 0 auto; */
  }

  #recommend.madori .content .container .kagu_area li {
    width: 130px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.01;
    background-color: #b2934f;
    color: #fff;
    text-align: center;
    border-radius: 100px;
  }

  #recommend.madori .content .container .kagu_area .etc {
    /* text-align: center;
	font-size: 14px; */
    width: 80%;
  }

  #recommend.madori .content .container .plan_navi ul {
    margin-bottom: 10px;
  }

  .madori .content .container .plan_navi ul {
    /* border: none; */
    /* margin-bottom: 10px; */
    /* padding: 5% 12% 3%; */
  }
  #recommend.madori .content .container ul li {
  }
  #recommend.madori .content .container .btn_model {
    /* display: inline-block; */
    padding: 20px;
    /* color: #FFF; */
    /* font-weight: 800; */
    /* background-image: linear-gradient(90deg, rgba(166, 125, 34, 1), rgba(195, 164, 59, 1) 50%, rgba(166, 125, 34, 1)); */
    font-size: 16px;
    line-height: 1.2;
    /* text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; */
    /* margin: 0 10px; */
  }

  /* other */
  #other.madori {
    margin-bottom: 80px;
  }

  #other.madori .content .plan_catch {
    color: #0f7f93;
    padding: 0;
  }

  #other.madori .content .container {
    background-color: #e5f3f3;
  }
  #other.madori .content .container .plan_navi ul {
    /* padding: 0% 12%; */
  }
}

/* フローティングボタン */

.flot_ba {
  position: fixed;
  /* right: 21px; */
  /* right: 14px;
	bottom: 100px; */
  right: 0;
  top: 170px;
  z-index: 1000;
  /*left: 20px;*/
  transition: all 0.25s ease-in-out;
  max-width: 250px;
}
.flot_ba:hover {
  opacity: 0.7;
}
.flot_ba .close {
  position: fixed;
  /* right: 6px; */
  right: 14px;
  bottom: 330px;
  /* bottom: 464px; */
  z-index: 1000;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .flot_ba {
    position: fixed;
    /* right: 18px; */
    right: 10px;
    bottom: 70px;
    z-index: 100;
    /* left: 0; */
    width: 95%;
    max-width: 750px;
    /* margin: 0 auto; */
    display: none;
  }
  .flot_ba .close {
    /* position: fixed;
	right: 10px;
	bottom: 230px; */
    position: unset;
    text-align: right;
    padding-bottom: 10px;
    z-index: 1000;
    cursor: pointer;
  }
}

/* @media screen and (min-width:769px) and (max-width: 1000px) {
.pc{display:none;}
.tab{display:block;}
.sp{display:none;}
} */
