﻿@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&display=swap');
 #pageWrap div, #pageWrap dl, #pageWrap dt, #pageWrap dd, #pageWrap ul, #pageWrap ol, #pageWrap li, #pageWrap h1, #pageWrap h2, #pageWrap h3, #pageWrap h4, #pageWrap h5, #pageWrap h6, #pageWrap form, #pageWrap fieldset, #pageWrap input, #pageWrap textarea, #pageWrap p, #pageWrap blockquote, #pageWrap th, #pageWrap td {
  color: #252525;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 14px;
  line-height: 2.2;
}
/*画像アニメーション*/
.overlay, .animate-elm.-max-width:before, .animate-elm.-transform:before {
  background-color: #f1f1f1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.overlay-max-width, .animate-elm.-max-width:before {
  max-width: 100%;
}
.overlay-transform, .animate-elm.-transform:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.animate-elm {
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
}
.animate-elm64 {
  aspect-ratio: 6.2 / 3.8;
}
.animate-elm54 {
  aspect-ratio: 5.6 / 4.4;
}
.animate-elm63 {
  aspect-ratio: 6.5 / 3.5;
}
.animate-elm65 {
  aspect-ratio: 5.84 / 4.16;
}
.animate-elm652 {
  aspect-ratio: 5.62 / 4.38;
}
.animate-elm.-max-width:before, .animate-elm.-transform:before {
  content: "";
}
.animate-elm.show.-max-width:before, .animate-elm.show .overlay-max-width {
  max-width: 0;
}
.animate-elm.show.-transform:before, .animate-elm.show .overlay-transform {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}
/*========= くるくる回るテキスト ===============*/
.rollAnime.roll span {
  transition-property: opacity, transform;
  transform: rotateY(360deg);
  transition: all .8s cubic-bezier(.77, 0, .175, 1);
  transition-timing-function: cubic-bezier(.77, 0, .175, 1);
  display: inline-block;
}
/*=== 丸が動いてスクロールを促す ====*/
/*スクロールダウン全体の場所*/
.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 10px;
  right: 10%;
}
/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: 5px;
  bottom: 10px;
  /*テキストの形状*/
  color: #252525;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #252525;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 50px;
  background: #252525;
}
article {
  text-align: center;
  line-height: 1.2;
  margin: 100px 0;
}
article .tel {
  font-size: 2.3rem;
  letter-spacing: 2px;
}
/*お問い合わせボタン*/
.btn {
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 10;
  display: block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin: 30px auto;
}
.btn::before {
  content: '';
  background-color: #dda284;
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: -1;
  border-radius: 50%;
  box-shadow:
    0 0 0 0 #fff, 0 0 0 0 #dda284;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
.btn:hover::before {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  box-shadow:
    0 0 0 25px #fff, 0 0 0 27px #dda284;
}
.kmR {
  font-family: 'Kiwi Maru', serif !important;
  font-weight: 400;
}
.kmM {
  font-family: 'Kiwi Maru', serif !important;
  font-weight: 500;
}
.yuM {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.mainImg {
  background-image: url(../../img/womens_renovation/bk1.jpg);
  background-size: 55% 100%;
  background-position: right 40px;
  background-repeat: no-repeat;
  padding-bottom: 60px;
  margin-bottom: 100px;
  position: relative;
}
.mainImg img {
  width: 92%;
}
.mainImg2 {
  background-image: url(../../img/womens_renovation/bk2.jpg);
  background-size: 80% 100%;
  background-position: right -40px;
  background-repeat: no-repeat;
  padding-top: 50px;
  margin-bottom: 100px;
}
.mainImg2 .animate {
  width: 92%;
}
.mainImg3 {
  background-image: url(../../img/womens_renovation/bk2.jpg);
  background-size: 80% 100%;
  background-position: right 40px;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  margin-bottom: 100px;
}
.mainImg3 .animate {
  width: 92%;
}
.topLead {
  margin: 0 auto 100px;
}
#pageWrap .topLead h1 {
  font-size: 1.7rem;
  line-height: 1;
}
#pageWrap .topLead h1 span {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 10px;
}
#pageWrap .topLead .lead {
  font-size: 1rem;
  margin-top: 40px;
}
#pageWrap .topLead .lead p {
  font-size: 1rem;
}
.noteBox {
  position: relative;
  margin-bottom: 50px;
}
.noteBox .note {
  height: 70px;
  position: absolute;
  right: 0;
  bottom: -30px;
}
.mainImg3 .noteBox .note {
  height: 70px;
  position: absolute;
  right: 0;
  bottom: 2px;
}
#pageWrap section h2 {
  font-size: 2.5rem !important;
  letter-spacing: 0.5px;
  margin-bottom: 50px !important;
  line-height: 1.5;
}
#pageWrap section h2 span {
  display: block;
  line-height: 1.8;
  font-size: 1rem;
}
#block01, #block02, #block03 {
  margin-top: 100px;
}
#block01 {
  background-color: #EFEDE7;
  padding: 50px 0;
}
#block01 dl {
  background-color: #fff;
  padding: 40px 5%;
  box-sizing: border-box;
  margin-bottom: 50px;
}
#block01 dl dt {
  font-size: 1.15rem;
  line-height: 1.5;
  margin-bottom: 40px;
}
#block02 dl {
  margin-bottom: 60px;
}
#block02 dl dt, #block03 dl dt {
  font-size: 1.15rem;
  line-height: 1.5;
  margin: 20px 0;
}
/*#block02 .bgTitle{
	color: #ecc5c563;
    font-size: 3rem;
    letter-spacing: 3px;
	margin-bottom: 20px;
	line-height: 1.9;
}*/
#block02 .bgTitle span {
  font-family: 'Kiwi Maru', serif;
  font-weight: 400;
  color: #ecc5c563;
  font-size: 3rem;
  letter-spacing: 3px;
}
#block02 .bgTitle2 span {
  display: block;
  font-size: 1.2rem;
  color: #252525;
  font-family: 'Kiwi Maru', serif;
  font-weight: 500;
  margin-bottom: 60px;
}
#block02 .arrowBox {
  margin: 100px 0;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 1px;
}
#block02 .arrowBox::after {
  content: '';
  display: block;
  width: 37px;
  height: 28px;
  background-image: url("../../img/womens_renovation/arrow.jpg");
  background-size: contain;
  margin: 20px auto;
}
#block03 h2{
	line-height: 1.4;
}
#block03 .planBox {
  margin: 100px auto;
}
#block03 .bg1, #block03 .bg2, #block03 .bg3, #block03 .bg4 {
  background-size: contain;
  background-repeat: no-repeat;
  display: table;
  background-position: center;
  padding: 20px 0;
  font-size: 1.15rem;
  line-height: 1.5;
  margin: 20px 0;
}
#block03 .bg1 {
  background-image: url("../../img/womens_renovation/bk3.jpg");
}
#block03 .bg2 {
  background-image: url("../../img/womens_renovation/bk4.jpg");
}
#block03 .bg3 {
  background-image: url("../../img/womens_renovation/bk5.jpg");
}
#block03 .bg4 {
  background-image: url("../../img/womens_renovation/bk6.jpg");
}
#block03 .planBox dl {
  margin: 50px auto;
}
#block03 dl dd img {
  width: 70%;
  margin: 20px auto;
  display: block;
}
#block03 dl:nth-of-type(5) dd img {
  width: 33%;
  display: inline-block;
  margin: 20px auto;
}
#block03 dl:nth-of-type(6) dd img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .flexboxSP {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .innerSP {
    width: 90%;
    margin: auto;
  }
  .centerSP {
    text-align: center;
  }
  .childSP48 {
    width: 48%;
    margin-bottom: 35px;
    line-height: 1.7;
  }
  .mgT30SP {
    margin-top: 30px;
  }
	.fix-menu ul li{
		line-height: 1;
	}
	#cvPoint h2{
		font-size: 1.2rem !important;
	}
}
@media only screen and (min-width: 769px) {
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
    color: #252525;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 16px;
    line-height: 2.2;
  }
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  .flexboxPC {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .innerPC {
    width: 1100px;
    margin: auto;
  }
  .centerPC {
    text-align: center;
  }
  article {
    margin: 200px 0;
  }
  article .tel {
    font-size: 3rem !important;
    letter-spacing: 5px;
    font-weight: 700;
    color: #5b5b5b;
  }
  .mainImg {
    background-position: left -120px;
    padding-top: 60px;
    margin-bottom: 120px;
  }
  .mainImg img {
    width: 65%;
    margin-left: 35%;
  }
  #pageWrap .mainImg h1 {
    position: absolute;
    left: 12%;
    top: 40%;
    font-size: 2.3rem;
    line-height: 1;
  }
 #pageWrap .mainImg h1 span {
    display: block;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  #pageWrap .topLead .lead p {
    font-size: 1.45rem;
    text-align: center;
    line-height: 2.5;
    letter-spacing: 1.5px;
  }
  .noteBox .note {
    height: 85px;
    right: 180px;
    bottom: 0px
  }
  #block01, #block02, #block03 {
    margin-top: 200px;
  }
  #block01 {
    padding: 130px 0;
  }
  section h2 {
    letter-spacing: 1px;
    margin-bottom: 80px !important;
  }
  section h2 span {
    margin-top: 25px;
  }
  #block01 .noteBox .note {
    height: 85px;
    right: -20px;
    bottom: -40px;
  }
  #block01 dl {
    background-color: #fff0;
    padding: 0;
    margin-bottom: 100px;
  }
  #block01 dl .noteBox {
    width: 450px;
  }
  #block01 dl dt {
    font-size: 1.4rem;
    background-color: #fff;
    box-sizing: border-box;
    padding: 70px 50px 50px 200px;
    width: 800px;
    margin: -250px 0 0 300px;
  }
  #block01 dl dd:nth-of-type(2) {
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 50px 70px 200px;
    width: 800px;
    margin: 0 0 0 300px;
  }
  .mainImg2 .animate, .mainImg3 .animate {
    width: 80%;
  }
  .mainImg2 {
    width: 1100px;
    margin: 0 auto 200px;
    background-size: 70% 100%;
  }
  .mainImg3 {
    background-size: 70% 100%;
  }
  #block02 dl {
    margin-bottom: 100px;
    width: 45%;
  }
	#block02 dl.innerSP{
		width: 100%;
	}
  #block02 dl dt, #block03 dl dt {
    font-size: 1.4rem;
  }
  #block02 .bgTitle {
    margin: 50px auto 0;
    text-align: center;
  }
  #block02 .bgTitle span {
    font-size: 4rem;
    letter-spacing: 5px;
  }
  #block02 .bgTitle2 span {
    font-size: 1.5rem;
    margin-bottom: 150px;
    text-align: center;
  }
  #block02 .childPC23 {
    width: 23%;
  }
  #block02 .arrowBox {
    margin: 200px 0;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
  }
  #block02 .arrowBox::after {
    width: 60px;
    height: 45px;
    margin: 50px auto;
  }
  #block03 a {
    width: 900px;
    display: block;
    margin: 0 auto 50px;
  }
  #block03 dl {
    width: 100%;
  }
  #block03 dl dt {
    margin-bottom: 50px;
  }
  #block03 .planBox dl {
    width: 45%;
  }
  #block03 .planBox dl:nth-of-type(5), #block03 .planBox dl:nth-of-type(6) {
    width: 100%;
  }
  #block03 .bg1, #block03 .bg2, #block03 .bg3, #block03 .bg4 {
    padding: 25px 0;
    font-size: 1.4rem;
  }
  #block03 dl dd img {
    width: 60%;
  }
  #cvPoint h2 {
    font-size: 1.75rem !important;
    line-height: 1.7;
    font-weight: 700;
  }
}