@charset "UTF-8";
/*----------------------------------------------
price
-----------------------------------------------*/
#Price {
  background-color: #F7F6F2;
  padding-bottom: 100px;
}

.price_wrapper {
  background-color: #fff;
  width: 100%;
  margin: 100px auto;
  height: 333px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  position: relative;
}
.price_wrapper .special_praice {
  position: absolute;
  top: -20px;
  left: -50px;
  color: #EBD7D6;
  font-size: 66px;
}
.price_wrapper .imanara {
  font-size: 26px;
  position: absolute;
  font-family: "遊ゴシック", "ヒラギノ角ゴ ProN";
  letter-spacing: 5px;
  font-weight: bold;
  margin: 30px auto 0 auto;
  bottom: -90px;
}
.price_wrapper .imanara .imanara_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.price_wrapper .imanara img {
  width: 80px;
  margin: 10px auto;
}

.price_content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.price_content .price {
  background-color: #F4EED6;
  width: 320px;
  height: 160px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 10px;
  border-radius: 5px;
}
.price_content .price .price_thama {
  background-color: #D1AD5E;
  color: #fff;
  width: 90%;
  padding-left: 20px;
  border-radius: 30px;
}
.price_content .price .price_money {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  font-weight: bold;
}

.bannar img {
  width: 100%;
}

/*----------------------------------------------
Sclool_Info
-----------------------------------------------*/
#Sclool_Info table {
  margin: 50px auto;
  font-family: "遊ゴシック", "ヒラギノ角ゴ ProN";
  letter-spacing: 3px;
  line-height: 40px;
  font-weight: 100;
}
#Sclool_Info table td {
  padding: 10px 50px;
}
#Sclool_Info table .b {
  font-weight: bold;
}
#Sclool_Info .map {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.info {
  margin: 0 auto;
}

.last_content {
  text-align: center;
  position: relative;
  margin: 150px 0 20px 0;
}
.last_content .imanara_circle {
  width: 192px;
  position: absolute;
  left: 0;
  top: -130px;
  z-index: -1;
}
.last_content .last_content_text {
  position: relative;
}
.last_content .last_content_text .last_massage01 {
  padding-bottom: 10px;
}
.last_content .last_content_text .last_massage02 {
  background: linear-gradient(transparent 50%, #E7EBEC 0%);
  background-size: 9%;
  display: inline-block;
  padding-left: 10px;
}
.last_content .arrow {
  margin: 20px 0;
}
.last_content .last_btn {
  background: linear-gradient(#5DD91C, #3BBE1C);
  display: block;
  margin: 0 auto;
  color: #fff;
  max-width: 330px;
  padding: 25px 50px;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(102, 68, 0, 0.1);
  overflow: hidden;
  position: relative;
}
.last_content .last_btn p {
  font-family: "遊ゴシック", "ヒラギノ角ゴ ProN";
  font-weight: bold;
  letter-spacing: 5px;
}

.shopImg_list {
  display: flex;
  justify-items: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto 100px auto;
}

.shopImg {
  width: 100%;
  background-color: #fff;
}
.shopImg img {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.shopImg::before {
  content: "";
  display: block;
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
.last_btn::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  overflow: hidden;
}

/*----------------------------------------------
footer
-----------------------------------------------*/
.background {
  height: 80px;
  background-image: url(../img/top/striped.png);
  background-size: cover;
  z-index: -9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "遊ゴシック", "ヒラギノ角ゴ ProN";
  letter-spacing: 1px;
  color: #fff;
  font-size: 16px;
}/*# sourceMappingURL=price-last.css.map */