@charset "UTF-8";
/* CSS Document */

.plan {
  /* background : #000; */
  /* color : #fff; */
  padding-bottom: 1px;
}


.bg-gray {
  background : #d2d2d2;
  position : relative;
  overflow : hidden;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .bg-gray {
    padding : 50px 0;
  }
}

.bg-gray:before {
  content : "";
  width : calc(1155 / 1366 * 100vw);
  height : calc(1155 / 1366 * 100vw);
  background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(210,210,210,0) 70%);
  display : bloock;
  position : absolute;
  left: calc(-350 / 1366 * 100vw);
  top : calc(-465 / 1366 * 100vw);
  z-index : 0;
}

.bg-gray:after {
  content : "";
  width : calc(746 / 1366 * 100vw);
  height : calc(746 / 1366 * 100vw);
  background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(210,210,210,0) 70%);
  display : bloock;
  position : absolute;
  right: calc(-230 / 1366 * 100vw);
  top : calc(740 / 1366 * 100vw);
  z-index : 0;
}

.bg-gray > div {
  position : relative;
  z-index : 1;
}




.head {
  width : 625px;
  max-width : calc(100% - 30px);
  margin : 0 auto;
  display : flex;
  padding: 0;
  margin-bottom: 80px;
  text-align : center;
  justify-content : space-between;
}

.head > div {
  width : calc((100% - 40px) / 2);
}

.head__item-ttl {
  margin-top : 10px;
  font-size : 16px;
  display:inline-block;
}

.head__item-ttl small {
  font-size:11px;
  display: block;
  text-align: right;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .head {
    padding: 30px 0 0;
    margin-bottom: 30px;
  }
}

.typelist {
  width : 800px;
  max-width : calc(100% - 30px);
  margin : 0 auto;
  display : flex;
  flex-wrap : wrap;
  padding: 0 0 0;
  margin-bottom: 0;
  justify-content : space-between;
  position : relative;
  z-index : 1;
}

.typelist li {
  width : calc((100% - 40px) / 2);
  margin-bottom : 10px;
  background : #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .typelist li {
  width : 100%;
  }
}

.typelist li a {
  display : flex;
  align-items : center;
  color : #fff;
  position : relative;
  padding : 10px 20px;
  background: #000;
  justify-content: space-between;
  min-height: 80px;
}

li.nolink a {
  background : none;
    color : #000;
}

.typename {
  display : flex;
  flex-direction : column;
  justify-content : center;
  align-items : center;
  width: 50px;
  margin-right : 20px;
}

@media screen and (max-width: 767px) {
  .typename {
    margin-right : 10px;
  }
}

.typename1 {
  font-size : 23px;
  border-bottom : 1px #fff solid;
  display : block;
  width : 100%;
  text-align : center;
  letter-spacing: -0.1em;
  margin-bottom: 5px;
}

.nolink .typename1 {
  border-color : #000;
}

.typename2 {
  font-size : 11px;
}

.typerequest {
  display : none;
  position : absolute;
  top: 50%;
  /*left: calc(50% + 30px);*/
  left  :auto;
  right : 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  /* background : #d08a4c; */
  /* background: linear-gradient(to right, #e2b21e 0%,#d79823 40%,#db7f13 100%); */
  background: #749398;
  padding : 10px 20px;
  width : 200px;
  text-align : center;
  color : #fff;
}

.nolink .typerequest {
  display : block;
}

.typeldk {
  font-size : 19px;
}

.typespecs {
  display : flex;
  flex-direction : column;
  justify-content : center;
  align-items : center;
  
}

.typespec {
  /* margin-left : auto; */
  font-size : 28px;
  border-bottom : solid 1px #fff;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .typespec {
    font-size : 25px;
  }
}

.type {
  margin : 0 0 0;
  padding: 100px 0;
}

.type__inner {
  width: 900px;
  max-width : calc(100% - 50px);
  margin : 0 auto 0;
  padding : 0;
  position : relative;
  padding : 0;
}

.type__row {
  display : flex;
  flex-wrap : wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .type {
    margin: 0 0 20px;
    flex-direction: column;
    padding: 0px 0 10px;
    max-width : 100%;
  }
  .type__inner {
    padding: 20px 0;
    margin: 0 0;
    max-width: 100%;
  }
}


.type__title {
  display : block;
  border-bottom: #fff solid 1px;
  width : 100%;
}

.type__area {
  width : 100%;
  display : block;
  margin-bottom: 60px;
}

.type__floor {
  width : 160px;
  display : block;
  margin : 0 auto;
}

.type__left{
  /* flex : 1; */
  width: 230px;
  /* background: linear-gradient(135deg,  #00236b 0%,#004897 24%,#0075ca 50%,#0075ca 79%,#004895 100%); */
  padding-right: calc(30 / 800 * 100%);
}

.type__right {
  width: calc(660 / 900 * 100%);
  padding: 0px;
  background : #fff;
  min-width: 500px;
}

.type__footer {
  width : 100%;
}

.type__figure {
  width: 100%;
  display : block;
  margin : 0 auto;
}

@media only screen and (max-width: 1023px) {
  .type__right {
    min-width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .type__left,
  .type__right {
    width : 100%;
    padding : 5%;
    margin: 0 0 0;
  }

  ,
  .type__figure {
    width : 100%;
    /* margin-top: 0; */
  }
}

.type__copy {
  font-size : 22px;
  margin : 0;
  border-bottom : 1px #000 solid;
  text-align : center;
  padding : 30px 0;
}

.type__text {
  margin: 20px 0 0;
  padding : 0;
  list-style-type : none;
  font-size : 15px;
  text-align : center;
  border-top: solid 1px #fff;
}

.type__text li {
  /* color: #fff; */
  border-bottom: solid 1px #000;
  padding : 30px 0;
  font-size: 14px;
  line-height : 1.6em;
}

.type__text li:last-child {
  border-bottom:0;
}

.type__small {
  margin-top : 10px;
  font-size : 12px;
  display: inline;
  color: #000;
}

.info__icons {
  margin-top: 40px;
  text-align: left;
}

.info__icon {
  margin: 0 0 10px;
  max-width: 100%;
  display : flex;
  align-items: center;
  justify-content: left;
}

.info__icon img {
  width : auto;
  height : 100%;
}

.side-icons > div {
  flex-wrap : wrap;
}

.side-icons img {
  display : block;
  margin-bottom : 10px;
}

.info__icon img:nth-of-type(1) {
  height: 16px;
  /* padding-right : 20px; */
}

.info__icon img:nth-of-type(2) {
  /* height : 15px;*/
}


.type__cap {
  font-size : 10px;
}

/*@media only screen and (max-width: 1023px) {
  .info__icon {
    width : auto;
    height : 25px;
  }
}*/

@media only screen and (max-width: 1023px) {
  .type__copy {
    font-size : 24px;
  }
}

@media only screen and (max-width: 767px) {
  .type__copy {
    font-size : 18px;
    padding : 20px 0;
  }
  .type__text li {
    font-size: 15px;
    padding : 15px 0;
  }

  .type__small {
    font-size: 12px;
  }

  .info__icons {
    text-align : center;
  }

  .info__icon {
    height: auto;
    margin: 10px 10px 5px;
    display : block;
  }

  .type__cap {
    font-size : 10px;
  }
}

.type-links {
  width : 100%;
  margin-top : 20px;
}

.type-links .msn-madori__actions {
  justify-content : center;
  padding: 0;
  margin: 0;
}

.type-links .msn-madori__actions .msn-madori__actionItem {
    min-width: none;
    flex-basis:inherit;
    -webkit-box-flex:inherit;
    -ms-flex-positive:inherit;
    flex-grow: inherit;
    max-width: none;
    width: 80%;
    display: block;
    /* margin-right : 5px; */
    /* margin-left : 5px; */
    width: 100%!important;
}

@media screen and (max-width: 767px) {
  .type-links {
    width : 80%;
    margin : 20px auto 0;
  }
  .type-links .msn-madori__actions .msn-madori__actionItem {
    width: 100%;
  }
}

.type-links .msn-madori__actions .msn-madori__actionItem a {
  display : block;
  height : auto;
  padding: 15px 0;
  width : 100%!important;
  max-width : none;
  text-align : center;
  /* background: linear-gradient(to right, #e2b21e 0%,#d79823 40%,#db7f13 100%); */
}

.navigation {
    margin-top : 0;
}

sub {
      vertical-align: 4px;
      font-size: 12px;
}


/*======*/

.head__ttl {
  color : #af040f;
  text-align : center;
  /* margin-top : 40px; */
  margin-bottom: 0;
  font-size : 32px;
}

.head__flex {
  margin-bottom : 80px;
  text-align : center;
}

@media only screen and (max-width:767px) {
  .bukken__title {
    font-size : 20px;
  }
  .head__flex {
    margin-bottom : 40px;
  }
}

.plan-copy {
  font-size : 35px;
  text-align : center;
  margin : 0 auto 0;
  display: inline-block;
  line-height: 170%;
  font-weight: 300;
  /*letter-spacing: 0.1em;*/
  color: #d24648;
}

.plan-copy small {
  font-size : clamp(10px,0.4em,14px);
}

@media only screen and (max-width:767px) {
  .plan-copy {
    font-size : 5.4vw;
  }
}


/*=追加=*/

@media screen and (max-width: 767px) {
  .vpc767 {
    display: none;
  }
}
@media not screen, screen and (min-width: 768px) {
  .vsp767 {
    display: none;
  }
}

.bnr {
  width: 800px;
  max-width : calc(100% - 40px);
  margin: 0 auto 50px;
  display : block;
}


@media only screen and (max-width: 767px) {
  .bnr {
    margin : 30px auto 50px;
  }
}

  .sp {
    display: none;
}

@media only screen and (min-width: 768px) { 
.sp {
display: none;
 }
.pc {
display: block;
 }
}

  .line-height {
    line-height: 2.5;
}

.box {/* background: #efefef; */padding:10px;/* margin-bottom:15px; */}
.box p {
margin:0;
padding:0;
}

.casbee {
  width: 589px;
  max-width : calc(100% - 30px);
  margin: 0 auto 0;
}

.casbee__note {
  font-size : 11px;
  margin-top : 5px;
}

.con-plan__contents2 {
  width: 800px;
  max-width : calc(100% - 30px);
  margin: 0 auto 100px;
  display : flex;
  flex-wrap : wrap;
  justify-content : space-between;
}

.con-plan__contents2-1 {
  width : calc(395 / 1050 * 100%);
  margin-right : calc(65 / 1050 * 100%);
  padding-top : calc(35 / 1050 * 100%);
}

.con-plan__contents2-2 {
  width : calc(293 / 1050 * 100%);
}

.con-plan__contents2-3 {
  width : calc(277 / 1050 * 100%);
}
  
@media screen and (max-width: 767px) {
  .con-plan__contents2-1 {
    width : 100%;
    margin : 0 0 20px;
  }
  .con-plan__contents2-2 {
  width: calc(355 / 710 * 100%);
  }
  .con-plan__contents2-3 {
    width: calc(338 / 710 * 100%);
  }
}

.con-plan__contents2-img {
  margin-bottom : 15px;
}

.con-plan__contents2-ttl {
  font-size: 16px;
  margin-bottom : 10px;
}

.con-plan__contents2-ttlimg {
  height: 40px;
  display : block;
  margin : 0 auto 10px;
}

.con-plan__contents2-txt {
  font-size : 13px;
  line-height: 1.4;
}

.con-plan__contents2-2 .con-plan__contents2-ttlimg,
.con-plan__contents2-2 .con-plan__contents2-txt  {
  padding-left : calc(26 / 293 * 100%);
}
