@charset "UTF-8";
/*--------------------------------
common
--------------------------------*/
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.fit-img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.general-section .inner{
	margin: 0 auto;
	padding: 80px 0;
	width: calc(100% - 32px);
	max-width: 1320px;
}
.img-wrapper{
  position: relative;
}
.img-wrapper .caption {
  position: absolute;
  bottom: 0;
  left: 8px;
  right: 8px;
  z-index: 1;
  font-size: 10px;
}
.small-text{
  font-size: 75%;
}
.large-text{
  font-size: 150%;
}
@media screen and (max-width: 767px){
	.general-section .inner{
		padding: 32px 0;
	}
}

.corporateInfo {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.corporateInfo__link {
    color: #999;
    display: block;
    font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
    font-size: 12px;
    letter-spacing: .15em;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}
.corporateInfo:after {
    background-color: #e5e5e5;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
}
.corporateInfo__link .arrowSVG {
    bottom: 4px;
    position: absolute;
}
@media screen and (min-width: 768px) {
    .corporateInfo {
        gap: 62px;
        padding: 40px 0;
    }
    .corporateInfo:after {
        width: 100%;
    }
    .corporateInfo__link .arrowSVG {
      right: -25px;
      width: 12px;
    }
}
@media screen and (max-width: 768px) {
    .corporateInfo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px;
        margin: 0 auto;
        padding: 50px 0;
        width: 270px;
    }
    .corporateInfo:after {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100vw;
    }
    .corporateInfo__link .arrowSVG {
      right: -20px;
      width: 10px;
    }
}

/*--------------------------------
lp css
--------------------------------*/
.page.lp-page{
  min-width: unset;
}
.lp{
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
   /* overflow-x: hidden; */
}
.lp-trouble{
  background: #fff;
}
.lp-trouble-head{
  position: relative;
  font-size: 48px;
  color: #AC5E5E;
  font-family: serif;
  z-index: 3;
  line-height: 1.5;
}
.lp-trouble-inner{
  background: #EAE5DF;
}
.lp-trouble-grid{
  display: grid;
  grid-template-columns: 30% calc(70% - 56px);
  gap: 70px 56px;
}
.lp-trouble-grid .lp-trouble-head{
  grid-column: 1/3;
}
.lp-trouble-list{
  display: grid;
  gap: 22px;
  align-items: center;
}
.lp-trouble-item{
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 24px 26px;
  font-size: 34px;
  color: #AC5E5E;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px #00000029;
  gap: 26px;
  line-height: 1.4;
}
.lp-trouble-item::before{
  display: block;
  content: "";
  background: url(../imgs/checkmark.svg) no-repeat center center;
  background-size: contain;
  width: 45px;
  height: 45px;
}
.lp-trouble-note{
  position: relative;
  margin: 0 auto 250px;
  width: min(100%,800px);
  text-align: center;
}
.lp-trouble-note::before{
  content: "";
  position: absolute;
  background: url(../imgs/bg-arrow.svg) no-repeat center center;
  background-size: contain;
  top: -4px;
  left: 50%;
  width: 100%;
  height: 140px;
  transform: translate(-50%,0);
}
.lp-trouble-text{
  font-size: 36px;
}
.lp-trouble-text.border span{
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
  margin-bottom: -3rem;
}
.lp-trouble-text.border span::after {
  border-top: 1px solid;
  content: "";
  width: 3em; /* 線の長さ */
  margin-left: .5em;
}
.lp-trouble-img{
  position: relative;
  z-index: 2;
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.lp-trouble-img + .caption{
  padding: 0 8px;
}
.lp-trouble-img .wide-img{
  margin-top: -2px;
  grid-column: 1/5;
  position: relative;
  z-index: -1;
}
.img-wrapper .caption-box{
  left: unset;
  right: 0;
  display: inline-block;
  background: #000000CC;
  padding: 2px 4px;
}

.lifeplan{
  background-color: #AC5E5E;
  margin-top: 100px;
  position: relative;
}
.lifeplan-note{
  color: #AC5E5E;
  font-size: 45px;
}
.lifeplan-balloon{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #AC5E5E;
  width: min(90%,720px);
  height: 84px;
  border-radius: 42px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.lifeplan-balloon::before{
  content: "";
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translate(-50%,0);
  width:0;
  height:0;
  border-style:solid;
  border-width: 57px 19.5px 0 19.5px;
  border-color: #fff transparent transparent transparent;
  z-index: -1;
}
.lifeplan .lp-trouble-head{
  color: #fff;
  margin: 40px auto;
  font-size: 40px;
}
.lifeplan .lp-trouble-head .large-text{
  font-size: 56px;
}
.lifeplan .emphasis{
  font-size: 100px;
  font-style: italic;
}
.lifeplan .emphasis+ span{
  font-size: 76px;
}
.lifeplan-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.lifeplan-item{
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 50px;
  text-align: center;
  font-family: sans-serif;
}
.lifeplan-box-lead{
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: bold;
}
.lifeplan-box-lead img {
    width: 46px;
    margin: 0 10px 8px 0;
}
.lifeplan-box-note{
  font-size: 28px;
  line-height: 1.4;
}
.lifeplan-sub{
  background-color: #F4ECEC;
  position: relative;
  font-family: sans-serif;
}
.lifeplan-sub-lead{
  font-size: 30px;
  line-height: 1.4;
  margin: 0 auto 40px;
  width: fit-content;
  border-bottom: 2px solid #AC5E5E;
  position: relative;
  padding: 0 16px 0 32px;
}
.lifeplan-sub-lead a{
  color: #AC5E5E;
}
.lifeplan-sub-lead::before{
  content: "";
  position: absolute;
  top: 50%;   /* 縦軸をセンタリングする */
  left: 12px;
  transform: translateY(-50%);   /* 縦軸をセンタリングする */
  border: 5px solid transparent;
  border-left: 8px solid #AC5E5E;   /* 好みで色を変えてください */
}
.lifeplan-sub-lead:hover{
  opacity: .5;
}
.lifeplan-sub-balloon {
  background: #fff;
  max-width: 1100px;
  margin: 0 auto;
  border: 2px solid #9C5964;
  border-radius: 100px;
  padding: 30px ;
}
.lifeplan-sub-balloon-lead{
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
  color: #AC5E5E;
  margin-bottom: 20px;
}
.lifeplan-sub-balloon-note{
  font-size: 26px;
  line-height: 1.4;
  display: flex;
  justify-content: center;
}
.lifeplan-sub-img {
    width: 14%;
    position: absolute;
    right: 50%;
    transform: translate(calc(50% + 550px), 0);
    bottom: 40px;
}

.lp-point-note{
  color: #fff;
  font-size: 45px;
}
.lp-point-balloon{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #AC5E5E;
  width: min(100%,720px);
  height: 84px;
  margin: 0 auto 60px;
  border-radius: 42px;
}
.lp-point-balloon::before{
  content: "";
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translate(-50%,0);
  width:0;
  height:0;
  border-style:solid;
  border-width: 57px 19.5px 0 19.5px;
  border-color: #AC5E5E transparent transparent transparent;
  z-index: -1;
}
.lp-point .lp-trouble-head{
  color: #000;
}
.lp-point .lp-trouble-head .large-text{
  color: #AC5E5E;
  font-size: 56px;
}
.lp-point .emphasis{
  font-size: 100px;
  font-style: italic;
}
.lp-point  .emphasis+ span{
  font-size: 76px;
}
.lp-link-list{
  margin-top: 86px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 27px;
}
.lp-page-link{
  position: relative;
   background: #F7EFEF;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   font-size: 40px;
   min-height: 242px;
   text-align: center;
   line-height: 1.2;
}
.lp-page-link::before{
  content: "";
  position: absolute;
  background: url(../imgs/bottom-arrow.svg) no-repeat center center;
  background-size: contain;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%,0);
  width: 40px;
  height: 16px;
}
.lp-number{
  position: absolute;
  top: -22%;
  left: 50%;
  transform: translate(-50%,0);
  font-size: 80px;
  font-style: italic;
  color: #AC5E5E;
}
.yellow-item .lp-page-link{
  background: #F2EAD3;
}
.yellow-item .lp-number{
  color: #AE995A;
}
.yellow-item .lp-page-link::before{
  background: url(../imgs/bottom-yellow-arrow.svg) no-repeat center center;
  background-size: contain;
}
.lp-head-wrapper{
  background: #AC5E5E;
  color: #fff;
}
.lp-point-head{
  font-size: 45px;
}
.lp-point-head .large-text{
  font-size: 90px;
  font-style: italic;
}
.lp-point-copy{
  font-size: 70px;
  margin: 40px auto 0;
  padding-top: 40px;
  border-top: 1px solid #fff;
  width: min(100%,700px);
}
.lp-head-wrapper {
  position: relative;
}
.general-section .lp-head-wrapper .inner{
  padding: 40px 0;
  max-width: 1000px;
}
.lp-balloon{
  margin-top: 56px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: min(82% - 32px,800px);
  border-radius: 30px;
  color: #000;
  min-height: 170px;
  padding: 0 16px;
  z-index: 2;
}
.lp-balloon::before{
  content: "";
  position: absolute;
  top: 50%;
  right: -58px;
  transform: translate(0,-50%);
  width:0;
  height:0;
  border-style:solid;
  border-width: 13px 0 13px 59px;
  border-color: transparent transparent transparent #fff;
  z-index: -1;
}
.lp-point-voice{
  font-size: 29px;
  line-height: 1.5;
  font-family: sans-serif;
  font-weight: bold;
  font-feature-settings: "palt";
}
.lp-point-img{
  width: min(19% - 32px,300px);
  position: absolute;
  right: 50%;
  transform: translate(calc(50% + 457px),0);
  bottom: -80px;
  z-index: 3;
}
/* .lp-point02 .lp-point-img{
  transform: translate(calc(50% + 518px),0);
}
.lp-point03 .lp-point-img{
  transform: translate(calc(50% + 537px),0);
}
.lp-point04 .lp-point-img{
  transform: translate(calc(50% + 537px),0);
} */
.lp-sub-note{
  font-size: 32px;
  color: #AC5E5E;
  line-height: 1.5;
  width: min(100%,1000px);
  margin: 40px auto;
}
.pink-bg{
  background: #F7EFEF;
}
.lp-point01-grid{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 47px 90px;
  margin: 0 auto;
}
.general-section .inner-min{
  max-width: 1000px;
}
.point-sub-head{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #AC5E5E;
  color: #fff;
  font-size: 32px;
  margin-bottom: 28px;
  min-height: 56px;
}
.call-btn{
  background: #FFFCF4;
  border: 1px solid #AE995A;
  padding: 34px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2,1fr);
  gap: 28px 0;
}
.call-btn-head{
  grid-column: 1/3;
  color: #AE995A;
  font-size: 30px;
  font-family: serif;
  line-height: 1.5;
}
.call-box{
  background: #FFFCF4;
  border: 1px solid #AE995A;
  padding: 34px;
}
.call-box-item{
  opacity: 0;
  transition: opacity .3s linear;
}
.call-box-item.slick-slide{
  opacity: 1;
}
.call-box-items{
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2,1fr);
  margin-top: 28px;
  margin: 20px 6px 0;
}
.call-box .text-wrapper{
  padding-left: 56px;
}
.call-btn-laed{
  font-size: 26px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #AE995A;
}
.call-btn-note{
  font-size: 17px;
  line-height: 1.5;
}
.lp-cv-list{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 34px;
  padding-top: 20px;
}
.lp-cv-link{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  border-radius: 42px;
  font-size: 32px;
  color: #fff;
  box-shadow: 5px 10px 10px #00000029;
}
.lp-cv-link:hover{
  color: #fff;
}
.lp-cv-link.req{
  background: linear-gradient(#9F3333,#710E0E);
}
.lp-cv-link.res{
  background: linear-gradient(#1E28A7,#131853);
}
.lp-cv-note{
  position: relative;
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  background: #AE995A;
  color: #fff;
  height: 80px;
  border-radius: 40px;
  z-index: 2;
}
.lp-cv-note img{
  width: 50px;
  margin: 0 20px 0 -20px;
}
.lp-cv-note::before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translate(-50%,0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 17px 0 17px;
  border-color: #AE995A transparent transparent transparent;
  z-index: -1;
}
.lp-cv-head{
  margin-top: 40px;
  font-size: 40px;
}
.lp-cv-tell{
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 44px;
  align-items: center;
}
.lp-tell-link{
  position: relative;
  font-size: 60px;
  color: #AC5E5E;
  font-family: sans-serif;
}
.lp-tell-link::before{
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translate(0,-50%);
  width: 2px;
  height: 100%;
  background: #AC5E5E;
}
.lp-tell-link:link{
  color: #AC5E5E;
}
.tel-icon{
  width: 55px;
  margin-right: 7px;
  vertical-align: bottom;
}
.tel-text-img{
  width: calc(100% - 62px);
}
.lp-cv-caption{
  margin-top: 7px;
  font-size: 20px;
  display: block;
  margin-left: 57px;
}
.lp-tell-note{
  font-size: 18px;
  line-height: 1.5;
}
.lp-point02-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-bottom: 44px;
}
.lp-point02-head img{
  width: 64px;
}
.lp-point02-copy{
  font-size: 44px;
  color: #AE995A;
}
.lp-point02-lead{
  margin-top: 27px;
  font-size: 22px;
  line-height: 1.5;
}
.lp-point02-support{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 90px;
  margin-top: 40px;
}
.lp-point02-support .text-wrapper{
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.lp-point02-support p{
  font-size: 28px;
  line-height: 1.8;
  color: #AC5E5E;
  padding: 20px 30px;
  border-top: 1px solid #AC5E5E;
  border-bottom: 1px solid #AC5E5E;
}
.inner + .inner.lp-point01-grid{
  padding-top: 0;
}
.lp-support-item{
  padding: 24px 16px;
  margin-top: 26px;
  background: #fff;
  text-align: center;
}
.lp-support-head{
  font-size: 22px;
  color: #AC5E5E;
}
.lp-support-note{
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
}
.lp-point-item .caption{
  margin-top: 20px;
}
.lp-point02-space{
  grid-column: 1/3;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 40px;
}
.lp-point02-support02{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.lp-point02-support02 .lp-point02-lead{
  font-size: 24px;
  line-height: 1.8;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.lp-point02-note{
  margin-top: 16px;
  font-size: 24px;
  color: #695E3D;
}
.lp-point02 .call-btn{
  padding: 60px 40px;
  margin-top: -30px;
}
.lp-sub-note .img-wrapper{
  margin-top: 50px;
}
.lp-point03 .point-sub-head {
  margin-bottom: 5px;
}
.lp-point03-item{
  margin-top: 35px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2,1fr);
  background: #fff;
  padding: 40px 26px;
}
.lp-point03-head{
  font-size: 28px;
  color: #AC5E5E;
}
.lp-point03-note{
  margin-top: 33px;
  font-size: 18px;
  line-height: 2;
}
.lp-point03-item .img-list{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 17px;
}
.lp-point03-item + .caption{
  margin-top: 5px;
}
.lp-point04-head{
  margin-top: 76px;
  font-size: 26px;
  line-height: 2;
}
.lp-point04-note{
  margin-top: 40px;
  font-size: 18px;
  line-height: 2;
}
.lp-point04-list{
  margin: 80px 0 50px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 22px 66px;
}
.lp-point04-list p{
  margin-top: 10px;
  font-size: 20px;
}
.lp-point04-list .lp-point04-caption{
  margin-top: .5em;
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
.east-item{
  display: inline-block;
  border: 1px solid #AE995A;
  font-size: 18px;
  margin-bottom: 22px;
  padding: 5px 13px;
}
.lp-point04 .call-btn{
  padding: 48px 83px;
}
.lp-point04 .call-btn .text-wrapper{
  padding: 0;
}
.lp-point04 .call-btn-head{
  padding-bottom: 10px;
  margin-bottom: -10px;
  border-bottom: 1px solid #AE995A;
  letter-spacing: .1em;
  text-align: left;
}
.lp-point04 .call-btn-note{
  line-height: 2;
}
.lp-point04 .call-btn .img-wrapper{
  padding-left: 56px;
}
.lp-req-wrapper{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  margin-bottom: 50px;
}
.lp-res-heading{
  font-size: 56px;
  line-height: 1.5;
  color: #AC5E5E;
}
.lp-res-note{
  margin-top: 50px;
  line-height: 1.5;
  font-size: 21px;
}
.lp-salon-head{
  position: relative;
  margin: 60px 0 40px;
  background: #AE995A;
  color: #fff;
  font-size: 30px;
  padding: 14px 16px;
  text-align: center;
  cursor: pointer;
}
.lp-salon-head img{
  position: absolute;
  width: 43px;
  top: 50%;
  right: 33px;
  transform: translate(0,-50%) rotate(0);
}
.lp-salon-head.is-open img{
  transform: translate(0,-50%) rotate(45deg);
}
.lp-salon-head + .lp-salon-grid{
  display: none;
}
.lp-salon-head.is-open + .lp-salon-grid{
  display: grid;
}
.lp-salon-grid{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 40px 0;
}
.lp-salon .text-wrapper{
  padding-left: 24px;
}
.lp-salon .text-wrapper:nth-of-type(2){
  grid-row: 2/3;
}
.lp-salon-grid .img-wrapper{
  grid-row: 1/3;
}
.lp-salon-lead{
  position: relative;
  font-size: 30px;
  display: flex;
  gap: 13px;
  margin-bottom: 24px;
}
.lp-salon-lead::before{
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: #AC5E5E;
}
.lp-salon-note{
  font-size: 22px;
  line-height: 1.5;
}
.lp-salon-note .caption{
  display: block;
}
.lp-voice .lp-sub-note{
  color: #746A4A;
}
.lp-voice-list{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px 37px;
  font-size: 28px;
  margin-bottom: 90px;
}
.lp-voice-item{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #91814E;
  min-height: 60px;
  border-radius: 30px;
  color: #fff;
}
.lp-video-list{
  width: min(100%,1000px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 40px;
}
.lp-video-note{
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
}
.lp-slider-container{
  padding: 50px 0;
  background: #F2EAD3;
  overflow-x: hidden;
}
.lp-slider .slick-list {
  padding: 0 6% 0 0!important;
}
.lp-slider .img-wrapper {
  margin: 0 0.5%;
}
.lp-voice-img{
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.lp-head-img{
  width: min(100%,664px);
  margin: 0 auto;
}
.lp-copy{
  margin-top: 90px;
  font-size: 40px;
}
.lp-note{
  margin-top: 50px;
  font-size: 20px;
  line-height: 2.5;
}
.table-head{
  margin-top: 80px;
}
.lp-table{
  margin-top: 38px;
}
.mansion-list-head{
  margin-top: 80px;
  font-size: 30px;
  line-height: 1.5;
}
.mansion-list{
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 60px;
}
.mansion-item-text{
  margin-top: 5px;
  font-size: 14px;
}
.specialist-residence{
  position: relative;
  background: #323D5D;
}

.specialist-residence-heading{
  font-size: 40px;
  color: #fff;
  line-height: 1.5;
}
.specialist-residence-list{
  margin: 50px auto 0;
  display: grid;
  justify-content: center;
  /* grid-template-columns: repeat(2,1fr); */
  gap: 72px;
}
.specialist-residence-item{
  color: #fff;
}
.specialist-residence-copy{
  margin-top: 37px;
  font-size: 26px;
  line-height: 1.5;
}
.specialist-residence-copy sup{
  vertical-align: top;
  font-size: 15px;
}
.specialist-residence-copy .caption{
  display: block;
  line-height: 39px;
}
.specialist-residence-name{
  color: #D8C691;
  padding-bottom: 13px;
  margin: 26px 0 13px;
  border-bottom: 1px solid #fff;
  font-size: 32px;
}
.specialist-residence-point{
  font-family: sans-serif;
  font-size: 24px;
  line-height: 1.5;
}
.specialist-residence-note{
  position: relative;
  padding-left: 24px;
}
.specialist-residence-note::before{
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #D8C691;
}
.specialist-residence-link{
  margin-top: 33px;
  display: block;
  background: linear-gradient(90deg,#AE995A,#9A8340);
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 12px;
}
.specialist-residence-link:hover{
  color: #fff;
  opacity: .7;
}
.specialist-residence-arrow{
  display: inline-block;
  margin-top: -5px;
  transform: translateY(-5px);
  margin-right: 20px;
}
.lp-res-head{
  position: relative;
  color: #695E3D;
  font-size: 43px;
  text-align: center;
}
.lp-res-head::before,
.lp-res-head::after{
  content: "";
  position: absolute;
  top: 50%;
  text-align: center;
  width: calc(50% - 260px);
  height: 1px;
  background: #695E3D;
}
.lp-res-head::before{
  left: 0;
}
.lp-res-head::after{
  right: 0;
}
.res-flow-list{
  margin: 50px 0;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 53px;
}
.res-flow-item{
  position: relative;
}
.res-flow-item:not(:last-child)::before{
  content: "";
  position: absolute;
  top: 50%;
  right: -43px;
  transform: translate(0,-50%);
  width:0;
  height:0;
  border-style:solid;
  border-width: 47px 0 47px 29px;
  border-color: transparent transparent transparent #D5C597;
}
.res-flow-step{
  background: #AE995A;
  font-size: 28px;
  color: #fff;
  padding: 9px 0;
  text-align: center;
}
.res-flow-item .text-wrapper{
  background: #fff;
  padding: 17px 14px;
  min-height: 134px;
}
.res-flow-head{
  font-size: 24px;
  color: #695E3D;
  line-height: 1.2;
}
.res-flow-note{
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5;
}
.res-flow-caption{
  font-size: 16px;
  color: #AC5E5E;
}
.img-wrapper .is-dark.caption-box {
  background: #ffffffCC;
}
.res-flow-item .caption{
  font-size: 10px;
  letter-spacing: -.5px;
}
.lp-point04 .lp-head-wrapper{
  background: #AE995A;
}
.lp-point04 .lp-sub-note{
  color: #AE995A;
}
.map-image{
  position: relative;
  pointer-events: none;
}
.map-image-pop{
  position: fixed;
  top: 0;
  left: 0;
  background: #000000c7;
  width: 100%;
  height: 100vh;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  overflow-x: scroll;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease .2s;
}
.map-image-pop.is-open{
  opacity: 1;
  pointer-events:auto;
}
.map-close{
  position: fixed;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  transform: rotate(45deg);
}
.map-image-pop .img-wrapper{
  min-width: 200%;
}
.scroll-ani{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 50%;
}
.slick-num{
  display: none;
}
.table-scroll-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 200px;
  left: calc(50% + 10px);
  opacity: 1;
  transition: opacity 1s ease 4s;
}
.scroll-ani{
  left: calc(50% + 10px);
  opacity: 1;
  transition: opacity 1s ease 4s;
}
.wow-finished .table-scroll-icon,
.is-open .scroll-ani{
  animation: scrollAni 2s ease 1s forwards;
  opacity: 0;
}
@keyframes scrollAni{
  0%{
    left: calc(50% + 10px);
  }
  50%{
    left: calc(50% - 10px);
  }
  100%{
    left: calc(50%);
  }
}
.lp-point-cap {
  font-size: 10px;
  margin-top: 1em;
}
.lp-top-fix{
  position: absolute;
  top: 30px;
  left: 40px;
}
.lp-top-btns{
  display: grid;
  justify-content: center;
  grid-template-columns: 260px 260px;
  gap: 12px;
}
.lp-top-btn{
  height: 60px;
  font-size: 26px;
}
/* .lp-top-btn:first-child{
  background: #1A3358;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
} */
.lp-top-btn:first-child::before{
  content: '';
  display: block;
  aspect-ratio: 33 / 29;
  background: url(../imgs/tel-wh-icon.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.lp-top-tel{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1A3358;
  color: #fff;
  border-radius: 8px;
}
.lp-top-request{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #962C2C;
  color: #fff;
  border-radius: 8px;
}
.lp-top-request:hover,
.lp-top-tel:hover {
  color: #fff;
}
.lp-top-list input{
  width: 50px;
  height: 50px;
  background: url(../imgs/link-icon.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.lp-top-wrap{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 110px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  font-size: 18px;
}
.lp-top-lists{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.lp-top-list{
  position: relative;
}
.lp-top-label{
  display: none;
  position: absolute;
  top: -32px;
  left: 0;
  height: 28px;
  background: #2E68BE;
  border-radius: 4px;
  padding: 0 .4em;
  box-shadow:  2px 2px 8px rgba(0, 0, 0, 0.2);
}
.lp-top-label span{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
.lp-top-label span::before{
  content: '';
  display: block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 5px 2px 0 2px;
  border-color: #2E68BE transparent transparent transparent;
  position: absolute;
  left: 4px;
  bottom: -4px;
}

.lp-side-fix{
  position: fixed;
  top: 300px;
  right: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-style: normal;
  z-index: 5;
  transform: translateX(60px);
  transition: .4s;
}
.is-conpact .lp-side-fix{
  transform: translateX(0);
}

.lp-side-btns{
  display: grid;
  justify-content: center;
  grid-template-columns: 60px;
  gap: 12px;
}
.lp-side-btn{
  height: 260px;
  font-size: 26px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
/* .lp-side-btn:first-child{
  background: #1A3358;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
} */
.lp-side-btn:first-child::before{
  content: '';
  display: block;
  width: 28px;
  height: 29px;
  background: url(../imgs/tel-wh-icon.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
}
.lp-side-tel{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1A3358;
  color: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.lp-side-request{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #962C2C;
  color: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.lp-side-tel:hover,
.lp-side-request:hover{
  color: #fff;
}
.lp-side-list input{
  width: 35px;
  height: 35px;
  background: url(../imgs/link-icon.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.lp-side-wrap{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height:100%;
  background: rgba(255, 255, 255, 0.85);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 18px;
}
.lp-side-lists{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
}
.lp-side-list{
  position: relative;
  width: 35px;
}
.lp-side-label{
  display: none;
  position: absolute;
  top: -32px;
  right: 0;
  height: 28px;
  background: #2E68BE;
  border-radius: 4px;
  padding: 0 .4em;
  box-shadow:  2px 2px 8px rgba(0, 0, 0, 0.2);
  font-size: 16px;
}
.lp-side-label span{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  white-space: nowrap;
  -ms-writing-mode: initial;
  writing-mode: initial;
}
.lp-side-label span::before{
  content: '';
  display: block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 5px 2px 0 2px;
  border-color: #2E68BE transparent transparent transparent;
  position: absolute;
  right: 4px;
  bottom: -4px;
}
.bnr-title{
  font-size: 2rem;
  font-family: sans-serif;
  font-weight: bold;
  color: #AC5E5E;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.bnr-title::before,
.bnr-title::after{
  content: '';
  height: 1px;
  flex-grow: 1;
  border-bottom: 2px solid #AC5E5E;
}
.bnr-title::before{
  margin-right: 3rem;
}
.bnr-title::after{
  margin-left: 3rem;
}
.bnr-note{
  font-size: 1.4rem;
  font-family: sans-serif;
  font-weight: bold;
  color: #AC5E5E;
  margin-bottom: 20px;
}
.event-text{
  font-size: 1.4rem;
  font-family: sans-serif;
  background-color: #AC5E5E;
  color: #fff;
  line-height: 1.2;
  padding: 10px;
  max-width: 90%;
  width: 580px;
  margin: 10px auto 6px;
}
.event-cap{
  font-size: .8rem;
  font-family: sans-serif;
  margin-bottom: 40px;
}

.event-lists{
  padding-bottom: 20px;
}
.event-list dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
/* 1つ目の文字数が多い時 */
.event-list:first-child dl{
  line-height: 120%;
  height: calc(1.2em * 3);
}
.event-list dl dt{
  width: 18%;
}
.event-list dl dd{
  border-left: 2px solid #999;
  padding-left: 16px;
  width: 74%;
}

.lp-bnrs{
  margin-bottom: 80px;
  display: flex;
  margin: 0 auto 100px;
  gap: 40px;
  max-width: 600px; /* ひとつの時 */
}
.bnr-text{
  line-height: 1.2;
  font-size: 1.2rem;
  font-family: sans-serif;
  font-weight: bold;
  letter-spacing: .05rem;
  font-feature-settings: "palt";
  text-align: left;
  margin-bottom: 12px;
}
.bnr-text:last-child{
  margin-bottom: 0;
}


.arrow_box {
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: center;
    margin: -90px auto 60px;
    position: relative;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
    z-index: 2;
}

.prev-arrow {
    transform: rotate(180deg);
}

.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:12px;
    height:12px;
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}
.bnr-slick-num{
  display: none;
}

.arrow_box-call {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
  margin: -30px auto -10px;
  position: relative;
}
.prev-arrow-call,
.next-arrow-call {
    display: block;
    width: 50px;
    height: 50px;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
    z-index: 2;
}

.prev-arrow-call {
    transform: rotate(180deg);
}

.prev-arrow-call::before,
.next-arrow-call::before{
    position:absolute;
    content: "";
    width:12px;
    height:12px;
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}
.bnr-slick-num-call{
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 40px;
  font-size: 14px;
  font-family: sans-serif;
}

@media screen and (max-width: 767px){
  .lp .caption{
    font-size: 10px;
  }
  .lp-trouble-head{
    font-size: 20px;
  }
  .lp-trouble-grid .lp-trouble-head{
    grid-column: auto;
  }
  .lp-trouble-grid{
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .lp-trouble-grid > .img-wrapper{
    width: 90%;
    margin: 0 auto 30px;
  }
  .lp-trouble-grid > .img-wrapper .caption{
    text-align: left;
  }
  .lp-trouble-item{
    padding: 11px 4px;
    font-size: 14px;
    gap: 10px;
  }
  .lp-trouble-item::before{
    width: 20px;
    height: 20px;
  }
  .lp-trouble-list{
    gap: 11px;
  }
  .lp-trouble-note::before{
    height: 70px;
  }
  .lp-trouble-note .small-text{
    font-size: 20px;
  }
  .lp-trouble-note{
    margin-bottom: 120px;
  }
  .lp-trouble-text.border span{
    margin-bottom: -2rem;
  }
  .lp-trouble-img{
    margin-top: 33px;
  }
  .lp-trouble-img .caption{
    font-size: 10px;
    letter-spacing: -.5px;
  }
  .lp-trouble-img + .caption{
    font-size: 10px;
    letter-spacing: -.5px;
    text-align: left;
  }

.lifeplan{
  margin-top: 60px;
  position: relative;
}
.lifeplan-note{
  font-size: 20px;
}
.lifeplan-balloon{
    height: 38px;
}
.lifeplan-balloon::before{
    bottom: -16px;
    border-width: 28px 10px 0 10px;
}
.lifeplan .lp-trouble-head{
  margin: 20px auto;
  font-size: 20px;
}
.lifeplan .lp-trouble-head .large-text{
    margin-top: -20px;
    font-size: 1.8rem;
}
.lifeplan .emphasis{
    font-size: 3.8rem;
    line-height: 1;
}
.lifeplan .emphasis+ span{
    font-size: 40px;
}
.lifeplan-box{
  gap: 20px;
  margin-bottom: 30px;
}
.lifeplan-item{
  padding: 20px;
  width: 100%;
}
.lifeplan-box-lead{
  font-size: 24px;
  margin-bottom: 0;
}
.lifeplan-box-lead img {
    width: 26px;
    margin: 0 10px 6px 0;
}
.lifeplan-box-note{
  font-size: 18px;
}
.lifeplan-sub-lead{
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #AC5E5E;
}
.lifeplan-sub-balloon {
  border-radius: 20px;
  padding: 20px ;
  margin-bottom: 30px;
  border: 1px solid #9C5964;
}
.lifeplan-sub-balloon-lead{
  font-size: 14px;
  margin-bottom: 10px;
}
.lifeplan-sub-balloon-note{
  font-size: 12px;
  width: 80%;
}
.lifeplan-sub-img {
    right: 3%;
    bottom: 20px;
    transform: unset;
    width: 30%;
}

  .lp-point-note{
    font-size: 20px;
  }
  .lp-point-balloon{
    height: 38px;
  }
  .lp-point-balloon::before{
    bottom: -16px;
    border-width: 28px 10px 0 10px;
  }
  .lp-point .lp-trouble-head .large-text{
    display: block;
    margin-top: -20px;
    font-size: 2.5rem;
  }
  .lp-point .emphasis{
    font-size: 4.8rem;
  }
  .lp-point .emphasis+ span{
    font-size: 30px;
  }
  .lp-link-list{
    grid-template-columns: repeat(2,1fr);
    gap: 40px 13px;
  }
  .lp-number{
    font-size: 40px;
  }
  .lp-page-link{
    font-size: 20px;
    min-height: 120px;
  }
  .lp-page-link::before{
    width: 20px;
    height: 8px;
    bottom: 10px;
  }
  .lp-point-head{
    font-size: 22.5px;
  }
  .lp-point-head .large-text{
    font-size: 45px;
  }
  .lp-point-copy{
    margin: 20px auto 0;
    padding-top: 20px;
    font-size: 35px;
  }
  .lp-point-voice{
    font-size: 13px;
  }

  .lp-balloon{
    margin-top: 20px;
    min-height: 110px;
    width: min(100% - 32px,800px);
  }
  .lp-point-img{
    display: block;
    position: relative;
    right: unset;
    bottom: unset;
    transform: translate(0,35px);
    width: 180px;
    margin-left: auto;
    margin: -95px 16px 0 auto;
  }
  /* .lp-point02 .lp-point-img{
    transform: translate(0,35px);
  }
  .lp-point03 .lp-point-img{
    transform: translate(0,35px);
  }
  .lp-point04 .lp-point-img{
    transform: translate(0,35px);
  } */
  .lp-balloon::before{
    top: unset;
    bottom: -10px;
    right: 45%;
    transform: translate(50%,0) rotate(45deg);
  }
  .lp-sub-note{
    font-size: 17px;
  }
  .lp-point01 .lp-sub-note,
  .lp-point02 .lp-sub-note{
    margin-top: 70px;
    padding: 0 16px;
    width: calc(100% - 32px);
  }
  .specialist-residence-heading {
    font-size: 20px;
  }
  .specialist-residence-list {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
  .specialist-residence-copy{
    margin-top: 28px;
    font-size: 14px;
  }
  .specialist-residence-copy sup{
    font-size: 10px;
  }
  .specialist-residence-copy .caption{
    margin-top: 0.5em;
    line-height: 1;
  }
  .specialist-residence-name{
    font-size: 22px;
  }
  .specialist-residence-point{
    font-size: 14px;
  }
  .specialist-residence-note::before{
    top: 5px;
    width: 12px;
    height: 12px;
  }
  .specialist-residence-note{
    padding-left: 18px;
  }
  .specialist-residence-link{
    font-size: 20px;
  }
  .specialist-residence-arrow {
    margin-top: -5px;
    transform: translateY(-3px);
  }
  .specialist-residence{
    padding-bottom: 20px;
  }
  .lp-point01-grid{
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .point-sub-head{
    font-size: 20px;
    min-height: 37px;
    margin-bottom: 16px;
  }
  .call-btn,
  .lp-point02 .call-btn{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px 16px;
  }
  .call-btn-head{
    font-size: 17px;
    grid-column: auto;
  }
  .call-btn .text-wrapper{
    padding: 0;
    margin-top: 28px;
  }
  .call-box{
    padding: 18px;
  }
  .call-box-items{
    grid-template-columns: 1fr;
  }
  .call-box .text-wrapper{
    padding-left: 0;
    margin-top: 20px;
  }
  .call-btn-laed{
    font-size: 16px;
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
  .call-btn-note{
    font-size: 13px;
  }
  .lp-cv-list{
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .lp-cv-link{
    font-size: 20px;
    height: 50px;
  }
  .lp-cv-note{
    margin-top: 30px;
    font-size: 16px;
    height: 40px;
  }
  .lp-cv-note img{
    width: 25px;
    margin-right: 10px;
  }
  .lp-cv-head{
    margin-top: 24px;
    font-size: 20px;
  }
  .lp-cv-note::before{
    bottom: -13px;
  }
  .lp-cv-tell{
    margin-top: 10px;
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .lp-tell-link{
    font-size: 40px;
  }
  .lp-cv-caption{
    font-size: 12px;
    margin-left: 0;
  }
  .tel-icon{
    width: 35px;
  }
  .lp-tell-note{
    font-size: 12px;
  }
  .lp-point02-copy{
    font-size: 22px;
  }
  .lp-point02-lead{
    margin-top: 11px;
    font-size: 12px;
  }
  .lp-point02-head img{
    width: 50px;
  }
  .lp-point02-support{
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .lp-point02-support p{
    font-size: 24px;
    line-height: 1.6;
    padding: 10px 60px;
  }
  .lp-support-head{
    font-size: 17px;
  }
  .lp-support-note{
    font-size: 14px;
  }
  .lp-support-item{
    padding: 12px 16px;
  }
  .lp-point-item .caption{
    margin-top: 10px;
  }
  .lp-point02-space{
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .lp-point02-support02{
    flex-wrap: wrap;
    gap: 30px;
  }
  .lp-point02-support02 .lp-point02-lead{
    font-size: 18px;
    line-height: 1.4;

  }
  .lp-point02-note{
    margin-top: 10px;
    font-size: 15px;
  }
  .lp-point02 .call-btn{
    margin-top: 30px;
  }
  .lp-sub-note{
    margin-bottom: 30px;
  }
  .point-sub-head + .caption{
    font-size: 10px;
    letter-spacing: -.5px;
    text-align: center;
  }
  .lp-point03-item{
    margin-top: 23px;
    grid-template-columns: 1fr;
    padding: 22px 16px;
  }
  .lp-point03-head{
    font-size: 17px;
  }
  .lp-point03-note{
    margin-top: 17px;
    font-size: 12px;
    line-height: 1.5;
  }
  .lp-point03-block{
    display: inline-block;
    margin-left: 22px;
  }
  .lp-point03-item .img-list{
    margin-top: 22px;
    gap: 11px;
  }
  .map-image{
    pointer-events: auto;
  }
  .clikc-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 130px;
  }
  .lp-point04-head{
    margin-top: 25px;
    font-size: 17px;
  }
  .lp-point04-note{
    font-size: 13px;
    line-height: 1.5;
  }
  .lp-point04-list{
    grid-template-columns: 1fr;
    gap: 17.5px;
  }
  .lp-point04-list p{
    font-size: 13px;
  }
  .lp-point04-list .lp-point04-caption{
    font-size: 10px;
  }
  .lp-point04 .call-btn{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px 16px;
  }
  .lp-point04 .call-btn .img-wrapper{
    padding-left: 0;
  }
  .east-item{
    font-size: 12px;
  }
  .lp-point04 .call-btn-head{
    text-align: center;
  }
  .lp-req-wrapper{
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
  .lp-res-heading{
    font-size: 28px;
  }
  .lp-res-note{
    margin: 17px 0;
    font-size: 13px;
  }
  .lp-salon-head{
    margin: 30px 0 20px;
    font-size: 15px;
    text-align: left;
    padding: 14px 25px;
  }
  .lp-salon-grid .img-wrapper{
    grid-row: auto;
  }
  .lp-salon-grid{
    grid-template-columns: 1fr;
  }
  .lp-salon .text-wrapper{
    padding-left: 0;
  }
  .lp-salon-lead{
    font-size: 18px;
    margin-bottom: 12px;
  }
  .lp-salon-note{
    font-size: 15px;
  }
  .lp-voice .lp-sub-note{
    margin-top: 0;
  }
  .lp-voice-list{
    grid-template-columns: 1fr;
    gap: 11px;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .lp-voice-item{
    min-height: 30px;
  }
  .lp-video-list{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .lp-video-note{
    font-size: 14px;
  }
  .lp-tell-link::before{
    display: none;
  }
  .lp-slider .slick-list{
    padding: 0 12% 0 0!important;
  }
  .lp-slider .img-wrapper{
    margin: 0 0.2%;
  }
  .slick-dotted.slick-slider{
    margin-bottom: 0;
  }
  .slick-dots{
    margin-top: 10px;
    position: relative;
    bottom: unset;
    z-index: 1;
    display: flex;
    margin-left: 80px;
    gap: 5px;
  }
  .slick-num{
    position: relative;
    z-index: 2;
    display: block;
    margin-top: -13px;
    padding: 0 16px;
    font-size: 20px;
    color: #AE995A;
  }
  .slick-dots li{
    background: #fff;
    border: 1px solid #AE995A;
    width: 6px;
    height: 6px;
    border-radius: 5px;
  }
  .slick-dots li.slick-active{
    background: #AE995A;
  }
  .slick-dots li button:before,
  .slick-dots li button{
    display: none;
  }
  .lp-slider-container{
    padding: 25px 0;
  }
  .lp-copy{
    margin-top: 40px;
    font-size: 22px;
  }
  .lp-note{
    margin-top: 40px;
    font-size: 13px;
    line-height: 2;
  }
  .table-head{
    margin-top: 40px;
  }
  .lp-table{
    width: calc(100% + 16px);
    margin-right: -16px;
    overflow-x: scroll;
  }
  .lp-table .table-img{
    min-width: 176vw;
    margin-right: 10px;
  }
  .mansion-list-head{
    margin-top: 50px;
    font-size: 17px;
  }
  .mansion-list{
    margin-top: 22px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .mansion-item-text{
    font-size: 12px;
  }
  .lp-res-head{
    font-size: 20px;
  }
  .lp-res-head::before,
  .lp-res-head::after{
    width: calc(50% - 130px);
  }
  .res-flow-list{
    grid-template-columns: 1fr;
  }
  .res-flow-item:not(:last-child)::before{
    top: unset;
    right: 50%;
    bottom: -40px;
    transform: translate(50%,0);
    width:0;
height:0;
border-style:solid;
border-width: 20px 35px 0 35px;
border-color: #D5C597 transparent transparent transparent;
  }
  .res-flow-item{
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .res-flow-step{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 50%;
    font-size: 20px;
  }
  .res-flow-head{
    font-size: 18px;
  }
  .res-flow-note{
    font-size: 12px;
  }
  .res-flow-caption{
    font-size: 10px;
  }
  .res-flow-step + .img-wrapper{
    margin-top: 38px;
  }
  .res-flow-item .text-wrapper{
    min-height: 100px;
  }
  .lp-voice > .img-wrapper .caption{
    bottom: 56%;
  }
  .lp-side-fix{
    display: none;
  }
  .lp-top-fix {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
  }
  .lp-top-wrap {
    height: 100%;
    border-radius: 0;
  }
  .lp-top-btns {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .lp-top-btn:first-child {
    border-radius: 0;
  }
  .lp-top-tel {
    padding-left: 12px;
  }
  .lp-top-tel,
  .lp-top-request {
    border-radius: 0;
  }
  .lp-top-btn {
    height: 48px;
    font-size: 18px;
  }
  .lp-top-btn:first-child::before {
    width: 24px;
    left: 12px;
  }
  .lp-top-list input {
    width: 30px;
    height: 30px;
  }
  .lp-top-list{
    width: 30px;
  }
  .lp-top-label{
    font-size: 12px;
  }
  .bnr-title{
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .bnr-title::before{
    margin-right: .8rem;
  }
  .bnr-title::after{
    margin-left: .8rem;
  }
  .bnr-note{
    font-size: .8rem;
    margin-bottom: 10px;
  }
  .event-text{
    font-size: .8rem;
    padding: 6px;
  }
  .event-cap{
    font-size: .6rem;
    margin-bottom: 30px;
  }
  .lp-bnrs {
    margin-bottom: 60px;
  }
  .lp-bnr-item{
    margin: 0 auto;
  }
  .bnr-text{
    font-size: .8rem;
  }
  .event-list dl{
    gap: 8px;
  }
  .event-list dl{
    align-items: center;
  }
  .bnr-slick-num{
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-family: sans-serif;
  }
  .bnr-slick-num-call{
    margin-top: 20px;
  }
}


/*--------------------------------
state
--------------------------------*/
.inline-block{
  display: inline-block;
}
.disabled {
	opacity: 0.1;
	cursor: default;
	pointer-events: none;
}
.none{
	opacity: 0.1;
	cursor: default;
	pointer-events: none;
}
.is-none{
	display: none;
}
.is-light{
	color: #fff;
}
.is-dark{
	color: #333;
}
.is-key{
	color: #62a6a1;
}
.is-gry{
	color: #727171;
}
.is-blu{
	color: #87c2cc;
}
.is-blu2{
	color: rgb(11 116 174 / 70%);
}
.is-nvy{
	color: #1E374F;
}
.is-shadow{
	text-shadow: 0 0 1px rgba(0,0,0,.8), 0 0 4px rgba(0,0,0,.4);
}
.is-alert{
	color: #c90000;
}
@media screen and (max-width: 767px){
	.sp-none{
		display: none;
	}
	.slick-slide img.sp-none{
		display: none;
	}
}
@media screen and (min-width: 768px){
	.pc-none{
		display: none;
	}
	.slick-slide img.pc-none{
		display: none;
	}
}
