@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
body {
  font-family: "Outfit", "Noto Sans SC", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ---------------------------------------------------
		top
------------------------------------------------------ */
.top-room .room__box02 .box__title .title {
  display: inline-block;
  margin-right: 24px;
  font-size: 2.2rem;
  font-weight: bold;
}
.top-room .room__box02 .box__title .en {
  font-weight: bold;
}

.top-faq .faq__list dt {
  padding-left: 35px;
}
.top-faq .faq__list dd {
  padding-left: 35px;
}
.top-faq .faq__list .q,
.top-faq .faq__list .a {
  top: 2px;
  font-family: "Outfit", "Noto Sans SC", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.top-access .access__list dt {
  min-width: 7.5em;
}

@media screen and (max-width: 810px) {
  .top-room .room__box02 {
    padding-top: 72px;
  }
  .top-room .room__box02 .box__title {
    top: -24px;
  }
  .top-room .room__box02 .box__title .title {
    margin-right: 0;
    font-size: 2rem;
  }
  .top-room .room__box02 .box__title .en {
    display: block;
    font-weight: bold;
  }
  .top-faq .faq__list .q,
  .top-faq .faq__list .a {
    top: 0;
  }
}
/* ---------------------------------------------------
	contact
------------------------------------------------------ */
.contact-sec form input[type=text],
.contact-sec form input[type=tel],
.contact-sec form input[type=email],
.contact-sec form input[type=number],
.contact-sec form select,
.contact-sec form textarea,
.contact-sec form .confirm_button,
.contact-sec form .submit_button,
.contact-sec form .back_button {
  font-family: "Outfit", "Noto Sans SC", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}