@charset "UTF-8";
@media screen and (max-width: 767px) {
  .fax_nam a {
    pointer-events: none;
  }
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
body {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  color: #4c4347;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    min-width: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
body#main {
  box-sizing: border-box;
}
body#main::before, body#main::after {
  box-sizing: border-box;
}
.wholewrapper * {
  box-sizing: border-box;
}
.wholewrapper *::before, .wholewrapper *::after {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wholewrapper .pc {
    display: none;
  }
}
.wholewrapper .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .wholewrapper .sp {
    display: inherit;
  }
}
.wholewrapper.open {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .wholewrapper.open {
    padding-top: 0;
  }
}
.wholewrapper.open .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .wholewrapper.open .header {
    bottom: 0;
    height: 100vh;
    height: 100dvh;
    overflow-y: scroll;
  }
}
html.open, body.open {
  height: 100vh;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  color: #4c4347;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 160px;
  background: #fff;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 60px;
  }
}
.header .header_inner {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header .header_inner {
    align-items: center;
  }
}
.header .site_logo {
  flex: 0 0 310px;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 0;
  border-radius: 0 0 16px 0;
  background: #fff;
}
@media print, screen and (max-width: 1225px) {
  .header .site_logo {
    flex: 0 0 280px;
  }
}
@media print, screen and (max-width: 1100px) {
  .header .site_logo {
    flex: 0 0 250px;
  }
}
@media screen and (max-width: 1024px) {
  .header .site_logo {
    flex: 0 0 180px;
  }
}
@media screen and (max-width: 767px) {
  .header .site_logo {
    flex: 0 0 50%;
    display: block;
    padding: 0 0 0 10px;
  }
}
.header .site_logo .site_logo_inner {
  display: block;
}
.header .site_logo a {
  display: block;
}
@media screen and (min-width: 1025px) {
  .header .site_logo a {
    transition: 0.5s;
  }
  .header .site_logo a:hover {
    opacity: 0.8;
  }
}
.header .site_logo img {
  display: block;
  width: 221px;
}
@media screen and (max-width: 1024px) {
  .header .site_logo img {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .header .site_logo img {
    width: 100%;
  }
}
.header .gnavi {
  flex: 1 1 auto;
  padding-left: 50px;
}
@media print, screen and (max-width: 1500px) {
  .header .gnavi {
    padding-left: 30px;
  }
}
@media print, screen and (max-width: 1200px) {
  .header .gnavi {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header .gnavi {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header .gnavi {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .gnavi {
    overflow-y: scroll;
    background: #fff;
  }
}
.header .gnavi .gnavi_inner {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .header .gnavi .gnavi_inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header .gnavi .gnavi_inner {
    overflow-y: scroll;
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
  }
}
.header .gnavi ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.header .gnavi ul a {
  text-decoration: none;
}
.header .gnavi a {
  color: #4c4347;
  cursor: pointer;
}
@media print, screen and (min-width: 1025px) {
  .header .gnavi a {
    transition: 0.5s;
  }
  .header .gnavi a:hover {
    color: #d86981;
  }
}
.header .gnavi_main {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .header .gnavi_main {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .header .gnavi_main {
    display: block;
  }
}
.header .gnavi_main ul.depth1 {
  order: 2;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .header .gnavi_main ul.depth1 {
    display: block;
  }
}
.header .gnavi_main ul.depth1 li.depth1 {
  position: relative;
  font-size: 20px;
  letter-spacing: 1.6px;
}
@media print, screen and (max-width: 1500px) {
  .header .gnavi_main ul.depth1 li.depth1 {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 1200px) {
  .header .gnavi_main ul.depth1 li.depth1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header .gnavi_main ul.depth1 li.depth1 {
    font-size: 14px;
    text-align: center;
  }
}
.header .gnavi_main ul.depth1 li.depth1.lm2 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .gnavi_main ul.depth1 li.depth1.lm10 {
    display: none;
  }
}
.header .gnavi_main ul.depth1 li.depth1.lm57, .header .gnavi_main ul.depth1 li.depth1.lm58, .header .gnavi_main ul.depth1 li.depth1.lm59 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .gnavi_main ul.depth1 li.depth1.lm57, .header .gnavi_main ul.depth1 li.depth1.lm58, .header .gnavi_main ul.depth1 li.depth1.lm59 {
    display: block;
  }
}
.header .gnavi_main ul.depth1 li.depth1 + li {
  margin-left: 44px;
}
@media print, screen and (max-width: 1500px) {
  .header .gnavi_main ul.depth1 li.depth1 + li {
    margin-left: 28px;
  }
}
@media print, screen and (max-width: 1200px) {
  .header .gnavi_main ul.depth1 li.depth1 + li {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .header .gnavi_main ul.depth1 li.depth1 + li {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header .gnavi_main ul.depth1 li.depth1 > a {
    border-top: 1px solid #f0ebe6;
  }
}
@media print, screen and (min-width: 1025px) {
  .header .gnavi_main ul.depth1 li.depth1 a {
    transition: 0.5s;
  }
  .header .gnavi_main ul.depth1 li.depth1 a:hover {
    color: #d86981;
  }
}
@media screen and (max-width: 1024px) {
  .header .gnavi_main ul.depth1 li.depth1 a {
    display: block;
    padding: 15px;
    background-color: #fff;
    color: #4c4347;
  }
}
.header .gnavi_main ul.depth1 li.depth1.has_children {
  transition: 0.5s;
}
@media print, screen and (min-width: 1025px) {
  .header .gnavi_main ul.depth1 li.depth1.has_children > a {
    position: relative;
  }
  .header .gnavi_main ul.depth1 li.depth1.has_children > a::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding-right: 0;
    padding-left: 0;
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -25px;
    line-height: 1;
    pointer-events: none;
    transition: 0.5s;
  }
  .header .gnavi_main ul.depth1 li.depth1.has_children:hover {
    overflow: visible;
  }
  .header .gnavi_main ul.depth1 li.depth1.has_children:hover a::after {
    opacity: 0;
  }
  .header .gnavi_main ul.depth1 li.depth1.has_children:hover ul.depth2 {
    line-height: 1;
    padding-top: 10px;
    height: auto;
    overflow: visible;
  }
}
@media screen and (max-width: 1024px) {
  .header .gnavi_main ul.depth1 li.depth1.has_children > a::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding-right: 0;
    padding-left: 5px;
    content: "";
  }
  .header .gnavi_main ul.depth1 li.depth1.has_children ul.depth2 {
    display: none;
  }
}
@media print, screen and (min-width: 1025px) {
  .header .gnavi_main ul.depth1 li.depth1 ul.depth2 {
    overflow: hidden;
    position: absolute;
    padding-top: 0;
    line-height: 0;
    height: 0;
    width: 300px;
  }
  .header .gnavi_main ul.depth1 li.depth1 ul.depth2 li.depth2 > a {
    display: block;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header .gnavi_main ul.depth1 li.depth1 ul.depth2 {
    background: #fff;
  }
}
.header .gnavi_main .sp_menu_only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .gnavi_main .sp_menu_only {
    display: block;
  }
}
.header .gnavi_main .gnavi_sub_list {
  order: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  margin-bottom: 30px;
  transform: translateY(3px);
}
@media screen and (max-width: 767px) {
  .header .gnavi_main .gnavi_sub_list {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .header .gnavi_main .gnavi_sub_list {
    display: block;
    margin-bottom: 0;
    transform: translateY(0);
  }
}
.header .gnavi_main .gnavi_sub_list > li {
  font-size: 14px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1024px) {
  .header .gnavi_main .gnavi_sub_list > li {
    font-size: 14px;
  }
}
.header .gnavi_main .gnavi_sub_list > li + li {
  margin-left: 27px;
}
@media screen and (max-width: 1024px) {
  .header .gnavi_main .gnavi_sub_list > li + li {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header .gnavi_main .gnavi_sub_list > li a {
    display: block;
    padding: 15px;
    background-color: #fff;
    color: #4c4347;
    border-top: 1px solid #f0ebe6;
    text-align: center;
  }
}
.header .header_contact {
  position: relative;
  margin-left: 50px;
  margin-bottom: -2px;
}
@media print, screen and (max-width: 1500px) {
  .header .header_contact {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header_contact {
    margin-left: 0;
    margin-bottom: 0;
    border-top: 1px solid #f0ebe6;
    background-color: #fff;
  }
}
.header .header_contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #666;
  opacity: 0.251;
  height: 100%;
  width: 1px;
}
@media screen and (max-width: 1024px) {
  .header .header_contact::after {
    display: none;
  }
}
.header .header_contact a {
  display: block;
  padding: 15px 50px 15px 44px;
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 2px;
}
@media print, screen and (max-width: 1500px) {
  .header .header_contact a {
    padding: 25px;
    font-size: 18px;
  }
}
@media print, screen and (max-width: 1200px) {
  .header .header_contact a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header_contact a {
    padding: 15px;
    font-size: 15px;
    text-align: center;
    color: #4c4347;
  }
}
.header .header_contact a::before {
  content: "";
  background: url(../media/images/common/icon_mail.png) no-repeat center / cover;
  display: block;
  margin: 0 auto 5px;
  width: 15px;
  height: 12px;
}
@media screen and (max-width: 1024px) {
  .header .header_contact a::before {
    display: inline-block;
    margin: 0 8px 0 0;
  }
}
.header .sp_header_contact {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .sp_header_contact {
    display: block;
    border-top: 1px solid #f0ebe6;
    background-color: #fff;
  }
}
.header .sp_header_contact .sp_header_contact_inner {
  margin: 0 auto;
  padding: 30px 0;
}
.header .sp_header_contact .sp_contact_items {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .header .sp_header_contact .sp_contact_items {
    display: table;
    margin: 0 auto;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 20px;
  }
}
.header .sp_header_contact .sp_contact_items > li {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .header .sp_header_contact .sp_contact_items > li {
    flex: 0 0 45%;
    margin: 0 0 25px;
  }
}
.header .sp_header_contact .sp_contact_title {
  margin: 0 0 15px;
  font-size: 14px;
}
.header .sp_header_contact .sp_contact_title::before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-right: 5px;
  padding-left: 0;
  content: "";
  transform: scale(0.7);
}
.header .sp_header_contact .sp_contact_content {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .header .sp_header_contact .sp_contact_content {
    font-size: 14px;
  }
}
.header .sp_header_contact .sp_contact_content .sp_contact_list {
  margin: 5px 0;
  padding-left: 0;
  list-style: none;
}
.header .sp_header_contact .sp_contact_content .sp_contact_list > li + li {
  margin-top: 5px;
}
.header .sp_header_contact .sp_contact_content a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .header .sp_header_contact .sp_contact_content a {
    pointer-events: auto;
  }
}
.sp_button {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp_button {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px;
    border: 1px solid #000;
    width: 39px;
  }
  .sp_button.open .sp_bar:nth-child(1) {
    transform: scale(1.2, 1.1) rotate(135deg) translate(5px, -5px);
  }
  .sp_button.open .sp_bar:nth-child(2) {
    opacity: 0;
  }
  .sp_button.open .sp_bar:nth-child(3) {
    transform: scale(1.2, 1.1) rotate(-135deg) translate(5px, 5px);
  }
  .sp_button .sp_bar {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    transition: 0.5s;
  }
  .sp_button .sp_bar:nth-child(2) {
    margin: 7px 0;
  }
}
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  width: 28px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 15px;
  }
}
.pagetop.view {
  opacity: 1;
  visibility: visible;
}
.pagetop.bottom {
  position: absolute;
  bottom: auto;
}
.pagetop img {
  display: block;
  width: 100%;
}
.footer {
  position: relative;
  padding: 133px 0 105px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 100px 0 38px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 35px;
  }
}
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../media/images/common/footer_bg_3.png) no-repeat right bottom -5px/ 929px 537px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .footer::after {
    background-size: 557px 316px;
  }
}
@media screen and (max-width: 767px) {
  .footer::after {
    background-size: 232px 134px;
  }
}
.footer .footer_wrap {
  padding: 0 100px;
}
@media print, screen and (max-width: 1400px) {
  .footer .footer_wrap {
    padding: 0 60px;
  }
}
@media print, screen and (max-width: 1200px) {
  .footer .footer_wrap {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_wrap {
    padding: 0;
  }
}
.footer .footer_inner {
  position: relative;
  z-index: 2;
}
.footer .footer_top {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 1024px) {
  .footer .footer_top {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_top {
    padding: 0 20px;
  }
}
.footer .footer_info {
  margin-top: 5px;
  flex: 0 0 340px;
  margin-right: 40px;
}
@media print, screen and (max-width: 1400px) {
  .footer .footer_info {
    flex: 0 0 300px;
  }
}
@media print, screen and (max-width: 1200px) {
  .footer .footer_info {
    flex: 0 0 260px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer_info {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_info {
    margin-bottom: 25px;
  }
}
.footer .footer_logo {
  margin: 0 0 47px;
  width: 221px;
}
@media screen and (max-width: 767px) {
  .footer .footer_logo {
    margin-bottom: 35px;
  }
}
.footer .footer_logo img {
  display: block;
  width: 100%;
}
.footer .address {
  padding-left: 5px;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 1.5px;
}
@media print, screen and (max-width: 1200px) {
  .footer .address {
    font-size: 13px;
  }
}
.footer .address .zip {
  padding-right: 0.3em;
}
.footer .contact_list {
  margin: 12px 0;
  padding-left: 5px;
  list-style: none;
}
.footer .contact_list > li {
  font-size: 15px;
  letter-spacing: 0.9px;
}
@media print, screen and (max-width: 1200px) {
  .footer .contact_list > li {
    font-size: 13px;
  }
}
.footer .contact_list > li a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .footer .contact_list > li a {
    pointer-events: auto;
  }
}
.footer .contact_list > li + li {
  margin-top: 11px;
}
.footer .footer_nav {
  flex: 1 1 auto;
}
.footer .footer_nav ul {
  padding-left: 0;
  list-style: none;
}
.footer .footer_nav a {
  text-decoration: none;
  color: #4c4347;
}
@media print, screen and (min-width: 1025px) {
  .footer .footer_nav a {
    transition: 0.5s;
  }
  .footer .footer_nav a:hover {
    color: #d86981;
  }
}
.footer .footer_nav .footer_menu {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer .footer_nav .footer_menu {
    display: none;
  }
}
.footer .footer_nav .footer_menu > li {
  flex: 0 0 18%;
  padding-right: 20px;
}
@media print, screen and (max-width: 1500px) {
  .footer .footer_nav .footer_menu > li {
    margin-right: 30px;
  }
}
@media print, screen and (max-width: 1200px) {
  .footer .footer_nav .footer_menu > li {
    margin-right: 20px;
  }
}
.footer .footer_nav .footer_menu > li:nth-child(2), .footer .footer_nav .footer_menu > li:nth-child(3) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .footer .footer_nav .footer_menu > li {
    padding-right: 0;
    margin-right: 0;
  }
  .footer .footer_nav .footer_menu > li + li {
    margin-top: 15px;
  }
}
.footer .footer_nav .footer_menu li.depth1 {
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 1.5px;
  white-space: nowrap;
}
@media print, screen and (max-width: 1500px) {
  .footer .footer_nav .footer_menu li.depth1 {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 1400px) {
  .footer .footer_nav .footer_menu li.depth1 {
    font-size: 15px;
  }
}
.footer .footer_nav .footer_menu li.depth1 + li {
  margin-top: 20px;
}
.footer .footer_nav .footer_menu ul.depth2 {
  margin-top: 20px;
  padding-left: 20px;
}
.footer .footer_nav .footer_menu ul.depth2 li.depth2 {
  font-size: 17px;
}
@media print, screen and (max-width: 1400px) {
  .footer .footer_nav .footer_menu ul.depth2 li.depth2 {
    font-size: 15px;
  }
}
.footer .footer_nav .footer_menu ul.depth2 li.depth2 + li.depth2 {
  margin-top: 20px;
}
.footer .footer_bottom {
  margin-top: 116px;
}
@media screen and (max-width: 1024px) {
  .footer .footer_bottom {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_bottom {
    margin-top: 30px;
  }
}
.footer .footer_lead {
  margin-bottom: 37px;
  padding-bottom: 37px;
  border-bottom: 1px solid #f6f3ef;
}
@media screen and (max-width: 767px) {
  .footer .footer_lead {
    margin-bottom: 23px;
    padding: 0 20px 23px;
  }
}
.footer .footer_lead p {
  margin: 0;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .footer .footer_lead p {
    font-size: 12px;
    line-height: 1.7;
  }
}
.footer .footer_copy {
  font-size: 13px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .footer .footer_copy {
    padding: 0 20px;
    font-size: 11px;
  }
}
@media screen and (max-width: 1300px) {
  .five_columns .footer_top {
    display: block;
  }
}
.five_columns .footer_info {
  flex: 0 0 270px;
}
.five_columns .footer_nav .footer_menu > li {
  flex: 0 0 9%;
}
.five_columns .footer_nav .footer_menu > li:nth-child(4) {
  margin-right: 20px;
}
@media screen and (max-width: 980px) {
  .five_columns .footer_nav .footer_menu > li {
    padding-right: 0;
  }
}
@media screen and (max-width: 980px) {
  .five_columns .footer_nav .footer_menu li.depth1 {
    font-size: 14px;
  }
}
.scroll_point {
  margin-top: -160px;
  padding-top: 160px;
}
@media screen and (max-width: 1024px) {
  .scroll_point {
    margin-top: -60px;
    padding-top: 60px;
  }
}
#main img {
  max-width: 100%;
}
#main .facility_list .facility_item {
  display: flex;
  flex-flow: row nowrap;
}
@media print, screen and (max-width: 1320px) {
  #main .facility_list .facility_item {
    display: block;
  }
}
#main .facility_list .category_wrap {
  position: relative;
  padding: 23px 59px 47px;
}
@media print, screen and (max-width: 1750px) {
  #main .facility_list .category_wrap {
    padding: 23px 30px 47px;
  }
}
@media print, screen and (max-width: 1500px) {
  #main .facility_list .category_wrap {
    padding: 23px 25px 47px;
  }
}
@media print, screen and (max-width: 1320px) {
  #main .facility_list .category_wrap {
    padding: 23px 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  #main .facility_list .category_wrap {
    padding: 20px;
  }
}
#main .facility_list .category_wrap::before {
  position: absolute;
  bottom: 100%;
  left: -1px;
  font-size: 120px;
  line-height: 0.85;
  letter-spacing: -6px;
  opacity: 0.3;
  color: #fff;
}
@media print, screen and (max-width: 1320px) {
  #main .facility_list .category_wrap::before {
    position: static;
    opacity: 1;
    color: #f0ebe6;
  }
}
@media screen and (max-width: 767px) {
  #main .facility_list .category_wrap::before {
    font-size: 60px;
  }
}
#main .facility_list .category_wrap:nth-child(1)::before {
  content: "01";
}
#main .facility_list .category_wrap:nth-child(2)::before {
  content: "02";
}
#main .facility_list .category_wrap:first-child {
  flex: 1 1 auto;
}
#main .facility_list .category_wrap + .category_wrap {
  flex: 0 0 480px;
  padding-left: 0;
  padding-right: 0;
  border-left: 1px solid #f0ebe6;
}
@media print, screen and (max-width: 1750px) {
  #main .facility_list .category_wrap + .category_wrap {
    flex: 0 0 420px;
  }
}
@media print, screen and (max-width: 1500px) {
  #main .facility_list .category_wrap + .category_wrap {
    flex: 0 0 350px;
  }
}
@media print, screen and (max-width: 1320px) {
  #main .facility_list .category_wrap + .category_wrap {
    padding: 23px 50px 30px;
    border-top: 1px solid #f0ebe6;
  }
}
@media screen and (max-width: 767px) {
  #main .facility_list .category_wrap + .category_wrap {
    padding: 20px;
  }
}
#main .facility_list .category_wrap + .category_wrap .category_items {
  justify-content: center;
}
@media print, screen and (max-width: 1320px) {
  #main .facility_list .category_wrap + .category_wrap .category_items {
    justify-content: flex-start;
  }
}
#main .facility_list .category_wrap .h3-01 {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  #main .facility_list .category_wrap .h3-01 {
    position: static;
  }
}
#main .facility_list .category_items {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  height: 100%;
  padding-top: 220px;
}
@media screen and (max-width: 767px) {
  #main .facility_list .category_items {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #main .facility_list .category_items {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .facility_list .category_items {
    margin-top: 50px;
  }
}
#main .facility_list .category_items .item_wrap {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  flex: 0 0 364px;
  padding: 33px 0;
}
@media screen and (max-width: 767px) {
  #main .facility_list .category_items .item_wrap {
    display: block;
  }
}
@media print, screen and (max-width: 1750px) {
  #main .facility_list .category_items .item_wrap {
    flex: 0 0 330px;
  }
}
@media print, screen and (max-width: 1500px) {
  #main .facility_list .category_items .item_wrap {
    flex: 0 0 300px;
  }
}
@media screen and (max-width: 1024px) {
  #main .facility_list .category_items .item_wrap {
    flex: 0 0 48%;
  }
}
@media screen and (max-width: 767px) {
  #main .facility_list .category_items .item_wrap {
    margin-top: 50px;
    padding: 0;
  }
}
#main .facility_list .category_items .item_wrap.pink .thumbnail {
  border-color: #fabbcb;
}
#main .facility_list .category_items .item_wrap.pink .item_point li::before {
  background-color: #fabbcb;
}
#main .facility_list .category_items .item_wrap.pink .facility_item_docs li a {
  border-color: #fabbcb;
  color: #fabbcb;
}
@media print, screen and (min-width: 1025px) {
  #main .facility_list .category_items .item_wrap.pink .facility_item_docs li a {
    transition: 0.3s;
  }
  #main .facility_list .category_items .item_wrap.pink .facility_item_docs li a:hover {
    background-color: #fabbcb;
    color: #fff;
  }
}
#main .facility_list .category_items .item_wrap.pink .item_table a.blank {
  background-image: url(../media/images/common/blank_pink.png);
}
#main .facility_list .category_items .item_wrap.pink .more a {
  background-image: url(../media/images/common/arrow_pink.png);
}
#main .facility_list .category_items .item_wrap.green .thumbnail {
  border-color: #a7dbaf;
}
#main .facility_list .category_items .item_wrap.green .item_point li::before {
  background-color: #a7dbaf;
}
#main .facility_list .category_items .item_wrap.green .facility_item_docs li a {
  border-color: #a7dbaf;
  color: #a7dbaf;
}
@media print, screen and (min-width: 1025px) {
  #main .facility_list .category_items .item_wrap.green .facility_item_docs li a {
    transition: 0.3s;
  }
  #main .facility_list .category_items .item_wrap.green .facility_item_docs li a:hover {
    background-color: #a7dbaf;
    color: #fff;
  }
}
#main .facility_list .category_items .item_wrap.green .item_table a.blank {
  background-image: url(../media/images/common/blank_green.png);
}
#main .facility_list .category_items .item_wrap.green .more a {
  background-image: url(../media/images/common/arrow_green.png);
}
#main .facility_list .category_items .item_wrap.blue .thumbnail {
  border-color: #95dbd5;
}
#main .facility_list .category_items .item_wrap.blue .item_point li::before {
  background-color: #95dbd5;
}
#main .facility_list .category_items .item_wrap.blue .facility_item_docs li a {
  border-color: #95dbd5;
  color: #95dbd5;
}
@media print, screen and (min-width: 1025px) {
  #main .facility_list .category_items .item_wrap.blue .facility_item_docs li a {
    transition: 0.3s;
  }
  #main .facility_list .category_items .item_wrap.blue .facility_item_docs li a:hover {
    background-color: #95dbd5;
    color: #fff;
  }
}
#main .facility_list .category_items .item_wrap.blue .item_table a.blank {
  background-image: url(../media/images/common/blank_blue.png);
}
#main .facility_list .category_items .item_wrap.blue .more a {
  background-image: url(../media/images/common/arrow_blue.png);
}
#main .facility_list .category_items .item_wrap.yellow .thumbnail {
  border-color: #fad378;
}
#main .facility_list .category_items .item_wrap.yellow .item_point li::before {
  background-color: #fad378;
}
#main .facility_list .category_items .item_wrap.yellow .facility_item_docs li a {
  border-color: #fad378;
  color: #fad378;
}
@media print, screen and (min-width: 1025px) {
  #main .facility_list .category_items .item_wrap.yellow .facility_item_docs li a {
    transition: 0.3s;
  }
  #main .facility_list .category_items .item_wrap.yellow .facility_item_docs li a:hover {
    background-color: #fad378;
    color: #fff;
  }
}
#main .facility_list .category_items .item_wrap.yellow .item_table a.blank {
  background-image: url(../media/images/common/blank_yellow.png);
}
#main .facility_list .category_items .item_wrap.yellow .more a {
  background-image: url(../media/images/common/arrow_yellow.png);
}
#main .facility_list .category_items .item_bottom {
  margin-top: auto;
}
#main .facility_list .category_items .thumbnail {
  margin-bottom: 31px;
  border-bottom: 10px solid #fff;
}
@media screen and (max-width: 767px) {
  #main .facility_list .category_items .thumbnail {
    margin-bottom: 20px;
    border-bottom-width: 7px;
  }
}
#main .facility_list .category_items .thumbnail img {
  display: block;
  width: 100%;
}
#main .facility_list .category_items .item_title {
  margin: 0 0 46px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  #main .facility_list .category_items .item_title {
    margin-bottom: 25px;
    font-size: 22px;
  }
}
#main .facility_list .category_items .item_title .facility_opening {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-align: center;
}
#main .facility_list .category_items .item_point {
  margin: 25px 0;
  padding-left: 0;
  list-style: none;
}
#main .facility_list .category_items .item_point li {
  position: relative;
  padding-left: 41px;
  font-size: 14px;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 767px) {
  #main .facility_list .category_items .item_point li {
    padding-left: 20px;
    font-size: 13px;
  }
}
#main .facility_list .category_items .item_point li::before {
  content: "";
  position: absolute;
  top: 9px;
  width: 22px;
  height: 1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #main .facility_list .category_items .item_point li::before {
    top: 7px;
    width: 11px;
  }
}
#main .facility_list .category_items .item_point li + li {
  margin-top: 14px;
}
#main .facility_list .category_items .item_table {
  margin: 18px 0;
  width: 100%;
}
#main .facility_list .category_items .item_table tr:first-child th, #main .facility_list .category_items .item_table tr:first-child td {
  border-top: 1px solid #f0ebe6;
}
#main .facility_list .category_items .item_table th, #main .facility_list .category_items .item_table td {
  padding: 25px 0 27px;
  border-bottom: 1px solid #f0ebe6;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
@media print, screen and (max-width: 1500px) {
  #main .facility_list .category_items .item_table th, #main .facility_list .category_items .item_table td {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #main .facility_list .category_items .item_table th, #main .facility_list .category_items .item_table td {
    padding: 16px 0;
  }
}
#main .facility_list .category_items .item_table th {
  padding-right: 10px;
  letter-spacing: 1px;
  width: 70px;
}
#main .facility_list .category_items .item_table td {
  letter-spacing: 1.5px;
}
#main .facility_list .category_items .item_table td a {
  color: #4c4347;
  text-decoration: none;
}
#main .facility_list .category_items .item_table td a.blank {
  float: right;
  display: inline-block;
  padding: 0 24px 3px 5px;
  background: no-repeat right center / 15px;
  line-height: 1;
  transform: translateY(-2px);
}
@media screen and (max-width: 767px) {
  #main .facility_list .category_items .more {
    margin-top: 20px;
  }
}
#main .facility_item_docs {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
#main .facility_item_docs li {
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
}
#main .facility_item_docs li + li {
  margin-top: 20px;
}
#main .facility_item_docs li a {
  display: block;
  border: 1px solid;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
}
#main .title_vertical {
  font-size: 24px;
  color: #4c4347;
}
@media print, screen and (min-width: 768px) {
  #main .title_vertical {
    margin: 0 0 0 36px;
    writing-mode: vertical-rl;
    line-height: 2;
  }
}
@media screen and (max-width: 1024px) {
  #main .title_vertical {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .title_vertical {
    margin: 0 0 35px;
    font-size: 18px;
  }
}
#main .title-01 {
  margin: 0 0 84px;
  font-weight: normal;
  font-size: 36px;
  letter-spacing: 3.5px;
  line-height: 1.25;
}
@media screen and (max-width: 1024px) {
  #main .title-01 {
    margin-bottom: 50px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #main .title-01 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
#main .title-01 .en {
  display: table;
  margin: 17px auto 0;
  padding-left: 4px;
  letter-spacing: 1.5px;
  background: #ed829c;
  background: linear-gradient(to left, #ed829c, #fce3a9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  text-indent: -3.5px;
}
@media screen and (max-width: 767px) {
  #main .title-01 .en {
    margin-top: 5px;
    font-size: 12px;
  }
}
#main .title-01-center {
  margin: 0 0 84px;
  font-weight: normal;
  font-size: 36px;
  letter-spacing: 3.5px;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #main .title-01-center {
    margin-bottom: 50px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #main .title-01-center {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
#main .title-01-center .en {
  display: table;
  margin: 17px auto 0;
  padding-left: 4px;
  letter-spacing: 1.5px;
  background: #ed829c;
  background: linear-gradient(to left, #ed829c, #fce3a9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  text-indent: -3.5px;
}
@media screen and (max-width: 767px) {
  #main .title-01-center .en {
    margin-top: 5px;
    font-size: 12px;
  }
}
#main .title-01-center .en {
  margin-left: auto;
  margin-right: auto;
}
#main .h2-02 {
  margin: 80px 0;
  font-size: 46px;
  font-weight: normal;
  letter-spacing: 6px;
  text-align: center;
  text-indent: 10px;
}
@media screen and (max-width: 1024px) {
  #main .h2-02 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #main .h2-02 {
    font-size: 24px;
  }
}
#main .h2-02 .en {
  display: block;
  margin-top: 3px;
  font-size: 18px;
  letter-spacing: 2.3px;
  text-indent: 0px;
  transform: translateY(3px);
}
@media screen and (max-width: 767px) {
  #main .h2-02 .en {
    font-size: 15px;
  }
}
#main .h2-nam {
  margin: 0 0 84px;
  font-weight: normal;
  font-size: 36px;
  letter-spacing: 3.5px;
  line-height: 1.25;
}
@media screen and (max-width: 1024px) {
  #main .h2-nam {
    margin-bottom: 50px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #main .h2-nam {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
#main .h2-nam .en {
  display: table;
  margin: 17px auto 0;
  padding-left: 4px;
  letter-spacing: 1.5px;
  background: #ed829c;
  background: linear-gradient(to left, #ed829c, #fce3a9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  text-indent: -3.5px;
}
@media screen and (max-width: 767px) {
  #main .h2-nam .en {
    margin-top: 5px;
    font-size: 12px;
  }
}
#main .h2-nam .nam {
  background: #ed829c;
  background: linear-gradient(to left, #ed829c, #fce3a9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main .h3-01 {
  margin: 40px 0;
  font-size: 36px;
  letter-spacing: 3px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #main .h3-01 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main .h3-01 {
    margin: 25px 0 30px;
    font-size: 16px;
  }
}
#main .h3-01::after {
  content: "";
  display: block;
  margin: 40px auto;
  background-image: linear-gradient(135deg, #fce3a9 0%, #ed829c 100%);
  width: 50px;
  height: 1px;
}
@media screen and (max-width: 767px) {
  #main .h3-01::after {
    margin: 15px auto;
  }
}
#main .h3-01 .category_title {
  display: table;
  margin: 0 auto 28px;
  padding: 9px;
  border-radius: 6px;
  background-color: #f6f3ef;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  width: 180px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #main .h3-01 .category_title {
    margin-bottom: 13px;
    padding: 7px;
    font-size: 12px;
    width: 130px;
  }
}
#main .vertical_contents p {
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
}
#main table {
  border-collapse: collapse;
  border-spacing: 0;
}
#main .button {
  display: table;
}
#main .button a {
  position: relative;
  display: table;
  padding: 10px 33px 32px 0;
  background: url(../media/images/common/arrow_pink.png) no-repeat top 12px right 0/18px;
  font-size: 18px;
  line-height: 1;
  color: #4c4347;
  text-decoration: none;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  #main .button a {
    padding-right: 20px;
    padding-bottom: 20px;
    background-position: right 12px;
    background-size: 15px;
    font-size: 15px;
  }
}
#main .button a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: linear-gradient(0deg, #fce3a9 0%, #ed829c 100%);
  width: 100%;
  height: 1px;
}
#main .more {
  display: table;
  margin: 40px 0 30px auto;
}
@media screen and (max-width: 767px) {
  #main .more {
    margin: 25px 0 20px auto;
  }
}
#main .more a {
  position: relative;
  display: table;
  padding: 10px 33px 10px 0;
  background: url(../media/images/common/arrow_pink.png) no-repeat right 13px / 18px;
  font-size: 18px;
  line-height: 1;
  color: #4c4347;
  text-decoration: none;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  #main .more a {
    padding-right: 20px;
    padding-bottom: 20px;
    background-position: right 11px;
    background-size: 15px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=./common.css.map */