@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;
}