@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #161a14;
  --color-white: #ffffff;
  --color-yellow:#feee00;
  --color-red: #e70012;
  --color-beige: #fffbee;
  --color-gray:#cbcbcb;
  /*カレントカラー*/
  --color-current: #e70012;
  /*テキストリンクカラー*/
  --color-textlink:#e70012;
  /*必須ボタンカラー*/
  --color-required: #e70012;
  /*任意ボタンカラー*/
  --color-optional: #e70012;
  /*ラジオボタンカラー*/
  --color-radio: #e70012;
  /*チェックボタンカラー*/
  --color-check: #e70012;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Maru Gothic", sans-serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.6rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 1.5625;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.1em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #161a14;
  --color-white: #ffffff;
  --color-yellow:#feee00;
  --color-red: #e70012;
  --color-beige: #fffbee;
  --color-gray:#cbcbcb;
  /*カレントカラー*/
  --color-current: #e70012;
  /*テキストリンクカラー*/
  --color-textlink:#e70012;
  /*必須ボタンカラー*/
  --color-required: #e70012;
  /*任意ボタンカラー*/
  --color-optional: #e70012;
  /*ラジオボタンカラー*/
  --color-radio: #e70012;
  /*チェックボタンカラー*/
  --color-check: #e70012;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Maru Gothic", sans-serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.6rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 1.5625;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.1em;
}

/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: min(2.22vw, 10px);
}

.sp-none {
  display: none !important;
}

.wrapper {
  min-width: 320px;
  line-height: 1.6;
}

.com-inbox {
  width: 90%;
}

.inline-block {
  display: inline-block;
}

/*パンくずリスト非表示*/
.breadcrumb {
  display: none;
}

section:not(.mv, .sv, .privacy__box) {
  padding-block: 10rem;
}

.tel-box {
  align-items: center;
}

.yellow-line {
  display: unset;
}

/*==============================
    ヘッダー
==============================*/
.header__inner {
  height: 10rem;
  padding: 1.5rem;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  padding-block: 2rem 15vw;
}
.mv__container {
  width: 90%;
  height: 30rem;
  background: url(../img/mv/mv.jpg) top left/cover no-repeat;
}
.mv__list {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  top: calc(100% + 3rem);
  justify-content: center;
  gap: 1rem;
}
.mv__item {
  flex-shrink: 0;
  width: 32%;
  max-width: 158px;
  padding: 1rem;
}
.mv__item span {
  font-size: min(2.8vw, 16px);
}
.mv__title {
  padding: 3rem 1.5rem;
  position: absolute;
  border-radius: 3rem 3rem 0 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.3rem;
  width: 90%;
  text-align: center;
}
.mv__title .sub {
  margin-bottom: 1rem;
}
.mv__title .main {
  line-height: 1.3;
}

/*==============================
    サブビジュアル
==============================*/
.sv__container {
  width: 90%;
  height: 20rem;
  border-radius: 3rem;
}
.sv__title {
  left: 50%;
  top: unset;
  bottom: -1px;
  transform: translate(-50%, 0);
  width: 80%;
  border-radius: 2rem 2rem 0 0;
  min-height: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  line-height: 1.3;
  padding-block: 1.5rem;
}

.about_sv .sv__container {
  background: url(../img/sv/about.jpg) top center/cover no-repeat;
}

.service_price_sv .sv__container {
  background: url(../img/sv/service_price.jpg) top center/cover no-repeat;
}

.staff_sv .sv__container {
  background: url(../img/sv/staff.jpg) top left 10%/cover no-repeat;
}

.info_sv .sv__container {
  background: url(../img/sv/info.jpg) top center/cover no-repeat;
}

.news_sv .sv__container {
  background: url(../img/sv/news.jpg) top right 30%/cover no-repeat;
}

.contact_sv .sv__container {
  background: url(../img/sv/contact.jpg) top center/cover no-repeat;
}

.privacy_sv .sv__container {
  background: url(../img/sv/privacy.jpg) top left 30%/cover no-repeat;
}

.site_sv .sv__container {
  background: url(../img/sv/site.jpg) top center/cover no-repeat;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 5rem;
}
.com-title01 .en {
  font-size: 3.7rem;
}
.com-title01 .ja {
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.3;
}

/*==============================
    共通ボタン
==============================*/
.com-btn {
  height: 60px;
  width: 100%;
  max-width: 350px;
}

.mail-btn {
  height: 60px;
  width: 100%;
  max-width: 350px;
  line-height: 1.3;
  text-align: center;
}

.file-btn {
  height: 60px;
  width: 100%;
  max-width: 500px;
}

/*==============================
    共通テーブル
==============================*/
/*==============================
    TOP
==============================*/
.top-concept .com-inbox {
  flex-direction: column;
  align-items: center;
}
.top-concept .com-btn {
  margin-inline: auto;
}

.top-features .com-title01 {
  width: 85%;
  padding-inline: 3rem;
}
.top-features__list {
  border-radius: 3rem;
  background-color: var(--color-white);
  padding: 6rem 2rem;
  gap: 5rem 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.top-features__item p {
  font-size: 1.8rem;
}
.top-features__image {
  max-width: 270px;
}
.top-features .com-btn {
  margin-inline: auto;
  margin-top: -30px;
}

.top-service .com-inbox {
  flex-direction: column-reverse;
}
.top-service__image {
  aspect-ratio: 16/9;
}

.top-link {
  padding-top: 0 !important;
}
.top-link__list {
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}
.top-link__item {
  max-width: 500px;
  width: 100%;
  box-shadow: 1rem 1rem 0px 0px #85000b;
}
.top-link__title {
  justify-content: center;
  align-items: center;
}
.top-link__title > span {
  gap: 1rem;
}
.top-link__title > span .en {
  font-size: 3.5rem;
}
.top-link__title > span .ja {
  font-size: 2.6rem;
}
.top-link__image {
  width: 25%;
}

.top-news .com-btn {
  margin-top: 5rem;
}

/*==============================
    レコードブック横須賀中央について
==============================*/
.about-worries {
  padding-top: 5rem !important;
}
.about-worries .com-inbox {
  flex-direction: column;
  align-items: center;
}
.about-worries__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border: 1px solid var(--color-gray);
}
.about-worries__item {
  line-height: 1.3;
}
.about-worries__item::before {
  margin-top: 0.25rem;
}

.about-section .com-title01 {
  padding-inline: 2rem;
}
.about-section__wrap {
  flex-direction: column;
  align-items: center;
}
.about-section__image {
  aspect-ratio: 16/9;
}

.about-features__list {
  gap: 4rem;
}
.about-features__item {
  flex-direction: column;
  align-items: center;
}
.about-features__image {
  width: 80%;
  max-width: 350px;
}
.about-features__title {
  font-size: 2.4rem;
  padding-bottom: 2rem;
}
.about-features__title strong {
  display: inline-block;
}

/*==============================
    サービス・料金
==============================*/
.service-section {
  padding-top: 5rem !important;
}
.service-section__item {
  flex-direction: column;
  align-items: center;
}
.service-section__image {
  max-width: 350px;
}
.service-section__title {
  padding-bottom: 2rem;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.service-section__title .sub {
  font-size: 1.8rem;
  width: 13rem;
  height: 4.5rem;
}
.service-section__title .sub span {
  font-size: 2rem;
}
.service-section__title .main {
  font-size: 2.2rem;
}

.service-flow__box-list {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 5rem;
}
.service-flow__wrap {
  flex-direction: column;
  align-items: center;
}
.service-flow__image {
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 2rem;
  overflow: hidden;
}
.service-flow__image img {
  -o-object-position: center;
     object-position: center;
}

.service-fee__wrap {
  flex-direction: column;
}
.service-fee dl {
  gap: 3rem;
}
.service-fee dl dd {
  flex-shrink: 0;
}

/*==============================
    ご利用案内
==============================*/
.guide-flow {
  padding-top: 5rem !important;
}
.guide-flow__box-list {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 5rem;
}
.guide-flow__wrap {
  flex-direction: column;
  align-items: center;
}
.guide-flow__image {
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 2rem;
  overflow: hidden;
}
.guide-flow__image img {
  -o-object-position: center;
     object-position: center;
}

.guide-document__wrap {
  flex-direction: column;
  align-items: center;
}
.guide-document__box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guide-document__title {
  width: 100%;
}

/*==============================
    スタッフ紹介
==============================*/
.staff-section {
  padding-top: 5rem !important;
}
.staff-section__item {
  flex-direction: column;
  align-items: center;
  padding: 3rem;
}
.staff-section__image {
  width: 190px;
}
.staff-section__title {
  font-size: 1.8rem;
}
.staff-section__box dl {
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-block: 1rem;
  gap: 0;
}
.staff-section__box dl dt {
  width: 100%;
}

.info-gallery__list {
  gap: 2rem;
}
.info-gallery__image {
  border-radius: 2rem;
}

/*==============================
    施設案内
==============================*/
.info-section {
  padding-top: 5rem !important;
}
.info-section__wrap {
  flex-direction: column;
  align-items: center;
}
.info-section .com-table th {
  width: 35%;
}
.info-section .com-table .replace {
  vertical-align: top;
}
.info-section .map {
  height: 30rem;
}

/*==============================
    送迎エリアについて
==============================*/
.com-area {
  position: relative;
  z-index: 0;
}
.com-area::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  aspect-ratio: 1350/738;
  width: 100%;
  margin-top: 5rem;
  background: url(../img/top/top_area-img.png) top right/cover no-repeat;
}
.com-area__text {
  background-color: var(--color-white);
  padding: 4rem 2rem;
  border-radius: 3rem;
}

/*==============================
    無料見学受付中！
==============================*/
.com-contact .com-inbox {
  padding: 4rem 2rem;
  gap: 3rem;
  align-items: center;
  flex-direction: column;
}
.com-contact__box {
  padding: 3rem;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail__box {
  padding: 20px 10px 30px 10px;
}
.news-detail__title {
  font-size: 2.2rem;
  padding-bottom: 2rem;
}
.news-detail time,
.news-detail .tag {
  font-size: 13px;
}
.news-detail .paginated__list {
  margin-top: 30px;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-top: 5rem !important;
}

.com-news__list {
  grid-template-columns: repeat(2, 1fr);
}
.com-news__image {
  border-radius: 2.5rem;
}
.com-news__wrap {
  flex-direction: column;
  gap: 1rem;
}

/*タグリスト(SP)
-----------------------------*/
.tag-select {
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
}
.tag-select__box {
  min-width: 125px;
}
.tag-select__box::after {
  right: 12px;
}
.tag-select__dropdown {
  padding: 0.5em 2.5em 0.5em 0.5em;
}

/*==============================
  サイトマップ
==============================*/
.site {
  padding-block: 5rem 10rem !important;
}
.site__list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.site__item {
  height: 60px;
}
.site__item a {
  padding-left: 10px;
  font-size: 16px;
  gap: 5rem;
}
.site__item a::after {
  width: 10px;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-top: 5rem !important;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table__wrap {
  padding: 4rem 2rem;
}
.contact .com-table th {
  text-align: left;
  letter-spacing: 0;
  padding-inline: 10px;
  padding-bottom: 0;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=email],
.contact input[type=url] {
  padding: 7px;
}
.contact .upload-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .upload-item-wrap .thumb {
  width: clamp(184px, 57.37vw, 440px);
  height: clamp(184px, 57.37vw, 440px);
  margin: 0px;
}
.contact .upload-item-wrap .ancion-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(15px, 4.56vw, 35px);
  gap: clamp(8px, 2.61vw, 20px);
  margin-inline: auto;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-top: 5rem !important;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy {
  padding-top: 5rem !important;
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}
.privacy__title {
  font-size: 2.2rem;
  padding-bottom: 2rem;
}

/*==============================
    NOT FOUND
==============================*/
.e404 {
  padding-top: 5rem !important;
}
.e404__text {
  width: 90%;
  margin: 0 auto;
}
.e404__text p,
.e404__text a {
  font-size: 15px;
  text-align: center;
}

/*==============================
    追従ボタン
==============================*/
.follow_btn a::after {
  width: 50px;
}

/*==============================
    フッター
==============================*/
.footer {
  padding-block: 5rem 0;
  background-color: var(--color-white);
}
.footer__logo {
  height: 6rem;
}
.footer__wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}
.footer__box {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.footer address p {
  text-align: center;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-gray);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-gray);
}
.footer-nav__item {
  border-top: 1px solid var(--color-gray);
  width: 50%;
  height: 60px;
  text-align: center;
}
.footer-nav__item:first-child:nth-last-child(odd) {
  width: 100%;
}
.footer-nav__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.footer .x {
  margin-inline: auto;
}
.footer-sub__list {
  display: none;
}
.footer-sub__wrap {
  border-top: 1px solid var(--color-gray);
}
.footer small {
  padding-block: 1.5rem;
}