@charset "UTF-8";
#plan *, #plan *:before, #plan *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#mainVisual {
  /*
  #pankuzu {
    color: #fff;
    a { color: #fff; }
  }
  */ }
  #mainVisual #pankuzu {
    margin-top: 0;
    margin-left: 0px; }
  #mainVisual .note {
    /*color: #fff;*/
    left: 10px; }

#pankuzu {
  margin-top: 160px;
  margin-left: 10px; }
  @media screen and (max-width: 768px) {
    #pankuzu {
      display: none; } }

.cap {
  font-size: .625rem;
  line-height: 1; }

.overview .cap {
  text-align: center;
  margin-top: 1.5rem;
  font-family: ten-mincho-text, serif; }

.plan-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }
  .plan-btn-list li {
    /*margin-top: 3rem;*/
    margin: 3rem auto 0;
    width: calc((100% - 3rem) / 2); }
    @media screen and (max-width: 768px) {
      .plan-btn-list li {
        width: 100%; } }
    .plan-btn-list li a {
      display: block;
      width: 100%;
      padding-bottom: .5rem;
      border: solid 4px #006B4D;
      transition: .3s;
      position: relative;
      text-align: center; }
      .plan-btn-list li a:hover {
        opacity: .6; }
      .plan-btn-list li a.plan-new::before {
        content: "";
        /*width: 97px;
        height: 97px;*/
        width: 80px;
        height: 80px;
        position: absolute;
        top: -4px;
        right: -4px;
        background: url("../img/plan/new-icon.png") no-repeat 0% 0%;
        background-size: 100%; }
        @media screen and (max-width: 768px) {
          .plan-btn-list li a.plan-new::before {
            width: 40px;
            height: 40px; } }
      .plan-btn-list li a .plan-ttl {
        background: #006B4D;
        padding: .5rem; }
        .plan-btn-list li a .plan-ttl.plan_f {
          padding-right: 1.5rem; }
        @media screen and (max-width: 768px) {
          .plan-btn-list li a .plan-ttl img {
            height: 2.5rem;
            width: auto; } }
      .plan-btn-list li a .plan-m2 {
        padding: 1rem .5rem 0 .5rem; }
        .plan-btn-list li a .plan-m2 img {
          width: 100%;
          height: auto; }
        @media screen and (max-width: 768px) {
          .plan-btn-list li a .plan-m2 img {
            height: 2rem;
            width: auto; } }
      .plan-btn-list li a .plan-txt {
        font-family: ten-mincho-text, serif;
        padding: .5rem;
        border-bottom: dotted 1px #006B4D; }
        @media screen and (max-width: 768px) {
          .plan-btn-list li a .plan-txt {
            font-size: .9rem; } }
      .plan-btn-list li a .plan-zu {
        width: 100%; }
        .plan-btn-list li a .plan-zu img {
          width: 100%;
          height: auto; }
        @media screen and (max-width: 768px) {
          .plan-btn-list li a .plan-zu {
            display: none; } }
      .plan-btn-list li a .btn-detail {
        margin: 1rem auto 0 auto;
        width: 90%;
        height: auto;
        max-width: 405px; }
        @media screen and (max-width: 768px) {
          .plan-btn-list li a .btn-detail {
            width: 90%;
            height: auto; }
            .plan-btn-list li a .btn-detail.pc {
              display: none; } }
      .plan-btn-list li a .btn-detail-sp {
        display: none;
        margin: 1rem auto -0.5rem auto;
        width: 100%;
        height: auto; }
        @media screen and (max-width: 768px) {
          .plan-btn-list li a .btn-detail-sp {
            display: block; } }

.hanrei {
  font-family: ten-mincho-text, serif;
  margin-top: 2rem;
  font-size: .625rem;
  line-height: 1; }
  .hanrei span {
    margin-right: 1rem; }

/* ------------------------- 詳細  ------------------------- */
.detail-box {
  position: relative;
  width: 95%;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (max-width: 768px) {
    .detail-box {
      width: 90%; } }

.plan-detail-head {
  margin: 40px auto 0 auto;
  max-width: 450px; }
  @media only screen and (max-width: 768px) {
    .plan-detail-head {
      margin-top: 140px; } }

.plan-head {
  width: 100%;
  margin: 3rem auto 0 auto;
  font-family: ten-mincho-text, serif; }
  .plan-head .plan-head-spec {
    width: 100%;
    max-width: 450px;
    margin: auto; }
  .plan-head .type {
    width: 100%;
    padding: 1rem;
    text-align: center;
    position: relative; }
    .plan-head .type img {
      height: 62px;
      width: auto; }
      @media only screen and (max-width: 768px) {
        .plan-head .type img {
          height: 30px; } }
    .plan-head .type .newicon {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
      .plan-head .type .newicon img {
        width: 100%;
        max-width: 52px;
        height: auto; }
        @media only screen and (max-width: 768px) {
          .plan-head .type .newicon img {
            max-width: 30px; } }
  .plan-head .room {
    padding: .5rem;
    width: 100%;
    text-align: center;
    background: #006B4D;
    position: relative; }
    .plan-head .room.plan_f img {
      height: 82px; }
      @media only screen and (max-width: 768px) {
        .plan-head .room.plan_f img {
          max-height: 70px; } }
    .plan-head .room img {
      height: 42px;
      width: auto; }
      @media only screen and (max-width: 768px) {
        .plan-head .room img {
          height: 30px; } }
    .plan-head .room.plan-new2::before {
      content: "";
      width: 40px;
      height: 40px;
      position: absolute;
      top: -20px;
      left: -25px;
      background: url("../img/plan/plan-detail/new-icon2.png") no-repeat 0% 0%;
      background-size: 100%; }
      @media screen and (max-width: 768px) {
        .plan-head .room.plan-new2::before {
          top: -25px;
          left: inherit;
          right: -18px; } }
    .plan-head .room.room_g img {
      width: 100%;
      height: auto; }
  .plan-head .m2 {
    width: 100%;
    padding: 1rem;
    text-align: left;
    border-bottom: dotted 2px #006B4D; }
    .plan-head .m2 img {
      height: 50px;
      width: auto; }
      @media only screen and (max-width: 768px) {
        .plan-head .m2 img {
          height: 30px; } }
  .plan-head .m2-2 {
    width: 100%;
    text-align: left;
    margin-top: 1rem;
    font-size: .75rem; }
    .plan-head .m2-2 span::before {
      display: inline-block;
      content: "";
      background: #006B4D;
      width: .75rem;
      height: .75rem;
      margin-right: .25rem; }
  .plan-head .detail-txt {
    font-size: 1rem;
    line-height: 2;
    text-align: center;
    margin-top: 3rem; }
    @media only screen and (max-width: 768px) {
      .plan-head .detail-txt {
        line-height: 1.5;
        margin-top: 2rem; } }

.plan-detail {
  margin: 3rem auto 0 auto;
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: ten-mincho-text, serif; }
  @media only screen and (max-width: 768px) {
    .plan-detail {
      margin-top: 1.5rem; } }
  .plan-detail .ofh {
    overflow: hidden; }
  .plan-detail .detail-merit {
    width: 40%;
    float: left;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .plan-detail .detail-merit {
        width: 100%;
        float: none;
        margin-top: 1rem; } }
    .plan-detail .detail-merit .plan-merit {
      margin-top: 1rem; }
      .plan-detail .detail-merit .plan-merit:first-child {
        margin-top: 0; }
      .plan-detail .detail-merit .plan-merit .merit-ttl {
        padding: .5rem;
        border-bottom: solid 1px #006B4D;
        margin-top: 2rem; }
        .plan-detail .detail-merit .plan-merit .merit-ttl:first-child {
          margin-top: 0; }
      .plan-detail .detail-merit .plan-merit .merit-img {
        width: 100%;
        margin-top: 1rem;
        position: relative; }
        .plan-detail .detail-merit .plan-merit .merit-img img {
          width: 100%;
          height: auto; }
        .plan-detail .detail-merit .plan-merit .merit-img .note {
          position: absolute;
          bottom: 5px;
          right: 5px;
          color: #000; }
  .plan-detail .detail-zu {
    width: 55%;
    float: right; }
    @media only screen and (max-width: 768px) {
      .plan-detail .detail-zu {
        width: 100%;
        float: none; } }
    .plan-detail .detail-zu .zu {
      width: 100%;
      text-align: right; }
      .plan-detail .detail-zu .zu img {
        width: 100%;
        height: auto; }
    .plan-detail .detail-zu .hensai {
      padding: 2rem;
      text-align: center; }
      .plan-detail .detail-zu .hensai img {
        width: 100%;
        height: auto;
        max-width: 360px; }
  .plan-detail .detail-foot {
    width: 100%; }
    .plan-detail .detail-foot.sp {
      display: none; }
    @media only screen and (max-width: 768px) {
      .plan-detail .detail-foot.sp {
        display: block; } }
  .plan-detail .detail-hanrei {
    margin-top: 1rem;
    font-size: .75rem;
    line-height: 1; }
    @media only screen and (max-width: 768px) {
      .plan-detail .detail-hanrei.pc {
        display: none; } }
    .plan-detail .detail-hanrei span {
      display: inline-block;
      margin-top: 1rem;
      margin-right: 1rem; }
    .plan-detail .detail-hanrei img {
      height: 20px;
      width: auto;
      margin-right: .5rem; }
      @media only screen and (max-width: 768px) {
        .plan-detail .detail-hanrei img {
          height: .9rem;
          vertical-align: top; } }
  .plan-detail .cap {
    margin-top: 1rem;
    font-size: .625rem;
    line-height: 1.5; }
    .plan-detail .cap.loan {
      border-bottom: 1px solid #000;
      padding-bottom: 1rem; }

@media only screen and (max-width: 768px) {
  .plan_d .detail-zu {
    margin-top: 1.5rem; } }

.plan-detail-btn {
  width: 80%;
  max-width: 270px;
  margin: 3rem auto 0 auto;
  text-align: center;
  font-family: ten-mincho-text, serif; }
  .plan-detail-btn li {
    margin-top: 1rem;
    transition: .3s; }
    .plan-detail-btn li:hover {
      opacity: .6; }
    .plan-detail-btn li.print {
      background: #909090; }
    .plan-detail-btn li.close {
      background: #006B4D; }
    .plan-detail-btn li a {
      display: block;
      width: 100%;
      color: #fff;
      text-decoration: none;
      padding: .5rem;
      letter-spacing: .1rem; }

.linkbtn li {
  position: fixed;
  top: 50%; }
  .linkbtn li.prev {
    left: 20px; }
  .linkbtn li.next {
    right: 20px; }
  .linkbtn li img {
    height: 50px;
    width: auto; }
@media only screen and (max-width: 768px) {
  .linkbtn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .linkbtn li {
      position: relative;
      margin-top: 1rem;
      top: auto;
      width: 50%;
      padding: 5px; }
      .linkbtn li.prev {
        left: auto;
        text-align: left; }
      .linkbtn li.next {
        right: auto;
        text-align: right; }
      .linkbtn li img {
        height: 30px;
        width: auto; } }
