@charset "utf-8";
html, body {
  font-size: 16px;
}
@media screen and (max-width: 645px) {
  html {
    font-size: clamp(14px, 3.8vw, 16px);
  }
}
body {
  color: #5a4e49;
  font-family: "Zen Maru Gothic", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  background: #f1e9ed;
}
img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
image-rendering: -webkit-optimize-contrast;	
}
/*========= side  ===============*/
@media screen and (min-width: 981px) {
#aside-logo, #aside-qrcode {
  height: 100vh;
  width: calc((100% - 500px) / 2);
  position: fixed;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
}
#aside-logo {
  left: 0;
}
#aside-logo img {
  width: 172px;
}
#aside-qrcode {
  right: 0;
}
#aside-qrcode img {
  width: 123px;
}
#aside-qrcode p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}
#aside-logo > div, #aside-logo > div {
  display: inline-block;
}
}
@media screen and (max-width: 980px) {
  #aside-logo, #aside-qrcode {
    display: none;
  }
}
/*========= container  ===============*/
#container {
  width: 100%;
  max-width: 465px;
  /* background: #fff;*/
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}
a {
  color: #5a4e49;
}
/*=========margin===============*/
.mtb05 {
  margin-bottom: 0.5rem;
}
.mtb07 {
  margin-bottom: 0.7rem;
}
.mtb10 {
  margin-bottom: 1rem;
}
.mtb20 {
  margin-bottom: 2rem;
}
.mtb30 {
  margin-bottom: 3rem;
}
/*=========HOME===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: #fff;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width:569px) {
  #splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    text-align: center;
  }
  #splash_logo img {
    width: 560px;
  }
}
@media screen and (max-width:568px) {
  #splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    text-align: center;
  }
 #splash_logo img {
    width: 98vw !important;
  }
}
.letterS {
  letter-spacing: 0.1rem;
}
.logo img {
  width: 11rem;
}
.home .menu {
  padding-top: 2.2rem;
  padding-bottom: 2.8rem;
}
.home .menu li {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.home .menu li a {
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
  background: url(../img/mark_s.png) no-repeat;
  background-position: left 0 top 0.4rem;
  background-size: 1.25rem auto;
  padding-left: 2rem;
  position: relative;
  text-decoration: none;
}
.home .menu li a:hover {
  cursor: pointer;
}
.home .menu li a::after {
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #dbb4c6;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.home .menu li a:hover::after {
  transform: scale(1, 1);
}
.home .garden .name {
  font-size: 0.88rem;
  margin-bottom: 0.2rem;
  line-height: 1.4;
}
.home .garden .addr {
  font-size: 0.88rem;
  line-height: 1.3;
  margin-bottom: 0.7rem;
}
.home .garden .phone {
  margin-bottom: 1rem;
}
.home .garden .phone img {
  width: 12.5rem;
}
.home a.map {
  font-size: 1.25rem;
  display: inline-block;
  padding: 0.2rem 1rem 0.5rem;
  background-color: #dbb4c6;
  border: #dbb4c6 solid 1px;
  line-height: 1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width:569px) {
.home a.map:hover {
  background-color: #fff;
  color: #dbb4c6;
}
}
.usually {
  background: #fff;
}
.area1 {
  background: url("../img/bg_policy.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.area2 {
  background: url("../img/bg_guide.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.area1 .text p, .area2 .text p, .area4 .text p {
  text-align: center;
}
.home .text p {
  font-size: 1rem;
  line-height: 1.7;
}
.home .text p.msg {
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.7;
}
.home .text p.tel {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.8rem;
	line-height:1.8; 
margin-bottom: 1rem;

}
.home .text p.tel img {
  width: 15.4rem;
}
.home .text p.small {
  font-weight: 600;
  font-size: 0.81rem;
  line-height: 1.6;
  letter-spacing: 0;
}
p.btn {
  margin-top: 0.5rem;
}
p.btn a {
  font-size: 0.75rem;
  display: inline-block;
  padding: 0.2rem 0.5rem;
  line-height: 1.5rem;
  background-color: #dbb4c6;
  border: #dbb4c6 solid 1px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 646px) {
  p.btn a:hover {
    background-color: #fff;
    color: #dbb4c6;
  }
}
.area1 .container, .area2 .container, .top .container {
  height: calc(100vh - 8rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/*================
inview
==================*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(500px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-500px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*=========recruit===============*/
h1.gradient {
  background: #F6BFD6;
  background: linear-gradient(100deg, rgba(246, 191, 214, 1) 0%, rgba(186, 227, 249, 1) 100%);
}
a.gradient {
  background: linear-gradient(90deg, rgba(245, 191, 214, 1) 0%, rgba(186, 227, 249, 1) 35%, rgba(186, 227, 249, 1) 50%, rgba(186, 227, 249, 1) 65%, rgba(245, 191, 214, 1) 100%);
  background-position: 0 50%;
  background-size: 200% auto;
  transition: background-position 0.5s ease-in-out;
}
@media screen and (min-width: 646px) {
  a.gradient:hover {
    background-position: 100% 50%;
  }
}
.recruit h1 {
  padding: 0.6rem 1rem 1.1rem;
  line-height: 1.3;
}
.recruit h1 img {
  width: 10.8rem;
}
.recruit h1 p {
  font-size: 1rem;
  font-weight: 600;
}
.container {
  padding: 2rem 1.4rem 1rem;
}
.recruit .menu {
  padding-top: 2rem;
}
.recruit .menu li {
  padding: 0.3rem 0;
}
.recruit .menu li a {
  font-weight: 600;
  text-decoration: none;
}
.recruit .menu li.msg a, .recruit .menu li.list a, .recruit .menu li.cont a {
  display: block;
  width: 16.8rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.6rem 0.3rem;
  font-size: 1.125rem;
}
.recruit .menu li.home {
  padding: 1rem 0 0;
}
.recruit .menu li.home a {
  font-size: 0.94rem;
}
.copyright {
  font-size: 0.94rem;
  padding-bottom: 2rem;
  padding-top: 3rem;
}
.copyright a {
  font-size: 1rem;
  text-decoration: underline;
}
.area1 .copyright{color: #fff;}
.area1 .copyright a{color: #fff;}
.recruit h2 {
  font-size: 1.625rem;
  line-height: 1.8;
  font-weight: 600
}
.logo_img {
  padding-top: 2.2rem;
  padding-bottom: 1.5rem;
}
.logo_img img {
  width: 8.25rem
}
.msg p {
  font-size: 1.07rem;
  line-height: 1.9;
  font-weight: 600;
}
.msg_l p {
  font-size: 1.07rem;
  line-height: 2.1;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
.recruit_list {
  margin: 0;
  padding: 0;
  position: relative;
}
.recruit_list a .resume {
  position: absolute;
  top: calc(50% - 4.3rem);
  width: 8.6rem;
  height: 8.6rem;
  border-radius: 4.3rem;
  border: #fff solid 2px;
  background: linear-gradient(90deg, rgba(245, 191, 214, 1) 0%, rgba(186, 227, 249, 1) 100%);
}
.recruit_list.staff1 a .resume, .recruit_list.staff3 a .resume {
  right: 2rem;
}
.recruit_list.staff2 a .resume, .recruit_list.staff4 a .resume {
  left: 2rem;
}
.recruit_list a:hover .resume {
  background-position: 100% 50%;
}
.recruit_list a .resume span {
  display: block;
}
@media screen and (min-width: 646px) {
  .recruit_list a {
    transition: .3s ease-in-out;
  }
  .recruit_list a:hover {
    filter: brightness(1.1);
  }
}
.recruit_list a .resume {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.recruit_list a .resume .bk {
  margin-bottom: 0.3rem;
}
.recruit_list a .resume .bk img {
  width: 1.6rem;
}
.recruit_list a .resume .start {
  font-size: 0.69rem;
  line-height: 1.4;
}
.recruit_list a .resume .post {
  font-size: 1.07rem;
  padding-bottom: 0.5rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}
.recruit_list a .resume .school {
  font-size: 0.69rem;
  line-height: 1.4;
  padding-bottom: 0.4rem;
}
header .resume {
  position: relative;
  z-index: 99;
  margin-top: -1px;
  background: #F6BFD6;
  background: linear-gradient(100deg, rgba(246, 191, 214, 1) 0%, rgba(186, 227, 249, 1) 100%);
  padding: 0.5rem 0.5rem 0.9rem;
}
header .resume span {
  display: block;
  line-height: 1.4;
  font-weight: 600
}
header .resume .post {
  font-size: 1.6rem;
  padding-bottom: 0.3rem;
  letter-spacing: 0.1rem;
}
header .resume .start {
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
header .resume .school {
  font-size: 1rem;
  letter-spacing: 0.06rem;
}
.masfor {
  padding-top: 0.4rem;
  padding-bottom: 0.9rem;
}
.masfor img {
  width: 12.75rem;
}
.gallery {
  padding-top: 1.8rem;
}
.recruit h2 img {
  width: 6.5rem
}
.recruit h3 span {
  display: inline-block;
  padding: 0.1rem 2.5rem;
  background: #F6BFD6;
  background: linear-gradient(100deg, rgba(246, 191, 214, 1) 0%, rgba(186, 227, 249, 1) 100%);
}
.garden p.tel {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 0.5rem;
}
.garden p.tel img {
  width: 15.625rem;
}
/*=========モーダルCSS===============*/
.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
}
#modalArea .text {
  padding-bottom: 2rem;
}
#modalArea h2 {
  font-size: 1.32rem;
  margin-bottom: 1.8rem;
  font-weight: 700;
  background: url("../../parts/img/mark_s.png") no-repeat;
  background-position: center top 0;
  background-size: 1.2rem;
  padding-top: 1.4rem;
}
#modalArea .text {
  text-align: left;
}
.text p {
  font-size: 1rem;
  line-height: 1.7;
}
.text p.small {
  font-weight: 600;
  font-size: 0.81rem;
  line-height: 1.6;
}
div.text h4.pp {
  font-size: 0.94rem;
  text-align: left;
  border-left: 0.3rem solid #dbb4c6;
  line-height: 0.9em;
  margin: 1.5rem 0 0.4rem 0.35rem;
  padding-left: 0.7rem;
}
div.text p.pp {
  font-size: 0.81rem;
  text-align: justify;
  text-justify: inter-ideograph;
  padding-left: 1em;
}