body {
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Serif JP", serif;
  color: #4b3a45;
  font-size: 100%;
}
body#tinymce {
  background: #fff;
  text-align: left;
}
.roboto {
  font-family: "Roboto", sans-serif;
}
img {
  width: 100%;
  height: auto;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
  pointer-events: none;
}
a img:hover {
  opacity: 0.7;
}
a,
a img {
  text-decoration: none;
  transition: 0.3s;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.bold {
  font-weight: bold;
}
ul.normal,
ol {
  margin-left: 24px;
}
ul.normal li {
  list-style-type: disc;
}
/*=======================================================================
pc,sp切り替え
=======================================================================*/
.pc {
  display: none;
}
.sp {
  display: block;
}
@media all and (min-width: 961px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/*=======================================================================
余白
=======================================================================*/
.mab8 {
  margin-bottom: 8px;
}
.mab16 {
  margin-bottom: 16px;
}
.mab24 {
  margin-bottom: 24px;
}
.mab32 {
  margin-bottom: 32px;
}
.mab40 {
  margin-bottom: 40px;
}
.mab48 {
  margin-bottom: 48px;
}
.pa20 {
  padding: 0 20px;
}
.mal16 {
  margin-left: 16px;
}
.marl-auto {
  margin-left: auto;
  margin-right: auto;
}
/*=======================================================================
pagenavi
=======================================================================*/
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 87.5%;
  color: #111;
  padding: 12px 16px;
  margin: 0 4px;
  text-align: center;
  text-decoration: none;
}
.wp-pagenavi a:hover {
  color: #0f91c8;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
  transition: 0.03s;
  border-bottom: 4px solid transparent;
}
.wp-pagenavi span.current {
  color: #0f91c8;
  font-weight: bold;
  border-bottom: 4px solid #0f91c8;
}
.wp-pagenavi a.page:hover {
  border-bottom: 4px solid #0f91c8;
}
.wp-pagenavi span.pages {
  display: block;
  border: none;
  background: rgba(0, 0, 0, 0.05);
  color: #111;
}
.wp-pagenavi a.page,
.extend {
  display: none;
}
@media all and (min-width: 961px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 8px 16px;
  }
  .page {
    display: block;
  }
  .wp-pagenavi a.page,
  .extend {
    display: block;
  }
}
/*=======================================================================
flex
=======================================================================*/
@media all and (min-width: 961px) {
  .flex,
  .flex_fs,
  .flex_sb,
  .flex_center,
  .flex_end {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
  .flex_fs,
  .flex_sb {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex_fs {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .flex_sb {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .flex_center {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .flex_end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .list2 li {
    width: 50%;
  }
  .list2-2 li {
    width: 49%;
  }
  .list2-3 li {
    width: 49.5%;
  }
  .list3 li,
  .list3 div {
    width: 32%;
  }
  .list3 li ul li {
    width: 100%;
  }
  .list4 li,
  .list4 div {
    width: 23%;
  }
  .list5 li,
  .list5 div {
    width: 19%;
  }
  .w49 {
    width: 49%;
  }
  .w80 {
    width: 100%;
    max-width: 800px;
  }
}
.list100 li {
  width: 100%;
}
.normal li {
  margin-left: 4px;
  list-style-type: circle;
}
/*=======================================================================
iframe
=======================================================================*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*=======================================================================
header
=======================================================================*/
header {
  text-align: left;
  width: 100%;
  position: fixed;
  z-index: 300;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
header:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 8px;
  background: rgba(224, 173, 193, 0.6);
}
header.scroll {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.pc_nav {
  display: none;
}
header nav li {
  text-align: center;
}
.pc_nav li {
  margin: 0 36px;
}
header nav li a {
  color: #4b3a45;
  font-weight: 700;
}
header nav li span {
  font-family: "Roboto", sans-serif;
  display: block;
  font-weight: 400;
}
header nav li a span {
  color: #1874d9;
  font-size: 50%;
}
header .logo {
  width: 100px;
  margin: 8px;
}
.all_nav {
  width: 80px;
}
.pc_nav li a:hover {
  color: #db3986;
}
@media only screen and (min-width: 1281px) {
  header .logo {
    width: 140px;
    margin: 24px;
  }
  #main_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .pc_nav {
    display: flex;
    justify-content: center;
    position: absolute; /* 親に対して絶対配置 */
    left: 50%;
    transform: translateX(-50%);
  }
}
/*=======================================================================
nav
=======================================================================*/
#s-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100dvh;
  background: rgba(255, 255, 255, 0.98);
  transition: all 0.6s;
}
#s-nav.panelactive {
  right: 0;
}
#s-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100dvh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#s-nav .logo {
  width: 100px;
}
@media only screen and (max-width: 1280px) {
  #s-nav,
  #s-nav.panelactive #g-nav-list {
    width: 100%;
  }
}
#s-nav ul {
  position: absolute;
  z-index: 999;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#s-nav li {
  list-style: none;
  text-align: center;
}
#s-nav li a {
  color: #4b3a45;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  transition: all 0.5s;
}
#s-nav li a:hover {
  color: #db3986;
}
.openbtn {
  position: fixed;
  z-index: 9999;
  top: 4px;
  right: 4px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  background: #d9628d;
  border-radius: 30px;
}
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 11px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 27px;
}
.openbtn span:nth-of-type(1) {
  top: 13px;
}
.openbtn span:nth-of-type(2) {
  top: 19px;
}
.openbtn span:nth-of-type(3) {
  top: 25px;
}
.openbtn.active span:nth-of-type(1) {
  top: 14px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 26px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.openbtn span:nth-of-type(3)::after {
  content: "Menu";
  position: absolute;
  top: 5px;
  left: -2px;
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
}
.openbtn.active span:nth-of-type(3)::after {
  content: "Close";
  transform: translateY(0) rotate(-45deg);
  top: 5px;
  left: 2px;
}
header nav ul li {
  padding: 8px;
}
@media only screen and (min-width: 1281px) {
  #s-nav .logo {
    width: 140px;
  }
  .openbtn {
    position: fixed;
    top: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
  }
  .openbtn span {
    left: 17px;
  }
  .openbtn.active span:nth-of-type(1),
  .openbtn.active span:nth-of-type(3) {
    left: 22px;
  }
}
/*=======================================================================
article
=======================================================================*/
article {
  width: 100%;
}
article section {
  padding: 0 0 10vh 0;
}
article#top_contents section {
  padding: 10vh 0;
}
article section .wrap {
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
}
h2 {
  font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem) /*24-48|320-1920*/;
  position: relative;
  text-align: center;
  color: #db3986;
  z-index: 0;
  margin-bottom: 100px;
  font-weight: 600;
}
h2::before {
  position: absolute;
  top: 150%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: -1;
  font-weight: 400;
  font-size: 5vw;
  opacity: 0.4;
}
.ti {
  background: url("../img/bg02.jpg") no-repeat top right;
  background-size: 100% auto;
  width: 100%;
  padding: 60px;
  color: #fff !important;
  margin-bottom: 0 !important;
}
.ti::before {
  top: 70%;
}
h3 {
  color: #4b3a45;
  position: relative;
  font-weight: 400;
}
h3::before {
  position: absolute;
  content: url("../img/icon_flower.png");
  width: 59px;
  height: 58px;
}
.breadcrumbs {
  width: 80%;
  max-width: 1280px;
  margin: 32px auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumbs li:not(:last-of-type)::after {
  content: "/";
  margin: 0 0.6em;
  color: #777;
}
.breadcrumbs li,
.breadcrumbs li a {
  color: #4b3a45;
}
.anchor {
  width: 90%;
  max-width: 1000px;
  margin: 36px auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.anchor li {
  width: 48%;
  margin-bottom: 16px;
}
.anchor li a {
  background: #db3986;
  border-radius: 50px;
  display: block;
  color: #fff;
  text-align: center;
}
.anchor li a img {
  display: block;
}
@media only screen and (min-width: 961px) {
  .ti {
    padding: 100px;
  }
  h2::before,
  .ti::before {
    top: 50%;
    font-size: 10vw;
    opacity: 0.2;
  }
  .anchor {
    margin: 100px auto;
  }
}
@media only screen and (min-width: 661px) {
  .anchor li {
    width: 23%;
    margin-bottom: 0;
  }
}
/*=======================================================================
footer
=======================================================================*/
footer {
  background: #d9628d;
  padding: 64px 0;
}
footer .wrap {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
}
.footer_logo {
  max-width: 100px;
  margin: 0 auto 24px auto;
}
footer .in_wrap,
footer .last_wrap {
  width: 100%;
}
footer .in_wrap {
  width: 100%;
  border-style: solid;
  border-width: 1px 0;
  border-color: #fff;
  padding: 24px 0;
  margin-bottom: 24px;
}
.foot_contact_frame {
  position: relative;
  margin: 2em 0;
}
.frame-border {
  position: relative;
  border: solid 1px #fff;
  border-radius: 8px;
  padding: 24px;
}
.foot_contact_frame ul li {
  text-align: center;
}
.foot_contact_frame ul li:first-child {
  margin-bottom: 16px;
}
.foot_contact_frame ul li a,
.foot_contact_frame ul li span {
  background: #fff;
  color: #4b3a45;
  display: block;
  width: 100%;
  line-height: 40px;
  border-radius: 24px;
  border: 1px solid #fff;
}
.foot_contact_frame ul li span:after {
  content: ":090-7744-8050";
}
.foot_contact_frame ul li a:hover {
  background: #d9628d;
  color: #fff;
}
a.btn-link {
  position: relative;
  text-decoration: none;
  color: #4b3a45;
  font-size: 18px;
}
a.btn-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 28px;
  height: 1px;
  background-color: #4b3a45;
  transform: translateY(-50%);
}
a.btn-link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #4b3a45;
  border-right: 1px solid #4b3a45;
  transform: translate(6px, -50%) rotate(45deg);
}
a.btn-link:hover:before {
  border-color: #fff;
}
a.btn-link:hover:after {
  background: #fff;
}
.frame-title {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 9px;
  line-height: 1;
  font-size: 100%;
  background: #d9628d;
  color: #fff;
  font-weight: bold;
}
.last_wrap p,
.last_wrap ul li {
  font-size: 87.5%;
  color: #fff;
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 24px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
}
.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.foot_link::before {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.foot_link::after {
  left: 5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #d9628d;
  border-right: 1px solid #d9628d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
address {
  font-style: normal;
  color: #fff;
}
address p {
  font-size: clamp(1.5rem, 1.425rem + 0.38vw, 1.875rem) /*24-30|320-1920*/;
  margin-bottom: 24px;
}
address dl div {
  display: table;
}
address dl dt,
address dl dd {
  display: table-cell;
}
address dl dt {
  width: 10%;
  min-width: 100px;
}
#page-top {
  position: fixed;
  bottom: 8px;
  right: 8px;
  font-size: 70%;
  z-index: 77;
  opacity: 0;
  text-align: center;
}
#page-top a {
  color: #fff;
  background: rgba(167, 5, 82, 0.6);
  display: block;
  width: 48px;
  height: 48px;
  text-decoration: none;
  border-radius: 30px;
}
@media only screen and (min-width: 961px) {
  address {
    width: 38%;
  }
  #foot_contact {
    width: 60%;
  }
  .frame-border {
    padding: 36px 48px;
  }
  .foot_contact_frame ul li {
    margin-bottom: 0;
  }
  .footer_logo {
    max-width: 136px;
    margin: 0 0 24px 0;
  }
}
@media only screen and (min-width: 661px) {
  .foot_contact_frame .flex_sb {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
  .foot_contact_frame .list2-2 li {
    width: 49% !important;
  }
}
