@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Noto+Sans+JP:400,700");
@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined");
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
html, body {
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-times:before {
  content: "\f00d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/* テキストインデント　*/
.indent-text {
  text-indent: -1em;
  margin-left: 1em;
}

.indent-text2 {
  text-indent: -1.9em;
  margin-left: 1.9em;
}

/* 電話リンク無効化 */
@media (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #212529;
    display: inline-block;
  }
}
/* header改修 2025/3/18*/
.header-wrap {
  background-color: #a89b89;
  position: -webkit-sticky;
  position: sticky;
  z-index: 100000;
}

.pc-header {
  display: none;
}
.pc-header .header-inner-wrap {
  border-bottom: #ffffff solid 1px;
}
.pc-header .header-inner-wrap .header-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 1.875em;
}
.pc-header .header-inner-wrap .header-inner .sumuheim_logo {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  margin: 0;
}
.pc-header .header-inner-wrap .header-inner .header_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pc-header .header-inner-wrap .header-inner .header_unit .map_unit {
  margin-right: 1.5em;
}
.pc-header .header-inner-wrap .header-inner .header_unit .map_unit .map_btn {
  border: #ffffff solid 1px;
  border-radius: 1.5em;
  color: #ffffff;
  padding: 0.5em 1.5em;
  font-size: 16px;
}
.pc-header .header-inner-wrap .header-inner .header_unit .map_unit .map_btn:hover {
  background-color: #ffffff;
  color: #a89b89;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pc-header .header-inner-wrap .header-inner .header_unit .sekisuiheim_logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 86px;
          flex: 0 0 86px;
}
@media (max-width: 1279px) {
  .pc-header .header-inner-wrap .header-inner {
    max-width: 100%;
    width: 100%;
  }
  .pc-header .header-inner-wrap .header-inner .header_unit {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.pc-header.active {
  display: block;
}
.pc-header .gnavi {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1em 1.875em;
}
.pc-header .gnavi li {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.pc-header .gnavi li a {
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 0.625em 2em;
}
.pc-header .gnavi li a:hover {
  color: #f5e3c7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.pc-header .gnavi li a.active {
  color: #f5e3c7;
  
}
.pc-header .gnavi li:last-of-type a {
  background: #14508C;
  border-radius: 1.5em;
}
.pc-header .gnavi li:last-of-type a:hover {
  color: #ffffff;
  background: #1965b1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pc-header .gnavi li:last-of-type a.active {
  background: #14508C;
}
@media (max-width: 1139px) {
  .pc-header .gnavi {
    width: 100%;
  }
  .pc-header .gnavi li a {
    padding: 0.625em 1.4em;
  }
}

.sp-header {
  display: none;
  padding: 0 20px;
}
.sp-header.active {
  display: block;
}
.sp-header .menu_sp {
  font-size: 20px;
  cursor: pointer;
  background: #14508c;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp-header .menu_sp i {
  color: #ffffff;
}
.sp-header h1 {
  margin: 22px 0;
}
.sp-header h1 img {
  width: 120px;
  height: auto;
}
.sp-header .gnavi {
  margin: 0;
  display: none;
  border-top: #ffffff solid 1px;
  color: #ffffff;
}
.sp-header .gnavi .sp-gnav-accordion-trigger {
  margin: 2.25em 0;
}
.sp-header .gnavi .sp-gnav-accordion-trigger .active {
  color: #14508c;
}
.sp-header .gnavi ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.sp-header .gnavi ul li {
  margin: 0;
  padding: 0;
}
.sp-header .gnavi ul li a {
  color: #ffffff;
  font-size: 14px;
}
.sp-header .gnavi ul li a:hover {
  text-decoration: none;
}
.sp-header .gnavi .sp_link_gnavi {
  margin-bottom: 2.25em;
}
.sp-header .gnavi .sp_link_gnavi li {
  margin-bottom: 1em;
}
.sp-header .gnavi .sp_link_gnavi li i {
  font-size: 14px;
  margin-left: 0.5em;
}
.sp-header .gnavi .sp_main_gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp-header .gnavi .sp_main_gnavi li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin-bottom: 1em;
}
.sp-header .gnavi .sp_main_gnavi li:last-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.sp-header .gnavi .sp_main_gnavi li:last-of-type a {
  background: #14508C;
  border-radius: 1.5em;
  padding: 0.5em 1em;
  display: block;
  text-align: center;
}
.sp-header .gnavi .sp_main_gnavi li:last-of-type a:hover {
  color: #ffffff;
  background: #1965b1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sp-header .gnavi .sp_main_gnavi li:last-of-type a.active {
  background: #14508C;
}

.modal .modal-dialog {
  margin: 7em auto 0;
}
.modal .modal-content {
  position: relative;
}
.modal .modal-content .close {
  position: absolute;
  top: -10px;
  right: -18px;
  width: 40px;
  height: 40px;
  background: #a89b89;
  display: block;
  opacity: unset;
  color: #ffffff;
  border: #ffffff solid 1px;
  border-radius: 1em;
  z-index: 100000;
}

.link_map_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 2em 0 2em 2em;
}
.link_map_wrap .link_map {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 350px;
}
.link_map_wrap .link_map img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.link_map_wrap .link_map .default-map {
  position: relative;
  z-index: 1;
}
.link_map_wrap .link_map .region-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.link_map_wrap .link_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 320px;
}
.link_map_wrap .link_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.link_map_wrap .link_list li {
  margin-bottom: 10px;
  border-bottom: #ccc solid 1px;
}
.link_map_wrap .link_list li:last-of-type {
  border-bottom: none;
}
.link_map_wrap .link_list li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-size: 16px;
}
.link_map_wrap .link_list li a:hover {
  color: #a89b89;
}
.link_map_wrap .link_list li a i {
  font-size: 16px;
  margin-left: 0.5em;
}

.footer_wrap {
  background-color: #a89b89;
  padding: 60px 0 40px;
}
.footer_wrap .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer_wrap .footer-nav ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  margin: 0;
  padding: 0 0 40px;
}
.footer_wrap .footer-nav ul li {
  font-size: 16px;
  margin-bottom: 1em;
}
.footer_wrap .footer-nav ul li a {
  color: #ffffff;
  font-weight: normal;
}
.footer_wrap .footer-nav ul li a i {
  font-size: 16px;
  margin-left: 0.5em;
}
.footer_wrap .footer-nav ul:last-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_wrap .footer-nav ul:last-of-type li {
  font-size: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 2em;
}
.footer_wrap .footer-nav ul:last-of-type li a {
  font-weight: normal;
}
.footer_wrap .copyright {
  color: #ffffff;
  font-size: 14px;
  text-align: right;
  font-weight: normal;
}
@media (max-width: 992px) {
  .footer_wrap {
    padding: 30px 0 30px;
  }
  .footer_wrap .footer-nav {
    display: block;
  }
  .footer_wrap .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 30px;
    padding: 0 0 20px;
    border-bottom: #ffffff solid 1px;
  }
  .footer_wrap .footer-nav ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    font-size: 14px;
    margin-bottom: 1em;
  }
  .footer_wrap .footer-nav ul li a {
    color: #ffffff;
    font-weight: normal;
  }
  .footer_wrap .footer-nav ul li a i {
    font-size: 16px;
    margin-left: 0.5em;
  }
  .footer_wrap .footer-nav ul:nth-child(1) {
    border-bottom: none;
    margin: 0 0 10px;
  }
  .footer_wrap .footer-nav ul:nth-child(4) {
    display: block;
  }
  .footer_wrap .footer-nav ul:nth-child(4) li {
    width: 100%;
  }
  .footer_wrap .footer-nav ul:last-of-type {
    display: block;
    border-bottom: none;
    margin: 0 0 10px;
  }
  .footer_wrap .footer-nav ul:last-of-type li {
    font-size: 12px;
    margin-right: 2em;
  }
  .footer_wrap .footer-nav ul:last-of-type li a {
    font-weight: normal;
  }
  .footer_wrap .copyright {
    font-size: 12px;
  }
}

.breadcrumbs {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.sp-only {
  display: none;
}

@media (max-width: 992px) {
  .pc-only {
    display: none !important;
  }
  .sp-header .gnavi {
    /*margin-bottom: 1rem;*/
  }
  .sp-only {
    display: block;
  }
}
@media (max-width: 576px) {
  footer > .container {
    padding: 0 1rem;
    margin-top: 1rem;
  }
  footer > .container > .row > div:first-of-type {
    max-width: 70%;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
  footer > .container > .row > div:first-of-type img {
    width: 100%;
    height: auto;
  }
  footer > .container > .row > div:nth-of-type(2) {
    width: auto;
    max-width: 35px;
  }
  footer > .container > .row img {
    width: 100%;
    height: auto;
  }
  footer > .container > .row p {
    font-size: 0.65rem;
  }
}
/**
詳細ページ共通
 */
.fotorama__arr {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  font-size: 1.5rem;
  color: #333;
}

.fotorama .fotorama__arr--prev {
  left: 16px;
}
.fotorama .fotorama__arr--prev::before {
  content: "\f104";
  text-shadow: #fff 0 0 5px, #fff 0 0 4px;
}

.fotorama__arr--next::before {
  content: "\f105";
  text-shadow: #fff 0 0 5px, #fff 0 0 4px;
}

.fotorama__caption__wrap {
  font-size: 10.4px;
  font-size: 0.65rem;
}

.gallary {
  position: relative;
  display: none;
}
.gallary i {
  position: absolute;
  font-size: 24px;
  font-size: 1.5rem;
  top: 0;
  right: 0;
  width: 30.4px;
  width: 1.9rem;
  height: 27.2px;
  height: 1.7rem;
  background: rgba(255, 255, 255, .6);
}
.gallary i::before {
  position: relative;
  top: -4px;
  right: -2px;
}

.modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, .8);
}

.modal-box {
  position: relative;
  top: 15%;
  left: 0;
  width: 100%;
  height: 70%;
}

.modal-close {
  position: absolute;
  color: #fff;
  right: 10px;
  top: -40px;
}
.modal-close > i {
  font-size: 24px;
  font-size: 1.5rem;
}

.modal-contents {
  text-align: center;
}
.modal-contents img {
  width: auto;
  max-width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  .gallary {
    display: block;
  }
}
/* コーポレートカラーボタン */
.btn-sekisui {
  color: #fff;
  background-color: #0075C1;
  border-color: #0075C1;
}
.btn-sekisui.disabled, .btn-sekisui:disabled {
  color: #fff;
  background-color: #0075C1;
  border-color: #0075C1;
}
.btn-sekisui:focus, .btn-sekisui.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5);
}
.btn-sekisui:not(:disabled):not(.disabled):active:focus, .btn-sekisui:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5);
}

.show > .btn-sekisui.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5);
}

.btn-sekisui:hover {
  color: #fff;
  background-color: #005ba1;
  border-color: #005ba1;
}
.btn-sekisui:not(:disabled):not(.disabled):active, .btn-sekisui:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #00458a;
  border-color: #00458a;
}

.show > .btn-sekisui.dropdown-toggle {
  color: #fff;
  background-color: #00458a;
  border-color: #00458a;
}

.indent-1 {
  text-indent: -1em;
  margin-left: 1em;
}

.indent-2 {
  text-indent: -2em;
  margin-left: 2em;
}

.indent-3 {
  text-indent: -3em;
  margin-left: 3em;
}

/*
IE Flexバグ対策
 */
* {
  word-wrap: break-word;
  word-wrap: break-word;
}

.d-flex:not(.flex-column) > * {
  min-width: 0;
}

.d-flex.flex-column > * {
  max-width: 100%;
}

/*　ページ見出し　*/
.content-header {
  text-align: center;
  padding: 0 0 16px;
  padding: 0 0 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.content-header h3 {
  position: relative;
  color: #0073c6;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
}
.content-header h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: inline-block;
  width: 30px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #0073c6;
}
.content-header h3 .small,
.content-header h3 small {
  font-size: 25.6px;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .content-header {
    padding: 0 0 1em;
  }
  .content-header h3 {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .content-header h3 small,
  .content-header h3 .small {
    display: block;
    margin-top: 0.5em;
  }
  .content-header h3:before {
    width: 30px;
    height: 2px;
  }
}
.cmn-btn {
  border: #0073c6 solid 1px;
  padding: 0 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-height: 75px;
  min-height: 75px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none) {
  .cmn-btn {
    height: 75px;
  }
}
.cmn-btn span {
  color: #0073c6;
}
.cmn-btn:hover {
  background: #CFEBFF;
}
.cmn-btn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  margin-left: 0.5em;
  font-weight: 900;
  color: #0073c6;
}