/*
Theme Name: Snow Monkey Child
Template: snow-monkey
Version: 1.0.0
*/

 @charset "utf-8";

@font-face {
  font-family: 'MakinasFlat';
  src: url('fonts/Makinas-4-Flat.woff') format('woff'),
       url('fonts/Makinas-4-Flat.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --font-color: #424141;
  --pink: #DC5770;
  --blue:#48839B;
  --light-pink: #FCF4F4;
  --middle-pink: #F7E9E8;
}

html {
  font-style: normal;
  font-size: 62.5%;
  position: relative;
  text-align: justify;
  color: var(--font-color);
}



body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;

}


.makinasu {
  font-family: 'MakinasFlat', sans-serif;
}



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

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border: none;
  border: 1px solid #9EA0A2;
  padding: 5px;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  max-width: 110rem;
  width: calc(100% - 3rem);
}

.wrapper.wide {
  max-width: 120rem;
  gap: 2rem;
}



.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

h1,h2,h3,h4,h5,h6,p,th,td,li,dt,dd {

}
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  line-height: 1.4;
}

h1 {
    font-size: 3rem;
}

h2 {
  font-size: 3.3rem;
}

h3 {
  font-size: 2.8rem;
}

h4,h5,h6 {
  font-size: 2.4rem;
}

p,th,td,li,dt,dd,.smb-information__item__label {
  font-size: 1.6rem;
  line-height: 1.7;
}



a,button {
  cursor: pointer;
}



a {

  transition: all 0.2s ease;
}

section {
  position: relative;
}

strong {
  font-weight: bold;
}

@media screen and (min-width: 801px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .pc {
    display: none !important;
  }

  h1 {
    font-size: 3rem;
}
  h2 {
    font-size: 2.8rem;

  }
  
  h3 {
    font-size: 2.4rem;

  }
  
  h4,h5,h6 {
    font-size: 1.6rem;
  }

  p,th,td,li,dt,dd,
  .smb-information__item__label {
    line-height: 1.6;
    font-size: 1.6rem;
  }

}

@media screen and (max-width: 500px) {

  .minpc {
    display: none !important;
  }

  p,th,td,li,dt,dd {
    font-size: 1.4rem;
  }
  

}

@media screen and (min-width: 501px) {
  .minsp {
    display: none;
  }

}



/***共通***/
.blue {
  color: var(--blue);
}

.pink {
  color: var(--pink);
}


/*title*/
.sec_title {
  text-align: center;
  margin-bottom: 6rem;
}

.sec_title p {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.sec_title h2 {
  font-size: 4.2rem;
  font-weight: bold;
}

/*btn*/

.wp-block-buttons>.wp-block-button.original_btn {
  display: block;
  width: 100%;
}

.original_btn a,
.original_btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  width: 100%;
  max-width: 50rem;
  position: relative;
  background-color: var(--pink);
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-radius: 8rem;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.22);
  z-index: 1;
  position: relative;
  border: 2px solid #C43C56;
}



.original_btn a::before,
.original_btn button::before {
  content: '';
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  background-color: white;
  border-radius: 50%;
}


.original_btn a::after,
.original_btn button::after {
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 3.25rem;
  border-top: 0.25rem solid var(--pink);
  border-right: 0.25rem solid var(--pink);
}


.original_btn a:hover,
.original_btn button:hover {
  background-color: white;
  color: var(--pink);
}
.original_btn a:hover::before,
.original_btn button:hover::before {
  background-color: var(--pink);
}


.original_btn a:hover::after,
.original_btn button:hover::after {
  border-top: 0.25rem solid white;
  border-right: 0.25rem solid white;
}


.original_btn.pound a {
  animation: poundPulse 4s infinite;
  transform-origin: center;
}


.original_btn.blue a {
  background-color: var(--blue);
  border: 2px solid var(--blue);
}
.original_btn.blue a::after {
  border-top: 0.25rem solid var(--blue);
  border-right: 0.25rem solid var(--blue);
}
.original_btn.blue a:hover {
  background-color: white;
  color: var(--blue);
}
.original_btn.blue a:hover::before {
  background-color: var(--blue);
}


.original_btn.blue a:hover::after {
  border-top: 0.25rem solid white;
  border-right: 0.25rem solid white;
}


@keyframes poundPulse {
  0%   { transform: scale(1); }
  75%  { transform: scale(1); }   /* ずっと変化なし */
  80%  { transform: scale(1.15); }
  85%  { transform: scale(0.95); }
  90%  { transform: scale(1.1); }
  95%  { transform: scale(0.98); }
  100% { transform: scale(1); }
}



.link_btn a {
  width: 100%;
  max-width: 32rem;
  min-height: 5.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--pink);
  border-radius: 5rem;
  text-align: center;
  position: relative;
  margin: 0 auto;
  transition: all 0.2s ease;
  gap: 0.2rem;
}

.link_btn a .pink {
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: bold;
  transition: all 0.2s ease;
}

.link_btn a .normal {
  line-height: 1.2;
  font-size: 1.2rem;
  transition: all 0.2s ease;
}


.link_btn a::before {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6rem;
  background-color: var(--pink);
  border-radius: 50%;
  transition: all 0.2s ease;
}


.link_btn a::after {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 2.2rem;
  border-top: 0.15rem solid white;
  border-right: 0.15rem solid white;
  transition: all 0.2s ease;
}


.link_btn a:hover {
  background-color: var(--pink);
}

.link_btn a:hover::before {
  background-color: white;
}
.link_btn a:hover::after {
  border-top: 0.15rem solid var(--pink);
  border-right: 0.15rem solid var(--pink);
}

.link_btn a:hover .pink,
.link_btn a:hover .normal {
  color: white;
}

@media screen and (max-width: 800px) {


  /*title*/
  .sec_title {
    text-align: center;
    margin-bottom: 3rem;
  }

  .sec_title p {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .sec_title h2 {
    font-size: 2.8rem;
  }
  /*btn*/

  .original_btn a,
  .original_btn button {
    height: 5.4rem;
    max-width: 26rem;
    font-size: 1.6rem;
  }
  .original_btn a::before,
  .original_btn button::before {
    width: 2rem;
    height: 2rem;
    right: 1.2rem;
  }
  .original_btn a::after,
  .original_btn button::after {
    width: 0.8rem;
    height: 0.8rem;
    right: 1.9rem;
    border-top-width: 0.25rem;
    border-right-width: 0.25rem;
  }

  .link_btn a {
    max-width: 29.5rem;
    min-height: 5rem;
    gap: 0.2rem;
  }
  
  .link_btn a .pink {
    font-size: 1.3rem;
  }
  
  .link_btn a .normal {
    font-size: 1rem;
  }

  
  /*slider*/
  .slick-dots {
    bottom: -3rem;
  }
  .slick-dots li {
    width: 0.6rem;
    height: 0.6rem;
  }
  .slick-dots li button {
    color: var(--pink);
  }
  .slick-dots li button:before {
    background-color: var(--pink);
    width: 0.6rem;
    height: 0.6rem;
    content: '';
    border-radius: 50%;
  }
}

/***header***/


.original_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.original_header .wrapper {
  padding: 2.5rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;

}


.original_header .header_logo {
  max-width: 27rem;
  width: 100%;
  flex: 1;
  min-width: 20rem;
  z-index: 1000;
}

.original_header .header_navi {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.2rem;
}
.original_header .header_navi .header_contact,
.original_header .header_navi .header_menu {
  border-radius: 5rem;
  padding: 2.2rem 5rem;
}
.original_header .header_navi .header_contact,
.original_header .header_navi .header_menu li {
  font-size: 1.5rem;
  font-weight: bold;

  line-height: 1;
}
.original_header .header_navi .header_menu a {
  position: relative;
}


.original_header .header_navi .header_menu a::after {
  position: absolute;
  top: calc(100% + 2px);
  width: 3rem;
  height: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  /* border-radius: 50%; */
  background-color: var(--pink);
  content: '';
  opacity: 0;
  transition: all 0.2s ease;
  visibility: hidden;
}
.original_header .header_navi .header_menu a:hover::after {
  opacity: 1;
  visibility: visible;
}

.original_header .header_navi .header_contact {
  background-color: var(--blue);
  color: white;
  border: 1px solid var(--blue);
  transition: all 0.2s ease;
}

.original_header .header_navi .header_contact:hover {
  background-color: white;
  color: var(--blue);
}

.original_header .header_navi .header_menu {
  display: flex;
  align-items: center;
  gap: 5rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
  background-color: white;
}


.original_header .openbtn {
  display: none;
}


@media screen and (max-width: 920px) {
    .original_header {
        background-color: rgba(255, 255, 255, 0.7);
    }
  .original_header .wrapper {
    padding: 1.6rem 1.2rem;  
    
  }
  
  
  .original_header .header_logo {
    max-width: 20rem;
    min-width: inherit;
  }
  


.original_header .header_navi {
  position: fixed;
  display: block;
  display: none;
  background-color: white;
  width: 100%;
  max-width: 60rem;
  top: 0;
  right: 0;
  padding: 10rem 3rem 2rem;
}


.original_header .header_navi .header_menu {
  display: block;
  box-shadow: inherit;
  background-color: inherit;
  margin-bottom: 2rem;
  padding: 0;
}

.original_header .header_navi .header_menu > li {
  padding: 2rem 1rem;
  border-bottom: 1px solid var(--middle-pink);
}

.original_header .header_navi .header_contact {
  width: 100%;
  max-width: inherit;
  display: block;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}




  .original_header .openbtn{
    position: relative;/*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 4.6rem;
    height: 4.6rem;
    display: block;
    z-index: 100;
    background-color: var(--blue);
    border-radius: 50%;
  }
  
  /*ボタン内側*/
  .openbtn span{
      display: inline-block;
      transition: all .4s;/*アニメーションの設定*/
      position: absolute;
      left: 50%;
      height: 0.2rem;
      background: white;
      width: 2.5rem;
      transform: translateX(-50%);
    }
  
  .openbtn span:nth-of-type(1) {
    top: calc(50%  - 0.4rem); 
  }
  
  .openbtn span:nth-of-type(2) {
    top:50%;
  }
  
  .openbtn span:nth-of-type(3) {
    top: calc(50%  + 0.4rem); 
  }
  
  /*activeクラスが付与されると線が回転して×に*/
  
  .openbtn.active span:nth-of-type(1) {
    top: 50%;
    left: 50%;
      transform: translate(-50%, -50%) rotate(-25deg);

  }
  
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;/*真ん中の線は透過*/
  }
  
  .openbtn.active span:nth-of-type(3){
    top: 50%;
    left: 50%;
      transform: translate(-50%, -50%) rotate(25deg);

  }

}

@media screen and (max-width: 800px) {


}



/***float***/

.float_btn {
  width: 20rem;
  height: 20rem;
  position: fixed;
  bottom: 3%;
  right: 1.5rem;
  z-index: 999;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none; /* 非表示時はクリック無効 */

}
.float_btn.show {
  opacity: 1;
  pointer-events: auto;

}
.float_btn:hover {
  transform: scale(1.1);
}



@media screen and (max-width: 800px) {

  .float_btn {
    width: 11rem;
    height: 11rem;
    bottom: 3%;
    right: 0.75rem;
  
  }
}



/***footer***/
.original_footer {
  padding-bottom: 3rem;
}
.original_footer .top {
  margin-bottom: 5rem;
}

.original_footer .top figure {
  max-width: 21.4rem;
  margin: 0 auto;
}
.original_footer .footer_menu {
  margin-bottom: 3rem;
}
.original_footer .footer_menu > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 5rem;

}

.original_footer .footer_menu li {
  font-size: 1.5rem;
  font-weight: bold;
}

.original_footer .copy {
  text-align: center;
  font-size: 1.2rem;
}



@media screen and (max-width: 800px) {


.original_footer .top figure {
    max-width: 16rem;
    margin: 0 auto;
  }
}
