/* ------------ colors ------------ */
/* ------------------------------- */
/* ------------ text-color ------------ */
/* ------------ border-color ------------ */
/* ------------ background-color ------------ */
/* ------------ system-color ------------ */
/* ------------ cv ------------ */
/* ------------ menu ------------ */
/* ------------ NEW ------------ */
/* ------------ slick-color ------------ */
/* mobile */
/* ------------------------------------
icon extend
------------------------------------ */
.sec-plan .block-item .item-main .item-content .btn-view p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) scale(0.5);
  width: 0;
  height: 0;
  transition: transform 0.3s;
  border-width: 5.2px 0 5.2px 9px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
}


/* ------------------------------------
list-pages
------------------------------------ */

.list-page{
  width: 100%;
  margin-top: 100px;
  background-color: var(--background_gray);
}

.list_page_top{
  width: 100%;
  height: 250px;
  position: relative;
}

.list_page_top .main{
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0; 
  padding-top: 80px;
  position: relative;
}

.list_page_top .main .content{
  position: relative;
  left: 0;
  bottom: 0;
  height: 100%;
}

.list_page_top .content h2 {
    font-size: 4rem;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--main_corp_color);
    line-height: 1.3;
    margin-bottom: 0;
}

.list_page_top .content p{
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--main_color_black);
  position: relative;
}


@media (max-width:480px) {
  .list-page{
    margin-top: 60px;
  }
}


/* ------------------------------------
sec-message
------------------------------------ */
.sec-message .main {
  margin: 0 auto;
  text-align: center;
}
.sec-message .main .txt {
  font-size: 1.3rem;
  font-weight: 500;
  color: #6e6e6e;
  line-height: 2.4;
}

/* ------------------------------------
sec-plan
------------------------------------ */
.sec-plan {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
.sec-plan .title {
  font-family: source-han-serif-japanese, serif;
  font-size: 2.5rem;
  font-weight: 500;
  margin-top: 90px;
  margin-bottom: 33px;
  letter-spacing: 3px;
  color: #252525;
  text-align: center;
}
@media (max-width: 760px) {
  .sec-plan .title {
    margin-bottom: 6.154vw;
    margin-top: 8vw;
  }
}
.sec-plan .txt {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.4;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 760px) {
  .sec-plan .txt {
    margin-bottom: 8vw;
    text-align: left;
    padding: 0 5%;
  }
}
.sec-plan .block-item {
  margin-bottom: 102px;
}
@media (max-width: 760px) {
  .sec-plan .block-item {
    margin-bottom: 21.795vw;
  }
}
.sec-plan .block-item .item-main {
  display: flex;
  padding: 38px;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #dfdfdf;
  margin-bottom: 45px;
}
@media (max-width: 760px) {
  .sec-plan .block-item .item-main {
    display: block;
    width: 89.744vw;
    margin: 0 auto 5.1282vw;
    padding: 20px;
  }
}
.sec-plan .block-item .item-main .item-img {
  display: block;
  height: 248px;
  width: 391px;
  overflow: hidden;
}
@media (max-width: 760px) {
  .sec-plan .block-item .item-main .item-img {
    height: 50.256vw;
    width: auto;
  }
}
.sec-plan .block-item .item-main .item-img img {
  display: block;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sec-plan .block-item .item-main .item-content {
  display: block;
  margin-left: 47px;
  margin-top: 3px;
  height: 248px;
}
@media (max-width: 760px) {
  .sec-plan .block-item .item-main .item-content {
    margin-top: 4.103vw;
    margin-left: 0;
    height: auto;
  }
}
.sec-plan .block-item .item-main .item-content .txt-color {
  display: inline-block;
  font-size: 1.1rem;
  height: 17px;
  color: #fff;
  padding: 0 5px;
  line-height: 17px;
  background-color: #6e6e6e;
}
.sec-plan .block-item .item-main .item-content .txt-larg {
  display: block;
  height: 35px;
  width: 210px;
  margin: 18px 0 5px;
}
@media (max-width: 760px) {
  .sec-plan .block-item .item-main .item-content .txt-larg {
    margin-top: 4.103vw;
    height: 7.974vw;
    width: 53.846vw;
  }
}
.sec-plan .block-item .item-main .item-content .txt-larg img {
  display: block;
  height: inherit;
  width: auto;
  height: 100%;
  /* object-fit: cover; */
}
.sec-plan .block-item .item-main .item-content .txt-larg.up {
  height: auto;
  margin: 0 0 15px;
  width: 100%;
}
@media (max-width: 760px) {
  .sec-plan .block-item .item-main .item-content .txt-larg.up {
    margin: 0 0 5%;
  }
}
.sec-plan .block-item .item-main .item-content .txt-larg.up span {
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 760px) {
  .sec-plan .block-item .item-main .item-content .txt-larg.up span {
    font-size: 35px;
  }
}
.sec-plan .block-item .item-main .item-content .txt-normal {
  font-size: 1.3rem;
  font-weight: 500;
  height: 132px;
  color: #6e6e6e;
  line-height: 2.4;
  padding-top: 8px;
}
@media (max-width: 760px) {
  .sec-plan .block-item .item-main .item-content .txt-normal {
    height: auto;
    padding-top: 3.59vw;
  }
}
@media (max-width: 760px) {
  .sec-plan .block-item .item-main .item-content .txt-normal br {
    display: none;
  }
}
.sec-plan .block-item .item-main .item-content .btn-view {
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  margin-top: 10px;
}
.sec-plan .block-item .item-main .item-content .btn-view p {
  display: inline-block;
  font-family: acumin-pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #a8a8a8;
  position: relative;
  padding-right: 14px;
  letter-spacing: 3px;
  padding-left: 3px;
}
@media (max-width: 760px) {
  .sec-plan .block-item .item-main .item-content .btn-view p {
    letter-spacing: 2px;
    padding-left: 0;
    padding-right: 5.385vw;
  }
}
.sec-plan .block-item .item-main .item-content .btn-view p::after {
  right: 0;
  border-color: transparent transparent transparent #a8a8a8;
}
.sec-plan .block-item .item-main:hover .item-img {
  display: block;
}
.sec-plan .block-item .item-main:hover .item-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.sec-plan .block-item .item-main:hover .item-content .btn-view p {
  color: #6699cc;
  transition: 0.3s;
  opacity: 1;
}
.sec-plan .block-item .item-main:hover .item-content .btn-view p::after {
  border-color: transparent transparent transparent #6699cc;
}
.sec-plan .block-item:nth-child(3) .item-main .item-content .txt-larg {
  height: 29px;
  width: 266px;
  margin-top: 16px;
  margin-bottom: 7px;
}
@media (max-width: 760px) {
  .sec-plan .block-item:nth-child(3) .item-main .item-content .txt-larg {
    height: 7.43589vw;
    width: 68.205vw;
  }
}
.sec-plan .block-item:nth-child(5) .item-main .item-content .txt-larg {
  height: 38px;
  margin-top: 13px;
}
@media (max-width: 760px) {
  .sec-plan .block-item:nth-child(5) .item-main .item-content .txt-larg {
    height: 9.944vw;
  }
}
.sec-plan .block-item:nth-child(5) .item-main .item-content .txt-larg img {
  width: 170px;
}
@media (max-width: 760px) {
  .sec-plan .block-item:nth-child(5) .item-main .item-content .txt-larg img {
    width: 43.589vw;
  }
}
.sec-plan .block-item:nth-child(5) .item-main .item-content .btn-view a {
  letter-spacing: 0;
  padding-left: 0;
}
.sec-plan .block-item:nth-child(6) .item-main .item-content .txt-larg {
  height: 42px;
  width: 194px;
  margin-top: 15px;
  margin-bottom: 0px;
}
@media (max-width: 760px) {
  .sec-plan .block-item:nth-child(6) .item-main .item-content .txt-larg {
    height: 10.769vw;
    width: 49.7435vw;
  }
}
.sec-plan .block-item:nth-child(6) .item-main .item-content .btn-view {
  margin-top: 8px;
}
.sec-plan .block-item:nth-child(6) .item-main .item-content .btn-view a {
  letter-spacing: 1px;
  padding-left: 0;
}
.sec-plan .block-item:nth-child(7) .item-main .item-content .txt-larg {
  height: 34px;
  margin-top: 26px;
}
@media (max-width: 760px) {
  .sec-plan .block-item:nth-child(7) .item-main .item-content .txt-larg {
    height: 8.7179vw;
  }
}
.sec-plan .block-item:nth-child(7) .item-main .item-content .txt-normal {
  padding-top: 4px;
}
.sec-plan .block-item:nth-child(7) .item-main .item-content .btn-view {
  margin-top: 5px;
}
.sec-plan .block-item:nth-child(7) .item-main .item-content .btn-view a {
  letter-spacing: 0;
  padding-left: 0;
}

/* ------------------------------------
sec-message
------------------------------------ */
.sec-message .main .img {
  width: 207px;
  height: 34px;
  margin: 0 auto 30px;
}
.sec-message .main .img img {
  width: 100%;
  height: inherit;
  object-fit: cover;
}
.sec-message .main .img.up {
  height: auto;
  margin: 0 auto 15px;
}
.sec-message .main .img.up span {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
}

/* ------------------------------------
shoei-features
------------------------------------ */
.shoei-features {
  width: 100%;
  margin: 126px auto 0 auto;
  display: block;
}
@media (max-width: 760px) {
  .shoei-features {
    margin: 16vw auto 0 auto;
  }
}
.shoei-features .p-title {
  font-family: source-han-serif-japanese, serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  letter-spacing: 5px;
}
@media (max-width: 760px) {
  .shoei-features .p-title {
    font-size: 6.41025vw;
  }
}
.shoei-features .box-list {
  width: 1200px;
  margin: 34px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 760px) {
  .shoei-features .box-list {
    width: 89.7435vw;
    margin: 7vw auto 0 auto;
  }
}
.shoei-features .box-list .box-detail {
  width: 585px;
  display: flex;
  align-items: center;
  padding: 33px 37px;
  border-bottom: 1px solid #dfdfdf;
  margin: 3px 0 0 0;
}
@media (max-width: 760px) {
  .shoei-features .box-list .box-detail {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 7.5vw 0;
  }
}
@media (min-width: 761px) {
  .shoei-features .box-list .box-detail:nth-child(-n+2) {
    border-top: 1px solid #dfdfdf;
  }
}
@media (max-width: 760px) {
  .shoei-features .box-list .box-detail:nth-child(-n+1) {
    border-top: 1px solid #dfdfdf;
  }
}
.shoei-features .box-list .box-detail .img {
  width: 220.5px;
  height: 140px;
}
@media (max-width: 760px) {
  .shoei-features .box-list .box-detail .img {
    width: 60.25635vw;
    height: 38.20509vw;
    margin: 0 auto;
  }
}
.shoei-features .box-list .box-detail .img img {
  width: 100%;
  height: inherit;
  object-fit: cover;
}
.shoei-features .box-list .box-detail .p-desc {
  width: calc(100% - 220.5px);
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  padding: 0px 0 0 28px;
  line-height: 1.7;
  letter-spacing: 2.5px;
}
.shoei-features .box-list .box-detail .p-desc span {
  font-size: 1.4rem;
}
@media (max-width: 760px) {
  .shoei-features .box-list .box-detail .p-desc {
    width: 100%;
    font-size: 5.1282vw;
    padding: 0;
    text-align: center;
    margin: 6vw 0 0 0;
    line-height: 1.5;
  }
  .shoei-features .box-list .box-detail .p-desc span {
    font-size: 3.4vw;
  }
}
.shoei-features .box-list .box-detail.up .img {
  width: 210.5px;
  height: 140px;
}
@media (max-width: 760px) {
  .shoei-features .box-list .box-detail.up .img {
    width: 60.25635vw;
    height: 38.20509vw;
    margin: 0 auto;
  }
}
.shoei-features .box-list .box-detail.up .img img {
  width: 100%;
  height: inherit;
  object-fit: cover;
}
.shoei-features .box-list .box-detail.up .p-desc {
  width: calc(100% - 210.5px);
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  padding: 0px 0 0 28px;
  line-height: 1.7;
  letter-spacing: 2.5px;
}
.shoei-features .box-list .box-detail.up .p-desc span {
  font-size: 1.4rem;
}
@media (max-width: 760px) {
  .shoei-features .box-list .box-detail.up .p-desc {
    width: 100%;
    font-size: 5.1282vw;
    padding: 0;
    text-align: center;
    margin: 6vw 0 0 0;
    line-height: 1.5;
  }
  .shoei-features .box-list .box-detail.up .p-desc span {
    font-size: 3.4vw;
  }
}

/* ------------------------------------
shoei-newhouse
------------------------------------ */
.shoei-newhouse {
  width: 1200px;
  margin: 192px auto 0 auto;
  display: block;
}
@media (max-width: 760px) {
  .shoei-newhouse {
    width: 100%;
    margin: 27vw auto 0 auto;
  }
}
.shoei-newhouse .box-top {
  width: 100%;
  margin: 0 auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
@media (max-width: 760px) {
  .shoei-newhouse .box-top {
    display: block;
  }
}
.shoei-newhouse .box-top .img {
  width: 797px;
  height: 530px;
  margin: 0 0 0 52px;
}
@media (max-width: 760px) {
  .shoei-newhouse .box-top .img {
    width: 89.7435vw;
    height: 59.74353vw;
    margin: 11vw 0 0 0;
  }
}
.shoei-newhouse .box-top .img img {
  width: 100%;
  height: inherit;
  object-fit: cover;
}
.shoei-newhouse .box-top .content {
  margin: 217px 0 auto 123px;
}
@media (max-width: 760px) {
  .shoei-newhouse .box-top .content {
    margin: 0 auto;
  }
}
.shoei-newhouse .box-top .content .h2 {
  font-family: acumin-pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #6699cc;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 760px) {
  .shoei-newhouse .box-top .content .h2 {
    font-size: 3.58974vw;
    text-align: center;
  }
}
.shoei-newhouse .box-top .content .p {
  font-family: source-han-serif-japanese, serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #000;
  line-height: 2;
  letter-spacing: 3px;
}
@media (max-width: 760px) {
  .shoei-newhouse .box-top .content .p {
    font-size: 6.41025vw;
    letter-spacing: 1vw;
    text-align: center;
    line-height: 2;
  }
}
.shoei-newhouse .box-bottom {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 75px 0 0 0;
}
@media (max-width: 760px) {
  .shoei-newhouse .box-bottom {
    margin: 7.5vw 0 0 0;
  }
}
.shoei-newhouse .box-bottom .img-bottom {
  width: 427px;
  height: 283px;
}
@media (max-width: 760px) {
  .shoei-newhouse .box-bottom .img-bottom {
    width: 44.999955vw;
    height: 29.74356vw;
  }
}
.shoei-newhouse .box-bottom .img-bottom:nth-child(1) {
  margin: 86px 59px 0 0;
}
@media (max-width: 760px) {
  .shoei-newhouse .box-bottom .img-bottom:nth-child(1) {
    margin: 11vw 5vw 0 0;
  }
}
.shoei-newhouse .box-bottom .img-bottom img {
  width: 100%;
  height: inherit;
  object-fit: cover;
}
.shoei-newhouse.ft {
  margin: 50px auto 0 auto;
}
@media (max-width: 760px) {
  .shoei-newhouse.ft {
    margin: 8vw auto 0 auto;
  }
}

/* ------------------------------------
shoei-store
------------------------------------ */
.shoei-store {
  width: 1200px;
  margin: 202px auto 0 auto;
  display: block;
}
@media (max-width: 760px) {
  .shoei-store {
    width: 100%;
    margin: 31vw auto 0 auto;
  }
}
.shoei-store .box-top {
  width: 100%;
  margin: 0 auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 760px) {
  .shoei-store .box-top {
    display: block;
  }
}
.shoei-store .box-top .img {
  width: 797px;
  height: 530px;
  margin: 0 0 0 52px;
}
@media (max-width: 760px) {
  .shoei-store .box-top .img {
    width: 89.7435vw;
    height: 59.74353vw;
    margin: 11vw 0 0 0;
  }
}
.shoei-store .box-top .img img {
  width: 100%;
  height: inherit;
  object-fit: cover;
}
.shoei-store .box-top .content {
  padding: 0 135px 17px 0;
}
@media (max-width: 760px) {
  .shoei-store .box-top .content {
    padding: 0;
  }
}
.shoei-store .box-top .content .h2 {
  font-family: acumin-pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #6699cc;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 760px) {
  .shoei-store .box-top .content .h2 {
    font-size: 3.58974vw;
    text-align: center;
  }
}
.shoei-store .box-top .content .p {
  font-family: source-han-serif-japanese, serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #000;
  line-height: 2;
  letter-spacing: 3px;
}
@media (max-width: 760px) {
  .shoei-store .box-top .content .p {
    font-size: 6.41025vw;
    letter-spacing: 1vw;
    text-align: center;
    line-height: 2;
  }
}
.shoei-store .box-bottom {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 75px 0 0 52px;
}
@media (max-width: 760px) {
  .shoei-store .box-bottom {
    margin: 7.5vw 0 0 0;
  }
}
.shoei-store .box-bottom .img-bottom {
  width: 427px;
  height: 283px;
}
@media (max-width: 760px) {
  .shoei-store .box-bottom .img-bottom {
    width: 44.999955vw;
    height: 29.74356vw;
  }
}
.shoei-store .box-bottom .img-bottom:nth-child(2) {
  margin: 86px 0 0 59px;
}
@media (max-width: 760px) {
  .shoei-store .box-bottom .img-bottom:nth-child(2) {
    margin: 9vw 0 0 6vw;
  }
}
.shoei-store .box-bottom .img-bottom img {
  width: 100%;
  height: inherit;
  object-fit: cover;
}

/* ------------------------------------
sub-other-plan
------------------------------------ */
.sub-other-plan {
  width: 100%;
  height: auto;
  display: block;
  background: #f0f0f0;
  padding: 59px 0 69px 0;
  margin: 130px auto 0 auto;
}
@media (max-width: 760px) {
  .sub-other-plan {
    padding: 11vw 0 12vw 0;
    margin: 33vw auto 0 auto;
  }
}
.sub-other-plan .h2 {
  font-family: acumin-pro, sans-serif;
  font-size: 3.8rem;
  font-weight: 400;
  color: #6699cc;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
}
@media (max-width: 760px) {
  .sub-other-plan .h2 {
    font-size: 9.74358vw;
    letter-spacing: 1.5vw;
    line-height: 1.2;
  }
}
.sub-other-plan .box-list {
  width: 1200px;
  margin: 37px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 760px) {
  .sub-other-plan .box-list {
    width: 100%;
    display: block;
    margin: 6vw auto 0 auto;
  }
}
.sub-other-plan .box-list .box-detail {
  width: 278px;
  position: relative;
}
@media (max-width: 760px) {
  .sub-other-plan .box-list .box-detail {
    width: 89.745vw;
    margin: 0 auto 4vw auto;
    display: flex;
    background: #fff;
    justify-content: flex-start;
    padding: 4vw 4vw;
  }
}
@media (min-width: 761px) {
  .sub-other-plan .box-list .box-detail::before {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.sub-other-plan .box-list .box-detail .img {
  width: 100%;
  height: 176px;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
}
@media (max-width: 760px) {
  .sub-other-plan .box-list .box-detail .img {
    width: 34.61535vw;
    height: 22.05126vw;
    margin-bottom: 0;
  }
}
.sub-other-plan .box-list .box-detail .img img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sub-other-plan .box-list .box-detail .p {
  font-family: source-han-serif-japanese, serif;
  font-size: 1.9rem;
  font-weight: 400;
  color: #000;
  line-height: 2.8;
  text-align: center;
  letter-spacing: 3px;
}
@media (min-width: 761px) {
  .sub-other-plan .box-list .box-detail .p {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #fff;
  }
}
@media (max-width: 760px) {
  .sub-other-plan .box-list .box-detail .p {
    font-size: 4.35897vw;
    line-height: 1.5;
    padding: 7vw 0 0 4vw;
    letter-spacing: 0.6vw;
  }
}
.sub-other-plan .box-list .box-detail:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.sub-other-plan .box-list.up .box-detail {
  width: 220px;
}
@media (max-width: 760px) {
  .sub-other-plan .box-list.up .box-detail {
    width: 89.745vw;
  }
}

/* ------------------------------------
mv-plan-sub
------------------------------------ */
.mv-plan-sub .main {
  padding-bottom: 86px;
}
@media (max-width: 760px) {
  .mv-plan-sub .main {
    padding-bottom: 15.784vw;
  }
}
.mv-plan-sub .list .item {
  height: 43.125vw;
  position: relative;
}
.mv-plan-sub .list .item::after {
  height: 43.125vw;
}
@media (max-width: 760px) {
  .mv-plan-sub .list .item {
    height: 67.95vw;
  }
  .mv-plan-sub .list .item::after {
    height: 67.95vw;
  }
}

/* ------------------------------------
message-heavy-timber
------------------------------------ */
@media (max-width: 760px) {
  .message-heavy-timber .main {
    padding: 0 7.6923vw;
  }
}
.message-heavy-timber .main .img {
  width: 269px;
  height: 28px;
}
.message-heavy-timber .main .h2 {
  font-family: source-han-serif-japanese, serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #252525;
  letter-spacing: 3px;
  margin: 76px 0 30px;
}


@media (max-width: 760px) {
  .message-heavy-timber .main .h2 {
    letter-spacing: 2px;
    margin: 14.1vw 0 4.36vw;
  }
}

.message-heavy-timber .main h3 {
  font-family: source-han-serif-japanese, serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #252525;
  letter-spacing: 3px;
  margin: 76px 0 30px;
}


@media (max-width: 760px) {
  .message-heavy-timber .main h3 {
    letter-spacing: 2px;
    margin: 14.1vw 0 4.36vw;
  }
}

.message-heavy-timber .main .txt{
    font-size:16px;
    color:#333333;
}
@media (max-width: 760px) {
  .message-heavy-timber .main .txt {
    text-align: left;
  }
}
@media (min-width: 761px) {
  .message-heavy-timber .main .txt span {
    position: relative;
    top: 30px;
  }
}
  .message-heavy-timber .main .image {
    text-align:center;
    width:95%;
    margin:30px auto;
  }
  @media (min-width: 761px) {
  .message-heavy-timber .main .image {
    width:80%;
    margin:30px auto;
  }
  }

/* ------------------------------------
heavy-timber-feature
------------------------------------ */
.heavy-timber-feature .main {
  width: 100%;
  background: #F0F0F0;
  margin: 135px 0;
  padding: 90px 0 107px;
}
@media (max-width: 760px) {
  .heavy-timber-feature .main {
    margin: 23.077vw 0 20.897vw;
    padding: 12.3vw 0 11.79vw;
  }
}
.heavy-timber-feature .h2 {
  font-family: source-han-serif-japanese, serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #252525;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 36px;
}
@media (max-width: 760px) {
  .heavy-timber-feature .h2 {
    margin-bottom: 4.359vw;
  }
}
.heavy-timber-feature .img {
  width: 615px;
  height: 686px;
  margin: 0 auto;
  position: relative;
  right: 16px;
}
@media (max-width: 760px) {
  .heavy-timber-feature .img {
    width: 90.7435vw;
    height: 102.564vw;
    position: static;
  }
}
.heavy-timber-feature .img img {
  width: 100%;
  height: inherit;
  object-fit: cover;
}

/* ------------------------------------
sec-heavy-timber
------------------------------------ */
.sec-heavy-timber .main {
  width: 1200px;
  margin: 165px auto 0;
}
@media (max-width: 760px) {
  .sec-heavy-timber .main {
    width: 100%;
    padding: 7.6923vw;
    padding-bottom: 0;
    margin-top: 13.846vw;
  }
}
.sec-heavy-timber .main .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 147px;
}
.sec-heavy-timber .main .item:nth-child(2n+2) {
  flex-direction: row-reverse;
}
@media (max-width: 760px) {
  .sec-heavy-timber .main .item {
    display: block;
  }
  .sec-heavy-timber .main .item:not(:last-child) {
    margin-bottom: 19.487vw;
  }
}
.sec-heavy-timber .main .item .img {
  width: 575px;
  height: 292px;
}
@media (max-width: 760px) {
  .sec-heavy-timber .main .item .img {
    width: 100%;
    height: 43.077vw;
    margin-bottom: 5.6923vw;
  }
}
.sec-heavy-timber .main .item .img img {
  height: 100%;
  object-fit: cover;
}
.sec-heavy-timber .main .item .content {
  width: 572px;
  height: auto;
  padding-top: 27px;
}
@media (max-width: 760px) {
  .sec-heavy-timber .main .item .content {
    width: 100%;
    padding: 0;
  }
}
.sec-heavy-timber .main .item .content .h2 {
  font-family: source-han-serif-japanese, serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #252525;
  letter-spacing: 4px;
  margin-bottom: 14px;
}
@media (max-width: 760px) {
  .sec-heavy-timber .main .item .content .h2 {
    text-align: center;
  }
}
.sec-heavy-timber .main .item .content .p {
  font-size: 1.3rem;
  font-weight: 500;
  color: #6e6e6e;
  line-height: 2.4;
}
.sec-heavy-timber.up .p-title {
  font-family: source-han-serif-japanese, serif;
  font-size: 3rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 165px;
}
@media (max-width: 760px) {
  .sec-heavy-timber.up .p-title {
    font-size: 7.41025vw;
    margin-top: 25vw;
  }
}
.sec-heavy-timber.up .main {
  margin: 50px auto 0;
}
@media (max-width: 760px) {
  .sec-heavy-timber.up .main {
    margin: 0 auto 0;
  }
}
.sec-heavy-timber.up .main .content {
  padding-top: 0;
}
.sec-heavy-timber.up .movie {
  width: 800px;
  margin: 50px auto 0;
  position: relative;
  padding-bottom: 35.25%;
  height: 0;
  overflow: hidden;
}
@media (max-width: 760px) {
  .sec-heavy-timber.up .movie {
    width: 90%;
    margin: 8vw auto 0;
    padding-bottom: 50.25%;
  }
}
.sec-heavy-timber.up .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-title.case {
  font-family: source-han-serif-japanese, serif;
  font-size: 3rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 165px;
}
@media (max-width: 760px) {
  .p-title.case {
    font-size: 7.41025vw;
    margin-top: 25vw;
  }
}

/* ------------------------------------
sub-list-works
------------------------------------ */
.sub-list-works {
  text-align: center;
  display: block;
}
.sub-list-works .box-list {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  /* @include mi.pc {
    padding-left: 63px;
  } */
}
.sub-list-works .box-list::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #ccc;
  position: absolute;
  top: 0;
  left: 50%;
}
@media (max-width: 760px) {
  .sub-list-works .box-list::before {
    display: none;
  }
}
@media (max-width: 760px) {
  .sub-list-works .box-list {
    width: 89.745vw;
    display: block;
  }
}
.sub-list-works .box-list .box-detail {
  width: 485px;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin: 0 20px;
}
@media (max-width: 760px) {
  .sub-list-works .box-list .box-detail {
    width: 100%;
    margin: 0;
    margin-bottom: 5vw;
  }
}
.sub-list-works .box-list .box-detail .box-left {
  width: 162px;
  height: 104px;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .sub-list-works .box-list .box-detail .box-left {
    position: relative;
  }
}
@media (max-width: 760px) {
  .sub-list-works .box-list .box-detail .box-left {
    width: 24.61536vw;
    height: 15.769215vw;
  }
}
.sub-list-works .box-list .box-detail .box-left img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sub-list-works .box-list .box-detail .box-right {
  width: calc(100% - 162px);
  text-align: left;
  padding: 0 0 0 14px;
}
@media (max-width: 760px) {
  .sub-list-works .box-list .box-detail .box-right {
    width: calc(100% - 24.61536vw);
  }
}
.sub-list-works .box-list .box-detail .box-right .p1 {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
@media (max-width: 760px) {
  .sub-list-works .box-list .box-detail .box-right .p1 {
    font-size: 3.33333vw;
  }
}
.sub-list-works .box-list .box-detail .box-right .tag {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  display: flex;
  margin: 12px 0 1px 0;
}
@media (max-width: 760px) {
  .sub-list-works .box-list .box-detail .box-right .tag {
    flex-wrap: wrap;
    font-size: 2.82051vw;
    margin: 1.5vw 0 0.256vw 0;
  }
}
.sub-list-works .box-list .box-detail .box-right .tag li {
  background: #bebebe;
  padding: 3px 2.5px;
  margin-right: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.sub-list-works .box-list .box-detail .box-right .tag li:nth-child(n+4) {
  display: none !important;
}
.sub-list-works .box-list .box-detail .box-right .p2 {
  font-family: source-han-serif-japanese, serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.6px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 5rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 760px) {
  .sub-list-works .box-list .box-detail .box-right .p2 {
    font-size: 3.84615vw;
    letter-spacing: 0.1vw;
  }
}
.sub-list-works .box-list .box-detail:hover .box-left img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.sub-list-works .btn-bottom {
  margin: 50px auto 0;
}
@media (max-width: 760px) {
  .sub-list-works .btn-bottom {
    margin-top: 6vw;
  }
}
.sub-list-works .btn-bottom a {
  font-size: 1.3rem;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.8px;
  color: #a8a8a8;
}
@media (max-width: 760px) {
  .sub-list-works .btn-bottom a {
    font-size: 3.33333vw;
  }
}
.sub-list-works .btn-bottom a:after {
  content: "";
  position: absolute;
  top: 53%;
  left: calc(100% + 5px);
  transform: translateY(-50%) scale(0.5);
  width: 0;
  height: 0;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #d3d3d3;
}
.sub-list-works .btn-bottom a:hover {
  color: #6699cc;
}
.sub-list-works .btn-bottom a:hover:after {
  border-color: transparent transparent transparent #6699cc;
}

/* ------------------------------------
sub-othercontents
------------------------------------ */
.sub-other-contents {
  width: 100%;
  height: auto;
  display: block;
  background: #f0f0f0;
  padding: 59px 0 49px 0;
  margin: 172px auto 0 auto;
}
@media (max-width: 760px) {
  .sub-other-contents {
    padding: 11vw 0 12vw 0;
    margin: 36vw auto 0 auto;
  }
}
.sub-other-contents .h2 {
  font-family: acumin-pro, sans-serif;
  font-size: 3.8rem;
  color: #6699cc;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
}
@media (max-width: 760px) {
  .sub-other-contents .h2 {
    font-size: 9.74358vw;
    letter-spacing: 1.5vw;
    line-height: 1.2;
  }
}
.sub-other-contents .box-list {
  width: 1200px;
  margin: 37px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 760px) {
  .sub-other-contents .box-list {
    width: 100%;
    display: block;
    margin: 6vw auto 0 auto;
  }
}
.sub-other-contents .box-list .box-detail {
  width: 371px;
  position: relative;
}
@media (max-width: 760px) {
  .sub-other-contents .box-list .box-detail {
    position: static;
    width: 89.745vw;
    margin: 0 auto 4vw auto;
    display: flex;
    background: #fff;
    justify-content: flex-start;
    padding: 4vw 4vw;
  }
}
@media (min-width: 761px) {
  .sub-other-contents .box-list .box-detail::before {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.sub-other-contents .box-list .box-detail .img {
  width: 100%;
  height: 237px;
  display: block;
  overflow: hidden;
}
@media (max-width: 760px) {
  .sub-other-contents .box-list .box-detail .img {
    width: 34.61535vw;
    height: 22.05126vw;
  }
}
.sub-other-contents .box-list .box-detail .img img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sub-other-contents .box-list .box-detail .p {
  font-family: source-han-serif-japanese, serif;
  font-size: 1.9rem;
  font-weight: 400;
  color: #000;
  line-height: 2.8;
  text-align: center;
  letter-spacing: 3px;
}
@media (min-width: 761px) {
  .sub-other-contents .box-list .box-detail .p {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #fff;
  }
}
@media (max-width: 760px) {
  .sub-other-contents .box-list .box-detail .p {
    font-size: 4.35897vw;
    line-height: 1.5;
    padding: 7vw 0 0 4vw;
    letter-spacing: 0.6vw;
  }
}
.sub-other-contents .box-list .box-detail:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* ------------------------------------
sub-event
------------------------------------ */
.sub-event {
  text-align: center;
  display: block;
  margin-top: 80px;
}
@media (max-width: 760px) {
  .sub-event {
    margin-top: 17.95vw;
  }
}
.sub-event .h2 {
  font-family: acumin-pro, sans-serif;
  font-size: 3.8rem;
  font-weight: 400;
  color: #6699cc;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media (max-width: 760px) {
  .sub-event .h2 {
    font-size: 9.74358vw;
  }
}
.sub-event .p {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #000;
  line-height: 2;
}
@media (max-width: 760px) {
  .sub-event .p {
    font-size: 3.33333vw;
    line-height: 1.5;
  }
}
.sub-event .box-list {
  width: 1100px;
  margin: 31px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 760px) {
  .sub-event .box-list {
    width: 89.745vw;
    margin: 5.5vw auto 0 auto;
    display: block;
  }
}
.sub-event .box-list a {
  border: 1px solid #6e6e6e;
  display: inline-block;
}
@media (max-width: 760px) {
  .sub-event .box-list a {
    margin-bottom: 5.5vw;
  }
}
.sub-event .box-list .box-detail {
  width: 535px;
  min-height: 156.5px;
  display: flex;
  align-items: flex-start;
  padding: 25px 23px;
}
@media (max-width: 760px) {
  .sub-event .box-list .box-detail {
    width: 100%;
    height: auto;
    padding: 4vw 3.5vw;
  }
}
.sub-event .box-list .box-detail .box-left {
  width: 162px;
  height: 104px;
  display: block;
  overflow: hidden;
}
@media (max-width: 760px) {
  .sub-event .box-list .box-detail .box-left {
    width: 24.61536vw;
    height: 15.769215vw;
  }
}
.sub-event .box-list .box-detail .box-left img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sub-event .box-list .box-detail .box-right {
  width: calc(100% - 162px);
  text-align: left;
  padding: 0 0 0 14px;
}
@media (max-width: 760px) {
  .sub-event .box-list .box-detail .box-right {
    width: calc(100% - 24.61536vw);
  }
}
.sub-event .box-list .box-detail .box-right .p1 {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
@media (max-width: 760px) {
  .sub-event .box-list .box-detail .box-right .p1 {
    font-size: 3.33333vw;
  }
}
.sub-event .box-list .box-detail .box-right .tag {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  display: flex;
  margin: 12px 0 1px 0;
}
@media (max-width: 760px) {
  .sub-event .box-list .box-detail .box-right .tag {
    flex-wrap: wrap;
    font-size: 2.82051vw;
    margin: 1.5vw 0 0.256vw 0;
  }
}
.sub-event .box-list .box-detail .box-right .tag li {
  background: #bebebe;
  padding: 3px 2.5px;
  margin-right: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.sub-event .box-list .box-detail .box-right .tag li:nth-child(n+4) {
  display: none !important;
}
.sub-event .box-list .box-detail .box-right .tag.last {
  margin: 5px 0 1px 0;
}
@media (max-width: 760px) {
  .sub-event .box-list .box-detail .box-right .tag.last {
    margin: 0.5vw 0 0.256vw 0;
  }
}
.sub-event .box-list .box-detail .box-right .p2 {
  font-family: source-han-serif-japanese, serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.6px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 5rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 760px) {
  .sub-event .box-list .box-detail .box-right .p2 {
    font-size: 3.84615vw;
    letter-spacing: 0.1vw;
    height: auto;
    max-height: 11.487vw;
  }
}
.sub-event .box-list .box-detail:hover .box-left img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.sub-event .btn-bottom {
  margin: 38px auto 86px auto;
}
@media (max-width: 760px) {
  .sub-event .btn-bottom {
    margin: 6vw auto 19vw auto;
  }
}
.sub-event .btn-bottom a {
  font-family: acumin-pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  position: relative;
  letter-spacing: 3px;
  color: #a8a8a8;
  margin-right: 12px;
}
@media (max-width: 760px) {
  .sub-event .btn-bottom a {
    font-size: 3.33333vw;
  }
}
.sub-event .btn-bottom a:after {
  content: "";
  position: absolute;
  top: 53%;
  left: calc(100% + 5px);
  transform: translateY(-50%) scale(0.5);
  width: 0;
  height: 0;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #d3d3d3;
}
.sub-event .btn-bottom a:hover {
  color: #6699cc;
}
.sub-event .btn-bottom a:hover:after {
  border-color: transparent transparent transparent #6699cc;
}

/* ------------------------------------
sec-photo-gallery
------------------------------------ */
.sec-photo-gallery {
  width: 1200px;
  display: block;
  margin: 100px auto;
}
@media (max-width: 760px) {
  .sec-photo-gallery {
    width: 100%;
    margin: 15vw auto 25.641vw;
  }
}
.sec-photo-gallery .h2 {
  font-family: acumin-pro, sans-serif;
  font-size: 3.8rem;
  font-weight: 400;
  color: #6699cc;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 5px;
}
@media (max-width: 760px) {
  .sec-photo-gallery .h2 {
    font-size: 9.74358vw;
    line-height: 1.2;
  }
}
.sec-photo-gallery .slidegallery {
  width: 1118px;
  margin: 47px auto 0 auto;
  display: block;
}
@media (max-width: 760px) {
  .sec-photo-gallery .slidegallery {
    width: 85.38453vw;
    margin: 8vw auto 0 auto;
  }
}
.sec-photo-gallery .slidegallery .main-gallery {
  width: 100%;
  margin: 0 auto 24px auto;
}
.sec-photo-gallery .slidegallery .main-gallery .li-gallery {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
@media (max-width: 760px) {
  .sec-photo-gallery .slidegallery .main-gallery .li-gallery {
    height: 100vw;
  }
}
.sec-photo-gallery .slidegallery .main-gallery .li-gallery img {
  width: 100%;
  height: inherit;
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 760px) {
  .sec-photo-gallery .slidegallery .main-gallery .slick-dots {
    bottom: -9.3vw;
  }
  .sec-photo-gallery .slidegallery .main-gallery .slick-dots li {
    width: 3.4375vw;
    height: 3.4375vw;
  }
  .sec-photo-gallery .slidegallery .main-gallery .slick-dots li button {
    width: 6.875vw;
    height: 6.875vw;
  }
  .sec-photo-gallery .slidegallery .main-gallery .slick-dots .slick-active {
    background: #6699cc;
  }
}
.sec-photo-gallery .slidegallery .thumb-gallery {
  width: 100%;
  overflow: hidden;
}
.sec-photo-gallery .slidegallery .thumb-gallery .slick-list {
  margin: 0 -7px;
}
.sec-photo-gallery .slidegallery .thumb-gallery .li-gallery {
  display: inline-block;
  height: 69px;
  margin: 0 7px;
  position: relative;
}
.sec-photo-gallery .slidegallery .thumb-gallery .li-gallery img {
  height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec-photo-gallery .slidegallery .slick-next {
  right: -63px;
  top: 323px;
  background-image: url("../images/next.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 38px;
  height: 74px;
}
@media (max-width: 760px) {
  .sec-photo-gallery .slidegallery .slick-next {
    top: 30vw;
    right: -7vw;
    width: 9.74358vw;
    height: 7.17948vw;
  }
}
.sec-photo-gallery .slidegallery .slick-prev {
  left: -63px;
  top: 323px;
  background-image: url("../images/prev.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 38px;
  height: 74px;
}
@media (max-width: 760px) {
  .sec-photo-gallery .slidegallery .slick-prev {
    left: -7vw;
    top: 30vw;
    width: 4.10256vw;
    height: 7.17948vw;
  }
}
.sec-photo-gallery .box-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 63px auto 120px;
}
@media (max-width: 760px) {
  .sec-photo-gallery .box-btn {
    display: block;
    margin: 20vw auto 0 auto;
  }
}
.sec-photo-gallery .box-btn .btn-bottom {
  width: 333px;
  height: 64px;
  position: relative;
  overflow: hidden;
  margin: 42px 18px;
  text-align: center;
  border: 3px solid #e4e4e4;
  color: #6e6e6e;
}
@media (max-width: 760px) {
  .sec-photo-gallery .box-btn .btn-bottom {
    width: 85.38453vw;
    height: 16.41024vw;
    line-height: 14.41024vw;
    margin: 4vw auto 4vw auto;
  }
}
.sec-photo-gallery .box-btn .btn-bottom a {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  width: 100%;
  height: 100%;
  padding-right: 8px;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 760px) {
  .sec-photo-gallery .box-btn .btn-bottom a {
    font-size: 3.84615vw;
  }
}
.sec-photo-gallery .box-btn .btn-bottom:after {
  content: "";
  position: absolute;
  top: 52%;
  right: 5px;
  transform: translateY(-50%) scale(0.5);
  width: 0;
  height: 0;
  transition: transform 0.3s;
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #a8a8a8;
}
@media (max-width: 760px) {
  .sec-photo-gallery .box-btn .btn-bottom:after {
    top: 49%;
    right: 2vw;
  }
}
.sec-photo-gallery .box-btn .btn-bottom:hover {
  border: 3px solid #6699cc;
  color: #6699cc;
}
.sec-photo-gallery .box-btn .btn-bottom:hover:after {
  border-color: transparent transparent transparent #6699cc;
}


/* ------------------------------------
イベント用　sec-photo-gallery 2024.2.24 yamamoto
------------------------------------ */
.sec-eve-photo-gallery {
  width: 100%;
  display: block;
  margin: 50px auto;
  text-align:center;
}

@media (max-width: 760px) {
.sec-eve-photo-gallery {
  margin-bottom: 100px;
}
}
.sec-eve-photo-gallery .h2 {
  font-family: acumin-pro, sans-serif;
  font-size: 3.8rem;
  font-weight: 400;
  color: #6699cc;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 5px;
}
@media (max-width: 760px) {
  .sec-eve-photo-gallery .h2 {
    font-size: 24px;
    margin-bottom:0;
  }
}
.sec-eve-photo-gallery .slidegallery {
  width: 100%;
  margin: 47px auto 0 auto;
  display: block;
}
@media (max-width: 760px) {
  .sec-eve-photo-gallery .slidegallery {
    width: 100%;
    margin: 25px auto 0 auto;
  }
}
.sec-eve-photo-gallery .slidegallery .main-gallery {
  width: 100%;
  margin: 0 auto 24px auto;
  padding-left:0!important;
}

.sec-eve-photo-gallery .slidegallery .main-gallery .li-gallery {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
@media (max-width: 760px) {
  .sec-eve-photo-gallery .slidegallery .main-gallery .li-gallery {
    height: 69.7vw;
  }
}
.sec-eve-photo-gallery .slidegallery .main-gallery .li-gallery img {
  width: 100%!important; /* 画像の幅をコンテナの幅に合わせます */
  height: 100%!important; /* 高さを自動調整してアスペクト比を維持 */
  object-fit: contain!important; /* コンテナ内に画像全体が収まるように調整 */
  position: relative!important; /* 画像の配置を相対位置に変更 */
  z-index: 1000;
  /* top: 50%; これらはもはや必要ありません */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); 位置調整はobject-fitで対応 */
}

@media (max-width: 760px) {
  .sec-eve-photo-gallery .slidegallery .main-gallery .slick-dots {
    bottom: -60px;
    padding-left:0!important;
  }
  .sec-eve-photo-gallery .slidegallery .main-gallery .slick-dots li {
    width: 3.4375vw;
    height: 3.4375vw;
  }
  .sec-eve-photo-gallery .slidegallery .main-gallery .slick-dots li button {
    width: 6.875vw;
    height: 6.875vw;
  }
  .sec-eve-photo-gallery .slidegallery .main-gallery .slick-dots .slick-active {
    background: #6699cc;
  }
}
.sec-eve-photo-gallery .slidegallery .thumb-gallery {
  width: 100%;
  overflow: hidden;
}
.sec-eve-photo-gallery .slidegallery .thumb-gallery .slick-list {
  margin: 0 -7px;
}
.sec-eve-photo-gallery .slidegallery .thumb-gallery .li-gallery {
  display: inline-block;
  height: 69px;
  margin: 0 7px;
  position: relative;
}
.sec-eve-photo-gallery .slidegallery .thumb-gallery .li-gallery img {
  width: 100%!important; /* 画像の幅をコンテナの幅に合わせます */
  height: 100%!important; /* 高さを自動調整してアスペクト比を維持 */
  object-fit: contain!important; /* コンテナ内に画像全体が収まるように調整 */
  position: relative!important; /* 画像の配置を相対位置に変更 */
  z-index: 1000;
}
.sec-eve-photo-gallery .slidegallery .slick-next {
  right: -63px;
  top: 323px;
  background-image: url("../images/next.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 38px;
  height: 74px;
}
@media (max-width: 760px) {
  .sec-eve-photo-gallery .slidegallery .slick-next {
    top: 30vw;
    right: -7vw;
    width: 9.74358vw;
    height: 7.17948vw;
  }
}
.sec-eve-photo-gallery .slidegallery .slick-prev {
  left: -63px;
  top: 323px;
  background-image: url("../images/prev.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 38px;
  height: 74px;
}
@media (max-width: 760px) {
  .sec-eve-photo-gallery .slidegallery .slick-prev {
    left: -7vw;
    top: 30vw;
    width: 4.10256vw;
    height: 7.17948vw;
  }
}
.sec-eve-photo-gallery .box-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 63px auto 120px;
}
@media (max-width: 760px) {
  .sec-eve-photo-gallery .box-btn {
    display: block;
    margin: 20vw auto 0 auto;
  }
}
.sec-eve-photo-gallery .box-btn .btn-bottom {
  width: 333px;
  height: 64px;
  position: relative;
  overflow: hidden;
  margin: 42px 18px;
  text-align: center;
  border: 3px solid #e4e4e4;
  color: #6e6e6e;
}
@media (max-width: 760px) {
  .sec-eve-photo-gallery .box-btn .btn-bottom {
    width: 85.38453vw;
    height: 16.41024vw;
    line-height: 14.41024vw;
    margin: 4vw auto 4vw auto;
  }
}
.sec-eve-photo-gallery .box-btn .btn-bottom a {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  width: 100%;
  height: 100%;
  padding-right: 8px;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 760px) {
  .sec-eve-photo-gallery .box-btn .btn-bottom a {
    font-size: 3.84615vw;
  }
}
.sec-eve-photo-gallery .box-btn .btn-bottom:after {
  content: "";
  position: absolute;
  top: 52%;
  right: 5px;
  transform: translateY(-50%) scale(0.5);
  width: 0;
  height: 0;
  transition: transform 0.3s;
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #a8a8a8;
}
@media (max-width: 760px) {
  .sec-eve-photo-gallery .box-btn .btn-bottom:after {
    top: 49%;
    right: 2vw;
  }
}
.sec-eve-photo-gallery .box-btn .btn-bottom:hover {
  border: 3px solid #6699cc;
  color: #6699cc;
}
.sec-eve-photo-gallery .box-btn .btn-bottom:hover:after {
  border-color: transparent transparent transparent #6699cc;
}


.line_add {
  width: 1100px;
  margin:10px auto;
}
@media (max-width: 760px) {
  .line_add {
  width: 360px;
  margin:10px auto;
  }
}

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





/*予約ボタン*/
.original-button, .original-button-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 5px;
  width: 500px;
  height: 40px;
  position: relative;
  transition: 0.3s;
  margin:20px auto;
  padding:30px 0;
  animation: original-button 2s infinite;
}
.original-button {
  background-color: #0040FF;
}
.original-button-tel {
  background-color: #696969
  ;
}




@media screen and (max-width:768px) {
    .original-button, .original-button-tel { width:95%;}

}

.original-button:link, .original-button-tel:link {
    color:#ffffff;
}

.original-button:visited, .original-button-tel:visited {
    color:#ffffff;
}
.original-button:hover, .original-button-tel:hover {
    color:#ffffff;
    text-decoration:none;
}
.original-button:active, .original-button-tel:active {
    color:#ffffff;
    text-decoration:none;
}

@keyframes original-button {
    0% {
        transform: translate(4px, 0px);
    }
    5% {
        transform: translate(-4px, 0px);
    }
    10% {
        transform: translate(4px, 0px);
    }
    15% {
        transform: translate(-4px, 0px);
    }
    20% {
        transform: translate(4px, 0px);
    }
    25% {
        transform: translate(-4px, 0px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}




.ex_container {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    justify-content: center;
    align-items: center;
}

.ex_column {
    flex: 33.33%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ex_column img {
    width: 50%;
    height: auto;
    max-width: 100%;
}

.youtube_ifreme {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}


p {

 line-height:140%;
}
@media screen and (max-width: 600px) {
    .ex_column {
        flex: 100%;
        margin: 0;
        padding: 10px 0;
    }
    .ex_column p {
        margin-bottom: 30px; /* スマートフォン表示の場合のみ、下側のマージンを10pxに設定 */
    }
}


/* 重量木骨の家追加コンテンツ */

.ht_add_content {
    margin:50px auto 20px auto;
    width:80%;
}


.ht_add_content h2 {
  font-family: acumin-pro, sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #6699cc;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.ht_add_content img {
    width:60%;
}
@media (max-width: 760px) {
.ht_add_content .h22 {
    font-size: 3.58974vw;
    text-align: center;
  }
}

.tab_wrap {
    width:80%;
    margin:100px auto;
}
@media (max-width: 760px) {
.tab_wrap {
    width:100%;
}
}

.tab_wrap p {
    text-align: center;
    margin-top:15px;
    margin-bottom:15px;
    color:#444;
}

.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  margin: 0 auto;
    width:80%;
}

@media (max-width: 760px) {
.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  margin: 0 auto;
    width:100%;
}
}

.tab_item {
  width: calc(89%/3);
  padding:12px 0;
  text-align: center;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  border:1px dashed #999;
  margin:0 12px;
}
@media (max-width: 760px) {
.tab_item {
  width: calc(89%/3);
  padding:3px;
  border:1px dashed #999;
  margin:0 5px;
}
}
.tab_item img {
    width:90%;
}
@media (max-width: 760px) {
.tab_item img {
    width:100%;
}
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content {
  display: block;
}
.tab_container input:checked + .tab_item {
  border-color: #37beb0 ;
  color: #fff;
}

.tab_content_description h3 {
    font-family: 'Noto Serif JP', serif;
    text-align:center;
    font-size:18px;
    margin: 50px auto 25px auto;
}

@media (max-width: 760px) {
.tab_content_description h3 {

    margin: 25px auto;
}
}


.tab_content_description p {
    color:#444;
    text-align: left;
}
.tab_main {
    width:96%;
    margin:20px auto 50px auto;
}

.tab_main p {
    line-height:200%;
}
.tab_sub {
    width:100%;
    margin:10px auto;
    display:flex;
    flex-wrap: wrap;
}
@media (max-width: 760px) {
.tab_sub {
    display:block;
}
}
.tab_sub div {
    width:48%;
    margin:20px auto 30px auto;
}

@media (max-width: 760px) {
.tab_sub div {
    width:100%;
    margin:20px auto 30px;
}
}

.tab_sub div p {
    margin-top:10px;
    line-height:150%;
}


/* ------------------------------------
work
------------------------------------ */
.plan-work_flex {
  width: 100%;
  height: auto;
  margin: 150px auto 0 auto;
}
@media (max-width: 760px) {
  .plan-work_flex {
    width: 100%;
    margin: 20px auto 0 auto;
  }
}



.plan-work_flex .h2 {
  font-family: acumin-pro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #6699cc;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom:25px;
}
@media (max-width: 760px) {
  .plan-work_flex .h2 {
    font-size: 24px;
  }
}

.plan-work_flex .p {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.5px;
}
@media (max-width: 760px) {
  .plan-work_flex .p {
    font-size: 3.33333vw;
  }
}
.plan-work_flex .plan-work-list {
    display: flex;
  width: 80%;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 33px auto 0 auto;
}
@media (max-width: 760px) {
  .plan-work_flex .plan-work-list {
  display: block;
    width: 100%;
    padding:0;
    margin: 10px auto 0 auto;
  }
}
.plan-work_flex .plan-work-list .box-detail {
  width: 49%;
  height: auto;
  margin: 0 0 80px 0;

}
@media (max-width: 760px) {
  .plan-work_flex .plan-work-list .box-detail {
    width:99%;
    height:100%;
    padding:3px;
    margin-bottom:100px;
    text-align: center;
  }
}
.plan-work_flex .plan-work-list .box-detail .img {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 760px) {
  .plan-work_flex .plan-work-list .box-detail .img img{
    height:250px;
    object-fit: cover;
  }
}

.plan-work_flex .plan-work-list .box-detail .img img {
  width: 100%;

}
.plan-work_flex .plan-work-list .box-detail .tag {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  margin: 5px 0 0 0;
}
@media (max-width: 760px) {
  .plan-work_flex .plan-work-list .box-detail .tag {
    font-size: 2.82051vw;
  }
}
.plan-work_flex .plan-work-list .box-detail .tag li {
  background: #bebebe;
  padding: 3px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.plan-work_flex .plan-work-list .box-detail .p3 {
  font-family: source-han-serif-japanese, serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  max-width: 100%;
  height: 2rem;
  margin-top:5px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 760px) {
  .plan-work_flex .plan-work-list .box-detail .p3 {
    font-size: 3.84615vw;
      height:inherit;
  }
}
.plan-work_flex .plan-work-list .box-detail .p4 {
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
  font-weight: 400;
  /* color: cl.$gray09; */
  line-height: 2.2;
  text-align: center;
  margin-top: 15px;
  padding-top: 11px;
}
@media (max-width: 760px) {
  .plan-work_flex .plan-work-list .box-detail .p4 {
    font-size: 3.07692vw;
    margin-top: 4vw;
    padding-top: 2.5vw;
  }
}
.plan-work_flex .plan-work-list .box-detail .p4 span {
  margin: 0 7px;
  letter-spacing: 1px;
}
/*.plan-work_flex .plan-work-list .box-detail:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}*/
.plan-work_flex .plan-work-list .slick-next {
  right: -26px;
  top: 136px;
  background-image: url("../images/next.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 44px;
}
@media (max-width: 760px) {
  .plan-work_flex .plan-work-list .slick-next {
    top: 30vw;
    right: -7vw;
    width: 4.10256vw;
    height: 7.17948vw;
  }
}
.plan-work_flex .plan-work-list .slick-prev {
  left: -26px;
  top: 136px;
  background-image: url("../images/prev.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 44px;
}
@media (max-width: 760px) {
  .plan-work_flex .plan-work-list .slick-prev {
    left: -7vw;
    top: 30vw;
    width: 4.10256vw;
    height: 7.17948vw;
  }
}
.plan-work_flex .btn-bottom {
  width: 190px;
  height: 43px;
  position: relative;
  overflow: hidden;
  margin: 42px auto 223px auto;
  text-align: center;
  border: 1px solid #6e6e6e;
  color: #6e6e6e;
}
@media (max-width: 760px) {
  .plan-work_flex .btn-bottom {
    width: 48.7179vw;
    height: 11.02563vw;
    line-height: 9.02563vw;
    margin: 9vw auto 34vw auto;
  }
}
.plan-work_flex .btn-bottom a {
  font-family: acumin-pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 8px;
  letter-spacing: 3px;
}
@media (max-width: 760px) {
  .plan-work_flex .btn-bottom a {
    font-size: 3.33333vw;
    line-height: 10.02563vw;
  }
}
.plan-work_flex .btn-bottom:after {
  content: "";
  position: absolute;
  top: 54%;
  right: 42px;
  transform: translateY(-50%) scale(0.5);
  width: 0;
  height: 0;
  transition: transform 0.3s;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #a8a8a8;
}
@media (max-width: 760px) {
  .plan-work_flex .btn-bottom:after {
    right: 10.769vw;
  }
}
.plan-work_flex .btn-bottom:hover {
  border: 1px solid #6699cc;
  color: #6699cc;
}
.plan-work_flex .btn-bottom:hover:after {
  border-color: transparent transparent transparent #6699cc;
}

/* ------------------------------------
plan info
------------------------------------ */
.plan_info {

    width:80%;
    margin:50px auto 150px auto;

}


@media (max-width: 760px) {
.plan_info {

    width:96%;
}

}

table.plan-tbl {
    width:100%;
    border-collapse: collapse;
    margin-top:50px;
}
.plan-tbl th {
  background:#6699cc;
  border: solid 2px #ccc;
  color: #fff;
  padding: 10px;
}
.plan-tbl td {
    border: solid 2px #ccc;
  padding: 10px;
}

@media screen and (max-width: 760px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .plan-tbl {
    width: 100%;
  }
  .plan-tbl th,
  .plan-tbl td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

.plan-tbl td h4 {
    margin:10px;
    font-weight:bold;
}
.plan-tbl td div {
    margin-left:15px;
}

.plan_info .h2 {
  font-family: acumin-pro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #6699cc;
  text-align: center;
  letter-spacing: 5px;
}
@media (max-width: 760px) {
    .plan_info .h2 {
    font-size: 24px;
  }
}


/*　動画 */
.if_douga {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.if_douga iframe {
  width: 100%;
  height:100%;
}

/* 資料請求ボタン */


.inq_btn {
    margin:130px auto;
    text-align: center;
}
.inq_btn .btn,
.inq_btn a.btn,
.inq_btn button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 1.5rem;
}

.inq_btn .btn-wrap {
  margin: 30px 0;
}

.inq_btn a.btn-c {
  font-size: 2rem;

  position: relative;

  padding: 0.25rem 2rem 1.5rem 3.5rem;

  color: #fff;
  background: #2D6Ac9;
  -webkit-box-shadow: 0 5px 0 #2D6AA7;
  box-shadow: 0 5px 0 #2D6AA7;
}

.inq_btn a.btn-c span {
  font-size: 1.5rem;

  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #2D6AA7;
  border: 2px solid #2D6AA7;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.inq_btn a.btn-c span:before,
.inq_btn a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

.inq_btn a.btn-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #2D6AA7 transparent transparent transparent;
}

.inq_btn a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.inq_btn a.btn-c i {
  margin-right: 1rem;
}

.inq_btn a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #2D6Ac9;
  -webkit-box-shadow: 0 2px 0 #2D6AA7;
  box-shadow: 0 2px 0 #2D6AA7;
}


/*イベントカレンダー */

.custom-datepicker .ui-datepicker {
  background: #f9f9f9; /* 背景色を変更 */
  border: 1px solid #ddd; /* 枠線を変更 */
}

.custom-datepicker .ui-datepicker-header {
  background: #333; /* ヘッダーの背景色を変更 */
  color: #fff; /* ヘッダーの文字色を変更 */
}

.custom-datepicker .ui-datepicker-calendar td a {
  background: #fff; /* 日付の背景色を変更 */
  color: #333; /* 日付の文字色を変更 */
}

.custom-datepicker .ui-datepicker-calendar td a:hover {
  background: #eee; /* ホバー時の日付の背景色を変更 */
  color: #000; /* ホバー時の日付の文字色を変更 */
}


/* 資料請求追加CSS */

.ph_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    width:1100px;
    margin:50px auto;
}
.ph_item {
    flex: 1 1 calc(33.333% - 40px);
    box-sizing: border-box;
    border:1px solid #99ccff;
    padding:10px;
}
.ph_item h3 {
    font-size:20px;
    font-weight:bold;
    color:#00479d;
    margin-bottom:15px;
}
.ph_item h3::before {
    content: url('images/check.png');
    display: inline-block;
    width: 24px;
    height: 24px;
}

.ph_item img {
    width: 100%;
    height: auto;
}
.ph_item p {
    color:#444;
    text-align: left;
}

@media (max-width: 768px) {

    .ph_container {
        width:95%;
    }
    .ph_item {
        flex: 1 1 100%;
        width:80%;
    }
}

.inq_contents {
  width:800px;
  margin:20px auto;
}

.inq_contents div {
  margin:5px auto;
}

@media (max-width: 768px) {
  .inq_contents {
    width:90%;
  }

}
/* estate banner 240928 */

.yestation {
  margin:50px auto;
  width:50%;
}
.yestation p {
  text-align: center;
  color:#444;
  font-size:18px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:400;
}
@media(max-width:768px){
  .yestation {
    width:90%;
  }
}

.list-count {
    margin:10px auto;
    text-align: center
}
.list-count span {
    color:#e01842;
    font-weight:bold;
    font-size:150%;
}


/* ebook form design 2024/10/25 */

.form_ebook {
  margin:30px auto;
  width:60%
}
@media (max-width: 768px) {
  .form_ebook {
    width:90%
  }
}

.form_ebook ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; /* flexboxレイアウトを使用 */
  flex-wrap: wrap; /* アイテムがコンテナからはみ出したときに折り返す */
  justify-content: space-between; /* アイテム間にスペースを均等に配置 */
}

/* 各リストアイテムのスタイル */
.form_ebook ul li {
  width: 48%; /* PCで2つ並べるため、各アイテムの幅を48%に設定 */
  margin-bottom: 20px; /* アイテム間の余白 */
  text-align: center;
}

/* スマホの場合のスタイル */
@media (max-width: 768px) {
  /* スマホでは1列に表示するため、幅を100%に設定 */
  .form_ebook ul li  {
    width: 100%;
  }
}

/* 画像のスタイル */
.form_ebook img {
  width: 100%; /* 親要素(li)の幅いっぱいに表示 */
  height: auto; /* 高さは自動調整 */
}

/* event　画像拡大 */
/* モーダルウィンドウのスタイル */

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* モーダル内の画像 */
.modal-content {
  max-width: 90%;
  max-height: 90%;
  display: block;
  margin: auto;
  object-fit: contain;
  transition: opacity 0.3s ease-in-out;
}

/* 閉じるボタン */
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

/* 前へ・次へボタン */
.prev-btn, .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 10px 20px;
  font-size: 24px;
  color: black;
  cursor: pointer;
  border-radius: 5px;
}

.prev-btn { left: 10px; }
.next-btn { right: 10px; }

.prev-btn:hover, .next-btn:hover {
  background: rgba(255, 255, 255, 0.8);
}



/* event detailList New */
:root {
  --background_gray: #F3F3F3;
}

.event_detail_page{
  width: 100%;
  margin-top: 100px;
}

.section_detail{
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.section_detail > .layout_wrap{
  padding-top: 0;
}

.l-system.l-event .section_detail .main_box,
 .l-system.l-fair .section_detail .main_box{
  width: 100% !important;
  height: max-content !important;
  background-color: var(--background_gray) !important;
  margin-bottom: 0 !important;
  padding: 60px 20% 0;
  position: relative;
}

.section_detail .main_box .clearfix{
  height: max-content;
}

.section_detail .txt_box{
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: start;
  align-items: start;
}

.section_detail .txt_box .category_box{
  width: 100%;
  display: flex;
  flex-direction: row;
}

.section_detail .txt_box .p-item__icons-category li{
  background-color: transparent !important;
  color: var(--sub_corp_color) !important;
}

.section_detail .txt_box .p-item__icons-category li::before{
  content: "#";
  background-color: transparent !important;
  color: var(--sub_corp_color) !important;
  margin-right: 2px;
}

.section_detail .txt_box .plan_title{
  font-size: 25px;
  line-height: 1.6;
  margin-left: 5px;
  font-weight: 700;
  height: max-content;
}

.cnt_box{
  padding: 0 20%;
  margin-top: 30px;
}

.section_detail .main_box .ph{
  width: auto !important;
  border-radius: 10px;
  margin: 30px auto;
}

@media (max-width:480px) {
  .event_detail_page{
    margin-top: 0;
  }

  .l-system.l-event .section_detail .main_box,
  .l-system.l-fair .section_detail .main_box{
    padding: 60px 2% 10px;
  }

  .l-system.l-detail .p-item__icons{
    margin-bottom: 5px;
  }

  .plan_title{
    height: max-content;
  }

  .section_detail > .layout_wrap{
    padding-top: 60px;
  }
  .section_detail .txt_box .plan_title{
    font-size: 20px;
    line-height: 1.6;
    margin-left: 5px;
    margin-bottom: 15px;
  }
  .cnt_box{
    padding: 0 2%;
  }
}


/* イベントリスト */
.event-type-badge {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: bold;
    margin-left: 5px;
    color: white;
}

.event-original {
    background-color: #4dabf7;
}

.event-new {
    background-color: #ff6b6b;
}

.filter-tabs {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}

.filter-tabs li {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.filter-tabs li.active {
    background: #007bff;
}

.filter-tabs li.active a {
    color: white;
}

.filter-tabs a {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    color: #495057;
}