* {
  padding: 0;
  margin: 0;
}

html {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Kiwi Maru", serif;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  background: #fbf9f1;
  letter-spacing: 0.045em;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p, pre, blockquote, ul, ol, dl, dt, dd, hr, form, input {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 767px) {
  img {
    image-rendering: auto;
  }
}

em {
  font-style: normal;
}

li {
  list-style-type: none;
}

.sp,
.sp_flex,
.sp_inline {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .sp_flex {
    display: flex !important;
  }
}
.mt00 {
  margin-top: 0 !important;
}

.fadeup {
  transform-origin: center center;
  transform: translateY(20px);
  opacity: 0;
  transition: all 1.5s ease-out;
}

.fadeup.is-enter {
  transform: translateY(0);
  opacity: 1;
}

/* link
----------------------------------------------------*/
a:link {
  color: #333;
  text-decoration: underline;
}

a:visited {
  color: #333;
  text-decoration: underline;
}

a:hover {
  color: #333;
  text-decoration: none;
}

/* rollover
----------------------------------------------------*/
.hov {
  transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
}

.hov:hover {
  opacity: 0.8;
}

/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

.loading-top {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fbf9f1;
  z-index: 70;
}

.loading-top-img {
  width: 205px;
  margin: -120px auto 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  top: 50%;
}
.loading-top-img .loading-top-img02 {
  margin: 0 0 10px -30px;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 70;
  top: 0;
  left: 0;
}

/* header
----------------------------------------------------*/
#header {
  position: absolute;
  left: 10px;
  top: 10px;
}
@media (max-width: 767px) {
  #header {
    position: static;
  }
}
#header #logo {
  line-height: 1;
  position: absolute;
  top: 40px;
  left: 5vw;
  z-index: 60;
  width: 257px;
  height: 89px;
}
@media (max-width: 1100px) {
  #header #logo {
    top: 20px;
    left: 2vw;
    width: 20vw;
  }
}
@media (max-width: 767px) {
  #header #logo {
    width: 50%;
    position: static;
    margin: 20px 0 0 20px;
  }
}

.sp_menu {
  position: fixed;
  right: 50px;
  top: 50px;
  background: url("../images/common/gmenu.svg") no-repeat 0 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 63;
}
@media (max-width: 767px) {
  .sp_menu {
    width: 54px;
    height: 54px;
    background-size: 100%;
    right: 15px;
    top: 30px;
  }
}
.sp_menu.on {
  background: url("../images/common/close.svg") no-repeat 0 0;
}
@media (max-width: 767px) {
  .sp_menu.on {
    background-size: 100%;
  }
}

#gmenu {
  background: rgba(142, 107, 158, 0.8);
  width: 40%;
  position: fixed;
  z-index: 62;
  right: 0;
  top: 0;
  height: 100%;
  padding: 40px 0 0 90px;
  box-sizing: border-box;
  overflow: auto;
  display: none;
}
@media (max-width: 767px) {
  #gmenu {
    padding: 20px 0 0 20px;
    width: 70%;
  }
  #gmenu figure {
    width: 60%;
  }
}
#gmenu ul {
  font-size: 20px;
  margin: 6vh 0 0 0;
}
@media (max-width: 767px) {
  #gmenu ul {
    font-size: 15px;
    margin: calc(50% - 10px) 0 0 0;
  }
}
#gmenu ul li {
  background: url("../images/common/gmenu-li.svg") no-repeat 0 center;
  padding: 0 0 0 30px;
  font-weight: 500;
  margin-top: 4vh;
}
@media (max-width: 767px) {
  #gmenu ul li {
    padding: 0 0 0 20px;
    background-size: 12px;
    font-weight: 500;
    margin-top: 20px;
  }
}
#gmenu ul li a {
  color: #FFF;
  text-decoration: none;
}
#gmenu ul li a:hover {
  text-decoration: underline;
  color: #b4b50c;
}
#gmenu ul.gmenu-privacy {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 767px) {
  #gmenu ul.gmenu-privacy {
    font-size: 12px;
    margin-top: 25px;
  }
}
#gmenu ul.gmenu-privacy li {
  position: relative;
  background: none;
  padding: 0 0 0 20px;
}
@media (max-width: 767px) {
  #gmenu ul.gmenu-privacy li {
    padding: 0 0 0 12px;
  }
}
#gmenu ul.gmenu-privacy li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #FFF;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}

#menu_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 61;
  display: none;
}
#menu_bg.on {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

body.on {
  overflow: hidden;
}

.main-v {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .main-v {
    display: block;
    margin-top: 20px;
  }
}
.main-v .ttl-area {
  width: 520px;
  box-sizing: border-box;
  padding-left: 72px;
}
@media (max-width: 1300px) {
  .main-v .ttl-area {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .main-v .ttl-area {
    width: auto;
    padding-left: 25px;
    margin-bottom: 15px;
  }
  .main-v .ttl-area .ttl {
    perspective: 1000;
  }
}
.main-v .main-img {
  width: calc(100% - 520px);
  opacity: 0;
}
@media (max-width: 1300px) {
  .main-v .main-img {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .main-v .main-img {
    width: calc(100% - 25px);
    margin: 0 0 0 auto;
  }
}
.main-v .main-title01, .main-v .main-title02 {
  opacity: 0;
}
.main-v.on .main-title01, .main-v.on .main-title02 {
  -webkit-animation: textAnime 1.5s 0.1s forwards ease-in-out;
          animation: textAnime 1.5s 0.1s forwards ease-in-out;
  transform: translateY(10px);
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.main-v.on .main-img {
  -webkit-animation: mainAnime 1.5s 0.1s forwards ease-in-out;
          animation: mainAnime 1.5s 0.1s forwards ease-in-out;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.main-title {
  background: url("../images/common/title-line.svg") repeat-x 0 bottom;
  font-size: 17px;
  letter-spacing: 0.058em;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
@media (max-width: 1100px) {
  .main-title {
    font-size: 13px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    background-size: 5px auto;
  }
}
@media (max-width: 767px) {
  .main-title {
    margin-bottom: 15px;
  }
}
.main-title.day {
  letter-spacing: 0.04em;
}
.main-title.enrolment {
  letter-spacing: 0.09em;
}

.main-title02 {
  margin-top: 20px;
}
@media (max-width: 1100px) {
  .main-title02 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .main-title02 {
    margin-top: 10px;
  }
}

@-webkit-keyframes mainAnime {
  to {
    opacity: 1;
  }
}

@keyframes mainAnime {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes textAnime {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes textAnime {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pankuzu {
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
  color: #7f7f80;
  margin: 20px 35px;
}
@media (max-width: 767px) {
  .pankuzu {
    font-size: 9px;
    margin: 10px 15px;
  }
}
.pankuzu li {
  margin: 0 0 0 15px;
  padding: 0 0 0 17px;
  background: url("../images/common/pankuzu.svg") no-repeat 0 center;
}
.pankuzu li.home {
  margin: 0;
  padding: 0;
  background: none;
}
.pankuzu li a {
  color: #afafb0;
}

.title01 {
  font-size: 20px;
  font-weight: 500;
  background: url("../images/common/title.svg") no-repeat 0 0;
  padding: 25px 0 0 30px;
  color: #666666;
}
@media (max-width: 767px) {
  .home .title01 {
    font-size: 12px;
    background-size: 33px auto;
    padding: 20px 0 0 20px;
  }
}

@media (max-width: 767px) {
  .title01-area {
    display: flex;
    justify-content: center;
    margin: 50px 0 20px 0;
  }
}
.title01-area.center {
  display: flex;
  justify-content: center;
  margin: 120px 0 60px 0;
}
@media (max-width: 767px) {
  .title01-area.center {
    margin: 50px 0 20px 0;
  }
}

/* tel
----------------------------------------------------*/
.tel-area {
  margin: 0 40px;
}

.tel {
  border: 3px solid #cce2e1;
  max-width: 930px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 40px 40px 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: #FFF;
}
@media (max-width: 1300px) {
  .tel {
    padding: 10px 3% 3% 10px;
  }
}
@media (max-width: 767px) {
  .tel {
    padding: 10px 15px 15px 10px;
    flex-wrap: wrap;
  }
}
.tel .title01 {
  font-size: 17px;
  line-height: 1.5;
}
@media (max-width: 1300px) {
  .tel .title01 {
    font-size: 1.2vw;
  }
}
@media (max-width: 767px) {
  .tel .title01 {
    font-size: 2.5vw;
    background-size: 30px auto;
    padding: 15px 0 0 20px;
  }
}
.tel .title01 span {
  font-size: 28px;
  display: block;
  letter-spacing: 0.075em;
}
@media (max-width: 1300px) {
  .tel .title01 span {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .tel .title01 span {
    font-size: 3.2vw;
  }
}
.tel .tel-txt {
  margin: 0 20px;
}
@media (max-width: 1300px) {
  .tel .tel-txt {
    font-size: 1.2vw;
    margin: 0 1vw;
  }
}
@media (max-width: 767px) {
  .tel .tel-txt {
    margin: 0;
    font-size: 1.8vw;
  }
}
.tel .tel-no {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 1300px) {
  .tel .tel-no {
    font-size: 1vw;
  }
}
@media (max-width: 767px) {
  .tel .tel-no {
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 2.5vw;
    line-height: 1.4;
  }
}
.tel .tel-no span {
  display: block;
  font-size: 33px;
  color: #8a9ec3;
}
@media (max-width: 1300px) {
  .tel .tel-no span {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .tel .tel-no span {
    font-size: 6vw;
  }
}

/* footer
----------------------------------------------------*/
footer {
  font-weight: 500;
  padding: 100px 40px 30px 40px;
}
@media (max-width: 767px) {
  footer {
    padding: 40px 15px 15px 15px;
  }
  footer.day {
    padding-bottom: 150px;
  }
}

.footer-area {
  background: #FFF;
  border-radius: 40px;
  padding: 0 0 40px 0;
  display: flex;
  position: relative;
  background: #FFF url("../images/common/footer-line.svg") no-repeat center center;
}
@media (max-width: 1250px) {
  .footer-area {
    background-size: 0.76% auto;
  }
}
@media (max-width: 767px) {
  .footer-area {
    border-radius: 15px;
    background: #FFF;
    flex-wrap: wrap;
    padding: 0 0 30px 0;
  }
}

.footer01 {
  width: 25%;
}
@media (max-width: 767px) {
  .footer01 {
    width: 50%;
  }
}
.footer01 .footer-logo {
  background: #fbf9f1;
  padding: 50px 30px;
  border-radius: 0 0 40px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .footer01 .footer-logo {
    padding: 20px 15px;
    border-radius: 0 0 15px 0;
  }
}
.footer01 .footer01-link {
  padding: 50px 0 10px 70px;
  background: url("../images/common/footer-corner.svg") no-repeat 0 0;
}
@media (max-width: 1250px) {
  .footer01 .footer01-link {
    padding: 3vw 0 10px 5vw;
  }
}
@media (max-width: 767px) {
  .footer01 .footer01-link {
    background-size: 25px;
  }
}
.footer01 .footer-txt01 {
  font-size: 15px;
}
@media (max-width: 1250px) {
  .footer01 .footer-txt01 {
    font-size: 1.1vw;
  }
}
@media (max-width: 767px) {
  .footer01 .footer-txt01 {
    font-size: 8px;
  }
}
.footer01 .footer-txt02 {
  font-size: 23px;
  color: #8a9ec3;
}
@media (max-width: 1250px) {
  .footer01 .footer-txt02 {
    font-size: 1.7vw;
  }
}
@media (max-width: 767px) {
  .footer01 .footer-txt02 {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 15px;
  }
}
.footer01 .footer-txt03 {
  text-indent: -4.2em;
  margin: 15px 0 0 4.2em;
  font-size: 15px;
}
@media (max-width: 1250px) {
  .footer01 .footer-txt03 {
    font-size: 0.9vw;
  }
}
@media (max-width: 767px) {
  .footer01 .footer-txt03 {
    font-size: 8px;
    margin: 8px 0 0 4.2em;
  }
}
.footer01 .footer-privacy {
  margin: 50px 0 0 0;
}
@media (max-width: 1250px) {
  .footer01 .footer-privacy {
    margin: 3vw 0 0 0;
  }
}
@media (max-width: 767px) {
  .footer01 .footer-privacy {
    font-size: 8px;
    margin: 10px 0 0 0;
  }
}
.footer01 .footer-privacy li {
  padding: 0 0 0 15px;
  position: relative;
}
@media (max-width: 1250px) {
  .footer01 .footer-privacy li {
    font-size: 1vw;
  }
}
@media (max-width: 767px) {
  .footer01 .footer-privacy li {
    padding: 0 0 0 10px;
    font-size: 8px;
  }
}
.footer01 .footer-privacy li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #000000;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
@media (max-width: 767px) {
  .footer01 .footer-privacy li::before {
    width: 2px;
    height: 2px;
    border-radius: 1px;
  }
}

.footer02 {
  background: url("../images/common/footer-corner.svg") no-repeat 0 0;
  width: 25%;
  box-sizing: border-box;
  padding: 70px 0 0 45px;
}
@media (max-width: 1250px) {
  .footer02 {
    padding: 6% 0 0 4%;
  }
}
@media (max-width: 767px) {
  .footer02 {
    display: none;
    width: 50%;
  }
}
.footer02 ul li {
  font-size: 19px;
  background: url("../images/common/icon01.svg") no-repeat 0 center;
  padding: 0 0 0 25px;
  margin-bottom: 25px;
}
@media (max-width: 1250px) {
  .footer02 ul li {
    font-size: 1.5vw;
    margin-bottom: 2vw;
  }
}
.footer02 ul li a {
  text-decoration: none;
}
.footer02 ul li a:hover {
  text-decoration: underline;
  color: #b4b50c;
}

.copy {
  text-align: center;
  color: #666666;
  font-size: 15px;
  margin: 25px 0 0 0;
}
@media (max-width: 767px) {
  .copy {
    font-size: 8px;
    margin: 15px 0 0 0;
  }
}

.footer03 {
  width: 50%;
  box-sizing: border-box;
  padding: 60px 50px 0 50px;
}
@media (max-width: 1250px) {
  .footer03 {
    padding: 4vw 4vw 0 4vw;
  }
}
@media (max-width: 767px) {
  .footer03 {
    width: 50%;
    background: url("../images/common/footer-corner.svg") no-repeat 0 0;
    background-size: 25px;
    padding: 20px 0 0 0;
  }
}
.footer03 h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 1250px) {
  .footer03 h2 {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .footer03 h2 {
    margin-bottom: 15px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
.footer03 .footer-group {
  display: flex;
  justify-content: center;
  max-width: 550px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer03 .footer-group {
    display: block;
    max-width: inherit;
    margin: 0 0 0 30px;
  }
}
.footer03 .footer-group dl {
  width: 50%;
}
@media (max-width: 767px) {
  .footer03 .footer-group dl {
    width: auto;
  }
}
.footer03 .footer-group dl dt {
  font-size: 17px;
  margin-bottom: 30px;
}
@media (max-width: 1250px) {
  .footer03 .footer-group dl dt {
    font-size: 1.3vw;
  }
}
@media (max-width: 767px) {
  .footer03 .footer-group dl dt {
    font-size: 9px;
    margin-bottom: 10px;
  }
}
.footer03 .footer-group dl dd {
  font-size: 19px;
  background: url("../images/common/icon02.svg") no-repeat 0 center;
  padding: 0 0 0 25px;
  margin-top: 25px;
}
@media (max-width: 1250px) {
  .footer03 .footer-group dl dd {
    font-size: 1.5vw;
  }
}
@media (max-width: 767px) {
  .footer03 .footer-group dl dd {
    font-size: 10px;
    background-size: 7px;
    padding: 0 0 0 12px;
    margin-top: 7px;
  }
}
.footer03 .footer-group dl dd a {
  text-decoration: none;
}
.footer03 .footer-group dl dd a:hover {
  text-decoration: underline;
  color: #b4b50c;
}
.footer03 .footer-group dl.takubo dt {
  color: #3eb170;
}
@media (max-width: 767px) {
  .footer03 .footer-group dl.narashino {
    margin: 20px 0 0 0;
  }
}
.footer03 .footer-group dl.narashino dt {
  color: #ef7d48;
}

.footer-recruit {
  border: 3px solid #cce2e1;
  border-radius: 15px;
  max-width: 500px;
  margin: 60px auto 0 auto;
  font-size: 24px;
}
@media (max-width: 1250px) {
  .footer-recruit {
    font-size: 1.9vw;
  }
}
@media (max-width: 767px) {
  .footer-recruit {
    border: 2px solid #cce2e1;
    border-radius: 7px;
    max-width: inherit;
    width: 250px;
    margin: 30px auto 0 auto;
    font-size: 13px;
  }
}
.footer-recruit a {
  text-decoration: none;
  color: #409b9d;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
@media (max-width: 1250px) {
  .footer-recruit a {
    height: 7vw;
  }
}
@media (max-width: 767px) {
  .footer-recruit a {
    height: 45px;
  }
}
.footer-recruit a::after {
  content: "";
  background: url("../images/common/footer-btn.svg") no-repeat 0 0;
  width: 31px;
  height: 31px;
  margin: 0 0 0 30px;
}
@media (max-width: 1250px) {
  .footer-recruit a::after {
    font-size: 1.9vw;
    width: 2vw;
    height: 2vw;
    background-size: 100%;
    margin: 0 0 0 1vw;
  }
}
@media (max-width: 767px) {
  .footer-recruit a::after {
    width: 15px;
    height: 15px;
    margin: 0 0 0 5px;
  }
}
.footer-recruit a:hover {
  opacity: 0.6;
}

.visit {
  margin: 70px auto 120px;
  max-width: 1250px;
}
@media (max-width: 1250px) {
  .visit {
    padding: 0 50px;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .visit {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.visit .visit-two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
@media (max-width: 1250px) {
  .visit .visit-two-column {
    gap: 0 50px;
  }
}
@media (max-width: 1000px) {
  .visit .visit-two-column {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 30px 0;
    justify-items: center;
  }
}
.visit a {
  text-decoration: none;
}
.visit a:visited {
  color: initial;
}
.visit a:hover {
  opacity: 0.6;
  transition: 0.2s color;
}
.visit .visit-banner {
  background-image: url("../images/top/visit_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 600px;
  font-weight: 500;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #d0e06d;
}
@media (max-width: 1000px) {
  .visit .visit-banner {
    max-width: initial;
    width: 85%;
    height: auto;
    padding: 20px 5px 20px;
    background-size: contain;
  }
}
.visit .visit-banner .visit-banner-inner {
  position: relative;
  top: -2px;
}
.visit .visit-banner .sm {
  font-size: 20px;
}
@media (max-width: 767px) {
  .visit .visit-banner .sm {
    font-size: 14px;
  }
}
.visit .visit-banner .lg {
  font-size: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 8px;
  background: linear-gradient(transparent 65%, #d0e06d 50%);
}
@media (max-width: 767px) {
  .visit .visit-banner .lg {
    font-size: 18px;
  }
}
.visit .doc-banner {
  max-width: 600px;
  font-weight: 500;
  background-color: white;
  border-radius: 20px;
  border: 2px solid #84aac8;
  padding-bottom: 10px;
}
@media (max-width: 1000px) {
  .visit .doc-banner {
    max-width: initial;
    width: 85%;
    height: auto;
    padding: 0 5px 10px;
  }
}
.visit .doc-banner .title {
  text-align: center;
  background-image: url("../images/top/visit_dot.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 3px;
  padding-bottom: 5px;
}
.visit .doc-banner .title .lg {
  font-size: 26px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .visit .doc-banner .title .lg {
    font-size: 18px;
  }
}
.visit .doc-banner .title .sm {
  font-size: 20px;
}
@media (max-width: 767px) {
  .visit .doc-banner .title .sm {
    font-size: 14px;
  }
}
.visit .doc-banner ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  margin-top: 10px;
}
@media (max-width: 1000px) {
  .visit .doc-banner ul {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
  }
}
@media (max-width: 1000px) {
  .visit .doc-banner ul li {
    margin-top: 10px;
  }
}
.visit .doc-banner ul li a {
  font-size: 16px;
}
@media (max-width: 1250px) {
  .visit .doc-banner ul li a {
    font-size: 14px;
  }
}

.shinsei-link a,
.shinsei-link span {
  font-weight: 400;
  padding-left: 30px;
  display: inline-block;
  position: relative;
  transition: 0.2s color;
  text-decoration: underline;
  padding-right: 35px;
}
.shinsei-link a::before,
.shinsei-link span::before {
  content: "";
  right: 12px;
  width: 15px;
  height: 1px;
  position: absolute;
  background: #000000;
  top: 50%;
}
.shinsei-link a::after,
.shinsei-link span::after {
  content: "";
  right: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transition: 0.2s right;
  transform: translateY(-50%);
  background: url("../images/common/icon01.svg") no-repeat 0 0;
}
.shinsei-link a:hover,
.shinsei-link span:hover {
  color: #b4b50c;
  text-decoration: none;
}
.shinsei-link a:hover::after,
.shinsei-link span:hover::after {
  right: 20px;
}

#kengaku {
  padding-top: 80px;
  margin-top: -80px;
}

.kengaku-document {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .kengaku-document {
    padding: 0 30px;
  }
}
.kengaku-document .kengaku-inner {
  margin: 50px 0 140px 0;
}
@media (max-width: 767px) {
  .kengaku-document .kengaku-inner {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .kengaku-document h2 span.break-sp {
    display: block;
  }
}
.kengaku-document .table {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, auto);
}
.kengaku-document .table div {
  display: grid;
  grid-template-columns: 140px auto;
  grid-template-rows: auto;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .kengaku-document .table div {
    grid-template-columns: 40px auto;
  }
}
.kengaku-document .table div:nth-of-type(2n) {
  margin-left: 5px;
}
.kengaku-document .table div .month {
  background: #8a9ec3;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 10px 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .kengaku-document .table div .month {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 1em;
    white-space: nowrap;
  }
}
.kengaku-document .table div .date {
  padding: 10px 0 0 2em;
  text-align: left;
  background: #f2f2f2;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .kengaku-document .table div .date {
    padding: 1em;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
}
.kengaku-document .kengaku-caution {
  margin-top: 5px;
}
.kengaku-document .kengaku-caution th,
.kengaku-document .kengaku-caution td {
  vertical-align: top;
  padding: 2px;
}

article .tel {
  padding: 10px 40px 30px 10px;
}
@media (max-width: 767px) {
  article .tel {
    padding: 10px 20px 15px 10px;
  }
}
article .tel .title01 {
  padding-top: 30px;
  padding-left: 35px;
}
@media (max-width: 767px) {
  article .tel .title01 {
    padding-top: 20px;
    padding-left: 20px;
  }
}
article .tel .sm {
  font-size: 20px;
}
article .tel .sm--two {
  display: inline-block;
}
@media (max-width: 767px) {
  article .tel .sm {
    font-size: 12px;
  }
}
article .tel .lg {
  font-size: 30px;
  margin-right: 10px;
  padding: 0 8px;
  background: linear-gradient(transparent 65%, #d0e06d 50%);
  display: inline-block;
  position: relative;
  left: -8px;
}
@media (max-width: 767px) {
  article .tel .lg {
    font-size: 16px;
    margin-right: 0;
    padding: 0;
    left: 0;
  }
}
article .tel .tel-no {
  position: relative;
  bottom: 5px;
}
@media (max-width: 767px) {
  article .tel .tel-no {
    bottom: initial;
  }
}

.kengaku-anc {
  text-decoration: none !important;
}
.kengaku-anc:visited {
  color: initial;
}
.kengaku-anc:hover {
  opacity: 0.6;
  transition: 0.2s color;
}

.day-flow-column .day-flow-img {
  margin-top: 15px;
}
.day-flow-column .day-flow-time {
  border: 2px solid #bed1ed;
  text-align: center;
  box-sizing: border-box;
  font-size: 20px;
  color: #8a9ec3;
  line-height: 1.4;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .day-flow-column .day-flow-time {
    font-size: 16px;
  }
}
.day-flow-column .day-flow-cate ul {
  display: flex;
}
.day-flow-column .day-flow-cate ul li {
  width: 50px;
  line-height: 30px;
  border-radius: 15px;
  color: #fff;
  margin-right: 8px;
  text-align: center;
  font-size: 15px;
}
.day-flow-column .day-flow-cate ul li.cate01 {
  background: #efccc7;
}
.day-flow-column .day-flow-cate ul li.cate02 {
  background: #f9d698;
}
.day-flow-column h3 {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 0 3px;
}
@media (max-width: 1250px) {
  .day-flow-column h3 {
    font-size: 1.5vw;
  }
}
@media (max-width: 767px) {
  .day-flow-column h3 {
    font-size: 17px;
  }
}
.day-flow-column .detail {
  margin-left: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .day-flow-column .detail {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
  }
}
.day-flow-column .grid {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .day-flow-column .grid {
    grid-template-columns: auto auto;
  }
}
.day-flow-column .grid .grid-time {
  width: 75px;
}
@media (max-width: 1200px) {
  .day-flow-column .grid .grid-time {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.day-flow-column .grid .grid-time--long {
  width: 160px;
}
@media (max-width: 1100px) {
  .day-flow-column .grid .grid-time--long {
    width: auto;
  }
}
@media (max-width: 767px) {
  .day-flow-column .grid .grid-time--long {
    width: 150px;
  }
}
.day-flow-column .grid .grid-cat {
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .day-flow-column .grid .grid-cat {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media (max-width: 1200px) {
  .day-flow-column .grid .grid-desc {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-left: 10px;
  }
}
.day-flow-column .grid h3 {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 0 3px;
}
@media (max-width: 1200px) {
  .day-flow-column .grid h3 {
    margin-top: 10px;
  }
}

.tel-sp {
  display: none;
}
@media (max-width: 767px) {
  .tel-sp {
    display: inline-block;
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  .tel-pc {
    display: none;
  }
}
/*# sourceMappingURL=custom.css.map */