@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #4C4C4C;
  line-height: 1.8;
  height: 100%;
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  font-family: inherit;
}

textarea {
  font-family: inherit;
}

main {
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
    min-width: 0;
    width: 100%;
  }
}

/* low header */
.page-ttl {
  width: 100%;
  height: 320px;
  position: relative;
}

.page-ttl:before {
  content: "";
  background-color: rgba(49, 49, 49, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-ttl__inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-ttl__inner h1 {
  display: block;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.page-ttl__inner span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  margin-top: 5px;
}

.low .contents-wrap {
  background-color: #fff;
  padding-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .low .contents-wrap {
    padding-bottom: 65px;
  }
}

.low .contents {
  position: relative;
}

@media screen and (max-width: 1100px) {
  .page-ttl {
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .page-ttl {
    height: 170px;
  }

  .page-ttl__inner h1 {
    font-size: 1.5rem;
  }

  .contents-wrap {
    padding-bottom: 80px;
  }
}

/* low mv */
#about #mv {
  background: url(../images/about/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#activity #mv {
  background: url(../images/activity/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#search #mv {
  background: url(../images/search/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#news #mv {
  background: url(../images/news/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-position: 20%;
}

#checkup #mv {
  background: url(../images/checkup/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#support #mv {
  background: url(../images/support/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#other #mv {
  background: url(../images/other/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#membership #mv {
  background: url(../images/membership/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#member #mv {
  background: url(../images/member/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-position: 20%;
}

/* breadcrumbs */
.low #breadcrumbs {
  padding: 15px 20px 60px 20px;
  margin-right: auto;
  margin-left: auto;
}

.low #breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.low #breadcrumbs ul li {
  position: relative;
  margin-right: 0.5em;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 3px;
}

.low #breadcrumbs ul li:before {
  content: "＞";
  display: inline-block;
  padding-right: 0.5em;
}

.low #breadcrumbs ul li:first-child::before {
  display: none;
}

.low #breadcrumbs ul li a {
  color: #D45580;
}

.low #breadcrumbs ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .low #breadcrumbs {
    padding: 10px 20px 40px;
  }

  .low #breadcrumbs ul li {
    font-size: 10px;
  }
}

/* br */
.pc {
  display: block;
}

.sp {
  display: none;
}

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

  .sp {
    display: block;
  }
}

/* margin */
.mt__Lv1 {
  margin-top: 80px;
}

.mt__Lv2 {
  margin-top: 60px;
}

.mt__Lv3 {
  margin-top: 30px;
}

.mt__Lv4 {
  margin-top: 20px;
}

.mt__Lv5 {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .mt__Lv1 {
    margin-top: 50px;
  }

  .mt__Lv2 {
    margin-top: 30px;
  }

  .mt__Lv3 {
    margin-top: 25px;
  }

  .mt__Lv4 {
    margin-top: 15px;
  }

  .mt__Lv5 {
    margin-top: 8px;
  }
}

/* color */
.c-pink {
  color: #D45580 !important;
}

.c-black {
  color: #4C4C4C !important;
}

.c-red {
  color: red !important;
}

.c-blue {
  color: blue !important;
}

/* style */
.c-strong {
  font-weight: bold;
  color: #D45580;
}

.c-marker {
  display: inline;
  background-color: #ffe9f3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe9f3));
  background: -webkit-linear-gradient(transparent 60%, #ffe9f3 60%);
  background: linear-gradient(transparent 60%, #ffe9f3 60%);
}

.c-img-r {
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-img-r {
    border-radius: 10px;
  }
}

.c-link {
  color: blue;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-link:hover,
.c-link:focus {
  opacity: 0.7;
}

/* media component */
.c-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-media figure {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-left: 40px;
}

.c-media>p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-media__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-media--rvs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-media--rvs figure {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-right: 40px;
  margin-left: 0px;
}

@media screen and (max-width: 768px) {
  .c-media {
    display: block;
  }

  .c-media figure {
    margin: 10px auto 0;
  }

  .c-media p {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
}

/* flex component */
.flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.flex01 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex01 .img {
  margin: 0 4% 0 0;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .flex01 .img {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

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

.flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.flex02 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex02 .img {
  margin: 0 0 0 4%;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .flex02 .img {
    margin: 20px 0 0 0;
    width: 100%;
  }
}

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

.flex03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.flex03 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex03 .img {
  margin: 0 0 0 3%;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .flex03 .img {
    margin: 0 0 20px 0;
    width: 100%;
  }
}

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

.flex04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.flex04 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex04 .img {
  margin: 0 3% 0 0;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .flex04 .img {
    margin: 20px 0 0 0;
    width: 100%;
  }
}

/* well component */
.c-well {
  padding: 20px;
  background: #ffe9f3;
}

/* table component */
.c-table {
  width: 100%;
  margin-top: 20px;
}

.c-table td,
.c-table th {
  border: 1px solid #e4e4e4;
  vertical-align: middle;
  padding: 12px;
  margin: 0 0 -1px;
}

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

  .c-table td,
  .c-table th {
    display: block;
    width: 100% !important;
    text-align: left;
  }
}

.c-table td {
  width: 76%;
}

.c-table th {
  width: 24%;
  background: #fff3f8;
}

/* list component */
.c-list {
  list-style: none;
}

.c-list li {
  line-height: 2;
  margin-bottom: 0.2em;
}

.c-list li::before {
  content: "●";
  color: #D45580;
  font-size: 0.5em;
  margin-right: 10px;
  vertical-align: middle;
}

/* list box component */
.c-list-box {
  padding: 40px;
  background-color: #fff3f8;
  border-radius: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .c-list-box {
    padding: 20px;
  }
}

.c-list-box h4 {
  color: #D45580;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}

.c-list-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px auto -20px;
}

.c-list-box ul li {
  width: 50%;
  max-width: 440px;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-list-box {
    padding: 30px 20px;
  }

  .c-list-box ul {
    display: block;
    margin: 20px auto -20px;
  }

  .c-list-box ul li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .c-list-box h4 {
    font-size: 1rem;
  }
}

.c-col4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .c-col4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -3%;
  }
}

.c-col4__item {
  width: 23.5%;
  max-width: 234px;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-col4__item {
    width: 47%;
    margin-right: 3%;
  }
}

.c-col4__item>p {
  font-size: 1rem;
  text-align: justify;
  line-height: 1.6;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .c-col4__item>p {
    font-size: 0.875rem;
  }
}

.c-col4__item>p small {
  font-size: 0.875rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .c-col4__item>p small {
    font-size: 0.75rem;
  }
}

/* page-up */
.pageup-area {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  display: none;
}

@media screen and (max-width: 768px) {
  .pageup-area {
    bottom: 95px;
  }
}

.pageup {
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background-color: #F290A7;
  opacity: 0.7;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pageup::before,
.pageup::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  background-color: #fff;
}

.pageup::before {
  width: 26px;
  height: 5px;
  border-radius: 3px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  left: 24px;
}

.pageup::after {
  width: 26px;
  height: 5px;
  border-radius: 3px;
  right: 24px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.pageup:hover,
.pageup:focus {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .pageup {
    width: 40px;
    height: 40px;
  }

  .pageup::before,
  .pageup::after {
    top: calc(50% - 1px);
  }

  .pageup::before {
    width: 18px;
    height: 3px;
    left: 17px;
  }

  .pageup::after {
    width: 18px;
    height: 3px;
    right: 17px;
  }
}

/* wrapper component */
.wrapper-sm {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.wrapper-md {
  max-width: 1080px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.wrapper-lg {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

/* button component */
.btn01 {
  display: inline-block;
  max-width: 260px;
  width: 100%;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  padding: 14px 20px;
  color: #fff;
  background-color: #D45580;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn01:hover,
.btn01:focus {
  opacity: 0.7;
}

/* header */
/* header PC */
.header-bg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
}

.header-wrapper {
  width: 100%;
  height: 100px;
  padding-left: 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo {
  line-height: 1;
  top: 0px;
  left: 0;
  position: absolute;
  z-index: 1;
}

.header-logo>a {
  display: block;
  line-height: 1;
  background: #fff;
  padding: 30px;
  width: 254px;
  height: auto;
}

.header-logo>a:hover {
  opacity: 1;
}

.header-logo>a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-logo>a img:hover {
  opacity: 0.7;
}

.header-nav {
  text-align: end;
  margin-left: auto;
  margin-right: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 10px;
}

.header-nav__btn {
  margin-bottom: 5px;
}

.header-nav__btn a {
  background: #9B378D;
  color: #fff;
  padding: 5px 15px;
  margin-left: 8px;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-nav__btn a:hover {
  background: #842e78;
}

.header-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-nav__list>li>a {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  color: #4C4C4C;
  padding: 4px 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-style: normal;
}

.header-nav__list>li>a:hover,
.header-nav__list>li>a:focus {
  opacity: 0.7;
}

.header-nav__list>li>a small {
  display: block;
  color: #FC8898;
}

.header-nav__list>li:not(:last-of-type) {
  margin-right: 12px;
}

.header-nav__has-child {
  position: relative;
}

/*
  .header-nav__second-menu {
    display: none;
    z-index: 1001;
    position: absolute;
    top: 60px;
    left: -5px;
    width: 372px;
  }

  .header-nav__second-menu > li {
    border-top: 1px solid #fff;
  }

  .header-nav__second-menu > li {
    float: left;
    width: 186px;
    padding-left: 1px;
  }

  .header-nav__second-menu > li a {
    margin: 0;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 1.2;
    background-color: #FC8898;
    color: #fff;
    text-align: left;
    padding: 15px 15px;
    height: 48px;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .header-nav__second-menu > li a::after {
    display: none;
  }

  .header-nav__second-menu > li a:hover,
  .header-nav__second-menu > li a:focus {
    opacity: 1;
    background-color: #FC8898;
  }

  .header-nav__second-menu > li.line2 a {
    padding-top: 7px;
  }
*/
.header-fixed.thin {
  width: 100%;
  -webkit-box-shadow: 2px 0px 4px rgba(51, 51, 51, 0.3);
  box-shadow: 2px 0px 4px rgba(51, 51, 51, 0.3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-fixed.thin {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

@media screen and (max-width: 1100px) {
  .header-fixed.thin {
    display: none;
    height: 0;
  }
}

.is-fixed .header-fixed {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.header-fixed.thin .header-wrapper {
  height: 80px;
}

.header-fixed.thin .header-nav {
  padding-top: 5px;
}

.header-fixed.thin .header-nav__btn {
  margin-bottom: 0px;
}

.header-fixed.thin .header-nav__btn a {
  font-size: 14px;
}

.header-fixed.thin .header-nav__list>li>a {
  font-size: 15px;
}

.header-fixed.thin .header-nav__second-menu {
  top: 52px;
}

.header-fixed.thin .header-logo-thin {
  display: block;
  width: 350px;
  line-height: 1;
}

.header-fixed.thin .header-logo-thin a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-fixed.thin .header-logo-thin a:hover {
  opacity: 0.7;
}

@media (min-width: 1100px) and (max-width: 1280px) {
  .header-logo>a {
    width: 180px;
  }

  .header-nav__list>li>a {
    font-size: 14px;
  }

  .header-nav__list>li:not(:last-of-type) {
    margin-right: 8px;
  }

  .header-fixed.thin .header-logo-thin {
    width: 230px;
  }

  .header-fixed.thin .header-nav__list>li>a {
    font-size: 14px;
  }

  .header-nav__list>li>a {
    padding: 4px;
  }
}

@media screen and (max-width: 1100px) {
  .header {
    display: none;
  }

  .header-logo>a {
    width: 100%;
    max-width: 240px;
  }

  .header-nav__list>li>a {
    font-size: 0.875rem;
    padding: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header-nav__list>li>a:hover,
  .header-nav__list>li>a:focus {
    opacity: 0.7;
  }

  .header-nav__list>li:not(:last-of-type) {
    margin-right: 10px;
  }
}

/* sp header */
.sp_header {
  display: none;
  height: 0;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .sp_header {
    display: block;
    height: auto;
  }
}

.sp_header-top {
  width: 100%;
  height: 70px;
  background-color: white;
  position: relative;
}

.sp_header-logo {
  width: 220px;
  display: inline-block;
  line-height: 1;
  height: auto;
  z-index: 6;
  position: absolute;
  margin: 21px 20px;
}

.sp_header-logo>a {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_header-logo>a:hover,
.sp_header-logo>a:focus {
  opacity: 0.7;
}

.sp_header-logo>a>img {
  height: auto;
}

.sp_header-menu {
  position: relative;
}

.sp_menu-btn {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
}

.sp_menu-btn .hamburger {
  display: block;
  height: 4px;
  border-radius: 2px;
  background-color: #D45580;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.sp_menu-btn .hamburger::before,
.sp_menu-btn .hamburger::after {
  content: "";
  display: block;
  height: 4px;
  border-radius: 2px;
  background-color: #D45580;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_menu-btn .hamburger::before {
  top: -13px;
}

.sp_menu-btn .hamburger::after {
  bottom: -13px;
}

.sp_header-nav {
  width: 70%;
  height: 100%;
  padding-top: 70px;
  background-color: #D45580;
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 99;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.sp_header-nav__inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.sp_header-nav__list>li {
  border-top: 1px solid #FFF;
}

.sp_header-nav__list>li:last-child {
  border-bottom: 1px solid #FFF;
}

.sp_header-nav__list>li>a {
  display: block;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 12px 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_header-nav__list>li>a:hover,
.sp_header-nav__list>li>a:focus {
  opacity: 0.7;
}

/*
  .sp_header-nav__toggle--open span.sp_header-nav__toggle-btn::after {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  .sp_header-nav__toggle-btn {
    display: block;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    text-align: left;
    cursor: default;
    padding: 12px 12px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .sp_header-nav__toggle-btn:hover,
  .sp_header-nav__toggle-btn:focus {
    opacity: 0.7;
  }

  .sp_header-nav__toggle-btn::before,
  .sp_header-nav__toggle-btn::after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .sp_header-nav__toggle-btn::before {
    width: 16px;
    height: 4px;
    border-radius: 2px;
    right: 19px;
  }

  .sp_header-nav__toggle-btn::after {
    right: 25px;
    width: 4px;
    border-radius: 2px;
    height: 16px;
  }

  .sp_header-nav__second-menu {
    display: none;
  }

  .sp_header-nav__second-menu li {
    background-color: #4b2e1e;
    border-top: 1px solid white;
  }

  .sp_header-nav__second-menu li a {
    display: block;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    text-align: left;
    padding: 12px 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .sp_header-nav__second-menu li a:hover,
  .sp_header-nav__second-menu li a:focus {
    opacity: 0.7;
  }
*/
.is_open-menu .sp_header-nav {
  right: 0px;
}

.is_open-menu .sp_menu-btn .hamburger {
  background: transparent !important;
}

.is_open-menu .sp_menu-btn .hamburger::before {
  background-color: #fff;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is_open-menu .sp_menu-btn .hamburger::after {
  background-color: #fff;
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* footer */
footer {
  padding: 70px 0;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 40px 0 20px;
  }
}

footer.low {
  background: #fff3f8;
}

.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .footer-inner {
    display: block;
  }
}

.footer-logo {
  line-height: 1;
  margin-bottom: 10px;
  width: 317px;
}

@media screen and (max-width: 768px) {
  .footer-logo {
    width: 100%;
    width: 280px;
    margin: 0 auto 10px;
  }
}

.footer-logo>a {
  display: inline-block;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-logo>a:hover,
.footer-logo>a:focus {
  opacity: 0.7;
}

.footer-copy {
  font-size: 14px;
  color: #D45580;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .footer-copy {
    text-align: center;
  }
}

.footer-info {
  display: block;
  margin-right: 12%;
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 179px;
}

@media screen and (max-width: 768px) {
  .footer-info {
    margin: 0 auto 20px;
    width: 100%;
    height: auto;
  }
}

.footer-menu {
  margin-right: 7%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer-menu {
    width: 280px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .footer-nav {
    min-width: 100px;
  }
}

.footer-nav-list>li>a {
  display: block;
  width: 100%;
  color: #4c4c4c;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
  padding-left: 15px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-nav-list>li>a:hover {
  opacity: 0.7;
}

.footer-nav-list>li>a::before {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #4C4C4C;
  position: absolute;
  top: calc(50% + 4px);
  left: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-nav-list>li>a::after {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #4C4C4C;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-nav-list li.second>a {
  margin-bottom: 18px;
}

.footer-nav-list li.second>a::before {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #4C4C4C;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.footer-nav-list li.second>a::after {
  visibility: hidden;
}

.footer-nav-list li.second--first {
  margin-top: calc(1.4em + 13px);
}

@media screen and (max-width: 768px) {
  .footer-nav-list li.second--first {
    margin-top: 0;
  }
}

.footer-btn {
  max-width: 230px;
}

@media screen and (max-width: 768px) {
  .footer-btn {
    margin: 20px auto;
  }
}

.footer-btn a {
  display: inline-block;
  max-width: 230px;
  width: 100%;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  padding: 11px 20px;
  color: #fff;
  background-color: #9B378D;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-btn a:hover {
  background: #842e78;
}

.footer-bnr {
  background-color: #D45580;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .footer-bnr {
    padding: 20px 0;
    margin-bottom: 75px;
  }
}

.footer-bnr__slide-item {
  margin: 0 5px;
}

.footer-bnr__slide-item img {
  max-width: none;
  width: 100%;
  margin: 0 auto;
}

/* footer sp nav */
.sp_bottom-menu {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sp_bottom-menu a {
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  vertical-align: bottom;
  height: 75px;
  line-height: 66px;
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3215686275);
  position: relative;
}

.sp_bottom-menu a:nth-of-type(1) {
  position: relative;
  background-color: rgba(166, 69, 154, 0.91) !important;
  width: 28%;
}

.sp_bottom-menu a:nth-of-type(1)::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(/asset/images/common/footer-icon1.png) !important;
  background-size: cover;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sp_bottom-menu a:nth-of-type(2) {
  position: relative;
  background-color: rgba(144, 47, 131, 0.9137254902) !important;
  width: 28%;
}

.sp_bottom-menu a:nth-of-type(2)::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(/asset/images/common/footer-icon2.png) !important;
  background-size: cover;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sp_bottom-menu a:nth-of-type(3) {
  position: relative;
  background-color: rgba(115, 33, 105, 0.91);
  width: 44%;
}

.sp_bottom-menu a:nth-of-type(3)::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(/asset/images/common/footer-icon3.png) !important;
  background-size: cover;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1100px) {
  .sp_bottom-menu {
    visibility: visible;
    height: auto;
    overflow: visible;
  }
}

/* TOP common */
.top-ttl {
  font-weight: 400;
  margin-top: -40px;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .top-ttl {
    margin-top: -20px;
    margin-bottom: 24px;
  }
}

.top-ttl .en {
  color: #D45580;
  font-size: 56px;
}

@media screen and (max-width: 768px) {
  .top-ttl .en {
    font-size: 36px;
  }
}

.top-ttl .ja {
  font-size: 16px;
  display: block;
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .top-ttl .ja {
    font-size: 14px;
  }
}

.top-btn1 {
  position: relative;
  border: none;
  width: 150px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .top-btn1 {
    margin-top: 30px;
  }
}

.top-btn1::before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #D45580;
  rotate: 40deg;
  position: absolute;
  right: -1px;
  bottom: 4px;
}

.top-btn1 a {
  color: #D45580;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  border-bottom: 1px solid #D45580;
}

.top-btn1 a:hover {
  opacity: 0.7;
}

/* TOP MV */
.top-mv {
  position: relative;
  margin: 0 30px 30px;
}

@media screen and (max-width: 1100px) {
  .top-mv {
    margin: 70px 20px 20px;
    height: 100%;
  }
}

/* TOP slide */
.top-slide {
  overflow: hidden;
  width: 100%;
  height: calc(100svh - 130px);
  position: relative;
}

@media screen and (max-width: 1023px) {
  .top-slide {
    height: calc(100svh - 90px);
  }
}

.slice-img {
  width: 100%;
  height: 100%;
}

.slice-img img {
  width: 100%;
  height: 100svh;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

/* TOP catch */
.top-mv__catch {
  background: #D45580;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -30px;
  padding: 30px 30px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .top-mv__catch {
    padding: 20px 10px;
    right: -20px;
  }
}

.top-mv__catch h2 {
  font-weight: normal;
  color: #fff;
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .top-mv__catch h2 {
    font-size: 18px;
  }
}

/* TOP news */
.top-news {
  padding: 80px 0;
  background: #F9F9F9;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding: 60px 0;
  }
}

.top-news .top-ttl {
  margin-top: -30px;
}

@media screen and (max-width: 768px) {
  .top-news .top-ttl {
    margin-bottom: 0;
    display: inline-block;
  }
}

.top-news .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .top-news .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .top-news .content .left-wrap {
    margin-bottom: 20px;
  }
}

.top-news .content .right-wrap {
  width: 100%;
  max-width: 900px;
}

.top-news .content .right-wrap .top-news-list .top-news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #E8E8E8;
  padding: 25px 0;
}

@media screen and (max-width: 768px) {
  .top-news .content .right-wrap .top-news-list .top-news-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
  }
}

.top-news .content .right-wrap .top-news-list .top-news-item:last-of-type {
  border-bottom: 1px solid #E8E8E8;
}

.top-news .content .right-wrap .top-news-list .top-news-item .post-categories a {
  margin: 0 20px;
  color: #fff;
  font-size: 14px;
  padding: 4px 12px;
}

@media screen and (max-width: 768px) {
  .top-news .content .right-wrap .top-news-list .top-news-item .post-categories a {
    font-size: 12px;
  }
}

.top-news .content .right-wrap .top-news-list .top-news-item .post-categories a.news {
  background: #D45580;
}

.top-news .content .right-wrap .top-news-list .top-news-item .post-categories a.topic {
  background: #9B378D;
}

@media screen and (max-width: 768px) {
  .top-news .content .right-wrap .top-news-list .top-news-item .top-news-item__title {
    margin-top: 6px;
  }
}

.top-news .content .right-wrap .top-news-list .top-news-item .top-news-item__title a {
  color: #4C4C4C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-news .content .right-wrap .top-news-list .top-news-item .top-news-item__title a:hover {
  opacity: 0.7;
}

.top-news .content .right-wrap .top-news-list .top-news-item .top-news-item__title a h3 {
  font-weight: normal;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .top-news .content .right-wrap .top-news-list .top-news-item .top-news-item__title a h3 {
    font-size: 14px;
  }
}

.top-news .content .right-wrap .top-news-list .top-news-item .top-news-item__date {
  margin-right: 20px;
  line-height: 2;
}

.top-news .top-btn1 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .top-news .top-btn1 {
    float: right;
    margin-top: 20px;
  }
}

.top-news-iframe {
  width: 100%;
}

/* TOP about */
.top-about {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .top-about {
    padding: 60px 0;
  }
}

.top-about .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .top-about .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top-about .content .txt-wrap {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 70px;
}

@media screen and (max-width: 768px) {
  .top-about .content .txt-wrap {
    margin-right: 0;
  }
}

.top-about .content .txt-wrap::before {
  position: absolute;
  content: "";
  background-image: url(/asset/images/top/about-map.png);
  width: 377px;
  height: 446px;
  background-size: cover;
  top: 40px;
  right: -20px;
}

@media screen and (max-width: 768px) {
  .top-about .content .txt-wrap::before {
    display: none;
  }
}

.top-about .content .img-wrap {
  max-width: 514px;
}

@media screen and (max-width: 768px) {
  .top-about .content .img-wrap {
    margin-top: 20px;
  }
}

/* TOP activity */
.top-activity {
  padding: 0 0 120px;
}

@media screen and (max-width: 768px) {
  .top-activity {
    padding: 0 0 60px;
  }
}

.top-activity .top-ttl {
  text-align: center;
}

.top-activity .content .box-wrap {
  margin: 0 10px 0 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 10px;
}

@media screen and (max-width: 768px) {
  .top-activity .content .box-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.top-activity .content .box-wrap a {
  background: #000;
  height: 340px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top-activity .content .box-wrap a {
    height: 200px;
  }
}

.top-activity .content .box-wrap a::after {
  position: absolute;
  content: "";
  display: block;
  width: 101%;
  height: 100%;
  top: 0;
  background: url(/asset/images/top/activity1.jpg) no-repeat center center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background-size: cover;
  opacity: 0.5;
}

.top-activity .content .box-wrap a:hover::after {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.top-activity .content .box-wrap a.box02::after {
  background: url(/asset/images/top/activity2.jpg) no-repeat center center;
  background-size: cover;
}

.top-activity .content .box-wrap a.box03::after {
  background: url(/asset/images/top/activity3.jpg) no-repeat center center;
  background-size: cover;
}

.top-activity .content .box-wrap a.box04::after {
  background: url(/asset/images/top/activity4.jpg) no-repeat center center;
  background-size: cover;
}

.top-activity .content .box-wrap a .item {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.top-activity .content .box-wrap a img {
  width: 92px;
  margin-top: -16px;
}

@media screen and (max-width: 768px) {
  .top-activity .content .box-wrap a img {
    width: 60px;
  }
}

.top-activity .content .box-wrap a h3 {
  text-shadow: 0 0 12px #454545;
  font-size: 27px;
  font-weight: 400;
  margin-top: -6px;
}

@media screen and (max-width: 768px) {
  .top-activity .content .box-wrap a h3 {
    font-size: 20px;
  }
}

.top-activity .content .box-wrap a h3 span {
  display: block;
  font-size: 18px;
  margin-top: 0px;
}

@media screen and (max-width: 768px) {
  .top-activity .content .box-wrap a h3 span {
    font-size: 14px;
  }
}

/* TOP search */
.top-search {
  padding: 120px 0;
  background: #fff3f8;
}

@media screen and (max-width: 768px) {
  .top-search {
    padding: 60px 0;
  }
}

.top-search .top-ttl {
  text-align: center;
}

.top-search .box-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 28px;
}

@media screen and (max-width: 768px) {
  .top-search .box-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
}

.top-search .box-wrap a {
  position: relative;
  background: #fff;
  padding: 50px 0;
  text-align: center;
  color: #4C4C4C;
  outline: 1px solid #D45580;
  outline-offset: -15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .top-search .box-wrap a {
    padding: 30px;
    outline-offset: -10px;
  }
}

.top-search .box-wrap a:hover {
  opacity: 0.8;
}

.top-search .box-wrap a::before {
  position: absolute;
  content: "";
  width: 41px;
  height: 41px;
  background: url(/asset/images/top/search-arrow.png);
  background-size: cover;
  right: 0;
  bottom: 0;
}

.top-search .box-wrap a img {
  width: 90px;
}

@media screen and (max-width: 768px) {
  .top-search .box-wrap a img {
    width: 80px;
  }
}

.top-search .box-wrap a h3 {
  font-size: 26px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .top-search .box-wrap a h3 {
    font-size: 20px;
  }
}

/* TOP checkup */
.top-checkup {
  height: 500px;
  background: url(/asset/images/top/checkup-bg.jpg);
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .top-checkup {
    height: auto;
    background: none;
    padding: 60px 0;
  }
}

.top-checkup .content {
  width: 475px;
}

@media screen and (max-width: 768px) {
  .top-checkup .content {
    width: 100%;
  }
}

.top-checkup .content .ttl {
  position: relative;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .top-checkup .content .ttl {
    margin-bottom: 20px;
  }
}

.top-checkup .content .ttl .ja {
  color: #D45580;
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .top-checkup .content .ttl .ja {
    font-size: 30px;
  }
}

.top-checkup .content .ttl .en {
  position: absolute;
  color: #D45580;
  opacity: 0.1;
  font-size: 46px;
  top: -34px;
}

@media screen and (max-width: 768px) {
  .top-checkup .content .ttl .en {
    font-size: 34px;
    top: -28px;
  }
}

.top-checkup .content .txt {
  margin-top: 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .top-checkup .content .txt {
    margin-bottom: 0;
  }
}

.top-checkup .content .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-checkup .content .btn-wrap a {
  display: inline-block;
  max-width: 230px;
  width: 100%;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  padding: 14px 14px;
  color: #009FB1;
  border: 1px solid #009FB1;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .top-checkup .content .btn-wrap a {
    width: 48.5%;
    margin-top: 1.5;
  }
}

@media screen and (max-width: 500px) {
  .top-checkup .content .btn-wrap a {
    width: 100%;
    max-width: 100%;
  }
}

.top-checkup .content .btn-wrap a:hover {
  background-color: #DFF4FF;
}

.top-checkup .content .btn-wrap a:nth-of-type(2) {
  color: #D45580;
  border: 1px solid #D45580;
}

.top-checkup .content .btn-wrap a:nth-of-type(2):hover {
  background-color: #FFEBFB;
}

.top-checkup .content .btn-wrap a:nth-of-type(3) {
  color: #FF9100;
  border: 1px solid #FF9100;
}

.top-checkup .content .btn-wrap a:nth-of-type(3):hover {
  background-color: #FFFFD1;
}

.top-checkup .content .btn-wrap a:nth-of-type(4) {
  color: #4BD212;
  border: 1px solid #4BD212;
}

.top-checkup .content .btn-wrap a:nth-of-type(4):hover {
  background-color: #EEFFD2;
}

.top-checkup .content .btn-wrap a:nth-of-type(5) {
  color: #B514EE;
  border: 1px solid #B514EE;
}

.top-checkup .content .btn-wrap a:nth-of-type(5):hover {
  background-color: #F2EBFF;
}

/* TOP support */
.top-support {
  height: 500px;
  background: url(/asset/images/top/support-bg.jpg);
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .top-support {
    height: auto;
    background: #F9F9F9;
    padding: 60px 0 60px;
  }
}

.top-support .content {
  width: 475px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .top-support .content {
    width: 100%;
  }
}

.top-support .content .ttl {
  position: relative;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .top-support .content .ttl {
    margin-bottom: 20px;
  }
}

.top-support .content .ttl .ja {
  color: #D45580;
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .top-support .content .ttl .ja {
    font-size: 30px;
  }
}

.top-support .content .ttl .en {
  position: absolute;
  color: #D45580;
  opacity: 0.1;
  font-size: 46px;
  top: -34px;
}

@media screen and (max-width: 768px) {
  .top-support .content .ttl .en {
    font-size: 34px;
    top: -28px;
  }
}

.top-support .content .txt {
  margin-top: 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .top-support .content .txt {
    margin-bottom: 0;
  }
}

.top-support .content .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-support .content .btn-wrap a {
  display: inline-block;
  max-width: 230px;
  width: 100%;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  padding: 14px 14px;
  color: #009FB1;
  border: 1px solid #009FB1;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .top-support .content .btn-wrap a {
    width: 48.5%;
    margin-top: 1.5;
  }
}

@media screen and (max-width: 500px) {
  .top-support .content .btn-wrap a {
    width: 100%;
    max-width: 100%;
  }
}

.top-support .content .btn-wrap a:hover {
  background-color: #DFF4FF;
}

.top-support .content .btn-wrap a:nth-of-type(2) {
  color: #D45580;
  border: 1px solid #D45580;
}

.top-support .content .btn-wrap a:nth-of-type(2):hover {
  background-color: #FFEBFB;
}

.top-support .content .btn-wrap a:nth-of-type(3) {
  color: #FF9100;
  border: 1px solid #FF9100;
}

.top-support .content .btn-wrap a:nth-of-type(3):hover {
  background-color: #FFFFD1;
}

.top-support .content .btn-wrap a:nth-of-type(4) {
  color: #4BD212;
  border: 1px solid #4BD212;
}

.top-support .content .btn-wrap a:nth-of-type(4):hover {
  background-color: #EEFFD2;
}

.top-support .content .btn-wrap a:nth-of-type(5) {
  color: #B514EE;
  border: 1px solid #B514EE;
}

.top-support .content .btn-wrap a:nth-of-type(5):hover {
  background-color: #F2EBFF;
}

/* TOP event */
.top-event {
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .top-event {
    padding: 60px 0;
  }
}

.top-event .top-ttl {
  text-align: center;
}

.top-event .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -3%;
}

.top-event .content ul li {
  width: 30%;
  position: relative;
  margin-left: 3%;
}

@media screen and (max-width: 768px) {
  .top-event .content ul li {
    width: 47%;
  }
}

@media screen and (max-width: 768px) {
  .top-event .content ul li:nth-of-type(3) {
    display: none;
  }
}

.top-event .content ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.top-event .content ul li a:hover~figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.top-event .content ul li a:hover~article {
  opacity: 0.7;
}

.top-event .content ul li figure {
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
  overflow: hidden;
  height: 240px;
}
@media screen and (max-width: 768px) {
  .top-event .content ul li figure {
    height: 140px;
  }
}

.top-event .content ul li figure img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}

.top-event .content ul li article .date {
  color: #D45580;
}

.top-event .content ul li article h3 {
  font-weight: 400;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .top-event .content ul li article h3 {
    font-size: 14px;
  }
}

.top-event .top-btn1 {
  margin-left: auto;
}

.top-event-iframe {
  width: 100%;
}

/* TOP info */
.top-info .content .box-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 768px) {
  .top-info .content .box-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.top-info .content .box-wrap a {
  background: #000;
  height: 350px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top-info .content .box-wrap a {
    height: 200px;
  }
}

.top-info .content .box-wrap a::after {
  position: absolute;
  content: "";
  display: block;
  width: 101%;
  height: 100%;
  top: 0;
  background: url(/asset/images/top/info1.jpg) no-repeat center center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background-size: cover;
  opacity: 0.5;
}

.top-info .content .box-wrap a:hover::after {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.top-info .content .box-wrap a.box02::after {
  background: url(/asset/images/top/info2.jpg) no-repeat center center;
  background-size: cover;
}

.top-info .content .box-wrap a .item {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.top-info .content .box-wrap a img {
  width: 92px;
  margin-top: -16px;
}

.top-info .content .box-wrap a h3 {
  font-size: 38px;
  font-weight: 400;
  margin-top: -6px;
  text-shadow: 0 0 12px #454545;
}

@media screen and (max-width: 768px) {
  .top-info .content .box-wrap a h3 {
    font-size: 28px;
  }
}

.top-info .content .box-wrap a h3 span {
  display: block;
  font-size: 20px;
  margin-top: 0px;
}

@media screen and (max-width: 768px) {
  .top-info .content .box-wrap a h3 span {
    font-size: 16px;
  }
}

.ttl01 {
  display: block;
  letter-spacing: 2px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 14px;
  margin: 0 auto 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ttl01 {
    font-size: 1.5rem;
    margin: 0 auto 30px;
    text-align: center;
  }
}

.ttl01::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 3px;
  background-color: #D45580;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ttl02 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 400;
  padding: 0 0 13px;
  border-bottom: 4px solid #ffe3f0;
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
  color: #D45580;
}

.ttl02:before {
  content: "";
  width: 160px;
  height: 4px;
  background-color: #D45580;
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
}

@media screen and (max-width: 768px) {
  .ttl02 {
    font-size: 1.3rem;
    padding: 6px 0;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.ttl03 {
  display: block;
  letter-spacing: 0.04em;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  padding-left: 15px;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  color: #9B378D;
  border-left: 4px solid #9B378D;
}

@media screen and (max-width: 768px) {
  .ttl03 {
    font-size: 1.25rem;
    text-align: left;
  }
}

.ttl04 {
  display: block;
  letter-spacing: 0.04em;
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: left;
  background-color: #D45580;
  padding: 14px 25px;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ttl04 {
    font-size: 1.25rem;
    text-align: left;
    font-weight: 700;
  }
}

/* low about */
#about .history .cont dt {
  clear: left;
  float: left;
  margin: 0 0 5px 0;
  width: 100px;
}

#about .history .cont dd {
  margin: 0 0 5px 0;
}

#about .history .kaicho {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #about .history .kaicho {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#about .history .kaicho img {
  width: 280px;
}

@media screen and (max-width: 768px) {
  #about .history .kaicho img {
    margin-bottom: 10px;
  }
}

#about .history .kaicho p {
  margin-left: 20px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #about .history .kaicho p {
    margin: 0;
    font-size: 16;
  }
}

#about .history .kaicho p span {
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  #about .history .kaicho p span {
    font-size: 22px;
  }
}

#about .history .period {
  width: 100%;
}

#about .history .period thead {
  background: #D45580;
}

#about .history .period th {
  color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  font-weight: 400;
}

#about .history .period td {
  border: 1px solid #ccc;
  padding: 10px;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #about .history .period td {
    font-size: 13px;
    padding: 5px;
  }
}

#about .history .period tr:nth-child(2n) td {
  background-color: #fff3f8;
}

#about .character .item {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #about .character .item {
    align-items: center;
  }
}

#about .character .item .img {
  width: 20%;
}

@media screen and (max-width: 768px) {
  #about .character .item .img {
    width: 50%;
  }
}

#about .character .item .slogan {
  background: #fff3f8;
  padding: 20px;
  margin-top: 20px;
  width: 470px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #about .character .item .slogan {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#about .character .item .slogan li {
  width: 46%;
  list-style-type: decimal;
  list-style-position: inside;
  color: #D45580;
}

@media screen and (max-width: 768px) {
  #about .character .item .slogan li {
    width: 100%;
  }
}

/* low activity */
#activity .intro {
  text-align: center;
  font-size: 24px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #activity .intro {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

#activity .activity__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media screen and (max-width: 768px) {
  #activity .activity__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

#activity .activity__item {
  border: 1px solid #dfdfdf;
  border-radius: 20px;
}

@media screen and (max-width: 1000px) {
  #activity .activity__item {
    max-width: 100%;
  }
}

#activity .activity__item>a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4C4C4C;
}

#activity .activity__item>a:hover,
#activity .activity__item>a:focus {
  opacity: 0.7;
}

#activity .activity__item>a h4 {
  display: block;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  text-align: left;
  margin-bottom: 5px;
  color: #D45580;
}

@media screen and (max-width: 768px) {
  #activity .activity__item>a h4 {
    font-size: 20px;
    text-align: center;
  }
}

#activity .activity__item>a img {
  display: block;
  border-radius: 20px 20px 0 0;
}

#activity .activity__item>a p {
  color: #4C4C4C;
}

#activity .activity__item ul.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

#activity .activity__item ul li {
  margin-bottom: 0;
}

#activity .activity__item .txt {
  font-size: 14px;
  margin-bottom: 10px;
}

#activity .activity__item .txt.last {
  margin-bottom: 0;
}

#activity .activity__item-inner {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  #activity .activity__item-inner {
    padding: 10px;
  }
}

/* low checkup */
#checkup .school .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media screen and (max-width: 768px) {
  #checkup .school .items {
    grid-template-columns: repeat(1, 1fr);
  }
}

#checkup .school .items h3 {
  background: #D45580;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  padding: 7px 0 9px;
}

@media screen and (max-width: 768px) {
  #checkup .school .items h3 {
    font-size: 18px;
  }
}

#checkup .school .items p {
  background: #fff;
  padding: 20px 20px;
  border-radius: 0 0 10px 10px;
  background: #fff3f8;
  min-height: 230px;
  font-size: 15px;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 768px) {
  #checkup .school .items p {
    padding: 16px 30px;
    min-height: auto;
  }
}

#checkup .school .items img {
  border-radius: 10px 10px 0 0;
}

/* low other */
#other .other .img-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #other .other .img-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#other .other .img-flex img {
  width: 300px;
  margin: 0 10px;
}

@media screen and (max-width: 500px) {
  #other .other .img-flex img {
    width: 100%;
    margin: 10px 0;
  }
}

#other .other .img-flex+p {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
}

@media screen and (max-width: 500px) {
  #other .other .img-flex+p {
    margin-top: 0;
  }
}

/* low membership */
#membership .info .intro {
  text-align: center;
  font-size: 24px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #membership .info .intro {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

#membership .flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #membership .flow {
    margin-top: -20px;
  }
}

@media screen and (max-width: 768px) {
  #membership .flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#membership .flow .item {
  width: 30%;
  position: relative;
}

@media screen and (max-width: 768px) {
  #membership .flow .item:not(:last-of-type)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -54px;
    left: calc(50% - 16px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px;
    border-color: #cdb3d6 transparent transparent transparent;
  }
}

@media screen and (max-width: 768px) {
  #membership .flow .item {
    width: 100%;
    margin-top: 60px;
    text-align: center;
  }
}

#membership .flow .item .step {
  background: #D45580;
  color: #fff;
  display: inline-block;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 14px;
  position: absolute;
  top: -28px;
  left: -28px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #membership .flow .item .step {
    left: 10px;
    top: -18px;
  }
}

#membership .flow .item .step span {
  font-size: 32px;
}

#membership .flow .item .img {
  position: relative;
}

@media screen and (max-width: 768px) {
  #membership .flow .item .img {
    width: 82%;
    margin: 0 auto;
    padding-bottom: 5px;
  }
}

#membership .flow .item .img::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18.5px 0 18.5px 15px;
  border-color: transparent transparent transparent #cdb3d6;
  position: absolute;
  top: 50%;
  right: -35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #membership .flow .item .img::after {
    display: none;
  }
}

#membership .flow .item.last .img::after {
  display: none;
}

/* low search */

#search-clinic #town {
  margin-bottom: 50px;
}

#search-clinic .map-wrapper {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}

#search-clinic .heading {
  font-size: 1.25rem;
  font-weight: bold;
  color: #D45580;
  position: relative;
  margin-bottom: 10px;
}

#search-clinic .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #search-clinic .line {
    margin-right: -10px;
  }
}

#search-clinic .line li a {
  display: block;
  color: #4C4C4C;
  border-radius: 7px;
  background-color: #fff3f8;
  border: 1px solid #E3E3E3;
  padding: 8px 25px;
  margin: 0 10px 10px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#search-clinic .line li a:hover,
#search-clinic .line li a:focus {
  opacity: 0.7;
}

#search-clinic .town {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#search-clinic .town li a {
  display: block;
  color: #4C4C4C;
  border-radius: 7px;
  background-color: #fff3f8;
  border: 1px solid #E3E3E3;
  padding: 8px 25px;
  margin: 0 10px 10px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#search-clinic .town li a:hover,
#search-clinic .town li a:focus {
  opacity: 0.7;
}

#search-clinic #map svg {
  max-width: 800px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #search-clinic #map svg {
    width: 104%;
  }
}

/* low search-archive */
#search-list .ttl02 {
  margin-bottom: 60px;
}

#search-list .search-item {
  margin-bottom: 80px;
}

#search-list .search-item__ttl {
  display: block;
  letter-spacing: 0.04em;
  font-size: 1.5rem;
  font-weight: 700;
  color: #74533F;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  padding-left: 15px;
  border-left: 4px solid #479CD7;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #search-list .search-item__ttl {
    font-size: 1.125rem;
    text-align: left;
  }
}

#search-list .search-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#search-list .search-item__figure {
  min-width: 320px;
  width: 320px;
  height: 220px;
  margin-right: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

#search-list .search-item__figure img {
  max-width: none;
  width: 100%;
  width: 320px;
  height: 220px;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  #search-list .search-item__inner {
    display: block;
  }

  #search-list .search-item__figure {
    height: auto;
    margin: 0 auto 20px;
    width: 100%;
    min-width: 100%;
  }

  #search-list .search-item__figure img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
}

#search-list .search-item__table {
  width: 100%;
  border: 1px solid #E3E3E3;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 1rem;
}

#search-list .search-item__table__note {
  margin-top: 10px;
}

#search-list .search-item__table__note::before {
  content: "※";
}

@media screen and (max-width: 768px) {
  #search-list .search-item__table {
    font-size: 0.875rem;
  }
}

#search-list .search-item__table tbody tr {
  border-bottom: 1px solid #E3E3E3;
}

#search-list .search-item__table tbody th,
#search-list .search-item__table tbody td {
  vertical-align: middle;
}

#search-list .search-item__table tbody th a,
#search-list .search-item__table tbody td a {
  color: #0415FF;
}

#search-list .search-item__table tbody th a:hover,
#search-list .search-item__table tbody td a:hover {
  text-decoration: underline;
}

#search-list .search-item__table tbody th {
  width: 119px;
  background-color: #fff3f8;
  font-weight: 500;
  padding: 9px 14px;
  text-align: left;
}

#search-list .search-item__table tbody td {
  background-color: #fff;
  text-align: left;
  padding: 9px 14px;
}

#search-list .search-item__table tbody td:last-child {
  border-right: none;
}

@media screen and (max-width: 768px) {
  #search-list .search-item__table tbody th {
    display: block;
    min-width: 6em;
    /* width: 30%; */
    width: 100%;
    padding: 8px 10px;
  }

  #search-list .search-item__table tbody td {
    display: block;
    padding: 8px 15px;
  }
}

#search-list .search-item__btn {
  display: block;
  margin: 50px auto 0;
}

#search-list .btn-area {
  text-align: center;
  margin: 50px auto 0;
}

#search-list .btn-area a:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  #search-list .btn-area a:first-child {
    margin: 0 auto 20px;
  }
}

#search-list .feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#search-list .feature>li {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #fff;
  border-radius: 5px;
  line-height: 1.4;
  vertical-align: middle;
  padding: 6px 10px;
  margin: 5px;
}

#search-list .feature__subject {
  background-color: #D45580;
}

#search-list .feature__checkup {
  background-color: #9B378D;
}

#search-list .special {
  background-color: #00ab58;
}

/* search-single */
#clinic-detail .ttl01__outer {
  margin: 0 auto 30px;
}

#clinic-detail .slide {
  width: 810px;
  margin: 50px auto 80px;
  border-radius: 40px;
  position: relative;
}

#clinic-detail .slick-slide {
  overflow: hidden;
  border-radius: 40px;
}

#clinic-detail .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

#clinic-detail .prev-arrow {
  left: -60px;
}

#clinic-detail .next-arrow {
  right: -60px;
}

@media screen and (max-width: 768px) {
  #clinic-detail .slide {
    width: 100%;
    border-radius: 20px;
    margin: 30px auto;
  }

  #clinic-detail .slick-slide {
    border-radius: 20px;
  }

  #clinic-detail .prev-arrow {
    width: 25px;
    left: 2%;
  }

  #clinic-detail .next-arrow {
    width: 25px;
    right: 2%;
  }
}

#clinic-detail .top-feature {
  margin-bottom: 50px;
}

#clinic-detail .feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#clinic-detail .feature>li {
  display: inline-block;
  font-size: 0.8125rem;
  color: #fff;
  border-radius: 5px;
  line-height: 1.4;
  vertical-align: middle;
  padding: 6px 10px;
  margin: 5px;
}

#clinic-detail .feature__subject {
  background-color: #D45580;
}

#clinic-detail .feature__checkup {
  background-color: #9B378D;
}

#clinic-detail .special {
  background-color: #00ab58;
}

#clinic-detail .sub-ttl {
  display: block;
  letter-spacing: 0.04em;
  font-size: 1.625rem;
  font-weight: bold;
  color: #4C4C4C;
  line-height: 1.2;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 20px;
  position: relative;
  border-left: 3px solid #D45580;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  #clinic-detail .sub-ttl {
    font-size: 1.25rem;
    text-align: left;
  }
}

#clinic-detail .information {
  width: 100%;
  border: 1px solid #E3E3E3;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 1rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #clinic-detail .information {
    font-size: 0.875rem;
  }
}

#clinic-detail .information tbody tr {
  border-bottom: 1px solid #E3E3E3;
}

#clinic-detail .information tbody th,
#clinic-detail .information tbody td {
  vertical-align: middle;
}

#clinic-detail .information tbody th a,
#clinic-detail .information tbody td a {
  color: #0415FF;
}

#clinic-detail .information tbody th a:hover,
#clinic-detail .information tbody td a:hover {
  text-decoration: underline;
}

#clinic-detail .information tbody th {
  min-width: 150px;
  background-color: #fff3f8;
  font-weight: 500;
  padding: 9px 14px;
  text-align: left;
}

#clinic-detail .information tbody td {
  background-color: #fff;
  text-align: left;
  padding: 9px 14px;
}

#clinic-detail .information tbody td:last-child {
  border-right: none;
}

@media screen and (max-width: 768px) {
  #clinic-detail .information tbody th {
    display: block;
    min-width: 0;
    /* width: 30%; */
    width: 100%;
    padding: 8px 10px;
  }

  #clinic-detail .information tbody td {
    display: block;
    padding: 8px 15px;
  }
}

#clinic-detail .information__feature {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#clinic-detail .interview {
  border: 1px solid #E3E3E3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin-bottom: 60px;
}

#clinic-detail .interview figure {
  width: 278px;
  height: auto;
  margin-right: 15px;
}

#clinic-detail .interview dl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.6;
}

#clinic-detail .interview dl dt {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

#clinic-detail .interview dl dd a {
  display: inline-block;
  color: #0415FF;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#clinic-detail .interview dl dd a:hover,
#clinic-detail .interview dl dd a:focus {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #clinic-detail .interview {
    display: block;
  }

  #clinic-detail .interview figure {
    max-width: 278px;
    width: 100%;
    margin: 0 auto 10px;
  }
}

#clinic-detail .access-movie {
  width: 100%;
  height: 480px;
  overflow: hidden;
  margin-bottom: 40px;
}

#clinic-detail .access-movie iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #clinic-detail .access-movie {
    height: 270px;
  }
}

#clinic-detail .access-map {
  width: 100%;
  height: 480px;
  overflow: hidden;
}

#clinic-detail .access-map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #clinic-detail .access-map {
    height: 270px;
  }
}

#clinic-detail .btn-area {
  text-align: center;
  margin: 50px auto 0;
}

#clinic-detail .btn-area a:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  #clinic-detail .btn-area a:first-child {
    margin: 0 auto 20px;
  }
}

#clinic-detail .time-tbl table {
  border: 1px solid #E3E3E3;
  width: 100%;
  font-size: 1rem;
  letter-spacing: 0;
  margin-bottom: 60px;
  line-height: 1.5;
}

#clinic-detail .time-tbl table tr {
  border-bottom: 1px solid #E3E3E3;
}

#clinic-detail .time-tbl table tr th {
  text-align: left;
  vertical-align: middle;
  padding: 15px;
  font-weight: 500;
  width: 12%;
  background-color: #fff3f8;
  line-height: 1.5;
}

#clinic-detail .time-tbl table tr td {
  border-right: 1px solid #E3E3E3;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
}

#clinic-detail .time-tbl {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #clinic-detail .time-tbl table {
    margin-bottom: 40px;
  }

  #clinic-detail .time-tbl table tr.row1 {
    display: none;
  }

  #clinic-detail .time-tbl table tr.time {
    border-bottom: none;
  }

  #clinic-detail .time-tbl table tr th {
    text-align: left;
    padding: 12px;
    width: 100%;
    display: block;
    font-weight: 600;
  }

  #clinic-detail .time-tbl table tr td {
    text-align: left;
    padding: 12px;
    display: block;
    border-bottom: 1px solid #E3E3E3;
    border-right: none;
  }

  #clinic-detail .time-tbl table tr.time td:last-child {
    border-bottom: none;
  }

  #clinic-detail .time-tbl table tr.time td:before {
    content: attr(data-label);
    display: inline;
    padding-right: 2em;
  }

  #clinic-detail .time-tbl {
    margin-bottom: 15px;
  }
}

/* low member */
#member .intro {
  text-align: center;
}

#member .btn-area {
  margin: 40px auto 0;
  text-align: center;
}

#member .btn-area .btn01 {
  max-width: 280px;
}

.member-news-page #mv {
  background-image: url(../images/member/mv.jpg) !important;
  background-size: cover;
  background-position: 20%;
}

.member-news {
  position: relative;
}

.member-news__btn {
  text-align: center;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .member-news__btn {
    margin-top: 30px;
  }
}

.member-news-list>li {
  background-color: #fff;
  padding: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .member-news-list>li {
    padding: 12px 15px;
  }
}

.member-news-list>li:nth-child(odd) {
  background-color: #fff3f8;
}

.member-news-list>li>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.member-news-list>li>article {
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.member-news-list>li a:hover~article {
  opacity: 0.7;
}

.member-news-list__date {
  display: inline-block;
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .member-news-list__date {
    margin-right: 15px;
  }
}

.member-news-list__ttl {
  display: inline-block;
  font-weight: normal;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .member-news-list__ttl {
    font-size: 0.875rem;
  }
}

/*====================
pagination
=====================*/
.pager-wrap {
  text-align: center;
  margin-top: 60px;
}

.pager-wrap p {
  font-size: 1.4rem;
}

.pager-wrap p span.num-current {
  font-weight: bold;
}

.pager {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.pager div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  /*width:48px;
	line-height: 48px;*/
}

.pager div a {
  color: #D45580;
  display: block;
  border: solid 1px #D45580;
  padding: 0 20px;
  line-height: 48px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pager div.current {
  background-color: #D45580;
  border: solid 1px #D45580;
  padding: 0 20px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
}

.pager div a:hover {
  background-color: #ec92b0;
  border: solid 1px #ec92b0;
  color: #ffffff;
}

@media screen and (max-width: 480px) {
  .pager {
    font-size: 1.3rem;
  }

  .pager-wrap {
    margin-top: 30px;
  }

  .pager-wrap p {
    font-size: 1.1rem;
  }

  .pager div a {
    color: #D45580;
    display: block;
    border: solid 1px #D45580;
    padding: 0 15px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
  }

  .pager div.current {
    background-color: #D45580;
    border: solid 1px #D45580;
    padding: 0 15px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pager div a:hover {
    background-color: #ec92b0;
    border: solid 1px #ec92b0;
    color: #ffffff;
  }
}

/*====================
pager
=====================*/
.pager-wrap {
  text-align: center;
  display: none;
}

.pager-wrap p {
  font-size: 1.4rem;
}

.pager-wrap p span.num-current {
  font-weight: bold;
}

.pager {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.pager span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  /*width:48px;
	line-height: 48px;*/
}

.pager span a {
  color: #D45580;
  display: block;
  border: solid 1px #D45580;
  padding: 0 20px;
  line-height: 48px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pager span.current {
  background-color: #D45580;
  border: solid 1px #D45580;
  padding: 0 20px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
}

.pager span a:hover {
  background-color: #ec92b0;
  border: solid 1px #ec92b0;
  color: #ffffff;
}

@media screen and (max-width: 480px) {
  .pager {
    font-size: 1.3rem;
  }

  .pager-wrap p {
    font-size: 1.1rem;
  }

  .pager div a {
    color: #D45580;
    display: block;
    border: solid 1px #D45580;
    padding: 0 15px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pager div.current {
    background-color: #D45580;
    border: solid 1px #D45580;
    padding: 0 15px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
  }

  .pager div a:hover {
    background-color: #ec92b0;
    border: solid 1px #ec92b0;
    color: #ffffff;
  }
}

/*# sourceMappingURL=style.css.map */