@charset "utf-8";
:root {
  --color-red:#FA1F6C;
  --color-pink:#FF9B9B;
  --box-shadow:0 3px 10px rgba(0, 0, 0, 0.16);
  --back-gradient:linear-gradient(45deg, #FA1FCD 0%, #FA1F6C 30%, #FA1F6C 100%);
}

html {
  font-style: normal;
  font-size: 62.5%;
  color: #000000;
  position: relative;
  text-align: justify;
  letter-spacing: 0.1em;
  scroll-padding-top: 100px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #FDFCF0;
  overflow-x: hidden; 
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border: none;
  background-color: #FFFFFF;
  padding: 5px;
}

input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

h1,h2,h3,h4,h5,h6 {
  line-height: 1;
}

p,th,td,li,dt,dd {
  font-size: 1.6rem;
  line-height: 1.6;
}

dt {
  font-weight: 500;
}

a,button {
  cursor: pointer;
  cursor: hand;
}

a {
  transition: all 0.2s ease;
}


@media screen and (min-width: 769px) {
  h1 {
    font-size: 4rem;
  }
  
  h2 {
    font-size: 2.6rem;
  }
  
  h3 {
    font-size: 2.4rem;
  }
  h4,h5,h6 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  
  h2 {
    font-size: 2.4rem;
  }
  
  h3 {
    font-size: 2rem;
  }
  
  h4,h5,h6 {
    font-size: 1.6rem;
  }
  p {
    font-size: 1.5rem;
  }
}

/* フォント個別設定 */
header, footer, h2, .btn {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h2 {
  position: relative;
}
h2::after {
  content: '';
  background-color:#DD1057;
  width: 64px;
  height: 2px;
  position: absolute;
  bottom: -30px;
  left: 0;
}

/* 全ページ共通パーツ */
.wrapper {
  width: calc(100% - 120px);
  margin: 0 auto;
}
.wrapper.size-m {
  width: calc(100% - 180px);
}
.wrapper.size-s {
  width: calc(100% - 280px);
}
.two-column {
  display: flex;
}
.sec {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .wrapper, .wrapper.size-m, .wrapper.size-s {
    width: calc(100% - 20px);
  }
  .two-column {
    flex-direction: column;
  }
  .sec {
    padding-bottom: 60px;
  }
}

/* TOPページパーツ */
.title-img {
  width: 340px;
  margin-bottom: 10px;
}
.more {
  width: 160px;
  max-width: 200px;
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #DD1057;
  padding: 12px 20px;
  border-radius: 50px;
}
.more:hover {
  opacity: 0.6;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 768px) {
  .title-img {
    width: 260px;
  }
  .more {
    margin: 0 auto;
    width: 196px;
  }
}


/* ヘッダー */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 110px;
  background-color: #FDFCF0;
  z-index: 100;
}
.wrapper.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: inherit;
  width: 100%;
  height: 100%;
  padding: 12px 20px 20px 40px;
}
header .header_logo {
  width: 220px;
  max-width: inherit;
}
.header_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.header_menu .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #3E3E3E;
}
.header_menu .menu > li {
  margin-right: 28px;
  text-align: center;
  font-size: 1.8rem;
}
.header_menu .menu > li:last-child {
  margin-right: 0px;
}
.header_menu .menu > li span, .header_contact span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.1;
}
.header_menu .menu .contact-box {
  text-align: center;
  margin-left: 28px;
}
.header_menu .menu .contact-box .tel a {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-left: 10px;
  position: relative;
}
.header_menu .menu .contact-box .tel a::before {
  content: '';
  display: inline-block;
  background-image: url('../img/icon-tel.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  left: -10px;
}
.header_menu .menu .contact-box .reserve a {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #DD1057;
  padding: 4px 40px;
  border-radius: 50px;
  position: relative;
}
.header_menu .menu .contact-box .reserve a:hover {
  opacity: 0.6;
  transition: opacity 0.5s ease;
}
.header_menu .btn_menu {
  display: flex;
  align-items: center;
}
.header_menu .btn_menu a {
  width: 104px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 60px;
  position: relative;
  color: white;
  z-index: 1;
}

.header_menu .btn_menu a::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: linear-gradient(45deg, #FA1FCD 0%, #FA1F6C 30%, #FA1F6C 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  transition: all 0.3s ease;
}

.header_menu .btn_menu a.login {
  background: white;
  margin-right: 10px;
  color: var(--color-red);
}

.header_menu .btn_menu a::after {
  content: '';
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 100px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.3s ease;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  header .openbtn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  header {
    transition: all 0.3s ease;
    height: 64px;
    width: 100%;
  }
  header.on {
    position: fixed;
  }
  header .wrapper {
    width: 100%;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
  }
  .wrapper.header {
    justify-content: space-between;
    padding: 12px 20px;
  }
  header .header_logo {
    width: 120px;
  }
  .header_menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #FDFCF0;
    display: none;
  }
  .header_menu .menu {
    display: block;
  }
  .header_menu nav {
    margin-top: 45px;
    padding: 0 20px;
  }
  .header_menu .menu > li {
    margin-right: 0;
    font-size: 1.6rem;
    padding: 18px 0px 18px 10px;
    display: flex;
    align-items: baseline;
    list-style: none;
  }
  .header_menu .menu > li:not(:last-child) {
    border-bottom: 1px solid #B59019;
  }
  .header_menu .btn_menu {
    justify-content: center;
  }
  .header_menu .btn_menu a {
    width: 50%;
    max-width: 120px;
    height: 34px;
    font-size: 1.5rem;
  }
  .header_menu .menu .contact-box {
    width: 100%;
    margin-left: inherit;
    margin-top: 64px;
  }
  .header_menu .menu .contact-box .tel {
    margin-bottom: 12px;
  }
  .header_menu .menu .contact-box .reserve a {
    width: 240px;
    padding: 12px 20px;
    margin: 0 auto;
  }
  header .openbtn{
    position: relative;
    background-color: #DD1057;
    cursor: pointer;
    width: 38px;
    height: 38px;
    border-radius: 5px;
  }
  .header_menu.pc-hide .menu > li {
    font-size: 3rem;
  }

  /*ボタン内側*/
  header .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 28.3%;
    height: 1px;
    border-radius: 2px;
    background: #fff;
    width: 43.75%;
  }
  header .openbtn span:nth-of-type(1) {
    top: 40%; 
  }
  
  header .openbtn span:nth-of-type(2) {
    top: 60%;
  }
      
  /*activeクラスが付与されると線が回転して×に*/
  header .openbtn.active span:nth-of-type(1) {
      top: 13px;
      left: 10px;
      transform: translateY(6px) rotate(-45deg);
      width: 50%;
  }
  header .openbtn.active span:nth-of-type(2){
      top: 25px;
      left: 10px;
      transform: translateY(-6px) rotate(45deg);
      width: 50%;
  }

  /* ヘッダーSPメニューレイアウト */
  .header_menu .menu > li span, .header_contact span {
    display: inline-block;
    padding-left: 10px;
  }
  header .sns-icon-box img {
    width: 30px;
    height: 30px;
  }
}

/* フッター */
footer {
  background-color: #FDFCF0;
}
.wrapper.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  font-size: 1.6rem;
  padding-top: 28px;
  padding-bottom: 40px;
}
.footer-border {
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
}

footer .logo {
  width: 220px;
}
.footer_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.footer .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000000;
}
.footer .menu > li {
  margin-right: 28px;
  text-align: center;
}
.footer_menu .menu > li:last-child {
  margin-right: 0px;
}
footer .copy {
  font-size: 1.3rem;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .wrapper.footer {
    width: 100%;
    padding: 24px 20px;
    display: block;
    padding-top: 16px;
    padding-bottom: 24px;
  }
  footer .logo {
    display: inline-block;
    width: 160px;
    margin-bottom: 16px;
  }
  .footer .menu {
    flex-wrap: wrap;
    gap: 14px;
  }
  .footer .menu > li {
    margin-right: 0;
    text-align: center;
  }
}



/* main */
main {
  width: 100%;
}

/* fv */
.fv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/fv.webp") no-repeat center 30%;
  background-size: cover;
  z-index: -1;
}
.fv_spacer {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.fv_spacer::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 260px;
  background: #FDFCF0;
  border-radius: 2000px 2000px 0 0 / 540px 540px 0 0;
}

@media screen and (max-width: 768px) {
  .fv {
    background: url("../img/fv-sp.webp") no-repeat;
    background-size: contain;
  }
  .fv_spacer {
    height: 60vh;
  }
  .fv_spacer::after {
    height: 120px;
  }
}

/* top_aboutセクション & aboutページ */
.top_about {
  background-color: #FDFCF0;
}
.two-column.about_sec {
  gap: 60px;
}
.two-column.about_sec .column-left {
  width: calc(50% - 40px);
}
.two-column.about_sec .column-right {
  width: calc(50% - 20px);
}
.two-column.about_sec .column-left figure img {
  width: 100%;
}
.two-column.about_sec .column-right h2 {
  margin-bottom: 80px;
}
.two-column.about_sec .column-right .text {
  line-height: 2.5;
  letter-spacing: -0.1em;
  margin-bottom: 40px;
}

#about.about  {
  padding-top: 100px;
}
#about.about h2 {
  margin-bottom: 80px;
  text-align: center;
}
#about.about h2::after {
  left: 50%;
  transform: translateX(-50%);
}
#about .two-column.about_sec {
  gap: 70px;
}
#about .two-column.about_sec .column-left {
  width: calc(50% - 70px);
}
#about .two-column.about_sec .column-right {
  width: 50%;
}


@media screen and (max-width: 768px) {
  .two-column.about_sec {
    flex-direction: column-reverse;
  }
  .two-column.about_sec .column-left {
    width: 100%;
  }
  .two-column.about_sec .column-right {
    width: 100%;
  }
  .two-column.about_sec .column-right h2 {
    margin-bottom: 60px;
  }
  .two-column.about_sec .column-right .text {
    letter-spacing: inherit;
    margin-bottom: 40px;
  }
  #about.about  {
    padding-top: 60px;
  }
  #about.about h2 {
    margin-bottom: 60px;
  }
  #about .two-column.about_sec {
    gap: 0;
  }
  #about .two-column.about_sec .column-left {
    width: 100%;
  }
  #about .two-column.about_sec .column-right {
    width: 100%;
  }
}


/* top_serviceセクション & serviceページ */
.service {
  background-color: #FDFCF0;
}
.two-column.service_sec {
  font-family: "Noto Serif JP", serif;
  gap: 80px;
}
.two-column.service_sec .column-left {
  width: calc(65% - 60px);
}
.two-column.service_sec .column-right {
  width: calc(35% - 20px);
}
.two-column.service_sec .column-right figure img {
  width: 100%;
}
.two-column.service_sec .column-left h2 {
  margin-bottom: 80px;
}
.service-item {
  background-color: #000000;
  color: #FFFFFF;
  width: fit-content;
  text-align: center;
  padding: 2px 14px;
  margin-bottom: 6px;
}
.price-table {
  margin-top: 10px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 72px auto;
  column-gap: 0;
  row-gap: 0.5em;
}
.price-table dt, .price-table dd {
  border-bottom: 1px solid #B59019;
  padding: 4px 0;
}
.service-img-box {
  display: flex;
}
.service-img-box li {
  width: calc(100% / 3);
}
.service-img-box li figure img {
  width: 100%;
}
.banner {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 420px;
  max-width: 420px;
}
.banner:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url('../img/campaign.webp') no-repeat center center;
  background-size: 100% 100%;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.banner:hover:after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.banner a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 28px 16px;
}
.banner:hover {
  transform: scale(1.1);
}
.two-column.service_sec .column-left .banner {
  margin-bottom: 40px;
}
#top_service.service .wrapper .two-column.service_sec {
  margin-bottom: 60px;
}

#service.service  {
  padding-top: 100px;
}
#service.service h2 {
  margin-bottom: 80px;
  text-align: center;
}
#service.service h2::after {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .two-column.service_sec {
    gap: 40px;
  }
  .two-column.service_sec .column-left {
    width: 100%;
  }
  .two-column.service_sec .column-right {
    width: 100%;
  }
  .two-column.service_sec .column-left h2 {
    margin-bottom: 60px;
  }
  .service-item {
    width: 100%;
  }
  .banner {
    width: 100%;
  }
  .banner a {
    font-size: 1.5rem;
  }
  .service-img-box {
    margin-bottom: 40px;
  }
  #service.service  {
    padding-top: 60px;
  }
  #service.service h2 {
    margin-bottom: 60px;
  }
  #service .two-column.service_sec {
    gap: 20px;
  }
}


/* top_voiceセクション */
.voice {
  background-color: #FFFFFF;
  padding: 80px 0 60px 0;
}
.voice .wrapper {
  text-align: center;
} 
.voice h2 {
  margin-bottom: 80px;
}
.voice h2::after {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.voice-box {
  display: flex;
  gap: 20px;
}
.voice-box li {
  width: calc((100% - 40px) / 3);
}
.name {
  color: #505050;
  font-size: 1.8rem;
  margin-top: 6px;
  margin-bottom: 12px;
}
.voice-text {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .voice {
    padding: 40px 0 60px 0;
  }
  .voice .wrapper {
    text-align: center;
  } 
  .voice h2 {
    margin-bottom: 60px;
  }
  .voice-box {
    flex-direction: column;
    gap: 28px;
  }
  .voice-box li {
    width: 100%;
  }
  .voice-box li div {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
  }
  .voice-box li div figure {
    width: 15%;
  }
}


/* top_accessセクション */
.access {
  background-color: #FDFCF0;
  padding: 80px 0;
}
#access.access {
  padding: 0 0 80px 0;
}
.access h2 {
  text-align: center;
  margin-bottom: 80px;
}
.access h2::after {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.two-column.access_sec {
  gap: 32px;
  margin-bottom: 40px;
}
.two-column.access_sec .column-left {
  width: 35%;
}
.two-column.access_sec .column-right {
  width: calc(65% - 32px);
}
.two-column.access_sec .column-left figure img {
  width: 100%;
}
.access-info {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0.6em 1em;
  align-items: start;
}
.access-info dt {
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  padding: 2px 14px;
  border-radius: 6px;
  text-align: center;
}
.map iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_access.access {
    padding: 40px 0 60px 0;
  }
  .access h2 {
    margin-bottom: 60px;
  }
  .two-column.access_sec {
    flex-direction: column;
  }
  .two-column.access_sec .column-left {
    width: 100%;
  }
  .two-column.access_sec .column-right {
    width: 100%;
  }
  .access-info {
    gap: 1em 1em;
  }
  .access-info dd, .access-info dt {
    font-size: 1.5rem;
  }
}


/* top_contactセクション */
.contact {
  padding: 140px 0 100px 0;
  text-align: center;
}
.contact .contact-box {
  width: fit-content;
  margin: 0 auto;
}
.contact .contact-box li:first-child {
  margin-bottom: 8px;
}
.contact .contact-box .tel a {
  color: #DD1057;;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-left: 10px;
  position: relative;
}
.contact .contact-box .tel a::before {
  content: '';
  display: inline-block;
  background-image: url('../img/icon-tel-pink.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  left: -10px;
}
.contact .contact-box .reserve a {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #DD1057;
  padding: 10px 40px;
  border-radius: 50px;
  position: relative;
}
.contact .contact-box .reserve a:hover {
  opacity: 0.6;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 112px 0 96px 0;
  }
}


/* PCスマホ出し分け */
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}