img {
  vertical-align: bottom;
}

.sec-title {
  font-size: 2.4rem;
  background-color: #d5c5df;
  letter-spacing: 1.5px;
  padding: 15px 0;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .sec-title {
    font-size: 2.9rem;
  }
}
.sec-title span {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .sec-title span {
    font-size: 2rem;
  }
}

.rile-green {
  background-color: #c3ded7;
}

.purple {
  background-color: #d5c5df;
}

.pink {
  background-color: #e3c6cf;
}

.skin {
  background-color: #d7cdb7;
}

.sub-title {
  padding: 25px 0 20px;
  color: #b8a677;
  font-size: 2rem;
  display: inline-block;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sub-title {
    font-size: 2.7rem;
    margin: 30px 0;
  }
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}

img {
  width: 100%;
  height: auto;
}

body {
  margin: 0;
  text-align: center;
  background-color: #f5f6f5;
}
body h2 {
  font-weight: 600;
}
body p {
  color: #707070;
}

.snsImg {
  width: 65px;
}
@media screen and (min-width: 769px) {
  .snsImg {
    width: 90px;
  }
}

header {
  background-color: #e2c6cf;
}
@media screen and (min-width: 769px) {
  header .head-inner {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
  }
}
header .hed-left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 10px 20px;
  z-index: 2;
}
header .hed-left img {
  width: 45px;
  margin-right: 20px;
}
header .hed-left h1 {
  color: #fff;
  font-size: 2rem;
  margin: 0;
}
header .head-right {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  header .head-right {
    flex-direction: row;
    background-color: #e3c6cf;
  }
}
header .head-right .menu-title {
  font-size: 2rem;
  display: inline-block;
  position: relative;
  padding: 20px 0;
  cursor: pointer;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  header .head-right .menu-title {
    display: none;
  }
}
header .head-right .menu-title::after, header .head-right .menu-title::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #707070;
}
header .head-right .menu-title::after {
  top: 51%;
  right: calc(50% - 45px);
}
header .head-right .menu-title::before {
  top: 51%;
  left: calc(50% - 45px);
}
header .head-right .menu-list {
  list-style: none;
  margin-bottom: 0;
  display: none;
}
@media screen and (min-width: 769px) {
  header .head-right .menu-list {
    display: flex;
  }
}
header .head-right .menu-list .menu-item {
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  header .head-right .menu-list .menu-item {
    padding-bottom: 0;
    padding-right: 20px;
  }
}
header .head-right .menu-list .menu-item a {
  display: inline-block;
  width: 200px;
  text-decoration: none;
  color: #707070;
  font-size: 1.9rem;
  border-bottom: #707070 solid 2px;
  padding-bottom: 15px;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  header .head-right .menu-list .menu-item a {
    color: #fff;
    width: auto;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 1.6rem;
  }
}
header .head-right .is-show {
  display: none;
}

@media screen and (min-width: 769px) {
  .warp {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.dis-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .dis-sp {
    display: none;
  }
}

.dis-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .dis-pc {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .pc-flex {
    display: flex;
  }
}

footer .footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer-inner .accsees-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer-inner .accsees-list li a {
  padding: 0 12px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: #009fe8;
  text-decoration: none;
}
footer .footer-inner .accsees-list li a:hover {
  color: #0056b3;
  text-decoration: underline;
}
footer .footer-inner .accsees-list li .hei-line {
  border-left: 2px solid #717071;
}
footer .footer-inner img {
  width: 60px;
  height: 60px;
  margin: 10px 0;
}
footer .footer-inner p {
  padding-bottom: 10px;
}
footer .footer-inner .blue {
  color: #009fe8;
  font-size: 1.4rem;
  text-decoration: none;
}
footer .footer-inner .blue:hover {
  color: #0056b3;
  text-decoration: underline;
}

.link-button {
  display: inline-block;
  margin: 10px 0 30px;
}
@media screen and (min-width: 769px) {
  .link-button {
    margin: 20px 0 50px;
  }
}
.link-button .text-skin {
  color: #b5a879;
}
.link-button p {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .link-button p {
    font-size: 2rem;
  }
}
.link-button a {
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 2px;
  display: inline-block;
  background-color: #e2b3c0;
  color: #fff;
  text-decoration: none;
  width: 300px;
  padding: 15px 0;
  border-radius: 50px;
  box-shadow: #c18994 -5px 5px 0px;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (min-width: 769px) {
  .link-button a {
    font-size: 2.3rem;
    width: 350px;
  }
}
.link-button a:hover {
  background-color: #ce8fa0;
}
.link-button a img {
  width: 45px;
  position: absolute;
  top: 30%;
  right: -20px;
}
@media screen and (min-width: 769px) {
  .link-button a img {
    width: 50px;
    right: -30px;
  }
}
.link-button a:active {
  background-color: #b3b3b3;
  box-shadow: #808080 -5px 5px 0px;
}

@media screen and (min-width: 769px) {
  .big-link-button p {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 769px) {
  .big-link-button a {
    width: 500px;
    font-size: 2.7rem;
  }
}

.address .address-inner {
  align-items: center;
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .address .address-inner {
    max-width: 1100px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 auto;
    padding: 30px;
  }
}
.address .address-inner dl {
  max-width: 450px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 769px) {
  .address .address-inner dl {
    width: 40%;
    margin: 0;
  }
}
.address .address-inner dl dt,
.address .address-inner dl dd {
  line-height: 3rem;
  font-size: 1.6rem;
  color: #b8a677;
}
@media screen and (min-width: 769px) {
  .address .address-inner dl dt,
  .address .address-inner dl dd {
    font-size: 1.9rem;
  }
}
.address .address-inner dl dt ul,
.address .address-inner dl dd ul {
  list-style: none;
}
@media screen and (min-width: 769px) {
  .address .address-inner dl dt {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  .address .address-inner dl dd {
    padding-bottom: 30px;
  }
}
.address .address-inner dl::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../imgs/flowers-03.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 0%;
  bottom: 35%;
}
@media screen and (min-width: 769px) {
  .address .address-inner dl::after {
    bottom: 38%;
  }
}
@media screen and (min-width: 769px) {
  .address .address-inner .map {
    width: 50%;
  }
}
.address .address-inner .map iframe {
  width: 90%;
  height: 450px;
}
.address .address-inner .map .accsees-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.address .address-inner .map .accsees-list li a {
  padding: 0 12px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: #009fe8;
  text-decoration: none;
}
.address .address-inner .map .accsees-list li .hei-line {
  border-left: 2px solid #717071;
}

.sns .warp .pc-flex {
  padding: 0 20px;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .sns .warp .pc-flex {
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .sns .warp .pc-flex .flex-left {
    width: 50%;
    margin: 30px auto;
  }
}
.sns .warp .pc-flex .flex-left .catch {
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 30px;
  width: 320px;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .sns .warp .pc-flex .flex-left .catch {
    width: 100%;
    max-width: 450px;
    margin-bottom: 0;
  }
}
.sns .warp .pc-flex .flex-left .catch .logo-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.sns .warp .pc-flex .flex-left .catch .logo-inner img {
  width: 16%;
  margin-right: 10px;
}
.sns .warp .pc-flex .flex-left .catch .logo-inner p {
  text-align: start;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .sns .warp .pc-flex .flex-left .catch .logo-inner p {
    font-size: clamp(1.5rem, 1.9vw, 1.8rem);
  }
}
.sns .warp .pc-flex .flex-left .catch .text-inner {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.sns .warp .pc-flex .flex-left .catch .text-inner img {
  width: 100%;
}
.sns .warp .pc-flex .flex-left .catch .text-inner .bubble-text {
  position: absolute;
  top: 4%;
  right: 4%;
  text-align: center;
  color: #b8a677;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .sns .warp .pc-flex .flex-left .catch .text-inner .bubble-text {
    font-size: clamp(1.7rem, 2.21vw, 2.1rem);
    top: 5%;
    right: 6%;
  }
}
.sns .warp .pc-flex .flex-left .catch .text-inner .bubble-text span {
  font-size: 1.3rem;
  color: #b8a677;
}
@media screen and (min-width: 769px) {
  .sns .warp .pc-flex .flex-left .catch .text-inner .bubble-text span {
    font-size: clamp(1.4rem, 1.83vw, 1.7rem);
  }
}
.sns .warp .pc-flex .flex-left .catch .text-inner .supporting-text {
  position: absolute;
  text-align: center;
  top: 50%;
  right: 1%;
  font-size: 1.1rem;
}
@media screen and (min-width: 769px) {
  .sns .warp .pc-flex .flex-left .catch .text-inner .supporting-text {
    font-size: clamp(1.2rem, 1.56vw, 1.6rem);
  }
}
.sns .warp .pc-flex .flex-left .catch .text-inner .bg-green {
  position: absolute;
  top: 72%;
  right: 2%;
  display: inline-block;
  text-decoration: none;
  background-image: url(../imgs/heartfull-line-back.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  padding: 10px 25px;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .sns .warp .pc-flex .flex-left .catch .text-inner .bg-green {
    font-size: clamp(1.9rem, 2.4vw, 2.3rem);
    padding: 15px 30px;
  }
}
@media screen and (min-width: 769px) {
  .sns .warp .pc-flex .flex-right {
    width: 50%;
  }
}
.sns .warp .pc-flex .flex-right .sns-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 30px;
  max-width: 400px;
}
@media screen and (min-width: 769px) {
  .sns .warp .pc-flex .flex-right .sns-list {
    width: 70%;
    max-width: 70%;
    margin: 0 auto;
  }
}
.sns .warp .pc-flex .flex-right .sns-list .sns-item a img {
  width: 65px;
}
@media screen and (min-width: 769px) {
  .sns .warp .pc-flex .flex-right .sns-list .sns-item a img {
    width: 80px;
  }
}/*# sourceMappingURL=base.css.map */