:root {
    --base-font: yu-mincho-pr6n, sans-serif;
    --sub-font01: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    --base-color: #3C3C3C;
    --sub-color01: #64966E;
    --sub-color02: #fff;
    --sub-color03: #F8AAC0;
    --sub-color04: #4F4F4F;
    --sub-color05: #F8F8F8;
    --sub-color06: #F6F6F6;
    --bg-color01: #F1F1F1;
    --bg-color02: #fff;
    --bg-color03: transparent;
    --bg-color04: #E0EAE2;
    --bg-color05: #EFF4F0;
}

#renovation{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#renovation .reservation-link__btn-head{
	color: white;
background: var(--sub-color03) !important;
    letter-spacing: .2rem;
    border-radius: 20px!important;
    padding: .2rem 1rem;
    display: block;
    min-height: auto;
}
#renovation .com-tel--head {
    font-size: 2.4rem;
    font-weight: normal;
}
#renovation .menu .menu-span__sub{
	background: var(--sub-color01);
}
#renovation .menu-span__sub-span{
	color: var(--sub-color01);
}
#renovation .menu.is-active .menu-span__sub{
	background: white;
}
#renovation .menu.is-active .menu-span__sub-span{
	color: white;
}
#renovation h2{
letter-spacing: .5rem;
}
.mv {
  width: 100%;
  min-height: 650px;
  background: url("../images/renovation/mv_bg.webp") center/cover no-repeat;
  text-align: center;
  margin-bottom: 5rem;
  padding: 60px 20px 100px;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  position: relative;
}
.heading-title {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
}
.heading-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 100vw;
  height: 1px;
  background: var(--sub-color01);
  transform: translateY(-50%);
  z-index: -1;
}
.dot-left {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 4px;
  height: 4px;
  background: var(--sub-color01);
  border-radius: 50%;
  transform: translateY(-50%);
}
.heading-title.right {
  padding-right: 2rem;
}
.heading-title.right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 100vw;
  height: 1px;
  background: var(--sub-color01);
  transform: translateY(-50%);
  z-index: -1;
}
.dot-right {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 4px;
  height: 4px;
  background: var(--sub-color01);
  border-radius: 50%;
  transform: translateY(-50%);
}
.heading-wrap.left{
text-align: left;
}
.heading-wrap.right{
	text-align: right;
}
.heading-title.right:before{
	display: none;
}
.blog_bg .dot-right,
.blog_bg .heading-title.right::after{
	background: white;
}
#renovation .main-img{
	    margin-bottom: 7rem;
}
#renovation .main-img__ul{
	width:100%;
	height: auto;
}
#renovation .main-img__txt-box{
	background: center / contain no-repeat url(../images/renovation/mv_02.webp);
	width: 538px;
	height: 540px;
	    margin: -5rem -74rem 0 0;
	padding: 0;
	    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#renovation  .main-img__txt-box__sub {
    max-width: 100%;
        margin-top: 3rem;
}
#renovation .main-img__txt-box__ttl{
	font-weight: 600;
	line-height: 1.4;
}
#renovation .main-img__txt-box__txt{
	font-family: var(--base-font);
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
#renovation .main-img__list {
    width: 100%;
    margin-top: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:10px;
    position: unset;
}
#renovation .main-img__list__li {
    margin: 0;
    width: 29rem;
    height: auto;
    position: relative;
    border-radius: 25px;
    background: var(--sub-color03);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
}
#renovation .main-img__list__li::before {
    width: 23px;
    height: 23px;
    content: "";
    display: block;
    border-radius: 0;
    border: none;
    position: unset;
    transform: none;
    margin-right: 1rem;
}
#renovation .main-img__list__li:nth-child(1)::before{
	background: center / contain no-repeat url(../images/renovation/mv_point01.webp);
}
#renovation .main-img__list__li:nth-child(2)::before{
	background: center / contain no-repeat url(../images/renovation/mv_point02.webp);
}
#renovation .main-img__list__li:nth-child(3)::before{
	background: center / contain no-repeat url(../images/renovation/mv_point03.webp);
}
#renovation .main-img__list__txt{
	margin: 0;
	font-weight: 600;
	font-size: 1.5rem;
}

@media(max-width: 768px){
	.mv {
  background: url("../images/renovation/mv_bg_sp.webp") center/cover no-repeat;
      clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
  margin-bottom: 2rem;
  min-height: 500px;
}
#renovation .main-img {
    margin-bottom: 0;
}
#renovation .main-img__txt-box {
    width: 100%;
    height: 378px;
}
	#renovation .main-img__txt-box__ttl{
		font-size: 1.4rem;
	}
	#renovation .main-img__txt-box__txt{
		font-size: 1rem;
	}
	#renovation .main-img__list__txt{
		font-size: 1.4rem;
	}
	#renovation .main-img__list{
		transform: translateX(0);
		gap: 6px;
	}
	#renovation .main-img__list__li{
		width: 60%;
	}
	#renovation .heading-title.right{
display: block;
        text-align: right;
	}
}


#renovation .news-wrap{
	border-top: none;
    border-bottom: none;
        justify-content: space-between;
}
#renovation .new-day{
	margin-right: 1rem;
}
#renovation .wrap {
    width: 90rem;
}
#renovation .news-ul{
	width: 55%;
	font-size: 1.5rem;
	font-family: var(--base-font);
	font-weight: 600;
	border-left:none;
}
#renovation .new-txt {
    width: calc(100% - 14.4rem);
    line-height: 1.4;
}
#renovation .news__head {
    width: auto;
    font-size: 6.8rem;
    font-weight: 500;
}
#renovation .bf{
		background: center / cover no-repeat url(../images/renovation/bf.webp);
	width: 100%;
	height: 696px;
	position: relative;
}
#renovation .blog_bg{
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
        flex-direction: column;
        position: absolute;
        top:10%;
}
#renovation .news-wrap.blog{
	flex-direction: row-reverse;
	margin: 0;
	padding: 0;
}
#renovation .news-wrap.blog .news__head,#renovation .news-wrap.blog .news-ul *,#renovation .inner .txt *{
	color: var(--sub-color02);
}
#renovation .blog_bg .link{
	margin: 4rem auto 0;
	text-align: center;
}
#renovation .blog_bg .link a{
	background: white;
	    color: var(--sub-color01);
	    padding: .4rem 0;
	    width: 278px;
	    display: block;
	    margin: auto;
}
#renovation .blog_bg .link a:hover{
	opacity: .7;
}


@media(max-width: 768px){
	#renovation .wrap {
    width: 100%;
}
	#renovation .news__head {
    font-size: 3rem;
}
#renovation .news-ul {
    width: 100%;
    font-size: 1rem;
    border: none;
}
#renovation .new-day {
    font-size: 1.4rem;
}
#renovation .new-txt{
	font-size: 1.5rem;
}
}


#renovation .free_bg{
	  width: 100%;           
  position: absolute;
  bottom: 10%;
  display: flex;
    justify-content: center;
}
#renovation .inner{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 800px;
}
#renovation .inner .bg{
background: center / contain no-repeat url(../images/renovation/free_01.webp);
	width: 162px;
	height: 162px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}
#renovation .inner .bg p{
	color: var(--sub-color01);
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}
#renovation .inner .txt{
flex: 3;
    margin-top: 5rem;
}
#renovation .inner .txt ul{
	display: flex;
	justify-content: space-between;
	gap:10px;
	margin-bottom: 1rem;
}
#renovation .inner .txt ul li{
	border: 1px solid white;
	border-radius: 25px;
	width: 33%;
	text-align: center;
}
#renovation .inner .txt h3{
margin: 0;
padding: 0;
border: none;
font-size: 4.3rem;
font-weight: 600;
}
#renovation .inner .txt h3:after{
	display: none;
}
#renovation .inner .txt .wp .row{
	align-items: center;
}
#renovation .inner .txt .wp span{
	line-height: 1.4;
}
#renovation .inner .txt .link{
	float: right;
	position: relative;
    right: -10rem;
}
#renovation .free_bg .arrow {
  position: relative;
  display: block;
  width: 17rem;
  height: .7px;
  margin-top: 0;
  border-radius: 9999px;
  background-color: white;
}
#renovation .free_bg .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 17px;
  height: .7px;
  border-radius: 9999px;
  background-color: white;
  transform: rotate(26deg);
  transform-origin: calc(100% - 0.5px) 50%;
}



@media(max-width: 768px){
	#renovation .bf{
	background: none;
	height: auto;
}
#renovation .blog_bg,#renovation .free_bg{
	width: 100%;
	height: auto;
	position: unset;
	        padding: 2rem 2.5rem 3rem;
}
#renovation .blog_bg{
	background: center / cover no-repeat url(../images/renovation/blog_bg_sp.webp);
}
#renovation .free_bg{
	background: center / cover no-repeat url(../images/renovation/free_bg_sp.webp);
}
#renovation .new-txt {
    width: 86%;
}
#renovation .inner{
	width: 100%;
	    flex-direction: column;
}
#renovation .inner .bg{
	background-size: cover;
	flex: auto;
/*	width: 262px;
	height: 262px;*/
}
#renovation .inner .txt {
    margin-top: 2rem;
    width: 100%;
    text-align: center;
}
#renovation .inner .txt ul{
	flex-direction: column;
}
#renovation .inner .txt ul li{
	width: 80%;
        margin: auto;
	font-size: 1.6rem;
}
#renovation .inner .txt h3 {
    font-size: 2.3rem;
}
#renovation .inner .txt .link {
    right: 0;
}
}



#renovation .sa{
	width: 800px;
	margin: 6rem auto 8rem;
}
#renovation .sa h2{
	font-size: 4rem;
	text-align: end;
}
#renovation .sa .img{
	flex: 1;
}
#renovation .sa .img img{
	width: 340px;
}
#renovation .sa .in{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#renovation .sa .in ul{
	flex: 1;
}
#renovation .sa .sa-title{
	font-weight: 600;
}
#renovation .sa .sa-text{
	color: #000;
}



@media(max-width: 768px){
	#renovation .sa {
    width: 100%;
    margin: 3rem auto 3rem;
}
#renovation .sa h2 {
    font-size: 3rem;
}
.heading-wrap.right {
    margin-right: 3rem;
}
#renovation .sa .in {
    flex-direction: column;
    margin: 3rem auto 3rem;
    padding: 0 2.5rem;
}
#renovation .sa .img{
	margin: 0 0 2rem;
}
#renovation .sa .img img {
    width: 240px;
}
}



.philosophy {
  width: 100%;
  min-height: 650px;
  background: url("../images/renovation/philosophy_bg.webp") center/cover no-repeat;
  color: #fff;
  text-align: center;
  margin-bottom: 5rem;
  padding: 60px 20px 100px;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  position: relative;
}
.philosophy h2 {
	position: absolute;
	top:7%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 3.5rem;
	line-height: 1.2;
	 color: #fff;
}
.philosophy h2 span {
	display: block;
	font-size: 50%;
}
.philosophy-inner {
  max-width: 100%;
  margin: 8rem auto 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.philosophy .col {
  text-align: center;
  display: flex;
    flex-direction: column;
    align-items: center;
}
.philosophy h3 {
	background: center / contain no-repeat url(../images/renovation/philosophy_00.webp);
	width: 230px;
    height: 230px;
	color: var(--sub-color03);
	border: none;
	text-align: center;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-weight: 600;
	    font-size: 2.2rem;
}
#renovation .philosophy h3:after{
	display: none;
}
.philosophy h3 .num {
font-size: 145%;
}
.philosophy h3 .txt {
	color: var(--sub-color01);
	font-size: 68%;
}
.philosophy p {
width: 74%;
text-align: center;
margin: auto;
font-weight: 600;
}
.philosophy .link {
  position: absolute;
  bottom: 9rem;
  left: 50%;
  transform: translateX(-50%);
}
.philosophy .link a {
  display: inline-block;
	background: white;
	color: var(--sub-color01);
	padding: .4rem 0;
	    width: 278px;
	font-weight: 600;
  transition: 0.3s;
}
.philosophy .link a:hover {
  opacity: .7;
}


@media (max-width: 768px) {
	.philosophy{
		clip-path: unset;
		background: center / cover no-repeat url(../images/renovation/philosophy_bg2.webp);
		margin-bottom: 2rem;
	}
  .philosophy-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .philosophy {
    padding: 40px 20px 120px;
  }
  .philosophy h2 {
    font-size: 2.6rem;
    position: unset;
  }
  .philosophy-inner {
    margin: 3rem auto 1rem;
}
  .philosophy h3{
  	font-size: 1.8rem;
width: 100%;
    height: 198px;
  }
  .philosophy p {
    width: 100%;
}
.philosophy .link {
    position: unset;
    transform: none;
    margin-top: 2rem;
}
.philosophy .link a{
	width: 80%;
}
}


#renovation .greetings .wp{
	width: 900px;
	margin: auto;
}
#renovation .greetings .wp .cols_wp{
display: flex;
align-items: center;
gap:50px;
}
#renovation .greetings .wp .cols_wp .txt{
	flex:1.3;
}
#renovation .greetings .wp h2{
	text-align: left;
	font-size: 5rem;
}
#renovation .greetings .wp h2 small{
	font-size: 3.2rem;
	letter-spacing: .5rem;
	display: block;
}
#renovation .greetings .wp .cols_wp .txt .text01{
	color: var(--sub-color03);
font-size: 2.8rem;
    font-weight: 600;
    margin: 2rem 0 2rem;
    line-height: 1.7;
    letter-spacing: .2rem;
}
#renovation .greetings .wp .cols_wp .txt .text02{
	font-weight: 600;
	margin-bottom: 4rem;
}
#renovation .greetings .wp .cols_wp .txt .text__name{
text-align: right;
font-size: 2rem;
font-weight: 600;
line-height: 1.6;
}
#renovation .greetings .wp .cols_wp .txt .text__name span{
display: block;
font-size: 1.6rem;
}
#renovation .greetings .wp .cols_wp .img{
	flex:1;
}
#renovation .greeting_bg{
	margin: 2rem 0;
}




@media (max-width: 768px) {
	#renovation .greetings .wp {
    width: 100%;
}
#renovation .greetings .wp h2 {
    font-size: 3rem;
            margin-left: 4rem;
}
#renovation .greetings .wp h2 small {
    font-size: 1.2rem;
}
#renovation .greetings .wp .cols_wp{
	flex-direction: column;
	padding: 0 2.5rem;
}
#renovation .greetings .wp .cols_wp .txt .text01 {
    font-size: 1.8rem;
}
#renovation .greetings .wp .cols_wp .txt .text__name{
	margin-right: 1rem;
}
}





#renovation .treatment{
		width: 900px;
	margin: 0 auto 6rem;
}
#renovation .treatment h2{
	font-size: 5rem;
	margin: 5rem 0;
}
#renovation .treatment .wp{
	display: flex;
	gap:40px;
	width: 900px;
	margin: auto;
}
#renovation .treatment .wp>div{
	position: relative;
}
#renovation .treatment .wp>div a:hover{
	opacity: .7;
}
#renovation .treatment .wp .txt1{
	position: absolute;
	top:69px;
	right: 0;
		background: center / contain no-repeat url(../images/renovation/guidance_00.webp);
	width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sub-color01);
    line-height: 1.3;
    text-align: center;
    font-weight: 600;
    letter-spacing: .2rem;
}
#renovation .treatment .wp .txt2{
	line-height: 1.7;
	margin-top: 1rem;
	font-weight: 600;
	position: relative;
}
#renovation .treatment .wp .txt2 img{
width: 30px;
display: inline-block;
position: absolute;
left: auto;
right:0;
bottom: -1rem;
}
#renovation .reatment-link__list{
	display: grid;
    grid-template-columns: repeat(auto-fit, 260px);
    justify-content: center;
}
#renovation .reservation-link a{
background: var(--sub-color01);
color: white;
text-align: center;
border-radius: 0;
justify-content: center;
}
#renovation .treatment-wrap{
	margin: 0 auto;
	padding-bottom: 3.9rem;
}





@media (max-width: 768px) {
	#renovation .treatment{
		width: 100%;
	}
	#renovation .treatment h2 {
    font-size: 3rem;
    margin: 3rem 0;
}
#renovation .treatment .wp {
    flex-direction: column;
    width: 100%;
    padding: 0 2.5rem;
}
#renovation .treatment .wp .txt1 {
    top: 40%;
    right: 0;
}
#renovation .reatment-link__list{
	display: flex;
	justify-content:space-between;
}
}


@media (max-width: 768px) {
    #renovation .treatment .wp .txt1{
        top: 30%;
    }
}



#renovation .mouthpiece {
  width: 100%;
  min-height: 430px;            
  /*aspect-ratio: 2560 / 868; */
  background: url("../images/renovation/mouthpiece_bg.webp") center top / cover no-repeat;
  position: relative;
  clip-path: polygon(0 0, 50% 0, 100% 0, 100% 100%, 0 100%);
}
#renovation .mouthpiece *{
	color: white;
}
#renovation .mouthpiece .wp{
	position: absolute;
	top:11rem;
	left:0;
	right:0;
	display: flex;
	align-items: center;
	width: 950px;
	margin: auto;
}
#renovation .mouthpiece .wp .txt h2{
font-size: 3.8rem;
    text-align: left;
    line-height: 1.4;
}
#renovation .mouthpiece .wp .txt h2 span.num1{
	display: block;
	font-size: 1.5rem;
}
#renovation .mouthpiece .wp .txt h2 span.num2{
	font-size: 1.3rem;
}
#renovation .mouthpiece .wp .txt ul{
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin: 1rem 0;
}
#renovation .mouthpiece .wp .txt ul li {
    border: 1px solid white;
    border-radius: 20px;
    width: 33%;
    text-align: center;
    font-weight: 600;
    letter-spacing: .2rem;
}
#renovation .mouthpiece .img{
	width: 430px;
}
#renovation .mouthpiece .wp .txt .link{
	    float: right;
}
#renovation .mouthpiece .arrow {
  position: relative;
  display: block;
  width: 17rem;
  height: .7px;
  margin-top: 0;
  border-radius: 9999px;
  background-color: white;
}
#renovation .mouthpiece .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 17px;
  height: .7px;
  border-radius: 9999px;
  background-color: white;
  transform: rotate(26deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
#renovation .worries{
  width: 100%;
  min-height: 500px;            
  background: url("../images/renovation/worries_bg.webp") center top / cover no-repeat;
  position: relative;
}
#renovation .worries *{
	color: white;
}
#renovation .worries .wp{
	position: absolute;
	top:0;
	left:0;
	right:0;
	display: flex;
	align-items: center;
	width: 764px;
	    height: 100%;
	margin: auto;
}
#renovation .worries .wp .txt{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#renovation .worries .wp .txt h2{
	font-size: 4rem;
}
#renovation .worries .wp .txt h2 span{
	font-size: 1.5rem;
	display: block;
}
#renovation .worries .wp .txt ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
gap:20px;
}
#renovation .worries .wp .txt li{
color: var(--sub-color01);
    background: white;
    border-radius: 7px;
    width: 45%;
    padding: 1rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: .2rem;
}
#renovation .worries .wp .txt .link a{
border: 1px solid white;
    padding: 1rem 3rem;
}





@media (max-width: 768px) {
	#renovation .mouthpiece {
  background: url("../images/renovation/mouthpiece_bg_sp.webp") center top / cover no-repeat;
}
	#renovation .mouthpiece .wp {
    position: unset;
    width: 100%;
    flex-direction: column;
    padding: 5rem 2.5rem 3rem;
}
#renovation .mouthpiece .wp .txt h2 {
    font-size: 1.8rem;
}
#renovation .mouthpiece .wp .txt ul {
    flex-direction: column;
}
#renovation .mouthpiece .wp .txt ul li{
	width: 80%;
        margin: auto;
}
#renovation .mouthpiece .img {
    width: 230px;
}
#renovation .worries{     
  background: url("../images/renovation/worries_bg_sp.webp") center top / cover no-repeat;
  padding: 3rem 2.5rem;
}
#renovation .worries .wp {
    position: unset;
    width: 100%;
}
#renovation .worries .wp .txt h2 {
    font-size: 2rem;
}
#renovation .worries .wp .txt h2 span {
    font-size: 1.2rem;
}
#renovation .worries .wp .txt ul {
    flex-direction: column;
}
#renovation .worries .wp .txt li{
	width: 100%;
	font-size: 1.6rem;
}
}





#renovation .reserve_{
width: 900px;
margin: 4rem auto;
text-align: center;
}
#renovation .reserve_ h2{
text-align: left;
font-size: 6rem;
}
#renovation .reserve_ .wp{
	text-align: center;
	margin-bottom: 3rem;
}
#renovation .reserve_ .wp:last-of-type{
	margin-bottom: 1rem;
}
#renovation .reserve_ .wp h3{
border: 1px solid var(--sub-color01);
    display: inline-block;
    padding: 6px 3rem;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 20px;
    margin-top: 0;
}
#renovation .reserve_ .wp h3:after{
	display: none;
}
#renovation .reserve_ .wp iframe{
	border: none;
	    margin: auto;
}
#renovation .reserve_ .link{
	margin-top: 2rem;
}
#renovation .reserve_ .link a{
	color: white;
	background: var(--sub-color03);
	    padding: .4rem 1rem;
	    width: 278px;
	    display: block;
	    margin: auto;
}



@media (max-width: 768px) {
	#renovation .reserve_{
		width: 100%;
	}
	#renovation .reserve_ h2 {
    font-size: 3rem;
    margin-left: 3rem;
}
#renovation .reserve_ .clearfix{
	margin-top: 2rem;
}
#renovation .reserve_ .wp {
    margin-bottom: 0;
        margin-top: 1rem;
}
#renovation .reserve_ .wp h3{
	border-radius: 30px;
	font-size: 1.2rem;
	        margin-bottom: 0;
}
#renovation .reserve_ .link a {
    width: 80%;
}
#renovation .reserve_ .wp iframe{
	width: 100%;
}
}




#renovation .equipment_{
	margin: 8rem auto 4rem;
}
#renovation .equipment_ .midashi{
width: 900px;
margin: 0 auto 3rem;
}
#renovation .equipment_ h2{
	text-align: right;
font-size: 6rem;
}
#renovation .equipment_ .swiper ul li .img {
  width: 100%;
  min-height: 382px;
  position: relative;
  clip-path: polygon(0 0, 50% 0, 100% 0, 100% 100%, 0 100%);
  overflow: hidden;
}
#renovation .equipment_ .swiper ul li .img img{
	width: 100%;
	max-height: 382px;
}
#renovation .equipment_ .midashi .txt{
	text-align: center;
	margin-top: 4rem;
}
#renovation .equipment_ .swiper ul li .txts{
	width: 500px;
	height: 130px;
	margin: auto;
	overflow: hidden;
}
#renovation .equipment_ .swiper ul li .txts .ttl{
	text-align: center;
	color: var(--sub-color03);
	font-size: 2rem;
	font-weight: 600;
}
#renovation .equipment_ .swiper .equipment-prev,
#renovation .equipment_ .swiper .equipment-next{
width: 30px;
margin-top: -17rem;
}
#renovation .equipment_ .swiper .equipment-prev{
	margin-left: -30rem;
	transform: rotate(180deg);
}
#renovation .equipment_ .swiper .equipment-next{
	margin-right: -30rem;
}
#renovation .equipment_ .reservation-link{
	margin-top: 3rem;
}
#renovation .walk .reservation-link a {
	background: white;
	border-radius: 25px;
	color: #000;
}



@media (max-width: 768px) {
	#renovation .equipment_ {
    margin: 5rem auto 4rem;
}
	#renovation .equipment_ h2 {
    font-size: 3rem;
}
#renovation .equipment_ .midashi{
	width: 100%;
}
#renovation .equipment_ .midashi .txt {
    padding: 0 2.5rem;
    margin-top: 3rem;
}
#renovation .equipment_ .swiper ul li .txts {
    width: 100%;
    padding: 0 2.5rem;
}
#renovation .equipment_ .swiper ul li .img{
	min-height: auto;
}
}



#renovation .link:hover{
	opacity: .7;
}

	#renovation .sp_{
		display: none;
	}
@media(max-width: 768px){
	#renovation .pc_{
		display: none;
	}
		#renovation .sp_{
		display: block;
	}
}
