@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
.lower main {
  padding-top: 0;
  overflow: hidden;
}

.lower .swipeArea {
  overflow-x: auto;
}

.lower .swipeArea img {
  min-width: 710px;
}

.lower .click-btn {
  max-width: 320px;
  margin: 20px auto 40px;
  text-align: center;
  clear: both;
}

.lower .click-btn a {
  position: relative;
}

.lower .click-btn a:hover {
  opacity: 0.8;
}

.lower .modal-wrapper {
  z-index: 29999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 14vh 10px;
  text-align: center;
}

.lower .modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.lower .modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
  background: #fff !important;
}

.lower .modal-wrapper::after {
  display: inline-block;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}

.lower .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 80%;
  max-width: 100%;
  padding: 0;
  border-radius: 2px;
  vertical-align: middle;
}

.lower .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: center;
}

.lower .modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.8) !important;
}

.lower .modal-overlay:hover {
  opacity: 1 !important;
}

.lower .modal-close {
  z-index: 20;
  position: absolute !important;
  top: -12px;
  right: 0;
  color: #000 !important;
  font-size: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  padding: 0;
  font-family: 'Cinzel', serif;
}

.lower .modal-close:hover {
  color: #ccc !important;
}

.lower .main-visual {
  position: relative;
  overflow: hidden;
  margin-bottom: 80rem;
}

.lower .main-visual .inner {
  position: relative;
  width: 0%;
  transition: width 2s;
  overflow: hidden;
}

.lower .main-visual .title {
  position: absolute;
  top: 170rem;
  left: 44rem;
}

.lower .main-visual .title img {
  width: auto;
  max-width: inherit;
}

.lower .main-visual .images img {
  max-width: inherit;
  width: 100vw;
}

.lower .main-visual.on .inner {
  width: 100%;
}

.lower .lower-message {
  position: relative;
  overflow: hidden;
  line-height: 1;
  width: 560rem;
  margin: 0 auto 80rem;
}

.lower .lower-message.on .txt {
  width: 100%;
}

.lower .lower-message .txt {
  position: relative;
  width: 0%;
  overflow: hidden;
  transition: width 1s;
}

.lower .lower-message .txt span {
  position: relative;
  display: block;
  width: 560rem;
  color: #fff;
  padding: 35rem 0;
  font-size: 20rem;
  line-height: 1;
  background-color: #3C5A4C;
}

.lower .lower-message .txt span::after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 100%;
  width: 20rem;
  height: 20rem;
  background-color: #E0E5D8;
  transform: translate(-50%, -50%) rotate(45deg);
}

/*----------------
outline
----------------*/
#outline main {
  padding: 150px 0;
}

#outline .page-content {
  background: url(../images/common/lower-bg.jpg);
}

#outline .page-content .page-title {
  font-size: 32rem;
  text-align: center;
  color: #9F9FA0;
  margin-bottom: 60rem;
}

#outline .contents {
  text-align: center;
}

#outline .contents .info-area h3 {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: .3em;
  font-weight: normal;
  margin-bottom: 50px;
}

#outline .contents .info-area h3 span {
  font-size: 26px;
  letter-spacing: .5em;
}

#outline .contents .info-area table {
  margin: 0 auto 50px;
  max-width: 1000px;
  border-collapse: separate;
  border-spacing: 10px 0;
}

#outline .contents .info-area table .info_terms td {
  border-bottom: none;
}

#outline .contents .info-area table .info_terms + .row_detail td {
  border-top: 1px solid rgba(52, 72, 87, 0.6);
}

#outline .contents .info-area table th,
#outline .contents .info-area table td {
  padding: 15px;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 12px;
}

#outline .contents .info-area table th {
  width: 20%;
  border: none;
  text-align: center;
  border-bottom: .5px solid #151515;
  color: #151515;
  background: #F5F1EC;
}

#outline .contents .info-area table td {
  width: 80%;
  text-align: left;
  border-bottom: .5px solid #151515;
}

#outline .contents .info-area .row_detail + .info_terms h3 {
  padding-top: 60px;
}

#outline .contents .info-area .buken_comment {
  text-align: left;
  max-width: 1000px;
  margin: auto;
  padding: 40px 0;
  line-height: 1.7;
  font-size: 11px;
}

#outline .contents .info-area .buken_comment p {
  line-height: 1.7;
  font-size: 11px;
}

#outline .contents .info-area .buken_comment + .buken_comment {
  padding-top: 0;
}

@media (max-width: 768px) {
  #outline main {
    padding: 50px 0;
  }
  #outline .page-content {
    background: url(../images/common/lower-bg.jpg);
  }
  #outline .page-content .page-titles {
    padding: 30rem 0 0;
  }
  #outline .page-content .page-titles .page-tit {
    text-align: center;
    margin-bottom: 0;
  }
  #outline .page-content .top-bg {
    position: relative;
    background: url(../images/location/info-bg.jpg);
    background-size: cover;
    margin-bottom: 40rem;
  }
  #outline .contents {
    padding-top: 22rem;
  }
  #outline .contents .info-area h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #outline .contents .info-area table {
    width: 100%;
  }
  #outline .contents .info-area table .info_terms + .row_detail td {
    border-top: none;
    margin-bottom: 2px;
  }
  #outline .contents .info-area table th,
  #outline .contents .info-area table td {
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 10px;
    font-size: 13px;
    width: 100%;
    margin-bottom: 2px;
  }
  #outline .contents .info-area .row_detail + .info_terms h3 {
    padding-top: 40px;
  }
  #outline .contents .info-area .buken_comment {
    padding: 30px 0;
    line-height: 1.4;
  }
  #outline .contents .info-area .buken_comment p {
    line-height: 1.4;
  }
}

/*----------------
brand
----------------*/
#brand main {
  background-color: #E0E5D8;
}

#brand .main-visual .title img {
  width: 480rem;
}

#brand .intro {
  padding-bottom: 165rem;
  text-align: center;
}

#brand .intro .tit {
  font-size: 20rem;
  line-height: 1.6;
  margin-bottom: 40rem;
}

#brand .intro .title {
  margin: 0 auto;
  width: 305rem;
  padding-bottom: 40rem;
}

#brand .intro .text {
  font-size: 18rem;
  line-height: 2;
}

#brand .sections {
  text-align: center;
  padding-bottom: 135rem;
}

#brand .sections .title {
  font-size: 32rem;
  font-weight: normal;
  padding-bottom: 59rem;
}

#brand .sections .lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

#brand .sections .lists li {
  padding-bottom: 10rem;
  width: 33%;
}

#brand .section01 .lists li {
  padding-bottom: 25rem;
}

#brand .section01 .lists .text01 {
  padding-top: 12rem;
  padding-bottom: 8rem;
  font-size: 18rem;
}

#brand .section01 .lists .text02 {
  font-size: 13rem;
}

#brand .section02 .lists li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60rem 0 45rem;
  margin-bottom: 10rem;
  width: 32.7%;
  border: 1px solid #3C5A4C;
}

#brand .section02 .lists .text01 {
  padding-bottom: 17rem;
  font-size: 20rem;
}

#brand .section02 .lists .text02 {
  font-size: 14rem;
  line-height: 1.8;
}

#brand .section03 .lists {
  align-items: stretch;
}

#brand .section03 .lists li {
  margin-bottom: 10rem;
  width: 32.1%;
}

#brand .section03 .lists li a {
  display: block;
  padding: 40rem 25rem 20rem;
  background-color: #fff;
  box-shadow: 0px 0px 8rem #aaa;
  color: #151515;
  transform: scale(1);
  transition: transform .5s;
}

@media screen and (min-width: 1025px) {
  #brand .section03 .lists li a:hover {
    opacity: 1 !important;
    transform: scale(1.05);
  }
}

#brand .section03 .lists .icon {
  padding-bottom: 17rem;
}

#brand .section03 .lists .icon img {
  width: auto;
  height: 64rem;
}

#brand .section03 .lists .text01 {
  padding-bottom: 17rem;
  font-size: 18rem;
  line-height: 1.9;
  min-height: 80rem;
}

#brand .section03 .lists .text02 {
  font-size: 13rem;
  line-height: 1.9;
  text-align: left;
  min-height: 110rem;
  padding-bottom: 46rem;
}

#brand .section03 .lists .text02 .mini {
  display: block;
  font-size: 10rem;
  line-height: 1.4;
  padding-top: 6px;
}

#brand .section03 .lists .text03 {
  font-size: 13rem;
  line-height: 1.9;
}

#brand .section03 .lists .list05 .text02 {
  padding-bottom: 23rem;
}

/*----------------
plan
----------------*/
#plan .main-visual .title img {
  width: 639rem;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}

#plan .intro {
  padding-bottom: 78rem;
  text-align: center;
}

#plan .intro .title {
  font-weight: normal;
  font-size: 32rem;
  color: #9F9FA0;
  line-height: 1.3;
  padding-bottom: 50rem;
}

#plan .intro .text {
  font-size: 18rem;
  line-height: 1.9;
}

#plan .plan-link {
  margin-bottom: 100rem;
}

#plan .plan-link .image {
  width: 50%;
  max-width: 400rem;
  margin: 0 auto 50rem;
}

#plan .plan-link .image a {
  opacity: 0;
  pointer-events: none;
}

#plan .plan-link .image a:hover {
  opacity: 0.3;
}

#plan .plan-link .image svg {
  width: 100%;
  height: auto;
}

#plan .plan-link .image .caption {
  background: none;
  color: #151515;
  bottom: -20px;
}

#plan .plan-link .annotation {
  font-size: 13rem;
  text-align: center;
  line-height: 1.6;
}

#plan .sec01 {
  position: relative;
  background: url(../images/plan/bg01.jpg);
  background-size: cover;
  padding: 40rem 0;
}

#plan .sec01 .list {
  max-width: 1148px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#plan .sec01 .list li {
  width: 50%;
}

#plan .sec01 .list li:last-child {
  width: 42%;
}

#plan .sec01 .list .tit {
  font-size: 32rem;
  color: #9F9FA0;
  margin-bottom: 20rem;
}

#plan .sec01 .list .txt {
  font-size: 18rem;
  line-height: 1.8;
  margin-bottom: 20rem;
}

#plan .sec01 .list .lead {
  font-size: 13rem;
  line-height: 1.8;
}

#plan .sec01 .relative {
  max-width: 960px;
  margin: auto;
  position: relative;
}

#plan .sec01 .relative .circle {
  max-width: 586px;
  margin: 40% auto 36%;
}

#plan .sec01 .card {
  max-width: 360px;
  position: absolute;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 20px;
  box-sizing: border-box;
  text-align: center;
}

#plan .sec01 .card .txt01 {
  font-size: 24rem;
}

#plan .sec01 .card .txt01 span {
  font-size: 32rem;
}

#plan .sec01 .card .txt02 {
  font-size: 13rem;
  color: #9F9FA0;
  margin: 10rem auto 20rem;
}

#plan .sec01 .card .info {
  font-size: 12rem;
  line-height: 2;
  margin: 10rem auto;
}

#plan .sec01 .card01 {
  position: absolute;
  top: -50%;
}

#plan .sec01 .card02 {
  position: absolute;
  top: -50%;
  right: 0;
}

#plan .sec01 .card03 {
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
}

#plan .sec01 .button {
  display: inline-block;
  line-height: 1;
}

#plan .sec01 a {
  display: block;
  box-sizing: border-box;
  padding: 10rem 80rem;
  font-size: 16rem;
  text-align: center;
  color: #fff;
  background: #3C5A4C;
  background: radial-gradient(circle, #3c5a4c 0%, #0c120f 100%);
  border-radius: 70rem;
}

#plan .sec01 a span {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding-right: 0;
  transition: padding-right .5s;
}

#plan .sec01 a span::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity .1s;
}

@media screen and (min-width: 1025px) {
  #plan .sec01 a:hover {
    opacity: 1 !important;
  }
  #plan .sec01 a:hover span {
    padding-right: 30rem;
  }
  #plan .sec01 a:hover span::after {
    transition: opacity .5s .5s;
    opacity: 1;
  }
}

#plan .sec01 .color02 {
  background: #314A57;
}

#plan .models {
  text-align: center;
  padding: 80rem 0;
}

#plan .models .wrap {
  max-width: 1000px;
}

#plan .models .tit {
  font-size: 30rem;
  font-weight: normal;
  color: #9F9FA0;
  margin-bottom: 40rem;
}

#plan .models .tit span {
  font-size: 32rem;
}

#plan .models .txt {
  background: #F0E8DC;
  padding: 13rem 0;
  font-size: 14rem;
  line-height: 1.6;
}

#plan .models .txt span {
  font-size: 10rem;
  background: #314B57;
  border-radius: 2px;
  color: #fff;
  padding: 4rem 6rem;
  margin-right: 10rem;
  box-sizing: border-box;
}

#plan .models .line {
  border-right: 5px solid #dcc5ab;
  border-left: 5px solid #dcc5ab;
  padding-bottom: 16rem;
  margin-top: 20rem;
}

#plan .models .checks {
  max-width: 850px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#plan .models .checks li {
  text-align: left;
  width: 49%;
  margin-top: 16rem;
}

#plan .models .checks .check {
  font-size: 14rem;
}

#plan .models .checks .check img {
  width: 20rem;
}

#plan .points {
  text-align: center;
  background: #E0E5D8;
  padding: 80rem 0;
}

#plan .points .wrap {
  max-width: 1008px;
}

#plan .points .lead {
  font-size: 18rem;
  line-height: 1.6;
  margin-bottom: 40rem;
}

#plan .points .img01 {
  margin-bottom: 40rem;
}

#plan .points .txt {
  font-size: 18rem;
  margin-bottom: 20rem;
}

#plan .points .point-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20rem;
}

#plan .points .point-list li {
  text-align: left;
  background: #fff;
  width: 24%;
  padding: 16rem;
  box-sizing: border-box;
}

#plan .points .point-list .name {
  font-size: 16rem;
  line-height: 1.2;
  margin-bottom: 10rem;
}

#plan .points .point-list .name .num {
  margin-right: 6rem;
}

#plan .points .point-list .name .mini {
  font-size: 12rem;
}

#plan .points .point-list .info {
  font-size: 13rem;
  line-height: 1.5;
}

#plan .plans {
  text-align: center;
  padding: 80rem 0;
}

#plan .plans .tit {
  font-size: 18rem;
  line-height: 1.6;
  margin-bottom: 24rem;
}

#plan .plans .wrap {
  max-width: 1126px;
}

#plan .plans .plan-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#plan .plans .plan-list.list02 {
  justify-content: flex-start;
}

#plan .plans .plan-list.list02 li {
  margin-right: 2%;
}

#plan .plans .plan-list.list02 li:last-child {
  margin-right: 0;
}

#plan .plans .plan-list li {
  width: 32%;
  background: #EFF2EB;
  padding: 17rem 0;
  margin-bottom: 20rem;
}

#plan .plans .plan-list .txt-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#plan .plans .plan-list .txt-list li {
  width: 22%;
  margin-bottom: 0;
}

#plan .plans .plan-list .txt-list li:first-child {
  background: #314A57;
  padding: 18% 0;
}

#plan .plans .plan-list .txt-list li:last-child {
  text-align: left;
  width: 68%;
}

#plan .plans .plan-list .txt-list .tou {
  text-align: center;
  color: #fff;
  font-size: 12rem;
  line-height: 1.5;
}

#plan .plans .plan-list .txt-list .tou span {
  font-size: 32rem;
}

#plan .plans .plan-list .txt-list .spec {
  font-size: 11rem;
  margin-bottom: 10rem;
  padding-bottom: 10rem;
  border-bottom: 1px solid #E0E5D8;
}

#plan .plans .plan-list .txt-list .spec .big {
  font-size: 32rem;
}

#plan .plans .plan-list .txt-list .spec .garamond {
  font-size: 38rem;
}

#plan .plans .plan-list .txt-list .width {
  font-size: 11rem;
  line-height: 1.8;
}

#plan .plans .plan-list .txt-list .width .num {
  font-size: 30rem;
}

#plan .plans .plan-list .txt-list .width .unit {
  font-size: 18rem;
}

#plan .plans .button {
  display: inline-block;
  line-height: 1;
}

#plan .plans a {
  pointer-events: none;
  display: block;
  box-sizing: border-box;
  padding: 10rem 60rem;
  font-size: 15rem;
  text-align: center;
  color: #fff;
  background: #314A57;
  border-radius: 70rem;
}

#plan .plans a span {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding-right: 0;
  transition: padding-right .5s;
}

#plan .plans a span::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity .1s;
}

@media screen and (min-width: 1025px) {
  #plan .plans a:hover {
    opacity: 1 !important;
  }
  #plan .plans a:hover span {
    padding-right: 30rem;
  }
  #plan .plans a:hover span::after {
    transition: opacity .5s .5s;
    opacity: 1;
  }
}

#plan .point03 .point-list li {
  text-align: left;
  background: #fff;
  width: 24%;
  padding: 16rem;
  box-sizing: border-box;
}

#plan .point03 .point-list li:first-child {
  width: 48%;
}

#plan .model03 .checks li {
  text-align: left;
  width: 46%;
  margin-top: 16rem;
}

#plan .model03 .checks li:nth-child(2),
#plan .model03 .checks li:last-child {
  width: 52%;
}

/*----------------
plan-detail
----------------*/
#plan-detail .intro {
  padding-top: 200rem;
  padding-bottom: 78rem;
  text-align: center;
}

#plan-detail .intro .title {
  font-weight: normal;
  font-size: 32rem;
  color: #9F9FA0;
  line-height: 1.3;
  padding-bottom: 50rem;
}

#plan-detail .intro .text {
  font-size: 18rem;
  line-height: 1.9;
}

#plan-detail .plan-spec {
  max-width: 1080px;
  margin: 0 auto 160rem;
}

#plan-detail .plan-spec .wrap {
  text-align: center;
}

#plan-detail .plan-spec .spec {
  margin-bottom: 40rem;
}

#plan-detail .plan-spec .spec02 {
  padding-bottom: 10px;
}

#plan-detail .plan-spec .text01 {
  font-size: 10rem;
  text-align: right;
  margin-bottom: 40rem;
}

#plan-detail .plan-spec .list {
  max-width: 800px;
  margin: 0 auto 80rem;
  display: flex;
  justify-content: space-between;
}

#plan-detail .plan-spec .list li {
  text-align: center;
  width: 33%;
  padding: 6rem 0;
  border-left: 1px solid;
}

#plan-detail .plan-spec .list li:last-child {
  border-right: 1px solid;
}

#plan-detail .plan-spec .list .name {
  font-size: 16rem;
}

#plan-detail .plan-spec .room-img {
  max-width: 740rem;
  max-width: 900rem;
  margin: 0 auto 100rem;
}

#plan-detail .plan-spec .hanrei {
  text-align: center;
  font-size: 11rem;
  line-height: 1.6;
}

#plan-detail .plan-spec .hanrei img {
  max-width: 86rem;
  margin: 0;
}

#plan-detail .plan-spec .button {
  display: inline-block;
  line-height: 1;
  margin-top: 60rem;
}

#plan-detail .plan-spec a {
  display: block;
  box-sizing: border-box;
  padding: 10rem 80rem;
  font-size: 16rem;
  text-align: center;
  color: #fff;
  background: #3C5A4C;
  background: radial-gradient(circle, #3c5a4c 0%, #0c120f 100%);
  border-radius: 70rem;
}

#plan-detail .plan-spec a span {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding-right: 0;
  transition: padding-right .5s;
}

#plan-detail .plan-spec a span::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity .1s;
}

@media screen and (min-width: 1025px) {
  #plan-detail .plan-spec a:hover {
    opacity: 1 !important;
  }
  #plan-detail .plan-spec a:hover span {
    padding-right: 30rem;
  }
  #plan-detail .plan-spec a:hover span::after {
    transition: opacity .5s .5s;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .lower .modal-window {
    width: 94%;
  }
  .lower .swipeArea {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .lower .swipeArea::-webkit-scrollbar {
    display: none;
  }
  .lower .swipeArea:after {
    content: '';
    display: block;
    position: sticky;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 15rem;
    height: 57rem;
    background: url(../images/common/icon_swipe.png) no-repeat center center;
    background-size: auto 100%;
  }
  .lower .swipeArea .caption {
    position: sticky;
    left: 0;
    padding: 0 3rem 0 0;
    text-align: right;
  }
  .lower .main-visual .title {
    top: 130rem;
    left: 20rem;
  }
  .lower .lower-message {
    width: 320rem;
    margin: 0 auto 80rem;
  }
  .lower .lower-message.on .txt {
    width: 100%;
  }
  .lower .lower-message .txt span {
    width: 320rem;
    box-sizing: border-box;
    padding: 25rem 30rem;
    font-size: 20rem;
    line-height: 1.5;
  }
  .lower .lower-message .txt span::after {
    width: 40rem;
    height: 40rem;
  }
  /*----------------
brand
----------------*/
  #brand .main-visual .title img {
    width: 166rem;
  }
  #brand .intro {
    padding-bottom: 88rem;
  }
  #brand .intro .title {
    width: 204rem;
    padding-bottom: 43rem;
  }
  #brand .intro .text {
    text-align: left;
    font-size: 16rem;
  }
  #brand .intro .text br {
    display: none;
  }
  #brand .sections {
    padding-bottom: 90rem;
  }
  #brand .sections .title {
    padding-bottom: 45rem;
  }
  #brand .sections .lists {
    display: flex;
  }
  #brand .sections .lists li {
    padding-bottom: 10rem;
    width: 33%;
  }
  #brand .section01 .lists {
    flex-wrap: nowrap;
    gap: 10rem;
    width: 1320rem;
  }
  #brand .section01 .lists li {
    padding-bottom: 25rem;
  }
  #brand .section01 .lists .text01 {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
  #brand .section01 .swipe-img img {
    width: 100% !important;
  }
  #brand .section02 .lists li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30rem 15rem 25rem;
    box-sizing: border-box;
    margin-bottom: 10rem;
    width: 48%;
    border: 1px solid #3C5A4C;
  }
  #brand .section02 .lists .text01 {
    padding-bottom: 19rem;
  }
  #brand .section02 .lists .text02 {
    font-size: 13rem;
    line-height: 1.8;
    text-align: center;
  }
  #brand .section02 .lists .text02 br {
    display: none;
  }
  #brand .section03 .lists {
    flex-wrap: nowrap;
    gap: 10rem;
    width: 1400rem;
    gap: 10rem;
  }
  #brand .section03 .lists li {
    margin-bottom: 10rem;
    width: 320rem;
  }
  #brand .section03 .lists li a {
    padding: 40rem 15rem 20rem;
  }
  #brand .section03 .lists .icon {
    padding-bottom: 17rem;
  }
  #brand .section03 .lists .icon img {
    width: 280px !important;
    height: 64rem;
  }
  #brand .section03 .lists .text01 {
    padding-bottom: 17rem;
    font-size: 14rem;
    line-height: 1.9;
    min-height: 55rem;
  }
  #brand .section03 .lists .text01 br {
    display: none;
  }
  #brand .section03 .lists .text02 {
    font-size: 11rem;
    line-height: 1.5;
    min-height: 100rem;
    padding-bottom: 24rem;
  }
  #brand .section03 .lists .text03 {
    font-size: 11rem;
    line-height: 1.5;
  }
  /*----------------
plan
----------------*/
  #plan .main-visual .title img {
    width: 275rem;
  }
  #plan .intro {
    text-align: left;
    width: 90%;
  }
  #plan .intro .text {
    text-align: center;
  }
  #plan .intro .text span {
    line-height: 1.6;
  }
  #plan .plan-link {
    width: 94%;
    margin: 0 auto 50rem;
  }
  #plan .plan-link .image {
    width: 90%;
  }
  #plan .sec01 {
    position: relative;
    background: url(../images/plan/bg01-sp.jpg);
    background-size: cover;
    padding: 40rem 0;
  }
  #plan .sec01 .list {
    max-width: 1148px;
    margin: 0 auto;
    display: block;
  }
  #plan .sec01 .list li {
    width: 100%;
  }
  #plan .sec01 .list li:last-child {
    width: 100%;
  }
  #plan .sec01 .logo {
    margin-bottom: 40rem;
  }
  #plan .sec01 .relative {
    max-width: 960px;
    margin: auto;
    position: relative;
  }
  #plan .sec01 .relative .circle {
    width: 264px;
    margin: 70% auto 62%;
  }
  #plan .sec01 .card {
    width: 48%;
    position: absolute;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 12px 8px;
    box-sizing: border-box;
    text-align: center;
  }
  #plan .sec01 .card .txt01 {
    font-size: 10rem;
  }
  #plan .sec01 .card .txt01 span {
    font-size: 13rem;
  }
  #plan .sec01 .card .txt02 {
    font-size: 11rem;
    color: #9F9FA0;
    margin: 4rem auto 10rem;
  }
  #plan .sec01 .card .info {
    font-size: 11rem;
    line-height: 1.6;
    text-align: left;
  }
  #plan .sec01 .card .info br {
    display: none;
  }
  #plan .sec01 .card01 {
    position: absolute;
    top: -240px;
  }
  #plan .sec01 .card02 {
    position: absolute;
    top: -240px;
    right: 0;
  }
  #plan .sec01 .card03 {
    position: absolute;
    bottom: -240px;
    left: 50%;
    transform: translateX(-50%);
  }
  #plan .sec01 a {
    padding: 10rem 28rem;
    font-size: 14rem;
  }
}

@media screen and (max-width: 768px) and (min-width: 440px) {
  #plan .sec01 .card01, #plan .sec01 .card02 {
    top: -300px;
  }
  #plan .sec01 .card03 {
    bottom: -300px;
  }
}

@media screen and (max-width: 768px) and (min-width: 500px) {
  #plan .sec01 .card01, #plan .sec01 .card02 {
    top: -340px;
  }
  #plan .sec01 .card03 {
    bottom: -340px;
  }
}

@media screen and (max-width: 768px) and (min-width: 540px) {
  #plan .sec01 .relative .circle {
    width: 364px;
  }
  #plan .sec01 .list {
    padding-bottom: 100px;
  }
  #plan .sec01 .card01, #plan .sec01 .card02 {
    top: -360px;
  }
  #plan .sec01 .card03 {
    bottom: -360px;
  }
}

@media screen and (max-width: 768px) and (min-width: 640px) {
  #plan .sec01 .relative .circle {
    width: 464px;
  }
  #plan .sec01 .list {
    padding-bottom: 100px;
  }
  #plan .sec01 .card01, #plan .sec01 .card02 {
    top: -400px;
  }
  #plan .sec01 .card03 {
    bottom: -400px;
  }
}

@media screen and (max-width: 768px) {
  #plan .models {
    text-align: center;
    padding: 40rem 0;
  }
  #plan .models .txt {
    background: #F0E8DC;
    padding: 13rem 0;
    font-size: 14rem;
    line-height: 1.6;
  }
  #plan .models .txt span {
    font-size: 10rem;
    background: #314B57;
    border-radius: 2px;
    color: #fff;
    padding: 4rem 6rem;
    display: inline-block;
    margin-bottom: 6rem;
    margin-right: 0;
    box-sizing: border-box;
  }
  #plan .models .line {
    padding-top: 2rem;
  }
  #plan .models .checks {
    display: block;
    width: 94%;
  }
  #plan .models .checks li {
    text-align: left;
    width: 100%;
    margin-top: 16rem;
  }
  #plan .models .checks .check {
    text-indent: -1.8em;
    padding-left: 2em;
  }
  #plan .models .checks .check img {
    padding-right: 6rem;
  }
  #plan .points {
    padding: 40rem 0;
  }
  #plan .points .lead {
    text-align: left;
  }
  #plan .points .lead br {
    display: none;
  }
  #plan .points .point-list {
    display: block;
  }
  #plan .points .point-list li {
    text-align: left;
    background: #fff;
    width: 100%;
    margin-bottom: 4rem;
  }
  #plan .plans {
    padding: 40rem 0;
  }
  #plan .plans .plan-list {
    display: block;
    flex-wrap: nowrap;
  }
  #plan .plans .plan-list li {
    width: 100%;
    padding: 17rem 0;
    margin-bottom: 10rem;
  }
  #plan .plans .plan-list li.list02 li {
    margin-right: auto;
    margin-bottom: 10rem;
  }
  #plan .plans .plan-list .txt-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #plan .plans .plan-list .txt-list li {
    width: 14%;
    margin: 0;
  }
  #plan .plans .plan-list .txt-list li:first-child {
    background: #314A57;
    padding: 18% 0;
  }
  #plan .plans .plan-list .txt-list li:last-child {
    text-align: left;
    width: 78%;
  }
  #plan .plans .plan-list .txt-list .tou span {
    font-size: 28rem;
  }
  #plan .point03 .point-list li:first-child {
    width: 100%;
  }
  #plan .model03 .checks li {
    width: 100%;
  }
  #plan .model03 .checks li:nth-child(2),
  #plan .model03 .checks li:last-child {
    width: 100%;
  }
  /*----------------
plan-detail
----------------*/
  #plan-detail .intro {
    text-align: left;
    width: 84%;
    padding-top: 140rem;
    padding-bottom: 0;
  }
  #plan-detail .intro .text br {
    display: none;
  }
  #plan-detail .plan-spec {
    max-width: 1080px;
    margin: 0 auto 160rem;
  }
  #plan-detail .plan-spec .wrap {
    text-align: center;
  }
  #plan-detail .plan-spec .spec {
    margin-bottom: 40rem;
  }
  #plan-detail .plan-spec .spec02 {
    padding-bottom: 10px;
  }
  #plan-detail .plan-spec .list {
    max-width: 800px;
    margin: 0 auto 80rem;
    display: flex;
    justify-content: space-between;
  }
  #plan-detail .plan-spec .list li {
    text-align: center;
    width: 33%;
    padding: 6rem 0;
    border-left: 1px solid;
  }
  #plan-detail .plan-spec .list li:last-child {
    border-right: 1px solid;
  }
  #plan-detail .plan-spec .list .name {
    font-size: 11rem;
  }
  #plan-detail .plan-spec .room-img {
    max-width: 740rem;
    margin: 0 auto 40rem;
  }
  #plan-detail .plan-spec .hanrei {
    text-align: center;
    font-size: 11rem;
    line-height: 1.6;
  }
  #plan-detail .plan-spec .hanrei img {
    max-width: 86rem;
    margin: 0;
  }
}

/*# sourceMappingURL=lower.css.map */
