/* 共通 */
.custom__container{
  max-width: 1060px;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
@media only screen and (max-width: 810px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
}
.lum-lightbox-inner img.lum-img {
  max-width: 100%;
}


/* パンくずリスト */
.breadcrumb{
  max-width: calc(1460px + 100px);
  padding: 0 50px;
  margin: 60px auto 100px;
}
@media only screen and (max-width: 810px) {
  .breadcrumb{
    display: block;
    margin: 25px auto 100px;
    padding: 0 25px;
    position: relative;
    z-index: 3100;
  }
}

/* メインビジュアル */
.custom-mv{
  padding: 0 50px;
}
@media only screen and (max-width: 810px) {
  .custom-mv{
    padding: 0 20px;
  }
}
.custom-mv__container{
  max-width: 1320px;
  width: 68.75vw;
  display: flex;
  align-items: center;
  justify-content: space-between; 
  margin-bottom: 110px;
}
@media only screen and (max-width: 810px) {
  .custom-mv__container{
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 60px;
    margin-bottom: 60px;
  }
}
.custom-mv .service_nm{
  width: 17.96vw;
  height: auto;
}
@media only screen and (max-width: 810px) {
  .custom-mv .service_nm{
    width: 167.5px;
  }
}
.custom-mv .catch{
  font-size: clamp(3rem, 1.82vw, 3.5rem);
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.34;
}
@media only screen and (max-width: 810px) {
  .custom-mv .catch{
    font-size: 2.5rem;
    line-height: 2;
  }
}
.custom-mv__img{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.custom-mv__img img{
  width: 100%;
}

/* ABOUT */
.custom-about{
  position: relative;
  padding: 100px 50px 150px;
}
@media only screen and (max-width: 810px) {
  .custom-about{
    padding: 90px 20px 185px;
  }
}
.custom-about::before{
  content: "";
  width: 100vw;
  height: min(27vw, 395px);
  background-color: #EFEDE5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
} 
@media only screen and (max-width: 810px) {
  .custom-about::before{
    height: 503.15px;
  }
}
.custom-about__title-wrap{
  display: flex;
  align-items: center;
  gap: min(13%, 144px);
  margin-bottom: 95px;
}
@media only screen and (max-width: 810px) { 
  .custom-about__title-wrap{
    flex-direction: column;
    gap: 54px;
    align-items: flex-start;
    margin-bottom: 98px;
  } 
}
.custom-about__title{
  text-align: left;
  font-size: clamp(50px ,3.33vw, 6.4rem);
  font-weight: 800;
}
@media only screen and (max-width: 810px) { 
  .custom-about__title{
    font-size: 4.8rem;
  } 
}
.custom-about__title span{
  text-align: left;
  font-size: 0.33em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}
@media only screen and (max-width: 810px) { 
  .custom-about__title span{
    font-size: 0.375em;
    line-height: 1.33;
  } 
}
.custom-about__introduction{
  font-size: 2rem;
  line-height: 2;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: 500;
}
@media only screen and (max-width: 810px) { 
  .custom-about__introduction{
    font-size: 1.6rem;
  }
}
.custom-about__content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 810px) { 
  .custom-about__content{
    display: block;
  }
}
.custom-about__content--left,
.custom-about__content--right{
  width: calc(50% - 40px);
}
@media only screen and (max-width: 810px) { 
  .custom-about__content--left,
  .custom-about__content--right{
    width: 100%;
  } 
}
.custom-about__item:nth-of-type(n+2){
  margin-top: 195px;  
}
@media only screen and (max-width: 810px) {
  .custom-about__item{
    width: 91%;
    max-width: 400px; 
    display: flex;
    flex-direction: column;
  } 
  .custom-about__item:nth-of-type(n+2){
    margin-top: 65px;  
  }
  .custom-about__item:nth-of-type(2n+2){
    margin-right: 0;
    margin-left: auto; 
    align-items: flex-end;
  }
}
.custom-about__item .point{
  width: 117px;
  height: auto;
  margin-bottom: 16px;
}
@media only screen and (max-width: 810px) {
  .custom-about__item .point{
    width: 87px;
    height: auto;
    margin-bottom: 10px;
  }  
}
.custom-about__item .ttl{
  font-size: clamp(2.2rem, 1.41vw, 2.7rem);
  line-height: 1.85;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: 500;
  margin-bottom: 36px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 810px) {
  .custom-about__item .ttl{
    font-size: 1.85rem;
    line-height: 1.73;
    margin-bottom: 36px;
  }
  .custom-about__item:nth-of-type(2n+2) .ttl{
    text-align: right;
  }
}
.custom-about__item .txt{
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: 500;
}
@media only screen and (max-width: 810px) {
  .custom-about__item .txt{
    font-size: 1.4rem;
    line-height: 1.85;
  }
}
.custom-about__item .annotation{
  font-size: 1.2rem;
  line-height: 1.33;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: 500;
  margin-top: 18px;
}
@media only screen and (max-width: 810px) {
  .custom-about__item .annotation{
    margin-top: 20px;
  }
}
.custom-about__item .btn{
  padding: 40px;
  background-color: #333333;
  border: 1px solid #333333;
  color: #fff;
  display: inline-block;
  margin-top: 50px;
  position: relative;
}
@media only screen and (max-width: 810px) {
  .custom-about__item .btn{
    padding: 27px 25.5px 28px 30px;
    margin-top: 60px;
  }
}
.custom-about__item .btn::before{
  content: '';
  width: 40px;
  height: 40px;
  background-color: #575757;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(100% 0, 0% 100%, 0 0);
  transition: 0.3s;
}
.custom-about__item .btn::after{
  content: '';
  width: 40px;
  height: 40px;
  background-color: #575757;
  position: absolute;
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transition: 0.3s;
}
@media only screen and (max-width: 810px) {
  .custom-about__item .btn::before,
  .custom-about__item .btn::after{
    width: 29.5px;
    height: 29.5px;
  }
}
.custom-about__item .btn-wrap{
  display: flex;
  align-items: center;
  gap: min(5vw, 135px);
}
@media only screen and (max-width: 810px) {
  .custom-about__item .btn-wrap{
    gap: min(21vw, 95px);
  }
}
.custom-about__item .btn .btn-text{
  font-size: 1.6rem;
  line-height: 1;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: 500;
}
@media only screen and (max-width: 810px) {
  .custom-about__item .btn .btn-text{
    font-size: 1.2rem;
  }
}
.custom-about__item .btn .btn-arrow{
  width: 36px;
  height: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 810px) {
  .custom-about__item .btn .btn-arrow{
    width: 26px;
    height: auto;
  }
}
.custom-about__item .btn:hover
{
  opacity: 1;
  background-color: #fff;
  color: #333333;
}
.custom-about__item .btn:hover::before,
.custom-about__item .btn:hover::after
{
  background-color: #333333;
}
.custom-about__item .btn:hover .btn-arrow
{
  transform: translateX(10px);
}
.custom-about__item .btn:hover .btn-arrow path
{
  stroke: #333333;
}

/* ラインナップ */
.custom-lineup__content--nokiterrace
{
  position: relative;
  padding: 60px 50px;
  background-image: url(../img/custom/lineup01_bg.png);
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  /* margin-bottom: 100px; */
  min-height: 40vw;
}
@media only screen and (max-width: 810px) {
  .custom-lineup__content--nokiterrace
  {
    padding: 312px 20px 100px;
    background-image: url(../img/custom/lineup01_bg_sp.png);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-bottom: 115px; */
    min-height: auto;
  }
}
.custom-lineup__content--nokiterrace .custom_lineup__imgarea{
  position: absolute;
  top: -50px;
  left: 0;
  width: 43.23vw;
}
@media only screen and (max-width: 810px) {
  .custom-lineup__content--nokiterrace .custom_lineup__imgarea{
    position: relative;
    top: -412px;
    left: -20px;
    width: calc(100vw - 20px);
    margin-bottom: calc(-412px + 97px);
  }
}
.custom-lineup__content--nokiterrace .custom_lineup__textarea{
  padding-left: 2.83%;
  color: #fff;
  width: 50%;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 810px) {
  .custom-lineup__content--nokiterrace .custom_lineup__textarea{
    width: 100%;
    padding: 0;
  }
}

.custom-lineup__content--hakoterrace{
  position: relative;
  padding: 60px 50px;
  background-image: url(../img/custom/lineup02_bg.png);
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 40vw;
}
@media only screen and (max-width: 810px) {
  .custom-lineup__content--hakoterrace
  {
    padding: 312px 20px 100px;
    background-image: url(../img/custom/lineup02_bg_sp.png);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: auto;
  }
}
.custom-lineup__content--hakoterrace .custom_lineup__imgarea{
  position: absolute;
  top: -50px;
  right: 0;
  width: 43.23vw;
}
@media only screen and (max-width: 810px) {
  .custom-lineup__content--hakoterrace .custom_lineup__imgarea{
    position: relative;
    top: -412px;
    width: calc(100vw - 20px);
    margin-bottom: calc(-412px + 97px);
  }
}
.custom-lineup__content--hakoterrace .custom_lineup__textarea{
  padding-right: 2.83%;
  color: #fff;
  width: 50%;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 810px) {
  .custom-lineup__content--hakoterrace .custom_lineup__textarea{
    width: 100%;
    padding: 0;
  }
}
.custom_lineup__textarea{
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: 500;
}
.custom-lineup__titlel-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (max-width: 810px) {
  .custom-lineup__titlel-wrap{
    margin-bottom: 54px;
  }
}
.custom-lineup__title--h2{
  font-size: clamp(3.2rem, 1.88vw, 3.6rem);
}
@media only screen and (max-width: 810px) {
  .custom-lineup__title--h2{
    font-size: 2.5rem;
  } 
}
.custom-lineup__subtitle{
  font-size: 1.5rem;
  position: relative;
  padding-left: 17px;
}
@media only screen and (max-width: 810px) {
  .custom-lineup__subtitle{
    font-size: 1.2rem;
    padding-left: 14px;
  }
}
.custom-lineup__subtitle::before{
  content: '';
  height: 1px;
  width: 8px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.custom-lineup__title--h3{
  font-size: clamp(1.9rem, 1.09vw, 2.1rem);
  line-height: 1.9;
  margin-bottom: 40px;
  font-weight: 500;
}
@media only screen and (max-width: 810px) {
  .custom-lineup__title--h3{
    font-size: 1.8rem;
    line-height: 1.83;
    margin-bottom: 40px;
  }
}
.custom-lineup__text-inner{
  margin-bottom: 30px;
}
@media only screen and (max-width: 810px) {
  .custom-lineup__text-inner{
    margin-bottom: 24px;
  }
}
.custom-lineup__text-inner:last-of-type{
  margin-bottom: 0;
}

.custom-lineup__title--h4{
  font-size: 2rem;
  font-weight: 500;
  padding-left: 1em;
  position: relative;
}
.custom-lineup__title--h4::before{
  content: '■';
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 810px) {
  .custom-lineup__title--h4{
    font-size: 1.6rem;
  }
}

.custom-lineup__text{
  font-size: 1.6rem;
  line-height: 1.75;
  padding-left: 1.3em;
  font-weight: 400;
}
@media only screen and (max-width: 810px) {
  .custom-lineup__text{
    font-size: 1.4rem;
    line-height: 2;
  }
}
/* プラン */
.custom-plan{
  padding: 80px 50px 100px;
  background-color: #fff;
}
.custom-plan--nokiterrace{
    padding-bottom: 180px;
}
@media only screen and (max-width: 810px) {
  .custom-plan{
    padding: 40px 20px 60px;
  }
  .custom-plan--nokiterrace{
    padding-bottom: 180px;
  }
}
.custom-plan__title{
  text-align: left;
  font-size: clamp(5rem ,3.33vw, 6.4rem);
  margin-bottom: 70px;
  font-weight: 800;
}
@media only screen and (max-width: 810px) { 
  .custom-plan__title{
    font-size: 4.8rem;
    margin-bottom: 47px;
  } 
}
.custom-plan__title span{
  text-align: left;
  font-size: 0.39em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}
@media only screen and (max-width: 810px) { 
  .custom-plan__title span{
    font-size: 0.375em;
    line-height: 1.33;
  } 
}
.custom-plan__content{
  padding: 50px 50px 72px;
  background-color: #F7F7F7;
}
@media only screen and (max-width: 810px) { 
  .custom-plan__content{
    padding: 27px 10px 38px;
  }
}
.custom-plan__content + .custom-plan__content{
  margin-top: 10px;
}
@media only screen and (max-width: 810px) { 
  .custom-plan__content + .custom-plan__content{
    margin-top: 20px;
  }
}
.custom-plan__title--h3{
  font-size: 2rem;
  font-weight: 500;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  margin-bottom: 30px;
}
@media only screen and (max-width: 810px) { 
  .custom-plan__title--h3{
    font-size: 1.8rem;
    text-align: center;
  }
}
.custom-plan__img a{
  position: relative;
}
.custom-plan__img + .custom-plan__img{
  margin-top: 10px;
}
.custom-plan__img:hover .icon_zoom{
  opacity: 0.6;
}
.custom-plan__img .icon_zoom{
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 7.29%;
  height: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 810px) { 
  .custom-plan__img .icon_zoom{
    bottom: 5px;
    right: 5px;
    width: 35px;
  }
}
.custom-plan__img_note{
  display: flex;
  margin: 16px 0 16px auto; 
  align-items: center;
  gap: 6px;
  border: 1px solid #707070;
  padding: 6px 12px;
  width: 200px;
}
@media only screen and (max-width: 810px) { 
  .custom-plan__img_note{
    padding: 4px 10px;
    width: 190px;
  }
}
.custom-plan__img_note p{
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 810px) { 
  .custom-plan__img_note p{
    font-size: 1.4rem;
  }
}


.custom-plan__list {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-plan__list_item {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 30px;
  padding-bottom: 16px;
  position: relative;
}
@media only screen and (max-width: 810px) { 
  .custom-plan__list_item {
    font-size: 1.4rem;
    line-height: 1.5;
    padding-left: 30px;
    padding-bottom: 14px;
  }
}
.custom-plan__list_item:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #613C08;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  color: #ffffff;
  font-size: 80%;
  line-height: 1;
  position: absolute;
  top: 1.5px;
  left: 0
}

.custom-plan__textarea{
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 5%;
  font-weight: 500;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 810px) { 
  .custom-plan__textarea{
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}
.custom-plan__detail__title-wrap{
  display: inline-block;
  border-bottom: 1px solid #333333;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 810px) { 
  .custom-plan__detail__title-wrap{
    display: block;
    border-bottom: 1px solid #333333;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
.custom-plan__detail__title-inner{
  display: flex;
  gap: 70px;
}
@media only screen and (max-width: 810px) { 
  .custom-plan__detail__title-inner{
    flex-direction: column;
    gap: 8px;
  }
}
.custom-plan__detail__title{
  display: flex;
  gap: 20px;
  line-height: 1;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media only screen and (max-width: 810px) { 
  .custom-plan__detail__title{
    gap: 9px;
  }
}
.custom-plan__detail__title h4{
  font-size: 2rem;
}
@media only screen and (max-width: 810px) { 
  .custom-plan__detail__title h4{
    font-size: 1.6rem;
  } 
}
.custom-plan__detail__title p{
  font-size: 1.8rem;
}
@media only screen and (max-width: 810px) { 
  .custom-plan__detail__title p{
    font-size: 1.4rem;
  } 
}
.custom-plan__detail__txt{
  font-size: 1.5rem;
}
@media only screen and (max-width: 810px) { 
  .custom-plan__detail__txt{
    font-size: 1.3rem;
  }
}
.custom-plan__detail__annotation{
  margin-top: 15px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 810px) { 
  .custom-plan__detail__annotation{
    margin-top: 4px;
    font-size: 1.2rem;
  }
}
.custom-plan__pricearea{
  text-align: right;
}
.custom-plan__price__header{
  font-size: 1.7rem;
}
@media only screen and (max-width: 810px) { 
  .custom-plan__price__header{
    font-size: 1.4rem;
  }
}
.custom-plan__price{
  font-size: 1.5rem;
  margin-bottom: 0px;
  line-height: 1;
}
@media only screen and (max-width: 810px) { 
  .custom-plan__price{
    font-size: 1.4rem;
  }
}
.custom-plan__price .main{
  font-size: clamp(2.5rem , 1.56vw, 3rem);
}
@media only screen and (max-width: 810px) { 
  .custom-plan__price .main{
    font-size: 2.4rem;
  }
}
.custom-plan__price__annotation{
  font-size: 1.2rem;
}
@media only screen and (max-width: 810px) { 
  .custom-plan__price__annotation{
    font-size: 1.1rem;
  } 
}
.custom-plan__price__annotation + .custom-plan__price__annotation{
  margin-top: 4px;
}

.custom-plan__textarea2{
  margin-top: 32px;
}
@media only screen and (max-width: 810px) { 
  .custom-plan__textarea2{
    margin-top: 20px;
  } 
}
.custom-plan__textarea2 p{
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 810px) { 
  .custom-plan__textarea2 p{
    font-size: 1rem;
  } 
}

/* フッター */
.aside-contact.gray{
  padding-top: 120px;
}
@media only screen and (max-width: 810px) { 
  .aside-contact.gray{
    padding-top: 11px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .aside-contact.gray .aside-contact__container{
    background: #f9f9f9;
    padding: 40px 20px 20px;
  } 
  .aside-contact__description{
    text-align: center;
  }

  .aside-model.col2{
    background: #fff;
    padding-bottom: 0;
  }
}