@charset "UTF-8";

.plan-page .owmain {
  width: 100%;
  height: 200px;
  margin-bottom: 80px;
  position: relative;
}
.plan-page .owpc {
  background-image: url(../images/plan/c_main.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 740px) {
  .plan-page .owmain {
    aspect-ratio: 1/1;
    margin-bottom: 40px;
  }
.plan-page .owsp {
  background-image: url(../images/plan/c_main_sp.webp);
  background-size: cover;
  background-position: center;
}	
}
.plan-page .owmain .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 6.4rem;
  color: #fff;
}
@media (max-width: 1100px) {
  .plan-page .owmain .title {
    /*margin-top: 40px;*/
  }
}
@media (max-width: 740px) {
  .plan-page .owmain .title {
    margin: 0 auto;
    font-size: 3.2rem;
	width: 96%;
	text-align: center;
  }
}

.plan-page .column .c01 .titl {
    line-height: 2;
    font-size: clamp(1.6rem, -0.044rem + 2.222vw, 2.8rem);
    margin-bottom: 40px;
}

.plan-page .plan_btns .btn {
	position: relative;
}

.plan-page .plan_btns .btn p {
	position: absolute;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.2;
	top: 10px;
	right: 10px;
	padding: 5px;
	color: #5d2b22;
	border: solid #5d2b22 1px;
}

@media (max-width: 740px) {
.plan-page .plan_btns .btn p {
	position: absolute;
	margin-top: 5px;
	font-size: 10px;
	line-height: 1.2;
	top: 10px;
	right: 10px;
	padding: 3px;
	color: #5d2b22;
	border: solid #5d2b22 1px;
}
}


.plan_b-page .main_titl_wrap {
  width: 100%;
  margin: 200px 0 80px;
  background-color: #623228;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .plan_b-page .main_titl_wrap {
    margin: 100px 0 40px;
  }
}
.plan_b-page .main_titl_wrap .main_titl {
  margin: 0 50px;
  line-height: 100px;
  font-size: 3.2rem;
  color: #fff;
}
@media (max-width: 740px) {
  .plan_b-page .main_titl_wrap .main_titl {
    line-height: 50px;
    margin: 0 30px;
    font-size: 2.4rem;
  }
}
.plan_b-page .plan_titl {
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .plan_b-page .plan_titl {
    margin-bottom: 40px;
  }
}
.plan_b-page .plan_bg {
  width: 100%;
  padding: 80px 0;
  background-color: #faf8f6;
}
@media (max-width: 740px) {
  .plan_b-page .plan_bg {
    padding: 40px 0;
  }
}
.plan_b-page .plan_bg .plan_wrap {
  width: 1100px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 20px 1fr 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-word;
  gap: 25%;
}
@media (max-width: 1100px) {
  .plan_b-page .plan_bg .plan_wrap {
    width: 90%;
    gap: 10%;
  }
}
.plan_b-page .plan_bg .plan_wrap .btn {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.plan_b-page .plan_bg .plan_wrap .btn.pre:hover {
  opacity: 0.5;
}
.plan_b-page .plan_bg .plan_wrap .btn.next:hover {
  opacity: 0.5;
}
.plan_b-page .hans {
  width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 70px;
  word-break: break-word;
}
@media (max-width: 1100px) {
  .plan_b-page .hans {
    width: 90%;
    grid-template-columns: 1fr 35px;
  }
}
.plan_b-page .hans .han_txt .han {
  width: 250px;
  margin-bottom: 10px;
}
@media (max-width: 740px) {
  .plan_b-page .hans .han_txt .han {
    width: 150px;
  }
}
.plan_b-page .hans .han_txt .cap_h {
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .plan_b-page .hans .han_txt .cap_h {
    font-size: 1rem;
  }
}
.plan_b-page .plan_index_btn {
  display: block;
  width: 500px;
  margin: 80px auto;
  line-height: 1;
  padding: 30px 0;
  text-align: center;
  background: #faf8f6 url("../images/common/arrow_g.svg") 95% center no-repeat;
  background-size: 10px;
  font-size: 2.4rem;
  color: #692e24 !important;
  border: 1px #692e24 solid;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 740px) {
  .plan_b-page .plan_index_btn {
    width: calc(100% - 100px);
    margin: 40px auto;
    padding: 15px 0;
    background-size: 10px;
    font-size: 1.4rem;
  }
}
.plan_b-page .plan_index_btn:hover {
  background: #ffffff url("../images/common/arrow_g.svg") 97% center no-repeat;
  background-size: 10px;
}

.plan_e-page .main_titl_wrap {
  width: 100%;
  margin: 200px 0 80px;
  background-color: #623228;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .plan_e-page .main_titl_wrap {
    margin: 100px 0 40px;
  }
}
.plan_e-page .main_titl_wrap .main_titl {
  margin: 0 50px;
  line-height: 100px;
  font-size: 3.2rem;
  color: #fff;
}
@media (max-width: 740px) {
  .plan_e-page .main_titl_wrap .main_titl {
    line-height: 50px;
    margin: 0 30px;
    font-size: 2.4rem;
  }
}
.plan_e-page .plan_titl {
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .plan_e-page .plan_titl {
    margin-bottom: 40px;
  }
}
.plan_e-page .plan_bg {
  width: 100%;
  padding: 80px 0;
  background-color: #faf8f6;
}
@media (max-width: 740px) {
  .plan_e-page .plan_bg {
    padding: 40px 0;
  }
}
.plan_e-page .plan_bg .plan_wrap {
  width: 1100px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 20px 1fr 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-word;
  gap: 25%;
}
@media (max-width: 1100px) {
  .plan_e-page .plan_bg .plan_wrap {
    width: 90%;
    gap: 10%;
  }
}
.plan_e-page .plan_bg .plan_wrap .btn {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.plan_e-page .plan_bg .plan_wrap .btn.pre:hover {
  opacity: 0.5;
}
.plan_e-page .plan_bg .plan_wrap .btn.next:hover {
  opacity: 0.5;
}
.plan_e-page .hans {
  width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 70px;
  word-break: break-word;
}
@media (max-width: 1100px) {
  .plan_e-page .hans {
    width: 90%;
    grid-template-columns: 1fr 35px;
  }
}
.plan_e-page .hans .han_txt .han {
  width: 250px;
  margin-bottom: 10px;
}
@media (max-width: 740px) {
  .plan_e-page .hans .han_txt .han {
    width: 150px;
  }
}
.plan_e-page .hans .han_txt .cap_h {
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .plan_e-page .hans .han_txt .cap_h {
    font-size: 1rem;
  }
}
.plan_e-page .plan_index_btn {
  display: block;
  width: 500px;
  margin: 80px auto;
  line-height: 1;
  padding: 30px 0;
  text-align: center;
  background: #faf8f6 url("../images/common/arrow_g.svg") 95% center no-repeat;
  background-size: 10px;
  font-size: 2.4rem;
  color: #692e24 !important;
  border: 1px #692e24 solid;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 740px) {
  .plan_e-page .plan_index_btn {
    width: calc(100% - 100px);
    margin: 40px auto;
    padding: 15px 0;
    background-size: 10px;
    font-size: 1.4rem;
  }
}
.plan_e-page .plan_index_btn:hover {
  background: #ffffff url("../images/common/arrow_g.svg") 97% center no-repeat;
  background-size: 10px;
}

.plan_g-page .main_titl_wrap {
  width: 100%;
  margin: 200px 0 80px;
  background-color: #623228;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .plan_g-page .main_titl_wrap {
    margin: 100px 0 40px;
  }
}
.plan_g-page .main_titl_wrap .main_titl {
  margin: 0 50px;
  line-height: 100px;
  font-size: 3.2rem;
  color: #fff;
}
@media (max-width: 740px) {
  .plan_g-page .main_titl_wrap .main_titl {
    line-height: 50px;
    margin: 0 30px;
    font-size: 2.4rem;
  }
}
.plan_g-page .plan_titl {
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .plan_g-page .plan_titl {
    margin-bottom: 40px;
  }
}
.plan_g-page .plan_bg {
  width: 100%;
  padding: 80px 0;
  background-color: #faf8f6;
}
@media (max-width: 740px) {
  .plan_g-page .plan_bg {
    padding: 40px 0;
  }
}
.plan_g-page .plan_bg .plan_wrap {
  width: 1100px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 20px 1fr 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-word;
  gap: 25%;
}
@media (max-width: 1100px) {
  .plan_g-page .plan_bg .plan_wrap {
    width: 90%;
    gap: 10%;
  }
}
.plan_g-page .plan_bg .plan_wrap .btn {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.plan_g-page .plan_bg .plan_wrap .btn.pre:hover {
  opacity: 0.5;
}
.plan_g-page .plan_bg .plan_wrap .btn.next:hover {
  opacity: 0.5;
}
.plan_g-page .hans {
  width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 70px;
  word-break: break-word;
}
@media (max-width: 1100px) {
  .plan_g-page .hans {
    width: 90%;
    grid-template-columns: 1fr 35px;
  }
}
.plan_g-page .hans .han_txt .han {
  width: 250px;
  margin-bottom: 10px;
}
@media (max-width: 740px) {
  .plan_g-page .hans .han_txt .han {
    width: 150px;
  }
}
.plan_g-page .hans .han_txt .cap_h {
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .plan_g-page .hans .han_txt .cap_h {
    font-size: 1rem;
  }
}
.plan_g-page .plan_index_btn {
  display: block;
  width: 500px;
  margin: 80px auto;
  line-height: 1;
  padding: 30px 0;
  text-align: center;
  background: #faf8f6 url("../images/common/arrow_g.svg") 95% center no-repeat;
  background-size: 10px;
  font-size: 2.4rem;
  color: #692e24 !important;
  border: 1px #692e24 solid;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 740px) {
  .plan_g-page .plan_index_btn {
    width: calc(100% - 100px);
    margin: 40px auto;
    padding: 15px 0;
    background-size: 10px;
    font-size: 1.4rem;
  }
}
.plan_g-page .plan_index_btn:hover {
  background: #ffffff url("../images/common/arrow_g.svg") 97% center no-repeat;
  background-size: 10px;
}

.plan_k-page .main_titl_wrap .main_titl span , .plan_d-page .main_titl_wrap .main_titl span {
  font-size: 2.8rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Noto Serif JP", serif!important;
  font-weight: 400!important;
}


.plan_k-page .main_titl_wrap {
  width: 100%;
  margin: 200px 0 80px;
  background-color: #623228;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .plan_k-page .main_titl_wrap {
    margin: 100px 0 40px;
  }
}
.plan_k-page .main_titl_wrap .main_titl {
  margin: 0 50px;
  line-height: 100px;
  font-size: 3.2rem;
  color: #fff;
}
@media (max-width: 740px) {
  .plan_k-page .main_titl_wrap .main_titl {
    line-height: 50px;
    margin: 0 30px;
    font-size: 2.4rem;
  }
}
.plan_k-page .plan_titl {
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .plan_k-page .plan_titl {
    margin-bottom: 40px;
  }
}
.plan_k-page .plan_bg {
  width: 100%;
  padding: 80px 0;
  background-color: #faf8f6;
}
@media (max-width: 740px) {
  .plan_k-page .plan_bg {
    padding: 40px 0;
  }
}
.plan_k-page .plan_bg .plan_wrap {
  width: 1100px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 20px 1fr 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-word;
  gap: 25%;
}
@media (max-width: 1100px) {
  .plan_k-page .plan_bg .plan_wrap {
    width: 90%;
    gap: 10%;
  }
}
.plan_k-page .plan_bg .plan_wrap .btn {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.plan_k-page .plan_bg .plan_wrap .btn.pre:hover {
  opacity: 0.5;
}
.plan_k-page .plan_bg .plan_wrap .btn.next:hover {
  opacity: 0.5;
}
.plan_k-page .hans {
  width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 70px;
  word-break: break-word;
}
@media (max-width: 1100px) {
  .plan_k-page .hans {
    width: 90%;
    grid-template-columns: 1fr 35px;
  }
}
.plan_k-page .hans .han_txt .han {
  width: 250px;
  margin-bottom: 10px;
}
@media (max-width: 740px) {
  .plan_k-page .hans .han_txt .han {
    width: 150px;
  }
}
.plan_k-page .hans .han_txt .cap_h {
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .plan_k-page .hans .han_txt .cap_h {
    font-size: 1rem;
  }
}
.plan_k-page .plan_index_btn {
  display: block;
  width: 500px;
  margin: 80px auto;
  line-height: 1;
  padding: 30px 0;
  text-align: center;
  background: #faf8f6 url("../images/common/arrow_g.svg") 95% center no-repeat;
  background-size: 10px;
  font-size: 2.4rem;
  color: #692e24 !important;
  border: 1px #692e24 solid;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 740px) {
  .plan_k-page .plan_index_btn {
    width: calc(100% - 100px);
    margin: 40px auto;
    padding: 15px 0;
    background-size: 10px;
    font-size: 1.4rem;
  }
}
.plan_k-page .plan_index_btn:hover {
  background: #ffffff url("../images/common/arrow_g.svg") 97% center no-repeat;
  background-size: 10px;
}

.plan_k-page .obi-wrap02 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 60px;
  padding: 20px;
  background-color: #604c3f;
}
@media (max-width: 740px) {
  .plan_k-page .obi-wrap02 {
    max-width: 85%;	  
    padding: 20px;
  }
}
.plan_k-page .obi-wrap02 .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
}
@media (max-width: 740px) {
  .plan_k-page .obi-wrap02 .boxs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 740px) {
  .plan_k-page .obi-wrap02 .boxs .box {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
.plan_k-page .obi-wrap02 .boxs .box .txt01 {
  margin-bottom: 10px;
  color: #fff3db;
  font-size: clamp(1.7rem, -1.589rem + 4.444vw, 3.3rem);
}
.plan_k-page .obi-wrap02 .boxs .box .txt01 span {
  font-size: clamp(1.4rem, -0.656rem + 2.778vw, 2.4rem);
}
.plan_k-page .obi-wrap02 .boxs .box .txt02 {
  line-height: 2;
}
.plan_k-page .obi-wrap02 .boxs .btn {
  width: 320px;
  height: 50px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(232, 210, 177)), to(rgb(196, 156, 102)));
  background: linear-gradient(90deg, rgb(232, 210, 177) 0%, rgb(196, 156, 102) 100%);
  position: relative;
  overflow: hidden;
  color: #534741;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plan_k-page .obi-wrap02 .boxs .btn p {
  width: 100%;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: 1;
}
.plan_k-page .obi-wrap02 .boxs .btn:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 740px) {
  .plan_k-page .obi-wrap02 .boxs .btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}
@media (max-width: 740px) {
  .plan_k-page .obi-wrap02 .boxs .btn {
    width: 100%;
    line-height: 40px;
  }
}
.plan_k-page .obi-wrap02 .boxs .btn::before {
  content: "";
  position: absolute;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  width: 50px;
  height: 50px;
  top: -60px;
  left: -60px;
  -webkit-animation-name: shine-run;
          animation-name: shine-run;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.base_w_k2 {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 740px) {
.base_w_k2 {
    width: 85%;
	}
}

.high-floor-plan-page .plan_index_btn {
  display: block;
  width: 500px;
  margin: 80px auto;
  line-height: 1;
  padding: 30px 0;
  text-align: center;
  background: #faf8f6 url("../images/common/arrow_g.svg") 95% center no-repeat;
  background-size: 10px;
  font-size: 2.4rem;
  color: #692e24 !important;
  border: 1px #692e24 solid;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 740px) {
  .high-floor-plan-page .plan_index_btn {
    width: calc(100% - 100px);
    margin: 40px auto;
    padding: 15px 0;
    background-size: 10px;
    font-size: 1.4rem;
  }
}
.high-floor-plan-page .plan_index_btn:hover {
  background: #ffffff url("../images/common/arrow_g.svg") 97% center no-repeat;
  background-size: 10px;
}

.plan-page .plan_btns .f_en02 {
    padding: 0 1% 5px;
    margin-bottom: 30px;
    font-size: 3rem;
    border-bottom: 1px #333 solid;
}