@charset "UTF-8";
img {
  width: 100%;
  vertical-align: bottom;
}

#page-experience-top .category-index {
  background-image: url(../img/experience/top/main.jpg);
}
@media screen and (max-width: 767px) {
  #page-experience-top .category-index {
    padding: 130px 20px 140px;
    background-image: url(../img/experience/top/main_sp.jpg);
  }
}

#sec-goshuin_02.page-block-content.goshuin {
  margin-top: 126px !important;
  margin-bottom: 126px;
}

.page-main-block {
  margin-bottom: 0;
}

.page-first-block + .page-main-block {
  margin-top: 0;
}

.page-first-block .page-block-content {
  margin-bottom: 26px;
}
.page-first-block .page-block-content p {
  max-width: 530px;
  margin: 0 auto;
}

.page-first-block .page-block-content a {
  margin: 54px auto 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

img {
  vertical-align: bottom;
}

.page-block-content {
  margin-bottom: 0;
}

#sec-stay_training_01 {
  position: relative;
  background-size: cover;
  background-position: center;
}
#sec-stay_training_01 .content-inner--l {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #sec-stay_training_01 .content-inner--l {
    position: static;
    transform: none;
  }
}
#sec-stay_training_01 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#sec-stay_training_02 {
  position: relative;
  background-size: cover;
  background-position: center;
}
#sec-stay_training_02 .content-inner--l {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #sec-stay_training_02 .content-inner--l {
    position: static;
    transform: none;
  }
}
#sec-stay_training_02 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#sec-stay_training_03 {
  position: relative;
  background-size: cover;
  background-position: center;
}
#sec-stay_training_03 .content-inner--l {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #sec-stay_training_03 .content-inner--l {
    position: static;
    transform: none;
  }
}
#sec-stay_training_03 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#sec-stay_training_04 {
  position: relative;
  background-size: cover;
  background-position: center;
}
#sec-stay_training_04 .content-inner--l {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #sec-stay_training_04 .content-inner--l {
    position: static;
    transform: none;
  }
}
#sec-stay_training_04 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#sec-stay_training_05 {
  position: relative;
  background-size: cover;
  background-position: center;
}
#sec-stay_training_05 .content-inner--l {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #sec-stay_training_05 .content-inner--l {
    position: static;
    transform: none;
  }
}
#sec-stay_training_05 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#sec-stay_training_02 {
  padding: 120px 100px 130px;
}
@media screen and (max-width: 767px) {
  #sec-stay_training_02 {
    padding: 0;
  }
}

#sec-stay_training_03 .content-inner--l {
  top: 132px;
  left: auto;
  right: 100px;
  transform: none;
}

#sec-stay_training_05 {
  padding: 120px 100px 130px;
}
@media screen and (max-width: 767px) {
  #sec-stay_training_05 {
    padding: 0;
  }
}
#sec-stay_training_05 .content-inner--l {
  left: auto;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #sec-stay_training_05 .content-inner--l {
    transform: none;
  }
}

.st {
  width: 357px;
  min-height: 374px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 40px 24px;
}
@media screen and (max-width: 767px) {
  .st {
    width: auto;
    padding: 40px 20px;
    background-color: transparent;
  }
}
.st.right {
  margin-left: auto;
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  .st.right {
    margin-right: 0;
  }
}
.st__heading {
  font-size: 1.875rem;
  text-align: center;
  padding-bottom: 32px;
  position: relative;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  letter-spacing: 0.5rem;
}
.st__heading::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}
.st__heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  display: inline-block;
  width: 90px;
  height: 3px;
  transform: translateX(-50%);
  background-image: linear-gradient(90deg, #000 50%, #c0af8a 50%);
}
.st__text {
  margin: 32px 25px;
  font-size: 1rem;
}

.mt90 {
  margin-top: 90px !important;
}

.goshuin__list {
  display: grid;
  gap: 22px 26px;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 767px) {
  .goshuin__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 13px;
  }
}
.goshuin__text {
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 1.375rem;
}
.goshuin__item figcaption {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .goshuin__table {
    width: 800px;
  }
}
.goshuin__table.small {
  width: 60.1%;
}
.goshuin__table th {
  width: 108px;
  padding: 1em 0;
  background-color: #f1eada;
  line-height: 1.6;
}
.goshuin__table td.top {
  vertical-align: top;
  padding-right: 40px;
  padding-left: 28px;
}
.goshuin__table p {
  margin-top: 14px;
}
.goshuin__table p.left {
  text-align: left;
}
.goshuin__about {
  background-color: #fff;
  padding: 36px;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .goshuin__about {
    padding: 16px;
  }
}
.goshuin__about h3 {
  font-size: 1.25rem;
  padding: 10px 24px;
  background-color: #f1eada;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}
.goshuin__aboutText {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .goshuin__timeTable {
    width: 1100px;
  }
}
.goshuin__timeTable th {
  background-color: #f5f2ee;
}
.goshuin__timeTable td {
  width: 100px;
}
.goshuin__tableHeading {
  background-color: #f1eada !important;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .goshuin__tableHeading {
    width: 60px;
  }
}
.goshuin__tableHeading.fixed {
  position: sticky;
  left: 0;
}
.goshuin__tableHeading.fixed:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
.goshuin__tableWrapper {
  margin: 70px 0;
  overflow: scroll;
}
.goshuin__tableWrapper:nth-of-type(1) {
  margin-top: 30px;
}
.goshuin__tableWrapper:last-child {
  margin-bottom: 0;
}

.scroll-hint-icon-wrap::before {
  display: none;
}

.page-first-block .page-block-content p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-first-block .page-block-content p {
    text-align: left;
  }
}

#sec-tanbou_01 {
  margin: 64px 0 70px;
}

#sec-tanbou_02 {
  margin: 64px 0 70px;
}

#sec-tanbou_3 {
  margin: 64px 0 70px;
}

.tanbou {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .tanbou {
    margin-bottom: 80px;
  }
}
.tanbou__title {
  font-size: 1.875rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  margin-bottom: 30px;
}
.tanbou__title span {
  font-size: 1.375rem;
}
.tanbou__title span.close {
  background-color: #ff0000;
  padding: 4px 8px;
  color: #fff;
  box-sizing: border-box;
  margin-right: 16px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .tanbou__title span.close {
    margin-bottom: 8px;
  }
}
.tanbou__text {
  font-size: 1rem;
}
.tanbou__list {
  display: flex;
  gap: 32px;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .tanbou__list {
    display: block;
  }
}
.tanbou__item:nth-of-type(1) {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .tanbou__item:nth-of-type(1) {
    width: auto;
  }
}
.tanbou__item:nth-of-type(1).flex {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .tanbou__item:nth-of-type(1).flex {
    gap: 24px;
  }
}
.tanbou__item:nth-of-type(2) {
  width: 690px;
}
@media screen and (max-width: 767px) {
  .tanbou__item:nth-of-type(2) {
    margin-top: 32px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .tanbou__item table tr {
    display: flex;
    flex-flow: wrap;
  }
  .tanbou__item table tr:last-child td {
    border-bottom: solid 1px #bbbbbb;
  }
}
.tanbou__item table tr th {
  width: 158px;
  background-color: #f1eada;
}
@media screen and (max-width: 767px) {
  .tanbou__item table tr th {
    width: 100%;
    border-bottom: none;
  }
}
.tanbou__item table tr td {
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .tanbou__item table tr td {
    width: 100%;
    border-bottom: none;
  }
}
.tanbou__item table tr td span {
  font-size: 0.8125rem;
}
.tanbou__item table tr td a {
  border: solid 1px #050101;
  padding: 10px 40px 10px 32px;
  position: relative;
  background: url(../img/experience/tanbou/icon_form.png) right 8px center no-repeat;
  background-size: 23px 23px;
}
@media screen and (max-width: 767px) {
  .tanbou__item table tr td a {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.tanbou__item table tr td dl {
  display: flex;
  flex-flow: wrap;
  gap: 3px 0;
  margin: 12px 0 12px 16px;
}
.tanbou__item table tr td dl dt {
  width: 15%;
  position: relative;
  padding-left: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .tanbou__item table tr td dl dt {
    width: 20%;
  }
}
.tanbou__item table tr td dl dt::before {
  content: "";
  background-color: #000;
  width: 5px;
  height: 5px;
  top: 11px;
  left: 0;
  position: absolute;
  display: block;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .tanbou__item table tr td dl dt::before {
    top: 8px;
  }
}
.tanbou__item table tr td dl dd {
  width: 85%;
  line-height: 1.6;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .tanbou__item table tr td dl dd {
    width: 80%;
  }
}
.tanbou__item table tr td dl dd.dotted {
  position: relative;
  padding-left: 16px;
}
.tanbou__item table tr td dl dd.dotted::before {
  content: "";
  background-color: #000;
  width: 5px;
  height: 5px;
  top: 11px;
  left: 0;
  position: absolute;
  display: block;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .tanbou__item table tr td dl dd.dotted::before {
    top: 8px;
  }
}

#sec-renovation_01 {
  margin: 84px 0 70px;
}

#sec-renovation_02 {
  margin: 84px 0 70px;
}

.renovation {
  padding-bottom: 1px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .renovation .content-row .content-img {
    width: 400px;
  }
}
.renovation .fr3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .renovation .fr3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.renovation__about {
  background-color: #fff;
  padding: 36px;
}
@media screen and (min-width: 768px) {
  .renovation__about {
    width: calc(100% - 440px);
  }
}
@media screen and (max-width: 767px) {
  .renovation__about {
    padding: 16px;
  }
}
.renovation__about h3 {
  font-size: 1.25rem;
  padding: 10px 24px;
  background-color: #f1eada;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  width: 100%;
}
.renovation__aboutText {
  margin-top: 22px;
}
.renovation__text {
  margin-bottom: 26px;
}

.strike {
  text-decoration: line-through;
}