@charset "UTF-8";

.page_title_container .list {
  margin-top: 60px;
}
.page_title_container .item {
  margin-bottom: 20px;
}
.page_title_container .item:last-child {
  margin-bottom: 0;
}
.page_title_container .item a {
  color: var(--color2);
  transition: all .3s;
}
.page_title_container .item a:hover {
  color: var(--color3);
}
.page_title_container .item img {
  margin-right: 10px;
}
@media screen and (max-width:960px) {
  .page_title_container .list {
    margin-top: 40px;
  }
}

/* プラン */
.page_plan .pictarea .wrap {
  position: relative;
}
.page_plan .pictarea .pict {
  margin-bottom: -50px;
}
.page_plan .titilearea {
  margin-top: 140px;
}
.page_plan .tagbox {
  width: 440px;
  align-items: center;
  gap: 20px;
  background-color: var(--color2);
  padding: 20px 0;
}
.page_plan .tagbox::after {
  content: "";
  width: 500%;
  height: 100px;
  background-color: var(--color2);
  position: absolute;
  top: 0;
  left: -500%;
}
.page_plan .tag_txt {
  font-size: 25px;
  color: #fff;
}
.page_plan .titlebox {
  max-width: 800px;
}
.page_plan .titlebox .txt_en {
  font-size: 18px;
  color: var(--color2);
  margin-bottom: 10px;
}
.page_plan .titlebox .txt_en::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: var(--color2);
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
.page_plan .titlebox .title {
  font-size: 40px;
  font-weight: 500;
}
.page_plan .titlebox .txt {
  text-align: justify;
  line-height: 2;
  margin-top: 60px;
}
.page_plan .listarea {
  margin-top: 110px;
}
.page_plan .listarea .wrap {
  position: relative;
}
.page_plan .listarea .list_title {
  font-size: 190px;
  color: rgba(230, 229, 229, .5);
  line-height: 1;
  overflow: hidden;
}
.page_plan .listarea .list {
  flex-wrap: wrap;
  gap: 0 115px;
  border-left: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2;
  padding: 0 60px;
}
.page_plan .listarea .item {
  width: calc((100% - 230px)/3);
  box-sizing: border-box;
  position: relative;
}
.page_plan .listarea .databox {
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
}
.page_plan .listarea .pict {
  overflow: hidden;
}
.page_plan .listarea .data {
  font-size: 30px;
  line-height: 1;
  color: var(--color2);
  white-space: nowrap;
}
.page_plan .listarea .comment {
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  background-color: var(--color2);
  display: inline-block;
  padding: 10px 15px;
  position: relative;
  right: -30px;
}
.page_plan .listarea .comment::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 25px solid var(--color2);
  border-bottom: 0;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (max-width:960px) {
  .page_plan .listarea .comment {
    right: -12px;
  }
}


.page_plan .listarea .item::before {
  font-family: "arboria", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  color: var(--color2);
  margin-bottom: 30px;
  display: inline-block;
}
.page_plan .listarea .item::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(112, 112, 112, .2);
  display: block;
  position: absolute;
  top: 0;
  right: -57px;
}
.page_plan .listarea .item:nth-child(3n)::after {
  content: none;
}
.page_plan .listarea .item_inn {
  position: relative;
}
.page_plan .listarea .box {
  margin-top: 15px;
}
.page_plan .listarea .box .item_title,
.page_plan .listarea .box .txt,
.page_plan .listarea .box .linktxt {
  transition: all .3s;
}
.page_plan .listarea .item a:hover .item_title,
.page_plan .listarea .item a:hover .txt,
.page_plan .listarea .item a:hover .linktxt {
  color: var(--color3);
}
.page_plan .listarea .box .item_title {
  font-size: 18px;
  margin-bottom: 10px;
}
.page_plan .listarea .box .txt {
  font-size: 14px;
  text-align: justify;
}
.page_plan .listarea .box .linktxt {
  font-size: 12px;
  text-decoration: underline;
  color: var(--color2);
  display: inline-block;
  margin-top: 20px;
}
.page_plan .listarea .t_list {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 10px;
}
.page_plan .listarea .t_item {
  font-size: 12px;
  color: #fff;
  background-color: var(--color3);
  padding: 2px 10px;
  display: block;
}
.page_plan .listarea .t_item.cat {
  background-color: var(--color2);
}
@media screen and (max-width:1100px) {
  .page_plan .listarea .list {
    gap: 0 60px;
    padding: 0 30px;
  }
  .page_plan .listarea .item {
    width: calc((100% - 120px)/3);
  }
  .page_plan .listarea .item::after {
    right: -30px;
  }
}
@media screen and (max-width:960px) {
  .page_plan .tagbox {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .page_plan .tagbox::after {
    height: 80px;
  }
  .page_plan .tag_txt {
    font-size: 18px;
  }
  .page_plan .pictarea .pict {
    margin-bottom: 0;
  }
  .page_plan .titilearea {
    margin-top: 30px;
  }
  .page_plan .titlebox .txt_en {
    font-size: 11px;
  }
  .page_plan .titlebox .title {
    font-size: 28px;
  }
  .page_plan .titlebox .txt {
    margin-top: 30px;
  }
  .page_plan .listarea {
    margin-top: 60px;
  }
  .page_plan .listarea .list_title {
    font-size: 64px;
  }
  .page_plan .listarea .list {
    gap: 60px;
    padding: 0 20px;
  }
  .page_plan .listarea .item {
    width: 100%;
  }
  .page_plan .listarea .item::after {
    content: none;
  }
  .page_plan .listarea .item_inn {
    position: relative;
  }
  .page_plan .listarea .item_inn::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 17px solid var(--color2);
    border-bottom: 0;
    position: absolute;
    left: 50%;
    bottom: -45px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .page_plan .listarea .item:last-child .item_inn::after {
    content: none;
  }
  .page_plan .listarea .item .pict img {
    width: 100%;
  }
}
@media screen and (min-width:961px) {
  .page_plan .tagbox {
    position: absolute;
    left: 0;
    bottom: -50px;
  }
  .page_plan .listarea .list_title {
    position: absolute;
    top: -60px;
    right: 0;
  }
  .page_plan .listarea .item:nth-child(2) .data,
  .page_plan .listarea .item:nth-child(3) .data {
    display: flex;
  }
  .page_plan .listarea .item:nth-child(2) .data::before,
  .page_plan .listarea .item:nth-child(3) .data::before {
    content: "▶︎";
    margin-left: -30px;
    display: block;
  }
}

/* プラン画像 */
.pictbox {
  gap: 20px;
}
@media screen and (max-width:960px) {
  .pictbox {
    flex-wrap: wrap;
    gap: 10px;
  }
  .pictchildbox .planpict {
    width: calc((100% - 10px)/2);
    box-sizing: border-box;
  }
  .pictchildbox {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width:961px) {
  .pictbox .bigpict {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .pictbox .bigpict img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pictchildbox .planpict {
    margin-bottom: 20px;
  }
  .pictchildbox .planpict:last-child {
    margin-bottom: 0;
  }
}

/* プラン1 */
.plan1 .listarea .image {
  position: absolute;
  top: -180px;
  right: 0;
}
@media screen and (max-width:960px) {
  .plan1 .section {
    padding-top: 0;
  }
  .plan1 .listarea .image {
    width: 30%;
    max-width: 100px;
    top: -70px;
  }
  .page_plan .listarea .item::before {
    margin-bottom: 20px;
  }
}

/* プラン2 */
.plan2 .listarea .image {
  position: absolute;
  top: -180px;
  right: 0;
}
@media screen and (max-width:960px) {
  .plan2 .section {
    padding-top: 0;
  }
  .plan2 .listarea .image {
    width: 30%;
    max-width: 100px;
    top: -30px;
  }
}

/* プラン3 */
.plan3 .listarea .image {
  position: absolute;
  top: -150px;
  right: 50px;
}
.plan3 .childbox {
  max-width: 1000px;
  border-top: solid 2px var(--color2);
  border-bottom: solid 2px var(--color2);
  padding: 30px 0;
  margin: 80px auto 0;
}
.plan3 .childtxt a {
  font-size: 20px;
  color: var(--color2);
  transition: all .3s;
}
.plan3 .childtxt a:hover {
  color: var(--color3);
}
.plan3 .childtxt img {
  margin: 0 1em;
  position: relative;
  top: -3px;
}
@media screen and (max-width:960px) {
  .plan3 .section {
    padding-top: 0;
  }
  .plan3 .listarea .image {
    width: 30%;
    max-width: 80px;
    top: -70px;
    right: 0;
  }
  .plan3 .childbox {
    margin-top: 40px;
  }
  .plan3 .childtxt {
    line-height: 2;
  }
  .plan3 .childtxt a {
    display: block;
  }
  .plan3 .childtxt img {
    top: -7px;
    margin-left: 0;
  }
}