@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

html,
body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  background: #fff7f7;
}
@media screen and (max-width: 1200px) {
  html,
  body {
    font-size: 0.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
    font-size: 0.2325581395vw;
  }
}

main {
  position: relative;
}

.jp {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

section {
  position: relative;
}

p {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  p {
    font-size: 16rem;
  }
}

a {
  display: block;
  text-decoration: none;
  color: #000;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 769px) {
  a:hover {
    opacity: 0.6;
  }
}

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

span {
  display: inline-block;
}

li {
  list-style: none;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sec-inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .sec-inner {
    max-width: 1000rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-inner {
    max-width: 100%;
    padding: 0 20rem;
  }
}

.sec-title {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #dd2c65;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .sec-title {
    font-size: 24rem;
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-title {
    margin-bottom: 30rem;
  }
}
.sec-title::before {
  content: "";
  display: block;
  width: 130px;
  height: 70px;
  margin-inline: auto;
  aspect-ratio: 13/7;
  background-image: url(../img/head.webp);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 6px;
}
@media screen and (max-width: 1200px) {
  .sec-title::before {
    width: 130rem;
    height: 70rem;
    margin-bottom: 6rem;
  }
}

.commonbtn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .commonbtn {
    margin-bottom: 20rem;
  }
}
.commonbtn a {
  width: 185px;
  height: 45px;
  border-radius: 23px;
  background: #dd2c65;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #fff;
  padding: 10px 23px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .commonbtn a:hover {
    opacity: 1;
  }
  .commonbtn a:hover::after {
    right: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .commonbtn a:hover::after {
    right: 5rem;
  }
}
@media screen and (max-width: 1200px) {
  .commonbtn a {
    padding: 10rem 23rem;
    width: 185rem;
    height: 45rem;
    font-size: 18rem;
    border-radius: 23rem;
  }
}
.commonbtn a::after {
  position: absolute;
  content: "";
  background-image: url(../img/link-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .commonbtn a::after {
    width: 25rem;
    height: 10rem;
    right: 15rem;
  }
}

.header {
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff7f7;
  }
}
.header_inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .header_inner {
    max-width: 1000rem;
  }
}
@media screen and (max-width: 768px) {
  .header_inner {
    padding: 10rem 20rem;
  }
}
.header_top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.header_logo {
  position: relative;
  z-index: 20;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .header_logo {
    max-width: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .header_logo {
    max-width: 220rem;
  }
}
.header_tel {
  max-width: 310px;
  width: 100%;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 0px 0px 20px 20px;
  background: #dd2c65;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .header_tel {
    font-size: 35rem;
    border-radius: 0 0 20rem 20rem;
    height: 73rem;
    max-width: 310rem;
  }
}
@media screen and (max-width: 768px) {
  .header_tel {
    display: none;
  }
}
.header_tel img {
  width: 30px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .header_tel img {
    max-width: 30rem;
  }
}
.header_nav {
  margin: auto;
  margin-right: 90px;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .header_nav {
    margin-right: 90rem;
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .header_nav.open {
    right: 0%;
  }
}
@media screen and (max-width: 768px) {
  .header_nav {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff7f7;
    margin: 0;
    z-index: 10;
    transition: all 0.5s;
  }
}
.header_nav_ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .header_nav_ul {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .header_nav_ul {
    flex-direction: column;
    padding-top: 100rem;
  }
}
.header_nav_li.dropdown_li {
  position: relative;
  cursor: pointer;
  padding: 3px 10px;
  border-radius: 5px 5px 0 0;
  border: 1px solid transparent;
  transition: all 0.5s;
}
@media screen and (max-width: 1200px) {
  .header_nav_li.dropdown_li {
    padding: 3rem 10rem;
    border-radius: 5rem;
  }
}
@media screen and (min-width: 760px) {
  .header_nav_li.dropdown_li:hover .childbox {
    opacity: 1;
    visibility: visible;
    z-index: 20;
    height: auto;
  }
}
.header_nav_li a {
  cursor: pointer;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #000;
  padding: 3px 10px;
  border-radius: 5px;
  border: 1px solid transparent;
}
@media screen and (max-width: 1200px) {
  .header_nav_li a {
    font-size: 16rem;
    padding: 3rem 10rem;
    border-radius: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .header_nav_li a:hover {
    color: #dd2c65;
    border: 1px solid #eb96b8;
  }
  .header_nav_li a.active {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #dd2c65;
    color: #eb96b8;
    border-radius: 5px;
    border: 1px solid #eb96b8;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header_nav_li a.active {
    gap: 2rem;
    border-radius: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .header_nav_li a.active::before {
    display: block;
    content: "";
    width: 20px;
    height: 22px;
    background-image: url(../img/link-before.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 2px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header_nav_li a.active::before {
    width: 20rem;
    height: 22rem;
    margin-right: 2rem;
  }
}
.header_nav_li a.dropdown {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .header_nav_li a.dropdown {
    position: relative;
  }
  .header_nav_li a.dropdown::before {
    position: absolute;
    content: "";
    width: 14rem;
    height: 1rem;
    top: 50%;
    right: 20rem;
    background-color: #000;
  }
  .header_nav_li a.dropdown::after {
    position: absolute;
    content: "";
    width: 1rem;
    height: 14rem;
    top: 6rem;
    right: 26rem;
    background-color: #000;
    transition: 0.1s;
  }
  .header_nav_li a.dropdown.active::after {
    width: 0;
  }
}
.header_nav_li a.dropdown:hover {
  color: #dd2c65;
  border: 1px solid transparent;
}
.header_nav_li .childbox {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 105px;
  z-index: 10;
  border: 1px solid #eb96b8;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.2s;
  height: 0;
}
@media screen and (max-width: 1200px) {
  .header_nav_li .childbox {
    width: 105rem;
  }
}
@media screen and (max-width: 768px) {
  .header_nav_li .childbox {
    position: initial;
    transform: none;
    width: 180rem;
  }
}
@media screen and (max-width: 768px) {
  .header_nav_li .childbox.change {
    margin-top: 10rem;
    opacity: 1;
    height: 190rem;
    z-index: 10;
    visibility: visible;
  }
}
.header_nav_li .childbox_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 5px;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .header_nav_li .childbox_list {
    gap: 6rem;
    padding: 5rem;
  }
}
.header_nav_li .childbox_list li {
  width: 100%;
}
.header_nav_li .childbox_list li a {
  width: 100%;
  height: 55px;
  background: #eb96b8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  border-radius: 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .header_nav_li .childbox_list li a {
    height: 55rem;
    font-size: 14rem;
    line-height: 19rem;
  }
}
.header_hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_hamburger {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20rem;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7rem;
    width: 30rem;
  }
  .header_hamburger.change span:nth-of-type(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  .header_hamburger.change span:nth-of-type(2) {
    display: none;
  }
  .header_hamburger.change span:nth-of-type(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  .header_hamburger span {
    display: block;
    height: 3rem;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #dd2c65;
    transition: all 0.2s;
  }
  .header_hamburger span:nth-of-type(1) {
    top: 10rem;
  }
  .header_hamburger span:nth-of-type(3) {
    top: -10rem;
  }
}
.header_sp_tel {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_sp_tel {
    max-width: 250rem;
    width: 100%;
    height: 50rem;
    margin: auto;
    margin-top: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    border-radius: 40rem;
    background: #dd2c65;
    font-weight: bold;
    font-size: 20rem;
    text-align: center;
    color: #fff;
  }
  .header_sp_tel img {
    width: 18rem;
    height: auto;
  }
}

.main {
  margin: 30px auto 0;
}
@media screen and (max-width: 1200px) {
  .main {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .main {
    max-width: 100%;
    margin-top: 60rem;
  }
}

.t-news_inner {
  max-width: 900px;
  width: 100%;
  margin: auto;
  margin-top: -10px;
  border-radius: 30px;
  padding: 30px 20px 20px;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .t-news_inner {
    max-width: 900rem;
    margin-top: -10rem;
    border-radius: 30rem;
    padding: 30rem 20rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news_inner {
    max-width: 100%;
    padding: 40rem 20rem;
  }
}
.t-news_list li:first-child .t-news_item {
  padding-top: 0;
}
.t-news_item {
  display: flex;
  align-items: stretch;
  gap: 65px;
  padding: 20px 30px;
  border-bottom: 3px dotted #dd2c65;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .t-news_item {
    gap: 65rem;
    padding: 20rem 30rem;
    font-size: 18rem;
    border-width: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news_item {
    padding: 20rem 0;
    font-size: 16rem;
    gap: 10rem;
  }
}
@media screen and (min-width: 769px) {
  .t-news_item:hover {
    color: #dd2c65;
  }
}
.t-news_item_date {
  font-weight: bold;
  min-width: 100px;
}
@media screen and (max-width: 1200px) {
  .t-news_item_date {
    min-width: 100rem;
  }
}
.t-news_item_title {
  font-weight: 900;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .t-news_item_title {
    font-size: 18rem;
  }
}

.t-sns {
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .t-sns {
    margin-top: 40rem;
  }
}
.t-sns_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .t-sns_list {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-sns_list {
    gap: 10rem;
  }
}
.t-sns_notic {
  margin-top: 10px;
  font-family: "Noto Sans CJK JP";
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #020202;
}
@media screen and (max-width: 1200px) {
  .t-sns_notic {
    font-size: 14rem;
    line-height: 21rem;
    margin-top: 10rem;
  }
}

.p-philosophy {
  margin: 100px auto;
}
@media screen and (max-width: 1200px) {
  .p-philosophy {
    margin: 100rem auto;
  }
}
@media screen and (max-width: 768px) {
  .p-philosophy {
    margin: 50rem auto;
  }
}
.p-philosophy .sec-title {
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .p-philosophy .sec-title {
    margin-bottom: 10rem;
  }
}
.p-philosophy_txt {
  font-weight: bold;
  font-size: 24px;
  line-height: 54px;
  text-align: center;
  color: #050505;
  margin-top: 25px;
}
@media screen and (max-width: 1200px) {
  .p-philosophy_txt {
    font-size: 24rem;
    line-height: 54rem;
    margin-bottom: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-philosophy_txt {
    font-size: 16rem;
    line-height: 28rem;
  }
}

.p-policy {
  margin: 100px auto;
}
@media screen and (max-width: 1200px) {
  .p-policy {
    margin: 100rem auto;
  }
}
@media screen and (max-width: 768px) {
  .p-policy {
    margin: 50rem auto;
  }
}
.p-policy_txt {
  font-weight: bold;
  font-size: 24px;
  line-height: 54px;
  text-align: center;
  color: #050505;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .p-policy_txt {
    font-size: 24rem;
    line-height: 54rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-policy_txt {
    font-size: 16rem;
    line-height: 28rem;
  }
}

.p-goals {
  margin: 100px auto;
}
@media screen and (max-width: 1200px) {
  .p-goals {
    margin: 100rem auto;
  }
}
@media screen and (max-width: 768px) {
  .p-goals {
    margin: 50rem auto;
  }
}
.p-goals_box {
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .p-goals_box {
    padding: 0 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-goals_box {
    padding: 0;
  }
}
.p-goals_item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1200px) {
  .p-goals_item {
    gap: 20rem;
    margin-bottom: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .p-goals_item {
    gap: 10rem;
    align-items: stretch;
  }
}
.p-goals_item:last-child {
  margin-bottom: 0;
}
.p-goals_item_head {
  min-width: 110px;
  max-width: 110px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-goals_item_head {
    max-width: 110rem;
    min-width: 110rem;
  }
}
@media screen and (max-width: 768px) {
  .p-goals_item_head {
    min-width: 80rem;
    max-width: 80rem;
  }
}
.p-goals_item_title {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #dd2c65;
}
@media screen and (max-width: 1200px) {
  .p-goals_item_title {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .p-goals_item_title {
    font-size: 18rem;
  }
}
.p-goals_item_txt {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #050505;
  margin-top: 13px;
}
@media screen and (max-width: 1200px) {
  .p-goals_item_txt {
    margin-bottom: 13rem;
    font-size: 18rem;
    line-height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-goals_item_txt {
    font-size: 16rem;
    line-height: 28rem;
    margin-top: 10rem;
  }
}

.t-telcontact {
  margin: 100px auto;
}
@media screen and (max-width: 1200px) {
  .t-telcontact {
    margin: 100rem auto;
  }
}
@media screen and (max-width: 768px) {
  .t-telcontact {
    margin: 50rem auto;
  }
}
.t-telcontact_link {
  margin: auto;
  text-align: center;
}
.t-telcontact_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: bold;
  font-size: 46px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .t-telcontact_link a {
    gap: 10rem;
    font-size: 46rem;
  }
}
@media screen and (max-width: 768px) {
  .t-telcontact_link a {
    font-size: 30rem;
  }
}
.t-telcontact_link a img {
  width: 35px;
}
@media screen and (max-width: 1200px) {
  .t-telcontact_link a img {
    width: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .t-telcontact_link a img {
    width: 20rem;
  }
}

.t-access {
  margin: 100px auto;
}
@media screen and (max-width: 1200px) {
  .t-access {
    margin: 100rem auto;
  }
}
@media screen and (max-width: 768px) {
  .t-access {
    margin: 50rem auto;
  }
}
.t-access_item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1200px) {
  .t-access_item {
    gap: 25rem;
    margin-bottom: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .t-access_item {
    margin-bottom: 80rem;
    flex-direction: column;
    gap: 20rem;
  }
}
.t-access_item_content {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .t-access_item_content {
    max-width: 400rem;
  }
}
@media screen and (max-width: 768px) {
  .t-access_item_content {
    max-width: 100%;
    display: flex;
    align-items: stretch;
    gap: 0 10rem;
    flex-wrap: wrap;
  }
}
.t-access_item_content .itemrow {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .t-access_item_content .itemrow {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-access_item_content .itemrow {
    max-width: calc(50% - 5rem);
    width: 100%;
  }
}
.t-access_item_content .itemrow:last-child {
  margin-bottom: 0;
}
.t-access_item_content .itemrow_head {
  border-radius: 16px;
  background: #dd2c65;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 2px 20px;
}
@media screen and (max-width: 1200px) {
  .t-access_item_content .itemrow_head {
    padding: 2rem 20rem;
    border-radius: 16rem;
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .t-access_item_content .itemrow_head {
    font-size: 16rem;
  }
}
.t-access_item_content .itemrow_txt {
  font-family: "Noto Sans CJK JP";
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  margin-top: 10px;
  margin-left: 20px;
  color: #272727;
}
@media screen and (max-width: 1200px) {
  .t-access_item_content .itemrow_txt {
    font-size: 20rem;
    line-height: 30rem;
    margin-top: 10rem;
    margin-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-access_item_content .itemrow_txt {
    font-size: 16rem;
    line-height: 28rem;
    margin-left: 10rem;
  }
}
.t-access_item_map {
  max-width: 575px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .t-access_item_map {
    max-width: 575rem;
  }
}
@media screen and (max-width: 768px) {
  .t-access_item_map {
    max-width: 100%;
  }
}
.t-access_item_map iframe {
  width: 100%;
  height: 540px;
}
@media screen and (max-width: 1200px) {
  .t-access_item_map iframe {
    height: 540rem;
  }
}
@media screen and (max-width: 768px) {
  .t-access_item_map iframe {
    height: 300rem;
  }
}

.footer {
  background: #ffe2eb;
  padding-top: 60px;
}
@media screen and (max-width: 1200px) {
  .footer {
    padding-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 50rem;
  }
}
.footer_top {
  display: flex;
  align-items: flex-end;
  gap: 35px;
}
@media screen and (max-width: 1200px) {
  .footer_top {
    gap: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_top {
    flex-direction: column;
    align-items: center;
    gap: 20rem;
  }
}
.footer_logo {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .footer_logo {
    max-width: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo {
    max-width: 220rem;
  }
}
.footer_tel {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .footer_tel {
    font-size: 24rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_tel {
    font-size: 20rem;
  }
}
.footer_tel img {
  width: 18px;
}
@media screen and (max-width: 1200px) {
  .footer_tel img {
    width: 18rem;
  }
}
.footer_middle {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .footer_middle {
    gap: 10rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_middle {
    flex-direction: column;
    align-items: center;
    gap: 50rem;
    margin-bottom: 30rem;
  }
}
.footer_nav {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
@media screen and (max-width: 1200px) {
  .footer_nav {
    gap: 100rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav {
    gap: 40rem;
    width: 100%;
    justify-content: center;
  }
}
.footer_nav_ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1200px) {
  .footer_nav_ul {
    gap: 15rem;
  }
}
.footer_nav_li a {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #000;
  transition: all 0.5s;
}
@media screen and (max-width: 1200px) {
  .footer_nav_li a {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav_li a {
    font-size: 14rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_nav_li a:hover {
    color: #dd2c65;
  }
}
.footer_sns {
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .footer_sns {
    max-width: 320rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sns {
    max-width: 200rem;
    margin: auto;
  }
}
.footer_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #dd2c65;
  padding: 12px;
}
@media screen and (max-width: 1200px) {
  .footer_bottom {
    padding: 12rem;
  }
}
.footer_bottom_link {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .footer_bottom_link {
    font-size: 16rem;
  }
}
.footer_right {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .footer_right {
    font-size: 16rem;
  }
}

.s-fv {
  position: relative;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .s-fv {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-fv .sec-inner {
    padding: 0 10rem;
  }
}
.s-fv_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 20px;
}
@media screen and (max-width: 1200px) {
  .s-fv_box {
    padding: 10rem 0rem;
    gap: 10rem;
  }
}
.s-fv_leftimg {
  max-width: 80px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .s-fv_leftimg {
    max-width: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .s-fv_leftimg {
    max-width: 40rem;
  }
}
.s-fv_rightimg {
  max-width: 85px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .s-fv_rightimg {
    max-width: 85rem;
  }
}
@media screen and (max-width: 768px) {
  .s-fv_rightimg {
    max-width: 45rem;
  }
}
.s-fv h1 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #dd2c65;
}
@media screen and (max-width: 1200px) {
  .s-fv h1 {
    font-size: 24rem;
  }
}

.p-facility {
  margin: 100px auto;
}
@media screen and (max-width: 1200px) {
  .p-facility {
    margin: 100rem auto;
  }
}
@media screen and (max-width: 768px) {
  .p-facility {
    margin: 50rem auto;
  }
}
.p-facility_item {
  margin-bottom: 45px;
}
@media screen and (max-width: 1200px) {
  .p-facility_item {
    margin-bottom: 45rem;
  }
}
.p-facility_item:last-child {
  margin-bottom: 0;
}
.p-facility_item_head {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #dd2c65;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .p-facility_item_head {
    margin-bottom: 20rem;
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-facility_item_head {
    font-size: 18rem;
    margin-bottom: 15rem;
  }
}
.p-facility_item_content .txt {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #050505;
}
@media screen and (max-width: 1200px) {
  .p-facility_item_content .txt {
    font-size: 18rem;
    line-height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-facility_item_content .txt {
    font-size: 16rem;
    line-height: 28rem;
  }
}
.p-facility_item_content .rowcontent {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 20px;
  padding-left: 8px;
}
@media screen and (max-width: 1200px) {
  .p-facility_item_content .rowcontent {
    gap: 5rem;
    padding-left: 8rem;
    margin-bottom: 20rem;
  }
}
.p-facility_item_content .rowcontent img {
  min-width: 35px;
  max-width: 35px;
}
@media screen and (max-width: 1200px) {
  .p-facility_item_content .rowcontent img {
    max-width: 35rem;
    min-width: 35rem;
  }
}
.p-facility_item_content table {
  width: 100%;
  border: 1px solid #707070;
  border-collapse: collapse;
}
.p-facility_item_content table tr {
  border: 1px solid #707070;
}
.p-facility_item_content table tr th {
  width: 175px;
  background: #dd2c65;
  padding: 20px 25px;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .p-facility_item_content table tr th {
    font-size: 20rem;
    padding: 20rem;
    width: 175rem;
  }
}
@media screen and (max-width: 768px) {
  .p-facility_item_content table tr th {
    width: 100rem;
    font-size: 16rem;
    padding: 10rem;
  }
}
.p-facility_item_content table tr td {
  padding: 20px 40px;
  border: 1px solid #707070;
  border-collapse: collapse;
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  text-align: left;
  color: #141414;
}
@media screen and (max-width: 1200px) {
  .p-facility_item_content table tr td {
    font-size: 20rem;
    line-height: 36rem;
    padding: 20rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  .p-facility_item_content table tr td {
    font-size: 16rem;
    line-height: 28rem;
    padding: 10rem;
  }
}

.p-privacy_box {
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .p-privacy_box {
    padding: 80rem 0;
  }
}
.p-privacy_box .title {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .p-privacy_box .title {
    font-size: 22rem;
    margin-bottom: 10rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-privacy_box .title {
    font-size: 18rem;
    margin-top: 30rem;
    text-align: left;
  }
}
.p-privacy_box .txt {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .p-privacy_box .txt {
    font-size: 18rem;
    line-height: 27rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-privacy_box .txt {
    font-size: 16rem;
    line-height: 26rem;
    text-align: left;
  }
}
.p-privacy_title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #000;
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .p-privacy_title {
    margin-bottom: 80rem;
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .p-privacy_title {
    font-size: 20rem;
    margin-bottom: 40rem;
  }
}

.p-temporary {
  margin: 50px auto;
}
@media screen and (max-width: 1200px) {
  .p-temporary {
    margin: 50rem auto;
  }
}
.p-temporary_item {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .p-temporary_item {
    gap: 50rem;
    margin-bottom: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .p-temporary_item {
    flex-direction: column;
    gap: 10rem;
  }
}
.p-temporary_item:last-child {
  margin-bottom: 0;
}
.p-temporary_item_head {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #dd2c65;
  min-width: 100px;
}
@media screen and (max-width: 1200px) {
  .p-temporary_item_head {
    min-width: 100rem;
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .p-temporary_item_head {
    min-width: auto;
    font-size: 20rem;
  }
}
.p-temporary_item_content {
  width: 100%;
}
.p-temporary_item_content .txt {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #050505;
}
@media screen and (max-width: 1200px) {
  .p-temporary_item_content .txt {
    font-size: 24rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-temporary_item_content .txt {
    font-size: 18rem;
  }
}
.p-temporary_item_content .smalltxt {
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  color: #050505;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1200px) {
  .p-temporary_item_content .smalltxt {
    margin-top: 10rem;
    font-size: 18rem;
    line-height: 32rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-temporary_item_content .smalltxt {
    font-size: 14rem;
    line-height: 24rem;
    margin-top: 10rem;
  }
}
.p-temporary_item_content table {
  border: 1px solid #707070;
  border-collapse: collapse;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .p-temporary_item_content table {
    margin-bottom: 20rem;
  }
}
.p-temporary_item_content table tr td {
  padding: 8px 20px;
  border: 1px solid #707070;
  border-collapse: collapse;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #050505;
}
@media screen and (max-width: 1200px) {
  .p-temporary_item_content table tr td {
    font-size: 24rem;
    line-height: 34rem;
    padding: 8rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-temporary_item_content table tr td {
    padding: 5rem;
    font-size: 14rem;
    line-height: 24rem;
  }
}
.p-temporary_item_content table tr td span {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .p-temporary_item_content table tr td span {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .p-temporary_item_content table tr td span {
    font-size: 11rem;
  }
}

.pNewsContent {
  display: flex;
  gap: 43px;
  margin: 60px auto 80px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .pNewsContent {
    gap: 43rem;
    margin: 60rem auto 80rem;
  }
}
@media screen and (max-width: 768px) {
  .pNewsContent {
    gap: 50rem;
    flex-direction: column-reverse;
  }
}

.newsList {
  max-width: 775px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .newsList {
    max-width: 775rem;
  }
}
@media screen and (max-width: 768px) {
  .newsList {
    max-width: 100%;
  }
}
.newsList_ul {
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .newsList_ul {
    margin-bottom: 35rem;
  }
}
.newsList_li {
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .newsList_li {
    border-radius: 20rem;
    padding: 20rem;
    margin-bottom: 35rem;
  }
}
.newsList_li:last-child {
  margin-bottom: 0px;
}
.newsList_li_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
@media screen and (max-width: 1200px) {
  .newsList_li_head {
    margin-bottom: 22rem;
  }
}
.newsList_li_head time {
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .newsList_li_head time {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .newsList_li_head time {
    font-size: 14rem;
  }
}
.newsList_li_categories {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .newsList_li_categories {
    gap: 20rem;
  }
}
.newsList_li_category {
  background: #dd2c65;
  color: white;
  border-radius: 17px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 3px 27px;
}
@media screen and (max-width: 1200px) {
  .newsList_li_category {
    border-radius: 17rem;
    padding: 3rem 27rem;
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .newsList_li_category {
    font-size: 14rem;
    padding: 3rem 20rem;
  }
}
.newsList_li_title {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #000;
  margin-bottom: 38px;
}
@media screen and (max-width: 1200px) {
  .newsList_li_title {
    margin-bottom: 38rem;
    font-size: 22rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .newsList_li_title {
    font-size: 20rem;
    margin-bottom: 30rem;
  }
}
.newsList_li_content {
  padding: 0 10px;
}
@media screen and (max-width: 1200px) {
  .newsList_li_content {
    padding: 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .newsList_li_content {
    padding: 0;
  }
}
.newsList_li_content p,
.newsList_li_content img,
.newsList_li_content h2,
.newsList_li_content h3,
.newsList_li_content ul,
.newsList_li_content ol {
  margin-bottom: 20px;
}
.newsList_li_text {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .newsList_li_text {
    font-size: 18rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .newsList_li_text {
    font-size: 16rem;
    line-height: 24rem;
  }
}
.newsList_li_image {
  margin: 25px auto;
}
@media screen and (max-width: 1200px) {
  .newsList_li_image {
    margin: 25rem auto;
  }
}
.newsList_li_icon {
  display: block;
  width: 110px;
  margin: auto;
  margin-right: 0;
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  .newsList_li_icon {
    width: 110rem;
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .newsList_li_icon {
    width: 80rem;
  }
}
.newsList_button.-number {
  border-radius: 50%;
  background: #ffe2eb;
  height: 44px;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .newsList_button.-number {
    width: 44rem;
    height: 44rem;
  }
}
@media screen and (max-width: 768px) {
  .newsList_button.-number {
    width: 30rem;
    height: 30rem;
  }
}
.newsList_button.-number.-current {
  background: #dd2c65;
}
.newsList_button.-number.-current span {
  color: #fff;
}
.newsList_button.-dot {
  display: block;
  margin: auto 15px;
}
@media screen and (max-width: 768px) {
  .newsList_button.-dot {
    margin: auto 15rem;
  }
}
@media screen and (max-width: 768px) {
  .newsList_button.-dot {
    margin: auto 10rem;
  }
}
.newsList_button.-arrow1::after {
  content: "";
  width: 14px;
  height: 17px;
  background: #dd2c65;
  display: block;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-right: 25px;
}
@media screen and (max-width: 1200px) {
  .newsList_button.-arrow1::after {
    width: 14rem;
    height: 17rem;
    margin-right: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .newsList_button.-arrow1::after {
    width: 10rem;
    height: 14rem;
    margin-right: 15rem;
  }
}
.newsList_button.-arrow2 {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1200px) {
  .newsList_button.-arrow2 {
    gap: 5rem;
  }
}
.newsList_button.-arrow2::before, .newsList_button.-arrow2::after {
  content: "";
  width: 14px;
  height: 17px;
  background: #dd2c65;
  display: block;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  order: 1;
}
@media screen and (max-width: 1200px) {
  .newsList_button.-arrow2::before, .newsList_button.-arrow2::after {
    width: 14rem;
    height: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .newsList_button.-arrow2::before, .newsList_button.-arrow2::after {
    width: 10rem;
    height: 14rem;
  }
}
.newsList_button span {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .newsList_button span {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .newsList_button span {
    font-size: 14rem;
  }
}
.newsList_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.aside {
  width: 180px;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .aside {
    width: 180rem;
  }
}
@media screen and (max-width: 768px) {
  .aside {
    position: initial;
    width: 100%;
  }
}
.aside_category {
  margin-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  .aside_category {
    margin-bottom: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .aside_category {
    margin-bottom: 40rem;
  }
}
.aside_ul {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .aside_ul {
    margin-top: 20rem;
  }
}
.aside_title {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #fff;
  border-radius: 10px;
  background: #dd2c65;
  padding: 7px 12px;
}
@media screen and (max-width: 1200px) {
  .aside_title {
    font-size: 20rem;
    border-radius: 10rem;
    padding: 7rem 12rem;
  }
}
@media screen and (max-width: 768px) {
  .aside_title {
    font-size: 16rem;
  }
}
.aside_li {
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .aside_li {
    margin-bottom: 5rem;
  }
}
.aside_li:last-child {
  margin-bottom: 0;
}
.aside_li::before {
  content: "・";
  font-weight: 500;
  line-height: 1.7777777778;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .aside_li::before {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .aside_li::before {
    font-size: 16rem;
  }
}
.aside_li_link {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .aside_li_link {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .aside_li_link {
    font-size: 16rem;
  }
}
@media screen and (min-width: 769px) {
  .aside_li_link:hover {
    color: #dd2c65;
  }
}
.aside_latest {
  margin-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  .aside_latest {
    margin-bottom: 70rem;
  }
}
.aside_latest_ul {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .aside_latest_ul {
    margin-top: 20rem;
  }
}
.aside_latest_li_link {
  text-decoration: none;
  color: black;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .aside_latest_li_link:hover {
    color: #dd2c65;
  }
}
.aside_latest_li_span {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .aside_latest_li_span {
    font-size: 14rem;
    margin-bottom: 8rem;
  }
}
.aside_latest_li_text {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  border-bottom: solid 1px #707070;
  padding-bottom: 8px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .aside_latest_li_text {
    margin-bottom: 25rem;
    padding-bottom: 8rem;
    line-height: 26rem;
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .aside_latest_li_text {
    font-size: 16rem;
    line-height: 24rem;
  }
}

.p-gardenday {
  margin: 60px auto 80px;
}
@media screen and (max-width: 1200px) {
  .p-gardenday {
    margin: 60rem auto 80rem;
  }
}
.p-gardenday_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .p-gardenday_box {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-gardenday_box {
    flex-direction: column;
    gap: 50rem;
  }
}
.p-gardenday_item {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-gardenday_item {
    width: 100%;
  }
}
.p-gardenday_item_head {
  padding: 13px;
  border-radius: 31px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .p-gardenday_item_head {
    font-size: 24rem;
    border-radius: 31rem;
    padding: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .p-gardenday_item_head {
    font-size: 18rem;
  }
}
.p-gardenday_item_head.blue {
  background: #c1e4ff;
}
.p-gardenday_item_head.brown {
  background: #f3bcb4;
}
.p-gardenday_item_content {
  margin-top: 35px;
  margin-left: 15px;
}
@media screen and (max-width: 1200px) {
  .p-gardenday_item_content {
    margin-top: 35rem;
    margin-left: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-gardenday_item_content {
    margin-top: 25rem;
  }
}
.p-gardenday_item_row {
  display: flex;
  align-items: stretch;
  gap: 30px;
  margin-bottom: 20px;
}
.p-gardenday_item_row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .p-gardenday_item_row {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-gardenday_item_row {
    gap: 20rem;
  }
}
.p-gardenday_item_row .head {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #000;
  min-width: 90px;
}
@media screen and (max-width: 1200px) {
  .p-gardenday_item_row .head {
    min-width: 90rem;
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .p-gardenday_item_row .head {
    font-size: 16rem;
    min-width: 60rem;
  }
}
.p-gardenday_item_row .txt {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .p-gardenday_item_row .txt {
    font-size: 24rem;
    line-height: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .p-gardenday_item_row .txt {
    font-size: 16rem;
    line-height: 24rem;
  }
}
.p-gardenday_item_row .txt span {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .p-gardenday_item_row .txt span {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .p-gardenday_item_row .txt span {
    font-size: 12rem;
  }
}

.p-events {
  margin: 100px auto;
}
@media screen and (max-width: 1200px) {
  .p-events {
    margin: 100rem auto;
  }
}
@media screen and (max-width: 768px) {
  .p-events {
    margin: 50rem auto;
  }
}
.p-events_item {
  display: flex;
  align-items: flex-start;
  gap: 55px;
  margin-bottom: 80px;
}
.p-events_item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .p-events_item {
    gap: 55rem;
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .p-events_item {
    margin-bottom: 40rem;
    gap: 20rem;
  }
}
.p-events_item_img {
  max-width: 210px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-events_item_img {
    max-width: 210rem;
  }
}
@media screen and (max-width: 768px) {
  .p-events_item_img {
    max-width: 100rem;
  }
}
.p-events_item_main {
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-events_item_main {
    max-width: 600rem;
  }
}
@media screen and (max-width: 768px) {
  .p-events_item_main {
    max-width: 100%;
  }
}
.p-events_item_main .head {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #dd2c65;
  margin-bottom: 8px;
}
@media screen and (max-width: 1200px) {
  .p-events_item_main .head {
    font-size: 20rem;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-events_item_main .head {
    font-size: 18rem;
  }
}
.p-events_item_main .flexbox {
  display: flex;
  align-items: stretch;
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  .p-events_item_main .flexbox {
    gap: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .p-events_item_main .flexbox {
    flex-direction: column;
    gap: 0;
  }
}
.p-events_item_main .flexbox_item {
  flex: 1;
}
.p-events_item_main .flexbox_item .txt {
  font-weight: bold;
  font-size: 20px;
  line-height: 39px;
  text-align: left;
  color: #050505;
}
@media screen and (max-width: 1200px) {
  .p-events_item_main .flexbox_item .txt {
    font-size: 20rem;
    line-height: 39rem;
  }
}
@media screen and (max-width: 768px) {
  .p-events_item_main .flexbox_item .txt {
    font-size: 16rem;
    line-height: 30rem;
  }
}/*# sourceMappingURL=style.css.map */